/*共通*/
html {
	scroll-padding-top: 54px;
}
.sub_tit_box {
	overflow: hidden;
	border-bottom: solid 4px #20a3db;
	margin-bottom: 50px;
}
.sub_tit_box .sub_tit_txt {
	width: 50%;
	text-align: center;
	float: left;
}
.sub_tit_box .sub_tit_txt img {
	padding: 80px 0 50px;
}
.sub_tit_box .sub_tit_txt h2 {
	font-size: 55px;
}
.sub_tit_box .sub_tit_txt span {
	font-size: 20px;
	display: block;
	margin-top: 30px;
}
.sub_tit_box .sub_tit_img {
	width: 50%;
	float: left;
}
.sub_tit_box .sub_tit_img img {
	width: 100%;
	height: auto;
}
.box {
	margin-bottom: 50px;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
.tit_container {
	font-size: 37px;
	padding: 25px 20px;
	margin: 0 0 28px 0;
	font-weight: 700;
	background: url(../img/yotsuya/bg_tit_container.jpg) repeat-y left top;
	overflow: hidden;
}
.tit_container span {
	border-left: solid 16px #20a3db;
	padding-left: 25px;
	display: block;
	float: left;
}
.tit_container em {
	font-size: 20px;
	font-style: normal;
	float: right;
	padding-top: 10px;
}
.btn_sty {
	background:linear-gradient(180deg,#0050be 0%,#0050be 50%,#0046a2 50%,#0046a2 100%);
	display: inline-block;
	padding: 25px 40px;
	font-size: 25px;
	color: #FFF!important;
	text-decoration: none!important;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 0px 3px rgba(238,238,238,1);
	-moz-box-shadow: 0px 5px 0px 3px rgba(238,238,238,1);
	box-shadow: 0px 5px 0px 3px rgba(238,238,238,1);
	display: inline-block;
}
.btn_sty:hover {
	opacity: 0.7;
}
.btn_sty span {
	background: url(../img/yotsuya/ico_arr.png) no-repeat right center;
	padding-right: 50px;
	display: inline-block;
}

/*教材*/
.materials_box01 {
	background: url(../img/yotsuya/bg_materials01.jpg) repeat-y center top;
	padding: 30px;
	position: relative;
	margin: 30px 0;
}
.materials_inner {
	background: #FFF;
	padding: 30px 230px 30px 25px;
}
.materials_inner h3 {
	margin: 0;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 20px;
}
.materials_inner h3 span {
	background:linear-gradient(transparent 50%, #ffff00 0%);
}
.materials_inner p {
	font-size: 14px;
}
.materials_box01 img {
	position: absolute;
	right: 0;
	top: 0;
}
.materials_num {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.materials_num li {
	list-style: none;
	margin: 0 6% 40px 0;
	padding: 0;
	float: left;
	width: 47%;
}
.materials_num li:nth-child(even) {
	margin-right: 0;
}
.materials_num li h4 {
	color: #20a3db;
	font-size: 26px;
	margin: 0 0 20px 0;
	background: url(../img/yotsuya/ico_book01.png) no-repeat left center;
	min-height: 69px;
	padding: 5px 0 0 70px;
}
.materials_num li:nth-child(2) h4 {
	background: url(../img/yotsuya/ico_book02.png) no-repeat left center;
}
.materials_num li:nth-child(3) h4 {
	background: url(../img/yotsuya/ico_book03.png) no-repeat left center;
}
.materials_num li:nth-child(4) h4 {
	background: url(../img/yotsuya/ico_book04.png) no-repeat left center;
}
.materials_num li p {
	margin: 0;
}
.kyozai_li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.kyozai_li li {
	margin-bottom: 30px;
}
.kyozai_li li img {
	width: 100%;
	height: auto;
}

/*イベント予定*/
.event_li {
	overflow: hidden;
}
.event_li li {
	list-style: none;
	float: left;
	width: 27%;
	margin: 0 3%;
}
.event_li li a {
	background:linear-gradient(180deg,#f7931e 0%,#f7931e 50%,#e4821e 50%,#e4821e 100%);
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: #FFF!important;
	text-decoration: none!important;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 0px 3px rgba(238,238,238,1);
	-moz-box-shadow: 0px 5px 0px 3px rgba(238,238,238,1);
	box-shadow: 0px 5px 0px 3px rgba(238,238,238,1);
	display: inline-block;
}
.event_li li a:hover {
	opacity: 0.7;
}
.event_li li:nth-child(2) a {
	background:linear-gradient(180deg,#20a3db 0%,#20a3db 50%,#208cd8 50%,#208cd8 100%);
}
.event_li li:nth-child(3) a {
	background:linear-gradient(180deg,#7874db 0%,#7874db 50%,#735dc3 50%,#735dc3 100%);
}
.tit_container span em {
	font-size: 48px;
	font-style: 700;
	float: none;
	padding-top: 0;
	margin-right: 20px;
}
#grade4 .tit_container span {
	border-left: solid 16px #f7821e;
}
#grade4 .tit_container span em {
	color: #f7821e;
}
#grade4 .event_box .event_box_l h4 {
	color: #f7821e;
}
#grade5 .tit_container span {
	border-left: solid 16px #20a3db;
}
#grade5 .tit_container span em {
	color: #20a3db;
}
#grade5 .event_box .event_box_l h4 {
	color: #20a3db;
}
#grade6 .tit_container span {
	border-left: solid 16px #7874db;
}
#grade6 .tit_container span em {
	color: #7874db;
}
#grade6 .event_box .event_box_l h4 {
	color: #7874db;
}
.event_box {
	overflow: hidden;
}
.event_box img {
	width: 100%;
	height: auto;
}
.event_box_l {
	width: 27%;
	float: left;
}
.event_box .event_box_l h4 {
	font-size: 48px;
}
.event_box .event_box_l ul {
	margin: 0;
	padding: 0;
}
.event_box .event_box_l li {
	list-style: none;
	margin-top: 20px;
}
.event_box_r {
	width: 65%;
	float: right;
}

