/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
}

/* ヘッダーが上に消える */
/* header.hide {
		transform: translateY(-1.50rem);
} */

/* スクロールで表示された状態 */
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* ロゴ */
header .logo {
	padding: 0.26rem 0.30rem;
}

@media screen and (max-width: 599px) {
	header .logo {
		padding: 0.15rem;
	}
}

header .logo img {
	width: 2.20rem;
	display: block;
}

@media screen and (max-width: 599px) {
	header .logo img {
		width: 1.60rem;
	}
}

/* メニュー */
@media screen and (max-width: 599px) {
	header .glo_navi {
		display: block;
		position: absolute;
		left: 0;
		top: 0.60rem;
		background-color: rgba(0, 160, 226, 0.85);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		width: 100%;
		padding: 0.15rem 0 0.30rem;
		display: none;
	}
}

header .glo_navi .list {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list {
		display: block;
		padding: 0 0.30rem;
	}
}

header .glo_navi .list .link {
	padding-right: 0.30rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link {
		padding-right: 0;
		padding: 0.15rem 0;
	}
}

header .glo_navi .list .link a {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link a {
		font-weight: 500;
		color: #FFF;
	}
}

header .glo_navi .list .btn {
	height: 0.90rem;
	width: 1.40rem;
	margin-left: 1px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .btn {
		height: auto;
		width: auto;
		margin-left: 0;
		text-align: center;
		margin-top: 0.15rem;
		border-radius: 0.05rem;
	}
}

header .glo_navi .list .btn.tel {
	background-color: #39b54a;
}

header .glo_navi .list .btn.mail {
	background-color: #29abe2;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .btn.mail {
		background-color: #1a2946;
	}
}

header .glo_navi .list .btn a {
	font-size: 0.15rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .btn a {
		font-size: 0.16rem;
		height: auto;
		padding: 0.15rem 0 0.17rem;
	}
}

header .glo_navi .list .btn a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .btn a span {
		position: relative;
		top: auto;
		transform: none;
	}
}

header .glo_navi .list .btn.tel a span::before {
	content: "";
	width: 100%;
	height: 0.40rem;
	display: block;
	background-image: url(../img/icon_tel.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 0.26rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .btn.tel a span::before {
		content: "";
		width: 0.20rem;
		height: 0.22rem;
		display: block;
		position: absolute;
		left: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
		background-position: left center;
		background-size: contain;
	}
}

header .glo_navi .list .btn.mail a span::before {
	content: "";
	width: 100%;
	height: 0.40rem;
	display: block;
	background-image: url(../img/icon_mail.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 0.22rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .btn.mail a span::before {
		content: "";
		width: 0.20rem;
		height: 0.22rem;
		display: block;
		position: absolute;
		left: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
		background-position: left center;
		background-size: contain;
	}
}

/* SP時のみ */
header .sp_btn_wrap {
	position: absolute;
	top: 0;
	right: 0.60rem;
	display: flex;
}

header .sp_btn_wrap .btn {
	width: 0.45rem;
	text-align: center;
}

header .sp_btn_wrap .btn a {
	display: block;
	color: #111;
	font-size: 0.11rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0;
	padding-top: 0.07rem;
}

header .sp_btn_wrap .btn.tel a::before {
	content: "";
	width: 100%;
	height: 0.30rem;
	display: block;
	text-align: center;
	background-image: url(../img/icon_tel_blue.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.20rem;
}

header .sp_btn_wrap .btn.mail a::before {
	content: "";
	width: 100%;
	height: 0.30rem;
	display: block;
	text-align: center;
	background-image: url(../img/icon_mail_blue.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.24rem;
}

/*============================
共通
============================*/
main {
	margin-top: 0.90rem;
}

@media screen and (max-width: 599px) {
	main {
		margin-top: 0.60rem;
	}
}

.sec_title {
	text-align: center;
	position: relative;
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 0.30rem;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.22rem;
		padding-bottom: 0.20rem;
		margin-bottom: 0.40rem;
	}
}

.sec_title .en_text {
	display: block;
	font-size: 0.14rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	color: #00a0e2;
	padding-bottom: 0.10rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	.sec_title .en_text {
		font-size: 0.11rem;
	}
}

.sec_title::after {
	content: "";
	width: 0.50rem;
	height: 2px;
	background-color: #00a0e2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	.sec_title::after {
		width: 0.25rem;
	}
}

.sec_title.white {
	color: #FFF;
}

.sec_title.white .en_text {
	color: #FFF;
}

.sec_title.white::after {
	background-color: #FFF;
}

img.cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================
MV
============================*/
#mv {
	height: 100vh;
	max-height: 6.50rem;
	min-height: 5.00rem;
	background-image: url(../img/mv_pc.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	#mv {
		height: 2.50rem;
		min-height: auto;
	}

	#mv::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.2;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
}

#mv .in {
	height: 100%;
}

