@charset "utf-8";

.anc{
    position: relative;
}
.ancPoint{
    position: absolute;
    top:-80px
}

body {
    color: #211715;
}
#wrap {
    padding-top: 0;
    background: #FFFEFB;
}
#container {
    width: 100%;
}
.container {
    font-family: 'Roboto', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 0 0;
    line-height: 150%;
}
section{
    padding: 0;
    max-width: 500px;
    margin: 0 auto 96px;
}
.inBox{
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    padding: 0 24px;
}
.inBox >*{
    margin-bottom: 40px;

}
.inBox >*:laSt-child{
    margin-bottom: 0;
}
.inBox .innerGroup{
    box-sizing: border-box;
}
.inBox .innerGroup >*{
    margin-bottom: 30px;
}
.inBox .innerGroup >*:last-child{
    margin-bottom: 0;
}
.inBox .innerGroup .innerTit{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    color: #211715;
}
.inBox .innerGroup .innerTit span{
    font-size: 12px;
}

.inBox .innerGroup .innerDl{

}
.inBox .innerGroup .innerDl dt{
    font-weight: 600;
}
.inBox .innerGroup .innerDl dd{
    padding: 0 0 0 15px;
}
.inBox .innerGroup .innerDl dd:last-child{

}
.flowacd{
    position: relative;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5em;
    color: #211715;
    box-sizing: border-box;
    padding: 8px 52px 8px 50px;
    cursor: pointer;
    background: #C6E6DB;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid;
}


.flowacd .icon{
    position: absolute;
    left: 15px;
    width: 25px;
    top: 48%;
    transform: translate(0, -50%);
    line-height: 0;
}


.flowacd .cap{
    font-size: 80%;
    line-height: 1em;
}
.flowacd .arrow{
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}
.flowacd .arrow:before{
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 8px);
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #211715;
    transform: rotate(0deg);
    transition: 0.5s ease;
    border-radius: 100px;
}
.flowacd.open .arrow:before{
    transform: rotate(90deg);
}
.flowacd .arrow:after{
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 8px);
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #211715;
    border-radius: 100px;
}


.innerBlock{
    border-radius: 1em;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.5);
    padding: 30px;
}
.tabArea{
    margin-bottom: 60px;
}
.tabArea >*{
    margin-bottom: 40px;
}
.tabArea >*:last-child{
    margin-bottom: 0;
}


.red{
    color: #EC6D4E;
}
h3{
    font-size: 22px;
    color: #211715;
    font-weight: 800;
    border-left: 2px solid;
    padding: 15px 30px;
    margin-bottom: 40px;
    background: #FCE5E1;
    position: relative;
}
h3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    height: 100%;
    width: 2px;
    background: #211715;
}
h3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 7px;
    background: #211715;
}
h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
a {
    color: #211715;
    font-weight: 800;    
}
.innerLink{
    font-weight: 800;
}
.bold{
    font-weight: 600;
}
.txt{
    line-height: 150%;
}
.txtList{

}
.txtList li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 150%;
}
.txtList li span{
    position: absolute;
    left:0;
}
.txtList li:last-child{
    margin-bottom: 0;
}
.inBox .thumb{
    width: 85%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}
