@charset "UTF-8";
/*font*/
/*color*/
a{
  transition: all .3s ease
}
a:hover{
  opacity: 0.7;
}
.pc{
  display: block ;
}
.sp{
  display: none ;
}
.pcIn{
  display: inline;
}
.spIn{
  display: none ;
}

   @media screen and (max-width: 767px) {
     .pc{
  display: none ;
}
.sp{
  display: block ;
}
     
     .pcIn{
  display: none ;
}
.spIn{
  display: inline ;
}     
     
}



.teacher-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  height: auto !important;
  color: #000;
  font-size: 16px;
  line-height: 1.625;
  -webkit-text-size-adjust: 100%;
}
.teacher-wrapper img{
  max-width: 100%;
  height: auto
}

.salon {
	overflow: hidden;
	position: relative;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.salon * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
	line-height: inherit;
	color: inherit;
}


@media screen and (min-width:768px) {
	.salon .body {
		padding-top: 80px;
	}
	.salon .visible-pc {
		display: block !important;
	}
	.salon .visible-sp {
		display: none !important;
	}
	.salon .visible-sp-xs {
		display: none !important;
	}
	.salon .container {
		position: relative;
		margin: 0 auto;
		padding: 0 30px;
		max-width: 1020px;
	}
}
@media screen and (max-width:767px) {
	.salon {
		min-width: 1px;
	}
	.salon .body {
		padding-top: 50px;
	}
	.salon .visible-pc {
		display: none !important;
	}
	.salon .visible-sp {
		display: block !important;
	}
	.salon .visible-sp-xs {
		display: none !important;
	}
	.salon .container {
		position: relative;
		margin: 0 auto;
	}
}
@media screen and (max-width:374px) {
	.salon .visible-sp-xs {
		display: block !important;
	}
}



main{
  margin: 0;
  padding: 0;
}

.inner{
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 10px;
}

.mv{
  background: #fff000;
  position: relative;
}
   @media screen and (max-width: 767px) {
     .mv .inner{
       padding: 25px 0 0 0;
     }
     .inner{
       padding: 0 4%
     }
}


.mv img{
  display:block
}

#teacher01 {
  text-align: center;
  padding: 60px 0 0 0;
}
#teacher01 p.leed{
  font-size: 24px;
  font-weight: bold;
  line-height: 2.0;
  margin-bottom: 40px
}
   @media screen and (max-width: 767px) {
     #teacher01 {
  text-align: center;
  padding: 35px 0 0 0;
}
#teacher01 p.leed{
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 2.0;
  margin-bottom: 20px
}
     .baloon001{
       width: 78%;
     }
}



.btn01{
  display: block;
  margin: 14px auto 50px;
  background: #e4016c;
  color: #fff;
  text-align: center;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 20px;
  max-width: 400px;
}

   @media screen and (max-width: 767px) {
     .btn01{
  display: block;
  margin: 14px auto 50px;
  background: #e4016c;
  color: #fff;width: 94.2%;
  text-align: center;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 15px;
  max-width: 400px;
}
     
}


.blackboard{
  background: url("../images/bb.png") 0 0 no-repeat;
  max-height: 680px;
  background-size: 100% auto;
  max-width: 1024px;
  margin: 100px auto 50px;
  position: relative;
  padding: 14% 20% 38%;
  z-index: 999;
	text-align: center
  
}
.blackboard p{
  color: #fff;
	font-size:min(1.6vw,16px);
  line-height: 1.875;
}

   @media screen and (max-width: 767px) {
     .blackboard{
  background: url("../images/bb-sp.png") 0 0 no-repeat;
 background-size: 100% auto;
       height: 100%;
  margin: 64px auto 32px;
  position: relative;
  padding: 163% 0 0 0;
  z-index: 999
  
}
.blackboard p{
  color: #fff;
  width: 100%;
  position: absolute;
  top: 15.5%;
  font-size: 3.7333vw;
  line-height: 1.7;
  
}
     
}