#mv .catch {
	font-size: 0.36rem;
	font-weight: 700;
	color: #003f91;
	letter-spacing: 0.05em;
	line-height: 1.75;
	position: absolute;
	top: 50%;
	left: 0.40rem;
	transform: translateY(-50%);
	text-shadow: 0 0 0.08rem rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 599px) {
	#mv .catch {
		font-size: 0.19rem;
		text-align: center;
		width: 100%;
		color: #FFF;
		letter-spacing: 0.02em;
		left: 0;
		text-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.9);
	}
}

/*============================
about
============================*/
#about {
	padding: 1.00rem 0 0.80rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about {
		padding: 0.50rem 0 0.40rem;
	}
}

#about::before {
	content: "";
	width: 100%;
	height: 4.70rem;
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#about::before {
		height: 9.70rem;
	}
}

#about .about_introduction {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about .about_introduction .ph_wrap {
	width: 100%;
	max-width: 4.60rem;
	height: 3.10rem;
	overflow: hidden;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#about .about_introduction .ph_wrap {
		height: 60vw;
		border-radius: 0.05rem;
		margin-bottom: 0.20rem;
	}
}

#about .about_introduction .textbox {
	width: 100%;
	max-width: 6.00rem;
}

#about .about_introduction .textbox .text {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#about .about_introduction .textbox .text {
		font-size: 0.15rem;
		letter-spacing: 0.02em;
		line-height: 1.91;
		text-align: justify;
	}
}

#about .about_introduction .textbox .lisence_list {
	padding-top: 0.20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	#about .about_introduction .textbox .lisence_list {
		padding: 0 0.20rem;
	}
}

#about .about_introduction .textbox .lisence_list .lisence_text {
	width: 48.33%;
	box-sizing: border-box;
	border: 2px solid #1a2946;
	color: #1a2946;
	text-align: center;
	border-radius: 0.30rem;
	font-size: 0.16rem;
	letter-spacing: 0;
	font-weight: 700;
	padding: 0.10rem 0 0.12rem;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#about .about_introduction .textbox .lisence_list .lisence_text {
		width: 100%;
		font-size: 0.15rem;
		margin-top: 0.15rem;
		margin-bottom: 0;
	}
}

#about .shop_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.70rem;
}

#about .shop_list_wrap .list .detail {
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	#about .shop_list_wrap .list .detail {
		width: 100%;
		padding-bottom: 0.50rem;
	}
}

#about .shop_list_wrap .list .detail .ph_wrap {
	width: 2.00rem;
	border-radius: 0.10rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#about .shop_list_wrap .list .detail .ph_wrap {
		width: 100%;
		height: 65vw;
		border-radius: 0.10rem;
		overflow: hidden;
		margin-bottom: 0.15rem;
	}
}

#about .shop_list_wrap .list .detail .textbox {
	width: 3.05rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about .shop_list_wrap .list .detail .textbox {
		width: 100%;
	}
}

#about .shop_list_wrap .list .detail .textbox .shop_name {
	font-size: 0.20rem;
	font-weight: 700;
	color: #1a2946;
	padding-bottom: 0.10rem;
}

#about .shop_list_wrap .list .detail .textbox .text {
	font-size: 0.14rem;
	line-height: 1.57;
	letter-spacing: 0.05em;
	padding-bottom: 0.15rem;
}

#about .shop_list_wrap .list .detail .textbox .text a {
	pointer-events: none;
	text-decoration: none;
	color: #3c3c3c;
}

@media screen and (max-width: 599px) {
#about .shop_list_wrap .list .detail .textbox .text a {
	pointer-events:auto;
	text-decoration: underline;
	font-weight: 500;
}
}

#about .shop_list_wrap .list .detail .textbox .map_btn {
	width: 1.60rem;
}

@media screen and (max-width: 599px) {
	#about .shop_list_wrap .list .detail .textbox .map_btn {
		width: 3.00rem;
		margin: auto;
	}
}

