/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
.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 .flex-bet {
  justify-content: flex-start;
  align-items: center;
}
.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 .font-ss {
  font-size: 10px;
  vertical-align: text-bottom;
}
.main-con .frame .box .font-s {
  font-size: 12px;
}
.main-con .frame .box .font-m {
  font-size: 20px;
}
.main-con .frame .box .font-l {
  font-size: 33px;
}
.main-con .frame .box .font-b {
  font-weight: bold;
}
.main-con .frame .box .red {
  color: #e50017;
}
.main-con .frame .box.detail div {
  margin-top: 1rem;
}
.main-con .frame .box p.title {
  color: #fff;
  background-color: #0086a8;
  display: inline-block;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .main-con .frame .flex-bet h3 {
    padding-right: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-con .frame div.flex-bet {
    display: block;
  }
}
