@charset "UTF-8";



/*# =================================================================
  # Base style
  # ================================================================= */

body {
  width: 100%;
  background: #fff;
  color: #231815;
  line-height: 1.75;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  counter-reset: number 0;
}

img{
  vertical-align: bottom;
}

strong{
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}


#document{
  overflow: hidden;
}


#document *{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input,
select{
  color: #231815;
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  border: 1px solid #231815;
  background: #fff;
}
input:focus,
select:focus{
  outline: none;
  border: border: 1px solid rgba(0, 0, 0, 0);
  background: #f1f1f1;
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

option{
  font-size: 14px;
}
input::placeholder{
  color: #bbb;
}
input:focus::placeholder{
  color: #f1f1f1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  }

.js-anime_fade01.is-active {
  -webkit-animation: fadeIn 0.7s ease-out 0.1s;
  animation: fadeIn 0.7s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-anime_fade01 {
  opacity: 0;
}


/*# =================================================================
  # Layout style
  # ================================================================= */

#p-header{
  padding: 40px 20px;
  text-align: center;
}
#p-header p{
  margin: 0;
  line-height: 1.0;
}


#p-gfooter{
  margin: 120px 0 0;
  padding: 40px 20px 30px;
  border-top: 1px solid #ddd;
  background: #f3f3f3;
  text-align: center;
}
#p-gfooter .p-gfooter_nav{
  margin: 40px 0 20px;
  display: flex;
  justify-content: center;
}
#p-gfooter .p-gfooter_nav li{
  margin: 0 15px;
  font-size: 14px;
}
#p-gfooter .p-gfooter_nav li a{
  color: #221815;
}
#p-gfooter #p-copyright{
  margin: 30px 0 0 ;
  font-size: 12px;
}

.p-kv{
  padding: 0 10px 50px;
}
.p-kv_inner{
  margin: auto;
  max-width: 1080px;
  position: relative;
  z-index: 100;
}
.p-kv .c-column01{
  justify-content: space-between;
  align-items: flex-end;
}
.p-kv .p-maintitle{
  margin: 0 0 30px;
}
.p-kv .p-maintitle img{
  width: calc((480 / 1080) * 100vw);
  max-width: 480px;
}
.p-kv .c-column_item{
  flex-basis: calc((540 / 1080) * 100vw);
  padding: 0 0 0 10px;
}
.p-kv .c-column_item:first-child{
  flex-basis: calc((520 / 1080) * 100vw);
  padding: 0 10px 0 0;
}
.p-kv .c-button01{
  margin: 60px auto;
}
.p-kv ol{
  margin: 0;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  color: #22ac38;
  font-weight: bold;
}
.p-kv ol li{
  margin: 0;
  padding: 0;
  flex-basis: calc((325 / 1080) * 100vw);
}
.p-kv ol li span{
  display: block;
}
.p-kv ol li span._content{
  margin: 0 0 0 0;
  border: 2px solid #22ac38;
  padding-top: calc((30 / 1080) * 100vw);
  padding-bottom: calc((30 / 1080) * 100vw);
  padding-left: calc((30 / 1080) * 100vw);
  padding-right: calc((30 / 1080) * 100vw);
  display: block;
}

#p-about{
  background: #e0e9ee;
}
#p-about .c-heading01 br{
  display: none;
}

#p-recommend{
  background: #e0e9ee;
}
#p-recommend .c-heading01 br._type02{
  display: none;
}
#p-recommend ul{
  margin: auto;
  width: 80%;
}
#p-recommend li{
  border-left: 4px solid #c21500;
  border-image: linear-gradient(to bottom, #fff 0%, #22ac38 100%);
  border-image-slice: 1;
  padding: 5px 10px;
  background: #fff;
}

.p-feature_ttl{
  margin: 0 0 40px;
  color: #22ac38;
  text-align: center;
}
.p-feature_ttl img{
  width: calc((160 / 1080) * 100vw);
  max-width: 160px;
  min-width: 100px;
}
.p-feature_ttl span{
  margin: 15px auto 0;
  border: 5px solid #22ac38;
  width: calc((772 / 1080) * 100vw);
  max-width: 772px;
  padding-top: calc((15 / 1080) * 100vw);
  padding-bottom: calc((15 / 1080) * 100vw);
  padding-left: calc((10 / 1080) * 100vw);
  padding-right: calc((10 / 1080) * 100vw);
  line-height: 1.3;
  display: block;
}

