@charset "UTF-8";
* {
  color: #353434;
  font-family: 'Noto SansJP', sans-serif;
}


@media screen and (max-width: 767px) {
  .pctag {
    display: none;
  }
}

.sptag {
  display: none;
}

@media screen and (max-width: 767px) {
  .sptag {
    display: block;
  }
}

.link_hover {
  transition: 0.3s;
  cursor: pointer;
}

.link_hover:hover {
  text-decoration: none;
}

.link_hover.ef_op:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .link_hover.ef_op:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}

#pankuzu {
  width: 100%;
  background: #f5f5f4;
  padding: 6px 0 10px;
}

@media screen and (max-width: 767px) {
  #pankuzu {
    padding: 4px 0 6px 2%;
  }
}

#pankuzu ul {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #pankuzu ul {
    width: auto;
  }
}

#pankuzu ul li {
  font-size: 12px;
  display: inline;
}

#pankuzu ul li:not(:last-of-type):after {
  content: '>';
  padding-right: 15px;
}

#pankuzu ul li a {
  color: #353434;
  text-decoration: none;
  padding: 0 18px 0 0;
  display: inline;
}

#pankuzu ul li a:hover {
  text-decoration: underline;
}

.sec_01 .w_set {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec_01 .w_set {
    width: 100%;
    padding: 0 4%;
  }
}

.sec_ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec_ttl {
    width: 52.4vw;
    margin: 0 auto;
    padding-top: 10.66667vw;
  }
}

.read_txt {
  width: 800px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #152d4a;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 2px solid #152d4a;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .read_txt {
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1.5;
    padding-top: 5.33333vw;
    padding-bottom: 6.66667vw;
  }
}

.read_txt .orange {
  color: #f39700;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .read_txt .orange {
    font-size: 4vw;
    line-height: 1.3;
  }
}

.read_txt .cap_txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .read_txt .cap_txt {
    padding: 30px 4% 0;
  }
}

.read_txt .cap_txt a {
  display: inline-block;
  padding-right: 10px;
}

.form_area {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .form_area {
    width: 100%;
  }
}

.form_area .error {
  display: block;
  color: #f00;
  padding-top: 5px;
}

.form_area .flx {
  display: flex;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 767px) {
  .form_area .flx {
    flex-wrap: wrap;
  }
}

.form_area .flx:first-of-type .ttl_box,
.form_area .flx:first-of-type .txt_box {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .form_area .flx:first-of-type .ttl_box,
  .form_area .flx:first-of-type .txt_box {
    padding-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .form_area .flx:first-of-type .ttl_box.radio,
  .form_area .flx:first-of-type .txt_box.radio {
    padding-top: 2.66667vw;
  }
}

.form_area .flx:last-of-type {
  border-bottom: 2px solid #152d4a;
}

.form_area .flx:last-of-type .ttl_box {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .form_area .flx:last-of-type .ttl_box {
    padding-bottom: 0;
  }
}

.form_area .flx:last-of-type .txt_box {
  padding-bottom: 35px;
}

.form_area .flx .ttl_box {
  display: flex;
  justify-content: space-between;
  width: 216px;
  padding: 25px 25px 20px;
}

@media screen and (max-width: 767px) {
  .form_area .flx .ttl_box {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 5.33333vw 0 0;
  }
}

.form_area .flx .ttl_box .ttl {
  font-size: 15px;
  color: #152d4a;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form_area .flx .ttl_box .ttl {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 3.73333vw;
  }
}

.form_area .flx .ttl_box .ttl .cap {
  font-size: 12px;
  line-height: 1.6;
  color: #152d4a;
}

@media screen and (max-width: 767px) {
  .form_area .flx .ttl_box .ttl .cap {
    display: inline-block;
    padding-left: 10px;
  }
}

.form_area .flx .ttl_box .req {
  width: 40px;
  height: 20px;
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background-color: #f39700;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .form_area .flx .ttl_box .req {
    width: 10.66667vw;
    height: 5.33333vw;
    margin-left: 2vw;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 2.66667vw;
  }
}

