@charset "UTF-8";

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


/* 設備共通
---------------------------------------------------------*/
.equi_pdg {
    padding: 100px 0;
}

/*共通見出し*/
.com_index3 {
	color: #2b2a2a;
    margin-bottom: 2.3em;
}
.com_index3_txt{
    margin-bottom: 1.5em;
    text-align: center;
}
.com_mini_index {
	color: #967900;
}
.com_style2 > dt {
	color: #967900;
}

/*dev_fltbox1*/
.dev_fltbox1 .imgbox{
    width: 46%;
    max-width: 570px;
}
.dev_fltbox1 .txtbox{
    width: 50%;
}
.dev_fltbox1 .txtbox .txt_attention{
    margin-top: .1em;
}
.dev_fltbox1 .txtbox .txt_attention li{
    padding-left: 1em;
    text-indent: -1em;
}

/*dev_colorbox*/
.dev_colorbox {
    position: relative;
	z-index: 1;
    padding: 55px 0 65px;
	padding-left: 6%;
}
.dev_colorbox.type_l {
	padding-left: 0;
	padding-right: 6%;
}
.dev_colorbox::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    background: #f9f5f0;
    top: 0;
	width: 100vw;
    height: 100%;
	left: 0;
}
.dev_colorbox.type_l::before {
    left: auto;
    right: 0;
}

.dev_colorbox .fltbox .img_r {
    float: right;
    width: 37%;
}
.dev_colorbox .fltbox .txt_l {
    float: left;
    width: 60%;
	padding-top: 1.0em;
}

