/*===================================
下層：共通
===================================*/
/* パンくずをMVに入れる */
#maintenance_detail .maintenance_lower_mv {
	margin-top: -0.8rem;
	z-index: 0;
	position: relative;
	width: 100%;
	height: 5.00rem;
	background-size: cover;
}

@media screen and (max-width: 599px) {
	#maintenance_detail .maintenance_lower_mv {
		/* height: 3.00rem; */
		height: auto;
		margin-top: 0;
		/*		background-size: contain;*/
		background-position: right bottom;
	}
}

#maintenance_detail .maintenance_lower_mv .in {
	height: 100%;
	position: relative;
}

/* MV内のテキストとロゴ */
.maintenance_lower_mv .maintenance_lower_mv_text_wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.maintenance_lower_mv .maintenance_lower_mv_text_wrap {
		top: 45%;
	}
}

.maintenance_lower_mv .maintenance_lower_mv_text .title {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.maintenance_lower_mv .maintenance_lower_mv_text .title {
		font-size: 0.20rem;
		line-height: 1.65;
		padding-bottom: 0.10rem;
		text-align: center;
	}
}

/* ロゴ */
/*
.ucar_mv .logo {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	.ucar_mv .logo {
		width: 0.70rem;
		padding-bottom: 0.10rem;
	}
}
*/

/* お客様センター */
#maintenance_detail #okyakusasma_center {
	background-color: #F6F6F6;
	background-image: url(../img/ucar/ucar_okyakusama_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

@media screen and (max-width: 599px) {
	#maintenance_detail #okyakusasma_center {
		background-image: none;
		padding: 0.20rem 0;
	}
	#maintenance_detail #okyakusasma_center .okyakusasma_center_box {
		background-color: #FFF;
	}
}

#maintenance_detail #okyakusasma_center .okyakusasma_center_box .text_wrap {
	color: #565454;
}

#maintenance_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
	border-top: 1px solid #565454;
	border-bottom: 1px solid #565454;
}

@media screen and (max-width: 599px) {
	#maintenance_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .eigyo {
		border: 0;
	}
}

#maintenance_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .tel a {
	color: #565454;
}

/* TELアイコン */
#maintenance_detail #okyakusasma_center .okyakusasma_center_box .text_wrap .tel::before {
	background-image: url(../img/callcenter_icon_tel_gray.svg);
}

/*===================================
MV共通
===================================*/
.maintenance_lower_mv {
	color: #FFF;
	height: 5rem;
	margin-top: -0.8rem;
	background: #013e89;
	position: relative;
}
@media screen and (max-width: 599px) {
	#maintenance_lower_mv {
		height: auto;
		margin-top: 0;
	}
}

#maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
	/* background-image: url(../img/maintenance/maintenance_inspe_mv.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	width: 60%;
	height: 100%;
	margin-left: auto;
	margin-right:  0;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 599px) {
	#maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
		width: 100%;
		height: 3rem;
		position: static;
		/* background-image: url(../img/maintenance/maintenance_inspe_mv_sp.jpg); */
	}
}


.maintenance_lower_mv .in {
	height: 100%;
}
@media screen and (max-width: 599px) {
	.maintenance_lower_mv .in {
		padding: 0.30rem;
	}
}


.maintenance_lower_mv .maintenance_lower_mv_text_wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
	.maintenance_lower_mv .maintenance_lower_mv_text_wrap {
		position: static;
		transform: translateY(0);
	}
}

.maintenance_lower_mv .title {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 2;
	color: #fff;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 599px) {
	.maintenance_lower_mv .title {
		font-size: 0.20rem;
		margin-bottom: 0.10rem;
	}
}

@media screen and (max-width: 599px) {
	.maintenance_lower_mv .common_btn {
		margin: auto;
	}
}


/*リード*/
/* .maintenance_lower_mv {
	background: #F6F6F6;
}
@media screen and (max-width: 599px) {
	.maintenance_lower_mv {
		padding-top: 0.30rem;
	}
}


.maintenance_lower_mv_lead .list {
	display: flex;
	justify-content: center;
	position: relative;
	top: -0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list {
		top: -0;
		flex-wrap: wrap;
	}
}


#maintenance_inspe_mv_lead .list .item {
	padding: 0.30rem 0.20rem;
	box-sizing: border-box;
	margin: 0 0.10rem;
	background: #fff;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.65;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item {
		width: 100%;
		padding: 0.15rem;
		text-align: center;
		font-size: 0.16rem;
		margin-bottom: 0.10rem;
	}
}


#maintenance_inspe_mv_lead .list .item span {
	display: block;
	font-size: 0.22rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item span {
		display: block;
		font-size: 0.2rem;
	}
}


#maintenance_inspe_mv_lead .list .item.hybrid {
	display: flex;
	text-align: left;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item.hybrid {
		text-align: center;
		display: block;
	}
}


#maintenance_inspe_mv_lead .list .item.hybrid img {
	display: inline-block;
	padding-left: 0.30rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item.hybrid img {
		display: block;
		padding-left: 0;
		margin:  auto;
		margin-top: 0.15rem;
	}
} */

/*===================================
共通バナー
===================================*/
#maintenance_lowerbnr {
	background-color: #F6F6F6;
	background-image: url(../img/maintenance/maintenance_common_obi.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr {
		padding: 0.40rem 0;
		background-position: left top;
	}
}


#maintenance_lowerbnr a {
	display: block;
	text-decoration: none;
}

#maintenance_lowerbnr a .maintenance_lowerbnr_box {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr a .maintenance_lowerbnr_box {
		padding: 0.20rem;
	}
}

#maintenance_lowerbnr a .maintenance_lowerbnr_box .ph_wrap {
	width: 3.60rem;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr a .maintenance_lowerbnr_box .ph_wrap {
		width: 100%;
		margin-bottom: 0.15rem;
	}
}

#maintenance_lowerbnr a:hover .maintenance_lowerbnr_box .ph_wrap {
	opacity: 0.7;
}

#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap {
	width: calc(100% - 3.60rem);
	box-sizing: border-box;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}


#maintenance_lowerbnr a:hover .maintenance_lowerbnr_box .text_wrap {
	opacity: 0.7;
}

/*タイトル*/
#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .title {
	font-size: 0.22rem;
	font-weight: 600;
	color: #013e89;
	line-height: 1.5;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .title {
		font-size: 0.18rem;
		margin-bottom: 0.15rem;
	}
}


/*サブタイトル*/
#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .sub_title {
	font-size: 0.20rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.10rem;
	color: #000;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .sub_title {
		font-size: 0.18rem;
	}
}


#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .sub_title.border  {
	border-bottom: 1px solid #000;
	display: inline-block;
	padding-bottom: 0.05rem;
	margin-bottom: 0.10rem;
}

#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .sub_title .price {
	font-size: 0.28rem;
	display: inline-block;
	padding: 0 0.05rem 0 0.20rem;
	position: relative;
	top: 0.02rem;
}

/*テキスト*/
#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.65;
	color: #000;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .text {
		font-size: 0.14rem;
	}
}


/*リスト*/
#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .list {
	list-style: none;
}

#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .list .item {
	font-size: 0.12rem;
	line-height: 1.65;
	color: #000;
	margin-bottom: 0.05rem;
	color: #707070;
}

/*ボタン*/
#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .btn_wrap {
	text-align: right;
	color: #000;
	font-size: 0.16rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .btn_wrap {
		font-size: 0.14rem;
		padding: 0.40rem 0 0.20rem 0;
	}
}


#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .btn_wrap span {
	display: inline-block;
	position: relative;
	padding-right: 0.40rem;
	box-sizing: border-box;
}

#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .btn_wrap span::after {
	width: 0.30rem;
	height: 0.30rem;
	content: '';
	background: url(../img/icon_arrow_circle.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: .3s all;
}

#maintenance_lowerbnr a .maintenance_lowerbnr_box .text_wrap .btn_wrap span.new_win::after {
	width: 0.20rem;
	height: 0.20rem;
	background: url(../common/img/icon_newwin_blue.svg) no-repeat;
	background-size: contain;
}

#maintenance_lowerbnr a:hover .maintenance_lowerbnr_box .text_wrap .btn_wrap span::after {
	right: -0.05rem;
}

/*===================================
共通リンク
===================================*/
/* 横並びの緑のリンク */
.mitumori_link_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mitumori_link_wrap .list .detail {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.mitumori_link_wrap .list .detail {
		width: 100%;
		text-align: left;
	}
}

.mitumori_link_wrap .list .detail:first-child {
	border-right: 1px solid #FFF;
}

@media screen and (max-width: 599px) {
	.mitumori_link_wrap .list .detail:first-child {
		border-bottom: 1px solid #FFF;
		border-right: 0;
	}
}

.mitumori_link_wrap .list .detail a {
	display: block;
/*	padding: 0.45rem 0;s*/
	background-color: #013e89;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.mitumori_link_wrap .list .detail a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding:0 0.20rem;
	}
}

.mitumori_link_wrap .list .detail a .icon {
	width: 0.80rem;
	height: 0.80rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	.mitumori_link_wrap .list .detail a .icon {
		width: 0.60rem;
		height: 0.60rem;
		margin: 0;
	}
}

.mitumori_link_wrap .list .detail a .title {
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding: 0.15rem 0 0.10rem;
}

@media screen and (max-width: 599px) {
	.mitumori_link_wrap .list .detail a .title {
		font-size: 0.16rem;
		margin-bottom: 0;
		width: calc(100% - 0.90rem);
		text-align: left;
		padding: 0;
		padding-left: 0.23rem;
	}
}

