@charset "utf-8";

/* 初期化 */

body,form,fieldset,
h1,h2,h3,h4,h5,h6,p,pre,span,
table,tr,th,td,
img,blockquote,
ul,ol,li,dl,dd,
input,textarea,select,option,
embed,object {
	margin: 0;
	padding: 0;
	zoom:1;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

blockquote,li,dt,dd { margin-left: 1em;}

li {
margin: 0;
padding: 0;
/*IE8 fireFox用*/
list-style-type: none;
/*IE6-7用*/
list-style: none;
}
input,textarea {font-size: 1em;}

table,tr,td,th {border-collapse: collapse; border:0;}

img {border:0;}

form {margin:0px; padding: 0px;}

a { text-decoration: none;}

a:hover { 
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
	color:#C5B280;
	text-decoration:none;
}

strong{font-weight: bold;}

ol { width:auto;}
ol li {
	margin-left: 20px;
	list-style:decimal !important; 
}
ul { width: auto;}
ul li {
	margin-left: 1.5em;
	list-style: disc !important;
}
/* IE6/7 brが改行されないバグ */
br { letter-spacing: 0; }


p {
	line-height: 1.7;
	margin-bottom:10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* clearfix */
.clearfix{
	width: 100%;
	clear: both;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* ---------------------------------------------*/
/* 共通エレメント */
/* ---------------------------------------------*/
body {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-align:justify;
	text-justify: inter-ideograph;
}
#contents { }
#contents a { color:#FFF;}
#contents a:hover { color:#C5B280}

.fs10 { font-size:10px;}
.fs12 { font-size:12px;}
.fs13 { font-size:13px;}
.fs14 { font-size:14px;}
.fs15 { font-size:15px;}
.fs16 { font-size:16px;}
.fs18 { font-size:18px;}
.fs32 { font-size:32px; margin:0; padding: 10px 0 !important; line-height:1;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 20px;}
h1,h2,h3,h4,h5,h6 { clear:both; }
/* 見出し */
h2{
	
}

h3{
	
}
h4{
	}
h6{}
.y_text{
	color:#ff9900;
	font-size:18px;
	border-bottom:1px dashed #333;
	text-indent:10px;
}
.y_text span{
	margin-left:15px;
	font-size:14px;
	color:#666;
}
.y_text2{
	font-size:16px;
	margin-left:10px;
}
table caption{

}
table tr {
	
}
table th {
	font-weight: normal;
    color:#fff;
	vertical-align:top !important;
	padding:3px;
	
	
	
	
}
table td {
	padding:0px !important;
	font:14px;
	color:#000;

}
table.border-none,
table.border-none th,
table.border-none td {
	text-align:center;
	margin: 0;
	padding:0 0 10px 0;
}
table.border-none td img {
	margin-bottom: 5px;
}
.sp{
	float:right;
}
.box {
	padding-bottom: 20px;
}
.bold {
	font-weight:bold;
}
.clear { clear:both; margin-bottom:10px;}
.pink { color: #FF1F80;}

.mail-link {
	font-size:14px;
	padding: 8px 0px;
	background-color: #FF1F80;
	display:block;
	color: #FFF !important;
	width: 192px;
	text-align:center;
}
.mail-link:hover {
	background-color: #A2CA0F;
	text-decoration: none;
}
/* ---------------------------------------------*/
/* レイアウト */
/* ---------------------------------------------*/
#container { width: 100%;}
#header-content,
ul#main-navi,
#contents,
#footer {
	width: 100%;
}
#contents {
}
/* 左カラム */
#main-contents {
	width: 920px;
	float:left;
	background:#FFFFFF;
	padding:20px;
}

/* 右カラム */

#side {
	width: 300px;
	float:right;
	margin-right:15px;
}

/* ------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------ */
.header_top{
	height: 80px;
}

#header {
	margin-top:0px;
	background:#fff !important;
	width:100%;
	height: 80px;
	top:0px;
	z-index:1000;
	padding-top: 15px;
	position: fixed;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.16);
	
}

#header .header_inner img{
	max-width: 128px;
	margin-bottom: -6px;
}
#header .header_inner .tel_img{
	padding-bottom: 0px;
	padding-right: 15px;
}
#header .header_inner{
	padding: 0 15px 0 50px;
	
}
@media (max-width: 767px) {
#header .header_inner{
	padding: 0 15px 0 15px;
	
}
}
#header .header_inner .inner{
	width: 100%;
	margin:0 auto;
	padding: 0 0px ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	

#header .logo{
	width: 150px;
}
#header .logo img{
	margin-top:6px !important;
	margin-bottom: 0px;
	width: 100% !important;
}
@media (min-width: 640px) {
#header .logo img{
	width: 100% !important;
}
}
#header .header_info{
	margin-top: 0px;
	display: none;
	width: 240px;
}
@media (min-width: 970px) {
#header .header_info{
	display: block;
}
}
#header .header_info a{
	display: block;
	width: 100%;
	background: #CF2342 url("../images/arrow.svg") no-repeat;
	background-position: center right 14px;
	background-size: 19px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 22px;
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 16px;
}

