﻿@charset "utf-8";

/* =======================================================================
 module
======================================================================= */

.mT_15{margin-top:15px !important;}
.mT_60sp30{margin-top:60px !important;}
.mT_80sp40{margin-top:80px !important;}
.mB_10sp5{margin-bottom:10px !important;}
.mB_15{margin-bottom:15px !important;}
.mB_20sp15{margin-bottom:20px !important;}
.mB_30sp15,.mB_30sp20{margin-bottom:30px !important;}
.mB_50sp25,.mB_50sp30{margin-bottom:50px !important;}
.mB_60sp30,.mB_60sp40{margin-bottom:60px !important;}
.mB_80sp40{margin-bottom:80px !important;}

.fSize16sp14{font-size: 16px !important;}
.fSize18sp16{font-size: 18px !important;}
.fSize20sp16{font-size: 20px !important;}
.fSize22sp18{font-size: 22px !important;}
.fSize30sp16{font-size: 30px !important;}
.fSize36sp20,.fSize36sp24{font-size: 36px !important;}
.fCPink{color: #ff1984;}

.txtULPink{
    text-decoration: underline #ff1984;
    text-underline-offset: 0.2em;
}

.txtULNeonPink{
    text-decoration: underline 6px rgba(255,25,132,0.3);
    text-underline-offset: -1px;
}

.txtULNeonYellow{
    text-decoration: underline 6px rgba(249,249,10,0.7);
    text-underline-offset: -1px;
}

.pcWrap640{
    max-width: 640px;
    margin: 0 auto;
}

.pcBrNone br{display:none;}

.w_100{width: 100%;}

.fFamilyHK{font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.fFamilyMR{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.fFamilyNS{font-family: 'Noto Sans JP', sans-serif;}

@media only screen and (max-width:640px){
    .mT_60sp30{margin-top:30px !important;}
    .mT_80sp40{margin-top:40px !important;}
    .mB_10sp5{margin-bottom:5px !important;}
    .mB_20sp15,.mB_30sp15{margin-bottom:15px !important;}
    .mB_30sp20{margin-bottom:20px !important;}
    .mB_50sp25{margin-bottom:25px !important;}
    .mB_50sp30,.mB_60sp30{margin-bottom:30px !important;}
    .mB_60sp40,.mB_80sp40{margin-bottom:40px !important;}
    .fSize16sp14{font-size: 14px !important;}
    .fSize18sp16,.fSize20sp16,.fSize30sp16{font-size: 16px !important;}
    .fSize22sp18{font-size: 18px !important;}
    .fSize36sp20{font-size: 20px !important;}
    .fSize36sp24{font-size: 24px !important;}
    .pcBrNone br{display:block;}
}

.twoClm{
    display: flex;
    justify-content: space-between;
}

.twoClm.middle{align-items: center;}

.twoClm.reverse{flex-direction: row-reverse;}

.twoClm .clm{width: 460px;}

.twoClm.smallSpace .clm{width: 475px;}

@media only screen and (max-width:640px){
    .twoClm .clm{width: calc(50% - 5px);}

    .twoClm.row{display: block;}

    .twoClm.row .clm{
        width: auto;
        margin-bottom: 20px;
    }

    .twoClm.row .clm:last-child{margin-bottom: 0;}

    .twoClm.smallSpace .clm{width: calc(50% - 3px);}
    
    .twoClm.row.smallSpace .clm{
        width: auto;
        margin-bottom: 6px;
    }
}

.activaCmnBtn_1,
.activaCmnBtn_2{
    position: relative;
    display: inline-block;
    min-width: 210px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #ff1984;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}

.activaCmnBtn_1{
    border-radius: 30px;
}

.activaCmnBtn_2{
    border: 1px solid #ff1984;
    background: #fff;
    color: #ff1984;
}

.activaCmnBtn_1:hover,
.activaCmnBtn_2:hover{text-decoration: none;}

.activaCmnBtn_1:hover{
    background-color: #8dc5e5;
    color: #fff;
}

.activaCmnBtn_2:hover{
    border-color: #388fff;
    color: #388fff;
}

.activaCmnBtn_1.arrow::after,
.activaCmnBtn_2.arrow::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.activaCmnBtn_2.arrow::after{
    border-top-color: #ff1984;
    border-right-color: #ff1984;
    transition: border .3s;
}

.activaCmnBtn_2.arrow:hover::after{
    border-top-color: #388fff;
    border-right-color: #388fff;
}

.activaCmnBtn_2.tel{
    padding-left: 40px;
    font-size: 18px;
    font-weight: bold;
}

.activaCmnBtn_2.tel::after{
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 22px;
    width: 18px;
    height: 18px;
    background: url("../img/activastage/activa202601/icon_tel_pink.png") no-repeat top left / 100% auto;
    transition: .3s;
}

.activaCmnBtn_2.tel:hover::after{
    background-image: url("../img/activastage/activa202601/icon_tel_blue.png");
}

.boxLeftTtl{
    position: relative;
    margin-bottom: 10px;
    padding-left: 14px;
    font-size: 20px;
    font-weight: bold;
}

.boxLeftTtl::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px;
    height: 22px;
    background: #f86faf;
}


.circleArrowBtn{
    position: relative;
    padding-right: 20px;
    transition: color .3s;
}

.circleArrowBtn::before,
.circleArrowBtn::after{
    content: "";
    display: block;
    position: absolute;
}

.circleArrowBtn::before{
    top: 10px;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #388fff;
    transform: translateY(-50%);
    transition: background-color .3s;
}

.circleArrowBtn::after{
    top: 6px;
    right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent;
    border-left-color: #fff;
}

.circleArrowBtn:hover{
    color: #f86faf;
    text-decoration: none;
}

.circleArrowBtn:hover::before{background-color: #f86faf;}

@media only screen and (max-width:640px){
    .circleArrowBtn{
        padding-right: 21px;
    }

    .circleArrowBtn::before{
        top: 11px;
        width: 17px;
        height: 17px;
    }

    .circleArrowBtn::after{
        top: 7px;
        right: 5px;
        border-width: 4px 0 4px 6px;
    }
}


.bdrBtm{border-bottom: 1px solid #666;}

.bdrBtmBtn{
    position: relative;
    padding: 0 22px 4px 5px;
    border-bottom: 1px solid #388fff;
    font-weight: 500;
    transition: all .3s;
}

.bdrBtmBtn:hover{
    border-bottom-color: #c6a549;
    color: #c6a549;
    text-decoration: none;
}

.bdrBtmBtn::before{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 8px;
    width: 8px;
    height: 8px;
    border: 1px solid #388fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: all .3s;
}

.bdrBtmBtn:hover::before{border-color: #c6a549;}


.addLineCnt{
    width: 340px;
    text-align: center;
}

.addLineTxt{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 20px;
    font-weight: bold;
}

.addLineTxt::before,
.addLineTxt::after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 18px;
    top: 8px;
    background-color: #333;
}

.addLineTxt::before{
    left: 5px;
    transform: rotate(-30deg);
}

.addLineTxt::after{
    right: 5px;
    transform: rotate(30deg);
}

.addLineCnt .addBtn{
    display: block;
    width: 139px;
    margin: 0 auto;
    transition: opacity .3s;
}

@media only screen and (max-width:640px){
    .addLineCnt{margin: 0 auto;}

    .bdrCnt{
        padding: 20px 15px;
    }
}

/* =======================================================================
 layout
======================================================================= */
#bkaLp{
    border-top: none;
    overflow: hidden;
}

#bkaLp #container{
    background: none #fff;
    font-size:16px;
    color: #000;
}

#bkaLp #mainCnt{
    font-family: '游明朝 Demibold','Yu Mincho Demibold','Hiragino Mincho Pro',serif;
    float:none;
    width:100%;
}

#bkaLp #mainCnt .wrapper{
    width: 980px;
    padding: 0 10px;
    box-sizing: border-box;
}

@media only screen and (max-width:640px){
    #bkaLp{min-width: 360px;}

    #bkaLp #mainCnt .wrapper{
        width: 100%;
    }
}