.mitumori_link_wrap .list .detail a .btn_incont {
	color: #FFF;
	font-weight: 500;
	font-size: 0.16rem;
}

.mitumori_link_wrap .list .detail a .btn_incont .btn_incont_circle::before {
	background: #FFF;
}

.mitumori_link_wrap .list .detail a .btn_incont .btn_incont_circle::after {
	color: #013e89;
}

.mitumori_link_wrap .list .detail a .btn_incont::after {
	background-image: url(../common/img/icon_arrow_blue.svg);
}

@media screen and (max-width: 599px) {
	.mitumori_link_wrap .list .detail .btn_incont_wrap.sp_only {
		position: absolute;
		right: 0.20rem;
	}
}


/*===================================
共通ボタン
===================================*/
.common_btn {
	width: 100%;
	max-width: 3.50rem;
}

@media screen and (max-width: 599px) {
	.common_btn {
		max-width: 3.00rem;
	}
}

.common_btn a {
	display: block;
	border: 1px solid #013e89;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	text-align: center;
	position: relative;
	font-size: 0.18rem;
	font-weight: 700;
	color: #013e89;
	background: #fff;
	font-feature-settings: normal;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.common_btn a {
		font-size: 0.14rem;
		padding: 0.18rem 0 0.20rem;
	}
}


.common_btn a:hover {
	background-color: #013e89;
	border: 1px solid #fff;
	color: #fff;
}

/* 丸ボタン */
.common_btn.round a {
	border-radius: 0.50rem;
}

/* ボタンをセンターに */
.common_btn.center {
	margin: auto;
}

/* 右側にリンク矢印あり */
.common_btn.right-arrow a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.common_btn.right-arrow a:hover::after {
	background-image: url(../common/img/icon_right_white.svg);
	right: 0.12rem;
}

/* 左側にリンク矢印あり */
.common_btn.left-arrow a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
	;
	transition: all 0.3s;
}

.common_btn.left-arrow a:hover::after {
	background-image: url(../common/img/icon_right_white.svg);
	left: 0.12rem;
}

/*============================
MV
============================*/
#maintenance_top main {
	padding-top: 0;
}

#maintenance_top_mv {
	width: 100%;
	height: 7.00rem;
	;
	background: url(../img/maintenance/maintenance_top_mv.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	#maintenance_top_mv {
		width: 100%;
		height: 3.50rem;
	}
}


#maintenance_top_mv::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 6.0rem;
	background: url(../img/maintenance/maintenance_top_mv_back.png) no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}


#maintenance_top .maintenance_top_mv_title {
	color: #fff;
	position: absolute;
	top: 2.50rem;
	left: 1.30rem;
}

@media screen and (max-width: 599px) {
	#maintenance_top_mv .maintenance_top_mv_title {
		top: 1.00rem;
		left: 0.2rem;
	}
}

#maintenance_top_mv .maintenance_top_mv_title .title {
	font-size: 0.50rem;
	font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 599px) {
	#maintenance_top_mv .maintenance_top_mv_title .title {
		font-size: 0.30rem;
	}
}


#maintenance_top_mv .maintenance_top_mv_title .lead {
	padding-top: 0.3rem;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	#maintenance_top_mv .maintenance_top_mv_title .lead {
		padding-top: 0.2rem;
		font-size: 0.12rem;
	}
}

/*============================
トヨタ3S精神
============================*/
#maintenance_top_sinrai {
	padding: 1.20rem 0;
	position: relative;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai {
		padding: 0.50rem 0;
	}
}


#maintenance_top_sinrai::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.50rem  0px 0 3.00rem;
	border-color: #013e89 transparent transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai::before {
		border-width: 0.75rem  0px 0 1.50rem;
		top: 0;
	}
}


#maintenance_top_sinrai::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3.00rem 1.50rem 0;
	border-color: transparent transparent #013e89 transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai::after {
		border-width: 0 1.50rem 0.75rem 0;
	}
}


#maintenance_top_sinrai .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#maintenance_top_sinrai .box .ph_wrap {
	width: 40%;
	box-sizing: border-box;
	padding-right: 0.50rem;
	text-align: right;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai .box .ph_wrap {
		width: 70%;
		margin: auto;
		text-align: center;
		padding-right: 0;
	}
}

#maintenance_top_sinrai .box .ph_wrap img {
	max-width: 3.00rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai .box .ph_wrap img {
		width: 100%;
	}
}

#maintenance_top_sinrai .box .text_wrap {
	width: 60%;
	box-sizing: border-box;
	padding-left: 0.30rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai .box .text_wrap {
		width: 100%;
		padding-top: 0.30rem;
		padding-left: 0;
	}
}

#maintenance_top_sinrai .box .text_wrap .title {
	color: #013e89;
	font-size: 0.3rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai .box .text_wrap .title {
		font-size: 0.22rem;
	}
}


#maintenance_top_sinrai .box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai .box .text_wrap .text {
		font-size: 0.14rem;
	}
}


#maintenance_top_sinrai .box .text_wrap .lead {
	font-size: 0.2rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#maintenance_top_sinrai .box .text_wrap .lead {
		font-size: 0.18rem;
		line-height: 2;
		padding-bottom: 0.20rem;
	}
}


/*============================
メニュー
============================*/
#maintenance_top_menu {
	background: #013E89;
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_menu {
		padding: 0.50rem 0;
	}
}



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

#maintenance_top_menu .list .item {
	width: 31%;
	box-sizing: border-box;
	background: #fff;
/*	height: 3.80rem;*/
	height: 3.00rem;
	padding: 0 0.40rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#maintenance_top_menu .list .item {
		width: 100%;
		height: auto;
		padding: 0 0.30rem;
		margin-bottom: 0.30rem;
	}
}


#maintenance_top_menu .list .item .list_title {
	font-size: 0.27rem;
	font-weight: 600;
	text-align: center;
	padding: 0.5rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_menu .list .item .list_title {
		font-size: 0.22rem;
		padding: 0.3rem 0;
	}
}

#maintenance_top_menu .list .item .text {
	font-size: 0.16rem;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#maintenance_top_menu .list .item .text {
		font-size: 0.14rem;
	}
}


#maintenance_top_menu .list .item .text span {
	color: #013e89;
	font-weight: 600;
}

#maintenance_top_menu .list .item .btn {
	position: absolute;
	bottom: 0.30rem;
	right: 0.90rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_menu .list .item .btn {
		position: static;
		text-align: center;
		padding: 0.30rem 0;
	}
}


#maintenance_top_menu .list .item .btn a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 0.16rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_menu .list .item .btn a {
		position: relative;
		font-size: 0.14rem;
	}
}

#maintenance_top_menu .list .item .btn a:hover {
	opacity: 0.7;
}

#maintenance_top_menu .list .item .btn a::after {
	content: '';
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background-image: url(../img/icon_arrow_circle.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -0.07rem;
	right: -0.4rem;
	transition: .3s all;
}

#maintenance_top_menu .list .item .btn a:hover::after {
	right: -0.45rem;
}

/*車検ボタン*/
#maintenance_top_menu .list .item .btn_shaken {
	text-align: center;
	margin-top: 0.20rem;
}

#maintenance_top_menu .list .item .btn_shaken a {
	display: inline-block;
	text-decoration: none;
	padding: 0.1rem;
	color: #000;
	font-size: 0.15rem;
	border: 1px solid #00428e;
	background: #fff;
	border-radius: 0.05rem;
}

#maintenance_top_menu .list .item .btn_shaken a:hover {
	opacity: 0.7;
}

#maintenance_top_menu .list .item .btn_shaken a i {
	width: 0.18rem;
	padding-right: 0.05rem;
}

#maintenance_top_menu .list .item .btn_shaken a i img {
	width: 0.18rem;
	height: 0.18rem;
	vertical-align: middle;
}

@media screen and (max-width: 599px) {
}


/*============================
スケジュール
============================*/
#maintenance_top_schedule {
	padding: 0.8rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_schedule {
		padding: 0.5rem 0;
	}
}

#maintenance_top_schedule .lower_sec_title {
	margin-bottom: 0.3rem;
}

#maintenance_top_schedule .lead {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_schedule .lead {
		font-size: 0.14rem;
	}
}


.schedule__list {
	/* margin: 0 45px; */
	position: relative;
}
@media screen and (max-width: 599px) {
	.schedule__list {
		margin: 0;
		margin-right: 0.05rem;

	}
}


.schedule__list:before {
	background: #A92617;
	bottom: 1px;
	height: 1px;
}

.schedule__list ul {
	display: flex;
	justify-content: space-between;
	max-width: 8rem;
}
@media screen and (max-width: 599px) {
	.schedule__list ul {
		flex-flow: row;
		flex-wrap: wrap;
	}
}


.schedule__list ul:before {
	content: "";
	max-width: 8rem;
	width: 100%;
	position: absolute;
	height: 0.30rem;
	background: #f5f5f5;
	top: 1.15rem;
	left: 0;
}
@media screen and (max-width: 599px) {
	.schedule__list ul:before {
		top: 0;
		/* left: 0.15rem; */
		width: 0.30rem;
		height: 95%;
		left: 50%;
		transform: translateX(-50%);
	}
}


.schedule__list ul li {
	background: #f7f7f7;
	border: solid 1px #cecece;
	width: 0.75rem;
	position: relative;
	z-index: 1;
/*	margin-bottom:0.95rem;*/
}
@media screen and (max-width: 599px) {
	.schedule__list ul li {
/*		width: 70%;*/
/*		width: calc(100% - 0.60rem);*/
		width: 100%;
		display: flex;
		height: 0.60rem;
		margin-bottom: 0.20rem;
		max-width: auto;
	}
}