#p-feature01{
  margin: 0 0 80px;
}
#p-feature01 .p-feature_ttl{
  margin: 0 0 20px;
}
#p-feature01 ._lead{
  margin: 0 0 30px;
  text-align: center;
}
#p-feature01 ul{
  display: flex;
  justify-content: space-between;
}
#p-feature01 ul li{
  flex-basis: calc((235 / 1080) * 100vw);
  max-width: 235px;
  text-align: center;
}
#p-feature01 ul li img{
  margin: 0 0 5px;
  display: block;
}

#p-feature02{
  margin: 0 0 80px;
}
#p-feature02 .c-column01,
#p-feature03 .c-column01{
  justify-content: space-between;
}
#p-feature02 .c-column_item{
  flex-basis: 48%;
  max-width: 48%;
}
#p-feature03 .c-column01{
  align-items: center;
}
#p-feature03 .c-column_item{
  flex-basis: 60%;
  max-width: 60%;
}
#p-feature03 .c-column_item:last-child{
  padding: 0;
  flex-basis: 35%;
  max-width: 35%;
  text-align: center;
}
#p-feature03 .c-column_item img{
  width: 200px;
}

.p-application_inner{
  background: rgb(0,160,233);
  background: linear-gradient(0deg, rgba(0,160,233,.7) 0%, rgba(34,172,56,.7) 100%);
  padding: 40px 10px 80px;
}
.p-application_inner .c-inner01{
  padding: 0;
}
.p-application_inner .c-column01{
  justify-content: space-between;
  align-items: flex-end;
}
.p-application_inner .p-maintitle{
  margin: 0 0 30px;
}
.p-application_inner .p-maintitle img{
  width: calc((480 / 1080) * 100vw);
  max-width: 480px;
}
.p-application_inner .c-column_item{
  padding: 0 0 0 10px;
  flex-basis: calc((540 / 1080) * 100vw);
}
.p-application_inner .c-column_item:first-child{
  padding: 0 10px 0 0;
  flex-basis: calc((520 / 1080) * 100vw);
}
.p-application .c-button01{
  margin: -1.5em auto 20px;
}

#p-course01{
  margin: 0 0 60px;
}
#p-course01 .p-course01_ttl{
  margin: 0 0 60px;
  text-align: center;
}
#p-course01 .c-column01{
  justify-content: space-between;
  align-items: center;
}
#p-course01 .c-column_item{
  flex-basis: 48%;
  max-width: 48%;
}

#p-course02{
  position: relative;
}
#p-course02::before{
  content: '';
  background: rgb(0,160,233);
  background: linear-gradient(0deg, rgba(0,160,233,.2) 0%, rgba(34,172,56,.2) 100%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.3em;
  bottom: 0;
  z-index: 1;
}
#p-course02 .c-inner01{
  max-width: 680px;
  padding-bottom: 100px;
  position: relative;
  z-index: 100;
}
#p-course02 .p-index{
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
#p-course02 .p-index_item{
  margin: 0;
}
#p-course02 .p-index_item:first-child{
  margin: 0 1em 0 0;
  flex-basis: 3em;
  max-width: 3em;
}
#p-course02 div.p-index_item{
  border-left: 2px solid #000;
  flex-basis: calc(100% - 4em);
  max-width: calc(100% - 4em);
  padding: 0 0 0 1em;
}
#p-course02 div.p-index_item li{
  margin: 0;
}


#p-lecturer .c-heading02{
  margin-top: -1.4em;
}
#p-lecturer .c-inner01{
  padding-top: 70px;
  padding-bottom: 140px;
}
#p-lecturer .c-column01{
  margin: 0 auto 100px;
  max-width: 970px;
  justify-content: space-between;
  align-items: flex-end;
}
#p-lecturer .c-column_item{
  flex-basis: calc((540 / 1080) * 100vw);
}
#p-lecturer .c-column_item:first-child{
  flex-basis: calc((380 / 1080) * 100vw);
}
#p-lecturer .c-column_item:first-child img{
  width: calc((346 / 1080) * 100vw);
  max-width: 346px;
}
#p-lecturer .c-column_item ._text br._type02{
  display: none;
}
#p-lecturer .c-column_item ._title{
  margin: 30px 0;
}
#p-lecturer .p-list_book{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#p-lecturer .p-list_book li{
  margin: 0 10px 30px;
  flex-basis: calc(16% - 20px);
}

