@charset "UTF-8";


@font-face {
	font-family: 'utsukushi';
	src: url('./font/utsukushi.eot?#iefix') format('embedded-opentype'),
		url('./font/utsukushi.woff') format('woff'),
		url('./font/utsukushi.ttf')  format('truetype'),
		url('./font/utsukushi.svg#svgFontName') format('svg');
}

*, :before, :after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { word-wrap: break-word; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body {
	padding-top: 0; letter-spacing: 1px; line-height: 1.8;
	font-family: 'utsukushi', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: url(../img/bg.jpg);
	color: #338221;
}
a, a:hover { text-decoration: none; outline: none; color: #338221; }
a:active { text-decoration: none; }
a:focus { outline: none; border: 0; text-decoration: none; }
a img { border-style: none; outline: none; -webkit-transition: opacity .35s, -webkit-transform .35s; transition: opacity .35s, transform .35s; }
a:hover img { border: 0; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; }
a:active img { outline: none; border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }
caption, th { text-align: left; }
object, embed { vertical-align: top; }
hr, legend { display: none; }
img, abbr, acronym, fieldset { border: 0; vertical-align: bottom; }
/* ul, ol { padding-left: 0; } */
img { max-width: 100%; height: auto; width /***/: auto; vertical-align: middle; }
	/*** firefox fade対策 ***/
img { box-shadow: #000 0 0 0; }
img, x:-moz-any-link, x:default { box-shadow: #000 0 0 0; }
/*
*	WordPress 標準CSS
*/
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
blockquote {
	text-decoration: line-through;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*
*	wrapper, container
*/
	#wrapper { overflow: hidden; }
	@media (min-width: 768px) {
		.container { width: 760px; }
	}
	@media (min-width: 992px) {
		.container { width: 1010px; }
	}
/*
*	ナビゲーション
*/
	.icon-home a { position: relative; }
	.icon-access a { position: relative; }
	.icon-exa a { position: relative; }
	.icon-home a:before { font-family: "FontAwesome"; content: "\f015"; position: absolute; top: -9px; left: -20px; font-size: 18px; color: #338221; }
	.icon-access a:before { font-family: "FontAwesome"; content: "\f024"; position: absolute; top: -9px; left: -20px; font-size: 18px; color: #338221; }
	.icon-exa a:before { font-family: "FontAwesome"; content: "\f0fa"; position: absolute; top: -9px; left: -21px; font-size: 18px; color: #338221; }
/*
*	パンくず
*/
	.breadcrumbs { padding-top: 15px; padding-bottom: 15px; font-size: 11px; line-height: 2.0; }
	@media (min-width: 768px) {
		.breadcrumbs { padding-top: 0; text-align: right; }
	}
/*
*	header
*/
	header #logo { width: 295px; height: 157px; text-indent: -1000%; background: url(../img/logo-main-top-new.png) no-repeat; }
/*
*	H2
*/
	header + h2 { margin-bottom: 0; padding-top: 90px; height: 125px; text-align: center; background: url(../img/tori.png) center no-repeat; font-size: 27px; }
/*
* main
*/
	@media (min-width: 768px) {
		.main { float: right; width: 733px; }
		.main { width: 74.79591836734694%; }
		.NComponents p,
		.NComponents li { font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
			font-size: 13px;
		}
		.NComponents p.lead { font-size: 18px; font-weight: 500; }
		.NComponents .table>tbody>tr>th, .NComponents .table>tbody>tr>td { padding: 15px; font-size: 13px; }
		.NComponents .table>tbody>tr>th { text-align: center; vertical-align: middle; }
	}
	@media (min-width: 980px) {
		.main { width: 733px; }
	}
/*
* side
*/
	.side { margin: 5rem -15px 0; }
	.lnav { background: #e94b41; padding: 8% 4% 8%; border-bottom: 1px solid rgba(255,255,255,0.5); }
	.lnav ul { border-radius: 5px; padding: 0 0 8px 0; list-style: none; background: #fafafa; }
	.lnav li { border-top: 1px solid #dedede; }
	.lnav li:first-child { border-top: none; }
	.lnav li a { display: block; position: relative; line-height: 1.57; padding: 15px 15px 15px 25px; }
	.lnav li a:before {
		content: '';
		position: absolute;
		top: 50%; right: 18px;
		display: block;
		margin-top: -5px;
		width: 8px; height: 8px;
		border-right: 3px solid #777; border-bottom: 3px solid #777;
		-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
	}
	.lnav li a:hover { background: #fdedec; }
	.side-list .news_date { display: block; font-size: 11px; }
	@media (min-width: 768px) {
		.side { margin-top: 0; margin-left: 0; margin-right: 0; float: left; width: 220px; }
		.side .side-box { margin-bottom: 30px; background-color: rgba(255, 255, 255, .6); padding: 20px; border-radius: 5px; }
		.side .side-list { margin: 0; padding: 0; list-style: none; }
		.side .news.side-list li { line-height: 1.4; }
		.side .side-list li { border-bottom: dotted 1px; }
		.side .side-list li:last-child { border-bottom: none; }
		.side .side-list li a { display: block; position: relative; padding: 10px 0 10px 22px; font-size: 13px; }
		.side .side-list li a:before { font-family: "FontAwesome"; content: "\f138"; position: absolute; left: 4px; color: #7cc125; }
		.lnav { margin-bottom: 30px; padding: 0; background: #fafafa; border-radius: 0 0 4px 4px / 0 0 4px 4px; }
		.lnav h4 { margin-top: 0; margin-bottom: 0; padding: 2rem 1rem 2rem 14px; background-color: #E94B31; color: #fff; font-size: 16px; letter-spacing: 2px; border-radius: 4px 4px 0 0; }
		.lnav h4 a { color: #fff; }
		.lnav ul { margin-bottom: 0; padding: 0 0 0 0; border-radius: 5px; list-style: none; }
		.lnav ul.news { margin-top: 1.57rem; }
		.lnav li { border-top: none; }
		.lnav li a { padding: 17px 18px 20px 40px; -webkit-backface-visibility: hidden; }
		.lnav .news li a { padding: 17px 12px 20px 32px; }
		.lnav li a:before { left: 18px; border-right: 3px solid #e94b41; border-bottom: 3px solid #e94b41; }
		.lnav .news li a:before { left: 12px; }
		.lnav li a:after {
			content: '';
			position: absolute;
			bottom: 0; left: 11px;
			width: 215px;
			border-bottom: 1px dotted #a49d96;
		}
		.lnav ul li:last-child a:after { border: none; }
		.lnav .news .news_date { display: block; font-size: 10px; color: #333; }
		.side { width: 22.44897959183673%; }
	}
	@media (min-width: 980px) {
		.side { width: 220px; }
	}
/*
*	footer
*/
	footer .logo-footer,
	footer .copy { text-align: center; font-size: 11px; }
	footer .logo-footer {}
	footer .copy {}
/*
*	ボタン
*/
	a.button {
		position: relative;
		display: block;
		padding: 1rem;
		color: #fff;
		background-color: #87B827;
		-webkit-transition: none; transition: none;
		box-shadow: 0 3px 0 #62851C;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
		border-radius: 4px;
		text-align: center;
	}
	a.button:hover { top: 2px; background-color: #A4C464; box-shadow: 0 1px 0 #62851C; }
	a.button:active { top: 3px; box-shadow: none; }
/*
*	ページネーション
*/
.pagination>li>a,
.pagination>li>span { color: #77BB10; border: 1px solid #77BB10; }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #77BB10; background-color: #E6F2D3; border-color: #77BB10; }
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover { background-color: #77BB10; border-color: #77BB10; }
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover { color: #77BB10; border-color: #77BB10; }
/*
*	ページトップへ戻る
*/
	#toPageTop { position: fixed; bottom: 1rem; right: 1rem; z-index: 9999; text-indent: -9999em; }
	#toPageTop a { display: block; width: 50px; height: 50px; background: url(../img/arrow-footer.png) 0 0 no-repeat; }
	#toPageTop a:hover { background: url(../img/arrow-footer.png) 0 -50px no-repeat; }
/*
*	マージン
*/
	.mt10 { margin-top: 10px; } .mt20 { margin-top: 20px !important; } .mt30 { margin-top: 30px !important; } .mt40 { margin-top: 40px; } .mt50 { margin-top: 50px; }
	.mb10 { margin-bottom: 10px; } .mb20 { margin-bottom: 20px; } .mb30 { margin-bottom: 30px; } .mb40 { margin-bottom: 40px; } .mb50 { margin-bottom: 50px; }
/*
*	※印
*/
	.kome { text-indent: -1em; padding-left: 1em; }
/*
*	見出し
*/
	.sub_title { display: inline-block; background: linear-gradient(transparent 60%, #ffff66 60%); color: #333; font-weight: 700; font-size: 14px; }
/*
*	固定ページ
*/
	article { margin-bottom: 30px; }
	.NComponents h3 { margin-top: 0; padding-top: 20px; background: url(../img/bg-h3.png) no-repeat; height: 100px; }
	.NComponents h4 { color: #f39980;margin-top:60px; font-size:22px;margin-bottom:20px;}
	article,
	aside {
		background-color: rgba(255, 255, 255, .6);
		padding: 30px 40px 40px 40px;
		border-radius: 5px;
	}
	aside .panel-default { border-color: #338221; }
	aside table { font-size: 11px; letter-spacing: 0; border: 1px solid #338221; }
	aside .table-bordered>tbody>tr>th,
	aside .table-bordered>tbody>tr>td { border: 1px solid #338221; }
	aside .table th { background-color: rgba(51, 130, 33, .2); }
	aside .simplemap-content { border-radius: 5px; }
	aside .pageend { padding: 10px 50px; background: url(../img/akatyan.png) no-repeat; }
	aside .pageend-contents { width: 220px; }
	aside .pageend-logo { margin-left: -30px; width: 295px; height: 157px; text-indent: -1000%; background: url(../img/logo-main.png) no-repeat; }
	aside .access { font-size: 12px; letter-spacing: 0.4px; }
	aside .to-access a { display: block; padding: 2px 0; background-color: #f39980; color: #fff; border-radius: 22px; }
	aside .to-access a:hover { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; }
/*
*	HOME
*/
	.home article { margin-bottom: 30px; padding-top: 0; padding-bottom: 30px; }
	.home .bg-feature { background: url(../img/bg-tokutyou2.png) center no-repeat; }
	.box-feature .tokutyo { height: 281px; background-repeat: no-repeat; background-position: center; position: relative; background-size: contain; }
	.box-feature .tokutyo01 { background-image: url(../img/tokutyo01.png); }
	.box-feature .tokutyo02 { background-image: url(../img/tokutyo02.png); }
	.box-feature .tokutyo03 { background-image: url(../img/tokutyo05.png); }
	/*.box-feature .tokutyo04 { background-image: url(../img/tokutyo03.png); }*/
	.box-feature .tokutyo04 { background-image: url(../img/tokutyo042.png); }
	@media (min-width: 768px) { .box-feature .tokutyo04 { background-position: center; } }
	@media (min-width: 992px) { .box-feature .tokutyo04 { background-position: 205px; } }
	.box-feature .tokutyo05 { background-image: url(../img/tokutyo04.png); background-position: 45px; }
	.box-feature a {
		position: absolute; left: 50%; bottom: 30px;
		display: block; margin-left: -82px; padding: 2px 0; width: 12em;
		background-color: #f39980; color :#fff; border-radius: 22px; text-align: center;
	}
	.box-feature a:hover { opacity: 0.90; filter: alpha(opacity=90); -ms-filter: "alpha(opacity=90)"; }
	.box-feature .tokutyo04 a { margin-left: 5px; }
	@media (min-width: 768px) { .box-feature .tokutyo04 a { margin-left: -85px; } }
	@media (min-width: 992px) { .box-feature .tokutyo04 a { margin-left: 5px; } }
	.box-feature .tokutyo05 a { margin-left: -154px; }
	@media (min-width: 768px) { .box-feature .tokutyo05 a { margin-left: -94px; } }
	@media (min-width: 992px) { .box-feature .tokutyo05 a { margin-left: -154px; } }
	.box-news { position: relative; }
	.box-news .title { margin-top: -10px; margin-bottom: 0; width: 239px; height: 97px; float: left; text-indent: -1000%; background: url(../img/title-info.png) no-repeat; }
	.box-news .to-news { margin-top: 33px; margin-left: auto; width: 12em; background-color: #f39980; border-radius: 22px; text-align: center; }
	.box-news .to-news a { display: block; color: #fff; }
	.box-news .to-news:hover { opacity: 0.90; filter: alpha(opacity=90); -ms-filter: "alpha(opacity=90)"; }
	/* .box-news ul { list-style: none; margin: -7px 0 0; padding: 0; } */
	.box-news ul { list-style: none; padding: 0; }
	.box-news li { border-top: dotted 1px #338221; }
	.box-news ul li:last-child { border-bottom: dotted 1px #338221; }
	.box-news li a { display: block; padding: 10px 1rem;vertical-align: middle; }
	.box-news li a:hover { opacity: 0.90; filter: alpha(opacity=90); -ms-filter: "alpha(opacity=90)"; }
	.home .panel-default { border-color: #338221; }
	.home table { font-size: 11px; letter-spacing: 0; border: 1px solid #338221; }
	.home .table-bordered>tbody>tr>th,
	.home .table-bordered>tbody>tr>td { border: 1px solid #338221; }
	.home .table th { background-color: rgba(51, 130, 33, .2); }
	.home .simplemap-content { border-radius: 5px; }
	.home .pageend { padding: 10px 50px; background: url(../img/akatyan.png) no-repeat; background-size: contain; }
	.home .pageend-contents { width: 220px; }
	.home .pageend-logo { margin-left: -30px; width: 295px; height: 157px; text-indent: -1000%; background: url(../img/logo-main.png) no-repeat; }
	.home .access { font-size: 12px; letter-spacing: 0.4px; }
	.home .to-access a { display: block; padding: 2px 0; background-color: #f39980; color: #fff; border-radius: 22px; }
	.home .to-access a:hover { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; }
	.box-news li a .news-cat-name{padding:0 0.3em;margin:0 0.5em;width:10em;display:inline-block;border:1px #77BB10 solid;font-size:10px;text-align:center;line-height:14px;background-color:#DBEAC3; border-radius: 4px;color:#284311;}
	@media (max-width: 768px) {
		.box-news li a .news-date{display:inline-block;vertical-align:top;}
		.box-news li a .news-title{display:block;}
		.box-news li a .news-cat-name{padding-top:0;padding-bottom:0;vertical-align:top;margin-top:5px;}
 }


/*
*	お誕生ベビーちゃん紹介
*/
	.category-baby article .col-xs-6:nth-child(odd) { padding-right: 5px; }
	.category-baby article .col-xs-6:nth-child(even) { padding-left: 5px; }
	.category-baby .thumbnail { font-size: 11px; line-height: 1; }
	.category-baby .man .thumbnail { border-color: ; }
	.category-baby .man .thumbnail .baby_name { color: #47B7CC; text-align: center; font-weight: bold; }
	.category-baby .man .thumbnail .baby_birth { text-align: center; }
	.category-baby .man .thumbnail .baby_sex { margin-bottom: 0; color: #47B7CC; text-align: center; }
	.category-baby .woman .thumbnail { border-color: ; }
	.category-baby .woman .thumbnail .baby_name { color: #FF569F; text-align: center; font-weight: bold; }
	.category-baby .woman .thumbnail .baby_birth { text-align: center; }
	.category-baby .woman .thumbnail .baby_sex { margin-bottom: 0; color: #FF569F; text-align: center; }
	@media all and (min-width: 768px) {
		.category-baby article .col-xs-6:nth-child(odd) { padding-right: 15px; }
		.category-baby article .col-xs-6:nth-child(even) { padding-left: 15px; }
		.category-baby .thumbnail a > img, .category-baby .thumbnail > img { width: 188px; height: 140px; }
		.category-baby .thumbnail .baby_name { font-size: 12px; }
	}
/*
*	受講カレンダー
*/
	/* .business-calendar-box { margin-bottom: 30px;width:80%;margin:auto; } */
	.business-calendar-box { margin: 0 auto 30px; width: 100%; }
	.page-id-133 .business-calendar { border-top: none !important; border-left: none !important; font-size: 12px; background-color: transparent; margin-bottom: 30px; }
	.page-id-133 .business-calendar caption { border: none !important; font-size: 24px; font-weight: 700; letter-spacing: .2em; color: #338221; }
	.page-id-133 .business-calendar tbody tr td:first-child { border-left: 1px solid #ccc; }
	.page-id-133 .business-calendar tbody td { padding: 10px 0; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
	.page-id-133 .business-calendar th { background-color: transparent; border: none; }
	.page-id-133 .business-calendar tbody tr:first-child td { border-top: 1px solid #ccc; }
	/* .page-id-133 .business-calendar tbody tr:first-child td:first-child { border-radius: 4px 0 0 0; }
	.page-id-133 .business-calendar tbody tr:first-child td:last-child { border-radius: 0 4px 0 0; } */
	.page-id-133 .business-calendar thead tr:first-child th:first-child { border-radius: 4px 0 0 0; }
	.page-id-133 .business-calendar thead tr:first-child th:last-child { border-radius: 0 4px 0 0; }
	.page-id-133 .business-calendar tbody tr:last-child td:first-child { border-radius: 0 0 0 4px; }
	.page-id-133 .business-calendar tbody tr:last-child td:last-child { border-radius: 0 0 4px 0; }
	.page-id-133 .business-calendar .today { background: #fff; }
	.page-id-133 .business-calendar-attribute { margin-top: -25px; }
	.page-id-133 .business-calendar-attribute li { display: inline-block; padding-left: 0; }

	.page-id-133 .business-calendar-attribute .attr0 { color: #FF7F7F; background-color: transparent; }
	.page-id-133 .business-calendar-attribute .attr1 { color: #85b258; background-color: transparent; }
	.page-id-133 .business-calendar-attribute .attr2 { background-color: transparent; }
	.page-id-133 .business-calendar-attribute .attr3 { color: #BF7FFF; background-color: transparent; }
	.page-id-133 .business-calendar-attribute .attr4 { color: #cc9865; background-color: transparent; }
	.page-id-133 .business-calendar-attribute .attr5 { color: #7FBFFF; background-color: transparent; }
	.page-id-133 .business-calendar-attribute .attr6 { color: #cccc65; background-color: transparent; }

	.page-id-133 .business-calendar-attribute .attr7 { color: #F8D2FF; background-color: transparent; display:none;}
	.page-id-133 .business-calendar-attribute .attr8 { color: #FFB3DE; background-color: transparent;  display:none;}
	.page-id-133 .business-calendar-attribute .attr9 { color: #F7A4FF; background-color: transparent;  display:none;}
	.page-id-133 .business-calendar-attribute .attr10 { color: #DFB1FF; background-color: transparent;	display:none;}


	.page-id-133 .business-calendar-attribute .attr0:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr1:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr2:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr3:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr4:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr5:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr6:before { content: "■ "; }

	.page-id-133 .business-calendar-attribute .attr7:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr8:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr9:before { content: "■ "; }
	.page-id-133 .business-calendar-attribute .attr10:before { content: "■ "; }


	.page-id-133 .business-calendar .attr0 { background-color: #fdebef; color:#000; }
	.page-id-133 .business-calendar .attr1 { background-color: #f0f8d5; color:#000; }
	.page-id-133 .business-calendar .attr2 { background-color: #bdd4b4; color:#000; }
	.page-id-133 .business-calendar .attr3 { background-color: #e5dcf9; color:#000; }
	.page-id-133 .business-calendar .attr4 { background-color: #fce5d7; color: #000; }
	.page-id-133 .business-calendar .attr5 { background-color: #d3f1fa; color: #000; }
	.page-id-133 .business-calendar .attr6 { background-color: #fbf6d6; color: #000; }

	.page-id-133 .business-calendar .attr7, .badge-attr7 { background-color: #F8D2FF; color: #000; }
	.page-id-133 .business-calendar .attr8, .badge-attr8 { background-color: #FFB3DE; color: #000; }
	.page-id-133 .business-calendar .attr9, .badge-attr9 { background-color: #F7A4FF; color: #000; }
	.page-id-133 .business-calendar .attr10, .badge-attr10 { background-color: #DFB1FF; color: #000; } /*D496FF*/


	.page-id-133 .business-calendar ul { list-style: none; padding-left: 0; }
	.page-id-133 .business-calendar ul li { font-size: 9px; }
	.page-id-133 .business-calendar caption:after { content: "の教室スケジュール"; }
	.page-id-133 .business-calendar thead th { border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: none; background-color: #77BB10; color: #fff; }
	.page-id-133 .business-calendar thead th:first-child, .page-id-133 .business-calendar tbody td.sunday div { color: #EF4836; }
	.page-id-133 .business-calendar thead th:last-child, .page-id-133 .business-calendar tbody td.saturday div { color: #4183D7; }
	.page-id-133 .business-calendar tbody td { position: relative; height: 70px; overflow: hidden; }
	.page-id-133 .business-calendar tbody td:after {}
	.page-id-133 .business-calendar tbody td div { position: absolute; top: 0; left: 10%; right: 10%; }
	.page-id-133 .business-calendar tbody td ul { position: absolute; top: 30px; left: 0; right: 0; bottom: 0; }
	@media (min-width: 768px) {
		.page-id-133 .business-calendar tbody td div { left: 40%; right: 40%; }
	}

.badge {font-weight:500;font-size:0.9em;}

/*
*	妊娠から育児までの流れ
*/
	.page-id-60 article ol li { color: #f39980; margin-top: 60px; font-size: 22px; margin-bottom: 20px; }
	.page-id-60 article ol li p { color: #338221; }
	.page-id-60 article ol li .title { color: #f39980; font-size: 22px; }
	.page-id-60 article ol li .sub_title { display: inline-block; background: linear-gradient(transparent 60%, #ffff66 60%); color: #333; font-weight: 700; font-size: 14px; }
/*
*	おすすめレシピ
*/
	.category-recipe .NComponents .table>tbody>tr>th, .category-recipe	.NComponents .table>tbody>tr>td { padding: 5px 10px; font-size: 13px; }
/*
*	ご要望・改善点
*/
	.demand_kanja { color: #FE9B8A; font-size: 20px; line-height: 1.4; }
	.demand_staff { color: #6FC744; font-size: 20px; line-height: 1.4; }
	.demand_ans { margin-top: 20px; margin-bottom: 20px; padding: 15px 20px; color: #333; background-color: #fff; border-radius: 5px; }
	.demand_ans + .row { margin-bottom: 50px; }
	.demand_content img { border-radius: 5px; }
/*
*	アンケート
*/
	.inq_reason { padding: 15px 20px; color: #333; background-color: #fff; border-radius: 5px; font-size: 13px; margin-bottom: 20px;
		font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}
	.category-inquiry li { position: relative; }
	.category-inquiry li.check:before { font-family: "FontAwesome"; content: "\f1db"; position: absolute; top: -7px; left: 0; font-size: 22px; color: #338221; }
/*
*	ママの声
*/
	.mama_voice { margin-bottom: 50px; }

/*
* はじめての外来
*/
.hajimete ul{padding-left:1.5em;}
.hajimete dl, .hajimete p{padding-left:0.5em;}
.hajimete .kome{padding-left:1.5em;}
.hajimete a{text-decoration:underline;}
.hajimete ul li ul{padding-left:1em;}