.dev_colorbox_col3 {
	width: 100%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.dev_colorbox_col3 li{
    width: 31%;
    max-width: 330px;
    text-align: center;
}
.dev_colorbox_col3 .txt{
    margin-top: 1em;
}

/*dev_index1*/
.dev_index1{	
	font-size: 140%;
    color: #2b2a2a;
	letter-spacing: .17em;
	line-height: 1.6em;
    text-align: center;
    margin-bottom: 2em;
}

/*dev_index2*/
.dev_index2 dt,
.dev_colorbox_col3 .txt{
	color: #967900;
    font-size:105%;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    font-weight: bold; 
}
.dev_index2 dt{
    margin-bottom: .7em;
}

/*dev_col3*/
.dev_col3{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
	row-gap: 80px;
}
.dev_col3 > li{
    width: 30%;
}
.dev_col3 .com_style2 {
    margin: 1.8rem 0 .6rem;
}
.dev_col3 .com_style2 > dt {
    font-size: 90%;
    letter-spacing: 0.18em;
}
.dev_col3 .com_style2 > dd {
    font-size: 125%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.dev_col3 .com_style2 > dd::before{
    display: none;
}

/*dev_col2*/
.dev_col2{
	display: flex;
    justify-content: space-between;
}
.dev_col2 li{
    width: 48%;
    max-width: 570px;
}
.dev_col2 li .img_l{
    float: left;
    width: 35%;
}
.dev_col2 li .txt_r{
    float: right;
    width: 61%;
    text-align: right;
    padding-top: 1.3rem;
}
.dev_col2 li .txt_r dl{
    max-width: 330px;
    text-align: left;
    margin: auto 0 auto auto;
}

/*dev_bdr_t*/
.dev_bdr_t{
    border-top:rgba(204,197,194,0.50)1px solid;
    padding-top: 80px;
}
.dev_bdr_t.type2{
    padding-top: 100px;
}
.dev_bdr_t_inbox{
    max-width: 1010px;
    margin: 0 auto;
}
    
/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
/*dev_fltbox1*/
.dev_fltbox1 .imgbox{
    margin-bottom: 1rem;
}
.dev_fltbox1 .txtbox{
    float: none;
    width: 100%;
}
.dev_fltbox1 .imgbox.flt_l{
    margin-right: 4%;
}
.dev_fltbox1 .imgbox.flt_r{
    margin-left: 4%;
}
.dev_fltbox1 .txtbox.flt_r .com_style2 > dd::before{
    left: 50%;
}   
    
/*dev_col3*/
.dev_col3 .com_style2 > dt{
    letter-spacing:normal;
}

/*dev_col2*/
.dev_col2 li .txt_r{
    padding-top: 0
}

/*dev_index2*/
.dev_index2 dt,
.dev_colorbox_col3 .txt{
    letter-spacing: 0.1em;  
}    
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.equi_pdg {
    padding: 8% 0;
}

/*com_index3*/
.com_index3{
    margin-bottom: 1em;
}
.com_index3_txt{
    margin-bottom: 1em;
}
    
/*dev_fltbox1*/
.dev_fltbox1 .imgbox{
    margin-bottom: 1rem;
}
.dev_fltbox1 .imgbox.flt_l{
    margin-right: 4%;
}
.dev_fltbox1 .imgbox.flt_r{
    margin-left: 4%;
}
.dev_fltbox1 .txtbox{
    float: none;
    width: 100%;
}
.dev_fltbox1 .txtbox .txt_attention{   
    margin-top: .1em;
}
.dev_fltbox1 .txtbox.flt_r .com_style2 > dd::before{
    left: 50%;
}   
    
/*dev_colorbox*/
.dev_colorbox{
    padding: 4% 0;
	padding-right: 4%;
}
.dev_colorbox.type_l {
	padding-left: 0;
	padding-right: 4%;
}
.dev_colorbox.type_l{
    padding-top: 4%;
}
.dev_colorbox .fltbox .img_r{
    width: 40%;
    padding-right: 0;
    padding-left: 3%;
    margin-bottom: .5rem;
}
.dev_colorbox .fltbox .txt_l{
    float: none;
    width: 100%;
    padding-left: 4%;
}

/*dev_index1*/
.dev_index1{	
    margin-bottom: 1.5em;
}

/*dev_index2*/
.dev_index2 dt,
.dev_colorbox_col3 .txt{
    letter-spacing: 0.05em;  
}
.dev_index2 dt{
    margin-bottom: .5em;
}

/*dev_col3*/
.dev_col3 {
	column-gap: 3.5%;
	row-gap: 5vw;
}
.dev_col3 > li{
    width: 31%;
}
.dev_col3 .com_style2{
    margin: 1rem 0 .5rem;
}
.dev_col3 .com_style2 > dt{
    letter-spacing:normal;
}

/*dev_col2*/
.dev_col2 li .img_l{
    width: 35%;
    margin-right: 4%;
    margin-bottom: 1rem;
}
.dev_col2 li .txt_r{
    float: none;
    width: 100%;
    padding-top: 0;
}
.dev_col2 li .txt_r dl{
    max-width: 100%;
}

/*dev_bdr_t*/
.dev_bdr_t{
    padding-top: 8%;
}
.dev_bdr_t.type2{
    padding-top: 8%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.equi_pdg {
    padding: 12% 0;
}
	
.com_style2{
    text-align: center;
}
.com_style2 dd::before{
    right: 0;
    margin: 0 auto;
}
    
/*com_index3*/
.com_index3{
    margin-bottom: .8em;
}
.com_index3_txt{
    margin-bottom: 1em;
    text-align: left;
}

/*dev_fltbox1*/
.dev_fltbox1 .imgbox{
    width: 70%;
    float: none;
    margin: 0 auto 4%;
    text-align: center;
}
.dev_fltbox1 .txtbox{
    width: 100%;
    float: none;
}

/*dev_colorbox*/
.dev_colorbox{
    padding: 8% 0 8%;
}
.dev_colorbox::before {
	width: 120%;
	margin: auto;
	left: -10% !important;
	right: 0 !important;
}
.dev_colorbox .fltbox .img_r{
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto 4%;
}
.dev_colorbox .fltbox .txt_l{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top:0;
}
.dev_colorbox .fltbox .txt_l .dev_index2 dt{
    text-align: center;
}
.dev_colorbox_col3{
	display: block;
    padding-right: 0;
    padding-left: 0;
}
.dev_colorbox_col3 li{
    width: 100%;
    max-width: 100%;
    margin-bottom: 8%;
}
.dev_colorbox_col3 li:last-child{
    margin-bottom: 0;
}
.dev_colorbox_col3 li .img{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.dev_colorbox_col3 .txt{
    margin-top: .5em;
}

/*dev_index1*/
.dev_index1{	
	font-size: 110%;
	letter-spacing: .2em;
    margin-bottom: 1em;
}

/*dev_index2*/
.dev_index2 dt,
.dev_colorbox_col3 .txt{
    font-size:105%;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}
.dev_index2 dt{
    margin-bottom: .3em;
}

/*dev_col3*/
.dev_col3 {
	display: block;
}
.dev_col3 > li {
    width: 100%;
}
.dev_col3 > li:nth-child(n+2){
    margin-top: 8%;
}
.dev_col3 > li .img{
    width: 70%;
    margin: 0 auto;
}
.dev_col3 .com_style2{
    margin: .7rem 0 .5rem;
    text-align: center;
}
.dev_col3 .com_style2 > dt{
    font-size:100%;
    letter-spacing: 0.1em;
    margin-bottom: .1em;
}
.dev_col3 .com_style2 > dd{
    font-size:135%;
}

/*dev_col2*/
.dev_col2{
	display: block;
}
.dev_col2 li{
    width: 100%;
    max-width: 100%;
    margin-bottom: 7%;
}
.dev_col2 li:last-child{
    margin-bottom: 0;
}
.dev_col2 li .img_l{
    width: 33%;
}
.dev_col2 li .txt_r{
    padding-top: 0;
}
.dev_col2 li .txt_r dl{
    max-width: 100%;
}

/*dev_bdr_t*/
.dev_bdr_t{
    padding-top: 10%;
}
.dev_bdr_t.type2{
    padding-top: 10%;
}
}



/* hygienic
---------------------------------------------------------*/
#hygienic .bg {background: #f1f4fb;}
#hygienic .com_mini_index {color: rgba(105,129,207,0.95);}
#hygienic .dev_colorbox::before {background: rgba(222,227,245,0.5);}
#hygienic .com_style2 > dt {color: #6981cf;}
#hygienic .dev_index2 > dt {color: #6981cf;}

#hygienic .box1 {
    text-align: center;
}
#hygienic .box1 .img {
    width: 90%;
    margin: 0 auto;
}

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

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
#hygienic .box1 .img{
    width: 100%;
}
}



