@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;
}
*/
.page-wrapper {
  display: flex;
  flex-direction: row-reverse;
  max-width: 67.5rem;
  margin: 0 auto;
  gap: 1.875rem;
  padding: 10.8125rem 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 5.46875rem 0 0;
  }
}
.page-wrapper.article-wrapper {
  flex-direction: row;
  padding-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .page-wrapper.article-wrapper {
    padding: 5.46875rem 0 0;
  }
}

.free-page-main,
.product-page-main,
.article-page-main {
  max-width: 50rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .free-page-main,
  .product-page-main,
  .article-page-main {
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .page-inner {
    padding: 0 0.75rem;
  }
}

.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;
}
@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;
  }
}

.breadcrumbs {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 1rem;
    padding: 0 0.75rem;
  }
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs a {
    font-size: 0.5625rem;
  }
}
.breadcrumbs a:after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .breadcrumbs a:after {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.breadcrumbs span {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .breadcrumbs span {
    font-size: 0.5625rem;
  }
}

.sec-note {
  font-size: 0.9375rem;
  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;
  }
}

.tags-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tags-list {
    gap: 0.4375rem;
    margin-top: 1.125rem;
  }
}
.tags-list li a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #1a1a1a;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  border-radius: 6.25rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tags-list li a {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.5rem;
  }
}
.tags-list li a:hover {
  background-color: #f5f5f5;
  border-color: #c0c0c0;
}
.tags-list li.active a {
  background-color: #119cd3;
  border-color: transparent;
  color: #fff;
}
.tags-list li.active a:hover {
  background-color: #119cd3;
}

.article-headline {
  padding: 2.5rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .article-headline {
    padding: 1.875rem 0 1.125rem;
  }
}
.article-headline .column-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-headline .column-head .en {
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
  background-color: #013193;
  padding: 0.25rem 1.625rem;
  border-radius: 6.25rem;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .article-headline .column-head .en {
    font-size: 0.5625rem;
    padding: 0.25rem 1rem;
  }
}
.article-headline .column-head .jp {
  font-size: 2.8125rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-top: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .article-headline .column-head .jp {
    font-size: 1.75rem;
    margin-top: 0.625rem;
  }
}
.article-headline .post-time-wrap .post-time {
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 2rem;
}
.article-headline .post-time-wrap .post-time:before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../images/column/icon-clock.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.article-list-area .articlelist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist {
    grid-template-columns: 1fr;
    gap: 1.25rem 0;
  }
}
.article-list-area .articlelist li a {
  transition: linear all 0.2s;
}
.article-list-area .articlelist li a:hover {
  opacity: 0.7;
}
.article-list-area .articlelist li:first-child {
  grid-column: 1/-1;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1.3125rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:first-child {
    padding: 0.625rem;
    border-radius: 0.375rem;
  }
}
.article-list-area .articlelist li:first-child .tag {
  background-color: #119cd3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-radius: 6.25rem;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:first-child .tag {
    font-size: 0.625rem;
    padding: 0.1875rem 0.625rem;
    margin-bottom: 0.5rem;
  }
}
.article-list-area .articlelist li:first-child a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:first-child a {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
.article-list-area .articlelist li:first-child a .txt-area {
  flex: 1;
}
.article-list-area .articlelist li:first-child a .txt-area h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4545454545;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:first-child a .txt-area h2 {
    font-size: 1rem;
  }
}
.article-list-area .articlelist li:first-child a .txt-area p {
  font-size: 0.8125rem;
  color: #4a4a4a;
  line-height: 1.8461538462;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:first-child a .txt-area p {
    font-size: 0.6875rem;
    margin-top: 0.375rem;
  }
}
.article-list-area .articlelist li:first-child a figure {
  width: 21.875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:first-child a figure {
    width: 100%;
  }
}
.article-list-area .articlelist li:first-child a figure img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.article-list-area .articlelist li:not(:first-child) {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1.3125rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:not(:first-child) {
    padding: 0.625rem;
    border-radius: 0.375rem;
  }
}
.article-list-area .articlelist li:not(:first-child) .tag {
  background-color: #119cd3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-radius: 6.25rem;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:not(:first-child) .tag {
    font-size: 0.625rem;
    padding: 0.1875rem 0.625rem;
    margin-bottom: 0.5rem;
  }
}
.article-list-area .articlelist li:not(:first-child) a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.article-list-area .articlelist li:not(:first-child) a figure {
  order: 1;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:not(:first-child) a figure {
    margin-bottom: 0.5rem;
  }
}
.article-list-area .articlelist li:not(:first-child) a figure img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.article-list-area .articlelist li:not(:first-child) a .txt-area {
  order: 2;
}
.article-list-area .articlelist li:not(:first-child) a .txt-area h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:not(:first-child) a .txt-area h2 {
    font-size: 0.875rem;
  }
}
.article-list-area .articlelist li:not(:first-child) a .txt-area p {
  font-size: 0.8125rem;
  color: #4a4a4a;
  line-height: 1.8461538462;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .article-list-area .articlelist li:not(:first-child) a .txt-area p {
    font-size: 0.6875rem;
    margin-top: 0.375rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 0.4375rem;
    margin-top: 1.875rem;
  }
}
.pagination li a,
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #119cd3;
  background-color: #fff;
  color: #119cd3;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .pagination li a,
  .pagination li span {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.625rem;
  }
}
.pagination li a svg,
.pagination li span svg {
  width: 0.5625rem;
  height: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .pagination li a svg,
  .pagination li span svg {
    width: 0.25rem;
    height: 0.4375rem;
  }
}
.pagination li a:hover {
  background-color: #119cd3;
  color: #fff;
}
.pagination li.active a,
.pagination li.active span {
  background-color: #119cd3;
  color: #fff;
}
.pagination li span {
  color: #119cd3;
  border-color: #119cd3;
}
.pagination li.prev a {
  padding-right: 0.1875rem;
}
.pagination li.next a {
  padding-left: 0.1875rem;
}

