@charset "utf-8";
:root {
    --keyColor: #73b0e1;
    --subColor: #f1ece6;
    --highlightColor: #ffe823;
    --btnColor: #f18e31;
    --red:#ea6055;

    --fontBase:16px;
    --fontTit:36px;
    --fontSubTit:24px;
    --fontSmall:14px;
    --lineHeightBase:1.7em;
    --lineHeightTit:1.2em;

    --vw: 1vw;
}
@media only screen and (max-width: 1200px){
    :root {
        --fontTit:32px;
        --fontSubTit:20px;
        --lineHeightBase:1.7em;
        --lineHeightTit:1.4em;
    
        --vw: 1vw;
    }     
}
@media only screen and (max-width: 767px){
    :root {
        --fontBase:16px;
        --fontTit:24px;
        --fontSubTit:18px;
    }     
}
/*scrollmove*/
/* fadeUp */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
     
    .fadeUpTrigger{
        opacity: 0;
    }
    
/*　使う時は var(--keyColor); */
.u_page_lightplan_aspx .templateInner{
    width: 100%;
    max-width: none;
}
.lightplan .display_sp{display: none;}
.lightplan .display_pc{display: block;}
@media only screen and (max-width: 767px){
.lightplan .display_sp{display: block;}
.lightplan .display_pc{display: none;}
}
.lightplan{
    letter-spacing: 1px;
    font-size: var(--fontBase);
    line-height: var(--lineHeightBase);
}
.lightplan *{
    box-sizing: border-box;
}
.lightplan a img{
    transition:all 0.3s;
}
.lightplan a:hover img{
    opacity: 0.6;
}
.lightplan img {
    width: 100%; 
    height: auto;
}
.lightplan .center{
    text-align: center;
}
.lightplan .box{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width: 1240px){
    .lightplan .box{
        padding: 0 20px;
    }}
