@charset "utf-8";
/* CSS Document */

header img{
	border-radius:10px;
		margin: auto;
}

header .text{
	line-height: 180%;
	letter-spacing: 1px;
	font-size: 18px;
	margin: 20px 0 30px;
}

header h2{
	background-image:url("../img/keisui/main_bg.png");
	background-position:center top;
	background-repeat: no-repeat;
	color:#333;
	margin-top:-45px;
	position:relative;
	text-align: center;
	font-size:170%;
	line-height:100%;
	letter-spacing:5px;
	padding:15px 0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header h2 .color{
	color: #987C36;
	font-size: 170%;
	line-height:120%;
}

header h2 .text{
	font-size: 150%;
	line-height:120%;
}

.keisui{
	border:solid 1px #e6e6e6;
	margin-top:50px;
	letter-spacing: 5px;
	padding: 0 0 0 40px;
}

.keisuiIco{
	text-align: center;
	font-size:180%;
	line-height:100%;
	letter-spacing: 3px;
	margin-top:-20px;
	margin-left:-40px;
	padding: 18px 10px 10px 10px;
}

.keisuiIco span{
	background-color: #FFF;
	background-image: url("../img/keisui/icon_illust.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #987C36;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 20px 5px 0 55px;
	text-align: center;
	vertical-align:middle;
	font-size: 130%;
}

.inWrap h4{
	background:url("../img/keisui/title_border.gif") repeat-x bottom;
	color:#333;
	font-size: 180%;
	line-height:100%;
	letter-spacing: 4px;
	padding-bottom: 20px;
	margin-bottom:30px;
	text-align: center;
}

.inWrap h4 span{
	display: block;
	padding: 5px 0 0 35px;
}

.imgRight{
	padding:0 15px;
	margin-bottom:15px;
}

.imgLeft,
.imgBottom{
	padding:0 15px;
	margin-bottom:40px;
}

.imgRight .imgInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle{
	float:right;
}

.imgLeft .imgInTitle,
.imgRight .text,
.imgRight .textInTitle{
	float:left;
}

.imgBottom ul li{
	float:left;
	width:47.5%;
}

.imgBottom .imgR li{
	float:right;
	width:47.9%;
}

.imgLeft .img{
	float:left;
	width: 37%;
}

.imgRight .img{
	float:right;
	width: 37%;
}

.inWrap li{
	padding:10px;
}

.inWrap img{
	width: 100%;
    height: auto;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 5px;
	width: 340px;
}

.imgBottom .text{
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
	clear: both;
	font-size: 18px;
}

.imgRight .text,
.imgLeft .text{
	width: 426px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
	font-size: 18px;
}

.imgRight .textInTitleT,
.imgLeft .textInTitleT{
	width: 600px;
}

.imgRight .textInTitle,
.imgLeft .textInTitle{
	width: 600px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}

table{
	border-collapse: collapse;
	width:100%;
	border:1px solid #E6E6E6;
	color:#666;
}
	
table th{
	font-weight:normal;
	background-color:#61B473;
	color:#FFF;
	padding:5px;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	text-align:center;
	}
	
table td{
	color:#4D4D4D;
	font-size:15px;
	line-height:1.5em;
	padding:10px;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	}

.bg_color td{
	background-color:#F1EBE0;
}

.keisuiprocess ul{
	padding:0 10px;
}

.keisuiprocess ul li{
	float:left;
	width:48%;
	text-align:center;
}

.keisuiprocess p{
	padding:0 15px;
	font-size: 18px;
}

.keisuiprocess ul li dl dt img{
	width:100%;
	height:auto;
}

.keisuiprocess ul li dl dt{
	background-color:#C0A372;
	color:#FFF;
	font-size: 18px;
	line-height: 160%;
}
.keisuiprocess ul li dl dd{
	padding:10px 0;
	letter-spacing:1px;
	display: table-cell;
	text-align:left;
	font-size: 18px;
	line-height: 160%;
}
#search a{
	display: block;
    width: 303px;
	margin: 0 auto;
}
#search .text{
	line-height: 180%;
	letter-spacing: 1px;
	margin:10px 0;
	clear: both;
	font-size: 18px;
}

*, ::before, ::after {
  box-sizing: content-box;
}

@media screen and (max-width:640px){

img,
.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	width: 100%;
}

.imgRight .text,
.imgLeft .text,
.imgRight .textInTitle,
.imgLeft .textInTitle,
.imgRight .textInTitleT,
.imgLeft .textInTitleT{
	width: auto;
}

header img{
	border-radius:0px;
}

header h2{
	background-image:none;
	font-size: 120%;
	padding:35px 0 10px;
	border-bottom: 1px solid #e6e5dc;
    margin: -10px 0 20px 0;
	width:100%;
}

header h2 .text{
	padding-top:30px;
	font-size: 100%;
}

.keisuiIco{
	margin-top:0;
	font-size:18px;
	letter-spacing: 1px;
}

.keisuiIco span{
	line-height:100%;
	background-color:transparent;
	background-size:36px;
	padding: 15px 5px 0 38px;
}

h4{
	padding-top:30px;
	letter-spacing: 0;
}

.imgRight,
.imgLeft,
.imgBottom{
	padding:0;
}

.imgRight .imgInTitle,
.imgRight .text,
.imgRight .textInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle,
.imgLeft .materials,
.imgLeft .imgInTitle{
	float:none;
}

.imgBottom ul li,
.imgLeft .img,
.imgRight .img{
	float:none;
	width:100%;
}

.imgRight .imgInTitle p,
.imgLeft .imgInTitle p{
	padding: 5px;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 0;
}

.inWrap li {
    padding: 5px 0 5px 0;
}

.keisuiprocess ul {
    padding-left: 1.5px;
}

.keisuiprocess p{
	padding:0;
}

.keisuiprocess ul li{
	width: 100%;
    margin: 1.6%;
}

.keisuiprocess ul li dl dd{
	padding:3px 0;
	letter-spacing:0;
}
#search a{
	width:80%;
}

}
