* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
  a:hover {
    opacity: .7; }

main {
  background: url(/assets/img/top/bg_town.png) repeat-x center bottom #f4f4f4;
  background-size: auto 100px;
  padding: 0 0 140px; }
  @media only screen and (max-width: 767px) {
    main {
      padding: 0 0 27.7%;
      background-size: 150% auto; } }

.goods {
  padding: 15px 0 0;
  line-height: 1.75; }
  @media only screen and (max-width: 767px) {
    .goods {
      padding: 5% 0 0; } }

.block__title {
  color: #c2143e;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  background: url(/assets/img/top/block_title_bg.png) no-repeat center bottom; }
  @media only screen and (max-width: 767px) {
    .block__title {
      font-size: 1.5rem;
      padding-bottom: 6%;
      margin-bottom: 5%;
      background-size: 32%; } }

.goods__content {
  background: #fff;
  border-radius: 20px;
  padding: 50px 50px 80px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .goods__content {
      padding: 10% 5% 10%;
      font-size: 1.2rem;
      font-weight: 400; } }

.goods__content__item + .goods__content__item {
  margin-top: 65px; }
  @media only screen and (max-width: 767px) {
    .goods__content__item + .goods__content__item {
      margin-top: 8.125%; } }

.goods__content__item .item_title {
  background: #c2143e;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 9px 20px;
  text-align: center;
  line-height: 1.33333; }
  @media only screen and (max-width: 767px) {
    .goods__content__item .item_title {
      font-size: 1.2rem;
      border-radius: 15px;
      padding: 1.8% 4%;
      margin-bottom: 4%; } }

.goods__content__item .list__item_text {
  word-wrap: break-word;
  min-width: 100px;
  width: 100%; }

.goods__content__item a {
  text-decoration: underline;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .goods__content__item a {
      display: block; } }
  .goods__content__item a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/assets/img/common/icon_blank.png) no-repeat center top;
    background-size: 100% 100%;
    margin-left: 1em;
    position: relative;
    top: 2.4px; }
