@charset "UTF-8";

/*----------------------------------------
 equipment
----------------------------------------*/


.eq_bg{
background-color: #F3F7F7;
}

.page_title_eq{
background-image: url(../images/eq_bg01.jpg);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
}




.eq_nav{
width: 100%;
max-width: 1003.52px;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
margin: 40px 0 60px 0;
}

.eq_nav2{
width: 100%;
max-width: 1003.52px;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
margin: 40px 0 80px 0;
}

.eq_nav ul,
.eq_nav2 ul{
width: 100%;
list-style: none;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.eq_nav li,
.eq_nav2 li{
width: 19%;
}

.eq_nav li a,
.eq_nav2 li a{
background: linear-gradient(90deg,rgba(192, 195, 204, 1) 0%, rgba(209, 210, 220, 1) 50%, rgba(192, 195, 204, 1) 100%);
color: #fff;
padding: 10px 0;
width: 100%;
font-size: 1.3rem;
letter-spacing: 0;
text-align: center;
position: relative;
display: block;
transition : all 0.5s ease 0s;
}


.eq_nav li a:hover,
.eq_nav li a.eq_act,
.eq_nav2 li a:hover,
.eq_nav2 li a.eq_act{
background: linear-gradient(90deg,rgba(98, 104, 127, 1) 0%, rgba(137, 142, 161, 1) 50%, rgba(98, 104, 127, 1) 100%);
}


.zeh_box{
background-color: #f5faf5;
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
padding: 40px 10px 40px 10px;
}

.zeh_box_item{
width: 31.3333333333%;
margin: 0 1%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}

.zeh_box_item h4{
font-size: 1.7rem;
font-weight: normal;
display: inline-block;
margin: 0 0 0 0;
padding: 10px 20px;
text-align: center;
width: 100%;
border-bottom: solid #0D766E 1px !important;
font-weight: 500;
color: #0D766E !important;
}

.zeh_box_item p{
font-size: 1.2rem;
line-height: 1.7;
padding: 10px 5px 0 5px;
width: 100%;
letter-spacing: 1px !important;
}

.eq_title {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}

.eq_title p {
width: 100%;
font-size: 1.9rem;
line-height: 1.5;
letter-spacing: 1px;
padding: 10px 0 0 0;
color: #0D766E;
font-weight: 600;
}

.CL_zh{
color: #0D766E !important;
}

.eq_title p span {
font-size: 1rem;
color: #333 !important;
}

.P_H{
margin-top: 39px;
}

.P_H2{
margin-top: 58px;
}

.eq_box{
width: 31%;
position: absolute;
left: 0;
top: 0;
}

.eq_box5{
background-color: #F9F8ED;
width: 98%;
margin: 0 1%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
padding: 40px 20px 40px 20px;
}

h4.eq_line{
font-size: 2rem;
font-weight: normal;
display: inline-block;
margin: 0 0 0 0;
padding: 10px;
text-align: left;
width: 100%;
border-bottom: solid #333 1px !important;
font-weight: 500;
color: #333 !important;
}


@media screen and (max-width : 767px) {

.eq_nav{
width: 100%;
max-width: 100%;
padding: 0 10px;
margin: 20px 0 20px 0;
}

.eq_nav2{
width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
padding: 0 10px;
margin: 20px 0 40px 0;
}

.eq_nav li,
.eq_nav2 li{
width: 49%;
margin: 0 0 10px 0;
}

.eq_nav li a,
.eq_nav2 li a{
padding: 7px 3px;
font-size: 1.2rem;
}

.zeh_box{
width: 98%;
margin: 0 1%;
padding: 20px 10px 40px 10px;
}

.zeh_box_item{
width: 98%;
margin: 0 1%;
}

.zeh_box_item h4{
font-size: 1.4rem;
}

.eq_title p {
font-size: 1.6rem;
}

.eq_box{
width: 98%;
position: static;
}

.eq_box5{
width: 100%;
margin: 0 0 0 0;
padding: 10px 10px 10px 10px;
}


.P_H,
.P_H2{
margin-top: 0;
}

.P_H2_sp{
margin-top: 58px;
}

h2.CL_zh{
font-size: 1.7rem;
}

h4.eq_line{
font-size: 1.7rem;
}

}