/* CSS Document */

@media screen and (max-width: 768px) {
html body {
	font-family: Yu Gothic , ‘游ゴシック’ , ‘Hiragino Kaku Gothic ProN’ , ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif ;
	background:#FFF;
	background-image:none;
}
/*-----------------------------------------------------
レスポンシブ画像
------------------------------------------------------*/

  img {
    max-width: 100%;
    height: auto;
  }
html body .head{
	background: url("../images/head_sp.jpg") ;
	background-size: 160% auto;
    background-position: center top;
    position: relative;
    height: auto;
}
.head-bg {
    display: block;
    padding-top: 94.5%;
}
.head-bg2 {
    display: block;
    padding-top: 70.5%;
}
html body #wrapper .head_text01{
position: absolute;
    left: 2%;
    top: 4%;
    width: 30%;
    margin: 0 auto;
    z-index: 1;
}
html body #wrapper .head_text02{
position: absolute;
    left: 3%;
    top: 30%;
    width: 70%;
    margin: 0 auto;
    z-index: 1;
}
html body #wrapper .head_text03{
position: absolute;
    left: 2%;
    top: 75%;
    width: 60%;
    margin: 0 auto;
    z-index: 1;
}
html body #wrapper .head_text04{
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	width: 30%;
    height: auto;
	top:3%;
	left:4%;
}
html body #wrapper .head_text05{
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	width: 64%;
    height: auto;
	top:35%;
	left:4%;
}
/*-----------------------------------------------------
ヘッダー
------------------------------------------------------*/

#date {
    text-align: center;
    font-feature-settings: "palt";
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    text-shadow: 0px 0px 30px #000000;
    margin-top: -136%;
}
html body #wrapper .head_area{
	width: 100%;
}


html body #wrapper .head_line{
	border-top: 1px solid #ffffff;
	width: 85%;
	margin: 20px auto;
}

html body #wrapper .voice_item {
    background-color: #ebf8f9;
    padding: 0.6em ;
    width: 90%;
    margin: 0 auto 10px;
	
}

html body #wrapper .copy01{
	font-size: 28px;
	font-weight: 900;
	font-family: Lato;
	padding: 0 0 40px;
	line-height: 34px;

}

html body #wrapper .copy02{
	font-size: 20px;
	font-weight: 900;
	font-family: Lato;
	padding: 0 0 10px;
	line-height: 28px;

}

html body #wrapper .copy03{
	font-size: 18px;
	font-weight: 600;
	font-family: Lato;
	padding: 0 0 10px;
	line-height: 24px;

}

html body #wrapper .head_text h1{
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 24px;
	line-height: 34px;
}
html body #wrapper .head_text h2{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
}
html body #wrapper .head_text h3{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0;
}
html body #wrapper .head_text h4{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px;
}
html body #wrapper .head_text p{
	font-size: 12px;
	line-height: 20px;
}
html body #wrapper .head_text .kakaku{
	padding: 10px 0;
	line-height: 48px;
}
html body #wrapper .head_text .kakaku-sale{
	font-size: 24px;
	font-weight: bold;
}
  html body #wrapper #mask,
  html body #wrapper #mask_in,
  html body #wrapper .main,
  html body #wrapper .main2,
  html body #wrapper #footer .content,
  html body #wrapper form.bottom,
  html body #wrapper form.bottom div .text,
  html body #wrapper iframe,
  html body #wrapper #tokuten {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: none;
  }

/*-----------------------------------------------------
youtube
------------------------------------------------------*/

  html body #wrapper .youtube {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto ;

  }
  html body #wrapper .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
.youtubebg {
  background: #fff;
    padding-bottom: 5px;
		width: auto;
	margin: 0 auto;
	padding: 10px 0 5px;
}
.jissen {
    margin: 0 auto;
    width: 91%;
    border: solid 1px #ccc;
    margin-bottom: 20px;
}

/*-----------------------------------------------------
main
------------------------------------------------------*/
.hajime {
    border: solid 1px #CCC;
	width: 90%;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    margin: 10px auto;
}
  html body #wrapper .main {
   margin: 0 auto;
  }
  html body #wrapper .main .img1 {
    padding: 0 0 16px;
  }
  html body #wrapper .main .img2 {
    padding: 16px 0;
  }
