@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: 'Noto Sans JP', "Yu Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	background: #FFF8D9;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a{color:#3F64CF; text-decoration:underline;}
a:hover{color:#3F64CF; 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.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* 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 {
	position: relative;
}

#header::before {
	content: '';
	display: block;
	width: 436px;
	height: 230px;
	background-image: url("../header-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
#header::after {
	content: '';
	display: block;
	width: 436px;
	height: 230px;
	background-image: url("../header-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}


#header-contents {
	width: 1000px;
	margin: 0 auto 35px auto;
	display: flex;
	justify-content: center; /* 子要素を中央揃え */
	position: relative;
}
#header-logo {
	padding: 29px 0 0 0;
	z-index: 5;
}

#header-btn {
	position: absolute;
	z-index: 5;
	top: 69px;
	right: 0;
}
#header-btn ul {}
#header-btn ul li {
	float: left;
	margin: 0 10px 0 0;
}
#header-btn ul li:last-child {
	margin: 0;
}


#header-navi {
	position: relative;
	z-index: 5;
	width: 1000px;
	margin: 0 auto;
}
#header-navi ul {
	margin: 0 0 20px 0;
}
#header-navi ul li {
	width: 200px;
	float: left;
}

#header-navi ul li a {
	text-decoration: none;
}

#header-navi ul li a p.navi-image {
	text-align: center;
}
#header-navi ul li a:hover p.navi-image {
	animation: bound01 3s ease infinite;
}
@keyframes bound01 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}


#header-navi ul li p.navi-txt {
	text-align: center;
	color: #75461F;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 15px 0;
}
#header-navi ul li:nth-child(1) p.navi-txt {
	border-left: 2px dashed #75461F;
	border-right: 2px dashed #75461F;
}
#header-navi ul li:nth-child(2) p.navi-txt {
	border-right: 2px dashed #75461F;
}
#header-navi ul li:nth-child(3) p.navi-txt {
	border-right: 2px dashed #75461F;
}
#header-navi ul li:nth-child(4) p.navi-txt {
	border-right: 2px dashed #75461F;
}
#header-navi ul li:nth-child(5) p.navi-txt {
	border-right: 2px dashed #75461F;
}



/****************************************

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 92px;
	height: 136px;
}


footer{}
#footer{
	background-image: url("../footer-bg01.jpg");
	background-position: left top;
}

#footer-tel {
	text-align: center;
	padding: 38px 0;
}

#footer-copyright{
	background: #FFBDB6;
}
#footer-copyright p{
	text-align: center;
	padding: 5px 0;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
}



/****************************************

	共通

*****************************************/




/****************************************

	home

*****************************************/
#top{}


#top-visual {
	background-image: url("../../common/visual-bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 0 0 0;
}
#top-visual-bg {
	background-image: url("../../common/visual-bg02.jpg");
	background-position: left top;
}

#sub-visual {
	background-image: url("../../common/visual-bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 0 0 0;
}
#sub-visual-bg {
	background-image: url("../../common/subvisual-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 200px;
}
#sub-visual-bg h2 {
	text-align: center;
	padding: 80px 0 0 0;
	color: #2B833F;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
}


.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderArea.w300 {
  max-width: 300px;
}

.sliderArea-sp {
  display: none;
}

.slick-slide {
	margin: 0 10px;
	line-height: 0;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}



#top-news {
	background: #FFFEF2;
	padding: 0 0 60px 0;
}

#top-news-title {
	background-image: url("../../img/news-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 125px;
}
#top-news-title h2 {
	width: 1000px;
	margin: 0 auto;
	color: #E9613D;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 43px 0 0 90px;
	position: relative;
}
#top-news-title h2::before {
	position: absolute;
	top: 0;
	left: -35px;
	content: '';
	display: block;
	width: 107px;
	height: 83px;
	background-image: url("../../img/news-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#top-news-box {
	width: 1000px;
	margin: 0 auto;
}
#top-news-contents {
	width: 730px;
	float: left;
	padding: 10px 0 0 0;
}
#top-news-contents ul {
	height: 260px;
	overflow: auto;
}
#top-news-contents ul li {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	padding: 20px 15px 20px 15px;
	border-bottom: 1px solid #E9613D;
}
#top-news-image {
	width: 190px;
	float: right;
}
#top-news-image p{
	width: calc(100% + 142px);
	margin: -42px -142px 0 0;
}



