@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #001d3c !important;
    scroll-behavior: smooth;
    font-size: 10px;
    color: #555;
}

body>section {
    overflow: hidden;
}

.wrapper {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
    margin: 0;
}

p {
    word-break: break-all;
}

/* //////// Common //////// */
ul {
    margin-left: 1em;
    letter-spacing: normal;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.br-sp {
    display: none;
}

.mg60 {
    margin-top: 60px;
}


@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }
}

.Fontcolor-white {
    color: #fff;
}

.Fontcolor-main {
    color: #01519B;
}

.Fontcolor-sub {
    color: #707070;
}

.Fontcolor-mngy {
    color: #0F2E4D;
}

.Fontcolor-yellow {
    color: #ffcf32;
}

.sizeXXS {
    font-size: .5rem;
}

.sizeXS {
    font-size: .75rem;
}

.sizeS {
    font-size: 1.25rem;
}

.sizeM {
    font-size: 1.5rem;
}

.sizeL {
    font-size: 1.75rem;
}

.sizeXL {
    font-size: 2.0rem;
}

.sizeXXL {
    font-size: 2.4rem;
}

.size30 {
    font-size: 3.0rem;
}

/* BackGround */
.BGcolor-white {
    background-color: #fff;
}

.BGcolor-Gray {
    background-color: #707070;
}

.point-box,
.BGcolor-Navy {
    background-color: #C2D9F2 !important;
}

.BGcolor-Orge {
    background-color: #FFA457;
}

.BGcolor-Red {
    background-color: #ff0000;
}

.bkRGBA {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    height: 60vh;
    z-index: 99;
    background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1000px) {
    .bkRGBA {
        height: 100%;
    }
}

.bkRGBA-dark {
    height: 60vh;
    background: rgba(0, 0, 0, 0.451);
}

.shadow-01 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.shadow-02 {
    text-shadow: 1px 0px 1px rgba(119, 157, 176, 0.5);
}

