/*box shadow *の変更*/



.cf:after{content:".";clear:both;height:0;visibility:hidden;overflow:hidden;font-size:.1em;line-height:0}.cf{min-height:1px}* html .cf{height:1px}

/* NOTE: ■エレメント *//*————————————————————————————————————————————————————————————————*/

.sp {
	display: none;
}

#background{
	background-image: url(../img/back_pink.php);
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Helvetica Neue,B42YuGothic,YuGothic,Hiragino Kaku Gothic ProN,メイリオ,meiryo,sans-serif;
	line-height: 1.5;
	color: #444;
	background-color: #fff;
	background-repeat: repeat;
	/* background-color: #E6E6E6; */
}

h3 {
	text-align: center;
}



/* NOTE: ■グローバル *//*————————————————————————————————————————————————————————————————*/

/* header*/
header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top:0;
  box-shadow: 0px 0px 7px 2px rgba(138, 138, 138, 0.5);
  height: 78px;
  z-index: 999;
}

header #knocknote {
	display: inline-block;
	padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
		float: left;
}

header #knocknote a {
	display: inline-block;
}

header #knocknote a img {
	width: 85%;
}



header img {
  display: inline-block;
}
/* ノックノートアイコン */
header figure {
  display: inline-block;
  text-align: center;
}



header .headerBTN a {
	background: #ff5757;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 15px;
}

.mg60{
	margin: 0 60px;
}

.annotation {
	text-align: right;
	font-size: 1vw;
	color: #fff;
	margin: 0 auto;
	position: relative;
	top: -2px;
	width: 80%;
	max-width: 800px;
}
/*
.header-absolute{
  position: absolute;
  top:20%;
  right:1.5%;
}
*/
.summer__form-label {
	margin-bottom: 5px
}

.summer__form-label--second {
	margin: 20px 0 5px;
}

@media screen and (min-width:600px) {
	header nav{
	  background-color: white;
	  display: inline-block;
	  margin: 0;
	}
	header nav ul{
	    margin: 0;
	    box-shadow: : 0px 1px 1px black;
	}

	header nav ul li {
		display: inline-block;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		padding: 0 1vw;
		/* border-right: #d8d8d8 solid 1px; */
		/* line-height: .6; */
	}

	header nav li a{
		text-decoration: none;
		color: #41000e;
		font-size: 1.5vw;
		transition: all .2s ease;
	}

	header nav li a:hover {
		color: #fb007c;
	}

	.contents{
		max-width: 980px;
		margin: 0 auto;
	}

/*
	header div a img.free-icon{
	position:absolute;
	display: block;
	 transform: translate(-270%,-40%);
	 z-index: 1;
	}

	header div a.button{
	  position: relative;
	  text-decoration: none;
	  border-radius:5px;
	  text-shadow: 1px 1px 3px black;
	  box-shadow:1px 1px 2px black;
	  padding:8px 20px 8px 5px;
	  float: left;t: right;
	  background-color: #ff5757;
	  color:#ffffff;
	  width: 100%;
	  font-size: 20px;
	}
*/
	.pcHide{
		display:none !important;
	}
}







/* footer */
footer {
	background-color:#3389ca;
  color:white;
  text-align: center;
  padding:3em 0;
}


footer address {
	font-style: normal;
}

footer address h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}







