@charset "UTF-8";
/* maint.css */

#lower_mv:before {
	background-image: url(../../img/refresh/mv_pc.jpg);
}
#lower_mv .lower_h1 img {
	height: 120px;
	max-height: inherit;
}
@media screen and (max-width:768px) {
	#lower_mv:before {
		background-image: url(../../img/refresh/mv_sp.jpg);
	}	
}


/* ===== 最初のセクション ===== */
h3 {
	font-size: 20px;
	font-size: clamp(18px,2vw,20px);
	margin-bottom: 1em;
}
#sec_first .wrap > img {
	width: 50%;
	max-width: 300px;
	display: block;
	margin: auto;
}

/* ページリンク  */
.ul_contlink {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.ul_contlink li {
	width: calc(100%/2 - 15px/2);
	display: inline-block;
	margin-bottom: 15px;
}
.ul_contlink li a {
	width:  100%;
	height: 12vw;
	max-height: 120px;
	min-height:  85px;
	font-size: 24px;
	font-size: clamp(18px,2.4vw,24px);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 15px 20px;
	color: #fff;
	border-radius: 10px;
	background-color: #ff5d00;
}
.ul_contlink li a:after {
	content: "";
	width: 100%;
	height: 1em;
	min-height: 1em;
	display: block;
	margin-top: .75em;
	background-image: url(../../img/common/arrow_orange_maru_bottom.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform .3s;
	transform: translateY(0);
}
.ul_contlink li a:hover:after {
	transform: translateY(.1em);
}
.ul_contlink li.bg_active a {
	background-color: #2c2c2c;
}


/* ===== トランスミッションリフレッシュ ===== */
/* 短い下線つきの見出し + p */
.mini_border_bottom:after {
	content: "";
	width: 5em;
	height: 1.5px;
	display: block;
	margin: 1em auto 1.5em;
	background-color: #ff5d00;
}
.ft_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.first_text {
	letter-spacing: .15em;
	font-feature-settings: "palt";
	margin-bottom: 40px;
	margin-bottom: min(4vw,40px);
}
/* grayBG と border の BOX */
.gray_border_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 20px;
}
.gray_border_flex .card {
	width: calc(100%/2 - 1%);
	display: flex;
	flex-direction: column;
	padding: 40px;
	padding: min(4vw,40px);
	background-color: #fff;
	border-radius: 10px;
}
.gray_border_flex h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align:  center;
	margin-bottom: 1em;
}
.gray_border_flex h3 small {
	font-size: 16px;
}
.gray_border_flex .card > p {
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.7;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
.gray_border_flex .orange_nagamaru {
	font-size: 16px;
	font-size: clamp(13px,1.4vw,16px);
	font-weight: 500;
	text-align: center;
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: auto;
	padding: .5em 1em .75em;
	color: #fff;
	background-color: #ff5d00;
	border-radius: 50px;
}
.gray_border_flex .orange_nagamaru small  {
	font-size: 12px;
	font-size: clamp(11px,1.2vw,12px);
}
.gray_border_flex .orange_nagamaru strong {
	font-size: 28px;
	font-size: min(2.6vw,28px);
	font-weight: bold;
	line-height: 1;
	letter-spacing: .05em;
	margin: 0 .15em;
	transform: translateY(-.075em);
}

.youtube_wrap iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}


/* ----- リスク ----- */
.box {
	width: 100%;
	display: inline-block;
	padding: 50px 40px;
	padding: min(5vw,50px) min(4vw,40px);
	border-radius: 20px;
	background-color: #fff;
}
.risk_box {
	margin-bottom: 80px;
}
.risk_box h3 {
	text-align: center;
	margin-bottom: 1.5em !important;
}
.rk_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.rk_list li {
	width: 27%;
	min-width: fit-content;
	font-size: 15px;
	font-size: clamp(13px,1.5vw,15px);
	min-height: 4.5em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right:  2%;
	margin-bottom: 2%;
	padding: 1em;
	border-radius: 10px;
	background-color: #f5f5f5;
}
.rk_list li.list_tobig {
	width: 50%;
}
.rk_list li.list_big {
	width: 40%;
}
.rk_list li.list_mini {
	width: 20%;
}
.rk_list li.list_three {
	width: 30%;
}
.rk_list li:last-of-type {
	margin-right: 0;
}

