/* Global */
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
}

li {
  list-style: none;
}

page-header,
page-footer {
  width: 100%;
}

/* Mixin */
/* Main */
.main {
  width: 100%;
}

.main__container {
  width: 65%;
  margin: 0 auto 7rem;
}
.main__container--l {
  width: 85%;
  margin: 3rem auto 4rem;
}

/* Title */
.page-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.3;
}

.summary-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #3461a9;
}

.section__title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.section__title.policy {
  margin-bottom: 20px;
  color: #3461a9;
}
.section__title.policy::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.section__title::before {
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  width: 6px;
  height: 1.3em;
  background-color: #3461a9;
}

/* Link */
.intro__link {
  font-size: 0.8rem;
}

.pdf-link,
.excel-link {
  display: flex;
  align-items: flex-start;
  gap: 3px;
}

.pdf-link::after {
  content: "";
  display: block;
  min-width: 1rem;
  min-height: 1rem;
  margin-top: 0.3rem;
  background-image: url("../img/pdf-icon.webp");
  background-size: contain;
}

.page-link {
  display: block;
}

.page-link::after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #3461a9;
  transform: rotate(90deg);
  content: "";
  display: inline-block;
  margin-left: 3px;
}

.page-link:not(:last-child) {
  margin-bottom: 0.5rem;
}

.excel-link {
  line-height: 1.2;
}

.excel-link::after {
  content: "";
  display: block;
  min-width: 1.3rem;
  min-height: 1.3rem;
  background-image: url("../img/excel-icon.webp");
  background-size: contain;
}

/* Section */
.section {
  margin-bottom: 3rem;
}
.section__content > * {
  margin-bottom: 0.5rem;
}
.section__content--att {
  font-size: 0.7rem;
}
.section__content--highlight {
  font-weight: bold;
}

.highlight-wrapper {
  padding: 1rem 0;
  margin-left: 2.5rem;
}
.highlight-wrapper__text {
  font-weight: bold;
}
.highlight-wrapper__text:not(:last-child) {
  margin-bottom: 0.5rem;
}
.highlight-wrapper__text--bigger {
  font-size: 1.75rem;
}

/* Triangle */
.triangle {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #3461a9;
  transform: rotate(0deg);
}
.triangle-wrapper {
  display: inline-flex;
  gap: 2px;
  margin: 0 0.5rem;
}

