@charset "utf-8";
#main{
    overflow: hidden;
}
.fRoboto{font-family: 'Roboto Condensed', sans-serif;}

.cursorPointer:hover{ opacity:0.8; }
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}

/*ro無効化*/
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmnLpTit{
    height: 670px;
    background: url(../img/lp/bgCmnLpTit.jpg) center top / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.secCmnLpTit .topImg{
    padding-top: 105px;
}
.secCmnLpTit02{
    height: 455px;
    background: url(../img/lp/bgCmnLpTit02.jpg) center top / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.secCmnLpTit02 .wrapper{
    position: relative;
    height: 100%;
}
.secCmnLpTit02 .topImg{
    position: absolute;
    top: -105px;
    left: calc(50% - 698px);
}
@media only screen and (max-width:767px){
    .secCmnLpTit{
        min-height: 360px;
        height: 96vw;
        background: url(../img/lp/bgCmnLpTit_sp.jpg) center top / cover;
    }
    .secCmnLpTit .topImg{
        padding-top: 20px;
        width: 98.934%;
        margin: 0 auto;
    }
    .secCmnLpTit02{
        min-height: 230px;
        height: 61.334vw;
        background: url(../img/lp/bgCmnLpTit02_sp.jpg) center top / cover;
    }
    .secCmnLpTit02 .topImg{
        position: static;
        width: 96%;
        margin: -37px auto 0;
    }
}

/* secMain */
.secMain{
    margin-top: -55px;
}
.secMain .topTit{
    width: 1380px;
    max-width: calc(100% - 40px);
    height: 110px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: #e02321;
    border: solid 1px #fff;
}
.secMain .topTit::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 40px;
    left: calc(50% - 30px);
    bottom: -39px;
    clip-path: polygon(0px 0px, 50% 100%, 100% 0px);
    background: rgb(224, 35, 33);
}
.secMain .tabList{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 88px auto 0;
    width: 1380px;
    max-width: calc(100% - 40px);
}
.secMain .tabItem{
    width: 22.827%;
    margin-right: 2.8973%;
    height: 220px;
    border-radius: 4px;
    box-shadow: 0px 0px 9.2px 0.8px rgba(0, 0, 0, 0.2),inset 0px -8px 0px 0px rgba(1, 1, 1, 0.07);
    position: relative;
    padding-top: 62px;
}
.secMain .tabItem:last-child{
    margin-right: 0;
}
.secMain .tabItem::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-bottom: solid 4px #fff;
    border-right: solid 4px #fff;
    left: calc(50% - 7.5px);
    top: 156px;
}
.secMain .tabItem.bg01{
    background: #ffa200;
}
.secMain .tabItem.bg02{
    background: #00cc65;
}
.secMain .tabItem.bg03{
    background: #006fe9;
}
.secMain .tabItem.bg04{
    background: #ff6dbc;
}
.secMain .tabItem.active{
    height: 250px;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
}
.secMain .spanTit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    color: #fff;
    height: 70px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secMain{
        margin-top: -45px;
    }
    .secMain .topTit{
        width: 94.134%;
        max-width: 100%;
        height: 80px;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 1px;
        text-align: center;
    }
    .secMain .topTit::after{
        width: 34px;
        height: 20px;
        left: calc(50% - 17px);
        bottom: -19px;
    }
    .secMain .tabList{
        flex-wrap: wrap;
        margin: 30px auto 0;
        width: 94.134%;
        max-width: 100%;
    }
    .secMain .tabItem{
        width: calc(50% - 4.5px);
        margin-right: 9px;
        height: 84px;
        position: relative;
        padding-top: 19px;
    }
    .secMain .tabItem:nth-child(2n){
        margin-right: 0;
    }
    .secMain .tabItem:nth-child(n+3){
        margin-top: 9px;
    }
    .secMain .tabItem::after{
        width: 7px;
        height: 7px;
        left: calc(50% - 3px);
        top: 60px;
        border-bottom: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .secMain .tabItem.active{
        height: 84px;
        border-radius: 4px;
        box-shadow: 0px 0px 9.2px 0.8px rgba(0, 0, 0, 0.2), inset 0px -8px 0px 0px rgba(1, 1, 1, 0.07);
    }
    .secMain .spanTit{
        font-size: 15px;
        height: 35px;
    }
}