#teacher02{
    background: #fff000;
  position: relative;
  padding: 45px 0 45px;
}

.binder-top{
    background: url("../images/binder-top.png") 0 0 no-repeat;
  max-height: 680px;
  background-size: 100% auto;
  max-width: 1023px;
  margin: 0 auto 0px;
  position: relative;
  text-align: center;
  padding: 21.5% 20% 11.9%;
  z-index: 999;

}




.binder-top h3{
	font-size:min(2.4vw,24px);
  font-weight: bold;
  line-height: 1.2
}
   @media screen and (max-width: 767px) {
     #teacher02{
    background: #fff000;
  position: relative;
  padding: 18% 0 60px;
}
     
     .binder-top{
    background: url("../images/binder-top-sp.png") 0 0 no-repeat;
  max-height: none;
  background-size: 100% auto;
  max-width: 1023px;
  margin: 0 auto 0px;
  position: relative;
  text-align: center;
  padding: 52.5% 0% 0 0; 
  z-index: 999;

}
   .binder-top h3{
	font-size:4.8vw;
  font-weight: bold;
  line-height: 1.6;
     position: absolute;
     top: 41%;
     width: 100%;
     text-align: center;
}  
}

.binder{
  max-width: 1023px;
  margin: -10px auto 5px;
  background: #6d5e3f;
  padding: 0 3% 40px 3.15%;
border-radius:0px 0px 15px 15px;
  position: relative;

}
.binder-inner{
  background: #fff;
  padding: 5px 0px 45px;
}
   @media screen and (max-width: 767px) {
     .binder{
  max-width: 1023px;
  margin: -20px auto 5px;
  background: #6d5e3f;
  padding: 0 4.4% 20px 4.4%;
border-radius:0px 0px 15px 15px;
  position: relative;

}
.binder-inner{
  background: #fff;
  padding: 5px 0px 20px;
}
     
}


.qadl{
  width: 79%;
  margin: 0 auto 50px;
}
.qadl dt{
  border: 3px solid #fff000;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  padding: 15px 35px 15px;
  margin-bottom: 0px;
}
.qadl dt:before{
    content: '';
  background: url("../images/ques.png") 0 0 no-repeat;
  display: block;
  width: 112px;
  height: 41px;
  margin-bottom: 12px;
}
.acBtn-new{
  border-radius: 0px 0px 10px 10px;
  background: #fff000;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
    font-size: 20px;
  font-weight: bold;
  padding: 11px;
  position: relative;
}
.acBtn-new:after{
  content: '＋';
  position: absolute;
  display: inline-block;

  right: 35px;
  visibility: visible;
}
.acBtn-new.selected:after{
  content: '\2212';
  position: absolute;
  display: inline-block;

  right: 34px;
    visibility: visible;

}

.ans{
  display: none;
  position: relative;
  padding-top: 50px;
    background: url("../images/tri.png") center 0px no-repeat;
}
   @media screen and (max-width: 767px) {
     .acBtn-new{
  border-radius: 0px 0px 10px 10px;
  background: #fff000;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 11px;
  position: relative;
}
     
     .qadl{
  width: 92%;
  margin: 0 auto
}
.qadl dt{
  border: 3px solid #fff000;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 1.785;
  padding: 7px 10px 18px;
  margin-bottom: 0px;
}
.qadl dt:before{
    content: '';
  background: url("../images/ques-sp.png") 0 0 no-repeat;
  display: block;
  background-size: 100% auto;
  width: 78px;
  height: 30px;
  margin-bottom: 12px;
}

     
}


.qadl dd{
  background: #ffe4ed;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  padding: 0px 35px 15px;
}
.closeBtn-new{
    background: #e4016c;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
    margin-bottom: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 11px;

}

