@charset "UTF-8";
/*基本レイアウト*/
img {
	vertical-align: bottom;
	max-width: 100%;
}

body {
	font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	background-color: #fff;
	line-height: 1.5em;
	text-align: left;
	letter-spacing:0.55pt;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #585858;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

/*---------------------------------------------
 共通パーツ
---------------------------------------------*/
/*タイトル*/
.title01{
	width: 100%;
	background: url(/img/title01_bg.png) center top repeat-x;
	text-align: center;
	font-size: 22px;
	padding: 30px 0 30px;
	font-weight: normal;
	color: #956c00;
}
.title01 span{
	font-size:18px;
}
/*主要説明*/
.catch01,
.catch02{
	margin-bottom: 50px;
	text-align: center;
}
.catch02{
	margin-bottom: 30px;
}
.catch_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.catch02 .catch_title {
	color: #650c11;
}
.catch02 .second_catch_title{
	margin-top: 20px;
}

.catch_img{
	margin: 15px 0;
}
.color_lineup_img img{
	margin: 10px;
	display: inline-block;
}

/*ボックス*/
.box{
	box-shadow: 1px 1px 6px #ccc;
	-moz-box-shadow: 1px 1px 6px #ccc;
	-o-box-shadow: 1px 1px 6px #ccc;
	-ms-box-shadow: 1px 1px 6px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.ie7_body .box{
	border: #ccc 1px solid; /* IE8以下 */
}

.box02 > li{
	border: #ffd8d2 2px solid;
	display: table;
	margin-bottom: 20px;
}
.box02 .number{
	text-align: center;
	background-color: #ffd8d2;
	color: #000;
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	width: 2em;
}
.box02 .text{
	padding: 10px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.box03 li{
	margin-bottom: 20px;
}
.box03 li dl{
	display: table;
	text-align: left;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	width: 100%;
}
.box03 li dl dt,
.box03 li dl dd{
	display: table-cell;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	vertical-align: top;
}
.box03 li dl dt{
	width: 320px;
	font-weight: bold;
	font-size: 18px;
}
.box03 li dl dt p,
.box03 li dl dd p{
	padding: 5px 15px;
}
.box03 li dl dt .step{
	background-color: #ececec;
	width: 100%;
}
.box03 li dl dd .point{
	font-weight: bold;
}
.box04 {
	border: #ffd8d2 2px solid;
	margin-bottom: 20px;
}
.box04>.title{
	text-align: center;
	background-color: #ffd8d2;
	color: #000;
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 10px;
	width: 100%;
}
.box04>.text{
	padding: 10px;
	text-align: left;
}
.box05>.title{
	text-align: center;
	background-color: #ff9e40;
	color: #fff;
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 15px 0;
	width: 100%;
	font-weight: normal;
}
.box05>.title .small{
	font-size: 18px;
	display: block;
	margin-bottom: 7px;
}
.box05 > .text{
	padding: 15px 0  0 0;
	text-align: left;
}
.box06>.title{
	background-color: #ececec;
	padding: 7px;
	text-align: center;
}
.box06>.text{
	padding: 15px 0  0 0;
	text-align: left;
}
/*カラム分け*/
.column2{
	float: left;
	width: 47%;
	margin: 1.5%;
	display: inline-block;
	text-align: left;
}
.column3{
	width: 30%;
	float: left;
	display: inline-block;
	text-align: left;
	margin: 0 1.5%;
}
.column2 img,
.column3 img{
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
#contents .column_right{
	float: right;
}
/*ボタン*/
.btn01 a,
.btn01 input{
	background: url(/img/arrow01_off.png) 95% center #f1e6c8 no-repeat;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 425px;
	font-size: 14px;
	color: #000;
	padding: 15px 0;
	margin: 0 auto;
}
.btn01 a:hover,
.btn01 input:hover{
	background: url(/img/arrow02.png) 95% center #ff7d00 no-repeat;
	color: #fff;
}
.btn02 a,
.btn02 input{
	background: url(/img/arrow03_off.png) 5% center #efefef no-repeat;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 425px;
	font-size: 14px;
	color: #000;
	padding: 15px 0;
	margin: 0 auto;
}
.btn02 a:hover,
.btn02 input:hover{
	background: url(/img/arrow03_on.png) 5% center #999 no-repeat;
	color: #fff;
}
/*ライン*/
hr.line01{
	border: #bda053 1px solid;
	width: 100%;
}
/*テーブル*/
.table01{
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.table01 th,
.table01 td{
	border-bottom: #ccc 1px solid;
	padding: 25px;
	vertical-align: top;
	text-align: left;
}
.table01 th{
	font-weight: bold;
	color: #000;
	background-color: #ececec;
	width: 22%;
	min-width: 170px;
}
.table01 td{
	border-right: #ccc 1px solid;
	font-weight: normal;
}
.table02{
	border-top: #ccc 1px solid;
	max-width: 100%;
	margin: 0 auto;
}
.table02 th,
.table02 td{
	border-bottom: #ccc 1px solid;
	padding: 25px 10px;
	vertical-align: top;
	text-align: left;
}
.table02 th{
	width: 100px;
}
.table02 td{
	font-weight: normal;
}
/*インデント*/
.indent{
	padding-left:1em;
	text-indent:-1em;
}
/*ie7、8対応*/
.ie7_body{
	margin-top: -12px;
}
/*ヘッダ・フッタ*/
header{
	z-index: 10;
}
#header_top,
#footer_inner {
	max-width: 1000px;
	width: 97%;
	margin: 0 auto;
	line-height: 1.5em;
}

header #logo {
	display: inline-block;
	margin: 10px 0;
	width: 85%;
	max-width: 463px;
}
header .tel img{
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
}
header .tel {
	float: right;
	display: inline-block;
	margin: 20px 0 0 0;
}
header .tel img{
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
}
header .tel.sp {
	display: none;
}
#gnav{
	width: 100%;
	max-width: 800px;
	margin: 6px auto 20px;
	box-shadow: 1px 1px 6px #ccc;
	-moz-box-shadow: 1px 1px 6px #ccc;
	-o-box-shadow: 1px 1px 6px #ccc;
	-ms-box-shadow: 1px 1px 6px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ccc, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ccc, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ccc, direction=270, strength=3, enabled=true);
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#gnav.gnav_pc{
	display: block;
}
.ie7_body #gnav{
	border: #ccc 1px solid; /* IE8以下 */
}
#gnav li{
	float: left;
	display: inline-block;
	width: 16.66666%;
	text-align: center;
	padding: 7px 0;
}
#gnav li a{
	color: #555;
}
#gnav li span.active,
#gnav li a.active{
	color: #ff7d00;
	font-weight: bold;
}
footer {
	background: url(/img/footer_bg.png) center top no-repeat;
	background-size: cover;
	padding: 15px 0;
	font-size: 12px;
}
.ie7_body footer{
	background-repeat: repeat;
}
#fnav{
	float: left;
	display: inline-block;
	width: 70%;
}
#fnav li {
	float: left;
	margin: 0 4% 0 0;
	padding-left: 9px;
	background: url(/img/list_dot.png) left 7px no-repeat;
	display: inline-block;
	width: 12.2%;
}
#fnav li.fnav_s{
	max-width: 3em;
}
#fnav li.fnav_l ul{
	padding-left: 5%;
	width: 150px;
}
#fnav li.fnav_l ul li{
	width: 100%;
	margin-right: 0;
}
#fnav ul.clearfix li a{
	display: inline-block;
}
#fnav li span{
	font-size:10px;
}
#finfo{
	float: right;
	text-align: right;
	display: inline-block;
	margin-top: 5px;
	width: 30%;
}
#copyright{
	text-align: right;
	clear: both;
}
#finfo dt{
	font-size: 18px;
	font-weight: bold;
}
#finfo dt,#finfo dd p{
	margin-bottom: 7px;
}
#finfo dt img{
	margin-right:5px;
}