.img100_50 {
    width: 100px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img100_100 {
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img150_75 {
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img150_150 {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img200_75 {
    width: 200px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img200_200 {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img300_110 {
    width: 300px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img300_150 {
    width: 300px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img300_200 {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img350_200 {
    width: 350px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img350_350 {
    width: 350px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img550_300 {
    width: 550px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.indent-05 {
    padding-left: 1em;
    text-indent: -.5em;
}

.indent-10 {
    padding-left: 1em;
    text-indent: -1em;
}

.indent-15 {
    padding-left: 1em;
    text-indent: -1.5em;
}

.site-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.MaxWidth {
    max-width: 1080px;
}

@media screen and (min-width: 1920px) {
    .MaxWidth {
        max-width: 1280px;
    }
}

.eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Section-title {
    font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
    .Section-title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) and (min-width: 1920px) {
    .Section-title {
        font-size: 2.4rem;
    }
}

.top_logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 250px;
}

.top_logo img {
    display: block;
    width: 100%;
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
}

.logo img {
    display: block;
    width: 100%;
}

.check-grid .chkbox img {
    display: block;
    width: 100%;
    border: none !important;
    margin-bottom: 15px !important;
    object-fit: contain;
    object-position: 50% 50%;
    aspect-ratio: 6 / 4;
}

p.title {
    font-weight: bold;
    line-height: 1.5 !important;
    margin-bottom: 8px;
}

#fv {
    text-align: center;
    background: url("../img/fv_bg.jpg") no-repeat bottom center / 100% auto;
}

#fv>img {
    display: block;
    margin: 0px auto;
    padding-top: 10px;
    max-width: 800px;
    width: 100%;
}

.fv_bottom {
    background: #fffd81;
    padding: 50px;
    font-size: 2rem;
    text-align: center;
}

.fv_bottom .title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.fv_bottom .text {
    padding: 0 20px;
}

.fv_bottom ul {
    display: flex;
    justify-content: space-between;
    /* width: 77%; */
    width: 85%;
    margin: 0 auto;
}

.fv_bottom a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #001d3c;
    z-index: 1;
}

.fv_bottom a:hover {}

.fv_bottom ul li {
    justify-content: center;
    align-items: center;
    width: 30%;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    color: #001d3c;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
    transform: translateY(0px);
    transition: transform .3s;
    font-size: 26px;
    border: 3px solid #333;
    box-shadow: 6px 6px 0 #f6b37f;
    cursor: pointer;
}

.fv_bottom ul li:first-child {
    box-shadow: 6px 6px 0 #84ccc9;
}

.fv_bottom ul li:last-child {
    box-shadow: 6px 6px 0 #8c96cb;
}

.fv_bottom ul li a:hover {
    transform: translateY(5px);
}

/*#Form_1 {
    padding: 50px 0 0;
}*/
@media screen and (min-width:0px) and (max-width:1050px) {
    #fv {
        background: url("../img/fv_bg.jpg") no-repeat center center / auto 100%;
    }
}

@media screen and (min-width: 640px) and (max-width: 99999px) {
    #fv .fv_pc {
        display: block;
    }

    #fv .fv_sp {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:640px) {
    #fv {
        padding-top: 40px;
    }

    #fv>img {
        width: 90%;
    }

    #fv .fv_pc {
        display: none;
    }

    #fv .fv_sp {
        display: block;
    }

    .service-box {
        width: 100% !important;
        padding: 0 !important;
    }

    .service-box-child {
        width: 100% !important;
    }

    .Form-box table {
        width: 90% !important;
    }

    .last_check {
        padding-left: 20px !important;
    }

    .last_check::before {
        left: -15px !important;
    }

    .fv_bottom {
        font-size: 1.4rem;
        text-align: left;
    }

    .fv_bottom .title {
        font-size: 1.8rem;
        text-align: center;
    }

    .fv_bottom ul {
        flex-wrap: wrap;
        width: 90%;
    }

    .fv_bottom ul li {
        width: 47%;
        margin: 5px auto;
        text-align: center;
        padding: 10px 5px 18px;
        line-height: 1.4em;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/**scrollBlock**/
.scrollBlock {
    background: #ffffff;
}

.infiniteslide {
    margin: 5px 0;
}

.infiniteslide li input,
.infiniteslide li i,
.infiniteslide li b {
    display: none;
}

.infiniteslide span {
    display: block;
    width: 130px;
    height: 70px;
    position: relative;
    margin: 0 20px;
}

.infiniteslide img {
    display: block;
    width: 130px;
    position: relative;
    margin: 0 20px;
}

.infiniteslide span img.tate {
    height: 100%;
    width: auto;
}




.cta_btn {
    color: #fff;
    background-color: #FFA457;
    border-color: #FFA457;
    border-radius: 1rem;
}

.star_rate {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star_rate::before, .star_rate::after {
    content: '★★★★★';
}

.star_rate::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
    /* イエローカラー 自由に設定化 */
}

.star_rate[data-rate="5"]:after {
    width: 100%;
}

/* 星5 */
.star_rate[data-rate="4.5"]:after {
    width: 90%;
}

/* 星4.5 */
.star_rate[data-rate="4"]:after {
    width: 80%;
}

/* 星4 */
.star_rate[data-rate="3.5"]:after {
    width: 70%;
}

/* 星3.5 */
.star_rate[data-rate="3"]:after {
    width: 60%;
}

/* 星3 */
.star_rate[data-rate="2.5"]:after {
    width: 50%;
}

/* 星2.5 */
.star_rate[data-rate="2"]:after {
    width: 40%;
}

/* 星2 */
.star_rate[data-rate="1.5"]:after {
    width: 30%;
}

/* 星1.5 */
.star_rate[data-rate="1"]:after {
    width: 20%;
}

/* 星1 */
.star_rate[data-rate="0.5"]:after {
    width: 10%;
}

/* 星0.5 */
.star_rate[data-rate="0"]:after {
    width: 0%;
}

/* 星0 */
#Introduction .row,
#Merit .row,
#HowToUse .row,
#FAQ .row,
#Form .row {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.cta-box img {
    margin: 1.5rem 0;
}

/* /////// Top View//////// */
.bg-TopView {
    background-color: #0e227b;
    background-position-y: top;
    background-position-x: center;
    background-size: contain;
    width: 100%;
}

.plus_download_area {
    color: #0F2E4D;
    font-family: 'Noto Sans JP', sans-serif;
    background: #C2D9F2;
    margin: 0;
    margin: 100px 0 80px;
    padding: 10px 30px;
}

.plus_download {
    max-width: 1000px;
    margin: 0 auto;
}

form h3 {
    margin: 40px 0 20px 0;
    padding-left: 35px;
    position: relative;
    font-size: 20px;
}

form h3#entry:after {
    content: "";
    display: block;
    clear: both;
}

form h3#entry span {
    color: #FF4D4D;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
}

form h3 b {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, Helvetica, 'sans-serif';
    line-height: 30px;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    background: #0F2E4D;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.whitepaper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    clear: both;
}

.whitepaper li {
    width: 33.33%;
    padding: 6px;
    box-sizing: border-box;
}

.whitepaper li:first-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
}