html body #wrapper .sub-bg {
	padding:  0;
    margin: 0 auto;
    width: 94%;
}
html body #wrapper .sub-bg-ar {
  padding: 5px 0;
  margin: 0px 0px 20px;
    background: #cb2a32;
    position: relative;
}
html body #wrapper .sub-bg-ar:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #cb2a32;  /* 好みで色を変えてください */ 
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
html body #wrapper .sub-bgtop {
  padding: 5px 0;
  margin: 0px ;
}
html body #wrapper .sub {
  font-size: 22px;
  margin: 10px 0 ;
}
html body #wrapper .sub-bk {
  font-size: 20px;

}
html body #wrapper .sub-bg2 {
  padding: 24px 0;
  margin:  0;
}

html body #wrapper .sub2 {
    font-size: 28px;
    margin:  0 auto;
}

html body #wrapper .sub3 {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    font-feature-settings: "palt";
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
}
html body #wrapper .sub-bg3 {
    padding: 0 0 20px;
	}
html body #wrapper .sub4 {
    font-size: 24px;
    margin: -50px 0;
}
html body #wrapper .sub5 {
    font-size: 20px;
	margin: 20px auto;
}
ul.list {
list-style:none;
margin:0 auto;
background-color:#FFF;
color:#000;
padding:0px;
border:double #c7ad76 3px;
padding: 2% 4%;
}

ul.list li {
font-size:12px;
list-style:none;
margin:0 0 8px 0px;
padding:12px 0 12px 30px;
line-height:140%;
letter-spacing:1px;
background-image: url("../images/list_sp.png") ;
background-position:left top;
background-repeat:no-repeat;
border-bottom-width: 1px;
border-bottom-style: dotted;
}	


html body #wrapper .riyuu{
	width: 90%;
	margin: 20px auto ;
}
	
html body #wrapper .merit{
	width: 90%;
	margin: 10px auto;
	display: block;
}

html body #wrapper .contents{
	width: 90%;
	margin: 10px auto;
	display: block;
}

html body #wrapper .merit-sub{
	background: #83c9b1;
    color: #fff;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: 14px;
	font-weight: bold;
}
html body #wrapper .merit h1{
	font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
    border-bottom: solid 1px;
    padding-bottom: 10px;
	width: 80%;

}

  html body #wrapper .main p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
	padding: 5% 3.125%;
  }
  html body #wrapper .main .big {
    font-size: 18px;
  }
  html body #wrapper .main .big2 {
    font-size: 24px;
	  line-height: 32px;
  }
  html body #wrapper .main .spRight {
    width: 40%;
  }
  html body #wrapper .main2 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
	padding: 5% 3.125%;
  }
html body #wrapper .head_text00{
	color: #fff;
	padding: 16px 0;
	background: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
	.right { width: 80px;}
	
html body #wrapper .section_form {
    padding: 5px 0 20px;
    text-align: center;
}
html body #wrapper .form-text{
  font-size: 70%;
  line-height: 20px;
  text-align: left;
  max-width: 90%;
  margin: 15px auto 0;
}

html body #wrapper .bt{
  border: solid 3px #CCC;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
html body #wrapper .bt_text {
    padding:  10px;
    color: #fff;
    max-width: 80%;
    border: dotted #fff 1px;
    font-size: 10px;
    line-height: 24px;
    margin: 5px auto;
}
html body #wrapper .bt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



html body #wrapper .bt_area {
    padding: 20px 0 ;
}
html body #wrapper .bt01{
width:90%;
margin: 10px auto;
}
.toku {
    width: 96%;
    margin: 0 auto 20px;
}
.toku_no {
    background: rgb(55,70,90);
    font-size: 14px;
    font-weight: 900;
    font-family: Lato;
    vertical-align: middle;
    line-height: 24px;
    color: #ffffff;
    width: 30%;
    text-align: center;
	padding: 5px 0;
}

.toku_title {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 5px;
    line-height: 24px;
    width: 70%;
}
.joken {
    width: 96%;
    margin: 20px auto ;
}

.joken_title {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 5px;
    line-height: 24px;
    width: 70%;
}
.service {
    margin: 20px auto 40px;
	font-size: 12px;
	width: 96%;
}
.service-01 {
    padding: 5px 10px;
}
.spbn{display:block;}
.pcbn{display:none;}
.mousikomi{width: 90%; margin: 10px auto;}

html body #wrapper .con-bg {
  background: url("../images/bg_con.jpg") #fef7f4;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 4px 0;
}