.cautionList{

}
.cautionList li{
    position: relative;
    padding: 0 0 0 1.1em;
    margin-bottom: 10px;
    line-height: 160%;
}
.cautionList li .point{
    position: absolute;
    left: 0;
}
.cautionList li:last-child{
    margin-bottom: 0;
}
.cautionTxt{
    position: relative;
    padding: 0 0 0 20px;
}
.cautionTxt .point{
    position: absolute;
    left: 0;
}
.inBox .btn{
    padding: 0;
}
.conditionTxtList{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.conditionTxtList .conditionTit{
    font-weight: 700;
    border-bottom: 2px solid;
    padding-bottom: 8px;
    font-size: 16px;
}
.conditionTxtList .txt{
    margin: 0; 
}
.conditionTxtList .txt{
    margin: 0; 
}
.flowacd.nkd {
    display: flex;
    align-items: center;
    height: 48px;
    box-sizing: border-box;
    background: transparent;
    margin-bottom: 0 !important;
    padding: 8px 50px 8px 8px;
    line-height: 1.8em;
    font-size: 14px;
    border-bottom: 1px solid;
}


.btnList{

}
.btnList li{
    text-align: center;
    margin: 0 0 20px;
}
.btnList li:last-child{
    margin: 0 0 0;
}
.btnList li a{
    display: inline-block;
    background: #211715;
    color: #FFF;
    font-size: 18px;
    padding: 20px 40px;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    max-width: 400px;
}
.btnList li a i{
    font-size: 90%;
    vertical-align: 1px;
    padding: 0 0 0 10px;
}



.btn a{
    border-radius: 10px;
    background: #56A28D;
    width: 100%;
    max-width: 420px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    color: #FFF;
}
.btn a, 
.btn input, 
.btn button{
    border: 1px solid #56A28D;
}


.btnHelp a{
    display: block;
}
.downBtn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.downBtn li{
    line-height: 0;
    padding: 0 5px;
}
.downBtn li.appleApp{
    padding: 0 5px 0 0;
}
.downBtn li.googleApp{
    padding: 0 0 0 5px ;
}
.downBtn  a{
    display:block;
}
.downBtn  a:hover{
    opacity:0.7;
}
.ios .downBtn .appleApp{
    padding: 0;
}
.ios .downBtn .googleApp{
    display:none;
}
.android .downBtn .googleApp{
    padding: 0;
}
.android .downBtn .appleApp{
    display:none;
}
.downBtn  img{
    width: auto;
    max: height 7px;0px;
}
.btnPremiumMem {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 0 40px;
    position: relative;
}
.btnPremiumMem li {
    margin: 0 20px;
}
.btnPremiumMem li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 100px;
    width: 260px;
    background: #D4D4D4;
    color: #FFF;
    line-height: 1.3em;
    transition: 0.3s ease;
    font-size: 17px;
    font-weight: 600;
}
.btnPremiumMem li a {
    background: #D4D4D4;
}
.btnPremiumMem li.is-active a {
    background: #242424;
}

#container .tabArea .tabBlock {
    opacity: 0;
    transition: none;
}
#container .tabArea .tabBlock.is-show {
    opacity: 1;
    transition: 0.5s ease 0.5s;
}
.orange {
    color: #211715;
}

/*SP-max-900 */
@media screen and (min-width: 2000px){
.flowacd{
    transition:0.3s ease;
}
.flowacd:hover{
    opacity: 0.7;
}
.btnList li a:hover{
    opacity: 0.7;
}
.btnSub a:hover{
    opacity: 0.7;
}
.btn a:not([class]):hover {
    background: #56A28D;
    box-shadow:none;
    opacity: 0.7;
}
}



/*SP-max-900 */
@media screen and (max-width: 2400px){
.container {
    font-size: 14px;
}
#wrap {
    padding-top: 0;
}
section{

}
.innerBlock {
    padding: 20px;
}

.inBox >* {
    margin-bottom: 32px;
}
.inBox >*:laSt-child {
    margin-bottom: 0;
}
.inBox .innerGroup >* {
    margin-bottom: 10px;
}
.inBox .innerGroup >*:last-child {
    margin-bottom:0;
}
.tabArea {
    margin-bottom: 16px;
}
.tabArea >* {
    margin-bottom: 16px;
}
.tabArea >*:last-child {
    margin-bottom: 0;
}
h3 {
    margin-bottom: 32px;
}
h4 {
    font-size: 14px;
}
.inBox .innerGroup .innerTit {
    font-size: 16px;
}
.flowacd {
    font-size: 16px;
}

.btnPremiumMem li {
    width: 50%;
}
.btnPremiumMem li:nth-child(odd) {
    margin: 0 5px 0 0;
}
.btnPremiumMem li:nth-child(even) {
    margin: 0 0 0 5px;
}
.btnPremiumMem li a {
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.downBtn li.appleApp{
    padding: 0 5px 0 5px;
}
.downBtn li.googleApp{
    padding: 0 5px 0 5px ;
}

.btnList li a {
    font-size: 18px;
    padding: 10px 35px;
}
.btnSub a {
    padding: 10px 30px;
}
}







/*===================================================
  NAVIGATION
====================================================*/

