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

.under_mv h2{
	background: url(../img/bg_h2.png) no-repeat 50% 50%;
	background-size: cover;
}

.access_box{
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
}
.access_box p.access_tx {
	color: #572829;
	font-size: 2.3rem;
	text-align: center;
}

.access_box p.green {
	color:#006837;
}

.access_box p.access_tx02 {
	padding-top: 20px;
}
.access_box .access_img {
	width: 100%;
}
.access_map_box{
	width: 90%;
	margin: 0 auto 20px;
}
.access_map_box iframe{
	width: 100%;
	min-height: 500px;
}
.access_box p.access_map_tx {
	text-align: center;
}
.access_box .access_parts{
	float: left;
	width: 48%;
	margin-left: 4%;
	text-align: center;
}
.access_box .access_parts:first-child{
	margin-left: 0;
}
.access_box .access_parts p.map_title{
	color: darkblue;
	font-size: 2.0rem;
	text-align: center;
}
.access_box .access_parts img.img_map{
	width: 460px;;
}
.access_box .access_parts .map_btn{
	padding: 12px;
	background-color: #20a0d8;
	margin: 9px auto;
	width: 170px;
	color: #FFF;
	border-radius: 20px;
}
.access_box .access_parts .map_btn img{
	width: 15px;
	margin-right: 8px;
}

/*171222*/

.root{
	overflow: hidden;
	margin-bottom: 20px;
}

.root .root_box{
	overflow: hidden;
		counter-reset: number 0;           /* number のカウンタを 0 にセット */
margin-bottom: 40px;
}
.root .root_box .floatL,
.root .root_box .floatR{
	width: 48%;
}

.root .root_box p{
	background: #73aa20;
    color: #fff;
	padding: 10px 2%;
	width: 86%;
	margin-bottom: 10px;
	position: relative;
	padding-left: 55px;
}
.root .pink p{
	background: #F575B0;
}

.root .root_box p:before{
 counter-increment: number 1;      /* number カウンタの増加数をセット */
	  content: counter(number) "";      /* 表示形式を指定 */
	background: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 15px;
	line-height: 30px;
	position: absolute;
	left: 10px;
	top: 5px;
		font-weight: bold;
    color: #888;

	}
.root .root_box img{
	width: 100%;
}

/*171222*/


.life_info_h4{
	background: url(../img/h4_life_info.png) no-repeat;
	background-position: bottom;
	text-align: center;
	padding-bottom: 35px;
	color: #006837;
}
.life_info_box{
	width: 100%;
	margin: 0 auto;
}
.life_info_box li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	float: left;
}
.life_info_box li:nth-child(3n){
	margin-right: 0;
}
.life_info_box li p{
	text-align: center;
	color:#1b1464;
	font-size: 1.8rem;
}
.life_info_box li img{
	width: 100%;
}


@media screen and (max-width:767px) { 

	.access_box .access_parts {
		float: none;
		width: 100%;
		margin: 0;
	}
	.access_box .access_parts img.img_map{
		width: 100%;
}
	
.access_map_box iframe{
	width: 100%;
	min-height: 350px;
}
	.root .root_box .floatL,
.root .root_box .floatR{
	width: 100%;
}
}

/*メイン
------------------------------------------------------------------*/
