@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,
body {
  background: #fff none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;*/
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
sub {
  vertical-align: sub;
}
a.tdn:hover {
  text-decoration: none;
}

.sprite {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.ff-noto {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
.dummy {
  color: #f00 !important;
  outline: 2px dashed #f00 !important;
  background-color: #ff0 !important;
}
/* ---------------------------------------------------------------- wrapper ---- */

@media screen and (min-width: 767px) {
  #wrapper {
    min-width: 1150px;
  }
}
#wrapper {
  overflow: hidden;
}

/* ---------------------------------------------------------------- header ---- */
#header {
  min-height: 60px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.header__in {
  width: 100%;
  max-width: 1300px;
  min-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header-logo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.header-logo__link {
  width: 158px;
  display: block;
}
.header-logo__txt {
  color: #928888;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
}
.header-nav {
  margin-left: auto;
  width: 810px;
  padding: 14px 0;
  justify-content: flex-end;
  gap: 40px;
}
.header-nav__item {
}
.header-nav__item .header-nav__inner {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  transform-origin: center;
}
.header-nav__item .header-nav__inner span {
  display: block;
}
.header-nav__item:first-child .header-nav__inner {
  /* border-left: 1px solid #535353; */
}
@media screen and (min-width: 768px) {
  .header-nav__item .header-nav__inner {
    transition: all 0.25s ease;
  }
  .header-nav__item .header-nav__inner:hover {
    color: #e1c65b;
  }
  .header-nav__inner:hover input.header-search__button {
    /* background: transparent url(../img/lupe_white.svg) no-repeat center / cover; */
  }
}

.header-nav__item--search {
  width: 20px;
}
.header-nav__item--search .header-nav__inner {
  font-size: 0;
}
.header-nav__item--search input.header-search__button {
  width: 20px;
  height: 20px;
  background: transparent url(../img/lupe.svg) no-repeat center / cover;
  vertical-align: middle;
}
.header-nav__item--search input.header-search__input {
  width: 0;
  transition: all 0.25s ease;
}
.header-nav__item--search input.header-search__input:placeholder-shown {
  color: #928888;
}
.header-nav__item--search input.header-search__input::-webkit-input-placeholder {
  color: #928888;
}
.header-nav__item--search input.header-search__input:-moz-placeholder {
  color: #928888;
}
.header-nav__item--search input.header-search__input::-moz-placeholder {
  color: #928888;
}
.header-nav__item--search input.header-search__input:-ms-input-placeholder {
  color: #928888;
}
.header-nav__item--search form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header-nav__item--search {
    transition: all 0.25s ease;
  }
  .header-nav__item--search:hover,
  .header-nav__item--search--active {
    width: 250px;
  }
  .header-nav__item--search:hover .header-nav__inner,
  .header-nav__item--search--active .header-nav__inner {
    /* background: #e1c65b; */
  }
  .header-nav__item--search:hover input.header-search__input,
  .header-nav__item--search--active input.header-search__input {
    width: 200px;
    padding: 5px 10px;
    margin-right: 10px;
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    font-size: 16px;
  }
}

#main {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  #main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
  }
}

#content {
  width: 700px;
}

