@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&display=swap);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;
  }
}

.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-qa-lead {
  font-family: "Jost", "A1 Gothic R", sans-serif;
}
@media (min-width: 769px) {
  .cs-qa-lead {
    font-size: 16px;
    color: #666;
  }
}
@media (max-width: 768.98px) {
  .cs-qa-lead {
    font-size: 13px;
    color: #415974;
  }
}

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

.cs-qa-menu-anchor {
  border-radius: 10px;
  background-color: #ecf0f1;
}
.cs-qa-menu-anchor li {
  position: relative;
}
.cs-qa-menu-anchor > li {
  margin-bottom: 0.7em;
}
.cs-qa-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-qa-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%;
}
.cs-qa-menu-anchor > li ul {
  font-family: "Jost", "A1 Gothic R", sans-serif;
}
.cs-qa-menu-anchor > li li {
  margin-top: 0.3em;
}
.cs-qa-menu-anchor > li li a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .cs-qa-menu-anchor {
    position: sticky;
    top: 140px;
    padding: 25px;
    font-size: 12px;
  }
  .cs-qa-menu-anchor strong {
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .cs-qa-menu-anchor {
    margin-bottom: 20px;
    padding: 20px 20px 20px 30px;
  }
  .cs-qa-menu-anchor > li {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .cs-qa-menu-anchor > li ul {
    font-size: 12px;
  }
}

.faqArea h2 {
  position: relative;
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}
.faqArea 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;
}
.faqArea h3 {
  color: #666;
  font-family: "Jost", "A1 Gothic R", sans-serif;
  margin-bottom: 1em;
}
.faqArea .answerArea {
  font-family: "Jost", "A1 Gothic M", sans-serif;
}
.faqArea .answerArea dd ul {
  margin: 0 0 1em 5px;
  line-height: 1.3;
}
.faqArea .answerArea dd ul li {
  margin-bottom: 5px;
  padding-left: 8px;
}
.faqArea .answerArea dd ul.att li {
  background: 0;
}
.faqArea .answerArea dd ol {
  margin-bottom: 1em;
}
.faqArea .answerArea table {
  margin-bottom: 1em;
}
.faqArea .answerArea table th, .faqArea .answerArea table td {
  padding: 0.5em;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.faqArea .answerArea table th {
  background-color: #eeeeee;
}
.faqArea .answerArea table td {
  background-color: #fff;
}
.faqArea .accordion {
  position: relative;
  padding-left: 15px;
  margin-bottom: 16px;
  color: #336dbb;
  cursor: pointer;
}
.faqArea .accordion::before {
  position: absolute;
  content: "Q.";
  display: inline-block;
  top: 0;
  left: 0;
}
.faqArea .open {
  position: relative;
  display: none;
  padding-left: 25px;
  margin-bottom: 0;
  border-left: 4px solid #ecf0f1;
  color: #666;
}
.faqArea .open::before {
  position: absolute;
  content: "A.";
  display: inline-block;
  color: #d6000f;
  top: 0;
  left: 10px;
}
.faqArea .open p {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .faqArea {
    padding-left: 30px;
  }
  .faqArea h2 {
    font-size: 24px;
  }
  .faqArea h3 {
    font-size: 18px;
  }
  .faqArea .answerArea {
    font-size: 14px;
  }
  .faqArea .faqList {
    margin-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  .faqArea {
    padding-left: 1em;
  }
  .faqArea h2 {
    font-size: 18px;
  }
  .faqArea h2::before {
    top: 0.05em;
  }
  .faqArea h3 {
    font-size: 16px;
  }
  .faqArea .answerArea {
    font-size: 13px;
  }
  .faqArea .cs-qa-anser {
    overflow: hidden;
  }
  .faqArea .cs-table-wrap {
    overflow-x: scroll;
  }
  .faqArea .cs-table-wrap table {
    width: 150vw;
  }
  .faqArea .faqList {
    margin-bottom: 32px;
  }
}

.cs-qa-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-qa-headline span {
  margin-left: 5px;
  display: inline-block;
}
@media (min-width: 769px) {
  .cs-qa-headline {
    font-size: 24px;
  }
}
@media (max-width: 768.98px) {
  .cs-qa-headline {
    font-size: 18px;
  }
}

.cs-qa-tel dt {
  color: #333;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.cs-qa-tel dt span {
  display: block;
}
.cs-qa-tel dd {
  color: #666;
  font-family: "Jost", "A1 Gothic R", sans-serif;
}
.cs-qa-tel dd span {
  display: inline-block;
}
@media (min-width: 769px) {
  .cs-qa-tel dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cs-qa-tel dt span {
    font-size: 14px;
  }
  .cs-qa-tel dd {
    font-size: 14px;
  }
  .cs-qa-tel dd img {
    margin-right: 10px;
  }
  .entry_content .txt{
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768.98px) {
  .cs-qa-tel dt {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .cs-qa-tel dt span {
    font-size: 11px;
  }
  .cs-qa-tel dd {
    font-size: 12px;
  }
  .cs-qa-tel dd img {
    height: 24px;
    margin-bottom: 10px;
  }
  .entry_content .txt{
    width: 100%;
    padding: 4vw;
    margin: 0 0 4vw;
  }
  .entry_content .txt h4{
    font-size: 3.5vw;
    text-align: center;
    margin: 0 auto 1vw;
  }
  .entry_content .txt .status-guide li{
     font-size: 3.2vw !important;
  }
}

.cs-qa-line {
  border-top: 2px solid #ecf0f1;
}
@media (min-width: 769px) {
  .cs-qa-line {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 768.98px) {
  .cs-qa-line {
    margin-top: 35px;
    padding-top: 35px;
  }
}

.cs-qa-notion {
  background-color: #ecf0f1;
  padding: 20px;
  border-radius: 10px;
  font-size: 13px;
}
.cs-qa-notion h3 {
  font-size: 14px;
}
.cs-qa-notion p:last-of-type {
  margin-bottom: 0;
}

.entry_content .txt{
	text-align: left;
    border-radius: 10px;
    background-color: #f4f9ff;
   
}

.entry_content .txt h4{
	width: fit-content;
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0;
 }

.entry_content .txt .status-guide{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0;
}

.entry_content .txt .status-guide li{
    font-size: 14px;
    display: flex
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 10px 0 0;
}

.entry_content .txt .status-guide li img{
   width: 14px;
    height: auto;
    margin: 0 5px 0 0;
}

.entry_content .txt p{
    width: fit-content;
    font-size: 12px;
    padding: 0;
    margin: 5px 0;
    line-height: 1.5;
    text-align: justify;
}