.eye_company {
background-image: url(//ishidaka-hanbai.com/wp/wp-content/themes/ishidakasekizai/images/pages/eye/eye_company.jpg);
}
#company .section {
padding: 0 0 40px 0;
}
#company .company-flex-box {
display: flex;
}
#company .section01 ul {
padding: 26px 20px;
}
#company .section01 ul:nth-child(odd) {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#company .section01 ul:last-child {
border-bottom: 1px solid #ddd;
}
#company .section01 .company-flex-box li {
width: 20%;
font-weight: bold;
color: #0f3965;
}
#company .section01 .company-flex-box li+li {
width: 80%;
font-weight: normal;
color: #000;
}
#company .section01 .company-flex-box li+li ul { border: none!important;
padding: 0;
}
#company .section01 .company-flex-box li+li>ul li:nth-child(odd) {
font-weight: bold;
color: #0f3965;
width: 100%;
}
#company .section01 .company-flex-box li+li>ul li:nth-child(even):not(:last-child) {
margin-bottom: 20px;
width: 100%;
}
@media screen and (max-width: 750px) {}
@media screen and (max-width:750px) {
.eye_company {
background-position: 874px;
}
#company .company-flex-box li {
width: 100%;
line-height: 25px;
font-weight: bold;
color: #0f3965;
}
#company .company-flex-box {
display: block;
}
#company .company-flex-box li+li {
width: 100%;
font-weight: normal;
color: #000;
}
}