.whitepaper li:first-child label {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.whitepaper li input {
    display: none;
}

.whitepaper li label {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
}

.whitepaper li input:checked+label {
    box-shadow: none;
}

.whitepaper li label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    z-index: 10;
}

.whitepaper li input:checked+label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}

.whitepaper li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #3399ff;
    border-radius: 5px;
    box-sizing: border-box;
}

.whitepaper li label img {
    display: block;
    width: 100%;
}

.whitepaper li label .inner {
    margin: 10px;
}

.whitepaper li label .inner b {
    font-size: 14px;
    line-height: 1.2em;
}

.whitepaper li label .inner span {
    font-size: 10px;
    text-align: right;
    display: block;
    margin: 5px 0 0 0;
    position: absolute;
    bottom: 4%;
    right: 5%;
}

input[name="all15"] {
    display: none;
}

.btn {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    display: block;
    width: 100%;
    max-width: 460px;
    background: #3399ff;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    /* display: inline-block !important; */
    box-shadow: 0px 4px 0px #1470cc;
    position: relative;
}

.btn:hover {
    box-shadow: none;
    bottom: -4px;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: solid 5px #3399ff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.btn:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/icon_download.png) no-repeat center center / 100% auto;
    border: solid 2px #e4e9ed;
    border-radius: 10px;
}

.btnarea {
    text-align: center;
    margin-top: 40px;
}

.btnarea #checklist {
    display: inline-block;
}

.btnarea #checklist input {
    display: none;
}

.btnarea #checklist label {
    font-size: 15px;
    line-height: 1.3em;
    text-align: left;
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}

.btnarea #checklist label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    position: absolute;
    top: 2px;
    left: 0;
}

.btnarea #checklist input:checked+label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}

.btnarea span {
    color: #FF4D4D;
    font-size: 12px;
    display: block;
    margin: 40px 0 0 0;
}

.btnarea label i {
    font-size: 12px;
    font-style: normal;
}

.btnarea button {
    margin: 40px auto;
}

.btnarea p {
    font-size: 12px;
    margin: 40px 0 0 0;
}

@media screen and (min-width:0px) and (max-width:640px) {
    .btn {
        font-size: 15px;
    }

    .btn:after {
        width: 15px;
        height: 15px;
    }
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}

/**最下部リンクエリア**/
.other_lp_area {
    color: #0F2E4D;
    font-family: 'Noto Sans JP', sans-serif;
    background: #FFFBEF;
    margin: 0;
    padding: 40px 30px;
}

.other_lp_area h2.Section-title {
    color: #0e227b;
    text-align: center;
}

.other_lp_area ul.lp_link {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    clear: both;
}

.other_lp_area ul.lp_link li {
    width: 31.33%;
    padding: 1%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 1%;
    background: #fff;
}

.other_lp_area ul.lp_link li a {
    background-color: #01519B;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 1rem;
    font-size: 1.8rem;
    margin: 1rem;
    padding: 2rem 2rem;
    -webkit-box-shadow: 0px 3px #0F2E4D;
    box-shadow: 0px 3px #0F2E4D;
    border: 1px solid #0F2E4D;
    display: block;
    font-weight: bold;
}