.form_area .flx .txt_box {
  flex: 1;
  font-size: 15px;
  padding: 20px 0 20px 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media screen and (max-width: 767px) {
  .form_area .flx .txt_box {
    flex: 1;
    width: 100%;
    padding: 4vw 0;
  }
}

.form_area .flx .txt_box.radio .radio_wrap {
  display: inline;
}

@media screen and (max-width: 767px) {
  .form_area .flx .txt_box.radio .radio_wrap {
    line-height: 2;
  }
}

.form_area .flx .txt_box.radio .mwform-radio-field-text {
  display: inline-block;
  margin-left: 25px;
  font-size: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form_area .flx .txt_box.radio .mwform-radio-field-text {
    display: block;
    font-size: 3.46667vw;
  }
}

.form_area .flx .txt_box.radio .mwform-radio-field-text:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 10px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
}

.form_area .flx .txt_box.radio .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.form_area .flx .txt_box input[type="radio"] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form_area .flx .txt_box input[type="radio"]:checked + span.mwform-radio-field-text {
  font-weight: bold;
}

.form_area .flx .txt_box input[type="radio"]:checked + span.mwform-radio-field-text:before {
  opacity: 1;
}

.form_area .flx .txt_box input[type="radio"]:checked + span.mwform-radio-field-text:after {
  background-color: #f39700;
}

.form_area .flx .txt_box input[type="url"] {
  width: 380px;
  border: 1px solid rgba(21, 45, 74, 0.2);
  font-size: 15px;
  line-height: 1.8;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .form_area .flx .txt_box input[type="url"] {
    width: 80vw;
  }
}

.form_area .flx .txt_box input[type="text"] {
  width: 380px;
  border: 1px solid rgba(21, 45, 74, 0.2);
  font-size: 15px;
  line-height: 1.8;
  padding: 5px;
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  .form_area .flx .txt_box input[type="text"] {
    width: 80vw;
  }
}

.form_area .flx .txt_box textarea {
  width: 500px;
  height: 180px;
  border: 1px solid rgba(21, 45, 74, 0.2);
  font-size: 15px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .form_area .flx .txt_box textarea {
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 3.46667vw;
  }
}

.form_area .flx .txt_box input[type="file"] {
  display: none;
}

.form_area .flx .txt_box.file {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .form_area .flx .txt_box.file {
    padding-top: 2.66667vw;
  }
}

.form_area .flx .txt_box.file label {
  display: inline-block;
}

.form_area .flx .txt_box.file label:before {
  content: "選択...";
  display: inline-block;
  width: 58px;
  font-size: 13px;
  text-align: center;
  color: #666;
  padding: 2px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.form_area .flx .txt_box.file label + p {
  display: inline-block;
}

.form_area .flx .txt_box.file .file_name {
  display: inline-block;
  font-size: 13px;
  color: #152d4a;
  padding-left: 5px;
}

.form_area .flx .txt_box .cap {
  font-size: 12px;
  line-height: 1.5;
  color: #152d4a;
  padding-top: 7px;
}

.form_area .flx .txt_box .cap a {
  display: inline-block;
  padding-right: 10px;
}

.privacy {
  text-align: center;
  font-size: 16px;
  color: #152d4a;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .privacy {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 3.46667vw;
  }
}

.btn_submit {
  display: flex;
  width: 350px;
  margin: 30px auto 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #f39700;
  border-radius: 30px;
  border: none;
  position: relative;
}

#submit_btn {
  display: flex;
  width: 350px;
  margin: 30px auto 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #f39700;
  border-radius: 30px;
  border: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn_submit {
    width: 73.33333vw;
    font-size: 3.73333vw;
  }

  #submit_btn {
    width: 73.33333vw;
    font-size: 3.73333vw;
  }
}

.btn_submit:hover {
  background-color: #dd7500;
}

