@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
html {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #252525;
}

@media (max-width: 576px) {
  html {
    font-size: 15px;
  }
}
body {
  overflow-x: hidden !important;
}

.font-serif {
  font-family: "Sawarabi Mincho", serif;
}

.font-roboto {
  font-family: "roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

header,
body {
  background-color: #ffffff;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
}
.fs-1 {
  font-size: 32px !important;
  font-weight: bold !important;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

.fs-2 {
  font-size: 24px !important;
  font-weight: bold !important;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

.fs-3 {
  font-size: 20px !important;
  font-weight: bold !important;
}

p,
dd {
  line-height: 1.6;
}

main a,
article a {
  color: #0d6efd;
}

main a:hover, main a:active,
article a:hover,
article a:active {
  color: #57402a;
}

main a:visited,
article a:visited {
  color: #0d6efd;
}

/* ユーティリティ */
.container {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-narrow {
  display: block;
  width: 100%;
  max-width: 770px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (max-width: 1080px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 992px) {
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 576px) {
  .justify-content-sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

@media (max-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-half {
  margin: 5px !important;
}

.mt-half {
  margin-top: 5px !important;
}

.mb-half {
  margin-bottom: 5px !important;
}

.ms-half {
  margin-left: 5px !important;
}

.me-half {
  margin-right: 5px !important;
}

.my-half {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx-half {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.ms-1 {
  margin-left: 10px !important;
}

.me-1 {
  margin-right: 10px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ms-2 {
  margin-left: 20px !important;
}

.me-2 {
  margin-right: 20px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.ms-3 {
  margin-left: 30px !important;
}

.me-3 {
  margin-right: 30px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.ms-4 {
  margin-left: 40px !important;
}

.me-4 {
  margin-right: 40px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.ms-5 {
  margin-left: 50px !important;
}

.me-5 {
  margin-right: 50px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-5 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.ms-6 {
  margin-left: 60px !important;
}

.me-6 {
  margin-right: 60px !important;
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-6 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media (max-width: 1080px) {
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .mt-xl-1 {
    margin-top: 10px !important;
  }
  .mb-xl-1 {
    margin-bottom: 10px !important;
  }
  .ms-xl-1 {
    margin-left: 10px !important;
  }
  .me-xl-1 {
    margin-right: 10px !important;
  }
  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-xl-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2 {
    margin-top: 20px !important;
  }
  .mb-xl-2 {
    margin-bottom: 20px !important;
  }
  .ms-xl-2 {
    margin-left: 20px !important;
  }
  .me-xl-2 {
    margin-right: 20px !important;
  }
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-xl-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3 {
    margin-top: 30px !important;
  }
  .mb-xl-3 {
    margin-bottom: 30px !important;
  }
  .ms-xl-3 {
    margin-left: 30px !important;
  }
  .me-xl-3 {
    margin-right: 30px !important;
  }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-xl-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4 {
    margin-top: 40px !important;
  }
  .mb-xl-4 {
    margin-bottom: 40px !important;
  }
  .ms-xl-4 {
    margin-left: 40px !important;
  }
  .me-xl-4 {
    margin-right: 40px !important;
  }
  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-xl-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5 {
    margin-top: 50px !important;
  }
  .mb-xl-5 {
    margin-bottom: 50px !important;
  }
  .ms-xl-5 {
    margin-left: 50px !important;
  }
  .me-xl-5 {
    margin-right: 50px !important;
  }
  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-xl-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .mt-xl-6 {
    margin-top: 60px !important;
  }
  .mb-xl-6 {
    margin-bottom: 60px !important;
  }
  .ms-xl-6 {
    margin-left: 60px !important;
  }
  .me-xl-6 {
    margin-right: 60px !important;
  }
  .my-xl-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-xl-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (max-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .mt-lg-1 {
    margin-top: 10px !important;
  }
  .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  .ms-lg-1 {
    margin-left: 10px !important;
  }
  .me-lg-1 {
    margin-right: 10px !important;
  }
  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-lg-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2 {
    margin-top: 20px !important;
  }
  .mb-lg-2 {
    margin-bottom: 20px !important;
  }
  .ms-lg-2 {
    margin-left: 20px !important;
  }
  .me-lg-2 {
    margin-right: 20px !important;
  }
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-lg-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3 {
    margin-top: 30px !important;
  }
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  .ms-lg-3 {
    margin-left: 30px !important;
  }
  .me-lg-3 {
    margin-right: 30px !important;
  }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-lg-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4 {
    margin-top: 40px !important;
  }
  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
  .ms-lg-4 {
    margin-left: 40px !important;
  }
  .me-lg-4 {
    margin-right: 40px !important;
  }
  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-lg-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5 {
    margin-top: 50px !important;
  }
  .mb-lg-5 {
    margin-bottom: 50px !important;
  }
  .ms-lg-5 {
    margin-left: 50px !important;
  }
  .me-lg-5 {
    margin-right: 50px !important;
  }
  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-lg-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .mt-lg-6 {
    margin-top: 60px !important;
  }
  .mb-lg-6 {
    margin-bottom: 60px !important;
  }
  .ms-lg-6 {
    margin-left: 60px !important;
  }
  .me-lg-6 {
    margin-right: 60px !important;
  }
  .my-lg-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-lg-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (max-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .mt-md-1 {
    margin-top: 10px !important;
  }
  .mb-md-1 {
    margin-bottom: 10px !important;
  }
  .ms-md-1 {
    margin-left: 10px !important;
  }
  .me-md-1 {
    margin-right: 10px !important;
  }
  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-md-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2 {
    margin-top: 20px !important;
  }
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
  .ms-md-2 {
    margin-left: 20px !important;
  }
  .me-md-2 {
    margin-right: 20px !important;
  }
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-md-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3 {
    margin-top: 30px !important;
  }
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .ms-md-3 {
    margin-left: 30px !important;
  }
  .me-md-3 {
    margin-right: 30px !important;
  }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-md-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4 {
    margin-top: 40px !important;
  }
  .mb-md-4 {
    margin-bottom: 40px !important;
  }
  .ms-md-4 {
    margin-left: 40px !important;
  }
  .me-md-4 {
    margin-right: 40px !important;
  }
  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-md-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5 {
    margin-top: 50px !important;
  }
  .mb-md-5 {
    margin-bottom: 50px !important;
  }
  .ms-md-5 {
    margin-left: 50px !important;
  }
  .me-md-5 {
    margin-right: 50px !important;
  }
  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-md-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .mt-md-6 {
    margin-top: 60px !important;
  }
  .mb-md-6 {
    margin-bottom: 60px !important;
  }
  .ms-md-6 {
    margin-left: 60px !important;
  }
  .me-md-6 {
    margin-right: 60px !important;
  }
  .my-md-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-md-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (max-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .mt-sm-1 {
    margin-top: 10px !important;
  }
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
  .ms-sm-1 {
    margin-left: 10px !important;
  }
  .me-sm-1 {
    margin-right: 10px !important;
  }
  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-sm-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2 {
    margin-top: 20px !important;
  }
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
  .ms-sm-2 {
    margin-left: 20px !important;
  }
  .me-sm-2 {
    margin-right: 20px !important;
  }
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-sm-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3 {
    margin-top: 30px !important;
  }
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  .ms-sm-3 {
    margin-left: 30px !important;
  }
  .me-sm-3 {
    margin-right: 30px !important;
  }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-sm-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4 {
    margin-top: 40px !important;
  }
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
  .ms-sm-4 {
    margin-left: 40px !important;
  }
  .me-sm-4 {
    margin-right: 40px !important;
  }
  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-sm-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5 {
    margin-top: 50px !important;
  }
  .mb-sm-5 {
    margin-bottom: 50px !important;
  }
  .ms-sm-5 {
    margin-left: 50px !important;
  }
  .me-sm-5 {
    margin-right: 50px !important;
  }
  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-sm-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .mt-sm-6 {
    margin-top: 60px !important;
  }
  .mb-sm-6 {
    margin-bottom: 60px !important;
  }
  .ms-sm-6 {
    margin-left: 60px !important;
  }
  .me-sm-6 {
    margin-right: 60px !important;
  }
  .my-sm-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-sm-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
.p-half {
  padding: 5px !important;
}

.pt-half {
  padding-top: 5px !important;
}

.pb-half {
  padding-bottom: 5px !important;
}

.ps-half {
  padding-left: 5px !important;
}

.pe-half {
  padding-right: 5px !important;
}

.py-half {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-half {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.ps-1 {
  padding-left: 10px !important;
}

.pe-1 {
  padding-right: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.ps-2 {
  padding-left: 20px !important;
}

.pe-2 {
  padding-right: 20px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.ps-3 {
  padding-left: 30px !important;
}

.pe-3 {
  padding-right: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.ps-4 {
  padding-left: 40px !important;
}

.pe-4 {
  padding-right: 40px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.ps-5 {
  padding-left: 50px !important;
}

.pe-5 {
  padding-right: 50px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.ps-6 {
  padding-left: 60px !important;
}

.pe-6 {
  padding-right: 60px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-6 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

@media (max-width: 1080px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .pt-xl-1 {
    padding-top: 10px !important;
  }
  .pb-xl-1 {
    padding-bottom: 10px !important;
  }
  .ps-xl-1 {
    padding-left: 10px !important;
  }
  .pe-xl-1 {
    padding-right: 10px !important;
  }
  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2 {
    padding-top: 20px !important;
  }
  .pb-xl-2 {
    padding-bottom: 20px !important;
  }
  .ps-xl-2 {
    padding-left: 20px !important;
  }
  .pe-xl-2 {
    padding-right: 20px !important;
  }
  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3 {
    padding-top: 30px !important;
  }
  .pb-xl-3 {
    padding-bottom: 30px !important;
  }
  .ps-xl-3 {
    padding-left: 30px !important;
  }
  .pe-xl-3 {
    padding-right: 30px !important;
  }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4 {
    padding-top: 40px !important;
  }
  .pb-xl-4 {
    padding-bottom: 40px !important;
  }
  .ps-xl-4 {
    padding-left: 40px !important;
  }
  .pe-xl-4 {
    padding-right: 40px !important;
  }
  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5 {
    padding-top: 50px !important;
  }
  .pb-xl-5 {
    padding-bottom: 50px !important;
  }
  .ps-xl-5 {
    padding-left: 50px !important;
  }
  .pe-xl-5 {
    padding-right: 50px !important;
  }
  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .pt-xl-6 {
    padding-top: 60px !important;
  }
  .pb-xl-6 {
    padding-bottom: 60px !important;
  }
  .ps-xl-6 {
    padding-left: 60px !important;
  }
  .pe-xl-6 {
    padding-right: 60px !important;
  }
  .py-xl-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-xl-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media (max-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .pt-lg-1 {
    padding-top: 10px !important;
  }
  .pb-lg-1 {
    padding-bottom: 10px !important;
  }
  .ps-lg-1 {
    padding-left: 10px !important;
  }
  .pe-lg-1 {
    padding-right: 10px !important;
  }
  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2 {
    padding-top: 20px !important;
  }
  .pb-lg-2 {
    padding-bottom: 20px !important;
  }
  .ps-lg-2 {
    padding-left: 20px !important;
  }
  .pe-lg-2 {
    padding-right: 20px !important;
  }
  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3 {
    padding-top: 30px !important;
  }
  .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  .ps-lg-3 {
    padding-left: 30px !important;
  }
  .pe-lg-3 {
    padding-right: 30px !important;
  }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4 {
    padding-top: 40px !important;
  }
  .pb-lg-4 {
    padding-bottom: 40px !important;
  }
  .ps-lg-4 {
    padding-left: 40px !important;
  }
  .pe-lg-4 {
    padding-right: 40px !important;
  }
  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5 {
    padding-top: 50px !important;
  }
  .pb-lg-5 {
    padding-bottom: 50px !important;
  }
  .ps-lg-5 {
    padding-left: 50px !important;
  }
  .pe-lg-5 {
    padding-right: 50px !important;
  }
  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .pt-lg-6 {
    padding-top: 60px !important;
  }
  .pb-lg-6 {
    padding-bottom: 60px !important;
  }
  .ps-lg-6 {
    padding-left: 60px !important;
  }
  .pe-lg-6 {
    padding-right: 60px !important;
  }
  .py-lg-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-lg-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media (max-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .pt-md-1 {
    padding-top: 10px !important;
  }
  .pb-md-1 {
    padding-bottom: 10px !important;
  }
  .ps-md-1 {
    padding-left: 10px !important;
  }
  .pe-md-1 {
    padding-right: 10px !important;
  }
  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2 {
    padding-top: 20px !important;
  }
  .pb-md-2 {
    padding-bottom: 20px !important;
  }
  .ps-md-2 {
    padding-left: 20px !important;
  }
  .pe-md-2 {
    padding-right: 20px !important;
  }
  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3 {
    padding-top: 30px !important;
  }
  .pb-md-3 {
    padding-bottom: 30px !important;
  }
  .ps-md-3 {
    padding-left: 30px !important;
  }
  .pe-md-3 {
    padding-right: 30px !important;
  }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4 {
    padding-top: 40px !important;
  }
  .pb-md-4 {
    padding-bottom: 40px !important;
  }
  .ps-md-4 {
    padding-left: 40px !important;
  }
  .pe-md-4 {
    padding-right: 40px !important;
  }
  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5 {
    padding-top: 50px !important;
  }
  .pb-md-5 {
    padding-bottom: 50px !important;
  }
  .ps-md-5 {
    padding-left: 50px !important;
  }
  .pe-md-5 {
    padding-right: 50px !important;
  }
  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .pt-md-6 {
    padding-top: 60px !important;
  }
  .pb-md-6 {
    padding-bottom: 60px !important;
  }
  .ps-md-6 {
    padding-left: 60px !important;
  }
  .pe-md-6 {
    padding-right: 60px !important;
  }
  .py-md-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-md-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media (max-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .pt-sm-1 {
    padding-top: 10px !important;
  }
  .pb-sm-1 {
    padding-bottom: 10px !important;
  }
  .ps-sm-1 {
    padding-left: 10px !important;
  }
  .pe-sm-1 {
    padding-right: 10px !important;
  }
  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2 {
    padding-top: 20px !important;
  }
  .pb-sm-2 {
    padding-bottom: 20px !important;
  }
  .ps-sm-2 {
    padding-left: 20px !important;
  }
  .pe-sm-2 {
    padding-right: 20px !important;
  }
  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3 {
    padding-top: 30px !important;
  }
  .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  .ps-sm-3 {
    padding-left: 30px !important;
  }
  .pe-sm-3 {
    padding-right: 30px !important;
  }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4 {
    padding-top: 40px !important;
  }
  .pb-sm-4 {
    padding-bottom: 40px !important;
  }
  .ps-sm-4 {
    padding-left: 40px !important;
  }
  .pe-sm-4 {
    padding-right: 40px !important;
  }
  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5 {
    padding-top: 50px !important;
  }
  .pb-sm-5 {
    padding-bottom: 50px !important;
  }
  .ps-sm-5 {
    padding-left: 50px !important;
  }
  .pe-sm-5 {
    padding-right: 50px !important;
  }
  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .pt-sm-6 {
    padding-top: 60px !important;
  }
  .pb-sm-6 {
    padding-bottom: 60px !important;
  }
  .ps-sm-6 {
    padding-left: 60px !important;
  }
  .pe-sm-6 {
    padding-right: 60px !important;
  }
  .py-sm-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-sm-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
.border {
  border: 1px solid #d7d7d7 !important;
}

.border-top {
  border-top: 1px solid #d7d7d7 !important;
}

.border-bottom {
  border-bottom: 1px solid #d7d7d7 !important;
}

.border-start {
  border-left: 1px solid #d7d7d7 !important;
}

.border-end {
  border-right: 1px solid #d7d7d7 !important;
}

.border-width-bold {
  border-width: 2px !important;
}

.border-primary {
  border-color: #6f5337 !important;
}

.border-secondary {
  border-color: #ddc499 !important;
}

.border-base {
  border-color: #f8f3eb !important;
}

.border-0 {
  border: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-lg {
  border-radius: 8px !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16) !important;
}

.hover-shadow {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16) !important;
}

.hover-opacity {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hover-opacity:hover {
  opacity: 0.6;
}

.bg-primary {
  background-color: #6f5337 !important;
}

.bg-base {
  background-color: #f8f3eb !important;
}

.bg-secondary {
  background-color: #ddc499 !important;
}

.bg-gray {
  background-color: #d7d7d7 !important;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.fs-large {
  font-size: 18px !important;
}

.fs-default {
  font-size: 16px !important;
}

.fs-medium {
  font-size: 15px !important;
}

.fs-small {
  font-size: 12px !important;
}

.fs-xsmall {
  font-size: 10px !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

@media (max-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (max-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (max-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
.text-success {
  color: #198754 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-body {
  color: #252525 !important;
}

.text-primary {
  color: #6f5337 !important;
}

.text-secondary {
  color: #ddc499 !important;
}

.text-gray {
  color: #606060;
}

.text-light {
  color: #bdbdbd;
}

.text-white {
  color: #ffffff !important;
}

.text-shadow {
  text-shadow: 0px 1px 4px #252525 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

@media (max-width: 992px) {
  .text-lg-wrap {
    white-space: normal !important;
  }
}
@media (max-width: 768px) {
  .text-md-wrap {
    white-space: normal !important;
  }
}
@media (max-width: 576px) {
  .text-sm-wrap {
    white-space: normal !important;
  }
}
.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto 24px auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}

.grid-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-2 > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-2 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

@media (max-width: 768px) {
  .grid-2 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}
.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 24px auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}

.grid-3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-3 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-3 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid-3 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

@media (max-width: 768px) {
  .grid-3 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}
.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid-4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.grid-4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.grid-4 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-4 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.grid-4 > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.grid-4 > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.grid-4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.grid-4 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-4 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid-4 > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.grid-4 > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

@media (max-width: 768px) {
  .grid-4 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 1080px) {
  .grid-xl-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    -ms-grid-column-align: space-between;
    justify-self: space-between;
  }
  .grid-xl-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-xl-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-xl-2 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-xl-2 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 1120px) {
  .grid-xl-2 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 992px) {
  .grid-lg-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    -ms-grid-column-align: space-between;
    justify-self: space-between;
  }
  .grid-lg-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-lg-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-lg-2 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-lg-2 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .grid-md-2 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 992px) {
  .grid-lg-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    -ms-grid-column-align: space-between;
    justify-self: space-between;
  }
  .grid-lg-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-lg-1 > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 768px) {
  .grid-md-1 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .grid-md-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 12px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .grid-md-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-md-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-md-2 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-md-2 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .grid-md-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto 12px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .grid-md-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-md-1 > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 576px) {
  .grid-sm-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto 12px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .grid-sm-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-sm-1 > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-auto {
  overflow-y: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

/* コンポーネント */
.alert-noscript {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

@media (max-width: 992px) {
  .alert-noscript {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.alert-noscript__inner {
  padding: 24px 40px;
  background-color: #f7f7f7;
  border: solid 1px #d1d1d1;
}

@media (max-width: 768px) {
  .alert-noscript__inner {
    padding: 12px;
  }
}
.breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb li {
  white-space: nowrap;
}

.breadcrumb li:last-child {
  padding-right: 15px;
}

.breadcrumb .ico {
  font-size: 12px;
  margin: 0 4px;
}

.breadcrumb a {
  text-decoration: underline;
  color: #0d6efd;
}

.breadcrumb a:visited {
  color: #0d6efd;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: #57402a;
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 56px;
  padding: 0 24px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  color: #252525;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn:hover, .btn:active {
  color: #252525;
  background-color: rgba(27, 36, 64, 0.1);
}

@media (max-width: 576px) {
  .btn {
    width: 100%;
    min-width: 100%;
    height: 48px;
    padding: 0 24px 2px;
  }
}
.btn-small {
  width: auto;
  max-width: auto;
  height: auto;
  line-height: 1;
  padding: 15px 40px 15px;
  font-size: 15px;
  cursor: pointer;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #6f5337;
}

.btn-primary:hover, .btn-primary:active {
  color: #ffffff !important;
  background-color: #57402a;
}

.btn-outline-primary {
  color: #6f5337 !important;
  border: 1px solid #6f5337;
  background-color: #ffffff;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #ffffff !important;
  background-color: #57402a;
  border: none;
}

.btn-cta {
  color: #ffffff !important;
  background-color: #ee3333;
}

.btn-cta:hover, .btn-cta:active {
  color: #ffffff !important;
  background-color: #d02c2c;
}

.btn-outline-cta {
  color: #ee3333 !important;
  border: 1px solid #ee3333;
  background-color: #ffffff;
}

.btn-outline-cta:hover, .btn-outline-cta:active {
  color: #ffffff !important;
  background-color: #d02c2c;
  border: none;
}

.btn-secondary {
  color: #ffffff !important;
  background-color: #ddc499;
}

.btn-secondary:hover, .btn-secondary:active {
  color: #ffffff !important;
  background-color: #ddc499;
}

.btn-outline-secondary {
  color: #ddc499 !important;
  border: 1px solid #ddc499;
  background-color: #ffffff;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
  color: #ffffff !important;
  background-color: #ddc499;
  border: none;
}

.list {
  display: inline-block;
  list-style: none;
}

.list li {
  position: relative;
  padding-left: calc(1rem + 1px);
  padding-bottom: 0.25rem;
  font-size: calc(1rem - 1px);
  text-align: left;
}

.list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.list li:last-child {
  padding-bottom: 0;
}

.list-asterisk {
  display: inline-block;
  list-style: none;
}

.list-asterisk li {
  position: relative;
  padding-left: calc(1rem + 1px);
  padding-bottom: 0.25rem;
  font-size: calc(1rem - 1px);
  text-align: left;
}

.list-asterisk li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.list-asterisk li:last-child {
  padding-bottom: 0;
}

.list-num {
  display: inline-block;
  list-style: none;
}

.list-num > li {
  position: relative;
  padding-left: calc(1rem + 1px);
  padding-bottom: 0.5rem;
  font-size: calc(1rem - 1px);
  text-align: left;
  counter-increment: num;
}

.list-num > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: counter(num) ".";
}

@media (max-width: 576px) {
  .list-num > li::before {
    top: 2px;
  }
}
.list-num > li:last-child {
  padding-bottom: 0;
}

.list-num .list-num {
  display: inline-block;
  list-style: none;
}

.list-num .list-num > li {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  font-size: calc(1rem - 2px);
  text-align: left;
  counter-increment: innum;
}

.list-num .list-num > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "（" counter(innum) "）";
}

.list-num .list-num > li:last-child {
  padding-bottom: 0;
}

.list-unstyled {
  display: inline-block;
  list-style: none;
}

.list-unstyled li {
  position: relative;
  padding-bottom: 0.25rem;
  font-size: calc(1rem - 1px);
  text-align: left;
}

.list-unstyled li:last-child {
  padding-bottom: 0;
}