@charset "UTF-8";

/* main
---------------------------------------------------------- */
section {
  margin-bottom: 30px;
}

h3 {
  margin-left: 24px;
  font-size: 1.8rem;
}

h3::before {
  margin-right: 3px;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #009dbe;
}

h4 {
  margin-left: 24px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  background-color: #009dbe;
  text-align: center;
  color: #fff;
}

h5 {
  margin-left: 24px;
  font-size: 1.8rem;
  font-weight: bold;
}

.h2ContentsArea p {
  font-size: 1.8rem;
}

.h5ContentsArea {
  padding: 28px 0;
  border-bottom: solid 2px #cccccc;
  display: block;
}

.h5ContentsArea img {
  margin-left: 24px;
  min-width: 73px;
  height: 81px;
}

/* 画像 */
.pcImg {
  display: none;
}

.spImg {
  margin-left: 24px;
  display: block;
  width: calc(100% - 24px);
  max-width: 726px;
  height: auto;
}


/* media */
@media screen and (min-width: 255px) {
  .h5ContentsArea {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }

  .h5ContentsArea img {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  h4 {
    margin-bottom: 30px;
  }

  section {
    margin-bottom: 60px;
  }

  .h5ContentsArea {
    margin-left: 24px;
  }

  .spImg {
    display: none;
  }

  .pcImg {
    margin-left: 24px;
    display: block;
    width: calc(100% - 24px);
    max-width: 1175px;
    height: auto;
  }


}
