@charset "UTF-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 40px;
}
.box::after {
	display: block;
	content: '';
	clear: both;
}

.box_left {
	float: left;
	margin: 0 40px 40px 0;
}

.box_right {
	float: right;
	margin: 0 0 40px 40px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #f4f6f7;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	border: 3px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 500px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.entry_body .row {
	margin-left: -20px;
	margin-right: -20px;
}
.entry_body .row > div {
	padding: 0 20px;
}

.tbl_menu th,
.tbl_menu td {
	padding: 15px 0 !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
}
.tbl_menu th {
	width: 75% !important;
	background: none !important;
}
.tbl_menu td {
	text-align: right !important;
}

.entry_simple_ttl {
	margin: 80px 0 30px !important;
	padding: 0 !important;
	border: none !important;
	font-family: 游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 30px;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
}

.box_custom_ttl {
	margin: 80px 0 35px !important;
	font-family: 游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}
.box_custom_ttl h2 {
	padding: 0;
	line-height: 1;
	margin: 0 15px 0 0;
	display: inline-block;
	font-size: 31px;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
	border: none;
}
.box_custom_ttl span {
	position: relative;
	top: -2px;
	color: #093385;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.box_img.-expand {
	margin: 0 -120px 80px;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* コンセプト */
.box.-message-wrap {
	margin: 100px 0 120px !important;
}
.box.-message {
	margin-bottom: 70px;
}
.box.-message .box_right {
	margin-left: 70px;
}
.box.-message .box_left {
	margin-right: 70px;
}
.box.-message .box_text {
	padding-top: 20px;
}
.box.-message .box_text h2 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	font-family: 游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 30px;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
}

.box_feature {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 110px;
}
.box_feature::before {
	content: '';
	position: absolute;
	top: 190px;
	right: -200%;
	bottom: 0;
	left: -200%;
	z-index: -100;
	background: #f6f6f6;
}
.box_chach {
	position: relative;
	margin: 0 -120px 80px;
}
.box_chach h2 {
	display: inline-block;
	position: absolute;
	bottom: -35px;
	left: 120px;
	height: 70px;
	margin: 0;
	padding: 0 20px;
	border: none;
	background: #113872;
	line-height: 72px;
	color: #fff;
	font-family: 游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 28px;
	font-feature-settings: 'palt';
	-webkit-font-feature-settings: 'palt';
	letter-spacing: 0.1em;
}
.box_feature .box {
	margin-bottom: 55px;
}

/* よくある質問 */
.tbl_faq {
	margin-bottom: 25px!important;
}
.tbl_faq th,
.tbl_faq td {
	padding: 17px 0 !important;
	border: none !important;
	border-bottom: #bbb 1px solid !important;
	background: none !important;
	vertical-align: middle !important;
}
.tbl_faq tr:first-child th {
	width: 75px;
}
.tbl_faq tr:first-child td {
	border-bottom: #bbb 1px solid !important;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle !important;
}
.tbl_faq tr:nth-child(2) th {
	vertical-align: top !important;
}