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

  .pc { display: none !important; }
  .sp { display: block !important; }

  /*----------------------------------------
    #top
  ----------------------------------------*/
  /*#top {
      background: url(../images/back-header.jpg) no-repeat center top fixed;
      background-size: cover;
    }*/
body{
    background: #000;
    position: relative;
    }
body::before {
  background: url(../images/back-media.jpg)right no-repeat;
  background-attachment: fixed;
  background-size: contain;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

    #top h1 {
      padding: 0;
    }
    #top .inner {
      margin: 0 auto;
      padding: 0% 0 8%;
      width: 90%;
    }

    .youtube-res {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      padding-bottom: 6.25%;
    }
    .youtube-res iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
    #top .timer {
      margin: 0 auto;
      width: 100%;
      background: none;
    }
    #top .timer p {
      margin-bottom: 0 !important;
      font-size: 18px;
      font-size: 4.8vw;
      color: #fff;
      font-weight: bold;
      line-height: 160%;
      font-family: 'Noto Serif JP', serif;
      text-align: center;
      padding: 7% 0 0;
    }
    #top .timer br {
      display: block;
    }
      #top .timer span {
      margin-top: 1%;
      padding: 0 4%;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      border: 1px solid #fff;
      display: inline-block;
      border-radius: .5rem;
      box-shadow: 0 0 10px #000;
      font-family: 'Noto Serif JP', serif;
      }
  /*----------------------------------------
    #form
  ----------------------------------------*/
	#form{
		margin: 0 auto;
    padding: 10% 0 8%;
    width: 90%;
	}
  #form h3 {
      padding: 3rem 2rem 2rem 2rem;
      background: #000;
      background-size: cover;
  }
  #form p a {
    color: yellow;
  }
  #form p a:hover {
    color: red;
  }
  #form h4 {
    margin: 2% auto 4%;
    }
  .form .caution {
  background: #070707;
  }
  .form .caution p {
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff;
      padding: 2%;
  }
  .form .timer {
      margin: 0 auto 2%;
      text-align: center;
  }
  .form .timer p {
      margin-bottom: 1em;
      font-size: 25px;
      font-size: 2.5rem;
      color: #fff;
      font-weight: bold;
      line-height: 200%;
  }
  .form form {
    padding: 2rem 2rem 3rem;
    background: #000;
    box-shadow: 0 0 5px #000;
    border: 0.3rem solid #fff;
  }
  .form .caution p {
    font-size: 10px;
    font-size: 2.7vw;
  }
  .form .timer {
    margin: 0 auto 3%;
    text-align: center;
  }
  .form .timer p {
    margin-bottom: .5em;
    font-size: 11px;
    font-size: 3.3vw;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
    font-family: 'Noto Serif JP', serif;
  }
  .form .timer em {
    font-size: 23px;
    font-size: 6.1vw;
    font-weight: bold;
  }
  .form .timer span {
    padding: .5em 2%;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    text-shadow: 1px 1px 0px #000;
    background-color: #ef2617;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    display: inline-block;
    border-radius: .5rem;
  }
  .form input[type=text] {
    margin: 0 auto 2%;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    color: #272f6b;
    line-height: 160%;
    border: 3px solid #272f6b;
    background: #fff;
  }
  .form .form-input-l {
    padding: .8em 3% !important;
  }
  .form .form-input-round {
    border-radius: 1rem;
  }
  .btn {
    margin: 3% auto;
    /* padding: 1em 5%; */
    width: 100%;
    font-size: 16px;
    font-size: 4.3vw;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
    display: block;
    text-align: center;
    border-radius: 1rem;
    transition: all  .3s ease;
    cursor: pointer;
    padding: 3%;
  }
  .btn span {
    font-weight: bold;
  }
  .btn a {
    font-weight: bold;
    text-decoration: none;
  }
  .btn2 {
    font-size: 14px;
    font-size: 3.9vw;
    line-height: 170%;
  }
  .btn2 .free {
    padding: .5em;
    font-size: 30px;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: .05em;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
  }
  .btn-red {
    color: #fff;
    background-color: #ff3333;
    background: #f33;
    background: linear-gradient(to bottom, #b30000 0%, #840909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #4e0e0e;
  }
  .btn-red a {
    color: #fff;
  }
	.box ul{
		color: #fff;
	}
	.box li{
		font-size: 5.0vw;
		margin-bottom: 10%;
	}
	.box ul.about{
		border: solid 5px #fff;
		padding: 3%;
		margin-bottom: 5%;
	}
	.box h4{
		text-decoration: underline;
		color: #fff;
		font-size: 7vw;
	}
  /*----------------------------------------
    #teacher
  ----------------------------------------*/
  #teacher {
    padding: 6% 0 5%;
  }
  #teacher .text {
    padding: 3rem;
    background: #fff;
  }
  #teacher .box {
    margin-bottom: 1rem;
    padding: 0 1rem;