/* NOTE: ■共通利用クラス *//*————————————————————————————————————————————————————————————————*/
.center {
  text-align: center;
}
.larger{
  width: 100%;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.flex-c{
  display: flex;
  justify-content: center;
}
.flex-space{
  display: block;
  justify-content: space-around;
  text-align: center;
}
.relative{
  position: relative;
  display: block;
}

.center-title{
  text-align: center;
  position: relative;
  top:50px;
  margin-top: 10px;
  z-index: 200;
}

.cream {
	background-color: #fff;
	padding-bottom: 50px;
}

.polca-dot{
  background-color: #fff;
  /* background-image:url("../img/effect-dot@2x.png"); */
  background-repeat:repeat;
  background-position: center top;
  position: relative;
  z-index: 0;
}

.cream,
.polca-dot {
	padding-top: 15px;
}



.cream > h1,
.polca-dot > h1 {
	border: red solid 1px;
	display: none;
}



.polca-dot::before{
  content:'';
  display: block;
  position: absolute;
  top:-5px;
  /* background-image:url("../img/yei.png"); */
  background-repeat:repeat-x;
  width: 100%;
  height:15px;
}

.polca-dot::after{
  content:'';
  display: block;
  position: absolute;
  bottom: -10px;
  /* background-image:url("../img/effect-border-ye@2x.png"); */
  background-repeat:repeat-x;
  width: 100%;
  height:15px;


/*   border: red solid 1px; */


}

.backsakura {
	background-image: url(../img/headline.png);
	background-size: 59vw;
    background-position: center -1vw;
	text-align: center;
	font-size: 3vw;
    height: 12vw;
    padding: 2vw;
    margin: 50px 0 30px 0;
	color: #673737;
}

.headline {
	/* background-image: url(../img/headline.png); */
	background-size: 59vw;
    background-position: center -1vw;
	text-align: center;
	font-size: 3vw;
    height: 12vw;
    padding: 2vw;
    margin: 100px 0 30px 0;
	color: #673737;
}

.headline::before {
	display: inline-block;
	content: "";
	width: 10vw;
    height: 10vw;
    background-image: url(../img/sakura_left.png);
    background-size: 10vw;
    margin-left: 0px;
    margin-bottom: -3.5vw;
}

.headline::after {
	display: inline-block;
	content: "";
	width: 10vw;
    height: 10vw;
    background-image: url(../img/sakura_right.png);
    background-size: 10vw;
    margin-left: 0px;
    margin-bottom: -3.5vw;
}

.pink {
	background-image: url(../img/back_btn.png);
	background-position: center -160px;
    height: 500px;
    background-size: 100vw;
    margin-top: 100px;
}

.pink > div {
	margin: 2vw 6vw;
    position: relative;
    top: 16vw;
}

.white {
	background:rgba(255,255,255,0.5);
	position: relative;
	color: #673737;
	top: 2vw;
	padding: 2vw;
	margin: 3vw 15vw 3vw 15vw;
	text-align: center;
	font-size: 2.5vw;
}

.term {
	background: #FFBA00;
	border-radius: 13px;
	color: #fff;
	font-size: 2.33vw;
	text-align: center;
	padding: 2px;
	width: 70%;
	margin: 0 auto;
	max-width: 500px;
}

.contents_about {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/back_pink_small.png);
	background-size: 60%;
    background-position: center bottom;
}

.contents_about img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.contents_about p {
	margin: 20px 50px 40px;
    font-size: 1.7rem;
	color: #673737;
}

.form_box {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 70px 50px 30px;
	background-color:#fff;
	border-radius:30px;
}

.white-box{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 70px 50px 30px;
	background-color:#fff;
	border-radius:30px;
	background-image: url(../img/back_pink_mid.png);
    background-size: 90%;
    background-position: center;
}

.white-box img{
	width: 100%;
}

.course_intro {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 70px 50px 30px;
    background-color: #fff;
    border-radius: 30px;
    background-image: url(../img/back_pink.png);
    background-size: 90%;
    background-position: center;
}

section h1.no-margin{
	margin: 0;
}


.small {
	font-size: 90%;
}
.gray {
	color: #666;
}
.red {
	color: #ff3232;
}





/* NOTE: -体験申し込みボタン */


.applyBTN {
	text-align: center;
	padding-top: 2vw;
	padding-bottom: 4vw;
/* 	border: red solid 1px; */
}

.applyBTN a {
	display: inline-block;
	color: #fff;
	/* background-color: #51CB46; */
	background: linear-gradient(#6DE260, #39B630);
	text-decoration: none;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 40px;
	border: white solid 3px;
	border-radius: 12px;
	box-shadow: 1px 1px 1px 1px rgba(52, 52, 52, 0.6);
	position: relative;
	transition: all .2s ease;
	width: 95%;
	max-width: 700px;
}

.applyBTN a:hover {
	background-color: #6DE260;
}



.applyBTN a:before {
	display: inline-block;
	content: "";
	width: 79px;
	height: 112px;
	/* background-image: url("../img/arrow.png"); */
	position: absolute;
	bottom: 20px;
	left: -120px;
	pointer-events: none;
}

.applyBTN a span {
/* 	border: blue solid 1px; */
	position: relative;
	font-size: 3vw;
}


.applyBTN a span::before {
	display: inline-block;
	content: "";
	width: 61px;
	height: 52px;
	/* background-image: url("../img/free-icon.png"); */
	margin-left: 10px;
	position: absolute;
	left: -80px;
	top: -40px;
}



.applyBTN a span::after {
	display: inline-block;
	content: "";
	width: 3vw;
    height: 3vw;
    background-image: url(../img/click_icon.png);
    background-size: 2.6vw;
    margin-left: 10px;
    margin-bottom: -0.5vw;
}

.campaign {
	position: relative;
	top: 20px;
	max-width: 980px
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    background: #FDFF00;
    text-align: center;
    color: rgb(247, 90, 132);
    font-size: 4vw;
	line-height: 60px;
    letter-spacing: 1px;
	border: #fff solid 8px;
	/* line-height: 40px; */
    padding: 10px 0 0 0;
	margin: 0 10%;
    /* border-radius: 15px 15px 0 0; */
    /* border: white solid 5px;
    color: #F75A84;
    margin-bottom: 5px;
	z-index: 5; */
}

.campaign p{
	font-size: 3vw;
}

.campaign span{
	font-size: 6vw;
}

.campaign_btn{
	background: rgba(255,255,255,0.5);
	padding: 3vw;
	position: relative;
	/* top: 70%; */
}

.campaign_btn h1::before{
	content: "";
	background-image: url("../img/remaining.png");
    width: 10vw;
    height: 10vw;
    display: inline-block;
    background-size: 10vw;
    margin-left: -10vw;
    margin-bottom: -0;
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}

.campaign_btn h1{
	text-align: center;
	color: #673737;
    font-size: 4vw;
	/* padding: 3vw 0 0 0; */
}

.campaign_btn p{
	background: #FFBA00;
	border-radius: 13px;
	color: #fff;
	font-size: 25px;
    text-align: center;
	padding: 2px;
	width: 70%;
	margin: 0 auto ;
	max-width: 500px;
}

.year {
	font-size: 3vw!important;
}



/* NOTE: ■個別 *//*————————————————————————————————————————————————————————————————*/



/* NOTE: -トップ */

#top {
	display: block;
	position: relative;
	background-image: url("../img/top-img.jpg");
	background-repeat: no-repeat;
	background-position:0% 0%;
	/*   background-size: 100% 100%;  */
	background-size: cover;
	margin-top:85px;
	/*   height:800px; */
	/* height: calc(100vh - 85px); */
	/* 	border: red solid 3px; */
}

