@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------------
index
---------------------------------------------------------------------------*/
#index_main {
	padding: 0 0 40px;
	box-sizing: border-box;
	background: url("../image/w-pink.jpg")fixed;
}

#main_image {
	height: 0;
	padding-top: 44%;
	background: url("../image/index-main.jpg")no-repeat top center;
	background-size: cover;
}

#news_campaign {
	width: 800px;
	margin: 0 auto;
	margin-top: -8%;
}

#index_course h2 img,
#index_faq h2 img,
#index_blog h2 img {
	width: auto;
	height: 48px;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#news_campaign {width: 80%;}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#news_campaign {width: 80%;}
	#index_course h2 img,
	#index_faq h2 img,
	#index_blog h2 img {
		width: auto;
		height: 32px;
	}
}

/*ニュース（緊急）*/
#e_news {
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 16px;
	border: 2px solid #dc143c;
	font-size: 15px;
	line-height: 1.4;
	background: #fff;
}

#e_news h3 {
	font-size: 20px;
	color: #dc143c;
}

.e_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.e_img {width: 8%;}
.e_box {width: 90%;}
.e_text {
	margin: 4px 0 0;
	padding: 8px 8px 0;
	box-sizing: border-box;
	border-top: dotted 1px #dc143c;
}

#slide {
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}
#slide img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:736px) {/*スマートフォン*/
	.e_img {width: 16%;}
	.e_box {width: 80%;}
}

#index_content1 {
	width: 1024px;
	margin: 40px auto 0;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 16px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.index_c1-img {
	position: absolute;
	top: 40px;
	right: -9.6%;
	width: 480px;
}
.index_c1-img img {
	border-radius: 16px;
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,.3))
}

.index_c1-box {
	width: 60%;
	line-height: 1.4;
}
.index_c1-box h2 {
	width: 80%;
	margin-bottom: 8px;
}
.index_c1-box h3 {
	font-size: 1.5rem;
	color: #ce005f;
}
.index_c1-box hr {
	border: none;
	margin: 24px 0;
}

.index_c1-btn {width: 36%;}
.index_c1-btn a {
	display: flex;
	padding: 8px 16px;
	box-sizing: border-box;
	background: #fc7e96;
	color: #fff;
	box-shadow: 4px 4px 0 rgba(252,126,150,.5);
	font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
	border-radius: 40px;
}
.index_c1-btn a::after {
	content: "▶︎";
	margin-left: auto;
}
.index_c1-btn a:hover {opacity: .8;}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#index_content1 {
		width: 90%;
		padding: 16px;
	}
	.index_c1-box h3 {font-size: 1.25rem;}
	.index_c1-box hr {margin: 16px 0;}
	
	.index_c1-img {
		width: 42%;
		top: 24px;
		right: -4%;
	}
	.index_c1-btn {margin-bottom: 8px;}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#index_content1 {
		width: 90%;
		padding: 16px;
		display: block;
	}
	.index_c1-box h3 {font-size: 1.16rem;}
	.index_c1-box hr {margin: 8px 0;}
	
	.index_c1-box h2,
	.index_c1-box,
	.index_c1-btn {width: 100%;}
	
	.index_c1-box h2 {margin-bottom: 0;}
	
	.index_c1-img {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		margin-bottom: 8px;
		border-radius: 8px;
	}
	.index_c1-btn {margin: 16px 0 8px;}
}

/*-------------------------コース一覧（index）*/
#index_course {
	padding: 40px 0;
	box-sizing: border-box;
	background: url("../image/dot-color.png")fixed;
}
#index_course h2 {text-align: center;}

/*共通*/
#c_slide {
	width: 100%;
	margin: 0 auto;
}
#c_slide h3,
#c_slide p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.course_btn a {
	margin: 8px 0 0;
	padding: 2px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
}
.course_btn a:hover {opacity: .8;}
.course_btn a::after {
	content: "▶︎";
	margin-left: 8px;
	font-size: .8rem;
}

.i_course1,
.i_course2,
.i_course3,
.i_course4,
.i_course5,
.i_course6,
.i_course7,
.i_course8,
.i_course9 {
	margin: 0 8px;
	padding: 16px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
	border-radius: 16px;
}

