@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img{
	vertical-align: bottom;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	background: #FFFFEE;
	-webkit-text-size-adjust: 100%;
}

a{color:#000C99; text-decoration:underline;}
a:hover{color:#000C99; text-decoration:none;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}			.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}		.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	ヘッダー

*****************************************/
header{}
#header{
	background-image: url("../header-bg.png");
	background-repeat: repeat-x;
	background-position: left top;
}
#header-inner{
	width: 960px;
	margin: 0 auto;
}

#header-logo{
	text-align: center;
}
#header-logo h1{
	margin: 22px 0 24px 0;
}


#header nav{
	width: 960px;
	margin: 0 auto;
}
#header nav ul{
	margin: 0 0 35px 0;
}
#header nav ul li{
	float: left;
}


/*ヘッダー(SP)メニュー部分*/
#sp_gnavi{
	display: none;
}
/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	display: none;
}



/****************************************

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 20px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 70px;
	height: 70px;
}


footer{}
.footer{
	background: #C2EEF9;
	background-image: url("../footer-bg01.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 45px 0 30px 0;
}
.footer-logo{
	text-align: center;
	padding: 0 0 18px 0;
}
.footer-tel{
	text-align: center;
}

.footer-copyright{
	background: #70C9FA;
	padding: 10px 0;
}
.footer-copyright p{
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}



/****************************************

	home

*****************************************/
#top{}


#top-mainvisual {
	overflow: hidden;
}
#top-mainvisual .bx-viewport {
	background: transparent !important;
	border: 0;
	overflow: visible !important; //両サイドが表示される
	//z-index: 1; //スマホやタブレットでスワイプできないときに指定
}
.bx-wrapper .bx-prev {
	left: -15px !important;
}
.bx-wrapper .bx-next {
	right: -15px !important;
}


#top-news {
	background-image: url("../../img/news-bg01.png");
	background-position: left top;
	padding: 50px 0;
}
.top-news-inner {
	width: 960px;
	margin: 0 auto;
}
.top-news-contents {
	width: 660px;
	float: left;
}
.top-news-blog {
	width: 254px;
	float: right;
}
.top-news-contents h2 {
	text-align: center;
	padding: 0 0 24px 0;
}
.top-news-contents .top-news-box{
	background: #FFFFFF;
	padding: 20px 30px 30px 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.top-news-contents .top-news-box .inner{
	height: 260px;
}
.top-news-blog p {
	padding: 74px 0 0 0;
}


#top-introduction {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0;
}
.top-introduction-contents {
	width: 515px;
	float: right;
}
.top-introduction-image {
	width: 390px;
	float: left;
}
.top-introduction-contents h2 {
	margin: -26px 0 20px 0;
}
.top-introduction-contents ul{
	margin: 0 0 5px 0;
}
.top-introduction-contents ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 10px 20px;
	position: relative;
	display: block;
}
.top-introduction-contents ul li:before{
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFCC4C;
}
.top-introduction-contents p.txt {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 20px 0;
}
.top-introduction-image p {
	text-align: center;
}


#top-access {}
/* 計算方法　長方形動画（1300:360）の場合100÷1300×360=27.69230769230769% に設定 */
.top-access-map {text-align: center; padding: 0 0 27.69230769230769% 0; position: relative; width: 100%;}
.top-access-map iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.top-access-contents {
	background: #FFBEBF;
}
.top-access-contents-inner {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0 65px 0;
}
.top-access-info {
	width: 490px;
	float: left;
}
.top-access-txt {
	width: 470px;
	float: right;
}