/*
.schedule__list .makasechao:before {
	content: "";
	position: absolute;
	width: 0.13rem;
	height: 0.13rem;
	border-radius: 50%;
	background: #013E89;
	left: 0.35rem;
	bottom: -0.61rem;
}
@media screen and (max-width: 599px) {
	.schedule__list .makasechao:before {
		left: auto;
		right: -0.30rem;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
}
*/



.schedule__list ul li a {
	pointer-events: none;
	text-decoration: none;
}

.schedule__list__month {
	background: #707070;
	height: 0.75rem;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	.schedule__list__month {
		width: 0.60rem;
		height: 0.60rem;
		padding-top: 0.13rem;
	}
}


.schedule__list .oneyear .schedule__list__month {
	background: #013E89;
}

.schedule__list__month span {
	display: block;
	margin-top: 0.05rem;
}

.schedule__list__detail {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.30rem 0;
}


.schedule__list__detail p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 0.16rem;
	letter-spacing: 0.02rem;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.schedule__list__detail p {
		font-size: 0.14rem;
		writing-mode: initial;
		padding: 0.15rem;
	}
	
}

/*法定*/
.houtei .schedule__list__detail p {
	color: #013e89;
	font-size: 0.18rem;
	font-weight: 600;
}
@media screen and (max-width: 599px) {
	.houtei .schedule__list__detail p {
		font-size: 0.16rem;
	}
}

/*安心*/
.schedule__list .ansin .schedule__list__month {
	background: #4083CF;
}
.ansin .schedule__list__detail p {
	color: #4083CF;
	font-size: 0.18rem;
	font-weight: 600;
}
@media screen and (max-width: 599px) {
	.ansin .schedule__list__detail p {
		font-size: 0.16rem;
	}
}

.schedule__list__detail p span {
	-webkit-text-combine: horizontal;
	text-combine-upright: all;
	position: relative;
	padding-bottom: 0.02rem;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, sans-serif;
}

/* 2桁 */
.schedule__list__detail p span.text2 {
	right:0.02rem;
}

/* macのみ */
.mac .schedule__list__detail p span.text2 {
	right:0.01rem;
}

@media screen and (max-width: 599px) {
	.mac .schedule__list__detail p span.text2,
	.schedule__list__detail p span.text2 {
		right: 0;
	}
}

/* mac safariのみ */
.mac.safari .schedule__list__detail p span.text2 {
	right:-0.01rem;
}

/* Windows Chromeのみ */
.chrome.win .schedule__list__detail p span.text2 {
	right:0.03rem;
}

/*

.mamoru:after {
	content: "";
	position: absolute;
	width: 0.13rem;
	height: 0.13rem;
	border-radius: 50%;
	background: #A92617;
	left: 0.35rem;
	bottom: -1.00rem;
}
@media screen and (max-width: 599px) {
	.mamoru:after {
		left: auto;
		right: -0.65rem;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
}
*/


.schedule__list__month b {
	font-size: 0.20rem;
	font-weight: 500;
}

/*
.schedule__list:after {
	content: "";
	position: absolute;
	width: calc(100% - 0.74rem);
	left: 0.37rem;
	background: #013e89;
	bottom: 0.4rem;
	height: 1px;
}
@media screen and (max-width: 599px) {
	.schedule__list:after {
		width: 0.01rem;
		bottom: initial;
		left: auto;
		right: 0.35rem;
		top: 49%;
		transform: translateY(-50%);
		height: calc(100% - 0.8rem);
	}
}
*/


/*
.schedule__list:before {
	content: "";
	position: absolute;
	width: 37%;
	right: 0.37rem;
}
@media screen and (max-width: 599px) {
	.schedule__list:before {
		width: 1px;
		bottom: initial;
		left:auto;
		right: 0;
		bottom: 0.50rem;
		height: calc(100% - 5.80rem);
	}
}

*/

/*リンク*/
#maintenance_top_schedule .schedule__notes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin-left: 0.45rem;
	margin-right: 0.45rem; */
}
@media screen and (max-width: 599px) {
	#maintenance_top_schedule .schedule__notes {
		margin-left: 0;
		margin-right: 0;
	}
}


#maintenance_top_schedule .schedule__notes__makasechao {
	border: 1px solid #707070;
	width: 48%;
	padding: 0.30rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#maintenance_top_schedule .schedule__notes__makasechao {
		width: 100%;
		margin-bottom: 0.20rem;
		text-align: center;
	}
}

#maintenance_top_schedule .schedule__notes__makasechao p {
	font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_schedule .schedule__notes__makasechao p {
		font-size: 0.16rem;
		line-height: 1.65;
	}
}



#maintenance_top_schedule .schedule__notes__mamoru {
	border: 1px solid #707070;
	width: 48%;
	padding: 0.30rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#maintenance_top_schedule .schedule__notes__mamoru {
		width: 100%;
		text-align: center;
	}
}


#maintenance_top_schedule .schedule__notes__mamoru p {
	font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_schedule .schedule__notes__mamoru p {
		font-size: 0.16rem;
		line-height: 1.65;
	}
}


#maintenance_top_schedule .schedule__notes__makasechao p:before {
	content: "●";
	color: #013e89;
	margin-right: 5px;
}

#maintenance_top_schedule .schedule__notes__makasechao a {
	color: #013e89;
	text-decoration: underline;
	font-weight: 700;
	transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

#maintenance_top_schedule .schedule__notes__makasechao a:hover {
	opacity: 0.7
}

#maintenance_top_schedule .schedule__notes__mamoru p:before {
	content: "●";
	color: #A92617;
	margin-right: 0.05rem;
}

#maintenance_top_schedule .schedule__notes__mamoru a {
	color: #A92617;
	text-decoration: underline;
	font-weight: 700;
	transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

#maintenance_top_schedule .schedule__notes__mamoru a:hover {
	opacity: 0.7
}

#maintenance_top_schedule .schedule__notes__caution {
	text-align: left;
	width: 100%;
	font-size: 0.14rem;
	padding: 0.30rem 0;
}


@media screen and (max-width: 599px) {
}


/*============================
おクルマのご購入時にメンテナンスもセットする賢い選択
============================*/
#maintenance_top_set {
	padding: 0.80rem 0;
	background: #F6F6F6;
}
@media screen and (max-width: 599px) {
	#maintenance_top_set {
		padding: 0.50rem 0;
	}
}


#maintenance_top_set .title {
	font-size: 0.30rem;
	font-weight: 600;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_set .title {
		font-size: 0.22rem;
		margin-bottom: 0.30rem;
		line-height: 1.4;
	}
}


#maintenance_top_set .list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	gap: 0 0.4rem;
}

#maintenance_top_set .list .item {
	width: 31%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#maintenance_top_set .list .item {
		width: 100%;
	}
}

#maintenance_top_set .list .item a {
	color: #000;
	text-decoration: none;
	display: block;
}
@media screen and (max-width: 599px) {
	#maintenance_top_set .list .item a {
		display: flex;
	}
}

#maintenance_top_set .list .item a:hover{
	opacity: 0.7;
}

#maintenance_top_set .list .item a:hover .ph_wrap img {
	transform: scale(1.04);
}
@media screen and (max-width: 599px) {
}


#maintenance_top_set .list .item .ph_wrap {
	width: 100%;
	height: 2.20rem;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	#maintenance_top_set .list .item .ph_wrap {
		width: 40%;
		height: 1.5rem;
	}
}


#maintenance_top_set .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}

@media screen and (max-width: 599px) {
	#maintenance_top_set .list .item .text_wrap {
		width: 60%;
		box-sizing: border-box;
		padding-left: 0.20rem;
	}
}

#maintenance_top_set .list .item .list_title {
	font-size: 0.18rem;
	font-weight: 600;
	padding: 0.15rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_set .list .item .list_title {
		font-size: 0.16rem;
	}
}

#maintenance_top_set .list .item a.new_win .list_title span::after {
	content: "";
	display: inline-block;
	width: 0.15rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_newwin_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.02rem;
	margin: 0 0.05rem;
}

#maintenance_top_set .list .item .text {
	font-size: 0.16rem;
	line-height: 1.6;
}
@media screen and (max-width: 599px) {
	#maintenance_top_set .list .item .text {
		font-size: 0.14rem;
	}
}


/*============================
カーライフサポート
============================*/
#maintenance_top_carlife {
	padding: 1.00rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife {
		padding: 0.50rem 0;
	}
}


#maintenance_top_carlife .title_box {
	background: url(../img/maintenance/maintenance_top_carlife.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .title_box {
		background-position: right;
	}
}


#maintenance_top_carlife .title_box .title {
	font-size: 0.30rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.8;
	padding: 1.30rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .title_box .title {
		font-size: 0.22rem;
		padding: 0.80rem 0;
	}
}


#maintenance_top_carlife .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#maintenance_top_carlife .box .right_news {
	width: 48%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .box .right_news {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}


#maintenance_top_carlife .box .right_news a {
	display: block;
	text-decoration: none;
	color: #000;
}

#maintenance_top_carlife .box .right_news a:hover {
	opacity: 0.7;
}

#maintenance_top_carlife .box .right_news a .ph_wrap {
	width: 100%;
	height: 3.40rem;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .box .right_news a .ph_wrap {
		height: 1.8rem;
	}
}