/*    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
  }
  #teacher .box p {
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
  }
  #teacher .box ul {
      display: flex;
      justify-content: flex-end;
  }
  #teacher .box li {
    font-size: 8px;
    font-size: 2.1vw;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 2%;
  }
    #teacher .box li img{
        max-width : 40px;
    }
  #teacher .box .img {
    width: 29%;
  }
  #teacher .box .txt {
    padding: 5%;
  }
  #teacher .box-l {
    transition: all 1s linear;
    transform: translateY(20px);
    opacity: 0;
  }
  #teacher .box-r {
    transition: all 1s linear;
    transform: translateY(20px);
    opacity: 0;
  }
  #teacher .box-l.active, #teacher .box-r.active {
    transform: translateY(0);
    opacity: 1;
  }
  #teacher-fxkatsu .txt {
    background: #61000A;
  }
  #teacher-maxiwamoto .txt {
    background: #0F0F0F;
  }
  #teacher-sudo .txt {
    background: #b76800;
  }
  #teacher-fujita .txt {
    background: #61000A;
  }
  #teacher-hashimoto .txt {
    background: #0F0F0F;
  }
  #teacher-tamura .txt {
    background: #a52029;
  }
  #teacher-honjo .txt {
    background: #39b54a;
  }
  #teacher-suenaga .txt {
    background: #93278f;
  }
  #teacher-honda .txt {
    background: #ed1c24;
  }
  #teacher-fudo .txt {
    background: #004d40;
  }
  #teacher-wakita .txt {
    background: #cc0033;
  }
  #teacher-kudo .txt {
    background: #1b1464;
  }

/*----------------------------------------
    #special
  ----------------------------------------*/
  #special {
    padding: 5% 0;
  }
  #special .inner {
    margin: 0 auto 10%;
    width: 90%;
  }
  #special h3 {
    font-family: serif;
    margin-bottom: 5%;
    font-size: 15vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  #special h4 {
    margin-bottom: 5%;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
  }
  #special p.title {
    font-family: serif;
    margin-bottom: 0;
    font-size: 6vw;
    color: #fff;
    text-align: center;
  }
  #special p.name {
    font-family: serif;
    margin-bottom: 5%;
    font-size: 8vw;
    color: #fff;
    text-align: center;
  }

  #special .youtube-res {
    position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
  margin-bottom: 5%;
    /*margin-bottom: -25%;*/
  }

#special .col2{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    align-content: space-between;
    margin-bottom: 3%;
}


#special .col2 .info-r{
    order: 1;
    width: 100%;
    border: dotted 1px #fff;
    padding: 2% 0;
}

