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

@media (max-width: 480px) {
    
/* ----- TOPページ警告 ----- */
#topInformationNoticeWrapper {
    padding: 1rem 0 !important;
}

.kakomi-box {
    border: 2px solid red;
    border-radius: 2px;
    margin: 2em 0;
    padding: 4rem 1.5em 2rem !important;
    position: relative;
}
.kakomi-box::before {
    background-color: #fffff2;
    color: red;
    content: "プラチナム学習会（運営：アイピグマリオン）との関係について";
    font-weight: bold;
    font-size: 1.2rem;
    left: 1.5rem;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
#noticeContent {
    line-height: 1.4;
    text-align: justify;
}
#noticeTitle {
    color: red;
    line-height: 1.2 !important;
    margin-bottom: 0.8rem;
    font-size: 0.9rem !important;
}
#noticeContent dd {
    font-size: 0.9rem;
}
#noticeContact {
    font-weight: bold;
    margin-top: 0.5rem;
}
.bold_under {
    font-weight: bold;
	text-decoration: underline;
}        
    
/* 検索バナー
--------------------------------------------------*/
.banner_mb60 {
	margin-bottom: 20px;
}
/* スーパーピグマリオン教室を探す
--------------------------------------------------*/
#searchbanner {
	padding: 20px 0 30px;
	text-align: center;
}
#searchbanner h4 {
	font-size: 16px;
	margin-bottom: 1.0em;
}
#searchbanner h4 span:after {
	content: "\A";
	white-space: pre;
}
/* スーパーピグマリオンの教室がお近くに無い方へ
--------------------------------------------------*/
#experiencebanner {
	background: #feffbb url(../images/_footer-bg.png) repeat-x left bottom;
	padding: 20px 0 30px;
	text-align: center;
}
#experiencebanner h4 {
	font-size: 16px;
	margin-bottom: 1.0em;
}
#experiencebanner h4 span:after {
	content: "\A";
	white-space: pre;
}
#experiencebanner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#experiencebanner li {
	margin: 0 0 1.0em;
	padding: 0;
}
#experiencebanner h5 {
	width: 9.0em;
	font-size: 14px;
	background: #fff;
	border-radius: 30px;
	color: #94cc51;
	display: inline-block;
	margin-bottom: 0.5em;
}
/* 体験教室
--------------------------------------------------*/
#experience-cover {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 140px;
	background: url(../images/experience_sp.jpg) no-repeat;
	background-position: center center;
	background-size: contain;
}
.fa-pencil:before {
	font-size: 24px;
	padding-right: 0.2em;
	content: '\f040';
	color: #fff;
	position: relative;
	top: 0;
}
.fa-envelope:before {
	content: '\f0e0';
	color: #fff;
}
    
#experience_limit {
    text-align: center;
    padding: 1rem;
    border: 2px solid #63B72E;
    width: 90%;
    margin: -0.5rem auto 2rem !important;
    border-radius: 15px;
    font-size: 0.9rem;
}
    
