@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p {
	line-height: 1.5;
}
a {
	color: #009944;
	text-decoration: none;
}
img{
	width:100%;
	max-width:300px;
	height:auto;
}
/*
a:hover {
	color:#fc9a00;
	text-decoration:none;
}*/
html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #000;
}
@media screen and (min-width: 961px) {
.display_sp {
	display: none;
}
/*--content-----------------------------------------*/

#content {
	width:88%;
	max-width:960px;
	margin: 30px auto 0 auto;
}
}

@media screen and (min-width: 0px) and (max-width: 960px) {
.display_pc {
	display: none;
}
	/*--content-----------------------------------------*/

#content {
	width:88%;
	margin: 30px auto 0 auto;
}
select{
	width:100%;
}
}

/*-- form ---------------------------------------*/
h1{
	font-size:35px;
	font-weight:bold;
	padding:15px 0;
	color:#0D3E9F;
}

h3{
	font-weight:bold;
	font-size:18px;
	color:#0D3E9F;
	padding:10px 0;
	margin:15px 0;
}

h4{
	font-weight:14px;
	margin:10px 0;
}

/*
#info-box{
    display:none;
    margin:0;
    padding:0;
    width:100%;
    height:auto;
}*/
.sns-exwind{
	margin-top:10px;
}
.sns-exwind img{
	border:1px solid #CCC;
}
.answer-tx{
	padding:5px 0;
}
.error-tx{
	color:#FF0000;
	font-size:18px;
	padding:5px 0;
	font-weight:bold;
}

a.error-bt{
	display:block;
	text-align:center;
	width:100px;
	margin:20px auto;
	font-size: 14px;
	color: #000000;
	/*padding: 8px 10px;*/
	background: -moz-linear-gradient(top, #ffffff 0%, #7bc734 50%, #009945 50%, #36850f 65%, #54b81a);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #7bc734), color-stop(0.50, #009945), color-stop(0.65, #36850f), to(#54b81a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #009945;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
}

a.error-bt:hover{
	border: 1px solid #fcc700;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6c70b 50%, #fb9f00 50%, #f78805 65%, #f4c50b);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #f6c70b), color-stop(0.50, #fb9f00), color-stop(0.65, #f78805), to(#f4c50b));
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
}
.read-txt{
	padding:10px 0;
}

.read-txt2{
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	padding:10px 0;
}

label.que-tx{
	padding:5px 0;
}

.present-txt{
	margin-bottom:15px;
}

.postcode{
	padding:5px 0;
}

.add-width{
	width:70%;
}
.postdode-width{
	width:100px;
}

.postcode-add-t{
	display:block;
	width:100px;
	float:left;
	padding-top:10px;
}

.cap-postcode{
	padding-left:100px;
}
.cap-zipcode1, .cap-zipcode2{
	width:860px;
	padding-left:100px;
}
/*
@media screen and (min-width: 0px) and (max-width: 960px) {
.postcode-add-t{
	display:block;
	width:30%;
	float:left;
	padding-top:10px;
}
.cap-postcode{
	padding-left:30%;
}
.postcode-width{
	width:70%;
}
.cap-zipcode1, .cap-zipcode2{
	width:70%;
	padding-left:30%;
}
}*/
input.space{
	margin-left: 30px;
	margin-right: 5px;
}
.comment{
	font-size:80%;
	color:#666;
	padding-left:10px;
}
.require{
	color:#ff0000;
	font-size:10px;
	}
.caption{
	font-size:12px;
	color:#0977C8;
}

#anq-box{
	margin:30px 0;
	padding-top:20px;
	border-top:1px dotted #CCC;
}
#inner-anq-box{
	margin:15px 0;
}

label{
	display:block;
	white-space:nowrap;
}

input, select, textarea{
	font-size:18px;
}
input[type="email"], input[type="url"], input[type="tel"], textarea, input[type="text"]{
	/*display:block;*/
	-webkit-appearance:none;
	appearance:none;
	border:1px solid #CCC;
	padding:3px;
	/*vertical-align: middle;*/
	line-height:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 0 6px #ccc;
	-webkit-box-shadow:inset 0 1px 6px #ccc;
	box-shadow:inset 0 1px 6px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:5px;
}
textarea{
width:100%;
height:100px;
}
/* FOCUS STATES */
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus{
	-webkit-box-shadow: 0 0 7px #fc9a00;
	-moz-box-shadow   : 0 0 7px #fc9a00;
	box-shadow        : 0 0 7px #fc9a00;
	border: 1px solid #fcc700;
	outline: none;
	background:#fffccf;
}

/* TRANSITION */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="reset"],
textarea
{
	-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;
	-o-transition:  box-shadow 0.5s, border 0.5s, background 0.5s;
	transition: box-shadow 0.5s, border 0.5s, background 0.5s;
}

#bt{
	width:260px;
	margin:0 auto;
	text-align:center;
}

#bt .back, #bt .next{
	width:120px;
	/*padding:0 5px;*/
	margin:0 5px;
	float:left;
}
input[type="submit"], input[type="button"]{
	width:120px;
	text-align:center;
	margin:20px 5px 0 5px;
	font-size: 14px;
	color: #000000;
	/*padding: 8px 20px;*/
	background: -moz-linear-gradient(top, #ffffff 0%, #7bc734 50%, #009945 50%, #36850f 65%, #54b81a);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #7bc734), color-stop(0.50, #009945), color-stop(0.65, #36850f), to(#54b81a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #009945;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
}
input[type="submit"], input[type="button"]:hover{
	border: 1px solid #fcc700;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6c70b 50%, #fb9f00 50%, #f78805 65%, #f4c50b);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #f6c70b), color-stop(0.50, #fb9f00), color-stop(0.65, #f78805), to(#f4c50b));
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
}
/*-- footer ---------------------------------------*/
#footer{
	margin-top:15px;
}

#footer #copyright{
	clear:both;
	border-top:1px solid #CCC;
	text-align:center;
	padding:15px 0;;
}

#panel {
	display: none;
	padding: 0;
	background:#d7eefb;
	padding:10px;
}
/*#panel p { padding: 20px 0; }*/
#panel-btn { display: block;
	 position: relative;
	 width: 100%;
	 margin: 30px auto 0 auto;
	 padding: 10px 0;
	 background: #42a5f5;
	 text-align: center;
	 }