﻿@charset "UTF-8";
h1 {
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	padding:15px 10px 15px 10px;
}
h2 {
	font-size:18px;
	line-height:1.4;
	color:#62542b;
	font-weight:bold;
	padding:10px;
}
h3 {
	font-size:18px;
	line-height:1.4;
	font-weight:bold;
	padding:15px 10px;
	border-bottom:1px solid #aeaa95;
}




/**よくある質問**/
#faq h2 {
	background:#f9e2ac;
	border:none;
	line-height:1.4;
	color:#62542b;
}
#faq {
	border-bottom:1px solid #aeaa95;

}
#faq p.toggle a {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#62542b;
	padding:0;
	background:none;
	border-bottom:1px solid #aeaa95;
	padding:15px 20px 15px 10px;
}
#faq p.toggle em {
	color:#ff7700;
font-style:normal;
font-weight:bold;
}

#faq p span {
	font-size:12px;
}
#faq p.toggle {
	line-height:1.5;
}

#faq p.toggle a {
	background:url(../../img/btn_open.png) no-repeat 98% center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#dedcd1));
	background-size:14px 14px, auto;
	-webkit-background-size:14px 14px, auto;
}
#faq p.open a {
	background:url(../../img/btn_close.png) no-repeat 98% center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#dedcd1));
	background-size:14px 14px, auto;
	-webkit-background-size:14px 14px, auto;
}
#faq li {
	border-bottom:1px solid #aeaa95;
}

#faq li:first-child {
/*	border-top:1px solid #aeaa95;*/
}


#faq li p {
	padding:10px;
	font-size:18px;
	line-height:1.5;
}

#faq li p a {
color:#0066aa;
text-decoration:underline;
}

#faq li p em {
color:#ff7700;
font-style:normal;
font-weight:bold;
}



#faq .linklist li a {
	clear:both;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	color:#0066aa;
	position:relative;
	padding:15px 35px 15px 22px;
	text-decoration:none;
}
#faq .linklist li a:after {
	content:"";
	position:absolute;
	right:12px;
	top:50%;
	display:block;
	width:5px;
	height:5px;
	margin-top:-5px;
	border-top:solid 2px #ff7802;
	border-right:solid 2px #ff7802;
	-webkit-transform:rotate(45deg);
}

p.pagetop {
	margin-right:10px;
}

.txt02 {
	font-size:16px;
	line-height:1.5;
	padding:10px;	
}

.txt02 a {
	color:#0066aa;
	text-decoration:underline;
}

#faq p.top {
	text-align:right;
	margin:0;
}
#faq p.top a {
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#675329;
	border:1px solid #aba792;
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#e0ded3));
	-webkit-border-radius:6px;
	padding:10px 20px;
	margin:10px 10px 0 0;
}

#faq h5 {
	font-weight:bold;
	font-size:18px;
	line-height:1.5;
	color:#664f00;
	margin:0 10px;
	text-align:center;
	border:1px solid #dcd7ba;
	border-bottom:none;
	padding:10px;
}

#faq li dl {
	margin:0 10px 10px 10px;
	border-bottom:1px solid #dcd7ba;
}
#faq li dl dt {
	border:1px solid #dcd7ba;
	background:#664f00;
	color:#fff;
	padding:5px 10px;
	font-size:18px;
	line-height:1.5;
	text-align:center;
	font-weight:bold;
}
#faq li dl dt:nth-child(1) {
	background:#968a3d;
}

#faq li dl dd {
	border:1px solid #dcd7ba;
	border-top:none;
	border-bottom:none;
	padding:10px;
	font-size:16px;
	line-height:1.5;
	color:#664f00;
}

#faq li .pcicon {
	background:url(../../img/icon_pc.png) no-repeat left 3px;
	-webkit-background-size:15px 14px;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
}

#faq li .mb10px {
	margin-bottom:10px;
}

#faq li h4 {
	margin:0 10px 5px 10px;
	font-size:16px;
	line-height:1.5;
	color:#664f00;
}

#faq li .txtred {
	color:#ff0000;
}

.boxo {
	border:1px solid #dcd7ba;
	-webkit-border-radius:6px;
	margin:0 10px 20px 10px;
}

#faq li .inqBtn{
	padding:0 20px 10px;
	text-align:center;
}

#faq li .inqBtn span{
	display:block;
	text-align:center;
	border:1px solid #aca793;
	background:url(../../img/freedial.png) no-repeat 20px center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e0ded3));
	-webkit-background-size:30px 20px, auto;
	color:#675329;
	-webkit-border-radius:6px;
	margin:5px 0;
	padding:0;
}

#faq li .inqBtn span a {
	display:block;
	color:#675329;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
}