.category-menu-box {
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #fff;
}
.category-menu-box h2 {
  background-color: #013193;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.875rem 1.25rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .category-menu-box h2 {
    font-size: 0.8125rem;
    padding: 0.625rem 0.9375rem;
  }
}

.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;
}

.side-article {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .side-article {
    gap: 0.75rem;
  }
}
.side-article li a {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 0.375rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .side-article li a {
    padding-left: 0.25rem;
  }
}
.side-article li a .number {
  position: absolute;
  left: 0;
  top: -0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #af924e;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .side-article li a .number {
    width: 0.9375rem;
    height: 0.9375rem;
    font-size: 0.5625rem;
    top: -0.25rem;
  }
}
.side-article li a figure {
  width: 3.486875rem;
  flex-shrink: 0;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .side-article li a figure {
    width: 2.5rem;
  }
}
.side-article li a figure img {
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  display: block;
}
.side-article li a p {
  flex: 1;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin-left: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .side-article li a p {
    font-size: 0.625rem;
    margin-left: 0.625rem;
  }
}

.search-form {
  position: relative;
  width: 100%;
}
.search-form input[type=text] {
  width: 100%;
  height: 2.625rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.625rem;
  padding: 0 2.5rem 0 1rem;
  font-size: 0.8125rem;
  color: #333;
  background-color: #fff;
  outline: none;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .search-form input[type=text] {
    height: 1.75rem;
    border-radius: 0.3125rem;
    padding: 0 1.75rem 0 0.625rem;
    font-size: 0.625rem;
  }
}
.search-form input[type=text]::-moz-placeholder {
  color: #999;
  font-size: 0.8125rem;
}
.search-form input[type=text]::placeholder {
  color: #999;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .search-form input[type=text]::-moz-placeholder {
    font-size: 0.625rem;
  }
  .search-form input[type=text]::placeholder {
    font-size: 0.625rem;
  }
}
.search-form input[type=text]:focus {
  border-color: #013193;
}
.search-form input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.search-form input[type=text]:focus::placeholder {
  color: transparent;
}
.search-form button {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-form button {
    right: 0.5rem;
  }
}
.search-form button img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .search-form button img {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.article-single .eye-catch-img {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .article-single .eye-catch-img {
    margin-bottom: 1.5rem;
  }
}
.article-single .eye-catch-img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  display: block;
}
.article-single .article-contents-index p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-index p {
    font-size: 0.6875rem;
  }
}
.article-single .toc-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 2rem 2.5rem;
  max-width: 31.25rem;
  width: 100%;
  margin: 2.5rem auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .article-single .toc-wrapper {
    padding: 0.75rem 0.625rem;
    margin: 1.25rem auto;
    border-radius: 0.375rem;
  }
}
.article-single .toc-wrapper .toc-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .toc-wrapper .toc-title {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
  }
}
.article-single .toc-wrapper .toc-title .toc-toggle {
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  margin-left: 0.375rem;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s;
}
.article-single .toc-wrapper .toc-title .toc-toggle:hover {
  color: #119cd3;
}
@media screen and (max-width: 768px) {
  .article-single .toc-wrapper .toc-title .toc-toggle {
    font-size: 0.625rem;
    margin-left: 0.3125rem;
  }
}
.article-single .toc-wrapper .js-toc .toc-list {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0;
}
.article-single .toc-wrapper .js-toc .toc-list .toc-list-item {
  margin-top: 0.5rem;
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .article-single .toc-wrapper .js-toc .toc-list .toc-list-item {
    margin-top: 0.375rem;
  }
}
.article-single .toc-wrapper .js-toc .toc-list .toc-list-item .toc-link {
  font-size: 0.9375rem;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .article-single .toc-wrapper .js-toc .toc-list .toc-list-item .toc-link {
    font-size: 0.6875rem;
  }
}
.article-single .toc-wrapper .js-toc .toc-list .toc-list-item .toc-link:hover {
  color: #013193;
}
.article-single .toc-wrapper .js-toc .toc-list .toc-list-item .toc-list {
  padding-left: 1.25rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .toc-wrapper .js-toc .toc-list .toc-list-item .toc-list {
    padding-left: 0.75rem;
  }
}
.article-single .article-contents-body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body {
    margin-top: 1.75rem;
  }
}
.article-single .article-contents-body h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 3px solid #013193;
  padding-bottom: 0.75rem;
  margin: 3rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body h2 {
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    margin: 1.875rem 0 0.875rem;
  }
}
.article-single .article-contents-body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  border-top: 2px solid #013193;
  border-bottom: 2px solid #013193;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin: 2.5rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body h3 {
    font-size: 0.9375rem;
    padding-bottom: 0.375rem;
    margin: 1.75rem 0 0.75rem;
  }
}
.article-single .article-contents-body h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 2px solid #013193;
  padding-bottom: 0.625rem;
  margin: 2.5rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body h4 {
    font-size: 0.8125rem;
    padding-bottom: 0.375rem;
    margin: 1.75rem 0 0.75rem;
  }
}
.article-single .article-contents-body p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body p {
    font-size: 0.6875rem;
    margin-bottom: 1.125rem;
  }
}
.article-single .article-contents-body figure {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body figure {
    margin: 1.5rem auto;
  }
}
.article-single .article-contents-body figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 0.375rem;
  display: block;
}
.article-single .article-contents-body .product-introduction {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction {
    flex-direction: column;
    gap: 0.9375rem;
    margin: 1.75rem 0;
  }
}
.article-single .article-contents-body .product-introduction p {
  margin: 0;
}
.article-single .article-contents-body .product-introduction figure {
  width: 12.5rem;
  flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction figure {
    width: 9.375rem;
    margin: 0 auto;
  }
}
.article-single .article-contents-body .product-introduction figure img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
.article-single .article-contents-body .product-introduction .txt-area {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area {
    width: 100%;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .product-name {
  display: block;
  font-size: 1.375rem;
  color: #d3111f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .product-name {
    font-size: 1rem;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .product-txt {
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.6;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .product-txt {
    font-size: 0.6875rem;
    margin-top: 0.5rem;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .product-norma-price {
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .product-norma-price {
    font-size: 0.6875rem;
    margin-top: 0.5rem;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .price-area {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .price-area {
    margin-top: 0.5rem;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .price-area .catch {
  color: #d3111f;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .price-area .catch {
    font-size: 0.875rem;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .price-area .price {
  color: #d3111f;
  font-size: 2.1875rem;
  font-weight: 700;
  margin-left: 0.375rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .price-area .price {
    font-size: 1.375rem;
    margin-left: 0.3125rem;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .price-area .price .tax {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .price-area .price .tax {
    font-size: 0.625rem;
    margin-left: 0.1875rem;
  }
}
.article-single .article-contents-body .product-introduction .txt-area .btn-more {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .product-introduction .txt-area .btn-more {
    margin: 1.25rem auto 0;
    max-width: 14.0625rem;
    height: 2.5rem;
  }
  .article-single .article-contents-body .product-introduction .txt-area .btn-more .btn-txt em {
    font-size: 0.875rem;
  }
}
.article-single .article-contents-body .article-consultation h2 {
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
  border: none;
}
.article-single .article-contents-body .article-consultation .box-in-inner:before {
  width: 7.8125rem;
  height: 9.375rem;
  left: -0.625rem;
  bottom: -2.1875rem;
}
.article-single .article-contents-body .user-worry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.875rem;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry {
    flex-direction: column-reverse;
    gap: 0.9375rem;
    margin: 1.5rem 0;
  }
}
.article-single .article-contents-body .user-worry p,
.article-single .article-contents-body .user-worry ul,
.article-single .article-contents-body .user-worry li,
.article-single .article-contents-body .user-worry dl,
.article-single .article-contents-body .user-worry dt,
.article-single .article-contents-body .user-worry dd,
.article-single .article-contents-body .user-worry div {
  margin: 0;
  padding: 0;
}
.article-single .article-contents-body .user-worry .txt-area {
  flex: 1;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry .txt-area {
    font-size: 0.6875rem;
  }
}
.article-single .article-contents-body .user-worry .txt-area p {
  font-size: 1em;
  color: #333;
  line-height: 1.8;
}
.article-single .article-contents-body .user-worry .txt-area ul {
  list-style: none;
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry .txt-area ul {
    margin: 1rem 0;
  }
}
.article-single .article-contents-body .user-worry .txt-area ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 1em;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry .txt-area ul li {
    padding-left: 0.75rem;
  }
}
.article-single .article-contents-body .user-worry .txt-area ul li:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry .txt-area ul li:not(:first-child) {
    margin-top: 0.375rem;
  }
}
.article-single .article-contents-body .user-worry .txt-area ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
.article-single .article-contents-body .user-worry .user-prof {
  width: 17.5rem;
  flex-shrink: 0;
  background-color: #f8f8f8;
  border: 1px solid #d4d4d4;
  border-radius: 0.625rem;
  padding: 1.375rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry .user-prof {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.375rem;
    gap: 0.625rem;
  }
}
.article-single .article-contents-body .user-worry .user-prof div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.article-single .article-contents-body .user-worry .user-prof div dt {
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry .user-prof div dt {
    font-size: 0.625rem;
  }
}
.article-single .article-contents-body .user-worry .user-prof div dd {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 700;
  flex: 1;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .user-worry .user-prof div dd {
    font-size: 0.6875rem;
    margin-left: 0.375rem;
  }
}
.article-single .article-contents-body .img-grid {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .img-grid {
    margin: 1.25rem 0;
  }
}
.article-single .article-contents-body .img-grid .img-list-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-body .img-grid .img-list-2 {
    gap: 0.625rem;
  }
}
.article-single .article-contents-body .img-grid .img-list-2 li {
  margin: 0;
  padding: 0;
}
.article-single .article-contents-body .img-grid .img-list-2 li img {
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  display: block;
}
.article-single .article-contents-footer {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer {
    margin-top: 1.875rem;
  }
}
.article-single .article-contents-footer .ttl-h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 3px solid #013193;
  padding-bottom: 0.75rem;
  margin: 3rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .ttl-h2 {
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    margin: 1.875rem 0 0.875rem;
  }
}
.article-single .article-contents-footer .author-box {
  border: 1px solid #e1e1e1;
  border-radius: 0.75rem;
  padding: 2.125rem 2rem;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 1.375rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.9375rem 0.625rem;
    gap: 0.625rem;
  }
}
.article-single .article-contents-footer .author-box figure {
  width: 7.8125rem;
  height: 7.8125rem;
  flex-shrink: 0;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .author-box figure {
    width: 5rem;
    height: 5rem;
  }
}
.article-single .article-contents-footer .author-box figure img {
  width: 100%;
  height: auto;
  display: block;
}
.article-single .article-contents-footer .author-box .txt-area {
  flex: 1;
}
.article-single .article-contents-footer .author-box .txt-area h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .author-box .txt-area h2 {
    font-size: 0.8125rem;
  }
}
.article-single .article-contents-footer .author-box .txt-area .profile {
  margin: 0;
  padding: 0;
}
.article-single .article-contents-footer .author-box .txt-area .profile dt {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .author-box .txt-area .profile dt {
    font-size: 0.6875rem;
    margin-top: 0.375rem;
  }
}
.article-single .article-contents-footer .author-box .txt-area .profile dd {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .author-box .txt-area .profile dd {
    font-size: 0.625rem;
    margin-top: 0.5rem;
  }
}
.article-single .article-contents-footer .article-list-related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .article-list-related {
    grid-template-columns: 1fr;
    gap: 1.25rem 0;
  }
}
.article-single .article-contents-footer .article-list-related li a {
  transition: linear all 0.2s;
}
.article-single .article-contents-footer .article-list-related li a:hover {
  opacity: 0.7;
}
.article-single .article-contents-footer .article-list-related li {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1.3125rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .article-list-related li {
    padding: 0.625rem;
    border-radius: 0.375rem;
  }
}
.article-single .article-contents-footer .article-list-related li .tag {
  background-color: #119cd3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-radius: 6.25rem;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .article-list-related li .tag {
    font-size: 0.625rem;
    padding: 0.1875rem 0.625rem;
    margin-bottom: 0.5rem;
  }
}
.article-single .article-contents-footer .article-list-related li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.article-single .article-contents-footer .article-list-related li a figure {
  order: 1;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .article-list-related li a figure {
    margin-bottom: 0.5rem;
  }
}
.article-single .article-contents-footer .article-list-related li a figure img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.article-single .article-contents-footer .article-list-related li a .txt-area {
  order: 2;
}
.article-single .article-contents-footer .article-list-related li a .txt-area h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .article-list-related li a .txt-area h2 {
    font-size: 0.875rem;
  }
}
.article-single .article-contents-footer .article-list-related li a .txt-area p {
  font-size: 0.8125rem;
  color: #4a4a4a;
  line-height: 1.8461538462;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .article-single .article-contents-footer .article-list-related li a .txt-area p {
    font-size: 0.6875rem;
    margin-top: 0.375rem;
  }
}/*# sourceMappingURL=article.css.map */