@charset "utf-8";

/*  base  */
/*---------------------------------------------
 base margin
---------------------------------------------*/
.mt0 { margin-top: 0px !important; }.mt5 { margin-top: 5px !important; }.mt10 { margin-top: 10px !important; }.mt15 { margin-top: 15px !important; }.mt20 { margin-top: 20px !important; }.mt25 { margin-top: 25px !important; }.mt30 { margin-top: 30px !important; }.mt35 { margin-top: 35px !important; }.mt40 { margin-top: 40px !important; }.mt50 { margin-top: 50px !important; }.mt55 { margin-top: 54px !important; }.mt60 { margin-top: 60px !important; }

.ml0 { margin-left: 0px !important; }.ml5 { margin-left: 5px !important; }.ml10 { margin-left: 10px !important; }.ml15 { margin-left: 15px !important; }.ml20 { margin-left: 20px !important; }.ml25 { margin-left: 25px !important; }.ml30 { margin-left: 30px !important; }.ml35 { margin-left: 35px !important; }.ml40 { margin-left: 40px !important; }.ml50 { margin-left: 50px !important; }.ml55 { margin-left: 54px !important; }.ml60 { margin-left: 60px !important; }

.mr0 { margin-right: 0px !important; }.mr5 { margin-right: 5px !important; }.mr10 { margin-right: 10px !important; }.mr15 { margin-right: 15px !important; }.mr20 { margin-right: 20px !important; }.mr25 { margin-right: 25px !important; }.mr30 { margin-right: 30px !important; }.mr35 { margin-right: 35px !important; }.mr40 { margin-right: 40px !important; }.mr50 { margin-right: 50px !important; }.mr55 { margin-right: 54px !important; }.mr60 { margin-right: 60px !important; }

.mb0 { margin-bottom: 0px !important; }.mb5 { margin-bottom: 5px !important; }.mb10 { margin-bottom: 10px !important; }.mb15 { margin-bottom: 15px !important; }.mb20 { margin-bottom: 20px !important; }.mb25 { margin-bottom: 25px !important; }.mb30 { margin-bottom: 30px !important; }.mb35 { margin-bottom: 35px !important; }.mb40 { margin-bottom: 40px !important; }.mb50 { margin-bottom: 50px !important; }.mb55 { margin-bottom: 54px !important; }.mb60 { margin-bottom: 60px !important; }