.other_lp_area ul.lp_link li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.lp_link_title {
    padding: 1rem;
    font-size: 1.8rem;
    margin: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other_lp_area ul.lp_link li a {
    position: relative;
}

.other_lp_area ul.lp_link li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.other_lp_area ul.lp_link img {
    display: block;
    width: 25%;
}

p.want_text {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 30px 20px 0;
}

p.want_text.font_black {
    color: #000;
    padding: 10px 0 0;
}

.cta-box img.new {
    margin: 0 0 1.5rem;
}

@media screen and (max-width: 767px) {
    .bg-TopView {
        width: -webkit-fill-available;
    }

    .whitepaper li {
        width: 100%;
        padding: 6px;
        box-sizing: border-box;
    }

    .other_lp_area ul.lp_link li {
        width: 100%;
        padding: 0 10px 10px;
        margin: 10px;
    }

    .lp_link_title {
        font-size: 1.5rem;
    }

    .other_lp_area ul.lp_link li a {
        font-size: 1.6rem;
    }
}

.TopView-box .p-box {
    padding: 1%;
}

/* ///////Compare//////// */
.compare-box {
    padding-bottom: 1%;
}

@media screen and (max-width: 767px) {
    .compare-box {
        padding-bottom: 5%;
    }
}

.compare-box .content-box {
    margin-top: 1rem;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: .5rem 0 2.0rem;
}

.compare-box .content-box .left-box {
    margin: 0 .5rem;
}

.compare-box .title-box {
    padding: 1.0rem;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 5px 0;
    color: #0e227b;
}

@media screen and (max-width: 767px) {
    .compare-box .title-box {
        font-size: 2.6rem;
    }
}

.compare-box .desc-box {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .compare-box .desc-box {
        font-size: 1.6rem;
    }
}

.compare-box .cta-box img {
    margin: 0;
}

/* /////// Point//////// */
.point-box {
    color: #fff;
    padding: 2% 5%;
    background: #0e227b;
    padding: 1.5rem 0;
}

/* ///////Service//////// */
.Service-box {
    padding-bottom: 1%;
}

.service-box>* {
    padding: 8px;
}

.Service-box .content-box {
    background: #fff;
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 15px;
    border: solid 1px;
    border-radius: 20px;
    color: #01519B;
}

@media screen and (max-width: 767px) {
    .Service-box .content-box {
        padding: 0px;
    }
}

.Service-box .content-box .doc-box {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .Service-box .content-box .doc-box {
        font-size: 1.0rem;
    }
}

.Service-box .content-box .title-box {
    font-size: 2.5rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .Service-box .content-box .title-box {
        font-size: 1.5rem;
    }
}

.Service-box .content-box .company-box {
    font-size: 1.4rem;
    margin-bottom: .7rem;
}

@media screen and (max-width: 767px) {
    .Service-box .content-box .company-box {
        font-size: 1.2rem;
    }
}

.Service-box .content-box .desc-box {
    color: #434343;
    padding: 1rem .5rem;
}

.Service-box .content-box .desc-box ul li {
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
    .Service-box .content-box .desc-box {
        font-size: 1.4rem;
    }
}

/* ///////Form//////// */
.Form-box {
    padding-bottom: 1%;
    display: block;
}

.Form-box table {
    width: -webkit-fill-available;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}

.Form-box table .input-box {
    width: 30%;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    border-bottom: solid #ccc 1px;
    vertical-align: top;
}

.Form-box table .input-box input,
.Form-box table .input-box textarea,
.Form-box table .input-box select {}

.service-box {
    width: 80%;
    margin: 40px auto 30px;
}

.service-box>div:first-child {
    width: 100%;
}

.service-box-child {
    width: 33.33%;
}

.service-box .service-box-child:nth-of-type(3n+1) {
    margin-right: 0;
}

#chk_wp_all::before {
    left: 0;
}

.chk_all+label p {
    padding-left: 40px;
}

.btn-box {
    background: #ff5a60;
    color: #fff;
    font-weight: bold;
    transition: .2s;
}

.last_check::before {
    left: -30px;
    top: -4px;
}

@media screen and (max-width: 767px) {
    .Form-box table .input-box {
        font-size: 1.3rem;
    }

    .Form-box table .input-box .m-box {
        margin-bottom: 1rem;
    }
}

.Form-box .Section-title {
    padding: 1.5rem 2rem;
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #333;
}

.Form-box .title-box {
    width: 15%;
    font-size: 1.4rem;
    padding: 1rem;
    border-bottom: solid #ccc 1px;
}

.Form-box .title-box p {
    color: #FFA457;
}

.Form-box .doc-box {
    color: #707070;
    overflow: scroll;
    height: 130px;
    border: solid 1px;
    font-size: 1.4rem;
    margin: 30px auto;
    width: 80%;
    float: inherit !important;
}

.Form-box .submit-box .btn-box {
    border-radius: 1rem;
    font-size: 1.8rem;
    margin: 20px;
    padding: 2.0rem 2.0rem;
    /*  box-shadow: 0px 3px #aaa;*/
    /*	box-shadow: 0px 3px #aaa;*/
    border-bottom: 4px solid #aaa;
    transition: .2s;
}