#maintenance_top_carlife .box .right_news a .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}

#maintenance_top_carlife .box .right_news a:hover .ph_wrap img {
	transform: scale(1.04);
}

#maintenance_top_carlife .box .right_news p {
	font-size: 0.16rem;
	line-height: 1.5;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .box .right_news p {
		font-size: 0.14rem;
	}
}


#maintenance_top_carlife .box .left_news {
	width: 48%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .box .left_news {
		width: 100%;
	}
}


#maintenance_top_carlife .box .left_news .list {
	box-sizing: border-box;
}

#maintenance_top_carlife .box .left_news .list .item {
	margin-bottom: 0.20rem;
}

#maintenance_top_carlife .box .left_news .list .item.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 10px;
	padding: 0;
}

#maintenance_top_carlife .box .left_news .list .item a {
	color: #013e89;
	font-size: 0.16rem;
	line-height: 1.65;
	position: relative;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .box .left_news .list .item a {
		font-size: 0.14rem;
	}
}


#maintenance_top_carlife .box .left_news .list .item a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/*ボタン*/
#maintenance_top_carlife .box .left_news .btn {
	margin-top: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_top_carlife .box .left_news .btn {
		margin: 0;
		text-align: center;
	}
}


#maintenance_top_carlife .box .left_news .btn .more_btn {
	text-align: center;
	width: 3.00rem;
	border: 1px solid  #013e89;
	display: inline-block;
	padding: 0.20rem 0;
	text-decoration: none;
	font-size: 0.14rem;
	color: #013e89;
	position: relative;
	background: #fff;
}

#maintenance_top_carlife .box .left_news .btn .more_btn::before {
	content: '';
	width: 0.15rem;
	height: 0.15rem;
	background: url(../img/icon_togle_down_blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0.20rem;
	top: 0.23rem;
	transition: .3s all;
}


#maintenance_top_carlife .box .left_news .btn .more_btn:hover {
	opacity: 0.7
}

#maintenance_top_carlife .box .left_news .btn .more_btn:hover::before {
	top: 0.28rem;
}


@media screen and (max-width: 599px) {
}


/*============================
下層MV
============================*/
/* MVグラデ */
/* .maintenance_lower_mv::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
} */

/* メンテンナスパスポートのみグラデ */
/* #maintenance_pasport .maintenance_lower_mv::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
} */


/* パンくず（白） */
#page_navi.maintenance_lower_page_navi .list .link a,
#page_navi.maintenance_lower_page_navi .list .link.current {
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#page_navi.maintenance_lower_page_navi .list .link a,
	#page_navi.maintenance_lower_page_navi .list .link.current {
		color: #000;
	}
}

#page_navi.maintenance_lower_page_navi .list .link a::after {
	opacity: 1;
	background-image: url(../img/gr_garage/gr_garage_pagenavi_arrow.svg);
}

@media screen and (max-width: 599px) {
	#page_navi.maintenance_lower_page_navi .list .link a::after {
		opacity: 1;
		background-image: url(../common/img/sp_menu_arrow.svg);
	}
}

/*============================
車検を受けたい
============================*/
/* MV */
#maintenance_inspe_mv {
	color: #FFF;
	height: 5rem;
	margin-top: -0.8rem;
	background: #013e89;
	position: relative;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv {
		height: auto;
		margin-top: 0;
	}
}

#maintenance_detail #maintenance_inspe_mv .maintenance_inspe_mv_wrap {
	background-image: url(../img/maintenance/maintenance_inspe_mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 60%;
	height: 100%;
	margin-left: auto;
	margin-right:  0;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 599px) {
	#maintenance_detail #maintenance_inspe_mv .maintenance_inspe_mv_wrap {
		width: 100%;
		height: 3rem;
		position: static;
		background-image: url(../img/maintenance/maintenance_inspe_mv_sp.jpg);
	}
}


#maintenance_inspe_mv .in {
	height: 100%;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv .in {
		padding: 0.30rem;
	}
}


#maintenance_inspe_mv .maintenance_lower_mv_text_wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv .maintenance_lower_mv_text_wrap {
		position: static;
		transform: translateY(0);
	}
}

#maintenance_inspe_mv .title {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 2;
	color: #fff;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv .title {
		font-size: 0.20rem;
		margin-bottom: 0.10rem;
		text-align: center;
	}
}

@media screen and (max-width: 599px) {
	#maintenance_inspe_mv ..common_btn {
		margin: auto;
	}
}


/*リード*/
#maintenance_inspe_mv_lead {
	background: #F6F6F6;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead {
		padding-top: 0.30rem;
	}
}


#maintenance_inspe_mv_lead .list {
	display: flex;
	justify-content: center;
	position: relative;
	top: -0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list {
		top: -0;
		flex-wrap: wrap;
	}
}


#maintenance_inspe_mv_lead .list .item {
	padding: 0.30rem 0.20rem;
	box-sizing: border-box;
	margin: 0 0.10rem;
	background: #fff;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.65;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item {
		width: 100%;
		padding: 0.15rem;
		text-align: center;
		font-size: 0.16rem;
		margin-bottom: 0.10rem;
	}
}


#maintenance_inspe_mv_lead .list .item span {
	display: block;
	font-size: 0.22rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item span {
		display: block;
		font-size: 0.2rem;
	}
}


#maintenance_inspe_mv_lead .list .item.hybrid {
	display: flex;
	text-align: left;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item.hybrid {
		text-align: center;
		display: block;
	}
}


#maintenance_inspe_mv_lead .list .item.hybrid img {
	display: inline-block;
	padding-left: 0.30rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_mv_lead .list .item.hybrid img {
		display: block;
		padding-left: 0;
		margin:  auto;
		margin-top: 0.15rem;
	}
}


/*フリー枠*/
#maintenance_inspe_freebox {
	background: #F6F6F6;
	padding: 0.50rem 0;
}

#maintenance_inspe_freebox .title{
	font-size: 0.25rem;
	font-weight: 600;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_freebox .title{
		font-size: 0.22rem;
	}
}


#maintenance_inspe_freebox  .box{
	background: #fff;
	padding: 0.30rem;
	box-sizing: border-box;
}

#maintenance_inspe_freebox  .box p{
	font-size: 0.16rem;
	line-height: 1.65;
	word-break: break-all;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_freebox  .box p{
		font-size: 0.14rem;
	}
}


#maintenance_inspe_freebox  .box a {
	color: #013e89;
	font-size: 0.16rem;
	padding: 0.20rem 0;
	display: inline-block;
}
@media screen and (max-width: 599px) {
	#maintenance_inspe_freebox  .box a {
		font-size: 0.14rem;
	}
}

#maintenance_inspe_freebox  .box a:hover {
	opacity: 0.7;
}


/*マイネッツの車検費用*/
@media screen and (max-width: 599px) {
	#maintenance_price {
		padding: 0.30rem 0;
	}
}


#maintenance_price .lower_sec_title {
	text-align: center;
}

#maintenance_price .lower_sec_title::after {
	margin-left: auto;
	margin-right: auto;
}

#maintenance_price .maintenance_price_lead {
	border-bottom: 1px solid #707070;
	padding-bottom: 0.50rem;
}

#maintenance_price .maintenance_price_lead .ph_wrap{
	text-align: center;
	margin-bottom: 0.50rem;
}

#maintenance_price .maintenance_price_lead .ph_wrap img{
	max-width: 100%;
}

#maintenance_price .maintenance_price_lead .list{
	list-style: none;
}

#maintenance_price .maintenance_price_lead .list .item{
	font-size: 0.12rem;
	color: #707070;
	line-height: 1.65;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
	margin-bottom: 0.05rem;
}

/*車検料金例*/
#maintenance_price .maintenance_price_example {
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example {
		padding: 0.40rem 0;
	}
}


#maintenance_price .maintenance_price_example .title {
	font-size: 0.25rem;
	font-weight: 600;
	margin-bottom: 0.50rem;
	display: inline-block;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .title {
		display: block;
		margin-bottom: 0.15rem;
	}
}

#maintenance_price .maintenance_price_example .example_note {
	font-size: 0.14rem;
	display: inline-flex;
	padding-left: 0.20rem;
	line-height: 1.5;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .example_note {
		margin-bottom: 0.5rem;
		font-size: 0.12rem;
		padding-left: 0.12rem;
		text-indent: -0.12rem;
	}
}

/*タブ*/
#maintenance_price .maintenance_price_example .tab_wrap {
	display: flex;
	justify-content: space-between;
}

#maintenance_price .maintenance_price_example .tab_wrap .tab {
	width: 33.333%;
	border-bottom: 2px solid #DDDDDD;
	cursor: pointer;
}

#maintenance_price .maintenance_price_example .tab_wrap .tab:hover {
	color: #013e89;
	border-bottom: #013e89 2px solid;
	opacity: 0.7;
}


#maintenance_price .maintenance_price_example .tab_wrap .tab span {
	font-size:0.22rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .tab_wrap .tab span {
		font-size:0.16rem;
		padding-bottom: 0.10rem;
	}
}


#maintenance_price .maintenance_price_example .tab_wrap .tab.active {
	color: #013e89;
	border-bottom: #013e89 2px solid;
	pointer-events: none;
}

#maintenance_price .maintenance_price_example .tab_wrap .tab span::before {
	content: '';
	width: 1.6rem;
	height: 0.7rem;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .tab_wrap .tab span::before {
		content: none;
	}
}


/*ヤリス*/
#maintenance_price .maintenance_price_example .tab_wrap .tab.yaris span::before {
	background-image: url(../img/maintenance/maintenance_inspe_ex_tab_01.jpg);
}