/*html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
html header,
html footer,
html .sec__eizoshigoto *,
html .breadcrumb__wrap *,
html .page__head * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main img {
  max-width: 100%;
}
main .inner-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
.sec__eizoshigoto {
  margin-top: 70px;
  padding-bottom: 100px;
}

/*  list  */
/*  feature  */
.page__head.feature {
  background: url(../images/bg_feature.jpg) no-repeat center top;
  background-size: cover;
}
.page__head.feature.detail {
  padding: 20px 0;
}
.section-feature {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-family: "Yu Gothic Pr6N", "YuGoPr6N-Regular", "游ゴシック体 Pr6N", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #111;
}
.category-box {
  background-color: #e5e5e5;
  font-size: 15px;
  margin-top: 80px;
  border-radius: 10px;
}
.category-box .category-wrap {
  display: flex;
  padding: 23px;
  line-height: 1.6;
}
.category-box .category-wrap:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}
.category-box .category-wrap .ttl {
  width: 84px;
  font-weight: 700;
}
.category-box .category-list {
  display: flex;
  gap: 10px;
}
.category-box .category-list li {
  background-color: #fff;
  border-radius: 20px;
}
.category-box .category-list a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 14px;
}
.category-box .category-list .select {
  background-color: #222;
}
.category-box .category-list .select > a {
  pointer-events: none;
  color: #fff;
}
.feature-list {
  margin-top: 50px;
}
.feature-list > li {
  display: flex;
  align-items: start;
  border-top: 1px solid #e0e0e0;
  padding: 26px 0;
}
.feature-list > li:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.feature-list > li .txt-wrap {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  min-width: 150px;
}
.feature-list > li .txt-wrap .date {
  font-weight: 700;
}
.feature-list > li .txt-wrap .tag-wrap {
  min-width: 148px;
  display: inline-flex;
  align-items: center;
}
.feature-list > li .txt-wrap .tag {
  background-color: #222;
  color: #fff;
  padding: 0 15px;
  line-height: 20px;
  padding-bottom: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: fit-content;
  text-align: center;
  border-radius: 50px;
  letter-spacing: .05em;
}
.feature-list > li .link-wrap {
  text-decoration: none;
}
.feature-list > li .link-wrap span {
  display: block;
}
.feature-list > li .link-wrap .lead {
  font-weight: 700;
}
.feature-list > li .link-wrap .txt {
  margin-top: 6px;
}
.pager-wrap {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager-wrap .page-btn {
  width: 32px;
  height: 32px;
  background-color: #222;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.pager-wrap .page-btn.end {
  background-color: #d3d3d3;
  pointer-events: none;
}
.pager-wrap .page-btn span {
  position: relative;
  display: inline-block;
  width: 6.8px;
  height: 9.7px;
}
.pager-wrap .prev-btn span::before,
.pager-wrap .prev-btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 0.5px 50%;
}
.pager-wrap .next-btn span::before,
.pager-wrap .next-btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.pager-wrap .prev-btn span::before {
  transform: rotate(45deg);
}
.pager-wrap .prev-btn span::after {
  transform: rotate(-45deg);
}
.pager-wrap .next-btn span::before {
  transform: rotate(45deg);
}
.pager-wrap .next-btn span::after {
  transform: rotate(-45deg);
}
.pager-wrap .page-list {
  padding: 0 32px;
  display: flex;
  align-items: baseline;
  font-family: "Inter", sans-serif;
}
.pager-wrap .page-list li {
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: 300;
}
.pager-wrap .page-list li.select {
  font-size: 26px;
  font-weight: 400;
}
.pager-wrap .page-list li a {
  text-decoration: none;
  color: #222;
}
.pager-wrap .page-list li.select a {
  pointer-events: none;
}
.section-feature .btn-wrap {
  margin: auto;
  text-align: center;
  margin-top: 80px;
}
.back-btn {
  display: inline-flex;
  color: #fff;
  background-color: #000;
  line-height: 1;
  height: 52px;
  border-radius: 10px;
  align-items: center;
  gap: 18px;
  min-width: 340px;
  justify-content: center;
}
.back-btn .prev {
  background: url(../images/icn_arrow.svg);
  background-size: cover;
  width: 22px;
  height: 12px;
}
.back-btn:hover {
  color: #fff;
}