.i_course1 {background: #fff799;}
.i_course1 .course_btn a {background: #e95710;}

.i_course2 {background: #bee0c2;}
.i_course2 .course_btn a {background: #00a63c;}

.i_course3 {background: #ffbcbc;}
.i_course3 .course_btn a {background: #e50012;}

.i_course4 {background: #ffb7db;}
.i_course4 .course_btn a {background: #e7437d;}

.i_course5 {background: #cab8d9;}
.i_course5 .course_btn a {background: #674196;}

.i_course6 {background: #a0d8ef;}
.i_course6 .course_btn a {background: #00a1e9;}

.i_course7 {background: #c7dc68;}
.i_course7 .course_btn a {background: #65ab31;}

.i_course8 {background: #e6c0c0;}
.i_course8 .course_btn a {background: #a62958;}

.i_course9 {background: #a3b9e0;}
.i_course9 .course_btn a {background: #0068b7;}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	.i_course1,
	.i_course2,
	.i_course3,
	.i_course4,
	.i_course5,
	.i_course6,
	.i_course7,
	.i_course8,
	.i_course9 {
		margin: 0 4px;
		padding: 8px;
		font-size: 14px;
		border-radius: 8px;
	}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	.i_course1,
	.i_course2,
	.i_course3,
	.i_course4,
	.i_course5,
	.i_course6,
	.i_course7,
	.i_course8,
	.i_course9 {
		margin: 0 4px;
		font-size: 14px;
		border-radius: 8px;
	}
	.course_btn a {margin: 4px 0 0;}
}

/*スライドショーの矢印*/
#c_slide .slick-prev
{
    left: 16px;
	z-index: 999;
}
[dir='rtl'] .slick-prev
{
    right: 16px;
    left: auto;
}
#c_slide .slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

#c_slide .slick-next
{
    right: 16px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 16px;
}
#c_slide .slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/*-------------------------よくある質問（index）*/
#index_faq {
	padding: 40px 0;
	box-sizing: border-box;
}
#index_faq h2 {
	width: 1024px;
	margin: 0 auto 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}

#index_faq a.faq_link {
	width: 6%;
	font-size: 64%;
	padding: 8px;
	border: solid 1px #d95c92;
	color: #d95c92;
	display: flex;
	justify-content: space-between;
	border-radius: 40px;
}
#index_faq a.faq_link::after {content: "▶︎";}

#index_faq h4 {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #2b2b2b;
}

#index_faq details {
	width: 1024px;
	margin: 0 auto 16px;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#index_faq h2,
	#index_faq details {width: 90%;}
	#index_faq a.faq_link {width: 10%;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	#index_faq h2,
	#index_faq details {width: 90%;}
	#index_faq a.faq_link {width: 16%;}
	
	#index_faq h4 {
		width: 80%;
		font-size: 1rem;
		line-height: 1.36;
	}
}

#index_faq details:last-child {margin: 0 auto;}

#index_faq summary {
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	list-style: none;
	border-radius: 8px;
	color: #e8609c;
	border: solid 2px #f8cbd9;
	line-height: 1.2;
}
#index_faq summary::-webkit-details-marker {display: none;}

.faq_Q {
	width: 40px;
	margin-right: 8px;
}
.faq_arrow {
	margin-left: auto;
	transition: transform 0.4s;
	font-size: 150%;
}

#index_faq details[open] .faq_arrow {
  transform: rotate(90deg);
}

#index_faq details[open] summary {
	border-radius: 8px 8px 0 0;
	transition: transform 0.4s;
}

.faq_open {
	padding: 16px;
	box-sizing: border-box;
	transition: transform 0.4s;
	background: url("../image/w-pink.jpg");
	border-radius: 0 0 8px 8px;
}
.faq_open p {
	padding: 8px 16px;
	box-sizing: border-box;
	background: #fff;
}
.faq_open hr {
	border: none;
	margin: 32px 0;
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#index_faq summary {justify-content: space-between;}
	.faq_Q {width: 8%;}
	.faq_arrow {font-size: 125%;}
}

details[open] .faq_open {
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}



/*-------------------------ブログ一覧（index）*/
#index_blog {
	padding: 40px 0;
	box-sizing: border-box;
	background: url("../image/dot-y.png")fixed;
}
#index_blog h2 {text-align: center;}

ul.blog_banner {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
ul.blog_banner li {
	width: 240px;
	margin-right: 16px;
}
ul.blog_banner li:last-child {margin-right: 0;}
ul.blog_banner li:hover {opacity: .8;}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	ul.blog_banner {
		width: 80%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.blog_banner li {
		width: 49.6%;
		margin-right: 0;
	}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	ul.blog_banner {
		width: 90%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.blog_banner li {
		width: 49.2%;
		margin-right: 0;
	}
}

/*ブログ一覧　共通*/
.top-date {margin-right: 4px;}

.blog_soroban,
.blog_shuji {
	width: 800px;
	margin: 0 auto 24px;
	line-height: 1.4;
}

.blog_soroban h3,
.blog_shuji h3 {
	height: 40px;
	margin: 0 0 8px;
	padding: 0;
	line-height: 1;
}

.blog_soroban h3 img,
.blog_shuji h3 img {
	width: auto;
	height: 100%;
}

.blog_soroban ul,
.blog_shuji ul {
	margin: 0;
	padding: 16px;
	box-sizing: border-box;
	list-style-type: none;
	background: #fff;
	border-radius: 16px;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	.blog_soroban,
	.blog_shuji {width: 80%;}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	.blog_soroban,
	.blog_shuji {width: 90%;}
	.blog_soroban h3,
	.blog_shuji h3 {height: 32px;}
	.top-date {
		display: block;
		font-size: .8rem;
	}
}

/*そろばんブログ*/
.blog_soroban ul {
	border: solid 1px #e95710;
	box-shadow: 2px 2px 0 #e95710;
}
.blog_soroban li {
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: dotted 1px #e95710;
}
.blog_soroban li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.blog_soroban .top-date {color: #e95710;}

/*習字ブログ*/
.blog_shuji ul {
	border: solid 1px #00a63c;
	box-shadow: 2px 2px 0 #00a63c;
}
.blog_shuji li {
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: dotted 1px #00a63c;
}
.blog_shuji li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.blog_shuji .top-date {color: #00a63c;}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------
特徴・選ばれる理由
---------------------------------------------------------------------------*/
#point-b1,
#point-b2 {
	width: 100%;
	margin: 0;
	padding: 40px 10% 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#point-b1::after,
#point-b2::after {
	display: block;
	width: 48%;
	content: "";
}

#point-b1 h3,
#point-b2 h3 {
	height: 200px;
	margin: 0 auto;
	line-height: 0;
}

#point-b1 h3 img,
#point-b2 h3 img {
	width: auto;
	height: 100%;
}

#point-b1 {background: url("../image/dot-color.png");}

#point-b2 {background: url("../image/back-y.jpg");}

.p-block {
	width: 48%;
	margin: 0 0 32px;
	padding: 24px 32px 32px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 16px;
	border: solid 2px #ff931e;
	box-shadow: 4px 4px 0 #f8b500;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#point-b1,
	#point-b2 {padding: 40px 5% 8px;}
	
	#point-b1 h3,
	#point-b2 h3 {height: 160px;}
	
	.p-block {padding: 16px 24px 24px;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	#point-b1,
	#point-b2 {
		padding: 24px 5% 8px;
		display: block;
		font-size: 14px;
	}
	
	#point-b1 h3,
	#point-b2 h3 {
		height: 140px;
		margin: 0 auto 16px;
	}
	
	.p-block {
		width: 100%;
		padding: 16px;
	}
}

#point-b2 .p-block {
	border: solid 2px #00a63c;
	box-shadow: 4px 4px 0 #9acd32;
}

.p_b-midashi {
	height: 90px;
	position: relative;
}

.p_b-midashi h4 {
	padding-left: 96px;
	font-size: 1.5rem;
	line-height: 1.32;
}

.p_b-point {
	width: 80px;
	height: 100px;
	padding: 18px 0;
	box-sizing: border-box;
	position: absolute;
	top: -26px;
	left: 0;
	background: url("../image/point/point-o.png")no-repeat;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
}

.p_b-point span {
	display: block;
	font-size: 200%;
}

#point-b2 .p_b-point {
	background: url("../image/point/point-g.png")no-repeat;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	.p_b-midashi {height: 90px;}
	
	.p_b-midashi h4 {
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.p_b-midashi br {display: none;}
	.p_b-point {top: -18px;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	.p_b-midashi br {display: none;}
	.p_b-midashi h4 {
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.p_b-point {top: -18px;}
}

.dorange {color: #e95710;}
.green {color: #00a63c;}



/*---------------------------------------------------------------------------
身につく７つの能力
---------------------------------------------------------------------------*/
#ability {
	width: 100%;
	margin: 0;
	padding: 40px 10% 0;
	box-sizing: border-box;
}

#ability {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("../image/dot-color.png") fixed;
}

#ability::after {
	width: 30%;
	content: "";
}

#ability h3,
#for_edu h3 {
	width: 100%;
	text-align: center;
}
#ability h3 {margin-bottom: 40px;}

.ability_box {
	width: 30%;
	margin: 0 0 40px;
	padding: 16px 24px 24px;
	box-sizing: border-box;
	background: url("../image/back-y.jpg");
	border-radius: 16px;
}

.ability_h3 {
	margin: 0 0 4px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.ability_h3 h3 {
	font-size: 1.16rem;
	color: #7d7d7d;
	margin-bottom: 0!important;
}
.ability_h3 h3 span {
	display: block;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #e95710;
}

.ability_point {
	width: 80px;
	height: 37px;
	padding: 0 6px 0 0;
	box-sizing: border-box;
	background: url("../image/ability/ability-h3.png")no-repeat;
	background-size: cover;
	color: #e95710;
	font-weight: bold;
	position: absolute;
	top: -32px;
	left: -40px;
}
@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#ability,
	#for_edu {padding: 40px 5% 0;}
	#ability::after,
	.ability_box {width: 48%;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	#ability,
	#for_edu {padding: 16px 8% 0;}
	
	#ability h3 {margin-bottom: 16px;}
	#ability::after {display: none;}
	
	.ability_box {
		width: 100%;
		padding: 16px;
	}
	.ability_point {left: -32px;}
	
	.ability_h3 h3 {font-size: 1rem;}
	.ability_h3 h3 span {font-size: 1.25rem;}
}

/*-------------------------地域の教育のために*/
#for_edu {
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2;
	background: url("../image/back-b.jpg")fixed;
}
#for_edu h3 {margin-bottom: 16px;}
#edu_box {
	width: 1024px;
	margin: 0 auto;
	padding: 32px 40px 40px;
	box-sizing: border-box;
	background: #fff;
	border: solid 2px #00a1e9;
	border-radius: 2px;
}

.edu_name {
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
}
.edu_name span {
	display: block;
	font-size: 24px;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#for_edu {font-size: 16px;}
	#edu_box {width: 90%;}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#for_edu {font-size: 16px;}
	#for_edu h3 {margin-bottom: 0;}
	#edu_box {
		width: 90%;
		padding: 16px;
		line-height: 1.8;
	}
	
	.edu_name span {font-size: 18px;}
}
/*-------------------------*/


/*---------------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------------*/
#privacy {
	width: 1024px;
	margin: 40px auto;
}

#privacy h3 {
	margin: 0 0 8px;
	padding: 4px 8px;
	box-sizing: border-box;
	background: url("../image/back-y.jpg");
	line-height: 1.4;
	border-radius: 0 4px 4px 0;
	border-left: solid 4px #e95710;
	color: #e95710;
	display: flex;
	align-items: center;
}

#privacy h3 span {
	margin-right: 4px;
	padding: 2px 4px 1px;
	box-sizing: border-box;
	border: solid 1px #e95710;
	border-radius: 50%;
	font-size: 76%;
}

#privacy hr {
	border: none;
	margin: 24px 0;
}