/* =======================================================================
 style
======================================================================= */
#bkaLp .mvArea{
    position: relative;
    background-color: #feffe9;
}

.bgCYellow{background-color: #feffe9;}
.bgCLightGreen{background-color: #f5fdf0;}
.bgCLightBlue{background-color: #eff7ff;}
.bgCWhite{background-color: #fff;}

.mainSecTtl{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    padding: 40px 0;
    font-size: 62px;
    text-align: center;
}

.bgCYellow .mainSecTtl{background-color: #fff1c2;}

.bgCLightGreen .mainSecTtl{background-color: #d2f4bd;}

.bgCLightBlue .mainSecTtl,
.bgCWhite .mainSecTtl{background-color: #bfe1ff;}

.mainSecTtl .eg{
    font-size: 72px;
    letter-spacing: 2px;
}

.mainSecTtl .subTtl{
    display: block;
    line-height: 1.6;
    font-size: 34px;
}

.mainSecTtl .smallTxt{font-size: 44px;}

.mainSecInner{
    width: 980px;
    margin: 0 auto;
    padding: 60px 10px 100px;
    box-sizing: border-box;
}

@media only screen and (max-width:640px){
    .mainSecTtl{
        padding: 20px 0;
        font-size: 32px;
    }

    .mainSecTtl .eg{font-size: 40px;}
    .mainSecTtl .subTtl{font-size: 18px;}
    .mainSecTtl .smallTxt{font-size: 24px;}

    .mainSecInner{
        width: 100%;
        padding: 30px 10px 60px;
    }
}



.lpIntroArea{
    background-color: #feffe9;
    padding: 35px 0 50px;
}

.lpIntroArea .innerWrap{
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

#bkaLp .introBtnArea{
}

#bkaLp .introBtnArea .entryBtn{
    min-width: 370px;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
}

#bkaLp .introBtnArea .entryBtn::after{
    top: calc(50% - 14px);
    right: 2px;
    border-width: 14px;
    border-left-width: 18px;
}

.lpIntroArea .txtArea{
    font-size: 20px;
}

.lpIntroArea .introPrize{
    width: 420px;
    margin: 0 auto 15px;
}

.lpIntroArea .txtArea .ttl{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.lpIntroArea .txtArea .appealTxt{
    color: #ff1984;
    font-size: 30px;
}

@media only screen and (max-width:640px){
    .lpIntroArea{
        padding: 20px 10px;
    }

    .lpIntroArea .innerWrap{
        width: 100%;
    }

    #bkaLp .introBtnArea{
        margin-bottom: 25px;
    }

    #bkaLp .introBtnArea .entryBtn{
        min-width: 270px;
        height: 60px;
        line-height: 56px;
        font-size: 18px;
    }

    #bkaLp .introBtnArea .entryBtn::after{
        top: calc(50% - 8px);
        right: 10px;
        border-width: 8px;
        border-left-width: 10px;
    }

    .lpIntroArea .txtArea{
        font-size: 16px;
    }

    .lpIntroArea .introPrize{
        width: 100%;
        max-width: 360px;
        margin-bottom: 10px;
    }

    .lpIntroArea .txtArea .ttl{
        margin-bottom: 5px;
        line-height: 1.3;
        font-size: 20px;
    }

    .lpIntroArea .txtArea .appealTxt{
        font-size: 20px;
    }
}

.summaryWrap{
    width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
    border: 3px solid #4c9de5;
    box-sizing: border-box;
    text-align: center;
}

.summaryWrap .cnt{margin-bottom: 20px;}
.summaryWrap .cnt:last-child{margin-bottom: 0;}

.summaryWrap .cnt .item{
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 15px;
    background-color: #4c9de5;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.summaryWrap .cnt .period{
    font-size: 28px;
}

@media only screen and (max-width:640px){
    .summaryWrap{
        width: 100%;
        padding: 15px 10px;
        border-width: 3px;
    }
    
    .summaryWrap .cnt .item{
        padding: 4px 15px 3px;
        font-size: 14px;
    }
    
    .summaryWrap .cnt .period{font-size: 22px;}
}

.diamondLayerLst{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 20px 0;
}

.diamondLayerLst > li{
    position: relative;
    width: 240px;
    height: 240px;
    line-height: 240px;
    box-sizing: border-box;
    font-size: 30px;
    text-align: center;
}

.diamondLayerLst > li::before,
.diamondLayerLst > li::after{
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 5px;
    top: 50%;
    left: -96px;
    background-color: #666;
}

.diamondLayerLst > li::before{
    transform: rotate(45deg);
}

.diamondLayerLst > li::after{
    transform: rotate(-45deg);
}

.diamondLayerLst > li:first-child::before,
.diamondLayerLst > li:first-child::after{display: none;}

.diamondLayerLst > li > span{
    display: block;
    position: relative;
    z-index: 1;
}

.diamondLayerLst > li > span::before,
.diamondLayerLst > li > span::after{
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(45deg);
    z-index: -1;
}

.diamondLayerLst > li > span::before{
    top: 25px;
    left: 20px;
    width: 190px;
    height: 190px;
    background-color: #fff;
}

.diamondLayerLst > li > span::after{
    top: 23px;
    left: 26px;
    width: 194px;
    height: 194px;
    border: 4px solid #8fc5f5;
}

.diamondLayerLst > li:nth-child(2) > span::after{border-color: #e9cb68;}
.diamondLayerLst > li:nth-child(3) > span::after{border-color: #77c647;}

@media only screen and (max-width:640px){
    .diamondLayerLst{
        width: 340px;
        margin: 0 auto 30px;
        padding: 38px 0 30px;
    }

    .diamondLayerLst > li{
        width: 86px;
        height: auto;
        line-height: 1.4;
        font-size: 15px;
        font-weight: 500;
    }

    .diamondLayerLst > li::before,
    .diamondLayerLst > li::after{
        width: 20px;
        height: 2px;
        top: 17px;
        left: -29px;
    }

    .diamondLayerLst > li > span.short{padding-top: 6px;}

    .diamondLayerLst > li > span::before{
        top: -20px;
        left: 4px;
        width: 74px;
        height: 74px;
    }

    .diamondLayerLst > li > span::after{
        top: -21px;
        left: 7px;
        width: 76px;
        height: 76px;
        border-width: 2px;
    }
}


.shiftThumbLst{
    font-size: 0;
}

.shiftThumbLst > li{
    position: relative;
    display: inline-block;
    width: 310px;
    margin: 0 0 40px 15px;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 16px;
}

.shiftThumbLst > li:nth-child(3n-2){margin-left: 0;}
.shiftThumbLst > li:nth-child(3n-1){margin-top: 40px;}
.shiftThumbLst > li:nth-child(3n){margin-top: 80px;}

.shiftThumbLst .shiftThumbImg{
    display: block;
    width: 290px;
}

.shiftThumbLst .shiftThumbTtl{
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
}

.shiftThumbLst .shiftThumbTtl::before{
    content: "";
    display: block;
    position: absolute;
    background-color: #eb4f98;
    top: 12px;
    left: 0;
    width: 5px;
    height: 20px;
    transform: translateY(-50%);
}

.shiftThumbLst .shiftThumbTxt{
    display: block;
    position: absolute;
    width: 250px;
    min-height: 60px;
    top: 230px;
    left: 0;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;
    color: #000;
    transition: all .3s;
}

@media only screen and (max-width:640px){
    .shiftThumbLst{
        display: block;
    }

    .shiftThumbLst > li{
        display: block;
        width: 85%;
        max-width: 410px;
        min-width: 290px;
        margin: 0 auto 110px;
    }

    .shiftThumbLst > li:first-child,
    .shiftThumbLst > li:nth-child(3n-2),
    .shiftThumbLst > li:nth-child(3n){margin-top: 0;}

    .shiftThumbLst > li:nth-child(3n-2){margin-left: 0;}
    .shiftThumbLst > li:nth-child(3n){
        margin-left: auto;
        margin-right: 0;
    }


    .shiftThumbLst .shiftThumbImg{
        width: 100%;
        height: 210px;
        overflow: hidden;
    }

    .shiftThumbLst .shiftThumbTxt{
        width: 70%;
        min-width: 260px;
    }
}

.instructorLst{
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
}

.instructorLst > li{
    width: 280px;
    margin: 40px 0 0 60px;
    text-align: center;
}

.instructorLst.pcFourClm > li{
    width: 225px;
    margin-left: 20px;
}

.instructorLst > li:nth-child(3n-2){margin-left: 0;}
.instructorLst.pcFourClm > li:nth-child(3n-2){margin-left: 20px;}

.instructorLst.pcFourClm > li:nth-child(4n-3){margin-left: 0;}

.instructorLst .category{
    display: inline-block;
    min-width: 100px;
    margin-top: 15px;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #185f9e;
    color: #fff;
    font-size: 14px;
}

.instructorLst .name{
    margin-top: 8px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width:640px){
    .instructorLst{
        margin-top: -30px;
    }

    .instructorLst > li,
    .instructorLst.pcFourClm > li{
        width: calc(50% - 5px);
        margin: 30px 0 0 10px;
    }

    .instructorLst > li:nth-child(3n-2),
    .instructorLst.pcFourClm > li:nth-child(3n-2),
    .instructorLst.pcFourClm > li:nth-child(4n-3){margin-left: 10px;}

    .instructorLst > li:nth-child(2n-1),
    .instructorLst.pcFourClm > li:nth-child(2n-1){margin-left: 0;}

    .instructorLst .category{
        min-width: 86px;
        margin-top: 10px;
    }

    .instructorLst .name{
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.3;
    }
}
    
.keyBracketsTtl{
    margin-bottom: 30px;
    text-align: center;
}

.keyBracketsTtl > span{
  display: inline-block;
  position: relative;
  padding: 8px 25px;
  border: solid 2px #000;
  background-color: #fff;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
}

.keyBracketsTtl > span::before,
.keyBracketsTtl > span::after{ 
  content:"";
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: -1;
}

.keyBracketsTtl > span::before{
    width: calc(100% - 20px);
    height: calc(100% + 6px);
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.keyBracketsTtl > span::after{
    width: calc(100% + 6px);
    height: calc(100% - 20px);
    top:50%;
    left: -3px;
    transform: translateY(-50%);
}

@media only screen and (max-width:640px){
    .keyBracketsTtl{
        margin-bottom: 20px;
    }

    .keyBracketsTtl > span{
      padding: 6px 18px;
      font-size: 18px;
    }

    .keyBracketsTtl > span::before{
        width: calc(100% - 14px);
    }

    .keyBracketsTtl > span::after{
        height: calc(100% - 14px);
    }
}


#bkaLp .cntBdrTwoClm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 30px;
    background-color: #fff;
    border: 5px solid #8fc5f5;
}

#bkaLp .cntBdrTwoClm .clm{
    width: 430px;
}

@media only screen and (max-width:640px){
    #bkaLp .cntBdrTwoClm{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 25px 20px;
    }

    #bkaLp .cntBdrTwoClm .clm{
        width: 100%;
    }

    #bkaLp .cntBdrTwoClm .clm:last-child{
        margin-top: 20px;
    }
}

.benefitWrap .cnt{
    margin-bottom: 80px;
}

.benefitWrap .cnt:last-of-type{
    margin-bottom: 0;
}

.benefitWrap .subTtl{
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

.benefitWrap .subTtl > span{
    display: inline-block;
    min-width: 400px;
    padding: 8px 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
}

.benefitWrap .ttl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.benefitWrap .ttl .number{
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    display: block;
    width: 128px;
    height: 128px;
    line-height: 134px;
    margin-right: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ff1984;
    color: #fff;
    font-size: 76px;
    text-align: center;
}

.benefitWrap .ttl .txt{
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    width: calc(100% - 150px);
    line-height: 1.3;
    padding-top: 5px;
    font-size: 54px;
    letter-spacing: 2px;
}

.benefitWrap .ttl .txt .appealTxt{
    color: #ff1984;
    font-size: 66px;
}

.benefitWrap .ttl .large.appealTxt{font-size: 80px;}

.benefitWrap .imgArea{margin-bottom: 20px;}

.benefitWrap .txtArea{
    line-height: 1.7;
    font-size: 20px;
}

.benefitWrap .txtArea.addSubImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.benefitWrap .txtArea.addSubImg .subImg{width: 230px;}
.benefitWrap .txtArea.addSubImg .txt{width: 710px;}


.benefitWrap02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 45px;
}

.benefitWrap02 .cnt{
	position: relative;
	width: 300px;
	padding: 60px 15px 20px;
    border: 1px solid #666;
	background-color: #fff;
	box-sizing: border-box;
}

.benefitWrap02 .subTtl{
    margin-bottom: 10px;
    text-align: center;
}

.benefitWrap02 .subTtl > span{
    display: inline-block;
    min-width: 200px;
    padding: 8px 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
}

.benefitWrap02 .ttl{
    font-family: 'Noto Sans JP', sans-serif;
	min-height: 78px;
    margin-bottom: 20px;
}

.benefitWrap02 .number{
    display: block;
	position: absolute;
    width: 90px;
    height: 90px;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
    line-height: 90px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ff1984;
    color: #fff;
    font-size: 50px;
	font-weight: bold;
    text-align: center;
}

.benefitWrap02 .ttl .txt{
    display: block;
    line-height: 1.3;
    font-size: 26px;
	text-align: center;
}

.benefitWrap02 .ttl .txt .appealTxt{
    color: #ff1984;
    font-size: 32px;
}

.benefitWrap02 .ttl .txt .appealTxt.small{font-size: 32px;}

.benefitWrap02 .cnt .txtArea{
	text-align: justify;
}

@media only screen and (max-width:640px){
    .benefitArea > .ttl{
        padding: 30px 0 15px;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .benefitArea > .ttl .mainTxt{
        font-size: 32px;
    }
    
    #bkaLp #mainCnt .benefitArea .wrapper{
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .benefitWrap .cnt{
        margin-bottom: 40px;
    }

    .benefitWrap .subTtl{
        margin-bottom: 10px;
    }

    .benefitWrap .subTtl > span{
        min-width: 250px;
        padding: 5px 10px;
        font-size: 16px;
    }

    .benefitWrap .ttl{
        margin-bottom: 10px;
    }

    .benefitWrap .ttl .number{
        width: 46px;
        height: 46px;
        line-height: 46px;
        margin-right: 10px;
        font-size: 34px;
    }

    .benefitWrap .ttl .txt{
        width: calc(100% - 56px);
        padding-top: 0;
        font-size: 20px;
        letter-spacing: 0;
    }

    .benefitWrap .cnt:nth-child(3) .ttl .txt{font-size: 24px;}

    .benefitWrap .ttl .txt .appealTxt{
        font-size: 26px;
    }

    .benefitWrap .ttl .large.appealTxt{font-size: 32px;}

    .benefitWrap .imgArea{margin-bottom: 15px;}

    .benefitWrap .txtArea{
        line-height: 1.6;
        font-size: 16px;
    }

    .benefitWrap .txtArea.addSubImg{display: block;}

    .benefitWrap .txtArea.addSubImg .subImg{
        width: 100%;
        margin: 15px auto 0;
    }
    
    .benefitWrap .txtArea.addSubImg .txt{width: 100%;}

	
	.benefitWrap02{padding-top: 30px;}

    .benefitWrap02 .cnt{
		width: 100%;
		min-height: auto;
        margin-bottom: 40px;
		padding: 40px 10px 15px;
    }
	
	.benefitWrap02 .cnt:last-child{margin-bottom: 0;}
	
	.benefitWrap02 .number{
		width: 60px;
		height: 60px;
		top: -30px;
		line-height: 60px;
		font-size: 30px;
	}

    .benefitWrap02 .subTtl{
        margin-bottom: 10px;
    }

    .benefitWrap02 .subTtl > span{
        min-width: 180px;
        font-size: 16px;
    }

    .benefitWrap02 .ttl{
		min-height: auto;
        margin-bottom: 15px;
    }

    .benefitWrap02 .ttl .txt{
        font-size: 24px;
        letter-spacing: 0;
    }

    .benefitWrap02 .ttl .txt .appealTxt{
        font-size: 30px;
    }

}

#bkaLp .encloseClm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 35px;
    background-color: #f5f5f5;
}

#bkaLp .encloseClm .clmTxtArea{
    width: 550px;
}