#top figure {
/* 	border: blue solid 4px; */
	display: block;
	width: 100%;
	position: relative;
}



#top figure > img {
	position: relative;
	top:30px;
	margin: 0 auto;
	display: block;
	width: 60%;
	max-width: 700px;
}

#top figure img:nth-of-type(2){
	/* position: absolute; */
	/* bottom:30px;
	right:30px; */
	width: 40%;
	margin-top: 60px;
	margin-bottom: 30px;
}


#top figure a {
	display: block;
	width: 566px;
	height: 418px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}





/* NOTE: -キャンペーン */

#campaign{

}

#campaign .white-box{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: center;
	position: relative;
}

#campaign .white-box::before{
	content:"";
	width:82px;
	height:47px;
	/* background-image: url("../img/happa.png"); */
	display: block;
	position: absolute;
	bottom: 0;
	left: 100px;
}


#campaign .white-box h2 {
/* 	border: red solid 1px; */
	display: inline-block;
	background-image: url("../img/tadaima-under.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #ff172c;
	font-size: 3.5rem;
	position: relative;
	margin-bottom: 40px;
}

#campaign .white-box h2::before,
#campaign .white-box h2::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 59px;
	background-image: url("../img/icon_kirakira.png");
	background-size: contain;
	position: absolute;
}

#campaign .white-box h2::before {
	left: -80px;
}

#campaign .white-box h2::after {
	right: -80px;
}


#campaign .campaign_txt1 {
	font-size: 2.7rem;
	margin-bottom: 20px;
	color: #555;
}


#campaign .campaign_txt1 .words {
	color: #ff172c;
}

#campaign .campaign_txt1 .words1 {
	font-size: 140%;
	color: #ff172c;
	font-weight: bold;
}

#campaign .campaign_txt1 .strike {
/* 	border: red solid 1px; */
	display: inline-block;
	font-size: 80%;
	color: #a2a2a2;
	position: relative;
}

#campaign .campaign_txt1 .strike::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 0, 0, 0.7);
	transform-origin: left top;
	transform: rotate(9deg);
}

#campaign .campaign_txt1 .strike::after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 0, 0, 0.7);
	transform-origin: left bottom;
	transform: rotate(-9deg);
}


#campaign .campaign_txt1.mb60 {
	margin-bottom: 60px;
}




#campaign .campaign_txt2 {
	font-size: 3.5rem;
	display: inline-block;
	background-image: url("../img/okykausama_under.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	letter-spacing: 1px;
	color: #555;
}

#campaign .campaign_txt2 .words3 {
	font-size: 160%;
	color: #fb007c;
	font-weight: bold;
}

.comments-box {
	width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 50px 30px;
    background-color: #fff;
	background-image: url(../img/back_pink.png);
    background-size: 66%;
    background-position: center;
}

.comments-box img {
	width: 100%;
}

/* NOTE: -3つの力 */
.circles ul {
	height: 300px;
    width: 300px;
}

.circles > ul li {
	/* background: #FAB1C5; */
    border-radius: 50%;
    height: 150px;
    width: 150px;
    line-height: 1.6;
    display: inline-block;
    margin: 10px 25px;
    padding-top: 80px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.01em;
}

.circles > ul li:nth-child(1){
	background: rgba(250,177,197,0.5);
	position: relative;
	left: 17%;
}

.circles > ul li:nth-child(2){
	background: rgba(128,255,0,0.5);
    position: relative;
    top: -60px;
	left: -5px;
}

.circles > ul li:nth-child(3){
	background: rgba(255,255,0,0.5);
	position: relative;
    left: 110px;
    top: -230px;
}

.circle_txt{
	position: relative;
    top: -21px;
	font-size: 23px;
    color: #673737;
}

.circles h4 {
	/* background: #FAB1C5; */
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 1.6;
    display: inline-block;
    margin: 10px 25px;
}