#about .shop_list_wrap .list .detail .textbox .map_btn a {
	display: block;
	line-height: 0;
	background-color: #00a0e2;
	color: #FFF;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 0.15rem 0 0.17rem 0.20rem;
	border-radius: 0.30rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about .shop_list_wrap .list .detail .textbox .map_btn a {
		display: block;
		line-height: 0;
		background-color: #00a0e2;
		color: #FFF;
		font-size: 0.16rem;
		letter-spacing: 0.05em;
		font-weight: 700;
		text-decoration: none;
		text-align: center;
		padding: 0.20rem 0 0.24rem 0.10rem;
		border-radius: 0.30rem;
		position: relative;
	}
}

#about .shop_list_wrap .list .detail .textbox .map_btn a:hover {
	background-color: #003f91;
}

#about .shop_list_wrap .list .detail .textbox .map_btn a::before {
	content: "";
	width: 0.10rem;
	height: 0.15rem;
	background-image: url(../img/icon_map.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.35rem;
	top: 50%;
	transform: translateY(-50%);
}

/* 本店のみ */
#about .shop_list_wrap .list .detail.honten .textbox::after {
	content: "";
	width: 0.90rem;
	height: 0.90rem;
	background-image: url(../img/about_shop_ph01_sub.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0.06rem;
}

@media screen and (max-width: 599px) {
	#about .shop_list_wrap .list .detail.honten .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 60vw;
		margin-bottom: 0.30rem;
	}

	#about .shop_list_wrap .list .detail.honten .textbox::after {
		width: 0.90rem;
		height: 0.90rem;
		right: -0.06rem;
		bottom: auto;
		top: -26vw;
		border: 2px solid #F2F2F2;
	}
}

/*============================
enviroment
============================*/
#enviroment {
	padding: 0.70rem 0 0.80rem;
	position: relative;
	background-color: #00a0e2;
}

@media screen and (max-width: 599px) {
	#enviroment {
		padding: 0.50rem 0 0.20rem;
	}
}

#enviroment .enviroment_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#enviroment .enviroment_list_wrap .list .detail {
	width: 31.5%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#enviroment .enviroment_list_wrap .list .detail {
		width: 100%;
		padding-bottom: 0.40rem;
	}
}


#enviroment .enviroment_list_wrap .list .detail .ph_wrap {
	height: 2.30rem;
	overflow: hidden;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#enviroment .enviroment_list_wrap .list .detail .ph_wrap {
		height: 60vw;
		overflow: hidden;
		border-radius: 0.10rem;
	}
}

#enviroment .enviroment_list_wrap .list .detail .textbox {
	padding-top: 0.10rem;
	color: #FFF;
}

#enviroment .enviroment_list_wrap .list .detail .textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.40;
}

@media screen and (max-width: 599px) {
	#enviroment .enviroment_list_wrap .list .detail .textbox .title {
		font-size: 0.17rem;
		letter-spacing: 0;
	}
}

#enviroment .enviroment_list_wrap .list .detail .textbox .title.single {
	padding: 0.14rem 0;
}

@media screen and (max-width: 599px) {
	#enviroment .enviroment_list_wrap .list .detail .textbox .title.single {
		padding: 0;
	}
}

#enviroment .enviroment_list_wrap .list .detail .textbox .text {
	font-size: 0.15rem;
	line-height: 1.73;
	letter-spacing: 0;
	text-align: justify;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	#enviroment .enviroment_list_wrap .list .detail .textbox .text {
		font-size: 0.14rem;
		padding-top: 0.05rem;
	}
}

/*============================
repair
============================*/
#repair {
	padding: 0.70rem 0 0;
	position: relative;
}

#repair::before {
	content: "";
	width: 100%;
	height: 6.10rem;
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#repair::before {
		height: calc(100% - 8.8rem);
	}
}

#repair .repair_introduction {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	padding-bottom: 0.70rem;
}

@media screen and (max-width: 599px) {
	#repair .repair_introduction {
		padding-bottom: 0.40rem;
	}
}

#repair .repair_introduction .ph_wrap {
	width: 100%;
	max-width: 5.15rem;
	height: 3.47rem;
	overflow: hidden;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#repair .repair_introduction .ph_wrap {
		width: calc(100% + 0.40rem);
		height: 66vw;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		position: relative;
		left: -0.20rem;
		margin-right: -0.20rem;
	}
}