#bkaLp .clmSubTtl{
    margin-bottom: 10px;
    text-align: center;
}

#bkaLp .clmSubTtl > span{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
}

#bkaLp .clmSubTtl > span::before,
#bkaLp .clmSubTtl > span::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    top: 3px;
    background-color: #000;
}

#bkaLp .clmSubTtl > span::before{
    left: 10px;
    transform: rotate(-45deg);
}

#bkaLp .clmSubTtl > span::after{
    right: 10px;
    transform: rotate(45deg);
}

#bkaLp .clmTtl{
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}

#bkaLp .clmTxt{
    line-height: 1.8;
    font-weight: 400;
    font-size: 14px;
}

#bkaLp .encloseClm .clmImgArea{
    width: 300px;
}

@media only screen and (max-width:640px){
    #bkaLp .encloseClm{
        display: block;
        padding: 20px 15px;
    }

    #bkaLp .encloseClm .clmTxtArea{
        width: 100%;
        margin-bottom: 10px;
    }

    #bkaLp .clmSubTtl{
        margin-bottom: 5px;
    }

    #bkaLp .clmSubTtl > span{
        padding: 0 20px;
        font-size: 14px;
    }

    #bkaLp .clmSubTtl > span::before,
    #bkaLp .clmSubTtl > span::after{
        top: calc(50% - 7px);
        height: 18px;
    }

    #bkaLp .clmSubTtl > span::before{
        left: 8px;
    }

    #bkaLp .clmSubTtl > span::after{
        right: 8px;
    }

    #bkaLp .clmTtl{
        margin-bottom: 10px;
        font-size: 20px;
    }

    #bkaLp .clmTxt{
        line-height: 1.5;
        font-size: 14px;
    }

    #bkaLp .encloseClm .clmImgArea{
        width: 100%;
    }
}