#p-schedule{
  margin: 0 0 70px;
  text-align: center;
}
#p-schedule img{
  max-width: 600px;
}
#p-value .c-inner01{
  max-width: 830px;
  padding-bottom: 120px;
}
#p-course03 .c-inner01{
  max-width: 850px;
}
#p-course03 .p-course_mov iframe{
  width: 100%;
}
#p-price{
  padding-bottom: 60px;
}
#p-price .c-heading01{
  min-height: auto;
}
#p-price .p-price_lead{
  margin: 0;
  padding: 30px 0;
  text-align: center;
  line-height: 1.5;
}
#p-price .p-price_list{
  margin: 0 0 20px;
  background: rgb(0,160,233);
  background: linear-gradient(0deg, rgba(0,160,233,.2) 0%, rgba(34,172,56,.2) 100%);
  text-align: center;
}
#p-price .p-price_list li{
  margin: 0;
  padding: 0 10px;
  padding-top: calc((50 / 1080) * 100vw);
  padding-bottom: calc((50 / 1080) * 100vw);
  border-bottom: 1em solid #fff;
  text-align: center;
}
#p-price .p-price_list li._item01 img{
  width: calc((672 / 1080) * 100vw);
  min-width: 336px;
  max-width: 672px;
}
#p-price .p-price_list li._item02 img{
  width: calc((650 / 1080) * 100vw);
  min-width: 325px;
  max-width: 650px;
}
#p-price .p-price_list li._item03 img{
  width: calc((570 / 1080) * 100vw);
  min-width: 285px;
  max-width: 570px;
}
#p-price .p-application__table{
  margin: auto;
  max-width: 1000px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
#p-price .p-application__table ._item{
  border-radius: 30px;
  box-shadow: 3px 2px 11px -3px #777777;
  flex-basis: 48%;
  max-width: 48%;
  padding: calc((40 / 1080) * 100vw);
  background: rgb(255,241,0);
  background: linear-gradient(0deg, rgba(255,241,0,.2) 0%, rgba(255,250,192,.2) 100%);
  text-align: center;
}
#p-price .p-application__table ._item01 img{
  width: calc((330 / 1080) * 100vw);
  min-width: 165px;
  max-width: 330px;
}
#p-price .p-application__table ._item02 img{
  width: calc((360 / 1080) * 100vw);
  min-width: 180px;
  max-width: 360px;
}
#p-price .p-application__table .c-button01{
  margin-top: calc((40 / 1080) * 100vw);
  margin-bottom: 0;
}
#p-price .p-application__table .c-button01 a{
  width: 100%;
  min-width: auto;
}


#p-fixed{
  width: 100%;
  position: fixed;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.8s ease-out;
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  z-index: 9999;
}
.js-scrolled #p-fixed{
  opacity: 100;
}
#p-fixed .p-fixed_button{
  margin: 0;
  padding: 10px 20px;
  display: block;
  position: relative;
}
#p-fixed .p-fixed_button::before{
  content: '';
  background: rgba(0, 0, 0, .7);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#p-fixed .p-fixed_button a{
  margin: auto;
  border-radius: 5px;
  width: 285px;
  padding: 5px 10px;
  background: #009e96;
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
}

/*# =================================================================
  # Module style
  # ================================================================= */
.c-inner01{
  margin: 0 auto;
  max-width: 1080px;
  padding: 40px 20px;
}

