@charset "UTF-8";

/*--------------------------------------------------------------
入力ページ 
--------------------------------------------------------------*/
/* お電話でお問い合わせ */
.wrap_tel {
	background: #E8E8E8;
	width: 920px;
	margin: 0 auto 50px;
	padding: 20px 20px;
	overflow: hidden;
}
.text01 {
	text-align: center;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.text01 span {
	color: #27BE27;
	font-weight: bold;
}
.contact_tel_number {
	background: url('/image/pc/icon/icon_tel.png') no-repeat left 15px center;
	background-size: 60px 60px;
	padding: 5px 0 5px 90px;
	line-height: 2.2em;
	background-color: #fff;
	width: 420px;
	float: left;
}
.contact_tel_number:first-child {
	margin: 0 30px 0 0;
}
.contact_tel_number dt {
	color: #27BE27;
	font-size: 18px;
	letter-spacing: 3px;
}
.contact_tel_number dd {
	font-size: 36px;
	color: #9F9F9F;
	font-weight: bold;
	letter-spacing: 2px;
}




/* インターネットでお問い合わせ */
.text02 {
	text-align: center;
	font-size: 18px;
	min-width: 960px;
}


.wrap_mail {
	padding: 0 10px 35px;
	width: 920px;
	margin: 0 auto;
}


.wrap_mail dl {
	margin: 0 0 25px 0;
}
.wrap_mail dl dt {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}
.wrap_mail dl dt span {
	color: #fff;
	font-size: 13px;
	background: #FF5353;
	padding: 2px 10px;
	margin: 0 0 0 5px;
	font-weight: normal;
}


.wrap_mail input[type="text"],
.wrap_mail input[type="email"],
.wrap_mail input[type="tel"],
.wrap_mail input[type="url"] {
	width: 100%;	
	font-size: 16px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #C7C7C7;
	background: #EFF9FF;
	height: 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.wrap_mail textarea {
	width: 100%;	
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	border: 1px solid #C7C7C7;
	background: #EFF9FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.wrap_mail select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	background: #EFF9FF;
	height: 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input#area {
	margin-bottom: 3px;
}


.wrap_mail input[type="text"].error,
.wrap_mail input[type="email"].error,
.wrap_mail input[type="tel"].error,
.wrap_mail input[type="url"].error,
.wrap_mail select.error,
.wrap_mail textarea.error {
	background-color: #FCDEDE;
	border: #FF0000 1px solid;
}
.error_mes {
	font-size: 16px;
	color: #FF5353;
	font-weight: bold;
}



.submit {
	text-align: center;
	padding: 15px 0;
}
.submit input[type="submit"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background: #4D4D4D;
	color: #fff;
	width: 600px;
	height: 80px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 100px;
}
.submit input[type="submit"]::-webkit-search-decoration {
  display: none;
}
.submit input[type="submit"]:focus {
	outline-offset: -2px;
}










/*--------------------------------------------------------------
送信内容確認ページ 
--------------------------------------------------------------*/
.box_check {
	font-size: 16px;
	margin: 0 0 30px 0;
	width: 920px;
	margin: 0 auto;
}
.box_check dl dt {
	background: #E8E8E8;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 10px;
	font-size: 20px;
}

.box_check dl dt span {
	color: #fff;
	font-size: 13px;
	background: #FF5353;
	padding: 2px 10px;
	margin: 0 0 0 5px;
	font-weight: normal;
}

.box_check dl dd {
	padding: 15px 10px;
	font-size: 18px;
}

.btn_submit {	
	text-align: center;
	margin: 0 0 15px 0;
}
/* iOSでのデフォルトスタイルをリセット */
button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button[type="submit"]::-webkit-search-decoration {
  display: none;
}
button[type="submit"]:focus {
  outline-offset: -2px;
}

button[type="submit"] {
	background: #4D4D4D;
	color: #fff;
	width: 600px;
	height: 80px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 3px;
		}

button[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button[type="button"]::-webkit-search-decoration {
  display: none;
}
button[type="button"]:focus {
  outline-offset: -2px;
}

button[type="button"] {
	background: #D0C9C9;
	color: #fff;
	width: 600px;
	height: 80px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 3px;
		}
.btn_back {
	text-align: center;
	margin: 0 0 150px 0;
}







/*--------------------------------------------------------------
Thank youページ 
--------------------------------------------------------------*/
.wrap01 {
	width: 960px;
	margin: 0 auto;
}
h1.send_completely {
	font-size: 56px;
	margin: 20px 0 50px;
	color: #27BE27;
	text-align: center;
	letter-spacing: 2px;
}
.thank_you {
	font-size: 37px;
	color: #27BE27;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
	width: 620px;
	margin: 0 auto 50px;
	padding: 0 0 10px 0;
}

.text_thank_you {
	font-size: 18px;
	text-align: center;
	line-height: 1.2em;
	margin: 0 0 30px 0;
}
.business_day {
	border: #ADADAD 1px solid;
	overflow: hidden;
	padding: 15px 70px;
	margin: 0 0 100px 0;
}
.business_day_inner {
	width: 400px;
	float: left;
	text-align: center;

}
.business_day_inner dt {
	display: inline-block;
	font-size: 24px;
	margin: 0 30px 0 0;
}
.business_day_inner dd {
	display: inline-block;
	font-size: 18px;
}


