.content .main-content h3 {
    color: #FFF;
    background-color: #293E8D;
    text-align: center;
    font-weight: normal;
    width: 700px;
    height: 59px;
    font-size: 22px;
    line-height: 59px;
    margin-bottom: 1.5em;
}
.content .main-content > section {
    margin-bottom: 2em;
}
/*------------------- ▼202604追加▼ --------------------*/
.index_body {
    border-bottom: 1px solid #212529;
    padding-bottom: 0.5em;
}
.index_wrapper {
    margin-top: 3em;
}
.index_ttl {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #293E8D;
    border-left: 10px solid #293E8D;
    text-align: left;
    margin-bottom: 0.2em;
    padding-left: 10px;
}
.link_bannerA {
    background: #293E8D;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.link_bannerB {
    background: #f49b25;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.link_bannerA::after,
.link_bannerB::after {
    display: block;
    content: "";
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /* margin: 80px auto; */
    position: absolute;
    right: 1em;
    width: 20px;
    height: 20px;
    top: calc(40% - 4.5px);
}
.link_bannerA .btn_txt,
.link_bannerB .btn_txt {
    font-size: 1.8rem;
    color: #fff;
    margin: 0.5em 0;
}
.link_bannerA .icon_wrapper,
.link_bannerB .icon_wrapper {
    width: 55px;
    margin: 0 0.5em;
}
.link_bannerA img,
.link_bannerB img {
    width: 100%;
}
.index_wrapper_actual {
    /*margin-top: 3em;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_wrapper_actual .link_bannerA {
    background: #293E8D;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.index_wrapper_actual .link_bannerA .btn_txt {
    font-size: 1.3rem;
    color: #fff;
    margin: 0.5em 0 0.5em 0.8em;
}
.actual_item {
    width: 45%;
    margin: 1em 0;
}
.actual_item_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
.actual_item_item { width: 42%; }
.actual_item_item_r {
    width: 55%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #293E8D;
}
.actual_item_item_r p.eng {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    color: #293E8D;
    margin-bottom: 0.4em;
}
.actual_item_item_r span {
    font-size: 0.9rem;
     font-weight: normal;
    color: #000;
}
.actual_item_item img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .index_wrapper {
        margin-top: 2.5em;
    }
    .index_ttl {
        font-size: 1.2rem;
    }
    .link_bannerA .btn_txt,
    .link_bannerB .btn_txt {
        font-size: 1.1rem;
    }
    .link_bannerA .icon_wrapper,
    .link_bannerB .icon_wrapper {
        width: 40px;
        margin: 0;
    }
    .link_bannerA::after,
    .link_bannerB::after {
        width: 15px;
        height: 15px;
        top: calc(45% - 4.5px);
    }
    .actual_item {
        width: 100%;
        margin: 0 0 2em;
    }
    .actual_item:last-child { margin: 0; }
    .index_wrapper_actual .link_bannerA .btn_txt {
        font-size: 1.1rem;
    }
}
/*------------------- ▲202604追加▲ --------------------*/


@media screen and (max-width: 768px) {
    .content .main-content h3 {
        width: 100%;
    }
}


.content .main-content > section > h5 {
    display: block;
    font-size: 20px;
    color: #293E8D;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #303233;
}
.content .main-content > section > h5::before {
    content: '■';
}
.content .main-content > section > form {
    font-size: 14px;
    line-height: 16px;
    margin: 3em auto;
    width: 42em;
}
.content .main-content > section > form > .form-row-wrapper {
    display: flex;
    margin-bottom: 1.5em;
}
.content .main-content > section > form > .independent-block {
    display: block;
}
.content .main-content > section > form > .form-row-wrapper .list {
    width: 10em;
    padding-top: .2em;
    padding-bottom: .2em;
}
.content .main-content > section > form > .form-row-wrapper .text {
    width: 32em;
}
.content .main-content > section > form > .independent-block .list {
    height: 3.4em;
    width: 100%;
    line-height: 3.4em;
    color: #FFF;
    padding: 0 1em;
    background-color: #A3B4D0;
    margin-bottom: 1.5em;
}
.content .main-content > section > form > .independent-block .text {
    width: 100%;
}


.content .main-content > section > form > .form-row-wrapper .text .hyphen {
    padding: 0 .5em;
}
.content .main-content > section > form input[type=checkbox] {
    vertical-align: middle;margin-right: .2em;
}
.content .main-content > section > form input[type=checkbox] + label {
}
.content .main-content > section > form .form-text {
    width: 100%;
}
.content .main-content > section > form .form-postal {
    width: 4em;
}
.content .main-content > section > form .form-tel {
    width: 4em;
}
.content .main-content > section > form .form-textarea {
    width: 100%;
    height: 7.5em;
}
.content .main-content > section > form .form-address {
}
.content .main-content > section > form .form-content {
    width: 100%;
    height: 17.5em;
}
.content .main-content > section > form span.radio-wrapper,
.content .main-content > section > form span.checkbox-wrapper {
    margin-right: 1em;
}
.content .main-content > section > form span.checkbox-view {
    margin-right: 1em;
}
.content .main-content > section > form span.checkbox-view:last-of-type {
    margin-right: 0;
}
.radio-wrapper label{
    display: inline-flex;
    align-items: center; /* ラベル内の要素を横並び */
    margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
    .content .main-content h3 {
        width: 100%;
    }
    .content .main-content > section > form {
        width: 100%;
    }
    .content .main-content > section > form > .form-row-wrapper {
        display: block;
    }
    .content .main-content > section > form > .form-row-wrapper .list {
        width: 100%;
    }
    .content .main-content > section > form > .form-row-wrapper .text {
        width: 100%;
    }
    .content .main-content > section > form span.radio-wrapper,
    .content .main-content > section > form span.checkbox-wrapper {
        display: block;
    }
}