/*プリウス*/
#maintenance_price .maintenance_price_example .tab_wrap .tab.prius span::before {
	background-image: url(../img/maintenance/maintenance_inspe_ex_tab_02.jpg);
}

/*ハリアー*/
#maintenance_price .maintenance_price_example .tab_wrap .tab.hariar span::before {
	background-image: url(../img/maintenance/maintenance_inspe_ex_tab_03.jpg);
}

/*車検料金例コンテンツ*/
#maintenance_price .maintenance_price_example .maintenance_price_example_wrap {
	display: none;
}

#maintenance_price .maintenance_price_example .maintenance_price_example_wrap.active {
	display: block;
}

#maintenance_price .maintenance_price_example .maintenance_price_example_cont {
	display: flex;
	justify-content: space-between;
	margin-top: 0.70rem;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .maintenance_price_example_cont {
		flex-wrap: wrap;
	}
}



#maintenance_price .maintenance_price_example .maintenance_price_example_cont .ph_wrap{
	width: 40%;
	box-sizing: border-box;
	padding-right: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .maintenance_price_example_cont .ph_wrap{
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}

#maintenance_price .maintenance_price_example .maintenance_price_example_cont .ph_wrap img {
	width: 100%;
}

#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap{
	width: 60%;
	box-sizing: border-box;
	border-left: #454545 2px solid;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap{
		width: 100%;
		border-left:none;
		padding-left: 0;
	}
}

#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table {
}

#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table th {
	font-size: 0.20rem;
	font-weight: 600;
	vertical-align: middle;
	text-align: left;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table th {
		font-size: 0.16rem;
	}
}


#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table td {
	font-size: 0.30rem;
	vertical-align: middle;
	padding: 0.1rem 0 0.1rem 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table td {
		font-size: 0.25rem;
	}
}

#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table td .yen {
	font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table td .yen {
		font-size: 0.16rem;
	}
}


#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table td .small_text {
	font-size: 0.16rem;
	display: table-cell;
}
@media screen and (max-width: 599px) {
	#maintenance_price .maintenance_price_example .maintenance_price_example_cont .text_wrap table td .small_text {
		font-size: 0.14rem;
	}
}


#maintenance_price .maintenance_price_example .maintenance_price_example_cont .list{
	list-style: none;
	margin-top: 0.30rem;
}

#maintenance_price .maintenance_price_example .maintenance_price_example_cont .list .item{
	font-size: 0.12rem;
	color: #707070;
	line-height: 1.65;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
	margin-bottom: 0.05rem;
}

/*バナー*/
.caricon_bnr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.00rem;
	border: 1px solid #013e89;
}

@media screen and (max-width: 599px) {
	.caricon_bnr {
		margin-bottom: 0.70rem;
	}
}

.caricon_bnr .caricon_bnr_text {
	width: 55%;
	background: #013e89;
	padding: 0.50rem 0.30rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.caricon_bnr .caricon_bnr_text {
		width: 100%;
		background: #013e89;
		padding: 0.20rem;
	}
}

.caricon_bnr .caricon_bnr_text .text {
	text-align: center;
	color: #fff;
	font-size: 0.25rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.caricon_bnr .caricon_bnr_text .text {
		font-size: 0.20rem;
	}
}


.caricon_bnr_img {
	width: 45%;
	background: #F6F6F6;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 599px) {
	.caricon_bnr_img {
		display: none;
	}
}


.caricon_bnr_img img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


/*おクルマの状態によって必要となる車検費用が変わる理由*/
#maintenance_riyu {
	padding-top: 0.50rem;
	padding-bottom: 1.00rem;
}
@media screen and (max-width: 599px) {
	#maintenance_riyu {
		padding-top: 0.30rem;
		padding-bottom: 0.40rem;
	}
}


#maintenance_riyu .lower_sec_title {
	text-align: center;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#maintenance_riyu .lower_sec_title {
		line-height: 1.3;
	}
}


#maintenance_riyu .lower_sec_title::after {
	margin-left: auto;
	margin-right: auto;
}

#maintenance_riyu .text {
	text-align: center;
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.70rem;
}
@media screen and (max-width: 599px) {
	#maintenance_riyu .text {
		font-size: 0.14rem;
		margin-bottom: 0.40rem;
		text-align: left;
	}
}



#maintenance_riyu .ph_wrap {
	text-align: center;
	max-width: 6.10rem;
	margin: auto;
}

#maintenance_riyu .ph_wrap img {
	max-width: 100%;
}


/*バナー*/
#maintenance_inspe #maintenance_lowerbnr {
    background-position: top left;
    background-size: auto;
}
@media screen and (max-width: 599px) {
    #maintenance_inspe #maintenance_lowerbnr {
        background-size: contain;
    }
}

#maintenance_inspe #maintenance_lowerbnr .box:first-child{
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
}




/*============================
点検を受けたい
============================*/
/* MV */
/* #maintenance_safety_mv {
	background-image: url(../img/maintenance/maintenance_tenken_mv.jpg);
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#maintenance_safety_mv {
		background-image: url(../img/maintenance/maintenance_tenken_mv_sp.jpg);
	}
} */


#maintenance_safety #maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
	background-image: url(../img/maintenance/maintenance_tenken_mv.jpg);
	background-position: center;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
		background-image: url(../img/maintenance/maintenance_tenken_mv_sp.jpg);
	}
}


/*点検サイクル*/
#maintenance_safety #cycle {
	background: #F6F6F6;
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #cycle {
		padding: 0.40rem 0;
	}
}


#maintenance_safety #cycle .lower_sec_title {
	margin-top: 0;
	margin-bottom: 0.30rem;
}

#maintenance_safety #cycle .lead {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #cycle .lead {
		font-size: 0.14rem;
	}
}


#maintenance_safety #cycle .cycle_box {
	background: #fff;
	box-sizing: border-box;
	padding: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #cycle .cycle_box {
		background: #fff;
		box-sizing: border-box;
		padding: 0.30rem 0.15rem;
	}
}


#maintenance_safety #cycle .cycle_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #cycle .cycle_box .list {
		margin-bottom: 0;
	}
}


#maintenance_safety #cycle .cycle_box .list .item {
	width: 48%;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #cycle .cycle_box .list .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#maintenance_safety #cycle .cycle_box .list .item .list_title {
	text-align: center;
	margin-bottom: 0.15rem;
}

#maintenance_safety #cycle .cycle_box .list .item .list_title span {
	font-size: 0.20rem;
	font-weight: 600;
	color: #fff;
	width: 2.50rem;
	display: inline-block;
	text-align: center;
	padding: 0.10rem;
	border-radius: 20px;
}

@media screen and (max-width: 599px) {
	#maintenance_safety #cycle .schedule__list ul li{
		width: 100%;
	}
	}


#maintenance_safety #cycle .cycle_box .list .item:first-child .list_title span {
	background: #00428E;
}

#maintenance_safety #cycle .cycle_box .list .item:last-child .list_title span  {
	background: #4083CF;
}


#maintenance_safety #cycle .cycle_box .list .item .text {
	font-size: 0.14rem;
	line-height: 1.65;
	color: #454545;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #cycle .cycle_box .list .item .text {
		font-size: 0.14rem;
	}
}

#maintenance_safety .schedule__list .makasechao:before {
	content: none;
}

#maintenance_safety .schedule__list:before {
	content: none;
}

#maintenance_safety .schedule__list:after {
	content: none;
}

#maintenance_safety .mamoru:after {
	content: none;
}

#maintenance_safety .schedule__list ul li {
	margin-bottom: 0.30rem;
}

#maintenance_safety .schedule__list {
	margin: 0;
}

#maintenance_safety #cycle .note {
	font-size: 0.14rem;
	/* text-align: right; */
	padding-top: 0.30rem;
	color: #707070;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #cycle .note {
		font-size: 0.12rem;
	}
}



/*点検料金*/
#maintenance_safety #price {
	margin-bottom: 1.00rem;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #price {
		margin-bottom: 0.50rem;
	}
}


#maintenance_safety #price table {
	width: 100%;
	border-collapse: collapse
}


#maintenance_safety #price tr {
	width: 100%;
}


#maintenance_safety #price .title th {
	padding: 0.30rem;
	border: 5px solid #fff;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #price .title th {
		padding: 0.15rem 0;
		border: 2px solid #fff;
	}
}

/*SPタイトル*/
@media screen and (max-width: 599px) {
	#maintenance_safety #price .cont_title {
		font-size: 0.20rem;
		font-weight: 600;
		margin-bottom: 0.10rem;
	}
}

/*SPコンテンツ*/
@media screen and (max-width: 599px) {
	#maintenance_safety #price .price_cont_box {
		margin-bottom: 0.40rem;
	}
}



#maintenance_safety #price .title th.title01 {
	width: 20%;
	background: #EAEAEA;
}

#maintenance_safety #price .title th.title02 {
	width: 20%;
	background: #00428E;
	color: #fff;
	font-size: 0.16rem;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #price .title th.title02 {
 		width: 50%;
		font-size: 0.12rem;
	}
}


#maintenance_safety #price .title th.title03 {
	width: 20%;
	background: #4083CF;
	color: #fff;
	font-size: 0.16rem;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #price .title th.title03 {
		width: 50%;
		font-size: 0.12rem;
	}
}

#maintenance_safety #price .title th.title04 {
	width: 40%;
	background: #EAEAEA;
}


