
.bodyChild h3{ text-align: center; color: #0d2d8c; line-height: 1.2em;}
.bodyChild h3 span{ font-size: 80%;}

.stepList{
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.stepLastTxt{ text-align: right; margin-bottom: 50px; color: #00247d; font-size: 90%;}


.stepList > li{
  margin: 0 0 20px;
}

.stepList > li:last-child{
  margin-bottom: 0;
}

.stepList dl{
  margin: 0;
  display: flex;
  align-items: stretch;
}

/* 左のSTEP丸 */
.stepList dt{
  width:90px;
  flex: 0 0 90px;
  margin: 0;
    padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
 background: #00247d;
border-radius: 50px 0 0 50px;
}

.stepList dt img{
  display: block;
  width: 30px;
  height: auto;
}

/* 右のカプセル */
.stepList dd{
  margin: 0;
  flex: 1;
  min-height: 92px;
  border: 3px solid #0d2d8c;
  border-left: none;
  border-radius: 0 46px 46px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 34px 20px 24px;
}



/* タイトル */
.stepList dd > header{
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d2d8c;
  white-space: nowrap;
}

/* 説明 */
.stepList dd > p{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #0d2d8c;
  text-align: right;
  flex-shrink: 0;
}


.stepBody{
  display: flex;
  align-items: stretch;
  gap: 30px;
margin-bottom: 90px;
}


@media(max-width:750px){
.stepList dd{display: block;}
.stepList dd > p{text-align: left;}
}


/* =========================
   左のSTEPエリア
========================= */
.stepBody > header{
  width: 80px;
  flex: 0 0 80px;
  position: relative;
}

.stepBody > header .inner{
  position: relative;
  height: 100%;
  background: #dbe4f1;
  border-radius: 54px 54px 0 0;
  overflow: visible;
}

/* 下の矢印部分 */
.stepBody > header .inner::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 55px;
  height: 55px;
  background: #dbe4f1;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
.stepBody.stepEnd > header .inner::after{
  display: none;
}

/* 下の青いV字 */
.stepBody > header .inner::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: 55px;
  height: 55px;
  border-right: 5px solid #0d2d8c;
  border-bottom: 5px solid #0d2d8c;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}


@media(max-width:750px){
.stepBody > header{
  width: 60px;
  flex: 0 0 60px;
  position: relative;
}
.stepBody > header .inner{
  border-radius: 25px 25px 0 0;
}
/* 下の矢印部分 */
.stepBody > header .inner::after{

  bottom: -20px;
  width: 40px;
  height: 40px;
}
.stepBody.stepEnd > header .inner::after{
  display: none;
}

/* 下の青いV字 */
.stepBody > header .inner::before{
  bottom: -36px;
  width: 40px;
  height: 40px;
}
}




.stepBody.stepEnd > header .inner::before{
  display: none;
}

.stepBody.cancel > header .inner{
  background: #dbe4f1;
  border-radius: 0;
}

/* 中身 */
.stepBody > header dl{
  position: relative;
  z-index: 3;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.stepBody > header dt{
  margin: 0;
  background: #0d2d8c;
  border-radius: 54px 54px 0 0;
  text-align: center;
  padding: 12px 8px 10px;
}

@media(max-width:750px){
.stepBody > header dt{
  border-radius: 25px 25px 0 0;
}
}

.stepBody > header dt img{
  max-width: 28px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.stepBody > header dd{
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;   /* ←これを追加 */
  justify-content: flex-start; /* 上揃え */
  align-items: center;         /* 左右中央揃え */
  padding-top: 20px;
  box-sizing: border-box;
}

.stepBody > header dd > span{
  writing-mode: vertical-rl;
  text-orientation: mixed;

  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d2d8c;
  letter-spacing: 0.08em;
}


@media(max-width:750px){

.stepBody > header dd > span{
  font-size: 28px;
}
}

.stepBody.cancel > header .inner::after{ display: none;}
.stepBody.cancel > header .inner::before{display: none;}

.stepBody.cancel.cancelA header >.inner{ background: #d1e2f3;}
.stepBody.cancel.cancelB header >.inner{ background: #ffd7c1;}
.stepBody.cancel.cancelC header >.inner{ background: #ffd5da;}

.stepBody.cancel.cancelC .flowGroup{margin-bottom: 0;}


/* =========================
   右コンテンツ
========================= */
.stepCont{
  flex: 1;
}

.stepCont > .inner{
  height: 100%;
}

.flowGroup{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
padding-top: 65px;
}

.flowGroup.line1{
  display: block;
  align-items:inherit;
  gap: 20px;
  margin-bottom: 30px;
padding-top: 65px;
}



.flowGraphic{
  width: 50%;
  box-sizing: border-box;
}

.line1 .flowGraphic{ width: 80%; margin:0 auto 20px;}
.line1 .flowGraphic.w70{ width: 70%;}
.line1 .flowGraphic.w60{ width: 60%;}
.line1 .flowGraphic.w50{ width: 50%;}
.line1 .flowGraphic.w40{ width: 40%;}
.line1 .flowGraphic.w30{ width: 30%;}


.flowGroup{gap: 4%;}
.flowGraphic{width: 48%;}

.flowTxt{
  flex: 1;
  min-width: 0;
  font-size: 18px;
  line-height: 1.8;
}

.step04 .flowGroup{padding-top: 0;}
.step04 .flowGraphic{ padding-top:0;}
.memberNoneToptxt{height: 60px;}

.flowGroup h4.member,
.flowGroup h4.member_none{background: #006d00;text-align: center; padding: 30px; margin-bottom:20px;border-radius: 15px; font-size: 26px; width: 100%; height: 50px; color: #fff; line-height: 1em; display: inline-flex;justify-content: center;align-items: center;}
.flowGroup h4.member{background: #00247d;}

.stepBody.cancel .flowGroup{padding-top: 0;}

.flowGraphic p{ font-size: 21px; font-weight: bold; color: #00247d; margin-bottom: 1em; line-height: 1.5em;letter-spacing: -0.06em;}
.flowTxt p{ font-size: 21px; font-weight: bold; color: #00247d; margin-bottom: 1em; line-height: 1.5em;letter-spacing: -0.06em;}


.numberListOuter{
  text-align: center;
}

.numberList{
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  text-align: left;
}

.line1 .numberList{    width: auto;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}


.numberList > li{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px 50px;
  background: #ecd6c5;
  border-radius: 9999px;
}

/* 番号アイコン */
.numberList > li > img{
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  display: block;
}

/* テキスト */
.numberList > li > p{
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  white-space: nowrap;
}


.bodyMother02 .numberList{
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
}
.bodyMother02 .line1 .numberList{
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
}


@media(max-width:750px){
.line1 .numberList{
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

}




.mailCaution{ background: #d1e2f3 url(/common/images/04_online/icon_mail.png) no-repeat center left 20px; background-size: 100px auto; padding:20px 20px 20px 140px;border-radius: 20px; margin-bottom: 30px;}
.mailCaution h3{ color: #0d2d8c; text-align: left !important;margin-bottom: 10px !important; padding-bottom: 0;}
.mailCaution p{ color: #00247d; text-align: left; line-height: 1.3em;}

@media(max-width:750px){
.mailCaution h3{font-size: 24px;}
.mailCaution p{font-size: 22px;}
}


.hwbAccess{}



.hwbAccess{
  background:
    url(/common/images/04_online/hwb_icon_sp.png) no-repeat left 20px center,
    url(/common/images/04_online/hwb_icon_chara.png) no-repeat right 20px center;
    
  background-color: #ffd7c1;
  background-size: 100px auto, 100px auto;

  padding:20px 140px;
  border-radius:20px;
}

.bodyMother02 .hwbAccess{
  background:
    url(/common/images/04_online/hwb_icon_pc.png) no-repeat left 20px center,
    url(/common/images/04_online/hwb_icon_chara.png) no-repeat right 20px center;
    
  background-color: #ffd7c1;
  background-size: 100px auto, 100px auto;

  padding:20px 140px;
  border-radius:20px;
}

.hwbAccess:hover{background-color: #ffe5d6;}

.hwbAccess .txt{ color: #000; margin-bottom: 10px !important; padding-bottom: 0; font-size: 38px; ;line-height:1.2em;font-weight: 900;text-align: center;;}
.hwbAccess .url{ color: #000; text-align: left; font-size: 20px;text-align: center;}

@media(max-width:750px){
.hwbAccess .txt{ color: #000; margin-bottom: 10px !important; padding-bottom: 0; font-size: 28px; ;line-height:1.2em;font-weight: 900;text-align: center;;}
}

.chromeBr{background: url(/common/images/04_online/icon_chrome.png) no-repeat center left 20px; background-size: 100px auto; padding:20px 20px 20px 140px;border-radius: 20px; width: 80%; margin: 20px auto 50px auto;}
.chromeBr .txt{ color: #000; margin-bottom: 0 !important; padding-bottom: 10px; font-size: 32px; ;line-height:1.2em;font-weight: 900;text-align: left;}
.chromeBr .url{ color: #000; text-align: center; font-size: 20px;text-align: center;}



.trsSetting{background: #d8e5f3;padding: 30px; border-radius: 20px; margin-bottom: 30px;}
.trsSetting header{ width: 80%; background: #00247d url(/common/images/04_online/icon_gear.png) no-repeat left 10px center; background-size: 40px; color: #fff; font-size:25px; padding: 15px 15px 15px 60px; text-align: center;margin: -60px auto 20px auto; border-radius: 50px;}

.memberTxt{ background: #ffdadf; color: #00247d; text-align: center; line-height: 1.3em;padding: 20px 30px; border-radius: 50px; font-size:20px; font-weight: 900; margin-bottom: 50px;}


.fgdc_blue{ width: 80%; text-align: center; background: #00247d; color: #fff;border-radius: 50px;margin: 0 auto 20px;line-height: 1em;padding: 10px; font-weight:900; line-height: 1.3em;}
.fgdc_pink{ width: 80%; text-align: center; background: #ffdadf; color: #00247d;border-radius: 50px;margin: 0 auto 20px;line-height: 1em;padding: 10px; font-weight:900;line-height: 1.3em;}


.fgdc_pink a{ display: block; color: #00247d;}

.tabControl:hover{opacity: 0.8;}
.tabControl.toTab02 a{ background: url(/common/images/04_online/arrow_right.png) no-repeat center right;background-size: cover;line-height: 1em;padding:30px 50px 30px 10px; text-align: center; width: 440px; margin: 0 auto; color: #fff; display: block; font-size: 24px;}
.tabControl.toTab01 a{ background: url(/common/images/04_online/arrow_left.png) no-repeat center right; background-size: cover; line-height: 1em;padding:30px 10px 30px 50px; text-align: center; width: 440px; margin: 0 auto; color: #fff; display: block; font-size: 24px;}


.hwbBnr{ width: auto;margin: 0 auto;padding-top: 0;}

.hwbBnr .shopTableUnderBnr{ width: 100%;}








.onTheDay{}
.onTheDay header h3{ text-align: center; color: #fff; background: #00247d; font-size: 26px;padding: 15px 0; border-radius: 15px 15px 0 0;margin-bottom: 0;}

.onTheDay .onTheDay_inner{ border: 1px solid #00247d;padding: 50px;}
.onTheDay_block1st{background: #00247d; color: #fff;padding: 30px;border-radius: 15px;}
.onTheDay_block1st img{margin-bottom: 20px;}
.onTheDay_block1st p{ text-align: center; font-size: 150%; text-align: center; font-weight: 900;}
.onTheDay_block1st p span{ color: #ffec44;}

@media(max-width:750px){
.onTheDay_block1st p{ text-align: center; font-size: 100%; text-align: center; font-weight: 900;}
}

.dai_keiji{
  background:
    url(/common/images/04_online/madoguchi_01.png) no-repeat left 20px center,
    url(/common/images/04_online/madoguchi_02.png) no-repeat right 20px center;
    
  background-size: auto 120px, auto 120px;

  padding:20px 140px;
  border-radius:20px;
}


.dai_keiji .txt{ color: #00247d; margin-bottom: 10px !important; padding-bottom: 0; font-size: 32px; ;line-height:1.2em;font-weight: 900;text-align: center;;}
.dai_keiji .url{ color: #000; text-align: left; font-size: 20px;text-align: center;}










.cancelList{
    width: auto;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.cancelList a{ box-sizing: border-box;}

.cancelList li{  width: 100%; padding-top: 100%; border-radius: 20px; position: relative;}
.cancelList li >.inner{ position: absolute; width: 100%; height: 100%; top: 0;text-align: center;padding: 10%;}

.cancelList li img{ width:65%;height: auto;}
.cancelList li p{ font-size: 20px; font-weight: 900; color: #00247d; line-height: 1.3em;}

.cancelList .cl01{ background: #d1e2f3 }
.cancelList .cl02{ background: #ffd7c1; }
.cancelList .cl03{ background: #ffd5da; }

.cancelList li:hover{ opacity: 0.8;}