#experience_desc {
	font-size: 16px !important;
	line-height: 1.6em;
	margin-bottom: 20px !important;
	margin-top: 10px;
}
.experience {
	font-size: 18px;
	line-height: 1.0em;
	background: #e23030;
	margin: 0 0 20px 0;
	padding: 7px 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;
	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;
	border-radius: 10px;
	margin: 0;
	padding: 1.0em 1.0em;
}
.experience_block li {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.experience_block li:nth-child(even) {
	margin-right: 0;
}
.experience_block li a {
	display: block;
	padding: 0.5em 0.3em;
	background: #40b5bf;
	border: 1px solid #40b5bf;
	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;
	border-radius: 7px;
}
#resson-btn a {
	display: block;
	color: #fff;
}
#resson-btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
/* お知らせ
--------------------------------------------------*/
#newslist {
	text-align: right;
	font-size: 14px;
	margin-bottom: 30px;
}
#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 {
	width: 5.0em;
	margin-bottom: 5px;
	margin-top: 12px !important;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0 0.5em 0;
	border-radius: 3px;
	background: #eeb414;
}
#news dt#lecture_label {
	width: 5.0em;
	margin-bottom: 5px;
	margin-top: 12px !important;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0 0.5em 0;
	border-radius: 3px;
	background: #e23030;
}
#news dd {
	border-bottom: #c7cc96 2px dotted;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#archiveblk-inner .item {
	margin-bottom: 10px;
}
/* youtube
--------------------------------------------------*/
#youtube {
	margin-bottom: 15px;
}
#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: 15px;
}
#youtube_title dt {
	color: #f2b318;
	font-size: 16px;
	margin: 0 !important;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
}
#youtube_title dd {
	border-bottom: 5px dotted #d5d5d5;
	color: #76c8d6;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.2em;
	text-align: center;
}
#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: 10px !important;
	width: auto;
	margin: 10px auto !important;
}
#popup_wrap {
	width: 100%;
}
#popup_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
#popup_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#search_btn {
	width: 80%;
	margin: 0 auto;
}
#search_btn a {
	display: block;
	font-size: 18px;
	text-align: center;
	border: #40b5bf 1px solid;
	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: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	position: absolute;
	right: 3px !important;
	top: 3px !important;
	text-decoration: none;
	text-align: center;
	opacity: 1 !important;
	padding: 0 0 18px 10px;
	color: #FFF !important;
	font-style: normal;
	font-size: 28px !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;
	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"
}
/* colorbar
--------------------------------------------------*/
#colorbar {
	display: none;
}
/* ロゴ調整
--------------------------------------------------*/
h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 11px;
	padding: 0 0 0;
	width: 150px;
	height: 24px;
	background: url(../images/logo-sp.png) no-repeat;
	background-position: left center;
}
h1 a {
	display: block;
}
#copyright {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	line-height: 16px;
	overflow: hidden;
	background: url(../images/f-logo-sp.png) no-repeat;
	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;
}
#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;
    line-height: 1.4;
    }
    
/*#topInformationNotice br {
    display: none;
    }*/
    
/* interview
--------------------------------------------------*/
#interview {
	padding-top:30px;
	margin-bottom: 15px;
}
#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;
	text-align: center;
}
#youtube_desc h2 span {
	color: #f2b318;
	font-size: 16px;
}
#youtube_desc h2 span:after {
	content: "\A";
	white-space: pre;
}
#youtube_desc h2 {
	border-bottom: 5px dotted #d5d5d5;
	color: #76c8d6;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 0.2em;
	margin: -15px 0 10px;
	padding: 0 0 10px;
}
#youtube_desc p {
	font-size: 16px;
	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: 16px;
	margin-bottom: 10px;
}
.nav_link span:after {
	content: "\f0da";
	font-size: 12px;
	color: #fff;
	padding: 1px 4px 1px 5px;
	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;
	text-align: center;
}
#about_link li:nth-child(even) {
}
#about_link li div {
	padding: 20px 0 10px;
}
#about_link li div:hover {
	opacity: 0.8;
}
#about_link li div p {
	display: inline-block;
	;
	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: 18px;
	margin-top: 5px;
}
#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: 14px;
	margin-bottom: 10px;
	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: 110px;
}
#profile {
	padding-top: 20px; /* イメージとの空き調整 */
	margin-bottom: 20px !important; /* イメージfaqとの空き調整 */
}
/* faq
--------------------------------------------------*/
#faq .answer dt {
}
#faq .answer dd {
}
/* profile moreBtn
--------------------------------------------------*/
#profile {
	padding-bottom: 10px !important;
}
#profile .arrow_icon:before {
	content: "\f061";
	font-size: 24px;
	position: absolute;
	left: 15px;
	top: 7px;
}
#to_ito_profile {
	text-align: center;
	margin-bottom: 20px !important;
}
#to_ito_blog {
	text-align: center;
}
#to_ito_profile a {
	display: block;
	background: #75c8d6;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
#to_ito_profile a:hover {
	opacity: 0.7;
}
#to_ito_blog a {
	display: block;
	background: #62b533;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