.circles h4:nth-child(2){
	background: rgba(250,177,197,0.5);
}

.circles h4:nth-child(4){
	background: rgba(128,255,0,0.5);
}

.circles h4:nth-child(6){
	background: rgba(255,255,0,0.5);
}

/* NOTE: -当日の流れ */

#flow {
}

#flow .white-box {
	position: relative;
	z-index: 100;
}

#flow .white-box > section {
	margin-bottom: 40px;
}


#flow .white-box > section > h2 {
/* 	border: red solid 1px; */
	height: 64px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
/* 	left: -7px; */
}

#flow h2.flow_ttl01 {background-image: url("../img/flow_ttl01.png");}
#flow h2.flow_ttl02 {background-image: url("../img/flow_ttl02.png");}


#flow .flow_sec01 > div {
}

#flow .flow_sec01 > div img {
}


#flow .flow_sec02 > div {
	display: flex;
}

#flow .flow_sec02 > div iframe,
#flow .flow_sec02 > div p {
	display: block;
	flex-grow: 1;
	flex-basis: 50%;
	font-size: 1.7rem;
	line-height: 1.7;
	color: #673737;
}

#flow .flow_sec02 > div p {
	margin-right: 30px;
}

.allpoints {
	text-align: center;
	height: 450px;
	background-image: url(../img/back_pink_small.png);
    background-size: 90%;
    background-position: center;
}

.points {
	width: 400px;
	display: inline-block;
}

.points_detail{
	/* display: inline-block; */
	width: 345px;
	vertical-align: top;
	margin: 0 auto;
	position: relative;
    top: -150px;
}

.points_detail p {
	line-height: 24px;
	vertical-align: middle;
    text-align: left;
	margin: 10px;
	font-size: 1.7rem;
	color: #673737;
}

#minipink::before {
	content: "";
	display: inline-block;
	background: rgba(250,177,197,0.5);
	position: relative;
	left: -3%;
	border-radius: 50%;
    height: 50px;
    width: 50px;
}
#minigreen::before {
	content: "";
	display: inline-block;
	background: rgba(128,255,0,0.5);
	position: relative;
	left: -3%;
	border-radius: 50%;
    height: 50px;
    width: 50px;
}
#miniyellow::before {
	content: "";
	display: inline-block;
	background: rgba(255,255,0,0.5);
	position: relative;
	left: -3%;
	border-radius: 50%;
    height: 50px;
    width: 50px;
}


/* NOTE: -コース紹介 */

.course {
	width: 420px;
	display: inline-block;
	vertical-align: top;
    margin: 40px 5px;
}

.course h3 {
	font-size: 30px;
    color: #FFBA00;
}

.course > img{
	margin: 0 auto;
	display: block;
	max-width: 420px;
	height: 235.5px;
	width: 100%;
}

.course > span{
	font-weight:bold;
	display: block;
	margin-left: auto;
	margin-right: auto;
/* 	height: 5rem; */
	min-height: 150px;
	width: 100%;
	padding:20px 20px 0px 20px;
/* 	border: red solid 1px; */
}

.course_name {
	display: inline-block;
}

.subhead{
	position: relative;
	top: 10px;
	display: inline-block;
	text-align: left;
	width: 315px;
	font-size: 17px;
	color: #673737;
}

.grade{
	display: inline-block;
	width:100px;
	font-size: 15px;
	background-color: #EE93BB;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 3px;
}

.goodpoint {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.goodpoint p {
	text-align: left;
    line-height: 24px;
    vertical-align: middle;
    margin: 0;
	color: #673737;
}

.goodpoint p::before {
	content:"";
	display: inline-block;
    background-image: url(../img/icon_sakura.png);
    background-size: 17px;
	background-position: left 0px;
    width: 20px;
    height: 20px;}

#scratch,#robot,#unity{
	display: block;
	height: 220px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#scratch{background-image: url("../img/ko-su/img1@2x.png");}
#robot{background-image: url("../img/ko-su/img2@2x.png");}
#unity{background-image: url("../img/ko-su/img3@2x.png");}

.youtube{
	height: 228px;
	width: 410px;
}



/* NOTE: -選ばれる理由 */
#reason {
/* 	border: red solid 7px; */
}


#reason .reason_figure {
/* 	border: red solid 1px; */
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#reason .reason_figure dl {
	width: 49%;
	position: relative;
/* 	border: blue solid 1px; */
}

#reason .reason_figure dl dt {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background: #fff4e0;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 3px;
	padding: 10px 0;
	border-radius: 15px 15px 0 0;
	color: #666;
	margin-bottom: 5px;
}

#reason .reason_figure dl dd {
	border: #fff4e0 solid 6px;
	border-radius: 0 0 15px 15px;
	text-align: center;
	padding: 10px;
}

#reason .reason_figure dl dd img {
	max-width: 100%;
}

#reason .reason_voice dl {
	display: flex;
	justify-content: space-between;
}

