@charset "UTF-8";

/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--page name--*/
body{
	color: #4f402c;
	font-weight:500;
}
#hd{
	width: 100%;
	background-image: url("../images/bg01.png");
	background-repeat: repeat;
	border-top: #8ec320 5px solid;
	padding: 30px 0;
	position: fixed;
	z-index: 999;
}
.ctin{
	max-width: 1080px;
	width: 95%;
	margin: 0 auto;
}
#hd .boxL{
	float: left;
	width: 359px;
}
#hd .boxR{
	width: 600px;
	float: right;
}
#hd .boxR ul{
	width: 100%;
	font-size: 0;
}
#hd .boxR ul li{
	display: inline-block;
	padding: 0 30px;
	border-left: #4f402c solid 1px;
	font-size: 16px;
}
#hd .boxR ul li.nav3{
	border-right: #4f402c solid 1px;
}
#hd .boxR ul li a{
	color: #4f402c;
	text-decoration: none;
	display: block;
	padding: 0 20px 0 25px;
}
#hd .boxR ul li.nav1 a{
	background-image: url("../images/gnav_img1.png") ,url("../images/gnav_img4.png");
	background-position: left 0 top 6px, right 0 top 10px;
	background-repeat: no-repeat,no-repeat;
	transition: all 0.3s ease;
}
#hd .boxR ul li.nav2 a{
	background-image: url("../images/gnav_img2.png"),url("../images/gnav_img4.png");
	background-position: left 0 top 5px, right 0 top 10px;
	background-repeat: no-repeat,no-repeat;
	transition: all 0.3s ease;
}
#hd .boxR ul li.nav3 a{
	background-image: url("../images/gnav_img3.png"),url("../images/gnav_img4.png");
	background-position: left 0 top 8px , right 0 top 10px;
	background-repeat: no-repeat,no-repeat;
	transition: all 0.3s ease;	
}

#hd .boxR ul li.nav1 a:hover{
	background-image: url("../images/gnav_img1.png") ,url("../images/gnav_img4.png");
	background-position: left 0 top 6px, right 0 top 14px;
	background-repeat: no-repeat,no-repeat;
}
#hd .boxR ul li.nav2 a:hover{
	background-image: url("../images/gnav_img2.png"),url("../images/gnav_img4.png");
	background-position: left 0 top 5px, right 0 top 14px;
	background-repeat: no-repeat,no-repeat;
}
#hd .boxR ul li.nav3 a:hover{
	background-image: url("../images/gnav_img3.png"),url("../images/gnav_img4.png");
	background-position: left 0 top 8px, right 0 top 14px;
	background-repeat: no-repeat,no-repeat;
}


#ct01{
	width: 100%;
	background-image: url("../images/bg01.png");
	background-repeat: repeat;
	padding: 120px 0;
	text-align: center;
}
.h2{
	font-size: 34px;
	letter-spacing: 0.05em;
	position: relative;
	font-weight: 500;
	margin-bottom: 50px;
}
.h2::after{
	bottom: -15px;
	content: "";
	left: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	background-color: #4f402c;
}
.h2 span{
	display: block;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
#ct01 .tx{
	font-size: 20px;
	line-height: 2.4;
	letter-spacing: 0.05em;
}
#ct01 .modalBtn a{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	display: block;
	background-color: #d41919;
	color: #fff;
	text-decoration: none;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#ct01 .modalBtn a:hover{
	opacity: 0.7;
}


#ct02{
	width: 100%;
	background-image: url("../images/bg02.png");
	background-repeat: repeat;
	padding: 120px 0;
	text-align: center;
}
#ct02 .boxL{
	width: 57%;
	float: left;
}
#ct02 .boxR{
	width: 40%;
	float: right;
}
#ct02 .boxL table.tblStyle_00{
	width: 100%;
}
#ct02 .boxL table.tblStyle_00 tr th{
	font-size: 18px;
	padding: 25px 0 25px 30px;
	width: 25%;
	background: #f0f7e8;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#ct02 .boxL table.tblStyle_00 tr td{
	font-size: 18px;
	padding: 25px 30px 25px 0;
	background: #f0f7e8;
	width: 75%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#ct02 .boxL table.tblStyle_00 tr.wt th{
	background: #ffffff;
}
#ct02 .boxL table.tblStyle_00 tr.wt td{
	background: #ffffff;
}


#ct02 .boxR img{
	width: 100%;
	max-width: 451px;
}

#ct03{
	width: 100%;
	/*background-image: url("../images/bg03.png");
	background-repeat: repeat;*/
	padding: 120px 0;
	text-align: center;
}
#ct03 img{
	max-width: 100%;
	height: auto;
}
#ct03 .tanto{
	font-size: 18px;
	margin-bottom: 35px;
}
#ct03 .tel{
	margin-bottom: 25px;
}
#ct03 .tel span{
	font-size: 40px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding-left: 35px;
	background-image: url("../images/ct_img1.png");
	background-repeat: no-repeat;
	background-size: 26px 26px; 
	background-position: left top 16px;
	display: inline;
}
#ct03 .mail span{
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding-left: 25px;
	background-image: url("../images/ct_img2.png");
	background-repeat: no-repeat;
	background-size: 16px 12px; 
	background-position: left top 10px;
	display: inline;
}
.tableTtl{
	line-height: 1.5;
}
table.tblStyle_01{
	border-collapse:collapse;
	border-left:1px solid #D0D0D2;
	border-top:1px solid #D0D0D2;
	width:100%;
}
table.tblStyle_01 tr th , table.tblStyle_01 tr td{
	border-right:1px solid #D0D0D2;
	border-bottom:1px solid #D0D0D2;
	line-height:1.7;
	padding:15px 20px 12px;
	text-align:center;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	width: 33.333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	font-size: 16px !important;
}
table.tblStyle_01 tr th{
	background-color:#E7E7E7;
	vertical-align: middle;
}
table.tblStyle_01 tr.head th{
	background-color:#606060;
	color:#FFF;
}
table.tblStyle_01 tr.total th,table.tblStyle_01 tr.total td {
	background-color:#FEFDFB;
	color:#EE9AA9;
	font-weight:bold;
}

#ft{
	width: 100%;
	background-image: url("../images/bg01.png");
	background-repeat: repeat;
	padding: 70px 0;
	text-align: center;
}
#ft .btn a:hover{
	opacity: 0.6;
	transition: all 0.3s ease;
}
#copy{
	width: 100%;
	background: #00913a;
	padding: 20px 0;
	font-size: 11px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-weight: 400;
}
