@charset "utf-8";

/* 教室の気になる点をチェック！ */
.classroomCheck .checkArea{
    position: relative;
    width: 100%;
    background-color: #F2F1E6;
}
.classroomCheck .checkArea .inner{
    padding: 24px 0 40px;
}
.classroomCheck .checkArea .checkTtl{
    border-radius: 28px;
    background: #F0AB00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    max-width: 452px;
    margin: 16px auto 0;
}
.classroomCheck .checkArea .cpCheckList{
    margin-top: 35px;
    max-width: 820px;
    margin: 35px auto 0;
}
.classroomCheck .checkArea .cpCheckList .cItem{
    vertical-align: top;
}
.classroomCheck .checkArea .cpCheckList .cItem .iconTxt{
    font-size: 20px;
    font-weight: bold;
    background: url(/common_2024/img/icon/icon_checklist.svg) no-repeat;
    background-position: left top 0;
    background-size: 35px;
    padding-left: 45px;
}
.classroomCheck .checkArea .cpCheckList .cItem .cmt{
    font-size: 18px;
    font-weight: 500;
    text-indent: -1em;
    margin-left: 3.5em;
}
@media screen and (max-width: 767px) {
    .classroomCheck {
        border-top: 8px solid #C2C2B9;
        background-color: #F2F1E6;
    }
    .classroomCheck .checkArea{
        margin: 0;
        padding: 24px 0;
    }
    .classroomCheck .checkArea .inner{
        background: #fff;
        border-radius: 8px;
        padding: 16px;
    }
    .classroomCheck .checkArea .checkTtl{
        max-width: 310px;
        margin: 0 auto;
        font-size: 16px;
        margin: 8px auto 0;
    }
    .classroomCheck .checkArea .cpCheckList{
        margin: 16px auto 0;
    }
    .classroomCheck .checkArea .cpCheckList .cItem{
        margin-top: 4px;
        width: 100%;
        float: none;
    }
    .classroomCheck .checkArea .cpCheckList .cItem .iconTxt{
        font-size: 16px;
        background-size: 24px;
        background-position: left top 2px;
        padding-left: 30px;
    }
    .classroomCheck .checkArea .cpCheckList .cItem .cmt{
        font-size: 14px;
        margin-left: 3.1em;
    }
}


/* 無料体験バナー */
.trialBnrArea{
    width: 100%;
}
.trialBnrArea .bg_border::before{
    background: linear-gradient(to right, #00A9E0 0%, #00A9E0 25%, #69BE28 25%, #69BE28 50%, #F0AB00 50%, #F0AB00 75%, #FF5800 75%, #FF5800 100%);
    display: block;
    content: "";
    height: 10px;
}
.trialBnrArea .inner{
    width: 100%;
    background-color: #78C7EF;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #93D2F2 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #93D2F2 calc(100% - 1px));
    background-size: 24px 24px;
    background-repeat: repeat;
    background-position: center;
    padding: 50px 4% 20px;
}
.trialBnrArea .inner .imgBox{
    background-color: #F2F1E6;
    border: 5px solid #CEC7A8;
    border-radius: 16px;
    margin-bottom: 16px;
    display: flex;
}
.trialBnrArea .inner .imgBox .summaryBoxInner {
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.trialBnrArea .inner .imgBox .summaryBoxInner:first-child{
    margin-top: 0;
}
.trialBnrArea .inner .imgBox .bgImg{
    width: 44.5%;
    height: auto;
}
.trialBnrArea .inner .imgBox .bgImg img{
    width: 100%;
    height: auto;
    margin-top: -28px;
    vertical-align: top;
}
.trialBnrArea .inner .imgBox .campaign_ttl{
    font-size: 52px;
    font-weight: bold;
    line-height: 60px;
    background: #00A9E0;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    width: 75%;
    margin: 0 18px 0 0;
    padding: 6px;
    box-shadow: 0px 6px 0px rgba(000, 000, 000, 0.1);
}
.trialBnrArea .inner .imgBox .summaryBox{
    padding: 16px;
    width: 55.5%;
    text-align: center;
}
.trialBnrArea .inner .imgBox .summaryBox .info_text{
    width: 65%;
    margin-right: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.trialBnrArea .inner .imgBox .summaryBox .labelBox{
    display: flex;
    flex-direction: column;
    width: 25%;
}
.trialBnrArea .inner .imgBox .summaryBox .labelBox .label{
    border-radius: 28px;
    background: #00A9E0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 28px;
    display: inline-block;
    margin-top: 2px;
}
.trialBnrArea .inner .imgBox .summaryBox .labelBox .label:first-child {
    margin-top: 0;
}
.trialBnrArea .inner .imgBox .summaryBox .labelBox .label._english{
    background: #FF5700;
}
.trialBnrArea .inner .imgBox .summaryBox .labelBox .label._language{
    background: #69BE29;
    margin-right: 0;
}
.trialBnrArea .inner .imgBox .summaryBox .labelBox .icon_bk img{
    vertical-align: top;
}
@media not screen and (max-width: 767px) {
    .trialBnrArea .inner .imgBox .summaryBox .btn_wrap {
        width: 35%;
    }
    .trialBnrArea .inner .imgBox .summaryBox .arrowBtn {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .trialBnrArea {
        margin-top: 0;
    }
    .trialBnrArea .inner .imgBox{
        position: relative;
        border: 5px solid #CEC7A8;
        max-width: 400px;
        margin: 0 auto 16px;
        display: block;
    }
    .trialBnrArea .inner .imgBox .summaryBox{
        display: block;
        width: 100%;
        padding: 60px 6px 18px;
    }
    .trialBnrArea .inner .imgBox .bgImg {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 135px;
    }
    .trialBnrArea .inner .imgBox .bgImg img{
        position: absolute;
        top: -39px;
        margin-top: 0;
    }
    .trialBnrArea .inner .imgBox .campaign_ttl{
        font-size: 34px;
        width: 80%;
        margin: -40px auto 0;
        z-index: 1;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 40%;
    }
    .trialBnrArea .inner .imgBox .summaryBox .info_text{
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .trialBnrArea .inner .imgBox .summaryBox .labelBox{
        display: block;
        margin-top: 6px;
        width: 100%;
    }
    .trialBnrArea .inner .imgBox .summaryBox .labelBox .label{
        font-weight: bold;
        min-width: 96px;
        height: 28px;
        display: inline-block;
        margin-top: 0;
        margin-right: 6px;
    }
}
@media screen and (max-width: 540px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        bottom: 39%;
        line-height: 48px;
    }
}
@media screen and (max-width: 431px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        line-height: 55px;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 65px 6px 18px;
    }
}
@media screen and (max-width: 420px) {
    .trialBnrArea .inner .imgBox .bgImg img {
        top: -36px;
    }
    .trialBnrArea .inner .imgBox .campaign_ttl {
        bottom: 42%;
        line-height: 48px;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 40px 6px 18px;
    }
}
@media screen and (max-width: 414px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        bottom: 40%;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 56px 6px 18px;
    }
}
@media screen and (max-width: 390px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        bottom: 42%;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 50px 6px 18px;
    }
}
@media screen and (max-width: 376px) {
    .trialBnrArea .inner .imgBox .bgImg img {
        top: -33px;
    }
    .trialBnrArea .inner .imgBox .campaign_ttl {
        bottom: 44%;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 45px 6px 18px;
    }
}
@media screen and (max-width: 361px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        bottom: 44%;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 36px 6px 18px;
    }
}
@media screen and (max-width: 325px) {
    .trialBnrArea .inner .imgBox .bgImg img {
        top: -29px;
    }
    .trialBnrArea .inner .imgBox .campaign_ttl {
        font-size: 26px;
        line-height: 40px;
        bottom: 46%;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 15px 6px 18px;
    }
    .trialBnrArea .inner .imgBox .summaryBox .labelBox .label {
        font-size: 14px;
        min-width: 70px;
        height: 24px;
        margin-right: 4px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 280px) {
    .trialBnrArea .inner .imgBox .bgImg {
        min-height: 100px;
    }
    .trialBnrArea .inner .imgBox .bgImg img {
        top: -25px;
    }
    .trialBnrArea .inner .imgBox .campaign_ttl {
        bottom: 59%;
    }
    .trialBnrArea .inner .imgBox .summaryBox {
        padding: 30px 6px 18px;
    }
    .trialBnrArea .inner .imgBox .summaryBox .labelBox .label{
        margin-top: 4px;
    }
}

/* 無料トライアルバナー */
@media screen and (min-width: 768px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        font-size: 44px;
    }
}
@media screen and (max-width: 375px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        font-size: 34px;
    }
}
@media screen and (max-width: 374px) {
    .trialBnrArea .inner .imgBox .campaign_ttl {
        font-size: 26px;
    }
}


