@charset "UTF-8";
header {
  height: 60px;
  background-color: #008F79;
}

footer {
  height: 60px;
  background-color: #008F79;
}

/* start マネーアドバイザーにお気軽にご相談ください */
.consultation {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-radius: 5px;
  border: 2px solid #e1dbb0;
  background: #fffef5;
}
@media screen and (min-width: 1080px) {
  .consultation {
    width: 1080px;
    padding: 40px;
    margin: 0 auto;
  }
}
.consultation-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .consultation-wrap {
    padding: 30px 0;
  }
}
.consultation-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #e1dbb0;
}
@media screen and (min-width: 740px) {
  .consultation-header {
    width: 100%;
  }
}
.consultation-header h2 {
  color: #007561;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .consultation-header h2 {
    font-size: 24px;
  }
}
.consultation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .consultation-item {
    width: 100%;
    gap: 20px;
  }
}
.consultation-item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .consultation-item h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 740px) {
  .consultation-item .consultation-item-choose-way {
    font-size: 24px;
  }
}
.consultation-item img {
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 740px) {
  .consultation-item img {
    width: 160px;
    height: 160px;
  }
}
.consultation-item p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0px;
}
@media screen and (min-width: 740px) {
  .consultation-item p {
    font-size: 16px;
  }
}
.consultation-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 740px) {
  .consultation-item-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.consultation-item-link-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media screen and (min-width: 740px) {
  .consultation-item-link-wrap {
    width: 100%;
    margin-top: 0;
    flex-direction: row;
    gap: initial;
    justify-content: space-between;
  }
}
@media screen and (min-width: 740px) {
  .consultation-item-contact {
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 740px) {
  .consultation-item-contact-img {
    order: 2;
  }
}
.consultation-item-contact img {
  width: 335px;
  height: auto;
}
@media screen and (min-width: 740px) {
  .consultation-item-contact img {
    width: 420px;
    height: 147px;
  }
}
.consultation-item-contact p,
.consultation-item-contact-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .consultation-item-contact p,
  .consultation-item-contact-title {
    font-size: 24px;
  }
}
.consultation-item-contact-tell {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 740px) {
  .consultation-item-contact-tell {
    gap: 20px;
  }
}
.consultation-item-contact-tell img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 740px) {
  .consultation-item-contact-tell img {
    width: 48px;
    height: 48px;
  }
}
.consultation-item-contact-tell span {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 0;
}
@media screen and (min-width: 740px) {
  .consultation-item-contact-tell span {
    font-size: 36px;
  }
}
.consultation-item-contact-text p {
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 0px;
}
@media screen and (min-width: 740px) {
  .consultation-item-contact-text p {
    font-size: 14px;
  }
}

/* end マネーアドバイザーにお気軽にご相談ください */
/* start コラム */
.base-column {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .base-column {
    padding: 30px 0;
    gap: 40px;
  }
}
@media screen and (min-width: 740px) {
  .base-column-card {
    display: flex;
    flex-direction: column;
  }
}
.base-column-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .base-column-card-wrap {
    flex-direction: row;
    max-width: 1080px;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .base-column-card-wrap {
    gap: 60px;
  }
}
.base-column-card-img {
  height: auto;
  border-radius: 5px 5px 0px 0px;
}
@media screen and (min-width: 740px) {
  .base-column-card-img {
    width: 100%;
  }
}
.base-column-card-text {
  display: flex;
  padding: 15px 10px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0px 0px 5px 5px;
  border: 2px solid #f5f5f5;
  background: #fff;
}
@media screen and (min-width: 740px) {
  .base-column-card-text {
    padding: 20px;
    height: 100%;
  }
}
.base-column-card-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0;
}
.base-column-list-button {
  margin-top: 10px;
}