#reason .reason_voice dl:nth-of-type(1) {
	margin-bottom: 60px;
}

#reason .reason_voice dl:nth-of-type(2) {
	flex-direction: row-reverse;
}

#reason .reason_voice dl dt {
	text-align: center;
}

#reason .reason_voice dl dd {
	background: #fff4e0;
	border-radius: 20px;
	padding: 40px;
	width: 75%;
	position: relative;
}

#reason .reason_voice dl:nth-of-type(1) dd::before {
	content: "▲";
	font-size: 3rem;
	position: absolute;
	left: -2.5rem;
	top: 40%;
	transform: rotate(-90deg);
	color: #fff4e0;
}


#reason .reason_voice dl:nth-of-type(2) dd::before {
	content: "▲";
	font-size: 3rem;
	position: absolute;
	right: -2.5rem;
	top: 40%;
	transform: rotate(90deg);
	color: #fff4e0;
}


#reason .reason_voice dl dd b {
	color: #6a4100;
	display: block;
	text-align: center;
	font-size: 2rem;
}

#reason .reason_voice dl dd p {
	line-height: 1.8;
}


#reason .reason_voice01 {
}

#reason .reason_voice01 dt {

}

#reason .reason_voice01 dd {
}




#reason .white-box > section {
	margin-bottom: 40px;
}

#reason .white-box > section > h2 {
/* 	border: red solid 1px; */
	height: 64px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	left: -7px;
	margin-bottom: 15px;
}


#reason h2.reason_ttl01 {background-image: url("../img/reason_ttl01.png");}
#reason h2.reason_ttl02 {background-image: url("../img/reason_ttl02.png");}
#reason h2.reason_ttl03 {background-image: url("../img/reason_ttl03.png");}
#reason h2.reason_ttl04 {background-image: url("../img/reason_ttl04.png");}


#reason .white-box > section p {
	line-height: 1.7;
	color: #6a4100;
	font-size: 1.7rem;
}









/* NOTE: -メディア掲載 */

#media {

}

#media img {
	max-width: 100%;
}



#media .media_sec01 {
/* 	border: red solid 1px; */
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 20px;
}


#media .media_sec01 dt {
/* 	border: red solid 1px; */
}

#media .media_sec01 dd {
/* 	border: blue solid 1px; */
	margin-left: 0;
	color: #673737;
}


#media .media_sec02 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

/* #media .media_sec02::before {
	content: "";
	display: block;
	width: 98px;
	height: 84px;
	background-image: url("../img/media_cloud_book.png");
	position: absolute;
	left: -120px;
	top: 50%;
} */

/* #media .media_sec02::after {
	content: "";
	display: block;
	width: 124px;
	height: 106px;
	background-image: url("../img/media_cloud_youtube.png");
	position: absolute;
	right: -130px;
	top: 10%;
} */




#media .media_sec02 div:nth-of-type(1) {
	width: 28%;
	padding: 17px 12px 0 6px;
	background-image: url("../img/media_book_wrap.png");
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
/* 	border: red solid 3px; */
}

#media .media_sec02 div:nth-of-type(2) {
	width: 70%;
	padding: 15px;
	background-image: url("../img/media_youtube_wrap.png");
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
}

#media .media_sec02 div:nth-of-type(2) iframe {
	width: 97%;
	position: relative;
	top: 3px;
/* 	height: 285px; */
}

#media .media_sec03 {
/* 	border: red solid 1px; */
	margin-top: 70px;
}

#media .media_sec03  button {
	text-align: center;
	display: block;
/* 	border: #50c5ff solid 5px; */
	margin: 0 auto;
	border-radius: 5px;
}

#media .media_sec03 button span {
	display: inline-block;
	background: #9ad8f6;
	color: #fff;
	font-weight: bold;
	padding: 7px 20px;
	border-radius: 5px;
}

#media .media_sec03 div {
	display: none;
}


#media .media_sec03 dl {
/* 	border: blue solid 1px; */
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
}

#media .media_sec03 dl dt {
	font-size: 2rem;
	font-weight: bold;
	color: #673737;
	margin-bottom: 10px;
}

#media .media_sec03 dl dd {
	margin-bottom: 50px;
	position: relative;
}

#media .media_sec03 dl dd img {
	background: #fde52f;
	padding: 10px;
	border-radius: 5px;
}


/* #media .media_sec03 .media_more_tv::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border: red solid 1px;
	position: absolute;
	left: -120px;
	top: 40%;
	background: url("../img/ico_tv_left.png");
	background-size: contain;
} */


#media .media_sec03 .media_more_book {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/* #media .media_sec03 .media_more_book::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border: red solid 1px;
	position: absolute;
	left: -120px;
	top: 30%;
	background: url("../img/media_cloud_book.png");
	background-size: contain;
	background-repeat: no-repeat;
} */

#media .media_sec03 strong {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #9ad8f6;
	font-style: italic;
}




/* NOTE: -アクセス */