#top-childcare {
	background-image: url("../../img/childcare-bg01.png"),url("../../img/childcare-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 90px 0;
}
#top-childcare-bg {
	background-image: url("../../img/childcare-bg02.png");
	background-position: left top;
	position: relative;
}
#top-childcare-bg::after {
	position: absolute;
	top: 621px;
	right: 0;
	content: '';
	display: block;
	width: 188px;
	height: 313px;
	background-image: url("../../img/childcare-prt04.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#top-childcare-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


#top-childcare-inner-bg01 {
	position: absolute;
	top: -101px;
	left: -241px;
}
#top-childcare-inner-bg02 {
	position: absolute;
	top: 322px;
	left: -169px;
}
#top-childcare-inner-bg03 {
	position: absolute;
	top: 209px;
	right: -217px;
}
#top-childcare-inner-bg05 {
	position: absolute;
	bottom: 30px;
	right: -54px;
}
#top-childcare-inner-bg06 {
	position: absolute;
	bottom: 0;
	left: 454px;
}


#top-childcare h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #75461F;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 45px 0;
}
#top-childcare h2::before,
#top-childcare h2::after {
	content: '';
	width: 3px;
	height: 25px;
	background-color: #75461F;
	margin: 15px 0 0 0;
}
#top-childcare h2::before {
	margin-right: 35px;
	transform: rotate(-25deg)
}
#top-childcare h2::after {
	margin-left: 35px;
	transform: rotate(25deg)
}


.top-childcare-txt {
	color: #000;
	font-size: 20px;
	line-height: 2.0;
	width: 700px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.top-childcare-image {
	text-align: center;
	padding: 0 0 25px 0;
}


#top-childcare-bg ul {
	width: 756px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	position: relative;
	z-index: 5;
}
#top-childcare-bg ul li {
	float: left;
	margin: 0 29px 10px 0;
}
#top-childcare-bg ul li:nth-of-type(3) {
	margin: 0;
}
#top-childcare-bg ul li:nth-of-type(4) {
	margin: -58px 29px 0 83px;
}
#top-childcare-bg ul li:nth-of-type(5) {
	margin: -58px 0 0 0;
}



#top-support {
	position: relative;
}
#top-support::before {
	position: absolute;
	top: 330px;
	left: 0;
	content: '';
	display: block;
	width: 276px;
	height: 347px;
	background-image: url("../../img/support-prt02.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#top-support-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#top-support-inner::before {
	position: absolute;
	top: -254px;
	left: -190px;
	content: '';
	display: block;
	width: 338px;
	height: 358px;
	background-image: url("../../img/support-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#top-support-inner::after {
	position: absolute;
	top: 168px;
	right: -210px;
	content: '';
	display: block;
	width: 326px;
	height: 291px;
	background-image: url("../../img/support-prt03.png");
	background-repeat: no-repeat;
	background-position: left top;
}


#top-support h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #75461F;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin: 80px 0 45px 0;
	position: relative;
	z-index: 5;
}
#top-support h2::before,
#top-support h2::after {
	content: '';
	width: 3px;
	height: 25px;
	background-color: #75461F;
	margin: 15px 0 0 0;
}
#top-support h2::before {
	margin-right: 35px;
	transform: rotate(-25deg)
}
#top-support h2::after {
	margin-left: 35px;
	transform: rotate(25deg)
}

.top-support-txt {
	text-align: center;
	color: #000;
	font-size: 20px;
	line-height: 2.0;
	padding: 0 0 50px 0;
}
.top-support-image {
	text-align: center;
	padding: 0 0 105px 0;
	position: relative;
	z-index: 5;
}



