@charset "utf-8";

#content { background-color: #e9dab9;}

#content #main { max-width: 1000px; text-align: left; margin: 0 auto; padding: 40px 30px 60px;}

#content #main .page_title{ font-size: 3em; font-weight: 700; line-height: 1.5; letter-spacing: 0.09em; text-align: center; margin: 0 0 30px; color: #8a6927;}
#content #main .page_title::after{ content: ""; display: block; width: 100px; height: 5px; margin: 15px auto 0; background-color: #8a6927;}
#content #main .page_title_txt{ font-size: 1.7em; font-weight: 700; letter-spacing: 0.06em; text-align: center;}
#content #main .sub_title { display: block; font-size: 2em; letter-spacing: 0.03em; margin: 30px 0 15px; box-sizing: border-box; color: #8d6b27; font-weight: 700;}
#content #main .sub_title span{ font-size: 0.7em; color: #000;}


#content #main p{ font-size: 1.5em; line-height: 1.7em; color: #231815;}

@media screen and (max-width: 960px) {
#content #main { padding: 40px 15px 60px;}
}/*====*/

@media screen and (max-width: 767px) {
#content #main { margin: 0 10px; padding: 20px 0 30px;}

#content #main .page_title{ font-size: 2em; margin: 0 0 15px;}
#content #main .page_title::after{ margin: 5px auto 0;}
#content #main .page_title_txt{ font-size: 1.5em; text-align: left;}
#content #main .sub_title { font-size: 1.8em; margin: 20px 0 10px;}

#content #main p{ font-size: 1.3em; line-height: 1.6em;}
}/*====*/





.form_base label {
	display:inline-block;
	cursor: pointer
}
.form_base table{
	width:100%;
	background-color:#fff;
	border-collapse:collapse;
}
.form_base table th,
.form_base table td {
	padding:10px;
	font-size: 1.5em;
	line-height: 1.7em;
	border:1px solid #8d6b27;
}
.form_base table th {
	width:210px;
	background-color:#D5BA88;
	font-weight:700;}

.form_base table th .required {
	color: #D90000;
}
.form_base input[type="text"],
.form_base input[type="password"],
.form_base textarea {
	border:0;
	padding:5px;
	font-size:1em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	box-sizing:border-box;
}
input[class="long"]{ width:70%;}
input[class="middle"]{ width:30%;}
input[class="short"]{ width:15%;}

.form_base textarea {
	width: 100%;
  height: 100px;
  padding: 5px;
  font-size: 1em;
  box-sizing: border-box;
	display: block;

}
.form_base select {
	font-size:14px;
}

/* 添付ファイル */
.form_base .in_file_wrap {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8d6b27;
}
.form_base .in_file_wrap:last-child {

	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.form_base .in_file {
	vertical-align: middle;
	display: inline-block;
	padding: 0 0 5px;
}
.form_base .in_file input {
	display: none;
}
.form_base .in_file input + span {
	vertical-align: middle;
	display: inline-block;
}
.form_base .in_file input + span span {
	vertical-align: middle;
	display: inline-block;
	transition: .3s;
}
.form_base .in_file input + span::before {
	content:"ファイルを選択";
	vertical-align: middle;
	display: inline-block;
	background: #EEE;
	border:1px solid #AAA;
	margin: 0 10px 0 0;
	padding: 4px 9px 2px 9px;
	border-radius: 3px;
	font-size:1em;
	line-height: 1;
	transition: .3s;
}
.form_base .in_file:hover input + span span {
	text-decoration: underline;
}
.form_base .in_file:hover input + span::before {
	color:#000;
	background: #DDD;
	border-color:#000;
}
.form_base .in_file_clear {
	position: absolute;
	top: 0;
	right: 0;
	appearance: none;
	vertical-align: middle;
	display: inline-block;
	background: #EEE;
	border: 1px solid #AAA;
	padding: 3px 9px;
	border-radius: 3px;
	font-size: 1em;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}
.form_base .in_file_clear:hover {
	color:#000;
	background: #DDD;
	border-color:#000;
}
.form_base .in_file.ip_off input + span span{color:#666;}
.form_base .in_file.ip_off input + span span::after {
	content:"選択されていません";
}
.form_base .in_file.ip_off ~ .in_file_clear {
	display: none;
}

.form_base .submit{
	text-align: center;
	padding: 30px 0;
}

.form_base input[type="submit"],
.form_base input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.form_base input[type="submit"] ,
.form_base input[type="button"] ,
#to_conf_btn,
#submit_btn{
  padding: 13px 25px 14px 30px;
  font-size: 1.3em;
  color: #fff;
	background-color: #999;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_base input#to_conf_btn_df1, 
#to_conf_btn,
#submit_btn{
  background-color: #8d6b27;
  font-size: 2em;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.form_base input[type="submit"]:hover,
	#to_conf_btn:hover,
	#submit_btn:hover {
		background-color: #70490a;
	}
	.form_base input[type="button"]:hover {
		background-color: #bbb;
	}
	.form_base input#to_conf_btn_df1:hover{background: #70490a;}
	.sph_on{ display: none;}
}