#repair .repair_introduction .textbox {
	width: 100%;
	max-width: 5.30rem;
}

#repair .repair_introduction .textbox .title {
	font-size: 0.36rem;
	line-height: 1.5;
	font-weight: 700;
	color: #1a2946;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#repair .repair_introduction .textbox .title {
		font-size: 0.28rem;
		padding-bottom: 0.15rem;
		padding-top: 0.20rem;
	}
}

#repair .repair_introduction .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#repair .repair_introduction .textbox .text {
		font-size: 0.15rem;
		line-height: 1.85;
		text-align: justify;
		letter-spacing: 0;
	}
}

/* 主な作業内容 */
#repair .repair_work {
	background-color: #daedfa;
	border-radius: 0.10rem;
	margin-bottom: 0.80rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.20rem 0.40rem;
}

@media screen and (max-width: 599px) {
	#repair .repair_work {
		margin-bottom: 0.40rem;
		padding: 0.20rem;
	}
}

#repair .repair_work .title {
	width: 1.30rem;
	font-size: 0.20rem;
	font-weight: 700;
	color: #1a2946;
}

@media screen and (max-width: 599px) {
	#repair .repair_work .title {
		width: 100%;
		font-size: 0.18rem;
		text-align: center;
		padding-bottom: 0.15rem;
	}
}

#repair .repair_work .list {
	width: 100%;
	max-width: 8.30rem;
	font-size: 0.20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-left: 0.40rem;
	border-left: 1px dotted #1a2946;
}

@media screen and (max-width: 599px) {
	#repair .repair_work .list {
		font-size: 0.15rem;
		padding-left: 0;
		border-left: 0;
	}
}

#repair .repair_work .list .text {
	width: 33%;
	font-size: 0.16rem;
	line-height: 2;
	color: #1a2946;
}

@media screen and (max-width: 599px) {
	#repair .repair_work .list .text {
		width: 60%;
		font-size: 0.14rem;
		letter-spacing: 0;
		font-weight: 500;
		line-height: 2;
		color: #1a2946;
	}

	#repair .repair_work .list .text:nth-child(even) {
		width: 40%;
	}
}

#repair .repair_work .list .text::before {
	content: "●";
	color: #00a0e2;
	display: inline-block;
	padding-right: 0.04rem;
}

#repair .repair_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#repair .repair_list_wrap .list {
		padding-bottom: 0.10rem;
	}
}

#repair .repair_list_wrap .list .detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 48%;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#repair .repair_list_wrap .list .detail {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

@media screen and (max-width: 599px) {
	#repair .repair_list_wrap .list .detail .title {
		width: 100%;
		font-size: 0.16rem;
		font-weight: 700;
		line-height: 1.5;
		color: #00a0e2;
		padding-bottom: 0.06rem;
	}
}

#repair .repair_list_wrap .list .detail .ph_wrap {
	width: 1.60rem;
	height: 1.60rem;
	overflow: hidden;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#repair .repair_list_wrap .list .detail .ph_wrap {
		width: 1.20rem;
		height: 1.20rem;
		margin-top: 0.05rem;
	}
}

#repair .repair_list_wrap .list .detail .textbox {
	width: calc(100% - 1.80rem);
}

@media screen and (max-width: 599px) {
	#repair .repair_list_wrap .list .detail .textbox {
		width: calc(100% - 1.34rem);
	}
}

#repair .repair_list_wrap .list .detail .textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.5;
	color: #00a0e2;
	padding-bottom: 0.06rem;
}

#repair .repair_list_wrap .list .detail .textbox .text {
	font-size: 0.14rem;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	#repair .repair_list_wrap .list .detail .textbox .text {
		font-size: 0.13rem;
		line-height: 1.65;
		letter-spacing: 0;
		text-align: justify;
	}
}

/* 料金表 */
#repair .repair_price {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#repair .repair_price .price_title {
	width: 2.45rem;
	background-color: #1a2946;
	position: relative;
}

#repair .repair_price .price_title .title_box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	font-size: 0.20rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.5;
}

#repair .repair_price .price_title .title_box .tax {
	font-size: 0.12rem;
}

#repair .repair_price .price_title .title_box .small_text {
	font-size: 0.14rem;
}

#repair .repair_price .table_wrap {
	width: calc(100% - 2.45rem);
}

#repair .repair_price .table_wrap table {
	width: 100%;
}

