@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
	background: #FFF;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
	font-size: 14px;
}

a {
	border: none;
	color: #004ea1;
	text-decoration: underline;
}

a:visited {
	color: #004ea1;
	text-decoration: underline;
}

a:active {
	color: #004ea1;
	text-decoration: none;
}

a:hover {
	color: #004ea1;
	text-decoration: none;
}

.note {
	font-size: 80%;
}
.note-post {
	font-size: 80%;
	float: none;
	margin-top: 5px;
	padding-right: 0;
}
.note-post2 {
	font-size: 80%;
	float: none;
	margin-top: 5px;
	padding-left: 0;
}
.note2 {
	color: #c00;
}
.center {
	text-align: center;
	margin-bottom:20px;
}
.acms-entry p.mx-auto {
	color: #c00;
	font-size: 80%;
	float: none;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.note-post {
		font-size: 80%;
		float: right;
		margin-top: -5px;
		/* padding-right: 50px; */
	}
	.acms-entry p.mx-auto {
		text-align: center;
	}
}


/* タイトル
------------------------------ */
.form-header {
	border-bottom: none !important;
}

.entry-title {
	position: relative;
	padding: 13px 13px 10px 13px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 20px;
	background-color: #004ea1;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.entry-title:before {
	content: '';
	height: 20px;
	width: 2px;
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
	background-color: #fff;
	border-left: 3px solid #fff;
}
@media screen and (max-width: 767px){
	.entry-title {
		margin-top: 80px;
	}
}


/* ステップ
------------------------------ */
.contact-box .mail-step {
	margin: 20px 10px 35px 10px;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
	/* カウンターの設定 */
	counter-increment: mailStep;
	content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* エントリー内コンテナー
------------------------------ */
.entry-container {
	margin: 0 5px;
}

/* テーブル
------------------------------ */
.entry-column table {
	width: 100%;
	margin: 0 0 30px;
}
.entry-column td, .entry-column th {
	display: block;
	padding: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-bottom: 1px solid #dfdfdf;
}
.contact-box table.contact-form tr {
	background: #fff;
}
.contact-box table.contact-form {
	border: 1px solid #ccc;
	border-bottom: none;
}
.contact-form th {
	background: #f7f7f7;
}
.contact-form tr:nth-child(even) {
	background: #fff;
}
.entry-column th.th-ttl {
	background-color: #d7d7d7;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.entry-column td,.entry-column th {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #dfdfdf;
		vertical-align: middle;
	}
	.entry-column th {
		background: inherit;
		border-right: 1px solid #dfdfdf;
	}
	.contact-box th {
			width: 260px;
	}
	.contact-form tr:nth-child(even) {
		background: #f7f7f7 !important;
	}
}


/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	color: #5CB85C;
	float: right;
}

.invalid {
	background: #FFEBEE !important;
}
.error {
	background: #FFEBEE !important;
}
.contact-box p.error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
	text-align: left;
}
.contact-box p.error-text02 {
	/* エラー文 */
	margin: 5px 0 10px 0;
	color: #C41134;
	text-align: center;
}


/* ラベル
------------------------------ */
.label-required {
	border-radius: 0;
	background: #dc3549;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0 5px;
	padding: 2px 5px;
}

.entry-column p {
	margin-bottom: 0;
}
.short-txtbox {
	margin-top: 10px;
	width: 40%;
}
@media screen and (max-width: 768px) {
	.short-txtbox {
		margin-top: 10px;
		width: 70%;
	}
	.floatR {
		float: right;
		margin-right: 0;
	}
}


/* ボタン
------------------------------ */
.form-btn-return {
	float: none;
}
.form-btn {
	display: inline-block;
}
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center !important;
}
.btn-attention-block-large, .btn-block-large {
	max-width: 360px;
}
.btn-attention-block-large {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
	width: 100%;
	background: #004ea1;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 80px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.font-icon:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-left: 5px;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-block-large:hover {
	background: #014991;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #014991;
}
.btn-large {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
	background: #999;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	margin-right: 5px;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}

.btn-top a {
	background: #004ea1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff !important;
	font-size: .8em;
	display: block;
	line-height: 1;
	margin-top: 20px;
	padding: .5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 10%;
}
.btn-top a:hover {
	background: #014991;
	text-decoration: none;
}