#top-access {
	position: relative;
	padding: 50px 0 0 0;
}
#top-access::before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 409px;
	height: 458px;
	background-image: url("../../img/access-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
}


#top-access-bg {
	background: #D8EBF4;
  position: relative;
  margin: 150px 0 30px;
}
#top-access-bg:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 200px 50vw;
  border-color: transparent transparent #D8EBF4 transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

#top-access-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 1px 0 0 0;
}
#top-access-inner::after {
	position: absolute;
	top: -210px;
	right: 235px;
	content: '';
	display: block;
	width: 86px;
	height: 112px;
	background-image: url("../../img/access-prt02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#top-access-inner h2 {
	margin: -240px 0 0 -35px;
}

#top-access-box {
	padding: 0 0 55px 0;
}
#top-access-map {
	float: right;
	width: 537px;
}
#top-access-contents {
	float: left;
	width: 430px;
}

#top-access-map p {
	margin: -45px 0 0 0;
}
#top-access-contents h3 {
	color: #612E20;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 45px 0 10px 0;
}
#top-access-contents p.top-access-info {
	color: #5F2C1F;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 15px 0;
	border-bottom: 2px dashed #612E20;
}
#top-access-contents p.top-access-info a {
	color: #DC462B;
	text-decoration: none;
}

#top-access-contents p.top-access-guide {
	color: #5F2C1F;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	padding: 15px 0 15px 0;
	border-bottom: 2px dashed #612E20;
	position: relative;
}
#top-access-contents p.top-access-guide::after {
	position: absolute;
	bottom: -107px;
	left: 15px;
	content: '';
	display: block;
	width: 146px;
	height: 64px;
	background-image: url("../../img/access-prt03.png");
	background-repeat: no-repeat;
	background-position: left top;
}




#top-photo {}
#top-photo h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F35202;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	margin: 70px 0 25px 0;
	position: relative;
	z-index: 5;
}
#top-photo h2::before,
#top-photo h2::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: #EA4D00;
}
#top-photo h2::before {
	margin-right: 35px;
	transform: rotate(-25deg)
}
#top-photo h2::after {
	margin-left: 35px;
	transform: rotate(25deg)
}

#top-photo .btn-wrapper {
	display: flex;
	justify-content: center;
	max-width: 1080px;
	margin: 0 auto;
}

#top-photo p.btn {
	width: 33%;
	text-align: center;
	padding: 0 0 65px 0;
}
#top-photo p.policy {
	color: #663300;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	padding: 0 0 30px 0;
}



/****************************************

	life

*****************************************/
#life{}

#life-year {
	padding: 0 0 50px 0;
	position: relative;
}


#life-year-bg01 {
	position: absolute;
	top: 30px;
	left: 0px;
}
#life-year-bg02 {
	position: absolute;
	top: 482px;
	right: 0px;
}
#life-year-bg03 {
	position: absolute;
	top: 1024px;
	left: 0px;
}


#life-year-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#life-year-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 45px 0;
}
#life-year-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#life-year-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	padding: 50px 0 25px 0;
}


#life-year-one {
	padding: 0 0 50px 0;
}
#life-year-one h3 {
	text-align: center;
	padding: 0 0 20px 0;
}
#life-year-one ul {
	width: 1000px;
	margin: 0 auto;
}
#life-year-one ul li {
	width: 321px;
	float: left;
	margin: 0 18px 0 0;
}
#life-year-one ul li:nth-of-type(3n) {
	margin: 0;
}
#life-year-one ul li p.image {
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-year-one ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-year-one ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}


#life-year-two {
	padding: 0 0 50px 0;
}
#life-year-two h3 {
	text-align: center;
	padding: 0 0 20px 0;
}
#life-year-two ul {
	width: 1000px;
	margin: 0 auto;
}
#life-year-two ul li {
	width: 321px;
	float: left;
	margin: 0 18px 0 0;
}
#life-year-two ul li:nth-of-type(3n) {
	margin: 0;
}
#life-year-two ul li p.image {
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-year-two ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-year-two ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}