html body #wrapper .con h1 {
    background: #f29b76;
    color: #000;
	font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    width: auto;
	line-height: 24px;
}

html body #wrapper .con {
margin: 10px ;
	
box-shadow:0px 0px 6px 3px #eee ;
-moz-box-shadow:0px 0px 6px 3px #eee ;
-webkit-box-shadow:0px 0px 6px 3px #eee ;
}

html body #wrapper .con-text {
  padding:10px;
  font-size: 20px;
  line-height: 34px;
  background-color:#FFF;
}
	
html body #wrapper .about-sub{
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 20px ;
}

html body #wrapper .section_movie {
    background-image: url(../images/bg_movie.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 0;
}
html body #wrapper .movie-text {
    margin: 20px auto 0;
    display: block;
	width: 90%;
}
html body #wrapper .section00 {
    background: #fff;
    padding: 20px 0;
}
html body #wrapper .section01 {
    padding: 20px 0  ;
	margin: 0 ;
}

html body #wrapper .section02 {
	padding:  20px 0 0 ;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
html body #wrapper .section03 {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
}
html body #wrapper .section04 {
    padding: 90px 0 40px;
    position: relative;
}
html body #wrapper .section05 {
    padding: 20px 0  ;
	margin: 0 ;
}

html body #wrapper .section_prof {
    padding: 20PX 10px ;
}
html body #wrapper .prof {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: none;
    margin: 0 auto 10px;
  }
.prof02 {
    margin: 0 ;
}
	
.prof02txt{
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
	margin-left: 0;
}
.info{
margin: 0 auto ;
padding:1% 1% 1% 1%;
border:solid 1px #999999;
background-image: url("../images/ftitle.png") ;
background-size: 100%;
background-position:top center;
background-repeat:no-repeat;
}

table.outline{
width:100%;
border-collapse:separate;
margin:0 auto;
}
table.outline td{
font-size:12px;
line-height:150%;
border-bottom:dotted 1px #999999;
padding:5% 2% ;
vertical-align: middle;
}
table.outline td.item{
font-weight:bold;
background-color:#F6F6F6;
border-bottom:dotted 1px #999999;
text-align:center;
width:25%;
height: auto;
}



table.curriculum {
    width: 90%;
    border-collapse: separate;
    margin: 20px auto 0;
}
table.curriculum td {
    line-height: 150%;
    border-bottom: dotted 1px #999999;
	padding:2% ;
    text-align: left;
}
.curriculum-img{
padding: 0 !important;
}

.curriculum01{
    background-color: #c0506b;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 14px !important;
	border-right:dotted 1px #999999;
}

.curriculum01-text{
    background-color: #f9f2f2;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 12px !important;
	border-right:dotted 1px #999999;
}
.curriculum02{
    background-color: #E2A954;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 90% !important;
	border-right:dotted 1px #999999;
}
.curriculum02-text{
    background-color: #fdf9f3;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 12px !important;
	border-right:dotted 1px #999999;
}
.curriculum03{
    background-color: #80c3c6;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 90% !important;
	border-right:dotted 1px #999999;
}
.curriculum03-text{
    background-color: #f5fafa;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 12px !important;
	border-right:dotted 1px #999999;
}
.curriculum04{
    background-color: #324451;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 90% !important;
	border-right:dotted 1px #999999;
}
.curriculum04-text{
    background-color: #eaeff3;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 12px !important;
	border-right:dotted 1px #999999;
}

.curriculum-text{
	border-right:dotted 1px #999999;
	font-size: 12px !important;
}


.k-right {
    margin: 5px 0 5px 5px;
    float: right;
    clear: both;
    width: 120px;
}
.text_nittei {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
	width: 80%;
	line-height: 16px;
	margin: 0 auto;
	display: block;
}
html body #wrapper .btarea{
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
html body #wrapper .btarea p{
	font-size: 70%;
}
html body #wrapper .btarea img{
	width: 80%;
}
html body #wrapper .cp_qa {
    margin: 20px 10px;
}
html body #wrapper .cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    background: #f5f5f5;
    font-size: 12px;
}
html body #wrapper .cp_qa .cp_actab input:checked ~ .cp_actab-content p {
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 0;
}
html body #wrapper .img01{
  width: 70%;
  margin: 0 auto;
  display: block;
}
.point {
    padding: 0 0 10px;
    margin: 10px auto;
    
	width: 94%;
}