/*教室・カリキュラム*/
.tb_access {
	margin-bottom: 20px;
	width: 100%;
}
.tb_access td:first-child {
	padding-right: 80px;
}
.tb_access dl {
	border-bottom: dotted 2px #808080;
	margin-bottom: 0;
	width: 500px;
	overflow: hidden;
}
.tb_access dt{
	float: left;
	line-height: 36px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: normal;
}
.tb_access dd {
	float: left;
	line-height: 36px;
	font-size: 18px;
}
iframe.gmap {
	width: 100%;
	height: 250px;
}

.tb_curriculum {
	width: 100%;
	margin-bottom: 10px;
}
.tb_curriculum th {
	border: solid 1px #999999;
	background: #d2edf8;
	text-align: center;
	padding: 10px;
}
.tb_curriculum td {
	border: solid 1px #999999;
	text-align: center;
	padding: 5px;
	width: 15%;
	font-size: 14px;
}
.tb_curriculum td.gakunen {
	background: #e6e6e6;
	width: 10%;
}

.tb_price{
	width: 100%;
	margin-bottom: 10px;
}
.tb_price th {
	border: solid 1px #999999;
	background: #d2edf8;
	text-align: center;
	padding: 10px;
}
.tb_price .txt_red {
	color: #c1272d;
}
.tb_price td {
	border: solid 1px #999999;
	text-align: center;
	padding: 5px;
	width: 22.5%;
}
.tb_price td.gakunen {
	background: #e6e6e6;
	width: 10%;
}
.txt_price_att {
	margin: 0;
}
.ul_price_att {
	margin: 0;
	padding: 0;
}
.ul_price_att li {
	list-style: none;
	display: inline-block;
	width: 49%;
}