@media screen and (max-width: 767px) {
    .Form-box .submit-box .btn-box {
        padding: 1.0rem 4.0rem;
    }
}

.Form-box .comment-box {
    font-size: 1.8rem;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {

    .Form-box .comment-box {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .Form-box .comment-box {
        font-size: 1.2rem;
        padding-bottom: 5px;
    }
}

.Form-box .chkbox label {
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

.Form-box .categoryChild.chkbox label {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    padding: 15px;
    border: solid 2px #e4e9ed;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #333;
}

.Form-box .categoryChild.chkbox label span {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 100px;
}

.Form-box .categoryChild.chkbox label span .flex {
    align-items: center;
}

.Form-box .categoryChild.chkbox label span .flex>div:first-child {
    width: 70%;
}

.Form-box .categoryChild.chkbox label span .flex>div:last-child {
    width: 30%;
    margin-left: 8px;
}

.Form-box .categoryChild.chkbox label span .flex img {
    margin: 0 !important;
}

.Form-box .chkbox .modal-open {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -50px;
}

#entry {
    text-align: center;
    margin: 60px auto 20px;
}

@media screen and (max-width: 767px) {
    .Form-box .chkbox label {
        font-size: 1.4rem;
    }
}

.Form-box .chkbox label::before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border: 2px solid #e4e9ed;
    border-radius: 5px;
    z-index: 1;
}

.Form-box .chkbox input[type=checkbox] {
    display: none;
}

.Form-box .chkbox input[type=checkbox]:checked+label:before {
    padding-top: 3px;
    content: '\2713';
    font-size: 25px;
    border: none;
    color: #fff;
    background: #ff5a60;
}

.Form-box .chkbox.m-box {
    margin: 8px;
}

.m-box label:before {
    top: 50%;
    margin-top: -12px;
}

.header__inner {
    background: #e9eef3;
    height: 60px;
    border-bottom: 1px solid #d2dce7;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}

.header__inner .logo_tob {
    display: inline-block;
    vertical-align: middle;
}

.manegylink {
    margin-left: auto;
    padding-right: 80px;
}

.manegytob_text_box {
    position: relative;
    width: 260px;
}

.manegytob_text {
    position: absolute;
    bottom: 0;
}

.caution_term {
    font-size: 13px;
    height: 200px;
    overflow-y: scroll;
    padding: 18px;
    margin: 30px 0;
    background: #f9f9f9;
    line-height: 1.5em;
}

.caution_term h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.caution_term h2 {
    font-size: 18px;
    margin: 30px 0 10px;
    background: #e7e9d7;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.caution_term h3 {
    font-size: 14px;
    width: 100%;
    color: #171717;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #e5ebeb;
    padding: 5px;
    text-align: left;
}

.caution_term p {
    padding-bottom: 15px;
    text-align: left;
}

.caution_term ol {
    text-align: left;
    padding-left: 20px;
}

.caution_term ol li {
    margin-bottom: 15px;
}

.caution_term ul li::marker {
    color: #fff;
}

.caution_term li {
    list-style: inherit !important;
}

.rule .rule-ul>li {
    margin-bottom: 15px;
    margin-left: 20px;
}

.rule .rule-ul>li:last-child {
    margin-bottom: 0;
}

.rule .dicimal-brackets li {
    list-style-position: inside;
}

.pc-hide {
    display: block !important;
}

.sp-hide {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .pc-hide {
        display: none !important;
    }

    .sp-hide {
        display: block !important;
    }
}

.footer {
    margin: 0 auto;
    position: relative;
}

.footer__inner {
    background: #fff;
    border-top: 2px solid #568fcc;
}

.tobfooter__links {
    background: #568FCC;
    height: 50px;
}

.tobfooter__links .logo {
    float: left;
    margin: -5px 0 0 -5px;
}

.tobfooter__links ul {
    float: right;
    text-align: right;
    padding: 17px 25px 0 0;
    font-size: 0px;
    font-size: 0rem;
    line-height: 0px;
    line-height: 0rem;
}

.tobfooter__links ul li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
}

.tobfooter__pagetop a {
    display: block;
    padding: 12px;
    color: #fff !important;
    text-align: center;
}

.tobfooter__links ul li:not(:first-child) {
    border-left: 1px solid #0E227B;
    padding-left: 15px;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .tobfooter__links {
        height: 300px;
    }

    .tobfooter__links .logo {
        display: none;
    }

    .tobfooter__links ul {
        float: none;
        text-align: left;
        padding: 0;
    }

    .tobfooter__links ul li {
        display: block;
        font-size: 1.3rem;
        line-height: 2.405rem;
    }

    .tobfooter__links ul li:not(:first-child) {
        border-left: none;
        border-top: 1px solid #91b6de;
        padding-left: 0;
        margin-left: 0;
    }

    .tobfooter__links ul li a {
        display: block;
        padding: 12px 15px;
        position: relative;
    }
}

.tobfooter__links ul li a {
    color: #fff !important;
}

.footer__copyright {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    text-align: center;
    padding: 18px;
}

.content-name {
    width: -webkit-fill-available;
    width: -moz-available;
}

.content-name>p {
    background: aliceblue;
    padding: 0.5rem;
}





/*---others---*/
.wrapper-others {
    margin: 0 auto;
}

.box-top {
    padding-top: 64px;
    padding-bottom: 64px;

}

.Section-title-others {
    margin-bottom: 50px;
    font-size: 2.4rem;
    color: #333;
    text-align: center;
}

.Section-title-others span {
    border-bottom: solid 3px #ffe964;
    background: linear-gradient(transparent 70%, #ffe964 30%);
}

.Section-title-others::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    width: 6px;
    height: 24px;
}

.others-bg {
    background: url(../img/fv_bg.jpg) no-repeat bottom center / 100% auto;
    background-size: cover;
    background-attachment: fixed;
}

.tac-others {
    text-align: center;
}

.others-li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.others-li li {
    width: 20%;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    transition: .4s;
    padding: 8px;
}

.others-li li a {
    padding: 24px 24px;
    background: #fff;
    border: 3px solid #333;
    border-radius: 5px;
    height: 240px;
    position: relative;
}

.others-li li a:hover {
    margin-top: -4px;
    margin-bottom: 4px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

a.others-con {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .4s;
}

.others-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}

.others-box_img {
    margin-bottom: 4px;
}

.others-box_img img {
    background: #fbfafc;
}

.others-box h3 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 24px;
    color: #001d3c;
}

