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

header .h_content nav li.navi02 img{
	display:none;
}

section.s01 {
}

section.s01 h4{
	text-align:center;
	margin-bottom:45px;
}

section.s02 {
	margin-bottom:40px;
}




/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 737px){
	
section.s01 p{
	width: 874px;
	margin-left:25px;
}
	
section.s01 p img{
	width: 100%;
	height: auto;
}


section.s02 h3{
	padding-bottom:28px;
}

section.s02 h3 span{
	top: -164px;
	right: 79px;
}

section.s02 .contents {
	width:1000px;
	margin:0 auto;
}

section.s02 .contents ul{
	overflow:hidden;
}

section.s02 .contents ul li{
	float:left;
}

section.s02 .contents ul li:first-child{
	margin-right:75px;
}
section.s02 .contents ul li h4 {
	margin-top:64px;
}

section.s02 .contents ul li p{
	font-size:14px;
	line-height:24px;
	margin-top:20px;
}

section.s02 .contents p{
	margin-top:40px;
	line-height:38px;
}
	
section.s03{
	width: 1000px;
	margin-top:140px;
	margin-bottom: 40px;
}

section.s03 h4{
	width: 292px;
	margin-bottom: 20px;
	line-height: 0;
}
	
section.s03 h4 img{
	width: 100%;
	height: auto;
}
	
section.s03 table{
	width: 100%;
	margin-bottom:10px;
}
section.s03 table th{
	width: 130px;
	padding-bottom: 20px;
}
section.s03 table th span{
	color: #e2536b;
}
section.s03 table td{
	padding-bottom: 20px;
}
	
div.map {
	width: 100%;
	height: 360px;
	}
div.map iframe{
	width: 100%;
	height: 360px;
	}

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media only screen and (max-width: 736px){
	
section.s01 p{
	text-align:center;
}	

section.s02 h3{
	padding-bottom:28px;
}

section.s02 h3 span{
	top: -85%;
	right: -1%;
}
	
section.s02 .contents {
	width:95%;
	margin:0 auto;
}

section.s02 .contents ul{
	overflow:hidden;
}

section.s02 .contents ul li{
	width:47.5%;
	float:left;
}

section.s02 .contents ul li:first-child{
	width:47.5%;
	margin-right:5%;
	float:left;
}
section.s02 .contents ul li h4 {
	width:50%;
}

section.s02 .contents ul li p{
	line-height:1.6;
	margin-top:1px;
}

section.s02 .contents p{
	margin-top:20px;
}

section.s03{
	width: 90.25%;
	margin-top:80px;
	margin-bottom: 40px;
}

section.s03 h4{
	width: 292px;
	margin-bottom: 20px;
	line-height: 0;
}
	
section.s03 table{
	width: 100%;
	margin-bottom:10px;
}
section.s03 table th{
	width: 100%;
	display: block;
	padding-bottom: 5px;
}
section.s03 table th span{
	color: #e2536b;
}
section.s03 table td{
	width: 100%;
	padding-bottom: 20px;
	padding-left: 1.5em;
	display: block;
}
div.map {
	width: 100%;
	height: 75vw;
	}
div.map iframe{
	width: 100%;
	height: 75vw;
	}

}