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

page-lp01.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-lp01 #main-contents {
    padding-bottom: 0;
}
/*============================================================
 ページ内共通
*============================================================*/
#page-lp01 .lp_inner {
    max-width: 650px;
    margin: 40px auto;
    box-shadow: 0px 0px 5px 4px #c6c6c6;
    /* padding-bottom: 80px; */
}
/* 追従ボタン */
#page-lp01 .fixed_btn {
    position: fixed;
    bottom: 8px;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 100;
}
#page-lp01 .fixed_btn a.fixed_btn {
    display: block;
    width: auto;
    height: auto;
    box-shadow: 1px 1px 7px 3px #6867677d;
    transition: opacity 0.3s ease-in-out;
}
#page-lp01 .fixed_btn a.fixed_btn:hover {
    cursor: pointer;
    opacity: 0.8;
}
/*============================================================
 セクション
*============================================================*/
/* before_after */
#page-lp01 section.before_after {
    position: relative;
}
#page-lp01 section.before_after .before_after_img {

}
#page-lp01 section.before_after .simulation {
    position: absolute;
    bottom: 16.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
}
/* cta */
#page-lp01 section.cta {
    padding: 40px 16px;
}
#page-lp01 section.cta a .normal {
    display: block;   
}
#page-lp01 section.cta a .hover {
    display: none;
}
#page-lp01 section.cta a:hover .normal {
    display: none;
}
#page-lp01 section.cta a:hover .hover {
    display: block;
}


/* case */
#page-lp01 section.case {
    background-image: url(../images/top/case_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 28px;
}
#page-lp01 section.case .slide-items {
    width: 100%;
    height: 100%;
}
#page-lp01 section.case .slide-items img:not(.slide-arrow) {
    width: 100%;
    object-fit: cover;
}
#page-lp01 section.case .slide-arrow {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}
#page-lp01 section.case .slide-arrow.prev-arrow {
    left: -22px;
}
#page-lp01 section.case .slide-arrow.next-arrow {
    right: -22px;
}

/* medical_expenses_deduction */
#page-lp01 section.medical_expenses_deduction .img_wrapper {
    position: relative;
}
#page-lp01 section.medical_expenses_deduction .medical_expenses_deduction_btn {
    position: absolute;
    width: 80%;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
}

#page-lp01 .modaal-container .modaal-content-container {
    padding: 0;
}
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    #page-lp01 .lp_inner {
        margin-top:0;
        box-shadow: none;
    }
    #page-lp01 .fixed_btn {
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        max-width: 650px;
        width: 100%;
        height: auto;
    }
    #page-lp01 .fixed_btn a.fixed_btn {
        width: 100%;
        height: auto;
    }
    #page-lp01 .fixed_btn a.fixed_btn img {
        width: 100%;
        height: auto;
    }
}