#special .col2 .info-l{
    order: 2;
    width: 100%;
}




 /*----------------------------------------
    コメント
  ----------------------------------------*/
	.panel{
		padding: 2%;
 		background: #000;
	}
    .comment_header_img{
   		 background: #000;
    }
    .comment_header_img h3{
    	color: #fff;
		font-size: 6.5vw;
    }
    .comment_header_img h3 span{
		font-size: 3.5vw;
    }
    #comment_send {
    margin-bottom: 50px;
    }
    #form_comment {
    padding: 2%;
    background: #000;
    border: 1px solid #cccccc;
    max-width: 100%;
    }
    #form_comment .comment_message {
      margin-bottom: 30px; }
    #form_comment .comment_input #comment_name, #form_comment .comment_input #comment_mail, .wpcf7-text {
      padding: 15px 10px;
      min-width: 320px;
      background: #fffce3;
      border: 1px solid #cccccc;
      font-size: 13px;
      font-size: 0.8125rem;
      -webkit-appearance: none;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      color: #000;
      font-size: 1.5vw;
    }
    #form_comment .comment_input .form_required {
      padding: 5px;
      color: #ffffff;
      background: #ea384d;
      font-size: 10px;
      font-size: 0.625rem;
    }
    #form_comment .comment_input #comment_text, .wpcf7-textarea {
      padding: 15px 10px;
      background: #fffce3;
      border: 1px solid #cccccc;
      min-width: 320px;
      min-height: 250px;
      font-size: 13px;
      font-size: 0.8125rem;
      -webkit-appearance: none;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      color: #000;
      font-size: 1.5vw;
    }
    #form_comment .comment_input #comment_name, #form_comment .comment_input #comment_mail, #form_comment .comment_input #comment_text {
      margin-top: 10px;
    }
    #form_comment #comment-submit, .wpcf7-submit {
      padding: 15px 50px;
      width: auto;
      color: #fff;
      border: none;
      cursor: pointer;
      background: #ea384d;
      font-size: 18px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      box-shadow: 0 5px 0 0 #840000;
      position: relative;
      top: 0;
      margin-bottom: 16px;
    }
    #form_comment #comment-submit:hover {
        box-shadow: 0 1px 0 0 #840000;
        top: 4px;
    }
    #form_comment p {
      margin-bottom: 15px;
      color: #fff;
    }
    #comment_list .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cccccc;
    }
    #comment_list .comment:last-child {
      margin: 0;
      padding: 0;
      border: none;
      background: none;
    }
    #comment_list .comment .comment_normal {
      margin-bottom: 15px;
      padding-left: 80px;
      background: url(https://asset-ch.jp/bilark/wp-content/themes/bilark/img/user.png) no-repeat left top;
      background-size: 50px;
    }
    #comment_list .comment .comment_normal .comment_content {
        padding: 5%;
        color: #ffffff;
        background: #142846;
        position: relative;
        z-index: 0;
    }
    #comment_list .comment .comment_normal .comment_content:after {
          content: "";
          position: absolute;
          top: 15px;
          left: -30px;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 10px 30px 10px 0;
          border-color: transparent #142846 transparent transparent;
    }
    #comment_list .comment .comment_normal .comment_name {
        padding: 5px;
        background: #ffffff;
        color: #142846;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #comment_list .comment .comment_re {
      padding-right: 80px;
      background: url(https://asset-ch.jp/bilark/wp-content/themes/bilark/img/cross.png) no-repeat right top;
      background-size: 50px;
    }
    #comment_list .comment .comment_re .comment_content {
        padding: 5%;
        color: #ffffff;
        background: #626262;
        position: relative;
        z-index: 0;
    }
    #comment_list .comment .comment_re .comment_content:after {
          content: "";
          position: absolute;
          top: 15px;
          right: -30px;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 10px 0 10px 30px;
          border-color: transparent transparent transparent #626262;
    }
    #comment_list .comment .comment_re .comment_name_re {
        padding: 5px;
        background: #ffffff;
        color: #626262;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #comment_send .cm_thx {
        padding: 1% 2%;
    }

.button-green {
    padding: 2% 0 3%;
    width: 100%;
    font-size: 12px;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 900 !important;
    text-align: center;
    line-height: 180%;
    text-decoration: none;
    display: block;
    border-radius: 1.5rem;
    transition: all .3s ease;
    cursor: pointer !important;
/*    border: .5rem solid #00dc34;*/
    background: #00a227;
    box-shadow: 0 1rem 0 #00721b;
    }
}