.top-access-info h2 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 60px;
	background-image: url("../../img/access-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.top-access-info h2 span {
	font-size: 20px;
}
.top-access-info p.address {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.top-access-info p.tel {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.top-access-info p.tel a {
	color: #000;
	text-decoration: none;
}
.top-access-info p.fax {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.top-access-txt p {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}


#top-bnr{}
.top-bnr-inner{
	width: 960px;
	margin: 0 auto;
}
.top-bnr-inner h2{
	text-align: center;
}
.top-bnr-inner h2 img{
	margin: -48px 0 12px 0;
}
.top-bnr-inner > ul{
	width: 960px;
	margin: 0 auto 40px auto;
}
.top-bnr-inner > ul li{
	float: left;
	margin: 0 18px 0 0;
}
.top-bnr-inner > ul li:last-child{
	margin: 0;
}

.top-policy{
	width: 960px;
	margin: 0 auto 100px auto;
}
.top-policy ul{
	background-image: url("../../img/policy-bg01.gif");
	background-position: left top;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.top-policy ul li{
	font-size: 16px;
	line-height: 1.2;
}
.top-policy ul li:nth-of-type(1){
	width: 28%;
	float: left;
	text-align: right;
	color: #333;
}
.top-policy ul li:nth-of-type(2){
	width: 66%;
	float: right;
	color: #333;
}



/****************************************

	feature

*****************************************/
#feature{}


#feature-visual {
	background: #FFCCCC;
}
#feature-visual-inner {
	width: 960px;
	margin: 0 auto 40px auto;
	background-image: url("../visual-bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#feature-visual-inner h2 {
	padding: 38px 0 38px 0;
	text-align: center;
}


#feature-love {
	width: 960px;
	margin: 0 auto 50px auto;
}
#feature-love h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 30px 0;
}
#feature-love h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.feature-love-inner {
	width: 920px;
	margin: 0 auto;
}
.feature-love-contents {
	width: 450px;
	float: right;
}
.feature-love-image {
	width: 410px;
	float: left;
}
.feature-love-contents p {
	padding: 60px 0 25px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.feature-love-image p {
	text-align: center;
}


#feature-heart {
	width: 960px;
	margin: 0 auto 50px auto;
}
#feature-heart h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 30px 0;
}
#feature-heart h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.feature-heart-inner {
	width: 920px;
	margin: 0 auto 22px auto;
}
.feature-heart-contents {
	width: 450px;
	float: left;
}
.feature-heart-image {
	width: 410px;
	float: right;
}
.feature-heart-contents p {
	padding: 45px 0 25px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.feature-heart-image p {
	text-align: center;
}

.feature-heart-inner02 {
	width: 920px;
	margin: 0 auto;
}
.feature-heart-contents02 {
	width: 450px;
	float: right;
}
.feature-heart-image02 {
	width: 410px;
	float: left;
}
.feature-heart-contents02 p {
	padding: 0 0 25px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.feature-heart-contents02 p:first-of-type {
	padding: 45px 0 25px 0;
}
.feature-heart-image02 p {
	text-align: center;
}


#feature-experience {
	width: 960px;
	margin: 0 auto 50px auto;
}
#feature-experience h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 30px 0;
}
#feature-experience h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.feature-experience-inner {
	width: 920px;
	margin: 0 auto 22px auto;
}
.feature-experience-contents {
	width: 450px;
	float: left;
}
.feature-experience-image {
	width: 410px;
	float: right;
}
.feature-experience-contents p {
	padding: 0 0 20px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.feature-experience-contents p:last-of-type {
	padding: 15px 0 25px 0;
}
.feature-experience-contents dl {
	background: #FFE9E2;
	padding: 18px 20px;
	margin: 0 0 5px 0;
}
.feature-experience-contents dl dt {
	color: #FF6699;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.feature-experience-contents dl dd {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.feature-experience-image p {
	text-align: center;
}


#feature-food {
	width: 960px;
	margin: 0 auto 50px auto;
}
#feature-food h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 30px 0;
}
#feature-food h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.feature-food-inner {
	width: 920px;
	margin: 0 auto 22px auto;
}
.feature-food-contents {
	width: 450px;
	float: left;
}
.feature-food-image {
	width: 410px;
	float: right;
}
.feature-food-contents p {
	padding: 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.feature-food-contents p:first-of-type {
	padding: 35px 0 25px 0;
}
.feature-food-image p {
	text-align: center;
}

.feature-food-inner02 {
	width: 920px;
	margin: 0 auto 22px auto;
}
.feature-food-contents02 {
	width: 450px;
	float: right;
}
.feature-food-image02 {
	width: 410px;
	float: left;
}
.feature-food-contents02 p {
	padding: 100px 0 25px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.feature-food-image02 p {
	text-align: center;
}

.feature-food-inner03 {
	width: 920px;
	margin: 0 auto 22px auto;
}
.feature-food-contents03 {
	width: 450px;
	float: left;
}
.feature-food-image03 {
	width: 410px;
	float: right;
}
.feature-food-contents03 p {
	padding: 0 0 25px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.feature-food-contents03 p:first-of-type {
	padding: 20px 0 25px 0;
}
.feature-food-image03 p {
	text-align: center;
}



/****************************************

	life

*****************************************/
#life{}


#life-visual {
	background: #FFCCCC;
}
#life-visual-inner {
	width: 960px;
	margin: 0 auto 40px auto;
	background-image: url("../visual-bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#life-visual-inner h2 {
	padding: 38px 0 38px 0;
	text-align: center;
}


#life-program {
	width: 960px;
	margin: 0 auto 50px auto;
}
#life-program h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 30px 0;
}
#life-program h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.life-program-inner {
	width: 960px;
	margin: 0 auto;
}
.life-program-schedule {
	width: 400px;
	float: left;
}
.life-program-image {
	width: 466px;
	float: right;
}


