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

@media (max-width: 768px) and (min-width: 481px) {
/* 検索バナー
--------------------------------------------------*/
.banner_mb60 {
	margin-bottom: 30px;
}
/* スーパーピグマリオン教室を探す
--------------------------------------------------*/
#searchbanner {
	padding: 20px 0 40px;
	text-align: center;
}
#searchbanner h4 {
	font-size: 20px;
	margin-bottom: 1.0em;
}
/* スーパーピグマリオンの教室がお近くに無い方へ
--------------------------------------------------*/
#experiencebanner {
	background: #feffbb url(../images/_footer-bg.png) repeat-x left bottom;
	padding: 20px 0 90px;
	text-align: center;
}
#experiencebanner h4 {
	font-size: 20px;
	margin-bottom: 1.0em;
}
#experiencebanner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#experiencebanner li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 33.333333%;
}
#experiencebanner h5 {
	width: 9.0em;
	font-size: 18px;
	background: #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #94cc51;
	display: inline-block;
	margin-bottom: 0.7em;
}
/* 体験教室
--------------------------------------------------*/
#experience-cover {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 350px;
	background: url(../images/experience_pc.jpg) no-repeat;
	background-position: center center;
	background-size: contain;
}
.fa-pencil:before {
	font-size: 28px;
	padding-right: 0.2em;
	content: '\f040';
	color: #fff;
	position: relative;
	top: 1px;
}
.fa-envelope:before {
	content: '\f0e0';
	color: #fff;
}
#experience_desc {
	text-align: center;
	font-size: 18px !important;
	line-height: 1.6em;
	margin-bottom: 30px !important;
}
#experience_desc span:after {
	content: "\A";
	white-space: pre;
}
.experience {
	font-size: 21px;
	line-height: 1.0em;
	background: #e23030;
	margin: 0 0 20px 0;
	padding: 9px 15px 9px;
	color: #FFF;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 4px #999;
}
.experience:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 18px;
	bottom: -27px;
	background: transparent;
	border-color: #e23030 transparent transparent transparent;
	border-style: solid;
	border-width: 15px;
}
.experience_block {
	margin-bottom: 1.0em;
}
.experience_block h4 {
	width: 7.0em;
	margin-left: 1.0em;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #94cc51;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.experience_block h4:before {
	font-size: 18px;
	padding-right: 0.3em;
	content: '\f0e0';
	color: #fff;
}
.experience_block ul {
	border: 2px solid #94cc51;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
	padding: 1.0em;
}
.experience_block li {
	margin: 0 3.2% 0.8em 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	width: 48%;
}
.experience_block li:nth-child(even) {
	margin-right: 0;
}
.experience_block li a {
	display: block;
	padding: 0.5em 1.0em;
	background: #40b5bf;
	border: 1px solid #40b5bf;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
}
.experience_block li a:hover {
	background: #fff;
	border: 1px solid #40b5bf;
	color: #40b5bf;
}
/* 体験レッスンボタン
--------------------------------------------------*/
.sidemenu.right #close {
	margin-bottom: 10px;
}
#logo-menu {
	margin-bottom: 10px;
}
#experience_btn {
	display: none;
}
#contact-btn {
	margin-bottom: 5px;
	display: none;
}
#resson-btn {
	margin-bottom: 5px;
	padding: 7px;
	text-align: center;
	font-size: 17px;
	line-height: 1.35em;
	background: #63b62f;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#resson-btn a {
	display: block;
	color: #fff;
}
#resson-btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
/* お知らせ
--------------------------------------------------*/
#news_inner {
	height: 450px;
	overflow: auto;
	padding-right: 20px;
	margin-bottom: 15px;
}
#newslist {
	text-align: right;
	font-size: 16px;
	margin-bottom: 50px;
}
#newslist a .fa-arrow-circle-right:after {
	content: "\f0a9";
	font-size: 18px;
	padding-left: 3px;
	color: #46bfc4;
}
#newslist a:hover .fa-arrow-circle-right:after {
	color: #008FD5;
}
/* news
--------------------------------------------------*/
/*#news dt{
	display:none;
}*/
#news dt {
}
#news dt#news_label {
	background: #eeb414;
	clear: left;
	float: left;
	width: 5.0em;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0 0.5em 0;
	border-radius: 3px;
}
#news dt#lecture_label {
	background: #e23030;
	clear: left;
	float: left;
	width: 5.0em;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0 0.5em 0;
	border-radius: 3px;
}
#news dd {
	padding-left: 6.0em !important;
	border-bottom: #c7cc96 2px dotted;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#archiveblk-inner .item {
	margin-bottom: 10px;
}
/* youtube
--------------------------------------------------*/
#youtube {
	margin-bottom: 30px;
}
#youtube_title {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	padding: 0;
	margin-bottom: 20px;
}
#youtube_title dt {
	color: #f2b318;
	font-size: 18px;
	margin: 0 !important;
	padding: 0;
	line-height: 1.5em;
}
#youtube_title dd {
	border-bottom: 5px dotted #d5d5d5;
	color: #76c8d6;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.2em;
}
#youtube_wrap {
}
#youtube_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#youtube_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* popup
--------------------------------------------------*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 15px !important;
	width: auto;
	max-width: 640px;
	margin: 20px auto;
}
#popup_wrap {
	width: 100%;
}
#popup_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
#popup_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#search_btn {
	width: 60%;
	margin: 0 auto;
}
#search_btn a {
	display: block;
	font-size: 26px;
	text-align: center;
	border: #40b5bf 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 0;
}
#search_btn a:hover {
	background: #40b5bf;
	color: #fff;
}
#search_btn span:before {
	color: #40b5bf;
	padding-right: 5px;
}
#search_btn a:hover span:before {
	color: #fff;
}
/* mfp-close
--------------------------------------------------*/
.mfp-close {
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	position: absolute;
	right: 5px !important;
	top: 5px !important;
	text-decoration: none;
	text-align: center;
	opacity: 1 !important;
	padding: 0 0 18px 10px;
	color: #FFF !important;
	font-style: normal;
	font-size: 44px !important;
	background: #40b5bf !important;
	border-radius: 50% !important;
}
/* 資料無料WEB公開中
--------------------------------------------------*/
#pdf_btn{
	display:none;
}
#document-btn {
	margin-bottom: 10px;
	padding: 7px;
	text-align: center;
	font-size: 17px;
	line-height: 1.35em;
	background: #e23030;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#document-btn a {
	display: block;
	color: #fff;
}
#document-btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
/* menubar
--------------------------------------------------*/
#resson-btn {
	margin-bottom: 10px;
	background: #76c8d6;
}
.sidemenu.right ul {
	margin: 0px 0 20px;
	padding: 0;
	list-style: none;
}
.sidemenu.right ul ul {
	margin: 0px 0 0px;
}
.sidemenu.right ul li {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.sidemenu.right ul li a {
	display: block;
	border-bottom: #d5d5d5 2px dotted;
	margin: 0;
	padding: 10px 0;
	margin-left: 39px;
}
.sidemenu.right ul ul li a {
	padding: 8px 0;
	margin-left: 39px;
}
.sidemenu.right li#sp-top a {
	color: #62b533;
}
.sidemenu.right li#sp-about a {
	color: #eeb414;
}
.sidemenu.right li#sp-course a {
	color: #75c8d6;
}
.sidemenu.right li#sp-search a {
	color: #db5499;
}
.sidemenu.right li#sp-blog a {
	color: #62b533;
}
.sidemenu.right li#sp-contact a {
	color: #e23030;
}
.sidemenu.right ul li:last-child a {
	border-bottom: none;
}
.sidemenu.right ul ul li:last-child a {
	border-bottom: #d5d5d5 2px dotted;
	padding-bottom: 10px;
}
.menubar > .sidemenu {
	position: fixed;
	color: white;
}
.sidemenu.right li#sp-top {
	background: url(../images/home_top.jpg) no-repeat top 10px left 3px;
}
.sidemenu.right li#sp-about {
	background: url(../images/about_top.jpg) no-repeat top 10px left 0px;
}
.sidemenu.right li#sp-course {
	background: url(../images/course_top.jpg) no-repeat top 10px left 6px;
}
.sidemenu.right li#sp-search {
	background: url(../images/search_top.jpg) no-repeat center left;
}
.sidemenu.right li#sp-blog {
	background: url(../images/blog_top.jpg) no-repeat center left 4px;
}
.sidemenu.right li#sp-contact {
	background: url(../images/contact_top.jpg) no-repeat top 12px left 5px;
}
.off:after {
	content: "\f138";
}
.on:after {
	content: "\f13a";
}
/* footer　教室がお近くに無い方へ
--------------------------------------------------*/
#footer_sch_banner {
	display: block !important;
	font-size: 0;
}
#footer_sch_banner dt {
	margin-bottom: 20px;
	margin-top: 15px;
}
#footer_sch_banner dd {
	margin: 0 0 15px;
	padding: 0 5px 0;
	display: inline-block;
	width: 33.333333%;
	text-align: center;
}
#footer_sch_banner h5 {
	width: 9.0em;
	font-size: 14px;
	background: #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #94cc51;
	display: inline-block;
	margin-bottom: 0.7em;
}
/* colorbar
--------------------------------------------------*/
#colorbar img {
	display: none;
}
/* ロゴ調整
--------------------------------------------------*/
h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 11px;
	padding: 0 0 0;
	width: 159px;
	height: 25px;
	background: url(../images/logo-menu.png) no-repeat;
	background-position: left center;
}
h1 a {
	display: block;
}
#copyright {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	line-height: 24px;
	overflow: hidden;
	background: url(../images/logo-sp.png) no-repeat left 0px;
	background-position: center center;
}
/* トップページ背景色
--------------------------------------------------*/
#movie {
	margin-bottom: 0 !important;
}
#movie-inner {
    width: 100%;
    height: 350px !important;
    background: url(../movie/top_sp.jpg) center center no-repeat !important;
	background-size:cover !important;
}
#home #wrap {
	padding-bottom: 20px;
	background: #fffff2;
}
#information {
	margin-bottom: 0 !important;
}
#footer {
	background-image: none;
	height: auto;
	padding-top: 20px;
}
    