.hamSwitch {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
}
.hamSwitch .hamMenu{
    position: relative;
    width: 100%;
    height: 100%;
}
.hamSwitch span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background: #211715 ;
    transition: all .3s ease;
    border-radius: 100px;
}
.hamSwitch .hamMenu span:nth-of-type(1) {
    top: 0;
}
.hamSwitch .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamSwitch .hamMenu span:nth-of-type(3) {
    bottom: 0;
}
.hamSwitch.open{

}
.hamSwitch.open span {

}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #FFFFFB;
    pointer-events: none;
    opacity: 0;
    overflow: auto;
}

.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .gNav {
    display: block;
    padding: 60px;
}
.navigation .gNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
}
.navigation .gNav li:after {
    content: none;
}
.navigation .gNav li a{
    font-size: 250%;
    font-weight: 800;
}
.navigation .gNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 50%;
    max-width: 300px;
}















/*===================================================
    header
====================================================*/
header.header{
    color: #FFF;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    height: 60px;
    background-color: #FFFFFB;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    min-width: 0;
}
.navOpen header.header{
    transform: unset !important;
    box-shadow: none !important;
}
header.header h1{
    line-height: 0;
    width: 160px;
    padding: 0;
    height: auto;
}
.header .pageCat{
    font-size: 18px;
    font-weight: 800;
}
.header .txt{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

/*SP-max-900 */
@media screen and (max-width: 2400px){
.header .pageCat{
    font-size: 14px;
}
.header .txt{
    font-size: 20px;
}
}

/*===================================================
    visualBox
====================================================*/
.visualBox{
    padding: 60px 5% 80px;
    position: relative;
}

.visualBox .visualClm{
    display: block;
    width: 100%;
    margin: 0 auto 60px;
    position: relative;
}
.visualBox .visualClm:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #FFF url(./../images/pt.png);
    background-size: 50px;
    border-radius: 1em;
    z-index: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
}

.visualBox .visualLead{
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.visualBox .visualLead .corpLogo{
    line-height: 0;
    width: 170px;
    margin: 0 auto 10px;
}
.visualBox .visualLead .txt{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3em;
    display: inline-block;
    text-align: left;
    color: #FFF;
}
.visualBox .visualMoc{
    width: 100%;
    line-height: 0;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}
.visualBox .visualMoc img{
    width: 100%;
    position: relative;
}

.visualBox .downApp ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 15px;
}
.visualBox .downApp img{
    max-height: 80px;
}
.visualBox .downApp .appleApp{
    margin: 0 15px 0 0;
}
.visualBox .downApp .googleApp{
    margin: 0 0 0 15px;
}

.visualBox .downApp .tit{
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 0 0 20px;
    color:#FFF;
}

.visualBox .mainLead{
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 15px;
    line-height: 1.6em;
}
.visualBox .subLead{
    color: #717071;
    font-size: 14px;
    font-weight: 400;
}
/*SP-max-900 */
@media screen and (max-width: 2400px){
.visualBox {
    padding: 30px 5% 40px;
}
.visualBox .visualClm {
    margin: 0 auto 40px;
}
.visualBox .visualMoc {
    margin: 0 auto 30px;
}
.visualBox .visualMoc img {
    width: 100%;
}
.visualBox .mainLead{
    font-size: 14px;
}
.visualBox .subLead{
    font-size: 12px;
}

/*  */
.visualBox .inBox .downBtn{
    line-height: 0;
    margin: 15px 0 0;
}
.visualBox .inBox .downBtn ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 75%;
}
.visualBox .inBox .downBtn .appleApp{
    margin: 0 2px 0 0;
}
.visualBox .inBox .downBtn .googleApp{
    margin: 0 0 0 2px;
}
.visualBox .inBox .downBtn a img{
    max-height: 50px;
}
/*  */

}