/* List */
.condition-list__item {
  margin-bottom: 0.75rem;
}
.condition-list__item > a {
  font-size: 0.9rem;
}
.condition-list__item > .section__content--att {
  display: block;
  margin-top: 1rem;
}
.condition-list__item--text {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.condition-sub-list {
  padding-left: 1.3rem;
  counter-reset: katakana-counter;
}
.condition-sub-list > li::before {
  counter-increment: katakana-counter;
  content: counter(katakana-counter, katakana);
  display: inline-block;
  margin-right: 1rem;
}

.document-list {
  width: 85%;
  padding-left: 1.5rem;
  margin: 4rem auto 0;
  counter-reset: doc-counter;
}
.document-list__item {
  counter-increment: doc-counter;
  margin-bottom: 1.2rem;
  position: relative;
}
.document-list__item::before {
  content: counter(doc-counter) ".";
  position: absolute;
  top: -3px;
  left: -6px;
  transform: translateX(-150%);
  font-weight: bold;
  color: #333;
}
.document-list .item__text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3rem;
}
.document-list .item__text--required {
#  color: red;
  color: #ee0000;
  font-weight: bold;
  font-size: 0.7rem;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.document-list .item__text--main {
  display: block;
  line-height: 1.2;
}
.document-list .item__notes {
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

.process-flow-list__item {
  background-color: white;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.process-flow-list .item__text {
  display: flex;
  align-items: center;
}
.process-flow-list .item__text--main {
  color: #3461a9;
  font-weight: bold;
}

.item__icon--blue {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 0.8rem;
  flex-shrink: 0;
  color: white;
  background-color: #3461a9;
}

.item__icon--gray {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 0.8rem;
  flex-shrink: 0;
  color: #3461a9;
  background-color: #edeeee;
}

.qa-list {
  margin-bottom: 1rem;
}
.qa-list__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.qa-list__item--question {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.qa-list__item--answer {
  display: flex;
  align-items: center;
}

.policy-list {
  margin-top: 2rem;
}
.policy-list__item:not(:last-child) {
  margin-bottom: 1rem;
}
.policy-list__item--title {
  font-size: 1rem;
}

.bracket-number-list {
  counter-reset: item-counter;
}
.bracket-number-list__item {
  counter-increment: item-counter;
}
.bracket-number-list__item::before {
  content: "(" counter(item-counter) ")";
  margin-right: 0.5rem;
}
.bracket-number-list__item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.bracket-number-list__item .item__text--indent {
  display: inline-block;
  margin-left: 1rem;
}

/* Button */
.form-button {
  display: block;
#  background-color: #8b4513 ;
  background-color: #0D6EFD ;
  color: white;
  text-align: center;
  padding: 1rem;
  border-radius: 5em;
  text-decoration: none;
  font-weight: bold;
  margin: 1rem auto;
  width: 100%;
  transition: background-color 0.3s;
}
.form-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.form-button:hover {
#  background-color: #cd9513;
  background-color: #0B5ED7;
}
.form-button__text {
  font-size: 1.5rem;
}
.form-button__note {
  display: block;
#  font-size: 0.7rem;
#  font-weight: normal;
  font-size: 1.0rem;
  font-weight: bold;
  margin-top: 0.3rem;
}

/* Process Flow */
.process-flow__container {
  background-color: #edeeee;
  padding: 2rem 3rem 1rem 3rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}
.process-flow__container > .section__content--att {
  color: #3461a9;
}
.process-flow__steps {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  gap: 2.5rem;
  font-size: 0.8rem;
}
.process-flow__step {
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  border: 1.5px solid #3461a9;
  padding: 15px;
  border-radius: 10px;
}

/* Contact */
.contact {
  text-align: center;
  padding: 70px 0;
  background-color: #3461a9;
}
.contact__title {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.contact-info {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  align-self: start;
}
.contact-info__title {
  margin-bottom: 0.3rem;
  display: block;
  font-weight: bold;
}
.contact-info__policy {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-self: center;
  color: #3461a9;
}
.contact__box {
  width: 70%;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
}
.contact__center-name {
  font-weight: bold;
}
.contact__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.contact__phone-icon {
  width: 36px;
  height: 36px;
  background-color: #3461a9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
.contact__phone-icon svg {
  fill: white;
  width: 1rem;
  height: 1rem;
}
.contact__phone-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3461a9;
}
.contact__hours {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.text--red {
#  color: red;
  color: #ee0000;
}

.border--red{
	border: solid 1px red;
}

.border--black{
	border: solid 1px black;
}

/* Payment Note */
.payment-note__text {
  font-size: 0.9rem;
}

.span-alert {
  color:#ee0000;
  font-weight:bold;
}

.span-box-info {
  display: inline-block;
  width:7rem;
  text-align: center;
}

.img-flowchart {
  width:50%;
}

/* Media Query */
@media (min-width: 768px) {
  .section__wrapper {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .section__wrapper--right .section:first-child {
    margin-bottom: 1rem;
  }
  .section__wrapper > .section {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main__container {
    width: 80%;
    margin: 0 auto 3.5rem;
  }
  .highlight-wrapper__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .highlight-wrapper__text > span {
    display: block;
  }
  .triangle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #3461a9;
    transform: rotate(90deg);
  }
  .triangle-wrapper {
    display: flex;
    gap: 5px;
    margin-left: 6rem;
  }
  .form-button__text {
    font-size: 1.2rem;
  }
  .form-button > span {
    display: block;
    line-height: 1.3;
  }
  .process-flow__container {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  .process-flow__steps {
    flex-direction: column;
  }
  .contact__phone-number {
    font-size: 1.2rem;
  }
  .contact__box {
    width: 85%;
  }

}/*# sourceMappingURL=style.css.map */