.c-heading01{
  width: 100%;
  min-height: calc((110 / 1080) * 100vw);
  max-height: 134px;
  padding: 20px 10px;
  background: rgb(0,160,233);
  background: linear-gradient(0deg, rgba(0,160,233,.7) 0%, rgba(34,172,56,.7) 100%);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-heading02{
  margin: 0 auto 20px;
  border-radius: 20px;
  width: calc(100% - 20px);
  max-width: 910px;
  padding: 20px 10px;
  background: rgb(0,160,233);
  background: linear-gradient(0deg, rgba(0,160,233,.7) 0%, rgba(34,172,56,.7) 100%);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.c-heading03{
  margin: 0 0 30px;
  text-align: center;
}

.c-list_dot{
  margin: 0;
  padding: 0 0 0 1em;
  list-style: disc;
}
.c-list_dot li{
  margin: 0 0 .5em;
  padding: 0;
}


.c-notes li{
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 26px;
  text-indent: -1em;
  text-align: left;
}
.c-notes li::before{
  content: '※';
}

.c-column01{
  display: flex;
  justify-content: center;
}
.c-column01._3col ._item{
  width: 33.33333%;
}
.c-column01._5col ._item{
  width: 20%;
}
.c-column01 ._images, .c-column01 ._block{
  margin: 0;
}
.c-column01._reverse{
  flex-direction: row-reverse;
}



p.c-button01,
button.c-button01{
  margin: 0 0 60px;
  width: 100%;
  text-align: center;
}

p.c-button01 a,
button.c-button01 span{
  border-radius: 10px;
  min-width: 560px;
  padding: 10px;
  background: rgb(0,160,233);
  background: linear-gradient(0deg, rgba(0,160,233,1) 0%, rgba(34,172,56,1) 100%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.c-button01 a:hover{
  text-decoration: none!important;
}
p.c-button01 + .c-notes,
button.c-button01 + .c-notes{
  margin: 0 auto;
  width: fit-content;
}

.c-inout_wrap{
  margin: 0 0 60px;
  padding: 0 0 10px;
}
.c-inout_wrap label{
  font-size: 30px;
}
.c-inout_wrap input,
.c-inout_wrap select{
  width: 100%;
}

.c-inout_wrap .c-input_elm{
  padding: 5px 20px;
  display: block;
}

.c-input_column{
  display: flex;
  justify-content: space-between;
}
.c-input_column .c-inout_wrap{
  flex-basis: 48%;
  max-width: 48%;
}

.c-input_label {
  position: relative;
}
.c-input_label span{
  font-size: .75em;
}
.c-input_label.required::after{
  content: '*';
  font-size: 14px;
  color: #f00;
  position: absolute;
  top: 0;
  right: -.5em;
}


.c-input_select,
.c-input_select:focus{
  background: #fff;
  position: relative;
}
.c-input_selectWrap{
  position: relative;
}
.c-input_selectWrap::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #231815;
  border-top: transparent;
  border-left: transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 90;
  transform: rotate(45deg) translateY(-60%);
}


.u-textalign_l{
  text-align: left;
}
.u-textalign_c{
  text-align: center;
}
.u-textalign_r{
  text-align: right;
}

body {
  font-size: calc((20 / 1080) * 100vw);
}
.p-kv ol li span:first-child,
#p-feature01 ul li,
#p-lecturer .c-column_item ._title{
  font-size: calc((18 / 1080) * 100vw);
}
.p-kv ol li span._content,
p.c-button01 a,
button.c-button01 span{
  font-size: calc((24 / 1080) * 100vw);
}
.p-feature_ttl{
  font-size: calc((32 / 1080) * 100vw);
}
#p-course01 .p-course01_ttl{
  font-size: calc((34 / 1080) * 100vw);
}
#p-lecturer .c-column_item ._name,
#p-price .p-price_lead{
  font-size: calc((38 / 1080) * 100vw);
}
.c-heading01,
.c-heading03,
.p-index_ttl{
  font-size: calc((30 / 1080) * 100vw);
}
.c-heading02{
  font-size: calc((34 / 1080) * 100vw);
}

/* 1080px以上 */
@media screen and (min-width: 1080px) {
  .p-kv .c-column_item,
  .p-application_inner .c-column_item{
    flex-basis: 530px;
    max-width: 530px;
  }
  .p-kv .c-column_item:first-child,
  .p-application_inner .c-column_item:first-child{
    flex-basis: 520px;
    max-width: 520px;
  }
  .p-kv ol li{
    flex-basis: 325px;
    max-width: 325px;
  }
  .p-kv ol li span._content{
    padding: 30px;
  }
  .p-feature_ttl span{
    padding: 15px 10px;
  }

  #p-lecturer .c-column_item{
    flex-basis: 540px;
  }
  #p-lecturer .c-column_item:first-child{
    flex-basis: 380px;
  }
  #p-price .p-price_list li{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #p-price .p-application__table ._item{
    padding: 40px;
  }
  #p-price .p-application__table .c-button01{
    margin-top: 40px;
  }
  
  body {
    font-size: 20px;
  }
  .p-kv ol li span:first-child,
  #p-feature01 ul li,
  #p-lecturer .c-column_item ._title{
    font-size: 18px;
  }
  .p-kv ol li span._content,
  p.c-button01 a,
  button.c-button01 span{
    font-size: 24px;
  }
  #p-course01 .p-course01_ttl{
    font-size: 34px;
  }
  #p-lecturer .c-column_item ._name,
  #p-price .p-price_lead{
    font-size: 38px;
  }
  .p-feature_ttl{
    font-size: 32px;
  }
  .c-heading01,
  .c-heading03,
  .p-index_ttl{
    font-size: 30px;
  }
  .c-heading02{
    font-size: 34px;
  }
}

