/* ----------------------------
reset
------------------------------- */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

body {
	width: 100%;
	color: #121212;
	font-size: 20px;
	line-height: 180%;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
    background-color: #ffffff;
    
}

#wrapper{
}

a,
a:link,
a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ccc;
	text-decoration:none;
}

a img {
	margin:0;
	padding:0;
	border-style:none;
}

/**************************************************************
【配置設定】
**************************************************************/
.img_c{text-align:center;}
.img_c2{text-align:center;}
.img_c2 img{width: 600px;}
.img_c3{text-align:center;}
.img_c4{text-align:center;}
.img_c5{text-align:center;}
.img_c_area{text-align:center;}
.btn_action{text-align:center; margin:10px auto 10px;}
.btn_action img:hover{opacity:0.6; filter: alpha(opacity=60);}
.fl_r{
	float:right;
	margin:0 20px 15px 30px;
}
.center_block{text-align:center; margin:auto;}

/* バナー */
.banner{}
.banner img:hover{opacity:0.6; filter: alpha(opacity=60);}

/**************************************************************
プレースフォルダー
**************************************************************/
/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
    color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #cccccc; }

/* Firefox 18- */
:-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #cccccc; }


/* 共通 */
.inner{
	width:980px;
	margin:0 auto;
}
.inner2{
	width:940px;
	margin:0 auto;
}

.inner3{
	width:940px;
	margin:0 auto;
}

/*----ヘッダー----*/
header#pc {
	width: 100%;
	
}
header#sp{
	display:none;
	background-color: #fff;
}

header .inner {
	width: 　980px;
	height: 96px;
	margin: 0 auto;
	position: relative;
}

header#pc h1{
}

.logo{
	float:left;
	width:285px;
    margin: 8px 0 0 10px;
}

#head_contact{
	float:right;
	width:680px;
    margin: 0px 0px 0 0px;
}

#head_contact li{
	float:right;
	margin:0px 0 0 10px;
}
.pc_f1{
padding: 31px 0 0 0px;
}
.pc_f2{
padding: 39px 0 0 0px;
}

.sp_use{display: none;}
.sp_mail{display: none;}
.sp_tel{display: none;}

/*----PC MENU----*/
#pc_menu_area{
	width: 100%;
background: #5ac143; /* Old browsers */
background: -moz-linear-gradient(top, #5ac143 0%, #51740d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5ac143 0%,#51740d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5ac143 0%,#51740d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ac143', endColorstr='#51740d',GradientType=0 ); /* IE6-9 */
}

#pc_menu ul{
	width:980px;
	margin:0 auto;
}
#pc_menu li{
	float:left;
    font-size: 14px;
    line-height: 160%;
    display: block;
    width: 120px;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding: 12px 0;
}

#pc_menu li:first-child {
     border-left: 1px solid #ffffff;
     border-right: 1px solid #ffffff;
}

#pc_menu li a,
#pc_menu li a:link,
#pc_menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#pc_menu li a:hover,
#pc_menu li a:active {
	color: #fbe221;
	text-decoration:none;
}
/* メインイメージ */
#header_pc{
	width:100%;
	margin: 0 auto;
    padding: 0 0 0px;
	background-image: url("../images/header_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    text-align: center;
}
.header_in {
	width: 1000px;
	margin: 0 auto;
    padding: 0;
}

#header_pc{display: block;}
#header_sp{display: none;}

.tel{
margin: 10px 0 0;
}


/* ////コンタクトBOX//// */
.contact_box{
    padding: 30px 0 30px;
    background-image: url("../images/cta_back.jpg");
	background-repeat: repeat;
}

.cta_wp{
width: 940px;
margin: 0 auto;
}

.contact_box h2{
text-align: center;
margin: 0 auto;
}
.contact_box h2 img{
width: 100%;
}

.contact_box h3{
text-align: center;
margin: 0 auto;
}
.contact_box h3 img{
width: 100%;
}

.contact_box h4{
text-align: center;
margin: 0 auto;
}
.contact_box h4 img{
}

.cta_or_line{
border-left: 5px solid #ff6600;
border-right: 5px solid #ff6600;
border-bottom: 5px solid #ff6600;
background-color: #ffffff;
padding: 0px 0 30px;

border-radius: 0px 0px 15px 15px;	
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
}

.cta_btn{text-align: center;
margin: 20px auto 0; }

.cta_line{
width: 95%;
margin: 10px auto 0;
}

.mail{
float: left;
width: 48%;
}

.line{
float: right;
width: 48%;
}

.mail img, .line img{
width: 100%;
}

