@charset "utf-8";
/* ================ Style ================= */
#contents-area #primary section.contents-block:first-of-type {
  padding-top: 63%;
}
#contents-area #primary section.contents-block:first-of-type aside {
  margin-bottom: 30px;
}
#primary .recomend_category {
  margin-bottom: 25px;
}
#primary .recomend_category .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#primary .recomend_category .inner a {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}
#primary .recomend_category .inner a:nth-child(odd) {
  margin-left: 0;
}
#primary .recomend_category .inner a h4 {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#primary .recomend_category .inner a h4 span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#primary .recomend_category .inner a p {
  display: table;
  height: 100%;
  margin-left: 40%;
}
#primary .recomend_category .inner a p span {
  display: table-cell;
  vertical-align: middle;
}
#primary .recomend_tag .inner dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff0;
}
#primary .recomend_tag .inner dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#primary .recomend_tag .inner dl:nth-child(1) dt:before,
#primary .recomend_tag .inner dl:nth-child(2) dt:before,
#primary .recomend_tag .inner dl:nth-child(3) dt:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 40%;
  height: 0;
  padding-top: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5%;
}
#primary .recomend_tag .inner dl:nth-child(1) dt:before {
  background-image: url("../images/about_img02.jpg");
}
#primary .recomend_tag .inner dl:nth-child(2) dt:before {
  background-image: url("../images/about_img03.jpg");
}
#primary .recomend_tag .inner dl:nth-child(3) dt:before {
  background-image: url("../images/about_img04.jpg");
}
#primary .recomend_tag .inner dl dd li {
  display: inline-block;
}
#primary .recomend_tag .inner dl dd li:last-child a {
  margin-bottom: 0;
}
#primary .recomend_tag .inner dl dd a {
  margin-right: 10px;
}
#contents-area #primary section.contents-block:last-of-type h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
#contents-area #primary section.contents-block:last-of-type .anchor-link {
  margin-bottom: 20px;
}
#contents-area #primary section.contents-block:last-of-type .anchor-link li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#contents-area #primary section.contents-block:last-of-type .anchor-link li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#contents-area #primary section.contents-block:last-of-type .anchor-link li a {
  width: 100%;
  font-size: 12px;
}
#contents-area #primary section.contents-block:last-of-type article:before {
  margin-bottom: 20px;
}
#contents-area #primary section.contents-block:last-of-type article h3 {
  font-size: 14px;
  margin-bottom: 25px;
}
#contents-area #primary section.contents-block:last-of-type article h3 strong {
  font-size: 24px;
}
#contents-area #primary section.contents-block:last-of-type article h3 span {
  display: none;
}
#contents-area #primary section.contents-block:last-of-type article a.button-link {
  font-size: 18px;
  line-height: 1.5;
  padding-right: 2em;
  text-align: center;
}
#contents-area #primary section.contents-block:last-of-type article:last-child figure {
  margin-bottom: 12px;
}
#contents-area #primary section.contents-block:last-of-type article:last-child figure img {
  margin-left: 3%;
}
#contents-area #primary section.contents-block:last-of-type article:last-child .card {
  padding: 5%;
}
#contents-area #primary section.contents-block:last-of-type article:last-child .card figure img {
  margin-bottom: 20px;
}
#primary .benefit h4 {
  font-size: 21px;
}
#primary .benefit h4 span {
  font-size: 30px;
}
#primary .benefit .inner dl {
  width: 100%;
  margin-bottom: 20px;
}
#primary .benefit .inner dl:last-child {
  margin-bottom: 0;
}
#primary .benefit .inner dl dt p {
  font-size: 14px;
}
#primary .benefit .inner dl dt h5 strong {
  font-size: 28px;
}