#bkaLp .entryBtn{
    font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    display: inline-block;
    position: relative;
    min-width: 430px;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #ff1984;
    border: 3px solid #fff;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    transition: background .3s;
    box-shadow: 3px 3px 12px #aaa;
}

#bkaLp .entryBtn:hover{
    background-color: #ff8e61;
    text-decoration: none;
}

/*
#bkaLp .entryBtn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 20px solid #fff;
    box-sizing: border-box;
}
*/

#bkaLp .btnSubTxt{
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}

#bkaLp .btnSubTxt > span{
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-size: 26px;
    font-weight: bold;
}

#bkaLp .btnSubTxt > span::before,
#bkaLp .btnSubTxt > span::after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 56px;
    top: -5px;
    background-color: #000;
}

#bkaLp .btnSubTxt > span::before{
    left: 20px;
    transform: rotate(-45deg);
}

#bkaLp .btnSubTxt > span::after{
    right: 20px;
    transform: rotate(45deg);
}

@media only screen and (max-width:640px){
    #bkaLp .entryBtn{
        min-width: 270px;
        height: 60px;
        line-height: 58px;
        font-size: 18px;
        box-shadow: 3px 3px 12px #ccc;
    }

/*
    #bkaLp .entryBtn::after{
        top: calc(50% - 8px);
        right: 10px;
        border-width: 8px;
        border-left-width: 10px;
    }
*/

    #bkaLp .btnSubTxt{
        margin-bottom: 10px;
    }

    #bkaLp .btnSubTxt > span{
        padding: 0 30px;
        font-size: 16px;
    }

    #bkaLp .btnSubTxt > span::before,
    #bkaLp .btnSubTxt > span::after{
        height: 30px;
        top: 0;
    }

    #bkaLp .btnSubTxt > span::before{
        left: 10px;
    }

    #bkaLp .btnSubTxt > span::after{
        right: 10px;
    }
}