/* ////ch1//// */
.ch1{
    padding: 40px 0 50px;
background: #7eb500; /* Old browsers */
background: -moz-linear-gradient(top, #7eb500 1%, #bddb77 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7eb500 1%,#bddb77 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7eb500 1%,#bddb77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb500', endColorstr='#bddb77',GradientType=0 ); /* IE6-9 */
}

/* ////ch2//// */
.ch2{
    padding: 30px 0 50px;
	background-image: url("../images/ch2_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 100%;
}

/* ////ch3//// */
.ch3{
    padding: 30px 0 30px;
	background-color: #f2f2f2;
}

/* ////ch4//// */
.ch4{
    padding: 30px 0 50px;
	background-image: url("../images/ch4_back.jpg");
	background-repeat: repeat;
}

/* ////ch5//// */
.ch5{
    padding: 30px 0 30px;
}

.ch5_box{
border: 1px solid #ff6633;
background-color: #ffffcc;
padding: 30px 50px;
}

.ch5_box img{
width: 100%;
}

/* ////ch6//// */
.ch6{
    padding: 0px 0 0px;
	background-image: url("../images/ch6_back.jpg");
	background-repeat: no-repeat;
    background-position: center top;
}

/* ////ch7//// */
.ch7{
    padding: 40px 0 20px;
	background-color: #ffffcc;
}

.ch7 h2{
width: 40%;
margin: 0 auto 30px;
}
.ch7 h2 img{
width: 100%;
}

.ex_left{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 30px;
}

.ex_right{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 30px;
}

.ch7 h3{
background-color: #0d620d;
color: #ffffff;
text-align: center;
font-size: 1.1em;
padding: 5px;
}

.ch7 p{
text-align: center;
padding: 15px 20px 20px;
}
.ch7 p img{
width: 100%;
}

/* ////ch8//// */
.ch8{
    padding: 40px 0 40px;
	background-color: #e2eff3;
}

.ch8 h2{
width: 40%;
margin: 0 auto 30px;
}
.ch8 h2 img{
width: 100%;
}

.ex_left2{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 30px;
min-height: 250px;
}

.ex_right2{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 30px;
min-height: 250px;
}

.price1{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 8px 5px 8px 88px;
line-height: 130%;

background-image: url("../images/ch8_icon1.png");
background-repeat: no-repeat;
background-position: 10px center;
}

.price2{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 8px 5px 8px 88px;
line-height: 130%;

background-image: url("../images/ch8_icon2.png");
background-repeat: no-repeat;
background-position: 10px center;
}

.price3{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 8px 5px 8px 88px;
line-height: 130%;

background-image: url("../images/ch8_icon3.png");
background-repeat: no-repeat;
background-position: 10px center;
}

.price4{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 8px 5px 8px 88px;
line-height: 130%;

background-image: url("../images/ch8_icon4.png");
background-repeat: no-repeat;
background-position: 10px center;
}

.ch8_wp{
padding: 15px 20px;
}
.ch8 p{
font-size: 0.9em;
line-height: 160%;
}

/* ////ch9//// */
.ch9{
    padding: 20px 0 30px;
    background-color: #ffffcc;
	background-repeat: repeat;
}

.ch9 table{
border-collapse: collapse;
margin: 20px auto 0;
border: 1px solid #cccccc;
line-height: 160%;
font-size: 0.9em;
width: 100%;
}

.ch9 th{
border: 1px solid #cccccc;
padding: 7px 10px;
}

.ch9 td{
border: 1px solid #cccccc;
padding: 7px;
}

.th1{
width: 23%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ffffff;
}

.th2{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th3{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th4{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th5{
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ffafbf;
}

.th6{
text-align: left;
vertical-align: middle;
font-weight: normal;
background-color: #f2f2f2;
}

.td_n{
text-align: center;
vertical-align: middle;
background-color: #ffffff;
}

.td_k{
text-align: center;
vertical-align: middle;
background-color: #ffe4e9;
font-weight: bold;
}

/* ////ch10//// */
.ch10{
    padding: 0px 0 40px;
	background-color: #ffffff;
}

.ch10 h2{
background-image: url("../images/ch10_back.jpg");
background-repeat: repeat-x;
background-position: center top;
margin: 0 0 30px;
}

.ex_left3{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 30px;
border: 1px solid #5abc3f;
min-height: 500px;
}

.ex_right3{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 30px;
border: 1px solid #5abc3f;
min-height: 500px;
}

.ch10_img{
text-align: center;
margin: 0 auto;
}
.ch10_img img{
width: 95%;
}

.ch10 h3{
font-size: 1.2em;
line-height: 150%;
color: #2b6d19;
border-bottom: 1px solid #5abc3f;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

.ch10_wp{
padding: 15px 20px;
}
.ch10 p{
font-size: 0.8em;
line-height: 160%;
}

.ch10 h4{
margin: 30px auto 0;
}

/* ////ch11//// */
.ch11{
    padding: 0px 0 30px;
	background-image: url("../images/ch9_back.jpg");
	background-repeat: repeat;
}

.ch11 h2{
background-color: #5abc3f;
text-align: center;
}

.ch11_box{
border: 1px solid #0d620d;
background-color: #ffffcc;
padding: 20px 30px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin: 30px auto;
}

.ch11 h3{
border-bottom: 2px solid #0d620d;
color: #0d620d;
font-size: 1.3em;
line-height: 160%;
padding: 0 0 10px 0;
margin: 0 0 13px 0;
}

.ch11_l{
float: left;
width: 74%;
}

.ch11_r{
float: right;
width: 22%;
}
.ch11_r img{
width: 100%;
}

.ch11_l p{
font-size: 0.9em;
line-height: 160%;
}

.ch11_r h4{
font-size: 0.8em;
margin: 5px 0 0;
text-align: center;
}

/* ////ch12//// */
.ch12{
    padding: 0px 0 30px;
    background-color: #ffffff;
}

.ch12 h2{
background-color: #5abc3f;
text-align: center;
}

.qa{
background-color: #ffffff;
border: 2px dashed #0d620d;
padding: 30px;
margin: 20px auto;
}

.q{
background-image: url("../images/icon_q.png");
	background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 3px 0 10px 55px;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px;
    font-weight: bold;
}

.a{
background-image: url("../images/icon_a.png");
	background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 3px 0 10px 55px;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 0px;
}

.line_box{
background-image: url("../images/ch12_back.png");
	background-repeat: repeat;
    border: 2px solid #bfd770;
    padding: 10px 20px 20px;
    margin: 30px auto;
}

.ex_left4{
float: left;
width: 45%;
background-color: #ffffff;
margin: 0px 0 0px;
padding: 10px 20px;
border: 1px solid #5abc3f;
min-height: 500px;
}

.ex_right4{
float: right;
width: 45%;
background-color: #ffffff;
margin: 0px 0 0px;
padding: 10px 20px;
border: 1px solid #5abc3f;
min-height: 500px;
}

.line_box h4{
text-align: center;
font-size: 1.3em;
color: #0d620d;
border-bottom: 2px dashed #5abc3f;
padding: 5px 5px 10px;
margin: 0 0 10px;
}
.line_box h4 img{
width: 100%;
}

.line_box h5{
font-size: 1.0em;
line-height: 160%;
margin: 10px 0 10px;
}

.line_box_img{
width: 50%;
margin: 0 auto 20px;
}
.line_box_img img{
width: 100%;
}

.merit{
background-color: #ff6633;
color: #ffffff;
padding: 3px 8px;
display: inline-block;
font-size: 1.0em;
}

.demerit{
background-color: #666600;
color: #ffffff;
padding: 5px 8px;
margin: 10px 0 0;
display: inline-block;
font-size: 1.0em;
}

.line_box2{
background-image: url("../images/ch12_back.png");
	background-repeat: repeat;
    border: 2px solid #bfd770;
    padding: 10px 20px 20px;
    margin: 30px auto;
}

.ex_left5{
float: left;
width: 45%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 10px 20px;
border: 1px solid #5abc3f;
min-height: 350px;
}

.ex_right5{
float: right;
width: 45%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 10px 20px;
border: 1px solid #5abc3f;
min-height: 350px;
}

.ex_center{
background-color: #ffffff;
margin: 0px 0 5px;
padding: 10px 20px;
border: 1px solid #5abc3f;
}

.line_box2 h4{
background-image: url("../images/icon_kusa.png");
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px auto;
    padding: 0 0 10px 40px;
    margin: 0 0 10px 0;
    font-size: 1.0em;
    line-height: 160%;
    border-bottom: 2px dashed #5abc3f;
}

.line_box2_wp{
font-size: 0.8em;
line-height: 160%;
}

.ex_img{
float: left;
width: 30%;
margin: 10px 10px 10px 0;
}
.ex_img img{
width: 100%;
}

.ex_img2{
float: left;
width: 15%;
margin: 10px 10px 10px 0;
}
.ex_img2 img{
width: 100%;
}

.hindo{
text-align: center;
width: 60%;
margin: 50px auto 30px;
}
.hindo img{
width: 100%;
}

.tyousei{
font-size: 0.9em;
line-height: 170%;
}

/* ////ch13//// */
.ch13{
    padding: 0px 0 30px;
	background-image: url("../images/ch13_back.jpg");
	background-repeat: repeat;
}

.ch13 h2{
background-color: #5abc3f;
text-align: center;
margin: 0 0 30px;
}

.step{
margin: 10px auto;
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 20px 0px;
}

.step1{
    background-image: url("../images/step1.png");
	background-repeat: no-repeat;
    background-size: 183px auto;
    font-size: 26px;
    line-height: 34px;
    padding: 18px 0 10px 195px;
}

.step2{
    background-image: url("../images/step2.png");
	background-repeat: no-repeat;
    background-size: 183px auto;
    font-size: 26px;
    line-height: 34px;
    padding: 18px 0 10px 195px;
}

.step3{
    background-image: url("../images/step3.png");
	background-repeat: no-repeat;
    background-size: 183px auto;
    font-size: 26px;
    line-height: 34px;
    padding: 18px 0 10px 195px;
}

.step_box{
margin: 15px 0;
padding: 0px 30px;
}

.step_img{
float: right;
width: 35%;
margin: 0 0 5px 30px;
}
.step_img img{
width: 100%;
}

.step_mark{
text-align: center;
width: 20%;
margin: 0 auto;
}
.step_mark img{
width: 100%;
}

.p_banner{
text-align: center;
margin: 30px auto;
}
.p_banner img{
width: 100%;
}

/* ////ch14//// */
.ch14{
    padding: 0px 0 30px;
}

.ch14 h2{
background-color: #0d620d;
text-align: center;
margin: 0 0 30px;
}

.area{
border: 5px solid #f2f2f2;
padding: 20px 30px;
font-size: 0.8em;
}

.area li{
float: left;
}
.area li::after {
  content: '｜';
  color: #dddddd;
}

.pcbr {
  display:block;
}
.spbr {
  display:none;
}


/* footer */
footer{
	margin:10px auto 0;
	padding:0px 0 0;
	text-align: center;
	width:100%;
    line-height: 150%;
}
footer li{
	padding:0px 30px 0;
}
footer li strong{
	font-weight:bold;
}

.copyright{
	font-size: 0.7em;
	margin:0px 0 0 0;
	padding:0px 10px 20px;
}

footer a,
footer a:link,
footer a:visited {
font-size: 0.7em;
}

footer a:hover,
footer a:active {
	font-size: 0.7em;
}

.fix_menu_smartphone{
	display:none;
}

.font_ss{
	font-size:0.6em;
	line-height:130%;}

/*ここからタブレット用（481px～1030px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:1030px){
body {  font-size: 16px;
	line-height: 180%;
background-image:none;}

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:80%;}
.img_c3 img{width:80%;}

/* ヘッダー */
#header_tk{
	background-image: none;
}

#header_in img{
	width:100%;
}

.tel{
margin: 10px 0 0;
}

/* 共通 */
.inner{
	width:92%;
	margin:0 auto;
}

.inner2{
	width:100%;
	margin:0 auto;
}

.inner3{
	width:94%;
	margin:0 auto;
}

/*ヘッダー
-----*/
header#pc {
	display:none;
}
header#sp{
	display:block;
	width: 100%;
background-color: #ffffff;
}

.inner_sp{
	padding:5px 10px 10px;
}

.logo_sp{
	float:left;
	padding:5px 0 5px 10px;
    width: 30%;
}
.logo_sp img{
width: 100%;
}

/*----PC MENU----*/
#pc_menu_area{
	display:none;
}


/*=アコーディオン=*/
#acMenu dt{
	display: block;
	cursor: pointer;
	float:right;
	margin:5px 5px 5px 0;
	background-color: #ffffff;
	}
    #acMenu dt img{width: 40px;}
