@charset "UTF-8";
/* CSS Document */

.page_ttl {
    width: calc(102% - 212px);
    margin-left: auto;
}

@media only screen and (max-width: 850px) {
    .page_ttl {
        width: 100%;
        margin: 0 auto;
    }
}

.marker {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.marker::before {
    content: "";
    width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, rgba(255, 225, 0, 0) calc(100% - 17px), rgba(255, 225, 0, 1) calc(100% - 16px));
    opacity: 0;
    transition: width .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.marker.on::before {
    width: 100%;
    opacity: 1;
}


@media only screen and (max-width: 850px) {
    .marker::before {
        height: 40%;
        top: 57%;
        left: 0;
    }

}



.area_doc {
    width: 92%;
    max-width: 1026px;
    margin: 0 auto 90px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 850px) {
    .area_doc {
        margin: 0 auto 12%;
        display: block;
    }
}

.side_doc {
    width: 212px;
    margin: 0;
    padding: 0;
}

/* @media only screen and (max-width: 1200px) {
    .side_doc {
        width: 28%;
    }
} */

@media only screen and (max-width: 850px) {
    .side_doc {
        width: 100%;
    }
}

.side_doc .col_side_doc {
    width: 100%;
    margin: 0 0 30px;
    /* padding: 20px 6%; */
    padding: 0 0 20px 0;
    /* background-color: rgba(255, 255, 255, 0.7); */
    box-sizing: border-box;
}

.side_doc .col_side_doc .navi {
    margin: 0;
    padding: 0;
}

.side_doc .col_side_doc .navi li {
    list-style: none;
    background-color: rgba(255, 255, 255, 1.0);
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}

.side_doc .col_side_doc .navi li::after {
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 14px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
}

.side_doc .col_side_doc .navi li a {
    text-decoration: none;
    color: #000;
    padding: 24px 0 24px 15px;
    display: block;
}

.side_doc .col_side_doc .navi li a:hover{
    opacity: 0.8;
}

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

    .side_doc .col_side_doc {
        padding: 0;
    }

    .side_doc .col_side_doc .navi {
        display: flex;
        gap: 15px;
    }

    .side_doc .col_side_doc .navi li {
        width: 50%;
        max-width: 315px;
        margin: 0 auto;
        text-align: center;
    }

    .side_doc .col_side_doc .navi li::after {
        top: calc(100% - 18px);
        left: calc(50%);
        transform: translateX(-50%) rotate(135deg);
    }

    .side_doc .col_side_doc .navi li a {
        padding: 18px 0 22px 0;
    }
}

@media only screen and (max-width: 450px) {
    .side_doc .col_side_doc .navi li {
        font-size: 14px;
    }
}

.bg_doclist {
    width: calc(98% - 212px);
    margin: 0;
}

.wrap_doclist {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 48px 0;
    margin: 0 0 40px 0;
}


/* @media only screen and (max-width: 1200px) {
    .bg_doclist {
        width: 69%;
    }
} */

@media only screen and (max-width: 850px) {
    .bg_doclist {
        width: 100%;
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 600px) {
    .bg_doclist {
        margin: 0 auto 10%;
        padding: 5% 0;
    }
}


.box_flow .catch_txt {
    font-size: 23px;
    text-align: center;
    margin: 0 auto 45px;
    font-weight: 600;
    line-height: 1.9;
}

.box_flow .catch_txt.req {
    margin: 0 auto 70px;
}

.box_flow .catch_txt.sp {
    display: none;
}

.mid_txt {
    text-align: center;
    margin: 0 auto 80px;
    width: 92%;
}

@media only screen and (max-width: 850px) {
    .mid_txt {
        margin: -10px auto 45px;
        text-align: left;
    }

    .mid_txt .pc {
        display: none;
    }
}

.box_flow .flow_container {
    width: 92%;
    border: 1px solid #ff6400;
    border-radius: 8px;
    margin: 0 auto 78px;
    max-width: 644px;
    position: relative;
}

.box_flow .flow_container::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #ff6400;
}