#life-year-three {
	padding: 0 0 50px 0;
}
#life-year-three h3 {
	text-align: center;
	padding: 0 0 20px 0;
}
#life-year-three ul {
	width: 1000px;
	margin: 0 auto;
}
#life-year-three ul li {
	width: 321px;
	float: left;
	margin: 0 18px 0 0;
}
#life-year-three ul li:nth-of-type(3n) {
	margin: 0;
}
#life-year-three ul li p.image {
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-year-three ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-year-three ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}



#life-day {
	background-image: url("../../common/subpage-box-bg01.png"),url("../../common/subpage-box-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 60px 0;
}
#life-day-bg {
	background-image: url("../../common/subpage-box-bg02.png");
	background-position: left top;
	position: relative;
}


#life-day-bg01 {
	position: absolute;
	top: -120px;
	right: 0px;
}
#life-day-bg02 {
	position: absolute;
	bottom: 0;
	left: 0px;
}

#life-day-inner {
	width: 1000px;
	margin: 0 auto;
}


#life-day-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 45px 0;
}
#life-day-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#life-day-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 25px 0;
}


#life-day-box {
	background-image: url("../../life/img/day-bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	min-height: 1240px;
}
#life-day-box ul {}
#life-day-box ul li{}
#life-day-box ul li:nth-of-type(1){
	position: absolute;
	top: 0;
	left: 81px;
}
#life-day-box ul li:nth-of-type(2){
	position: absolute;
	top: 119px;
	right: 75px;
}
#life-day-box ul li:nth-of-type(3){
	position: absolute;
	top: 300px;
	left: 0;
}
#life-day-box ul li:nth-of-type(4){
	position: absolute;
	top: 454px;
	right: 75px;
}
#life-day-box ul li:nth-of-type(5){
	position: absolute;
	top: 686px;
	left: 81px;
}
#life-day-box ul li:nth-of-type(6){
	position: absolute;
	top: 838px;
	right: 75px;
}
#life-day-box ul li:nth-of-type(7){
	position: absolute;
	top: 989px;
	left: 81px;
}



#life-features {
	padding: 0 0 100px 0;
	position: relative;
}
#life-features-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#life-features-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 45px 0;
}
#life-features-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#life-features-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	padding: 50px 0 25px 0;
}

#life-features-inner ul {
	width: 1000px;
	margin: 0 auto;
}
#life-features-inner ul li:nth-of-type(1) {
	width: 320px;
	float: left;
	margin: 0 16px 0 0;
}
#life-features-inner ul li:nth-of-type(2) {
	width: 325px;
	float: left;
	margin: 0 16px 0 0;
}
#life-features-inner ul li:nth-of-type(3) {
	width: 323px;
	float: left;
	margin: 0;
}

#life-features-inner ul li p.image {
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-features-inner ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-features-inner ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}



/****************************************

	enter

*****************************************/
#enter{}

#enter-recruitment {
	padding: 0 0 60px 0;
	position: relative;
}
#enter-recruitment-bg01 {
	position: absolute;
	top: 30px;
	left: 0px;
}
#enter-recruitment-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}


#enter-recruitment-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 45px 0;
}
#enter-recruitment-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#enter-recruitment-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	padding: 50px 0 25px 0;
}


#enter-recruitment-inner02 {
	width: 900px;
	margin: 0 auto;
}
#enter-recruitment-inner02 h3 {
	color: #73461F;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 25px 70px;
	position: relative;
}
#enter-recruitment-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 58px;
	height: 54px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#enter-recruitment-inner02 table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#enter-recruitment-inner02 table th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-recruitment-inner02 table td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}

#enter-recruitment-inner02 p {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}



