@charset "UTF-8";
main{
  background: url(../img/back_top.jpg) top center no-repeat;
  background-size: 100%;
}
.nurse_head {
  width: 100%;

}
.nurse_ttl {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
}
.nurse_ttl h1 {
  width: 45%;
}
.nurse_ttl .photo {
  width: 55%;
}
.nurse_ttl img {
  width: 100%;
}
.nurse_head .lead {
  background: #EB4D3E;
  text-align: left;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.3rem;
}
.nurse_container {
  background: url(../img/back.jpg) 0 0 repeat;
  width: 100%;
  padding: 2rem;
}
.nurse_container h2 {
  color: #EB646F;
  text-align: center;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: .1rem solid #EB646F;
}
.nurse_container ul {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.nurse_container ul li {
  margin-bottom: 2rem;
}
.nurse_container ul li p {
  font-weight: bold;
}
.nurse_container ul li .audiojs {
  width: 100%;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nurse_container ul li .audiojs .play-pause {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width:768px) {
  .nurse_container {
    padding: 5rem 2rem;
  }
  .nurse_container h2 {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
  .nurse_container ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .nurse_container ul li p.date {
    width: 30%;
  }
  .nurse_container ul li .audiojs {
    width: 65%;
    margin-top: 0;
  }
}
@media screen and (min-width:900px) {
  .nurse_ttl h1 {
    width: 45rem;
  }
  .nurse_ttl .photo {
    width: 45rem;
  }
  .nurse_head .lead {
    font-size: 1.8rem;
    text-align: center;
  }
}