/*===================================================
    visualBox
====================================================*/
.navBox{

}
.navBox .inBox{
    padding: 96px 20px 40px;
    box-sizing: border-box;
}
.navBox .inBox >*{
    margin-bottom:0;
}
.navBox .inBox .tit{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.navBox .btnGroup{
    margin-bottom: 20px;
}
.navBox .btnGroup:last-child{
    margin-bottom: 0;
}
.navBox .ancCat{
    margin-bottom: 16px;
    font-weight: 600;
    border-bottom: 2px solid;
    padding: 0 0 16px 20px;
}
.navBox .ancList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.navBox .ancList li{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.navBox .ancList li:nth-child(odd){

}
.navBox .ancList li:nth-child(even){

}
.navBox .ancList li:nth-child(7){
    margin-bottom: 0;
}
.navBox .ancList li:nth-child(8){
    margin-bottom: 0;
}
.ancCat{
    position: relative;
    padding: 0 0 0 20px;
}
.ancCat span{
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100px;
}
.ancCat span:before{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 100px;
}
.ancCat span:after{
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 100px;
}

.ancBtn a{
    background: #0FB49A;
    display: block;
    text-align: center;
    padding: 15px 10px;
    color: #FFF;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.4em;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}
.navBox .ancList li a{
    background: #FFF;
    display: block;
    text-align: center;
    padding: 20px 10px;
    color: #211715;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.4em;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 700;
}
.navBox .ancList li a .cap{
    font-size: 14px;
    font-weight: 500;
    transition: 0s;
}
.navBox .ancList li a .txt{
    font-size: 16px;
    font-weight: 800;
    transition: 0s;
}


.btnEntry{
    bottom: 8px;
    position: fixed;
    right: -16px;
    width: 30%;
    max-width: 120px;
    z-index: 999;
    transition: 0.5s ease;
}
.bottomFix .btnEntry{
    opacity: 0;
    pointer-events: none;
}
.btnEntry a{
    display: block;
    line-height: 0;
}
@media screen and (min-width: 900px){
.btnEntry img{
    bottom: 24px;
    position: fixed;
    right: 36px;
    width: 80%;
    max-width: 180px;
}
}


/*SP-max-900 */
@media screen and (max-width: 2400px){
.navBox {
    margin: 0 auto ;
}
.navBox .inBox {
    padding: 88px 20px 40px;
}
.navBox .btnGroup {
    margin-bottom: 10px;
}
.navBox .inBox .ancBtn a {
    padding: 10px;
    margin-bottom: 18px;
}
.navBox .inBox .tit {
    font-size: 18px;
    line-height: 1em;
}
.navBox .ancList li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
.navBox .ancList li a {
    padding: 10px;
    line-height: 1.3em;
    font-size: 14px;
}
.navBox .ancList li a .cap {
    font-size: 12px;
}
.navBox .ancList li a .txt {
    font-size: 12px;
}
}


/*===================================================
    mainTit
====================================================*/
.mainTit{
    line-height: 0;
    margin-bottom: 64px;
}
/*===================================================
    stepBox
====================================================*/
.period{

}
.period .innerGroup{
    border: 2px solid #56A28D;
    border-radius: 10px;
    padding: 0;
}
.period .innerGroup .innerTit{
    background: #56A28D;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    color: #FFF;
    margin: 0;
}
.period .innerGroup .innerDetail{
    padding: 20px;
}
.period .innerGroup .innerDetail >*{

}
.period .innerGroup .innerDetail >*:last-child{
    margin: 0;
}
.period .innerGroup .innerDetail .txt{
    font-weight: 600;
    font-size: 15px;
}
.period .innerGroup .innerDl{
    border-bottom: 1px solid #E3E2E0;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.period .innerGroup .innerDl:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.period .innerGroup .innerDl dt{
    margin-bottom: 10px;
    font-size: 15px;
}
.period .innerGroup .innerDl dd{
    padding: 0;
    font-weight: 600;   
}
.period .innerGroup .innerDl dd .txt{
    position: relative;
    /* padding-left: 18px; */
    margin: auto;
    font-size: 14px;
    font-weight: 400;
}
.small{
    font-size: 12px ;
    font-weight: 400 ;
    margin: 0 0 10 0 ;
}
/* .period .innerGroup .innerDl dd .txt i{
    position: absolute;
    left: 0;
    top: 4px;
} */
/*===================================================
    conditions
====================================================*/
.conditions{

}
.conditions .inBox .innerGroup .tabArea{
    padding: 16px 8px 0;
}
.conditions .inBox .innerGroup:last-of-type{
    padding-top: 32px;
}
.conditions .inBox .innerGroup >*{
        margin-bottom: 32px;
}
.conditions .inBox .innerGroup >*:last-child{
        margin-bottom: 0;
}
.conditions .inBox .innerGroup .innerTit{
    position: relative;
    font-weight: 800;
    font-size: 16px;
    padding: 8px 8px 8px 50px;
    line-height: 1.5em;
    color: #211715;
    box-sizing: border-box;
    cursor: auto;
    background: #C6E6DB;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid;
}
.conditions .inBox .innerGroup .innerTit.orange{
    background: #FBB6B5;
}
.conditions .inBox .innerGroup .innerTit.gray{
    background: #DEDEDC;
}

.conditions .inBox .innerGroup .innerTit.small{
    background: transparent;
    padding: 10px 0 10px 0;
}
.conditions .inBox .innerGroup .innerTit .icon {
    position: absolute;
    left: 15px;
    width: 25px;
    top: 48%;
    transform: translate(0, -50%);
    line-height: 0;
}
.conditions .inBox .innerGroup .innerTit .cap {
    font-size: 80%;
    line-height: 1em;
}
.conditions .inBox .lead{
    font-size: 14px;
    margin-bottom: 46px;
    line-height: 170%;
}

.conditions .conditionList{
    display: flex;
    align-items: center;
}

.conditions .conditionList dt{
    width: 25%;
    line-height: 0;
}
.conditions .conditionList dd{
    width: 75%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.conditions .conditionList dd p{
    margin-bottom: 10px;
}
.conditions .conditionList dd p:last-child{
    margin-bottom: 0;
}
.conditions .conditionList dd span{
    font-size: 90%;
}

.conditions .conditionListAttention{
    width: 100%;
}

.p0 {
    margin-bottom: 0;
}


/*===================================================
    stepBox
====================================================*/

.stepBox.stepbox2{
    padding-bottom: 120px;
}
.stepBox.stepbox3{
    padding-top: 120px;
}
.stepBox.stepbox4{
    padding-bottom: 120px;
}
.stepNum{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #211715;
    margin-bottom: 30px;
}
section:has(:not(.bgWhite)) .stepNum{
    color: #000;
}

.stepNum span{
    display: block;
    position:relative;
    width: 100px;
    background: #211715;
    color: #FFF;
    font-size: 80%;
    padding: 5px 20px 4px;
    border-radius: 100px;
    vertical-align: 1px;
    margin: 0 auto 20px;
}
.stepNum span:before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #211715;
    border-bottom: 0;
}
.stepNum:has( + .stepNumCap){
    margin-bottom: 0;
}
.stepNumCap{
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.5em;
}
section:has(:not(.bgWhite)) .stepNumCap{
    color: #211715;
}

.capTionLink{
    text-align: center;
    margin-bottom: 40px;
}
.capTionLink a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.flow_wrap .flow_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}
.flow_wrap .flow_img_list {
    width: 38%;
    pointer-events: none;
    margin: 0 !important;
    position: sticky;
    top: 100px;
}
.flow_wrap .flow_desc_list {
    width: 54%;
    margin: initial;
}
.flow_wrap .flow_list {
    display: block;
}
.flow_wrap .flow_list li {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.flow_wrap .flow_list li::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 55px);
    position: absolute;
    background: #C2C2C2;
    left: 22.5px;
    bottom: 0;
}
.flow_wrap .flow_list li.active::before {
    background: #211715;
}
.flow_wrap .flow_list_inner {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
    border-bottom: 1px dashed #C2C2C2;
    padding-bottom: 20px;
}
.flow_wrap .active .flow_list_inner {
    border-color: #1C1C1C;
}
.flow_wrap .flow_list_inner .downBtn{
    line-height: 0;
    margin: 15px 0 0;
}
.flow_wrap .flow_list_inner .downBtn ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.flow_wrap .flow_list_inner .downBtn .appleApp{
    margin: 0 5px 0 0;
}
.flow_wrap .flow_list_inner .downBtn .googleApp{
    margin: 0 0 0 5px;
}
.flow_wrap .flow_list_inner .downBtn a{
    display: block;
    padding: 0 5px;
}
.flow_wrap .flow_list_inner .downBtn a img{
    height: 50px;
}
.flow_wrap .flow_list_inner .btnHelp a{
    margin: 15px auto 0;
    font-size: 14px;
    max-width: 300px;
}
.flow_step_box {
    cursor: pointer;
    padding: 0 0 10px;
    color: #C2C2C2;
}
.flow_wrap .flow_step {
    font-size: 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: #E0E0E0;
    border-radius: 7px;
    color: #BEBEBE;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    transition: 0.3s ease;
}
.flow_wrap .active .flow_step {
    background: #211715;
    color: #fff;
}
.flow_wrap .flow_step_txt {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
    transition: 0.3s ease;
}
.flow_step_box:hover .flow_step_txt{
    color:#211715;
}
.flow_step_box:hover .flow_step{
    background: #211715;
    color: #FFF;
}

.active .flow_step_txt {
    color: #211715;
}
.flow_step_desc {
    font-size: 17px;
    line-height: 1.6;
    display: none;
    font-weight: 500;
}
.flow_step_desc >*:last-child{
    margin: 0;
}
.flow_step_desc .txt{
    margin: 0 0 10px;
}
.flow_step_desc .txt .red{
    color: #211715;
}
.flow_step_desc .slideNext{
    display: block;
    background: #211715;
    color: #FFF;
    text-align: center;
    line-height: 1em;
    font-size: 14px;
    width: 60px;
    padding: 5px 10px;
    margin: 20px 0 0;
    border-radius: 100px;
    cursor: pointer;
}
.flow_step_desc .slideNext i{
    animation: arrow 1.5s cubic-bezier(.19,1,.22,1) 0s infinite;
}
.ticketCancel{
    border: 2px solid;
    border-radius: 10px;
    padding: 60px;
    box-sizing: border-box;
    margin-top: 120px;
    background: #FFF;
}
.ticketCancel dt{
    border-bottom: 2px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.ticketCancel dd{
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    position: relative;
}
.ticketCancel dd:last-child{
    margin-bottom: 0;
}
.ticketCancel dd:before{
    content:"・";
    position:absolute;
    left:0;
}
.ticketCancel dd .red{

}

@keyframes arrow{
  0% {transform: translateX(0px);opacity:1;}
  50% {opacity:1;}
  100% {transform: translateX(5px);opacity:0;}
}

.flow_step_desc .caution{
    display: block;
    position: relative;
    padding: 15px 0 0 20px;
    font-size: 14px;
    color: #211715;
}
.flow_step_desc .caution:before{
    content: "※";
    position: absolute;
    left: 0;
}

.stepBox .btn a{
    margin: 40px auto 0;
}
.flowacd.green{
    border-bottom: 2px solid;
}
.flowacd.orange{
    background: #FBB6B5;
    border-bottom: 2px solid;
}
.flowacd.gray{
    background: #DEDEDC;
    border-bottom: 2px solid;
}
.flowacd.clear{
    background: transparent;
    padding: 10px 60px 10px 0;
}
/*SP-max-900 */
@media screen and (max-width: 2400px){
.stepBox{

}
.stepBox.stepbox2 {
    padding-bottom: 60px;
}
.stepBox.stepbox3 {
    padding-top: 60px;
}
.stepBox.stepbox4 {
    padding-bottom: 60px;
}
.stepNum {
    font-size: 22px;
    margin-bottom: 0;
}
.stepNumCap{
    font-size: 16px;
    margin: 0 0 30px;
}
.btnPremiumMem {
    padding: 0 0 30px;
}
.flow_wrap .flow_desc_list {
    width: 100%;
    margin: initial;
    padding:0;
}
.flow_wrap .flow_list {
    display: flex;
}
.flow_wrap .flow_list li::before {
    content: none;
}
.flow_wrap .flow_list li.swiper-slide {
    padding-bottom: 10px;
}
.flow_wrap .flow_list_inner {
    width: 100%;
    border: none;
    padding-bottom: 0;
}
.flow_wrap .flow_list_inner .downBtn .appleApp{
    margin: 0 2px 0 0;
}
.flow_wrap .flow_list_inner .downBtn .googleApp{
    margin: 0 0 0 2px;
}
.flow_wrap .flow_step_img {
    width: 55%;
    margin: 0 auto 25px;
    line-height: 0;
}
.flow_wrap .flow_step_txt {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #211715;
}
.flow_wrap .flow_step_desc {
    line-height: 1.7;
    padding: 0;
    letter-spacing: 0.05em;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.ticketCancel {
    padding: 20px;
    margin-top: 60px;
}
.ticketCancel dt {
    padding: 0 0 15px;
    margin: 0 0 20px;
    font-size: 18px;
}
}


/*===================================================
 frontArea
====================================================*/
.frontArea  h3{
    margin-bottom: 0;
}
.frontArea .inBox{
    padding: 30px 20px 20px;
        background: linear-gradient(180deg, #FCE5E1 0%, #FFFEFB 100%);
}
.frontArea .innerGroup{
    background: #FFFFFB;
    border: 2px solid #56A28D;
    border-radius: 10px;
}
.frontArea .innerGroup.orange{
    background: #FFFFFB;
    border: 2px solid #FB8E8E;
    border-radius: 10px;
}
.frontArea  .inBox .innerGroup.clear {
    background: transparent;
    border: none;
}
.frontArea .innerGroup .innerTit{
    padding: 10px 10px 10px 50px;
    border-bottom: 2px solid #56A28D;
    margin: 0;
    position: relative;
}
.frontArea .innerGroup.orange .innerTit{
    border-bottom: 2px solid #FB8E8E;
}
.frontArea .innerGroup.clear .innerTit{
    border-bottom: 2px solid #211715;
    padding: 10px 10px 10px 0;
    margin-bottom: 20px;
}

.frontArea .innerGroup .innerTit .icon{
    position: absolute;
    left: 15px;
    width: 25px;
    top: 48%;
    transform: translate(0, -50%);
    line-height: 0;
}
.frontArea .innerGroup .innerTit .cap{

}
.frontArea .inBox .innerGroup .innerDetail{
    padding: 30px 20px;
}
.frontArea .inBox .innerGroup .btnList a{
    background: #56A28D;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
}
.frontArea .inBox .innerGroup.orange .btnList a{
    background: #FB8E8E;
}
.frontArea .inBox .innerGroup.clear .btnList a{
    background: #FFFFFB;
    color: #211715;
    border: 1px solid;
    box-sizing: border-box;
    font-size: 14px;
    padding: 7px;
    max-width: 272px;
    font-weight: 400;
}

/*===================================================
  results
====================================================*/
.results{

}
.results .innerGroup{
    border: 2px solid #56A28D;
    border-radius: 10px;
    padding: 0;
}
.results .innerGroup .innerTit{
    background: #56A28D;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    color: #FFF;
    margin: 0;
}
.results .innerGroup .innerDetail{
    padding: 20px;
    font-size: 15px;
}
.results .innerGroup .innerDetail >*{
    margin: 0 0 10px;
}
.results .innerGroup .innerDetail >*:last-child{
    margin: 0;
}
.results .innerGroup .innerDetail .txt{
    font-weight: 600;

}
.results .innerGroup .innerDetail .cautionList{
    font-size: 12px;
}
.results .innerGroup .innerDl{
    border-bottom: 1px solid #E3E2E0;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.results .innerGroup .innerDl:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.results .innerGroup .innerDl dt{
    margin-bottom: 10px;
}
.results .innerGroup .innerDl dd{
    padding: 0;
}

/*==============================================
    qa
================================================*/
.qa{

}
.qa .flowacd{
    background: transparent;
    padding: 20px 50px 20px 0;
    margin-bottom: 20px;
}
.qa .flowacd {

}
.qa .btnSub{
    text-align: left;
}
.qa .btnSub a{
    display: inline-block;
    text-decoration: none;
    color: #EC6D4E;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}
.qa .tabArea >* {
    margin-bottom: 10px;
}
.qa .tabArea >*:last-child {
    margin-bottom: 0;
}
.qa .thumb{
    width: 60%;
    padding: 20px 0 0;
}

/*===================================================
  informationBox
====================================================*/
.informationBox{
    padding: 120px 5% 60px;
    background: #F7FCFF
}
.informationBox h4{
    margin-bottom: 40px;
}
.informationBox .catTit{
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 15px;
}
.questionBlock {
    margin-bottom: 60px;
}

.questionBlock .accordionDetail .btnHelp a{
    margin: 15px auto 30px;
}
.questionBlock .accordionDetail .btnHelp:last-child a{
    margin: 15px auto 0;
}
.questionBlock .flow_wrap .flow_flex_box {
    justify-content: center;
}
.questionBlock .flow_desc_list {
    width: 50%;
}
.questionBlock .flow_list {
    display: flex;
}
.questionBlock .flow_list_inner {
    border-bottom: none;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
}
.questionBlock .flow_wrap .flow_step_img {
    width: 65%;
    line-height: 0;
    margin: 0 auto;
}
.questionBlock .swiper-button-next, .questionBlock .swiper-button-prev {
    display: flex!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #FFF;
    background: #ff7c60;
    top: 50%;
}
.questionBlock .flow_list li::before {
    content: none;
}
.questionBlock .swiper-button-next:after, .questionBlock .swiper-button-prev:after {
    font-size: 25px;
    padding-left: 4px;
}
.questionBlock .swiper-button-prev:after {
    padding-left: 0;
}


.informationBox .informationBlock{
    padding: 30px;
    border-radius: 1em;
    width: 100%;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.5);
    margin: 0 auto 80px;
    box-sizing: border-box;
}
.informationBox .informationBlock .infoList{

}
.informationBox .informationBlock .infoList li{
    margin: 0 0 30px;
}
.informationBox .informationBlock .infoList li:last-child{
    margin: 0;
}
.informationBox .informationBlock .infoList li .txt{
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.informationBox .informationBlock .infoList li .btn a{
    margin: 0 auto;
}
.informationBox .btnCap{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
/*SP-max-769 */
@media screen and (max-width: 2400px){
.informationBox{
    padding: 40px 20px;
    background: #F7FCFF
}
.questionBlock .flow_desc_list {
    width: 100%;
}
}

/*=====================================================
    swiper
=======================================================*/
.swiper-button-next, .swiper-button-prev {
width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #211715;
    background: transparent;
    border: 2px solid #211715;
    bottom: 0;
    top: auto;
    box-sizing: border-box;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: 'next';
    font-size: 14px;
    font-weight: 800;
    padding-left: 3px;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #211715;
    cursor: pointer;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    padding: 0;
    padding-right: 3px;
}
.swiper-pagination {
    font-weight: 800;
    color: #B9B9B9;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    background: #211715;
}
/*SP-max-769 */
@media screen and (max-width: 2400px){
.swiper-button-next{
    left: auto;
    right: 20px;
    bottom: auto;
    top: min(50vw, 257px);
}
.swiper-button-prev{
    left: 20px;
    right: auto;
    bottom: auto;
    top: min(50vw, 257px);
}
.swiper-slide{
    height: auto;
    padding: 0 0 20px;
}
}

/*===================================================
  OP:ACCORD
====================================================*/
.op_accord .accordionList{
    border: 2px solid #FFF;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    margin: 0 0 20px;
    transition: 0.3s ease;
}
.op_accord .accordionList.active{
    border: 2px solid #211715;
}
.op_accord .accordionList:last-child{
    margin: 0;
}
.op_accord .accordionList .accordionTit{
    padding: 20px 40px 20px 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
.op_accord .accordionList .accordionTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_accord .accordionList .accordionTit.open span {
    transform: translateY(-50%);
}
.op_accord .accordionList .accordionTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid #211715;
    border-right: 1px solid #211715;
    transform: rotate(-45deg);
}
.op_accord .accordionList .accordionTit .txt {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding: 0 0 0 40px;
    transition: 0.5s ease;
}
.op_accord .accordionList .accordionTit.open .txt {
    font-weight: 600;
}
.op_accord .accordionList .accordionTit .txt:before{
    content: "Q";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: #211715;
    color: #FFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.op_accord .accordionList .accordionDetail{
    display: none;
    padding: 20px 20px 30px;
}
.op_accord .accordionList .accordionDetail > *{
    margin-bottom: 20px;
}
.op_accord .accordionList .accordionDetail > *:last-child{
    margin-bottom: 0;
}
.op_accord .accordionList .accordionDetail .txt{

}
.op_accord .accordionList .accordionDetail .answer{
    position: relative;
    padding: 0 0 0 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
}
.op_accord .accordionList .accordionDetail .answer:before{
    content: "A";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: #000;
    color: #FFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.op_accord .accordionList .accordionDetail .answer + .answer:before{
    content:none;
}
.op_accord .accordionList .accordionDetail .thumb{
    width: 34%;
    display: block;
    margin: 0 auto 0;
}
.op_accord .accordionList .accordionDetail .cautionList{
    font-weight: 700;
}


/* OP:ACCORD:SP-max-769 */
@media screen and (max-width: 2400px){
.accordionList .accordionDetail {
    padding: 20px;
}
.op_accord .accordionList .accordionTit .txt {
    padding: 0 30px 0 40px;
    line-height: 1.6em;
    font-size: 14px;
}
.op_accord .accordionList .accordionDetail .answer {
}
.op_accord .accordionList .accordionDetail .thumb{
    width: 63%;
}
}