.life-program-schedule table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
.life-program-schedule table tr {
	border-bottom: 2px solid #FFFFEE;
}
.life-program-schedule table th{
	background: #FF9966;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.life-program-schedule table td{
	background: #FFF1C5;
	padding: 15px 10px;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

.life-program-schedule p.image {
	text-align: center;
}

.life-program-image p {
	text-align: center;
}


#life-year {
	width: 960px;
	margin: 0 auto 100px auto;
}
#life-year h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 30px 0;
}
#life-year h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}


.life-year-inner {
	width: 960px;
	margin: 0 auto 15px auto;
}

.life-year-first {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
}
.life-year-second {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
}
.life-year-third {
	width: 300px;
	float: left;
}


.life-year-first h4 {
	padding: 0 25px 10px 25px;
	border-bottom: 4px dotted #99CC00;
	margin: 0 0 10px 0;
}
.life-year-first .box {
	background: #E0F0A6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.life-year-first .box p.image {
	text-align: center;
	padding: 30px 0 28px 0;
}
.life-year-first dl {
	padding: 0 20px 30px 20px;
}
.life-year-first dl:first-of-type {
	padding: 20px 20px 30px 20px;
}
.life-year-first dl dt {
	float: left;
	width: 66px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.life-year-first dl dd {
	padding-left: 66px;
	color: #333;
	font-size: 16px;
}


.life-year-second h4 {
	padding: 0 25px 10px 25px;
	border-bottom: 4px dotted #FF99CC;
	margin: 0 0 10px 0;
}
.life-year-second .box {
	background: #FFE0E4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.life-year-second .box p.image {
	text-align: center;
	position: absolute;
	bottom: 28px;
}
.life-year-second dl {
	padding: 0 20px 30px 20px;
}
.life-year-second dl:first-of-type {
	padding: 20px 20px 30px 20px;
}
.life-year-second dl dt {
	float: left;
	width: 66px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.life-year-second dl dd {
	padding-left: 66px;
	color: #333;
	font-size: 16px;
}


.life-year-third h4 {
	padding: 0 25px 10px 25px;
	border-bottom: 4px dotted #F7AC07;
	margin: 0 0 10px 0;
}
.life-year-third .box {
	background: #FDE6A8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.life-year-third .box p.image {
	text-align: center;
	position: absolute;
	bottom: 28px;
}
.life-year-third dl {
	padding: 0 20px 30px 20px;
}
.life-year-third dl:first-of-type {
	padding: 20px 20px 30px 20px;
}
.life-year-third dl dt {
	float: left;
	width: 66px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.life-year-third dl dd {
	padding-left: 66px;
	color: #333;
	font-size: 16px;
}



/****************************************

	enter

*****************************************/
#enter{}


#enter-visual {
	background: #FFCCCC;
}
#enter-visual-inner {
	width: 960px;
	margin: 0 auto 40px auto;
	background-image: url("../visual-bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#enter-visual-inner h2 {
	padding: 38px 0 38px 0;
	text-align: center;
}


#enter-about {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-about h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-about h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-about-inner {
	width: 920px;
	margin: 0 auto;
}
.enter-about-inner p.txt {
	padding: 0 0 20px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.enter-about-inner p.link {
	background-image: url("../../enter/img/enter-arrow.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 25px;
	font-size: 16px;
	line-height: 1.5;
	float: right;
}


#enter-childcare {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-childcare h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-childcare h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-childcare-inner {
	width: 920px;
	margin: 0 auto;
}

.enter-childcare-box {
	margin: 0 0 30px 0;
}
.enter-childcare-box h4 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.enter-childcare-box h4 span {
	color: #FFCC4C;
	padding: 0 5px 0 0;
}
.enter-childcare-box .contents1 {
	width: 430px;
	float: left;
}
.enter-childcare-box .contents2 {
	width: 430px;
	float: right;
}
.enter-childcare-box .contents1 table,
.enter-childcare-box .contents2 table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.enter-childcare-box .contents1 table th.type01,
.enter-childcare-box .contents2 table th.type01{
	background: #FF6699;
	padding: 8px 12px;
	border: 1px solid #000;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.enter-childcare-box .contents1 table th.type02,
.enter-childcare-box .contents2 table th.type02{
	background: #FCF8F2;
	padding: 8px 12px;
	border: 1px solid #000;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
.enter-childcare-box .contents1 table td,
.enter-childcare-box .contents2 table td{
	background: #FFF;
	padding: 8px 12px;
	border: 1px solid #000;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.enter-childcare-box .contents2 p.txt{
	padding: 10px 0 0 0;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}


#enter-lunch-fee {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-lunch-fee h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-lunch-fee h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-lunch-fee-inner {
	width: 920px;
	margin: 0 auto;
}
.enter-lunch-fee-inner p.txt{
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}


#enter-closed-days {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-closed-days h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-closed-days h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-closed-days-inner {
	width: 920px;
	margin: 0 auto;
}
.enter-closed-days-inner p{
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}


#enter-purchase {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-purchase h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-purchase h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-purchase-inner {
	width: 920px;
	margin: 0 auto;
}

.enter-purchase-inner table{
	width: 100%;
	margin: 0 auto 10px auto;
	border-collapse: collapse;
}
.enter-purchase-inner table th.type01{
	background: #C2EEF9;
	padding: 8px 12px;
	border: 1px solid #000;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
}
.enter-purchase-inner table th.type02{
	background: #C2EEF9;
	padding: 8px 12px;
	border: 1px solid #000;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
}
.enter-purchase-inner table th.type03{
	background: #FCF8F2;
	padding: 8px 12px;
	border: 1px solid #000;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.enter-purchase-inner table td{
	background: #FFF;
	padding: 8px 12px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

#enter-purchase p.txt {
	padding: 0 0 30px 0;
	color: #000;
	font-size: 14px;
	line-height: 1.7;
}

#enter-purchase ul{
	width: 920px;
	margin: 0 auto;
}
#enter-purchase ul li{
	width: 218px;
	float: left;
	margin: 0 16px 0 0;
}
#enter-purchase ul li:last-child{
	margin: 0;
}
#enter-purchase ul li p.image{
	margin: 0 0 10px 0;
}
#enter-purchase ul li p.title{
	color: #FF6699;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 5px 0 5px;
}


