/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
guide-nav
========================================================= */
.c-guide-nav {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 1820px;
  width: 96%;
}
.c-guide-nav--wrap {
  border-top: 2px solid #091429;
  border-bottom: 2px solid #091429;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.c-guide-nav--wrap li {
  padding: 0 5px;
  width: 33.3%;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li {
    width: 20%;
  }
}
.c-guide-nav--wrap li:nth-of-type(1), .c-guide-nav--wrap li:nth-of-type(2) {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li:nth-of-type(1), .c-guide-nav--wrap li:nth-of-type(2) {
    width: 20%;
  }
}
.c-guide-nav--wrap li a {
  background: #091429;
  color: #ffffff;
  display: block;
  padding: 15px 5px;
  text-align: center;
  transition: 0.3s;
  font-size: clamp(1rem, 4.1vw, 1.4rem);
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li a {
    font-size: 1.8rem;
  }
}
.c-guide-nav--wrap li a:hover {
  background-color: #ff3;
  color: #091429;
}

.p-flow .c-guide-nav li a.flow {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-finishing .c-guide-nav li a.finishing {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-draft .c-guide-nav li a.draft {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-payment .c-guide-nav li a.payment {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-faq .c-guide-nav li a.faq {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs {
  background-color: #F1F1F1;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 619px) {
  .c-breadcrumbs {
    width: 100%;
  }
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  margin: auto;
  max-width: 1820px;
  padding: clamp(8px, 1.5vw, 12px) 15px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol {
    gap: clamp(0.8rem, 1vw, 1rem);
    padding: 1.2096774194vw 23px;
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol {
    gap: 1rem;
    padding: 1.2rem 23px;
  }
}
.c-breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs ol li:not(:last-child)::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 15px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: clamp(0.8rem, 1vw, 1rem);
    width: clamp(15px, 2vw, 20px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: 1rem;
    width: 20px;
  }
}
.c-breadcrumbs ol li a {
  color: inherit;
}
.c-breadcrumbs ol li:first-child a {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs ol li:first-child a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 16px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: clamp(0.8rem, 1vw, 1rem);
    width: clamp(16px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: 1rem;
    width: 24px;
  }
}

/* =========================================================
pagination
========================================================= */
.c-pagination {
  margin: 0 auto;
  padding: 0 0 50px;
  position: relative;
  max-width: 1820px;
  width: 96%;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
}
.c-pagination ul li {
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .c-pagination ul li {
    padding: 0 10px;
  }
}
.c-pagination ul li span {
  background: #ffffff;
  border-radius: 100%;
  color: #091429;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .c-pagination ul li span {
    font-size: 22px;
    width: 50px;
    height: 50px;
  }
}
.c-pagination ul li a {
  background: #091429;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .c-pagination ul li a {
    font-size: 22px;
    width: 50px;
    height: 50px;
  }
}
.c-pagination ul li a:hover {
  opacity: 0.7;
}
.c-pagination ul li.return a {
  background: url(../images/common/icon-arrow01-reverse.svg) no-repeat center;
  background-size: 100%;
}
.c-pagination ul li.next a {
  background: url(../images/common/icon-arrow01.svg) no-repeat center;
  background-size: 100%;
}
.c-pagination ul li.active a {
  background: #ffff00;
  color: #091429;
}

/* =========================================================
news
========================================================= */
.p-news-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-news-title {
    margin: 50px auto;
  }
}
.p-news-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-news-title--main span {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-news-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-title--main span {
    font-size: 4rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-news-title--text {
  display: block;
  width: 100%;
}
.p-news-title--text span {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-news-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-news-list {
  text-align: center;
  margin: 30px auto;
  max-width: 1200px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-news-list {
    margin: 50px auto;
  }
}
.p-news-article {
  border-bottom: 1px dotted #999999;
}
.p-news-article a {
  color: #091429;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 30px 10px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-article a {
    font-size: 1.4112903226vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-article a {
    font-size: 1.4rem;
  }
}
.p-news-article a:hover {
  background: #ff3;
}
.p-news-article .time {
  width: 50%;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-news-article .time {
    width: 100px;
  }
}
.p-news-article .tag {
  background: #ffffff;
  border: 1px solid #091429;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 15px;
  max-width: 150px;
  width: 50%;
}
.p-news-article .title {
  padding-top: 10px;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-news-article .title {
    padding-left: 30px;
    width: calc(100% - 100px - 150px);
  }
}
.p-news-detail {
  margin: 30px auto 0;
  max-width: 1200px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-news-detail {
    margin: 50px auto 0;
  }
}
.p-news-detail--header {
  border-bottom: 2px solid #091429;
}
.p-news-detail--meta {
  color: #091429;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--meta {
    font-size: 1.4112903226vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--meta {
    font-size: 1.4rem;
  }
}
.p-news-detail--tag {
  background: #ffffff;
  border: 1px solid #091429;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  max-width: 150px;
  width: 50%;
}
.p-news-detail time {
  margin-left: 20px;
  text-align: left;
  width: calc(100% - 180px);
}
.p-news-detail--title {
  padding: 10px 0 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: clamp(2rem, 2vw, 2.8rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--title {
    font-size: 2.8rem;
  }
}
.p-news-detail--title::before {
  content: "";
  background: #091429;
  display: block;
  width: 10px;
  height: 44px;
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
}
.p-news-detail--content {
  padding: 50px 30px;
}
.p-news-detail--content p {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  padding: 0 0 10px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-news-detail--content p {
    font-size: 1.4112903226vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--content p {
    font-size: 1.4rem;
  }
}
.p-news-detail--content strong {
  font-weight: bold;
}
.p-news-detail--content h1, .p-news-detail--content h2, .p-news-detail--content h3, .p-news-detail--content h4, .p-news-detail--content h5, .p-news-detail--content h6 {
  display: block;
  font-weight: bold;
  margin: 20px 0;
  width: 100%;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--content h1, .p-news-detail--content h2, .p-news-detail--content h3, .p-news-detail--content h4, .p-news-detail--content h5, .p-news-detail--content h6 {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--content h1, .p-news-detail--content h2, .p-news-detail--content h3, .p-news-detail--content h4, .p-news-detail--content h5, .p-news-detail--content h6 {
    font-size: 2.4rem;
  }
}
.p-news-detail--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 1200px;
  width: 96%;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--pager {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--pager {
    font-size: 1.6rem;
    margin: 0 auto 100px;
  }
}
.p-news-detail--pager a {
  background: #091429;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0 5px;
  text-align: center;
}
.p-news-detail--pager-prev a {
  background: url(../images/common/icon-arrow01-reverse.svg) no-repeat center;
  background-size: 100%;
  background-color: #091429;
}
.p-news-detail--pager-next a {
  background: url(../images/common/icon-arrow01.svg) no-repeat center;
  background-size: 100%;
  background-color: #091429;
}/*# sourceMappingURL=style-news.css.map */