/* 793px以上PC表示 */
@media screen and (min-width: 793px) {
  #document a{
    text-decoration: none;
  }
  #document a:hover{
    text-decoration: underline;
  }
  #document a,
  #document a img,
  #document input[type="submit"],
  #document button img,
  #document button,
  #p-fixed .p-fixed_button a{
    transition:opacity 0.2s ease-out;
    -webkit-transition:opacity 0.2s ease-out;
    -moz-transition:opacity 0.2s ease-out;
    filter:alpha(opacity=100)!important;
    -moz-opacity:1!important;
    opacity:1!important;
  }
  #document a:hover,
  #document a:hover img,
  #document input[type="submit"]:hover,
  #document button:hover img,
  #document button:hover,
  #p-fixed .p-fixed_button a:hover{
    filter:alpha(opacity=70)!important;
    -moz-opacity:.7!important;
    opacity:.7!important;
  }


  #p-maintitle{
    white-space: nowrap;
  }
}
/* 793px未満SP表示 */
@media screen and (max-width: 792.9px) {
  #document a{
    text-decoration: none;
  }
  #p-header{
    padding: 20px;
    text-align: center;
  }
  #p-gfooter .p-gfooter_nav li{
    font-size: 12px;
  }

  #p-lecturer .c-column01{
    display: block;
  }
  #p-lecturer .c-column_item:first-child{
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #p-lecturer .c-column_item ._text{
    padding: 0 0 0 20px;
  }

  #p-lecturer .p-list_book{
    padding: 0 10%;
  }
  #p-lecturer .p-list_book li{
    margin: 0 10px 15px;
    flex-basis: calc(25% - 20px);
  }
  p.c-button01 a,
  button.c-button01 span{
    min-width: 280px;
  }


  body {
    font-size: 14px;
  }
  .p-kv ol li span:first-child,
  #p-feature01 ul li,
  #p-lecturer .c-column_item ._title{
    font-size: 13px;
  }
  p.c-button01 a,
  button.c-button01 span{
    font-size: 16px;
  }
  #p-course01 .p-course01_ttl{
    font-size: 22px;
  }
  #p-lecturer .c-column_item ._name,
  #p-price .p-price_lead{
    font-size: 24px;
  }
  .p-feature_ttl{
    font-size: 19px;
  }
  .c-heading01,
  .c-heading03,
  .p-index_ttl{
    font-size: 19px;
  }
  .c-heading02{
    font-size: 22px;
  }

}