#to_ito_blog a:hover {
	opacity: 0.7;
}
/* curriculum
--------------------------------------------------*/
#curriculum_more .arrow_icon:before {
	content: "\f061";
	font-size: 24px;
	position: absolute;
	left: 15px;
	top: 17px;
}
#curriculum_more {
	text-align: left;
}
#curriculum_more a {
	display: block;
	background: #db5499;
	font-size: 18px;
	line-height: 1.25em;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 40px;
}
#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: 24px;
	position: absolute;
	left: 15px;
	top: 7px;
}
#goods_more {
	text-align: center;
}
#goods_more a {
	display: block;
	background: #62b533;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	padding:0;
}
#goods_more a:hover {
	opacity: 0.7;
}
/* voice
--------------------------------------------------*/
#voice_more .arrow_icon:before {
	content: "\f061";
	font-size: 24px;
	position: absolute;
	left: 15px;
	top: 7px;
}
#voice_more {
	text-align: center;
}
#voice_more a {
	display: block;
	background: #e23030;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	padding: 0;
}
#voice_more a:hover {
	opacity: 0.7;
}
/* curriculum_banner
--------------------------------------------------*/
#curriculum_banner {
	padding: 30px 0 0;
	text-align: center;
}
/* course
--------------------------------------------------*/
#course #wrap {
	background: #fffff2;
	padding-bottom: 30px;
}
.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: 16px;
	line-height: 1.5em;
	margin-bottom:1.0em !important;
}
#course #content p.text_s {
	font-size: 16px;
}
#course #content dl#child {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
#course #content dl#child dt {
	width: 100%;
	height: 40px;
	font-size: 16px;
	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: 20px;
	padding-top: 10px;
}
#course #content dl#child dd:first-of-type {
}
#course #content dl#child dd:last-child {
}
#course #content h3 {
	font-size: 16px;
}
#course #content h4 {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0 25px;
	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;
	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;
	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 10px 5px 10px;
}
.curriculum p{
}
.curriculum h3{
	width: 100%;
	height: 40px;
	margin:0 0 30px;
	padding:10px 0 0;
	font-size: 18px !important;
	text-align:center;
	color: #fff;
	background: #eeb414;
	position: relative;
	line-height:1.25em;
}
.curriculum h3:after{
	content: ' ';
	position: absolute;
	top:40px;
	left:50%;
	margin:0 0 0 -60px;
	width: 0;
	height: 0;
	background: transparent;
	border-top: 20px solid #efb21a;
	border-right: 60px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 60px 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 10px !important;
	padding:0 !important;
	line-height:1.25em !important;
}
.curriculum dl{
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}
.curriculum dt{
	font-size:14px !important;
	color:#fff;
	width:7.0em;
	text-align:center;
	margin-bottom:5px;
}
.curriculum dd{
	overflow:hidden;
	margin-bottom:10px;
}
#timetable_title{
	color:#62b533;
	font-size:18px;
	margin-bottom:10px;
}
#timetable{
}
/* coach
--------------------------------------------------*/
#coach{
	display:none;
}
#footer_pdf{
    display: blcok;
    padding: 0;
}
#footer_pdf li {
    list-style: none;
    }

#footer-inner dl.displayBlock {
    display: block;
    margin-top: 2rem;
}
    
#footer-inner dl.displayBlock > dt {
    display: none;
}
    
#footer-renkei-wrapper .footer-renkei dl.displayBlock dl.eachRenkeiBox {
    display: block;
    margin-bottom: 15px;
}
#footer-renkei-wrapper .footer-renkei dl.displayBlock dl.eachRenkeiBox dt {
    text-align: center;
}
#footer-renkei-wrapper .footer-renkei dl.displayBlock dl.eachRenkeiBox dd img {
    width: 100%;
}
    
/* 資料無料公開
--------------------------------------------------*/
#document{
}
#document #wrap{
	background:#fffff2;
}
#document_wrap{
	padding-top:30px;
	padding-bottom:10px;
}
#document{
}
#document_img{
	text-align:center;
	margin-bottom:20px;
}
#pdf_link{
}
#pdf_link h2{
	font-size:21px;
	color:#7fccd7 !important;
	margin-bottom:0.5em !important;
	text-align:left !important;
}
#pdf_link p{
	font-size:14px !important;
	margin-bottom:23px !important;
	text-align:left;
}
/* 資料請求ボタン（ページ）
--------------------------------------------------*/
#pdf_link_btn {
	display: block;
	background: #e23030;
}
#pdf_link_btn:hover {
	background: #ED7C7C;
}
#pdf_link_btn p {
	margin: 0;
	padding: 0;
	font-size: 16px !important;
	line-height: 1.5em !important;
	text-align: center;
	position:relative;
}
#pdf_link_btn p i{
	position:absolute;
	font-size:18px;
	color:#fff;
	left:15px;
	top:20px;
}
#pdf_link_btn p a {
	display: block;
	color: #fff;
	padding: 7px;
}
    
}