#submit_btn:hover {
  background-color: #dd7500;
}

.btn_submit input[type="submit"] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
  margin: 0 auto;
}

#submit_btn input[type="submit"] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn_submit input[type="submit"] {
    padding: 5.33333vw 0;
  }
  #submit_btn input[type="submit"] {
    padding: 5.33333vw 0;
  }
}

.btn_submit .arw {
  display: inline-block;
}

#submit_btn .arw {
  display: inline-block;
}

.btn_submit .arw:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

#submit_btn .arw:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .btn_submit .arw:before {
    right: 4vw;
  }
  #submit_btn  .arw:before {
    right: 4vw;
  }
}

.postal_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin: 55px auto 100px;
  padding: 32px 50px;
  background-color: #f6f7f8;
}

@media screen and (max-width: 767px) {
  .postal_area {
    width: 100%;
    padding: 6.66667vw 4.66667vw;
    margin-bottom: 13.33333vw;
  }
}

.postal_area .w100 {
  width: 100%;
}

.postal_area .w100 dt {
  text-align: center;
}

.postal_area .w100 dd {
  text-align: center;
}

.postal_area .w50 {
  width: 48%;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .postal_area .w50 {
    width: 100%;
    padding-top: 6.66667vw;
  }
}

.postal_area dt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #152d4a;
}

@media screen and (max-width: 767px) {
  .postal_area dt {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 3.73333vw;
  }
}

.postal_area dd {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  padding-top: 10px;
  color: #152d4a;
}

@media screen and (max-width: 767px) {
  .postal_area dd {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 3.46667vw;
    padding-top: 3.33333vw;
  }
}

.form_area.check .txt_box {
  color: #152d4a;
  line-height: 2;
}

.form_area.check .txt_box.file label:before {
  display: none;
}

.form_area.check .txt_box .cap {
  display: inline-block;
  margin-left: 10px;
}

.form_area.check .btn_return {
  display: flex;
  align-items: center;
  width: 230px;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #152d4a;
  background-color: #f6f7f8;
  border-radius: 30px;
  border: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form_area.check .btn_return {
    width: 58.66667vw;
    font-size: 3.73333vw;
    position: relative;
  }
}

.form_area.check .btn_return:hover {
  filter: drop-shadow(0 0 0 #fff);
}

.form_area.check .btn_return button {
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 10px 0;
}
.form_area.check .btn_return input {
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .form_area.check .btn_return button {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .form_area.check .btn_return input {
    padding: 4vw 0;
  }
}
.form_area.check .btn_return .arw {
  display: inline-block;
  position: absolute;
  left: 15px;
}

.form_area.check .btn_return .arw:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #152d4a;
  border-top: 2px solid #152d4a;
  transform: rotate(-135deg);
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .h1_wrapper.entry {
    bottom: 15%;
  }
}

@media screen and (max-width: 767px) {
  .h1_wrapper.entry_check {
    bottom: 18%;
  }
}

@media screen and (max-width: 767px) {
  .h1_wrapper.entry_thanks {
    bottom: 40%;
  }
}

@media screen and (max-width: 767px) {
  .thanks_wrap .sec_ttl {
    width: 84.26667vw;
  }
}

.thanks_wrap .read_txt {
  line-height: 1.8;
  padding-top: 50px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .thanks_wrap .read_txt {
    padding-top: 6.66667vw;
  }
}

.thanks_wrap .btn_top {
  display: block;
  width: 200px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #f39700;
  text-decoration: none;
  padding: 14px 0;
  margin: 0 auto 100px;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .thanks_wrap .btn_top {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    width: 58.66667vw;
    font-size: 3.2vw;
    margin-bottom: 21.33333vw;
  }
}

#wpadminbar {
  display: none;
}

@media screen and (max-width: 750px) {
header {
  background-color: unset;
  border-bottom: none;
}
main {
  margin-top: 0;
}
}
/*# sourceMappingURL=maps/entry.css.map */