#enter-fee {
	background-image: url("../../common/subpage-box-bg01.png"),url("../../common/subpage-box-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 60px 0;
}
#enter-fee-bg {
	background-image: url("../../common/subpage-box-bg02.png");
	background-position: left top;
	position: relative;
}

#enter-fee-bg01 {
	position: absolute;
	top: -220px;
	right: 0px;
}
#enter-fee-bg02 {
	position: absolute;
	top: 370px;
	left: 0px;
}
#enter-fee-bg03 {
	position: absolute;
	top: 800px;
	right: 0px;
}

#enter-fee-inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#enter-fee-inner h3 {
	color: #73461F;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 25px 70px;
	position: relative;
}
#enter-fee-inner h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 58px;
	height: 54px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#enter-fee-inner h4 {
	color: #73461F;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
}

#enter-fee-inner table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#enter-fee-inner table th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table td.type01{
	background: #DCF09F;
	text-align: center;
}


#enter-fee-inner table.type01{
	width: 81.5%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}
#enter-fee-inner table.type01 th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table.type01 td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table.type01 td.type01{
	background: #DCF09F;
	text-align: center;
}

#enter-fee-inner p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#enter-fee-inner p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}
#enter-fee-inner p.image {}



#enter-extracurricular {
	padding: 50px 0 60px 0;
	position: relative;
}
#enter-extracurricular-bg01 {
	position: absolute;
	top: 335px;
	left: 0px;
}
#enter-extracurricular-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#enter-extracurricular-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#enter-extracurricular-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#enter-extracurricular-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 25px 0;
}

.enter-extracurricular-inner02 {
	width: 900px;
	margin: 0 auto;
}
.enter-extracurricular-inner02 h3 {
	color: #73461F;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 25px 70px;
	position: relative;
}
.enter-extracurricular-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 58px;
	height: 54px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.enter-extracurricular-inner02 p.type01 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}
.enter-extracurricular-inner02 p.btn a {
	width: 340px;
	display: block;
	text-align: center;
	padding: 15px;
	color: #fff;
	background: #FF9999;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	position: relative;
	margin: 0 0 50px 0;
}
.enter-extracurricular-inner02 p.btn a::after {
	position: absolute;
	z-index: 5;
	top: 22px;
	right: 20px;
	content: '';
	display: block;
	width: 8px;
	height: 13px;
	background-image: url("../../enter/img/extracurricular-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.enter-extracurricular-inner02 table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
.enter-extracurricular-inner02 table th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
.enter-extracurricular-inner02 table td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}

.enter-extracurricular-inner02 table.type01{
	width: 67%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}
.enter-extracurricular-inner02 table.type01 th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
.enter-extracurricular-inner02 table.type01 td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}



/****************************************

	support

*****************************************/
#support{}

#support-kids {
	padding: 0 0 60px 0;
	position: relative;
}
#support-kids-bg01 {
	position: absolute;
	top: 30px;
	left: 0px;
}
#support-kids-bg02 {
	position: absolute;
	top: 485px;
	right: 0px;
}
#support-kids-bg03 {
	position: absolute;
	top: 1025px;
	left: 0px;
}


#support-kids-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}


#support-kids-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#support-kids-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#support-kids-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	padding: 50px 0 25px 0;
}


#support-kids-inner02 {
	width: 900px;
	margin: 0 auto;
}
#support-kids-inner02 p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#support-kids-inner02 p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}

#support-kids-inner02 h3 {
	color: #73461F;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 25px 70px;
	position: relative;
}
#support-kids-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 58px;
	height: 54px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
}


#support-kids-inner02 ul {
	margin: 0 0 40px 0;
}
#support-kids-inner02 ul li {
	width: 412px;
	float: left;
	margin: 0 76px 0 0;
}
#support-kids-inner02 ul li:nth-of-type(2) {
	margin: 22px 0 0 0;
}

#support-kids-inner02 table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#support-kids-inner02 table th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-kids-inner02 table td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}

