@charset "utf-8";
/* ================ Style ================= */
#contents-area #primary section.contents-block:first-of-type {
  padding-left: 0;
  padding-right: 0;
  padding-top: 60%;
}
#contents-area #primary section.contents-block:first-of-type:before {
  right: 0;
  margin: auto;
}
#contents-area #primary section.contents-block:first-of-type h2,
#contents-area #primary section.contents-block:first-of-type p {
  margin-left: 5%;
  margin-right: 5%;
}
#contents-area #primary section.contents-block:first-of-type aside {
  width: 90%;
  margin: 0 auto 30px;
}
#primary .recomend_category {
  width: 90%;
  margin: 0 auto 25px;
}
#primary .recomend_category .inner a {
  display: table;
  width: 100%;
}
#primary .recomend_category .inner a h4 {
  display: table-cell;
  text-align: center;
}
#primary .recomend_category .inner a p {
  display: table-cell;
}
#primary .recomend_tag {
  width: 90%;
  margin: 0 auto;
}
#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;
}
#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;
}