.others-box h3 span {
    font-size: 2rem;
    border-bottom: solid 3px #ffe964;
    background: linear-gradient(transparent 70%, #ffe964 30%);
}

/* 006 */
.button006 {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    transition: .2s;
}

.button006>a.others-more {
    position: relative;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.others-li li a:before {
    right: 30px;
    content: '';
    position: absolute;
    bottom: 33px;
    transform: translateY(calc(-50% - 2px)) rotate(40deg);
    width: 14px;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
}

.others-li li a:after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 30px;
    transform: translateY(-50%);
    width: 48px;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
}

.button006>a.others-more:hover:after {
    right: -1px;
}

.button006>a.others-more:hover:before {
    right: -2px;
}

/* 003 */
.button003>a.others-more2 {
    /*    background: #333;*/
    /*    border-radius: 50px;*/
    font-size: 1.4rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 6px 24px;
    color: #333;
    /*	border:1px solid #333;*/
    transition: 0.3s ease-in-out;
    font-weight: bolg;
}

.button003>a.others-more2:hover {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #333;
}

.button003>a.others-more2:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button003>a.others-more2:hover:after {
    border-color: #333;
}


/*追加*/
.chkbox-dl {
    margin-bottom: 1rem;
}

.submit-box p {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: red;
}

.label span {
    background: #ff5a60;
    padding: 4px 6px;
    font-size: 1.2rem;
    border-radius: 2px;
    color: #fff;
    margin-left: 6px;
}

.Form-box table .input-box input, .Form-box table .input-box textarea, .Form-box table .input-box select {
    border: solid #aaa 1px;
    padding: 0.6rem 1.6rem;
    border-radius: 4px;
}

.Form-box .submit-box .btn-box:hover {
    /*   	box-shadow: 0px 2px 6px #aaa;*/
    border-bottom: 1px solid #aaa;
    margin-top: 13px;
    /*	margin-bottom: 27px;*/
}

@media screen and (max-width: 1024px) {
    .wrapper-others {
        margin: 0 auto;
        /*	overflow: hidden;*/
        box-sizing: border-box;
    }

}

@media screen and (max-width:769px) {
    .wrapper-others {
        max-width: 680px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }


    .others-li li {
        width: 50%;
    }

    .others-li li:last-of-type {
        margin-bottom: 0;
    }

    .tag {
        top: -24px;
        right: -8px;
    }

    .table-dl th,
    .table-dl td {
        display: block;
    }

    .Form-box .title-box, .Form-box table .input-box {
        width: 100%;
    }

    .Form-box .title-box {
        text-align: left;
    }

    .Form-box table .input-box input, .Form-box table .input-box textarea, .Form-box table .input-box select {
        padding: 0.8rem 1.6rem;
    }
}

@media screen and (max-width:640px) {
    .wrapper-others {
        width: 100%;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }

    .others-li {
        display: block;
    }

    .others-li li {
        width: 100%;
    }

    .others-li li a {
        height: 180px;
    }
}

/*---end others---*/
.flex {
    display: flex;
}

.bold {
    font-weight: bold;
}

.w50 {
    width: 50%;
}

hr {
    border: none;
    border-top: 2px dotted #ccc;
    margin: 10px;
}

#keiri {
    background: #84ccc9;
    padding: 10px;
}

