/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
.top-img {
  background-image: url(../img/top/img-top-back02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -2rem;
  padding: 11rem 0;
}
.top-img .wrap {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
}
.top-img h2 {
  width: auto;
  height: 50px;
}
.top-img img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-img {
    background-image: url(../img/top/img-top-back02-sp.webp);
    background-position: center top;
  }
  .top-img h2 {
    height: 35px;
  }
}

/*********** 詳細 **********************************/
.main-con {
  padding: 5rem 0;
}
.main-con .frame {
  color: #6e7480;
}
.main-con .frame .box:not(:first-of-type) {
  margin-top: 2rem;
}
.main-con .frame .box h3 {
  font-size: 25px;
  font-weight: bold;
  color: #0086a8;
  margin-bottom: 0.5rem;
}
.main-con .frame .box p {
  margin-top: 1rem;
}
.main-con .frame .box .font-ss {
  font-size: 10px;
  vertical-align: text-bottom;
}
.main-con .frame .box .font-s {
  font-size: 12px;
}
.main-con .frame .box .font-b {
  font-weight: bold;
}
.main-con .frame .box .red {
  color: #e50017;
  font-size: 12px;
}
.main-con .frame .box div {
  margin: 1rem 0;
}
.main-con .frame .box ul {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
}