#maintenance_safety #price th {
	background: #EAEAEA;
	border: 5px solid #fff;
	font-size: 0.14rem;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #price th {
		padding: 0 0.15rem;
	}
}


#maintenance_safety #price td {
	padding: 0.30rem;
	font-size: 0.16rem;
	border: 5px solid #fff;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#maintenance_safety #price td {
		padding: 0.15rem;
		font-size: 0.14rem;
		border: 2px solid #fff;
	}
}


#maintenance_safety #price td.houtei {
	text-align: center;
	background: rgba(0, 66, 142 , 0.1);
	background: #E5EBF3;
}

#maintenance_safety #price td.ansin {
	text-align: center;
	background: #F5F9FD;
}

#maintenance_safety #price td.text {
	background: #F8F8F8;
	font-size: 0.14rem;
}

/*注意書き*/
#maintenance_safety #price .note {
	margin-top: 0.15rem;
}

#maintenance_safety #price .note .list {
	list-style: none;
}

#maintenance_safety #price .note .list .item {
	font-size: 0.12rem;
	color: #707070;
	line-height: 1.65;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
}

/*セクションイメージ*/
#maintenance_lowersecimg {
	background: url(../img/maintenance/maintenance_tenken_ansin_back.png) no-repeat center;
	background-size: cover;
	padding: 0.90rem 0;
	position: relative;
}
@media screen and (max-width: 599px) {
	#maintenance_lowersecimg {
		padding: 0.45rem 0;
	}
}


#maintenance_lowersecimg  .title {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 2;
	color: #fff;
}
@media screen and (max-width: 599px) {
	#maintenance_lowersecimg  .title {
		font-size: 0.20rem;
	}
}


#maintenance_lowersecimg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 599px) {
}


/*============================
キズ・へこみの修理
============================*/
/* MV */
/* #maintenance_kizu_mv {
	background-image: url(../img/maintenance/maintenance_kizu_mv.jpg);
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#maintenance_kizu_mv {
		background-position: left!important;
	}
} */


#maintenance_kizu #maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
	background-image: url(../img/maintenance/maintenance_kizu_mv.jpg);
}
@media screen and (max-width: 599px) {
	#maintenance_kizu #maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
		background-position: left!important;
	}
}


/*リード*/
#maintenance_kizu_lead {
	background: #F6F6F6;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_lead {
		padding: 0.30rem 0;
	}
}


#maintenance_kizu_lead .list {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: -0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_lead .list {
		flex-wrap: wrap;
		width: 100%;
		position: static;
	}
}


#maintenance_kizu_lead .list .item {
	padding: 0.30rem 0.20rem;
	box-sizing: border-box;
	margin: 0 0.10rem;
	background: #fff;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.65;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_lead .list .item {
		width: 100%;
		margin-bottom: 0.10rem;
		padding: 0.15rem;
	}
}


#maintenance_kizu_lead .list .item span {
	display: block;
	font-size: 0.22rem;
}

/*リフレッシュコーティング施工*/
#maintenance_kizu_refresh {
	padding: 1.00rem 0;
}

#maintenance_kizu_refresh .lower_sec_title{
	margin-bottom: 0.40rem;
}

#maintenance_kizu_refresh .maintenance_kizu_refresh_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_top {
		flex-flow: column-reverse;
		margin-bottom: 0.50rem;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap {
	width: calc(100% - 3.80rem);
	box-sizing: border-box;
	padding-right: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap {
		width: 100%;
		padding-right: 0;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap .text {
		font-size: 0.14rem;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap .list {
		margin-bottom: 0.30rem;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap .list .item {
	width: 32%;
	box-sizing: border-box;
	background: #013e89;
	color: #fff;
	font-size: 0.20rem;
	font-weight: 600;
	text-align: center;
	padding: 0.10rem;
	border-radius: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_top .text_wrap .list .item {
		font-size: 0.13rem;
		line-height: 1.3;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_top .ph_wrap {
	width: 3.80rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_top .ph_wrap {
		width: 100%;
		margin-bottom: 0.20rem;
	}
}

#maintenance_kizu_refresh .maintenance_kizu_refresh_top .ph_wrap img {
	width: 100%;
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom {
		flex-flow: column-reverse;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom .text_wrap {
	width: calc(100% - 7.90rem);
	box-sizing: border-box;
	padding-right: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom .text_wrap {
		width: 100%;
		padding-right: 0;
	}
}

#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom .text_wrap .text {
		font-size: 0.14rem;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom .ph_wrap {
	width: 7.90rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom .ph_wrap {
		width: 100%;
		margin-bottom: 0.20rem;
	}
}


#maintenance_kizu_refresh .maintenance_kizu_refresh_bottom .ph_wrap img {
	width: 100%;
}

/*キズや凹みの修理*/
#maintenance_kizu_shuri {
	margin: 1.00rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_shuri {
		margin: 0;
		padding: 0.3rem 0 0.50rem 0;
	}
}


#maintenance_kizu_shuri .lower_sec_title {
	margin-bottom: 0.4rem;
}

#maintenance_kizu_shuri .maintenance_kizu_shuri_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_shuri .maintenance_kizu_shuri_box {
		flex-flow: column-reverse;
	}
}


#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap {
	width: calc(100% - 7.90rem);
	box-sizing: border-box;
	padding-right: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap {
		width: 100%;
		padding-right: 0;
	}
}


#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0;
	}
}


#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .btn {
	margin-top: 0.50rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .btn {
		margin-top: 0.20rem;
		text-align: center;
	}
}


#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .btn a {
	color: #000;
	font-size: 0.16rem;
	position: relative;
	text-decoration: none;
}

#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .btn a:hover {
	opacity: 0.7;
}

#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .btn a span {
	display: inline-block;
	position: relative;
	padding-right: 0.4rem;
	box-sizing: border-box;
}

#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .btn a span::after {
	width: 0.3rem;
	height: 0.3rem;
	content: '';
	background: url(../img/icon_arrow_circle.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: .3s all;
}

#maintenance_kizu_shuri .maintenance_kizu_shuri_box .text_wrap .btn a:hover span::after {
	right: -0.05rem;
}

#maintenance_kizu_shuri .maintenance_kizu_shuri_box .ph_wrap {
	width: 7.90rem;
}
@media screen and (max-width: 599px) {
	#maintenance_kizu_shuri .maintenance_kizu_shuri_box .ph_wrap {
		width: 100%;
		margin-bottom: 0.20rem;
	}
}


#maintenance_kizu_shuri .maintenance_kizu_shuri_box .ph_wrap img {
	width: 100%;
}


@media screen and (max-width: 599px) {
}


/*============================
メンテナンスパスポート
============================*/
/* MV */
/* #maintenance_pasport_mv {
	background-image: url(../img/maintenance/maintenance_pasport_mv.jpg);
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#maintenance_pasport_mv {
		background-position: bottom!important;
	}
} */

#maintenance_pasport #maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
	background-image: url(../img/maintenance/maintenance_pasport_mv.jpg);
	background-position: center;
}
@media screen and (max-width: 599px) {
	#maintenance_pasport #maintenance_detail .maintenance_lower_mv .maintenance_lower_mv_wrap {
		background-image: url(../img/maintenance/maintenance_pasport_mv.jpg);
	}
}


/*コース案内*/
#maintenance_pasport_course {
	padding: 1.00rem;
}
@media screen and (max-width: 599px) {
	#maintenance_pasport_course {
		padding: 0.50rem 0;
	}
}


#maintenance_pasport_course .lower_sec_title{
	margin-top: 0;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	#maintenance_pasport_course .lower_sec_title{
		margin-bottom: 0.20rem;
	}
}


#maintenance_pasport_course .lead{
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.70rem;
}
@media screen and (max-width: 599px) {
	#maintenance_pasport_course .lead{
		font-size: 0.14rem;
		margin-bottom: 0.40rem;
	}
}


#maintenance_pasport_course .maintenance_pasport_course_box {
	padding: 0.30rem;
	background: #fff;
	margin-bottom: 0.30rem;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#maintenance_pasport_course .maintenance_pasport_course_box  {
		overflow-x: auto;  /* 横スクロールの指定 */
		white-space: nowrap;  /* 横スクロールの指定 */
		padding: 0 0 0.20rem;
		margin-bottom: 0.06rem;
	}
	#maintenance_pasport_course .maintenance_pasport_course_box img {
		width: 8.00rem;
		max-width: initial;
	}
	#maintenance_pasport_course .type2 .maintenance_pasport_course_box img {
		width: 4.70rem;
		max-width: initial;
	}
	#maintenance_pasport_course .sp_caption {
		font-size: 0.12rem;
		padding-bottom: 0.30rem;
		color: #00428E;
	}
}


#maintenance_pasport_course .list {
}

#maintenance_pasport_course .list {
	list-style: none;
}

#maintenance_pasport_course .list .item {
	font-size: 0.12rem;
	line-height: 1.65;
	margin-bottom: 0.10rem;
	color: #707070;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
}


/*比較*/
.maintenance_pasport_example {
	padding-bottom: 1.00rem;
}

.maintenance_pasport_example .maintenance_pasport_example_box {
	padding-top: 1.00rem;
}
/*タイトル*/
.maintenance_pasport_example .maintenance_pasport_example_box .title{
	border-bottom: 2px solid #DDDDDD;
}