@media screen and (max-width: 767px) {
.form_base table th,
.form_base table td{
	display:block;
	width:100%;
	box-sizing:border-box;
	margin-top:-1px;
	font-size: 1.6em;
	line-height: 1.5em;}

input[class="long"]{ width:100%;}
input[class="middle"]{ width:50%;}
input[class="short"]{ width:25%;}

.form_base input#to_conf_btn_df1,
#to_conf_btn,
#submit_btn{
  font-size: 1.7em;
}

}

/*=改行・制限=*/
.form_base .nowrap{	
	white-space: nowrap;
}
/*=入力モード切替 ※IEのみ有効=*/
.form_base .ime_ac {ime-mode: active;}
.form_base .ime_dis {ime-mode: disabled;}


/* エラー表示 */
.form_base .err{
	font-size:12px;
	display:block;
	color:#D90000;
}

/* ページ上部への表示の場合（ファイル容量） */
.form_base form > .err{
	line-height: 1.5;
	padding: 15px;
	border: 1px solid #D90000;
	margin: 0 0 30px;
	background: #FFE4E4;
	border-radius: 5px;
}

/*-------------------------
__entry_style
-------------------------*/

.id_personal .surely {
	color: #D90000;
	font-size: 14px;
	font-weight: normal;
}
.attention {
	color: #D90000;
}
.transmit {
	font-size: 1.4em;
	line-height: 1.2;
	padding: 0 0 20px;
}
.recap {
	text-align:center;
	margin:2em 0;
}
.recap > div {
	margin:0 auto;
}
.recap_er_ip {
	display:none;
}


#thanks{
	width:600px;
	margin:0 auto;
	background-color:#fff;
	padding:50px 20px 20px;
	box-sizing:border-box;
	text-align:center;}

#thanks .thanks dt{
	display:inline-block;
	font-size:2.2em;
	font-weight:700;
	margin-bottom:20px;
	padding-bottom:10px;
	line-height: 1.4;
	border-bottom:2px solid #000;}

#thanks .thanks dd{
	font-size:1.5em;
	line-height:1.7em;
	margin-bottom:20px;}

#thanks .thanks dd span{
    font-size: 12px !important;
    margin: 20px auto 30px;
    color: #F2790D !important;
    line-height: 1.6;
    display: block;}

#thanks dl.top{
	background-color:#eee;
	padding:20px;}

#thanks dl.top dt{
	font-size:1.8em;
	font-weight:700;}

#thanks dl.top dd{
	margin-top:20px;}

#thanks dl.top dd a{
	width:110px;
	margin:0 auto;
	border-radius:5px;
	display:block;
	background-color:#fff;
	padding:10px 20px;
	color:#000;
	text-decoration:none;
	font-size:1.2em;}


.text_box {margin: 30px 0 0;text-align: center;}
.text_box .txt.agree input[type=checkbox] {display: none;}
.text_box .txt.agree .ck span:not(.err) {font-weight: 700;font-size: 1.2em;display: inline-block;    margin-top: 0.5em;position: relative;padding-left: 1.5em;}
.text_box .txt.agree .ck span:not(.err)::before {content: "";position: absolute;width: 1em;height: 1em;background-color: #fff;border: solid 1px #ccc;left: 0;top: 50%;transform: translateY(-50%);}
.text_box .txt.agree .ck span:not(.err)::after {content: "";position: absolute;width: 0.75em;height: 0.5em;border: solid #D90000;border-width: 0 0 3px 3px;left: 2px;top: 3px;transform: rotate(-45deg) scale(0);transition: all .3s;}
.text_box .txt.agree input[type=checkbox]:checked ~ span::after {transform: rotate(-45deg) scale(1.0);}

@media screen and (max-width: 767px) {

#thanks{
	width:100%;
	padding:30px 10px 10px;}

#thanks .thanks dt{
	font-size:1.8em;
	padding-bottom:8px;
	margin-bottom:15px;}

#thanks .thanks dd{
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:15px;}

#thanks .thanks dd span{
	margin-bottom:20px;}

#thanks dl.top{
	padding:20px 10px;}

#thanks dl.top dt{
	font-size:1.5em;
	font-weight:700;}

#thanks dl.top dt span{
	margin-top:8px;
	display:block;}

#thanks dl.top dd{
	margin-top:10px;}

}