.recommended-selectio__list .recommended-selectio__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  background-image: url(../png/btn_open.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 14px;
  background-color: #fff;
  margin-bottom: 30px;
}
.recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-imgmain {
  width: 320px;
  background-color: #000;
}
.recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text {
  width: 578px;
  padding: 20px;
}
.recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text .articleDate {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
.recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text .lead {
  margin-top: 10px;
  font-size: 14px;
}

@media print, screen and (max-width: 640px) {
  .recommended-selectio__img {
    margin-bottom: 60px;
  }
  .recommended-selectio__list .recommended-selectio__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 32px;
    margin-bottom: 0;
  }
  .recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-imgmain {
    width: 100%;
  }
  .recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text {
    padding: 30px 32px 40px;
  }
  .recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text .title {
    font-size: 32px;
  }
  .recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text .articleDate {
    font-size: 22px;
  }
  .recommended-selectio__list .recommended-selectio__unit .recommended-selectio__unit-text .lead {
    margin-top: 25px;
    font-size: 22px;
  }
}
#recommended-selectio {
  font-size: 14px;
  margin-bottom: 50px;
}

#recommended-selectio__top {
  width: 100%;
  margin-bottom: 50px;
}
#recommended-selectio__top .imgmain {
  margin-bottom: 30px;
}
#recommended-selectio__top .imgmain img {
  width: 100%;
}
#recommended-selectio__top .recommended-selectio__top_text {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
#recommended-selectio__top .recommended-selectio__top_text .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
#recommended-selectio__top .recommended-selectio__top_text .articleDate {
  font-size: 14px;
}
#recommended-selectio__top .recommended-selectio__top_text .lead {
  margin-top: 15px;
}

#recommended-selectio__toc {
  margin-bottom: 50px;
}
#recommended-selectio__toc .recommended-selectio__toc--title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#recommended-selectio__toc ul {
  list-style: decimal;
  font-size: 16px;
  font-weight: bold;
  padding-left: 2em;
}
#recommended-selectio__toc ul li {
  padding-bottom: 5px;
}

#recommended-selectio__content {
  line-break: strict;
}
#recommended-selectio__content .shop__unit {
  margin-bottom: 100px;
}
#recommended-selectio__content .shop__unit .shop__unit--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
#recommended-selectio__content .shop__unit .shop__unit--title .number {
  padding-right: 10px;
}
#recommended-selectio__content .shop__unit .shop__unit--title .subtitle {
  display: block;
}
#recommended-selectio__content .shop__unit .shop__unit--title .name {
  font-size: 25px;
  color: #666;
}
#recommended-selectio__content .shop__unit .shop__unit--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#recommended-selectio__content .shop__unit .shop__unit--thumb {
  width: 460px;
}
#recommended-selectio__content .shop__unit .shop__unit--text {
  width: 460px;
}
#recommended-selectio__content .shop__unit .shop__unit--text.full {
  width: 100%;
}
#recommended-selectio__content .shop__unit .shop__unit--later {
  margin-top: 30px;
}
#recommended-selectio__content .shop__unit .shop__unit--later .notes {
  font-size: 11px;
}
#recommended-selectio__content .shop__unit .shop__unit--later + #shop, #recommended-selectio__content .shop__unit .shop__unit--later + .other {
  margin-top: 15px;
}
#recommended-selectio__content .other {
  margin-top: 30px;
}
#recommended-selectio__content .other .nonmember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
}
#recommended-selectio__content .other .nonmember .nonmember--thumb {
  width: 320px;
}
#recommended-selectio__content .other .nonmember .nonmember--info {
  width: 600px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recommended-selectio__content .other .nonmember .nonmember--info a {
  text-decoration: underline;
}
#recommended-selectio__content .other .nonmember .nonmember--name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#recommended-selectio__content .other .nonmember .nonmember--text {
  font-size: 10px;
  line-height: 18px;
}
#recommended-selectio__content .other .nonmember.nothumb .nonmember--info {
  width: 100%;
  padding: 20px;
}

@media print, screen and (max-width: 640px) {
  #recommended-selectio {
    font-size: 26px;
  }
  #recommended-selectio__top .recommended-selectio__top_text {
    margin: 0 32px 40px;
  }
  #recommended-selectio__top .recommended-selectio__top_text .title {
    font-size: 32px;
  }
  #recommended-selectio__top .recommended-selectio__top_text .articleDate {
    font-size: 20px;
  }
  #recommended-selectio__top .recommended-selectio__top_text .lead {
    margin-top: 20px;
  }
  #recommended-selectio__toc {
    margin: 0 32px 50px;
  }
  #recommended-selectio__toc .recommended-selectio__toc--title {
    font-size: 32px;
  }
  #recommended-selectio__toc ul {
    font-size: 24px;
    font-weight: normal;
  }
  #recommended-selectio__toc ul li {
    padding-bottom: 10px;
  }
  #recommended-selectio__content {
    margin: 0 32px;
  }
  #recommended-selectio__content .shop__unit .shop__unit--title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #recommended-selectio__content .shop__unit .shop__unit--title .number {
    padding-right: 20px;
  }
  #recommended-selectio__content .shop__unit .shop__unit--title .subtitle {
    font-size: 40px;
  }
  #recommended-selectio__content .shop__unit .shop__unit--title .name {
    font-size: 35px;
  }
  #recommended-selectio__content .shop__unit .shop__unit--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  #recommended-selectio__content .shop__unit .shop__unit--thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  #recommended-selectio__content .shop__unit .shop__unit--text {
    width: 100%;
  }
  #recommended-selectio__content .shop__unit .shop__unit--later .notes {
    font-size: 20px;
  }
  #recommended-selectio__content .shop__unit #shop .shopinfo {
    width: 512px;
  }
  #recommended-selectio__content .other .nonmember {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recommended-selectio__content .other .nonmember .nonmember--thumb {
    width: 100%;
  }
  #recommended-selectio__content .other .nonmember .nonmember--info {
    width: 512px;
    padding: 32px;
  }
  #recommended-selectio__content .other .nonmember .nonmember--name {
    font-size: 32px;
  }
  #recommended-selectio__content .other .nonmember .nonmember--text {
    font-size: 20px;
    line-height: 1.6em;
  }
}