#support-kids-inner02 table.type01{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#support-kids-inner02 table.type01 th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-kids-inner02 table.type01 td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-kids-inner02 table.type01 td.type01{
	background: #DCF09F;
	text-align: center;
}

#support-kids-inner02 p.tel a {
	display: block;
	width: 400px;
	margin: 0 auto 50px auto;
	border: 3px solid #FF3366;
	background: #fff;
	padding: 15px;
	text-align: center;
	color: #FF3366;
	font-size: 16px;
	line-height: 1.4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}
#support-kids-inner02 p.tel span {
	font-size: 30px;
	font-weight: 700;
}

#support-kids-inner02 p.illustration {
	text-align: center;
}



#support-playmate {
	background-image: url("../../common/subpage-box-bg01.png"),url("../../common/subpage-box-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 60px 0;
}
#support-playmate-bg {
	background-image: url("../../common/subpage-box-bg02.png");
	background-position: left top;
	position: relative;
}

#support-playmate-bg01 {
	position: absolute;
	top: 420px;
	left: 0px;
}

#support-playmate-inner {
	width: 1000px;
	margin: 0 auto;
}
#support-playmate-inner02 {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}


#support-playmate-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#support-playmate-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#support-playmate-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 25px 0;
}
#support-playmate-title h2 span {
	font-size: 20px;
}

#support-playmate-inner02 p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#support-playmate-inner02 p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}


#support-playmate-inner02 h3 {
	color: #73461F;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 25px 70px;
	position: relative;
}
#support-playmate-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 58px;
	height: 54px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#support-playmate-inner02 table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#support-playmate-inner02 table th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-playmate-inner02 table td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}



#support-daycare {
	padding: 40px 0 60px 0;
}
#support-daycare-inner {
	width: 900px;
	margin: 0 auto;
}

#support-daycare-inner h3 {
	color: #73461F;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 25px 70px;
	position: relative;
}
#support-daycare-inner h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 58px;
	height: 54px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#support-daycare-inner p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#support-daycare-inner p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}


#support-daycare-inner table{
	width: 100%;
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}
#support-daycare-inner table th{
	background: #DCF09F;
	padding: 10px 20px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-daycare-inner table td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}


#support-daycare-inner table.type01{
	width: 100%;
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}
#support-daycare-inner table.type01 th{
	background: #DCF09F;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-left: none;
	border-right: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
#support-daycare-inner table.type01 th span{
	font-size: 12px;
}
#support-daycare-inner table.type01 th:last-of-type{
	border-right: none;
}
#support-daycare-inner table.type01 td{
	background: #FFF;
	padding: 10px 20px;
	border: 1px dotted #807C6D;
	border-left: none;
	border-right: 1px dotted #807C6D;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-daycare-inner table td:last-of-type{
	border-right: none;
}



/****************************************

	download

*****************************************/
#download{}

#download-info {
	padding: 50px 0 60px 0;
	position: relative;
}

#download-info-bg01 {
	position: absolute;
	top: 30px;
	left: 0px;
}
#download-info-bg02 {
	position: absolute;
	top: 485px;
	right: 0px;
}

#download-info-inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#download-info-inner p.type01 {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 50px 0;
}

#download-info-inner h2 {
	color: #72461F;
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 1px solid #72461F;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#download-info-inner ul {
	margin: 0 0 50px 0;
}
#download-info-inner ul li {
	float: left;
}
#download-info-inner ul li a {
	width: 410px;
	display: block;
	margin: 0 80px 20px 0;
	border: 3px solid #66CC99;
	background: #fff;
	padding: 20px 20px 20px 80px;
	color: #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
}
#download-info-inner ul li:nth-of-type(2n) a {
	margin: 0 0 20px 0;
}
#download-info-inner ul li a::before {
	position: absolute;
	top: 15px;
	left: 30px;
	content: '';
	display: block;
	width: 29px;
	height: 36px;
	background-image: url("../../download/img/download-pdf.png");
	background-repeat: no-repeat;
	background-position: left top;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
