@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
@function rem($size) {
  @return $size / 10 + rem;
}
*/
/*
@function rems($size) {
  @return ($size / 375) * 100vw;
}
*/
@media screen and (max-width: 768px) {
  .page-inner {
    padding: 0 0.75rem;
  }
}

.side-bar {
  width: 13.125rem;
}
.side-bar-free {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media screen and (max-width: 768px) {
  .side-bar-free {
    display: none;
  }
}
.side-bar-free .side-box h2 {
  padding: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5714285714;
  color: #fff;
  font-weight: 700;
  background: #013193;
  border-radius: 0.625rem 0.625rem 0 0;
}
.side-bar-free .side-box .side-contents {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  border: 1px solid #d4d4d4;
  padding: 1rem 0;
}
.side-bar-free .side-box .side-ctg-list > li {
  border-bottom: 1px solid #d4d4d4;
}
.side-bar-free .side-box .side-ctg-list > li > a {
  display: block;
  padding: 0.75rem 1.25rem 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left: 0.6875rem;
}
.side-bar-free .side-box .side-ctg-list > li > a:after, .side-bar-free .side-box .side-ctg-list > li > a:before {
  content: "";
  position: absolute;
  background: #000;
  transition: all 0.3s;
}
.side-bar-free .side-box .side-ctg-list > li > a:after {
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 2px;
}
.side-bar-free .side-box .side-ctg-list > li > a:before {
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.625rem;
}
.side-bar-free .side-box .side-ctg-list > li.is-active > a:before {
  transform: translateY(-50%) rotate(90deg) scale(0);
  opacity: 0;
}
.side-bar-free .side-box .side-ctg-list > li .sub-list {
  display: none;
  padding-bottom: 1.5rem;
  padding-left: 0.6875rem;
}
.side-bar-free .side-box .side-ctg-list > li .sub-list li {
  margin-top: 0.5rem;
}
.side-bar-free .side-box .side-ctg-list > li .sub-list li:not(:first-child) {
  margin-top: 1rem;
}
.side-bar-free .side-box .side-ctg-list > li .sub-list li a {
  display: block;
  font-size: 0.8125rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.side-bar-free .side-box .side-ctg-list > li .sub-list li a:hover {
  text-decoration: underline;
}
.side-bar-free .side-box .side-list {
  padding-left: 0.6875rem;
}
.side-bar-free .side-box .side-list li {
  margin-top: 1rem;
}
.side-bar-free .side-box .side-list li a {
  display: block;
  font-size: 0.8125rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.side-bar-free .side-box .side-list li a:hover {
  text-decoration: underline;
}
.side-bar-free .side-box .side-menu {
  padding-left: 0.6875rem;
}
.side-bar-free .side-box .side-menu li:not(:first-child) {
  margin-top: 1rem;
}
.side-bar-free .side-box .side-menu li a {
  display: block;
  font-size: 0.8125rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.side-bar-free .side-box .side-menu li a:hover {
  text-decoration: underline;
}

.page-mv {
  padding: 1.5rem 1.25rem 1rem 2.1875rem;
  margin-bottom: 4rem;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .page-mv {
    padding: 2.4166666667vw 1.6666666667vw 1.4166666667vw 2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv {
    padding: 0.75rem 0.625rem 0.625rem;
    margin-bottom: 3.125rem;
  }
}
.page-mv .txt-area {
  max-width: 26.875rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page-mv .txt-area {
    max-width: 35.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .txt-area {
    max-width: 14.84375rem;
  }
}
.page-mv .page-ttl {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .page-mv .page-ttl {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .page-ttl {
    margin-bottom: 0.5rem;
  }
}
.page-mv .page-ttl .en {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #013193;
  min-width: 9.0625rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.125rem;
  border-radius: 3.125rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .page-mv .page-ttl .en {
    font-size: 1vw;
    min-width: 12.0833333333vw;
    padding: 0.3333333333vw 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .page-ttl .en {
    display: none;
  }
}
.page-mv .page-ttl .jp {
  font-size: 2.4375rem;
  line-height: 1.2138461538;
  font-weight: 900;
  margin-top: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .page-mv .page-ttl .jp {
    font-size: 3.25vw;
    margin-top: 0.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .page-ttl .jp {
    font-size: 1.34125rem;
    line-height: 1.2385496183;
    margin-top: 0.5rem;
  }
}
.page-mv .mv-txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-txt {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.page-mv .mv-txt span {
  color: #013193;
}
.page-mv .mv-bottom {
  display: flex;
  gap: 0.6875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom {
    gap: 0.9166666667vw;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom {
    margin-top: 3.25rem;
  }
}
.page-mv .mv-bottom .mv-contact {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom .mv-contact {
    padding: 1.3333333333vw 2vw;
    width: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom .mv-contact {
    width: 12.3909375rem;
  }
}
.page-mv .mv-bottom .mv-contact .txt {
  background: #d3111f;
  color: #fff;
  font-size: 1.086875rem;
  font-weight: 700;
  border-radius: 3.125rem;
  padding: 0.375rem 1.5rem;
  line-height: 1;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom .mv-contact .txt {
    font-size: 1.4491666667vw;
    padding: 0.5vw 2vw;
    margin-bottom: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom .mv-contact .txt {
    font-size: 0.513125rem;
    padding: 0.28125rem 0;
    margin-bottom: 0.44125rem;
  }
}
.page-mv .mv-bottom .mv-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #013193;
  font-size: 2.665625rem;
  font-weight: 700;
  line-height: 1;
  font-family: "LINE Seed JP", sans-serif;
  text-decoration: none;
  margin-bottom: 0.5rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom .mv-contact a {
    font-size: 3.5541666667vw;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom .mv-contact a {
    font-size: 1.258125rem;
    margin-bottom: 0.2353125rem;
  }
}
.page-mv .mv-bottom .mv-contact a:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1.625rem;
  background: url("../images/common/icon-dial.svg") no-repeat center/contain;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom .mv-contact a:before {
    width: 3.3333333333vw;
    height: 2.1666666667vw;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom .mv-contact a:before {
    width: 1.1875rem;
    height: 0.78125rem;
    margin-right: 0.25rem;
  }
}
.page-mv .mv-bottom .mv-contact .note {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #013193;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom .mv-contact .note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom .mv-contact .note {
    font-size: 0.4425rem;
  }
}
.page-mv .mv-bottom .mv-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom .mv-list {
    gap: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom .mv-list {
    gap: 0.25rem;
  }
}
.page-mv .mv-bottom .mv-list li {
  background: #faf8f2;
  border: 1px solid #e1dec8;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.75rem;
  padding: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .page-mv .mv-bottom .mv-list li {
    font-size: 1.3333333333vw;
    min-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .page-mv .mv-bottom .mv-list li {
    font-size: 0.625rem;
    min-height: 1.875rem;
    padding: 0;
    border-radius: 0.3125rem;
    line-height: 1.2;
  }
}

.caution-area .caution-box {
  max-width: 100%;
  background: #b20404;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box {
    padding: 0.4375rem;
    border-radius: 0.3125rem;
  }
}
.caution-area .caution-box .box-inner {
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.6875rem;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner {
    padding: 0.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner {
    padding: 0.46875rem;
    border-radius: 0.3125rem;
  }
}
.caution-area .caution-box .box-inner .box-in-inner {
  border-radius: 0.625rem;
  border: 1px solid #013193;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner .box-in-inner {
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner .box-in-inner {
    padding: 1.3125rem 0.5rem;
    border-radius: 0.3125rem;
  }
}
.caution-area .caution-box .box-inner .box-in-inner .caution-ttl {
  font-size: 1.75rem;
  font-weight: 900;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-ttl {
    font-size: 2.3333333333vw;
    gap: 0.8333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-ttl {
    font-size: 1.125rem;
    gap: 0.09375rem;
    margin-bottom: 0.75rem;
  }
}
.caution-area .caution-box .box-inner .box-in-inner .caution-ttl:before {
  content: "";
  display: inline-block;
  width: 2.375rem;
  height: 1.9375rem;
  background: url("../images/common/icon-caution.png") no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-ttl:before {
    width: 3.1666666667vw;
    height: 2.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-ttl:before {
    width: 1.1875rem;
    height: 0.96875rem;
  }
}
.caution-area .caution-box .box-inner .box-in-inner .caution-txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-txt {
    font-size: 1.3333333333vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-txt {
    font-size: 0.65625rem;
    line-height: 1.7142857143;
    margin-bottom: 1.21875rem;
  }
}
.caution-area .caution-box .box-inner .box-in-inner .caution-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caution-area .caution-box .box-inner .box-in-inner .caution-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31a924;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1;
  font-family: "LINE Seed JP", sans-serif;
  text-decoration: none;
  margin-bottom: 0.5rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-contact a {
    font-size: 3.4166666667vw;
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-contact a {
    font-size: 1.921875rem;
    margin-bottom: 0.25rem;
  }
}
.caution-area .caution-box .box-inner .box-in-inner .caution-contact a:before {
  content: "";
  display: inline-block;
  width: 3.375rem;
  height: 2.25rem;
  background: url("../images/common/icon-dial.svg") no-repeat center/contain;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-contact a:before {
    width: 4.5vw;
    height: 3vw;
    margin-right: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-contact a:before {
    width: 2.5rem;
    height: 1.6875rem;
    margin-right: 0.3125rem;
  }
}
.caution-area .caution-box .box-inner .box-in-inner .caution-contact .note {
  font-size: 0.875rem;
  font-weight: 500;
  color: #31a924;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-contact .note {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .caution-area .caution-box .box-inner .box-in-inner .caution-contact .note {
    font-size: 0.65625rem;
  }
}

.contents-index h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.0909090909;
  margin-bottom: 1.75rem;
}
.contents-index p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 500;
}

.consultation .c-inner {
  max-width: 100%;
  background: linear-gradient(165deg, #0046b2 0, #002359 100%);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .consultation .c-inner {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .c-inner {
    padding: 0.4375rem;
    border-radius: 0.3125rem;
  }
}
.consultation .box-inner {
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.6875rem;
}
@media screen and (max-width: 1200px) {
  .consultation .box-inner {
    padding: 0.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .box-inner {
    padding: 0.46875rem;
    border-radius: 0.3125rem;
  }
}
.consultation .box-in-inner {
  border-radius: 0.625rem;
  border: 1px solid #013193;
  padding: 1.75rem 1.25rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .consultation .box-in-inner {
    padding: 4vw 1.6666666667vw 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .box-in-inner {
    padding: 1.5rem 0.625rem 1rem;
    border-radius: 0.3125rem;
  }
}
.consultation .box-in-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8.6875rem;
  height: 10.375rem;
  background: url("../images/top/img-consultation.png") no-repeat center bottom/contain;
}
@media screen and (max-width: 1200px) {
  .consultation .box-in-inner:before {
    left: 0;
    width: 11.5833333333vw;
    height: 13.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .box-in-inner:before {
    content: none;
  }
}
.consultation h2 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.2222222222;
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  .consultation h2 {
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation h2 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    font-feature-settings: "palt";
  }
}
.consultation .txt {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .consultation .txt {
    font-size: 1.1666666667vw;
    margin-bottom: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .txt {
    font-size: 0.625rem;
    margin-bottom: 1.125rem;
  }
}
.consultation .btn-more {
  margin-bottom: 1.5rem;
  max-width: 20.625rem;
}
@media screen and (max-width: 1200px) {
  .consultation .btn-more {
    max-width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .btn-more {
    margin-bottom: 0.9375rem;
    max-width: 13.53125rem;
    height: 3.40625rem;
  }
}
.consultation .btn-more .btn-txt {
  font-size: 1.25rem;
}
.consultation .contact-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consultation .contact-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31a924;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "LINE Seed JP", sans-serif;
  text-decoration: none;
  margin-bottom: 0.5rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px) {
  .consultation .contact-area a {
    font-size: 4vw;
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .contact-area a {
    font-size: 1.921875rem;
    margin-bottom: 0.25rem;
  }
}
.consultation .contact-area a:before {
  content: "";
  display: inline-block;
  width: 3.375rem;
  height: 2.25rem;
  background: url("../images/common/icon-dial.svg") no-repeat center/contain;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .consultation .contact-area a:before {
    width: 4.5vw;
    height: 3vw;
    margin-right: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .contact-area a:before {
    width: 2.5rem;
    height: 1.6875rem;
    margin-right: 0.3125rem;
  }
}
.consultation .contact-area .note {
  font-size: 0.875rem;
  font-weight: 500;
  color: #31a924;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .consultation .contact-area .note {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .consultation .contact-area .note {
    font-size: 0.65625rem;
  }
}

.sec-note {
  font-size: 0.9375rem !important;
  line-height: 1.6;
  font-weight: 500;
}

.faq-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq-list {
    margin-top: 1rem;
  }
}
.faq-list .faq-item {
  border-bottom: 1px solid #cccccc;
  padding: 2rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item {
    padding: 0.9375rem 0 0.75rem;
  }
}
.faq-list .faq-item:first-child {
  padding-top: 0;
}
.faq-list .faq-item dt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #013193;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item dt {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    font-feature-settings: "palt";
  }
}
.faq-list .faq-item dd p {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383838;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item dd p {
    font-size: 0.625rem;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}

/*//////////////////////////////////////////
//  商品詳細ページ
//////////////////////////////////////////*/
.page-product #itemDetail-cont {
  margin-top: 2.5rem;
}
.page-product #itemDetail-cont .shopping_form {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont .shopping_form {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-product #itemDetail-cont .itemThumb-wrap {
  width: 18.75rem;
  flex-shrink: 0;
  margin: 0;
  float: initial;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont .itemThumb-wrap {
    width: 100%;
  }
}
.page-product #itemDetail-cont .itemThumb-wrap .mainImg {
  width: 100%;
}
.page-product #itemDetail-cont .itemThumb-wrap .itemThumb ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
  width: 100%;
}
.page-product #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
  float: initial;
  padding: 0;
  height: initial;
  width: initial;
  margin: 0;
  padding: 0;
}
.page-product #itemDetail-cont .itemThumb-wrap .itemThumb ul li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-product #itemDetail-cont #pi_cart {
  flex: 1;
  float: initial;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart {
    width: 100%;
  }
}
.page-product #itemDetail-cont #pi_cart .product-name {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #000;
  height: initial;
  letter-spacing: initial;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .product-name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.page-product #itemDetail-cont #pi_cart .description2 {
  font-size: 0.8125rem;
  color: #383838;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .description2 {
    font-size: 0.6875rem;
    margin-bottom: 1rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area {
  border: 1px solid #cc0000;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area {
    border-radius: 0.1875rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .price-ttl {
  background: #cc0000;
  color: #fff;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .price-ttl {
    font-size: 0.9375rem;
    padding: 0.5rem 0.625rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .txt-area {
  padding: 1.125rem 1.1875rem;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .txt-area {
    padding: 1rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .pre-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .pre-price {
    gap: 0.375rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .pre-price p {
  font-size: 0.75rem;
  color: #383838;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .pre-price p {
    font-size: 0.65625rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .pre-price em {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .pre-price em {
    font-size: 0.84375rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .pre-price .tax {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .pre-price .tax {
    font-size: 0.65625rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .price-area {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .price-area {
    margin-top: 0.375rem;
    margin-bottom: 0.875rem;
    gap: 0.1875rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .price-area .price {
  font-size: 2rem;
  font-weight: 500;
  color: #cc0000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .price-area .price {
    font-size: 1.5rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .price-area .tax {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #cc0000;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .price-area .tax {
    font-size: 0.6875rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .product-contact {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .product-contact {
    margin-top: 1rem;
    padding: 0.875rem 0;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .product-contact .pc-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .product-contact .pc-ttl {
    font-size: 0.84375rem;
    margin-bottom: 0.375rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .product-contact .tel {
  font-size: 2.0625rem;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  color: #31a924;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .product-contact .tel {
    font-size: 1.550625rem;
    margin-bottom: 0.25rem;
    gap: 0.15625rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .product-contact .tel::before {
  content: "";
  display: inline-block;
  width: 2.6875rem;
  height: 1.8125rem;
  background: url("../images/common/icon-dial.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .product-contact .tel::before {
    width: 2.03125rem;
    height: 1.40625rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .product-contact .note {
  font-size: 0.75rem;
  color: #31a924;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .product-contact .note {
    font-size: 0.65625rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .price-note {
  margin: 1rem 0 0;
  text-align: center;
  color: #cc0000;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .price-note {
    margin: 0.75rem 0 0;
    font-size: 0.84375rem;
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .btn-more {
  max-width: 17.0625rem;
  height: 3rem;
  border: 1px solid #48c043;
  border-radius: 1.5rem;
  background: linear-gradient(165deg, #3eb439 0%, #195f14 60%, #0b3508 100%);
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .btn-more {
    max-width: initial;
    height: 2.5rem;
    border-radius: 1.25rem;
    background: linear-gradient(175deg, #3eb439 0%, #195f14 60%, #0b3508 100%);
  }
}
.page-product #itemDetail-cont #pi_cart .cart-area .btn-more .btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.page-product #itemDetail-cont #pi_cart .cart-area .btn-more .btn-txt em {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-product #itemDetail-cont #pi_cart .cart-area .btn-more .btn-txt em {
    font-size: 0.875rem;
  }
}
.page-product .description {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-product .description {
    padding-top: 3.125rem;
  }
}
.page-product .description .file-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding: 1.875rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-product .description .file-list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
}
.page-product .description .file-list li {
  width: 100%;
}
.page-product .description .file-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.375rem;
  border: 2px solid #013193;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #013193;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-product .description .file-list li a {
    height: 2.75rem;
    border-radius: 0.3125rem;
    font-size: 0.75rem;
  }
}
.page-product .description .file-list li a:hover {
  background: #013193;
  color: #fff;
}
.page-product .description .img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  padding: 1.875rem 1.875rem 0;
}
@media screen and (max-width: 768px) {
  .page-product .description .img-list {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .page-product .description .img-list li {
    max-width: initial;
  }
}
.page-product .spec {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-product .spec {
    padding-top: 3.125rem;
  }
}
.page-product .spec .spec-list {
  border-top: 1px solid #eeeeee;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page-product .spec .spec-list {
    margin-top: 1.5rem;
  }
}
.page-product .spec .spec-list div {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .page-product .spec .spec-list div {
    padding: 0.25rem 0;
  }
}
.page-product .spec .spec-list div dt {
  width: 11.25rem;
  background: #eeeeee;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  padding: 1rem 1.3125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-product .spec .spec-list div dt {
    width: 6.25rem;
    padding: 0.625rem 1rem;
    font-size: 0.6875rem;
  }
}
.page-product .spec .spec-list div dd {
  flex: 1;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-product .spec .spec-list div dd {
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: 0.6875rem;
  }
}
.page-product .supplies {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-product .supplies {
    padding-top: 3.125rem;
  }
}
.page-product .supplies .consultation {
  margin-top: 2rem;
}
.page-product .supplies .consultation .box-in-inner:before {
  content: none;
}
.page-product .supplies .consultation .txt {
  margin-bottom: 1rem;
}
.page-product .works {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-product .works {
    padding-top: 6.25rem;
  }
}
.page-product .works .works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .page-product .works .works-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
  .page-product .works .works-list li {
    width: calc((100% - 0.625rem) / 2);
  }
}
.page-product .works .btn-more {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-product .works .btn-more {
    margin-top: 1.875rem;
  }
}
.page-product .faq {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-product .faq {
    padding-top: 3.125rem;
  }
}
.page-product .faq .btn-more {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-product .faq .btn-more {
    margin-top: 1.875rem;
  }
}
.page-product .product-c-area {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-product .product-c-area {
    padding-top: 3.125rem;
  }
}
.page-product .product-c-area .txt {
  margin-bottom: 1.5rem;
}
.page-product .recommend {
  padding-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .page-product .recommend {
    padding-top: 3.125rem !important;
  }
}
.page-product .recommend .column-set {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-product .recommend .column-set {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
  }
}
.page-product .recommend .column-set .column5 {
  margin: 0;
  padding: 0;
  width: initial;
  float: initial;
  display: flex;
  flex-direction: column;
}
.page-product .recommend .column-set .column5 h2 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #383838;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .page-product .recommend .column-set .column5 h2 {
    font-size: 0.6875rem;
  }
}
.page-product .recommend .column-set .column5 .sp_price,
.page-product .recommend .column-set .column5 .price {
  margin-top: auto !important;
  margin-bottom: 0;
}
.page-product .recommend .column-set .column5 .sp_price .selling_price_str,
.page-product .recommend .column-set .column5 .price .selling_price_str {
  display: none;
}
.page-product .recommend .column-set .column5 .sp_price .selling_price,
.page-product .recommend .column-set .column5 .price .selling_price {
  font-size: 0.875rem;
  font-weight: 700;
  color: #d3111f;
  margin-top: 0.375rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-product .recommend .column-set .column5 .sp_price .selling_price,
  .page-product .recommend .column-set .column5 .price .selling_price {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}
.page-product .recommend .column-set .column5 .sp_price .taxin,
.page-product .recommend .column-set .column5 .price .taxin {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #d3111f;
  margin-left: 0.125rem;
}
@media screen and (max-width: 768px) {
  .page-product .recommend .column-set .column5 .sp_price .taxin,
  .page-product .recommend .column-set .column5 .price .taxin {
    font-size: 0.5625rem;
    margin-left: 0.125rem;
  }
}
.page-product .guide {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.page-product .guide .guide-contents {
  background: #013193;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents {
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
  }
}
.page-product .guide .guide-contents .c-inner {
  background: #fff;
  border-radius: 0.375rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner {
    grid-template-columns: 1fr;
    padding: 0rem 0.9375rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block {
    padding: 1.875rem 0;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block h3 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block h3 {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block .txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block .txt {
    font-size: 0.6875rem;
    margin-bottom: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block figure {
  margin: 0.75rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block figure {
    margin: 0.5rem 0;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block figure img {
  max-width: 100%;
  height: auto;
}
.page-product .guide .guide-contents .c-inner .guide-block .img-pay {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block dl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block dl dt {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block dl dt {
    font-size: 0.6875rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block dl dd {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block dl dd {
    font-size: 0.6875rem;
    margin-top: 0.25rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block dl.bank-info dd {
  padding-left: 0.75rem;
}
.page-product .guide .guide-contents .c-inner .guide-block .sup-txt,
.page-product .guide .guide-contents .c-inner .guide-block .red-txt {
  color: #cc0000;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block .sup-txt,
  .page-product .guide .guide-contents .c-inner .guide-block .red-txt {
    font-size: 0.5625rem;
    margin-top: 0.375rem;
    text-align: center;
    width: 100%;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block .red-txt {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block .red-txt {
    font-size: 0.6875rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  border-right: 1px solid #e5e5e5;
  padding-right: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.875rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block:nth-child(1):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  right: -1.5625rem;
  bottom: -1.5625rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block:nth-child(1):after {
    content: none;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  padding-left: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 1.875rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    border-right: none;
    padding-right: 0;
    padding-top: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 1.875rem;
  }
}
.page-product .guide .guide-contents .c-inner .guide-block:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}
@media screen and (max-width: 768px) {
  .page-product .guide .guide-contents .c-inner .guide-block:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    padding-left: 0;
  }
}
.page-product .page-column-list .column-headline {
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .page-product .page-column-list .column-headline {
    padding: 1.875rem 0;
  }
}
.page-product .page-column-list .column-headline .column-head {
  text-align: center;
}
.page-product .page-column-list .column-headline .column-head .en {
  font-size: 0.875rem;
  font-weight: 700;
  color: #013193;
  display: block;
  letter-spacing: 0.1em;
}
.page-product .page-column-list .column-headline .column-head .jp {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-product .page-column-list .column-headline .column-head .jp {
    font-size: 1.5rem;
  }
}
.page-product .page-column-list .column-headline .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-product .page-column-list .column-headline .tags {
    gap: 0.5rem;
    margin-top: 1.125rem;
  }
}
.page-product .page-column-list .column-headline .tags li a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 6.25rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page-product .page-column-list .column-headline .tags li a {
    font-size: 0.6875rem;
    padding: 0.375rem 1rem;
  }
}
.page-product .page-column-list .column-headline .tags li a:hover {
  background-color: #f5f5f5;
  border-color: #c0c0c0;
}
.page-product .page-column-list .column-headline .tags li.active a {
  background-color: #1493e0;
  border-color: transparent;
  color: #fff;
}
.page-product .page-column-list .column-headline .tags li.active a:hover {
  background-color: #117dc0;
}/*# sourceMappingURL=product.css.map */