@charset "UTF-8";

.contentpage .m_img_area{
	background-image: url(../images/equipment/m_img@2x.jpg);}


/* 共通
---------------------------------------------------------*/
.equip_tit{
	color: #fff;
	padding: 3em 0;
	position: relative;
	z-index: 1;
}
.equip_tit p{
	font-size: 233.4%;
	letter-spacing: 0.1em;
	line-height: 1em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -0.5em;
}
.equip_bg{
	padding: 80px 0 120px;
	position: relative;
	z-index: 0;
}
.equip_bg::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
	max-width: 750px;
	width: 50%;
	height: 350px;
	right: 0;
	top:0;
	z-index: -1;
}
.equip_txt{
	max-width: 655px;
	  width: 70%;
}
.equip_index{
	padding: 1.6em 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 2.4em;
}
.equip_bdr > li {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #bfbfbf;
}
.equip_bdr > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.equip_flt .img_l,
.equip_flt .txt_l{
	float: left;
}
.equip_flt .img_r,
.equip_flt .txt_r{
	float: right;
}
.equip_flt .img_l,
.equip_flt .img_r{
	max-width: 610px;
	width: 51%;
}
.equip_flt .txt_l,
.equip_flt .txt_r{
	max-width: 530px;
	width: 45%;
}
.equip_flt .txt_l .img,
.equip_flt .txt_r .img{
	max-width: 530px;
	margin: 2.5em auto 0;
	text-align: center;
}
.equip_point{
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 4%;
	box-sizing: border-box;
	border-radius: 10px;
}
.equip_point .inbox1{
	max-width: 1000px;
	margin: 0 auto;
}
.equip_point .inbox2{
	max-width: 960px;
	margin: 0 auto;
}
.equip_point .point{
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #939791;
	margin-bottom: 1em;
}
.equip_point .point span{
	padding-left: 1.5em;
	position: relative;
}
.equip_point .point span::before{
	position: absolute;
	font-family: "fontello";
	content: '\e806';
	font-size: 0.78em;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
.equip_point .equip_flt {
	max-width: 930px;
	margin-right: 0;
	margin-left: auto;
}
.equip_point .equip_flt .img_r{
	max-width: 300px;
	width: 34%;
	margin-top: -1.96em;
}
.equip_point .equip_flt .txt_l{
	max-width: 575px;
	width: 62%;
}
.equip_point .point_style dt{
	margin-bottom: 0.8em;
}
.equip_point .point_style_txt{
	max-width: 930px;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 2em;
}
.equip_point .point_list{
	display: flex;
	justify-content: space-between;
}
.equip_point .point_list li{
	max-width: 300px;
	width: 32%;
}
.equip_point .point_list li div{
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.equip_point .point_list li p{
	line-height: 1.8em;
	margin-top: 1em;
}
.equip_flex{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.equip_flex li{
	max-width: 580px;
	width: 48.5%;
	margin-top: 70px;
}
.equip_flex li:nth-child(-n + 2){
	margin-top: 0;
}
.equip_flex li .img{
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
}
.equip_flex li .txt{
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}
.equip_flex li .txt dt{
	margin-bottom: 0.8em;
	margin-top: 1em;
}
.equip_border_box{
	border: 1px solid;
	padding: 60px 4%;
	border-radius: 10px;
}
.equip_border_box .inbox{
	max-width: 1070px;
	margin: 0 auto;
}
.equip_border_box .border_box_tit{
	padding-top: 2em;
	margin-bottom: 2em;
	position: relative;
}
.equip_border_box .border_box_tit::before{
	position: absolute;
	font-family: "fontello";
	content: '\e806';
	font-size: 0.78em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}
.equip_border_box ul{
	display: flex;
	 justify-content: space-between;
}
.equip_border_box ul li{
	max-width: 335px;
	width: 32%;
}
.equip_border_box ul li div{
	max-width: 327px;
	margin: 0 auto;
	text-align: center;
}
.equip_border_box ul li dt{
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.8em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.equip_bg{
	padding: 8% 0 10%;
}
.equip_index{
	margin-bottom: 2.2em;
}
.equip_bdr > li {
  padding-bottom: 8%;
  margin-bottom:  8%;
}
.equip_point{
	padding: 5% 4%;
	border-radius: 1vw;
}
.equip_flex li{
	margin-top: 7%;
}
.equip_border_box{
	padding: 6% 4%;
	border-radius: 1vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.equip_tit{
	padding: 1.6em 0;
}
.equip_tit p{
	font-size: 190%;
	letter-spacing: 0.05em;
}
.equip_bg{
	padding: 10% 0 14%;
}
.equip_txt{
	max-width: 100%;
	width: 100%;
}
.equip_index{
	padding: 1.4em 0;
	margin-bottom: 1.8em;
}
.equip_bdr > li {
  padding-bottom: 10%;
  margin-bottom:  10%;
}
.equip_flt .img_l,
.equip_flt .txt_l,
.equip_flt .img_r,
.equip_flt .txt_r{
	float: none;
}
.equip_flt .img_l,
.equip_flt .img_r{
	width: 100%;
    margin: 0 auto 5%;
}
.equip_flt .txt_l,
.equip_flt .txt_r{
	max-width: 100%;
	width: 100%;
}
.equip_flt .txt_l .img,
.equip_flt .txt_r .img{
	width: 87%;
	margin: 0 auto 5%;
}
.com_inbox1 > .equip_flt .txt_l,
.com_inbox1 > .equip_flt .txt_r{
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.equip_point{
	padding: 6% 5%;
	border-radius: 1vw;
}
.equip_point .inbox1{
	max-width:100%;
}
.equip_point .inbox2{
	max-width: 100%;
}
.equip_point .point{
	text-align: center;
}
.equip_point .equip_flt {
	max-width:100%;
}
.equip_point .equip_flt .img_r{
	width: 60%;
	margin-top: 0;
}
.equip_point .equip_flt .txt_l{
	max-width: 100%;
	width: 100%;
}
.equip_point .point_style dt{
	margin-bottom: 0.5em;
	text-align: center;
}
.equip_point .point_style_txt{
	max-width: 100%;
	margin-bottom: 1.5em;
	text-align: center;
}
.equip_point .point_list{
    flex-wrap: wrap;
	justify-content: center;
}
.equip_point .point_list li{
	max-width: 48.5%;
	width: 48.5%;
	margin-top: 7%;
	margin-right: 3%;
}
.equip_point .point_list li:nth-child(2n),
.equip_point .point_list li:last-child{
	margin-right: 0;
}
.equip_point .point_list li:nth-child(-n + 2){
	margin-top: 0;
}
.equip_point .point_list li p{
	margin-top: 0.6em;
	line-height: 1.6em;
}
.equip_flex{
	display: block;
}
.equip_flex li{
	max-width: 100%;
	width: 100%;
	margin-top: 10%!important;
}
.equip_flex li:first-child{
	margin-top: 0!important
}
.equip_flex li .img{
	width: 100%;
	margin: 0 auto 5%;
}
.equip_flex li .txt dt{
	margin-bottom: 0.5em;
	margin-top: 0;
	text-align: center;
}
.equip_border_box{
	padding: 6% 5%;
	border-radius: 1vw;
}
.equip_border_box .border_box_tit{
	padding-top: 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}
.equip_border_box ul{
	display: block;
}
.equip_border_box ul li{
	max-width: 100%;
	width: 100%;
	margin-top: 7%;
}
.equip_border_box ul li:first-child{
	margin-top: 0;
}
.equip_border_box ul li div{
	width: 70%;
	margin: 0 auto 5%;
}
.equip_border_box ul li dt{
	margin-bottom: 0.5em;
    margin-top: 0;
}
}



/* clean_safety
---------------------------------------------------------*/
#clean_safety .equip_tit{
	background-color: #7aaddb;
}
#clean_safety .equip_tit p{
	color: #0072bf;
}
#clean_safety .equip_bg::before{
	background-image: url("../images/equipment/abs_bg1@2x.jpg");
}
#clean_safety .equip_index{
	color: #0072bf;
	border-color: #0072bf;
	position: relative;
	z-index: 1;
}
#clean_safety .equip_index::before{
	position: absolute;
	content: "";
	background: url("../images/equipment/tit_arrow.svg") no-repeat center bottom;
	background-size: 100% 100%;
	width: 2.4em;
	height: 2.4em;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1.2em;	
}
#clean_safety .step {
	font-size: min(100%,1.6vw);
}
#clean_safety .step > dl{
	display: flex;
}
#clean_safety .step > dl > dt{
	width: 6.6667em;
	padding:4.6em 0 0;
	position: relative;
	z-index: 1;
}
#clean_safety .step > dl:first-of-type > dt{
	padding-top: 2.6em
}
#clean_safety .step > dl > dt::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	width: 100%;
	height: 6.6667em;
	z-index: -1;
}
#clean_safety .step > dl:nth-child(1) > dt{
	background-color: #0072bf;
}
#clean_safety .step > dl:nth-child(2) > dt{
	background-color: #52a4d8;
}
#clean_safety .step > dl:nth-child(3) > dt{
	background-color: #86d9e9;
}
#clean_safety .step > dl:nth-child(1) > dt::before{
	position: static;
	background: none;
}
#clean_safety .step > dl:nth-child(2) > dt::before{
	background-image: url("../images/equipment/step1_arrow.svg");
}
#clean_safety .step > dl:nth-child(3) > dt::before{
	background-image: url("../images/equipment/step2_arrow.svg");
}
#clean_safety .step > dl > dt p {
	color: #fff;
	text-align: center;
}
#clean_safety .step > dl > dt p.no{
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#clean_safety .step > dl > dt p.no span:first-of-type{
	display: block;
	margin-right: -0.09em;
}
#clean_safety .step > dl > dt p.no span:last-of-type{
	font-size: 2em;
	line-height: 1em;
	display: block;
	margin-top: 0.2em;
	margin-right: -0.05em;
}
#clean_safety .step > dl > dt p.tit{
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-top: 0.7em;
}
#clean_safety .step > dl > dt p.tit span{
	writing-mode: vertical-rl;
}
#clean_safety .step > dl > dd{
	width: calc(100% - 6.6667em);
	background-color: #f1f2f2;
	padding: 60px 4%;
	box-sizing: border-box;
	position: relative;
}
#clean_safety .step > dl > dd::before{
	position: absolute;
	content: "";
	background: #ccc;
	max-width: 1050px;
	width: 93.75%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