/*  detail  */
/*  special-feature  */
.section-special-feature {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-family: "Yu Gothic Pr6N", "YuGoPr6N-Regular", "游ゴシック体 Pr6N", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #111;
}
.section-special-feature p > a {
  display: inline;
  text-decoration: underline;
  color: #0000ff;
  text-decoration-color: #0000ff;
}
.section-special-feature .img-wrap.mv {
  margin-top: 36px;
}
.section-special-feature .img-wrap.mv > img {
  border-radius: 0;
}
.section-special-feature .img-wrap.mv:has(iframe) {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
}
.section-special-feature .img-wrap.mv > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-special-feature h3 {
  margin-top: 44px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.57142;
}
.section-special-feature h4 {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.57142;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-special-feature h4::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
}
.section-special-feature h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  line-height: 1.57142;
}
.section-special-feature h6 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
  line-height: 1.57142;
}
.section-special-feature .img-wrap > img {
  border-radius: 20px;
}
.section-special-feature .date-wrap {
  display: flex;
  align-items: center;
  margin-top: 36px;
  gap: 20px;
}
.section-special-feature .date-wrap .date {
  font-weight: 700;
}
.section-special-feature .date-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
}
.section-special-feature .date-wrap .tag {
  font-size: 15px;
  color: #fefefe;
  padding: 0 11px;
  line-height: 26px;
  padding-bottom: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  text-align: center;
  border-radius: 50px;
  background-color: #222;
}
.section-special-feature .lead {
  margin-top: 60px;
}
.section-special-feature .inquiry-btn {
  background-color: #FFD100;
  border-radius: 50px;
  line-height: 1;
  padding: 18px 16px;
  width: 266px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  box-shadow: 3px 3px 0px 1px #b3aeaa;
  display: inline-flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.section-special-feature .inquiry-btn .next {
  background: url(../images/icn_arrow_bk.svg);
  background-size: cover;
  width: 22px;
  height: 12px;
}
.section-special-feature .inquiry-btn:hover {
  transform: translateY(3px);
  box-shadow: none;
  background-color: #ffdb3e;
}
.section-special-feature .media-list .cap {
  line-height: 1.66666666;
  font-size: 12px;
  margin-top: 10px;
}
.section-special-feature .media-list.col1 {
  margin-top: 38px;
}
.section-special-feature .media-list.col1 .txt-wrap {
  margin-top: 30px;
}
.section-special-feature .media-list.col1 .btn-wrap {
  text-align: center;
  margin-top: 24px;
}
.section-special-feature .media-list.col2 li {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.section-special-feature .media-list.col2 li > * {
  width: 50%;
}
.section-special-feature .media-list.col2 li:nth-child(even) {
  flex-direction: row-reverse;
}
.section-special-feature .media-list.col2 .txt-wrap {
  margin-top: -8px;
}
.section-special-feature .media-list.col2 .btn-wrap {
  margin-top: 24px;
}
.section-special-feature .media-list.col2.min li > * {
  width: unset;
}
.section-special-feature .media-list.col2.min .img-wrap {
  min-width: 306px;
}
.section-special-feature .media-list.col3 {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.section-special-feature .media-list.col3 > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 18px;
}
.section-special-feature .media-list.col4 {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.section-special-feature .media-list.col4 > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 18px;
}
.section-special-feature .link-wrap {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.section-special-feature .link {
  color: #0000ff;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-special-feature .link.center {
  justify-content: center;
}
.section-special-feature .link::after {
  content: "";
  background: url(../images/icn_link.svg);
  background-size: cover;
  width: 6px;
  height: 10px;
  margin-bottom: -3px;
}
.section-special-feature .link[target="_blank"]::after {
  background: url(../images/icn_blank.svg);
  width: 12px;
  height: 12px;
  background-size: cover;
}
.section-special-feature .link[href$=".pdf"]::after {
  background: url(../images/icn_pdf.svg);
  width: 17px;
  height: 18px;
  margin-bottom: 0;
  background-size: cover;
}
.section-special-feature .bg-gray-box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 64px;
  padding: 48px;
}
.section-special-feature .bg-gray-box .media-list {
  margin-top: 0;
}
.section-special-feature .bg-gray-box .media-list > li {
  margin-top: 0;
}
.section-special-feature .bg-gray-box .media-list h6 {
  margin-top: 0;
}
.section-special-feature .bg-gray-box .media-list.col1 > p {
  margin-top: 20px;
}
.section-special-feature .bg-gray-box .media-list.col2.min .img-wrap {
  min-width: 274px;
}
.section-special-feature .bg-gray-box .media-list.col4 {
  margin-top: 40px;
}
.section-special-feature table {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
}
.section-special-feature table.vertical {
  table-layout: unset;
}
.section-special-feature table, td, th {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.section-special-feature td, th {
  padding: 16px 22px;
}
.section-special-feature th {
  background-color: #7f7f7f;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.section-special-feature table.vertical th {
  text-align: left;
  max-width: 333px;
  min-width: 333px;
}
.section-special-feature .comment-list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.section-special-feature .comment-list > li {
  display: flex;
  align-items: end;
  gap: 66px;
}
.section-special-feature .comment-list .img-wrap {
  max-width: 190px;
  min-width: 190px;
}
.section-special-feature .comment-list .balloon-wrap {
  padding: 22px 32px;
  background-color: #f0e6e1;
  border: 1px solid #111;
  border-radius: 10px;
  position: relative;
}
.section-special-feature .comment-list .balloon-wrap::before {
  content: "";
  background: url(../images/icn_balloon.png);
  background-size: cover;
  width: 43px;
  height: 34px;
  position: absolute;
  left: -43px;
  bottom: 72px;
}
.section-special-feature .comment-list p {
  line-height: 1.6875;
}
.section-special-feature .comment-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.section-special-feature .comment-list > li:nth-child(even) .balloon-wrap::before {
  left: unset;
  right: -43px;
  transform: scale(-1, 1);
}
.section-special-feature .share-wrap {
  margin-top: 70px;
  position: relative;
  font-family: "Inter", sans-serif;
}
.section-special-feature .share-wrap .ttl {
  font-size: 20px;
  font-weight: 600;
}
.section-special-feature .share-wrap .share-list {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.section-special-feature .share-wrap .share-list a {
  cursor: pointer;
  width: 20%;
  display: flex;
  align-items: center;
  height: 58px;
  border: 1px solid #e0e0e0;
  font-weight: 600;
}
.section-special-feature .share-wrap .share-list a .img-wrap {
  margin-top: 0;
  width: 33%;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
  height: 100%;
}
.section-special-feature .share-wrap .share-list a p {
  width: 67%;
  text-align: center;
  background-color: #f7f7f7;
  height: 100%;
  line-height: 58px;
}
.section-special-feature .share-wrap .share-list a.x img {
  width: 24px;
}
.section-special-feature .share-wrap .share-list a.facebook img {
  width: 28px;
}
.section-special-feature .share-wrap .share-list a.hatena img {
  width: 28px;
}
.section-special-feature .share-wrap .share-list a.line img {
  width: 28px;
}
.section-special-feature .share-wrap .share-list a.pocket img {
  width: 28px;
}
.section-special-feature .info-wrap {
  margin-top: 84px;
  border: 1px solid #545454;
  border-radius: 20px;
  text-align: center;
  padding: 50px 84px;
}
.section-special-feature .info-wrap .ttl {
  font-size: 20px;
  font-weight: 700;
}
.section-special-feature .info-wrap .txt {
  margin-top: 16px;
}
.section-special-feature .info-wrap .sub-txt {
  margin-top: 4px;
}
.section-special-feature .info-wrap .inquiry-btn {
  width: 428px;
  padding: 28px 0;
  padding-right: 16px;
  margin-top: 26px;
}
.section-special-feature .info-wrap .inquiry-btn .next {
  margin-left: 70px;
}
.section-special-feature .info-wrap .pdf-btn {
  display: inline-flex;
  color: #fff;
  background-color: #000;
  line-height: 1;
  height: 52px;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  min-width: 294px;
  justify-content: center;
}
.section-special-feature .info-wrap .pdf-btn::after {
  content: "";
  background: url(../images/icn_pdf_wh.svg);
  background-size: cover;
  width: 17px;
  height: 18px;
}
.section-special-feature .info-wrap .btn-wrap.pdf {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}
.section-special-feature .info-wrap .img-wrap {
  max-width: 150px;
  margin: 16px auto auto;
}
.section-special-feature .map-wrap {
  margin-top: 64px;
}
.section-special-feature .map-wrap iframe {
  width: 100%;
  height: 400px;
}
.inquiry-wrap {
  background-color: #f2e5e0;
  text-align: center;
  margin-top: 100px;
  padding: 60px 0;
}
.inquiry-wrap .ttl {
  font-size: 28px;
  font-weight: 700;
}
.inquiry-wrap .txt {
  margin-top: 16px;
}
.inquiry-wrap .sub-txt {
  margin-top: 4px;
}
.inquiry-wrap .inquiry-btn {
  width: 428px;
  padding: 28px 0;
  padding-right: 16px;
  margin-top: 26px;
}
.inquiry-wrap .inquiry-btn .next {
  margin-left: 70px;
}
.inquiry-wrap .pdf-btn {
  display: inline-flex;
  color: #fff;
  background-color: #000;
  line-height: 1;
  height: 52px;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  min-width: 294px;
  justify-content: center;
}
.inquiry-wrap .pdf-btn::after {
  content: "";
  background: url(../images/icn_pdf_wh.svg);
  background-size: cover;
  width: 17px;
  height: 18px;
}
.inquiry-wrap .btn-wrap.pdf {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d9ceca;
}
.inquiry-wrap .img-wrap {
  max-width: 150px;
  margin: 16px auto auto;
}
.section-special-feature .end-wrap {
  text-align: center;
  margin-top: 80px;
}
.section-special-feature .end-wrap .link {
  justify-content: center;
}
.section-special-feature .end-wrap .btn-wrap {
  margin-top: 30px;
}


.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature
.section-special-feature {

}

/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px){
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  main a:hover {
    opacity: .7;
  }
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 980px){
  /*  base  */
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }

  /*---------------------------------------------
  base margin
  ---------------------------------------------*/
  .sp-mt0 { margin-top: 0px !important; }.sp-mt5 { margin-top: 5px !important; }.sp-mt10 { margin-top: 10px !important; }.sp-mt15 { margin-top: 15px !important; }.sp-mt20 { margin-top: 20px !important; }.sp-mt25 { margin-top: 25px !important; }.sp-mt30 { margin-top: 30px !important; }.sp-mt35 { margin-top: 35px !important; }.sp-mt40 { margin-top: 40px !important; }.sp-mt50 { margin-top: 50px !important; }.sp-mt55 { margin-top: 54px !important; }.sp-mt60 { margin-top: 60px !important; }

  .sp-ml0 { margin-left: 0px !important; }.sp-ml5 { margin-left: 5px !important; }.sp-ml10 { margin-left: 10px !important; }.sp-ml15 { margin-left: 15px !important; }.sp-ml20 { margin-left: 20px !important; }.sp-ml25 { margin-left: 25px !important; }.sp-ml30 { margin-left: 30px !important; }.sp-ml35 { margin-left: 35px !important; }.sp-ml40 { margin-left: 40px !important; }.sp-ml50 { margin-left: 50px !important; }.sp-ml55 { margin-left: 54px !important; }.sp-ml60 { margin-left: 60px !important; }

  .sp-mr0 { margin-right: 0px !important; }.sp-mr5 { margin-right: 5px !important; }.sp-mr10 { margin-right: 10px !important; }.sp-mr15 { margin-right: 15px !important; }.sp-mr20 { margin-right: 20px !important; }.sp-mr25 { margin-right: 25px !important; }.sp-mr30 { margin-right: 30px !important; }.sp-mr35 { margin-right: 35px !important; }.sp-mr40 { margin-right: 40px !important; }.sp-mr50 { margin-right: 50px !important; }.sp-mr55 { margin-right: 54px !important; }.sp-mr60 { margin-right: 60px !important; }

  .sp-mb0 { margin-bottom: 0px !important; }.sp-mb5 { margin-bottom: 5px !important; }.sp-mb10 { margin-bottom: 10px !important; }.sp-mb15 { margin-bottom: 15px !important; }.sp-mb20 { margin-bottom: 20px !important; }.sp-mb25 { margin-bottom: 25px !important; }.sp-mb30 { margin-bottom: 30px !important; }.sp-mb35 { margin-bottom: 35px !important; }.sp-mb40 { margin-bottom: 40px !important; }.sp-mb50 { margin-bottom: 50px !important; }.sp-mb55 { margin-bottom: 54px !important; }.sp-mb60 { margin-bottom: 60px !important; }

  main {
    font-size: 14px;
  }
  main img {
    max-width: 100%;
  }
  main .img-wrap {
    max-width: 100%;
  }
  main .inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*  list  */
  /*  feature  */
  .section-feature {
    font-size: 12px;
  }
  .category-box {
    font-size: 12px;
    margin-top: 40px;
  }
  .category-box .category-wrap {
    padding: 10px 16px 16px;
    flex-direction: column;
    gap: 6px;
  }
  .category-box .category-list {
    flex-wrap: wrap;
  }
  .category-box .category-wrap .ttl {
    width: unset;
  }
  .feature-list {
    margin-top: 30px;
  }
  .feature-list > li {
    padding: 24px 0;
    gap: 8px;
    flex-direction: column;
  }
  .feature-list > li .txt-wrap .date {
    width: unset;
  }
  .feature-list > li .txt-wrap .tag {
    font-size: 10px;
    line-height: 18px;
  }
  .feature-list > li .link-wrap .txt {
    margin-top: 2px;
  }
  .feature-list > li .txt-wrap {
    gap: 8px;
    flex-direction: row;
  }
  .feature-list > li .link-wrap {
    line-height: 1.75;
  }
  .pager-wrap {
    margin-top: 48px;
  }
  .pager-wrap .page-list li.select {
    font-size: 18px;
  }
  .section-feature .btn-wrap {
    margin-top: 60px;
  }
  .sec__eizoshigoto.content__wrap {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .back-btn {
    min-width: unset;
    width: 100%;
    max-width: 340px;
    font-size: 14px;
  }

  /*  detail  */
  /*  special-feature  */
  .section-special-feature .media-list.col2 li {
    flex-direction: column;
  }
  .section-special-feature .media-list.col2 li:nth-child(even) {
    flex-direction: column;
    margin-top: 40px;
  }
  .section-special-feature .media-list.col2 li > * {
    width: 100%;
  }
  .section-special-feature .media-list.col1 .txt-wrap {
    margin-top: 20px;
  }
  .section-special-feature .media-list.col2 li {
    gap: 20px;
  }
  .section-special-feature .media-list.col2 .txt-wrap {
    margin-top: 0;
  }
  .section-special-feature .media-list.col2 .btn-wrap {
    text-align: center;
  }
  .section-special-feature .media-list.col3 {
    margin-top: 80px;
    grid-template-columns: repeat(1, 1fr);
  }
  .section-special-feature .media-list.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .section-special-feature .bg-gray-box {
    padding: 20px 20px 24px;
  }
  .section-special-feature .bg-gray-box .media-list.col3 {
    margin-top: 0;
  }
  .section-special-feature table.vertical th {
    max-width: unset;
    min-width: unset;
    width: 33%;
    padding: 10px;
  }
  .section-special-feature table.vertical td {
    padding: 10px;
  }
  .section-special-feature table th,
  .section-special-feature table td {
    padding: 10px;
  }
  .section-special-feature .comment-list > li {
    flex-direction: column-reverse;
  }
  .section-special-feature .comment-list > li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .section-special-feature .comment-list > li:nth-child(even) .img-wrap {
    margin: auto;
    margin-left: 0;
  }
  .section-special-feature .comment-list .balloon-wrap::before {
    left: unset;
    bottom: -31px;
    right: 10%;
    transform: rotate(270deg);
    width: 35px;
    height: 28px;
  }
  .section-special-feature .comment-list > li:nth-child(even) .balloon-wrap::before {
    right: unset;
    bottom: -31px;
    left: 10%;
    transform: rotate(270deg) scale(1, -1);
    width: 35px;
    height: 28px;
  }
  .section-special-feature .comment-list > li {
    gap: 46px;
  }
  .section-special-feature .comment-list {
    gap: 30px;
  }
  .section-special-feature .comment-list .img-wrap {
    max-width: 28%;
    min-width: 28%;
  }
  .section-special-feature .comment-list .balloon-wrap {
    padding: 16px 24px;
  }
  .section-special-feature .info-wrap {
    padding: 20px;
  }
  .section-special-feature .info-wrap .inquiry-btn {
    max-width: 290px;
    padding: 18px 0;
  }
  .section-special-feature .info-wrap .inquiry-btn .next {
    margin-left: 0px;
    margin-right: 18px;
  }
  .inquiry-wrap {
    padding: 30px 0;
    margin-top: 80px;
  }
  .inquiry-wrap .inquiry-btn {
    max-width: 290px;
    padding: 18px 0;
  }
  .inquiry-wrap .btn-wrap.pdf {
    margin-top: 30px;
    padding-top: 30px;
  }
  .inquiry-wrap .inquiry-btn .next {
    margin-left: 0px;
    margin-right: 18px;
  }
  .section-special-feature .info-wrap .btn-wrap.pdf {
    margin-top: 20px;
    padding-top: 20px;
  }
  .section-special-feature .share-wrap {
    margin: 50px auto;
    padding: 12px 0px 20px;
  }
  .section-special-feature .share-wrap .share-list {
    margin-top: 10px;
    flex-direction: column;
    gap: 20px;
  }
  .section-special-feature .share-wrap .share-list a {
    width: 100%;
    max-width: 310px;
    margin: auto;
  }
}