@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body, form *, input, textarea, select, button, table *, th, td, fieldset, legend, option {
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}

.title_faq {
  height: 18px;
  font-size: 20px;
  line-height: 0.9;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 10px;
  margin-top: 80px;
}

.underline_header {
  width: 260px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 35px;
}

.center_content {
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}

.row_button_faq {
  margin-bottom: 10px;
}

.row_button_faq > a {
  text-decoration: none !important;
}

.faq_button {
  width: 305px;
  height: 36px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #fef2f5;
  display: inline-block;
  text-align: center;
  margin-right: 4.5px;
  margin-left: 4.5px;
  line-height: 36px;
}

.faq_button .faq_button--text {
  width: 184px;
  height: 12px;
  font-size: 12px;
  text-align: center;
  color: #f884a3;
  text-decoration: none;
}

.content_faq {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin: 0px 59px 40px 59px !important;
  padding-bottom: 12px;
}

.content_faq__header {
  font-size: 18px;
  font-weight: bold;
  line-height: 0.89;
  text-align: center;
  color: #4a4a4a;
  text-align: left;
  padding: 30px 0 35px 30px;
  word-break: break-all;
}

.content_faq__subheader {
  height: 14px;
  font-size: 14px;
  line-height: 1;
  color: #f884a3;
  text-align: left;
  padding: 0px 0px 0px 30px;
  margin-bottom: 14px;
  word-break: break-all;
}

.content_faq__ul {
  width: 90%;
  font-size: 14px;
  line-height: 1.57;
  color: #4a4a4a;
  text-align: left;
  padding: 0px 0px 25px 30px;
  word-break: break-all;
}

.content_faq__ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.content_faq__text {
  width: 90%;
  font-size: 14px;
  line-height: 1.57;
  color: #4a4a4a;
  text-align: left;
  padding: 0px 0px 25px 30px;
  word-break: break-all;
}

.content_faq__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content_faq__text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  word-break: break-all;
}

.content_faq__text ul li .num {
  word-break: normal;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.content_faq__toggle_header {
  font-size: 14px;
  line-height: 1.57;
  color: #5ca6d6;
  text-align: left;
  padding: 0px 20px 14px 20px;
}

.toggle_link {
  cursor: pointer;
}

.icon_margin {
  margin-right: 4px;
}

.g_navi__list li:nth-child(4) ::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  height: 6px;
  width: 20px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f884a3;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.g_footer .other_info {
  background: #fef2f5;
}

.color_link_bill {
  color: #f884a3;
}

.content_faq_notice {
  border: 3px solid #f884a3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin: 0px 59px 40px 59px !important;
  padding-bottom: 12px;
}

.content_faq_notice .content_faq__header {
  color: #f884a3;
  text-align: center;
}

/*# sourceMappingURL=new_faq.css.map */
