/*---------------------------------------
 * Foundation Base
 ---------------------------------------*/
/*---------------------------------------
 * Layout Main
 ---------------------------------------*/
main {
  flex: 1;
}

.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}
.l-wrapper.js-wrapper {
  display: none;
}

.l-container {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 30px;
}

/*---------------------------------------
 * Layout Header
 ---------------------------------------*/
.l-header {
  background-color: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 960px;
  padding: 20px 0;
  margin: 0 auto;
}
.l-header__logo {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .l-header__logo {
    max-width: 180px;
  }
}
.l-header__logo a {
  display: block;
  text-decoration: none;
}
.l-header__logo a img {
  max-width: 100%;
  height: auto;
}
.l-header__button .button {
  position: relative;
  display: block;
  padding: 10px 25px;
  width: 150px;
  height: 30px;
  color: #fff;
  background: #F9DFE3;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.l-header__button .button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
}

/*---------------------------------------
 * Layout Footer
 ---------------------------------------*/
.l-footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.l-footer__inner {
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer__copyright {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 15px 0;
  }
}

.c-page-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 3px solid #3995c1;
  text-align: left;
  line-height: 170%;
}

/*---------------------------------------
 * Utility
 ---------------------------------------*/
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .u-tb-pc {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .u-tb {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .u-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-sp-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 481px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .u-sp-pc {
    display: none !important;
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-spacing-normal {
  letter-spacing: normal;
}

.u-relative {
  position: relative;
}

.u-indent-1em {
  margin-left: 1em;
  text-indent: -1em;
}

.u-underline {
  text-decoration: underline;
}

.u-center {
  text-align: center;
}

.u-mt--0 {
  margin-top: 0;
}
.u-mt--1em {
  margin-top: 1em;
}

.u-mb--0 {
  margin-bottom: 0;
}
.u-mb--1em {
  margin-bottom: 1em;
}

.u-bold,
.u-strong {
  font-weight: 600;
}

.u-primary-dark {
  color: #c97472;
}/*# sourceMappingURL=main.css.map */