#privacy p {padding: 0 0 0 16px;}
#privacy ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
}
@media screen and (max-width:736px) {/*スマートフォン*/
}
/*-------------------------*/


/*---------------------------------------------------------------------------
教室案内
---------------------------------------------------------------------------*/
.class_wrap {
	width: 1024px;
	margin: 40px auto;
}

ul.class_link {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.class_link li {width: 24.6%;}
ul.class_link li a {
	padding: 4px;
	box-sizing: border-box;
	display: block;
	background: url("../image/back-y.jpg");
	border-radius: 8px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: bold;
	color: #4e454a;
}
ul.class_link li a:hover {
	opacity: .8;
	color: #4e454a;
}

.class {
	margin: 0 0 40px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
}

.class_wrap .class:last-child {margin: 0;}

.class section {
	margin: -1px -1px 0 0;
	width : 33%;
	border: solid 1px #adadad;
}

.c_head {
	display: flex;
	align-items: center;
}

.c_addr,
.c_image {width: 50%;}


@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	.class_wrap {width: 90%;}
	.class section {width: 49%;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	ul.class_link li {
		width: 49.6%;
		margin-bottom: 8px;
	}
	.class_wrap {width: 90%;}
	.class section {width: 100%;}
}

.c_addr {
	padding: 8px 8px 8px 16px;
	box-sizing: border-box;
}

.c_image img {width: 100%;}

.class h3 {
	width: 100%;
	margin: 0 0 16px;
	padding: 4px 16px;
	box-sizing: border-box;
	background: url("../image/back-b.jpg");
	font-size: 2rem;
	line-height: 1.32;
	border-radius: 0 4px 4px 0;
	border-left: solid 4px #0068b7;
	color: #0068b7;
}

.class h4 {
	font-size: 1.16rem;
	color: #005ea9;
}

.class ul {
	margin: 0;
	padding: 0 16px 16px;
	box-sizing: border-box;
	list-style-type: none;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
.class li {
	width: 50%;
	margin-bottom: 2px;
}
.class li.c_w_100 {width: 100%;}

@media screen and (max-width:736px) {/*スマートフォン*/
	.class h3 {font-size: 1.5rem;}
}

.c_course1::before,
.c_course2::before,
.c_course3::before,
.c_course4::before,
.c_course5::before,
.c_course6::before,
.c_course7::before,
.c_course8::before,
.c_course9::before {
	margin-right: 4px;
	padding: 2px 4px;
	box-sizing: border-box;
	font-size: 80%;
	color: #fff;
	border-radius: 2px;
}

.c_course1 {color: #e95710;}
.c_course1::before {
	content: "珠算";
	background: #e95710;
}

.c_course2 {color: #00a63c;}
.c_course2::before {
	content: "習字";
	background: #00a63c;
}

.c_course3 {color: #e50012;}
.c_course3::before {
	content: "英会話";
	background: #e50012;
}

.c_course4 {color: #e7437d;}
.c_course4::before {
	content: "自考力";
	background: #e7437d;
}

.c_course5 {color: #674196;}
.c_course5::before {
	content: "ロボット";
	background: #674196;
}

.c_course6 {color: #00a1e9;}
.c_course6::before {
	content: "速読";
	background: #00a1e9;
}

.c_course7 {color: #65ab31;}
.c_course7::before {
	content: "seed";
	background: #65ab31;
}

.c_course8 {color: #a62958;}
.c_course8::before {
	content: "こくご";
	background: #a62958;
}

.c_course9 {color: #0068b7;}
.c_course9::before {
	content: "算数";
	background: #0068b7;
}

.c_small {font-size: 80%;}

/*-------------------------*/


/*---------------------------------------------------------------------------
新着記事
---------------------------------------------------------------------------*/
.news_wrap {margin: 40px auto;}

.news_wrap article {
	width: 1024px;
	margin: 0 auto 16px;
}

.a_title {
	width: 100%;
	margin: 0 0 8px;
}
.a_title h3 {
	margin: 0;
	padding: 4px 8px;
	box-sizing: border-box;
	border-top: solid 2px #f8b500;
	border-bottom: solid 2px #f8b500;
}
.up_ymd {
	width: 120px;
	margin: 0;
	padding: 4px 0 2px;
	box-sizing: border-box;
	background: #f8b500;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
.detailWrap {}

#pager {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	.news_wrap article,
	#pager {width: 90%;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	.news_wrap article,
	#pager {width: 90%;}
}
/*-------------------------*/


/*---------------------------------------------------------------------------
ご入会までの流れ
---------------------------------------------------------------------------*/
#entrance {
	width: 1024px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ent1,
.ent2,
.ent3,
.ent4 {
	margin: 0 auto 16px;
	padding: 16px;
	box-sizing: border-box;
	position: relative;
	border: solid 3px #fbb03b;
	border-radius: 16px;
}

.ent1::before,
.ent2::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #fff;
	z-index: 2;
}

.ent1::after,
.ent2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #fbb03b;
	z-index: 1;
}

.ent1,
.ent2,
.ent3 {width: 30%;}
.ent4 {
	width: 96%;
	margin: 16px auto 0;
	text-align: center;
}

.ent_step {
	position: absolute;
	top: -16px;
	left: -16px;
	padding: 14px 16px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #fbb03b;
	line-height: 1;
	border-radius: 50%;
}
.ent_step span {
	display: block;
	font-size: 2rem;
}

#entrance h3 {
	margin: -16px -16px 16px;
	padding: 10px 16px 10px 16%;
	box-sizing: border-box;
	background: url("../image/back-y.jpg");
	line-height: 1.3;
	text-align: center;
	border-radius: 16px 16px 0 0;
}


@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#entrance {
		width: 90%;
		display: block;
	}
	.ent1,
	.ent2,
	.ent3,
	.ent4 {
		width: 100%;
		margin: 0 auto 24px;
		padding: 40px;
	}
	
	.ent1::before,
	.ent2::before ,
	.ent3::before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 50%;
		top: auto;
		right: auto;
		margin-left: -15px;
		margin-top: 0;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	}
	.ent1::after,
	.ent2::after,
	.ent3::after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		top: auto;
		right: auto;
		margin-left: -17px;
		margin-top: 0;
		border: 14px solid transparent;
		border-top: 14px solid #fbb03b;
		z-index: 1;
	}
	
	#entrance h3 {
		margin: -40px -40px 16px;
		padding: 10px 16px;
	}
	#entrance h3 br {display: none;}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#entrance {
		width: 90%;
		display: block;
	}
	.ent1,
	.ent2,
	.ent3,
	.ent4 {
		width: 100%;
		margin: 0 auto 24px;
		padding: 16px;
	}
	
	.ent1::before,
	.ent2::before ,
	.ent3::before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 50%;
		top: auto;
		right: auto;
		margin-left: -15px;
		margin-top: 0;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	}
	.ent1::after,
	.ent2::after,
	.ent3::after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		top: auto;
		right: auto;
		margin-left: -17px;
		margin-top: 0;
		border: 14px solid transparent;
		border-top: 14px solid #fbb03b;
		z-index: 1;
	}
	
	#entrance h3 {
		margin: -16px -16px 16px;
		padding: 10px 16px 10px 16%;
	}
	.ent_step {
		padding: 12px;
		margin-right: 8px;
		font-size: 12px;
	}
	.ent_step span {font-size: 1.25rem;}
}