#topInformationNotice p {
    padding:10px;
    background:#fffacd;
    color:red;
    text-align:left;
    font-size:15px;
    border:2px solid red;
    }    
    
/* interview
--------------------------------------------------*/
#interview {
	padding-top:30px;
	margin-bottom: 30px;
}
#youtube_thumb {
	text-align: center;
}
#youtube_thumb a{
    border:none;
  outline:none;
}
#youtube_desc {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	padding: 0;
}
#youtube_desc h2 span {
	color: #f2b318;
	font-size: 18px;
}
#youtube_desc h2 span:after {
	content: "\A";
	white-space: pre;
}
#youtube_desc h2 {
	border-bottom: 5px dotted #d5d5d5;
	color: #76c8d6;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 0.2em;
	margin: -15px 0 10px;
	padding: 0 0 10px;
}
#youtube_desc p {
	font-size: 24px;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.3em;
	text-indent: -0.5em;
}
#youtube_desc p span:before {
}
/* nav_link
--------------------------------------------------*/
.nav_link {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.nav_link span:after {
	content: "\f0da";
	font-size: 14px;
	color: #fff;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: -2px;
	left: 2px;
}
.green span:after {
	background: #62b533;
}
.orange span:after {
	background: #eeb414;
}
.blue span:after {
	background: #75c8d6;
}
.green, .green a {
	color: #62b533;
}
.orange, .orange a {
	color: #eeb414;
}
.blue, .blue a {
	color: #75c8d6;
}
/* information-inner
--------------------------------------------------*/
.shadow {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#information-inner {
	width: 100%;
}
.info_wrap {
	margin-bottom: 20px;
}
.left_banner {
	text-align: center;
	margin-bottom: 20px
}
.right_banner {
	text-align: center;
	margin-bottom: 20px;
}
#about_link {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#about_link li {
	width: 100%;
	background: #fff;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
#about_link li:nth-child(even) {
}
#about_link li div {
	padding: 15px 10px 20px 20px;
}
#about_link li div:hover {
	opacity: 0.8;
}
#about_link li div p {
	float: left;
	margin-right: 20px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#about_link li div h5 {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 20px;
	line-height: 90px;
}
#about_link li div#about_ito {
	border-left: 5px solid #62b533;
}
#about_link li div#about_pygmalion {
	border-left: 5px solid #db5499;
}
#about_link li div#about_goods {
	border-left: 5px solid #eeb414;
}
#about_link li div#about_voice {
	border-left: 5px solid #75c8d6;
}
#about_link li div#about_ito h5 {
	color: #62b533;
}
#about_link li div#about_pygmalion h5 {
	color: #db5499;
}
#about_link li div#about_goods h5 {
	color: #eeb414;
}
#about_link li div#about_voice h5 {
	color: #75c8d6;
}
/* school_bnr_desc
--------------------------------------------------*/
#school_bnr_desc {
	font-size: 18px;
	margin-bottom: 20px;
	;
	margin-top: 10px;
}
.br:after {
	content: "";
	white-space: pre;
}
/* about_cover
--------------------------------------------------*/
#about_cover {
	margin-bottom: 0;
}
#about_cover_inner {
	width: 100%;
	background: url(../images/mainimg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 210px;
}
#profile {
	padding-top: 20px; /* イメージとの空き調整 */
	margin-bottom: 20px !important; /* イメージfaqとの空き調整 */
}
/* faq
--------------------------------------------------*/
#faq .answer dt {
	text-align: center;
}
#faq .answer dd {
	text-align: center;
}
/* profile moreBtn
--------------------------------------------------*/
#profile .arrow_icon:before {
	content: "\f061";
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 10px;
}
#to_ito_profile {
	text-align: center;
}
#to_ito_blog {
	text-align: center;
}
#to_ito_profile a {
	display: block;
	background: #75c8d6;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
}
#to_ito_profile a:hover {
	opacity: 0.7;
}
#to_ito_blog a {
	display: block;
	background: #62b533;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
}
#to_ito_blog a:hover {
	opacity: 0.7;
}
/* curriculum
--------------------------------------------------*/
#curriculum_more .arrow_icon:before {
	content: "\f061";
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 10px;
}
#curriculum_more {
	text-align: center;
}
#curriculum_more a {
	display: block;
	background: #db5499;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
}
#curriculum_more a:hover {
	opacity: 0.7;
}
/* goods
--------------------------------------------------*/
#about_goods_desc {
	text-align: left !important;
}
#goods {
	padding-bottom: 30px !important;
}
#goods ul {
	margin-bottom: 0 !important;
}
#goods_more .arrow_icon:before {
	content: "\f061";
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 10px;
}
#goods_more {
	text-align: center;
}
#goods_more a {
	display: inline-block;
	background: #62b533;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	padding: 0 115px;
}
#goods_more a:hover {
	opacity: 0.7;
}
/* voice
--------------------------------------------------*/
#voice_more .arrow_icon:before {
	content: "\f061";
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 10px;
}
#voice_more {
	text-align: center;
}
#voice_more a {
	display: inline-block;
	background: #e23030;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	padding: 0 100px;
}
#voice_more a:hover {
	opacity: 0.7;
}
/* curriculum_banner
--------------------------------------------------*/
#curriculum_banner {
	padding: 40px 0 0;
	text-align: center;
}
/* course
--------------------------------------------------*/
#course #wrap {
	background: #fffff2;
	padding-bottom: 40px;
}
.course_cover {
	background: #fffff2;
	padding-bottom: 20px;
}
.course_cover_inner {
}
#child_cover {
}
.orn {
	background: #eeb414;
}
.blu {
	background: #75c8d6;
}
.pnk {
	background: #d85894; /*#db5499*/
}
.vio {
	background: #9d5da2;
}
.dblu{
	background:#749cc9;
}
#course #content p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom:1.0em !important;
}
#course #content p.text_s {
	font-size: 18px;
}
#course #content dl#child {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
#course #content dl#child dt {
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #eeb414;
	position: relative;
	border-radius: 0;
	margin-bottom: 15px;
}
#course #content dl#child dt:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -15px;
	bottom: -30px;
	background: transparent;
	border-color: #eeb414 transparent transparent transparent;
	border-style: solid;
	border-width: 15px;
}
#course #content dl#child dd {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#course #content dl#child dd:first-of-type {
}
#course #content dl#child dd:last-child {
}
#course #content h3 {
	font-size: 18px;
}
#course #content h4 {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* infant */
.ub {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
#course #content p#infant_desc {
	margin-bottom: 30px !important;
}
#lesson_flow {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
#lesson_flow li {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	vertical-align:middle;
	color: #efb21a;
	background: #efb21a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	border-top: 15px solid #efb21a;
	border-right: 20px solid #efb21a;
	border-bottom: 15px solid #efb21a;
	border-left: 20px solid #efb21a;
}
#lesson_flow li#wline{
	border-top: 10px solid #efb21a;
	border-bottom: 10px solid #efb21a;
	line-height:0.75em;
}
#lesson_flow li span {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#lesson_flow li > span {
	padding: 5px 0;
}
#lesson_flow li span span {
	font-size: 12px;
}
#lesson_flow li:nth-child(4n) {
	margin-right: 0;
}
#lesson_flow li:after {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border: 15px solid transparent;
	border-top-color: #efb21a;
	top: 150%;
	left: 50%;
	margin:0 0 0 -15px;
}
#lesson_flow li#wline:after{
	top: 125%;
}
#infant_goods{
}
#infant_goods ul{
	margin:0 0 30px;
	padding:0;
	list-style:none;
	font-size:0;
}
#infant_goods li{
	margin:0 0 20px;
	padding:10px 15px 10px 25px;
	width:100%;
	background:#fff;
	height:auto;
}
#infant_goods li h4{
	margin:0 !important;
	padding:0 !important;
	color:#db5499 !important;
	font-size:21px;
}
#infant_goods li p{
	margin:0 !important;
	padding:0 !important;
}
.curriculum{
	margin-bottom:15px;
}
.curriculum div{
	background:#fff;
	padding:10px 20px 10px 30px;
}
.curriculum p{
}
.curriculum h3{
	width: 100%;
	height: 55px;
	margin:0 0 30px;
	padding:13px 0 0;
	font-size: 24px !important;
	text-align:center;
	color: #fff;
	background: #eeb414;
	position: relative;
	line-height:1.25em;
}
.curriculum h3:after{
	content: ' ';
	position: absolute;
	top:55px;
	left:50%;
	margin:0 0 0 -85px;
	width: 0;
	height: 0;
	background: transparent;
	border-top: 30px solid #efb21a;
	border-right: 85px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 85px solid transparent;
}
/*#lesson_1st h3{
	background: #eeb414;
	height:80px;
	padding-top:15px;
}
#lesson_1st h3:after{
	border-top: 30px solid #efb21a;
	top:80px;
}*/
#lesson_2nd h3{
	background: #75c8d6;
}
#lesson_2nd h3:after{
	border-top: 30px solid #75c8d6;
}
#lesson_3rd h3{
	background: #749cc9;
}
#lesson_3rd h3:after{
	border-top: 30px solid #749cc9;
}
#lesson_4th h3{
	background: #9d5da2;
}
#lesson_4th h3:after{
	border-top: 30px solid #9d5da2;
}
#lesson_5th h3{
	background: #d85894;
}
#lesson_5th h3:after{
	border-top: 30px solid #d85894;
}
.curriculum h4{
	color:#efb21a !important;
	margin:0 0 15px !important;
	padding:0 !important;
}
.curriculum dl{
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}
.curriculum dt{
	clear:left;
	float:left;
	font-size:14px !important;
	color:#fff;
	width:7.0em;
	text-align:center;
	margin-right:10px;
	margin-top:2px;
}
.curriculum dd{
	overflow:hidden;
	margin-bottom:5px;
}
#timetable_title{
	color:#62b533;
	font-size:21px;
	margin-bottom:20px;
}
#timetable{
}
/* coach
--------------------------------------------------*/
#coach{
	display:none;
}
/* footer pdf
--------------------------------------------------*/
#footer_pdf{
	margin:10px 0 0;
	padding:0;
	list-style:none;
	font-size:0;
	margin-left:-3%;
	width:103%;
}
#footer_pdf li{
	display:inline-block;
	padding-left:3%;
	width:50%;
}
#footer_pdf li img{
	width:100%;
	max-width: 100%;
	height: auto;
}
/* 資料無料公開
--------------------------------------------------*/
#document{
}
#document #wrap{
	background:#fffff2;
}
#document_wrap{
	padding-top:30px;
	padding-bottom:20px;
}
#document{
}
#document_img{
	text-align:center;
	margin-bottom:30px;
}
#pdf_link{
}
#pdf_link h2{
	font-size:24px;
	color:#7fccd7 !important;
	margin-bottom:0.5em !important;
	text-align:center;
}
#pdf_link p{
	font-size:16px !important;
	margin-bottom:30px !important;
	text-align:center;
}
/* 資料請求ボタン（ページ）
--------------------------------------------------*/
#pdf_link_btn {
	display: block;
	background: #e23030;
	width:70%;
	margin:0 auto;
}
#pdf_link_btn:hover {
	background: #ED7C7C;
}
#pdf_link_btn p {
	margin: 0;
	padding: 0;
	font-size: 18px !important;
	line-height: 1.5em !important;
	text-align: center;
	position:relative;
}
#pdf_link_btn p i{
	position:absolute;
	font-size:28px;
	color:#fff;
	left:15px;
	top:24px;
}
#pdf_link_btn p a {
	display: block;
	color: #fff;
	padding: 10px;
}
}