.qadl dd:before{
  content: '';
  background: url("../images/ans.png") 0 0 no-repeat;
  display: block;
  width: 151px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
   @media screen and (max-width: 767px) {
     .qadl dd{
  background: #ffe4ed;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 1.785;
  padding: 0px 10px 18px;
  margin-bottom: 0px;
}
.qadl dd:before{
    content: '';
  background: url("../images/ans-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 96px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}
.closeBtn-new{
    background: #e4016c;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
    margin-bottom: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 11px;

}
     
}



.acBtn{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background: #eeeeee;
  position: relative;
  padding: 26px 100px;
  margin-bottom: 40px;
  margin-top: 94px
}

.acBtn:before{
      content: '';
  background: url("../images/check.png") 0 0 no-repeat;
  display: block;
  width: 211px;
  height: 135px;
  top: auto;
  bottom: 0;
  left: 32px;
  position: absolute;
}
.acBtn:after{
   content: '';
  background: url("../images/plus.png") 0 0 no-repeat;
  display: block;
  width: 26px;
  height: 26px;
position: absolute;
  right: 53px;
  top: 30px;
  visibility: visible
}
.acBtn.action:after{
     content: '';
  background: url("../images/minus.png") 0 0 no-repeat;
  display: block;
  width: 26px;
  height: 5px;
position: absolute;
  right: 53px;
  top: 40px;
  visibility: visible
}

.acBtn2{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background: #eeeeee;
  position: relative;
  padding: 26px 100px;
  margin-bottom: 70px;
  margin-top: 94px
}

.acBtn2:before{
      content: '';
  background: url("../images/example.png") 0 0 no-repeat;
  display: block;
  width: 211px;
  height: 135px;
  top: auto;
  bottom: 0;
  left: 32px;
  position: absolute;
}
.acBtn2:after{
   content: '';
  background: url("../images/plus.png") 0 0 no-repeat;
  display: block;
  width: 26px;
  height: 26px;
position: absolute;
  right: 53px;
  top: 30px;
}
.acBtn2.action:after{
     content: '';
  background: url("../images/minus.png") 0 0 no-repeat;
  display: block;
  width: 26px;
  height: 5px;
position: absolute;
  right: 53px;
  top: 40px;

}


   @media screen and (max-width: 767px) {
     .acBtn{
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  cursor: pointer;
  background: #eeeeee;
  position: relative;
  padding: 18px 70px;
  margin-bottom: 45px;
  margin-top: 20px       
}

.acBtn:before{
  content: '';
  background: url("../images/check-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 66px;
  height: 54px;
  top: auto;
  bottom: 0;
  left: 0px;
  position: absolute;
}
.acBtn:after{
   content: '';
  background: url("../images/plus.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 13px;
  height: 13px;
position: absolute;
  right: 16px;
  top: 25px;
}
.acBtn.action:after{
     content: '';
  background: url("../images/minus.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 13px;
  height: 3px;
position: absolute;
  right: 16px;
  top: 30px;

}
     
     .acBtn2{
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  cursor: pointer;
  background: #eeeeee;
  position: relative;
  padding: 18px 70px;
  margin-bottom: 45px;
  margin-top: 0px       
}

.acBtn2:before{
  content: '';
  background: url("../images/example-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 66px;
  height: 54px;
  top: auto;
  bottom: 0;
  left: 0px;
  position: absolute;
}
.acBtn2:after{
   content: '';
  background: url("../images/plus.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 13px;
  height: 13px;
position: absolute;
  right: 16px;
  top: 25px;
}
.acBtn2.action:after{
     content: '';
  background: url("../images/minus.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 13px;
  height: 3px;
position: absolute;
  right: 16px;
  top: 30px;

}  
		 
		 
}




.acBox h3{
  text-align: center;
  margin-bottom: 45px;
}
   @media screen and (max-width: 767px) {
     .acBox h3{
  text-align: center;
  margin-bottom: 28px;
}
     
     .acBox h3 img{
width: 90%;
       margin: 0 auto;
}
     
}


.acBox .qadl:nth-of-type(1) dt:before{
     content: '';
  background: url("../images/q001.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(1) dd:before{
    content: '';
  background: url("../images/a001.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(2) dt:before{
     content: '';
  background: url("../images/q002.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(2) dd:before{
    content: '';
  background: url("../images/a002.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}


.acBox .qadl:nth-of-type(3) dt:before{
     content: '';
  background: url("../images/q003.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(3) dd:before{
    content: '';
  background: url("../images/a003.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(4) dt:before{
     content: '';
  background: url("../images/q004.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(4) dd:before{
    content: '';
  background: url("../images/a004.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(5) dt:before{
     content: '';
  background: url("../images/q005.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(5) dd:before{
    content: '';
  background: url("../images/a005.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(6) dt:before{
     content: '';
  background: url("../images/q006.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(6) dd:before{
    content: '';
  background: url("../images/a006.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(7) dt:before{
     content: '';
  background: url("../images/q007.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(7) dd:before{
    content: '';
  background: url("../images/a007.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(8) dt:before{
     content: '';
  background: url("../images/q008.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(8) dd:before{
    content: '';
  background: url("../images/a008.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(9) dt:before{
     content: '';
  background: url("../images/q009.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(9) dd:before{
    content: '';
  background: url("../images/a009.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(10) dt:before{
     content: '';
  background: url("../images/q010.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(10) dd:before{
    content: '';
  background: url("../images/a010.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(11) dt:before{
     content: '';
  background: url("../images/q011.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(11) dd:before{
    content: '';
  background: url("../images/a011.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
.acBox .qadl:nth-of-type(12) dt:before{
     content: '';
  background: url("../images/q012.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(12) dd:before{
    content: '';
  background: url("../images/a012.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
.acBox .qadl:nth-of-type(13) dt:before{
     content: '';
  background: url("../images/q013.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(13) dd:before{
    content: '';
  background: url("../images/a013.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
.acBox .qadl:nth-of-type(14) dt:before{
     content: '';
  background: url("../images/q014.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(14) dd:before{
    content: '';
  background: url("../images/a014.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
.acBox .qadl:nth-of-type(15) dt:before{
     content: '';
  background: url("../images/q015.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(15) dd:before{
    content: '';
  background: url("../images/a015.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
.acBox .qadl:nth-of-type(16) dt:before{
     content: '';
  background: url("../images/q016.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(16) dd:before{
    content: '';
  background: url("../images/a016.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(17) dt:before{
     content: '';
  background: url("../images/q017.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(17) dd:before{
    content: '';
  background: url("../images/a017.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(18) dt:before{
     content: '';
  background: url("../images/q018.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(18) dd:before{
    content: '';
  background: url("../images/a018.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(19) dt:before{
     content: '';
  background: url("../images/q019.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(19) dd:before{
    content: '';
  background: url("../images/a019.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(20) dt:before{
     content: '';
  background: url("../images/q020.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(20) dd:before{
    content: '';
  background: url("../images/a020.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(21) dt:before{
     content: '';
  background: url("../images/q021.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(21) dd:before{
    content: '';
  background: url("../images/a021.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(22) dt:before{
     content: '';
  background: url("../images/q022.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(22) dd:before{
    content: '';
  background: url("../images/a022.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(23) dt:before{
     content: '';
  background: url("../images/q023.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(23) dd:before{
    content: '';
  background: url("../images/a023.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(24) dt:before{
     content: '';
  background: url("../images/q024.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(24) dd:before{
    content: '';
  background: url("../images/a024.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(25) dt:before{
     content: '';
  background: url("../images/q025.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(25) dd:before{
    content: '';
  background: url("../images/a025.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(26) dt:before{
     content: '';
  background: url("../images/q026.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(26) dd:before{
    content: '';
  background: url("../images/a026.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(27) dt:before{
     content: '';
  background: url("../images/q027.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(27) dd:before{
    content: '';
  background: url("../images/a027.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(28) dt:before{
     content: '';
  background: url("../images/q028.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(28) dd:before{
    content: '';
  background: url("../images/a028.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}

.acBox .qadl:nth-of-type(29) dt:before{
     content: '';
  background: url("../images/q029.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(29) dd:before{
    content: '';
  background: url("../images/a029.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
.acBox .qadl:nth-of-type(30) dt:before{
     content: '';
  background: url("../images/q030.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(30) dd:before{
    content: '';
  background: url("../images/a030.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}
.acBox .qadl:nth-of-type(31) dt:before{
     content: '';
  background: url("../images/q031.png") 0 0 no-repeat;
  display: block;
  width: 157px;
  height: 46px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(31) dd:before{
    content: '';
  background: url("../images/a031.png") 0 0 no-repeat;
  display: block;
  width: 195px;
  height: 77px;
  margin-bottom: 0px;
  top: -10px;
  margin-left: -35px;
  position: relative;
}


   @media screen and (max-width: 767px) {
     
.acBox .qadl:nth-of-type(1) dt:before{
     content: '';
  background: url("../images/q001-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(1) dd:before{
    content: '';
  background: url("../images/a001-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(2) dt:before{
     content: '';
  background: url("../images/q002-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(2) dd:before{
    content: '';
  background: url("../images/a002-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}


.acBox .qadl:nth-of-type(3) dt:before{
     content: '';
  background: url("../images/q003-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(3) dd:before{
    content: '';
  background: url("../images/a003-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(4) dt:before{
     content: '';
  background: url("../images/q004-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(4) dd:before{
    content: '';
  background: url("../images/a004-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(5) dt:before{
     content: '';
  background: url("../images/q005-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(5) dd:before{
    content: '';
  background: url("../images/a005-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(6) dt:before{
     content: '';
  background: url("../images/q006-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(6) dd:before{
    content: '';
  background: url("../images/a006-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(7) dt:before{
     content: '';
  background: url("../images/q007-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(7) dd:before{
    content: '';
  background: url("../images/a007-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(8) dt:before{
     content: '';
  background: url("../images/q008-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(8) dd:before{
    content: '';
  background: url("../images/a008-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(9) dt:before{
     content: '';
  background: url("../images/q009-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(9) dd:before{
    content: '';
  background: url("../images/a009-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}


.acBox .qadl:nth-of-type(10) dt:before{
     content: '';
  background: url("../images/q010-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(10) dd:before{
    content: '';
  background: url("../images/a010-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(11) dt:before{
     content: '';
  background: url("../images/q011-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(11) dd:before{
    content: '';
  background: url("../images/a011-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(12) dt:before{
     content: '';
  background: url("../images/q012-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(12) dd:before{
    content: '';
  background: url("../images/a012-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}
.acBox .qadl:nth-of-type(13) dt:before{
     content: '';
  background: url("../images/q013-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(13) dd:before{
    content: '';
  background: url("../images/a013-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}
.acBox .qadl:nth-of-type(14) dt:before{
     content: '';
  background: url("../images/q014-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(14) dd:before{
    content: '';
  background: url("../images/a014-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}
.acBox .qadl:nth-of-type(15) dt:before{
     content: '';
  background: url("../images/q015-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(15) dd:before{
    content: '';
  background: url("../images/a015-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}
.acBox .qadl:nth-of-type(16) dt:before{
     content: '';
  background: url("../images/q016-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(16) dd:before{
    content: '';
  background: url("../images/a016-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(17) dt:before{
     content: '';
  background: url("../images/q017-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(17) dd:before{
    content: '';
  background: url("../images/a017-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(18) dt:before{
     content: '';
  background: url("../images/q018-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(18) dd:before{
    content: '';
  background: url("../images/a018-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(19) dt:before{
     content: '';
  background: url("../images/q019-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(19) dd:before{
    content: '';
  background: url("../images/a019-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(20) dt:before{
     content: '';
  background: url("../images/q020-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(20) dd:before{
    content: '';
  background: url("../images/a020-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(21) dt:before{
     content: '';
  background: url("../images/q021-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(21) dd:before{
    content: '';
  background: url("../images/a021-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(22) dt:before{
     content: '';
  background: url("../images/q022-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(22) dd:before{
    content: '';
  background: url("../images/a022-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(23) dt:before{
     content: '';
  background: url("../images/q023-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(23) dd:before{
    content: '';
  background: url("../images/a023-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(24) dt:before{
     content: '';
  background: url("../images/q024-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(24) dd:before{
    content: '';
  background: url("../images/a024-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(25) dt:before{
     content: '';
  background: url("../images/q025-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(25) dd:before{
    content: '';
  background: url("../images/a025-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(26) dt:before{
     content: '';
  background: url("../images/q026-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(26) dd:before{
    content: '';
  background: url("../images/a026-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(27) dt:before{
     content: '';
  background: url("../images/q027-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(27) dd:before{
    content: '';
  background: url("../images/a027-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(28) dt:before{
     content: '';
  background: url("../images/q028-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(28) dd:before{
    content: '';
  background: url("../images/a028-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}

.acBox .qadl:nth-of-type(29) dt:before{
     content: '';
  background: url("../images/q029-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 111px;
  height: 32px;
  margin-bottom: 12px;
}
.acBox .qadl:nth-of-type(29) dd:before{
    content: '';
  background: url("../images/a029-sp.png") 0 0 no-repeat;
  background-size: 100% auto;
display: block;
  width: 126px;
  height: 45px;
  margin-bottom: 13px;
  top: 2px;
  margin-left: -5px;
  position: relative;
}


}



.acBox a.close{
  display: block;
  width: 250px;
  margin: 0 auto 45px;
}
.acBox2 a.close2{
  display: block;
  width: 250px;
  margin: 0 auto 45px;
}

.alR{
  text-align: right
}

   @media screen and (max-width: 767px) {
     .acBox a.close{
  display: block;
  width: 200px;
  margin: 0 auto 0px;
}
     .acBox2 a.close2{
  display: block;
  width: 200px;
  margin: 0 auto 0px;
}


.alR{
  text-align: left;
  font-size: 12px;
  line-height: 2.0
}
     
}


#teacher02::after {
  content: '';
  background: url(../images/wave.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.accepting{
  text-align: center;
  padding: 30px 0;
}


.accepting p{
  margin-top: 10px;
  line-height: 1.875;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
.btn02{
    display: block;
  margin: 14px auto 50px;
  background: #e4016c;
  color: #fff;
  text-align: center;
  padding: 36px 45px;
  border-radius: 60px;
  font-size: 30px;
  max-width: 650px;
  font-weight: bold;
}

   @media screen and (max-width: 767px) {
     #teacher02::after {
  content: '';
  background: url(../images/wave.png) center center no-repeat;
       background-size: 1000px auto;
  display: block;
  width: 100%;
  height: 41px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
     
     .accepting{
  text-align: center;
  padding: 20px 0 14px;
}


.accepting p{
  margin-top: 10px;
  line-height: 1.875;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
}
.btn02{
    display: block;
  margin: 14px auto 0px;
  background: #e4016c;
  color: #fff;
  text-align: center;
  padding: 14px 45px;
  border-radius: 60px;
  font-size: 20px;
  width: 94.2%;
  max-width: 650px;
  font-weight: bold;
}
     
     .accepting img{
  width: 94.2%;
}
     
}

.twBnr{
     display: block;
  margin: 14px auto 35px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 26px 170px;
  border-radius: 60px;
  font-size: 24px;
  max-width: 650px;
  font-weight: bold;
  position: relative;
}
.twBnr span{
  display: block;
  font-size: 18px;
}
.twBnr:before{
    content: '';
  background: url(../images/x.png) 0 0 no-repeat;
  display: block;
  width: 68px;
  height: 64px;
  position: absolute;
  left: 90px;
  top: 28px;

}
.twBnr:after{
    content: '';
  background: url(../images/twph.png) 0 0 no-repeat;
  display: block;
  width: 139px;
  height: 125px;
  position: absolute;
  right: 20px;
  bottom: 0px;

}
   @media screen and (max-width: 767px) {
     .twBnr{
     display: block;
  margin: 14px auto 20px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 13px 10%;
  border-radius: 60px;
  font-size: 12px;
   width: 94.2%;
  max-width: 650px;
  font-weight: bold;
  position: relative;
}
.twBnr span{
  display: block;
  font-size: 9px;
}
.twBnr:before{
    content: '';
  background: url(../images/x.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 34px;
  height: 32px;
  position: absolute;
  left: 45px;
  top: 14px;

}
.twBnr:after{
    content: '';
  background: url(../images/twph.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 70px;
  height: 63px;
  position: absolute;
  right: 10px;
  bottom: 0px;

}
     
}



.lineBnr{
     display: block;
  margin: 14px auto 35px;
  background: #42c607;
  color: #fff;
  text-align: center;
  padding: 26px 160px;
  border-radius: 60px;
  font-size: 24px;
  max-width: 650px;
  font-weight: bold;
  position: relative;
}
.lineBnr span{
  display: block;
  font-size: 18px;
}
.lineBnr:before{
    content: '';
  background: url(../images/line.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 67px;
  position: absolute;
  left: 65px;
  top: 30px;

}
   @media screen and (max-width: 767px) {
     .lineBnr{
     display: block;
  margin: 14px auto 35px;
  background: #42c607;
  color: #fff;
  text-align: center;
  padding: 8px 10% 9px 17%;
  border-radius: 60px;
  font-size: 15px;
   width: 94.2%;
  max-width: 650px;
  font-weight: bold;

  position: relative;
}
.lineBnr span{
  display: block;
  font-size: 12px;
}
.lineBnr:before{
    content: '';
  background: url(../images/line.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 35px;
  height: 34px;
  position: absolute;
  left: 30px;
  top: 15px;

}
     
}



#cts-intro{
  text-align: center;
  padding: 45px 0 75px;
}
.cp-btn__item {
      position: relative;
      display: inline-block;
      min-width: 208px;
      margin: 0 8px 16px;
      padding: 12px 16px;
      font-weight: bold;
      border-radius: 10px;
      color: #fff;
      transition: all .3s;
      background: #000; }
.cp-btn__item--sub {
        background: #ccc;
        color: #000; }

#acTop{
  margin-top: -100px;
  padding-top: 100px;
}
.coming{
	text-align: center;
	font-size: 24px;
	margin-bottom: 100px
}
   @media screen and (max-width: 767px) {
		 .coming{font-size: 4vw;
		 }
		 .topBtn0613{
	margin-bottom: 30px
}
}

.news{
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 9999999;margin-bottom: 50px;

}
.news img{
    vertical-align: middle;
  margin-right: 9px
}
   @media screen and (max-width: 767px) {
     .news{
width: 92%;
    margin: 18px auto 0;
       font-size: 14px;
       margin-bottom: 25px;
  

}
.news img{
    width: 50px;
}
     
}
.acBox .qadl dt.newsIcon::before{
  content: url('../images/newsIcon.png');
  padding-left: 170px;
  padding-top: 13px;
  height: 35px;
}
   @media screen and (max-width: 767px) {
     .acBox .qadl dt.newsIcon::before{
  content: url('../images/newsIconsp.png');
  background-size: 111px auto;
  padding-left: 120px;
  padding-top: 10px;
 margin-bottom: 0px;
}
     
}


