/*toptitle*/

/*------------------------------------------------------------------------------*/

.toptitle03_01 {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 0.12em;
    position: relative;
    padding-top: 25px;
}

.toptitle03_01:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #013F99;
    height: 3px;
    width: 80px;
}

.toptitle03_02 {
    font-size: 32px;
    letter-spacing: 0.12em;
    position: relative;
}

.toptitle03_02:after {
    content: '';
    background: #3768af;
    width: 2px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

/*btn/more/arr*/

/*------------------------------------------------------------------------------*/

.btn01 a {
    line-height: 1.3;
    padding: 5px 45px 5px 20px;
    color: #013F99;
    width: 100%;
    max-width: 280px;
    height: 60px;
    display: table;
    background: #F1F1F1 url("../image/common/arr01.png") no-repeat 240px center;
}

.btn01 a:hover {
    color: #fff;
    background: #013F99 url("../image/common/arr02.png") no-repeat 240px center;
}

/*mainimage*/

/*------------------------------------------------------------------------------*/

#mainimage {
    background: url("../image/mainimage01.jpg") no-repeat center top;
    background-size: cover;
    height: 350px;
    margin-top: 100px;
}

/*top_download*/

/*------------------------------------------------------------------------------*/

#top_download {
    background: #F5F5F5;
    position: relative;
    z-index: 2;
}

#top_download dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#top_download dt {
    font-size: 20px;
    letter-spacing: 0.12em;
    width: 25%;
}

#top_download dt .sub {
    font-size: 10px;
    color: #4F89DB;
    letter-spacing: 0.24em;
    display: block;
}

#top_download dd {
    width: 75%;
}

#top_download ul {
    display: flex;
    flex-wrap: wrap;
}

#top_download li {
    width: 25%;
}

#top_download li a {
    display: table;
    width: 100%;
    height: 81px;
    padding: 5px 30px 5px 0;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
}

#top_download li:nth-child(1) a {
    color: #F39715;
}

#top_download li:nth-child(2) a {
    color: #29B397;
}

#top_download li:nth-child(3) a {
    color: #E83D61;
}

#top_download li:nth-child(4) a {
    color: #4F89DB;
}

#top_download li a:before {
    content: '';
    width: 2px;
    height: 16px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
    z-index: 2;
}

#top_download li:nth-child(1) a:before {
    background: #F39715;
}

#top_download li:nth-child(2) a:before {
    background: #29B397;
}

#top_download li:nth-child(3) a:before {
    background: #E83D61;
}

#top_download li:nth-child(4) a:before {
    background: #4F89DB;
}

#top_download li a:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: rotate(45deg);
    transition: 0.3s;
    z-index: 2;
}

#top_download li:nth-child(1) a:after {
    border-bottom: 3px solid #F39715;
    border-right: 3px solid #F39715;
}

#top_download li:nth-child(2) a:after {
    border-bottom: 3px solid #29B397;
    border-right: 3px solid #29B397;
}

#top_download li:nth-child(3) a:after {
    border-bottom: 3px solid #E83D61;
    border-right: 3px solid #E83D61;
}

#top_download li:nth-child(4) a:after {
    border-bottom: 3px solid #4F89DB;
    border-right: 3px solid #4F89DB;
}

#top_download li a .v_m:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    z-index: 1;
}

#top_download li:nth-child(1) a .v_m:before {
    background: #F39715;
}

#top_download li:nth-child(2) a .v_m:before {
    background: #29B397;
}

#top_download li:nth-child(3) a .v_m:before {
    background: #E83D61;
}

#top_download li:nth-child(4) a .v_m:before {
    background: #4F89DB;
}

#top_download li a .icon {
    width: 60px;
    transition: 0.3s;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

#top_download li a .icon01 {
    background: url("../image/common/dl_icon01.png") no-repeat center center;
}

#top_download li a .icon02 {
    background: url("../image/common/dl_icon02.png") no-repeat center center;
}

#top_download li a .icon03 {
    background: url("../image/common/dl_icon03.png") no-repeat center center;
}

#top_download li a .icon04 {
    background: url("../image/common/dl_icon04.png") no-repeat center center;
}

#top_download li a .main {
    z-index: 2;
    position: relative;
}

/*hover*/

#top_download li a:hover {
    color: #FFF;
}

#top_download li:nth-child(1) a:hover:before,
#top_download li:nth-child(2) a:hover:before,
#top_download li:nth-child(3) a:hover:before,
#top_download li:nth-child(4) a:hover:before {
    background: #FFF;
}

#top_download li:nth-child(1) a:hover:after,
#top_download li:nth-child(2) a:hover:after,
#top_download li:nth-child(3) a:hover:after,
#top_download li:nth-child(4) a:hover:after {
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
}

#top_download li a:hover .v_m:before {
    height: 100%;
}

#top_download li a:hover .icon01 {
    background: url("../image/common/dl_icon01_on.png") no-repeat center center;
}

#top_download li a:hover .icon02 {
    background: url("../image/common/dl_icon02_on.png") no-repeat center center;
}

#top_download li a:hover .icon03 {
    background: url("../image/common/dl_icon03_on.png") no-repeat center center;
}

#top_download li a:hover .icon04 {
    background: url("../image/common/dl_icon04_on.png") no-repeat center center;
}

/*top_box01*/

/*------------------------------------------------------------------------------*/

#top_box01 {
    margin-bottom: 150px;
}

#top_box01 .inner {
    background: #F5F5F5;
    padding: 30px 60px;
    box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