.capFourClm{
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}

.capFourClm > li{
    position: relative;
    width: 225px;
    margin: 20px 0 0 20px;
}

.capFourClm > li:nth-child(4n-3){margin-left: 0;}

.capFourClm > li img{width: 100%;}

.capFourClm > li .cap{
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    padding: 5px;
    box-sizing: border-box;
    color:#fff;
    text-align: center;
    background-color: rgba(0,0,0,.7);
}

@media only screen and (max-width:640px){
    .capFourClm{
        justify-content: space-between;
        margin-top: -10px;
    }

    .capFourClm > li{
        width: calc(50% - 5px);
        margin: 10px 0 0;
    }
}

#bkaLp #mainCnt .bkaDetailsArea.wrapper{
    padding-bottom: 120px;
}

.bgFrameTtl{
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #eee;
    font-size: 22px;
    text-align: center;
}

@media only screen and (max-width:640px){
    #bkaLp #mainCnt .bkaDetailsArea.wrapper{
        padding-bottom: 80px;
    }
    
    .bgFrameTtl{
        font-size: 18px;
    }
}

.bkaFlowArea{
    padding: 60px 100px 80px;
    background-color: #fff;
}

.wrapRL215sp10{padding: 0 215px;}
.wrapRL100sp10{padding: 0 100px;}

