@charset "UTF-8";

body#contact{
	padding-top: 0;
}
.logo{
  height: 53px;
  width: 100%;
  text-align: center;
  padding:12px 0 8px;
}
.logo a{
	display: block;
}
.logo img{
  height: 30px;
}

.mainImg{
	line-height: 56px;
	background-color: #fcde31;
	margin-bottom: 25px;
}
.mainImg h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #1e1e1e;
}

.container{
	width: 100%;
	padding: 0 15px;
	margin: 35px auto 0;
	font-size: 12px;
}

.grayBlock{
	background: #e6e6e6;
	font-weight: bold;
	font-size: 15px;
	color: #1e1e1e;
	text-align: center;
	padding: 12px 10px;
	margin-bottom: 33px;
}

.contact h2{
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	background:url("../../img/common/form/dot.png") repeat-x bottom left;
	padding-bottom: 12px;
	letter-spacing: 2px;
}
.contact .note{
	padding: 10px 10px 20px;
	font-size: 14px;

}
.phoneBlock {
	border:3px solid #1e1e1e;
	border-radius: 6px;
	padding:20px 5px 10px;
	font-size: 11px;
	color: #1e1e1e;
	text-align: center;
	margin:0 10px;
}
.phoneBlock h3{
	font-family: 'dinbold';
	font-size: 31px;
	background: url(../img/common/icon/ico_phone.svg) top 3px left 20px no-repeat;
	background-size: 22px;
	color: #1e1e1e;
	padding-left:6px;
    line-height: 1;
    width: 280px;
    margin: 0 auto;
}
.timeBlock{
	font-size: 12px;
	text-align: center;
	color: #444444;
	margin:10px 0 42px;
}

ul.stepFlow{
	margin: 33px 0 28px;
}
ul.stepFlow li{
	position: relative;
	float: left;
	width: 28.6666%;
	padding:8px 5px;
	text-align: center;
	font-size: 13px;
	color: #1e1e1e;
	background: #adadae;
	text-transform: uppercase;
	margin-right: 7%;
	letter-spacing: 1px;
}
ul.stepFlow li:last-child{
	margin-right: 0;
}
ul.stepFlow li:after{
	position: absolute;
	content: "";
	top: 40%;
	right: -16%;
	border-left: 6px solid #666666;
	border-top: 6px solid transparent;	
	border-bottom: 6px solid transparent;	
}
ul.stepFlow li:last-child:after{
	border:0;
}
ul.stepFlow li span{
	display: block;
	font-size: 10px;
}
ul.stepFlow li.active{
	background: #000;
	color: #fff;
}

.contactform{
	padding:0 15px;
}
.contactform th{
	background: #ffe45c;	
	color: #231815;
	font-size: 14px;
	padding:3px 5px;
	text-align: left;
}
.contactform th em{
	color: #e60012;
}
.contactform td{
	padding: 15px 0 20px; 
}

.contactform table label.selectbox{
	position: relative;
    display: inline-block;
    width: 100%;
}
.contactform table label.selectbox span{
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 16px;
	height: 40px;
	background: #666;
	z-index: 1;
}
.contactform table label.selectbox:before{
    content: "";
    position: absolute;
    right: 5px;
    top: 13px;
    width: 0;
    height: 0;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 4;
}
.contactform table label.selectbox:after{
	content: "";
    position: absolute;
    right: 5px;
    top: 23px;
    width: 0;
    height: 0;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 4;
}
.contactform table select{
	position: relative;
    padding: 0 0 0 10px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #b8b8b8;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-size: 14px;
}

.contactform table input[type="text"]{
	border:1px solid #b8b8b8;
	padding:10px;
	font-size: 14px;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.contactform table textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
	width: 100%;
	min-height: 160px;
	border:1px solid #b8b8b8;
	padding: 10px;
	font-size: 14px;
}

.notic{
	margin:4px 0 38px;
}
.notic h4{
	font-size: 14px;
}
.notic p{
	font-size: 13px;
}
.notic a{
	text-decoration: underline;
}
.agree{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.submitBlock{
	position: relative;
	width: 230px;
	height: 47px;
	border-radius: 4px;
	margin:22px auto 50px;
}
.submitBlock:before{
	content: "";
	position: absolute;
	right: 12px;
    top: 21px;
    width: 5px;
    height: 5px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-moztransform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 3;
}
.submitBlock:after{
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 230px;
	height: 47px;
	background: #b95d00;
	border-radius: 5px;
	z-index: 0;
}
.btnSubmit{
	position: absolute;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 230px;
    line-height: 47px;
    margin:0 auto;
    background:#ff7f00;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    border:0;
    letter-spacing: 2px;
    z-index: 2;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btnSubmit:active{
	margin-top: 5px;
}

.contactformStep2{
	padding: 0;
}
table.tblStep2{
	font-size: 14px;
}
table.tblStep2 th{
	background: #eff0f0;
	font-weight: normal;
	padding:3px 15px;
}
table.tblStep2 td{
	padding:15px 15px;
}

.goback{
	border-top: 1px solid #b8b8b8;
	margin:0 15px 38px;
	padding-top: 27px;
	text-align: right;
	text-decoration: underline;
	font-size: 13px;
}

.contactformStep2 .submitBlock{
	margin-bottom: 60px;
}
.contactformStep2 .btnSubmit{
	background: #fd5c8d;
}
.contactformStep2 .submitBlock:after{
	background: #b14062;
}

.noteDone{
	font-size: 14px;
	color: #1e1e1e;
	margin:20px 0 40px;
}
a.linkDone{
	background: url(../img/common/icon/ico_arr_right.svg) center left no-repeat;
	background-size: 5px 14px;
	font-size: 14px;
	text-align: center;
	width: 100px;
	display: block;
	margin:0 auto 60px;
}

.footer{
	font-size: 10px;
	text-align: center;
	width: 100%;
	margin:0 0 10px;
}







