@charset "utf-8";
html {
  scroll-padding-top: 114px;
}
.tvcm {
  position: fixed;
  top: 585px;
  right: 0; 
  z-index: 10;  
}
.shinki {
  display: flex;
  background-color: #b4a157;
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.t-support_title {
  background-color: #f8f1e2;
  height: 650px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}
.t-support_title img {
  margin-top: 40px;
}

/* campaign start */
.campaign {
  background-color: #f8f1e2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}
.campaign div {
  background-color: #f8f1e2;
  width: 700px;
  margin: 0 auto;
}
.campaign img {
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 20px;
}
.campaign .attention {
  text-align: left;
  letter-spacing: 1.5px;
}
.campaign .attention a {
  text-decoration: underline;
}
/* campaign end */

.noto {
  background-color: #f8f1e2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noto p {
  width: 950px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.9px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}
.noto p a {
  text-decoration: underline;
}
.service {
  background-color: #f8f1e2;
  height: 746px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding-top: 60px;
}
.service_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 950px;
  margin: 0 auto;
}
.service_text {
  width: 460px;
  text-align: left;
  margin-right: 30px;
  letter-spacing: 1.5px;
}
.overview {
  color: #685042;
  font-size: 26px;
  font-weight: 900;
}
.overview span {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 2;
  font-weight: bold;
}
.attention {
  color: #333333;
  font-size: 12px;
  padding-left: 1.0em;
  text-indent: -1.1em;
}
.service_graph {
  width: 500px;
  text-align: right;
  margin-left: 0px;
}
.service_graph img {
  border-radius: 20px;
}
.point_image {
  width: 950px;
  margin: 0 auto 0;
  text-align: left;
}
.point_image img {
  margin-top: -100px;
}
.point {
  background-color: #ffffff;
  height: 420px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}
.point_text {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-top: -25px;
  letter-spacing: 2px;
}
.point_container {
  display: flex;
  width: 950px;
  justify-content: space-between;
  margin: 40px auto 0;
}
.initial_free {
  width: 950px;
  margin: 0 auto 0;
  text-align: left;
}
.initial_free img {
  margin-top: -50px;
  margin-left: 100px;
}
.individual {
  background-color: #e4d8a9;
  height: 260px;
  margin: -75px calc(50% - 50vw) 0;
  padding: 37px 0 0;
  width: 100vw;
  text-align: center;
}
.individual_text {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.individual_text span {
  font-size: 34px;
}
.individual_text small {
  font-size: 18px;
  font-weight: bold;
}
.individual img {
  margin-top: 25px;
}
.owner {
  background-color: #ffffff;
  height: 283px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}
.owner_text {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}
.owner_text span {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
.owner img {
  margin-top: 25px;
}
.flow {
  background-color: #f8f1e2;
  height: 1100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}
.flow_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow img {
  margin: 55px auto 0;
}
.faq {
  background-color: #ffffff;
  height: auto;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: 2px;
}
.faq_container {
  width: 950px;
  margin: 50px auto;
}
.faq_text {
  color: #b4a157;
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 40px;
}
.faq summary {
  background-color: #b4a157;
  color: white;
  padding: 8px 15px;
  font-size: 1.2em;
  cursor: pointer;
  border: 1px solid #b4a157;
  border-radius: 10px;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  box-sizing: border-box;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "＋";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7em;
  font-weight: lighter;
}
.faq details[open] summary::after {
  content: "－";
}
.faq details[open] summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq details > div {
  padding: 15px;
  border-top: none;
}
.faq details {
  margin-bottom: 20px;
  background-color: #f8f1e2;
  text-align: left;
  border-radius: 10px;
}
.faq details:not([open]) > div {
  display: none;
}
.faq details img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.faq_q {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 40px;
  line-height: 1.5;
  flex: 1;
  white-space: normal;
  word-break: break-word;
}
.faq_a_container {
  display: flex;
}
.faq_a {
  color: #000000;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
}
.faq details .faq_a img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.faq_a a {
  text-decoration: underline;
}
.acc_dl {
  text-decoration: underline;
}
.fa-window-restore {
  color: #003399;
}
.fa-file-pdf {
  color: #b03d42;
}
.form {
  display: flex;
  background-color: #f8f1e2;
  height: 670px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
.form_indivisual {
  padding-top: 100px;
}
.form_toiawase {
  background-color: #ffffff;
  width: 950px;
  height: 200px;
  border-radius: 20px;
  margin-top: 60px;
}
.form_toiawase p {
  color: #685042;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.for_use {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  margin-top: 70px;
}
.for_use p {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.for_use p a {
  color: #333333;
  text-decoration: underline;
}
#footer {
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 57px;
  }
  .tvcm {
    top: 565px;
  }
  .modaal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
  }
  .modaal-video-wrap {
    width: 335px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  .modaal-video-wrap iframe {
    width: 335px !important;
    height: auto !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 0 auto !important;
  }
  .modaal-close {
    top: 10px !important;
    right: 10px !important;
    width: 38px !important;
    height: 38px !important;
  }
  .shinki {
    height: 70px;
  }
  .t-support_title {
    height: 604px;
  }
  .t-support_title img {
    margin-top: 0;
  }
  
  /* campaign start */
  .campaign div {
    width: 335px;
  }
  .campaign img {
    margin-top: 30px;
  }
  /* campaign end */
  
  .noto p {
    width: 335px;
    line-height: 1.7;
  }
  .service {
    height: 800px;
    padding-top: 40px;
  }
  .service_container {
    flex-flow: column;
    align-items: center;
    width: 335px;
    margin: 0 auto;
  }
  .service_text {
    width: 335px;
    margin-right: 0;
  }
  .overview span {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.7;
    letter-spacing: 1.9px;
  }
  .service_graph {
    flex: 1;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .attention {
    width: 330px;
  }
  .point_image {
    width: 335px;
    text-align: center;
  }
  .point_image img {
    margin-top: 50px;
  }
  .point {
    height: 830px;
  }
  .point_text {
    margin-top: 20px;
  }
  .point_container {
    display: flex;
    flex-flow: column;
    width: 335px;
    justify-content: space-between;
    margin: 30px auto;
  }
  .point_container img {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .initial_free {
    width: 335px;
    text-align: center;
  }
  .initial_free img {
    margin-left: 0;
  }
  .individual {
    background-color: #e4d8a9;
    height: 295px;
    margin: -60px calc(50% - 50vw) 0;
    padding: 70px 0 0;
    width: 100vw;
    text-align: center;
  }
  .individual_text {
    font-size: 20px;
    line-height: 1.4;
  }
  .individual_text span {
    font-size: 30px;
  }
  .individual_text small {
    font-size: 16px;
    font-weight: bold;
  }
  .owner {
    width: 335px;
    margin: 0 auto;
    height: 265px;
  }
  .owner_text {
    margin-top: 40px;
  }
  .owner_text span {
    display: block;
    width: 335px;
    text-align: left;
    font-size: 14px;
    padding-top: 15px;
  }
  .flow {
    height: 1875px;
  }
  .flow img {
    margin: 30px auto 0;
  }
  .faq {
    padding-bottom: 0;
  }
  .faq_container {
    width: 335px;
    margin: 0 auto;
  }
  .faq_text {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .faq summary {
    min-height: 86px;
  }
  .faq summary::after {
    right: 10px;
    top: 50%;
  }
  .faq details img {
    margin-left: 0;
  }
  .faq_q {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 30px;
    letter-spacing: normal;
  }
  .faq_a {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 0;
  }
  .form {
    height: 600px;
  }
  .form_indivisual {
    padding-top: 60px;
  }
  .form_toiawase {
    width: 335px;
    height: 180px;
    border-radius: 20px;
    margin-top: 30px;
  }
  .form_toiawase p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .for_use {
    flex-flow: column;
    margin-top: 40px;
  }
  .for_use p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  #footer {
    padding-bottom: 70px;
  }
}