/* ---------------------------------------------------------------- article ---- */
.article__wrapper {
  overflow: hidden;
}
.article {
  width: 340px;
  height: 190px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.article__link {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 15px 10px;
  z-index: 1;
  color: #fff;
  text-decoration: none;
}
.article__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 117px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.article__image {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  transition: transform 0.25s ease;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/noimage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  .article__link:hover .article__image {
    transform: scale(1.1);
  }
}
.article__cate {
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  background: #e1c65b;
  font-size: 11px;
}
.article__date {
  font-size: 11px;
  line-height: 20px;
}
.article__keyword {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.article__title {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 5px;
}

#side {
  /* float: left; */
  width: 280px;
}

.side-link {
  width: 100%;
  margin-bottom: 20px;
}
.side-banner__item {
  width: 100%;
  margin-bottom: 15px;
}
.side-link__title {
  background: #f993aa;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.slide-link-list__title {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #e1c65b;
  line-height: 20px;
  padding: 15px 15px 6px 30px;
  position: relative;
}
.slide-link-list__title::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-top: 8px solid #e1c65b;
  position: absolute;
  left: 14px;
  bottom: 7px;
}
.slide-link-list__title:first-child {
  padding-top: 6px;
}
.side-link-list {
  background: #fff;
}
.side-link-list__item a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 20px;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  position: relative;
  text-decoration: none;
}
.side-link-list--dl .side-link-list__item a {
  padding: 12px 15px;
}
.side-link-list__item a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #e1c65b;
  border-right: 1px solid #e1c65b;
  margin-top: auto;
  margin-bottom: auto;
}
.side-article-link {
  text-decoration: none;
}
.side-article {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.side-article__img {
  height: 160px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.side-article__box {
  margin: 10px 0;
  text-decoration: none;
}
.side-article__info {
  display: flex;
  justify-content: space-between;
}
.side-article__cate {
  color: #ffffff;
  background: #e1c65b;
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
}
.side-article__ttl {
  font-size: 14px;
  font-weight: bold;
}
.side-article__date {
  font-size: 12px;
  color: #e1c65b;
}
.side-article__txt {
  font-size: 12px;
}
.side-article__more {
  background: #e1c65b;
  width: 240px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  border: 1px solid #e1c65b;
}

@media screen and (min-width: 768px) {
  .side-link-list__item a,
  .side-link-list__item a::before {
    transition: all 0.25s ease;
  }
  .side-link-list__item a:hover {
    background: #e1c65b;
    color: #fff;
  }
  .side-link-list__item a:hover::before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .side-article-link:hover .side-article__more {
    background: #fff;
    color: #e1c65b;
    transition: all 0.15s ease;
  }
}
/*------------
side-pickup
--------------*/
.side-pickup {
  width: 100%;
  margin-bottom: 30px;
}
.side-pickup .side-link__title {
  margin-bottom: 15px;
}
.side-pickup__item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-pickup__item:not(:last-child) {
  margin-bottom: 15px;
}
.side-pickup__img {
  width: 140px;
  height: 80px;
  display: block;
  background-size: cover;
  background-position: center;
}
.side-pickup__txt {
  width: calc(100% - 150px);
  font-size: 13px;
}
.side-pickup__date {
  color: #e1c65b;
  font-size: 12px;
}
.side-pickup__item:first-child {
  display: block;
}
.side-pickup__item:first-child .side-pickup__img {
  width: 100%;
  height: 150px;
  margin-bottom: 5px;
}
.side-pickup__item:first-child .side-pickup__txt {
  width: 100%;
  font-size: 16px;
}
.side-pickup__item:first-child .side-pickup__date {
  font-size: 14px;
}
.side-sns {
  margin-top: 20px;
  overflow: hidden;
}
.side-sns__item {
  width: 48.214285%;
  height: 34px;
}
.side-sns__item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
}
.side-sns__item a svg {
  fill: #fff;
  vertical-align: middle;
  margin-top: -5px;
}
.side-sns__item--facebook {
  float: left;
}
.side-sns__item--x {
  float: right;
}
.side-sns__item--facebook a {
  background: #4c6ba2;
}
.side-sns__item--x a {
  background: #000;
}
.side-sns__item--facebook a svg {
  width: 9px;
  height: 18px;
  display: inline-block;
}
.side-sns__item--x a svg {
  width: 18px;
  height: 14px;
  display: inline-block;
}

.h01 {
  font-size: 24px;
  line-height: 48px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 30px;
  font-weight: bold;
}

.h01--category {
  margin-bottom: 15px;
}

.h02 {
  font-size: 18px;
  line-height: 18px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.h02::before,
.h02::after {
  content: '';
  display: inline-block;
  background: transparent url(../img/ico_title.png) no-repeat left top / 100% auto;
  width: 34px;
  height: 10px;
  vertical-align: middle;
  margin: 0 10px;
}

.breadcrumbs {
  width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 12px;
  padding: 20px 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.category-ttl-txt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

.pagination-btn {
  display: block;
  margin: 30px auto 0;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background: #e1c65b;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #e1c65b;
}
.pagination-btn::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .pagination-btn::after {
    transition: all 0.15s ease;
  }
  .pagination-btn {
    transition: all 0.15s ease;
  }
  .pagination-btn:hover {
    background: #fff;
    color: #e1c65b;
  }
  .pagination-btn:hover::after {
    border-right: 2px solid #e1c65b;
    border-bottom: 2px solid #e1c65b;
  }
}
.pagination {
  text-align: center;
  font-size: 0;
  margin-top: 20px;
}
.pagination-list {
  display: inline-block;
}
.pagination__item {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 2.5px;
  vertical-align: top;
  font-size: 17px;
}
.pagination__item a {
  display: block;
  color: #969696;
  font-size: 12px;
  line-height: 28px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #969696;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pagination__item a {
    transition: all 0.15s ease;
  }
  .pagination__item a:hover,
  .pagination__item--current a {
    color: #fff;
    background: #e1c65b;
    border: 1px solid #e1c65b;
  }
}
.pagination__item--prev,
.pagination__item--next {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background: #e5e5e5;
  margin: 0 7px;
}
.pagination__item--prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
}
.pagination__item--next::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -7px;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------- footer ---- */
.pagetop {
  display: none;
  width: 50px;
  height: 50px;
  background: #e1c65b;
  position: absolute;
  right: 10%;
  top: -25px;
  z-index: 2;
  border-radius: 50%;
}
.pagetop::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pagetop {
    transition: background 0.25s ease;
  }
  .pagetop::before {
    transition: all 0.25s ease;
  }
  .pagetop:hover {
    background: #e1c65b;
  }
  .pagetop:hover::before {
    top: 0;
  }
}
.pagetop.fixed {
  position: fixed;
  top: auto;
  bottom: 20px;
}
#footer {
  position: relative;
  background: #3b3b3b;
  padding: 40px 0 0 0;
}
.footer__inner {
  width: 1000px;
  margin: 0 auto;
}
.footer-logo {
  width: 199px;
  margin: 0 auto;
}
.footer-list {
  width: 843px;
  margin: 40px auto 0;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
}
.footer-list a {
  color: #fff;
  text-decoration: none;
}
.footer-list a:hover {
  text-decoration: underline;
}
.footer-list__title {
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 6px;
  font-weight: bold;
}
.footer-list__title::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6px;
}
.footer-list__content {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.footer-text {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  width: 843px;
  margin: 30px auto 60px;
}
.footer-bottom {
  padding: 13px 0;
  background: #575757;
}
.footer-bottom__inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-copy {
  float: left;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
}
.footer-btn {
  float: right;
  font-size: 0;
}
.footer-btn__item {
  display: inline-block;
  margin-left: 20px;
}
.footer-btn__item a {
  display: block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
}

/* .post-rank */
.post-rank {
  border: 1px solid #e1c65b;
  margin-bottom: 40px;
}
.post-rank__ttl {
  font-size: 20px;
  background: #e1c65b;
  color: #fff;
  padding: 14px 0px;
  text-align: center;
  font-weight: bold;
}
.post-rank__wrp {
  padding: 30px;
}
.post-rank-item {
}
.post-rank-item:not(:last-of-type) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #eee;
}
.post-rank-item__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.post-rank-item__head {
  width: calc(100% - 145px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.post-rank-item__ico {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.post-rank-item__product {
  font-weight: bold;
  font-size: 22px;
  width: calc(100% - 53px);
}
.post-rank-item__ttl {
  font-weight: bold;
  font-size: 20px;
  color: #e1c65b;
  width: 100%;
  margin-top: 15px;
}
.post-rank-item__img {
  width: 120px;
}
.post-rank-item__txt {
  margin-bottom: 30px;
}
.post-rank-item__btn {
  display: flex;
  width: 435px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.post-rank-item__link {
  display: block;
  text-decoration: none;
  width: 210px;
  padding: 9px 0 10px;
  border: 2px solid #e1c65b;
  border-radius: 25px;
  color: #e1c65b;
  font-weight: bold;
  transition: 0.3s ease;
  position: relative;
  text-align: left;
  padding-left: 15px;
}
.post-rank-item__link--or {
  border-color: #555;
  color: #555;
}
.post-rank-item__link:hover {
  background-color: #e1c65b;
  color: #fff;
  transition: 0.3s ease;
}
.post-rank-item__link--or:hover {
  background-color: #555;
  transition: 0.3s ease;
}
.post-rank-item__link:before {
  font-size: 14px;
  line-height: 1em;
  height: 1em;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f35d';
}
.post-rank-item__link--or:before {
  content: '\f054';
}

.post-bannerarea {
  border-top: 1px solid #eee;
  padding: 40px 0 15px;
  text-align: center;
}
.post-bannerarea__item {
  display: inline-block;
  width: 320px;
}
/* ---------------------------------------------------------------- parts ---- */
@media screen and (min-width: 768px) {
  .effect-shutter {
    position: relative;
    transition: all 0.15s ease;
    overflow: hidden;
    z-index: 2;
  }
  .effect-shutter::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    transition: all 0.15s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .effect-shutter:hover::before {
    height: 100%;
    width: 100%;
  }

  .effect-shutter--left::before {
    height: 100%;
    width: 0;
  }
  .effect-shutter--pink:hover {
    color: #fff;
  }
  .effect-shutter--pink::before {
    background: #e1c65b;
  }
}

.detail-wrapper {
  background: #fff;
  padding: 35px;
  margin-bottom: 30px;
}
.main--detail {
  background: #f5f6f7;
}
.post__thumb {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.post__thumb img {
  width: 100%;
  height: auto;
}
.post-sns__area {
  margin-bottom: 35px;
}
.post-sns {
  overflow: hidden;
  height: 28px;
  font-size: 0;
  float: left;
}
.post-sns__item {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
}
.post-sns__item--x a {
  display: block;
  width: 80px;
  height: 28px;
  background: #000;
  border-radius: 5px;
  text-align: center;
}
.post-sns__item--x a svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
}
.post-date {
  font-size: 13px;
  color: #aaa;
  line-height: 28px;
  float: right;
}
.post__title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  font-weight: bold;
}
.post__content {
  font-size: 16px;
  line-height: 32px;
}
.post__content p {
  margin-bottom: 20px;
}

.post__content img {
  max-width: 100%;
  height: auto;
}

.post-sns-bottom {
  border-top: 1px solid #eee;
  padding: 20px 30px;
  font-size: 0;
}
.post-sns-bottom__item {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  height: 60px;
}
.post-sns-bottom__item--fbshare a {
  position: relative;
  display: block;
  width: 60px;
  height: 100%;
  border-radius: 5px;
  background: #4c6ba2;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
}
.post-sns-bottom__item--fbshare a:hover {
  background: #365899;
}
.post-sns-bottom__item--fbshare a svg {
  display: block;
  width: 15px;
  height: 28px;
  margin: 10px auto 5px;
  fill: #fff;
}
.post__content :first-child {
  margin-top: 0;
}
.post__content a {
  text-decoration: underline;
  color: #e1c65b;
}
.post__content a:hover {
  text-decoration: none;
}
.post__content blockquote {
  margin: 15px 25px;
  border: #eeeeee 1px solid;
  position: relative;
  padding: 20px 50px 20px 50px;
}
.post__content blockquote::before,
.post__content blockquote::after {
  font-size: 50px;
  line-height: 1;
  color: #cccccc;
  position: absolute;
  display: block;
  z-index: 0;
}

.post__content blockquote::before {
  content: '“';
  top: 10px;
  left: 15px;
}
.post__content blockquote::after {
  content: '”';
  bottom: 0px;
  right: 15px;
}
.post__content h2 {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  padding: 11px 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  background: #e1c65b;
  position: relative;
  color: #fff;
}
.post__content h2::after {
  content: '';
  display: block;
  border-left: 16px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-right: 16px solid #ccc;
  position: absolute;
  left: 0;
  bottom: -14px;
}
.post__content h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-left: 5px;
  background: #eeeeee;
  color: #e1c65b;
  padding: 7px 17px 7px 19px;
  margin-top: 50px;
  margin-bottom: 20px;
  border-left: 3px solid #e1c65b;
}
.post__content h4 {
  font-size: 20px;
  line-height: 34px;
  padding: 8px 10px;
  font-weight: bold;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #e1c65b;
}
.post__content h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  border-left: 3px solid #e1c65b;
  padding: 0 12px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.post__content h6 {
  font-size: 0.7em;
  line-height: 2em;
  padding: 0;
  margin: 10px 0;
  border: none;
  background: none;
  box-shadow: none;
  height: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.post__content ul,
.post__content ol {
  width: 100%;
  padding: 20px 25px;
  background: #eeeeee;
  margin-bottom: 20px;
}
.post__content ul li {
  background: transparent url(../../img/detail/ico_list.png) no-repeat left 10px / 20px 17px;
  padding: 3px 30px 3px 30px;
}
.post__content ol {
  list-style-type: decimal;
  padding: 20px 25px 20px 55px;
}
.post__content ol li {
  padding: 3px 0 3px 0;
}
.post__content em {
  font-style: italic !important;
}
.post__content hr {
  display: block;
}
.post__content strong {
  font-weight: bold;
}

.post__content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post__content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.post__content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.post__content .pink_title {
  font-size: 24px;
  line-height: 30px;
  height: auto;
  padding: 10px 20px;
  font-weight: bold;
  border-left: 8px solid #dd3d66;
  background: #f6e7e5;
  color: #dd3d66;
}
.post__content .pink_title_sub {
  position: relative;
  line-height: 38px;
  font-size: 20px;
  padding: 0 13px 8px;
  background: transparent;
}
.post__content .pink_title_sub::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent url(../img/img_border.png) repeat;
}

.content-box {
  background: #fff;
  padding: 20px 35px;
  margin-bottom: 30px;
}

.post-article-pickup__wrapp {
  overflow: hidden;
}
.post-article-pickup {
  width: 140px;
  margin-right: 23px;
  float: left;
}
.post-article-pickup:last-child {
  margin-right: 0;
}
.post-article-pickup a {
  display: block;
  text-decoration: none;
}
.post-article-pickup__image {
  width: 140px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url(../img/noimage.jpg);
  margin-bottom: 5px;
}
.post-article-pickup__title {
  font-size: 13px;
  line-height: 18px;
}

.post-article-popular__wrapp {
  overflow: hidden;
}
.post-article-popular {
  overflow: hidden;
  margin-bottom: 20px;
}
.post-article-popular a {
  display: block;
  text-decoration: none;
}
.post-article-popular__image {
  width: 150px;
  height: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/noimage.jpg);
  float: left;
  margin-right: 20px;
}
.post-article-popular__title {
  font-size: 14px;
  line-height: 25px;
}
.post-article-popular__text {
  font-size: 13px;
  line-height: 23px;
}

.post__content .lcl-tree {
  border: 1px solid #d2d2d2;
  padding: 25px 40px;
}
.post__content p.lcl-tree__title {
  background: transparent;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 0;
  color: #000;
  border: none;
}
.post__content p.lcl-tree__title::after {
  display: none;
}
.post__content ol.lcl-tree-list {
  border: 0;
  margin: 0;
  padding: 0;
  counter-reset: count;
  background: transparent;
}
.post__content ol.lcl-tree-list li.lcl-tree-list__item {
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 0 5px 0;
  list-style: none;
}
.post__content ol.lcl-tree-list li.lcl-tree-list__item a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: color 0.25s ease;
}
@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  .post__content ol.lcl-tree-list li.lcl-tree-list__item a:hover {
    color: #e1c65b;
  }
}
.post__content ol.lcl-tree-list li.lcl-tree-list__item a::before {
  counter-increment: count;
  content: counter(count);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  background: #e1c65b;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.post__content ol.lcl-tree-list li.lcl-tree-list__item a span {
  width: calc(100% - 1.6em - 10px);
}
.post__content ol.lcl-tree-list li.lcl-tree-list__item:last-child {
  border-bottom: none;
}