.secMain .contentsList{
    display: none;
}
.secMain .contentsItem{
    background: #f2f5f7;
    padding-bottom: 120px;
    display: none;
}
.secMain .itemTit{
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    font-weight: 700;
    background: #ffa200;
    letter-spacing: 1.5px;
}
.secMain .box02 .itemTit{
    background: #00cc65;
}
.secMain .box03 .itemTit{
    background: #006fe9;
}
.secMain .box04 .itemTit{
    background: #ff6dbc;
}
.secMain .introductionTit{
    margin-top: 50px;
    padding: 40px 0;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #232d36;
    position: relative;
}
.secMain .introductionTit::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    left: calc(50% - 15px);
    bottom: -19px;
    clip-path: polygon(0px 0px, 50% 100%, 100% 0px);
    background: #232d36;
}
.secMain .itemWrapper + .itemWrapper .introductionTit{
    margin-top: 95px;
}
.secMain .flBox{
    margin-top: 120px;
    display: flex;
}
.secMain .box01 .flBox,.secMain .box02 .flBox{
    margin-top: 140px;
}
.secMain .mainItem{
    width: calc(50% - 30px);
    margin-right: 60px;
}
.secMain .mainItem:last-child{
    margin-right: 0;
}
.secMain .titBox{
    position: relative;
}
.secMain .titCircle{
    width: 140px;
    height: 140px;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -90px;
    left: calc(50% - 70px);
    background: #ffa200;
    border-radius: 50%;
    padding-top: 8px;
}
.secMain .box02 .titCircle{
    background: #00cc65;
}
.secMain .box03 .titCircle{
    background: #006fe9;
}
.secMain .box04 .titCircle{
    background: #ff6dbc;
}
.secMain .spanNum{
    font-size: 50px;
    padding-top: 5px;
}
.secMain .mainItemTit{
    width: 100%;
    height: 200px;
    font-size: 36px;
    line-height: 1.44;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 3px #ffa200;
    padding-top: 30px;
    color: #000;
}
.secMain .box02 .mainItemTit{
    border-color: #00cc65;
}
.secMain .box03 .mainItemTit{
    border-color: #006fe9;
}
.secMain .box04 .mainItemTit{
    border-color: #ff6dbc;
}
.secMain .mainItemTit.lazyloaded{
    background: url(../img/lp/bgMainItemTit.gif) center top / cover;
}
.secMain .underBox{
    display: flex;
    margin-top: 20px;
    position: relative;
}
.secMain .underItem{
    width: calc(50% - 10px);
    height: 460px;
    margin-right: 20px;
    position: relative;
    background: #fffde3;
}
.secMain .underItem.onlyItem{
    width: 100%;
    margin-right: 0;
}
.secMain .underItem::after{
    position: absolute;
    content: "";
    width: 220px;
    height: 220px;
    clip-path: polygon(0 0,100% 0,0 100%);
    background: #fffabc;
    left: 0;
    top: 0;
}
.secMain .underItem:nth-child(2){
    margin-right: 0;
}
.secMain .underInner{
    position: relative;
    z-index: 10;
    padding: 40px 0 0;
}
.secMain .iconImg{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.secMain .titBar{
    width: 230px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: -10px auto 0;
    background: #ffa200;
    position: relative;
    letter-spacing: 0.5px;
}
.secMain .box02 .titBar{
    background: #00cc65;
}
.secMain .box03 .titBar{
    background: #006fe9;
}
.secMain .box04 .titBar{
    background: #ff6dbc;
}
.secMain .titunder{
    font-size: 26px;
    font-weight: 700;
    color: #232f3e;
    text-align: center;
    margin-top: 27px;
}
.secMain .txtPrice{
    font-size: 40px;
    font-weight: 700;
    color: #ffa200;
    text-align: center;
    margin-top: 10px;
}
.secMain .box02 .txtPrice{
    color: #00cc65;
}
.secMain .box03 .txtPrice{
    color: #006fe9;
}
.secMain .box04 .txtPrice{
    color: #ff6dbc;
}
.secMain .txtPrice.freePrice{
    font-size: 48px;
    margin-top: 22px;
}
.secMain .spanPrice{
    font-size: 70px;
    vertical-align: -5px;
}
.secMain .spanIcpn{
    font-size: 50px;
}
.secMain .priceSub{
    font-size: 16px;
    text-align: center;
    color: #ffa200;
    font-weight: 700;
    margin-top: 6px;
}
.secMain .box02 .priceSub{
    color: #00cc65;
}
.secMain .box03 .priceSub{
    color: #006fe9;
}
.secMain .box04 .priceSub{
    color: #ff6dbc;
}
.secMain .spanPriceSub{
    font-size: 26px;
    vertical-align: -2px;
}
.secMain .priceBox{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.secMain .priceLeft{
    font-size: 20px;
    line-height: 1.1;
    width: 1em;
    color: #ffa200;
    font-weight: 700;
    margin: 17px 6px 0 0;
}
.secMain .box02 .priceLeft{
    color: #00cc65;
}
.secMain .box03 .priceLeft{
    color: #006fe9;
}
.secMain .box04 .priceLeft{
    color: #ff6dbc;
}
.secMain .txtPrice.sub{
    margin-top: 0;
}
.secMain .titunder.sub{
    margin-top: 17px;
}
.secMain .redTit{
    width: 500px;
    height: 48px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-radius: 24px;
    background: #e02321;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 250px);
    top: 20px;
    z-index: 20;
}
.secMain .redTit::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 14px;
    clip-path: polygon(0 0,100% 0,50% 100%);
    left: calc(50% - 10px);
    bottom: -13px;
    background: #e02321;
}
.secMain .boxNote{
    margin-top: 70px;
    background: #fff;
    padding: 43px 55px 42px;
}
.secMain .noteTxt{
    font-size: 12px;
    line-height: 2.08;
    letter-spacing: 0.5px;
}
.secMain .noteTxt + .noteTxt{
    margin-top: 25px;
}
.secMain .spanRed{
    color: #cd2929;
}
.secMain .txtNote{
    text-align: right;
    margin-top: 27px;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secMain .contentsList{
        margin-top: 40px;
    }
    .secMain .contentsItem{
        background: #fff;
        padding-bottom: 10px;
        width: 94.134%;
        margin: 0 auto;
        border: solid 1px #ffa200;
        border-radius: 4px;
    }
    .secMain .contentsItem.box02{
        border-color: #00cc65;
    }
    .secMain .contentsItem.box03{
        border-color: #006fe9;
    }
    .secMain .contentsItem.box04{
        border-color: #ff6dbc;
    }
    .secMain .itemTit{
        font-size: 22px;
        line-height: 1.27;
        padding: 25px 0;
        letter-spacing: 1px;
        position: relative;
    }
    .secMain .itemTit::after{
        position: absolute;
        content: "";
        width: 21px;
        height: 1px;
        background: #fff;
        right: 20px;
        top: calc(50% - 0.5px);
    }
    .secMain .introductionTit{
        padding: 18px 0;
        font-size: 15px;
        margin-top: 0;
    }
    .secMain .introductionTit::after{
        width: 15px;
        height: 10px;
        left: calc(50% - 7.5px);
        bottom: -9px;
    }
    .secMain .itemWrapper + .itemWrapper .introductionTit{
        margin-top: 40px;
    }
    .secMain .flBox{
        margin-top: 48px;
        display: block;
        padding: 0 10px;
    }
    .secMain .box01 .flBox,.secMain .box02 .flBox{
        margin-top: 48px;
    }
    .secMain .mainItem{
        width: 100%;
        margin-right: 0;
    }
    .secMain .mainItem:nth-child(2){
        margin-top: 42px;
    }
    .secMain .titCircle{
        width: 85px;
        height: 44px;
        font-size: 11px;
        border-radius: 22px;
        top: -22px;
        left: calc(50% - 42.5px);
        padding-top: 2px;
    }
    .secMain .spanNum{
        font-size: 18px;
        padding-top: 3px;
    }
    .secMain .mainItemTit{
        height: 96px;
        font-size: 18px;
        line-height: 1.33;
        border: solid 1px #006fe9;
        padding-top: 10px;
    }
    .secMain .underBox{
        margin-top: 12px;
    }
    .secMain .underItem{
        width: calc(50% - 2.5px);
        height: auto;
        margin-right: 5px;
    }
    .secMain .underItem::after{
        width: 100px;
        height: 100px;
    }
    .secMain .underInner{
        padding: 20px 0 15px;
    }
    .secMain .iconImg{
        width: 95px;
        height: 95px;
    }
    .secMain .titBar{
        width: 110px;
        height: 24px;
        border-radius: 12px;
        font-size: 10px;
        margin: -5px auto 0;
    }
    .secMain .titunder{
        font-size: 14px;
        margin-top: 12px;
    }
    .secMain .titunder.sub{
        margin-top: 12px;
    }
    .secMain .txtPrice{
        font-size: 20px;
        margin-top: 6px;
    }
    .secMain .txtPrice.freePrice{
        font-size: 24px;
        margin-top: 10px;
    }
    .secMain .spanPrice{
        font-size: 34px;
        vertical-align: -2px;
    }
    .secMain .spanIcpn{
        font-size: 25px;
    }
    .secMain .priceSub{
        font-size: 10px;
        margin-top: 2px;
    }
    .secMain .spanPriceSub{
        font-size: 22px;
    }
    .secMain .priceLeft{
        font-size: 11px;
        margin: 6px 3px 0 0;
    }
    .secMain .redTit{
        width: 83.988%;
        height: 27px;
        font-size: 12px;
        border-radius: 13.5px;
        left: 8.006%;
        top: 10px;
    }
    .secMain .redTit::after{
        width: 11px;
        height: 7px;
        left: calc(50% - 5.5px);
        bottom: -6px;
    }
    .secMain .boxNote{
        display: none;
    }
    .secMain .txtNote{
        font-size: 10px;
        margin-right: 14px;
        margin-top: 14px;
    }
}

/* secFlow */
.secFlow {
    width: 1300px;
    margin: 132px auto 70px;
}
.secFlow .imgTit {
    text-align: center;
}
.secFlow .flowTit {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}
.secFlow .flowList {
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
}
.secFlow .fowItem {
    position: relative;
    text-align: center;
    width: 313px;
}
.secFlow .imgIcon {
    display: flex;
    height: 147px;
    justify-content: center;
    align-items: center;
}
.secFlow .flowTxt {
    font-size: 15px;
    line-height: 1.333;
    text-align: left;
    font-weight: bold;
}
.secFlow .careTxt {
    font-size: 13px;
    line-height: 1.15;
    color: #e02321;
    text-align: left;
    font-weight: bold;
    margin-top: 12px;
}
.secFlow .circleBox {
    position: absolute;
    top: 108px;
    right: -200px;
    display: flex;
}
.secFlow .circleBox2 {
    position: absolute;
    top: 108px;
    left: -200px;
    display: flex;
}
.secFlow .circleItem {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    margin-right: 10px;
}
@media only screen and (max-width:767px) {
    .secFlow {
        width: 85.3%;
        margin: 60px auto 0;
    }
    .secFlow .imgTit {
        width: 132px;
        margin: 0 auto;
    }
    .secFlow .flowTit {
        font-size: 20px;
        margin-top: 18px;
    }
    .secFlow .flowList {
        flex-direction: column;
        align-items: center;
        margin-top: 41px;
        padding-right: 3px;
    }
    .secFlow .fowItem {
        display: flex;
        align-items: center;
    }
    .secFlow .fowItem:nth-child(2) {
        margin: 52px 0 74px;
    }
    .secFlow .imgIcon {
        display: none;
    }
    .secFlow .flowTxt {
        font-size: 14px;
        line-height: 1.42;
    }
    .secFlow .careTxt {
        font-size: 12px;
        line-height: 1.25;
        margin-top: 3px;
    }
    .secFlow .imgflow {
        width: 130px;
        margin-right: 17px;
    }
    .secFlow .txtBox {
        width: 53%;
    }
    .secFlow .circleBox {
        flex-direction: column;
        right: auto;
        left: 59px;
        top: -61px;
    }
    .secFlow .circleItem {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .secFlow .circleItem:nth-child(n+4) {
        display: none;
    }
    .secFlow .circleBox2 {
        flex-direction: column;
        top: auto;
        bottom: -74px;
        left: 59px;
    }
}
@media only screen and (max-width:350px) {
    .secFlow .flowTit {
        font-size: 18px;
    }

}

/* secCmnForm */
.secCmnForm{
    display: none;
}
.secCmnForm.co,.secCmnForm.ok{
    display: block;
}