.ent1tel,
.ent1mail {
	text-align: center;
	line-height: 1.4;
}
.ent1tel h4,
.ent1mail h4 {
	margin: 8px 0 4px;
	padding: 4px;
	background: url("../image/back-y.jpg");
	color: #e95710;
}

.ent1tel {}
.ent1tel p {font-size: 12px;}
.ent1number {
	font-family: 'Arial Black','DIN Alternate',sans-serif;
	font-size: 2rem;
	line-height: 1;
	color: #e95710;
	margin-bottom: 4px;
}
.ent1mail a {
	color: #e95710;
	font-weight: bold;
}

.ent3img,
.ent4img {
	margin: 8px 0 0;
	border-radius: 40px;
	line-height: 0;
}

/*-------------------------*/


/*---------------------------------------------------------------------------
よくある質問
---------------------------------------------------------------------------*/
.faq {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.faq hr {
	border: none;
	margin: 40px 0;
}

.faq h3 {
	margin: 0 auto 16px;
	padding: 8px 16px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	background: #ffeaf4;
	border-left: 4px solid #e8609c;
	border-radius: 1px 8px 8px 1px;
}

.faq_text {
	margin: 0 auto 40px;
	text-align: center;
	font-size: 18px;
}
.faq_text a {
	color: #d95c92;
	text-decoration: underline;
}

.faq a.faq_link {
	width: 6%;
	font-size: 64%;
	padding: 8px;
	border: solid 1px #d95c92;
	color: #d95c92;
	display: flex;
	justify-content: space-between;
	border-radius: 40px;
}
.faq a.faq_link::after {content: "▶︎";}

.faq h4 {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #2b2b2b;
}

.faq details {
	margin: 0 auto 16px;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	.faq {width: 90%;}
	.faq a.faq_link {width: 10%;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	.faq {width: 90%;}
	.faq hr {margin: 16px 0;}
	.faq_text {font-size: 1rem;}
	
	.faq a.faq_link {width: 16%;}
	
	.faq h4 {font-size: 1rem;}
}

.faq details:last-child {margin: 0 auto;}

.faq summary {
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	list-style: none;
	border-radius: 8px;
	color: #e8609c;
	border: solid 2px #f8cbd9;
	line-height: 1.2;
}
.faq summary::-webkit-details-marker {display: none;}

.faq details[open] .faq_arrow {
  transform: rotate(90deg);
}

.faq details[open] summary {
	border-radius: 8px 8px 0 0;
	transition: transform 0.4s;
}

@media screen and (max-width:736px) {/*スマートフォン*/
	.faq .faq_open {
		font-size: 14px;
		line-height: 1.5;
	}
}
/*-------------------------*/


/*---------------------------------------------------------------------------
保護者の声
---------------------------------------------------------------------------*/
.voice_back {background: url("../image/dot-y.png")fixed;}
#voice {
	width: 1024px;
	margin: 40px auto 0;
	padding: 0;
}

#voice h3 {
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	background: #e95710;
	color: #fff;
	margin-bottom: 56px;
	position: relative;
	border-radius: 8px;
}
#voice h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
	border-top: 15px solid #e95710;
}