/* .cms-table:not(.block-style) {
  max-width: none;
  &.cms-table--overflow {
    @include media_narrow {
      padding-bottom: vw(15);
    }
    table {
      @include media_narrow {
        margin-right: vw(20);
      }
    }
  }
} */
.cms-table:not(.block-style).cms-table--overflow {
  overflow: scroll;
  padding-bottom: 15px;
}
.post__content table {
  border-collapse: collapse;
}
.post__content table th,
.post__content table td {
  padding: 5px;
  border: 1px solid #ddd;
}
.post__content table thead th {
  background: #f0ebd7;
}
.post__content table tbody th {
  background: #f1efe645;
}
@media screen and (max-width: 767px) {
  /* ---- SP ---- */
  .post__content table th,
  .post__content table td {
    min-width: 35vw;
  }
}

/*------------------------------------------------
吹き出し
------------------------------------------------*/
.conversation-box {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.conversation-box__img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 0;
}
.conversation-txtarea {
  width: calc(100% - 60px);
}
.conversation-ttl {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0 !important;
  font-weight: bold;
}
.conversation-ttl_a {
  color: #ef7c00;
}
.conversation-ttl_b {
  color: #e94a5e;
}
.conversation-ttl_c {
  color: #00a4e3;
}
.conversation-ttl_d {
  color: #90c31f;
}
.conversation-txt {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------
比較表
------------------------------------------------*/
.compare {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.compare__title {
  position: relative;
  width: 1000px;
  height: 54px;
  line-height: 54px;
  font-weight: bold;
  background: #928888;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.txt-attention {
  width: 1000px;
  margin: 15px auto 10px;
  font-size: 12px;
  text-align: left;
}
.compare-table-wrapper {
  overflow: auto;
  position: relative;
}
.compare-table-swipe {
  opacity: 0;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 30%;
  top: 180px;
  z-index: 5;
}
.compare-table {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.compare-table__ttl {
  background: #928888;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  font-weight: bold;
  border: 1px solid #e1c65b;
}
.compare-table__small {
  display: inline-block;
  font-weight: normal;
  font-size: 11px;
}
.compare-table__ttl:nth-child(1) {
  width: 10%;
  border-left: none;
}
.compare-table__ttl:nth-child(2) {
  width: 17%;
}
.compare-table__ttl:nth-child(3) {
  width: 10%;
}
.compare-table__ttl:nth-child(4) {
  width: 13%;
}
.compare-table__ttl:nth-child(5) {
  width: 8%;
}
.compare-table__ttl:nth-child(6) {
  width: 10%;
}
.compare-table__ttl:nth-child(7) {
  /* width: 10%; */
}
.compare-table__ttl:nth-child(8) {
  /* width: 10%; */
}
.compare-table__name {
  background: #928888;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  border: 1px solid #e1c65b;
  border-left: none;
}
.compare-table__name-link {
  text-decoration: none;
  display: block;
  padding: 10px;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease;
}
.compare-table--fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
.compare-table__item {
  min-width: 87px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border: 1px solid #dad3c6;
}
.compare-table__item:first-of-type {
  width: 190px;
}
.compare-table__in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 10px 5px;
  text-decoration: none;
}
.compare-table__in--ok {
  background: url(../img/compare/ico_ok.png) no-repeat center 10px / 22px 22px;
  padding-top: 40px;
}
.compare-table__in--ng {
  background: url(../img/compare/ico_ng.png) no-repeat center 10px / 22px 22px;
  padding-top: 40px;
}
.compare-table__in--triangle {
  background: url(../img/compare/ico_triangle.png) no-repeat center 10px / 22px 22px;
  padding-top: 40px;
}
.compaire-table__txt {
  text-align: center;
}
.compaire-table__icon {
  display: block;
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  a.compare-table__in:hover {
    opacity: 0.6;
  }
}

.compare-table__image {
  width: 45px;
  /* margin-right: 8px; */
}
.compare-table-info {
  width: 100px;
  text-align: left;
  margin-top: 3px;
}
.compare-table-info__official {
  background: #e1c65b;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 15px 5px 5px;
  position: relative;
  margin-top: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
.compare-table-info__official::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: background 0.15s ease, color 0.15s ease;
}
.compare-table-info__company {
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #909090;
  /* text-align: left; */
  font-weight: normal;
}
.compare-table__small {
  font-size: 10px;
}
.compare-btn {
  text-align: center;
  padding: 20px 0 0;
}
.compare-btn__txt {
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
}
.compare-btn__link {
  display: inline-block;
  width: 400px;
  height: 60px;
  border-radius: calc(infinity * 1px);
  line-height: 58px;
  border: 1px solid #e1c65b;
  background: #e1c65b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease;
}
.compare-btn__link::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: border 0.25s ease;
}
.compare-btn__link--tab::after {
  content: '';
  background: url(../img/svg/ico_tab.svg) center center / contain no-repeat;
  width: 12px;
  height: 12px;
  border: none;
  transform: rotate(0);
  transition: background 0.25s ease;
}
@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  .compare-btn__link:hover {
    background: #fff;
    color: #e1c65b;
  }
  .compare-btn__link:hover::after {
    border-color: #e1c65b;
  }
  .compare-btn__link--tab:hover::after {
    background: url(../img/svg/ico_tab_gold.svg) center center / contain no-repeat;
  }
  .compare-table__name-link:hover {
    background: #888;
    cursor: pointer;
  }
  .compare-table__name-link:hover .compare-table-info__official {
    background: #fff;
    color: #e1c65b;
  }
  .compare-table__name-link:hover .compare-table-info__official::after {
    border-top: solid 2px #e1c65b;
    border-right: solid 2px #e1c65b;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  /* ---------------------------------------------------------------- SP Style ---- */
  html,
  body {
    font-size: 13px;
  }
  body.fixed {
    overflow: hidden;
    position: fixed;
  }
  /* ---------------------------------------------------------------- header ---- */
  #header {
    position: fixed;
    min-height: 50px;
    text-align: left;
    width: 100%;
    top: 0;
    left: 0;
    /*overflow: hidden;*/
    z-index: 10;
  }
  .header__in {
    width: 100%;
    padding: 0;
    min-width: 0;
    max-width: none;
  }
  .header-logo {
    margin-left: 4.6875vw;
    gap: 17px;
  }
  .header-logo__link {
    width: 120px;
  }
  .header-logo {
    font-size: 10px;
  }

  .gnav-sp__btn {
    width: 45px;
    height: 50px;
    position: relative;
    background: #3b3b3b;
    color: #fff;
    float: right;
  }
  .gnav-sp__btn span {
    display: block;
    height: 3px;
    width: 20px;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    transition: all 0.25s ease;
  }
  .gnav-sp__btn span::before,
  .gnav-sp__btn span::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    transition: all 0.25s ease;
    transform-origin: left center;
  }
  .gnav-sp__btn span::before {
    top: -8px;
  }
  .gnav-sp__btn span::after {
    bottom: -8px;
  }
  .gnav-sp__btn--active span {
    background: transparent;
  }
  .gnav-sp__btn--active span::before {
    top: -7px;
    transform: rotate(45deg);
  }
  .gnav-sp__btn--active span::after {
    bottom: -7px;
    transform: rotate(-45deg);
  }
  .gnav-sp {
    width: 100%;
    height: 0;
    visibility: hidden;
    background: #fff;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 45px;
    transition: all 0.25s ease;
    padding-bottom: 100px;
  }
  .gnav-sp__btn--active + .gnav-sp {
    visibility: visible;
    height: 100vh;
    padding-bottom: 150px;
  }

  .header-search {
    width: 90.625vw;
    height: 40px;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    overflow: hidden;
    line-height: 38px;
    margin: 15px auto 0;
  }
  .header-search input.header-search__input {
    height: 38px;
    padding: 0 10px;
    width: 85%;
    float: left;
    font-size: 16px;
  }
  .header-search input.header-search__button {
    width: 15%;
    height: 38px;
    float: left;
    background: transparent url(../img/lupe.svg) no-repeat center / 20px;
  }
  .gnav-sp__title {
    font-size: 13px;
    font-weight: bold;
    color: #e1c65b;
    line-height: 20px;
    padding: 20px 24px 6px;
  }
  .gnav-sp-list {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav-sp-list__item {
    width: 50%;
    float: left;
    font-size: 12px;
    height: 44px;
    line-height: 20px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .gnav-sp-list__item a {
    text-decoration: none;
    display: block;
    padding: 11px 0 11px 24px;
  }
  .gnav-sp-list__item--wide {
    width: 100%;
    border-right: none;
  }
  .gnav-sp-list__item--noborder {
    border-right: none;
  }
  .gnav-sp-accordion {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d2d2d2;
  }
  .gnav-sp-accordion__title {
    width: 100%;
    float: left;
    font-size: 12px;
    height: 44px;
    line-height: 20px;
    border-bottom: 1px solid #d2d2d2;
    padding: 11px 0 11px 24px;
    position: relative;
  }
  .gnav-sp-accordion__title::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: all 0.25s ease;
    position: absolute;
    right: 4.6875vw;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .gnav-sp-accordion__title--active::after {
    transform: rotate(-135deg);
  }
  .gnav-sp-accordion__title + ul {
    display: none;
  }
  .gnav-sp-accordion__item {
    width: 100%;
    float: left;
    font-size: 12px;
    height: 44px;
    line-height: 20px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .gnav-sp-accordion__item:nth-child(2n) {
    border-right: none;
  }
  .gnav-sp-accordion__item a {
    text-decoration: none;
    display: block;
    padding: 11px 0 11px 24px;
  }

  .gnav-sp-list02 {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d2d2d2;
  }
  .gnav-sp-list02__item {
    width: 100%;
    float: left;
    font-size: 12px;
    height: 44px;
    line-height: 20px;
    border-bottom: 1px solid #d2d2d2;
  }
  .gnav-sp-list02__item a {
    text-decoration: none;
    display: block;
    padding: 11px 0 11px 24px;
    position: relative;
  } /*
	.gnav-sp-list02__item a::after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transition: all 0.25s ease;
		position: absolute;
		right: 4.6875vw;
		top: 0;
		bottom: 0;
		margin: auto;
		transform: rotate(-45deg);
	}*/ /*
	.gnav-sp-list02__item a::before,
	.gnav-sp-list02__item a::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		background: #333;
	}
	.gnav-sp-list02__item a::before{
		width: 11px;
		height: 1px;
		right: 14px;
	}
	.gnav-sp-list02__item a::after{
		width: 1px;
		height: 11px;
		right: 19px;
	}*/
  .gnav-sp-list02__item a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #e1c65b;
    border-right: 1px solid #e1c65b;
    margin-top: auto;
    margin-bottom: auto;
  }

  /* ---------------------------------------------------------------- wrapper ---- */
  #wrapper {
    padding-top: 50px;
  }

  #main {
    width: 100%;
    margin-bottom: 35px;
  }

  .side-sns {
    margin-top: 20px;
    overflow: hidden;
  }
  .side-sns__item {
    width: 48.214285%;
    height: 35px;
  }
  .side-sns__item a {
    line-height: 35px;
  }
  .side-sns__item--facebook a svg {
    width: 8px;
    height: 18.5px;
  }
  .side-sns__item--x a svg {
    width: 18.5px;
    height: 18.5px;
  }

  #content {
    float: none;
    width: 100%;
  }

  /* ---------------------------------------------------------------- article ---- */
  .article {
    width: calc(100% - 30px);
    margin: 0 auto 10px;
    height: 45vw;
    overflow: hidden;
  }
  .article__link {
    padding: 0 12px 8px;
  }
  .article__link::after {
    height: 75px;
  }
  .article__cate {
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    font-size: 10px;
  }
  .article__date {
    font-size: 10px;
    line-height: 15px;
  }
  .article__keyword {
    font-size: 13px;
    line-height: 17px;
  }
  .article__title {
    font-size: 12px;
    line-height: 15px;
    margin-top: 0;
  }

  #side {
    float: none;
    width: 90.625vw;
    margin: 60px auto 0;
  }

  .side-link {
    width: 100%;
    margin-bottom: 20px;
  }
  .side-link__title {
    background: #f993aa;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .slide-link-list__title {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #e1c65b;
    line-height: 20px;
    padding: 15px 15px 6px 30px;
    position: relative;
  }
  .slide-link-list__title::after {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-top: 8px solid #e1c65b;
    position: absolute;
    left: 14px;
    bottom: 7px;
  }
  .slide-link-list__title:first-child {
    padding-top: 6px;
  }
  .side-link-list__item {
    width: 50%;
  }
  .side-link-list__item a {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    padding-left: 25px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    position: relative;
    text-decoration: none;
    line-height: 1.3;
  }
  .side-link-list--dl .side-link-list__item a {
    padding: 12px 15px;
  }
  .side-link-list__item a::before {
  }
  .side-link-list > .side-link-list__item {
    width: 100%;
  }
  .side-pickup__item:first-child .side-pickup__img {
    height: auto;
    padding-top: 55.5555%;
  }
  .h01 {
    font-size: 17px;
    line-height: 40px;
    width: 90.625vw;
    margin-right: auto;
    margin-left: auto;
  }

  .h02 {
    margin-bottom: 20px;
  }
  .h02::before,
  .h02::after {
    width: 32.5px;
    height: 8.5px;
    vertical-align: middle;
    margin: 0 7px;
  }

  .breadcrumbs {
    width: 90.625vw;
    font-size: 11px;
    line-height: 11px;
    padding: 10px 0;
  }

  .category-ttl-txt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .pagination {
    margin: 35px auto 0;
    overflow: hidden;
    position: relative;
    width: 90.625vw;
  }
  .pagination-list {
    display: inline-block;
  }
  .pagination__item {
    display: inline-block;
    width: 31.034482%;
    height: 30px;
    margin: 0;
  }
  .pagination__item--prev,
  .pagination__item--next {
    width: 31.034482%;
    height: 30px;
    background: #f96c88;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  .pagination__item--prev {
    float: left;
  }
  .pagination__item--next {
    float: right;
  }
  .pagination__item--prev::after {
    content: 'BACK';
    position: static;
    top: 0;
    left: 0;
    display: inline-block;
    border: none;
    transform: rotate(0deg);
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .pagination__item--next::after {
    content: 'NEXT';
    position: static;
    top: 0;
    left: 0;
    display: inline-block;
    border: none;
    transform: rotate(0deg);
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .pagenation__item--num {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -18.96552%;
    width: 37.93104%;
    height: 30px;
    background: #e1c65b;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
  }

  /* ---------------------------------------------------------------- footer ---- */
  .pagetop {
    width: 40px;
    height: 40px;
    right: 4.6875vw;
    top: -20px;
  }
  .pagetop::before {
    width: 13px;
    height: 13px;
    top: 8px;
  }
  #footer {
    padding: 30px 0 0 0;
  }
  .footer__inner {
    width: 100%;
  }
  .footer-logo {
    width: 163px;
  }
  .footer-list {
    width: auto;
    margin: 15px 4.687vw 0;
    font-size: 12px;
    line-height: 22px;
  }
  .footer-list__title {
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 4px;
  }
  .footer-list__content {
    margin-right: 20px;
  }
  .footer-text {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    width: auto;
    margin: 20px 4.687vw 20px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom__inner {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer-copy {
    text-align: center;
    float: none;
    font-size: 10px;
    line-height: 10px;
  }
  .footer-btn {
    float: none;
    text-align: center;
    font-size: 0;
    margin: 0 0 10px 0;
  }
  .footer-btn__item {
    display: inline-block;
    margin: 0 10px;
  }
  .footer-btn__item a {
    display: block;
    font-size: 11px;
    padding: 0 15px;
    background: #fff;
  }

  .detail-wrapper {
    padding: 15px 4.6875vw;
    margin-bottom: 20px;
  }
  .post-date {
    float: none;
    margin-bottom: 5px;
  }
  .post__thumb {
  }
  .post-sns {
    overflow: hidden;
    height: 28px;
    font-size: 0;
    margin-bottom: 20px;
    float: none;
  }
  .post-sns__area {
    margin: 0;
  }
  .post__title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 27px;
  }
  .post-sns__item {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    margin-right: 7px;
  }
  .post-sns__item--x {
    width: 50px;
    height: 28px;
  }
  .post-sns__item--x a {
    width: 50px;
    height: 28px;
  }
  .post-sns__item--x a svg {
    width: 10px;
    height: 10px;
  }
  .post-sns__item--line {
    width: 50px;
    height: 28px;
  }
  .post-sns__item--line a {
    display: block;
    width: 50px;
    height: 28px;
    background: #24a635;
    text-align: center;
    border-radius: 5px;
  }
  .post-sns__item--line a svg {
    width: 17.5px;
    height: 6.5px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
  }

  .post-sns-bottom {
    border-top: 1px solid #eee;
    padding: 15px 2px;
  }
  .post-sns-bottom__item--fbshare a svg {
    display: block;
    width: 15px;
    height: 28px;
    margin: 8px auto 5px;
    fill: #fff;
  }
  .post__content blockquote {
    margin: 15px 20px;
    padding: 15px 30px 15px 30px;
  }
  .post__content blockquote::before,
  .post__content blockquote::after {
    font-size: 30px;
  }
  .post__content blockquote::before {
    left: 10px;
  }
  .post__content blockquote::after {
    right: 10px;
  }

  /* ---------------------------------------------------------------------------------------------------------------- post__content ---- */
  .post__content {
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 30px;
  }
  .post__content h2 {
    font-size: 18px;
    line-height: 27px;
    padding: 5px 11px 5px 11px;
  }
  .post__content h3 {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    padding: 5px 11px 5px 11px;
    border-left: 4px solid #e1c65b;
  }
  .post__content h4 {
    font-size: 16px;
    line-height: 25px;
    padding: 4px 10px;
  }
  .post__content h5 {
    font-size: 14px;
    line-height: 23px;
    border-left: 4px solid #e1c65b;
    padding: 1px 6px;
  }
  .post__content ul,
  .post__content ol {
    width: 100%;
    padding: 11.5px 15px;
  }
  .post__content ul li {
    background: transparent url(../../img/detail/ico_list.png) no-repeat left 4px / 20px 18px;
    padding: 3px 0 3px 32px;
  }
  .post__content ol {
    list-style-type: decimal;
    padding-left: 32px;
  }
  .post__content ol li {
    padding: 3px 0 3px 0;
  }
  .post__content em {
    font-style: italic !important;
  }
  .post__content hr {
    display: block;
  }
  .post__content strong {
    font-weight: bold;
  }

  .post__content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .post__content .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
  }

  .post__content .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
  }

  .content-box {
    padding: 23px 4.6875vw 25px;
    margin-bottom: 20px;
  }

  .post-article-pickup {
    width: 42.1875vw;
    float: left;
    margin: 0;
  }
  .post-article-pickup:nth-child(2n-1) {
    clear: both;
  }
  .post-article-pickup:nth-child(2n) {
    width: 42.1875vw;
    float: right;
  }
  .post-article-pickup__title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .post-article-pickup__image {
    width: 100%;
    height: auto;
    padding-top: 55.555%;
  }
  .post-article-popular__wrapp {
    overflow: hidden;
  }
  .post-article-popular {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .post-article-popular__image {
    width: 110px;
    height: 60px;
    margin-right: 10px;
  }
  .post-article-popular__title {
    font-size: 14px;
    line-height: 19px;
  }

  /* .post-rank */
  .post-rank {
    border: none;
    margin-bottom: 30px;
  }
  .post-rank__ttl {
    font-size: 14px;
    padding: 14px 0px;
  }
  .post-rank__wrp {
    padding: 20px 0px;
  }
  .post-rank-item__head {
    width: calc(100% - 110px);
  }
  .post-rank-item__product {
    font-size: 16px;
    line-height: 130%;
  }
  .post-rank-item__ttl {
    font-size: 16px;
    margin-top: 10px;
  }
  .post-rank-item__img {
    width: 100px;
  }
  .post-rank-item__txt {
    margin-bottom: 20px;
  }
  .post-rank-item__btn {
    width: 100%;
  }
  .post-rank-item__link {
    width: 49%;
    padding: 9px 0 10px;
    font-size: 12px;
    text-align: center;
  }
  .post-rank-item__link:before {
    right: 8px;
    font-size: 11px;
  }

  .post-bannerarea {
    padding: 15px 0 15px;
  }
  .post-bannerarea__item {
    width: 100%;
  }
  .post__content .lcl-tree {
    border: 1px solid #ddd;
    padding: 15px;
  }
  .post__content p.lcl-tree__title {
    font-size: 16px;
    padding: 0;
  }
  .post__content ol.lcl-tree-list {
    border: 0;
    margin: 0;
    padding: 0;
    counter-reset: count;
  }
  .post__content ol.lcl-tree-list li.lcl-tree-list__item {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 0;
    list-style: none;
  }
  .post__content ol.lcl-tree-list li.lcl-tree-list__item a {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .post__content ol.lcl-tree-list li.lcl-tree-list__item a span {
    width: calc(100% - 1.6em - 5px);
    line-height: 1.6 !important;
  }
  .post__content ol.lcl-tree-list li.lcl-tree-list__item a::before {
    margin-right: 5px;
    margin-top: 0;
  }
  .post__content ol.lcl-tree-list li.lcl-tree-list__item:last-child {
    border-bottom: none;
  }

  /*------------------------------------------------
	比較表
	------------------------------------------------*/
  .compare {
    width: 100%;
    padding: 15px 0 30px;
  }
  .compare__title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .compare__title::before {
    border-left: 12px solid #e1c65b;
    border-bottom: 24px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid #e1c65b;
  }
  .compare__title::after {
    border-right: 12px solid #e1c65b;
    border-top: 24px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 24px solid #e1c65b;
  }
  .txt-attention {
    width: 100%;
    margin-top: 5px;
  }
  /* .compare-table__ttl:nth-child(1) {
    width: 13%;
    border-left: none;
  }
  .compare-table__ttl:nth-child(2) {
    width: 20%;
  }
  .compare-table__ttl:nth-child(3) {
    width: 9%;
  }
  .compare-table__ttl:nth-child(4) {
    width: 15%;
  }
  .compare-table__ttl:nth-child(5) {
    width: 5%;
  }
  .compare-table__ttl:nth-child(6) {
    width: 8%;
  }
  .compare-table__ttl:nth-child(7) {
    width: 15%;
  }
  .compare-table__ttl:nth-child(8) {
    width: 15%;
  } */
  .compare-table-wrapper {
    overflow: auto;
    position: relative;
  }
  .compare-table {
    width: 1000px;
    border-collapse: collapse;
  }
  .compare-table__ttl {
    font-size: 11px;
  }
  .compare-table__name {
    font-size: 11px;
    line-height: 14px;
  }
  .compare-table__name-link {
    padding: 8px;
  }
  .compare-table__item {
    font-size: 10px;
    min-width: 50px;
  }
  .compare-table__item:nth-child(2) .compare-table__in {
    padding-right: 0;
    padding-left: 0;
  }
  .compare-table__item--large {
  }
  .compare-table__in {
    padding: 10px 5px;
  }
  .compare-table__in--ok {
    background: url(../img/compare/ico_ok.png) no-repeat center 10px / 15px 15px;
    padding-top: 30px;
  }
  .compare-table__in--ng {
    background: url(../img/compare/ico_ng.png) no-repeat center 10px / 15px 15px;
    padding-top: 30px;
  }
  .compare-table__in--triangle {
    background: url(../img/compare/ico_triangle.png) no-repeat center 10px / 15px 15px;
    padding-top: 30px;
  }
  .compaire-table__icon {
    width: 20px;
    height: 20px;
  }
  .compare-table__image {
    width: 40px;
  }
  .compare-table-info {
    /* width: 125px; */
    text-align: left;
  }
  .compare-table-info__official {
  }
  .compare-table-info__company {
  }
  .compare-btn {
    text-align: center;
    padding: 10px 0 0;
  }
  .compare-btn__txt {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 6px;
  }
  .compare-btn__link {
    width: 300px;
    font-size: 16px;
  }
  .compare-btn__link::after {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 15px;
  }
  .compare-btn__link--tab::after {
    width: 14px;
    height: 14px;
    right: 20px;
    border: none;
  }
}

/* ---------------------------------------------------------------- Retina ---- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
}

/* ---------------------------------------------------------------- SP Retina ---- */
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen (min-resolution: 144dpi) {
}

/* ---------------------------------------------------------------- PC Retina ---- */
@media only print,
  screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen (min-resolution: 144dpi) {
}
