@charset "utf-8";
/*** component ***/

.title-common-primary {
  color: #316094;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 68px;
    font-size: 36px;
    line-height: 1.1111111111;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin: 0 -10px 36px;
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
  border-radius: 8px;
  background-color: #ff7276;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.button-common-primary.is-light {
  border: 2px solid #316094;
  background-color: transparent;
  color: #316094;
}
.button-common-primary.is-dark {
  border: 2px solid #666;
  background-color: transparent;
  color: #666;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 176px;
    padding: 12px 10px 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 100%;
    padding: 14px 10px;
  }
}
.button-wrapper .button-common-primary {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .button-wrapper .button-common-primary {
    width: 288px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-wrapper .button-common-primary {
    width: 283px;
  }
}

/*** header ***/
.l-header__global {
  justify-content: flex-end;
}

.l-header__global > li {
  flex: 0 1 auto;
}

/*** フッター ***/
.l-site-footer__logo {
    margin: 0 0 45px;
}

.l-site-footer_top {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 30px;
    border-bottom: 1px solid #7d7d7d;
    padding: 0 0 22px;
    font-weight: bold;
}

.l-site-footer_bottom {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 22px 0 75px;
    font-weight: bold;
}

.l-footer-contacts__container {
    justify-content: flex-start;
    grid-gap: 30px;
    gap: 30px;
}

.l-footer-contacts__contact a img {
    width: auto;
}

@media screen and (max-width: 767px) {
  .l-site-footer_top {
    font-size: 14px;
    font-weight: 500;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 10px 0;
    gap: 10px 0;
    min-width: 0;
    padding: 0 0 30px;
  }

  .l-site-footer_bottom {
    font-size: 14px;
    font-weight: 500;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 10px 0;
    gap: 10px 0;
    min-width: 0;
    border-bottom: 1px solid #7d7d7d;
    padding: 30px 0;
    margin-bottom: 50px;
  }
}

/*** parts ***/

.hidden {
  display: none;
}
.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}
@media print, (min-width: 768px) {
  .wrapper {
    width: 1174px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 33px;
    padding-left: 33px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .md {
    display: none !important;
  }
}


/*** page-function ***/
.list-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-card .card-common {
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
}

.list-card .card-image {
  width: 100%;
}

.list-card .card-image img {
  display: block;
  width: 100%;
}

.list-card .card-title {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.list-card .card-text {
  margin-bottom: 0;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .list-card .card-common {
    padding: 23px 23px 31px;
  }

  .list-card .card-image {
    margin-bottom: 24px;
  }

  .list-card .card-title {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-card .card-common {
    padding: 18px 12px 19px 11px;
  }

  .list-card .card-image {
    margin-bottom: 18px;
  }

  .list-card .card-title {
    margin-bottom: 9px;
  }
}

.card-title,
.card-text {
  color: #000;
}

@media print, (min-width: 768px) {
  .list-card {
    margin: 0 -17px -32px -16px;
  }

  .list-card > li {
    width: 402px;
    margin-bottom: 32px;
    padding: 0 16px;
  }

  .list-card .card-common {
    padding-bottom: 23px;
  }

  .list-card .card-image {
    width: 322px;
    margin-bottom: 17px;
  }

  .list-card .card-title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-card {
    margin-bottom: -24px;
  }

  .list-card > li {
    margin-bottom: 32px;
  }

  .list-card .card-common {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-card .card-image {
    margin-bottom: 17px;
    padding-left: 1px;
  }

  .list-card .card-title {
    margin-bottom: 15px;
  }
}

.section-function-guide {
  background-color: #f3f3f2;
}

.section-function-question {
  background-color: #316094;
}

.section-function-question .title-common-primary {
  color: #fff;
}

@media print {
  header {
    position: relative;
  }
  .section-function-guide {
    margin-bottom: 500px;
  }
}

@media print, (min-width: 768px) {
  .section-function-guide {
    padding-top: 115px;
    padding-bottom: 80px;
  }

  .section-function-guide .wrapper {
    padding: 0;
  }

  .section-function-support {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-function-support .wrapper {
    padding: 0;
  }

  .section-function-question {
    padding-top: 74px;
    padding-bottom: 60px;
  }

  .section-function-question .title-common-primary {
    margin-bottom: 0;
    line-height: 1.45;
  }

  .section-function-question .title-common-primary.is-modify {
    margin-bottom: 34px;
  }

  .section-function-question .button-common-primary {
    width: 176px;
  }
}

@media only screen and (max-width: 767.98px) {

  .section-function-guide {
    padding-top: 61px;
    padding-bottom: 52px;
  }

  .section-function-guide .card-common {
    border: none;
  }

  .section-function-support {
    padding-top: 61px;
    padding-bottom: 52px;
  }

  .section-function-question {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .section-function-question .title-common-primary {
    margin-bottom: 24px;
    line-height: 1.66;
  }

  .section-function-question .button-wrapper {
    padding: 0 13px 0 12px;
  }

  .section-function-question .button-wrapper a {
    width: 100%;
  }
}





