@charset "shift-jis";

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


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

#pagetit {
	margin: 10px 0 20px;
	padding: 0 10px;
}

#pagetit h1 {
	margin: 0 0 20px;
	padding: 5px 0;
	background: #f5f5f5;
	text-align: left;
}

#pagetit h1 img {
	display: block;
	max-width: 240px;
}

#pagetit p {
	margin: 0;
}
#pagetit p img {
	border-radius: 20px;
}

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

#contact_wrap {
	margin: 0 10px 30px;
	text-align: left;
}

#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 {
	margin: 0 0 20px;
}

#contact_wrap .contact_top .txt_area {
	padding: 20px;
	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: 12px;}

#contact_wrap .contact_top .img {
	position: relative;
	width: 60%;
	max-width: 260px;
	margin: -10px 0 0 auto;
	z-index: 1;
}

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

#contact_wrap .tbr {
	font-size: 15px;
}

input {
	padding: 3px 5px;
}

select {
	padding: 5px;
}

textarea {
	padding: 5px;
}

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

ul.listline li {
	margin: 0 20px 0 0;
}

#contact_wrap input[type="text"],
#contact_wrap input[type="tel"],
#contact_wrap select,
#contact_wrap textarea {
	font-size: 16px;
}

#contact_wrap [name="pref"] {margin-bottom: 10px;}

#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: 2px 5px;
	font-size: 10px;
	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: 100%;
	margin: 0 auto;
	padding: 16px 0;
	border: none;
	font-size: 16px;
	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; }