/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); */

@media screen and (min-width: 768px), print {
  [href*='tel:'] {
    pointer-events: none;
  }
  .bread_nav {
    padding-top: 153px;
    background-color: #f4f4f4;
  }
  .bread_nav__wrapper {
    width: 1100px;
    margin: 0 auto;
  }
  .bread_nav__wrapper ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bread_nav__wrapper ul a {
    color: #218e43;
  }
  .bread_nav__wrapper ul li {
    margin: 15px 25px;
    position: relative;
  }
  .bread_nav__wrapper ul li:first-of-type {
    margin-left: 0;
  }
  .bread_nav__wrapper ul li:last-of-type::after {
    display: none;
  }
  .bread_nav__wrapper ul li::after {
    content: "＞";
    position: absolute;
    right: -34px;
    top: 0;
  }
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .pc{
    display: block!important;
  }
  .sp{
    display: none;
  }
}
@media screen and (max-width: 767px), print {
  #contents {
    padding-top: 0 !important;
    width: 100%;
    overflow: hidden;
  }
  .bread_nav {
    background-color: #f4f4f4;
    min-width: inherit !important;
  }
  .bread_nav__wrapper {
    padding: 90px 8px 15px;
  }
  .bread_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .bread_nav ul li {
    margin-right: 30px;
    font-size: 1.4rem;
    position: relative;
  }
  .bread_nav ul li a {
    color: #218e43;
  }
  .bread_nav ul li:last-of-type::after {
    display: none;
  }
  .bread_nav ul li::after {
    content: "＞";
    position: absolute;
    right: -24px;
    top: 0;
  }

  .prokura-test{
    color: blue;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}

.bread_nav{
  min-width: 1100px;
}

.contents{
  min-width: 1100px;
}

.mainVisual img{
  width: 100%;
}

.p-about-title{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0099DB;
  margin-bottom: 6rem;
}
.p-about-title span{
  padding: 3rem 0;
  color: #FFF;
  font-size: 4rem;
  font-weight: bold;
}
.p-about-text{
  font-size: 1.8rem;
  color: #464646;
  text-align: center;
  margin-bottom: 8rem;
  line-height: 2;
}
.p-about-youtube{
  width: 94rem;
  margin: 0 auto 10rem;
}
.p-about-youtube iframe{
  width: 100%;
  height: 500px;
}

.p-point{
  width: 110rem;
  margin: 0 auto;
}
.p-point-title{
  max-width: 103rem;
  margin: 0 auto 6rem auto;
  display: flex;
  align-items: center;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-size: 110rem 0.5rem;
  background-position: left bottom;
  padding-bottom: 2.5rem;
}
.p-point-title .icon{
  margin-right: 6rem;
}
.p-point-title .text{
  font-size: 4.9rem;
  font-weight: bold;
  line-height: 1;
}
.p-point-title .text span.small{
  font-size: 3.5rem;
  display: block;
  margin-bottom: 2rem;
}
.p-point-title .text span.red{
  color: #D90060;
}
.p-point-title .text span.green{
  color: #3D9227;
}
.p-point-title .text span.blue{
  color: #0099DB;
}
.p-point-inner{
  max-width: 103rem;
  margin: 0 auto 10rem auto;
}
.p-point-inner .pct{
  margin-bottom: 4rem;
}
.p-point-inner .text{
  font-size: 1.8rem;
  color: #464646;
  font-weight: bold;
  line-height: 2;
}
.p-point-inner .text span{
  color: #D90060;
}

.p-course-title{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0099DB;
  margin-bottom: 6rem;
}
.p-course-title span{
  padding: 3rem 0;
  color: #FFF;
  font-size: 4rem;
  font-weight: bold;
}

.p-course-about{}
.p-course-about .title{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
}
.p-course-about .pct{
  width: 75rem;
  margin: 0 auto 6rem auto;
}
.p-course-about .text{
  font-size: 1.8rem;
  color: #464646;
  text-align: center;
  margin-bottom: 8rem;
  line-height: 2;
}