#voice h3.v_syuji_h3 {background: #00a63c!important;}
#voice h3.v_syuji_h3::before {border-top: 15px solid #00a63c!important;}

#voice h3.v_english_h3 {background: #e7437d!important;}
#voice h3.v_english_h3::before {border-top: 15px solid #e7437d!important;}

#voice hr {
	border: none;
	margin: 40px 0;
}

ul#v_soroban,
ul#v_syuji,
ul#v_english {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul#v_english::after {
	display: block;
	width: 32%;
	content: "";
}

#v_soroban li,
#v_syuji li,
#v_english li {
	width: 32%;
	position: relative;
	align-items: center;
	margin: 0 0 40px;
	padding: 56px 16px 24px;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 16px;
}
#v_soroban li:nth-child(odd) {background: url("../image/voice/b_soro2.png");}
#v_soroban li:nth-child(even) {background: url("../image/voice/b_soro1.png");}

#v_syuji li:nth-child(odd) {background: url("../image/voice/b_shu1.png");}
#v_syuji li:nth-child(even) {background: url("../image/voice/b_shu2.png");}

#v_english li:nth-child(odd) {background: url("../image/voice/b_soro1.png");}
#v_english li:nth-child(even) {background: url("../image/back-p.jpg");}

#v_soroban li::before,
#v_syuji li::before,
#v_english li::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

