body .modaal-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .modaal-close {
  top: 10px;
  right: 10px;
  color: #336dbb;
}
body .modaal-close::before, body .modaal-close::after {
  background-color: #336dbb;
  border-radius: 0;
  width: 2px;
}
body .modaal-close:hover::before, body .modaal-close:hover::after {
  background-color: #336dbb;
}
@media (max-width: 768.98px) {
  body .modaal-inner-wrapper {
    padding: 0;
  }
  body .modaal-content-container {
    padding-bottom: 100px;
  }
  body .modaal-wrapper picture {
    display: inline-block;
    margin-bottom: 2em;
  }
}

.cs-font-en {
  font-family: "Jost", sans-serif;
}

.cs-font-ja-l {
  font-family: "Jost", "A1 Gothic L", sans-serif;
}

.cs-font-ja-r {
  font-family: "Jost", "A1 Gothic R", sans-serif;
}

.cs-font-ja-m {
  font-family: "Jost", "A1 Gothic M", sans-serif;
}

.cs-static-section {
  overflow-x: hidden;
}
.cs-static-section__head span {
  position: relative;
  display: inline-block;
  color: #336dbb;
  border-bottom: 1px;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}
.cs-static-section__head span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #336dbb;
}
@media (min-width: 769px) {
  .cs-static-section {
    margin-top: 90px;
  }
  .cs-static-section__head span {
    font-size: 40px;
  }
}
@media (max-width: 768.98px) {
  .cs-static-section {
    padding-bottom: 3.5vw;
  }
  .cs-static-section__head {
    text-align: center;
  }
  .cs-static-section__head span {
    padding-bottom: 3.5vw;
    font-size: 7vw;
  }
  .cs-static-section__head span::before {
    height: 3px;
  }
}

.cs-static-modal-target {
  display: none;
}

.js-ac > .js-ac-body {
  display: none;
}

.cs-video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cs-video iframe, .cs-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  overflow: hidden;
}

.cs-static-table {
  font-family: "Jost", "A1 Gothic M", sans-serif;
}
.cs-static-table__th {
  color: #000;
}
.cs-static-table__td strong {
  color: #000;
}
@media (min-width: 769px) {
  .cs-static-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }
  .cs-static-table + .cs-static-table {
    margin-bottom: 40px;
  }
  .cs-static-table__th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .cs-static-table__dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 768.98px) {
  .cs-static-table {
    font-size: 15px;
  }
  .cs-static-table + .cs-static-table {
    margin-bottom: 30px;
  }
  .cs-static-table__dt {
    margin-bottom: 8px;
  }
  .cs-static-table__dd {
    font-size: 14px;
  }
}

.cs-color-blue {
  color: #336dbb;
}

.cs-color-black {
  color: #333;
}

.cs-guide {
  margin-bottom: 100px;
}

.cs-guide-lead {
  font-family: "Jost", "A1 Gothic R", sans-serif;
}
@media (min-width: 769px) {
  .cs-guide-lead {
    font-size: 16px;
    color: #666;
  }
}
@media (max-width: 768.98px) {
  .cs-guide-lead {
    font-size: 13px;
    color: #415974;
  }
}

.cs-guide-menu-wrapper {
  position: relative;
  height: 100%;
}

.cs-guide-menu-anchor {
  border-radius: 10px;
  background-color: #ecf0f1;
}
.cs-guide-menu-anchor li {
  position: relative;
}
.cs-guide-menu-anchor li:last-child {
  margin-bottom: 0;
}
.cs-guide-menu-anchor > li {
  margin-bottom: 0.7em;
}
.cs-guide-menu-anchor > li strong {
  margin-bottom: 0.7em;
  display: block;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.cs-guide-menu-anchor > li strong::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227px%22%20height%3D%228px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(51%2C%20109%2C%20187)%22%20d%3D%22M0.110%2C0.077%20L6.085%2C3.585%20L0.110%2C7.094%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 769px) {
  .cs-guide-menu-anchor {
    position: sticky;
    top: 140px;
    padding: 25px;
    font-size: 12px;
  }
  .cs-guide-menu-anchor strong {
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .cs-guide-menu-anchor {
    margin-bottom: 20px;
    padding: 20px 20px 20px 30px;
  }
  .cs-guide-menu-anchor > li {
    font-size: 15px;
    margin-bottom: 1em;
  }
}

.cs-guide-table th, .cs-guide-table td {
  border: 1px solid #bbb;
  padding: 16px;
  vertical-align: middle;
}
.cs-guide-table th {
  text-align: center;
  background-color: #eee;
}

.guideArea {
  line-height: 1.8;
}
.guideArea + .guideArea {
  border-top: 2px solid #ecf0f1;
}
.guideArea h2 {
  position: relative;
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}
.guideArea h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: -1em;
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(51%2C%20109%2C%20187)%22%20d%3D%22M7.594%2C0.894%20C11.736%2C0.894%2015.094%2C4.296%2015.094%2C8.494%20C15.094%2C12.691%2011.736%2C16.094%207.594%2C16.094%20C3.452%2C16.094%200.094%2C12.691%200.094%2C8.494%20C0.094%2C4.296%203.452%2C0.894%207.594%2C0.894%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M6.110%2C5.077%20L10.085%2C8.585%20L6.110%2C12.094%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.guideArea h3 {
  font-family: "Jost", "A1 Gothic M", sans-serif;
  margin-bottom: 1em;
}
.guideArea h4 {
  font-family: "Jost", "A1 Gothic M", sans-serif;
  margin: 1.5em 0 0.5em;
}
.guideArea .cs-guide-link {
  margin: 16px 0;
}
.guideArea .cs-guide-link span {
  font-family: "Jost", "A1 Gothic M", sans-serif;
  color: #000;
}
@media (min-width: 769px) {
  .guideArea {
    padding-left: 30px;
  }
  .guideArea + .guideArea {
    margin-top: 40px;
    padding-top: 40px;
  }
  .guideArea h2 {
    font-size: 24px;
  }
  .guideArea h3 {
    font-size: 18px;
  }
  .guideArea h4 {
    font-size: 18px;
  }
  .guideArea .cs-guide-link span {
    margin-right: 1em;
  }
}
@media (max-width: 768.98px) {
  .guideArea {
    padding-left: 1em;
  }
  .guideArea + .guideArea {
    margin-top: 30px;
    padding-top: 30px;
  }
  .guideArea h2 {
    font-size: 18px;
  }
  .guideArea h2::before {
    top: 0.05em;
  }
  .guideArea h3 {
    font-size: 16px;
  }
  .guideArea h4 {
    font-size: 14px;
  }
  .guideArea .cs-guide-link span {
    display: block;
    margin-bottom: 0.5em;
  }
  .guideArea .btn {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.cs-guide-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-guide-headline span {
  margin-left: 5px;
  display: inline-block;
}
@media (min-width: 769px) {
  .cs-guide-headline {
    font-size: 24px;
  }
}
@media (max-width: 768.98px) {
  .cs-guide-headline {
    font-size: 18px;
  }
}