.point-sub {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0px;
}
.content {
    padding: 0 0 10px;
    margin: 20px auto;
    
	width: 94%;
}

.content-sub {
    background: #61888a;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.tokuten {
    padding: 0 0 10px;
    margin-bottom: 20px;
    
	width: 94%;
}
.tokuten-sub {
    background: #e0b358;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.point-img{
margin: 10px ;
width: 70%;
}
.countdown {
	margin-left:auto;
	margin-right:auto;
	margin:0;
	padding:5px 0;
	width: 100%;
	font-size:14pt;
	line-height: 24px;
	text-align:center;
}
html body #wrapper .arrow{
max-width: 80px;
margin: 0 auto;
display: block;
}

.faceicon img {
    width: 60px;
    height: auto;
}
.balloon_l, .balloon_r {
    margin: 15px 5px;
    display: flex;
    /* justify-content: flex-start; */
    align-items: flex-start;
    /* align-items: center; */
}
.says {
    max-width: 300px;
    flex-wrap: wrap;
    position: relative;
    padding: 17px 13px 15px 18px;
    border-radius: 12px;
    background: #f2eafc;
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /* align-items: center; */
    font-size: 14px;
}
#close_button {
    position: absolute;
    top: 0;
    right: 0;
	display: block;
}

#line_banner img {
    height: auto;
    width: 100%;
	display: block;
}
.jisseki-img {
    width: 92%;
	margin: 0 auto;
	display: block;
}

html body #wrapper .form {
    padding: 10px 0px;
    overflow: hidden;
    margin: 0 auto;
	width: 92%;
}
html body #wrapper .form-img {
    width: 94%;
}




html body #wrapper .qa-container {
  margin: 20px auto 0;
  width: 100%;
  padding: 0 20px;
}

html body #wrapper .qa-list{
background: #f3f3f3;
padding: 0 0 5px;
margin: 20px 0;
}

html body #wrapper .qa-list:not(:first-child) {
  margin-top: 10px;
}

html body #wrapper .question-title {
  cursor: pointer;
  font-size: 14px;
  padding: 10px 40px;
  position: relative;
  line-height: 24px;
  font-weight: bold;
}

html body #wrapper .question-title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 9px;
  left: 12px;
  color: #6cb8c4;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html body #wrapper .question-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 45%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

html body #wrapper .question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

html body #wrapper .answer-text {
  display: none;
	padding: 20px 10px 20px 40px;
    position: relative;
    background: #fff;
    font-size: 14px;
    margin: 0 10px 10px;
	line-height: 28px;
}

html body #wrapper .answer-text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 20px;
  left: 15px;
  color: #c92c37;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html body #wrapper .about > div {
    width: 90%;
    margin: 0 auto;
}
html body #wrapper .about-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #33bcd5;
    padding: 5px 0 2px;
}
html body #wrapper .about-text {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
	margin-bottom: 20px;
}

html body #wrapper .pro{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
html body #wrapper .pro > div{
    width: 46%;
    margin: 1% 2%;
}
html body #wrapper .pro-img{
width: 100%;
}

.flow {
    width: 80%;
    margin-left: 60px;
}
.flow-box {
    background: #f2f1f0;
    margin-top: 5px;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 24px;
}
.flow-box2 {
    background: #f2f1f0;
    margin-top: 5px;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 24px;
}
.flow-title {
    align-items: center;
    color: #33bcd5;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.flow-num {
    background: #33bcd5;
    color: #fff;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
    padding: 8px 0px;
}
.flow-text{
font-size: 14px;
line-height: 1.4;
}
html body #wrapper .scroll-bt img {

    width: 80%;

}
.book-img {
    width: 100%;
    margin-bottom: 20px;
}
.model-img{
width: 80%;
margin: 0 auto;
display: block;
}
.space-80 {
    margin-top: 10px;
}
.space-120 {
    margin-bottom: 90px;
}
.space-140 {
    margin-top: -70px;
}
.w-80 {
    width: 95%;
}
.seika-img{
margin: 0 auto 10px;
display: block;
width: 90%;
}
.saisei{
width: 90%;
}
.saisei_01{
margin-bottom: 20px;
}
.saisei_02{
margin-bottom: 10px;
}
.saisei_sub{
margin-top: -50px;
}
/*-----------------------------------------------------
footer
------------------------------------------------------*/

  html body #wrapper #footer{
    padding-bottom: 120px;
  }
}