.header_text{
	color: #333333 !important;
	width: calc( 100% - 390px );
	font-size: 12px;
	padding-top: 15px;
}
@media (max-width: 969px) {
.header_text{
	color: #333333 !important;
	width: calc( 100% - 150px );
}
}
@media (max-width: 767px) {
.header_text{
	padding-top: 0;
}
}
.scroll_text{
	height:30px;
	background:#666;
}
.scroll_text Marquee{
	color:#8bc53f;
	line-height:30px;
	font-size:13px;
}
.main_img{
	height: 720px;
	padding-bottom: 0;
	background: url(../images/pc_main.jpg) no-repeat center center;
	background-size: auto;
	
}
.main_img .contents_inner{
	position: relative;
}
.main_img .contents_inner .btn_box{
	position: absolute;
	top: 485px;
	left: 0;
	text-align: left;
}
@media (max-width: 970px) {
.main_img{
	padding-bottom: 75%;
	height: 0;
	background: url(../images/pc_main.jpg) no-repeat center center;
	background-size: 200% auto;
	
}
.main_img .contents_inner .btn_box{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	margin-top: 50%;
}
.main_img .contents_inner .btn_box img{
	width: 39%;
}
}
@media (max-width: 767px) {
.main_img{
	padding-bottom: 181%;
	height: 0;
	background: url(../images/main_sp.png) no-repeat center center;
	background-size: cover;
	
}
.main_img .contents_inner .btn_box{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	margin-top: 155%;
	padding: 0 30px;
}
.main_img .contents_inner .btn_box img{
	width: auto;
}
}

.error_area{
	margin: 0px auto 0px;
	    max-width: 1045px;
	
}
.error_area span{
	color: #FF0000 !important;
	font-size: 20px !important;
	
}
.description_text{
	padding-top: 18px;
	background: #fff;
	width: 220px;
	height: 56px;
	display: block;
	text-align: left;
	padding-left: 19px;
	float: left;
}
.description_text p{
	color: #383838;
	line-height: 23px;
	font-size: 14px;
}
.contents_inner{
	width:100%;
	max-width:970px;
	margin:0 auto !important;
	padding: 0;
	text-align: center;
}
/* トップのみの表示のエリア */
#contents{
	width:100%;
}
.contents_1{
	background: #F5F5F5;
	padding: 50px 15px 20px !important;
}
@media (max-width: 767px) {
.contents_1{
	background: #F5F5F5;
	padding: 15% 15px 20px !important;
	
	
}
}
.contents_1 p.text1{
	font-size: 24px;
	color: #6DB130;
	font-weight: bold;
}
.contents_1 p.text2{
	font-size: 24px;
	color: #0A7145;
	font-weight: bold;
}
@media (max-width: 767px) {
.contents_1 p.text2{
	font-size: 20px;
}
}
.contents_1 p.text2 span{
	font-size: 18px;
}
.contents_1 p.text3{
	font-size: 24px;
	color: #043E24;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #F8EE4C 60%);
	max-width: 640px;
	margin: 0 auto;
	display: inline;
}
@media (max-width: 767px) {
.contents_1 p.text3{
	font-size: 18px;
}
}
.contents_1 .box1{
	padding: 15px 0;
}

.contents_2{
	background: #fff url("../images/contents_2_bg.svg") no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 90px 15px 0 !important;
}
@media (max-width: 767px) {
.contents_2{
	background: #fff url("../images/contents_2_bg_sp.png") no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 25% 15px 0 !important;
}
}



.contents_2 .img_box1{
	padding-top: 40px;
}