#clean_safety .step > dl:last-of-type > dd::before{
	position: static;
	background: none;
}
#clean_safety .step > dl > dd .inbox{
	max-width: 1000px;
	margin: 0 auto;
}
#clean_safety .step > dl > dd .inbox > .equip_flt{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .img_r{
	max-width: 360px;
	width: 38%;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .txt_l{
	max-width: 58%;
	width: 58%;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .txt_l .step_style1 dt{
	margin-bottom: 0.5em;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .txt_l .step_style1 dd{
	font-size: 15px;
	letter-spacing: 0.16em;
	line-height: 1.9;
}
#clean_safety .step > dl > dd .sub_box{
	background-color: #f9fafa;
	padding: 30px 4%;
}
#clean_safety .step > dl > dd .sub_box .equip_flx{
	max-width: 865px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .img_r{
	max-width: 240px;
	width: 28%;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .txt_l{
	max-width: 69%;
	width: 69%;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .txt_l .step_style2 dt{
	color: #0072bf;
	margin-bottom: 0.5em;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .txt_l .step_style2 dd{
	font-size: 15px;
	letter-spacing: 0.16em;
	line-height: 1.9;
}
#clean_safety .blue{
	color: #0072bf;
}
#clean_safety .equip_border_box{
	border-color: #0072bf;
}
#clean_safety .equip_border_box .border_box_tit::before{
	color: #86d2e6;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 

#clean_safety .step > dl > dd{
	padding: 6% 4%;
}
#clean_safety .step > dl > dd .sub_box{
	padding: 4%;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .txt_l .step_style1 dd{
	letter-spacing: 0.1em;
	line-height: 2;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .txt_l .step_style2 dd{
	letter-spacing: 0.1em;
	line-height: 2;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#clean_safety .step {
	font-size: 100%;
}
#clean_safety .step > dl > dt{
	width: 11vw;
	font-size: 60%;
	padding:10vw 0 0;
}
#clean_safety .step > dl:first-of-type > dt{
	padding-top: 8vw;
}
#clean_safety .step > dl > dt::before{
	height: 11vw;
}
#clean_safety .step > dl > dt p {
	
}
#clean_safety .step > dl > dt p.no{
	letter-spacing: 0.05em;
}
#clean_safety .step > dl > dd{
	width: calc(100% - 11vw);
	padding: 8vw 5%;
}
#clean_safety .step > dl > dd::before{
	width: 92%;
}