#enter-insurance {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-insurance h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-insurance h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-insurance-inner {
	width: 920px;
	margin: 0 auto;
}
.enter-insurance-inner p{
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}


#enter-medical-checkup {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-medical-checkup h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-medical-checkup h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-medical-checkup-inner {
	width: 920px;
	margin: 0 auto;
}
.enter-medical-checkup-inner p{
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}


#enter-safety {
	width: 960px;
	margin: 0 auto 50px auto;
}
#enter-safety h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#enter-safety h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.enter-safety-inner {
	width: 920px;
	margin: 0 auto;
}

.enter-safety-inner ul{}
.enter-safety-inner ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 0 12px;
	position: relative;
	display: block;
}
.enter-safety-inner ul li:before{
	position: absolute;
	content: '';
	top: 12px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
}


#enter-tel {
	width: 960px;
	margin: 0 auto 100px auto;
	border: 3px solid #B0CC07;
	background: #fff;
	padding: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#enter-tel h3 {
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#enter-tel p.btn {
	text-align: center;
	padding: 0 0 20px 0;
}
#enter-tel ul {
	padding: 0 80px 0 80px;
}
#enter-tel ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
}
#enter-tel ul li:before{
	position: absolute;
	content: '';
	top: 7px;
	left: -20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #B0CC07;
}



/****************************************

	support

*****************************************/
#support{}


#support-visual {
	background: #FFCCCC;
}
#support-visual-inner {
	width: 960px;
	margin: 0 auto 40px auto;
	background-image: url("../visual-bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#support-visual-inner h2 {
	padding: 38px 0 38px 0;
	text-align: center;
}


#support-childcare {
	width: 960px;
	margin: 0 auto 50px auto;
}
#support-childcare h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#support-childcare h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.support-childcare-inner {
	width: 920px;
	margin: 0 auto;
}
.support-childcare-inner p.txt {
	padding: 0 0 20px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.support-childcare-inner p.txt a {
	color: #000;
	text-decoration: none;
}
.support-childcare-inner p.image {
	margin: 0 -10px 0 -10px;
}


#support-garden {
	width: 960px;
	margin: 0 auto 100px auto;
}
#support-garden h3 {
	border-bottom: solid 5px #CCCCCC;
  position: relative;
	padding: 10px 25px 11px 25px;
	margin: 0 0 20px 0;
}
#support-garden h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	border-bottom: 5px solid #FFCC33;
}

.support-garden-inner {
	width: 920px;
	margin: 0 auto;
}

.support-garden-inner p {
	padding: 0 0 20px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}

.support-garden-inner ul.type01 {
	margin: 0 0 20px 0;
}
.support-garden-inner ul.type01 li {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 5px 20px;
	position: relative;
	display: block;
}
.support-garden-inner ul.type01 li:before{
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFCC4C;
}

.support-garden-inner ul.type02 {}
.support-garden-inner ul.type02 li {
	float: left;
	width: 430px;
	margin: 0 60px 0 0;
}
.support-garden-inner ul.type02 li:nth-of-type(2n) {
	float: left;
	width: 430px;
	margin: 0;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
