@charset "UTF-8";

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

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

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

.box_text {
	overflow: hidden;
}

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

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

.box_border {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	border: 3px solid #5d913a;
}

.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 {
	vertical-align: top;
}

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

.tbl_price {
}
.tbl_price th,
.tbl_price td {
	padding: 15px 0 !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	line-height: 1.8;
	vertical-align: middle !important;
}
.tbl_price th {
	background: none !important;
}
.tbl_price th small {
	font-weight: normal !important;
}
.tbl_price th:nth-child(1) {
	width: 60%;
}
.tbl_price th:nth-child(2),
.tbl_price td:nth-child(2) {
	width: 10%;
	text-align: center !important;
}
.tbl_price th:nth-child(3),
.tbl_price td:nth-child(3) {
	width: 30%;
	text-align: right !important;
}
.tbl_price td s {
	margin-right: 8px;
}

.box_flow {
	position: relative;
	margin-bottom: 90px;
}
.box_flow:last-child {
	margin-bottom: 0;
}
.box_flow::after {
	content: '';
	position: absolute;
	bottom: -60px;
	width: 100%;
	height: 26px;
	background: url(/shared/img/page/menu/img02.png) no-repeat center 0;
}
.box_flow:last-child::after {
	display: none;
}
.box_flow_num {
	position: absolute;
	width: 80px;
	height: 80px;
	left: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 5px;
	border-radius: 50%;
	background-color: #5d913a;
	color: #fff;
	font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.box_flow_num small {
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.box_flow_num span {
	line-height: 1;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.box_flow_detail {
	padding: 30px 30px 30px 65px;
	background: #f5f3eb;
}
.box_flow_ttl {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.box_flow_txt {
	line-height: 1.8;
}

.mincho {
	font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.font_xl {
	font-size: 135%;
}

.entry_btn a {
	display: inline-block;
	min-width: 180px;
	padding: 10px 40px;
	background-color: #5d913a;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
}

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