#jinji {
    background: #f6b37f;
    padding: 10px;
}

#houmu {
    background: #8c97cb;
    padding: 10px;
}

.keiri_line {
    border-bottom: solid 3px #84ccc9;
    background: linear-gradient(transparent 70%, #84ccc9 30%);
}

.jinji_line {
    border-bottom: solid 3px #f6b37f;
    background: linear-gradient(transparent 70%, #f6b37f 30%);
}

.houmu_line {
    border-bottom: solid 3px #8c97cb;
    background: linear-gradient(transparent 70%, #8c97cb 30%);
}

.keiri_tag {
    border-radius: 15px;
    color: #84ccc9 !important;
    border: solid 1px #84ccc9 !important;
    display: inline-block;
    line-height: 1.2em;
    text-align: center;
    font-weight: 500;
    margin: 4px 4px 0 0;
    padding: 0.3em 0.5em;
    font-weight: bold;
}

.jinji_tag {
    border-radius: 15px;
    color: #f6b37f !important;
    border: solid 1px #f6b37f !important;
    display: inline-block;
    line-height: 1.2em;
    text-align: center;
    font-weight: 500;
    margin: 4px 4px 0 0;
    padding: 0.3em 0.5em;
    font-weight: bold;
}

.houmu_tag {
    border-radius: 15px;
    color: #8c97cb !important;
    border: solid 1px #8c97cb !important;
    display: inline-block;
    line-height: 1.2em;
    text-align: center;
    font-weight: 500;
    margin: 4px 4px 0 0;
    padding: 0.3em 0.5em;
    font-weight: bold;
}

.cvr_btn {
    padding: 12px;
    background: #ff5a60;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.keiri_arrow {
    position: relative;
    padding: 0 20px 0 0;
}

.keiri_arrow::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -20px;
    border: 11px solid transparent;
    border-top: 17px solid #84ccc9;
}

.jinji_arrow {
    position: relative;
    padding: 0 20px 0 0;
}

.jinji_arrow::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -20px;
    border: 11px solid transparent;
    border-top: 17px solid #f6b37f;
}

.houmu_arrow {
    position: relative;
    padding: 0 20px 0 0;
}

.houmu_arrow::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -20px;
    border: 11px solid transparent;
    border-top: 17px solid #8c97cb;
}

@media screen and (min-width:0px) and (max-width:640px) {
    ul {
        margin-left: 0;
    }

    .fv_bottom {
        padding: 20px;
    }

    .fv_bottom ul {
        width: 100%;
    }

    .fv_bottom ul li {
        width: 100%;
        margin: 10px auto;
        padding: 10px 5px;
    }

    .fv_bottom ul li {
        font-size: 24px;
    }

    .Section-title {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 1024px) {
    .service-box-child {
        width: 50%;
    }
}





button#submit_1 {
    border-radius: 1rem;
    font-size: 1.8rem;
    margin: 20px;
    padding: 2rem 2rem;
    /* box-shadow: 0px 3px #aaa; */
    /* box-shadow: 0px 3px #aaa; */
    border-bottom: 4px solid #aaa;
    transition: .2s;
    background: #ff5a60;
    color: #fff;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}
.Form-box .categoryChild.chkbox input + label .cvr_btn:before {
    content: "資料請求する";
}
.Form-box .categoryChild.chkbox input:checked + label .cvr_btn {
    background: #ccc;
}
.Form-box .categoryChild.chkbox input:checked + label .cvr_btn:before {
    content: "選択済み";
}