@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img{
	max-width:100%;
	height:auto;
}
.inner{
	margin:auto;
	width:1400px;
	max-width:100%;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.al-c{
	text-align:center;
}
.al-r{
	text-align:right!important;
}
.al-l{
	text-align:left!important;
}

/*------------------------------------------------------------
4、margin・・・周りのブロックからの距離
-------------------------------------------------------------*/



.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5-b{ margin-bottom: 5px!important; }/*周りからのmarginを10pxに*/

.m10{ margin: 10px!important; }/*周りからのmarginを10pxに*/
.m10-t{ margin-top: 10px!important; }/*周りからのmarginを10pxに*/
.m10-r{ margin-right: 10px!important; }/*周りからのmarginを10pxに*/
.m10-b{ margin-bottom: 10px!important; }/*周りからのmarginを10pxに*/
.m10-l{ margin-left: 10px!important; }/*周りからのmarginを10pxに*/
.-m10{ margin: 10px!important; }/*周りからのmarginを10pxに*/
.-m10-t{ margin-top: -10px!important; }/*周りからのmarginを10pxに*/
.-m10-r{ margin-right: -10px!important; }/*周りからのmarginを10pxに*/
.-m10-b{ margin-bottom: -10px!important; }/*周りからのmarginを10pxに*/
.-m10-l{ margin-left: -10px!important; }/*周りからのmarginを10pxに*/

.-m15-l{ margin-left: -15px!important; }/*周りからのmarginを10pxに*/

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }
.-m20{ margin: -20px!important; }
.-m20-t{ margin-top: -20px!important; }
.-m20-r{ margin-right: -20px!important; }
.-m20-b{ margin-bottom: -20px!important; }
.-m20-l{ margin-left: -20px!important; }


.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }
.-m30{ margin: -30px!important; }
.-m30-t{ margin-top: -30px!important; }
.-m30-r{ margin-right: -30px!important; }
.-m30-b{ margin-bottom: -30px!important; }
.-m30-l{ margin-left: -30px!important; }


.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }



h1{
	margin:5px auto 10px auto;
	width:72%;
	font-size:11px;
	font-weight:normal;
}
header{
	margin:auto;
}

header p{
	margin:-80px auto 0 auto;
	padding-bottom:12px;
	width:76%;
}