.maintenance_pasport_example .maintenance_pasport_example_box .title span {
	font-size: 0.20rem;
	font-weight: 600;
	color: #013e89;
	position: relative;
	display: inline-block;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .title span {
		font-size: 0.16rem;
		line-height: 1.4;
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .title span::after {
	background: #013e89;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .title span::after {
		width: 30%;
		bottom: -2px;
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}


/*イメージ*/
.maintenance_pasport_example .maintenance_pasport_example_box .cont .ph_wrap {
	max-width: 3.5rem;
	width: 35%;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .ph_wrap {
		max-width: 3.5rem;
		width: 100%;
		margin: auto;
	}
}

.maintenance_pasport_example .maintenance_pasport_example_box .cont .price_wrap {
	width: 41%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: 0.30rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .price_wrap {
		width: 100%;
		margin-right: 0;
	}
}

/*当店通常料金*/
.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price {
	position: relative;
	width: 45%;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price {
		width: 43%;
	}
}

.maintenance_pasport_example .maintenance_pasport_example_box .cont .price_wrap::after {
	content: '';
	width: 0.20rem;
	height: 0.16rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 44%;
	background: url(../img/icon_togle_down_gray.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%,-50%) rotate(-90deg);
}

.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price .price_title {
	font-size: 0.18rem;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price .price_title{
		font-size: 0.13rem;
		width: 100%;
		padding-bottom: 0.10rem;
		margin-bottom: 0.10rem;
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price .price_text{
	font-size: 0.25rem;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price .price_text{
		font-size: 0.18rem;
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price .price_text span {
	font-size: 0.16rem;
	display: inline-block;
	padding-left: 0.10rem;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .normal_price .price_text span {
		font-size: 0.14rem;
		padding-left: 0.05rem;
	}
}

/*36ヶ月コース料金*/
.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price {
	box-sizing: border-box;
	width: 45%;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price {
		width: 43%;
		padding: 0;
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price .price_title{
	font-size: 0.18rem;
	font-weight: 600;
	border-bottom: 1px solid #CC0000;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	box-sizing: border-box;
	text-align: center;
	color: #CC0000;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price .price_title{
		font-size: 0.13rem;
		width: 100%;
		padding-bottom: 0.10rem;
		margin-bottom: 0.10rem;
	}
}



.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price .price_text{
	font-size: 0.25rem;
	font-weight: 600;
	text-align: center;
	color: #CC0000;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price .price_text{
		font-size: 0.18rem;
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price .price_text span {
	font-size: 0.16rem;
	display: inline-block;
	padding-left: 0.10rem;
	color: #CC0000;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .cource_price .price_text span {
		font-size: 0.14rem;
		padding-left: 0.05rem;
	}
}


/*オトク!!*/
.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price {
	background: rgba(204, 0 ,0, 0.1);
	width: 20%;
	height: 1.20rem;
	text-align: center;
	padding: 0.20rem;
	box-sizing: border-box;
	border-radius: 0.10rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price {
		margin: 0.40rem auto 0;
		width: 100%;
		height: 1.10rem;
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:0.13rem 0.16rem 0.13rem 0;
	border-color: transparent rgba(204, 0 ,0, 0.1) transparent transparent;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price::after {
		top: -21px;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
	}
}


.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price .price_text{
	font-size: 0.28rem;
	font-weight: 600;
	border-bottom: 1px solid #CC0000;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	box-sizing: border-box;
	text-align: center;
	color: #CC0000;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price .price_text{
		font-size: 0.20rem;
	}
}



.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price .price_text span {
	font-size: 0.16rem;
	display: inline-block;
	padding-left: 0.10rem;
	color: #CC0000;
	box-sizing: border-box;
}

.maintenance_pasport_example .maintenance_pasport_example_box .cont .otoku_price .text {
	font-size: 0.18rem;
	font-weight: 600;
	color: #CC0000;
	text-align: center;
}

/*注意書き*/
.maintenance_pasport_example .list {
	list-style: none;
	margin-top: 0.5rem;

}

.maintenance_pasport_example .list .item{
	font-size: 0.12rem;
	line-height: 1.65;
	color: #000;
	margin-bottom: 0.1rem;
	color: #707070;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
}


/* タブ処理 */
#maintenance_pasport .tab_wrap {
	display: flex;
	justify-content: center;
}

#maintenance_pasport .tab_wrap .tab {
	width: 3rem;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0.05rem;
	background: #ccc;
	font-size: 0.22rem;
	font-weight: bold;
	padding: 0.15rem 0;
}
@media screen and (max-width: 599px) {
	#maintenance_pasport .tab_wrap .tab {
		font-size: 0.18rem;
	}
}

#maintenance_pasport .tab_wrap .tab.active {
	color: #fff;
	background: #00428E;
	cursor: initial;
}

#maintenance_pasport .tab_cont {
	border: 2px solid #00428E;
	box-sizing: border-box;
	padding: 0.3rem;
}


#maintenance_pasport .type1 {
	display: block;
}

#maintenance_pasport .type2 {
	display: none;
}


#maintenance_pasport .tab_wrap .tab {
	cursor: pointer;
}


@media screen and (max-width: 599px) {
}


/*============================
トヨタ3S精神
============================*/

@media screen and (max-width: 599px) {
}


/*============================
トヨタ3S精神
============================*/

@media screen and (max-width: 599px) {
}


/*============================
トヨタ3S精神
============================*/

@media screen and (max-width: 599px) {
}


/*============================
会社情報トップリンク
============================*/
#corporate_top_bottomlink {
	background: #F8F8F8;
	padding: 1.00rem 0 0.30rem 0;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink {
		background: #F8F8F8;
		padding: 0.50rem 0 0.30rem 0;
	}
}


#corporate_top_bottomlink .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#corporate_top_bottomlink .box .list .item {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 0.70rem;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#corporate_top_bottomlink .box .list .item:nth-child(odd) {
	border-right: 1px dotted  #000;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item:nth-child(odd) {
		border-right: none;
	}
}


#corporate_top_bottomlink .box .list .item a {
	display: block;
	width: 85%;
	margin:0 auto;
	text-decoration: none;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item a {
		width: 100%;
	}
}


#corporate_top_bottomlink .box .list .item a:hover {
	opacity: 0.7;
}

#corporate_top_bottomlink .box .list .item a .list_title {
	font-size: 0.22rem;
	font-weight: 600;
	color: #013e89;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#corporate_top_bottomlink .box .list .item a .list_title {
		font-size: 0.20rem;
		margin-bottom: 0.20rem;
	}
}


#corporate_top_bottomlink .box .list .item a .text {
	font-size: 0.16rem;
	color: #000;
	line-height: 1.65;
}



/*============================
会社概要
============================*/
#corporate_guide_company {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_company {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_company table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0.30rem;
}

#corporate_guide_company table tr {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

#corporate_guide_company table th {
	font-size: 0.16rem;
	text-align: left;
	padding: 0.25rem 0;
	vertical-align: top;
	width: 2.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_company table th {
		font-size: 0.14rem;
		padding: 0.15rem 0;
		width: 1.00rem;
		line-height: 1.5;
	}
}

#corporate_guide_company table td {
	font-size: 0.16rem;
	padding: 0.25rem 0;
	width: calc(100% - 2rem);
}
@media screen and (max-width: 599px) {
	#corporate_guide_company table td {
		font-size: 0.14rem;
		padding: 0.15rem 0;
		width: calc(100% - 1rem);
		line-height: 1.5;
	}
}

#corporate_guide_company table td span {
	display: block;
	margin-bottom: 0.15rem;
}


/*============================
事業内容
============================*/
#corporate_guide_services {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_services {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_services .box {
	margin-top: 0.30rem;
}

#corporate_guide_services .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: disc inside;
}

#corporate_guide_services .box .list .item {
	width: 50%;
	font-size: 0.21rem;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_services .box .list .item {
		width: 100%;
		font-size: 0.15rem;
		margin-bottom: 0.15rem;
		line-height: 1.5;
	}
}



/*============================
セクション区切りイメージ
============================*/
#corporate_guide_img {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_img {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_img .ph_wrap {
	width: calc(100% - 1.00rem);
	height: 4.00rem;
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	#corporate_guide_img .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 2.00rem;
		margin-left: 0;
	}
}


#corporate_guide_img .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================
セクション区切りイメージ
============================*/
#corporate_guide_history {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history {
		margin-bottom: 0.50rem;
	}
}


#corporate_guide_history table {
	width: 100%;
	border-collapse: collapse;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history table {
		margin-top: 0.30rem;
	}
}


#corporate_guide_history tr {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

#corporate_guide_history th {
	background: #F0F0F0;
	font-size: 0.16rem;
	font-weight: 600;
	box-sizing: border-box;
	padding: 0.25rem 0.10rem;
	vertical-align: top;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history th {
		font-size: 0.14rem;
		padding: 0.15rem 0.10rem;
		width: 20%;
		line-height: 1.4;
	}
}


#corporate_guide_history td {
	font-size: 0.16rem;
	padding: 0.25rem 0.10rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history td {
		font-size: 0.14rem;
		padding: 0.15rem 0.10rem;
		line-height: 1.4;
	}
}


#corporate_guide_history td.month {
	background: #FAFAFA;
	font-weight: 600;
	text-align: right;
	vertical-align: top;
}
@media screen and (max-width: 599px) {
	#corporate_guide_history td.month {
		width: 20%;
		text-align: center;
	}
}


/*============================
代表あいさつ
============================*/
#corporate_salutation_greet {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet {
		margin-bottom: 0.80rem;
	}
}

#corporate_salutation_greet .lower_sec_title {
	margin-bottom: 0.30rem;
}

#corporate_salutation_greet .box {
	display: flex;
	flex-wrap: wrap;
}