#v_soroban li:nth-child(odd)::before,
#v_syuji li:nth-child(odd)::before,
#v_english li:nth-child(odd)::before {
	background: url("../image/voice/user.svg");
	background-size: 100% auto;
}

#v_soroban li:nth-child(even)::before,
#v_syuji li:nth-child(even)::before,
#v_english li:nth-child(even)::before {
	background: url("../image/voice/user2.svg");
	background-size: 100% auto;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#voice {width: 90%;}
	#voice h3 {margin-bottom: 40px;}
	
	#v_soroban li,
	#v_syuji li,
	#v_english li,
	ul#v_english::after {width: 48%;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	#voice {width: 90%;}
	
	#voice h3 {
		padding: 8px 4px;
		font-size: 1rem;
		margin-bottom: 24px;
	}

	#v_soroban ul,
	#v_syuji ul,
	#v_english ul {
		width: 90%;
		display: block;
		margin-left: auto;
	}
	ul#v_english::after {display: none;}
	
	#v_soroban li,
	#v_syuji li,
	#v_english li {
		width: 90%;
		margin: 0 0 16px auto;
		padding: 8px 8px 8px 32px;
		font-size: 14px;
		border-radius: 8px;
	}
	#v_soroban li::before,
	#v_syuji li::before,
	#v_english li::before {
		width: 60px;
		height: 60px;
		top: 50%;
		left: -12%;
		transform: translateX(0);
		transform: translateY(-50%);
	}
}
/*-------------------------*/


