@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
	min-width: 1120px;
	-webkit-text-size-adjust: 100%;
}


p,li,dt,dd,a {
	line-height: 140%;
}

/*------------------共通------------------*/
.cmn_box {
	width: 980px;
	margin: auto;
}

a:hover { opacity: 0.8; }



/*ここから記載
--------------------------------------------*/
#header {
	margin: 0 auto;
	font-size: 12px;
}
#header_in {
	padding: 10px 0 0px 0;
}

h1 {
	color: #43b370;
	border-bottom: 1px solid #43b370;
	font-size: 12px;
	text-align: left;
	width: 100%;
	z-index: 9999;
	padding: 2px 0;
}

h1 span {
	display: block;
	width: 980px;
	margin: auto;
}


#h_logo {
	margin-right: 50px;
}

#h_logo,#h_time,#h_cont {
	float: left;
}

#h_time ul {
	width: 270px;
	margin-top: 10px;
}

#h_time li {
	float: left;
}

#h_time li:nth-child(2n) {
	width: 200px;
}

#h_time li p {
	padding: 4px 0 9px 10px;
}

#h_cont {
	float: right;
	margin: 10px 0;
}

#h_cont p {
	text-align: right;
	margin-top: 5px;
}



#main_visual {
	background: url(../img/main_bg.jpg) no-repeat center top;
}

#main_visual img {
	display: block;
	width: 980px;
	margin: auto;
	padding-bottom: 90px;
}

#main_cmn_bun {
		position: relative;
}

#main_cmn_bun img {
	display: block;
		position: absolute;
	width: 980px;
	margin: auto;
	left: 0;
	right: 0;
	top: -50px;
}

.cmn_bun {
	width: 980px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}


#sec01 {
background: url(../img/mainbg02.jpg) no-repeat center top;
padding-top: 260px;
padding-bottom: 10px;
}

#sec01 h2 {
	margin-bottom: 30px;
}

#sec02 h2 {
	margin-bottom: 50px;
}

#sec02 {
	background: #eef5d5;
}

#sec02 > .cmn_box {
	padding: 50px;
	background: #fff;
}


.sec02_box {
margin:0 0 50px 0;
}

.sec02_box img {
	width: 330px;
	float: left;
}


.sec02_box dl {
	float: left;
	width: 620px;
	margin-left: 20px;
}

.sec02_box dt {
	font-size: 26px;
	margin-bottom: 10px;
	color: #665231;
}

.sec02_box dt span img {
	width: 110px;
	float: none;
	display: block;
	margin-bottom: 10px;
}


.sec02_box dd {
	color: #665231;	
}

#sec03 {
	padding: 50px 0 100px 0;
background: url(../img/bg02.jpg) no-repeat center top;
background-size: cover;
}


#sec03 > .cmn_box {
	padding: 50px;
	background: #fff;
}


.sec03_box01 {
	padding: 30px 0;
}

.sec03_box01 dl {
	width: 610px;
	float: right;
	margin-top: 30px;
}

.sec03_box01 dt {
	font-size: 32px;
	background: #43b370;
	color: #fff;
	padding: 10px 5px 10px 20px;
	    -webkit-appearance: none;/**iosで勝手に角丸が付くのを防ぐ**/
     border-radius:5px;
     -webkit-border-radius:5px;
   -webkit-border-top-left-radius: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
    -moz-border-radius-topleft: 5px; 
    -moz-border-radius-topright: 5px; 
    -moz-border-radius-bottomright: 5px; 
    -moz-border-radius-bottomleft: 5px;
     -moz-border-radius:5px;
     -o-border-radius:5px;
     -ms-border-radius: 5px;
     position: relative;
     margin-bottom: 20px;
}



.sec03_box01 dt:after {
content: '';
position: absolute;
border-right: 15px solid #43b370;
border-bottom: 12px solid transparent;
border-top: 12px solid transparent;
left: -15px;
top: 20px;
}

.sec03_box01 dd {
	line-height: 160%;
}

.sec03_box02 {
}

.sec03_box02 dl {
	width: 600px;
	float: left;
}

.sec03_box02 dt {
	font-size: 32px;
	color: #43b370;
	border-bottom: 4px solid #e6e6e6;
	margin-bottom: 15px;
	padding-bottom: 10px;
}


.sec03_box02 dd span {
margin-top: 70px;
display: block;
text-align: right;

}

.sec03_box02 img {
	float: right;
}

#sec04 {
	background: url(../img/bg03.jpg) repeat;
}

#sec04 h2 {
	background: #43b370;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 60px;
}

#sec04 li {
	width: 450px;
	float: left;
}

#sec04 li:nth-child(2) {
width: 20px;
margin-left: 30px;
margin-top: 100px;
}

#sec04 li:nth-child(3) {
	float: right;
}

#sec04 li:nth-child(4) {
	display: block;
	width: 980px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sec04 li:nth-child(4) img {
	display: block;
	width: 558px;
	margin: auto;
}

#sec04 li:nth-child(6) {
	width: 20px;
	margin-left: 30px;
	margin-top: 100px;
}


#sec04 li:nth-child(7) {
	float: right;
}


#sec05 {
	background: url(../img/bg04.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}

#sec05 h2 {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 10px solid #7ad17f;
	margin-bottom: 30px;
}

#sec05 dl {
	width: 430px;
	min-height: 220px;
	border: 10px solid #7ad17f;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 40px;
	float: left;
}

#sec05 dl:nth-child(2n+1) {
	float: right;
}

#sec05 dt {
	border-bottom: 2px solid #f3a948;
	font-size: 24px;
	color: #665231;
	background: url(../img/sec05_icon.png) no-repeat left center;
	padding:10px 0 10px 50px;
	margin-bottom: 10px;
}
#sec06 h2 {
	position: relative;
	text-align: center;
	padding: 60px 0 100px 0;
	background: url(../img/sec06_h2_bg.png) no-repeat center top;
}

.sec06_icon {
	position: absolute;
	left: 0;
}

#sec06 ul {
	margin-top: 30px;
}

#sec06 li {
	float: left;
}

#sec06 li:nth-child(2) {
	margin: 0 40px 0
}

#sec06 li:nth-child(4) {
	float: none;
	padding-top: 30px;
	width: 980px;
}

#sec06 li:nth-child(4) img {
	display: block;
	width: 120px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sec07 {
	background: url(../img/bg03.jpg) repeat;
	padding: 30px 0;
	text-align: center;
}

#sec07 img {
	margin-bottom: 40px;
}

#footer {
	background: #eef5d5;
	padding: 30px 0;
}

#footer_in {
	width: 980px;
	margin: auto;
}

#f_rogo_area {
	width: 560px;
	float: left;
}

#f01 {
	text-align: center;
}

#f01 li {
	display: inline-block;
	margin-bottom: 5px;
}

#f01 li:nth-child(3) {
	margin-left: 10px;
}


#h_logo,#h_time,#h_cont {
	float: left;
}

#f_time ul {
	width: 560px;
}

#f_time li {
	float: left;
}

#f_time li:nth-child(2n) {
	width: 450px;
}

#f_time li p {
	padding: 12px 0 12px 10px;
	font-size: 12px;
	margin-bottom: 5px;
}

#f_time li:nth-child(4) p {
	padding: 5px 0 5px 10px;
}


#f_map {
	float: right;
}

#f_map li {
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

#f_map li p {
	padding-top: 5px;
}

#f_map li:nth-child(2) {
	float: right;
}

#copy {
	background: #43b370;
}

#copy p {
	color: #fff;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
}
