@charset "UTF-8";
/* CSS Document */

.section-top-img {
  background:url("../img/about/about_top.png")no-repeat center/cover;
  width: 100%;
  height: 300px;
  position: relative;
}
.section-top-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(109, 109, 109, 0.25);
}
.section-top-img h2 {
  font-size: 4.0rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
}
@media(max-width: 480px) {
  .section-top-img {
    background:url("../img/about/about_top_mobile.png")no-repeat center/cover;
    height: 150px;
  }
  .section-top-img h2 {
    font-size: 2.4rem;
    top: 43%;
    left: 23%;
  }
}
.list  {
  width: 1040px;
  margin: 20px auto 0;
  font-size: 1.5rem;
}
.list a {
  color: #EE7800;
}
@media(max-width: 480px) {
  .list  {
  width: 335px;
  margin: 20px auto 0;
}
}
.section-treatment h2{
  text-align: center;
  font-size: 2.4rem;
  padding-top: 60px;
}
.h2_line {
  border-bottom: 2px dashed #532A18;
  width: 90px;
  margin: 20px auto 40px;
}
.section-treatment .point{
  text-align: center;
  font-weight: bold;
  padding-bottom: 60px;
}
.point br {
  display: none;
}
.explanation {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.explanation p {
  text-align: left;
  display: inline-block;
  line-height: 30px;
}
@media(max-width: 480px) {
  .point br {
  display: block;
}
  .explanation {
    width: 335px;
    margin: 0 20px;
  }
  .explanation p {
    margin-bottom: 40px;
  }
}
/*ボタン*/
.section-treatment {
  text-align: center;
}
.section-treatment a:after {
  content: url("../img/top/Circled_Right.png");
  margin-left: 15px;
  position: relative;
  top:7px;
}
.price_button {
  text-decoration: none;
  background-color: #fff;
  color: #532A18;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 5px 35px 5px 35px;
  border: solid 2px #532A18;
  border-radius: 30px;
  width: 230px;
  height: 60px;
  margin-right: 15px;
}
/*マウスオーバー*/
.price_button:hover {
  color: #fff;
  background-color: #EE7800;
  border: solid 2px #fff;
}
.section-treatment a:hover::after {
  content: url("../img/top/Forward_Button.png")
}
.section-treatment_2 h2{
  text-align: center;
  font-size: 2.4rem;
  padding-top: 150px;
}
.section-treatment_2 {
  margin-bottom: 100px;
}

