@charset "utf-8";

/* ================================
   school/swiming Styles

   01 common
   02 junior
   03 course
   04 schedule

   =================================== */

/* == common == */
:root {
  --fs16: 0.8vw;
  --fs17: 0.85vw;
  --fs18: 0.9vw;
  --fs20: 1.0vw;
  --fs23: 1.15vw;
  --fs26: 1.3vw;
  --fs28: 1.4vw;
  --fs30: 1.5vw;
  --fs34: 1.7vw;
  --fs40: 2.0vw;
  --ctxt: #3e3a39;
  --cbdr: #808080;
  --cbk1: #f0fafa;
  --cpl1: #bbe2f1;
  --cpl2: #5CC2CF;
  --cpl3: #a0d8ef;
  --cpl4: #008db7;
  --cred: #e61e28;
  --ccya: #5cc2cf;
  --cora: #e95513;
  --cgre: #009844;
  --credH: #ff0019;
  --rFlex: flex;
  --r28: 28%;
  --r30: 30%;
  --r32: 32%;
}
@media screen and (min-width:1301px) {
  :root {
    --fs16: 16px;
    --fs17: 17px;
    --fs18: 18px;
    --fs20: 20px;
    --fs23: 23px;
    --fs26: 26px;
    --fs28: 28px;
    --fs30: 30px;
    --fs34: 34px;
    --fs40: 40px;
  }
}
@media screen and (max-width:1300px) {
  :root {
    --fs16: 1.0vw;
    --fs17: 1.0vw;
    --fs18: 1.1vw;
    --fs20: 1.2vw;
    --fs23: 1.4vw;
    --fs26: 1.5vw;
    --fs28: 1.7vw;
    --fs30: 1.9vw;
    --fs34: 2.1vw;
    --fs40: 2.5vw;
  }
}
@media screen and (max-width:1024px) {
  :root {
    --fs16: 13px;
    --fs17: 14px;
    --fs18: 15px;
    --fs20: 16px;
    --fs23: 19px;
    --fs26: 21px;
    --fs28: 22px;
    --fs30: 23px;
    --fs34: 26px;
    --fs40: 30px;
    --rFlex: block;
    --r28: 100%;
  }
}
@media screen and (max-width:640px) {
  :root {
    --fs16: 12px;
    --fs17: 13px;
    --fs18: 14px;
    --fs20: 15px;
    --fs23: 16px;
    --fs26: 17px;
    --fs28: 20px;
    --fs30: 22px;
    --fs34: 24px;
    --fs40: 28px;
    --rFlex: block;
    --r28: 100%;
  }
}




/*-------------------------------------------------------
03 course
--------------------------------------------------------- */

.course {
  padding-top: 4vw;
  max-width: none !important;
	 width: auto !important;
  background: var(--cbk1);
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}
.course > hgroup h2 {
  width: 22em;
  padding: .3em;
  margin: 0 auto .5em;
  border: 4px solid var(--cpl2);
  background: #fff;
  border-radius: 5em;
  text-align: center;
  font-size: var(--fs40);
}
.course > hgroup h2 em {
  font-style: normal;
}
.course > hgroup p {
  text-align: center;
  font-size: var(--fs28);
  margin-bottom: .5em;
}
.course > hgroup + p {
  font-size: var(--fs18);
  text-align: center;
  margin-bottom: 4em;
  letter-spacing: 1px;
}
.course > hgroup + p br {
  display: none;
}
.course > hgroup + p + figure {
  text-align: center;
  margin: 0 5vw 5em;
}
.course > hgroup + p + figure img {
  max-width: 1000px;
  width: 100%;
  border-radius: 2em;
}