/*---------------------------------------------------------------------------
無料体験案内
---------------------------------------------------------------------------*/
#trial,
#t_form {
	width: 1024px;
	margin: 40px auto;
}

#trial h3,
#t_form h3 {
	margin: 0 0 8px;
	padding: 8px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.25;
	background: url("../image/w-pink.jpg")fixed;
	border-radius: 4px;
}

.t_block1 {	
	margin: 0 auto 40px;
	text-align: center;
	font-size: 18px;
}
.trial_seed {
	display: block;
	width: 75%;
	margin: 0 auto;
}

.t_lesson {
	margin: 0 auto 16px;
	display: flex;
	justify-content: space-between;
}
.t_lesson section {width: 48%;}

.t_lesson h4 {
	font-size: 1.25rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.t_lesson h4 span:first-child {
	margin: 0 4px 4px 0; 
	padding: 4px 12px;
	box-sizing: border-box;
	color: #fff;
	background: #e7437d;
	border-radius: 100%;
}

.app_box {
	margin: 0 auto 8px;
	display: flex;
	justify-content: space-between;
}
.app_box div {width: 48%;}
.app_box div:nth-child(2) {text-align: center;}
.app_box h4 {
	background: #f8cbd9!important;
	border-radius: 16px;
	margin-bottom: 4px;
}
.app_tel {
	font-family: 'Arial Black','DIN Alternate',sans-serif;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	color: #e7437d;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#trial,
	#t_form {width: 90%;}
	
	.trial_seed {width: 100%;}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#trial,
	#t_form {width: 90%;}
	.t_lesson,
	.app_box {display: block;}
	.t_lesson section,
	.app_box div {width: 100%;}
	.t_lesson section:nth-child(2),
	.app_box div:nth-child(2) {margin-top: 16px;}
	.trial_seed {width: 100%;}
}

/*-------------------------お問い合わせ・無料体験申し込みフォーム*/
#c_form table,
#t_form table {
	width: 100%;
	margin: 8px auto;
	border-collapse: collapse;
	border: solid 1px #c9caca;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
}

#c_form tr,
#t_form tr {border-bottom: dotted 1px #c9caca;}

#c_form th,
#c_form td,
#t_form th,
#t_form td {
	padding: 8px;
	box-sizing: border-box;
}


@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#c_form tr,
	#t_form tr {border-bottom: 0;}
	#c_form th,
	#c_form td,
	#t_form th,
	#t_form td {
		display: block;
		width: 100%;
	}
	#c_form th,
	#t_form th {
		padding: 4px 8px;
		background: #f8cbd9;
	}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#c_form tr,
	#t_form tr {border-bottom: 0;}
	#c_form th,
	#c_form td,
	#t_form th,
	#t_form td {
		display: block;
		width: 100%;
	}
	#c_form th,
	#t_form th {
		padding: 4px 8px;
		background: #f8cbd9;
	}
}

.check,
.mfp_must,
.t_check::before {color: #e7437d!important;}

.mfp_must {margin-right: 16px;}

#c_form th,
#t_form th,
.t_check {text-align: left;}

#c_form th::before,
#t_form th::before {
	content: "　";
	margin-right: 16px;
}
.t_check::before {
	content: "★"!important;
	margin-right: 16px;
}
ul.tf_checkbox {
	margin: 0 0 4px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
}
ul.tf_checkbox li {
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	display: flex;
	align-items: center;
}
ul.tf_radio {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
}
ul.tf_radio li {
	display: flex;
	align-items: center;
	margin-right: 16px;
}

