#himeshima_member section {
  padding: 35px 10px;
}

#himeshima_member h2 {
  margin-bottom: 20px;
}

#himeshima_member h2:after {
  content: " ";
  display: block;
  border: 1px solid #DA615C;
}

#himeshima_member h3 {
  position: relative;
}

#himeshima_member img {
  width: 100%;
}

#himeshima_member figure.full_width {
  margin-top: 20px;
  margin-bottom: 20px;
}

#himeshima_member figure.introduction_small figcaption {
  text-align: center;
  color: #828282;
}

#himeshima_member .small_square {
  background-color: #F2C94C;
  position: relative;
}

#himeshima_member p.nested {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
#himeshima_member .info {
  margin-left: 20px;
}

#himeshima_member .info dt {
  margin-bottom: 5px;
  font-weight: bold;
}

#himeshima_member .info dd {
  padding-left: 10px;
  margin-bottom: 5px;
}

@media (min-width: 721px) {
  .sp_only {
    display: none;
  }

  #himeshima_member .main_ttl {
    margin: -30px 0 30px 0;
  }

  #himeshima_member section {
    padding: 0 0 35px 0;
  }

  #himeshima_member section .inner {
    max-width: initial;
  }

  #himeshima_member figure.full_width {
    margin-left: -40px;
    margin-right: -40px;
  }

  #himeshima_member figure.full_width img {
    max-height: 500px;
  }

  #himeshima_member .small_square {
    width: 20px;
    height: 20px;
    top: 15px;
    left: -5px;
  }

  #himeshima_member h3 {
    font-size: 26px;
  }

  #himeshima_member p.text {
    font-size: 16px;
    line-height: 2.2;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #himeshima_member div.small_img {
    float: right;
    width: 40%;
    padding-left: 50px;
    padding-right: 50px;
  }

  #himeshima_member figure.introduction_small {
    margin: 0 auto 60px auto;
    text-align: center;
  }

  #himeshima_member figure.introduction_small img {
    max-height: 250px;
    max-width: 100%;
    width: auto;
  }

  #himeshima_member figure.introduction_small figcaption {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .pc_only {
    display: none;
  }

  #himeshima_member figure.full_width {
    margin-left: -10px;
    margin-right: -10px;
  }

  #himeshima_member .small_square {
    width: 15px;
    height: 15px;
    top: 12px;
    left: -2px;
  }

  #himeshima_member h3 {
    font-size: 18px;
  }

  #himeshima_member figure.introduction_small {
    margin: 1% 20px 20px 1%;
  }

  #himeshima_member figure.introduction_small figcaption {
    margin: 5px;
    font-size: 11px;
  }
}