.h3_1{
background: #1281d6; /* Old browsers */
background: -moz-linear-gradient(top,  #1281d6 0%, #1f408c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1281d6), color-stop(100%,#1f408c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1281d6 0%,#1f408c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1281d6 0%,#1f408c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1281d6 0%,#1f408c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1281d6 0%,#1f408c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1281d6', endColorstr='#1f408c',GradientType=0 ); /* IE6-9 */
margin:0 auto;
	text-align:center;
	z-index:100;
	position:relative;
	
}
.h3_2{
background: #1281d6; /* Old browsers */
background: -moz-linear-gradient(top,  #1281d6 0%, #1f408c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1281d6), color-stop(100%,#1f408c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1281d6 0%,#1f408c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1281d6 0%,#1f408c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1281d6 0%,#1f408c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1281d6 0%,#1f408c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1281d6', endColorstr='#1f408c',GradientType=0 ); /* IE6-9 */
margin:0 auto;
	text-align:center;
	z-index:100;
	position:relative;
	
}

.al-c{
	text-align:center;
}

.osusume_box{
	background:url(images/osusume_b.jpg) left top repeat-x;
	text-align:center;
	margin-top:-10px;
}
.osusume_list{
	margin:0px auto 20px auto ;
	padding:40px 0 0 0;
	text-align:left;
	width:970px;
	
}

.osusume_list li{
	background:url(images/check.png) left center no-repeat;
	padding:3px 0 3px 45px;
	font-size:26px;
	list-style:none;
	margin-bottom:10px;
}

.zehi_list{
	width:100%;
	background:#ffde00;
	max-width:100%;
	text-align:center;
	
}
.zehi_list ul{
	width:1200px;
	max-width:100%;
	padding:25px 0;
	margin:auto;
	
}
.zehi_list ul li{
	display:inline-block;
	vertical-align:bottom;
	margin:2px;
	*zoom:1;
	*display:inline;
}

.zehi_list ul li.m-b{
	margin:2px 2px -4px 2px;
}


.zehi_list ul li:nth-child(5){
	margin-right:-6px;
}
.satei{
	padding:25px;
	background:#fffbdb;
	text-align:center;
}

.satei_text{
	margin-left:160px;
	margin-top:15px;
	text-align:left!important;
}
.voice_l,.voice_r{
	display:inline-block;
	margin:10px 15px 25px 15px;
	background:#f8ebca;
	box-sizing:border-box;
	width:40%;
	height:580px;
	vertical-align:top;
    box-sizing: border-box;
	padding:30px;
	width:460px;
}
.voice_l h4,.voice_r h4{
	font-size:32px;
	text-align:center;
	font-weight:bold;
	color:#bf0000;
	margin-bottom:25px;
}
.voice_l div,.voice_r div{
	text-align:left;
	margin-bottom:15px;
}
.voice_l div p,.voice_r div p{
	margin-bottom:15px;
	position:relative;
	z-index:10;
}
.voice_r div p.mawarikomi{
	width:60%;
}
.voice_l div figure,.voice_r div figure{
	margin-top:-40px;
	z-index:0;
	position:relative;
}

.reason{
	background:#fffbdb;
	padding:20px 0;
	border-top:2px solid #e1e0dd;
}
.reason h3{
	text-align:center;
	font-size:50px;
	margin-bottom:10px;
	color:#083980;
	font-weight:bold;
}
.reason h3 span{
	font-size:35px;
}

.contact{
	margin-top:30px;
	padding:0 0 30px 0;
	background:#f8f8f8;
	border-top:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
	text-align:center;
}
.contact_inner{
	margin:auto;
	width:980px;
	max-width:100%;
	margin-top:-35px;
}
.contact_inner .tenpo{
	float:left;
	margin-bottom:20px;
	margin-left:20px;
}
.contact_inner .mitsumori{
	float:right;
	margin-bottom:20px;
	margin-right:20px;
}
.contact_inner p{
	clear:both;
	text-align:center;
	font-size:10px;
}
.area_inner{
	margin:auto;
	width:980px;
	padding:30px 0;
	text-align:center;
	max-width:100%;
}

.area_midashi{
	font-size:55px;
	font-weight:bold;
	margin-bottom:10px;
}
.area_midashi span{
	font-size:65px;
	color:#d90000;
}

.tiiki{
	margin-bottom:20px;
}
.area_red{
	color:#d90000;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.eco{
	border-top:3px solid #93dc06;
	padding:0;
	margin-bottom:35px;
	text-align:center;
	position:relative;
}
.eco .eco_title{
	width:710px;
	max-width:100%;
	margin:auto;
	padding-left:30px;
	padding-right:30px;
	position:relative;
	z-index:10;
	background:url(images/eco_b.png) left top repeat;
	box-sizing:border-box;
	position:absolute;
	top:0;
	right:200px;
	z-index:100;
}
.eco .eco_title p{
	position:relative;
	z-index:100;
}

.eco img{
	position:relative;
	z-index:1;
}

.eco .eco_title h3{
	font-size:50px;
	padding-top:80px;
	color:#0f9705;
	margin-bottom:20px;
	text-shadow:0 0 5px #fff;
	position:relative;
	z-index:100;
}

.eco_sub{
	background:#0f9705;
	padding:4px;
	text-align:center;
	color:#f6ff00;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
	border-radius:100px;
}

.eco_text{
	margin:15px;
	line-height:150%;
	text-align:left;
	padding-bottom:50px;
}
.eco_kaishu{
	margin: -150px auto 10px auto;
	position:relative;
	z-index:100;
	
}
.flow_inner{
	margin:auto;
	width:980px;
	padding:30px 0;
	text-align:center;
	max-width:100%;
}

.flow_list{
	clear:both;
	margin-bottom:60px;
	
}
.flow_list div{
	float:left;
	width:65%;
	text-align:left;

}
.flow_list div h4{
	font-size:27px;
	padding:13px 0 13px 57px;
	color:#452407;
	margin-bottom:8px;
	letter-spacing:-2px;
}

.flow_list div p{
	margin-bottom:20px;
}
.flow_list div p span{
	color:#d90000;
}

.flow_list div h4 span{
	font-size:33px;
}
.flow_list div h4.num1{
	background:url(images/num1.png) left center no-repeat;
}
.flow_list div h4.num2{
	background:url(images/num2.png) left center no-repeat;
}
.flow_list div h4.num3{
	background:url(images/num3.png) left center no-repeat;
}

.flow_list figure{
	float:right;
	width:30%;

}
	@media only screen and (max-width:1024px){

header p {
    margin: 10px auto 0px;
    padding-bottom: 12px;
    width: 76%;
}
.osusume_list{
	max-width:100%;
	
}
.osusume_list li {
    background: transparent url("images/check.png") no-repeat scroll left center;
    padding: 3px 0px 3px 45px;
    font-size: 21px;
	letter-spacing:-2px;
    list-style: outside none none;
    margin-bottom: 10px;
    width: 95%;
    box-sizing: border-box;
    margin: 12px auto;
}
.zehi_list ul li{
	display:inline-block;
	width:22%;
	vertical-align:bottom;
	margin:2px;
}
.zehi_list ul li:nth-child(5) {
    margin-right: 2px;
}

.voice_l, .voice_r {
    display: inline-block;
	vertical-align:top;
    margin: 10px 15px;
    background: #F8EBCA none repeat scroll 0% 0%;
    box-sizing: border-box;
    padding: 30px 20px;
    width: 45%;
height: 521px;}

.voice_l h4, .voice_r h4 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #BF0000;
    margin-bottom: 25px;
}

.contact_inner .tenpo,.contact_inner .mitsumori {
    width: 46%;
}

.contact_inner p {
    clear: both;
    text-align: center;
    font-size: 10px;
    width: 90%;
    margin: auto;
}

.eco .eco_title {
    width: 481px;
    max-width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    background: transparent url("images/eco_b.png") repeat scroll left top;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 100;
}

.eco .eco_title h3 {
    font-size: 33px;
    padding-top: 30px;
    color: #0F9705;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #FFF;
    position: relative;
    z-index: 100;
}

.eco_sub {
    padding: 7px;
    margin-bottom: 15px;
 }
 .flow_list {
    clear: both;
    margin-bottom: 60px;
    width: 96%;
    margin: 20px auto ;
}
	}
	

@media only screen and (max-width:767px){
h1{
	width:90%;

}
header p {
    margin: 10px auto 10px;
    width: 90%;
}

.osusume_list{
	max-width:100%;
	
}
.osusume_list li {
    background: transparent url("images/check.png") no-repeat scroll left center;
    padding: 3px 0px 3px 45px;
    font-size: 15px;
    list-style: outside none none;
    margin-bottom: 10px;
    width: 95%;
    box-sizing: border-box;
    margin: 12px auto;
}

.zehi_list ul li{
	display:inline-block;
	width:22%;
	vertical-align:bottom;
	margin:2px;
}
.zehi_list ul li:nth-child(5) {
    margin-right: 2px;
}
.voice_l, .voice_r {
    display: block;
    margin: 10px auto;
    background: #F8EBCA none repeat scroll 0% 0%;
    box-sizing: border-box;
    padding: 20px;
    width: 95%;
    box-sizing: border-box;
}
.voice_l h4, .voice_r h4 {
    font-size: 19px;
 }
.contact_inner .tenpo,.contact_inner .mitsumori{
	float:none;
	display:block;
	margin:15px auto;
	width:95%;
}
.contact_inner .tenpo img,.contact_inner .mitsumori img{
	max-width:100%;

}

.contact_inner p {
	width:90%;
    margin: 5px auto;
}

.reason h3 {
    font-size: 22px;
}
.reason h3 span{
    font-size: 18px;
}
.area_red {
    padding:10px 15px;
}
.tiiki {
    margin-bottom: 20px;
    padding: 5px 21px;
	line-height:135%;
	font-size:13px;
}
.eco .eco_title {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent url("images/eco_b.png") repeat scroll left top;
    box-sizing: border-box;
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
}


.eco .eco_title h3 {
    font-size: 24px;
    padding-top: 0px;
 
}
.eco_sub {
    padding: 8px 8px;
    font-size: 12px;
 }
 .eco_kaishu {
    margin: -50px auto 10px;
    position: relative;
    z-index: 100;
}
.flow_list div {
    float: none;
    width: 95%;
    text-align: left;
    margin: auto;
}
.flow_list div h4 {
    font-size: 18px;
 }
.flow_list div h4 span {
    font-size: 27px;
}
.flow_list div p {
    margin: 10px 20px;
}
.flow_list figure {
    float: none;
    width: 100%;
	margin:20px auto;
    text-align: center;
}


}