.bkaFlowLst .cnt{
    position: relative;
    margin-top: 80px;
}

.bkaFlowLst .cnt:first-child{margin-top: 0;}

.bkaFlowLst .cnt::before{
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: calc(50% - 33px);
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-top: 20px solid #f86faf;
    box-sizing: border-box;
}

.bkaFlowLst .cnt:first-child::before{
    display: none;
}

.bkaFlowLst .flowTtl{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0;
}

.bkaFlowLst .flowTtl > span{
    display: inline-block;
    vertical-align: top;
}

.bkaFlowLst .ttlNumber{
    margin-right: 20px;
    font-size: 48px;
}

.bkaFlowLst .ttlTxt{
    padding-top: 10px;
    font-size: 36px;
}

.bkaFlowLst .detailsTxt{
    line-height: 1.8;
}

@media only screen and (max-width:640px){
    .bkaFlowArea{
        padding: 30px 15px;
    }

    .wrapRL100sp10,
    .wrapRL215sp10{padding: 0 10px;}

    .bkaFlowLst .cnt{
        margin-top: 40px;
    }

    .bkaFlowLst .cnt::before{
        top: -22px;
        left: calc(50% - 20px);
        border-width: 20px;
        border-top-width: 14px;
    }

    .bkaFlowLst .ttlNumber{
        margin-right: 5px;
        font-size: 26px;
    }

    .bkaFlowLst .ttlTxt{
        padding-top: 7px;
        font-size: 20px;
    }

    .bkaFlowLst .detailsTxt{
        line-height: 1.6;
        font-size: 14px;
    }
}