#repair .repair_price .table_wrap table .title {
	width: 66.70%;
	text-align: left;
	font-size: 0.18rem;
	font-weight: 400;
	letter-spacing: 0.10em;
	padding: 0.20rem;
	box-sizing: border-box;
	background-color: #FFF;
}

#repair .repair_price .table_wrap table .price {
	text-align: center;
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	padding: 0.20rem 0;
	box-sizing: border-box;
	background-color: #FFF;
}

#repair .repair_price .table_wrap table .price .tax {
	font-size: 0.12rem;
}



/*============================
inspection
============================*/
#inspection {
	padding: 0.70rem 0 0.30rem;
	position: relative;
}

#inspection::before {
	content: "";
	width: 100%;
	height: calc(100% - 5.35rem);
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#inspection::before {
		content: none;
	}
}


#inspection .inspection_introduction {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 0.70rem;
}

#inspection .inspection_introduction .ph_wrap {
	width: 100%;
	max-width: 5.15rem;
	height: 3.47rem;
	overflow: hidden;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#inspection .inspection_introduction .ph_wrap {
		width: calc(100% + 0.40rem);
		height: 66vw;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		position: relative;
		right: -0.20rem;
		margin-left: -0.20rem;
	}
}

#inspection .inspection_introduction .textbox {
	width: 100%;
	max-width: 5.30rem;
}

#inspection .inspection_introduction .textbox .title {
	font-size: 0.36rem;
	line-height: 1.5;
	letter-spacing: 0.10em;
	font-weight: 700;
	color: #1a2946;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#inspection .inspection_introduction .textbox .title {
		font-size: 0.26rem;
		padding-bottom: 0.15rem;
		padding-top: 0.20rem;
		letter-spacing: 0.05em;
	}
}

#inspection .inspection_introduction .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#inspection .inspection_introduction .textbox .text {
		font-size: 0.15rem;
		line-height: 1.85;
		text-align: justify;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 599px) {
	#inspection .inspection_list_wrap {
		position: relative;
	}

	#inspection .inspection_list_wrap::before {
		content: "";
		width: 100vw;
		height: calc(100% + 0.40rem);
		background-color: #f2f2f2;
		position: absolute;
		left: -0.20rem;
		bottom: 0;
		z-index: 0;
	}
}

#inspection .inspection_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

@media screen and (max-width: 599px) {
	#inspection .inspection_list_wrap .list {
		padding-bottom: 0.10rem;
	}
}

#inspection .inspection_list_wrap .list .detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 48%;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#inspection .inspection_list_wrap .list .detail {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		padding-bottom: 0.30rem;
	}
}

@media screen and (max-width: 599px) {
	#inspection .inspection_list_wrap .list .detail .title {
		width: 100%;
		font-size: 0.16rem;
		font-weight: 700;
		line-height: 1.5;
		color: #00a0e2;
		padding-bottom: 0.06rem;
	}
}

#inspection .inspection_list_wrap .list .detail .ph_wrap {
	width: 1.60rem;
	height: 1.60rem;
	overflow: hidden;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#inspection .inspection_list_wrap .list .detail .ph_wrap {
		width: 1.20rem;
		height: 1.20rem;
		margin-top: 0.05rem;
	}
}

#inspection .inspection_list_wrap .list .detail .textbox {
	width: calc(100% - 1.80rem);
}

@media screen and (max-width: 599px) {
	#inspection .inspection_list_wrap .list .detail .textbox {
		width: calc(100% - 1.34rem);
	}
}

#inspection .inspection_list_wrap .list .detail .textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.5;
	color: #00a0e2;
	padding-bottom: 0.06rem;
}

#inspection .inspection_list_wrap .list .detail .textbox .text {
	font-size: 0.14rem;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	#inspection .inspection_list_wrap .list .detail .textbox .text {
		font-size: 0.13rem;
		line-height: 1.65;
		letter-spacing: 0;
		text-align: justify;
	}
}

/* 料金表 */
#inspection .price {
	background-color: #F2F2F2;
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#inspection .price {
		margin: 0 -0.20rem;
		position: relative;
	}
}

#inspection .price .price_ttl {
	text-align: center;
	font-size: 0.30rem;
	font-weight: 700;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_ttl {
		font-size: 0.24rem;
	}
}

#inspection .price .ttl_caption {
	font-size: 0.13rem;
	font-weight: 500;
	text-align: right;
}
@media screen and (max-width: 599px) {
	#inspection .price .ttl_caption {
		font-size: 0.12rem;
		padding-top: 0.10rem;
		text-align:center
	}
}

