@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
}

img {
    width: auto;
    max-width: 100%;
}

.sponly {
    display: none;
}

.txt-right {
    text-align: right;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
    background-image: url(../image/t01_h2_border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 2em 0 0 0;
}

.r-img {
    display: flex;
    justify-content: space-between;
    margin: 27px 0 0 0;
}

.r-img p {
    font-size: 16px;
    line-height: 1.714;
    width: 63.333333%;
    letter-spacing: 0.025em;
}

.r-img p a {
    display: inline-block;
    color: #1d50a2;
    text-decoration: underline;
    letter-spacing: 0.025em;
}

.r-img p .blank-link img {
    margin-left: 8px;
    margin-top: 3px;
    width: 14px;
    height: auto;
}

.r-img .img {
    margin-left: 55px;
}

h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 14px 16px;
    background-color: #f1f3f5;
    position: relative;
    border-right: 6px solid #e7ebf0;
    margin: 74px 0 0 0;
}

h3::after {
    content: "";
    width: 62px;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #e7ebf0 50%, #e7ebf0 100%);
    position: absolute;
    right: 0px;
    top: 0;
}

.full-txt p {
    font-size: 16px;
    line-height: 1.714;
    position: relative;
    margin-top: 2em;
    letter-spacing: 0.025em;
}

.full-txt p.bold {
    font-weight: bold;
    color: #1d50a2;
}

.full-txt p .to-detail {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: auto;
    color: #1d50a2;
}

.full-txt p .to-detail img {
    margin: 0px 0 0 11px;
    width: 25px;
    height: auto;
}

h4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f3f5;
    margin: 53px 0 0 0;
}

h4::after {
    content: "";
    width: 8.75%;
    height: 2px;
    background-color: #1d50a2;
    position: absolute;
    bottom: -1px;
    left: 0;
}

h5 {
    color: #1d50a2;
    font-size: 18px;
    font-weight: bold;
    margin: 34px 0 0 0;
}

.to-top {
    margin: 73px 0 0 0;
}

.to-top a {
    display: block;
    width: 40%;
    margin: 0 auto;
    line-height: 60px;
    background-color: #1d50a2;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px #e5e5e5;
}

.to-top a:hover {
    text-decoration: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: 0 0 #e5e5e5;
    background-color: #7796c7;
}

.five_col_table {
    margin: 81px 0 0 0;
}

.five_col_table table,
.five_col_table table tr,
.five_col_table table tr th,
.five_col_table table tr td {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    font-size: 16px;
    line-height: 1.5;
    padding: 13px 18px;
}

.five_col_table table {
    width: 100%;
}

.five_col_table table tr th {
    background-color: #f7f7f7;
    font-weight: 500;
    text-align: center;
}

.five_col_table table tr th:nth-child(1) {
    width: 20%;
}

.five_col_table table tr th:nth-child(2) {
    width: 16.66666%;
}

.five_col_table table tr th:nth-child(3) {
    width: 16.6666%;
}

.five_col_table table tr th:nth-child(4) {
    width: 16.666666%;
}

.five_col_table table tr th:nth-child(5) {
    width: 30%;
}

.two_col_dl {
    margin: 40px 0 0 0;
}

.two_col_dl dl {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #dddddd;
    border-bottom-width: 0;
    font-size: 16px;
}

.two_col_dl dl:last-child {
    border-bottom-width: 1px;
}

.two_col_dl dl dt {
    width: 25%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    padding: 12px 16px;
    border-right: 1px solid #ddd;
    font-weight: 500;
}

.two_col_dl dl dd {
    width: 75%;
    box-sizing: border-box;
    padding: 12px 16px;
}

.square-ul {
    margin: 40px 0 0 0;
}

.square-ul ul {
    background-color: #f1f3f5;
    padding: 17px 62px;
}

.square-ul ul li {
    font-size: 16px;
    line-height: 2.28571;
    position: relative;
}