/*コンテンツ*/
#contents{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 30px;
}
#contents_100{
	width: 100%;
	margin: 0 auto 30px;
}



/*---------------------------------------------*/
/*SP*/
/*---------------------------------------------*/
/*768px以下*/
@media only screen and (max-width: 768px) {
	img{
		max-width: 100%;
	}
	#header_top, #footer_inner, #contents {
		width: 97%;
		margin: 0 auto;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	/*タイトル*/
	.title01{
		font-size: 18px;
	}
	.catch02 .catch_title,
	.catch_title{
		font-size: 16px;
	}
	/*パーツ*/
	.table01 th,
	.table01 td{
		padding: 15px;
		display: block;
		width: 100%;
		float:left\9;
	}
	.table01 th{
		width: 100%;
		min-width: 0;
		border-right: #ccc 1px solid;
	}
	.catch01,.catch02{
	margin-bottom: 25px;
	}
	.catch02 .catch_title {
	margin-bottom: 20px;
	}
	.column2{
		width: 100%;
		float: none;
		display: block;
		margin: 0 0 20px 0;
	}
	.column3{
		width: 100%;
		float: none;
		display: block;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.column3 img{
		display: inline-block;
		margin: 0;
		float: left;
		width: 30%;
	}
	.column3 span.text_right{
		float: right;
		width: 67%;
	}
	.box02 > li .number {
		float: none;
		width: 2em;
	}
	.box02 > li .text {
		float: none;
		width: auto;
	}
	.box03 li dl{
		border: #ccc 1px solid;
	}
	.box03 li dl dd{
		border: 0;
		border-top: #ccc 1px solid;
	}
	.box03 li dl,
	.box03 li dl dd{
		display: block;
	}
	.box03 li dl dt{
		display: table;
		width: 100%;
		border: 0;
		font-size: 16px;
	}
	.box03 li dl dt p{
		display: table-cell;
	}
	.box03 li dl dd img{
		display: block;
		margin: 0 auto;
	}
	.box03 li dl dt p.step{
		width: 7em;
	}
	/*ヘッダ・フッタ*/
	#fnav{
		display: none;
	}
	#finfo{
		display: none;
	}
}
/*---------------------------------------------*/
/*ヘッダは900pxでブレイク*/
/*---------------------------------------------*/
@media only screen and (max-width: 900px) {
	header .sp{
		display: block;
	}
	header .pc{
		display: none;
	}
	header .menu_btn{
		float: right;
		display: inline-block;
		margin: 10px 0;
		width: 8%;
		text-align: right;
	}
	header .tel.sp,
	header .wep_sp{
		display: inline-block;
	}
	header .tel.pc{
		display: none;
	}
	header #logo {
		margin: 10px 0 0;
	}
	#gnav{
		margin: 0;
		box-shadow: 0 0 0 #ccc;
		-moz-box-shadow: 0 0 0 #ccc;
		-o-box-shadow: 0 0 0 #ccc;
		-ms-box-shadow: 0 0 0 #ccc;
		background-color: #fff;
		border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border: 0;
		border-top: #ccc 1px solid;
	}
	#gnav li {
		float: none;
		width: 100%;
		text-align: left;
		padding: 7px 0 7px 6%;
		border-bottom: #eee 1px solid;
	}
	#gnav li a{
		background-image: url(/img/arrow01_off.png);
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: auto 50%;
		display: block;
	}
	.tel_sp{
		font-size: 10px;
		float: right;
		width: 60%;
		padding: 0 4% 0;
		line-height: 2em;
		border-left: #eee 1px solid;
	}
	#gnav li.clearfix > a,
	#gnav li.clearfix > span{
		width: 40%;
		float: left;
		background-size: auto 26%;
	}
	#gnav li .tel_sp a{
		background-image: none;
		margin-bottom: 7px;
	}
}