#access {

}

.yotsuya {
/* 	border: red solid 1px; */
	font-size: 3.5rem;

	display: inline-block;
	background-image: url("../img/tadaima-under.png");
	background-size: auto;
	background-position: center bottom;


}

#access .white-box {
	display: flex;
	justify-content: space-between;
}


#access .white-box p {
	margin-bottom: 20px;
}

#access .white-box h2 {
	margin-bottom: 5px;
}

#access .white-box table {
	margin-bottom: 30px;
}

#map {
	border: #efefef solid 5px;
	height: 500px;
	width: 50%;
	position: relative;
	z-index: 100;
}

#map iframe {
	width: 100%;
	height: 100%;
}





/* NOTE: -問い合わせフォーム */


#form {
/* 	border: red solid 10px; */
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
	z-index: 100;
}

#form .white-box {
	position: relative;
	z-index: 100;
/* 	border: blue solid 4px; */
}

#form .white-box .olist {
/* 	border: red solid 1px; */
}

#form .white-box .olist li {
	margin-left: 2rem;
	font-size: 90%;
}



#form .white-box #formKiyaku {
	font-size: 1.2rem!important;
}



/* 元サイトから */
#course_tab {
	text-align: center;
	margin: 20px 0;
}

#course_tab > li {
	display: inline-block;
	background: #fff;
	border: #ff3535 solid 2px;
	padding: 1vw;
	font-size: 2.4vw;
	border-radius: 10px;
	color: #555;
	font-weight: normal;
	cursor: pointer;
/* 	color: #ff3535 */
}

#course_tab > li.is-active-tab {
	background: #ff5757;
	color: #fff;
/* 	font-weight: bold; */
}

#course_tab > li.select:before {
	content: '\f040';
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
}


#cont_tab > li {
	display: none;
}

#cont_tab > .is-active-cont {
	display: block!important;
}

#COMMON{
	margin-bottom:0;
	background:#f8f8f8;
}

.fee {
	background-color:#666;
	color:#fff;
	text-align: center;
	border-radius: 20px;
	font-size: 40px;
	margin: 0 20px;
}

.sub_table {
    width: 100%;
    margin-bottom: 2em;
    border-collapse: separate;
    background: #fff;
    border-radius: 3px;
    border-spacing: 0;
    padding: 30px;
	font-size: 2vw;
}

.sub_table .bdba, .bdbo{
    border-bottom: #cccccc solid 2px;
}

.bdba {
	padding: 0;
}

.bdbo {
    padding: 0 0 0 20px;
}

.bdna {
	padding: 0;
}
.bdno {
    padding: 0 0 0 20px;
}

.sub_table th {
    border-bottom: none;
    border-right: #cccccc solid 1px;
}

/* ステップリスト */