.square-ul ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1d50a2;
    position: absolute;
    left: -21px;
    top: 8px;
}

.two-row {
    margin: 40px 0 0 0;
    background-image: url(../image/t1_two_row_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 34px 39px;
}

.two-row .tr-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #1d50a2;
    margin-bottom: 5px;
}

.two-row .row {
    display: flex;
    justify-content: flex-start;
    margin: 32px 0 0 0;
    padding-bottom: 33px;
    border-bottom: 1px solid #1d50a2;
}

.two-row .row:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.two-row .row>img {
    width: 400px;
}

.two-row .row ul {
    margin: 14px 0 0 43px;
}

.two-row .row ul li a {
    font-size: 16px;
    line-height: 2.28571;
    color: #1d50a2;
    position: relative;
    padding-left: 1.5em;
}

.two-row .row ul li a::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1d50a2;
    position: absolute;
    left: 0;
    top: 2px;
}

.two-row .row ul li a img {
    width: 15px;
    height: auto;
    padding-top: 5px;
}

.caution {
    margin: 42px 0 0 0;
    padding: 15px 34px;
    background-color: #f1f3f5;
}

.caution p {
    font-size: 16px;
    line-height: 1.71428571;
    letter-spacing: 0.025em;
}

.point {
    margin: 54px 0 0 0;
    border: 2px solid #1d50a2;
    position: relative;
    padding: 20px 30px 11px;
}

.point::before {
    content: url(/company/image/t1_point.jpg);
    position: absolute;
    top: -14px;
    left: 7px;
}

.point p {
    font-size: 16px;
    line-height: 1.71428571;
    letter-spacing: 0.025em;
    margin: 0;
}

.full-img {
    margin: 80px 0 0 0;
    width: 100%;
    text-align: center;
}

.img-tc {
    margin: 60px auto 0 auto;
    display: block;
    width: auto;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.btn-youtube {
    margin: 40px 0 0 0;
}

.btn-youtube a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 53%;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #dddddd;
    box-shadow: 0 4px 5px #dddddd;
    background-image: url(/company/image/t1_blank_icon02.png);
    background-repeat: no-repeat;
    background-position: 96.5% center;
}

.btn-youtube a:hover {
    text-decoration: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background-color: #1d50a2;
    color: #fff;
}

.btn-survey {
    margin: 40px 0 0 0;
}

.btn-survey a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 33.333%;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #dddddd;
    box-shadow: 0 4px 5px #dddddd;
    background-image: url(/company/image/t1_arrow_icon.png);
    background-repeat: no-repeat;
    background-position: 96.5% center;
}

.btn-survey a:hover {
    text-decoration: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background-color: #1d50a2;
    color: #fff;
}

.search-box {
    margin: 43px 0 0 0;
}