#top_search {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

#top_search h3 {
    width: 210px;
}

.top_search_in {
    padding-left: 30px;
    width: calc(100% - 210px);
}

.search_title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.12em;
    color: #013F99;
    padding-left: 25px;
    background: url("../image/common/icon_search01.png") no-repeat left;
    display: inline-block;
    margin: 0 20px 10px 0;
}

.check-box01 {
    display: inline-block;
    margin-bottom: 10px;
}

.top_search_in .search_text {
    background-color: #fff;
    border-radius: 30px;
    height: 55px;
    width: 100%;
    max-width: 900px;
    box-shadow: 0px 0px 20px 0px rgba(1, 63, 153, 0.05);
    margin-bottom: 15px;
}

.top_search_in .search_text:after {
    content: '';
    display: block;
    clear: both;
}

.top_search_in .search_textbox {
    float: left;
    width: calc(100% - 80px);
    padding: 20px
}

.top_search_in input[type=text] {
    height: 55px;
    border-radius: 30px;
    padding: 10px 2%;
    background: #FFF;
    cursor: pointer;
    font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    letter-spacing: 0.12em;
}

.top_search_in .search_submit {
    background: url("../image/common/icon_search02.png") no-repeat center center;
    height: 55px;
    width: 80px;
    cursor: pointer;
    float: right;
}

.top_search_in input[type=radio] {
    display: none;
}

.top_search_in li {
    display: inline-block;
    margin-right: 20px;
}

.top_search_in .radio {
    cursor: pointer;
    position: relative;
    padding: 10px 10px 10px 20px;
    letter-spacing: 0.12em;
}

.top_search_in .radio:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFF;
}

.top_search_in .radio:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #013F99;
    opacity: 0;
    z-index: 2;
}

.top_search_in input[type=radio]:checked + .radio:before {
    opacity: 1;
}

#top_box01_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top_box01_in dl {
    width: 32%;
    margin-bottom: 30px;
    position: relative;
}

#top_box01_in dd {
    width: 100%;
    max-width: 200px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#top_box01_in dd a {
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #013F99;
    font-size: 16px;
    line-height: 1.3;
    background: #F5F5F5;
    letter-spacing: 0.12em;
}

/*top_box02*/

/*------------------------------------------------------------------------------*/

#top_box02 {
    padding-top: 30px;
    margin-bottom: 160px;
}

#top_box02 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

#top_box02 .inner:before {
    content: '';
    background: url(../image/top_box02_bg.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 640px;
    height: 250px;
    z-index: 1;
}

#top_box02 .img100 {
    width: 49.91%;
    position: relative;
    z-index: 2;
}

#top_box02 .img100 img {
    box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.25);
}

#top_box02 .top_box02_in {
    width: 46.16%;
    padding: 0 50px 60px 0;
    position: relative;
    z-index: 2;
}

#top_box02 .top_box02_in h3 {
    letter-spacing: 0.36em;
    margin-bottom: 30px;
}

#top_box02 .top_box02_in p {
    letter-spacing: 0.36em;
    line-height: 2.3;
    margin-bottom: 50px;
}

/*rss_box*/

/*------------------------------------------------------------------------------*/

#rss_box {
    margin-bottom: 150px;
}

#rss_box .inner {
    display: flex;
    flex-wrap: wrap;
}

.rss_box_in {
    width: 50%;
    padding: 60px 50px 40px;
    color: #FFF;
    position: relative;
}

.rss_box_in:nth-child(1) {
    background: #4F89DB;
}

.rss_box_in:nth-child(2) {
    background: #013F99;
}

.rss_box_in .toptitle03_01 {
    margin-bottom: 50px;
    padding-top: 15px;
}

.rss_box_in .toptitle03_01:before {
    background: #FFF;
}

.rss_box_in .toptitle_sub {
    position: absolute;
    transform: rotate(90deg);
    letter-spacing: 0.5em;
    font-size: 12px;
}

.rss_box_in:nth-child(1) .toptitle_sub {
    left: -1.5em;
    bottom: 4em;
}

.rss_box_in:nth-child(2) .toptitle_sub {
    left: -3.5em;
    bottom: 6em;
}

.rss_box_in dl {
    border-bottom: 1px solid #FFF;
    margin-bottom: 30px;
    padding: 0 10px 1em;
}

.rss_box_in .rss_date {
    letter-spacing: 0.5em;
    margin-bottom: 10px;
}

.rss_box_in .rss_title a {
    letter-spacing: 0.36em;
    color: #FFF;
}

.rss_box_in .rss_contents {
    display: none;
}

/*top_box03*/

/*------------------------------------------------------------------------------*/

#top_box03 {
    width: 1140px;
    background: url("../image/top_box03_bg.png") no-repeat center 50px;
    background-size: cover;
    height: 523px;
    position: relative;
    margin-bottom: 170px;
    padding-right: 70px;
}

#top_box03 .unit {
    position: relative;
    padding: 60px;
    background-color: rgba(255, 255, 255, 95);
    width: 460px;
    box-shadow: 3px 0 15px 10px rgba(0, 0, 0, .04);
    float: right;
}

#top_box03 .toptitle_sub {
    position: absolute;
    left: -1em;
    bottom: 4em;
    transform: rotate(90deg);
    letter-spacing: 0.35em;
    color: #013F99;
    font-size: 12px;
}

#top_box03 .readmore01 {
    letter-spacing: 0.35em;
    line-height: 2;
    margin-bottom: 30px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
