/* head_bg
----------------------------------*/
.head_area {
  background-image: url(../img/head_wave.svg), url(../img/equ/head_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: center bottom, right 0%;
}
@media (max-width: 575px) {
  .head_area {
    background-image: url(../img/head_wave_s.svg), url(../img/equ/head_bg_s.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: center bottom, center top;
  }
}
/* equ_area
------------------------------------------------------------*/
.equ_area {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 5%;
  padding-top: 5%;
  color: #727171;
}
.equ_read {
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2%;
  font-weight: bold;
  text-align: center;
}
.equ_tx {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2%;
  text-align: center;
}
@media (max-width: 575px) {
.equ_tx {  
  text-align: left;
}
}
.equ_ttl {
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2%;
  font-weight: bold;
  text-align: center;
  background-color: #F28088;
  color: #FFFFFF;
  margin-top: 5%;
  padding-top: 2px;
  padding-bottom: 2px;
}
.equ_ttl span {
  font-size: 14px;  
  color: #FFFFFF;
  margin-left: 5px;
}
.equ_list {
  text-align: center;
  display: flex;
  flex-wrap: wrap
}
.equ_list li {
  margin-right: 10%;
  width: 45%;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .equ_list li {
    margin-right: 0%;
    width: 100%;
  }
}
.equ_list li:nth-child(2n) {
  margin-right: 0%;
}