@charset "utf-8";
/*//////////////////////////////////////////////////////
	お問い合わせ
//////////////////////////////////////////////////////*/

/*===================================
	contact
===================================*/
#contact{
	width:100%;
}

/* text */
#contact .text p{
	margin-bottom:1.0em;
}
#contact .text p:last-child{
	white-space:nowrap;
}

/* step */
#contact #step{
	width:100%;
	margin-bottom:1.0em;
}
#contact #step li{
	width:32%;
	float:left;
	margin-right:2%;
}
#contact #step li:last-child{
	margin-right:0;
}
#contact #step li div{
	color:#999;
	font-size:80%;
	background:#EEE;
	border:1px solid #DDD;
	text-align:center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:1.0em 0.5em;
}
#contact #step li div.ov{
	color:#FFF;
	background:#000;
	border:none;
}
#contact #step{
}

/* 入力フォーム */

.form_tb{
}

	.form_tb a:link,
	.form_tb a:visited{
		color:#C72323;
		outline:none;
	}

.form_tb table{
	width:100%;
	margin:0 auto 0.5em auto;
	border:1px solid #c1c1c1;
	border-collapse:collapse;
}

.form_tb table tr{
	border:1px solid #c1c1c1;
	border-collapse:collapse;
}

.form_tb table tr th{
	padding:1.0em;
	color:#373737;
	font-weight:bolder;
	background:#EEE;
	font-size:100%;
	border-collapse:collapse;
}
.form_tb table tr th .essential{
	color:#ee0000;
}

.form_tb table tr td{
	font-size:90%;
	padding:1.0em;
	border-collapse:collapse;
}

input[type="select"]{
   font-size: 100%;
}

.form_tb table tr td ul li{
	margin-bottom:5px;
}
.form_tb table tr td ul li:nth-last-child(1){
	margin-bottom:0;
}

.form_tb input[type="checkbox"] {
	vertical-align:middle;
    -webkit-appearance: none;
    position: relative;
	margin-top:-5px;
    margin-right: 5px;
    border-radius: 8px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 35px;
    height: 35px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}

/* チェック時は背景色を変更 */
.form_tb input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
.form_tb input[type="checkbox"]:checked:before {
    position: absolute;
    left: 4px;
    top: 22px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

.form_tb input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 13px;
    top: 20px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}




.form_tb input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 10px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
	
}

/* チェック時は背景色を変更 */
.form_tb input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素を使って作成 */
.form_tb input[type="radio"]:checked:before {
    position: absolute;
    left: 38%;
    top: 38%;
    display: block;
    margin: -4px 0 0 -4px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 7px;
    width: 12px;
    height: 12px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}



.form_tb .radio{
	width:100%;
	margin-bottom:10px;
	text-align:center;
	position:relative;
}

.form_tb .radio span{
	padding-bottom:5px;
	font-weight:bold;
}
.form_tb .radio .radio1{
height:30px;
width:30px;
}

.form_tb
input{
width:95%;
background:#FFF;
border:1px solid #CCC;
line-height:25px;
}

.form_tb
textarea{
width:95%;
background:#FFF;
border:1px solid #CCC;
}

.form_tb
select{
line-height:50px;
background:#FFF;
border:1px solid #CCC;
}



.form_tb
input:focus {
   background-color: #fffee0;
}


.form_tb
textarea:focus {
   background-color: #fffee0;
}


.form_tb
select:focus {
   background-color: #fffee0;
}



#policy1{
	width:95%;
	padding:20px;
	background:#FFF;

	text-align:left;
	margin-bottom:10px;

}
	#policy1 a:link,
	#policy1 a:visited,
	#policy1 a:active{
		color:#0072BC;
		text-decoration:underline;
		outline:none;
	}
	#policy1 a:hover	{
		color:#65B5E9;
		text-decoration:none;
	
	}
#policy1 .date{
	text-align:right;
	padding-bottom:10px;
	display:block;
}


