.entry-list:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.iconFacebook, .iconTwitter, .iconMessenger, .iconEight {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.content__block {
  padding: 16px;
  padding: 1rem;
  line-height: 1.5;
}

.content__block:not(:last-child) {
  margin-bottom: 30px;
}

.content__block p {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.content__block p:not(:last-child) {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.content__block figure {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
}

.content__block figure img {
  width: 60%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.content__block figcaption {
  font-size: 19.2px;
  font-size: 1.2rem;
  background: #ebebeb;
  padding: 16px;
  padding: 1rem;
  text-align: left;
}

.content__block em {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
}

.content__block address {
  font-size: 22.4px;
  font-size: 1.4rem;
}

/* align style */
.positionC {
  text-align: center;
}

.positionR {
  text-align: right;
}

.sentence .positionC,
.sentence .positionR {
  display: block;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.arrow:before {
  position: absolute;
  content: '';
  top: 30%;
  left: 0;
  border: 4px solid;
  border-color: #cc0000 #cc0000 transparent transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn,
a.btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  background: #eee;
  padding: 1.2em;
  color: #333;
  font-weight: bold;
  font-size: 22.4px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.btn--fluid {
  width: 100%;
  display: block;
}

.card {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
}

.card__img {
  position: relative;
  margin: 0;
  vertical-align: top;
}

.card__body {
  padding: 15px;
}

.card__title {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.card__title span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #cc0000;
}

.card__footer {
  padding: 24px;
  padding: 1.5rem;
  border-top: 1px solid #e1e1e1;
}

.card img {
  max-width: 100%;
  width: 100%;
}

.card p:last-child {
  margin-bottom: 0;
}

.entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.entry__img {
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  display: block;
  object-fit: cover;
  object-position: 20% 20%;
  vertical-align: top;
}

.entry__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.entry__category {
  display: inline-block;
  background: #ebebeb;
  color: #9d9d9d;
  padding: 8px 8px 4.8px 8px;
  padding: .5rem .5rem .3rem .5rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.entry__title {
  font-size: 22.4px;
  font-size: 1.4rem;
  background: none;
  border-bottom: none;
  padding: 0;
  line-height: 1.3;
}

.entry--primary .entry__title {
  font-weight: bold;
}

.entry--primary .entry__img {
  width: 176px;
  width: 11rem;
  height: 176px;
  height: 11rem;
}

.entry--secondary .entry__img {
  width: 112px;
  width: 7rem;
  height: 112px;
  height: 7rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem;
}

.entry.is-arrow {
  position: relative;
  padding-right: 22.4px;
  padding-right: 1.4rem;
}

.entry.is-arrow:link, .entry.is-arrow:visited {
  color: #2d2d2d;
}

.entry.is-arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12.8px;
  width: .8rem;
  height: 12.8px;
  height: .8rem;
  border-top: solid 4px #9d9d9d;
  border-top: solid 0.25rem #9d9d9d;
  border-right: solid 4px #9d9d9d;
  border-right: solid 0.25rem #9d9d9d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.entry--vertical {
  position: relative;
  display: block;
  height: 300px;
  margin-top: -16px;
  margin-top: -1rem;
}

.entry--vertical .entry__img {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  width: 100%;
  height: 300px;
}

.entry--vertical .entry__body {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  position: absolute;
  bottom: 0;
  padding: 16px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  box-sizing: border-box;
}

.entry--vertical .entry__title {
  font-size: 32px !important;
  font-size: 2rem !important;
  font-weight: normal;
  color: #fff;
  box-sizing: border-box;
  background: none;
  border: none;
  color: #fff !important;
}

.entry-list {
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1;
}

.entry-list .entry {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.entry-list .entry:not(:first-child) {
  padding-top: 16px;
  padding-top: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  border-top: 1px dotted #e1e1e1;
}

.more .entry-list {
  padding-bottom: 0;
}

.more__body .entry-list {
  border-top: 1px dotted #e1e1e1;
}

.entry-list:after, .row:after {
  content: "";
  display: block;
  clear: both;
}

.row {
  margin: 0 -15px;
}

.column {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  *padding-left: 0;
  *padding-right: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.column--center {
  float: none !important;
  margin: 0 auto;
  padding: 0;
}

.unit--1g {
  width: 8.33333%;
}

.unit--2g {
  width: 16.66667%;
}

.unit--3g {
  width: 25%;
}

.unit--4g {
  width: 33.33333%;
}

.unit--5g {
  width: 41.66667%;
}

.unit--6g {
  width: 50%;
}

.unit--7g {
  width: 58.33333%;
}

.unit--8g {
  width: 66.66667%;
}

.unit--9g {
  width: 75%;
}

.unit--10g {
  width: 83.33333%;
}

.unit--11g {
  width: 91.66667%;
}

.unit--12g {
  width: 100%;
}

/* headline style */
.topics-index .headline--primary,
.headline--primary {
  background: #cc0000;
  color: #fff;
  padding: 8px 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-text-align: left;
  font-line-height: 1.2;
}

.topics-index .headline--secondary,
.headline--secondary {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 3.2px 0 3.2px 12.8px;
  padding: .2rem 0 .2rem .8rem;
  border-left: 8px solid #cc0000;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.topics-index .headline--img,
.headline--img {
  padding: 0;
}

.topics-index .headline img,
.headline img {
  width: 100%;
  max-width: 100%;
}

.topics-index .headline {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.headline img {
  padding: 0 !important;
}

.iconFacebook, .iconTwitter, .iconMessenger, .iconEight {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}

.iconFacebook {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: 0px -52px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconTwitter {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: -152px 0px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconMessenger {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: -52px -52px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconEight {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: 0px 0px;
  width: 150px;
  height: 50px;
  background-size: 202px 102px;
}

.list--inline li {
  display: inline-block;
}

.list--inline li:not(:last-child) {
  margin-right: 10px;
}

.list-container {
  text-align: center;
}

.more__body {
  display: none;
  background: #fafafa;
}

.more__btn {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  content: 'Show more';
  border-radius: inherit;
  font-weight: bold;
}

.more__text {
  font-weight: bold;
}

.more > .entry {
  margin: 16px;
  margin: 1rem;
}

.more-icon {
  position: absolute;
  right: 30px;
  top: 50%;
}

.more-icon:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #cc0000;
}

.more-icon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #cc0000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-active .more-icon:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination-container {
  display: table;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  table-layout: fixed;
  border-spacing: 16px 0;
  border-spacing: 1rem 0;
  text-align: center;
}

.pagination-container .pagination-wrapper {
  display: table-cell;
  width: 100%;
}

.pagination-container .pagination-wrapper .nav {
  width: 100%;
  padding: 32px;
  padding: 2rem;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid transparent;
  background: #cc0000;
  color: #fff;
}

.pagination-container .pagination-wrapper .nav.is-disabled {
  background: #ebebeb;
  color: #9d9d9d;
}

.tag-pr:after, .tag-sp:after, .tag-pr.-small:after, .tag-sp.-small:after {
  border-radius: 3px;
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: .03em;
  margin-left: .6em;
  vertical-align: middle;
  font-style: normal;
}

.tag-pr:after {
  content: "PR";
  background-color: #a6a6a6;
}

.tag-pr.-small:after {
  content: "PR";
  background-color: #a6a6a6;
}

.tag-sp:after {
  content: "Sponsored";
  background-color: #ffc000;
}

.tag-sp.-small:after {
  content: "S";
  background-color: #ffc000;
}

.addition .tag-pr:after,
.addition .tag-sp:after {
  font-size: 13.6px;
  font-size: .85rem;
  letter-spacing: .1em;
  font-weight: normal;
  height: 21px;
  line-height: 21px;
  padding: 0 5px 0 7px;
  margin: 0 5px 0 0;
}

/* align style */
.positionC {
  text-align: center;
}

.positionR {
  text-align: right;
}

.sentence .positionC,
.sentence .positionR {
  display: block;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.arrow:before {
  position: absolute;
  content: '';
  top: 30%;
  left: 0;
  border: 4px solid;
  border-color: #cc0000 #cc0000 transparent transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn,
a.btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  background: #eee;
  padding: 1.2em;
  color: #333;
  font-weight: bold;
  font-size: 22.4px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.btn--fluid {
  width: 100%;
  display: block;
}

.card {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
}

.card__img {
  position: relative;
  margin: 0;
  vertical-align: top;
}

.card__body {
  padding: 15px;
}

.card__title {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.card__title span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #cc0000;
}

.card__footer {
  padding: 24px;
  padding: 1.5rem;
  border-top: 1px solid #e1e1e1;
}

.card img {
  max-width: 100%;
  width: 100%;
}

.card p:last-child {
  margin-bottom: 0;
}

.entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.entry__img {
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  display: block;
  object-fit: cover;
  object-position: 20% 20%;
  vertical-align: top;
}

.entry__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.entry__category {
  display: inline-block;
  background: #ebebeb;
  color: #9d9d9d;
  padding: 8px 8px 4.8px 8px;
  padding: .5rem .5rem .3rem .5rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.entry__title {
  font-size: 22.4px;
  font-size: 1.4rem;
  background: none;
  border-bottom: none;
  padding: 0;
  line-height: 1.3;
}

.entry--primary .entry__title {
  font-weight: bold;
}

.entry--primary .entry__img {
  width: 176px;
  width: 11rem;
  height: 176px;
  height: 11rem;
}

.entry--secondary .entry__img {
  width: 112px;
  width: 7rem;
  height: 112px;
  height: 7rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem;
}

.entry.is-arrow {
  position: relative;
  padding-right: 22.4px;
  padding-right: 1.4rem;
}

.entry.is-arrow:link, .entry.is-arrow:visited {
  color: #2d2d2d;
}

.entry.is-arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12.8px;
  width: .8rem;
  height: 12.8px;
  height: .8rem;
  border-top: solid 4px #9d9d9d;
  border-top: solid 0.25rem #9d9d9d;
  border-right: solid 4px #9d9d9d;
  border-right: solid 0.25rem #9d9d9d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.entry--vertical {
  position: relative;
  display: block;
  height: 300px;
  margin-top: -16px;
  margin-top: -1rem;
}

.entry--vertical .entry__img {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  width: 100%;
  height: 300px;
}

.entry--vertical .entry__body {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  position: absolute;
  bottom: 0;
  padding: 16px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  box-sizing: border-box;
}

.entry--vertical .entry__title {
  font-size: 32px !important;
  font-size: 2rem !important;
  font-weight: normal;
  color: #fff;
  box-sizing: border-box;
  background: none;
  border: none;
  color: #fff !important;
}

.entry-list {
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1;
}

.entry-list .entry {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.entry-list .entry:not(:first-child) {
  padding-top: 16px;
  padding-top: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  border-top: 1px dotted #e1e1e1;
}

.more .entry-list {
  padding-bottom: 0;
}

.more__body .entry-list {
  border-top: 1px dotted #e1e1e1;
}

.entry-list:after, .row:after {
  content: "";
  display: block;
  clear: both;
}

.row {
  margin: 0 -15px;
}

.column {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  *padding-left: 0;
  *padding-right: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.column--center {
  float: none !important;
  margin: 0 auto;
  padding: 0;
}

.unit--1g {
  width: 8.33333%;
}

.unit--2g {
  width: 16.66667%;
}

.unit--3g {
  width: 25%;
}

.unit--4g {
  width: 33.33333%;
}

.unit--5g {
  width: 41.66667%;
}

.unit--6g {
  width: 50%;
}

.unit--7g {
  width: 58.33333%;
}

.unit--8g {
  width: 66.66667%;
}

.unit--9g {
  width: 75%;
}

.unit--10g {
  width: 83.33333%;
}

.unit--11g {
  width: 91.66667%;
}

.unit--12g {
  width: 100%;
}

/* headline style */
.topics-index .headline--primary,
.headline--primary {
  background: #cc0000;
  color: #fff;
  padding: 8px 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-text-align: left;
  font-line-height: 1.2;
}

.topics-index .headline--secondary,
.headline--secondary {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 3.2px 0 3.2px 12.8px;
  padding: .2rem 0 .2rem .8rem;
  border-left: 8px solid #cc0000;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.topics-index .headline--img,
.headline--img {
  padding: 0;
}

.topics-index .headline img,
.headline img {
  width: 100%;
  max-width: 100%;
}

.topics-index .headline {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.headline img {
  padding: 0 !important;
}

.iconFacebook, .iconTwitter, .iconMessenger, .iconEight {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}

.iconFacebook {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: 0px -52px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconTwitter {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: -152px 0px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconMessenger {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: -52px -52px;
  width: 50px;
  height: 50px;
  background-size: 202px 102px;
}

.iconEight {
  background-image: url(/smp/common/images/v1/sprites_about.png);
  background-position: 0px 0px;
  width: 150px;
  height: 50px;
  background-size: 202px 102px;
}

.list--inline li {
  display: inline-block;
}

.list--inline li:not(:last-child) {
  margin-right: 10px;
}

.list-container {
  text-align: center;
}

.more__body {
  display: none;
  background: #fafafa;
}

.more__btn {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  content: 'Show more';
  border-radius: inherit;
  font-weight: bold;
}

.more__text {
  font-weight: bold;
}

.more > .entry {
  margin: 16px;
  margin: 1rem;
}

.more-icon {
  position: absolute;
  right: 30px;
  top: 50%;
}

.more-icon:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #cc0000;
}

.more-icon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #cc0000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-active .more-icon:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination-container {
  display: table;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  table-layout: fixed;
  border-spacing: 16px 0;
  border-spacing: 1rem 0;
  text-align: center;
}

.pagination-container .pagination-wrapper {
  display: table-cell;
  width: 100%;
}

.pagination-container .pagination-wrapper .nav {
  width: 100%;
  padding: 32px;
  padding: 2rem;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid transparent;
  background: #cc0000;
  color: #fff;
}

.pagination-container .pagination-wrapper .nav.is-disabled {
  background: #ebebeb;
  color: #9d9d9d;
}

.tag-pr:after, .tag-sp:after, .tag-pr.-small:after, .tag-sp.-small:after {
  border-radius: 3px;
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: .03em;
  margin-left: .6em;
  vertical-align: middle;
  font-style: normal;
}

.tag-pr:after {
  content: "PR";
  background-color: #a6a6a6;
}

.tag-pr.-small:after {
  content: "PR";
  background-color: #a6a6a6;
}

.tag-sp:after {
  content: "Sponsored";
  background-color: #ffc000;
}

.tag-sp.-small:after {
  content: "S";
  background-color: #ffc000;
}

.addition .tag-pr:after,
.addition .tag-sp:after {
  font-size: 13.6px;
  font-size: .85rem;
  letter-spacing: .1em;
  font-weight: normal;
  height: 21px;
  line-height: 21px;
  padding: 0 5px 0 7px;
  margin: 0 5px 0 0;
}

.btn--primary {
  border: 1px solid #eee;
  background: #fff;
  color: #333;
}

a.btn--secondary {
  border: 2px solid #cc0000;
  background: #fff;
  color: #cc0000;
}

.btn--fluid {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
}

.btn-group {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group > .btn {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  padding: 10px;
  background: #eee;
}

.inner img {
  width: 100%;
  margin-bottom: 10px;
}