@media screen and (min-width: 769px) {
  .pc { display: block !important; }
  .sp { display: none !important; }
  /*----------------------------------------
    #top
  ----------------------------------------*/

  #top {
    background: url(../images/back-media.jpg)right;
    background-attachment: fixed;
    background-size: cover;
  }
  #top h1 {
    padding: 0;
  }

  #top .inner {
    margin: 0 auto;
    padding: 0%;
    width: 70%;
  }

  #top .youtube-res {
    position: relative;
    height: 0;
    padding-bottom: 6.25%;
    padding-top: 56.25%;
    margin-top: 8%;
    margin-bottom: 4%;
  }

  #top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #top .timer p {
    font-size: 37px;
    font-size: 2.6vw;
    color: #fff;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    padding: 3% 0 0;
    font-family: 'Noto Serif JP', serif;
    background: -webkit-linear-gradient(#d2d2d2, #ffffff, #616161);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.3rem
  }
  .youtube-res iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #top .timer span {
    margin-top: 10px;
    padding: 0 5%;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 1rem;
    box-shadow: 0 0 10px #000;
    font-family: 'Noto Serif JP', serif;
  }
  #top .youtube {
    padding: 16% 16% 0%;
    margin: -60% 0%;
  }
  /*----------------------------------------
    #notice
  ----------------------------------------*/
  #notice {
  background: #551111;
  }
  #notice .pr {
    width: 1116px;
    /* position: absolute;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0; */
    margin: auto;
    }
  /*----------------------------------------
    #form
  ----------------------------------------*/
  #form {
    background: url(../images/back-media.jpg)right;
    background-attachment: fixed;
    background-size: cover;
  }
  .form {
    margin: 3% auto 0%;
    padding: 2% 0 5%;
    width: 80%;
    min-width: 800px;
  }
  #form h4 {
    text-align: center;
    padding: 5% 0;
    font-size: 6vw;
    color: #fff;
  }
  #form p {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    line-height: 4rem;
    margin: 0 15%;
    padding:1%;
    width: 70%;
  }
  #form p a {
    color: yellow;
  }
  #form p a:hover {
    color: red;
  }
  #form .box {
    padding: 0 10%;
   /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
  }
  .form .timer {
    margin: 3% auto 5%;
    text-align: center;
  }
  .form .timer p {
    margin-bottom: 1em;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
    font-family: 'Noto Serif JP', serif;
  }
  .form .timer em {
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
  }
  .form .timer span {
    margin-bottom: .5em;
    padding: 1%;
    width: 100%;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background-color: #ef2617;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    display: inline-block;
    border-radius: 1rem;
  }
  .form form {
    margin: 0 auto 2%;
    padding: 3% 5% 7%;
    width: 85%;
    text-align: center;
    background: #000;
    /*
      background: #e03c3f;
      background: -webkit-linear-gradient(left, #e03c3f 0%, #bf0351 100%);
      background: -o-linear-gradient(left, #e03c3f 0%, #bf0351 100%);
      background: linear-gradient(to right, #e03c3f 0%, #bf0351 100%);
*/
    border: .8rem solid #fff;
    box-shadow: 0 0 10px #000;
  }
  .form input[type=text] {
    margin: 0 auto 4%;
    padding: .2em 3%;
    width: 60%;
    font-size: 35px;
    font-size: 3.5rem;
    color: #272f6b;
    line-height: 160%;
    border: 3px solid #272f6b;
    background: #fff;
  }
  .form .form-input-l {
    padding: .6em 3% !important;
  }
  .form .form-input-round {
    border-radius: 20px;
  }
  .btn {
    margin: 0 auto;
    padding: 1em;
    width: 100%;
    max-width: 600px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 160%;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
    transition: all  .3s ease;
    cursor: pointer !important;
    position: relative;
  }
  .btn span {
    font-weight: bold;
    cursor: pointer;
  }
  .btn:hover {
    box-shadow: none;
    /* transform: translate3d(0, 10px, 0); */
    cursor: pointer;
  }
  /* .btn:before {
    content: "";
    position: absolute;
    top: 24%;
    right: 5%;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #3d53f5;
    background-image: linear-gradient(to bottom, #3d53f5 0%, #272f6b 100%);
    cursor: pointer;
  }
  .btn:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5.8%;
    border: .8rem solid transparent;
    border-left: 1.2rem solid #fff;
    cursor: pointer;
  } */
  .btn a {
    text-decoration: none;
    font-weight: bold;
  }
  .btn2 {
    padding: 3% 3% 3% 5%;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 150%;
    letter-spacing: .1em;
  }
  .btn2 .free {
    padding: .3em 6.5%;
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    letter-spacing: .05em;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
  }
  .btn2:before {
    top: 37%;
  }
  .btn2:after {
    top: 45%;
  }
  .btn-gold {
    color: #272f6b;
    background-color: #fddf9c;
    background: #fddf9c;
    background: linear-gradient(to bottom, #fddf9c 0%, #d29e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #272f6b;
    border: .5rem solid #272f6b;
  }
  .btn-gold a {
    color: #272f6b;
  }
  .btn-gold .free {
    color: #fff;
    background: #272f6b;
  }
  .btn-green {
    color: #fff;
    background-color: #1ca800;
    background: #1ca800;
    background: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #176802;
  }
  .btn-green a {
    color: #fff;
  }
  .btn-green .free {
    color: #1ca800;
  }
  .btn-red {
    color: #fff;
    background-color: #ff3333;
    background: #f33;
    background: linear-gradient(to bottom, #b30000 0%, #840909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #4e0e0e;
  }
  .btn-red a {
    color: #fff;
  }
  .btn-red .free {
    color: #f33;
  }
  .btn-blue {
    color: #fff;
    background-color: blue;
    background: #00f;
    background: linear-gradient(to bottom, #00f 0%, #0000ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #000070;
  }
  .btn-blue a {
    color: #fff;
  }
  .btn-blue .free {
    color: #00f;
  }
  .btn-orange {
    color: #fff;
    background-color: #ffaf4b;
    background: #ffaf4b;
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #bf6007;
  }
  .btn-orange a {
    color: #fff;
  }
  .btn-orange .free {
    color: #ffaf4b;
  }
  .btn-mov {
    -webkit-animation: bounce 2.6s ease infinite;
            animation: bounce 2.6s ease infinite;
    transform-origin: 50% 50%;
  }
  .btn-mov:hover {
    -webkit-animation: none;
            animation: none;
  }
  @-webkit-keyframes bounce {
    0% {
      transform: translateY(0);
    }
    7.69231% {
      transform: translateY(0);
    }
    15.38462% {
      transform: translateY(0);
    }
    30.76923% {
      transform: translateY(-15px);
    }
    38.46154% {
      transform: translateY(0);
    }
    46.15385% {
      transform: translateY(-15px);
    }
    61.53846% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    7.69231% {
      transform: translateY(0);
    }
    15.38462% {
      transform: translateY(0);
    }
    30.76923% {
      transform: translateY(-15px);
    }
    38.46154% {
      transform: translateY(0);
    }
    46.15385% {
      transform: translateY(-15px);
    }
    61.53846% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  .voice .caution {
    padding: .3em .3em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #900;
  }


  	.box ul{
		color: #fff;
	}
	.box li{
		font-size: 2.6vw;
	}
	.box ul.about{
		border: solid 5px #fff;
		padding: 5% 3%;
		margin-bottom: 5%;
	}
	.box h4{
		text-decoration: underline;
		color: #fff;
		font-size: 4vw;
	}
  /*----------------------------------------
    #teacher
  ----------------------------------------*/
  #teacher {
    padding: 10% 0;
    background: url(../images/back-media.jpg)right;
    background-attachment: fixed;
    background-size: cover;
  }
  #teacher .inner {
    margin: 0 auto 10%;
    width: 60%;
    min-width: 700px;
  }
  #teacher h3 {
    margin-bottom: 10%;
  }
  #teacher .box {
    margin-bottom: 3%;
    padding: 0 10%;
/*    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
  }
  #teacher .box p {
    color: #fff;
  }


  #teacher .box ul {
    padding: 1%;
    display:flex;
    justify-content: flex-end;
  }
  #teacher .box li {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 1%;
  }
  #teacher .box li:last-child{
      margin-right: 0;
  }
  #teacher .box li img {
    max-width: 60px;
  }

  #teacher .box li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  }

  #teacher .box .txt {
    padding: 3%;
    margin: 0 auto;
    background: #910000;
  }
  #teacher .box-l {
    transition: all 1s linear;
    transform: translateY(20px);
    opacity: 0;
  }
  #teacher .box-r {
    transition: all 1s linear;
    transform: translateY(20px);
    opacity: 0;
  }
  #teacher .box-l.active, #teacher .box-r.active {
    transform: translateY(0);
    opacity: 1;
  }
  #teacher-fxkatsu .txt {
    background: #61000A;
  }
  #teacher-maxiwamoto .txt {
    background: #0F0F0F;
  }
  #teacher-sudo .txt {
    background: #b76800;
  }
  #teacher-fujita .txt {
    background: #61000A;
  }
  #teacher-hashimoto .txt {
    background: #0F0F0F;
  }
  #teacher-tamura .txt {
    background: #a52029;
  }
  #teacher-honjo .txt {
    background: #39b54a;
  }
  #teacher-suenaga .txt {
    background: #93278f;
  }
  #teacher-honda .txt {
    background: #ed1c24;
  }
  #teacher-fudo .txt {
    background: #004d40;
  }
  #teacher-wakita .txt {
    background: #cc0033;
  }
  #teacher-kudo .txt {
    background: #1b1464;
  }

 /*----------------------------------------
    #special
  ----------------------------------------*/
  #special {
    padding: 5% 0;
    background: url(../images/back-media.jpg)right;
    background-attachment: fixed;
    background-size: cover;
  }
  #special .inner {
    margin: 0 auto 10%;
    width: 80%;
    min-width: 700px;
  }
  #special h3 {
    font-family: serif;
    margin-bottom: 5%;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  #special h4 {
    margin-bottom: 5%;
    font-size: 1.6vw;
    color: #fff;
    text-align: center;
  }
  #special p.title {
    font-family: serif;
    margin-bottom: 5%;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
  }
  #special p.name {
    font-family: serif;
    margin-bottom: 5%;
    font-size: 6vw;
    color: #fff;
    text-align: center;
    margin-top: -6%;
  }

  #special .youtube-res {
    position: relative;
  width: 100%;
  padding-top: 56.25%;
    /*margin-bottom: -25%;*/
  }


