@charset "euc-jp";
/* CSS Document */

/* --------------------
sp:問い合わせページ用css
----------------------- */

#article h2{
	margin: 0;
	padding: 6px 5px;
	background-color: #f0666c;
	font-weight: bold;
	color: #FFF;
	clear: both;
}

#article h3{
	position: relative;
	padding: 5px 0 5px 15px;
	font-weight:bold;
	font-size: 15px;
	color: #333;
	height: 20px;
	margin-bottom: 10px;
}

#article h3:before {
	  content: "";
	  position: absolute;
	  background: #47c2c9;
	  height: 22px;
	  width: 10px;
	  border-radius: 3px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  left: 0px;
	  top: 4px;
}

#article .section{
	padding: 0 10px;
	margin-bottom: 10px;

}

#article .section2{
	background:#FFF9DF;
	padding: 10px;
	margin-bottom: 20px;
}

#article .section2 .attention li{
	margin-bottom: 8px;
	margin-left: 15px;
}

#article .change_box{
	border-bottom: 1px solid #47c2c9;
	padding: 15px 0 15px 0;
}

#article .change_box:last-child{
	border-bottom: none;
}

#article h4{
	position: relative;
	padding: 0px 0 5px 20px;
	font-weight:bold;
	font-size: 15px;
}

#article h4:before {
	  content: "";
	  position: absolute;
	  background: #47c2c9;
	  height: 15px;
	  width: 15px;
	  left: 0px;
	  top: 5px;
}

#article h4 em{
	padding: 2px 8px 2px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eb1717;
	display: inline-block;
	color:#FFF;
	margin-left: 5px;
	margin-right: 5px;
}

#article h4 span{
	color: #52992e;
	font-weight:normal;
	font-size: 12px;
}

#article .txt_error{
	padding: 3px 5px 2px 8px;
	border:#FF0000 solid 1px;
	font-weight:bold;
	color: #FF0000;
	margin-top: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	background: #fff3f3;
	font-size: 0.9em;
}

#article input[type="text"]{
	padding: 8px 5px 8px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:0.9em;
	border: 1px solid #c5c5c5;
	-moz-box-shadow: inset 1px 2px 8px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 8px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 8px -6px rgba(0,0,0,0.5);
}

#article select{
	height: 32px;
	font-size: 13px;
}

#article textarea{
	width: 95%;
	padding: 8px 5px 8px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:0.9em;
	border: 1px solid #c5c5c5;
	-moz-box-shadow: inset 1px 2px 8px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 8px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 8px -6px rgba(0,0,0,0.5);
}


#article .width90{
	width: 95%;
}

.fc1{
	color: #52992e;
	font-size:0.9em;
	margin-bottom: 3px;
	}

.fc2{
	color: #F00;
}

#footer{
	clear:both;
}

.lead{
	padding: 0 10px 10px 10px;
}

#article .lead_error{
	border: 2px #FF0000 solid;
	padding: 5px 10px 5px 60px;
	background:url(../../img/icon/ico_caution.png) no-repeat 10px center;
	background-size: 42px 38px;
	-moz-background-size: 42px 38px;
	-webkit-background-size: 42px 38px;
	color:#FF0000;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 10px 10px 10px;
	font-size: 0.8em;
}


#article .btn_sub{
	text-align:center;
}


#article .btn_sub input[type="submit"] {
display: block;
	font-weight: bold;
	color: #534741;
	padding: 4px 3px;
	cursor: pointer;
	background: #fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 80%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #cdcdcc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	text-align: center;
	font-size: 13px;
	width: 80%;
	margin:0 auto 20px auto;
}


#article .accordion {
	width:95%;
	margin:0 auto 20px;
	font-size:14px;
	border: 1px solid #C5C5C5;
}

#article .accordion p{
	padding: 10px 10px 10px 15px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddddd));
	background: -moz-linear-gradient(top, #fefefe 0%,#dddddd 100%);
	background: linear-gradient(#fefefe, #dddddd);
	position: relative;
	font-weight:bold;
	/*height: 20px;*/
}


/*#article .accordion p:before {
	  content: "";
	  position: absolute;
	  background: #14B0E4;
	  height: 24px;
	  width: 10px;
	  border-radius: 3px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  left: 8px;
	  top: 9px;
}*/


#article .accordion p span{
	background: url(../../img/icon/ico_open2.png) no-repeat;
	background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	 -webkit-background-size: 14px 14px;
	 background-position: 97% center;
	 display:block;
}

#article .accordion span.open{
	background: url(../../img/icon/ico_close2.png) no-repeat;
	 background-position: 97% center;
	background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	 -webkit-background-size: 14px 14px;
}

#article .accordion ul{
	padding: 10px;
	background: #fff;
}

#article .accordion ul li{
	line-height: 1.5;
}


#article .link-area {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}
#article .link-area a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 92%;
	padding: 10px 10px;
	background: #e3e3e3 url("../../img/regist/ico_linkarrow.png") no-repeat right center;
	background-size: 18px 13px;
	-webkit-background-size: 18px 13px;
	-moz-background-size: 18px 13px;
}