/*入塾のご案内*/
#enter_box .col2_box {
	overflow: hidden;
	margin: 0 0 40px;
	padding: 0;
}
#enter_box .col2_box li {
	list-style: none;
	float: left;
	width: 47%;
	margin-right: 3%;
}
#enter_box .col2_box li:last-child {
	margin-right: 0;
}
#enter_box .col2_box li img {
	width: 100%;
	height: auto;
}
#enter_box p {
	font-size: 30px;
	text-align: center;
}
#enter_box .txt_tel {
	text-align: center;
}
#enter_box .txt_tel span {
	font-size: 62px;
	background: url(../img/yotsuya/img_enter03.jpg) no-repeat left center;
	padding-left: 110px;
}
.tb_form {
	width: 100%;
	margin-bottom: 30px;
}
.tb_form th {
	background: #EEEEEE;
	width: 280px;
}
.tb_form th span {
	color: #fa4855;
}
.tb_form th,
.tb_form td {
	border-bottom: solid 1px #dfdfdf;
	padding: 15px 10px;
}
.tb_form td ul {
	margin: 0;
	padding: 0;
}
.tb_form td p {
	margin: 5px 0 0;
	padding: 0;
}
.tb_form td ul li {
	list-style: none;
	display: inline-block;
	width: 49%;
}
.tb_form td ul li input {
	width: 200px;
}
.tb_form td input {
	border: solid 1px #CCCCCC;
}
.tb_form td textarea {
	border: solid 1px #CCCCCC;
	width: 100%;
}
.tb_form td select {
	max-width: 300px;
}
.tb_form td .input_w50 {
	width: 50%;
}
.tb_form td .input_mt10 {
	margin-top: 10px;
}
.btn-shadow-gray {
	font-size: 85%!important;
	margin-top: -5px!important;
}
.tb_form td label {
	font-weight: normal;
}
.tb_form td label input {
	margin-right: 5px;
}
.privacy_box {
	border: solid 1px #CCC;
	overflow: auto;
	height: 300px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.privacy_box h4 {
	text-align: center;
	font-size: 18px;
}
.btn_submit {
	margin-top: 30px;
}

@media screen and (max-width: 1300px) {
	.sub_tit_box .sub_tit_txt img {
		padding: 6vw 0 2.5vw;
		width: 50%;
		max-width: 264px;
	}
	.sub_tit_box .sub_tit_txt h2 {
		font-size: 4vw;
	}
	.sub_tit_box .sub_tit_txt span {
		font-size: 2vw;
		margin-top: 2vw;
	}
}
@media screen and (max-width: 860px) {
	/*入塾のご案内*/
	.tb_form th,
	.tb_form td {
		width: 100%;
		display: block;
		border-bottom: solid 1px #dfdfdf;
		padding: 15px 10px;
	}
	.tb_form th {
		border-bottom: none;
	}
	.tb_form td ul li {
		float: none;
		width: 100%;
	}
	.tb_form td ul li:first-child {
		margin-bottom: 2.5vw;
	}
	.tb_form td ul li input {
		width: 75%;
	}
	.tb_form td .input_w50 {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	/*共通*/
	.sub_tit_box .sub_tit_txt {
		width: 100%;
		float: none;
	}
	.sub_tit_box .sub_tit_txt img {
		padding: 4vw 0 2.5vw;
	}
	.sub_tit_box .sub_tit_txt h2 {
		font-size: 6vw;
		margin-bottom: 4vw;
	}
	.sub_tit_box .sub_tit_txt span {
		font-size:3.5vw;
		margin-top: 2vw;
	}
	.sub_tit_box .sub_tit_img {
		width: 100%;
		float: none;
	}
	.box {
		margin-bottom: 10vw;
	}
	.tit_container {
		font-size: 30px;
		padding: 3.5vw 3vw;
		margin: 0 0 4vw 0;

	}
	.tit_container span {
		border-left: solid 16px #20a3db;
		padding-left: 3.5vw;
		float: none;
	}
	.tit_container em {
		float: none;
		font-size: 16px;
	}
	.btn_sty {
		padding: 3.5vw 5vw;
		font-size: 20px;
	}
	.btn_sty span {
		background-size: 18px;
		padding-right: 30px;
	}
	
	/*教材*/
	.materials_box01_img img {
		width: 100%;
		height: auto;
	}
	.materials_box01 {
		padding: 5vw;
	}
	.materials_inner {
		padding: 4vw;
	}
	.materials_box01 img {
		position: static;
		display: block;
		margin: 0 auto;
		width: 200px;
		height: auto;
	}
	.materials_num li {
		list-style: none;
		margin: 0 0 6vw;
		float: none;
		width: 100%;
	}
	.materials_num li h4 {
		font-size: 20px;
		background-size: 30px;
		padding: 0 0 0 45px;
		min-height: auto;
		margin-bottom: 3vw;
	}
	.materials_num li:nth-child(2) h4 {
		background-size: 30px;
	}
	.materials_num li:nth-child(3) h4 {
		background-size: 30px;
	}
	.materials_num li:nth-child(4) h4 {
		background-size: 30px;
	}
	
	/*イベント予定*/
	.event_li li {
		width: 30%;
		margin: 0 1.5%;
	}
	.event_li li a {
		padding: 3.5vw 0;
		font-size: 20px;
	}
	.tit_container span em {
		font-size: 36px;
		margin-right: 2vw;
	}
	.event_box_l {
		width: 100%;
		float: none;
	}
	.event_box .event_box_l h4 {
		font-size: 36px;
	}
	.event_box_r {
		width: 90%;
		float: none;
		padding: 5vw 5% 0;
	}

	/*教室・カリキュラム*/
	.tb_access td {
		width: 100%;
		display: block;
	}
	.tb_access td:first-child {
		padding-right: 0;
	}
	.tb_access dl {
		width: 100%;
		padding: 2vw 0;
	}
	.tb_access dt{
		float: none;
		line-height: 1.5;
		margin-right: 0;
	}
	.tb_access dd {
		float: none;
		line-height: 1.5;
		font-size: 16px;
	}
	iframe.gmap {
		height: 250px;
	}
	.tb_scroll {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.tb_scroll table {
		width: 600px;
	}
	.ul_price_att li {
		display: block;
		width: 100%;
	}
	
	/*入塾のご案内*/
	#enter_box .col2_box {
		margin: 0 0 5vw;
	}
	#enter_box .col2_box li {
		width: 100%;
		margin-right: 0;
	}
	#enter_box .col2_box li:last-child {
		margin-top: 3vw;
	}
	#enter_box p {
		font-size: 20px;
		text-align: center;
	}
	#enter_box .txt_tel span {
		font-size: 40px;
		background-size: 40px;
		padding-left: 50px;
	}

}