#corporate_salutation_greet .box .text_wrap {
	width: 55%;
	box-sizing: border-box;
	padding-right: 0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap {
		width: 100%;
		padding-right: 0;
	}
}


#corporate_salutation_greet .box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap .text {
		font-size: 0.14rem;
	}
}

#corporate_salutation_greet .box .text_wrap .name_box  {
	padding-top: 0.20rem;
}

#corporate_salutation_greet .box .text_wrap .name_box  span {
	font-size: 0.16rem;
	font-weight: 600;
	display: block;
	line-height: 1.4;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap .name_box  span {
		font-size: 0.14rem;
		margin-bottom: 0.20rem;
		text-align: center;
	}
}

#corporate_salutation_greet .box .text_wrap .name_box .name {
	font-size: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .text_wrap .name_box .name {
		font-size: 0.20rem;
		text-align: center;
	}
}


#corporate_salutation_greet .box .ph_wrap {
	width: 45%;
	text-align: right;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_greet .box .ph_wrap {
		width: 100%;
		text-align: right;
	}
}



/*============================
セクション区切りイメージ
============================*/
#corporate_salutation_img {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_img {
		margin-bottom: 0.80rem;
	}
}


#corporate_salutation_img .ph_wrap {
	width: calc(100% - 1.00rem);
	height: 4.00rem;
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_img .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 2.00rem;
		
	}
}


#corporate_salutation_img .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*============================
経営理念
============================*/
#corporate_salutation_rinen {
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_salutation_rinen {
		margin-bottom: 0.80rem;
	}
}


#corporate_salutation_rinen .lower_sec_title {
	margin-bottom: 0.3rem;
}

.corporate_salutation_list dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.30rem;
}

.corporate_salutation_list dt {
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	background:#013e89;
	color: #fff;
	font-size:0.25rem;
	margin-left:20px;
}
@media screen and (max-width: 599px) {
	.corporate_salutation_list dt {
		height:30px;
		width:30px;
		font-size:0.15rem;
		margin-left:0;
		line-height:30px;
	}
}

.corporate_salutation_list dd {
	font-size: 0.20rem;
	padding-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	.corporate_salutation_list dd {
		font-size: 0.16rem;
		padding-left: 0.20rem;
		box-sizing: border-box;
		width: calc(100% - 30px);
		line-height: 1.3;
	}
}

/*============================
マイネッツの「安心・安全」の取組み
============================*/
#corporate_clean_cont {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont {
		margin-bottom: 0.5rem;
	}
}

#corporate_clean_cont .lower_sec_title {
	margin-bottom: 0.30rem;
}

#corporate_clean_cont .lead {
	margin-bottom: 0.80rem;
}

#corporate_clean_cont .lead .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.20rem;
}

#corporate_clean_cont .box {
	max-width: 10rem;
	width: 100%;
	margin: 0 auto;
}

#corporate_clean_cont .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#corporate_clean_cont .box .list .item {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}


#corporate_clean_cont .box .list .item .icon {
	width: 1.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .icon {
		width: 0.80rem;
	}
}


#corporate_clean_cont .box .list .item .icon img {
	width: 100%;
}

#corporate_clean_cont .box .list .item .text {
	width: calc(100% - 1.20rem);
	box-sizing: border-box;
	padding-top: 0.15rem;
	padding-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .text {
		width: calc(100% - 0.80rem);
		padding-top: 0.08rem;
		padding-left: 0.15rem;
	}
}


#corporate_clean_cont .box .list .item .text .list_title {
	font-size: 0.20rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .text .list_title {
		font-size: 0.15rem;
		margin-bottom: 0.05rem;
		line-height: 1.3;
	}
}


#corporate_clean_cont .box .list .item .text .list_text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#corporate_clean_cont .box .list .item .text .list_text {
		font-size: 0.14rem;
		line-height: 1.5;
	}
}




/*============================
CSR宣言
============================*/
#corporate_csr_cont {
	margin-bottom: 1.00rem;
}

#corporate_csr_cont .titlebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox {
		margin-bottom: 0.50rem;
	}
}


#corporate_csr_cont .titlebox .text_wrap {
	width: 45%;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox .text_wrap {
		width: 100%;
	}
}

#corporate_csr_cont .titlebox .text_wrap .lower_sec_title {
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox .text_wrap .lower_sec_title {
		margin-bottom: 0.20rem;
	}
}

#corporate_csr_cont .titlebox .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .titlebox .text_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0.20rem;
	}
}


/*コンテンツ*/
#corporate_csr_cont .corporate_csr_cont_box {
	margin-bottom: 0.80rem;
}

#corporate_csr_cont .corporate_csr_cont_box .cont_title{
	font-size: 0.20rem;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.15rem;
	margin-bottom: 0.20rem;
}

#corporate_csr_cont .corporate_csr_cont_box .cont_title:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 1.50rem;
	border-bottom: 2px solid #00428E;
}


#corporate_csr_cont .corporate_csr_cont_box .list {
	list-style: inside disc;
}

#corporate_csr_cont .corporate_csr_cont_box .list .item {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.20rem;
	padding-left: 0.16rem;
	text-indent: -0.20rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_cont .corporate_csr_cont_box .list .item {
		font-size: 0.14rem;
	}
}


/*CSR活動報告*/
#corporate_csr_katudou {
	background: #F8F8F8;
	padding: 0.80rem 0;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou {
		padding: 0;
	}
}


#corporate_csr_katudou .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#corporate_csr_katudou .box .ph_wrap {
	width: 4.00rem;
	height: 3.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .ph_wrap {
		width: auto;
		height: auto;
	}
}


#corporate_csr_katudou .box .ph_wrap img {
	width: 100%;
	height: 100%;
}


#corporate_csr_katudou .box .text_wrap {
	width: calc(100% - 4.00rem);
	box-sizing: border-box;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}


#corporate_csr_katudou .box .text_wrap .cont_title {
	font-size: 0.30rem;
	font-weight: 600;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .cont_title {
		font-size: 0.25rem;
		margin-top: 0.20rem;
		margin-bottom: 0.20rem;
	}
}


#corporate_csr_katudou .box .text_wrap .cont_text{
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .cont_text{
		font-size: 0.14rem;
		line-height: 1.65;
		margin-bottom: 0.20rem;
	}
}


#corporate_csr_katudou .box .text_wrap .btn a{
	font-size: 0.16rem;
	line-height: 1.65;
	color: #000;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .btn a{
		font-size: 0.14rem;
	}
}


#corporate_csr_katudou .box .text_wrap .btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}

#corporate_csr_katudou .box .text_wrap .btn span {
	color: #fff;
	background: #707070;
	padding: 0.03rem 0.10rem;
	display: inline-block;
	font-size: 0.14rem;
	font-weight: 600;
	margin-left: 0.10rem;
	border-radius: 5px;
}
@media screen and (max-width: 599px) {
	#corporate_csr_katudou .box .text_wrap .btn span {
		padding: 0.03rem 0.05rem;
		font-size: 0.12rem;
	}
}



/*マイネッツCSR活動報告*/
#corporate_csr_mynetz .lower_sec_title {
	text-align: center;
	margin-top: 1.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .lower_sec_title {
		margin-top: 0.50rem;
	}
}


#corporate_csr_mynetz .lower_sec_title::after {
	margin: 0 auto;
	margin-top: 0.20rem;
	margin-top: 0.20rem;
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box {
	width: 48%;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_title {
	font-size: 0.20rem;
	font-weight: 600;
	color: #fff;
	background: #013e89;
	padding: 0.20rem;
	text-align: center;
	border-radius: 5px;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_title {
		font-size: 0.18rem;
		line-height: 1.4;
		padding: 0.1rem;
	}
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_text {
	margin-top: 0.20rem;
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .cont_text {
		font-size: 0.14rem;
		line-height: 1.65;
		margin-top: 0.15rem;
	}
}


#corporate_csr_mynetz .corporate_csr_mynetz_wrapper .box .ph_wrap {
	margin-top: 0.20rem;
	text-align: center;
}


/*年度別活動報告*/
#corporate_csr_year {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year {
		margin-bottom: 0.5rem;
	}
}


#corporate_csr_year .lower_sec_title {
	text-align: center;
	margin-top: 1.00rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .lower_sec_title {
		margin-top: 0.30rem;
	}
}


#corporate_csr_year .lower_sec_title::after {
	margin: 0 auto;
	margin-top: 0.20rem;
	margin-top: 0.20rem;
}

#corporate_csr_year .list {
	display: flex;
	flex-wrap: wrap;
}

#corporate_csr_year .list .item {
	width: 31%;
	box-sizing: border-box;
	padding: 0 1%;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .list .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#corporate_csr_year .list .item a {
	display: block;
	text-decoration: none;
}

#corporate_csr_year .list .item a:hover {
	opacity: 0.7;
}

#corporate_csr_year .list .item a .ph_wrap {
	max-width: 3.90rem;
	height: 2.20rem;
	margin-bottom: 0.20rem;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .list .item a .ph_wrap {
		height: auto;
	}
}


#corporate_csr_year .list .item a .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#corporate_csr_year .list .item a:hover .ph_wrap img {
	transform: scale(1.04);
}

#corporate_csr_year .list .item a .item_title  {
	font-size: 0.20rem;
	font-weight: 600;
	border-left: 5px solid #013E89;
	color: #000;
	padding: 0.10rem 0 0.10rem 0.10rem;
}
@media screen and (max-width: 599px) {
	#corporate_csr_year .list .item a .item_title  {
		font-size: 0.16rem;
	}
}