.search-box form {
    width: 66.66666%;
    margin: 0 auto;
    border: 2px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.search-box form input[type="search"] {
    font-size: 16px;
    line-height: 1;
    width: calc(100% - 80px);
    box-sizing: border-box;
    border: 0px solid #fff;
    padding: 10px 30px;
}

.img-link {
    margin: 80px 0 0 0;
}

.img-link div {
    display: flex;
    justify-content: space-between;
}

.img-link div:last-child {
    margin: 20px 0 0 0;
}

.img-link div a {
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    width: 48.3333%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 13px 18px;
    background-image: url(/company/image/t1_arrow_icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    transition-duration: .5s;
}

.img-link div a img {
    width: 130px;
    height: auto;
    margin-right: 30px;
}

.img-link div a span {
    display: block;
    padding-top: 33px;
    font-size: 18px;
    font-weight: bold;
}

.img-link div a:hover {
    background-color: #7796c7;
    color: #fff;
    background-image: url(/company/image/t1_arrow_icon_w.png);
}

.related-column {
    margin: 122px 0 0 0;
    border-top: 1px solid #1d50a2;
    padding: 18px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.related-column .ttl {
    color: #1d50a2;
    font-size: 20px;
    font-weight: 500;
}

.related-column ul {
    margin-top: -9px;
}

.related-column ul li {
    background-image: url(/company/image/t1_arrow_relate.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 50px;
}

.related-column ul li a {
    display: inline-block;
    font-size: 16px;
    padding-left: 16px;
}

.img-yoko {
    display: flex;
    margin: 40px 0 0 0;
    justify-content: center;
}

.img-yoko img {
    max-width: 100%;
    width: auto;
}

.list-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
}

.list-col2 li {
    width: 48%;
    margin: 20px 0 0 0;
}

.square-dot-no {
    margin: 14px 0 0 43px;
}

.square-dot-no li {
    font-size: 16px;
    line-height: 2.28571;
    color: #1d50a2;
    position: relative;
    padding-left: 1.5em;
}

.square-dot-no li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1d50a2;
    position: absolute;
    left: 0;
    top: 2px;
}

.square-dot {
    margin: 14px 0 0 43px;
}

.square-dot li a {
    font-size: 16px;
    line-height: 2.28571;
    color: #1d50a2;
    position: relative;
    padding-left: 1.5em;
}

.square-dot li a::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1d50a2;
    position: absolute;
    left: 0;
    top: 2px;
}

.square-dot-no li img,
.square-dot li a img {
    width: 15px;
    height: auto;
    padding-top: 5px;
}

.img-og {
    display: block;
    margin: 20px auto 0 auto;
}

.img-txt-dl {
    display: flex;
    margin: 40px 0 0 0;
    align-items: center;
}

.img-txt-dl dt {
    width: 12%;
    margin: 2%;
}

.index_banner {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}

.index_banner li {
    margin: 0 20px;
}

.square-dot {
    margin: 14px 0 0 43px;
}

.square-dot li a {
    font-size: 16px;
    line-height: 2.28571;
    color: #1d50a2;
    position: relative;
    padding-left: 1.5em;
}

.square-dot li a::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #1d50a2;
    position: absolute;
    left: 0;
    top: 2px;
}

.square-dot li img {
    width: 15px;
    height: auto;
    padding-top: 5px;
}

.category-sitemap__heading {
    font-size: 24px;
    border: none;
    background: none;
    font-weight: bold;
}

.category-sitemap__heading h2 {
    font-weight: bold;
}

.category-sitemap {
    margin-bottom: 60px;
}

.category-sitemap .link-list {
    display: block;
}

.category-sitemap__list {
    margin: 30px 0 0 0;
    border: none;
}

.category-sitemap .link-list li {
    margin: 1em 0 0;
    width: 100% !important;
}

.img-80 {
    margin: 20px auto 0 auto;
    display: block;
    width: auto;
    max-width: 100%;
}

.txt-bold {
    font-weight: bold;
}

.txt-orange {
    color: red !important;
}

.txt-red {
    color: red;
}

.txt-blue {
    color: #3366ff
}

.square-dot.yoko {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 2em 0 0 0;
}