/* リスクのリスト */
.risk_list:after {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background-image: url(../../img/refresh/lisk_kaiketu_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top:    30px;
	margin-bottom: 30px;
}
.white_box .risk_list li {
	background-color: #f5f5f5;
}
.p_big {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}
.p_big strong {
	color: #ff5d00;
}
/* 解決のリスト */
.kaiketu_list li {
	flex-wrap: nowrap;
	flex-direction: row;
	color: #fff;
	background-color: #ff5d00;
}
.kaiketu_list li:before {
	content: "";
	min-width:  1.25em;
	min-height: 1.25em;
	display: block;
	margin-right: .5em;
	background-image:  url(../../img/refresh/check_white.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

/* 下線付き 大きい p */
.cont_borderB {
	font-size: 16px;
	text-align: center;
	margin-bottom: min(8vw,80px);
}
.cont_borderB strong {
	font-size: 24px;
	margin-right: .25em;
	color: #ff5d00;
}
.cont_borderB b {
	font-weight: bold;
}
.cont_borderB b.big {
	font-size: 24px;
	margin-left:  .15em;
	margin-right: .15em;
}

.bigtext_border {
	text-align: center;
	display: inline-block;
	margin-bottom:  .5em;
	padding-bottom: .25em;
	border-bottom: 1px solid #000;
}

/* ココがすごい！ */
.sugoi_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.sugoi_flex .img_wrap {
	width: 40%;
	margin-right: 30px;
}
.sugoi_flex .cont_wrap {
	width: 60%;
}
.sugoi_flex h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: -.35em;
	margin-bottom: 1em;
	color: #ff5d00;
}
.sugoi_list li {
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.sugoi_list li + li {
	margin-top: .5em;
}
.sugoi_list li:before {
	content: "";
	min-width:  1.35em;
	min-height: 1.35em;
	display: block;
	margin-right: .5em;
	background-image: url(../../img/refresh/check_orange.svg);
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(.15em);
}


/* ===== 施工の流れ ===== */
.head_flow {
	font-size: 20px;
	margin-bottom: 2em;
}
.sekou_flow {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.sekou_img {
	width: 30%;
	margin-right: min(4vw,60px);
}
.sekou_img img + img {
	margin-top: 40px;
}
.sekou_card_wrap {
	width: 70%;
	position: relative;
	z-index: 1;
}
.sekou_card {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.sekou_card:not(:last-of-type) {
	padding-bottom: 60px;
	padding-bottom: min(5vw,60px);
}
.sekou_card:not(:last-of-type):before {
	content: "";
	width: 4px;
	height: 100%;
	display: block;
	position: absolute;
	top:  10px;
	left: calc(min(4vw,40px)/1.5);
	background-color: #fff;
	z-index: -1;
}


/* card の中身 */
.sekou_num  {
	min-width:  min(6vw,60px);
	min-height: min(6vw,60px);
	font-size: 20px;
	font-family: din-2014, "Barlow", sans-serif !important;
	font-weight: 700;
	letter-spacing: .05em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
	background-color: #fff;
	border-radius: 50px;
}
.sekou_num {
	margin-right: min(4vw,60px);
}
.sekou_cont h4 {
	font-size: 24px;
	font-size: clamp(20px,2.4vw,24px);
	margin-bottom: .5em;
	color: #fff;
}
.sekou_cont h4.add_margin {
	margin-top: .45em;
	margin-bottom: 0;
}
.sekou_cont p {
	color: #fff;
}

/* 「施工の流れ」の中に存在するborder box */
.sekou_borderbox {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #fff;
}
.black_info {
	width: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	display: inline-block;
	margin-bottom: 1em;
	padding: .5em .75em;
	color: #000 !important;
	background-color: #fff;
}
.sekou_borderbox .arrow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: .25em 0;
}
.sekou_borderbox .arrow:before {
	content: "";
	min-width:  1.25em;
	min-height: 1.25em;
	display: block;
	margin-right: .25em;
	background-image: url(../../img/refresh/arrow_bottom.svg);
}
.sekou_borderbox small {
	color: #fff;
}


/* ===== 実績 ===== */
.jisseki_box {
	padding: 40px;
	padding: min(3vw,40px);
	border-radius: 10px;
	background-color: #fff;
}
.jisseki_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.jisseki_list li {
	width: calc(100%/3 - 1em);
	font-size: 14px;
	font-size: clamp(12px,1.4vw,14px);
	font-feature-settings: "palt";
	line-height: 1.5;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: .5em;
}
.jisseki_list li:before {
	content: "・";
	margin-right: .25em;
}


/* ===== 基本料金 ===== */
.table03_add_one th {
	width: 40%;
}
.table03_add_one th:first-of-type {
	width: 20%;
}
.btn_orange a {
	max-width: 400px;
}
.btn_orange a:after {
	margin-left: 0;
}
.border_bottom {
	border-bottom: 1px solid #000;
}

/* ===== エンジンリフレッシュ ===== */
.recs_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.recs_flex .img_wrap {
	width: 35%;
	margin-right: 5%;
}
.recs_flex .cont_wrap {
	width: 60%;
}
.recs_flex .color_orange {
	color: #ff5d00;
}

/* RECS基本料金 */
.recs_table .column-1 {
	background-color: #f5f5f5;
}



@media screen and (max-width:949px) {
	/* grayBG と border の BOX */
	.gray_border_flex .orange_nagamaru {
		flex-wrap: wrap;
	}
	.gray_border_flex .orange_nagamaru span {
		width: 100%;
	}
	.gray_border_flex .orange_nagamaru span + span {
		margin-top: .25em;
	}
	/* ----- リスク ----- */
	.risk_box .add_maxwidth {
		max-width: 11em;
	}
}





@media screen and (max-width:768px) {
	/* ===== ページリンク(scroll) ===== */
	.ul_contlink li {
		width: calc(50% - 5px);
		margin-bottom: 0;
	}
	.ul_contlink li a {
		font-size: min(3.7vw,16px);
		padding-left:  .5em;
		padding-right: .5em;
	}


	/* ===== 最初のセクション ===== */
	#sec_first .wrap > img {
		width: 60%;
	}


	/* ===== トランスミッションリフレッシュ ===== */
	#service h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	.first_text {
		margin-bottom: 20px;
	}
	#service h2.left_border {
		font-feature-settings: "palt";
		text-align: left;
		margin-bottom: 25px;
	}
	#service h2.left_border:before {
		margin-top: .25em;
	}
	/* ATF・CVTFとは */
	.gray_border_flex {
		flex-wrap: wrap;
	}
	.gray_border_flex .card {
		width: 100%;
		padding: 30px 20px;
		border-radius: 5px;
	}
	.gray_border_flex .card + .card {
		margin-top: 10px;
	}
	.gray_border_flex h3 {
		margin-bottom: .75em;
	}
	.gray_border_flex .card > p {
		margin-bottom: 1em;
	}
	.gray_border_flex .orange_nagamaru small {
		font-size: 12px;
		text-align: center;
	}
	.gray_border_flex .orange_nagamaru strong {
		font-size: 24px;
	}
	.gray_border_flex .orange_nagamaru span {
		width: auto;
		font-size: 14px;
	}
	.gray_border_flex .orange_nagamaru span + span {
		margin-top: .35em;
	}

	/* ===== 交換を怠った際のリスク ===== */
	.box {
		padding: 30px 20px 20px;
	}
	.risk_box {
		margin-bottom: 0;
	}
	.risk_box h3 {
		margin-bottom: 1em !important;
	}
	.rk_list li  {
		width: 100% !important;
		max-width:  inherit !important;
		min-height: inherit;
		font-size: 16px;
		letter-spacing: .05em;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 20px;
		border-radius: 10px;
	}
	.risk_list:after {
		height: 30px;
		margin-top:    15px;
		margin-bottom: 15px;
	}
	.p_big {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: .75em;
	}


	/* ===== トルコン太郎について ===== */
	.cont_borderB {
		font-size: 16px;
		font-size: min(4.267vw,16px);
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.cont_borderB strong,
	.cont_borderB b.big  {
		font-size: min(6vw,24px);
		margin: 0;
	}
	.bigtext_border {
		padding-bottom: .15em;
	}


	/* ===== トルコン太郎のここがすごい! ===== */
	.kaiketu_list {
		margin-bottom: 0;
	}
	.sugoi_flex {
		flex-wrap: wrap;
	}
	.sugoi_flex .img_wrap,
	.sugoi_flex .cont_wrap {
		width: 100%;
		margin-right: 0;
	}
	.sugoi_flex h4 {
		font-size:  18px;
		text-align: center;
		margin-top:    25px;
		margin-bottom: 20px;
	}
	.sugoi_list li {
		font-size:  16px;
		font-size:  min(4.267vw,16px);
		font-feature-settings: "palt";
		text-align: center;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.sugoi_list li:before {
		width:  1.5em;
		height: 1.5em;
		margin-right: 0;
		margin-bottom: .35em;
		transform: inherit;
	}
	.sugoi_list li + li {
		margin-top: 20px;
	}
	.sekou_card:not(:last-of-type):before {
		left: calc(min(16vw,60px)/2);
	}

	/* ===== 施工の流れ ===== */
	.sekou_flow {
		margin-bottom: 0;
	}
	.sekou_card_wrap {
		width: 100%;
	}
	.sekou_num {
		min-width:  min(16vw,60px);
		min-height: min(16vw,60px);
		font-size: min(5.333vw,20px);
	}
	.sekou_card:not(:last-of-type) {
		padding-bottom: 40px;
	}
	.black_info {
		text-align: left;
	}
	.sekou_cont h4 {
		font-size: min(5.333vw,20px);
		line-height: 1.35;
		margin-top: .75em !important;
	}
	.sekou_cont p {
		font-size: 16px;
		margin-bottom: 1em;
	}
	/* 例 box */
	.sekou_borderbox {
		margin-bottom: 15px !important;
		padding: 10px;
	}
	.sekou_borderbox .cont {
		font-size: 14px;
		margin-bottom: 0;
	}
	.sekou_borderbox .cont,
	.sekou_borderbox .arrow {
		padding-left: 15px;
	}
	.sekou_borderbox small {
		font-size: 12px;
	}

	/* ===== トルコン太郎施工実績 ===== */
	.jisseki_box {
		padding: 30px 20px 20px;
	}
	.jisseki_box h3 {
		text-align: center;
	}
	.jisseki_list {
		width: 100%;
		display: block;
		margin:  auto;
	}
	.jisseki_list li {
		width: 100%;
		font-size: 14px;
	}
	.btn_orange a {
		width: 100%;
		max-width: 335px;
		min-width: inherit;
	}


	/* ===== Table ===== */
	.table_wrap table {
		min-width: 800px;
	}
	.table_wrap.add_width_half table {
		min-width: 500px;
	}
	.table_wrap.add_width_spfit table {
		min-width: 295px;
	}
	

	/* ===== エンジンリフレッシュ ===== */
	.white_box {
		padding-top:    30px;
		padding-bottom: 30px;
	}

	.recs_flex {
		flex-wrap: wrap;
	}
	.recs_flex .img_wrap,
	.recs_flex .cont_wrap {
		width: 100%;
	}
	.recs_flex .img_wrap {
		margin-right: 0;
	}
	h3 {
		margin-bottom: 20px;
	}




}
