@charset "UTF-8";

/* メインイメージ
---------------------------------------------------------*/
.contentpage .m_img_area {
	background-image: url("../images/equipment/m_img@2x.jpg");}


/* 共通
---------------------------------------------------------*/
#pagebody{
	padding-bottom: 110px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#pagebody{
	padding-bottom: 10%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#pagebody{
	padding-bottom: 10%;
}
}


/* equ_titbnr
---------------------------------------------------------*/
.equ_titbnr{
	position: relative;
	background:url("../images/equipment/qua_titbg@2x.png")no-repeat left bottom #c2b956;
	background-size: auto 100%;
	text-align: left;
	padding: 1.9rem 0 2.2rem;
	margin-bottom: 70px;
}
#painless .equ_titbnr{
	background-image: url("../images/equipment/pain_titbg@2x.png");
	background-color: #deb7ab;}
#counseling .equ_titbnr{
	background-image: url("../images/equipment/coun_titbg@2x.png");
	background-color: #6c976d;}
#clean .equ_titbnr{
	background-image: url("../images/equipment/clean_titbg@2x.png");
	background-color: #82afc5;}
#other .equ_titbnr{
	background-image: url("../images/equipment/other_titbg@2x.png");
	background-color: #b0b0bf;}

.equ_titbnr::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/equipment/titlebnr_deco@2x.png")no-repeat bottom right;
	background-size: auto 100%;
	width: 84px;
	height: 45%;
	max-height: 84px;
	bottom: 0;
	right: 0;
}
.equ_titbnr .ft_age{
	font-size: 500%;
	letter-spacing: 0.12em;
	line-height: 1em;
	color: #615b11;
	margin-bottom: .8rem;
}
#painless .equ_titbnr .ft_age,
#painless .equ_list .com_style1 dt.sub_dt{
	color: #b56a55;}
#counseling .equ_titbnr .ft_age,
#counseling .equ_list .com_style1 dt.sub_dt{
	color: #2b4a2c;}
#clean .equ_titbnr .ft_age{
	color: #313d65;}
#clean .equ_list .com_style1 dt.sub_dt{
	color: #3a91cf;}
#other .equ_titbnr .ft_age,
#other .equ_list .com_style1 dt.sub_dt{
	color: #53486f;}