@media screen and (max-width: 599px) {
  #p-gfooter{
    margin-top: 0;
  }
  .p-kv .c-column01{
    display: block;
    text-align: center;
  }
  .p-kv .p-maintitle img{
    width: 300px;
  }
  .p-kv .p-kv_lead img{
    width: 325px;
  }
  .p-kv .p-kv_img{
    width: 325px;
  }
  .p-kv .c-button01{
    margin: 30px auto;
  }
  .p-kv ol{
    margin: 0 auto;
    width: 80%;
    text-align: center;
    display: block;
  }
  .p-kv ol li{
    margin: 0 0 10px;
  }
  .p-kv ol br{
    display: none;
  }
  
  #p-recommend ul{
    width: 100%;
  }

  .p-feature_ttl{
    margin: 0 0 20px;
  }
  .p-feature_ttl span{
    width: 100%;
    padding: 10px 15px;
  }

  #p-feature01 ul{
    flex-wrap: wrap;
  }
  #p-feature01 ul li{
    flex-basis: 48%;
    max-width: 48%;
  }
  #p-feature03 .c-column01{
    display: flex;
  }
  #p-feature02 .c-column_item{
    max-width: none;
    text-align: center;
  }
  #p-feature02 .c-column_item:first-child{
    text-align: left;
  }
  #p-feature02 .c-column_item img,
  #p-feature03 .c-column_item img{
    width: 80%;
  }
  #p-feature03 .c-column_item{
    max-width: none;
  }

  .p-application_inner{
    padding: 20px 10px 60px;
  }
  .p-application_inner .c-column01{
    text-align: center;
  }
  .p-application_inner .p-maintitle img{
    width: 300px;
  }
  .p-application_inner .p-kv_lead img{
    width: 325px;
  }
  .p-application_inner .p-kv_img{
    width: 325px;
  }

  #p-course01 .p-course01_ttl{
    margin: 0 0 20px;
    text-align: center;
  }
  #p-course01 .c-column_item{
    max-width: none;
  }
  #p-course01 .c-column_item:first-child{
    margin-bottom: 20px;
    text-align: center;
  }
  #p-course01 .c-column_item img{
    width: 80%;
  }

  #p-course02::before{
    top: 22px;
  }
  #p-lecturer .c-heading02{
    margin-top: -22px;
  }
  #p-lecturer .c-inner01{
    padding-top: 35px;
    padding-bottom: 90px;
  }
  #p-lecturer .c-column_item:first-child img{
    width: 150px;
    height: 100%;
  }
  #p-lecturer .c-column_item ._title{
    margin: 0 0 10px;
  }
  #p-lecturer .c-column_item ._name{
    margin: 0;
  }

  #p-schedule{
    margin: 0 0 30px;
  }

  #p-value .c-inner01{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #p-course03 .p-course_mov{
    margin: 0 0 20px;
  }
  #p-course03 p br{
    display: none;
  }

  #p-price .p-application__table{
    width: 80%;
    display: block;
  }
  #p-price .p-application__table ._item{
    margin: 0 0 30px;
    border-radius: 15px;
    max-width: none;
    padding: 20px;
  }

  #p-course02 .p-index_item:first-child{
    font-size: 14px;
  }
  #p-course02 .p-index_item:first-child{
    margin: 0 .5em 0 0;
    flex-basis: 3em;
    max-width: 3em;
  }
  #p-course02 div.p-index_item{
    border-left: 2px solid #000;
    flex-basis: calc(100% - 3.5em);
    max-width: calc(100% - 3.5em);
    padding: 0 0 0 1em;
  }

  .c-column01{
    display: block;
  }

  .c-heading02{
    border-radius: 10px;
    padding: 5px 10px;
  }

  .p-kv ol li span._content{
    font-size: 15px;
  }

}

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

  #p-gfooter .p-gfooter_nav{
    flex-wrap: wrap;
    justify-content: center;
  }
  #p-gfooter .p-gfooter_nav li{
    margin: 10px;
    flex-basis: auto;
    max-width: auto;
  }


  .p-feature_ttl span{
    padding: 10px 6px;
  }


  .c-heading01{
    font-size: 17px;
  }


}

@media screen and (max-width: 499px) {
  #p-lecturer .c-column_item:first-child img{
    width: 120px;
  }
  #p-lecturer .c-column_item ._text br._type02{
    display: inline-block;
  }

  .p-kv ol{
    width: 90%;
  }

  #p-about .c-heading01 br{
    display: inline-block;
  }
  
  #p-recommend .c-heading01 br._type02{
    display: inline-block;
  }
  .p-feature_ttl{
    font-size: 17px;
  }
  #p-lecturer .p-list_book{
    padding: 0;
  }
  #p-lecturer .p-list_book li{
    margin: 0 5px 15px;
    flex-basis: calc(25% - 10px);
  }
  #p-price .p-price_lead{
    font-size: 18px;
  }
  .c-heading02{
    font-size: 20px;
  }
}

@media screen and (max-width: 449px) {
  #p-lecturer .c-column_item:first-child img{
    width: 100px;
  }
}

@media screen and (max-width: 399px) {
  .p-feature_ttl{
    font-size: 15px;
  }
}
div.schedule-box {
	box-sizing: border-box;
	max-width: 600px;
	margin: 0 auto;
}
p.schedule-title {
	color: #23ac39;
	font-size: 2rem;
	text-align: left;
	margin-bottom:0;
}
p.schedule-text {
	text-align: left;
	margin-bottom: 1rem;
}
p.schedule-mb50 {
	margin-bottom: 70px;
}
@media screen and (max-width: 792.9px) {
p.schedule-title {
	font-size: 1.5rem;
}
p.schedule-mb50 {
	margin-bottom: 40px;
}
}