#clean_safety .step > dl > dd .inbox{
	max-width: 100%;
}
#clean_safety .step > dl > dd .inbox > .equip_flt{
	max-width: 100%;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .img_r{
	width: 100%;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .txt_l{
	max-width: 100%;
	width: 100%;
}
#clean_safety .step > dl > dd .inbox > .equip_flt .txt_l .step_style1 dd{
	font-size: 3.7vw;
	letter-spacing: normal;
	line-height: 1.8;
}
#clean_safety .step > dl > dd .sub_box{
	padding: 7% 5%;
}
#clean_safety .step > dl > dd .sub_box .equip_flx{
	max-width: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .img_r{
	width: 70%;
	margin: 0 auto 5%;
	text-align: center;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .txt_l{
	max-width: 100%;
	width: 100%;
}
#clean_safety .step > dl > dd .sub_box .equip_flx .txt_l .step_style2 dd{
	font-size: 3.7vw;
	letter-spacing: normal;
	line-height: 1.8;
}
}



/* diagnosis
---------------------------------------------------------*/
#diagnosis .equip_tit{
	background-color: #a9ce48;
}
#diagnosis .equip_tit p{
	color: #61ad50;
}
#diagnosis .equip_bg::before{
	background-image: url("../images/equipment/abs_bg2@2x.jpg");
}
#diagnosis .equip_index{
	color: #61ad50;
	border-color: #61ad50;
}
#diagnosis .equip_point{
	background-color: #f3f4ef;
}
#diagnosis .equip_point .point span::before{
	color: #61ad50;
}
#diagnosis .equip_point .point_style dt,
#diagnosis .equip_point .point_style_txt{
	color: #61ad50;
}
#diagnosis .green{
	color: #61ad50;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#diagnosis .com_btn1_list{
    flex-wrap: wrap;
}
}



/* for_comfort
---------------------------------------------------------*/
#for_comfort .equip_tit{
	background-color: #e3c559;
}
#for_comfort .equip_tit p{
	color: #c08719;
}
#for_comfort .equip_bg::before{
	background-image: url("../images/equipment/abs_bg3@2x.jpg");
}
#for_comfort .equip_index{
	color: #c08719;
	border-color: #c08719;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 

}



/* others
---------------------------------------------------------*/
#others .equip_tit{
	background-color: #829590;
}
#others .equip_tit p{
	color: #506c64;
}
#others .equip_bg::before{
	background-image: url("../images/equipment/abs_bg4@2x.jpg");
}
#others .equip_index{
	color: #506c64;
	border-color: #506c64;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 

}