#special .col2{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    align-content: space-between;
    margin-bottom: 5%;
}


#special .col2 .info-r{
    width: 50%;
}

#special .col2 .info-l{
    width: 50%;
}

 /*----------------------------------------
    コメント
  ----------------------------------------*/


		.panel{
			margin: 0 auto 0;
			padding: 5% 20%;
			background: #000;
		}
    .comment_header_img{
    	background: #000;
    }
    .comment_header_img h3{
  	  color: #fff;
			font-size: 3vw;
			margin-bottom: 2%;
    }
	 .comment_header_img h3 span{
			font-size: 1.8rem;
		}
    #form_comment {
    	padding: 5%;
    background: #000;
    border: 1px solid #cccccc;
    }
    #form_comment .comment_message {
      margin-bottom: 30px; }
    #form_comment .comment_input #comment_name, #form_comment .comment_input #comment_mail, .wpcf7-text {
      padding: 2%;
      min-width: 500px;
      background: #fffce3;
      border: 1px solid #cccccc;
      font-size: 13px;
      font-size: 0.8125rem;
      -webkit-appearance: none;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      width: 96%;
      color: #000;
      font-size: 1.5vw;
    }
    #form_comment .comment_input .form_required {
      padding: 5px;
      color: #ffffff;
      background: #ea384d;
      font-size: 10px;
      font-size: 0.625rem;
    }
    #form_comment .comment_input #comment_text, .wpcf7-textarea {
      padding: 2%;
      background: #fffce3;
      border: 1px solid #cccccc;
      min-width: 500px;
      min-height: 250px;
      font-size: 13px;
      font-size: 0.8125rem;
      -webkit-appearance: none;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      width: 96%;
      color: #000;
      font-size: 1.5vw;
    }
    #form_comment .comment_input #comment_name, #form_comment .comment_input #comment_mail, #form_comment .comment_input #comment_text {
      margin-top: 10px;
    }
    #form_comment #comment-submit, .wpcf7-submit {
      padding: 15px 50px;
      width: auto;
      color: #fff;
      border: none;
      cursor: pointer;
      background: #ea384d;
      font-size: 18px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      box-shadow: 0 5px 0 0 #840000;
      position: relative;
      top: 0;
      margin-bottom: 16px;
    }
    #form_comment #comment-submit:hover {
        box-shadow: 0 1px 0 0 #840000;
        top: 4px;
    }
    #form_comment p {
      margin-bottom: 15px;
      color: #fff;
    }
    #comment_list {
    background: #000;
			margin-top: 5%;
    }
    #comment_list h3{
    color: #fff;
    font-size: 3vw;
    }
    #comment_list .comment {
    border-bottom: 1px dotted #cccccc;
    }
    #comment_list .comment:last-child {
      margin: 0;
      padding: 0;
      border: none;
      background: none;
    }
    #comment_list .comment .comment_normal {
      margin-bottom: 15px;
      padding-left: 150px;
      background: url(https://asset-ch.jp/bilark/wp-content/themes/bilark/img/user.png) no-repeat left top;
      background-size: 110px;
    }
    #comment_list .comment .comment_normal .comment_content {
        padding: 20px 30px 25px;
        color: #ffffff;
        background: #142846;
        position: relative;
        z-index: 0;
    }
    #comment_list .comment .comment_normal .comment_content:after {
          content: "";
          position: absolute;
          top: 15px;
          left: -30px;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 10px 30px 10px 0;
          border-color: transparent #142846 transparent transparent;
    }
    #comment_list .comment .comment_normal .comment_name {
        padding: 5px;
        background: #ffffff;
        color: #142846;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #comment_list .comment .comment_re {
      padding-right: 150px;
      background: url(https://asset-ch.jp/bilark/wp-content/themes/bilark/img/cross.png) no-repeat right top;
      background-size: 110px;
    }
    #comment_list .comment .comment_re .comment_content {
        padding: 20px 30px 25px;
        color: #ffffff;
        background: #626262;
        position: relative;
        z-index: 0;
    }
    #comment_list .comment .comment_re .comment_content:after {
          content: "";
          position: absolute;
          top: 15px;
          right: -30px;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 10px 0 10px 30px;
          border-color: transparent transparent transparent #626262;
    }
    #comment_list .comment .comment_re .comment_name_re {
        padding: 5px;
        background: #ffffff;
        color: #626262;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    #comment_send .cm_thx {
	    margin: 0px!important;
	    background: #000;
    }
    #comment_send form .cm_thx {
	    margin: 0px!important;
	    background: #000!important;
	    padding: 2% 0%!important;
    }
.button-green {
    padding: 3% 0;
    width: 100%;
    font-size: 6.8px;
    font-size: 1.8vw;
    color: #fff;
    font-weight: 900 !important;
    text-align: center;
    line-height: 120%;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
    transition: all .3s ease;
    cursor: pointer !important;
/*    border: 15px solid #00dc34;*/
    background: #00a227;
    box-shadow: 0 1rem 0 #00721b;
}
.button-green:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0)!important;
    cursor: pointer;
}

  }




#top .youtube-res p{
    position: absolute;
    transition-duration: 1s;
    transform: translateY(200px);
    opacity: 0;
}
#teacher h4,#form h4{
    transition-duration: 1s;
    transform: translateY(100px);
    opacity: 0;
    text-align: center;
}
#top p.effect,#teacher h4.effect,#form h4.effect{
    margin-top: inherit;
    transform: translateY(0);
    opacity: 1;
    text-align: center;
}
.button-green a {
    color: #fff;
    font-weight: 900 !important;
    text-decoration: none;
}
