@charset "utf-8";
.img100{
    width: 100%;
    height: auto;
}
.secNewHero{
    width: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 768px){
    .secNewHero .imgTitle{
        width: 100%;
        height: auto;
    }
    @media only screen and (max-width:1920px){
        .secNewHero .heroInner{
            height: 580px;
            position: relative;
            width: 100%;
        }
        .secNewHero .imgTitle{
            position: absolute;
            width: 1920px;
            height: 580px;
            left: calc(50% - 960px);
            top: 0;
        }
    }
}
.secFlow{
    margin-top: 60px;
}
.secFlow .boxTit{
    padding-top: 0;
}
.secFlow .boxTit .tit{
    margin-bottom: 14px;
}
.secFlow .boxTit .img img{
    width: auto;
    height: 15px;
}
.secFlow .newFlowlist{
    width: 100%;
    margin-top: 48px;
}
.secFlow .n_list{
    display: flex;
}
.secFlow .n_item{
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
    position: relative;
}
.secFlow .n_item::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    right: calc(0% - ((30px + 12px) / 2));
    top: calc(50% - 9px);
}
.secFlow.lazyloaded .n_item::after{
    background: url(../img/reserve/imgFlowArrow.png) no-repeat center center;
    background-size: 100% auto;
}
.secFlow .n_item:last-child::after{
    display: none;
}
.secFlow .n_item:last-child{
    margin-right: 0;
}
.secFlow .n_itemInner{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f8f8f5;
    color: #000000;
    padding: 10px;
    padding-top: 117px;
    padding-bottom: 33px;
}
.secFlow .n_itemInner::after{
    content: "";
    position: absolute;
}
.secFlow.lazyloaded .n_itemInner::after{
    background: url(../img/common/tp.gif) center top no-repeat;
    background-size: 100% auto;
}
.secFlow .type01 .n_itemInner::after{
    width: 64px;
    height: 50px;
    left: calc(50% - 32px);
    top: 45px;
}
.secFlow.lazyloaded .type01 .n_itemInner::after{
    background-image: url(../img/reserve/imgFlowIcon01.png);
}
.secFlow .type02 .n_itemInner::after{
    width: 69px;
    height: 50px;
    left: calc(50% - 34.5px);
    top: 45px;
}
.secFlow.lazyloaded .type02 .n_itemInner::after{
    background-image: url(../img/reserve/imgFlowIcon02.png);
}
.secFlow .type03 .n_itemInner::after{
    width: 67px;
    height: 50px;
    left: calc(50% - 33.5px);
    top: 45px;
}
.secFlow.lazyloaded .type03 .n_itemInner::after{
    background-image: url(../img/reserve/imgFlowIcon03.png);
}
.secFlow .type04 .n_itemInner::after{
    width: 49px;
    height: 48px;
    left: calc(50% - 24.5px);
    top: 45px;
}
.secFlow.lazyloaded .type04 .n_itemInner::after{
    background-image: url(../img/reserve/imgFlowIcon04.png);
}
.secFlow .type05 .n_itemInner::after{
    width: 48px;
    height: 50px;
    left: calc(50% - 24px);
    top: 45px;
}
.secFlow.lazyloaded .type05 .n_itemInner::after{
    background-image: url(../img/reserve/imgFlowIcon05.png);
}
.secFlow .imgNumbox{
    width: 100px;
    height: 30px;
    position: absolute;
    top: calc(0% - 15px);
    left: calc(50% - 50px);
    background-color: #d61118;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.secFlow .imgNumbox .numIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secFlow .imgNumbox .imgNum{
    display: inline-block;
}
.secFlow .imgNumbox .imgNum img{
    width: auto;
    height: 13px;
}
.secFlow .txtArea{
    width: 100%;
    text-align: center;
}
.secFlow .n_tit{
    font-size: 18px;
    line-height: calc(30 / 18);
    font-weight: bold;
}
.secFlow .txtbox{
    width: 100%;
    text-align: center;
    margin-top: 6px;
}
.secFlow .txtbox .n_txt{
    font-size: 13px;
    line-height: calc(22 / 13);
}
.secFlow .cpBnrbox{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.secFlow .cpbnr{
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
@media only screen and (max-width: 767px){
    .secFlow{
        margin-top: 30px;
    }
    .secFlow .boxTit .tit{
        margin-bottom: 10px;
    }
    .secFlow .boxTit .img img{
        height: 12px;
    }
    .secFlow .newFlowlist{
        width: calc(355 / 375 * 100%);
        margin: 0 auto;
        margin-top: 34px;
    }
    .secFlow .n_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .secFlow .n_item{
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
    }
    .secFlow .n_item:nth-child(3n),
    .secFlow .n_item:last-child{
        margin-right: 0;
    }
    .secFlow .n_item:nth-child(n + 4){
        margin-top: 26px;
    }
    .secFlow .n_item::after{
        width: 8px;
        height: 13px;
        right: calc(0% - ((15px + 8px) / 2));
        top: calc(50% - 6.5pxpx);
    }
    .secFlow .n_item:nth-child(3n)::after,
    .secFlow .n_item:last-child::after{
        display: none;
    }
    .secFlow .n_itemInner{
        padding: 0px;
        padding-top: 83px;
        padding-bottom: 15px;
    }
    .secFlow .type03 .n_itemInner,
    .secFlow .type04 .n_itemInner,
    .secFlow .type05 .n_itemInner{
        padding-top: 72px;
    }
    .secFlow .type01 .n_itemInner::after{
        width:45px;
        height: 35px;
        left: calc(50% - 20px);
        top: 26px;
    }
    .secFlow .type02 .n_itemInner::after{
        width: 49px;
        height: 35px;
        left: calc(50% - 24.5px);
        top: 26px;
    }
    .secFlow .type03 .n_itemInner::after{
        width: 46px;
        height: 35px;
        left: calc(50% - 23px);
        top: 26px;
    }
    .secFlow .type04 .n_itemInner::after{
        width: 36px;
        height: 35px;
        left: calc(50% - 18px);
        top: 26px;
    }
    .secFlow .type05 .n_itemInner::after{
        width: 33px;
        height: 35px;
        left: calc(50% - 16.5px);
        top: 27px;
    }
    .secFlow .imgNumbox{
        width: 60px;
        height: 22px;
        top: calc(0% - 11px);
        left: calc(50% - 30px);
    }
    .secFlow .imgNumbox .imgNum img{
        height: 10px;
    }
    .secFlow .n_tit{
        font-size: 14px;
        line-height: calc(20 / 14);
    }
    .secFlow .txtbox{
        margin-top: 13px;
    }
    .secFlow .type03 .txtbox,
    .secFlow .type04 .txtbox,
    .secFlow .type05 .txtbox{
        margin-top: 6px;
    }
    .secFlow .txtbox .n_txt{
        font-size: 11px;
        line-height: calc(16 / 11);
    }
    .secFlow .cpBnrbox{
        max-width: 710px;
        width: calc(355 / 375 * 100%);
        margin: 0 auto;
        margin-top: 31px;
    }
    .secFlow .cpbnr{
        display: block;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 374px){
    .secFlow .txtbox .n_txt{
        font-size: 10px;
        line-height: calc(14 / 10);
    }
}

.secRrecommend{
    width: 100%;
    margin-top: 73px;
}
.secRrecommend .titbox{
    width: 100%;
    text-align: center;
}
.secRrecommend .title{
    font-size:28px;
    line-height: calc(40 / 28);
    font-weight: bold;
    color: #000;
}
.secRrecommend .title_in{
    position: relative;
    display: inline-block;
    padding: 0px 40px;
    padding-bottom: 3px;
}
.secRrecommend .title_in::before,
.secRrecommend .title_in::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #d61118;
    bottom: 0;
}
.secRrecommend .title_in::before{
    left: 0;
    transform: rotate(-33deg);
}
.secRrecommend .title_in::after{
    right: 0;
    transform: rotate(33deg);
}
.secRrecommend .r_listbox{
    width: 100%;
    margin-top: 38px;
}
.secRrecommend .r_list{
    display: flex;
}
.secRrecommend .r_item{
    width: calc((100% - 200px) / 4);
    margin-right: calc(200px / 3);
}
.secRrecommend .r_item:last-child{
    margin-right: 0;
}
.secRrecommend .r_itemInner{
    width: 100%;
}
.secRrecommend .imgArea{
    width: 100%;
}
.secRrecommend .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(250 / 250 * 100%);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.secRrecommend .imgBox img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.secRrecommend .txtArea{
    width: 100%;
    text-align: center;
    margin-top: 26px;
}
.secRrecommend .txtArea .txt{
    font-size: 20px;
    line-height: calc(36 / 20);
    font-weight: bold;
}
.secRrecommend .r_bnr{
    width: 100%;
    margin-top: 72px;
}
@media only screen and (max-width: 767px){
    .secRrecommend{
        margin-top: 32px;
    }
    .secRrecommend .title{
        font-size:15px;
        line-height: calc(30 / 15);
    }
    .secRrecommend .title_in{
        padding: 0px 13px;
        padding-bottom: 1px;
    }
    .secRrecommend .title_in::before,
    .secRrecommend .title_in::after{
        width: 1px;
        height: 23px;
    }
    .secRrecommend .r_listbox{
        margin: 0 auto;
        margin-top: 13px;
        width: calc(355 / 375 * 100%);
        max-width: 375px;
    }
    .secRrecommend .r_list{
        flex-wrap: wrap;
    }
    .secRrecommend .r_item{
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .secRrecommend .r_item:nth-child(2n),
    .secRrecommend .r_item:last-child{
        margin-right: 0;
    }
    .secRrecommend .r_item:nth-child(n + 3){
        margin-top: 20px;
    }
    .secRrecommend .imgArea{
        width:calc(100% - 20px);
        max-width: 140px;
        margin: 0 auto;
    }
    .secRrecommend .txtArea{
        margin-top: 13px;
    }
    .secRrecommend .txtArea .txt{
        font-size: 15px;
        line-height: calc(24 / 15);
    }
    .secRrecommend .r_bnr{
        margin: 0 auto;
        margin-top: 35px;
        width: calc(355 / 375 * 100%);
    }
}
.secFormTable #intro_trigger_box{
    display: none;
}
.secFormTable #intro_trigger_box .intro_txt{
    max-width:400px ;
    width: 100%;
}
@media only screen and (min-width: 768px){
    .secFormTable #intro_trigger_box .intro_txt,
    .secFormTable .otherTxt{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px){
    .secFormTable #intro_trigger_box .intro_txt{
        max-width: 100%;
    }
}

.secCpbox{
    width: 100%;
    margin-top: 40px;
}
.secCpbox + .secFormTable{
    margin-top: 40px;
}
.secCpbox .cptitArea{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px;
    padding: 10px 20px;
    color: #fff;
    background-color:#ff6600;
}
.secCpbox .cptitArea .titIn{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.secCpbox .cptitArea .tit{
    font-size: 18px;
    line-height: calc(30 / 18);
    font-weight: bold;
}
.secCpbox .cpTxtArea{
    width: 100%;
    border: 1px solid;
    border-color:#cccccc;
    border-top: none;
    padding: 36px 0;
    position: relative;
}
.secCpbox .cpTxtArea::after{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 80px);
    top: 40px;
    left: calc(50% - 0.5px);
    background-color: #cccccc;
}
.secCpbox .cpTxtArea .cpInner{
    width: 100%;
    display: flex;
}
.secCpbox .cpTxtArea .cpbox{
    width: calc((100% - 1px) / 2);
    margin-right: 1px;
}
.secCpbox .cpTxtArea .cpbox:last-child{
    margin-right: 0;
}
.secCpbox .cpTxtArea .boxInner{
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
.secCpbox .cpTxtArea .cpsubtitbox{
    width: 100%;
    text-align: left;
}
.secCpbox .cpTxtArea .cpsubtit{
    font-size: 14px;
    line-height: calc(20 / 14);
}
.secCpbox .cpTxtArea .cpTxtbox{
    width: 100%;
    margin-top: 20px;
}
.secCpbox .cpTxtArea .cpTxt{
    font-size: 14px;
    line-height: calc(24 / 14);
}
.secCpbox .cpTxtArea p + .cpTxt{
    margin-top: 24px;
}
.secCpbox .cpTxtArea .redtxt{
    font-size: 13px;
    line-height: calc(24 / 13);
    color:#e60012;
}
.secCpbox .cpTxtArea .txtsubarea{
    padding-left: 11px;
}
.secCpbox .cpTxtArea .txtsub{
    position: relative;
    padding-left: 14px;
    display: inline-block;
}
.secCpbox .cpTxtArea .txtsub .subitem{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: calc(24 / 13);
    color:#e60012;
}
@media only screen and (max-width: 767px){
    .secCpbox{
        margin: 0 auto;
        margin-top: 30px;
        width: calc(355 / 375 * 100%);
    }
    .secCpbox + .secFormTable{
        margin-top: 30px;
    }
    .secCpbox .cptitArea{
        min-height: 45px;
        padding: 10px 10px;
    }
    .secCpbox .cptitArea .tit{
        font-size: 13px;
        line-height: calc(20 / 13);
    }
    .secCpbox .cpTxtArea{
        padding: 15px 15px 25px;
        position: relative;
    }
    .secCpbox .cpTxtArea::after{
        display: none;
    }
    .secCpbox .cpTxtArea .cpInner{
        display: block;
    }
    .secCpbox .cpTxtArea .cpbox{
        width: 100%;
        margin-right: 0;
    }
    .secCpbox .cpTxtArea .cpbox + .cpbox{
        margin-top: 16px;
        padding-top: 15px;
        border-top: 1px solid;
        border-color: #cccccc;
    }
    .secCpbox .cpTxtArea .boxInner{
        padding: 0;
    }
    .secCpbox .cpTxtArea .cpsubtit{
        font-size: 12px;
        line-height: calc(20 / 12);
    }
    .secCpbox .cpTxtArea .cpTxtbox{
        margin-top: 10px;
    }
    .secCpbox .cpTxtArea .cpTxt{
        font-size: 12px;
        line-height: calc(22 / 12);
    }
    .secCpbox .cpTxtArea p + .cpTxt{
        margin-top: 12px;
    }
    .secCpbox .cpTxtArea .redtxt{
        font-size: 11px;
        line-height: calc(22 / 11);
    }
    .secCpbox .cpTxtArea .txtsubarea{
        padding-left: 10px;
    }
    .secCpbox .cpTxtArea .txtsub{
        padding-left: 12px;
        display: inline;
    }
    .secCpbox .cpTxtArea .txtsub .subitem{
        font-size: 11px;
        line-height: calc(22 / 11);
    }
}