/* adjusting
================================================== */
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
}

/* share
================================================== */
#contents .share_title {
  font-size: 30px;
  text-align: center;
}

#contents .share_list {
  margin: 25px auto 0;
}

#contents .share_list ul {
  text-align: center;
}

#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  #contents .share_title {
    font-size: 22px;
  }

  #contents .share_list {
    margin-top: 15px;
  }
}
/* common
================================================== */
#contents.responsive .titleSection {
  text-align: center;
}
#contents.responsive .contentsBtmLinks {
  max-width: 960px;
  margin: 80px auto 0;
  padding: 0 15px;
}
#contents.responsive .contentsBtmLinks ul {
  text-align: center;
}
#contents.responsive .contentsBtmLinks ul li + li {
  margin-top: 40px;
}
#contents.responsive .bannerSection {
  padding-top: 80px;
}
#contents.responsive .bannerSection--top .bannerSection__totop {
  display: none;
}
#contents.responsive .bannerSection__inner {
  width: 1240px;
  margin: 0 auto;
}
#contents.responsive .bannerSection__title {
  margin-bottom: 1em;
  font-size: 30px;
  text-align: center;
}
#contents.responsive .bannerSection__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
#contents.responsive .bannerSection__list > li {
  flex: 0 0 460px;
}
#contents.responsive .bannerSection__list > li.wide {
  flex: 0 0 960px;
}
#contents.responsive .bannerSection__totop {
  margin: 60px 0 0 0;
  text-align: center;
}
#contents.responsive .bannerSection__totop a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  border: solid 1px #73ba4a;
  color: #73ba4a;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
}
#contents.responsive .bannerSection__totop a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #73ba4a;
  transform: rotate(135deg);
  left: 15px;
  top: 50%;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .contentsBtmLinks {
    margin: 50px auto 0;
  }
  #contents.responsive .contentsBtmLinks h3 {
    font-size: 16px;
  }
  #contents.responsive .contentsBtmLinks ul {
    display: block;
  }
  #contents.responsive .contentsBtmLinks li + li {
    margin-top: 20px;
  }
  #contents.responsive .bannerSection {
    padding-top: 40px;
  }
  #contents.responsive .bannerSection__inner {
    width: auto;
    padding: 0 15px;
  }
  #contents.responsive .bannerSection__title {
    font-size: 5.33333vw;
  }
  #contents.responsive .bannerSection__list {
    flex-direction: column;
    gap: 20px;
  }
  #contents.responsive .bannerSection__list > li {
    flex: 0 0 auto !important;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media print {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents.responsive .forpc {
    display: none !important;
  }
}
#contents.responsive .oro {
  transition: opacity .3s ease;
}
#contents.responsive .oro:hover {
  opacity: .7;
}
#contents.responsive img.liquid {
  width: 100%;
  height: auto;
}
#contents.responsive img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
