@charset "UTF-8";
/* CSS Document */

/* フレームサイズ共通 */
/*-------------------------------------------------------*/
.top_effi, .effect_effi, .movie_effi, .content_area,
.top_diesel, .effect_diesel, .top_engine, .effect_engine{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 100px auto;
}

/* 見出し共通 */
/*-------------------------------------------------------*/
.effi_heading, .diesel_heading, .engine_heading{
	width: 100%;
	margin-bottom: 60px;
	padding: 10px;
	position: relative;
	border-top: 1px solid #cccccc;
	font-weight: 800;
}
.effi_heading::before, .diesel_heading::before, .engine_heading::before{
	content: "";
	width: 300px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.effi_heading::before{
	background: #0064b2;
}
.diesel_heading::before{
	background: #52a40a;
}
.engine_heading::before{
	background: #73268b;
}

/*中見出し*/
.m_heading{
    padding: 10px 50px;
	display: inline-block;
	position: relative;
    font-weight: 800;
}
.m_heading::before, .m_heading::after{
    content: "";
    width: 40px;
    height: 100%;
	position: absolute;
}
.m_heading::before{
    top: 0;
    left: 0;
    border-top: 5px solid #73268b;
    border-bottom: 5px solid #73268b;
    border-left: 5px solid #73268b;
}
.m_heading::after{
    top: 0;
    right: 0;
    border-top: 5px solid #73268b;
    border-bottom: 5px solid #73268b;
    border-right: 5px solid #73268b;
}
.m_heading_fs_l{font-size: 1.5rem;}
.m_heading_fs_m{font-size: 1.3rem;}
.m_heading_fs_s{font-size: 1rem;}


/*小見出し*/
.subheading{
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
    font-weight: 800;
}

.subheading::before{
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	top: 11px;
	left: -50px;
	background: #444343;
}
.subheading::after{
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	top: 11px;
	right: -50px;
	background: #444343;
}

/*リード*/
.content_area .lead{
	padding: 0 20px;
	margin-bottom: 40px;
}

/*画像下イメージ図　表示*/
.foot_figure, .foot_figure2{
	position: relative;
}
.foot_figure::after, .foot_figure2::after{
	content: "※イメージ図";
	position: absolute;
	bottom: -20px;
	font-size: 0.8rem;
}
.foot_figure::after{
	right: 10px;
}
.foot_figure2::after{
	right: 87px;
}

/* ページTOP部分 */
/*-------------------------------------------------------*/

/*共通部分*/
.top_effi, .top_diesel, .top_engine {
	height: auto;
	padding: 0 0 50px 0;
}
.top_engine {
    padding: 0 0 160px 0;
    margin-bottom: 150px;
}

.top_effi h1, .top_diesel h1, .top_engine h1{
	font-size: 2.3rem;
	font-weight: 600;
}
.top_effi h1{
    margin: 15px 0;
	color: #0064b2;
}
.top_diesel h1, .top_engine h1{
    margin: 0 0 20px 0;
	color: #000000;
}
.top_engine h1{
    margin-bottom: 30px;
}

/*各ロゴ*/
.top_effi h2, .top_diesel h2, .top_engine h2{
	width: 70%;
}
.top_effi h2{
	margin-bottom: 50px;
}
.top_diesel h2{
	margin-bottom: 30px;
}
.top_effi h2 img, .top_diesel h2 img, .top_engine h2 img{
	width: 100%;
	height: auto;
}

/*MT10-EFFI*/
.top_effi {
	background: url("../mt10_effi/images/effi_emphasis.png"), url("../mt10_effi/images/effi_bottle.png"), url("../mt10_effi/images/effi_back.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: top+60px right+180px, bottom+20px right+30px, bottom right;
	background-size: 141px auto, 157px auto, 457px auto;
}
.top_effi .lead{
	padding: 3px;
	display: inline;
	font-weight: 800;
	background: #000000;
	color: #ffffff;
}
.top_effi ol{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_effi ol li{
	margin: 0 5% 20px 0;
	padding-top: 35px;
	position: relative;
	font-weight: 800;
	text-align: center;
}
.top_effi ol li span{
	font-size: 1.3rem;
	color: #0064b2;
}
.top_effi ol li:nth-child(1)::before, .top_effi ol li:nth-child(2)::before, .top_effi ol li:nth-child(3)::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
}
.top_effi ol li:nth-child(1)::before{
	height: 25px;
	background: url("../mt10_effi/images/ic01.png");
	background-size: cover;
	background-position: top center;
}
.top_effi ol li:nth-child(2)::before{
	height: 30px;
	background: url("../mt10_effi/images/ic02.png");
	background-size: cover;
	background-position: top center;
}
.top_effi ol li:nth-child(3)::before{
	height: 30px;
	background: url("../mt10_effi/images/ic03.png");
	background-size: cover;
	background-position: top center;
}
.top_effi ol li:last-child{
	margin-right: 0%;
}

/*MT10-Diesel*/
.top_diesel {
	background: url("../mt10_diesel/images/diesel_bottle.png"), url("../mt10_diesel/images/diesel_back.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom+20px right+30px, bottom right;
	background-size: 157px auto, 457px auto;
}
.top_diesel ul{
	width: 80%;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}
.top_diesel ul li{
	width: 30%;
    padding: 3px 15px;
    border-right: 3px solid #999999;
    font-size: 1.3rem;
    font-weight: 800;
    color: #52a40a;
    text-align: center;
}
.top_diesel ul li:nth-child(3){
    border-right: 0px solid #999999;
}
.top_diesel ul li span{
	display: block;
    font-size: 0.8rem;
	color: #888888;
}
.top_diesel .lead{
	width: 70%;
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #cccccc;
    font-size: 1.3rem;
    font-weight: 800;
    text-align: center;
    color: #52a40a;
}

/*MT10-Engine*/
.top_engine {
	background: url("../mt10_engine/images/engine_bottle.png"), url("../mt10_engine/images/engin_back.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom+20px right+30px, bottom right;
	background-size: 157px auto, 457px auto;
}
.top_engine .lead{
    font-size: 1.3rem;
    font-weight: 800;
    color: #73268b;
}
.top_engine .lead span{
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #000000;
}
.top_engine p{
    width: 62%;
	max-width: 800px;
	padding-top: 20px;
}

/* 効果 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.effect_effi{
	margin-bottom: 50px;
	padding: 80px 20px 20px 20px;
	background: #E6E6E6;
}
.effect_effi h2{
	width: 400px;
	margin: -90px auto 90px auto;
	padding: 0 60px 25px 60px;
	position: relative;
	background: #ffffff;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
}
.effect_effi h2::after{
	content: "";
	width: 30%;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto; 
	background: #177ff1;
}
.effect_effi ul{
	display: flex;
	flex-wrap: wrap;
}
.effect_effi ul li{
	width: calc(33.3% - 10px);
	margin: 0 5px 10px 5px;
	padding: 30px 10px 30px 35px;
	position: relative;
	background: #ffffff;
	font-weight: 800;
	text-align: center;
}
.effect_effi ul li::before{
	content: "";
	width: 30px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 45%;
	background: #E6E6E6;
}
.effect_arrow{
	width: 159px;
	margin: 0 auto 30px auto;
}
.effect_arrow img{
	width: 100%;
	height: auto;
}
.effect_txt{
	margin: 0 auto 100px auto;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 800;
	color: #0064b2;
}

/*MT10-DIESEL*/
.effect_diesel{
	padding: 60px 20px 20px 20px;
    position: relative;
	background: #E6E6E6;
}
.effect_diesel::before{
	content: "";
    width: 300px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #52a40a;
}
.effect_diesel ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.effect_diesel ul li{
	width: 24%;
    margin-bottom: 20px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #aaaaaa;
    text-align: center;
}
.effect_diesel ul li div{
	height: 40px;
	margin: 0 auto;
}
.effect_diesel ul li h2, .effect_diesel .box h2{
	font-size: 1.8rem;
    font-weight: 800;
    color: #52a40a;
}
.effect_diesel ul li h2 span{
    display: block;
	font-size: 1rem;
}
.effect_diesel .box{
	margin-bottom: 10px;
    padding: 20px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #aaaaaa;
    text-align: center;
}
.effect_diesel .box p span{
    font-size: 1.2rem;
    font-weight: 800;
    color: #52a40a;
}

/*MT10-Engine*/
.effect_engine{
	margin-bottom: 50px;
	padding: 0 20px 20px 20px;
	background: #E6E6E6;
}
.effect_engine h2{
	width: 100%;
    max-width: 720px;
	margin: -90px auto 60px auto;
	padding: 0 50px 25px 50px;
	position: relative;
	background: #ffffff;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
}
.effect_engine p{
    margin-bottom: 60px;
    position: relative;
    font-size: 1.1rem;
    font-weight: 800;
	text-align: center;
}
.effect_engine p::after{
	content: "";
	width: 20%;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto; 
	background: #73268b;
}
.effect_engine ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.effect_engine ul li{
	width: 32%;
	padding: 30px 10px 30px 35px;
	position: relative;
	background: #ffffff;
    font-size: 1.2rem;
	font-weight: 800;
	text-align: center;
    color: #73268b;
}
.effect_engine ul li::before{
	content: "";
	width: 30px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 45%;
	background: #E6E6E6;
}
.effect_engine ul li span{
	display: block;
    font-size: 1.8rem;
}


/* 動画 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.movie_effi{
	display: flex;
	justify-content: space-between;
}
.movie_effi .box{
	width: 48%;
}
.movie_effi .box .video{
	margin: 0 4%;
	position: relative;
    height: 0;
    padding: 0 0 51.32%;
    overflow: hidden;
}
.movie_effi .box .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_effi .box p{
	padding: 20px 20px 0 20px;
}

/* ドライスタート */
/*-------------------------------------------------------*/
/*MT10-EFFI　MT10-DIESEL*/
.dry_start_effi, .dry_start_diesel{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.dry_start_effi .box, .dry_start_diesel .box{
	width: 25%;
	margin: 0 5% 0 0;
	text-align: center;
	position: relative;
}
.dry_start_effi .box::after, .dry_start_diesel .box::after{
	content: "";
	width: 48px;
	height: 34px;
	position: absolute;
	top: 41%;
	right: -50px;
}
.dry_start_effi .box::after{
	background: url("../mt10_effi/images/effi_dry_arrow.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.dry_start_diesel .box::after{
	background: url("../mt10_diesel/images/die_dry_arrow.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.dry_start_effi .box:nth-child(3)::after, .dry_start_diesel .box:nth-child(3)::after{
	content: "";
	width: 145px;
	height: 73px;
	position: absolute;
	top: 10%;
	right: -55px;
}
.dry_start_effi .box:nth-child(3)::after{
	background: url("../mt10_effi/images/effi_dry04.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.dry_start_diesel .box:nth-child(3)::after{
	background: url("../mt10_diesel/images/die_dry04.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.dry_start_effi .box .img, .dry_start_diesel .box .img{
	width: 124px;
	margin: 0 auto 15px auto;
}
.dry_start_diesel .box:nth-child(3) .img{
	width: 156px;
	margin: 0 auto 15px auto;
}
.dry_start_effi .box .img img, .dry_start_diesel .box .img img{
	width: 100%;
	height: auto;
}
.dry_start_effi .box p, .dry_start_diesel .box p{
	width: 70%;
	margin: 0 15%;
	text-align: left;
}
.dry_start_note{
    width: 100%;
    margin: 60px 0 100px 0;
    padding: 0 20px;
}

/*MT10-DIESEL*/
.dry_start_diesel h4{
	margin-bottom: 30px;
	position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: #52a40a;
	text-align: center;
}
.dry_start_diesel h4::before{
	content: "";
    width: 70%;
	max-width: 800px;
	height: 2px;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	background: #6eb92b; 
}
.dry_start_diesel h4::after{
	content: "";
    width: 87px;
	height: 27px;
	position: absolute;
	z-index: 99;
	bottom: -53px;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../mt10_diesel/images/ic_down.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* 汚れの洗浄・分解・排出イメージ */
/*-------------------------------------------------------*/
/*MT10-ENGINEL*/
.washing_engine{
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.washing_engine .box{
	width: 32%;
}
.washing_engine .box h3{
	text-align: center;
}
.washing_engine .box .img{
	margin-bottom: 35px;
}
.washing_engine .box .img img{
	width: 100%;
	height: auto;
}

/* 実車試験 */
/*-------------------------------------------------------*/
/*MT10-ENGINEL*/
.test_engine, .test_engine_foot{
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
.test_engine{
	margin-bottom: 80px;
	justify-content: space-between;
}
.test_engine_foot{
	justify-content: center;
}
.test_engine .box{
	width: 60%;
}
.test_engine .box:nth-child(3){
	width: 30%;
}
.test_engine_foot .box{
	width: 40%;
}
.test_engine_foot .box:nth-child(3){
	margin-right: 0;
}
.test_engine .box h3, .test_engine_foot .box h3{
	text-align: center;
}
.test_engine .box .img img, .test_engine_foot .box .img img{
	width: 100%;
	height: auto;
}
/*------------*/
.arrow_right, .arrow_right_foot{
	display: flex;
	align-items: center;
	justify-content: center;
}
.arrow_right{
	width: 10%;
}
.arrow_right .img img{
	width: 90%;
	height: auto;
}
.arrow_right_foot{
	width: 20%;
	padding-top: 5%;
}


/* 添加すると */
/*-------------------------------------------------------*/
/*MT10-EFFI　MT10-DIESEL*/
.article{
	display: flex;
	flex-flow: column;
	align-items: center;
}
.article h3:nth-of-type(2){
	margin-bottom: -20px;
}
.article p, .article_effi p{
	width: 40%;
	min-width: 470px;
}
.article .article_arrow{
	width: 87px;
	margin-bottom: 40px;
}
.article .img_article, .article .img_article3{
	width: 403px;
	margin-bottom: 30px;
}
.article .img_article3{
	padding-top: 50px;
}
.article .img_article2{
	width: 54.45%;
	min-width: 599px;
	margin-bottom: 30px;
}
.article .img_article img, .article .img_article2 img, .article .img_article3 img, .article .article_arrow img{
	width: 100%;
	height: auto;
}
.article .img_article2 img{
	margin-left: 71.5px;
}
.indention br{
	display: none;
}

/* MT-10エフィの特性 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.article_effi_list{
}

.article_effi_list dl{
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
.article_effi_list dl dt{
	width: 35%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	background: #E6E6E6;
	border-bottom: 1px solid #aaaaaa
}
.article_effi_list dl dd{
	width: 65%;
	padding: 30px 20px;
	border-bottom: 1px solid #aaaaaa
}
.article_effi_list dl dd ol{
	padding-left: 1rem;
	list-style: disc;
}

/* MT-10スーペリア for CLEAN DIESEL*/
/*-------------------------------------------------------*/
/*MT10-DIESEL*/
.effect_diesel_foot_titl{
    margin-bottom: 80px;
	padding: 80px 20px 0 20px;
	position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: #52a40a;
	text-align: center;
}
.effect_diesel_foot_titl::before{
	content: "";
    width: 70%;
	max-width: 800px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #6eb92b; 
}
.effect_diesel_foot_titl::after{
	content: "";
    width: 87px;
	height: 27px;
	position: absolute;
	z-index: 99;
	top: -2px;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../mt10_diesel/images/ic_down.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.effect_diesel_foot_titl span{
    display: block;
    font-size: 1.2rem;
    color: #000000;
}
.effect_diesel_foot{
	padding: 80px 20px 20px 20px;
	background: #E6E6E6;
}
.effect_diesel_foot h2{
	width: 84%;
	margin: -90px auto 90px auto;
	padding: 0 60px 25px 60px;
	position: relative;
	background: #ffffff;
	font-size: 1.4rem;
	font-weight: 800;
	text-align: center;
}
.effect_diesel_foot h2::after{
	content: "";
	width: 30%;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto; 
	background: #52a40a;
}
.effect_diesel_foot ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.effect_diesel_foot ul li{
	width: 48.5%;
	margin: 0 5px 10px 5px;
	padding: 30px 10px 30px 35px;
	position: relative;
	background: #ffffff;
    font-size: 1.2rem;
	font-weight: 800;
    color: #52a40a;
	text-align: center;
}
.effect_diesel_foot ul li::before{
	content: "";
	width: 30px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 45%;
	background: #E6E6E6;
}

/* お客様にとって */
/*-------------------------------------------------------*/
/*MT10-Engine*/
.customer_engine{
	margin-bottom: 50px;
	padding: 0 0 60px 0;
	background: #E6E6E6;
}
.customer_engine h3{
	width: 80%;
    max-width: 680px;
	margin: 0 auto 60px auto;
	padding: 0 40px 10px 40px;
	position: relative;
	background: #ffffff;
	font-size: 1.2rem;
	font-weight: 800;
	text-align: center;
}
.customer_engine ul{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.customer_engine ul li{
	width: 32%;
	padding: 30px 10px 30px 40px;
	position: relative;
	background: #ffffff;
}
.customer_engine ul li::before{
	content: "";
	width: 30px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 45%;
	background: #E6E6E6;
}
.customer_engine ul li span{
	margin-bottom: 15px;
	display: block;
    font-size: 1.3rem;
	font-weight: 800;
	text-align: center;
	color: #73268b;
}
.customer_engine p{
	margin-bottom: 60px;
	padding-left: 40px;
}
.customer_engine h4{
	padding: 0 20px;
	font-size: 1.2rem;
	font-weight: 800;
	text-align: center;
	color: #73268b;
}

@media screen and (min-width: 0px) and (max-width: 1100px) {

/* ページTOP部分 */
/*-------------------------------------------------------*/
/*共通部分*/
.top_effi, .top_diesel, .top_engine {
	padding: 0 20px 70px 20px;
}
.top_engine {
	padding: 0 20px 200px 20px;
}
.top_effi h1, .top_diesel h1, .top_engine h1{
	font-size: 2rem;
}
	
    
/*各ロゴ*/
.top_effi h2, .top_diesel h2, .top_engine h2{
	width: 80%;
}

/*MT10-EFFI*/
.top_effi {
	background-position: top+10% right+70px, bottom+20px right+10px, bottom right;
	background-size: 15% auto, 147px auto, 457px auto;
}    
.top_effi ol{
	width: 80%;
}
.top_effi ol li{
	margin: 0 3% 20px 0;
}
    
/*MT10-Diesel*/
.top_diesel {
	background-position: bottom+20px right+10px, bottom right;
	background-size: 15% auto, 457px auto;
}
.top_diesel ul{
	width: 84%;
}
.top_diesel ul li{
	width: 33.9%;
	font-size: 1.1rem;
}
.top_diesel .lead{
	width: 80%;
}
    
/*MT10-Engine*/
.top_engine {
	background-position: bottom+20px right+10px, bottom right;
	background-size: 15% auto, 457px auto;
}
	
/* 効果 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.effect_effi{
	padding: 80px 20px 20px 20px;
}
.effect_effi h2{
	width: 60%;
	padding: 0 60px 15px 60px;
}
.effect_effi ul li{
	width: calc(50% - 10px);
	margin: 0 5px 10px 5px;
	padding: 25px 10px 25px 35px;
}
.effect_txt{
	padding: 0 20px;
	font-size: 1.5rem;
}
.effect_txt br{
	display: none;
}

/*MT10-DIESEL*/
.effect_diesel ul li{
	width: 49%;
}
.effect_engine ul li br{
	display: none;
}

/* ドライスタート */
/*-------------------------------------------------------*/
/*MT10-DIESEL*/
.dry_start_diesel h4{
	padding: 0 30px;
    font-size: 1.6rem;
}
	
}

@media screen and (min-width: 0px) and (max-width: 780px) {

	
/* 見出し共通 */
/*-------------------------------------------------------*/

/*中見出し*/
.m_heading br{
    display: none;
}
.m_heading_fs_l{font-size: 1.3rem;}
.m_heading_fs_m{font-size: 1.1rem;}
.m_heading_fs_s{font-size: 1rem;}
	
/*小見出し*/
.subheading::before{
	width: 25px;
	left: -35px;
}
.subheading::after{
	width: 25px;
	right: -35px;
}

/*リード*/
.content_area .lead{
	padding: 0 20px;
	margin-bottom: 40px;
}

/*画像下イメージ図　表示*/
.foot_figure2::after{
	right: 25%;
}

/* ページTOP部分 */
/*-------------------------------------------------------*/
/*共通部分*/
.top_effi {
	padding: 0 20px 30px 20px;
}
.top_diesel {
	padding: 0 20px 150px 20px;
}
.top_engine {
	padding: 0 20px 170px 20px;
}
.top_effi h1, .top_diesel h1, .top_engine h1{
	font-size: 1.8rem;
}
.top_effi h1 br{
    display: none;
}
.top_diesel h1 br{
	display: none;
}
    
/*各ロゴ*/
.top_effi h2{
	margin-bottom: 30px;
}


/*MT10-EFFI*/
.top_effi {
	background-position: bottom+30% right+150px, bottom+20px right+10px, bottom right;
	background-size: 20% auto, 136px auto, 457px auto;
}

.top_effi p br{
	display: none;
}
.top_effi ol{
	display: block;
}
.top_effi ol li{
	width: 50%;
	margin: 0 0 20px 0;
	padding-top: 35px;
	text-align: left;
}
.top_effi ol li br{
	display: none;
}
.top_effi ol li:nth-child(1)::before, .top_effi ol li:nth-child(2)::before, .top_effi ol li:nth-child(3)::before{
	width: 25px;
}
.top_effi ol li:nth-child(1)::before{
	height: 21px;
}
.top_effi ol li:nth-child(2)::before{
	height: 25px;
}
.top_effi ol li:nth-child(3)::before{
	height: 25px;
}
.top_effi ol li:last-child{
	margin-right: 0%;
}
    
/*MT10-Diesel*/
.top_diesel {
	background-position: bottom+20px right, bottom right;
	background-size: 110px auto, 457px auto;
}
.top_diesel ul{
	width: 100%;
}
.top_diesel .lead{
	width: 100%;
	padding: 10px 5px;
	font-size: 1.1rem;
}
.top_diesel p{
	width: 60%;
}
.top_diesel p br{
	display: none;
}
    
/*MT10-Engine*/
.top_engine {
	background-position: bottom+20px right+5px, bottom right;
	background-size: 100px auto, 457px auto;
}

/* 効果 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.effect_effi{
	padding: 60px 20px 20px 20px;
}
.effect_effi h2{
	width: 80%;
	margin: -70px auto 90px auto;
	padding: 0 40px 15px 40px;
}
.effect_effi ul{
	display: block;
}
.effect_effi ul li{
	width: calc(100% - 10px);
	padding: 25px 10px 25px 35px;
}
.effect_arrow{
	width: 130px;
	margin: 0 auto 30px auto;
}
.effect_txt{
	text-align: left;
}

	
	
/*MT10-DIESEL*/
.effect_diesel ul li{
	width: 49%;
}
.effect_diesel ul li h2, .effect_diesel .box h2{
	font-size: 1.5rem;
}

/*MT10-Engine*/
.effect_engine{
	margin-bottom: 50px;
}
.effect_engine h2{
	width: 92%;
	padding: 0 10px 25px 10px;
	font-size: 1.2rem;
	text-align: left;
}
.effect_engine p{
    font-size: 1rem;
}
.effect_engine p::after{
	width: 30%;
}
.effect_engine ul{
	display: block;
}
.effect_engine ul li{
	width: 100%;
	margin-bottom: 20px;
	padding: 25px 20px 25px 45px;
    font-size: 1.2rem;
}
.effect_engine ul li br{
	display: none;
}
.effect_engine ul li span{
    font-size: 1.5rem;
	text-align: center;
}
.engine_txt{
	text-align: left;
}
.engine_txt br{
	display: none;
}
	
/* 動画 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.movie_effi{
	display: block;
}
.movie_effi .box{
	width: 100%;
	margin-bottom: 50px;
}
	
/* ドライスタート */
/*-------------------------------------------------------*/
/*MT10-EFFI　MT10-DIESEL*/
.dry_start_effi, .dry_start_diesel{
	padding: 0 10px;
	justify-content: space-between;
}
.dry_start_effi .box, .dry_start_diesel .box{
	width: 45%;
	margin: 0 0 40px 0;
}
.dry_start_effi .box::after, .dry_start_diesel .box::after{
	width: 40px;
	height: 28px;
	position: absolute;
	top: 41%;
	right: -30px;
}
.dry_start_effi .box:nth-child(2), .dry_start_diesel .box:nth-child(2){
	width: 45%;
}
.dry_start_effi .box:nth-child(2)::after, .dry_start_diesel .box:nth-child(2)::after{
	width: 0;
	background: none;
}
.dry_start_effi .box:nth-child(3), .dry_start_diesel .box:nth-child(3){
	width: 50%;
	margin: 0 0 0 20px;
}	
.dry_start_effi .box:nth-child(3)::after, .dry_start_diesel .box:nth-child(3)::after{
	top: 16%;
	right: 0;
	left: 68%;
}
.dry_start_effi .box:nth-child(3)::before, .dry_start_diesel .box:nth-child(3)::before{
	content: "";
	width: 40px;
	height: 28px;
	position: absolute;
	top: 41%;
	left: -10px;
}
.dry_start_effi .box:nth-child(3)::before{
	background: url("../mt10_effi/images/effi_dry_arrow.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.dry_start_diesel .box:nth-child(3)::before{
	background: url("../mt10_diesel/images/die_dry_arrow.png");
	background-size: cover;
	background-repeat: no-repeat;
}
	
.dry_start_effi .box p, .dry_start_diesel .box p{
	width: 100%;
	margin: 0 auto;
}
/*MT10-DIESEL*/
.dry_start_diesel h4{
	padding: 0 30px;
}
.dry_start_diesel h4::before{
    width: 92%; 
}
	
/* 汚れの洗浄・分解・排出イメージ */
/*-------------------------------------------------------*/
/*MT10-ENGINEL*/
.washing_engine{
	padding: 0 20px;
	display: block;
	flex-wrap: wrap;
	justify-content: space-around;
}
.washing_engine .box{
	width: 100%;
	margin-bottom: 50px;
}
.washing_engine .box .img{
	width: 90%;
	margin: 0 auto 30px auto;
}
.washing_engine .box p{
	width: 90%;
	margin: 0 auto;
}

/* 実車試験 */
/*-------------------------------------------------------*/
/*MT10-ENGINEL*/
.test_engine, .test_engine_foot{
	display: block;
}
.test_engine{
	margin-bottom: 80px;
}
.test_engine .box{
	width: 100%;
	margin-bottom: 30px;
}
.test_engine .box:nth-child(3){
	width: 100%;
}
.test_engine .box:nth-child(3) .img, .test_engine .box:nth-child(3) p{
	width: 80%;
	margin: 0 auto;
}	
.test_engine_foot .box{
	width: 100%;
	margin-bottom: 30px;
}
.test_engine_foot .box .img, .test_engine_foot .box p{
	width: 80%;
	margin: 0 auto;
}

/*------------*/
.arrow_right{
	width: 100%;
	margin-bottom: 30px;
}
.arrow_right .img img{
	width: 90%;
	height: auto;
	transform: rotate(90deg);
}
.arrow_right_foot{
	padding-top: 0;
}
	
/* 添加すると */
/*-------------------------------------------------------*/
/*MT10-EFFI　MT10-DIESEL*/
.article{
	padding: 0 20px;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.article h3:nth-of-type(2){
	margin-bottom: 20px;
}
.article p{
	width: 100%;
	min-width: 0;
}
.article .article_arrow{
	width: 70px;
}
.article .img_article, .article .img_article3{
	width: 100%;
	min-width: 0px;
}
.article .img_article3{
	padding-top: 30px;
}
.article .img_article2{
	width: 100%;
	min-width: 0;
	margin-bottom: 30px;
}
.article .img_article2 img{
	margin-left: 0;
}
.indention{
	text-align: center;
}
.indention br{
	display: block;
}
	
/* MT-10エフィの特性 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.article_effi_list dl{
	display: block;
}
.article_effi_list dl dt{
	width: 100%;
	padding: 15px 20px;
}
.article_effi_list dl dd{
	width: 100%;
	padding: 25px 20px;
}

/* MT-10スーペリア for CLEAN DIESEL*/
/*-------------------------------------------------------*/
/*MT10-DIESEL*/
.effect_diesel_foot_titl{
	width: 90%;
	margin: 0 auto 80px auto;
	font-size: 1.8rem;
}
.effect_diesel_foot_titl::before{
    width: 90%; 
}

.effect_diesel_foot{
	padding: 80px 20px 20px 20px;
	background: #E6E6E6;
}
.effect_diesel_foot h2{
    width: 100%;
	font-size: 1.2rem;
	text-align: left;
}
.effect_diesel_foot h2 br{
    display: none;
}
.effect_diesel_foot ul li{
	width: 100%;
    font-size: 1.1rem;
}
	
/* お客様にとって */
/*-------------------------------------------------------*/
/*MT10-Engine*/
.customer_engine{
	margin-bottom: 50px;
	padding: 0 0 60px 0;
	background: #E6E6E6;
}
.customer_engine h3{
	width: 86%;
	padding: 0 20px 10px 20px;
	font-size: 1.2rem;
	text-align: left;
}
.customer_engine ul{
	margin-bottom: 0;
	display: block;
}
.customer_engine ul li{
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 10px 30px 45px;
}
.customer_engine h4{
	font-size: 1.2rem;
	text-align: left;
}
.customer_engine h4 br{
	display: none;
}


}


@media screen and (min-width: 0px) and (max-width: 600px) {

/* ページTOP部分 */
/*-------------------------------------------------------*/
/*MT10-EFFI*/
.top_effi ol li{
	width: 50%;
}
.top_diesel ul{
	width: 100%;
    margin-bottom: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_diesel ul li{
	width: 50%;
	margin-bottom: 10px;
    padding: 3px 10px;
    border-right: 2px solid #999999;
    text-align: center;
}
.top_diesel ul li:nth-child(2){
    border-right: 0px solid #999999;
}
.top_diesel ul li:nth-child(3){
    border-right: 2px solid #999999;
}

/* 効果 */
/*-------------------------------------------------------*/

/*MT10-DIESEL*/
.effect_diesel ul{
	display: block;
}
.effect_diesel ul li{
	width: 100%;
}

/* ドライスタート */
/*-------------------------------------------------------*/
/*MT10-DIESEL*/
.dry_start_diesel h4{
    font-size: calc(100vw / 20);
}

/* MT-10スーペリア for CLEAN DIESEL*/
/*-------------------------------------------------------*/
/*MT10-DIESEL*/
.effect_diesel_foot_titl{
	font-size: calc(100vw / 20);
}
.effect_diesel_foot_titl span{
    font-size: calc(100vw / 30);
}
	
}
