@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : general_top.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.entry_bnr {
  display: none;
}

.lead_txt {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 90px;
}
.lead_txt span {
  font-weight: 500;
  font-size: 18px;
}

.form_table {
  border-top: solid 1px #DFDFDF;
  width: 100%;
  margin-bottom: 100px;
}
.form_table tr {
  border-bottom: solid 1px #DFDFDF;
}
.form_table th {
  padding: 30px 0;
  width: 25%;
  min-width: 200px;
  vertical-align: middle;
}
.form_table th .th_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form_table th .th_box .hissu {
  width: 36px;
  margin-right: 15px;
}
.form_table th .th_box .hissu span {
  font-size: 12px;
  color: #990044;
  border-radius: 3px;
  border: solid 1px #990044;
  line-height: 1;
  padding: 2px 4px 4px;
  letter-spacing: 0.08em;
}
.form_table th .th_box .hissu.any span {
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  border: solid 1px #B8B8B8;
  background: #B8B8B8;
  line-height: 1;
  padding: 2px 4px 4px;
  letter-spacing: 0.08em;
}
.form_table th .th_box .tit {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.form_table th.th01 {
  vertical-align: top;
}
.form_table td {
  width: 75%;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
}

input[type=text] {
  border: none;
  box-sizing: border-box;
  width: 66.6%;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
  background: #F2F1F6;
  height: 55px;
  box-sizing: border-box;
}
input[type=text]::-moz-placeholder {
  color: #C2C2C2;
}
input[type=text]::placeholder {
  color: #C2C2C2;
}
input[type=text].input01 {
  width: 100px;
  margin-right: 15px;
}

textarea {
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #F2F1F6;
  border-radius: 5px;
}
textarea ::-moz-placeholder {
  color: #C2C2C2;
}
textarea ::placeholder {
  color: #C2C2C2;
}

select {
  outline: none;
  text-indent: 0;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  padding: 0;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
}

.select-wrap {
  position: relative;
  display: inline-block;
  width: 66.6%;
  /* max-width: 200px; */
}
.select-wrap::before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  content: "";
  pointer-events: none;
  border-top: 10px solid #222;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.select-wrap select {
  width: 100%;
  border: none;
  box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  background: #F2F1F6;
  height: 55px;
  box-sizing: border-box;
}

.radio02-input {
  display: none;
}

.radio02-input + label {
  padding-left: 40px;
  position: relative;
  margin-right: 30px;
  font-size: 18px;
  cursor: pointer;
}

.radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  border-radius: 50%;
}

.radio02-input:checked + label {
  color: #990044;
}

.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #990044;
  border-radius: 50%;
}

.form_btn {
  text-align: center;
}

.form_btn button {
  display: inline-block;
  text-align: center;
  background: #990044;
  color: #FFF;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 400px;
  padding: 32px 0;
  transition: 0.3s;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.form_btn button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.form_btn.back {
  text-align: center;
  margin-top: 30px;
}

.form_btn.back button {
  display: inline-block;
  text-align: center;
  background: #CDCDCD;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  width: 250px;
  padding: 25px 0;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  transition: 0.5s;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .lead_txt {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .lead_txt span {
    font-size: 15px;
  }
  .lead_txt.thanks {
    margin-bottom: 100px;
  }
  .form_table {
    border-top: solid 1px #DFDFDF;
    width: 100%;
    margin-bottom: 50px;
  }
  .form_table tr {
    border-bottom: solid 1px #DFDFDF;
  }
  .form_table th {
    padding: 25px 0 10px;
    width: 100%;
    display: block;
    min-width: inherit;
  }
  .form_table th .th_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form_table th .th_box .hissu {
    width: 36px;
    margin-right: 8px;
  }
  .form_table th .th_box .hissu span {
    font-size: 12px;
    color: #990044;
    border-radius: 3px;
    border: solid 1px #990044;
    line-height: 1;
    padding: 2px 4px 4px;
    letter-spacing: 0.08em;
  }
  .form_table th .th_box .tit {
    font-size: 16px;
  }
  .form_table td {
    width: 100%;
    display: block;
    padding: 0 0 25px;
    font-size: 16px;
    font-weight: 700;
  }
  input[type=text] {
    border: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    box-sizing: border-box;
    background: #F2F1F6;
    height: 40px;
    box-sizing: border-box;
  }
  input[type=text]::-moz-placeholder {
    color: #C2C2C2;
  }
  input[type=text]::placeholder {
    color: #C2C2C2;
  }
  input[type=text].input01 {
    width: 100px;
    margin-right: 15px;
  }
  textarea {
    border: none;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #F2F1F6;
    border-radius: 5px;
  }
  textarea ::-moz-placeholder {
    color: #C2C2C2;
  }
  textarea ::placeholder {
    color: #C2C2C2;
  }
  select {
    outline: none;
    text-indent: 0;
    text-overflow: "";
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  select option {
    padding: 0;
  }
  select::-ms-expand {
    display: none;
  }
  select:-moz-focusring {
    color: transparent;
  }
  .select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    /* max-width: 200px; */
  }
  .select-wrap::before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    content: "";
    pointer-events: none;
    border-top: 10px solid #222;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .select-wrap select {
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    background: #F2F1F6;
    height: 40px;
    box-sizing: border-box;
  }
  .radio02-input {
    display: none;
  }
  .radio02-input + label {
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
    font-size: 16px;
    cursor: pointer;
  }
  .radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    border-radius: 50%;
  }
  .radio02-input:checked + label {
    color: #990044;
  }
  .radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #990044;
    border-radius: 50%;
  }
  .form_btn {
    text-align: center;
  }
  .form_btn button {
    display: inline-block;
    text-align: center;
    background: #990044;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: 700;
    width: 100%;
    padding: 20px 0;
    transition: inherit;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
  .form_btn button:hover {
    opacity: 1;
    transition: inherit;
  }
  .form_btn.back {
    text-align: center;
    margin-top: 20px;
  }
  .form_btn.back button {
    display: inline-block;
    text-align: center;
    background: #CDCDCD;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    width: 60%;
    padding: 15px 0;
    font-family: "Noto Sans JP", sans-serif;
    border: none;
    transition: 0.5s;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=entry.css.map */