@charset 'utf-8';

/* ------------------------------
 コンテンツ
------------------------------ */

/* レイアウト */

#header .header_closing .telbox {
	float: right;
	width: 340px;
}

#contents {
	padding-bottom: 90px;
}

#form_tl {
	margin-bottom: 40px;
}

.formbox {
	width: 960px;
	margin: 0 auto;
}

#contents .formbox .inbox {
	float: left;
	width: 710px;
}

#side {
	float: right;
	width: 210px;
}

#tm_1,
#tm_2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

#tm_1 {
	background: #1b5bb2 url(../img/form/mt_bg_ico1.png) no-repeat;
	background-position: calc(50% - 120px) bottom;
}

#tm_2 {
	background: #1b5bb2 url(../img/form/mt_bg_ico2.png) no-repeat;
	background-position: calc(50% - 120px) bottom;
}

#contents .formbox .inbox .ar_tri {
	width: 0;
	height: 0;
	margin: 30px auto 35px;
	border-top: 38px solid #bababa;
	border-right: 82px solid transparent;
	border-left: 82px solid transparent;
}

/* フォーム内容 */

.contact_inner {
	padding: 10px 20px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
}

/* フォームレイアウト */

.contact table {
	width: 100%;
	border-collapse: collapse;
}

.contact th {
	font-size: 16px;
	width: 20%;
	padding: 24px 45px 24px 20px;
	white-space: nowrap;
	color: #333;
	border-bottom: 1px dotted #7f7f7f;
	box-sizing: border-box;
}

.contact th.important {
	background: url(../img/form/ico_important.png) no-repeat right center;
}

.contact th.optional {
	background: url(../img/form/ico_optional.png) no-repeat right center;
}

.contact td {
	font-size: 15px;
	line-height: 1.6;
	padding: 10px 10px 10px 38px;
	color: #333;
	border-bottom: 1px dotted #7f7f7f;
}

.contact_last th,
.contact_last td {
	border-bottom: none;
}

/* 注釈 */

.notes {
	font-size: 12px;
	margin-top: 5px;
	color: #333;
}

.strong {
	font-weight: bold;
	margin-top: 0;
}

/* フォーム部品 */

.input_txt,
.select,
.textarea {
	font-size: 15px;
	width: 200px;
	padding: 10px 8px;
	color: #000;
	border: 1px solid #abadb3;
	border-radius: 2px;
	background-color: #f4f4f4;
}

.important + td .input_txt,
.important + td .select,
.important + td .textarea {
	background-color: #ffffcc;
}

.contact tr:nth-of-type(1) td .input_txt {
	width: 250px;
}

.contact tr:nth-of-type(2) td .input_txt {
	width: 190px;
}

.contact tr:nth-of-type(3) td .input_txt {
	width: 210px;
}

.contact tr:nth-of-type(4) td .input_txt {
	width: 210px;
}

.contact tr:nth-of-type(5) td .input_txt {
	width: 270px;
}

/* placeholder文字色 */

:placeholder-shown {
	color: #969696;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
	color: #969696;
}

/* Firefox 18- */

:-moz-placeholder {
	color: #969696;
}

/* Firefox 19+ */

::-moz-placeholder {
	color: #969696;
}

/* IE 10+ */

:-ms-input-placeholder {
	color: #969696;
}

.textarea {
	width: 380px;
	padding: 5px;
}

.elm_float {
	display: inline;
	float: left;
	margin-right: 20px;
	line-height: 2;
}

.contact td .v_cbox:nth-child(n + 2) {
	margin-top: 14px;
}

/* 備考欄切替え */

#disp_mess_1 a,
#disp_mess_2 a {
	line-height: 1.6;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

/* 送信ボタン */

.submit {
	display: block;
	margin: 20px auto 0;
	width: 374px;
}

#sub .txt,
#sub_2 .txt {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* エラー */

#sys_error {
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	color: #c00;
}

.error {
	font-weight: bold;
	display: inline;
	color: #c00;
}

.disp_error {
	font-weight: bold;
	margin-top: 5px;
	color: #c00;
}

/* IMEモード */

.active {
	ime-mode: active;
}

.disabled {
	ime-mode: disabled;
}

/* ------------------------------
 サイド
------------------------------ */

/* SSL */

#form_ssl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#form_ssl_seal {
	flex-basis: 80px;
	margin-right: 10px;
}

#form_ssl_seal img {
	width: 100%;
	height: auto;
}

#form_ssl p {
	flex-basis: 120px;
	font-size: 11px;
	line-height: 1.4;
	color: #333;
}

/* フロー */

#flow_list dl {
	padding: 14px 16px;
	border-radius: 4px;
}

#flow_list dt {
	margin-bottom: 10px;
	text-align: center;
}

#flow_list dd {
	font-size: 14px;
	line-height: 1.6;
	font-feature-settings: 'palt';
}

#flow_list #flow1 {
	background-color: #d8e4f3;
}

#flow_list .ar_tri {
	width: 0;
	height: 0;
	margin: 0 auto 10px;
	border-top: 20px solid #d8e4f3;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
}

#flow_list #flow2 {
	background-color: #ededed;
}

#flow_list #flow2 dd {
	color: #666;
}

/* 完了画面 */

.regist .txt {
	margin: 35px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.regist .btn {
	display: block;
	margin: 20px auto 0;
	width: 374px;
}

.regist #flow_list #flow1 {
	background-color: #ededed;
}

.regist #flow_list #flow1 dd {
	color: #666;
}

.regist #flow_list .ar_tri {
	border-top: 20px solid #ededed;
}

.regist #flow_list #flow2 {
	background-color: #d8e4f3;
}

.regist #flow_list #flow2 dd {
	color: #333;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