#inspection .price .price_table_wrap {
	padding-top: 0.20rem;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_table_wrap {
		padding: 0.20rem;
		position: relative;
	}
}

#inspection .price .price_table_wrap .price_table_caption {
	background-color: #003f91;
	padding: 0.10rem 0;
	text-align: center;
	font-size: 0.17rem;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_table_wrap .price_table_caption {
		line-height: 1.5;
		font-size: 0.16rem;
		border-radius: 0.10rem;
	}
}

#inspection .price .price_table_wrap .table_box {
	padding-top: 0.10rem;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_table_wrap .sp_scr_wrap {
		overflow-x: scroll;
		margin: 0 -0.20rem;
		padding-bottom: 0.20rem;
		position: relative;
		z-index: 0;
	}
	#inspection .price .price_table_wrap .scr_shadow {
		width: 0.20rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	#inspection .price .price_table_wrap .scr_shadow::after {
		width: 0.20rem;
		height: 100%;
		background: linear-gradient(to right, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%); 
		position: absolute;
		top: 0;
		right: 0;
		content: "";
	}
	#inspection .price .price_table_wrap .scr_caption {
		font-size: 0.12rem;
		font-weight: 700;
		padding-bottom: 0.10rem;
	}
}

#inspection .price .price_table_wrap .table_box table {
	width: 100%;
	border-spacing: 1px;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_table_wrap .table_box table {
		width: 10.00rem;
		padding:0 0.20rem;
	}
}

#inspection .price .price_table_wrap .table_box table th,
#inspection .price .price_table_wrap .table_box table td {
	background-color: #FFF;
	font-size: 0.16rem;
	padding: 0.10rem;
	text-align: center;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_table_wrap .table_box table th,
	#inspection .price .price_table_wrap .table_box table td {
		font-size: 0.14rem;
	}
}

#inspection .price .price_table_wrap .table_box table .-w20 {
	width: 16%;
}

#inspection .price .price_table_wrap .table_box table .blank {
	background-color: #F2F2F2;
}

#inspection .price .price_table_wrap .table_box table .header {
	background-color: rgba(0, 160, 226, 0.4);
	/* color: #FFF; */
}

#inspection .price .price_table_wrap .table_box table .table_ttl {
	background-color: rgba(0, 160, 226, 0.1);
}

#inspection .price .price_table_wrap .table_box table .table_ttl span {
	font-size: 0.13rem;
	font-weight: 500;
	letter-spacing: 0;
	display: block;
}

#inspection .price .price_table_wrap .table_box table .table_total {
	background-color: #00a0e2;
	font-size: 0.18rem;
	font-weight: 600;
	color: #FFF;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_table_wrap .table_box table .table_total {
		font-size: 0.16rem;
	}
}

#inspection .price .price_table_wrap .table_box table .table_total.-white {
	background-color: #FFF;
	color: #000;
}

#inspection .price .price_table_wrap .table_box table .table_total.-blue {
	background-color: #003f91;
}

#inspection .price .price_table_wrap .table_box .caption {
	font-size: 0.13rem;
	font-weight: 500;
	text-align: right;
	line-height: 1.875;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_table_wrap .table_box .caption {
		font-size: 0.11rem;
		padding-left: 0.20rem;
		text-align: left;
	}
}

#inspection .price .price_kakomi {
	margin-top: 0.30rem;
	background-color: #FFF;
	padding: 0.20rem;
	border-radius: 0.10rem;
	border: 1px solid #00a0e2;
	font-size: 0.15rem;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_kakomi {
		font-size: 0.13rem;
		margin-top: 0.10rem;
		padding-bottom: 0.10rem;
	}
}

#inspection .price .price_kakomi .list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_kakomi .list {
		display: block;
		padding-bottom: 0.15rem;
	}
}

#inspection .price .price_kakomi .list .ttl {
	width: 2.30rem;
	text-align: right;
	font-weight: 600;
}
@media screen and (max-width: 599px) {
	#inspection .price .price_kakomi .list .ttl {
		width: 100%;
		text-align: left;
	}
}

/*============================
faq
============================*/
#faq {
	padding: 0.70rem 0 0.30rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#faq {
		padding: 0.40rem 0 0.30rem;
	}
}

#faq .faq_list {
	padding-bottom: 0.30rem;
}