/* diagnostics
---------------------------------------------------------*/
#diagnostics .dev_colorbox::before {background: #f9f5f0;}

#diagnostics .box2 .set_bigimg,
#diagnostics .box3 .set_bigimg{
    width: 100%;
    text-align: center;
}

#diagnostics .box2 .dev_fltbox1 .txtbox{
    width: 60%;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2{
    width: 36%;
    background: rgba(77,77,77,0.20);
    padding:35px 3.5% 30px;
    box-sizing: border-box;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2 .ft_min,
#diagnostics .box2 .dev_fltbox1 .txtbox2 .img,
#diagnostics .box2 .dev_fltbox1 .txtbox2 .txtimg{
    text-align: center;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2 .ft_min{
    font-size:130%;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-bottom: .5em;
    color: #2B2A2A;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2 .txtimg{
    margin: 1em auto;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2 .txtimg img{
    display: block;
    margin: 0 auto;
}

#diagnostics .box3 .dev_fltbox1 .txtbox{
    width: 100%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#diagnostics .box2 .dev_fltbox1 .txtbox{
   float: left;
    width: 62%;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2{
    padding:35px 2% 30px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#diagnostics .box2 .dev_fltbox1 .txtbox{
    float: left;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2{
    width: 37%;
    padding: 3% 3%;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2 .ft_min{
    font-size:120%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#diagnostics .box2 .dev_fltbox1 .txtbox{
    width: 100%;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2{
    width:100%;
    float: none;
    padding: 6% 5%;
    margin-top: 5%;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2 .ft_min{
    font-size:120%;
}
#diagnostics .box2 .dev_fltbox1 .txtbox2 .txtimg{
    margin: 1em 0 .8em;
}
}



/* painless
---------------------------------------------------------*/
#painless .bg {background: #f9f5f0;}

#painless p.cap{
	font-weight: bold;
	line-height: 1.7em;
	color: #967900;
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#painless .box3 .txt_al_c{
    text-align: left;
}
}