@charset "UTF-8";
html, body {
  overscroll-behavior-y: none;
}

html, body, main {
  font-family: "Yu Mincho", YuMincho, "游明朝体", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 480px), print {
  html, body, main {
    letter-spacing: 0;
  }
}

main div, main p, main h1, main h2, main h3, main h4, main h5, main h6, main span, main a, main li, main strong, main i, main small, main address, main th, main td, main figcaption, main label, main dd, main dt, main textarea, main input, main select {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  color: inherit;
}

html {
  margin-top: 0 !important;
}
html #wpadminbar {
  opacity: 0.2;
}
html #wpadminbar:hover {
  opacity: 1;
}

.iblock {
  display: inline-block;
}

.Top_slide {
  width: auto;
}

main.Legalcheck {
  display: block;
}
main.Legalcheck .btndef {
  display: inline-block;
  background-color: #003b00;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 360px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
main.Legalcheck .btndef:hover {
  opacity: 0.95;
}
main.Legalcheck .btndef::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .btndef::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 35px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .btndef:hover::before {
  width: 0px;
}
main.Legalcheck .summary {
  padding: 80px 0 120px;
  width: 90%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .summary {
    width: 90%;
    margin: auto;
    padding: 60px 0;
  }
}
main.Legalcheck .summary_frame {
  width: 60%;
  height: 450px;
  margin-right: 0;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .summary_frame {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
main.Legalcheck .summary_frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main.Legalcheck .summary_txt {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10%;
  left: auto;
  margin: auto;
  width: 60%;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .summary_txt {
    width: 100%;
    position: relative;
    padding: 0px;
  }
}
main.Legalcheck .summary_txt_ttl {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  color: #003b00;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .summary_txt_ttl {
    font-size: calc(20px + 20 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .summary_txt_ttl {
    font-size: 20px;
  }
}
main.Legalcheck .summary_txt_desc {
  padding: 30px 0;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .summary_txt_desc {
    padding: 1em 0;
  }
}
main.Legalcheck .summary_txt .btndef {
  display: block;
}
main.Legalcheck .risk {
  padding: 60px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk {
    padding: 60px 0;
  }
}
main.Legalcheck .risk_wrap {
  width: 90%;
  margin: auto;
  max-width: 1380px;
}
main.Legalcheck .risk_ttl {
  padding-bottom: 27px;
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "游明朝体", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 26px;
  line-height: 1.6153846154;
  font-size: 26px;
  color: #003b00;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .risk_ttl {
    font-size: calc(22px + 4 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_ttl {
    padding-bottom: 16px;
  }
}
main.Legalcheck .risk_intro {
  text-align: center;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_intro {
    text-align: left;
  }
}
main.Legalcheck .risk_list {
  max-width: 600px;
  padding: 40px 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .risk_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
    padding: 30px 0;
  }
}
main.Legalcheck .risk_list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: 270px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .risk_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 480px;
  }
}
main.Legalcheck .risk_list_item_ttl {
  position: relative;
  font-family: "Yu Mincho", YuMincho, "游明朝体", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.4444444444;
  font-size: 18px;
  color: #003b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .risk_list_item_ttl {
    font-size: calc(16px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_list_item_ttl {
    font-size: 16px;
  }
}
main.Legalcheck .risk_list_item_ttl::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  aspect-ratio: 25/23;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-warning.svg");
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_list_item_ttl::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    margin-right: 6px;
  }
}
main.Legalcheck .risk_list_item_desc {
  padding-top: 20px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_list_item_desc {
    padding-top: 6px;
  }
}
main.Legalcheck .risk_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
  margin: 0 auto;
  background-color: #fff;
}
main.Legalcheck .risk_comment_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  border: 3px solid #003b00;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_comment_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
main.Legalcheck .risk_comment_img img {
  display: block;
  width: 100%;
}
main.Legalcheck .risk_comment_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-size: 20px;
  color: #003b00;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .risk_comment_txt {
    font-size: calc(14px + 6 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .risk_comment_txt {
    font-size: 14px;
  }
}
main.Legalcheck .checksrv {
  width: 90%;
  margin: auto;
  max-width: 1380px;
  padding: 80px 0;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .checksrv {
    padding: 60px 0;
  }
}
main.Legalcheck .checksrv_ttl {
  padding-bottom: 27px;
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "游明朝体", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 26px;
  line-height: 1.6153846154;
  font-size: 26px;
  color: #003b00;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .checksrv_ttl {
    font-size: calc(22px + 4 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .checksrv_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .checksrv_ttl {
    padding-bottom: 16px;
  }
}
main.Legalcheck .checksrv_intro {
  text-align: center;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .checksrv_intro {
    text-align: left;
  }
}
main.Legalcheck .checksrv_ex {
  max-width: 660px;
  padding: 40px 10px;
  margin: 40px auto;
  border: 1px #003b00 solid;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .checksrv_ex {
    padding: 28px 5%;
    margin: 28px auto;
  }
}
main.Legalcheck .checksrv_ex_ttl {
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "游明朝体", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.4444444444;
  font-size: 18px;
  color: #003b00;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .checksrv_ex_ttl {
    font-size: calc(16px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .checksrv_ex_ttl {
    font-size: 16px;
  }
}
main.Legalcheck .checksrv_ex_list {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 50px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .checksrv_ex_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding-top: 18px;
  }
}
main.Legalcheck .checksrv_ex_list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 25px);
          flex: 0 0 calc(50% - 25px);
  max-width: 278px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .checksrv_ex_list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
