/* max-width 960px
*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
.top-img {
  background-image: url(../img/top/img-top-back02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -2rem;
  padding-bottom: 11rem;
}
.top-img .wrap {
  position: relative;
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  padding-top: 11rem;
}
.top-img h2 {
  width: auto;
  height: 50px;
}
.top-img img {
  height: 100%;
}
.top-img .box {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-align: right;
}
.top-img .box p {
  color: #fff;
  background-color: #0086a8;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  #header .main-header-con {
    height: 34px;
  }
  .top-img {
    background-image: url(../img/top/img-top-back02-sp.webp);
    background-position: center top;
  }
  .top-img h2 {
    height: 35px;
  }
}

/*********** 詳細 **********************************/
.w-650 {
  max-width: 650px;
  width: auto;
}

.main-con {
  padding: 5rem 0;
}
.main-con .frame {
}
.main-con .frame .box:not(:first-of-type) {
  margin-top: 3rem;
}
.main-con .frame .box h3 {
  font-size: 25px;
  font-weight: bold;
  color: #0086a8;
  margin-bottom: 0.5rem;
}
.main-con .frame .box h3 span {
  font-size: 20px;
}
.main-con .frame .box a {
  position: relative;
  max-width: 300px;
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #e5006a;
  border: 2px solid #e5006a;
  border-radius: 30px;
  font-weight: bold;
  padding: 0.5rem 0;
}
.main-con .frame .box a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1.5rem;
}
.main-con .frame .box a:hover {
  color: #e5006a;
  background-color: #fff !important;
}
.main-con .frame .box a:hover::after {
  border-top: 3px solid #e5006a;
  border-right: 3px solid #e5006a;
}
.main-con .frame .box.single-web p {
  color: red;
  margin-bottom: 0.5rem;
}
.main-con .frame .box.single-web p span {
  font-weight: bold;
}
.main-con .frame .box.manual p {
  color: red;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.main-con .frame .box .fax a {
  flex-basis: 300px;
  font-size: 20px;
}
.main-con .frame .box .fax a:nth-of-type(2),
.main-con .frame .box .fax a:last-of-type {
  background-color: #0086a8;
  border: 2px solid #0086a8;
}
.main-con .frame .box .fax a:nth-of-type(2):hover,
.main-con .frame .box .fax a:last-of-type:hover {
  color: #0086a8;
}
.main-con .frame .box .fax a::after {
  content: none;
}
.main-con .frame .box .fax a span {
  position: relative;
  font-size: 14px;
}
.main-con .frame .box .fax a span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  mask-image: url(../img/registration-store/img-download.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: 0.3rem;
}
.main-con .frame .box .fax a:hover span::after {
  background-color: #e5006a;
}
.main-con .frame .box .fax a:nth-of-type(2):hover span::after,
.main-con .frame .box .fax a:last-of-type:hover span::after {
  background-color: #0086a8;
}
.main-con .frame .box ul {
  color: #6e7480;
  border: 1px solid #0086a8;
  border-radius: 10px;
  padding: 1rem;
}
.main-con .frame .box ul li:first-of-type {
  font-size: 20px;
  font-weight: bold;
}
.main-con .frame .box ul li.contact {
  color: #0086a8;
  font-weight: bold;
  margin: 0.5rem 0;
}
.main-con .frame .box ul li a,
.main-con .frame .box ul li.contact span {
  font-size: 30px;
}
.main-con .frame .box ul li a {
  display: inline;
  text-align: justify;
  color: #0086a8;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.main-con .frame .box ul li a::after {
  content: none;
}
.main-con .frame .attention .img {
  display: flex;
  margin-top: 1rem;
}
.main-con .frame .attention .img div {
  flex-basis: 200px;
}
.main-con .frame .attention .img div p {
  text-align: center;
  font-weight: bold;
}
.main-con .frame .attention .img div:first-of-type {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .main-con .frame .box h3 {
    font-size: 22px;
  }
  .main-con .frame .box h3 span {
    font-size: 18px;
    display: block;
  }
  .main-con .frame .box .fax {
    display: block;
  }
  .main-con .frame .box .fax a:nth-of-type(2),
  .main-con .frame .box .fax a:last-of-type {
    margin-top: 1rem;
  }
  .main-con .frame .box ul li a {
    line-height: 130%;
  }
  .main-con .frame .attention .img {
    justify-content: space-between;
  }
  .main-con .frame .attention .img div {
    flex-basis: 48%;
  }
  .main-con .frame .attention .img div:first-of-type {
    margin-right: 0;
  }
}