.formStepList {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.formStepList li {
	display: inline-block;
}
.formStepList li span {
	display: block;
	height: 3.5vw;
	background: #a7a7a7;
	text-align: center;
	padding: 0.3vw 2vw 0 4vw;
	position: relative;
	margin: 0 1vw 0 0;
	font-size: 2vw;
	text-decoration: none;
	color: #fff;
}
.formStepList li span:before {
	content: "";
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #fff;
	position: absolute; left: 0; top: 0;
}
.formStepList li span:after {
	content: "";
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #a7a7a7;
	position: absolute; right: -40px; top: 0;
	z-index: 1;
}
.formStepList li:first-child span {
	border-top-left-radius: 10px; border-bottom-left-radius: 10px;
}
.formStepList li:first-child span:before {
	display: none;
}
.formStepList li:last-child span {
	padding-right: 3vw;
	border-top-right-radius: 10px; border-bottom-right-radius: 10px;
}
.formStepList li:last-child span:after {
	display: none;
}

.formStepList .stepComplete span {
	background: #534a3c;
}

.formStepList .stepComplete span:after {
	border-left-color: #534a3c;
}


form.form_default {
	border-radius: 10px;
	position: relative;
	padding-top: 30px;
	/*background: #fff;*/
}

form.form_default > dl dt {
	float: left;
	width: 30%;
	height: 70px;
	padding-top: 10px;
	color: #3c3c3c;
/* 	font-size: 106%; */
/* 	border: red solid 1px; */
border-top: #dddddd dashed 1px;
}

form.form_default > dl dt .requiredlabel {
	background: #ff3535;
	width: 4.5rem;
	padding: 1px 3px;
	font-size: 70%;
	color: #fff;
	border-radius: 10px;
	display: block;
	clear: both;
	margin-top: 3px;
	text-align: center;
}

form.form_default > dl dd {
	border-top: #dddddd dashed 1px;
	width: 70%;
/* 	min-height: 3em; */
/* 	padding: 1em 0 1em 30%; */
	position: relative;
	margin-right: 0;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

form.form_default > dl .bdbno {
	border-bottom: none;
}


form.form_default > dl dd label {
	display: block;
}

form.form_default > dl dd.dd2col {
	border: #fff solid 1px;
	padding-bottom: .5em;
}

form.form_default > dl dd input[type=text],
form.form_default > dl dd input[type=email],
form.form_default > dl dd input[type=tel] {
	background: rgba(255,225,225,0.5);
	border: #eaeaea solid 2px;
	padding: 2px 8px;
	font-size: 1.7rem;
	border-radius: 2px;
	min-width: 50%;
/* 	margin-bottom: 15px; */
	color: #666;
}

form.form_default > dl dd input[type=radio] {
	margin: 0 10px 0 0;
}


form.form_default > dl dd select {
	background: #eaeaea;
	border: #eaeaea solid 8px;
	display: block;
	border-radius: 2px;
}

form.form_default > dl dd select option {
	padding: 1px 8px;
}

form.form_default > dl dd textarea {
	background: #f5f5f5;
	border: #eaeaea solid 3px;
	padding: 3px 8px;
	font-size: 1.7rem;
	border-radius: 3px;
	min-width: 95%;
	min-height: 13em;
}

form.form_default button.submitBtn {
	/*border:#9a9a9a solid 5px!important;
	background: #9a9a9a;*/
	border-radius: 5px;
	border:#45c549 solid 5px!important;
	background: #45c549;
	display: block;
	margin: 70px auto 0px auto;
	clear: both;
	padding: 10px 50px;
	font-size: 1.9rem;
	color: #fff;
	cursor: pointer;
}

form.form_default button.submitBtn-form {
	/*border:#9a9a9a solid 5px!important;
	background: #9a9a9a;*/
	border-radius: 5px;
	border:#45c549 solid 5px!important;
	background: #45c549; 
	display: block;
	margin: 70px auto 0px auto;
	clear: both;
	padding: 10px 50px;
	font-size: 1.9rem;
	color: #fff;
	cursor: pointer;
}

form.form_default button.submitBtn-form[disabled] {
	/*border:#9a9a9a solid 5px!important;
	background: #9a9a9a;*/
	border-radius: 5px;
	border:#a7a7a7 solid 5px!important;
	background: #a7a7a7;
	display: block;
	margin: 70px auto 0px auto;
	clear: both;
	padding: 10px 50px;
	font-size: 1.9rem;
	color: #fff;
	cursor: pointer;
}


/* 兄弟友達追加入力フォーム */
form.form_default .with_selectBox {
/* 	border: red solid 1px; */
}

form.form_default .with_selectBox dl dt {
	position: relative;
}

form.form_default .with_selectBox label {
	margin-bottom: 1em;
	font-size: 108%;
	clear: both;
}

form.form_default .with_selectBox label input {
	position: relative;
	top: -2px;
}

form.form_default .with_friends,
form.form_default .with_brother {
	display: none;
	background: #fcfcfc;
	padding: 30px 10px;
/* 	border: red solid 1px; */
}


form.form_default .with_friends dl dd:last-child {
	border: none;
}

form.form_default .with_selectBox dl dd input[type=text] {
	borde: red solid 1px;
	width: 70%!important;
}

form.form_default .with_selectBox dl dd select {
	width: 75%!important;
	borde: red solid 2px;
}







/* 確認画面 */

/*
.form_chk > dl dt {
	border: blue solid 1px;
	padding: 0;
}

.form_chk > dl dd {
	font-size: 1.7rem;
	padding: 0;
	border: red solid 1px;
}

.form_chk > dl dd dl dt {
	font-size: 90%;
}

.form_chk > dl dd dl dd {
	font-size: 100%;
	borde: red solid 1px;
}
*/



.form_chk > table {
	width: 100%;
}

.form_chk > table th {
	width: 30%;
	color: #3c3c3c;
	border-top: #dddddd dashed 1px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.form_chk > table th .requiredlabel {
	background: #ff3535;
	width: 4.5rem;
	padding: 1px 3px;
	font-size: 70%;
	color: #fff;
	border-radius: 10px;
	display: block;
	clear: both;
	margin-top: 3px;
	text-align: center;
}

.form_chk > table td {
	border-top: #dddddd dashed 1px;
	width: 100%;
	min-height: 1rem;
	position: relative;
	margin-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form_chk > table td input {
	border: green solid 3px;
}



.form_chk .with_friends dl dd:last-child {
	border: none;
}

.form_chk .with_selectBox dl dd input[type=text] {
	borde: red solid 1px;
	width: 70%!important;
}

.form_chk .with_selectBox dl dd select {
	width: 75%!important;
	borde: red solid 2px;
}




/* 完了画面 */
.formCompleteBox .txtbox {
	width: 65%;
	margin: 0 auto;
	font-size: 108%;
	margin-bottom: 80px;
}

.formCompleteBox h4 {
	background: #544b3c;
	width: 65%;
	display: block;
	color: #fff;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 0 auto 30px auto;
}

.formCompleteBox dl {
	width: 60%;
	margin: 0 auto 70px auto;
}

.formCompleteBox dl dt {
	font-size: 167%;
	color: #544b3c;
	font-weight: bold;
	margin-bottom: 10px;
}

.formCompleteBox dl dd {
	font-size: 116%;
	line-height: 160%;
	margin-bottom: 1.5em;
	border-bottom: #544b3c dashed 1px;
	padding: 0 0 1.5em 2em;
}

.h1{
  display: inline;
  text-align: center;
}
.h1 > span{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.header-icon {
	display: flex;
	padding: 20px 0 0 20px;
}

/* button */


@media screen and (min-width:1024px){
	header nav{
	  background-color: white;
	  margin: 0;
	}
	header nav ul{
	    margin: 0;
	    box-shadow: : 0px 1px 1px black;
	}

	header nav ul li {
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		padding: 0 11px;
		line-height: .6;
	}

	header nav li a{
		text-decoration: none;
		color: #41000e;
		font-size: 1em;
	}

	h2 {
		font-size: 50px;
	}

	.campaign_btn h1{
		text-align: center;
		color: #673737;
	    font-size: 45px;
		/* padding: 3vw 0 0 0; */
	}

	.campaign {
		margin: 0 auto;
		width: 980px;
	}

	.campaign span {
    	font-size: 6vw;
	}

	.year {
		font-size: 35px!important;
	}

	.backsakura {
	    background-size: 700px;
	    background-position: center -4px;
	    font-size: 40px;
	    height: 200px;
	    padding: 40px;
	    margin: 50px 0 30px 0;
	}

	.headline {
		/* background-image: url(../img/headline.png); */
		background-size: 610px;
		background-position: center -18px;
		font-size: 40px;
		padding-top: 15px;
	}

	.headline::before {
		width: 100px;
	    height: 100px;
	    background-size: 100px;
	    margin-left: 0px;
	    margin-bottom: -35px;
	}

	.headline::after {
		width: 100px;
	    height: 100px;
	    background-size: 100px;
	    margin-left: 0px;
	    margin-bottom: -35px;
	}

	.applyBTN {
		padding-top: 50px;
		padding-bottom: 25px;
	}
	.applyBTN a span {
		font-size: 34px;
	}

	.applyBTN a span::after {
		width: 30px;
	    height: 30px;
	    background-size: 30px;
	    margin-left: 10px;
	    margin-bottom: -2px;
	}

	.allpoints {
	    text-align: center;
	    height: 300px;
	}

	.points_detail{
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		position: relative;
	    top: 30px;
	}

	.pink {
		height: 700px;
	    background-size: 100%;
	    max-width: 980px;
	    margin: 0 auto
	}

	.pink > div {
		margin: 0 80px;
		position: relative;
		top: 300px;
	}

	.white {
		top: 30px;
		padding: 20px;
	    margin: 0 auto;
	    position: relative;
	    text-align: center;
	    font-size: 30px;
	    width: 600px;
	}

	.term {
	    font-size: 25px;
		padding: 4px;
		width: 70%;
		/* margin: 30px auto; */
	}

	.sub_table {
		font-size: 23px;
	}

	#course_tab > li {
	    padding: 10px 30px;
	    font-size: 18px;
	}

	.formStepList li:last-child span {
		padding-right: 60px;
	}

	.formStepList li span {
	    height: 31px;
	    padding: 2px 40px 5px 60px;
	    margin: 0 10px 0 0;
	    font-size: 18px;
	}
}


/*

@media screen and (max-width:600px){
	.menu-trigger,
	.menu-trigger span{
		border: 1px solid black;
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger{
		position: relative;
		width: 50px;
		height:44px;
	}
	.menu-trigger span{
		position: absolute;
		left:0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		border-radius:4px;
	}
	.menu-trigger span:nth-of-type(1){
		top:0;
	}
	.menu-trigger span:nth-of-type(2){
		top:20px;
	}
	.menu-trigger span:nth-of-type(3){
		bottom:0;
	}
}
*/

/* 追加CSS */
.split__3{
	font-size:0;
}

.split__3 li{
	display:inline-block;
	margin-right:2%;
	width:calc(94% / 3);
	list-style:none;
}

.split__3 li:last-child{
	margin-right:0;
}

.split__3 li img{
	width:100%;
}

.hayawari{
	text-align:center;
	color:red;
	font-size:2.5rem;
	/* margin:1em 0; */
}

@media (max-width:599px){
	.formStepList{
		margin-bottom:10px;
	}

	.hayawari{
		font-size:1.5rem;
	}

	form.form_default{
		padding-top:15px;
	}

	form.form_default > dl dt{
		height:auto;
	}

	dt.kari{
		display:none;
	}

	form.form_default button.submitBtn{
		margin:0 auto;
	}

	form.form_default button.submitBtn-form{
		margin:30px auto 0;
	}
	form.form_default button.submitBtn-form[disabled]{
		margin:30px auto 0;
	}
	.spHide{
		display:none !important;
	}
}