.square-dot.yoko li {
    width: calc(100%/4);
    margin: 20px 0 0 0;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.list-num {
    padding: 0;
    margin: 30px 0 0 0;
    counter-reset: count 0;
}

.list-num li {
    list-style-type: none;
    margin: 25px 0 0 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
}

.list-num li:before {
    content: counter(count);
    counter-increment: count 1;
    margin: 0 .5em 0 0;
}

.list-num li ul {
    margin: 15px 0 0 0;
}

.list-num li ol li,
.list-num li ul li {
    list-style-type: none;
    margin: 10px 0 0 0;
}

.list-num li ol li:before,
.list-num li ul li:before {
    content: none;
}

.list-num li ol {
    margin: 20px 0 0 0;
}

.list-num li ol li,
.list-num li ol li {
    margin: 10px 0 0 0;
}

.list-num li ol li ol {
    padding: 0 0 0 1em;
}

.new-video .youtube {
    margin: 30px 0 0 0;
}

.archive-video dl {
    margin: 30px 0 0 0;
    display: flex;
}

.archive-video dl dt {
    width: 20%;
    margin: 0 5% 0 0;
}

.archive-video dl dt img {
    width: 100%;
}

.archive-video dl dd {
    width: 78%;
}

.archive-video dl dd p {
    margin: 5px 0 0 0;
}


html:lang(ja) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html :lang(ja) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html:lang(ja-JP) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html :lang(ja-JP) .mf_finder_searchBox .mf_finder_searchBox_query_input {
    background: none !important;
}

.ico-pdf {
    display: inline-block;
    width: 15px;
    margin: 2px 0 0 10px;
}

.no-dot-list li {
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.search_container {
    width: 500px;
    margin: 30px auto 0 auto;
}

.policy-box {
    border: 1px solid #000;
    width: 400px;
    margin: 30px 0 0 0;
    padding: 0 40px 20px 40px;
}

.style-dot {
    margin: 14px 0 0 0;
    padding: 0 0 0 1em;
    ;
}

.style-dot li {
    font-size: 16px;
    display: flex;
    line-height: 1.3;
    margin: 5px 0 0 0;
}

.style-dot li::before {
    content: "・";
    margin: 0 10px 0 0;

}


@media screen and (max-width:414px) {
    .sponly {
        display: block;
    }

    .r-img {
        display: block;
    }

    .r-img p {
        width: 100%;
        margin-bottom: 30px;
    }

    .r-img .img {
        margin-left: 0px;
    }

    h3 {
        position: relative;
        z-index: 1;
    }

    h3::after {
        width: 100px;
        /*行数に応じて要調整*/
        z-index: -1;
    }

    .to-top a {
        display: block;
        width: 80%;
    }

    .five_col_table {
        overflow-x: scroll;
    }

    .five_col_table table {
        width: 800px;
    }

    .two_col_dl dl {
        display: block;
    }

    .two_col_dl dl dt {
        width: 100%;
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .two_col_dl dl dd {
        width: 100%;
    }

    .square-ul ul {
        padding: 17px 42px;
    }

    .two-row .row {
        display: block;
        justify-content: flex-start;
        margin: 32px 0 0 0;
        padding-bottom: 33px;
        border-bottom: 1px solid #1d50a2;
    }

    .two-row .row ul {
        margin: 14px 0 0 0px;
    }

    .two-row .row ul li {
        margin-bottom: 10px;
    }

    .two-row .row ul li a {
        line-height: 1.6;
        display: block;
    }

    .two-row .row ul li a img {
        padding-top: 0px;
    }

    .two-row .row ul li a::before {
        top: 4px;
    }

    .btn-youtube a {
        font-size: 16px;
        width: 95%;
        line-height: 36px;
        background-position: 96.5% center;
        padding: 10px 0;
    }

    .btn-survey a {
        font-size: 18px;
        width: 95%;
        line-height: 60px;
    }

    .search-box form {
        width: 95%;
    }

    .img-link div {
        display: block;
    }

    .img-link div a {
        width: 100%;
        padding: 13px 13px;
    }

    .img-link div a:first-child {
        margin-bottom: 20px;
    }

    .img-link div a img {
        width: 130px;
        height: auto;
        margin-right: 20px;
    }

    .img-link div a span {
        font-size: 16px;
        padding-top: 35px;
    }

    .img-tc {
        margin: 30px auto 0 auto;
        width: 100%;
    }

    .list-col2 {
        display: block;
        margin: 30px 0 0 0;
    }

    .list-col2 li {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .square-dot.yoko {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .square-dot.yoko li {
        width: calc(100%/1);
        margin: 20px 0 0 0;
    }

    .policy-box {
        border: 1px solid #000;
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0 20px 10px 30px;
    }

}