.box_flow .flow_container:last-child {
    margin: 0 auto 34px;
}

.box_flow .flow_container:last-child::after {
    content: none;
}

.box_flow .numbox {
    margin: -22px auto 0;
    text-align: center;
}

.box_flow .num {
    color: #fff;
    background-color: #ff6400;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    width: 42px;
    height: 42px;
    display: inline-block;
}

.box_flow .flow_container .ttl {
    font-size: 26px;
    font-weight: bold;
    color: #ff6400;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.box_flow .flow_container .description {
    width: 96%;
    font-size: 15px;
    text-align: center;
    margin: 0 auto 25px;
}

.bg_doclist iframe { height: 1900px; }
@media only screen and (max-width: 1090px) {
	.bg_doclist iframe { height: 2100px; }
}
@media only screen and (max-width: 540px) {
	.bg_doclist iframe { height: 2150px; }
}
@media only screen and (max-width: 450px) {
	.bg_doclist iframe { height: 2300px; }
}
@media only screen and (max-width: 365px) {
	.bg_doclist iframe { height: 2400px; }
}

.bg_doclist iframe.consultation { height: 1700px; }
@media only screen and (max-width: 1090px) {
	.bg_doclist iframe.consultation { height: 1850px; }
}
@media only screen and (max-width: 540px) {
	.bg_doclist iframe.consultation { height: 1950px; }
}
@media only screen and (max-width: 450px) {
	.bg_doclist iframe.consultation { height: 2150px; }
}
@media only screen and (max-width: 350px) {
	.bg_doclist iframe.consultation { height: 2250px; }
}


@media only screen and (max-width: 950px) {
    .box_flow .catch_txt {
        font-size: 18px;
        width: 96%;
    }
}

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

    .wrap_doclist {
        padding: 31px 0;
        margin: 0 0 40px 0;
    }

    .box_flow .catch_txt {
        font-size: 16.3px;
        width: 96%;
    }

    .box_flow .flow_container .ttl {
        margin-top: 11px;
        margin-bottom: 10px;
    }

    .box_flow .flow_container {
        margin: 0 auto 63px;
    }

    .box_flow .flow_container:last-child {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 500px) {
    .box_flow .catch_txt.pc {
        display: none;
    }

    .box_flow .catch_txt.sp {
        display: block;
    }

}

.fixed_banner_doc.sp {
    display: none;
}

.fixed_banner_doc {
    position: fixed;
    background-color: #ff6400;
    border-radius: 20px;
    padding: 18px 23px 23px;
}

.fixed_banner_doc a {
    text-decoration: none;
}

.fixed_banner_doc .btn:has(a:hover) {
    background-color: #fff;
}

.fixed_banner_doc .mds {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.fixed_banner_doc .mds .bigtxt {
    color: #ffe100;
    font-size: 22px;
    font-weight: bold;
}

.fixed_banner_doc .txt {
    color: #fff;
    font-size: 10.29px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.fixed_banner_doc .btn {
    border-radius: 20px;
    background-color: #ffe100;
    text-align: center;
    padding: 10px 10px 10px 0;
    position: relative;
}

.fixed_banner_doc .btn::after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 8px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ff6400;
    transform: rotate(270deg);
}

.fixed_banner_doc .btn span {
    color: #ff6400;
    font-size: 14px;
    font-weight: bold;

}

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

    .fixed_banner_doc.pc {
        display: none;
    }

    .fixed_banner_doc.sp {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        border-radius: 0;
        padding: 7px 0;
        text-decoration: none;
    }

    .fixed_banner_doc .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .fixed_banner_doc .mds {
        border-bottom: none;
        padding: 0;
        line-height: 1.2;
    }

    .fixed_banner_doc .btn {
        font-weight: bold;
        font-size: 15px;
        border-radius: 10px;
        padding: 5px 28px 5px 22px;
        line-height: 1.2;
    }


}