.course .couese_list {
  max-width: calc(1340px - 0vw);
  width: 100%;
  margin: 0 auto 7em;
  padding: 0;
  display: var(--rFlex);
  justify-content: space-between;
  flex-wrap: wrap;
}
.course .couese_list li {
  flex-shrink: 0;
  width: var(--r30);
  margin-bottom: 50px;
}
.course .couese_list li h3 {
  border-radius: 3em;
  text-align: center;
  font-size: var(--fs23);
  padding: .5em 0 .8em 0;
  margin-bottom: 1em;
  font-weight: 800;
}
.course .couese_list li:nth-of-type(1) h3 {background: var(--cpl1);}
.course .couese_list li:nth-of-type(2) h3 {background: var(--cpl3);}
.course .couese_list li:nth-of-type(3) h3 {background: var(--cpl4);color: #fff;}
.course .couese_list li h3 em {
  display: block;
  font-size: var(--fs18);
  font-style: normal;
}
.course .couese_list li p {
  font-size: var(--fs18);
}
.course .couese_list li a {
  display: block;
  width: 11em;
  margin: 1em auto 0;
  padding: .7em;
  background: var(--ccya);
  color: #fff;
  font-size: var(--fs18);
  line-height: 1.0;
  text-align: center;
  border-radius: 2em;
}
.course .couese_list li a:hover {
  background: var(--ctxt);
}

.course .couese_detail {
  /*max-width: calc(1340px - 5vw);
  width: 100%;
  margin: 0 auto 0;
  padding: 0 5vw;*/
  max-width: calc(1340px - 0vw);
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}
.course .couese_detail .couese_detail_tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.course .couese_detail .couese_detail_tab li {
  flex-shrink: 0;
  width: 20%;
  padding: 1.2em 0;
  background: #fff;
  font-size: var(--fs26);
  line-height: 1.0;
  color: var(--ccya);
  text-align: center;
  border: 3px solid var(--ccya);
  border-radius: 3em;
  cursor: pointer;
}
.course .couese_detail .couese_detail_tab li.active {
  background: var(--ccya);
  color: #fff;
}


.course .couese_detail .couese_detail_box {
  font-size: var(--fs18);
  font-weight: 400;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

.course .couese_detail .couese_detail_box.price{
  font-weight: 600;
  /*max-width: 960px;*/
  width: 100%;
  margin: 0 auto;
}


/*スクール タブメニュー 一つめ*/
.course .couese_detail .couese_detail_box div:nth-of-type(1) {
  max-width: 960px;
  margin: auto;
  width: 100%;
  padding: 3em 0 5em;
  display: block;
}
/*スクール タブメニュー 基本料金 ここから*/
.course .couese_detail .couese_detail_box div:nth-of-type(1) dl.kihon_ryoukin {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--cbdr);
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) dl.kihon_ryoukin dt {
  color: var(--ccya);
  font-size: var(--fs26);
  letter-spacing: .05em;
  font-weight: 600;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) dl.kihon_ryoukin dd {
  font-weight: 600;
  font-size: var(--fs26);
  letter-spacing: .05em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) dl.kihon_ryoukin dd:nth-of-type(1)::after {
  content: '／';
  margin-left: 1em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) dl.kihon_ryoukin .chushaku{
 display: block;
 width: 100%;
 text-align: center;
}
/*スクール タブメニュー 基本料金 ここまで*/


/*スクール タブメニュー 基本料金 スクール会員以下 ここから*/
.course .couese_detail .couese_detail_box div:nth-of-type(1) h4 {
  /*font-weight: 400;*/
  color: var(--ccya);
  margin-bottom: 1em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi{
  width: 100%;
  margin: auto;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi th {
  vertical-align: top;
  font-size: var(--fs18);
  padding: .5em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi th strong {
  display: block;
  text-align: center;
  width: 8em;
  background: var(--ccya);
  padding: .2em .2em;
  color: #fff;
  border-radius: 2em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm1{
  width: 30%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm2{
  width: 25%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm3{
  width: 20%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm4{
  width: 25%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi td {
  font-size: var(--fs18);
  padding: .5em;
  box-sizing: border-box;
}
.course .couese_detail .couese_detail_box .txt-r{
  text-align: right;
}

.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi + p {
  margin: 2em 0;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi + p strong {
  /*font-weight: 400;*/
  color: var(--ccya);
}

.course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2),
.course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) {
  width: 100%;
  border-collapse: collapse;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2) tr,
.course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) tr {
  border-top: 1px solid var(--cbdr);
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2) td,
.course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) td,
.course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(4) td {
  padding: 1.5em .5em 1.8em;
  box-sizing: border-box;
}


.course .couese_detail .couese_detail_box div:nth-of-type(1) table.omoushikomi{
  width: 100%;
  margin: auto;
}

.course .couese_detail .couese_detail_box div:nth-of-type(1) table.omoushikomi .clm1{
  width: 30%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.omoushikomi .clm2{
  width: 70%;
}

.course .couese_detail .couese_detail_box div:nth-of-type(1) .txt-h{
  vertical-align: top;
  text-align: left;
  color: var(--ccya);
  padding: 1.5em .5em 1.8em;
  width: 14em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.omoushikomi strong.kaoshashin{
  width: 80px;
}

.course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai{
  width: 100%;
  margin: auto;
}

.course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm1{
  width: 30%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm2{
 width: 25%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm3{
  width: 20%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm4{
 width: 25%;
 vertical-align: bottom;
}
.course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .chushaku.txt-chu2{
 position: absolute;
 padding-left: 1em;
}
/*スクール タブメニュー 基本料金 スクール会員以下 ここまで*/


.course .couese_detail .couese_detail_box div:nth-of-type(2) {
  padding: 3em 0 5em;
  margin-left: 0em;
  margin-right: -2em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) p {
  margin: 0em 0 2em;
  text-align: center;
  font-size: var(--fs16);
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) p:nth-of-type(2) {
  margin: 0em 0 0em .5em;
  text-align: left;
  font-size: var(--fs16);
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) figure {
  width: 100%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table {
  border: 3px solid var(--cbk1);
  min-width: 800px;
  width: 100%;
  white-space: nowrap;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table thead th {
  background: var(--ccya);
  height: 30px;
  padding: 15px 0;
  box-sizing: border-box;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table thead th:nth-child(1),
.course .couese_detail .couese_detail_box div:nth-of-type(2) table thead th:nth-child(2){
 width: 15%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table tfoot th {
  background: #008DB7;
  height: 50px;
  padding: 15px 0;
  box-sizing: border-box;

}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th:nth-child(3),
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th:nth-child(4),
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th:nth-child(5),
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th:nth-child(6),
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th:nth-child(7),
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th:nth-child(8),
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th:nth-child(9) {
  width: 65px;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table th {
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-size: var(--fs18);
  padding: 15px 0;
  box-sizing: border-box;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table td {
  background: var(--cpl1);
  font-size: var(--fs18);
  text-align: center;
  height: 50px;
  line-height: 1.3;
  padding: 15px 0;
  box-sizing: border-box;
}
.course .couese_detail .couese_detail_box div:nth-of-type(2) table tr:nth-child(even) td {
  background: var(--cpl3);
  padding: 15px 0;
  box-sizing: border-box;

}



.course .couese_detail .couese_detail_box div:nth-of-type(3) {
  max-width: 960px;
  margin: auto;
  width: 100%;
  padding: 3em 0 5em;
  text-align: center;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) h3 {
  font-size: var(--fs28);
  color: var(--ccya);
  text-align: center;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) p {
  font-size: var(--fs18);
  margin-bottom: 3em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) figure {
  margin-bottom: 3em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) figure img {
  border-radius: 2em;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table {
  width: 100%;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table th {
  padding: .8em;
  vertical-align: top;
  font-size: var(--fs18);
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table th strong {
  display: block;
  width: 8em;
  padding: .2em 0;
  background: var(--ccya);
  color: #fff;
  border-radius: 3em;
  font-size: var(--fs18);
  /*font-weight: 400;*/

}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table td {
  padding: .3em;
  text-align: left;
  font-size: var(--fs18);
  /*font-weight: 400;*/
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table td.clm5{
  text-align: right;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table td strong {
  color: var(--ccya);
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table td strong + br {
  display: none;
}
.course .couese_detail .couese_detail_box div:nth-of-type(3) table td span {
  display: inline-block;
  padding-top: 1em;
}

.course .couese_detail .couese_detail_box table.private .clm1{
  width: 10%;
}
.course .couese_detail .couese_detail_box table.private .clm2{
 width: 90%;
}
.course .couese_detail .couese_detail_box table.private .clm3{
  width: 30%;
}
.course .couese_detail .couese_detail_box table.private .clm4{
 width: 25%;
}
.course .couese_detail .couese_detail_box table.private .clm5{
 width: 20%;
}
.course .couese_detail .couese_detail_box table.private .clm6{
 width: 25%;
 vertical-align: bottom;
}









.course .couese_detail .couese_detail_box div:nth-of-type(4) {
  padding: 3em 0 10em;
  max-width: 960px;
  margin: auto;
  width: 100%;
  height: 600px;
}
.course .couese_detail .couese_detail_box div:nth-of-type(4) iframe {
  max-width: 960px;
  margin: auto;
  width: 100%;
  height: 480px;
}

.course .couese_detail .couese_detail_box div:nth-of-type(5) {
  padding: 3em 0 10em;
  background: var(--cbk1);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.course .couese_detail .couese_detail_box div:nth-of-type(5) iframe {
  display: block;
  max-width: 850px;
  width: 100%;
  height: 1300px;
  margin: 0 auto !important;
}



@media screen and (min-width:1301px) {
  .course .couese_detail .couese_detail_tab li {
    font-size: var(--fs20);
  }
}



@media screen and (max-width:1280px) {
 .course .couese_list {
   max-width: calc(1025px - 0vw);
   width: 100%;
   margin: 0 auto 7em;
   padding: 0;
   display: var(--rFlex);
   justify-content: space-between;
   flex-wrap: wrap;
 }
 .course .couese_detail {
   /*max-width: calc(1340px - 5vw);
   width: 100%;
   margin: 0 auto 0;
   padding: 0 5vw;*/
   max-width: calc(1025px - 0vw);
   width: 100%;
   margin: 0 auto 0;
   padding: 0;
 }
}
@media screen and (max-width:1024px) {
  .course > hgroup h2 {
    width: 90%;
  }
  .course > hgroup h2 em {
    display: block;
  }
  .course > hgroup + p  {
    width: 90%;
    margin: 0 auto 4em;
  }
  .course > hgroup + p br {
    display: block;
  }
  .course > hgroup + p + figure {
    margin: 0 -1em 2em -1em;
    border-radius: 0;
  }
  .course > hgroup + p + figure img {
    border-radius: 0;
  }
 
  .course .couese_list li {
    flex-shrink: 0;
    width: 80%;
    margin: 0 auto 50px auto;
  }

  .course .couese_detail .couese_detail_tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 calc(-50vw + 50%) 0em;
    border-left: 2px solid var(--ccya);
    display: flex;
    justify-content: center;
  }
  .course .couese_detail .couese_detail_tab li {
    flex-shrink: 0;
    width: 20%;
    padding: 0;
    height: 80px;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.1em;
    line-height: 1.3;
    color: var(--ccya);
    text-align: center;
    border: 2px solid var(--ccya);
    border-left: none;
    border-radius: 0;
    cursor: pointer;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }

  .course .couese_detail .couese_detail_box div:nth-of-type(1) {
    padding: 3em 4vw 10em;
  }

/*スクール タブメニュー 基本料金 スクール会員以下 ここから*/
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi tr{
   display: flex;
   flex-wrap: wrap;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm1{
    display: block;
    width: 100%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm2{
    display: block;
    width: 60%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm3{
    display: block;
    width: 32%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm4{
    display: none;
    width: 0%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.school_kaihi .clm2{
    padding: .5em 0 .5em 2.0em;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) .txt-h{
    padding: 1.5em .0em 0em;
    width: 100%;
  }
 .course .couese_detail .couese_detail_box div:nth-of-type(1) .kyoudaiwari{
    display: block;
    padding: .5em 0 .5em 2.0em;
    box-sizing: border-box;
 }

  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.omoushikomi tr{
   display: flex;
   flex-wrap: wrap;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.omoushikomi .clm1{
    display: block;
    width: 100%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.omoushikomi .clm2{
    width: 100%;
  }

  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai tr{
   display: flex;
   flex-wrap: wrap;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm1{
    display: block;
    width: 100%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm2{
    display: block;
    width: 60%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm3{
    display: block;
    width: 30%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .clm4{
    display: none;
    width: 0%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .chushaku.txt-chu1{
   display: inline-block;
   width: auto;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table.shiteikyozai .chushaku.txt-chu2{
   position: absolute;
   padding-left: 0em;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2) td,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) td,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(4) td {
    padding: .5em .5em 1.8em 2.0em;
  }

  .course .couese_detail .couese_detail_box table.private tr{
   display: flex;
   flex-wrap: wrap;
  }
  .course .couese_detail .couese_detail_box table.private .clm1{
    display: block;
    width: 100%;
  }
  .course .couese_detail .couese_detail_box table.private .clm2{
    display: block;
    width: 100%;
    padding: .5em 0 .5em 2.0em;
    box-sizing: border-box;
  }
  .course .couese_detail .couese_detail_box table.private .clm3{
    display: block;
    width: 100%;
  }
  .course .couese_detail .couese_detail_box table.private .clm4{
    display: block;
    width: 60%;
    padding: .5em 0 .5em 2.0em;
    box-sizing: border-box;
  }
  .course .couese_detail .couese_detail_box table.private .clm5{
    display: block;
    width: 30%;
  }
  .course .couese_detail .couese_detail_box table.private .clm6{
    display: none;
    width: 0%;
  }

  .course .couese_detail .couese_detail_box table.private .clm7{
    text-align: center;
    width: 100%;
  }
/*スクール タブメニュー 基本料金 スクール会員以下 ここまで*/
 
 

  .course .couese_detail .couese_detail_box div:nth-of-type(2) table {
    margin-left: 3vw;
    margin-right: 5vw;
  }
 .course .couese_detail .couese_detail_box div:nth-of-type(2) figure {
   overflow-x: scroll;
   width: 100%;
  }
 .course .couese_detail .couese_detail_box div:nth-of-type(2) p {
  padding: 0 10px;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(2) p:nth-of-type(2) {
    margin: 0em 0 0em 0em;
    text-align: left;
    font-size: var(--fs16);
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) {
    padding: 3em 0 5em;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) figure {
    margin: 0 -1.8em 3em -1.8em;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) figure img {
    border-radius: 0;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) table {
    width: 100%;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) table th {
    display: block;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) table tr:nth-of-type(3) {
    display: flex;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) table td {
    display: block;
  }
  .course .couese_detail .couese_detail_box div:nth-of-type(3) table td strong + br {
    display: block;
  }

  .course .couese_detail .couese_detail_box div:nth-of-type(4) {
  padding: 3em 2vw 0em;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
   
  }
 

}

@media screen and (max-width:380px) {
  .course .couese_detail .couese_detail_box div:nth-of-type(1) {
    padding: 3em 2vw 5em;
  }
}


/*-------------------------------------------------------
04 schedule
--------------------------------------------------------- */
.schedule {
  background: var(--cbk1);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.schedule iframe {
  display: block;
  background: #ccc;
  max-width: 850px;
  width: 100%;
  height: 1200px;
  margin: 0 auto !important;

}


/*-------------------------------------------------------
05 questions
--------------------------------------------------------- */
.questions-link {
  margin: 0 auto 0 auto;
  color: #e61e28;
  font-size: 1.6666666667vw;
  text-align: center;
  text-align: center;
  padding-bottom: 10vw;
}
.questions-link a {
  display: inline-block;
  width: 33.9583333333vw;
  padding: 1.7708333333vw 0;
  border: solid 0.2083333333vw #e61e28;
  border-radius: 100vw;
  background-color: #fff;
}
.questions-link a:hover {
  color: #fff;
  background-color: #e61e28;
}

@media screen and (max-width:1024px) {

  .questions-link {
    margin: 0vw auto 0vw;
    font-size: 5.2083333333vw;
    padding-bottom: 12vw;
  }
  .questions-link a {
    width: 86.875vw;
    padding: 8.125vw 0;
    border: solid 0.8333333333vw #e61e28;
  }
 
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2) tr:nth-of-type(1) span,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2) tr:nth-of-type(2) span,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) tr:nth-of-type(1) span,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) tr:nth-of-type(2) span {
    width: 5em;
  }
 }

@media screen and (max-width:380px) {
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2) tr:nth-of-type(1) span,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(2) tr:nth-of-type(2) span,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) tr:nth-of-type(1) span,
  .course .couese_detail .couese_detail_box div:nth-of-type(1) table:nth-of-type(3) tr:nth-of-type(2) span {
   width: 4em;
  }   
 }