#policy1 li{
	margin-left:50px;
	list-style-type: katakana-iroha;
}


#policy1 dl{
	padding-bottom:50px;
}


#policy1 dt{
	font-weight:bold;
}

#policy1 dd{
	margin-left:20px;
}


#policy1 strong{
	font-size:130%;
	padding-top:20px;
	padding-bottom:5px;
	display:block;
	width:100%;
	clear: both;
}

#policy1 h3{
	padding:20px 0 30px 0;
	font-size:170%;
	font-weight:bold;
	text-align:center;
}

#policy1 dd ol li{
	display:block;
	width:100%;
}



#policy1  #navi .back a{
text-decoration:none;
}

#policy1  #navi .back a div{
	width:98%;
    display:block;
    padding: 1em 0;
    background: #EEE;
    border: 1px solid #888;
    border-radius: 10px;
    color: #222;
    font-size: 110%;
    text-shadow: 0px 1px 1px #FFF;
	-webkit-box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    -moz-box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#888888));
    background-image: -moz-linear-gradient(top, #EEE, #888888);
    background-image: -o-linear-gradient(top, #EEE, #888888);
	text-decoration:none;
	text-align:center;
	
}

.att{
	color:#C72323;
	font-size:90%;
	padding-top:0.5em;
}
.att input{
	width:150px;
	font-size:110%;
	background:#FCE8E8;
	border:1px solid #C72323;
}

/*送信完了-------------------------------------*/

.thanks{
	margin-bottom:15px;
}

.thanks p{
font-size:90%;
text-align:center;
}

	.thanks p a:link,
	.thanks p a:visited,
	.thanks p a:active {
		color:#377CBC;
		text-decoration:underline;
		outline:none;
	}
	.thanks p a:hover {
		text-decoration:none;
		outline:none;
	}

.thanks dl{
width:90%;
margin:0 auto;
border:1px solid #fdc689;
}

.thanks dl dt{
font-weight:bold;
padding:10px;
background-color:#FFDDEB;
border-bottom:1px solid #fdc689;
text-align:center;
font-size:110%;
}
.thanks dl dt span{
color:#FF69B4;
}

.thanks dl dd{
padding:15px;
color:#222;

text-align:center;
}

.option{
margin:10px 0 0 0;
}

.option input{
margin:5px 0 0 0;

}
.option span{
padding:0 10px 0 0;
}

.submit{
	width:100%;
	text-align:center;
	margin:1.0em 0 1.5em 0;
}

.submit input{
	width:90%;
	cursor:pointer;
	font-size:120%;
	margin:0 auto;
	display:block;
}

.submit a{
	width:90%;
	display:block;
	font-size:120%;
	margin:0 auto;
}

.submit strong{
	display:block;
	padding-bottom:10px;
}
.submit ul li{
	margin-bottom:1.0em;
}
.submit ul li:last-child{
	margin-bottom:0;
}


/* ボタンスタイル */
.css_btn_class {
	text-align:center;
	text-decoration:none;
	font-size:120%;
	font-weight:normal;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #000000), color-stop(100%, #323232) );
	background:-moz-linear-gradient( center top, #000000 5%, #323232 100% );
	background:-ms-linear-gradient( top, #000000 5%, #323232 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#323232');
	background-color:#000000;
	color:#FFFFFF;
	display:inline-block;
	text-shadow:1px 1px 0px #111111;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #555555;
 	-moz-box-shadow:inset 1px 1px 0px 0px #555555;
 	box-shadow:inset 1px 1px 0px 0px #555555;
	padding:1.0em 0;
}
.css_btn_class:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #323232), color-stop(100%, #000000) );
	background:-moz-linear-gradient( center top, #323232 5%, #000000 100% );
	background:-ms-linear-gradient( top, #323232 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#000000');
	background-color:#323232;
}
.css_btn_class:active{
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