#faq .faq_list .title {
	background-color: #1a2946;
	padding: 0.10rem 0.20rem;
	color: #FFF;
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	#faq .faq_list .title {
		padding: 0.10rem;
		font-size: 0.14rem;
		text-indent: -0.11rem;
		padding-left: 0.40rem;
	}
}

#faq .faq_list .title span::before {
	content: "Q.";
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	padding-right: 0.06rem;
}

#faq .faq_list .text {
	background-color: #f2f2f2;
	padding: 0.10rem 0.20rem 0.10rem 0.32rem;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	#faq .faq_list .text {
		background-color: #f2f2f2;
		padding: 0.10rem 0.15rem 0.10rem 0.30rem;
		font-size: 0.14rem;
		letter-spacing: 0;
		line-height: 1.85;
	}
}

#faq .faq_list .text span {
	display: block;
	text-indent: -0.10rem;
	margin-left: 0.10rem;
}

#faq .faq_list .text span::before {
	content: "A.";
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	padding-right: 0.06rem;
	color: #00a0e2;
}

#faq .contact_btn {
	text-align: center;
	padding: 0.50rem 0;
}

@media screen and (max-width: 599px) {
	#faq .contact_btn {
		text-align: center;
		padding: 0.20rem 0 0.50rem;
	}
}

#faq .contact_btn .text {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.20rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#faq .contact_btn .text {
		font-size: 0.15rem;
		line-height: 1.5;
	}
}

#faq .contact_btn .text span::before {
	content: "";
	width: 0.30rem;
	height: 0.20rem;
	display: inline-block;
	background-image: url(../img/contact_deco01.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}

@media screen and (max-width: 599px) {
	#faq .contact_btn .text span::before {
		height: 0.40rem;
		position: absolute;
		left: calc(50% - 1.60rem);
		top: 0.02rem;
	}
}

#faq .contact_btn .text span::after {
	content: "";
	width: 0.26rem;
	height: 0.20rem;
	display: inline-block;
	background-image: url(../img/contact_deco02.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}

@media screen and (max-width: 599px) {
	#faq .contact_btn .text span::after {
		width: 0.30rem;
		height: 0.40rem;
		position: absolute;
		right: calc(50% - 1.55rem);
		top: 0.02rem;
	}
}

#faq .contact_btn a {
	display: block;
	line-height: 0;
	max-width: 5.50rem;
	margin: auto;
	padding: 0.40rem 0 0.42rem;
	font-size: 0.24rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-color: #00a0e2;
	border-radius: 0.50rem;
	box-shadow: 0 4px 0 rgba(0, 160, 226, 0.3);
}

@media screen and (max-width: 599px) {
	#faq .contact_btn a {
		padding: 0.30rem 0 0.32rem;
		font-size: 0.18rem;
	}
}

#faq .contact_btn a:hover {
	background-color: #003f91;
}

/*============================
ph_slide_wrap
============================*/
.ph_slide_wrap {
	display: flex;
	justify-content: space-between;
}

/*============================
footer
============================*/
footer {
	background-color: #f2f2f2;
	padding: 0.50rem 0;
	border-bottom: 0.10rem solid #00a0e2;
}

footer .logo {
	width: 2.50rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	footer .logo {
		width: 2.00rem;
	}
}

footer .site_link_wrap {
	padding: 0.40rem 0;
}

@media screen and (max-width: 599px) {
	footer .site_link_wrap {
		padding: 0.20rem 0;
	}
}

footer .site_link_wrap .list {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 599px) {
	footer .site_link_wrap .list {
		flex-wrap: wrap;
	}
}

footer .site_link_wrap .list .link {
	padding: 0 0.15rem;
	border-left: 1px solid #000;
}

@media screen and (max-width: 599px) {
	footer .site_link_wrap .list .link {
		padding: 0.10rem 0;
		width: 100%;
		border-left: 0;
		text-align: center;
	}
}

footer .site_link_wrap .list .link:first-child {
	border: 0;
}

footer .site_link_wrap .list .link a {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	footer .site_link_wrap .list .link a {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		color: #000;
		text-decoration: underline;
	}
}

footer .site_link_wrap .list .link a:hover {
	color: #00a0e2;
}

footer .copyright {
	text-align: center;
	font-size: 0.12rem;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	footer .copyright {
		text-align: center;
		font-size: 0.10rem;
		letter-spacing: 0;
		line-height: 2;
	}
}
