.hosyou_heading-box {
  margin-top: 30px;
}

.hosyou_text {
  padding-left: 50px;
  margin: 0 auto;
  width: 90%;
  font-size: 22px;
  font-weight: bold;
}

.hosyou_img {
  margin-top: 30px;
  width: 100%;
}

.hosyou_text-small {
  display: block;
  font-size: 17px;
  font-weight: bold;
}

.hosyou_text-price {
  font-size: 22px;
  font-weight: bold;
  color: #009944;
}

.hosyou_point {
  margin-top: 12px;
}

.hosyou_point-link {
  display: block;
}

.hosyou_point-link:not(:first-child) {
  margin-top: 12px;
}

.hosyou_point-link:hover {
  text-decoration: none;
  opacity: .7;
}

.hosyou_point-content_left {
  display: table-cell;
  padding-left: 10px;
  width: 100px;
  position: relative;
  color: #094;
  font-size: 1.7em;
  font-weight: bold;
  vertical-align: middle;
}

.hosyou_point-content_right {
  display: table-cell;
  padding-left: 10px;
  line-height: 1.4;
  vertical-align: middle;
}

.hosyou .mod-button-link.opt-large {
  width: 400px;
}

.hosyou_commonArea-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hosyou_commonArea-list li {
  width: 232px;
  background: #E8F6DC;
  border-radius: 10px;
}

.hosyou_commonArea-list li a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: block;
  padding-bottom: 50px;
  position: relative;
  height: 100%;
  padding: 25px 10px 65px;
  box-sizing: border-box;
}

.hosyou_commonArea-list li a:hover {
  text-decoration: none;
  opacity: .7;
}

.hosyou_commonArea-list li a .icon {
  width: 22.3%;
  margin: 0 auto;
}

.hosyou_commonArea-list li a .icon img {
  width: 100%;
}

.hosyou_commonArea-list li a .title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #094;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 10px;
}

.hosyou_commonArea-list li a .title2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #094;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 15px;
}

.hosyou_commonArea-list li a .price  {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.06em;
}

.hosyou_commonArea-list li a .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.06em;
}

.hosyou_commonArea-list li a .link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.1em;
  padding-right: 50px;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.hosyou_commonArea-list li a .link::after {
  content: "";
  background: url(/library/anshin/202011/images/common_arrow.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.only-sp {
  display: none;
}

.hosyou_box_wrap {
  margin-top: 20px;
  border: 7px solid #fff4cf;
}

.hosyou_box_inner {
  padding: 20px;
  border: 1px solid #dadedb;
}

span.opt-underline {
  border-bottom: 3px solid yellow;
}

.hosyou_flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosyou_flex_box .hosyou_coin_text {
  margin-right: 30px;
  font-size: 32px;
  font-weight: bold;
}

.hosyou_flex_box .mod-media-image img {
  width: 300px;
  height: auto;
}

.hover {
  cursor: pointer;
}

.hover:hover {
  opacity: 0.7;
}

.section-bicycle-title {
  margin-top: 70px;
}

.link-image-hover:hover {
  opacity: 0.7;
}