@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#construction .box {
	border-top: 1px solid #000030;
	padding-top: 50px;
}
#construction .photo_box {
	padding-top: 50px;
}
#construction .photo_box ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 32%);
	gap: 25px;
}
#construction .photo_box li img {
	border-radius: 5px;
}
#construction .flow_box .maru {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 195px;
	height: 195px;
	background: #f2f2fc;
	border-radius: 50%;
	font-weight: 600;
	font-size: 25px;
	color: #000030;
	text-align: center;
	padding: 50px 25px;
}
#construction .flow_box .in {
	width: calc(100% - 230px);
}
#construction .flow_box .in dl {
	display: flex;
	margin-bottom: 50px;
	position: relative;
}
#construction .flow_box .in dl:not(:last-of-type)::before {
	content: "";
	background: #f2f2fc;
	width: 3px;
	height: calc(100% + 50px);
	position: absolute;
	top: 0;
	left: 30px;
	z-index: -1;
}
#construction .flow_box .in dt {
	font-size : 18px;
	color : #0000C6;
	font-weight: 600;
	width: 10%;
	height: 30px;
	background: #fff;
}
#construction .flow_box .in dd {
	width: 88%;
}
#construction .cont_box h5.sub {
	margin-bottom: 30px;
}
#construction .cont_box .cont_in {
	justify-content: flex-start;
	column-gap: 20px;
}
#construction .cont_box .cont_in .txt.fm {
	font-size: 20px;
}
#construction .cont_box .cont_in li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
#construction .cont_box .cont_in li::before {
	content: "";
	background: url("../img/chk.png") no-repeat center;
	width: 22px;
	height: 21px;
	position: absolute;
	top: 3px;
	left: 0;
}
#construction .cont_box .box {
	width: 48%;
	margin: 30px 0;
	border: 1px solid #000030;
	padding: 50px;
}
#construction .cont_box .box .ttl {
	font-size : 30px;
	line-height : 30px;
	color : #000030;
	font-weight: 600;
	text-align: center;
}
#construction .cont_box .box .ttl.fs {
	font-size: 16px;
}
#construction .cont_box .box dl {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 30px;
}
#construction .cont_box .box dt {
	background: #f2f2fc;
	padding: 10px 15px;
	box-sizing: border-box;
}
#construction .cont_box .box dl.w200 {
	justify-content: flex-start;
}
#construction .cont_box .box dl.w200 dt {
	width: 207px;
	text-align: center;
}
#construction .cont_box .box dd {
	font-size : 35px;
	line-height : 30px;
	color : #0000C6;
	font-weight: 600;
}
#construction .cont_box .box dd span {
	font-size: 25px;
}
#construction .cont_box .box .attention_box {
	width: 270px;
	margin: 0 auto;
}
#construction .cont_box .box hr {
	margin: 20px 0;
}
#construction .cont_box .box li {
	padding-left: 15px;
	position: relative;
}
#construction .cont_box .box li::before {
	content: "";
	background: #0000c6;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
#construction .sankou_box dl {
	display: flex;
	column-gap: 20px;
}
#construction .sankou_box dt {
	font-size : 18px;
	line-height : 30px;
	color : #0000C6;
	text-align: center;
	padding: 40px;
	font-weight: 600;
	background: #f2f2fc;
}
/* 保有台数 */
#construction .number_owned {
	margin-top: 30px;
}
#construction .number_owned h6 {
	color: var(--color-primary);
	font-size: 130%;
	margin-bottom: 10px;
}
#construction .number_tbl {
	width: 48.5%;
	background: #fff;
}
#construction .number_tbl th,
#construction .number_tbl td {
	padding: 14px;
	border: 1px solid #ccc;
}
#construction .number_tbl th {
	background: var(--color-tbl-th);
}
#construction .number_tbl td {
	text-align: center;
	white-space: nowrap;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#construction .flow_box .maru {
		width: 150px;
		height: 150px;
		font-size: 20px;
		padding: 35px 20px;
	}
	#construction .flow_box .in {
		width: calc(100% - 180px);
	}
	#construction .flow_box .in dl {
		margin-bottom: 30px;
	}
	#construction .flow_box .in dt {
		width: 20%;
	}
	#construction .cont_box .box {
		padding: 20px;
	}
	#construction .cont_box .box .ttl {
		font-size: 20px;
	}
	#construction .cont_box .box .ttl.fs {
		font-size: 14px;
	}
	#construction .cont_box .box dt {
		padding: 10px;
		min-width: 120px;
		text-align: center;
	}
	#construction .cont_box .box dd {
		font-size: 25px;
	}
	#construction .cont_box .box dd span {
		font-size: 80%;
	}
	#construction .cont_box .box dl.w200 {
		display: block;
	}
	#construction .cont_box .box dl.w200 dt {
		margin-bottom: 15px;
	}
	#construction .cont_box .box dl.w200 dt,#construction .cont_box .box dl.w200 dd {
		width: 100%;
		text-align: center;
	}
	#construction .sankou_box dt {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 200px;
	}
	/* 保有台数 */
	#construction .number_tbl {
		width: 100%;
	}
	#construction .number_tbl th {
		width: 80%;
	}
	#construction .number_tbl:nth-child(2) tr:first-child th,
	#construction .number_tbl:nth-child(2) tr:first-child td {
		border-top:none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#construction {
		font-size: 87.5%;
	}
	#construction .photo_box ul {
		grid-template-columns: repeat(2, 48%);
	}
	#construction .flow_box .maru {
		width: 120px;
		height: 120px;
		display: block;
		margin: 0 auto 20px;
		padding: 40px 10px;
	}
	#construction .flow_box .in {
		width: 100%;
	}
	#construction .flow_box .in dl {
		margin-bottom: 15px;
	}
	#construction .flow_box .in dl:not(:last-of-type)::before {
		height: calc(100% + 15px);
	}
	#construction .flow_box .in dt {
		width: 35%;
	}
	#construction .cont_box .cont_in .txt.fm {
		font-size: 16px;
	}
	#construction .cont_box .box {
		width: 100%;
	}
	#construction .cont_box .box dl {
		display: block;
		margin-bottom: 15px;
	}
	#construction .cont_box .box dt {
		margin-bottom: 15px;
		width: 100%;
	}
	#construction .cont_box .box dd {
		text-align: center;
		font-size: 20px;
	}
	#construction .sankou_box dl {
		display: block;
	}
	#construction .sankou_box dt {
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
	}
	/* 保有台数 */
	#construction .number_owned {
		margin-top: 20px;
	}
	#construction .number_owned h6 {
		font-size: 16px;
	}
}