.lightplan .mainTitle{
    font-size:var(--fontTit);
    line-height:var(--lineHeightTit);
    font-weight: 600;
}
.lightplan .subTit{
    font-size: var(--fontSubTit);
    line-height:var(--lineHeightTit);
    font-weight: 600;
}
.lightplan .mainTitle.titBorder{
    border-bottom: 2px solid var(--keyColor);
    padding-bottom:20px;
    margin-bottom: 20px;
    color: var(--keyColor);
    text-align: center;
}
.lightplan .bgColor{
    background-color: var(--keyColor);
}
.mainTitle.keyColor{
    color: var(--keyColor);
}
.lightplan .mainTitle .highlightColor{
    color: var(--highlightColor);
}
.lightplan strong{
    font-weight: 600;
}
.lightplan .red{
    color: var(--red);
}
#wrapper .lightplan .btnColor{
    background-color: var(--btnColor);
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    transition: all 0.3s;
}
#wrapper .lightplan .btnColor:hover{
    opacity: 0.7;
}
#wrapper .lightplan .btnBox{
    margin: 60px auto 100px auto;
}
@media only screen and (max-width: 767px){
    #wrapper .lightplan .btnBox{
        margin: 60px auto 60px auto;
    }
}
@media only screen and (max-width: 1040px){
    #wrapper .lightplan .btnBox:not(.box){
        width: calc(100% - 40px);
    }
}
#wrapper .lightplan .btnColor.arrow:after{
    content: '';
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate( 45deg);
    display: block;
    margin: auto;
    position: absolute;
    right: 1em;
    bottom: 0;
    top: 0;
    transition: all 0.3s;
}
#wrapper .lightplan .btnColor.arrow:hover:after{
    right: 0.5em;
}
@media only screen and (max-width: 767px){
    #wrapper .lightplan .btnColor.arrow:after{  
        width: 10px;
        height: 10px; 
}}
#wrapper .lightplan .full-width {
    width: calc( var(--vw) * 100 );
    max-width: none;
}
.lightplan .itemList,
.lightplan .flexBlock{
    display: flex;
    flex-wrap: wrap;
}
.lightplan .itemList.col2 li{
    width: calc(100% / 2);
}
.lightplan .itemList.col3 li{
    width: calc(100% / 3);
}
@media only screen and (max-width: 767px){
    .lightplan .itemList.col3 li{
        width: 100%;
    }   
}
.lightplan .itemList.col4 li{
    width: calc(100% / 4);
}
@media only screen and (max-width: 767px){
    .lightplan .itemList.col4 li{
        width: calc(100% / 2);
    }   
}
@media only screen and (max-width: 500px){
    .lightplan .itemList.col4 li{
        width: 100%;
    }   
}
.lightplan .mainVis{
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px){
    .lightplan .mainVis{
        margin-bottom: 40px;
    }  
}
.lightplan .copy{
    text-align: center;
    font-size: var(--fontSubTit);
    line-height: var(--lineHeightBase);
    font-weight: 600;
    margin-bottom: 60px;
}
.lightplan .copy .mainTitle{
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px){
    .lightplan .copy .mainTitle{
        margin-bottom: 40px;
    }
}
.lightplan .copy .notice{
    background: linear-gradient(transparent 60%, var(--highlightColor) 40%);
    font-size: var(--fontTit);
}
.lightplan .copy .note{
    font-size: var(--fontBase);
}
.lightplan .copy .notice i{position: relative;}
.lightplan .copy .notice i:before{
    content: "●";
    font-size: 0.8em;
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: -1.2em;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    color: var(--keyColor);
}
.lightplan .merit{
    padding: 40px 0;
    margin-bottom: 60px;
}
.lightplan .merit ul li{
    text-align: center;
    color: #fff;
    padding: 0 3%;
}
@media only screen and (max-width: 767px){
    .lightplan .merit ul li:not(:last-child){
        margin-bottom: 60px;
    }   
}
.lightplan .merit ul li .icoTit{
    font-size: 28px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1200px){
    .lightplan .merit ul li .icoTit{
        font-size: 26px
    }   
}
@media only screen and (max-width: 767px){
    .lightplan .merit ul li .icoTit{  
        font-size: 24px;     
}}
.lightplan .merit ul li .icoTit i{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.4em;
}
.lightplan .merit ul li:first-child .icoTit i{
    background-image: url(../images/ico_time.png);
}
.lightplan .merit ul li:nth-child(2) .icoTit i{
    background-image: url(../images/ico_spanner.png);
}
.lightplan .merit ul li:nth-child(3) .icoTit i{
    background-image: url(../images/ico_web.png);
}
.lightplan .merit ul li dl dt{margin-bottom: 30px;}
@media only screen and (max-width: 767px){
    .lightplan .merit ul li dl dt .meritImage{
        width: 60%;
        margin: 0 auto;

    }
}
@media only screen and (max-width: 500px){
    .lightplan .merit ul li dl dt .meritImage{
        width: 80%;
    }
}
.lightplan .merit ul li dl dd{
    font-size: var(--fontSubTit);
    line-height: var(--lineHeightBase);
}