/* trialLargeBnr */
  .trialLargeBnr{
    width: 100%;
  }
  .trialLargeBnr .bg_border::before{
    background: linear-gradient(to right, #00A9E0 0%, #00A9E0 25%, #69BE28 25%, #69BE28 50%, #F0AB00 50%, #F0AB00 75%, #FF5800 75%, #FF5800 100%);
    display: block;
    content: "";
    height: 10px;
  }
  .trialLargeBnr .inner{
    width: 100%;
    background-color: #78C7EF;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #93D2F2 calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #93D2F2 calc(100% - 1px));
    background-size: 24px 24px;
    background-repeat: repeat;
    background-position: center;
    padding: 15px 15px 20px;
  }
  .trialLargeBnr .inner .bnrBlock{
    background-color: #F2F1E6;
    border: 5px solid #CEC7A8;
    border-radius: 16px;

  }
  .trialLargeBnr .inner .imgBox{
    display: flex;
  }
  .trialLargeBnr .inner .imgBox .bgImg{
    width: 395px;
    height: auto;
  }
  .trialLargeBnr .inner .imgBox .bgImg img{
    width: 100%;
    height: auto;
    margin-top: -28px;
    vertical-align: top;
  }
  .trialLargeBnr .inner .imgBox .summaryBox{
    padding: 16px;
    width: calc( 100% - 395px);
    text-align: center;
  }
  .trialLargeBnr .inner .imgBox .summaryBox .info_text{
    width: 65%;
    margin-right: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }
  .trialLargeBnr .inner .imgBox .summaryBox .labelBox{
    display: flex;
    flex-direction: column;
    width: 25%;
  }
  .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label{
    border-radius: 28px;
    background: #00A9E0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 28px;
    display: inline-block;
    margin-top: 2px;
  }
  .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label:first-child {
    margin-top: 0;
  }
  .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label._english{
    background: #FF5700;
  }
  .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label._language{
    background: #69BE29;
    margin-right: 0;
  }
  .trialLargeBnr .inner .imgBox .summaryBox .labelBox .icon_bk img{
    vertical-align: top;
  }

  .trialLargeBnr .inner .bllnBlock{
    display: flex;
    margin-top: 24px;
  }
  .trialLargeBnr .inner .bllnBlock .balloon02{
    width: 315px;
    margin-right: 40px;
  }
  .trialLargeBnr .inner .bllnBlock .cmpTxt{
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  @media not screen and (max-width: 767px) {
    .trialLargeBnr .inner .imgBox{
      background: #E1E9EC;
      border-radius: 12px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox{
      border-bottom: 11px solid #E8E7D8;
      margin-top: 14px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sInner{
      display: flex;
      align-items: center;
      font-weight: bold;
      background: #00A9E0;
      border-radius: 8px;
      color: #fff;
      text-align: center;
      padding: 14px 20px;
      box-shadow: 0px 6px 0px rgba(000, 000, 000, 0.1);
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sInner .campaign_ttl{
      width: 330px;
      margin-right: 10px;
      font-size: 52px;
      line-height: 70px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sInner .campaign_ttl .bllnBox{
      line-height: 12px;
      margin-bottom: -12px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sInner .labelBox .label{
      border-radius: 28px;
      background: #D0F0FF;
      font-size: 16px;
      color: #03A9E0;
      font-weight: bold;
      height: 28px;
      display: inline-block;
      margin-top: 6px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sInner .labelBox .label:first-child{
      margin-top: 0;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sInner .labelBox .label._english{
      background: #FFE7DB;
      color: #FF5700;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sInner .labelBox .label._language{
      background: #EDFFE0;
      color: #69BE29;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .btn_wrap {
        width: 35%;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .arrowBtn {
        font-size: 14px;
    }
    .trialLargeBnr .inner .infoConBlock {
      padding: 24px 40px;
    }
    .trialLargeBnr .inner .infoConBlock .iInner{
      display: flex;
    }
    .trialLargeBnr .inner .infoConBlock .iInner .col.col_l{
      width: 78%;
      font-weight: 500;
      font-size: 18px;
    }
    .trialLargeBnr .inner .infoConBlock .iInner .col.col_r{
      display: flex;
      align-items: center;
    }
    .trialLargeBnr .inner .infoConBlock .iInner .info_text{
      margin: 17px 0;
      font-weight: bold;
    }
    .trialLargeBnr .inner .infoConBlock .iInner .info_list .item{
      background: #fff;
      color: #00A9E0;
      font-size: 22px;
      font-weight: bold;
      margin-top: 8px;
      border-radius: 12px;
      padding: 8px;
      width: 282px;
      text-align: center;
    }
    .trialLargeBnr .inner .infoConBlock .iInner .info_list .item:first-child{
      margin-top: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .trialLargeBnr .inner{
        padding: 20px 4% 20px;
    }
    .trialLargeBnr .inner .bllnBox{
        margin-bottom: 25px;
    }
    .trialLargeBnr .inner .bllnBox .balloon01{
        font-size: 24px;
    }
    .trialLargeBnr .inner .imgBox{
        position: relative;
        border: 5px solid #CEC7A8;
        background-color: #F2F1E6;
        border-radius: 16px;
        max-width: 400px;
        margin: 0 auto 16px;
        display: block;
    }
    .trialLargeBnr .inner .imgBox .summaryBox{
        display: block;
        width: 100%;
        padding: 20% 4% 18px;
    }
    .trialLargeBnr .inner .imgBox .bgImg {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 135px;
    }
    .trialLargeBnr .inner .imgBox .bgImg img{
        position: absolute;
        top: -39px;
        margin-top: 0;
    }
    .trialLargeBnr .inner .imgBox .campaign_ttl{
      position: absolute;
      font-size: 34px;
      font-weight: bold;
      line-height: 60px;
      background: #00A9E0;
      border-radius: 8px;
      color: #fff;
      text-align: center;
      width: 80%;margin: -40px auto 0;
      padding: 6px;
      box-shadow: 0px 6px 0px rgba(000, 000, 000, 0.1);
      z-index: 1;
      right: 0;
      left: 0;
      top: 29%;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sub_text{
      font-weight: 500;
      font-size: 16px;
      margin-top: 16px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .info_text{
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-top: 8px;
        margin-right: 0;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .labelBox{
        display: block;
        width: 100%;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label{
        font-weight: bold;
        min-width: 96px;
        height: 28px;
        display: inline-block;
        margin-top: 0;
        margin-right: 6px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .info_list{
      margin-top: 16px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .info_list .item{
      font-size: 16px;
      font-weight: bold;
      color: #00A9E0;
      background: #fff;
      border-radius: 12px;
      padding: 10px 4px;
      line-height: 20px;
    }
    .trialLargeBnr .inner .cmpTxt{
      color: #fff;
      font-weight: 500;
      text-align: center;
      line-height: 22px;
      font-size: 16px;
    }
  }
  @media screen and (max-width: 540px) {
    .trialLargeBnr .inner .imgBox .campaign_ttl {
      line-height: 48px;
    }
  }
  @media screen and (max-width: 431px) {
    .trialLargeBnr .inner .imgBox .campaign_ttl {
      line-height: 50px;
    }
  }
  @media screen and (max-width: 420px) {
    .trialLargeBnr .inner .imgBox .bgImg img {
        top: -36px;
    }
    .trialLargeBnr .inner .imgBox .campaign_ttl {
        line-height: 48px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox {
      padding-top: 18%;
    }
  }
  @media screen and (max-width: 390px) {
    .trialLargeBnr .inner .imgBox .campaign_ttl {
      top: 27%;
    }
  }
  @media screen and (max-width: 376px) {
    .trialLargeBnr .inner .imgBox .bgImg img {
        top: -33px;
    }
    .trialLargeBnr .inner .imgBox .campaign_ttl {
      font-size: 26px;
      line-height: 32px;
      top: 30%;
    }
    .trialLargeBnr .inner .imgBox .summaryBox {
      padding-top: 14%;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .sub_text{
      font-size: 14px;
    }
  }
  @media screen and (max-width: 373px) {
    .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label{
      font-size: 14px;
      min-width: 90px;
      height: 24px;
    }
  }
  @media screen and (max-width: 360px) {
    .trialLargeBnr .inner .imgBox .summaryBox {
      padding-top: 15%;
    }
  }
  @media screen and (max-width: 350px) {
    .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label {
      font-size: 14px;
      min-width: 70px;
      height: 24px;
      margin-right: 4px;
      padding: 0 10px;
    }
  }
  @media screen and (max-width: 340px) {
    .trialLargeBnr .inner .imgBox .campaign_ttl {
      font-size: 22px;
      line-height: 30px;
      top: 26%;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .info_text {
      font-size: 15px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .info_list .item {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 325px) {
    .trialLargeBnr .inner .imgBox .bgImg img {
        top: -29px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox {
      padding-top: 20px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .info_list .item{
      font-size: 14px;
    }
  }
  @media screen and (max-width: 280px) {
    .trialLargeBnr .inner .imgBox .bgImg {
        min-height: 100px;
    }
    .trialLargeBnr .inner .imgBox .bgImg img {
        top: -25px;
    }
    .trialLargeBnr .inner .imgBox .summaryBox .labelBox .label{
        margin-top: 4px;
    }
}


/* 期間外　お問い合わせエリア */
.contactArea .mailWrap .subTxtBlock{
    padding-bottom: 40px;
}
.contactArea .mailWrap .subTxtBlock .textBox{
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    background: #D0F0FF;
    text-align: center;
    border-radius: 16px;
}
.contactArea .mailWrap .subTxtBlock .textBox:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-style: solid;
    border-color: transparent #7DCDF4 #7DCDF4 transparent;
    border-width: 20px;
    border-radius: 0 0 10px 0;
    transform: scaleX(0.5) rotate(45deg);
}
.contactArea .mailWrap .subTxtBlock .boxA{
    padding: 16px 16px 16px 25px;
    display: table;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}
.contactArea .mailWrap .subTxtBlock .boxA .point{
    display: table-cell;
    width: 80px;
}
.contactArea .mailWrap .subTxtBlock .boxA .point .text{
    background: #03A9E0;
    font-size: 16px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactArea .mailWrap .subTxtBlock .boxA .text{
    text-align: center;
    width: calc( 100% - 80px);
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.contactArea .mailWrap .subTxtBlock .boxA .text .txt1{
    font-size: 22px;
}
.contactArea .mailWrap .subTxtBlock .boxA .text .txt2{
    font-size: 22px;
    color: #00A9E0;
}
.contactArea .mailWrap .subTxtBlock .boxB{
    background: #7DCDF4;
    border-radius: 0 0 16px 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px;
}
.contactArea .mailWrap .registerBox{
    background-color: #FFF0BE;
    border-radius: 16px;
    border: 4px solid #F0AB00;
    padding: 24px 16px;
}
.contactArea .mailWrap .registerBox .title{
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-decoration-color: red;
}
.contactArea .mailWrap .registerBox .mail_box{
    margin-top: 17px;
    font-size: 0;
}
.contactArea .mailWrap .registerBox .mail_box .inputTxt{
    width: calc(100% - 54px);
    height: 54px;
    display: inline-block;
    border: none;
    border-right: 0;
    border-radius: 48px 0 0 48px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
}
.contactArea .mailWrap .registerBox .mail_box .inputTxt::placeholder {
    color: #C3C3C3;
}
.contactArea .mailWrap .registerBox .mail_box .submitBtn{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #fff;
    padding: 8px;
    border-radius: 0 48px 48px 0;
    padding: 18px 12px 18px 6px;
}

.contactArea .lineWrap{
    margin-top: 60px;
    background: #01B902;
    border-radius: 16px;
    border: 4px solid #01B902;
}
.contactArea .lineWrap .titleBox{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    line-height: 28px;
    display: table;
    width: 100%;
    max-width: 515px;
    margin: 0 auto;
}
.contactArea .lineWrap .titleBox .text{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
}
.contactArea .lineWrap .titleBox img{
    display: table-cell;
    width: 90px;
}
.contactArea .lineWrap .infoBox{
    background: #fff;
    border-radius: 0 0 16px 16px;
    padding: 14px;
}
.contactArea .lineWrap .infoBox .subTxt{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-bottom: 16px;
}
.contactArea .lineWrap .infoBox .summary{
    display: table;
    width: 100%;
    max-width: 370px;
    margin: 0 auto 24px;
}
.contactArea .lineWrap .infoBox .summary .lineicon{
    width: 88px;
    display: table-cell;
}
.contactArea .lineWrap .infoBox .summary .lineicon img{
    vertical-align: middle;
}
.contactArea .lineWrap .infoBox .summary .txtBox{
    font-size: 16px;
    display: table-cell;
    width: calc( 100% - 104px );
    vertical-align: middle;
    padding-left: 16px;
}
.contactArea .lineWrap .infoBox .summary .txtBox .txt{
    font-size: 16px;
    font-weight: bold;
    line-height: 20.8px;
}

@media print, screen and (min-width: 768px) {
    .contactArea .mailWrap .registerBox .title::before{
        content: '';
        padding-left: 46px;
        background: url(/common_2024/img/icon/icon_mail.svg) no-repeat;
        background-size: 32px;
        background-position: left 9px center;
    }
}
@media screen and (max-width: 767px) {
    .contactArea{
        padding: 0 4%;
    }
    .contactArea .mailWrap{
        margin-top: 0;
    }
    .contactArea .mailWrap .subTxtBlock{
        padding-bottom: 35px;
    }
    .contactArea .mailWrap .subTxtBlock .textBox{
        font-size: 14px;
    }
    .contactArea .mailWrap .subTxtBlock .boxA{
        max-width: 100%;
    }
    .contactArea .mailWrap .subTxtBlock .boxA .text .txt1{
        font-size: 22px;
    }
    .contactArea .mailWrap .subTxtBlock .boxA .text .txt2{
        font-size: 22px;
    }
    .contactArea .mailWrap .subTxtBlock .boxB{
        line-height: 18px;
        padding: 10px 16px;
    }
    .contactArea .mailWrap .registerBox .title{
        text-align: left;
        padding-left: 46px;
        background: url(/common_2024/img/icon/icon_mail.svg) no-repeat;
        background-size: 32px;
        background-position: left 9px center;
        padding-left: 54px;
        text-decoration: underline;
        text-decoration-color: red;
    }
    .contactArea .lineWrap{
        margin-top: 40px;
    }
    .contactArea .lineWrap .titleBox{
        max-width: 100%;
        font-size: 20px;
        padding: 10px 24px;
    }
    .contactArea .lineWrap .titleBox .text{
        width: 295px;
        text-align: left;
        width: calc( 100% - 100px);
        font-size: 20px;
    }
    .contactArea .lineWrap .titleBox img{
        display: table-cell;
        width: 90px;
    }
    .contactArea .lineWrap .infoBox .summary{
        max-width: 470px;
    }
}
@media screen and (max-width: 374px) {
    .contactArea .mailWrap .registerBox .title{
        font-size: 24px;
        padding-left: 48px;
    }
    .contactArea .mailWrap .subTxtBlock .boxA{
        padding: 16px 12px 16px 12px;
    }
    .contactArea .mailWrap .subTxtBlock .boxA .point{
        width: 66px;
    }
    .contactArea .mailWrap .subTxtBlock .boxA .text{
        width: calc( 100% - 66px);
    }
}


/* 教室見学 */
.kengakuArea .titleBox{
    padding: 21px 40px;
    background: #D0F0FF;
    border-radius: 0 16px 0 0;
}
.kengakuArea .titleBox .ttl{
    background: #fff;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    padding: 16px 4px;
}
.kengakuArea .titleBox .txt{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.kengakuArea .imgBox img{
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 16px 0 0 16px;
}
.kengakuArea .btnBox{
    background: #7DCDF4;
    border-radius: 0 0 16px 0;
    padding: 18px 12px;
}
.kengakuArea .btnBox .txt{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.kengakuAreaInner.pcOnly {
    display: flex;
}
.kengakuAreaInner.pcOnly .imgBox {
    width: 50%;
}
.kengakuAreaInner.pcOnly .summaryBox {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.kengakuArea .summaryBox .titleBox{
    height: 40%;
}
.kengakuArea .summaryBox .btnBox{
    height: 60%;
}
@media not screen and (max-width: 767px) {
    .kengakuArea.contTaiken .summaryBox .titleBox {
        height: auto;
        padding: 10px 40px;
    }
    .kengakuArea.contTaiken .titleBox .txt {
        font-size: 20px;
    }
    .kengakuArea.contTaiken .btnBox {
        height: auto;
        padding: 13px 12px 12px;
    }
}
@media screen and (max-width: 767px) {
    .kengakuArea .titleBox{
        padding: 13px 7px;
        border-radius: 8px 8px 0 0;
    }
    .kengakuArea .titleBox .ttl{
        padding: 6px 3px;
        font-size: 22px;
    }
    .kengakuArea .imgBox img{
        border-radius: 0;
    }
    .kengakuArea .btnBox{
        padding: 12px 12px 15px;
        border-radius: 0 0 8px 8px;
    }
    .kengakuArea .titleBox .txt,
    .kengakuArea .btnBox .txt{
        font-size: 16px;
    }
}
@media screen and (max-width: 357px) {
		.kengakuArea .titleBox .ttl{
			padding: 6px 3px;
			font-size: 20px;
		}
}
@media screen and (max-width: 326px) {
	.kengakuArea .titleBox .ttl{
		padding: 6px 3px;
		font-size: 18px;
	}
    .kengakuArea .titleBox .txt,
	.kengakuArea .btnBox .txt{
		font-size: 15px;
	}
}


/* 無料体験学習MV */
.freeTrialWrap .freeTrial .freeTrialInner {
    position: relative;
}
.freeTrialWrap .freeTrial .freeTrialInner {
    position: relative;
    min-width: 960px;
    max-width: 960px;
    margin: 0 auto;
}
.freeTrialWrap .freeTrial .textArea{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 570px;
    margin: 60px 0 0 30px;
    padding: 20px 24px 8px;
}
.freeTrialWrap.bnr_04 .freeTrial .textArea,
.freeTrialWrap.bnr_05 .freeTrial .textArea{
    margin: 30px 0 0 16px;
}
.freeTrialWrap .freeTrial .textArea .balloon03{
    min-width: 234px;
    position: absolute;
    z-index: 1;
    top: -37px;
    left: 37px;
    padding: 9px 10px 8px;
    font-size: 24px;
    line-height: 39px;
    font-weight: 900;
    box-shadow: 0px 4px 0px rgba(000, 000, 000, 0.1);
}

.freeTrialWrap .freeTrial .titleArea{
    position: relative;
    background: #00A9E0;
    padding: 20px 13px 8px;
    border-radius: 16px;
    min-height: 134px;
}
.freeTrialWrap .freeTrial .title{
    color: #FFF;
    font-size: 61px;
    font-weight: 900;
    line-height: 63px;
}
.freeTrialWrap .freeTrial .text{
    padding-left: 24px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 900;
    line-height: 33px;
    text-align: left;
}
.freeTrialWrap .freeTrial .labelBox{
    position: absolute;
    top: 22px;
    right: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.freeTrialWrap .freeTrial .labelBox .label{
    border-radius: 28px;
    background: #D0F0FF;
    font-size: 17px;
    color: #03A9E0;
    font-weight: 900;
    width: 110px;
    height: 30px;
    display: inline-block;
    margin-top: 2px;
    text-align: center;
    line-height: 32px;
}
.freeTrialWrap .freeTrial .labelBox .label:first-child {
    margin-top: 0;
}
.freeTrialWrap .freeTrial .labelBox .label._english{
    background: #FFE7DB;
    color: #FF5700;
}
.freeTrialWrap .freeTrial .labelBox .label._language{
    background: #EDFFE0;
    color: #69BE29;
    margin-right: 0;
}
.freeTrialWrap .freeTrial .dateArea {
    display: flex;
    background: #00A9E0;
    padding: 10px 0;
}
.freeTrialWrap .freeTrial .dateArea .title{
    margin-right: 8px;
    padding: 0 17px;
    background: #FFF;
    border-radius: 40px;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    color: #00A9E0;
    text-align: center;
}
.freeTrialWrap .freeTrial .dateArea .date{
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    color: #FFF;
}
@media not screen and (max-width: 767px) {
    .freeTrialWrap.bnr_04 .freeTrial .titleArea .title{
        line-height: normal;
    }
    .freeTrialWrap.bnr_04 .freeTrial .dateArea .title,
    .freeTrialWrap.bnr_05 .freeTrial .dateArea .title{
        font-size: 15px;
        padding: 0 8px;
    }
}
@media screen and (max-width: 767px) {
    .freeTrialWrap .freeTrial .freeTrialInner {
        min-width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .freeTrialWrap .freeTrial .title{
        font-size: 46px;
        line-height: 60px;
    }
    .freeTrialWrap .freeTrial .text{
        text-align: center;
        padding-left: 0;
        font-size: 14px;
    }
    .freeTrialWrap.bnr_04 .freeTrial .dateArea,
    .freeTrialWrap.bnr_05 .freeTrial .dateArea{
        padding: 10px 4%;
    }
    .freeTrialWrap .freeTrial .textArea{
        min-width: 215px;
        margin: 14.8% 0 0 4.5%;
        padding: 0;
        font-size: 16px;
    }
    .freeTrialWrap .freeTrial .textArea .balloon03{
        min-width: 180px;
        top: -45px;
        left: calc(50% - 90px);
        font-size: 18px;
        line-height: 33px;
    }
    .freeTrialWrap .freeTrial .labelBox .label{
        width: 81px;
        height: 16px;
        font-size: 11px;
        line-height: 18px;
    }
    .freeTrialWrap .freeTrial .dateArea {
        padding: 10px 23px;
    }
    .freeTrialWrap .freeTrial .dateArea .title{
        font-size: 15px;
        line-height: 24px;
    }
    .freeTrialWrap .freeTrial .dateArea .date{
        font-size: 15px;
    }
}
@media screen and (max-width: 365px) {
    .freeTrialWrap .freeTrial .textArea {
        min-width: 165px;
        margin: 13.5% 0 0 4.5%;
    }
    .freeTrialWrap .freeTrial .textArea .balloon03 {
        min-width: 140px;
        top: -34px;
        left: calc(50% - 70px);
        font-size: 14px;
        line-height: 21px;
    }
    .freeTrialWrap .freeTrial .title {
        font-size: 35px;
        line-height: 51px;
    }
    .freeTrialWrap .freeTrial .labelBox {
        top: 21px;
        right: 10px;
    }
    .freeTrialWrap .freeTrial .labelBox .label {
        width: 68px;
        height: 16px;
    }
    .freeTrialWrap .freeTrial .text {
        font-size: 13px;
    }
}
@media screen and (max-width: 340px) {
    .freeTrialWrap .freeTrial .dateArea .title{
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    .freeTrialWrap .freeTrial .dateArea .title{
        font-size: 13px;
        padding: 0 10px;
    }
    .freeTrialWrap .freeTrial .dateArea .date{
        font-size: 13px;
    }
}


/* 無料体験学習 STEP */
.taikenFlowWrap .taikenFlow {
    padding: 30px 0;
    background: #FFF0BD;
}
.taikenFlowWrap .acdBlock .item {
	background: #FFF;
	border-radius: 16px;
	font-weight: bold;
}
.taikenFlowWrap .accArea .accIn {
	padding: 0 4.7% 24px;
	border-radius: 0 0 16px 16px;
	background: #FFF;
	font-size: 16px;
	font-weight: 500;
}
.taikenFlowWrap .accArea .accBtn {
	padding: 35px 40px 24px 4%;
	background: #FFF;
	background-size: 32px;
	border-radius: 16px;
	font-size: 20px;
	line-height: 24px;
}
.taikenFlowWrap .accArea .accIn .img {
    text-align: center;
}
.taikenFlowWrap .accArea .accIn .text {
    margin-top: 16px;
}
.taikenFlowWrap .accArea .accIn .link_under {
    text-decoration: underline;
}
@media not screen and (max-width: 767px) {
    .taikenFlowWrap .taikenFlow .layoutCol3 {
        justify-content: flex-start;
    }
    .taikenFlowWrap .accArea .accBtn {
        min-height: 110px;
    }
    .taikenFlowWrap .accArea .accIn .img {
        min-height: 140px;
        max-height: 140px;
    }
}
@media screen and (max-width: 767px) {
    .taikenFlowWrap .acdBlock .item {
        margin-top: 36px;
    }
    .taikenFlowWrap .acdBlock .item:first-child {
        margin-top: 0;
    }
}

/* ==========================================================================
	KUMONの学習・会費
========================================================================== */
.studyFeeWrap .conBlock .inner{
  padding: 30px 16px 32px;
  border-radius: 16px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.studyFeeWrap .conBlock .item{
  background: #fff;
  border-radius: 16px;
  margin-top: 34px;
}
.studyFeeWrap .conBlock .item .title{
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  text-align: center;
}
.studyFeeWrap .conBlock .item .title .fs_small{
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.studyFeeWrap .conBlock .item .contents {
  margin-top: 50px;
}
.studyFeeWrap .conBlock .item .bg_beige{
  padding: 10px 24px;
  background: #F2F1E6;
  border-radius: 8px;
  font-size: 16px;
}
.studyFeeWrap .conBlock .item .bg_beige._item2{
  padding: 24px;
  background: #F2F1E6;
  border-radius: 8px;
}
.studyFeeWrap .conBlock .item .indent_box{
    text-indent: -1em;
    margin-left: 1em;
}
.studyFeeWrap .conBlock .item .bg_beige.text_indent li{
    font-size: 16px;
}
.studyFeeWrap .conBlock .item .img_frame img{
  margin-top: 16px;
  border-radius: 16px;
  border: 4px solid #7DCDF4;
}
.studyFeeWrap .conBlock .item .label {
  text-align: center;
  margin-bottom: 16px;
}
.studyFeeWrap .conBlock .item .label span {
  display: inline-block;
  border-radius: 28px;
  padding: 0 24px;
  background: #00A9E0;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.studyFeeWrap .conBlock .item .balloon01 {
  margin-top: 34px;
  font-size: 16px;
  font-weight: bold;
}
.studyFeeWrap .conBlock .item .text {
  margin-top: 16px;
  font-size: 16px;
}
.studyFeeWrap .conBlock .item .fwB {
  font-weight: bold;
}
.studyFeeWrap .conBlock .item .mT16{
  margin-top: 16px;
}
.studyFeeWrap .conBlock .item .mT24{
  margin-top: 24px;
}
.studyFeeWrap .conBlock .item .mT34{
  margin-top: 34px;
}
.studyFeeWrap .contents .layoutCol2 .item {
  margin-top: 0;
}
.studyFeeWrap .contents .summary_wrap{
  font-size: 16px;
}
.studyFeeWrap .contents .summary_wrap .summary {
  display: flex;
}
.studyFeeWrap .contents .summary_wrap .summary dt {
  position: relative;
  padding-right: 1em;
  min-width: 5em;
}
.studyFeeWrap .contents .summary_wrap .summary dt::before {
  position: absolute;
  content: "：";
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
}
.studyFeeWrap .contents .table_wrap {
  margin-top: 40px;
}
.studyFeeWrap .contents .contents_inner .table_label {
  display: inline-block;
  border-radius: 28px;
  padding: 0 14px;
  background: #D0F0FF;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.studyFeeWrap .contents .table_wrap .table_scroll{
  margin-top: 10px;
}
.studyFeeWrap .contents .table_wrap .normal_table{
	border-radius: 0;
	font-size: 14px;
}
.studyFeeWrap .contents .table_wrap .normal_table th {
	min-height: 57px;
}
.studyFeeWrap .contents .table_wrap .normal_table td[rowspan="2"]{
	min-height: 114px;
}
.studyFeeWrap .contents .table_wrap .normal_table td{
	min-height: 57px;
}
.studyFeeWrap .conBlock .item .table_scroll_wrap{
	display: flex;
}
.studyFeeWrap .conBlock .item .time_table_wrap {
	position: relative;
	min-width: 63px;
}
.studyFeeWrap .conBlock .item .table_scroll_wrap .time_table {
	position: absolute;
	top: 46px;
	left: 0;
}
.studyFeeWrap .conBlock .item .table_scroll_wrap .time_table td{
	display: block;
	min-height: 67px;
	position: relative;
}
.studyFeeWrap .conBlock .item .table_scroll_wrap .time_table td::before{
	position: absolute;
	top: 11px;
	right: -22px;
	content: "";
	width: 16px;
	height: 2px;
	background: #E2E2E2;
}
@media not screen and (max-width: 767px) {
  .studyFeeWrap .conBlock .inner{
    font-size: 18px;
  }
	.studyFeeWrap .contents .img{
		width: 260px;
	}
  .studyFeeWrap .conBlock .item .title .fs_small{
    font-size: 20px;
  }
  .studyFeeWrap .conBlock .item .title{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .studyFeeWrap .conBlock .item .label span,
  .studyFeeWrap .contents .contents_inner .table_label {
    font-size: 20px
  }
  .studyFeeWrap .conBlock .item .balloon01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .studyFeeWrap .conBlock .item .text {
    font-size: 14px;
  }
  .studyFeeWrap .conBlock .item .table_scroll_inner{
    overflow-x: scroll;
  }
  .studyFeeWrap .conBlock .item .table_scroll img {
    width: 100%;
    height: auto;
    min-width: 406px;
    border-collapse: collapse;
  }
  .studyFeeWrap .contents .table_wrap .table_scroll{
    margin-top: 6px;
  }
  .studyFeeWrap .contents .table_wrap {
    margin-top: 26px;
    position: relative;
  }
  .studyFeeWrap .contents .table_wrap .table_scroll_text {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 28px;
    background: url(/common_2024/img/icon/icon_scroll.svg) no-repeat left center;
  }
	.studyFeeWrap .contents .table_wrap .table_scroll_inner .normal_table {
    width: 100%;
    min-width: 600px;
	}
	.studyFeeWrap .contents .table_wrap .table_scroll_inner .normal_table {
    max-width: 1025px;
	}
	.studyFeeWrap .conBlock .item .normal_table th,
	.studyFeeWrap .conBlock .item .normal_table td{
			width: calc(100% / 3);
	}
	.studyFeeWrap .contents .summary_wrap{
		font-size: 14px;
	}
}
@media screen and (max-width: 348px) {
    .studyFeeWrap .conBlock .item .bg_beige,
		.studyFeeWrap .conBlock .item .title .fs_small{
			font-size: 14px;
    }
}
@media screen and (max-width: 340px) {
	.studyFeeWrap .contents .table_wrap .table_scroll_text {
		font-size: 14px;
	}
}
@media screen and (max-width: 330px) {
	.studyFeeWrap .conBlock .item .normal_table th,
	.studyFeeWrap .conBlock .item .normal_table td{
		padding: 16px 12px;
	}
}

/* 就学前の今がはじめどき！ */
.campaignBlock{
    padding: 70px 0 35px;
}
@media screen and (max-width: 767px) {
    .campaignBlock{
      padding: 50px 0 0;
    }
}

/* reservationTrialBnr */
.reservationTrialBnr{
	margin: 70px auto;
}
.reservationTrialBnr .bgImgBox{
	border-radius: 16px;
    border: 4px solid #7DCDF4;
    padding: 12px 24px;
    background: #fff url(/common_2024/img/campaign/bnr_bgimg.png) no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.reservationTrialBnr .inner{
	display: inline-block;
}
.reservationTrialBnr .subTtl{
	font-size: 24px;
	font-weight: bold;
}
.reservationTrialBnr .mainTtl{
	position: relative;
    display: flex;
	background: #00A9E0;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
    padding: 12px 15px;
	margin: 2px 0 10px;
}
.reservationTrialBnr .mainTtl:after{
	content: '';
    background: url(/common_2024/img/campaign/bnr_illust.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    display: inline-block;
    right: -64px;
    width: 105px;
    height: 130px;
}
.reservationTrialBnr .mainTtl .date .ttl{
	font-size: 58px;
    line-height: 70px;
}
.reservationTrialBnr .mainTtl .date .ttl2{
	font-size: 53px;
    line-height: 70px;
}
.reservationTrialBnr .mainTtl .date .txt{
	font-size: 26px;
    line-height: 43px;
}
.reservationTrialBnr .mainTtl .labelBox .label{
    border-radius: 28px;
    background: #D0F0FF;
    font-size: 14px;
    color: #03A9E0;
    font-weight: bold;
    height: 27px;
    display: inline-block;
    margin-top: 5px;
	text-align: center;
	max-width: 80px;
	width: 100%;
}
.reservationTrialBnr .mainTtl .labelBox .label:first-child {
    margin-top: 0;
}
.reservationTrialBnr .mainTtl .labelBox .label._english{
    background: #FFE7DB;
    color: #FF5700;
}
.reservationTrialBnr .mainTtl .labelBox .label._language{
    background: #EDFFE0;
    color: #69BE29;
}
.reservationTrialBnr .mainTtl .circle{
	display: flex;
    align-items: center;
		justify-content: center;
}
.reservationTrialBnr .mainTtl .circle .txt{
	background: #FF5800;
	font-size: 24px;
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
}
.reservationTrialBnr .btnBox .balloon03{
    position: relative;
    display: inline-block;
    background: #FFF0BD;
    border: solid 3px #F0AB00;
    font-size: 22px;
    border-radius: 16px;
    font-weight: bold;
    padding: 8px 16px;
    margin-right: 40px;
    margin-bottom: 0;
    width: 430px;
    text-align: center;
    min-width: 120px;
    max-width: 100%;
    color: #1E1E1E;
}
.reservationTrialBnr .btnBox .balloon03.arw_r:before {
    content: "";
    position: absolute;
    left: auto;
    right: -17px;
    bottom: calc(50% - 6px);
    border-top: none;
    border: 6px solid transparent;
    border-left: 12px solid #FFF0BD;
    z-index: 2;
}
.reservationTrialBnr .btnBox .balloon03.arw_r:after {
    content: "";
    position: absolute;
    left: auto;
    right: -24px;
    bottom: calc(50% - 8px);
    border-top: none;
    border: 8px solid transparent;
    border-left: 14px solid #F0AB00;
    z-index: 1;
}
.reservationTrialBnr .btnBox .balloon03 .txt{
    line-height: 28px;
}
.reservationTrialBnr .btnBox .balloon03 .txt .fcRed{
    color: #FF5700;
}
.reservationTrialBnr .btnBox .btn{
    min-width: 230px;
}
.reservationTrialBnr .btnBox .btn .arrowBtn{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	position: relative;
	color: #1e1e1e;
    font-weight: bold;
    background: url(/common_2024/img/arrow/arw_r_black.svg) no-repeat;
	background-color: #D0F0FF;
    background-size: 24px;
    background-position: right 12px center;
	border: 2px solid #7DCDF4;
    border-radius: 40px;
    padding: 12px 36px 12px 18px;
    width: 100%;
    line-height: 24px;
}
@media not screen and (max-width: 767px) {
	.reservationTrialBnr .mainTtl .labelBox{
		display: flex;
		flex-direction: column;
		width: 100px;
		align-items: center;
		justify-content: center;
	}
	.reservationTrialBnr .btnBox{
		display: flex;
	}
}
@media screen and (max-width: 767px) {
	.reservationTrialBnr{
        margin: 50px auto;
	}
	.reservationTrialBnr .inner{
		display: block;
	}
	.reservationTrialBnr .bgImgBox{
		background: url(/common_2024/img/campaign/bnr_bgimg_sp.png) no-repeat;
		background-position: right -6px bottom;
		background-size: 100% auto;
		padding: 16px;
	}
	.reservationTrialBnr .subTtl{
		font-size: 14px;
	}
	.reservationTrialBnr .mainTtl{
		display: block;
		max-width: calc(100% - 35px);
		width: 100%;
	}
	.reservationTrialBnr .mainTtl:after{
		top: -28px;
		right: -43px;
		width: 70px;
		height: 88px;
	}
	.reservationTrialBnr .mainTtl .ttl{
		font-size: 34px;
		line-height: 40px;
	}
	.reservationTrialBnr .mainTtl .date .txt{
		font-size: 13px;
		line-height: 29px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label{
		margin-right: 4px;
		font-size: 12px;
		height: 22px;
		max-width: 70px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label:last-child{
		margin-right: 0;
	}
	.reservationTrialBnr .mainTtl .circle .txt{
		font-size: 13px;
		width: 48px;
		height: 48px;
		line-height: 17px;
	}
	.reservationTrialBnr .spContBox{
		margin-top: 5px;
		display: table;
		width: 100%;
	}
	.reservationTrialBnr .spContBox .col_l{
		display: table-cell;
		width: calc(100% - 50px);
		vertical-align: top;
	}
	.reservationTrialBnr .spContBox .col_r{
		display: table-cell;
		width: 50px;
		vertical-align: middle;
	}
	.reservationTrialBnr .btnBox{
		max-width: 240px;
	}
	.reservationTrialBnr .btnBox .balloon03{
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 18px;
		padding: 8px;
		width: 100%;
		text-align: center;
	}
    .reservationTrialBnr .btnBox .balloon03:before {
        content: "";
        position: absolute;
        bottom: -17px;
        left: 70px;
        border: 6px solid transparent;
        border-top: 12px solid #FFF0BD;
        z-index: 2;
    }
    .reservationTrialBnr .btnBox .balloon03:after {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 68px;
        border: 8px solid transparent;
        border-top: 14px solid #F0AB00;
        z-index: 1;
    }
	.reservationTrialBnr .btnBox .balloon03 .fcRed{
		font-size: 14px;
	}
	.reservationTrialBnr .btnBox .balloon03 .txt{
		line-height: 24px;
	}
	.reservationTrialBnr .btnBox .btn{
		min-width: auto;
		max-width: 170px;
	}
	.reservationTrialBnr .btnBox .btn .arrowBtn{
		font-size: 16px;
		background-size: 20px;
	}
}
@media screen and (max-width: 414px) {
	.reservationTrialBnr .mainTtl .ttl{
		font-size: 30px;
		line-height: 35px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(2),
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(3){
		max-width: 65px;
	}
}
@media screen and (max-width: 405px) {

	.reservationTrialBnr .mainTtl .date .txt{
		font-size: 12px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(2),
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(3){
		max-width: 60px;
	}
}
@media screen and (max-width: 393px) {
	.reservationTrialBnr .mainTtl{
		padding: 12px;
	}
	.reservationTrialBnr .mainTtl .ttl{
		font-size: 27px;
	}
	.reservationTrialBnr .mainTtl .date .txt{
		font-size: 11px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label{
		margin-right: 3px;
		font-size: 11px;
		height: 20px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(2),
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(3){
		max-width: 52px;
	}
	.reservationTrialBnr .spContBox .col_l {
		width: calc(100% - 42px);
	}
	.reservationTrialBnr .spContBox .col_r {
		width: 42px;
	}
	.reservationTrialBnr .mainTtl .circle .txt {
		font-size: 12px;
		width: 42px;
		height: 42px;
		line-height: 15px;

	}
}
@media screen and (max-width: 360px) {
	.reservationTrialBnr .btnBox{
		max-width: 215px;
	}
	.reservationTrialBnr .mainTtl {
		max-width: calc(100% - 22px);
		padding: 12px 9px;
	}
	.reservationTrialBnr .mainTtl .ttl{
		font-size: 27px;
	}
	.reservationTrialBnr .spContBox .col_l {
		width: calc(100% - 38px);
	}
	.reservationTrialBnr .spContBox .col_r {
		width: 38px;
	}
	.reservationTrialBnr .mainTtl .circle .txt {
		font-size: 11px;
		width: 38px;
		height: 38px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(2),
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(3){
		max-width: 48px;
	}
	.reservationTrialBnr .btnBox .balloon03{
		font-size: 11px;
		padding: 8px 0;
	}
	.reservationTrialBnr .btnBox .balloon03 .fcRed{
		font-size: 13px;
	}
}
@media screen and (max-width: 350px) {
	.reservationTrialBnr .bgImgBox{
		padding: 14px 10px;
	}
	.reservationTrialBnr .mainTtl:after {
		top: -22px;
		right: -34px;
		width: 56px;
		height: 68px;
	}
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(2),
	.reservationTrialBnr .mainTtl .labelBox .label:nth-child(3){
		max-width: 44px;
	}
	.reservationTrialBnr .spContBox .col_l {
		width: calc(100% - 38px);
	}
	.reservationTrialBnr .spContBox .col_r {
		width: 38px;
	}
}
@media screen and (max-width: 340px) {
	.reservationTrialBnr .mainTtl .ttl{
		font-size: 25px;
		line-height: 24px;
	}
}
@media screen and (max-width: 330px) {
	.reservationTrialBnr .mainTtl .date .txt{
		font-size: 10px;
	}
}

/* reservationTrialBnr 無料トライアル向け設定 */
@media screen and (min-width: 768px) {
	.reservationTrialBnr.trial .mainTtl .ttl{
		font-size: 42px;
		/*font-size: 34px; 進級・進学の時はこちらを使用する*/
	}
	.reservationTrialBnr.trial .mainTtl .ttl .season{
		font-size: 58px;
		/*font-size: 42px; 進級・進学の時はこちらを使用する*/
	}
}
@media screen and (max-width: 414px) {
	.reservationTrialBnr.trial .mainTtl .ttl{
		font-size: 36px;
		line-height: 42px;
	}
}
@media screen and (max-width: 392px) {
	.reservationTrialBnr.trial .mainTtl .ttl{
		font-size: 34px;
		line-height: 40px;
	}
}
@media screen and (max-width: 374px) {
	.reservationTrialBnr.trial .mainTtl .ttl{
		font-size: 32px;
		line-height: 38px;
	}
}
@media screen and (max-width: 339px) {
	.reservationTrialBnr.trial .mainTtl .ttl{
		font-size: 30px;
		line-height: 36px;
	}
}

/* キャンペーン margin */

/* 無料体験バナー */
.trialBnrArea{
    margin: 60px 0;
}
.trialLargeBnr{
    margin: 70px 0;
}
@media screen and (max-width: 767px) {
    .trialBnrArea{
        margin: 0;
    }
    .trialLargeBnr{
        margin: 60px 0;
    }
    .trialLargeBnr + #freeFlow{
        margin-bottom: 0;
    }
}

.kengakuArea{
    margin: 60px 0;
}
@media screen and (max-width: 767px) {
    .kengakuArea{
        margin: 50px 0;
    }
    .kengakuArea + #voice,
    .kengakuArea + #featuresArea{
        margin-top: 0;
        padding-top: 0;
    }
}

.cvContactArea{
    margin: 50px auto;
}
@media screen and (max-width: 767px) {
    .cvContactArea{
        margin: 0;
    }
}

.freeCampaignArea{
    margin: 60px 0;
}
@media screen and (max-width: 767px) {
    .freeCampaignArea{
        margin: 50px 0;
    }
}