@charset "shift-jis";

/* **********************************************************************
 *
 *       Title:   富士急コンシェルジュ お問い合わせ style.css
 *
 ********************************************************************** */


/* ページタイトル
======================================================= */

#pagetit {
	margin: 30px 0 50px;
	background: #f5f5f5;
	padding: 10px;
}

#pagetit img { vertical-align: bottom; }

#pagetit h1 {
	float: left;
	width: 300px;
	margin: 0;
}

#pagetit p {
	float: right;
	width: 320px;
	margin: 0;
}

/* コンテンツ
======================================================= */

#contact_wrap {
	width: 920px;
	margin: 0 auto 100px;
	text-align: left;
	font-size: 108%;
}

#contact_wrap .infobox {
	width: 100%;
	border: #e83416 3px solid;
	margin: 0 0 40px;
	padding:20px;
	box-sizing:border-box;
	border-radius:8px;
}

/*富士山イラスト*/
#contact_wrap .contact_top {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 30px 70px;
}

#contact_wrap .contact_top .txt_area {
	padding: 25px 40px;
	border-radius: 10px;
	font-size: 14px;
	background: #FEE9E5;
}
#contact_wrap .contact_top .txt_area a {color: #333;}
#contact_wrap .contact_top .txt_area .txts {font-size: 13px;}

#contact_wrap .contact_top .img {
	position: relative;
	margin: 0 0 -30px -40px;
	z-index: 1;
}

#contact_wrap .contact_btm {
	margin: 40px 0 0;
	text-align: center;
}
/*富士山イラストここまで*/

#contact_wrap table {
	width: 100%;
}

#contact_wrap table th:nth-child(1) {
	width: 24%;
}
#contact_wrap table th:nth-child(2) {
	width: 6%;
	text-align:center;
	padding:0;
}
#contact_wrap table th:nth-child(2) p {
	background:#e83416;;
	color:#fff;
	display:inline-block;
	padding:6px;
}

input {
	vertical-align: middle;
	font-size: 138.5%;
	padding: 5px;
}

select {
	vertical-align: middle;
	font-size: 138.5%;
	padding: 5px;
}

textarea {
	font-size: 138.5%;
	padding: 5px;
}

ul.listline {
	list-style-type: none;
}

ul.listline li {
	float: left;
	margin: 0 30px 0 0;
}

#contact_wrap th {
	position: relative;
	padding-right: 42px;
}
#contact_wrap th .req {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 3px 5px 2px;
	font-size: 12px;
	color: #fff;
	background: #e83416;
}

#contact_wrap table td table.nbr {
	width: 100%;
}

#contact_wrap table td table.nbr th {
	background: none;
	font-weight: normal;
}

#contact_wrap table td table.nbr td {
	padding: 0 0 10px;
}

.copyright {
	width:100% !important;
	display:block;
	text-align: center;
	font-size: 100%;
	line-height: 1;
	float:none !important;
}

.send_btn  {
	width: 420px;
	margin: 0 auto;
	padding: 14px 0;
	border: none;
	color: #fff;
	background: #f36851;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.send_btn[disabled] {
	color: #333;
	background: #d7d7d7;
	opacity: 1 !important;
}

.back_btn {
	display: block;
	width: 210px;
	margin: 0 auto;
	padding: 14px 0;
	border: none;
	background: #d7d7d7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.back_btn:link,
.back_btn:visited {
	color: #333;
	text-decoration: none;
}


:placeholder-shown { color: #b4b4b4; }
::-webkit-input-placeholder { color: #b4b4b4; }/* Google Chrome, Safari, Opera 15+, Android, iOS */
:-moz-placeholder { color: #b4b4b4; opacity: 1; }/* Firefox 18- */
::-moz-placeholder { color: #b4b4b4; opacity: 1; }/* Firefox 19+ */
:-ms-input-placeholder { color: #b4b4b4; }/* IE 10+ */

#errorBlock {
	margin:0 0 20px;
	padding:20px;
	background:#ffeded;
	border:#dd0000 1px solid;
}
#errorBlock .err_tit{
	font-weight:bold;
	margin:0 0 5px;
}

#errorBlock #errorMessage p{
	color:#dd0000;
}
#errorBlock #errorMessage p:before{
	content:"・";
}

.red,
.contact_en .tbr th span{ color: #e83416; }

.contact_en .tbr th {text-align: right;}