@charset "utf-8";

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

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

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

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #edf2f8;
	border-radius: 15px;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	background: #d4edda;
	border-radius: 15px;
}

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

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


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

.bg_wrap {
	position: relative;
	z-index: 1;
	margin: 100px 0;
	padding: 100px 0;
}
.bg_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -100;
	width: 100vw;
	background: #f7f9ff;
	transform: translateX(-50%);
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}

.box.-line {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.box.-line h3 {
	margin-bottom: 15px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	font-size: 1.7rem !important;
	line-height: 1.2 !important;
}
.box.-line h3::before {
	display: none;
}

.list_label {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.list_label li {
	display: inline-flex;
	align-items: center;
	line-height: 36px;
	height: 40px;
	padding: 0 15px;
	background: #253494;
	color: #fff;
	border-radius: 4px;
}

.tbl_fixed th,
.tbl_fixed td {
	text-align: center !important;
}

.entry_body dl dt {
	color: #2e3b92;
	font-size: 1.3rem;
	font-weight: 700;
}
.entry_body dl dd {
	margin-bottom: 15px;
}


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

/* タイヤ交換の流れ */
.contents_flow_wrap {
	position: relative;
	margin: 50px 0 150px;
}
.contents_flow_list {
	position: relative;
	padding-left: 90px;
}
.contents_flow_list::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -60px;
	left: 30px;
	width: 1px;
	border-left: 1px dotted #bbb;
}
.contents_flow_list_item {
	display: flex;
	position: relative;
	gap: 55px;
	align-items: flex-start;
	margin-bottom: 60px;
}
.contents_flow_list_item:last-child {
	margin-bottom: 0;
}
.contents_flow_list_item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -67px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #253494;
	box-shadow: 0 0 0 2px #ddd;
	transform: translateY(-50%);
}
.contents_flow_list_detail {
	flex: 1;
	min-width: 0;
}
.contents_flow_list_ttl {
	display: flex;
	gap: 25px;
	align-items: center;
	margin-bottom: 15px;
}
.contents_flow_list_ttl_num {
	color: #253494;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 65px;
	line-height: 1;
	text-align: center;
}
.contents_flow_list_ttl_num_label {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
}
.contents_flow_list_ttl_ja {
	margin: 0 !important;
	padding: 8px 0 0 0 !important;
	border: none !important;
	background: none !important;
	font-size: 30px;
}
.contents_flow_list_ttl_ja::before {
	display: none;
}
.contents_flow_list_img {
	flex: 0 0 480px;
	width: 480px;
}
.contents_flow_end {
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #253494;
	box-shadow: 0 0 0 2px #ddd;
	color: #fff;
	line-height: 56px;
	text-align: center;
	transform: translateY(-50%);
}