#c_form input[type="checkbox"],
#c_form input[type="radio"],
#t_form input[type="checkbox"],
#t_form input[type="radio"] {margin-right: 4px;}

ul.tf_name,
ul.tf_birth,
ul.tf_yubin {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}
ul.tf_name li {
	width: 40%;
	margin-right: 8px;
}

ul.tf_birth li {width: 20%;}
ul.tf_birth input[type="text"] {
	width: 72%;
	margin-right: 4px;
}
ul.tf_birth select {
	width: 90%;
	font-size: 16px;
}

ul.tf_yubin li {margin-right: 4px;}
ul.tf_yubin li:nth-child(2) {width: 40%;}

ol.tf_addr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol.tf_addr li {
	display: flex;
	align-items: center;
}
ol.tf_addr input[type="text"],
ol.tf_addr select {
	width: 40%;
	margin-left: 4px;
	font-size: 16px;
}

@media screen and (max-width:736px) {/*スマートフォン*/
	ul.tf_name {justify-content: space-between;}
	ul.tf_name li {
		width: 49%;
		margin-right: 0;
	}
	ul.tf_checkbox li {width: 100%;}
	ul.tf_birth li {
		width: 40%;
		font-size: 14px;
	}
	
	ol.tf_addr li {display: block;}
	ol.tf_addr input[type="text"],
	ol.tf_addr select {width: 100%;}
}

/*送信ボタンのデザイン変更*/
#formbtn input[type="submit"],
#formbtn input[type="button"]{
 display: block;
 padding:15px;
 width:24%;
 background:#e7437d; 
 color:#fff;
 font-size:18px;
 font-weight:bold;  
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn input[type="submit"]:hover,
#formbtn input[type="button"]:hover{
 background:#fff; 
 color:#e7437d;
 border:2px solid #e7437d;
}

#formbtn li input[type="button"] {
	display: block;
	width:100%;
	padding:15px;
	box-sizing: border-box;
	background:#e7437d;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border-radius:2px;
}

#formbtn ul {
	width: 100%;
	margin: 40px auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
#formbtn li {width:24%;}
#formbtn li:first-child {margin-right: 16px;}

@media screen and (max-width:736px) {/*スマートフォン*/
	/*送信ボタンのデザイン変更*/
	#formbtn input[type="submit"]{
		width:48%;
		margin:16px auto;
	}
	#formbtn ul {margin: 16px auto 0;}
	#formbtn li {width:48%;}
	#formbtn li:first-child {margin-right: 0;}
}
/*-------------------------*/



/*---------------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------------*/
#inquiry {
	width: 1024px;
	margin: 40px auto;
}

#inquiry table {
	width: 100%;
	margin: 8px auto 0;
	border-collapse: collapse;
	border: solid 1px #c9caca;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
}
#inquiry tr {border-bottom: dotted 1px #c9caca;}

#inquiry th,
#inquiry td {
	padding: 8px;
	box-sizing: border-box;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#inquiry {width: 90%;}
	#inquiry tr {border-bottom: 0;}
	#inquiry th,
	#inquiry td {
		display: block;
		width: 100%;
	}
	#inquiry th {
		padding: 4px 8px;
		background: #f8cbd9;
	}
}

@media screen and (max-width:736px) {/*スマートフォン*/
	#inquiry {width: 90%;}
	#inquiry tr {border-bottom: 0;}
	#inquiry th,
	#inquiry td {
		display: block;
		width: 100%;
	}
	#inquiry th {
		padding: 4px 8px;
		background: #f8cbd9;
	}
}

#inquiry th {text-align: left;}

#inquiry th::before {
	content: "　";
	margin-right: 16px;
}

#inquiry input[type="checkbox"],
#inquiry input[type="radio"],
#inquiry input[type="checkbox"],
#inquiry input[type="radio"] {margin-right: 4px;}

/*送信完了画面*/
#thanks {
	width: 1024px;
	margin: 40px auto 0;
}
#thanks h3 {
	margin: 0 0 8px;
	padding: 8px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.25;
	background: url("../image/w-pink.jpg")fixed;
	border-radius: 4px;
}

@media only screen and (min-width:737px) and (max-width:1024px) {/*タブレット*/
	#thanks {width: 90%;}
}
@media screen and (max-width:736px) {/*スマートフォン*/
	#thanks {
		width: 90%;
		margin: 16px auto 0;
	}
}

/*---------------------------------------------------------------------------*/