/* end コラム */
/* start よくある質問 */
.base-faq {
  padding: 30px 10px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .base-faq {
    max-width: 1080px;
    margin: 30px auto;
    padding: 40px;
    border-radius: 5px;
    background: #f5f5f5;
  }
}
.base-faq-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .base-faq-wrap {
    padding: 40px 100px;
    background-color: #fff;
    gap: 40px;
  }
}
.base-faq-title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .base-faq-title h2 {
    font-size: 28px;
  }
}
.base-faq-card {
  border-radius: 5px;
  border: 2px solid #66CDAA;
  width: 100%;
}
.base-faq-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.base-faq-card-header {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #EAF9F7;
}
@media screen and (min-width: 740px) {
  .base-faq-card-header {
    padding: 20px;
    gap: 20px;
  }
}
.base-faq-card-header-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .base-faq-card-header-text {
    font-size: 18px;
  }
}
.base-faq-card-header-icon {
  width: 24px;
  height: 20px;
  background-image: url("/other/kojin/tameru/toushin/common/img/icon/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.base-faq-card-header-icon:hover {
  cursor: pointer;
}
.base-faq-card-header--q-mark {
  color: #007561;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .base-faq-card-header--q-mark {
    font-size: 24px;
  }
}
.base-faq-card-body {
  display: none;
  padding: 10px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-top: 2px solid #66CDAA;
}
@media screen and (min-width: 740px) {
  .base-faq-card-body {
    padding: 20px;
  }
}
.base-faq-card-body-anser p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .base-faq-card-body-anser p {
    font-size: 16px;
  }
}
.base-faq-card-body-link {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  color: #00619e;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
@media screen and (min-width: 740px) {
  .base-faq-card-body-link {
    font-size: 16px;
    margin-top: 15px;
  }
}
.base-faq-card.is-active .base-faq-card-body {
  display: flex;
}
.base-faq-card.is-active .base-faq-card-header-icon {
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_509_1751)%22%3E%0A%3Cpath%20d%3D%22M18.3333%2011.8936H1.66666V9.5127H18.3333V11.8936Z%22%20fill%3D%22%23008f79%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_509_1751%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.703125)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
}

/* end よくある質問 */
/* start ボタン */
.external-link-button {
  width: 300px;
  height: 44px;
  padding: 10px;
  border-radius: 999px;
  box-shadow: 0px 2px 5px 0px rgba(114, 87, 87, 0.15);
  box-sizing: border-box;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .external-link-button {
    width: 400px;
    height: 57px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 740px) {
  .external-link-button.mw-320 {
    max-width: 320px;
  }
}
.external-link-button-primary {
  display: flex;
  justify-content: space-between;
  background: #008F79;
}
.external-link-button-primary span {
  flex-grow: 1;
  margin-left: 26px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .external-link-button-primary span {
    font-size: 18px;
  }
}
.external-link-button-secondary {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 4px solid #008F79;
}
@media screen and (min-width: 740px) {
  .external-link-button-secondary {
    height: 65px;
  }
}
.external-link-button-secondary span {
  flex-grow: 1;
  margin-left: 26px;
  text-align: center;
  color: #008F79;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .external-link-button-secondary span {
    font-size: 18px;
  }
}
.external-link-button-tertiary {
  display: flex;
  justify-content: center;
  border: 4px solid #008F79;
  background: #fff;
}
@media screen and (min-width: 740px) {
  .external-link-button-tertiary {
    height: 67px;
  }
}
.external-link-button-tertiary span {
  color: #008F79;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .external-link-button-tertiary span {
    font-size: 18px;
  }
}
.external-link-button-special {
  display: flex;
  justify-content: space-between;
  background: #007561;
  width: 335px;
  height: 54px;
  padding: 15px 10px;
}
@media screen and (min-width: 740px) {
  .external-link-button-special {
    width: 400px;
    height: 67px;
    padding: 20px 10px;
    align-items: center;
  }
}
.external-link-button-special span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  flex-grow: 1;
  text-align: center;
  margin-left: 26px;
}
@media screen and (min-width: 740px) {
  .external-link-button-special span {
    font-size: 18px;
  }
}
.external-link-button-img {
  width: 26px;
  height: 26px;
  border-radius: 99px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.external-link-button-img img {
  width: 16px;
  height: 16px;
}
.external-link-button-img--bg-red {
  background: #008F79;
}

/* end ボタン */
/* start お問い合わせボタン */
.base-contact {
  display: flex;
  padding: 30px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #EAF9F7;
}
@media screen and (min-width: 740px) {
  .base-contact {
    gap: 15px;
  }
}
.base-contact-wrap {
  padding: 30px 0px;
}
.base-contact-text {
  display: flex;
  gap: 10px;
}
.base-contact-text p {
  color: #007561;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

/* end お問い合わせボタン */
/* start 関連コンテンツ */
.connection-contents-wrap {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}
@media screen and (min-width: 740px) {
  .connection-contents-wrap {
    gap: 40px;
    padding: 30px 0;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.connection-contents-wrap h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 740px) {
  .connection-contents-wrap h2 {
    font-size: 24px;
  }
}
.connection-contents-card {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 99px;
  border: 2px solid #66CDAA;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(114, 87, 87, 0.15);
}
@media screen and (min-width: 740px) {
  .connection-contents-card {
    width: 340px;
    height: 44px;
  }
}
.connection-contents-card span {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 740px) {
  .connection-contents-card span {
    letter-spacing: 0;
  }
}
.connection-contents-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .connection-contents-card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}

/* end 関連コンテンツ */
/* start バナー */
.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
}
.banner img {
  width: 295px;
  height: auto;
}
@media screen and (min-width: 740px) {
  .banner {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
  .banner img {
    width: 340px;
    height: auto;
  }
}

/* end バナー */