.equ_titbnr .ft_min{
	font-size:235%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #fff;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.equ_titbnr{
	margin-bottom: 5.2vw;
}
.equ_titbnr .ft_age{
	font-size: 6.25vw;
}
.equ_titbnr .ft_min{
	font-size: 2.95vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.equ_titbnr{
	padding: 1.2rem 0 1.4rem;
	margin-bottom: 5%;
}
.equ_titbnr .ft_age{
	font-size: 360%;
	margin-bottom: .6rem;
}
.equ_titbnr .ft_min{
	font-size:170%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.equ_titbnr{
	padding: 1.1rem 0 1.2rem;
	margin-bottom: 5%;
}
.equ_titbnr .ft_age{
	font-size: 180%;
	margin-bottom: .3rem;
}
.equ_titbnr .ft_min{
	font-size:120%;
}
}






/* equ_list
---------------------------------------------------------*/
.equ_list > li{
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.equ_list > li::before{
	position: absolute;
	display: block;
	content: "";
	background: #9d9599;
	background-size: 100% auto;
	width: 83%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.equ_list > li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.equ_list > li:last-child::before{
	display: none;
}
.equ_list .com_style1 dt.sub_dt{
	font-size:120%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	color:#615b11;
	margin-bottom: .3em;
}
.equ_list .com_style1 dt.ft_min{
	font-size: 240%;
	line-height: 1.5em;
	margin-bottom: .4em;
	color: #2a3a4b;
}
.equ_list .com_btn1.s350{	
	text-align: left;
}
.equ_list .com_btn1.s350 a{
	max-width: 350px;
	margin: 1.3rem auto auto 0;
	background: #828a9e;
}

/*equ_col2*/
/*equ_col3*/
.equ_list .equ_col2,
.equ_list .equ_col3{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.equ_list .equ_col3{	
	margin-bottom: -60px;
}
.equ_list .equ_col3:after {
    content: "";
    display: block;
    width: 32%; 
    height: 0;
}
.equ_list .equ_col3 > li{
	width: 32%;
	max-width: 360px;
	margin-bottom: 60px;
}
.equ_list .equ_col2 > li{
	width: 48%;
	max-width: 566px;
}
.equ_list .equ_col2 > li .img,
.equ_list .equ_col3 > li .img{
	margin: 0 auto 1.2rem;
	text-align: center;
}
.equ_list .equ_col3 > li .com_style1 dt.ft_min{
	font-size: 160%;
	text-align: center;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.equ_list .com_style1 dt.sub_dt{
	letter-spacing: 0.1em;
}
.equ_list .com_style1 dt.ft_min{
	font-size: 3vw;
}
.equ_list .equ_col3 > li .com_style1 dt.ft_min{
	font-size: 2vw;
}
.equ_list > li{
	padding-bottom: 5.5vw;
	margin-bottom: 5.5vw;
}
.equ_list .equ_col3{	
	margin-bottom: -5vw;
}
.equ_list .equ_col3 > li{
	margin-bottom: 5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.equ_list > li{
	padding-bottom:6%;
	margin-bottom:6%;
}
.equ_list > li::before{
	width: 90%;
}
.equ_list .com_style1 dt.sub_dt{
	font-size:105%;
	letter-spacing: 0.1em;
}
.equ_list .com_style1 dt.ft_min{
	font-size: 140%;
}
.equ_list .com_btn1.s350 a{
	margin: 1rem auto auto 0;
}

/*equ_col2*/
/*equ_col3*/
.equ_list .equ_col3{	
	margin-bottom: -5%;
}
.equ_list .equ_col3 > li{
	margin-bottom: 5%;
}
.equ_list .equ_col2 > li .img,
.equ_list .equ_col3 > li .img{
	margin: 0 auto .8rem;
}
.equ_list .equ_col2 > li .com_style1 dt.sub_dt{
	font-size: 100%;
}
.equ_list .equ_col2 > li .com_style1 dt.ft_min{
	font-size: 140%;
}
.equ_list .equ_col3 > li .com_style1 dt.ft_min{
	font-size: 130%;
	margin-bottom: .3em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.equ_list > li{
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.equ_list > li::before{
	width:90%;
}
.equ_list .com_style1 dt{
	text-align: center;
}
.equ_list .com_style1 dt.sub_dt{
	font-size:100%;
	letter-spacing: normal;
	margin-bottom: 0;
}
.equ_list .com_style1 dt.ft_min{
	font-size: 140%;
	line-height: 1.4em;
	margin-bottom: .3em;
}
.equ_list .com_btn1.s350{	
	text-align: center;
}
.equ_list .com_btn1.s350 a{
	margin: 1rem auto 0;
}

/*equ_col2*/
/*equ_col3*/
.equ_list .equ_col2,
.equ_list .equ_col3{
	display: -webkit-block;
	display: block;
}
.equ_list .equ_col3{	
	margin-bottom: 0;
}
.equ_list .equ_col3:after {
    display: none;
}
.equ_list .equ_col2 > li,
.equ_list .equ_col3 > li{
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.equ_list .equ_col2 > li::before,
.equ_list .equ_col3 > li::before{
	position: absolute;
	display: block;
	content: "";
	background: #9d9599;
	background-size: 100% auto;
	width: 83%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.equ_list .equ_col2 > li:last-child,
.equ_list .equ_col3 > li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.equ_list .equ_col2 > li:last-child::before,
.equ_list .equ_col3 > li:last-child::before{
	display: none;
}
.equ_list .equ_col2 > li .img,
.equ_list .equ_col3 > li .img{
	margin: 0 auto 1rem;
	width: 60%;
}
.equ_list .equ_col2 > li .img{
	width: 80%;
}
.equ_list .equ_col3 > li .com_style1 dt.ft_min{
	font-size: 120%;
}
}



/* equ_colorbox
---------------------------------------------------------*/
.equ_colorbox{
	position: relative;
	background: #f6f2e2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 5%;
	box-sizing: border-box;
}
#clean .equ_colorbox{
	background: #deebf0;
}
.equ_colorbox::before{
	position: absolute;
	display: block;
	content: "";
	background: url("../images/equipment/colorbox_bg@2x.png")no-repeat top right;
	background-size: 100% auto;
	width: 34%;
	max-width: 399px;
	height: 286px;
	top:0;
	right: 0;
}
.equ_colorbox > dt,
.equ_colorbox > dd{
	position: relative;
	z-index: 2;
}
.equ_colorbox > dt{
	font-size:190%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #2a3a4b;
	text-align: center;
	border-bottom: 1px solid #2a3a4b;
	padding-bottom: .8em;
	margin-bottom: 1.1em;
}
.equ_colorbox > dd{
	max-width: 1040px;
	margin: 0 auto;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.equ_colorbox > dt{
	font-size: 2.5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.equ_colorbox{
	padding: 3.5% 4%;
}
.equ_colorbox > dt{
	font-size:150%;
	letter-spacing: 0.05em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.equ_colorbox{
	padding: 4%;
}
.equ_colorbox::before{
	width: 40%;
}
.equ_colorbox > dt{
	font-size:120%;
	letter-spacing: 0.05em;
	padding-bottom: .6em;
	margin-bottom: 1em;
}
}






/* COUNSELING
---------------------------------------------------------*/
#counseling .com_fltbox .sub_img{
	position: relative;
}
#counseling .com_fltbox .sub_img::before{
	position: absolute;
	display:block;
	content: "";
	background: url("../images/equipment/coun_img01_2@2x.png")no-repeat bottom left;
	background-size: 100% auto;
	width: 55%;
	max-width: 286px;
	height: 306px;
	bottom: 0;
	left: 0;
}
#counseling .equ_colorbox dd{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#counseling .equ_colorbox dd .img{
	width: 29.5%;
}
#counseling .equ_colorbox dd .txt{
	width: 66.5%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#counseling .equ_colorbox dd .img{
	width: 40%;
}
#counseling .equ_colorbox dd .txt{
	width: 58%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#counseling .equ_colorbox dd{
	display: -webkit-block;
	display: block;
}
#counseling .equ_colorbox dd .img{
	width: 80%;
	margin: 0 auto .5rem;
	text-align: center;
}
#counseling .equ_colorbox dd .txt{
	width:100%;
}
}





/* CLEAN&SAFETY
---------------------------------------------------------*/
#clean .equ_inbox{
	background: url("../images/equipment/clean_bg@2x.jpg")no-repeat top left;
	background-size: 100% auto;
}
#clean .water_tit{
	text-align: center;
	padding-bottom: 60px;
}
#clean .water_tit p{
	font-size: 230%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #2a3a4b;
	margin-bottom: .5em;
}
#clean .water_tit h4{
	font-size: 350%;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	color: #3a91cf;
}
#clean .equ_col2 > li .img{
	margin-bottom: 2rem;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#clean .water_tit{
	padding-bottom: 5vw;
}
#clean .water_tit p{
	font-size:3vw;
}
#clean .water_tit h4{
	font-size: 4.5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#clean .water_tit{
	padding-bottom: 5%;
}
#clean .water_tit p{
	font-size: 150%;
}
#clean .water_tit h4{
	font-size: 200%;
}
#clean .equ_col2 > li .img{
	margin-bottom: 1.1rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#clean .water_tit{
	padding-bottom: 8$;
}
#clean .water_tit p{
	font-size: 110%;
	letter-spacing: 0.05em;
}
#clean .water_tit h4{
	font-size: 140%;
}
#clean .equ_col2 > li .img{
	margin-bottom: 1rem;
}
}