.bdrTBWrap{
    padding: 20px 0 25px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.bdrTBWrap.bgCPink{background-color: #fff1f8;}

.bdrTBWrap .bdrWrapTtl{
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.bdrNoneTbl{width: 100%;}

.bdrNoneTbl th,
.bdrNoneTbl td{
    word-break: break-all;
    vertical-align: top;
    box-sizing: border-box;
}

.bdrNoneTbl th{
    padding: 8px 10px 8px 0;
    width: 95px;
    text-align: left;
    vertical-align: top;
}

.bdrNoneTbl td{padding: 8px 0 8px 10px;}

@media only screen and (max-width:640px){
    .bdrTBWrap .bdrWrapTtl{
        margin-bottom: 15px;
        font-size: 24px;
        text-align: center;
    }

    .bdrNoneTbl tr{
        display: block;
        margin-bottom: 15px;
    }

    .bdrNoneTbl tr:last-child{margin-bottom: 0;}

    .bdrNoneTbl th{
        width: 75px;
        padding: 3px 10px 3px 0;
    }

    .bdrNoneTbl td{padding: 3px 0 3px 10px;}

    .bdrNoneTbl.row th,
    .bdrNoneTbl.row td{
        display: block;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        border-bottom: none;
    }
}

.bgGrayTbl{
    width:100%;
    background-color: #fff;
}

.bgGrayTbl th,
.bgGrayTbl td{
    padding:15px;
    border:1px solid #444;
    word-break:break-all;
    vertical-align:top;
    box-sizing:border-box;
}

.bgGrayTbl th{
    width:25%;
    border-color: #fff;
    border-right: none;
    background: #444;
    color: #fff;
    font-weight: normal;
}

.bgGrayTbl tr:first-child th{border-top-color: #444;}
.bgGrayTbl tr:last-child th{border-bottom-color: #444;}

@media only screen and (max-width:640px){
    .bgGrayTbl th,
    .bgGrayTbl td{padding:10px;}

    .bgGrayTbl.row th,
    .bgGrayTbl.row td{
        display:block;
        width:100%;
        box-sizing:border-box;
    }

    .bgGrayTbl.row th{
        border-top: none;
        border-bottom: none;
    }

    .bgGrayTbl.row th{border-left-color: #444;}
}


/* FAQ */

.wrapEntryColumn > .ttl{
    margin-bottom: 20px;
    padding: 10px 0 8px;
    background: #000;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.faqWrap{
    margin-bottom:20px;
    border:2px solid #ccc;
    text-align:left;
}

.faqWrap:last-child{margin-bottom:0;}

.faqCnt{
    padding:18px 20px 15px;
    background:#2c2c2c;
    color:#ad9c66;
    line-height:21px;
    font-size:21px;
    font-weight:bold;
}

.faqWrap .faqArea{padding:20px;}

.faqWrap dt{
    margin-bottom:5px;
    font-size:18px;
    line-height:22px;
    color:#ff1984;
}

.faqWrap dd{margin-bottom:15px;}

.faqWrap dd:last-child{margin-bottom:0;}

@media only screen and (max-width:640px){
    .wrapEntryColumn > .ttl{
        margin-bottom: 10px;
        padding: 8px 0 5px;
        font-size: 20px;
    }

    .faqWrap .faqArea{padding:10px;}

    .faqCnt{
        padding:10px;
        line-height:16px;
        font-size:16px;
    }

    .faqWrap .faqArea{padding:10px;}
    .faqWrap dd{font-size:14px;}

    .faqWrap dt{
        font-size:16px;
        line-height:22px;
    }
}

.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