.lightplan .merit ul li dl dd .note{
    font-size: var(--fontSmall);
    line-height: var(--lineHeightBase);
    margin-top: 10px;
}
.lightplan .point{
    text-align: center;
}
.lightplan .point .hukidashi{
    max-width: 670px;
    width:100%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.lightplan .hukidashi{
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 20px;
}
.lightplan .hukidashi.border{
    background: #FFF;
    border: solid 3px var(--keyColor);
}
.lightplan .hukidashi:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
    }

    .lightplan .hukidashi:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid var(--keyColor);
    z-index: 1;
    }
    .lightplan .point .subTit{margin-bottom: 10px;}
    @media only screen and (max-width: 767px){
        .lightplan .point ul li:not(:last-child){
            margin-bottom: 60px;
        }   
    }
    .lightplan .point ul li dl .pointImage{
        padding: 0 40px;
        margin-bottom: 15px;
    }
    @media only screen and (max-width: 767px){
        .lightplan .point ul li dl .pointImage{
            padding: 0 0px;
            width: 60%;
            margin: 0 auto 15px auto;
        } 
    }
    @media only screen and (max-width: 767px){
        .lightplan .point ul li dl .pointImage{
            padding: 0 0px;
            width: 80%;
        } 
    }
    .lightplan .point ul li dl dd{
        width: calc(100% - 20px);
        padding: 20px;
        background-color: var(--subColor);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .lightplan .point ul li dl dd>*{
        min-height: 1%;
    }
    .lightplan .point ul li dl dd > .flexBlock{
        justify-content: space-between;
    }
    .lightplan .point ul li dl dd>.flexBlock:first-of-type{
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: auto;
    }
    .lightplan .point ul li dl dd .flexBlock>p{
        color: var(--keyColor);
        font-weight: 600;
    }
    .lightplan .point ul li dl dd p.text{
        text-align: left;
        margin-bottom: 10px;
    }
    @media only screen and (min-width: 768px) and (max-width: 1000px) {
        .lightplan .point ul li dl dd .flexBlock>p.item.keyColor{
            width: 100%;
    }}
    .lightplan .point ul li dl dd .flexBlock>p.itemCont{
        font-size: var(--fontSubTit);
    }
    @media only screen and (min-width: 768px) and (max-width: 1000px) {
        .lightplan .point ul li dl dd .flexBlock>p.itemCont{
            width: 100%;
            text-align: center;
        } 
    }
    .lightplan .point+.arrowTxt+.borderBox+.note{
        font-size: var(--fontSmall);
        width: 80%;
        margin: 0 auto 60px auto;
    }
    .lightplan .arrowTxt{
        text-align: center;
        font-size: var(--fontTit);
        font-weight: 600;
        position: relative;
        padding: 60px 0 110px 0;
        text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
    }
    .lightplan .arrowTxt:before{
        content: "";
        display: block;
        position: absolute;
        width: 162px;
        height: 147px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(../images/arrow_down.svg);
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        z-index: -1;
    }
    .lightplan .arrowTxt+.borderBox{
        border: 4px solid var(--keyColor);
        font-size: 42px;
        font-weight: 600;
        color: var(--keyColor);
        line-height: var(--lineHeightTit);
        padding: 30px 20px;
        width: 80%;
        margin: 0 auto 20px auto;
    }
    @media only screen and (max-width: 767px){
        .lightplan .arrowTxt+.borderBox{ 
            font-size: 30px;
    }}
    .lightplan .bgColor{padding: 80px 0;}
    .lightplan .bgColor>.mainTitle,
    .lightplan .bgColor .mainTitle{
        color: #fff;
    }
    .lightplan .bgColor>.mainTitle.line-between{
        margin-bottom: 40px;
    }
    .lightplan .bgColor>.mainTitle.line-between:before,
    .lightplan .bgColor>.mainTitle.line-between:after{
        display: inline-block;
        width: 1em;
        height: 1em;
        color: #fff;
        font-weight: normal;
    }
    .lightplan .bgColor>.mainTitle.line-between:before{
        content: "＼";
    }
    .lightplan .bgColor>.mainTitle.line-between:after{
        content: "／";
    }
    .lightplan .recommend .checkList{
        text-align: center;
    }
    .lightplan .recommend .checkList li{
        text-align: center;
        font-size: var(--fontSubTit);
        line-height: var(--lineHeightTit);
        color: var(--keyColor);
        background-color: #fff;
        width: 100%;
        max-width: 870px;
        border-radius: 40px;
        margin: 0 auto 24px auto;
        padding: 15px 20px 15px 80px;
        text-align: left;
        position: relative;
    }
    @media only screen and (max-width: 767px){
        .lightplan .recommend .checkList li{
            padding: 15px 20px 15px 65px;
        }
    }
    .lightplan .recommend .checkList li::before{
        content: "";
        width: 35px;
        height: 30px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/ico_check.png);
        margin-right: 20px;
        position: absolute;
        left: 30px;
    }
    @media only screen and (max-width: 767px){
        .lightplan .recommend .checkList li::before{
        width: 21px;
        height: 24px;
        margin-right: 14px;
    }}
    .lightplan .btnBox .btnColor{
        width: 100%;
        max-width: 1000px;
        font-size: var(--fontTit);
        line-height: var(--lineHeightTit);
        color: #fff;
        border-radius: 20px;
        padding: 40px 40px;
        transition: all 0.5s;
    }
    @media only screen and (max-width: 767px){
        .lightplan .btnBox .btnColor{
            padding: 20px 40px 20px 20px;
            font-size: 18px;
    }}
    @media only screen and (max-width: 500px){
        .lightplan .btnBox .btnColor{
            padding: 20px 40px 20px 20px;
    }}
    @media only screen and (max-width: 920px){
        .lightplan .servicePrice .tableWrap{
            display: block;
            overflow-x: scroll;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 20px;
        }
    }
    .lightplan .scrollMessage i{
        display: inline-block;
        width: 75px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(../images/ico_scroll.png);
        margin-right: 15px;
    }
    @media only screen and (max-width: 920px){
        .lightplan .scrollMessage{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
        }  
    }
    .lightplan .servicePrice table{
        border: 1px solid var(--keyColor);
        width: 100%;
    }

    .lightplan .servicePrice table thead>tr>th:first-child{
        border-right: 1px solid var(--keyColor);
        border-bottom: 1px solid var(--keyColor);
        background-color: var(--keyColor);
        color: #fff;
    }
    .lightplan .servicePrice table thead>tr>th:not(:first-child){
        border-right: 1px solid #ccc;
        background-color: #eef6fd;
    }
    .lightplan .servicePrice table thead>tr>th,
    .lightplan .servicePrice table tbody>tr>th{
        font-weight: 600;
    }
    .lightplan .servicePrice table thead>tr>th,
    .lightplan .servicePrice table tbody>tr>th,
    .lightplan .servicePrice table tbody>tr td{
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }
    .lightplan .servicePrice table thead>tr>th:not(:first-child),
    .lightplan .servicePrice table tbody>tr>th,
    .lightplan .servicePrice table tbody>tr td{
        padding: 30px;
    }
    .lightplan .servicePrice table tbody>tr>th,
    .lightplan .servicePrice table tbody>tr td{
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .lightplan .servicePrice table tbody>tr>th{
        background-color: #eef6fd;
    }
    .lightplan .servicePrice .note{
        margin: 20px 0;
    }
    .lightplan .messageBox{
        background-color: var(--subColor);
        padding: 40px 80px;
        margin-bottom: 100px;
    }
    @media only screen and (max-width: 1240px){
        .lightplan .messageBox.box{
            width: calc(100% - 40px);
        }
    }
    @media only screen and (max-width: 767px){
        .lightplan .messageBox{
            padding: 40px 40px;
    }}
    .lightplan .messageBox h3{
        font-weight: 600;
        font-size: var(--fontSubTit);
        margin-bottom: 20px;
    }
    @media only screen and (max-width: 767px){
        .lightplan .messageBox h3{
        font-size: 16px;
    }}
    @media only screen and (max-width: 767px){
        .lightplan .messageBox p{
        font-size: 14px;
    }}
    .lightplan .warrantyPeriod .corseBox{
        margin: 40px 0;
    }
    @media only screen and (max-width: 767px){
        .lightplan .warrantyPeriod .corseBox{
            margin: 40px auto;
        }
    }
    .lightplan .warrantyPeriod .corseBox,
    .lightplan .warrantyPeriod .corseBox>div{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lightplan .warrantyPeriod .corseBox>*{
        width: calc((100% / 5) - 5px);
        margin: 0 10px;
    }
    @media only screen and (max-width: 767px){
        .lightplan .warrantyPeriod .corseBox,
        .lightplan .warrantyPeriod .corseBox>div{
            width: 250px; 
            margin: 0 auto;
    }}
    .lightplan .warrantyPeriod .corseBox>:not(.arrow){
        border: 3px solid #ccc;
    }
    .lightplan .warrantyPeriod .corseBox .normal{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    @media only screen and (max-width: 767px){
        .lightplan .warrantyPeriod .corseBox>:not(.arrow, .normal){
            margin-bottom: 24px;
        } 
    }
    .lightplan .warrantyPeriod .corseBox .normal .text.keyColor{
        background-color: #eef6fd;
    }
    @media only screen and (max-width: 1144px){
        .lightplan .warrantyPeriod .corseBox .normal .text.keyColor{
            width: 100%;
    }}
    @media only screen and (max-width: 767px){
        .lightplan .warrantyPeriod .corseBox .normal .text.keyColor{  
            width: 80px;
    }}
    .lightplan .warrantyPeriod .corseBox .text{
        width: 4em;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: var(--keyColor);
        font-size: 20px;
    }
    .lightplan .warrantyPeriod .corseBox>:not(.arrow) >dl+p{
        font-weight: 600;
    }
    .lightplan .warrantyPeriod .corseBox>:not(.arrow) >dl+p:first-letter{
        font-weight: normal;
    }
    .lightplan .warrantyPeriod .corseBox dl{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap:0.5em 0;
    }
    .lightplan .warrantyPeriod .corseBox dl{
        /*width: calc(100% - 5em);*/
        width: 130px;
        padding: 0.5em 0;
    }
    @media only screen and (max-width: 1144px){
        .lightplan .warrantyPeriod .corseBox dl{
        margin: 0 auto;
    }}
    @media only screen and (max-width: 764px){
        .lightplan .warrantyPeriod .corseBox dl{
            margin: 0;
            width: 140px;
    }}
    @media only screen and (max-width: 764px){
        .lightplan .warrantyPeriod .corseBox .normal .text.keyColor+dl{
            width: calc(100% - 80px);
    }}
    .lightplan .warrantyPeriod .corseBox dl dt,
    .lightplan .warrantyPeriod .corseBox dl dd{
        width: 50%;
        color: var(--keyColor);
    }
    .lightplan .warrantyPeriod .corseBox dl dt{    
        padding-left: 0.5em;
        font-size: 20px;
        white-space: nowrap;
    }
    .lightplan .warrantyPeriod .corseBox dl dd{
        font-size: var(--fontSubTit);
        text-align: center;
    }
    .lightplan .warrantyPeriod .corseBox>.arrow{
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 7%;
        background-image: url(../images/arrow_right.svg);
    }
    @media only screen and (max-width: 764px){
        .lightplan .warrantyPeriod .corseBox>.arrow{
            width: 63px;
            height: 86px;
        background-image: url(../images/arrow_right_sp.svg);
        margin: 20px 0;
    }}
    .lightplan .warrantyPeriod .tableWrap{
        text-align: center;
    }
    @media only screen and (max-width: 1130px){
        .lightplan .warrantyPeriod .tableWrap{
            display: block;
            overflow-x: scroll;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 20px;
        }
    }
    .lightplan .tableWrap::-webkit-scrollbar{
        height: 10px;
    }
    .lightplan .tableWrap::-webkit-scrollbar-track{
        background: #ababab;
    }
    .lightplan .tableWrap::-webkit-scrollbar-thumb{
        background: #676767;
        border-radius: 5px;
    }
    @media only screen and (max-width: 1130px){
        .lightplan .warrantyPeriod .scrollMessage{
            display: flex;
            align-items: center;
            justify-content: center;
        }  
    }
    .lightplan .warrantyPeriod .tableWrap img{
        width: 100%; max-width: 1130px; height: auto; margin: 0 auto;
    }
    @media only screen and (max-width: 1130px){
        .lightplan .warrantyPeriod .tableWrap img{  
            width: 1130px;
    }}
    @media only screen and (max-width: 910px){
        .lightplan .warrantyPeriod .tableWrap img{  
            width: 910px;
    }}
    .lightplan .warrantyPeriod .note{
        margin-top: 40px;
        margin-bottom: 80px;
    }
    @media only screen and (max-width: 767px){
        .lightplan .note{
            font-size: 14px;
        }
    }
    .lightplan .lightPlanItem{
        text-align: center;
    }
    .lightplan .lightPlanItem .mainTitle.titBorder{
        margin-bottom: 60px;
    }
    .lightplan .color.hukidashi.subColor{
        background-color: var(--subColor);
        width: 100%;
        max-width: 800px;
        font-size: 30px;
        line-height: var(--lineHeightTit);
        font-weight: 600;
        margin-bottom: 60px;
        padding: 20px 10px;
    }
    @media only screen and (max-width: 764px){
        .lightplan .color.hukidashi.subColor{  
            font-size: 24px;
    }}
    .lightplan .color.hukidashi.subColor:before{
        border-top: 12px solid var(--subColor);
    }
    .lightplan .color.hukidashi.subColor:after{
        bottom: -28px;
        border-top: 14px solid var(--subColor);
    }
    .lightplan .lightPlanItem .lightPlanItemList{
        text-align: left;
    }
    .lightplan .lightPlanItem .lightPlanItemList dt{
        font-size: var(--fontSubTit);
        padding:10px 0 10px 20px;
        border-left: 10px solid var(--keyColor);
        font-weight: 600;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .lightplan .lightPlanItem .lightPlanItemList dd ul {
        gap: 40px 3%;
        margin-bottom: 60px;
    }
    .lightplan .lightPlanItem .lightPlanItemList dd ul li{
        width: calc((100% / 4) - 3%);
        position: relative;
    }
    @media only screen and (max-width: 764px){
        .lightplan .lightPlanItem .lightPlanItemList dd ul li{ 
            width: calc((100% / 2) - 1.5%);    
    }}
    @media only screen and (max-width: 500px){
        .lightplan .lightPlanItem .lightPlanItemList dd ul li{ 
            width: 100%;    
    }}
    .lightplan .lightPlanItem .lightPlanItemList dd ul li.new:before{
        content: "new";
        background-color: var(--red);
        color: #fff;
        display: block;
        font-size: var(--fontSmall);
        width: 3em;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .lightplan .step{
        text-align: center;
    }
    .lightplan .step .mainTitle{
        margin-bottom: 40px;
    }
    .lightplan .step ul{position: relative;}
    @media only screen and (max-width: 764px){
        .lightplan .step ul{
        max-width: 500px;
        margin: 0 auto;
    }}
    .lightplan .step ul:before{
        content: "";
        width: 70%;
        height: 8px;
        background-color: #fff;
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        top: 55px;
        position: absolute;
    }
    @media only screen and (max-width: 764px){
        .lightplan .step ul:before{
            width: 8px;
            height: 65%;
            left: 14.5%;
            right: 0;
            margin: 0;
            top: 10%;
        }  
    }
    @media only screen and (max-width: 500px){
        .lightplan .step ul:before{
            height: 63%;
            left: 11.5%;
        }

    }
    .lightplan .step ul li dl{
        color: #fff;
    }
    .lightplan .step ul li dl dt i{
        overflow-x: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: block;
        position: relative;
        height: 101px;
        margin-bottom: 40px;
    }
    @media only screen and (max-width: 764px){
        .lightplan .step ul li dl dt i{
            height: auto;
            padding-bottom: 20%;
            margin-bottom: 0;
            width: 30%;
        }  
    }
    @media only screen and (max-width: 500px){
        .lightplan .step ul li dl dt i{
        width: 25%;
    }}
    .lightplan .step ul li dl dt i:before{
        content: "";
        display: block;
        position: absolute;
        width: 83px;
        height: 101px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 0;
        right: 0;
        margin: auto;

    }
    @media only screen and (max-width: 764px){
        .lightplan .step ul li dl dt i:before{ 
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #73b0e1;
            background-size: 60%;
    }}
    @media only screen and (max-width: 500px){
        .lightplan .step ul li dl dt i:before{   
            background-size: 80%;
        }}
    .lightplan .step ul li:nth-child(1) dl dt i:before{
        background-image: url(../images/ico_step1.png);
    }
    .lightplan .step ul li:nth-child(2) dl dt i:before{
        background-image: url(../images/ico_step2.png);
    }
    .lightplan .step ul li:nth-child(3) dl dt i:before{
        background-image: url(../images/ico_step3.png);
    }
    .lightplan .step ul li dl dt{margin-bottom: 40px;}

    @media only screen and (max-width: 764px){
        .lightplan .step ul li dl dt{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }}

    .lightplan .step ul li dl .stemImage{
        width: 100%;
        max-width: 180px;
        height: auto;
        margin: 0 auto;
    }
    @media only screen and (max-width: 764px){
        .lightplan .step ul li dl .stemImage{
            width: 100%;
            max-width: 60%;
            height: auto;
            margin: 0 auto;
        }
    }
    @media only screen and (max-width: 500px){
        .lightplan .step ul li dl .stemImage{
            max-width: 70%;
        }
    }
    .lightplan .step ul li dl dd{
        font-size: var(--fontSubTit);
        line-height: var(--lineHeightBase);
    }
    @media only screen and (max-width: 764px){
        .lightplan .step ul li dl dd{ 
            width: 70%;
            margin-left: auto;
            margin-bottom: 40px;
            font-size: 16px;
    }}
    @media only screen and (max-width: 500px){
        .lightplan .step ul li dl dd{
            width: 80%;
        }  
    }
    .lightplan .step ul li dl dd .note{
        font-size: var(--fontBase);
        line-height: var(--lineHeightBase);
    }
    .lightplan .faq .faqList{
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        gap: 20px 40px;
        margin-bottom: 40px;
    }
    @media only screen and (max-width: 764px){
        .lightplan .faq .faqList{
            gap: 20px 20px;
        }
    }
    .lightplan .faq .faqList li{
        border: 2px solid var(--keyColor);
        border-radius: 40px;
        width: calc((100% / 2) - 20px);
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    @media only screen and (max-width: 764px){
        .lightplan .faq .faqList li{
            width: 100%;
        } 
    }
    .lightplan .faq .faqList li>*{min-height: 1%;}
    .lightplan .faq .faqList li a{
        padding: 10px 20px 10px 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .lightplan .faq .faqList li a i{
        position: absolute;
        background-color: var(--keyColor);
        color: #fff;
        width: 2em;
        height: 2em;
        text-align: center;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10px;
    }
    .lightplan .faq .answerBlock{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .lightplan .faq .answerBlock ul li dl{
        border: 1px solid #ccc;
        margin-bottom: 40px;
    }
    .lightplan .faq .answerBlock ul li dl dt,
    .lightplan .faq .answerBlock ul li dl dd{
        padding: 10px 20px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .lightplan .faq .answerBlock ul li dl dt{
        border-bottom: 2px dashed #ccc;
        align-items: center;
    }
    .lightplan .faq .answerBlock ul li dl dt i,
    .lightplan .faq .answerBlock ul li dl dd i{
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-right: 0.5em;
    }
    .lightplan .faq .answerBlock ul li dl dt i{
        background-color: var(--keyColor);
    }
    .lightplan .faq .answerBlock ul li dl dd i{
        background-color: var(--btnColor);
    }
    .lightplan .faq .answerBlock ul li dl dt .arrow{
        width: 16px;
        height: 16px;
        border-top: 3px solid var(--keyColor);
        border-right: 3px solid var(--keyColor);
        transform: rotate( 135deg);
        display: block;
        margin: auto;
        position: absolute;
        right: 1em;
        bottom: 0;
        top: 0px;
        transition: all 0.5s;
    }
    .lightplan .faq .answerBlock ul li dl dt:not(.open){
        border-bottom: none;
    }
    .lightplan .faq .answerBlock ul li dl dt.open .arrow{
        transform: rotate( -45deg);
        top: 8px;
    }
    .lightplan .faq .answerBlock ul li dl dt p,
    .lightplan .faq .answerBlock ul li dl dd p{
        width: calc(100% - 45px);
    }
    .lightplan .faq .answerBlock ul li dl dt p{
        width: calc(100% - 65px);
    }
    .lightplan .faq .answerBlock ul li dl dd p{
        margin-top: 3px;
    }