.contents_3{
	padding: 0 15px 90px !important;
	background: linear-gradient(180deg, #fff 0%, #fff 35px, #F5F5F5 35px, #F5F5F5 100%);
}
@media (max-width: 767px) {
.contents_3{
	padding: 0 15px 90px !important;
	background: linear-gradient(180deg, #fff 0%, #fff 25px, #F5F5F5 25px, #F5F5F5 100%);
}
}
.contents_4{
	background: #fff;
	padding: 25px 15px 100px !important;
}
@media (max-width: 767px) {
.contents_4{
	background: #fff;
	padding: 0 15px 40px !important;
}
}
.contact_box{
	width: 100%;
	padding-bottom: 43%;
	background: #fff url("../images/cta_pc.jpg") no-repeat;
	background-position: top center;
	background-size: 100% auto;
	position: relative;
}
.contact_box .inner{
	position: absolute;
	top: 60%;
	left: 46%;
	width: 37%;
}
@media (max-width: 767px) {
.contact_box{
	width: 100%;
	padding-bottom: 95%;
	background: #fff url("../images/cta_sp.jpg") no-repeat;
	background-position: top center;
	background-size: 100% auto;
	position: relative;
}
.contact_box .inner{
	position: absolute;
top: 57%;
left: 3%;
width: 94%;
}
}
.contact_box .inner img{
	width: 100%;
}
.contents_5{
	background: #F5F5F5;
	padding: 80px 15px 90px !important;
}

.contents_5 .text1{
	color: #0A7145;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
.contents_5 .text1{
	color: #0A7145;
	font-size: 14px;
}
}

.contents_6{
	padding: 80px 15px 90px !important;
	background: #fff;
}
.contents_7{
	padding: 80px 15px 90px !important;
	background: #D6EFB4;
}
.contents_8{
	padding: 80px 15px 90px !important;
	background: #fff;
}
.contents_9{
	padding: 80px 15px 90px !important;
	background: #F5F5F5;
}
.contents_10{
	padding: 80px 15px 90px !important;
	background: #fff;
}


.contents_inner13{
	width:100%;
	max-width:970px;
	margin:0 auto !important;
	padding: 0;
	text-align: center;
}
.contents_inner13 p {
    font-size: 16px !important;
    margin: 0;
    color: #111111;
	padding-bottom: 40px;
	text-align: left;
}
.contents_inner13 h3{
	font-size: 28px !important;
	font-weight: 500 !important;
	margin: 0;
	font-weight: bold;
	color: #111111;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 15px 20px;
}
@media (min-width: 640px) {

.contents_inner13{
	width:100%;
	max-width: 1000px;
	max-width:1140px;
	margin:0 auto !important;
	padding: 0px;
	text-align: center;
	background: #fff;
}
.contents_inner13 p {
    font-size: 16px !important;
    margin: 0;
    color: #111111;
	padding: 20px 20px 40px;
	text-align: center;
}
.contents_inner13 h3{
	font-size: 28px !important;
	font-weight: 500 !important;
	margin: 0;
	font-weight: bold;
	color: #111111;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 20px 15px 20px;
}
.contents_inner13 img{
	padding: 20px 15px 20px;
}
}
.contents_inner13 .box{
	margin: 10px 0px 0px;
	padding: 25px 0px 20px;
	width: 100%;
	border-top: 2px solid #633c27;
	
}
.contents_inner13 .box .left_box{
	float: left;
	width: 100%;
}
.contents_inner13 .box .right_box{
	float: right;
	width: 100%;
}
@media (min-width: 640px) {
.contents_inner13 .box .left_box{
	float: left;
	width: 49%;
}
.contents_inner13 .box .right_box{
	float: right;
	width: 49%;
}
}
.contents_inner13 .box .left_box img{
	margin-bottom: 30px;
}
.contents_inner13 .box .right_box h4{
	margin: 0px 0 5px;
	padding: 0px 0px 10px;
	min-height: 20px;
	line-height: 20px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #633c27;
	text-align: left;
}
.contents_inner13 .box .right_box p{
	text-align: left;
	font-size:14px !important;
	color: #383838;
	font-weight: normal !important;
	padding-bottom: 10px;
}

.contents_14{
	padding: 30px 15px 30px !important;
	background: #d1d1d1;
}

.contents_inner14{
	width:100%;
	max-width:970px;
	margin:0 auto !important;
	padding: 0;
	text-align: center;
}
.contents_inner14 .left_box{
	width:100%;
	float: left;
	margin-bottom: 50px;
}
.contents_inner14 .right_box{
	width:100%;
	float: right;
}
@media (min-width: 640px) {
.contents_inner14 .left_box{
	width:49%;
	float: left;
}
.contents_inner14 .right_box{
	width:49%;
	float: right;
}
}
.contents_inner14 h5{
	text-align: left;
	font-size: 16px;
	color: #633c27;
	padding-bottom: 20px;
	padding-top: 20px;
}
@media (min-width: 640px) {
.contents_inner14 h5{
	text-align: left;
	font-size: 16px;
	color: #633c27;
	padding-bottom: 20px;
	padding-top: 0px;
}
}
.contents_inner14 p{
	text-align: left;
	color: #383838;
	font-size: 14px;
	padding-bottom: 20px;
}
.contents_inner14 h4{
	margin: 0px 0 20px;
	padding: 10px 0px 10px;
	width: 100%;
	min-height: 20px;
	line-height: 20px;
	background: #699030;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.contents_inner14 .box_l{
	width:100%;
	float: left;
	padding-bottom: 30px;
}
.contents_inner14 .box_r{
	width:100%;
	float: right;
}
@media (min-width: 640px) {
.contents_inner14 .box_l{
	width:48%;
	float: left;
	padding-bottom: 30px;
}
.contents_inner14 .box_r{
	_width:48%;
	width:100%;
	float: right;
}
}
.contents_inner14 .box_l img{
	width:100%;
	max-width: 120px;
}
@media (min-width: 640px) {
.contents_inner14 .box_l img{
	width:100%;
	max-width:none;
}
}
.contents_inner14 .box_r p span{
	font-size:20px !important ;
	color: #383838 !important;
	font-weight: bold;
}
.contents_inner14 .box_r p.type2{
	border-top: 2px solid #383838;
	border-bottom: 2px solid #383838;
	padding: 10px 0px;
}
.contents_15{
	padding: 15px 15px 15px !important;
	background: #fff;
}

.contents_inner15{
	width:100%;
	max-width:970px;
	margin:0 auto !important;
	padding: 0;
	text-align: center;
}
.contents_inner15 p{
	font-size: 16px;
	font-weight: bold;
	color: #633c27;
	padding: 0px;
	margin: 0px;
}
.contents_16{
	padding: 15px 15px 15px !important;
	background: #fff;
}

.contents_inner16{
	width:100%;
	max-width:970px;
	margin:0 auto !important;
	padding: 0;
	text-align: center;
}
.contents_inner16 p{
	font-size: 16px;
	font-weight: bold;
	color: #633c27;
	padding: 0px 0 10px;
	margin: 0px;
	text-align: left;
}
.contents_inner16 h3{
	font-size: 24px !important;
	margin: 0;
	font-weight: bold;
	color: #0F4124;
	padding: 0 15px ;
	margin-bottom: 30px;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
	display: none !important;
}
.slick-prev {
     left: 15px;
    z-index: 100;
	display: none !important;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/* コンセプト　*/
.nagare_box .img_box{
	width: 100%;
	padding-bottom: 66% !important;
	float: left;
	
	background-size: auto 100% !important;
}
.nagare_box .text_box{
	width: 100%;
	float: right;
	text-align: left;
	padding: 0 0% 30px;
}
.nagare_box .text_box .text_box_inner{
	padding: 30px 15px 30px;
}
.nagare_box .text_box .text_box_inner img{
	width: 100%;
	max-width: 128px;
}
@media (min-width: 1140px) {
.nagare_box .img_box{
	width: 50%;
	padding-bottom: 568px !important;
	
}
.nagare_box .text_box{
	width: 50%;
	padding: 0 0% 0px;
}
.nagare_box .text_box .text_box_inner{
	padding: 20px 20px 30px;
}
}
@media (min-width: 1720px) {
.nagare_box .img_box{
	
}
}
.nagare_box p{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 14px !important;
	color: #383838;
	text-align: left;
}
.nagare_box img{
	margin-bottom: 15px;
	width: 100%;
	max-width: 290px;
}

.nagare_box h5{
	width: 100%;
	padding :15px 0 15px;
	color: #633c27;
	font-size: 16px;
	font-weight: bold;
}









/* ------------------------------------------ */
/* 改行変更 */
/* ------------------------------------------ */
.pc_br{
	display: none;
}
@media (min-width: 640px) {
.pc_br{
	display: block;
}
}
.sp_br{
	display: block;
}
@media (min-width: 640px) {
.sp_br{
	display: none;
}
}

/* ------------------------------------------ */
/* 表示非表示 */
/* ------------------------------------------ */
.pc_box{
	display: none;
}
@media (min-width: 640px) {
.pc_box{
	display: block;
}
}
.sp_box{
	display: block;
}
@media (min-width: 640px) {
.sp_box{
	display: none;
}
}
/* ------------------------------------------ */
/* フッター */
/* ------------------------------------------ */

#footer{
	margin-bottom:0px !important;
	padding-top: 84px !important;
	padding-bottom:160px !important;
	color: #fff !important;
	font-size: 14px !important;
	
	background: #043E24;
}
.mr{
	margin-right:15px;
}
.footer_info{
	max-width:1000px !important;
	height:90px;
	text-align:left;
	padding:0px 5px;
	margin-top:30px;
	margin:0px auto !important;
}
.footer_info img{
	
	margin-right:25px;
}
.footer_info p{
	font-size:14px !important;
	color: #333333 !important;
}
#footer{
	width: 100%;
	clear: both;
	text-align: center;
	padding: 30px 0;
}
#footer p{
	
	margin-bottom:15px !important;
	margin-top: 15px;
	font-size:14px;
}
#footer img{
	
	
}
.text_f{
	font-size:20px !important;
	
}
#footer .right_box{
	float:right;
	width:263px !important;
	margin-top:6px;
	text-align:right;
}
#footer .right_box p{
	font-size:12px !important;
	padding-top:5px !important;
}
#footer .right_box img{
	margin-bottom:12px;
}
.top_box{
	padding-bottom: 90px;
}
.foot_text{
	float: left !important;
	
}
.foot_img{
	float: left !important;
	
}