main.Legalcheck .checksrv_ex_list .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  aspect-ratio: 1;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-check-yel.svg");
}
main.Legalcheck .checksrv .btndef {
  display: block;
  margin: 0 auto;
}
main.Legalcheck .flow {
  padding: 80px 0 0;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow {
    padding: 60px 0 0;
  }
}
main.Legalcheck .flow_btn {
  width: 90%;
  margin: auto;
  max-width: 1380px;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_btn {
    padding-top: 40px;
  }
}
main.Legalcheck .flow_ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 90px;
  margin-bottom: 60px;
  color: #000;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .flow_ttl {
    font-size: 18px;
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
main.Legalcheck .flow_ttl::after {
  content: "FLOW";
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #003b00;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .flow_ttl::after {
    font-size: 40px;
  }
}
@media screen and (max-width: 374px), print {
  main.Legalcheck .flow_ttl::after {
    font-size: 35px;
  }
}
main.Legalcheck .flow_help {
  padding: 60px 0 140px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_help {
    padding: 40px 0 80px;
  }
}
main.Legalcheck .flow_help .flow_section_title::after {
  background-color: #fff;
}
main.Legalcheck .flow_ask {
  padding: 120px 0 60px;
  background-color: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_ask {
    padding: 90px 0 40px;
  }
}
main.Legalcheck .flow_ask .flow_section_title::after {
  background-color: #f5f5f5;
}
main.Legalcheck .flow_ask_start {
  position: absolute;
  top: -26px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  background-color: #003b00;
  text-align: center;
  color: #fff;
  padding: 13px 20px;
  display: inline-block;
  width: 40%;
  font-size: 19px;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .flow_ask_start {
    font-size: calc(16px + 3 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_ask_start {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .flow_ask_start {
    width: 85%;
    padding: 10px 5px;
  }
}
main.Legalcheck .flow_ask_start::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -19px;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: solid #003b00 20px;
  border-right: solid transparent 20px;
  border-left: solid transparent 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .flow_ask_start::after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
main.Legalcheck .flow_section {
  width: 50%;
  margin: auto;
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .flow_section {
    width: 90%;
    padding: 30px 15px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section.reserve, main.Legalcheck .flow_section.compare {
    padding: 55px 15px 30px;
  }
}
main.Legalcheck .flow_section:last-child {
  margin-bottom: 0px;
}
main.Legalcheck .flow_section_title {
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: 60px;
  margin: auto;
  display: inline-block;
  width: auto;
  color: #003b00;
  font-size: 19px;
  z-index: 1;
  padding-left: 70px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_title {
    font-size: 18px;
    padding: 0 0px 0 50px;
    position: absolute;
    top: -15px;
    right: auto;
    bottom: auto;
    left: auto;
    margin: auto;
  }
}
main.Legalcheck .flow_section_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -2;
}
main.Legalcheck .flow_section_title.num1::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 20px;
  margin: auto;
  content: "1";
  color: #bfbfbf;
  font-size: 110px;
  font-family: canto, sans-serif;
  font-weight: 400;
  font-style: italic;
  height: 110px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_title.num1::before {
    position: absolute;
    top: -70px;
    right: auto;
    bottom: auto;
    left: 10px;
    margin: auto;
    font-size: 90px;
    z-index: -1;
  }
}
main.Legalcheck .flow_section_title.num2::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 20px;
  margin: auto;
  content: "2";
  color: #bfbfbf;
  font-size: 110px;
  font-family: canto, sans-serif;
  font-weight: 400;
  font-style: italic;
  height: 110px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_title.num2::before {
    position: absolute;
    top: -70px;
    right: auto;
    bottom: auto;
    left: 10px;
    margin: auto;
    font-size: 90px;
    z-index: -1;
  }
}
main.Legalcheck .flow_section_title.num3::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 20px;
  margin: auto;
  content: "3";
  color: #bfbfbf;
  font-size: 110px;
  font-family: canto, sans-serif;
  font-weight: 400;
  font-style: italic;
  height: 110px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_title.num3::before {
    position: absolute;
    top: -70px;
    right: auto;
    bottom: auto;
    left: 10px;
    margin: auto;
    font-size: 90px;
    z-index: -1;
  }
}
main.Legalcheck .flow_section_title.num4::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 20px;
  margin: auto;
  content: "4";
  color: #bfbfbf;
  font-size: 110px;
  font-family: canto, sans-serif;
  font-weight: 400;
  font-style: italic;
  height: 110px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_title.num4::before {
    position: absolute;
    top: -70px;
    right: auto;
    bottom: auto;
    left: 10px;
    margin: auto;
    font-size: 90px;
    z-index: -1;
  }
}
main.Legalcheck .flow_section_title.num5::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 20px;
  margin: auto;
  content: "5";
  color: #bfbfbf;
  font-size: 110px;
  font-family: canto, sans-serif;
  font-weight: 400;
  font-style: italic;
  height: 110px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_title.num5::before {
    position: absolute;
    top: -70px;
    right: auto;
    bottom: auto;
    left: 10px;
    margin: auto;
    font-size: 90px;
    z-index: -1;
  }
}
main.Legalcheck .flow_section_title.num6::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 20px;
  margin: auto;
  content: "6";
  color: #bfbfbf;
  font-size: 110px;
  font-family: canto, sans-serif;
  font-weight: 400;
  font-style: italic;
  height: 110px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_title.num6::before {
    position: absolute;
    top: -70px;
    right: auto;
    bottom: auto;
    left: 10px;
    margin: auto;
    font-size: 90px;
    z-index: -1;
  }
}
main.Legalcheck .flow_section_content.reserve {
  text-align: center;
}
main.Legalcheck .flow_section_content_title {
  margin-bottom: 5px;
}
main.Legalcheck .flow_section_content_tel {
  margin-bottom: 20px;
}
main.Legalcheck .flow_section_content_tel .btn {
  display: inline-block;
  background-color: #003b00;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 360px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
main.Legalcheck .flow_section_content_tel .btn:hover {
  opacity: 0.95;
}
main.Legalcheck .flow_section_content_tel .btn span {
  color: #fff;
}
main.Legalcheck .flow_section_content_tel .btn span.location {
  font-size: 13px;
  margin-right: 5px;
  position: relative;
}
main.Legalcheck .flow_section_content_tel .btn span.location::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: no-repeat center/contain url(../img/icon-tel.svg);
}
main.Legalcheck .flow_section_content_tel .btn span.tel {
  font-size: 16px;
  text-decoration: underline;
}
main.Legalcheck .flow_section_content_btn {
  margin-top: 20px;
  text-align: center;
}
main.Legalcheck .flow_section_content_form .btn {
  display: inline-block;
  background-color: #003b00;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 360px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
main.Legalcheck .flow_section_content_form .btn:hover {
  opacity: 0.95;
}
main.Legalcheck .flow_section_content_form .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .flow_section_content_form .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 35px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .flow_section_content_form .btn:hover::before {
  width: 0px;
}
main.Legalcheck .flow_section_content .txt {
  margin-bottom: 10px;
}
main.Legalcheck .flow_section_content .note {
  font-size: 13px;
}
main.Legalcheck .flow_section_content .notice {
  font-family: "Yu Mincho", YuMincho, "游明朝体", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.4444444444;
  font-size: 18px;
  color: #003b00;
  color: #003b00;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .flow_section_content .notice {
    font-size: calc(16px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .flow_section_content .notice {
    font-size: 16px;
  }
}
main.Legalcheck .faq {
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: 120px 0;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .faq {
    padding: 60px 0;
  }
}
main.Legalcheck .faq_ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 90px;
  margin-bottom: 60px;
  color: #000;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .faq_ttl {
    font-size: 18px;
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
main.Legalcheck .faq_ttl::after {
  content: "Q&A";
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #003b00;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .faq_ttl::after {
    font-size: 40px;
  }
}
@media screen and (max-width: 374px), print {
  main.Legalcheck .faq_ttl::after {
    font-size: 35px;
  }
}
main.Legalcheck .faq_list {
  border-top: 1px solid #bfbfbf;
}
main.Legalcheck .faq_list_item {
  border-bottom: 1px solid #bfbfbf;
}
main.Legalcheck .faq_list_item .question {
  position: relative;
  padding: 20px 0 20px 30px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .faq_list_item .question {
    padding: 1em 0 1em 1.5em;
  }
}
main.Legalcheck .faq_list_item .question::before {
  content: "Q.";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 25px;
  height: 1.2em;
  margin-right: 10px;
  font-size: 19px;
  line-height: 1;
  color: #003b00;
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .faq_list_item .question::before {
    font-size: calc(15px + 4 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .faq_list_item .question::before {
    font-size: 15px;
  }
}
main.Legalcheck .faq_list_item .question::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  aspect-ratio: 25/23;
  margin-left: 4px;
  font-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-question.svg");
}
@media screen and (max-width: 1180px), print {
  main.Legalcheck .faq_list_item .question::after {
    font-size: calc(16px + 3 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .faq_list_item .question::after {
    font-size: 16px;
  }
}
main.Legalcheck .faq_list_item .answer {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .faq_list_item .answer.open {
  visibility: visible;
  height: auto;
  padding: 10px;
  margin-bottom: 20px;
}
main.Legalcheck .apply {
  padding: 120px 0 40px;
  border-top: 1px solid #bfbfbf;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .apply {
    padding: 60px 0 0;
  }
}
main.Legalcheck .apply_ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 90px;
  margin-bottom: 60px;
  color: #000;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply_ttl {
    font-size: 18px;
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
main.Legalcheck .apply_ttl::after {
  content: "お申込みフォーム";
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #003b00;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply_ttl::after {
    font-size: 40px;
  }
}
@media screen and (max-width: 374px), print {
  main.Legalcheck .apply_ttl::after {
    font-size: 35px;
  }
}
main.Legalcheck .apply_wrap {
  position: relative;
  width: 50%;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply_wrap {
    width: 90%;
    max-width: 480px;
  }
}
main.Legalcheck .apply .form {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .apply .form_group {
  margin-top: 35px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply .form_group {
    margin-top: 0px;
    margin-bottom: 28px;
  }
}
main.Legalcheck .apply .form_item {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply .form_item {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
main.Legalcheck .apply .form_item .wpcf7-form-control-wrap {
  display: block;
}
main.Legalcheck .apply .form_item .wpcf7-not-valid-tip {
  line-height: 1.5;
}
main.Legalcheck .apply .form_item.require::after {
  content: "必須";
  position: absolute;
  top: 7px;
  right: 8px;
  bottom: auto;
  left: auto;
  margin: auto;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  color: #fff;
  background-color: #003b00;
  padding: 0 7px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply .form_item.require::after {
    top: 1px;
    right: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
main.Legalcheck .apply .form_item .title {
  width: 150px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: -160px;
  margin: auto;
  text-align: right;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply .form_item .title {
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: left;
    position: relative;
    left: auto;
    font-size: 16px;
  }
}
main.Legalcheck .apply .form_item label {
  position: relative;
  display: block;
  height: auto;
  line-height: 40px;
}
@media screen and (max-width: 900px), print {
  main.Legalcheck .apply .form_item label {
    line-height: 27px;
  }
}
main.Legalcheck .apply .form_item label .wpcf7-form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 15px;
  background-color: #f2f4f6;
  border: none;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
main.Legalcheck .apply .form_item label .wpcf7-textarea {
  height: auto;
  line-height: auto;
}
main.Legalcheck .apply .form_item label .wpcf7-select, main.Legalcheck .apply .form_item label .wpcf7-agreetype, main.Legalcheck .apply .form_item label .wpcf7-agreepos, main.Legalcheck .apply .form_item label .wpcf7-agreeother {
  position: relative;
  padding-right: 80px;
}
main.Legalcheck .apply .form_item label .wpcf7-select::after, main.Legalcheck .apply .form_item label .wpcf7-agreetype::after, main.Legalcheck .apply .form_item label .wpcf7-agreepos::after, main.Legalcheck .apply .form_item label .wpcf7-agreeother::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  left: auto;
  margin: auto;
  display: block;
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-arrow-.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main.Legalcheck .apply .form_item .termsarea {
  overflow-y: scroll;
  max-height: 200px;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .apply .form_item .termsarea {
    max-height: 20vh;
  }
}
main.Legalcheck .apply .form_item .termsarea .termsarea_wrap {
  padding: 20px;
}
@media screen and (max-width: 480px), print {
  main.Legalcheck .apply .form_item .termsarea .termsarea_wrap {
    padding: 10px 5%;
  }
}
main.Legalcheck .apply .form_item .termsarea .termsarea_wrap > *:not(:last-of-type) {
  margin-bottom: 1em;
}
main.Legalcheck .apply .form_item.acceptance {
  display: inline-block;
  padding-right: 60px;
}
main.Legalcheck .apply .form_item .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
main.Legalcheck .apply .form_item .wpcf7-acceptance .wpcf7-list-item label {
  height: auto;
}
main.Legalcheck .apply .form_item .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 25px;
  height: 25px;
}
main.Legalcheck .apply .form_item .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
main.Legalcheck .apply .form_item .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
}
main.Legalcheck .apply .form_item .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  border: 1px solid #bfbfbf;
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.Legalcheck .apply .form_item .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  cursor: pointer;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-check-grn.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.Legalcheck .apply .form_item .note {
  margin-top: 5px;
}
main.Legalcheck .apply .form_item .note span {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
}
main.Legalcheck .apply .form_submit {
  margin-top: 30px;
  width: 100%;
  text-align: right;
}
main.Legalcheck .apply .form_submit .btn {
  display: inline-block;
  background-color: #003b00;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 360px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
main.Legalcheck .apply .form_submit .btn:hover {
  opacity: 0.95;
}
main.Legalcheck .apply .form_submit .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .apply .form_submit .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 35px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main.Legalcheck .apply .form_submit .btn:hover::before {
  width: 0px;
}
main.Legalcheck .apply .form_submit input {
  color: #fff;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */