@charset "UTF-8";
/*! Writen	by SCSS */
.sec_request {
  padding-top: clamp(60px, 8.34%, 100px);
  padding-bottom: 100px; }

.sec_ttl_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }

.sec_ttl {
  font-size: clamp(20px, 2.5vw, 30px);
  text-align: center; }

.page_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
  font-size: clamp(20px, 2.9vw, 36px);
  gap: 0.4em;
  line-height: 1; }
  .page_ttl .jp {
    letter-spacing: 0.1em; }
  .page_ttl .en {
    line-height: 1;
    font-size: 0.38em;
    letter-spacing: 0.2em;
    color: #0085e2; }

.cont_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
  letter-spacing: 0.05em; }
  @media screen and (max-width: 480px) {
    .cont_ttl {
      margin-bottom: 30px; } }
  .cont_ttl .en {
    line-height: 1;
    color: #0085e2;
    font-size: clamp(20px, 2.5vw, 30px); }
    @media screen and (max-width: 480px) {
      .cont_ttl .en {
        font-size: 24px; } }
  .cont_ttl .jp {
    font-size: clamp(16px, 2vw, 24px); }
    @media screen and (max-width: 480px) {
      .cont_ttl .jp {
        font-size: 20px; } }

.bottom_wrap .contact_request_button {
  display: none; }

.form_read {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em; }

.privacy_link {
  display: block;
  margin-top: 1.42em; }

.mandatory {
  font-size: 14px;
  line-height: 1;
  background: #ff0000;
  color: #fff;
  width: 50px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 7px; }

.mandatory_ico {
  position: relative; }
  .mandatory_ico::before {
    text-align: center;
    content: "必須";
    font-size: 14px;
    line-height: 1;
    background: #ff0000;
    color: #fff;
    width: 50px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .mandatory_ico::before {
        font-size: 12px; } }

.any_ico {
  position: relative; }
  .any_ico::before {
    text-align: center;
    content: "任意";
    font-size: 14px;
    line-height: 1;
    background: #706d6a;
    color: #fff;
    width: 50px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .any_ico::before {
        font-size: 12px; } }

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  margin: 0;
  font-family: YakuHanJP,"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif; }
  button:focus {
    outline: none; }

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select {
  box-sizing: border-box;
  padding: 5px;
  font-family: YakuHanMP,"Shippori Mincho","Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
  input[type=text]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  textarea:focus,
  select:focus {
    outline: none; }

textarea {
  max-width: 700px;
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc; }

select {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-size: 14px 12px; }
  select.w200 {
    width: 100%;
    max-width: 200px; }
  select:not(:-internal-list-box) {
    overflow: visible !important; }

input {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc; }
  input.w100 {
    width: 100%;
    max-width: 100px; }
  input.w300 {
    width: 100%;
    max-width: 300px; }
  input.w600 {
    width: 100%;
    max-width: 600px; }

.address dl {
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .address dl {
      display: block; } }
  .address dl:not(:last-child) {
    margin-bottom: 10px; }
  .address dl dt {
    width: 125px; }
    @media screen and (max-width: 768px) {
      .address dl dt {
        width: auto; } }
  .address dl dd {
    width: calc(100% - 125px); }
    @media screen and (max-width: 768px) {
      .address dl dd {
        width: auto; } }
.address .ajaxzip3 {
  font-size: 12px;
  letter-spacing: 0.1em;
  background: #666;
  border: 0;
  color: #fff;
  width: 140px;
  height: 30px;
  line-height: 1;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .address .ajaxzip3 {
      margin-top: 5px; } }
.address .address_cap {
  margin-left: 15px; }
  @media screen and (max-width: 1100px) {
    .address .address_cap {
      display: block;
      margin-left: 0;
      margin-top: 5px; } }

.check_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em; }
  @media screen and (max-width: 480px) {
    .check_btns {
      gap: 1em; } }
  .check_btns li {
    line-height: 1;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .check_btns li {
        float: none;
        display: block; } }
    .check_btns li input {
      height: auto; }
    @media screen and (min-width: 1101px) {
      .check_btns li:nth-child(5) {
        margin-right: 0; }
      .check_btns li:nth-child(6) {
        clear: both; } }
  .check_btns.check_btns1 .label_checkbox {
    font-size: 13px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .check_btns.check_btns1 .label_checkbox {
        flex-wrap: wrap; } }
    .check_btns.check_btns1 .label_checkbox span {
      flex-shrink: 0;
      margin-right: 0.5em; }
      @media screen and (max-width: 768px) {
        .check_btns.check_btns1 .label_checkbox span + input[type="text"] {
          display: block;
          width: 100%;
          margin-top: 0.5em;
          box-sizing: border-box; } }
  .check_btns.check_btns2 li:not(:last-child) {
    margin-right: 25px; }
  .check_btns.check_btns2 li:nth-child(5) {
    clear: both; }
  .check_btns.check_btns2 .label_checkbox {
    font-size: 13px; }

.submit {
  margin-top: 40px;
  text-align: center; }
  .submit input[type=submit] {
    background: #0085e2;
    font-size: 16px;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    border: 1px solid #0085e2;
    border-radius: 0;
    cursor: pointer;
    font-family: YakuHanMP_Noto, "Noto Serif JP","游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
    transition: background 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s; }
    @media (hover: hover) {
      .submit input[type=submit]:hover {
        background: #fff;
        color: #0085e2; } }
  .submit .b_btn {
    background: #666;
    font-size: 16px;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    border: 1px solid #666;
    border-radius: 0;
    cursor: pointer;
    font-family: YakuHanMP_Noto, "Noto Serif JP","游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
    transition: background 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s; }
    @media (hover: hover) {
      .submit .b_btn:hover {
        background: #fff;
        color: #666; } }

.form_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
.form_wrap th,
.form_wrap td {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-top: 1px dashed #aaaaaa;
  border-bottom: 1px dashed #aaaaaa;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 50px;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .form_wrap th,
    .form_wrap td {
      display: block;
      border-top: solid 1px #767472;
      border-bottom: 0;
      min-height: 10px; } }
.form_wrap th {
  text-align: left;
  width: 220px; }
  @media screen and (max-width: 768px) {
    .form_wrap th {
      width: 100%;
      padding-left: 0; } }
.form_wrap td {
  width: calc(220px - 100%);
  padding-left: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .form_wrap td {
      width: 100%;
      padding-left: 0;
      border-top: 1px dashed #767472; } }
  @media screen and (max-width: 768px) {
    .form_wrap td span.name:first-child {
      display: block;
      margin-bottom: 0.5em; } }

.mult {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  gap: 1em 1.5em; }
  @media screen and (max-width: 480px) {
    .mult {
      gap: 1em; } }
  .mult input[type="radio"],
  .mult input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    margin: 0 10px 0 0; }
  .mult label {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .mult label {
        flex-wrap: wrap; } }
    .mult label span {
      flex-shrink: 0;
      margin-right: 0.5em; }
      @media screen and (max-width: 768px) {
        .mult label span + input[type="text"] {
          display: block;
          width: 100%;
          margin-top: 0.5em;
          box-sizing: border-box; } }

small#error {
  color: #ff0000;
  display: block; }

.btn_col {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  .btn_col li {
    width: 170px; }
  .btn_col li:nth-child(2) {
    margin: 0 0 0 20px; }

.t_btn {
  width: 240px;
  margin: 0 auto;
  display: block;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
  font-size: 14px;
  letter-spacing: 0.2em; }
  @media (hover: hover) {
    .t_btn:hover {
      background: #fff;
      color: #000; } }

.thaks_t1 {
  font-size: clamp(20px, 2.09vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1; }

.thaks_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 768px) {
    .thaks_text {
      font-size: 13px; } }

.pass_text {
  width: fit-content;
  border: 1px solid #d1d1d1;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 0.6em 3em;
  margin: 15px auto clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 768px) {
    .pass_text {
      margin-top: 10px; } }

.thanks_button_wrap {
  margin-top: clamp(25px, 3.34%, 40px);
  margin-bottom: clamp(25px, 3.34%, 40px);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 480px) {
    .thanks_button_wrap {
      flex-direction: column;
      max-width: 300px;
      gap: 15px; } }
  .thanks_button_wrap a {
    width: 46.88%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 1.06vw, 14px);
    padding: 2em 0.5em;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
    transition: background 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s; }
    @media screen and (max-width: 480px) {
      .thanks_button_wrap a {
        width: 100%;
        padding: 1.5em 0.5em; } }
    .thanks_button_wrap a.login_btn {
      color: #fff;
      background: #0085e2;
      border: 1px solid #0085e2; }
      @media (hover: hover) {
        .thanks_button_wrap a.login_btn:hover {
          background: #fff;
          color: #0085e2; } }
    .thanks_button_wrap a.t_btn {
      background: #a02020;
      border: 1px solid #a02020; }
      @media (hover: hover) {
        .thanks_button_wrap a.t_btn:hover {
          background: #fff;
          color: #a02020; } }

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