table.type2{
	
	float: none !important;
	margin: 0px 0 50px !important;
	width: 100% !important;
	border: 2px solid #ccc !important;
}
table.type2 tbody{
	width: 100% !important;
}
table.type2 th{
	background: #eee !important;
	padding: 15px 20px;
	color: #555 !important;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	width: 100% !important;
	text-align: left;
	display: block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
}
table.type2 td{
	padding: 15px 20px !important;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	width: 100% !important;
	text-align: left;
	display: block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media (min-width: 1000px) {
table.type2 th{
	background: #eee !important;
	padding: 15px 20px;
	color: #555 !important;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	width: 243px !important;
	display:table-cell;
	
}
table.type2 td{
	padding: 15px 20px !important;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	width: 800px !important;
	display:table-cell;
}
}
label{
	float: left;
	margin-bottom: 10px;
}
table.type2 td input{
	border: 2px solid #ccc;
	padding: 5px !important;
	
}
table.type2 td input[type="text"]{
	width: 98%;
}
table.type2 td textarea{
	border: 2px solid #ccc;
	padding: 5px !important;
	width: 98%;
}
table.type2 th .m_t{
	background: #CF2342 !important;
	color: #fff !important;
	font-size: 12px;
	padding: 3px 5px;
	margin-left: 20px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	display: inline-block;
}
table.type2 th .mn_t{
	background: #aaa !important;
	color: #fff !important;
	font-size: 12px;
	padding: 3px 5px;
	margin-left: 20px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
table.type2 th .t_t{
	font-size: 12px;
	margin-top: 25px;
}
.check_td{
	font-size: 14px !important;
	padding: 15px 20px 15px 0px !important;
}
.check_td input{
	margin: 0 5px 0 15px !important;
	
}

.footer_ftr {
    bottom: 0px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    background-size: 100% auto !important;
}
@media (min-width: 640px) {
.footer_ftr {
	display: none !important;
}
}
.footer_ftr ul {
    width: 100%;
    margin: 0 auto !important;
    padding: 0px;
    background: #f6f6f3 !important;
}
.footer_ftr ul li {
    list-style: none !important;
    padding: 0px;
    margin: 0px;
}
.footer_ftr ul li a {
    width: 50% !important;
    padding-bottom: 18%;
    display: block;
	background: #0F4124;
    border-right: 2px solid #fff;
    float: left;
	background: #A93333;
	box-sizing:border-box;　/* 追加 */
}

.footer_box{
	padding-bottom: 0;
}
@media (min-width: 640px) {
.footer_box{
	padding-bottom: 0;
	display: none !important;
}
}
.c_btn{
	padding-bottom: 20px;	
}
.c_btn input{
	max-width: 100px;
	width: 100%;
	padding: 13px;
	font-size: 14px;	
}
@media (min-width: 640px) {
.c_btn input{
	max-width: 200px;
	width: 100%;
	padding: 15px;
	font-size: 18px;	
}
}

.side_link{
	position: fixed;
	top:250px;
	right: 0px;
	display: none;
}
@media (min-width: 640px) {
.side_link{
	display: block;
}
}



.wrap{
 display:flex;
 flex-wrap: wrap;
	flex-direction: row;
}
.ichiran-box{
 width: 100%;
 margin: 1%;
 padding-bottom: 0px;
 -webkit-transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.01s;
  -moz-transition: width 1s ease-in-out 0.01s;
  -o-transition: width 1s ease-in-out 0.01s;
  transition: width 1s ease-in-out 0.01s;
}
@media (min-width: 640px) {
.ichiran-box{
 width: 48%;
 margin: 1%;
}
}
@media (min-width: 1140px) {
.ichiran-box{
 width: 31%;
 margin: 1%;
}
}

.box_2 .box{
	width: 100%;
	float: left;
}
.box_2 .box:nth-child(even){ 
	float: right;
}
.box_2 .box img{
	margin-top: 0px;
}
@media (min-width: 640px) {
.box_2 .box{
	width: 49%;
	float: left;
}
.box_2 .box img{
	margin-top: 30px;
}
}


.wrap2{
 display:flex;
 flex-wrap: wrap;
	flex-direction: row;
}
.wrap2 .ichiran-box{
 width: 100%;
 margin: 1%;
 -webkit-transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.01s;
  -moz-transition: width 1s ease-in-out 0.01s;
  -o-transition: width 1s ease-in-out 0.01s;
  transition: width 1s ease-in-out 0.01s;
}
.wrap2 .ichiran-box img{
 margin-bottom: 0px !important;
}
@media (min-width: 640px) {
.wrap2 .ichiran-box{
 width: 48%;
 margin: 1%;
}
}
@media (min-width: 1140px) {
.wrap2 .ichiran-box{
 width: 48%;
 margin: 1%;
}
}


.wrap2_2{
 display:flex;
 flex-wrap: wrap;
 flex-direction: row;
}
.wrap2_2 .ichiran-box{
 width: 100%;
 margin: 1%;
 -webkit-transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.01s;
  -moz-transition: width 1s ease-in-out 0.01s;
  -o-transition: width 1s ease-in-out 0.01s;
  transition: width 1s ease-in-out 0.01s;
}
@media (min-width: 840px) {
.wrap2_2 .ichiran-box{
 width: 48%;
 margin: 1% 1% 1% 0;
}
}
@media (min-width: 1140px) {
.wrap2_2 .ichiran-box{
 width: 48%;
 margin: 1% 1% 1% 0;
}
}
@media (min-width: 840px) {
.wrap2_2 .ichiran-box:nth-child(even){
 width: 48%;
 margin: 1% 0 1% 1%;
}
}
@media (min-width: 1140px) {
.wrap2_2 .ichiran-box:nth-child(even){
 width: 48%;
 margin: 1% 0 1% 1%;
}
}

.wrap3{
 display:flex;
 flex-wrap: wrap;
	flex-direction: row;
}
.wrap3 .ichiran-box{
 width: 100%;
 margin: 1%;
 -webkit-transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.01s;
  -moz-transition: width 1s ease-in-out 0.01s;
  -o-transition: width 1s ease-in-out 0.01s;
  transition: width 1s ease-in-out 0.01s;
}
@media (min-width: 640px) {
.wrap3 .ichiran-box{
 width: 48%;
 margin: 1%;
}
}
@media (min-width: 1140px) {
.wrap3 .ichiran-box{
 width: 31.3%;
 margin: 1%;
}
}

.wrap4{
 display:flex;
 flex-wrap: wrap;
	flex-direction: row;
}
.wrap4 .ichiran-box{
 width: 48%;
 margin: 1%;
 -webkit-transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.01s;
  -moz-transition: width 1s ease-in-out 0.01s;
  -o-transition: width 1s ease-in-out 0.01s;
  transition: width 1s ease-in-out 0.01s;
}
@media (min-width: 640px) {
.wrap4 .ichiran-box{
 width: 48%;
 margin: 1%;
}
}
@media (min-width: 1140px) {
.wrap4 .ichiran-box{
 width: 23.0%;
 margin: 1%;
}
}

.name_p{
	font-size: 22px !important;
	padding-top: 30px;
	padding-bottom: 30px;
}

.link_btn{
	text-align: center;
	padding: 26px 15px;
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
}
.link_btn a{
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	max-width: 720px;
	background: #EA4555 ;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	box-shadow: 2px 2px 4px gray;

}
.link_btn a:hover{
	background: #15BAAA !important;
}
@media (min-width: 840px) {
.link_btn{
	text-align: center;
	padding: 58px 15px;
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
}
.link_btn a{
	text-align: center;
	width: 100%;
	height: 120px;
	line-height: 120px;
	max-width: 720px;
	display: block;
	margin: 0 auto;
	font-size: 28px;
	color: #fff;
	border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	box-shadow: 2px 2px 4px gray;
	background: #EA4555 !important;

}
.link_btn a:hover{
	background: #15BAAA !important;
}
}

.link_btn2{
	text-align: center;
	padding: 26px 15px 6px;
}
.link_btn2 a{
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	max-width: 290px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #043E24;
	border: 1px solid #fff;
	background: #fff;
	

}
.link_btn2 a:hover{
	color: #fff;
	border: 1px solid #fff;
	background: #043E24 !important;
}
.v_text{
	font-size: 24px !important;
	color: #15BAAA !important;
}
.v_text span{
	font-size: 24px !important;
	color: #333333 !important;
}


.k_list{
	margin: 0px;
	padding: 0px 0 50px;
	clear: both;
}
.k_list li{
	margin: 0px;
	padding: 10px 5px;
	width: 100%;
	float: left;
	list-style: none !important;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	background: #15BAAA !important;
	color: #fff !important;
	font-size: 16px;
}
@media (min-width: 840px) {
.k_list li{
	margin: 0px;
	padding: 10px 0;
	width: 50%;
	float: left;
	list-style: none !important;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	background: #15BAAA !important;
	color: #fff !important;
	font-size: 16px;
}
}
.c_list{
	margin: 0px;
	padding: 0px 0px 80px;
}
.c_list li{
	margin: 0px;
	padding: 0px;
	list-style: none !important;
}
.contents_inner5 h4{
	font-size: 18px;
	color: #15BAAA;
	padding: 10px 0 20px;
	text-align: left;
}
.contents_inner5 p{
	padding: 10px 0 70px;
		text-align: left;
	font-size: 16px;
}
@media (min-width: 640px) {
.c_list li{
	position: relative;
	clear: both;
	min-height: 144px;
	border-bottom:1px solid #CFCFCF;
}
.c_list li img{
	width: 240px;
	position: absolute;
	top:0;
	left: 0;
}
.c_list li h4{
	padding-left: 260px;
	padding-bottom: 10px;
}
.c_list li p{
	padding-left: 260px;
	padding-bottom: 0px !important;
}
}




/*全体*/
.hidden_box {
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px 0px;
    font-weight: bold;
    background: #EA4555;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
	width: 100%;
	display: block;
	position: relative;
	text-align: left !important;
	font-size: 24px;
	color: #fff !important;
}
@media (min-width: 640px) {
.hidden_box label {
	display: none !important;
}
}
.hidden_box label span{
    padding: 0px 25px;
}

/*アイコンを表示*/
.hidden_box label:after {
    display: inline-block;
    content: '+';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
	position: absolute;
	right: 10px;
	
	
	
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #15BAAA;
}

/*アイコンを切り替え*/
.hidden_box input:checked + label:after {
     content: '－';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #fff;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden !important;
    opacity: 0;
    transition: 0.8s;
}
@media (min-width: 640px) {
.hidden_box .hidden_show {
    height: auto !important;
    overflow:hidden !important;
	opacity: 10;
}
}
/*クリックで中身表示*/
.hidden_box input:checked + label + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}





/*全体*/
.hidden_box2 {
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box2 label {
    padding: 15px 0px;
    font-weight: bold;
    background: #EA4555;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
	width: 100%;
	display: block;
	position: relative;
	text-align: left !important;
	font-size: 24px;
	color: #fff !important;
}
@media (min-width: 640px) {
.hidden_box2 label {
	display: none !important;
}
}
.hidden_box2 label span{
    padding: 0px 25px;
}

/*アイコンを表示*/
.hidden_box2 label:after {
    display: inline-block;
    content: '+';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
	position: absolute;
	right: 10px;
	
	
	
}

/*ボタンホバー時*/
.hidden_box2 label:hover {
    background: #15BAAA;
}

/*アイコンを切り替え*/
.hidden_box2 input:checked + label:after {
     content: '－';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #fff;
}

/*チェックは見えなくする*/
.hidden_box2 input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box2 .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
@media (min-width: 640px) {
.hidden_box2 .hidden_show {
    height: auto !important;
    overflow:hidden !important;
	opacity: 10;
}
}
/*クリックで中身表示*/
.hidden_box2 input:checked + label + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



.a_list{
	margin: 0px !important;
	padding: 0px 0 30px !important;
}
.a_list li{
	list-style: none !important;
	text-align: left;
	border-bottom: 1px solid #CFCFCF;
	font-size: 18px;
	padding: 5px 0;
	margin: 0px !important;
}
.g_text{
	border: 1px solid #15BAAA;
}
.g_text p{
	font-size: 24px !important;
	padding: 20px 15px !important;
	margin: 0px !important;
}
.g_text p span{
	color: #15BAAA !important;
}

.b_list{
	margin: 0px !important;
	padding: 0px 0 30px !important;
}
.b_list li{
	width: 16% !important;
	
	border: 1px solid #15BAAA;
	list-style: none !important;
	float: left;
	margin: 0px 4.5% 0 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #15BAAA !important;
	font-size: 20px !important;
	padding: 10px 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	position: relative;
}

.b_list li.end{
	margin-right: 0px !important;
	border: 1px solid #EA4555;
	color: #fff !important;
	background: #EA4555 !important;
}
.b_list li:after{
	content:">";
	position: absolute;
	top: 10px;
	right: -14px;
}
.b_list li.end:after{
	content:"";
}
@media (min-width: 440px) {
.b_list li{
	width: 18% !important;
	margin: 0px 2.5% 0 0 !important;
}
.b_list li:after{
	right: -15px;
}
}
@media (min-width: 640px) {
.b_list li{
	width: 18% !important;
	margin: 0px 2.5% 0 0 !important;
}
.b_list li:after{
	right: -11%;
}
}

.c2_list{
	margin: 0px;
	padding: 0px 0 70px;
}
.c2_list li{
	margin: 0px;
	padding: 0px;
	list-style: none !important;
	float: left;
	width: 100%;
}
@media (min-width: 640px) {
.c2_list li{
	margin: 0px;
	padding: 0px;
	list-style: none !important;
	float: left;
	width: 50%;
}
}
@media (min-width: 840px) {
.c2_list li{
	margin: 0px;
	padding: 0px;
	list-style: none !important;
	float: left;
	width: 33.3%;
}
}
.x_text{
	border-top: 2px solid #CFCFCF;
	padding: 30px 0 !important;
}
.x_text p{
	font-size: 20px !important;
	color: #333333 !important;
}


.accordion ul {
	width:100%;
	padding:0;
}
.accordion li {
	position:relative;
	list-style:none !important;
	margin: 0 0 30px;
}
.accordion li:first-child {
	border-top:1px solid #ccc;
}

.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 30px 70px 30px 30px;
	position: relative;
	background: #0A7145;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	padding:30px 25px 30px;
	color:#555;
	line-height:1.8;
	font-size: 16px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top:40px;
	right:33px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 4px;
    background-color: #ccc;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.title1{
	text-align: center !important;
	font-size: 16px !important;
	color: #6DB130 !important;
	font-weight: bold !important;
	
}
.title2{
	text-align: center;
	font-size: 28px;
	color: #043E24;
	font-weight: bold;
	padding-bottom: 25px;
	
}
@media (max-width: 767px) {
.title2{
	text-align: center;
	font-size: 22px;
	
	
}
}
.title3{
	text-align: center;
	font-size: 28px;
	color: #0A7145;
	font-weight: bold;
	margin-bottom: 45px;
	background: linear-gradient(transparent 60%, #F8EE4C 60%);
	display: inline;
	padding: 0 10px;
}
@media (max-width: 767px) {
.title3{
	text-align: center;
	font-size: 22px;
}
}
.column_3_box{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	padding-bottom: 60px;
}
.column_3_box .column_box{
	width: 31%;
}
@media (max-width: 767px) {
.column_3_box .column_box{
	width: 100%;
	padding-bottom: 40px;
}
.column_3_box .column_box img{
	max-width: 300px;
	
}
}

.column_3_box .column_box h3{
	padding-top: 20px;
	font-size: 20px;
	color: #0A7145;
}
.column_3_box .column_box h4{
	font-size: 16px;
	color: #043E24;
	padding-bottom: 17px;
}
.column_3_box .column_box p{
	text-align: left;
	color: #333333;
	font-size: 14px;
}


.text_column_box{
	border-radius: 5px;
	overflow: hidden;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	margin-bottom: 40px;
}
.text_column_box .img_box{
	width: 214px;
	min-height: 140px;
	background:#0A7145 url(../images/toriokiEC.svg) no-repeat !important;
	background-size: 150px !important;
	background-position: center !important;
}
.text_column_box .text_box{
	width: calc( 100% - 214px );
	padding: 27px 43px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	color: #333333;
	background: #fff;
}

@media (max-width: 767px) {
.text_column_box .img_box{
	width: 100%;
	min-height: 110px;
	background:#0A7145 url(../images/toriokiEC.svg) no-repeat !important;
	background-size: 150px !important;
	background-position: center !important;
}
.text_column_box .text_box{
	width: 100%;
	padding: 22px 15px 40px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	color: #333333;
	background: #fff;
}
}

.text_w_box{
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	padding: 38px 0 0;  
}

.img_scroll_box{
	margin: 20px 0 20px;
}
@media (max-width: 767px) {
.img_scroll_box{
	overflow-y: auto;
}
.img_scroll_box img{
	width: 800px !important;
max-width: 800px !important;
}
}

.img_scroll_box2{
	margin: 20px 0 20px;
}
@media (max-width: 767px) {
.img_scroll_box2{
	overflow-y: auto;
}
.img_scroll_box2 img{
	width: 1800px !important;
max-width: 1800px !important;
}
}


.text_5_1{
	font-size: 22px;
	color: #043E24;
	font-weight: bold;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
.text_5_1{
	font-size: 18px;
	
}
}
.text_w_box2{
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	padding: 30px 15px;  
}

.text_w_box2 h3{
	background: linear-gradient(transparent 60%, #F8EE4C 40%);
	font-size: 28px;
	color: #043E24;
	display: inline;
padding: 0 10px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
.text_w_box2 h3{
	font-size: 18px;
}
}
.text_w_box2 p{
	font-size: 18px;
	color: #0A7145;
	font-weight: bold;
	margin: 20px;
}
@media (max-width: 767px) {
.text_w_box2 p{
	font-size: 14px;
}
}

.column_3_box2{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	padding-bottom: 0;
}
.column_3_box2 .column_box{
	width: 32%;
	padding-bottom: 0;
}
@media (max-width: 767px) {
.column_3_box2 .column_box{
	width: 100%;
	padding-bottom: 40px;
}
.column_3_box2 .column_box img{
	
	
}
}
.column_3_box2 .column_box h3{
	color: #0A7145;
	font-size: 18px;
	padding: 15px 0;
	
}
.column_3_box2 .column_box p{
	color: #111111;
	font-size: 14px;
	text-align: left
	
}


.column_3_box3{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}
.column_3_box3 .column_box{
	width: 28%;
	padding-bottom: 0;
}
.column_3_box3 .column_box h3{
	color: #0A7145;
	font-size: 16px;
	padding: 15px 0;
	
}
@media (max-width: 767px) {
.column_3_box3 .column_box{
	width: 100%;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.column_3_box3 .column_box img{
	width: 48%;
}
.column_3_box3 .column_box h3{
	width: 48%;
	text-align: left;
}
}

.text_column_box2{
	border-radius: 5px;
	overflow: hidden;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	margin-bottom: 20px;
}
.text_column_box2 .img_box{
	width: 214px;
	min-height: 80px;
	background:#0A7145;
}
.text_column_box2 .img_box p{
	color: #fff;
	text-align: center;
	padding-top: 34px;
	font-size: 18px;
	font-weight: bold;
	
}
.text_column_box2 .text_box{
	width: calc( 100% - 214px );
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	color: #333333;
	background: #F5F5F5;
}

@media (max-width: 767px) {
.text_column_box2 .img_box{
	width: 100%;
	min-height: 40px;
}
.text_column_box2 .img_box p{
	padding-top: 16px;
	
}
.text_column_box2 .text_box{
	width: 100%;
	padding: 22px 15px 40px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	color: #333333;
}
}

.text_01_a{
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
}
@media (max-width: 767px) {
.text_01_a{
	font-size: 14px;
	text-align: center;
}
}

.text_01_b{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #0A7145;
	background: #D6EFB4;
	border-radius: 5px;
	padding: 15px;
	
}
@media (max-width: 767px) {
.text_01_b{
	font-size: 16px;
	
}
}
@media (max-width: 767px) {
.img_scroll_bottom{
	background: url(../images/yazirusi_g.png) no-repeat !important;
	background-size: 52px !important;
	background-position: center right !important;
	width: 100%;
	height: 33px;
}
}


.footer_ftr a{
	display: block;
width: 100%;
background: #CF2342 url("../images/arrow.svg") no-repeat;
background-position: center right 25px;
background-size: 19px;
color: #fff;
height: 50px;
line-height: 50px;
padding: 0 30px 0 10px;
box-sizing: border-box;
border-radius: 50px;
font-size: 16px;
max-width: 268px;
margin: 0 auto 17px;
}
.footer_ftr{
	display: none;

}
.footer_ftr.fixed{
	display: block;

}

#sample_checkbox{
	margin-right: 10px;
}

.top_text{
	background: #CF2342;
	padding: 3px 15px;
}
.top_text p{
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}