.p-course-basic{
  width: 100%;
  background-color: #F5FFF4;
  padding: 10rem 0;
}
.p-course-basic__content{
  max-width: 103rem;
  margin: 0 auto 6rem auto;
  display: flex;
}
.p-course-basic__content .left{
  width: calc(100% - 50rem - 7rem);
  margin-right: 7rem;
}
.p-course-basic__content .left .title{
  font-size: 3.2rem;
  font-weight: bold;
  color: #3D9227;
  margin-bottom: 3rem;
}
.p-course-basic__content .left .title .age{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-course-basic__content .left .title .bg{
  width: 34rem;
  height: 4rem;
  font-size: 2.2rem;
  border-radius: 2rem;
  background-color: #3D9227;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-course-basic__content .left .copy{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-course-basic__content .left .text{
  font-size: 1.8rem;
  line-height: 2;
}
.p-course-basic__content .right{
  width: 50rem;
}
.p-course-basic__curriculum{
  width: 103rem;
  margin: 0 auto;
}
.p-course-basic__curriculum .title{
  font-size: 2.4rem;
  font-weight: bold;
  color: #3D9227;
  margin-bottom: 2rem;
}
.p-course-basic__curriculum .desc{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.p-course-basic__curriculum .list{
  margin-bottom: 6rem;
}
.p-course-basic__curriculum .list ul{
  display: flex;
  flex-wrap: wrap;
}
.p-course-basic__curriculum .list ul li{
  font-size: 1.8rem;
  margin-right: 7rem;
  position: relative;
  padding-left: 2.5rem;
}
.p-course-basic__curriculum .list ul li::before{
  content: "";
  display: block;
  position: absolute;
  width: 1.7rem;
  height: 1.8rem;
  background: url(../images/icon-check-green.png);
  background-size: 1.7rem 1.8rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-course-basic__curriculum .list ul li:nth-child(n + 4){
  margin-top: 2rem;
}
.p-course-basic__curriculum .list ul li:nth-child(3){
  margin-right: 0;
}
.p-course-basic__table table{
  width: 102rem;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.p-course-basic__table table th{
  background-color: #3D9227;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 0;
}
.p-course-basic__table table th:first-child{
  width: 20rem;
}
.p-course-basic__table table th:nth-child(2){
  width: 40rem;
}
.p-course-basic__table table th:last-child{
  width: 42rem;
}
.p-course-basic__table table td{
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 2rem 0;
}
.p-course-basic__table table td.title{
  background-color: #DCF5D6;
  color: #3D9227;
  font-weight: bold;
}
.p-course-elementary{
  width: 100%;
  background-color: #EDF9FD;
  padding: 10rem 0;
}
.p-course-elementary__content{
  max-width: 103rem;
  margin: 0 auto 6rem auto;
  display: flex;
}
.p-course-elementary__content .left{
  width: calc(100% - 50rem - 7rem);
  margin-right: 7rem;
}
.p-course-elementary__content .left .title{
  font-size: 3.2rem;
  font-weight: bold;
  color: #0099DB;
  margin-bottom: 3rem;
}
.p-course-elementary__content .left .title .age{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-course-elementary__content .left .title .bg{
  width: 34rem;
  height: 4rem;
  font-size: 2.2rem;
  border-radius: 2rem;
  background-color: #0099DB;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-course-elementary__content .left .copy{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-course-elementary__content .left .text{
  font-size: 1.8rem;
  line-height: 2;
}
.p-course-elementary__content .right{
  width: 50rem;
}
.p-course-elementary__curriculum{
  width: 103rem;
  margin: 0 auto 8rem auto;
}
.p-course-elementary__curriculum .title{
  font-size: 2.4rem;
  font-weight: bold;
  color: #0099DB;
  margin-bottom: 2rem;
}
.p-course-elementary__curriculum .desc{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.p-course-elementary__curriculum .list{}
.p-course-elementary__curriculum .list ul{
  display: flex;
  flex-wrap: wrap;
}
.p-course-elementary__curriculum .list ul li{
  font-size: 1.8rem;
  margin-right: 7rem;
  position: relative;
  padding-left: 2.5rem;
}
.p-course-elementary__curriculum .list ul li::before{
  content: "";
  display: block;
  position: absolute;
  width: 1.7rem;
  height: 1.8rem;
  background: url(../images/icon-check-blue.png);
  background-size: 1.7rem 1.8rem;
  left: 0;
  top: 1.3rem;
  transform: translateY(-50%);
}
.p-course-elementary__curriculum .list ul li:nth-child(n + 3){
  margin-top: 2rem;
}
.p-course-elementary__curriculum .list ul li:nth-child(2){
  margin-right: 0;
}
.p-course-elementary__curriculum .list span{
  font-size: 1.8rem;
  margin-top: 2rem;
  display: block;
}
.p-course-elementary__table table{
  width: 102rem;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.p-course-elementary__table table th{
  background-color: #0099DB;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 0;
}
.p-course-elementary__table table th:first-child{
  width: 20rem;
}
.p-course-elementary__table table th:nth-child(2){
  width: 40rem;
}
.p-course-elementary__table table th:last-child{
  width: 42rem;
}
.p-course-elementary__table table td{
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 2rem 0;
}
.p-course-elementary__table table td.title{
  background-color: #D0F1FF;
  color: #0099DB;
  font-weight: bold;
}


/*追加開始***********************************************************************************/



.p-course-intermediate{
  width: 100%;
  background-color: #ffecf0;
  padding: 10rem 0;
}
.p-course-intermediate__content{
  max-width: 103rem;
  margin: 0 auto 6rem auto;
  display: flex;
}
.p-course-intermediate__content .left{
  width: calc(100% - 50rem - 7rem);
  margin-right: 7rem;
}
.p-course-intermediate__content .left .title{
  font-size: 3.2rem;
  font-weight: bold;
  color: #ec226c;
  margin-bottom: 3rem;
}
.p-course-intermediate__content .left .title .age{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-course-intermediate__content .left .title .bg{
  width: 34rem;
  height: 4rem;
  font-size: 2.2rem;
  border-radius: 2rem;
  background-color: #ec226c;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-course-intermediate__content .left .copy{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-course-intermediate__content .left .text{
  font-size: 1.8rem;
  line-height: 2;
}
.p-course-intermediate__content .right{
  width: 50rem;
}
.p-course-intermediate__curriculum{
  width: 103rem;
  margin: 0 auto 8rem auto;
}
.p-course-intermediate__curriculum .title{
  font-size: 2.4rem;
  font-weight: bold;
  color: #db0050;
  margin-bottom: 2rem;
}
.p-course-intermediate__curriculum .desc{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.p-course-intermediate__curriculum .list{}
.p-course-intermediate__curriculum .list ul{
  display: flex;
  flex-wrap: wrap;
}
.p-course-intermediate__curriculum .list ul li{
  font-size: 1.8rem;
  margin-right: 7rem;
  position: relative;
  padding-left: 2.5rem;
}
.p-course-intermediate__curriculum .list ul li::before{
  content: "";
  display: block;
  position: absolute;
  width: 1.7rem;
  height: 1.8rem;
  background: url(../images/icon-check-pink.png);
  background-size: 1.7rem 1.8rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-course-intermediate__curriculum .list ul li:nth-child(n + 3){
  margin-top: 2rem;
}
.p-course-intermediate__curriculum .list ul li:nth-child(2){
  margin-right: 0;
}
.p-course-intermediate__curriculum .list span{
  font-size: 1.8rem;
  margin-top: 2rem;
  display: block;
}
.p-course-intermediate__table table{
  width: 102rem;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.p-course-intermediate__table table th{
  background-color: #ec226c;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 0;
}
.p-course-intermediate__table table th:first-child{
  width: 20rem;
}
.p-course-intermediate__table table th:nth-child(2){
  width: 40rem;
}
.p-course-intermediate__table table th:last-child{
  width: 42rem;
}
.p-course-intermediate__table table td{
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  padding: 2rem 0;
}
.p-course-intermediate__table table td.title{
  background-color: #fddae2;
  color: #ec226c;
  font-weight: bold;
}
/*追加終了***********************************************************************************/
.p-price{
  width: 100%;
  background-color: #0099DB;
  padding: 7rem 0 8rem 0;
}
.p-price__title{
  font-size: 4rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 4rem;
  text-align: center;
}
.p-price__img{
  width: 110rem;
  margin: 0 auto;
}

.p-course-basic__table span{
  color: #CC0000;
}
.p-course-elementary__table span{
  color: #CC0000;
}
.p-course-intermediate__table span{
  color: #CC0000;
}

@media screen and (max-width: 767px), print {
  .p-about-title{
    margin-bottom: 4rem;
  }
  .p-about-title span{
    font-size: 3.4rem;
    padding: 2rem 0;
  }
  .p-about-text{
    padding: 0 2rem;
    text-align: left;
    margin-bottom: 5rem;
  }
  .p-about-youtube{
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 7rem;
  }
  .p-about-youtube iframe{
   height: 50vw;
  }
  .p-about-youtube
  .p-point{
    width: 100%;
    padding: 0 2rem;
  }
  .p-point-ttl .icon{
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.8rem;
  }
  .p-point-ttl .icon .left{
    margin-right: 1.8rem;
  }
  .p-point-ttl .small{
    font-size: 2.1rem;
    font-weight: bold;
  }
  .p-point-ttl .text{
    font-size: 4.1rem;
    font-weight: bold;
    line-height: 1.3;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-size: 110rem 0.5rem;
    background-position: left bottom;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
  .p-point-ttl .text .red{
    color: #D90060;
  }
  .p-point-ttl .text .green{
    color: #3D9227;
  }
  .p-point-ttl .icon .blue{
    color: #0099DB;
    font-size: 4.1rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .p-point-inner{
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-point-inner .pct{
    margin-bottom: 3rem;
  }
  .p-course-title{
    margin-bottom: 4rem;
  }
  .p-course-title span{
    font-size: 3.4rem;
    padding: 2rem 0;
  }
  .p-course-about .title{
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .p-course-about .pct{
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .p-course-about .text{
    padding: 0 2rem;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 6rem;
  }
  .p-course-basic{
    padding: 6rem 2rem;
  }
  .p-course-basic__content{
    width: 100%;
    flex-direction: column;
  }
  .p-course-basic__content .left{
    width: 100%;
    margin-right: 0;
  }
  .p-course-basic__content .left .img{
    width: 100%;
    margin-bottom: 4rem;
  }
  .p-course-basic__content .left .title{
    font-size: 2.6rem;
  }
  .p-course-basic__content .left .title .age{
    font-size: 2.3rem;
  }
  .p-course-basic__content .left .title .bg{
    width: 100%;
  }
  .p-course-basic__content .left .copy{
    margin-bottom: 2.9rem;
  }
  .p-course-basic__content .left .text{
  }
  .p-course-basic__curriculum{
    width: 100%;
  }
  .p-course-basic__curriculum .title{
    text-align: center;
  }
  .p-course-basic__curriculum .desc{
    text-align: center;
  }
  .p-course-basic__curriculum .list{
    margin-bottom: 4rem;
  }
  .p-course-basic__curriculum .list ul{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .p-course-basic__curriculum .list ul li{
    margin-right: 0;
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .p-course-basic__curriculum .list ul li:last-child{
    margin-bottom: 0;
  }
  .p-course-basic__curriculum .list ul li::before{
    background: url(../images/icon-circle-green.png);
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;
    top: 1rem;
    transform: inherit;
  }
  .p-course-basic__curriculum .list ul li:nth-child(n + 4){
    margin-top: 0;
  }
  .p-course-basic__table table{
    width: 100%;
  }
  .p-course-basic__table table th:first-child{
    width: 50vw!important;
  }
  .p-course-basic__table table th:last-child{
    width: 50vw;
  }
  .p-course-basic__capacity{
    width: 100%;
    margin-top: 2rem;
  }
  .p-course-basic__capacity dl{
    border: 0.2rem solid #C9C9C9;
    font-size: 1.8rem;
  }
  .p-course-basic__capacity dt{
    background-color: #3D9227;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    font-weight: bold;
  }
  .p-course-basic__capacity dd{
    background-color: #FFFFFF;
    padding: 3rem 0;
    text-align: center;
  }
  .p-course-elementary{
    padding: 6rem 2rem;
  }
  .p-course-elementary__content{
    width: 100%;
    flex-direction: column;
  }
  .p-course-elementary__content .left{
    width: 100%;
  }
  .p-course-elementary__content .left .img{
    width: 100%;
    margin-bottom: 4rem;
  }
  .p-course-elementary__content .left .title{
    font-size: 2.6rem;
  }
  .p-course-elementary__content .left .title .age{
    font-size: 2.3rem;
  }
  .p-course-elementary__content .left .title .bg{
    width: 100%;
  }
  .p-course-elementary__content .left .copy{
    margin-bottom: 2.9rem;
  }
  .p-course-elementary__content .left .text{
  }
  .p-course-elementary__curriculum{
    width: 100%;
  }
  .p-course-elementary__curriculum .title{
    text-align: center;
  }
  .p-course-elementary__curriculum .desc{
    text-align: center;
  }
  .p-course-elementary__curriculum .list ul{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .p-course-elementary__curriculum .list ul li{
    margin-right: 0;
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .p-course-elementary__curriculum .list ul li:last-child{
    margin-bottom: 0;
  }
  .p-course-elementary__curriculum .list ul li::before{
    background: url(../images/icon-circle-blue.png);
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;
    top: 1rem;
    transform: inherit;
  }
  .p-course-elementary__curriculum .list ul li:nth-child(n + 3){
    margin-top: 0;
  }
  .p-course-elementary__table table{
    width: 100%;
  }
  .p-course-elementary__table table th:first-child{
    width: 50vw!important;
  }
  .p-course-elementary__table table th:last-child{
    width: 50vw;
  }
  .p-course-elementary__capacity{
    width: 100%;
    margin-top: 2rem;
  }
  .p-course-elementary__capacity dl{
    border: 0.2rem solid #C9C9C9;
    font-size: 1.8rem;
  }
  .p-course-elementary__capacity dt{
    background-color: #0099DB;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    font-weight: bold;
  }
  .p-course-elementary__capacity dd{
    background-color: #FFFFFF;
    padding: 3rem 0;
    text-align: center;
  }



  .p-course-intermediate{
    padding: 6rem 2rem;
  }
  .p-course-intermediate__content{
    width: 100%;
    flex-direction: column;
  }
  .p-course-intermediate__content .left{
    width: 100%;
  }
  .p-course-intermediate__content .left .img{
    width: 100%;
    margin-bottom: 4rem;
  }
  .p-course-intermediate__content .left .title{
    font-size: 2.6rem;
  }
  .p-course-intermediate__content .left .title .age{
    font-size: 2.3rem;
  }
  .p-course-intermediate__content .left .title .bg{
    width: 100%;
  }
  .p-course-intermediate__content .left .copy{
    margin-bottom: 2.9rem;
  }
  .p-course-intermediate__content .left .text{
  }
  .p-course-intermediate__curriculum{
    width: 100%;
  }
  .p-course-intermediate__curriculum .title{
    text-align: center;
  }
  .p-course-intermediate__curriculum .desc{
    text-align: center;
  }
  .p-course-intermediate__curriculum .list ul{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .p-course-intermediate__curriculum .list ul li{
    margin-right: 0;
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .p-course-intermediate__curriculum .list ul li:last-child{
    margin-bottom: 0;
  }
  .p-course-intermediate__curriculum .list ul li::before{
    background: url(../images/icon-circle-pink.png);
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;
    top: 1rem;
    transform: inherit;
  }
  .p-course-intermediate__curriculum .list ul li:nth-child(n + 3){
    margin-top: 0;
  }
  .p-course-intermediate__table table{
    width: 100%;
  }
  .p-course-intermediate__table table th:first-child{
    width: 50vw!important;
  }
  .p-course-intermediate__table table th:last-child{
    width: 50vw;
  }
  .p-course-intermediate__capacity{
    width: 100%;
    margin-top: 2rem;
  }
  .p-course-intermediate__capacity dl{
    border: 0.2rem solid #C9C9C9;
    font-size: 1.8rem;
  }
  .p-course-intermediate__capacity dt{
    background-color: #ec226c;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    font-weight: bold;
  }
  .p-course-intermediate__capacity dd{
    background-color: #FFFFFF;
    padding: 3rem 0;
    text-align: center;
  }





  .p-price{
    padding: 4rem 0;
  }
  .p-price__title{
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
  .p-price__img{
    width: 100%;
    padding: 0 2rem;
  }
  .p-course-basic__table span{
    display: block;
  }
  .p-course-elementary__table span{
    display: block;
  }
  .p-course-intermediate__table span {
    display: block;
  }
}




@media screen and (min-width: 768px), print {
  .introduction {
    background: #F7F7F7;
    padding-top: 70px;
  }

  .introduction .sec_inner {
    padding: 8rem 7rem;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .introduction_tab {
    display: flex;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .introduction_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 0;
    width: calc(100% / 1);
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    background: #0B897B;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .introduction_tab span {
    display: inline-block;
    border: 1px solid #fff;
  }

  .introduction_tab li span {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 .5rem;
    margin-right: 1rem;
  }

  .introduction_tab li.active span {
    border-color: #0B897B;
  }

  .introduction_tab li.active {
    color: #0B897B;
    border-top: .3rem solid #0B897B;
    background: #fff;
  }

  .introduction_list {
    padding: 4.5rem 7.5rem;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .introduction_list li {
    display: none;
  }

  .introduction_list li.active {
    display: block;
  }

  .introduction_list .price_class_btn_wrap {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .introduction .shop {
    display: flex;
  }

  .introduction .shop_left {
    width: 35rem;
    padding-right: 4rem;
  }

  .introduction .shop_left h4 {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .introduction .shop_left dl {
    display: flex;
    font-size: 1.4rem;
  }

  .introduction .shop_left dl:nth-of-type(n + 2) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #DEDEDE;
  }

  .introduction .shop_left dt {
    width: 8rem;
    font-weight: bold;
  }

  .introduction .shop_right {
    width: calc(100% - 35rem);
  }

  .introduction .shop_right iframe {
    width: 100%;
    height: 26rem;
  }

  .introduction .shop_right_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
  }

  .introduction .shop_right_btn a {
    position: relative;
    background: #0E8E46;
    color: #fff;
    min-width: 17rem;
    border-radius: .4rem;
    text-align: center;
    padding: .8rem;
  }

  .introduction .shop_right_btn a::after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.5rem;
    width: 0.5rem;
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
  }

  .introduction .shop_right_btn a:nth-of-type(n + 2) {
    margin-left: 2rem;
  }

  .introduction .shop_inner {
    margin-top: 2rem;
  }

  .introduction .shop_inner_ttl {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
  }

  .introduction .shop_inner_ttl::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: #0E8E46;
  }

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

  .introduction .shop_inner_txt div {
    width: 32rem;
  }

  .introduction .shop_inner_txt:nth-of-type(n + 2) {
    margin-top: 3rem;
  }

  .introduction .shop_inner_txt figcaption {
    width: calc(100% - 32rem);
    padding-left: 5rem;
    line-height: 2;
  }

  .introduction .shop_inner_txt figcaption h4 {
    font-size: 2rem;
    color: #0E8E46;
    margin-bottom: 1.5rem;
  }
  .sec_ttl {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
}


@media screen and (max-width: 767px), print {
  .sec_ttl {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  .introduction {
    background: #F7F7F7;
    padding: 40px 10px;
  }

  .introduction .sec_inner {
    padding: 2rem 0;
  }

  .introduction_tab {
    display: flex;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .introduction_tab span {
    display: inline-block;
    border: 1px solid #fff;
  }

  .introduction_tab li {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0B897B;
    background: #EBEBEB;
    padding: .5rem;
    cursor: pointer;
    width: calc(100% / 1);
    background: #0B897B;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .introduction_tab li span {
    display: inline-block;
    font-size: 1rem;
    padding: 0 .5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
  }

  .introduction_tab li.active span {
    border-color: #0B897B;
  }

  .introduction_tab li.active {
    color: #0B897B;
    border-top: .3rem solid #0B897B;
    background: #fff;
  }

  .introduction_list {
    padding: 2rem;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .introduction_list li {
    display: none;
  }

  .introduction_list li.active {
    display: block;
  }

  .introduction .shop_left h4 {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .introduction .shop_left dl {
    display: flex;
    font-size: 1.4rem;
  }

  .introduction .shop_left dl:nth-of-type(n + 2) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #DEDEDE;
  }

  .introduction .shop_left dt {
    width: 8rem;
    font-weight: bold;
  }

  .introduction .shop_right iframe {
    width: 100%;
    height: 25rem;
    margin-top: 2rem;
  }

  .introduction .shop_right_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .introduction .shop_right_btn a {
    position: relative;
    background: #0E8E46;
    color: #fff;
    border-radius: .4rem;
    text-align: center;
    padding: .8rem;
    width: 48%;
  }

  .introduction .shop_right_btn a::after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.5rem;
    width: 0.5rem;
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
  }

  .introduction .shop_inner {
    margin-top: 3rem;
  }

  .introduction .shop_inner_ttl {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
  }

  .introduction .shop_inner_ttl::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: #0E8E46;
  }

  .introduction .shop_inner_txt div {
    margin-bottom: 1.5rem;
  }

  .introduction .shop_inner_txt:nth-of-type(n + 2) {
    margin-top: 3rem;
  }

  .introduction .shop_inner_txt figcaption {
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .introduction .shop_inner_txt figcaption h4 {
    font-size: 1.8rem;
    color: #0E8E46;
    margin-bottom: 1.5rem;
  }
}


/* 20230608 修正  */
@media screen and (max-width: 767px), print {
.p-point{
  width: 100%;
  padding: 0 2rem;
}
}





.p-course-elementary.second {
  background-color: #FFECD3;
}

.p-course-elementary__content.second .left .title{
  color: #FFA601;
}

.p-course-elementary__content.second .left .title .bg{
  background-color: #FFA601;
}

.p-course-elementary__curriculum.second .title{
  color: #FFA601;
}

.p-course-elementary__table.second table th{
  background-color: #FFA601;
}

.p-course-elementary__table.second table td.title {
  background-color: #ffe2bc;
  color: #FFA601;
}

.p-course-elementary__capacity.second dt{
  background-color: #FFA601;
}

.p-course-elementary__curriculum.second .list ul li::before{
  background: url(../images/icon-check-orange.png);
  background-size: cover;
}

.p-course-elementary__curriculum .list .stext{
  margin-top: 0;
  font-size: 1.4rem;
}

.p-price > p{
  width: 110rem;
  margin: 0 auto;
  margin-top: 2rem;
  color: #fff;
  text-align: end;
}