#acMenu dd{
	clear: both;
	background-color: #fbffd0;	
	margin: 10px 0 0 0;
	display: none;
	text-align: left;
	
	text-decoration: none;
	}

#acMenu dd a,
#acMenu dd a:link,
#acMenu dd a:visited {
	color: #333333;
	text-decoration: none;
}

#acMenu dd a:hover,
#acMenu dd a:active {
	color: #666666;
	text-decoration:none;
}

.deco{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px 10px 35px;
	border-bottom: 1px dotted #cccccc;
	background-image: url("../images/icon_r_mark.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	display:block;
}

.deco a{
	display:block;
}
/* メインイメージ */
#header_sp{
	width:100%;
	margin: 0 auto;
    padding: 0 0 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
    text-align: center;
}
.header_in {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}

#header_sp h1{
padding: 0px 0;
}
#header_sp h1 img{
width: 100%;
}

#header_pc{display: none;}
#header_sp{display: block;}

/* ////コンタクトBOX//// */
.contact_box{
    padding: 20px 0 20px;
    background-image: url("../images/cta_back.jpg");
	background-repeat: repeat;
}

.cta_wp{
width: 96%;
margin: 0 auto;
}

.contact_box h2{
text-align: center;
margin: 0 auto;
}
.contact_box h2 img{
width: 100%;
}

.contact_box h3{
text-align: center;
margin: 0 auto;
}
.contact_box h3 img{
width: 100%;
}

.contact_box h4{
text-align: center;
margin: 0 auto;
}
.contact_box h4 img{
width: 90%;
}

.cta_or_line{
border-left: 5px solid #ff6600;
border-right: 5px solid #ff6600;
border-bottom: 5px solid #ff6600;
background-color: #ffffff;
padding: 0px 0 20px;

border-radius: 0px 0px 15px 15px;	
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
}
.cta_btn{text-align: center;
margin: 10px auto 0; }
.cta_btn img{
width: 90%;
}

.cta_line{
width: 95%;
margin: 10px auto 0;
}

.mail{
float: left;
width: 48%;
}

.line{
float: right;
width: 48%;
}

.mail img, .line img{
width: 100%;
}


/* ////ch1//// */
.ch1{
    padding: 30px 0 40px;
background: #7eb500; /* Old browsers */
background: -moz-linear-gradient(top, #7eb500 1%, #bddb77 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7eb500 1%,#bddb77 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7eb500 1%,#bddb77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb500', endColorstr='#bddb77',GradientType=0 ); /* IE6-9 */
}

/* ////ch2//// */
.ch2{
    padding: 20px 0 30px;
	background-image: url("../images/ch2_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 100%;
}

/* ////ch3//// */
.ch3{
    padding: 20px 0 20px;
	background-color: #f2f2f2;
}

/* ////ch4//// */
.ch4{
    padding: 20px 0 30px;
	background-image: url("../images/ch4_back.jpg");
	background-repeat: repeat;
}

/* ////ch5//// */
.ch5{
    padding: 20px 0 20px;
}

.ch5_box{
border: 1px solid #ff6633;
background-color: #ffffcc;
padding: 20px 15px;
width: 95%;
margin: 0 auto;
}

.ch5_box img{
width: 100%;
}

/* ////ch6//// */
.ch6{
    padding: 0px 0 0px;
	background-image: url("../images/ch6_back.jpg");
	background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

/* ////ch7//// */
.ch7{
    padding: 20px 0 5px;
	background-color: #ffffcc;
}

.ch7 h2{
width: 40%;
margin: 0 auto 20px;
}
.ch7 h2 img{
width: 100%;
}

.ex_left{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
}

.ex_right{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
}

.ch7 h3{
background-color: #0d620d;
color: #ffffff;
text-align: center;
font-size: 1.1em;
padding: 5px;
}

.ch7 p{
text-align: center;
padding: 15px 5px 10px;
}
.ch7 p img{
width: 100%;
}

/* ////ch8//// */
.ch8{
    padding: 20px 0 30px;
	background-color: #e2eff3;
}

.ch8 h2{
width: 40%;
margin: 0 auto 20px;
}
.ch8 h2 img{
width: 100%;
}

.ex_left2{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
min-height: 250px;
}

.ex_right2{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
min-height: 250px;
}

.price1{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 5px 5px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon1.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.price2{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 5px 5px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon2.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.price3{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 5px 5px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon3.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.price4{
background-color: #0d620d;
color: #ffffff;
font-size: 1.1em;
padding: 5px 5px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon4.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.ch8_wp{
padding: 10px 10px;
}
.ch8 p{
font-size: 0.9em;
line-height: 160%;
}

/* ////ch9//// */
.ch9{
    padding: 20px 0 20px;
    background-color: #ffffcc;
	background-repeat: repeat;
}

.ch9 table{
border-collapse: collapse;
margin: 0px auto 0;
border: 1px solid #cccccc;
line-height: 150%;
font-size: 0.9em;
width: 94%;
}

.ch9 th{
border: 1px solid #cccccc;
padding: 7px 10px;
}

.ch9 td{
border: 1px solid #cccccc;
padding: 7px;
}

.th1{
width: 23%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ffffff;
}

.th2{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th3{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th4{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th5{
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ffafbf;
}

.th6{
text-align: left;
vertical-align: middle;
font-weight: normal;
background-color: #f2f2f2;
}

.td_n{
text-align: center;
vertical-align: middle;
background-color: #ffffff;
}

.td_k{
text-align: center;
vertical-align: middle;
background-color: #ffe4e9;
font-weight: bold;
}


/* ////ch10//// */
.ch10{
    padding: 0px 0 30px;
	background-color: #ffffff;
}

.ch10 h2{
background-image: url("../images/ch10_back.jpg");
background-repeat: repeat-x;
background-position: center top;
margin: 0 0 20px;
}

.ex_left3{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
border: 1px solid #5abc3f;
min-height: 400px;
}

.ex_right3{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
border: 1px solid #5abc3f;
min-height: 400px;
}

.ch10_img{
text-align: center;
margin: 0 auto;
}
.ch10_img img{
width: 95%;
}

.ch10 h3{
font-size: 1.2em;
line-height: 150%;
color: #2b6d19;
border-bottom: 1px solid #5abc3f;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

.ch10_wp{
padding: 15px 10px;
}
.ch10 p{
font-size: 0.8em;
line-height: 160%;
}

.ch10 h4{
margin: 10px auto 0;
}

/* ////ch11//// */
.ch11{
    padding: 0px 0 10px;
	background-image: url("../images/ch9_back.jpg");
	background-repeat: repeat;
}

.ch11 h2{
background-color: #5abc3f;
text-align: center;
}

.ch11_box{
border: 1px solid #0d620d;
background-color: #ffffcc;
padding: 15px 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin: 20px auto;
width: 90%;
}

.ch11 h3{
border-bottom: 2px solid #0d620d;
color: #0d620d;
font-size: 1.3em;
line-height: 160%;
padding: 0 0 10px 0;
margin: 0 0 13px 0;
}

.ch11_l{
float: none;
width: 100%;
}

.ch11_r{
float: none;
width: 40%;
margin: 0 auto;
}
.ch11_r img{
width: 100%;
}

.ch11_l p{
font-size: 1.0em;
line-height: 160%;
}

.ch11_r h4{
font-size: 0.8em;
margin: 5px 0 5px;
text-align: center;
}

/* ////ch12//// */
.ch12{
    padding: 0px 0 20px;
    background-color: #ffffff;
}

.ch12 h2{
background-color: #5abc3f;
text-align: center;
}

.qa{
background-color: #ffffff;
border: 2px dashed #091644;
padding: 10px;
margin: 10px auto;
width: 92%;
}

.q{
background-image: url("../images/icon_q.png");
	background-repeat: no-repeat;
    background-size: 25px auto;
    padding: 0px 0 5px 30px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
    font-weight: bold;
}

.a{
background-image: url("../images/icon_a.png");
	background-repeat: no-repeat;
    background-size: 25px auto;
    padding: 0px 0 5px 30px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0px;
}
.line_box{
background-image: url("../images/ch12_back.png");
	background-repeat: repeat;
    border: 2px solid #bfd770;
    padding: 10px 10px 5px;
    margin: 20px auto;
}

.ex_left4{
float: none;
width: 92%;
background-color: #ffffff;
margin: 0px 0 10px;
padding: 15px 16px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.ex_right4{
float: none;
width: 92%;
background-color: #ffffff;
margin: 0px 0 10px;
padding: 15px 16px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.line_box h4{
text-align: center;
font-size: 1.3em;
color: #0d620d;
border-bottom: 2px dashed #5abc3f;
padding: 5px 5px 10px;
margin: 0 0 10px;
}
.line_box h4 img{
width: 100%;
}

.line_box h5{
font-size: 1.0em;
line-height: 160%;
margin: 10px 0 10px;
}

.line_box_img{
width: 30%;
margin: 0 auto 10px;
}
.line_box_img img{
width: 100%;
}

.merit{
background-color: #ff6633;
color: #ffffff;
padding: 3px 8px;
display: inline-block;
font-size: 1.0em;
}

.demerit{
background-color: #666600;
color: #ffffff;
padding: 5px 8px;
margin: 10px 0 0;
display: inline-block;
font-size: 1.0em;
}

.line_box2{
background-image: url("../images/ch12_back.png");
	background-repeat: repeat;
    border: 2px solid #bfd770;
    padding: 10px 10px 5px;
    margin: 20px auto;
}

.ex_left5{
float: none;
width: 92%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 15px 16px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.ex_right5{
float: none;
width: 92%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 15px 16px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.ex_center{
width: 92%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 15px 16px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.line_box2 h4{
background-image: url("../images/icon_kusa.png");
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px auto;
    padding: 0 0 10px 40px;
    margin: 0 0 10px 0;
    font-size: 1.0em;
    line-height: 160%;
    border-bottom: 2px dashed #5abc3f;
}

.line_box2_wp{
font-size: 0.8em;
line-height: 160%;
}

.ex_img{
float: left;
width: 30%;
margin: 10px 10px 10px 0;
}
.ex_img img{
width: 100%;
}

.ex_img2{
float: left;
width: 30%;
margin: 10px 10px 10px 0;
}
.ex_img2 img{
width: 100%;
}

.hindo{
text-align: center;
width: 90%;
margin: 30px auto 10px;
}
.hindo img{
width: 100%;
}

.tyousei{
font-size: 0.9em;
line-height: 170%;
}

/* ////ch13//// */
.ch13{
    padding: 0px 0 20px;
	background-image: url("../images/ch13_back.jpg");
	background-repeat: repeat;
}

.ch13 h2{
background-color: #5abc3f;
text-align: center;
margin: 0 0 20px;
}

.step{
margin: 10px auto;
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 10px 0px 5px;
}

.step1{
    background-image: url("../images/step1.png");
	background-repeat: no-repeat;
    background-size: 100px auto;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 0 5px 100px;
}

.step2{
    background-image: url("../images/step2.png");
	background-repeat: no-repeat;
    background-size: 100px auto;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 0 5px 100px;
}

.step3{
    background-image: url("../images/step3.png");
	background-repeat: no-repeat;
    background-size: 100px auto;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 0 5px 100px;
}

.step_box{
margin: 15px 0 10px;
padding: 0px 20px;
}

.step_img{
float: none;
width: 60%;
margin: 5px auto 10px;
}
.step_img img{
width: 100%;
}

.step_mark{
text-align: center;
width: 20%;
margin: 0 auto;
}
.step_mark img{
width: 100%;
}

.p_banner{
text-align: center;
margin: 20px auto 0;
}
.p_banner img{
width: 100%;
}

/* ////ch14//// */
.ch14{
    padding: 0px 0 30px;
}

.ch14 h2{
background-color: #0d620d;
text-align: center;
margin: 0 0 20px;
}

.area{
border: 5px solid #f2f2f2;
padding: 10px 12px;
font-size: 0.8em;
}

.area li{
float: left;
}
.area li::after {
  content: '｜';
  color: #dddddd;
}









.pcbr {
  display:none;
}
.spbr {
  display:block;
}

}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:480px){
body { font-size: 14px; 
background-image:none;
line-height:180%;
margin: 0 auto 0;
    }

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:80%;}
.img_c3 img{width:80%;}
.img_c_area img{width:80%;}

/* 共通 */
.inner{
	width:92%;
	margin:0 auto;
}

.inner2{
	width:100%;
	margin:0 auto;
}

.inner3{
	width:94%;
	margin:0 auto;
}


/*ヘッダー
----*/
header#pc {
	display:none;
}
header#sp{
	display:block;
	width: 100%;
background-color: #ffffff;
}


.inner_sp{
	padding:5px 5px 5px;
}

.logo_sp{
	float:left;
    width: 60%;
}
.logo_sp img{
	width:70%;
	padding:5px 5px 5px 10px;
}

/*----PC MENU----*/
#pc_menu_area{
	display:none;
}

/*=アコーディオン=*/
#acMenu dt{
	display: block;
	cursor: pointer;
	float:right;
	margin:5px 5px 5px 0;
	background-color: #ffffff;
	}
    #acMenu dt img{width: 40px;}
#acMenu dd{
	clear: both;
	background-color: #fbffd0;	
	margin: 10px 0 0 0;
	display: none;
	text-align: left;
	
	text-decoration: none;
	}

#acMenu dd a,
#acMenu dd a:link,
#acMenu dd a:visited {
	color: #333333;
	text-decoration: none;
}

#acMenu dd a:hover,
#acMenu dd a:active {
	color: #666666;
	text-decoration:none;
}

.deco{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px 10px 35px;
	border-bottom: 1px dotted #cccccc;
	background-image: url("../images/icon_r_mark.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	display:block;
}

.deco a{
	display:block;
}

/* メインイメージ */
#header_sp{
	width:100%;
	margin: 0 auto;
    padding: 0 0 0px;
	background-image:none;
}
.header_in {
	width: 100%;
	margin: 0 auto 0;
    padding: 0;
}

#header_sp h1{
margin: 0;
padding: 0px 0;
}
.header_sp img{
width: 100%;
}

#header_pc{display: none;}
#header_sp{display: block;}

.header_bottom{
	background-image: url("../images/header_back_sp.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
}

.tel{
margin: 5px 0 0;
}

/* ////コンタクトBOX//// */
.contact_box{
    padding: 10px 0 10px;
    background-image: url("../images/cta_back.jpg");
	background-repeat: repeat;
}

.cta_wp{
width: 96%;
margin: 0 auto;
}

.contact_box h2{
text-align: center;
margin: 0 auto;
}
.contact_box h2 img{
width: 100%;
}

.contact_box h3{
text-align: center;
margin: 0 auto;
}
.contact_box h3 img{
width: 100%;
}

.contact_box h4{
text-align: center;
margin: 0 auto;
}
.contact_box h4 img{
width: 90%;
}

.cta_or_line{
border-left: 5px solid #ff6600;
border-right: 5px solid #ff6600;
border-bottom: 5px solid #ff6600;
background-color: #ffffff;
padding: 0px 0 20px;

border-radius: 0px 0px 15px 15px;	
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
}
.cta_btn{text-align: center;
margin: 5px auto 0; }
.cta_btn img{
width: 90%;
}

.cta_line{
width: 95%;
margin: 10px auto 0;
}

.mail{
float: left;
width: 48%;
}

.line{
float: right;
width: 48%;
}

.mail img, .line img{
width: 100%;
}

/* ////ch1//// */
.ch1{
    padding: 15px 0 20px;
background: #7eb500; /* Old browsers */
background: -moz-linear-gradient(top, #7eb500 1%, #bddb77 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7eb500 1%,#bddb77 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7eb500 1%,#bddb77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb500', endColorstr='#bddb77',GradientType=0 ); /* IE6-9 */
}

/* ////ch2//// */
.ch2{
    padding: 10px 0 20px;
	background-image: url("../images/ch2_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 100%;
}

/* ////ch3//// */
.ch3{
    padding: 10px 0 10px;
	background-color: #f2f2f2;
}

/* ////ch4//// */
.ch4{
    padding: 16px 0 20px;
	background-image: url("../images/ch4_back.jpg");
	background-repeat: repeat;
}

/* ////ch5//// */
.ch5{
    padding: 15px 0 15px;
}

.ch5_box{
border: 1px solid #ff6633;
background-color: #ffffcc;
padding: 15px 10px;
width: 88%;
margin: 0 auto;
}

.ch5_box img{
width: 100%;
}

/* ////ch6//// */
.ch6{
    padding: 0px 0 0px;
	background-image: url("../images/ch6_back.jpg");
	background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

/* ////ch7//// */
.ch7{
    padding: 20px 0 5px;
	background-color: #ffffcc;
}

.ch7 h2{
width: 40%;
margin: 0 auto 20px;
}
.ch7 h2 img{
width: 100%;
}

.ex_left{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
}

.ex_right{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
}

.ch7 h3{
background-color: #0d620d;
color: #ffffff;
text-align: center;
font-size: 1.1em;
padding: 5px;
}

.ch7 p{
text-align: center;
padding: 10px 5px 10px;
}
.ch7 p img{
width: 100%;
}

/* ////ch8//// */
.ch8{
    padding: 20px 0 30px;
	background-color: #e2eff3;
}

.ch8 h2{
width: 40%;
margin: 0 auto 20px;
}
.ch8 h2 img{
width: 100%;
}

.ex_left2{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
min-height: 250px;
}

.ex_right2{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
min-height: 250px;
}

.price1{
background-color: #0d620d;
color: #ffffff;
font-size: 1.0em;
padding: 5px 0px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon1.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.price2{
background-color: #0d620d;
color: #ffffff;
font-size: 1.0em;
padding: 5px 0px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon2.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.price3{
background-color: #0d620d;
color: #ffffff;
font-size: 1.0em;
padding: 5px 0px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon3.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.price4{
background-color: #0d620d;
color: #ffffff;
font-size: 1.0em;
padding: 5px 0px 5px 48px;
line-height: 130%;

background-image: url("../images/ch8_icon4.png");
background-repeat: no-repeat;
background-position: 10px center;
background-size: 35px auto;
}

.ch8_wp{
padding: 10px 10px;
}
.ch8 p{
font-size: 0.9em;
line-height: 160%;
}

/* ////ch9//// */
.ch9{
    padding: 10px 0 20px;
    background-color: #ffffcc;
	background-repeat: repeat;
}

.ch9 table{
border-collapse: collapse;
margin: 0px auto 0;
border: 1px solid #cccccc;
line-height: 150%;
font-size: 0.9em;
width: 94%;
}

.ch9 th{
border: 1px solid #cccccc;
padding: 7px 10px;
}

.ch9 td{
border: 1px solid #cccccc;
padding: 7px;
}

.th1{
width: 23%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ffffff;
}

.th2{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th3{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th4{
width: 18%;
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ccedff;
}

.th5{
text-align: center;
vertical-align: middle;
font-weight: normal;
background-color: #ffafbf;
}

.th6{
text-align: left;
vertical-align: middle;
font-weight: normal;
background-color: #f2f2f2;
}

.td_n{
text-align: center;
vertical-align: middle;
background-color: #ffffff;
}

.td_k{
text-align: center;
vertical-align: middle;
background-color: #ffe4e9;
font-weight: bold;
}


/* ////ch10//// */
.ch10{
    padding: 0px 0 30px;
	background-color: #ffffff;
}

.ch10 h2{
background-image: url("../images/ch10_back.jpg");
background-repeat: repeat-x;
background-position: center top;
margin: 0 0 20px;
}

.ex_left3{
float: left;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
border: 1px solid #5abc3f;
min-height: 400px;
}

.ex_right3{
float: right;
width: 49%;
background-color: #ffffff;
margin: 0px 0 20px;
border: 1px solid #5abc3f;
min-height: 400px;
}

.ch10_img{
text-align: center;
margin: 0 auto;
}
.ch10_img img{
width: 95%;
}

.ch10 h3{
font-size: 1.1em;
line-height: 150%;
color: #2b6d19;
border-bottom: 1px solid #5abc3f;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

.ch10_wp{
padding: 15px 10px;
}
.ch10 p{
font-size: 0.8em;
line-height: 160%;
}

.ch10 h4{
margin: 10px auto 0;
}

/* ////ch11//// */
.ch11{
    padding: 0px 0 10px;
	background-image: url("../images/ch9_back.jpg");
	background-repeat: repeat;
}

.ch11 h2{
background-color: #5abc3f;
text-align: center;
}

.ch11_box{
border: 1px solid #0d620d;
background-color: #ffffcc;
padding: 10px 13px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin: 10px auto;
width: 92%;
}

.ch11 h3{
border-bottom: 2px solid #0d620d;
color: #0d620d;
font-size: 1.3em;
line-height: 150%;
padding: 0 0 10px 0;
margin: 0 0 13px 0;
}

.ch11_l{
float: none;
width: 100%;
}

.ch11_r{
float: none;
width: 40%;
margin: 0 auto;
}
.ch11_r img{
width: 100%;
}

.ch11_l p{
font-size: 1.0em;
line-height: 160%;
}

.ch11_r h4{
font-size: 0.8em;
margin: 5px 0 5px;
text-align: center;
}

/* ////ch12//// */
.ch12{
    padding: 0px 0 20px;
    background-color: #ffffff;
}

.ch12 h2{
background-color: #5abc3f;
text-align: center;
}

.qa{
background-color: #ffffff;
border: 2px dashed #0d620d;
padding: 10px;
margin: 10px auto;
width: 92%;
}

.q{
background-image: url("../images/icon_q.png");
	background-repeat: no-repeat;
    background-size: 25px auto;
    padding: 0px 0 5px 30px;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 5px;
    font-weight: bold;
}

.a{
background-image: url("../images/icon_a.png");
	background-repeat: no-repeat;
    background-size: 25px auto;
    padding: 0px 0 5px 30px;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0px;
}

.line_box{
background-image: url("../images/ch12_back.png");
	background-repeat: repeat;
    border: 2px solid #bfd770;
    padding: 10px 10px 5px;
    margin: 20px auto;
}

.ex_left4{
float: none;
width: 90%;
background-color: #ffffff;
margin: 0px 0 10px;
padding: 10px 15px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.ex_right4{
float: none;
width: 90%;
background-color: #ffffff;
margin: 0px 0 10px;
padding: 10px 15px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.line_box h4{
text-align: center;
font-size: 1.3em;
color: #0d620d;
border-bottom: 2px dashed #5abc3f;
padding: 5px 5px 10px;
margin: 0 0 10px;
}
.line_box h4 img{
width: 100%;
}

.line_box h5{
font-size: 1.0em;
line-height: 160%;
margin: 10px 0 10px;
}

.line_box_img{
width: 40%;
margin: 0 auto 10px;
}
.line_box_img img{
width: 100%;
}

.merit{
background-color: #ff6633;
color: #ffffff;
padding: 3px 8px;
display: inline-block;
font-size: 1.0em;
}

.demerit{
background-color: #666600;
color: #ffffff;
padding: 5px 8px;
margin: 10px 0 0;
display: inline-block;
font-size: 1.0em;
}

.line_box2{
background-image: url("../images/ch12_back.png");
	background-repeat: repeat;
    border: 2px solid #bfd770;
    padding: 10px 10px 5px;
    margin: 20px auto;
}

.ex_left5{
float: none;
width: 90%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 10px 15px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.ex_right5{
float: none;
width: 90%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 10px 15px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.ex_center{
width: 90%;
background-color: #ffffff;
margin: 0px 0 5px;
padding: 10px 15px;
border: 1px solid #5abc3f;
min-height: inherit;
}

.line_box2 h4{
background-image: url("../images/icon_kusa.png");
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px auto;
    padding: 0 0 10px 40px;
    margin: 0 0 10px 0;
    font-size: 1.0em;
    line-height: 160%;
    border-bottom: 2px dashed #5abc3f;
}

.line_box2_wp{
font-size: 0.8em;
line-height: 160%;
}

.ex_img{
float: left;
width: 30%;
margin: 10px 10px 10px 0;
}
.ex_img img{
width: 100%;
}

.ex_img2{
float: left;
width: 30%;
margin: 10px 10px 10px 0;
}
.ex_img2 img{
width: 100%;
}

.hindo{
text-align: center;
width: 90%;
margin: 30px auto 10px;
}
.hindo img{
width: 100%;
}

.tyousei{
font-size: 0.9em;
line-height: 170%;
}

/* ////ch13//// */
.ch13{
    padding: 0px 0 20px;
	background-image: url("../images/ch13_back.jpg");
	background-repeat: repeat;
}

.ch13 h2{
background-color: #5abc3f;
text-align: center;
margin: 0 0 20px;
}

.step{
margin: 10px auto;
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 10px 0px 5px;
}

.step1{
    background-image: url("../images/step1.png");
	background-repeat: no-repeat;
    background-size: 80px auto;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0 5px 80px;
}

.step2{
    background-image: url("../images/step2.png");
	background-repeat: no-repeat;
    background-size: 80px auto;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0 5px 80px;
}

.step3{
    background-image: url("../images/step3.png");
	background-repeat: no-repeat;
    background-size: 80px auto;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0 5px 80px;
}

.step_box{
margin: 15px 0 10px;
padding: 0px 20px;
}

.step_img{
float: none;
width: 60%;
margin: 5px auto 10px;
}
.step_img img{
width: 100%;
}

.step_mark{
text-align: center;
width: 20%;
margin: 0 auto;
}
.step_mark img{
width: 100%;
}

.p_banner{
text-align: center;
margin: 20px auto 0;
}
.p_banner img{
width: 100%;
}

/* ////ch14//// */
.ch14{
    padding: 0px 0 30px;
}

.ch14 h2{
background-color: #0d620d;
text-align: center;
margin: 0 0 20px;
}

.area{
border: 5px solid #f2f2f2;
padding: 10px 15px;
font-size: 0.8em;
}

.area li{
float: left;
}
.area li::after {
  content: '｜';
  color: #dddddd;
}



.pcbr {
  display:none;
}
.spbr {
  display:block;
}
}


/*************************************************************
【marginの設定】
*************************************************************/
.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


.mlrb30{margin:10px 30px 30px !important}
.ml90{margin-left:90px !important}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0{padding:0 !important}		
.pt0{padding-top:0 !important}	
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}	

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p30{padding:30px !important}

.p4050{padding:40px 50px !important}

.pb30{padding-bottom:30px !important}
.pb40{padding-bottom:40px !important}
.pb50{padding-bottom:50px !important}
.pb80{padding-bottom:80px !important}

/**************************************************************
【widthの設定】
**************************************************************/
.w50{width:50px;}
.w100{width:100px;}
.w130{width:130px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w710{width:710px;}
.w876{width:876px;}

/**************************************************************
【heightの設定】
**************************************************************/
.h10{height:10px;}
.h30{height:30px;}
.h100{height:100px;}
.h200{height:200px;}


/**************************************************************
【配置設定】
**************************************************************/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.f_left{float:left;}
.f_right{float:right;}

/**************************************************************
【文字装飾】
**************************************************************/
.red1{color:#f86666;}/*明るい赤 */
.red2{color:#d13938;}/*暗い赤 */
.red1_b{color:#F00;font-weight:bold;}/*太字・明るい赤 */
.red2_b{color:#d13938;font-weight:bold;}/*太字・暗い赤 */
.blue{color:#1396CA;}/*青 */
.bl{color:#0085B2;}/*青 */
.or{color:#fe9855;}/*オレンジ */
.blk{color:#000;}/*黒 */
.gr{color:#999;}/*グレー */
.pk{color:#d10758;}/*ピンク */
.yl{color:#ffff00;}/*黄色 */
.underline{text-decoration:underline;}/*アンダーライン */
strong{font-weight:bold;}/*太字 */
.bg_y{background-color:#fbeee9; padding:0px 5px 0px;
display:inline-block;}/*背景ピンク */
.bg_k{
	background-color: #fee072;
	padding: 0px 5px 0px;
}/*背景黄色 */


.font0_5{font-size:0.5em;}
.font0_6{font-size:0.6em;}
.font0_7{font-size:0.7em;}
.font0_8{font-size:0.8em;}
.font0_9{font-size:0.9em;}
.font1{font-size:1em;}
.font1_1{font-size:1.1em;}
.font1_2{font-size:1.2em;}
.font1_3{font-size:1.3em;}
.font1_4{font-size:1.4em;}
.font1_5{font-size:1.5em;}
.font1_6{font-size:1.6em;}
.font1_7{font-size:1.7em;}
.font1_8{font-size:1.8em;}
.font1_9{font-size:1.9em;}
.font2{font-size:2em;}

.lh160{
line-height: 160%;
}



/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

