@charset "UTF-8";
body {
  background-color: #e0dede;
  padding: 0;
  margin: 0;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "メイリオ";
}

h1, h2, h3, h4, h5, p, span, a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "メイリオ";
  margin-block-start: auto;
  margin-block-end: auto;
}

a {
  text-decoration: none;
}

p > img, a > img, span > img {
  display: block;
  width: 100%;
}

ol, ul, li {
  list-style-type: none;
}

ul {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

.c-marker_yellow {
  background: linear-gradient(transparent 50%, #fbdd4f 50%);
}

.l-h {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .l-h {
    padding: 10px 0;
  }
}
.l-h_in {
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0;
}
@media screen and (max-width: 1300px) {
  .l-h_in {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .l-h_in {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 500px) {
  .l-h_in {
    width: calc(100% - 40px);
  }
}
.l-h_in_logo {
  display: block;
  width: 300px;
}
@media screen and (max-width: 1100px) {
  .l-h_in_logo {
    width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .l-h_in_logo {
    width: 200px;
  }
}
@media screen and (max-width: 400px) {
  .l-h_in_logo {
    width: 160px;
  }
}
.l-h_in_logo img {
  display: block;
  width: 100%;
}

.l-c {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: relative;
}

.p-hero {
  width: 100%;
  padding: 1px 0;
  background-color: #0662a9;
}
.p-hero_in {
  width: 800px;
  margin: 10px auto 50px;
}
@media screen and (max-width: 1100px) {
  .p-hero_in {
    width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .p-hero_in {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .p-hero_in {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .p-hero_in {
    margin: 0 auto 30px;
  }
}
.p-hero_in .p-btn_diagnose {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .p-hero_in .p-btn_diagnose {
    width: calc(100% - 60px);
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-hero_in .p-btn_diagnose {
    margin-top: 5px;
    width: calc(100% - 40px);
  }
}

.p-sec {
  width: 100%;
  padding: 70px 0 80px;
}
@media screen and (max-width: 450px) {
  .p-sec {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 400px) {
  .p-sec {
    padding: 10px 0 50px;
  }
}
.p-sec.u-blue {
  background-color: #0662a9;
}
.p-sec.u-lightblue {
  background-color: #dff3ff;
}
.p-sec.u-gray {
  background-color: #e5e5e5;
}
.p-sec.u-lightgray {
  background-color: #f9f9f9;
}
.p-sec_in {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .p-sec_in {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .p-sec_in {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 500px) {
  .p-sec_in {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 450px) {
  .p-sec_in {
    width: calc(100% - 30px);
  }
}
.p-sec_unit_intro {
  margin: 0 auto;
  width: 100%;
  padding: 50px;
  position: relative;
  display: flex;
  gap: 150px;
  background-color: #fff;
  border: solid 2px #0662a9;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_intro {
    display: block;
    width: 600px;
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_intro {
    width: 100%;
  }
}
.p-sec_unit_intro::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  background-image: url(../images/anatan_lp_intro_arrow.svg);
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_intro::before {
    transform: rotate(90deg);
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }
}
.p-sec_unit_intro_ttl {
  display: block;
  height: 100px;
  background-color: #0662a9;
  border: solid 2px #0662a9;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_intro_ttl {
    display: block;
    width: 600px;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_intro_ttl {
    width: 100%;
  }
}
.p-sec_unit_intro_ttl img {
  display: block;
  height: 40px;
  margin: 30px auto;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_intro_ttl img {
    height: 30px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_intro_ttl img {
    height: auto;
    width: calc(100% - 40px);
    margin: 15px auto;
  }
}
.p-sec_unit_intro_item {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_intro_item + .p-sec_unit_intro_item {
    margin-top: 100px;
  }
}
.p-sec_unit_trouble {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_trouble {
    display: block;
    width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_trouble {
    width: 100%;
  }
}
.p-sec_unit_trouble_item {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: solid 2px #0662a9;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_trouble_item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_trouble_item {
    margin-top: 40px;
  }
}
.p-sec_unit_trouble_item_ttl {
  width: 100%;
  background-color: #0662a9;
  aspect-ratio: 6/1;
  border-radius: 16px 16px 0 0;
  position: relative;
}
.p-sec_unit_trouble_item_ttl img {
  position: absolute;
  bottom: 0px;
}
.p-sec_unit_trouble_item_ttl.u-force_bottom img {
  bottom: -30px;
}
@media screen and (max-width: 1250px) {
  .p-sec_unit_trouble_item_ttl.u-force_bottom img {
    bottom: -28px;
  }
}
@media screen and (max-width: 1200px) {
  .p-sec_unit_trouble_item_ttl.u-force_bottom img {
    bottom: -27px;
  }
}
@media screen and (max-width: 600px) {
  .p-sec_unit_trouble_item_ttl.u-force_bottom img {
    bottom: -25px;
  }
}
@media screen and (max-width: 500px) {
  .p-sec_unit_trouble_item_ttl.u-force_bottom img {
    bottom: -22px;
  }
}
@media screen and (max-width: 450px) {
  .p-sec_unit_trouble_item_ttl.u-force_bottom img {
    bottom: -20px;
  }
}
@media screen and (max-width: 400px) {
  .p-sec_unit_trouble_item_ttl.u-force_bottom img {
    bottom: -18px;
  }
}
@media screen and (max-width: 350px) {
  .p-sec_unit_trouble_item_ttl.u-force_bottom img {
    bottom: -15px;
  }
}
.p-sec_unit_trouble_item_in {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.p-sec_unit_trouble_item_ph {
  width: 100%;
  margin-bottom: 10px;
}
.p-sec_unit_trouble_item_note {
  color: #888;
  font-size: 11px;
  margin-bottom: 5px;
}
.p-sec_unit_trouble_item_note li {
  padding-left: 12px;
  position: relative;
}
.p-sec_unit_trouble_item_note li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
}
.p-sec_unit_trouble_item_note li a {
  color: #888;
  border-bottom: dotted 1px #888;
}
.p-sec_unit_trouble_txt {
  font-size: 20px;
  width: 800px;
  margin: 20px auto;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_trouble_txt {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .p-sec_unit_trouble_txt {
    font-size: 16px;
  }
}
.p-sec_unit_step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-sec_unit_step {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .p-sec_unit_step {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .p-sec_unit_step {
    gap: 10px;
  }
}
.p-sec_unit_step_item {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  display: block;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-sec_unit_step_item {
    padding: 10px;
  }
}
.p-sec_unit_step_item_num {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 45px;
  background-image: url(../images/anatan_lp_step_num_01.svg);
}
@media screen and (max-width: 1000px) {
  .p-sec_unit_step_item_num {
    width: 56px;
    height: 42px;
    top: 5px;
    left: 5px;
  }
}
.p-sec_unit_step_item:nth-child(1) .p-sec_unit_step_item_num {
  background-image: url(../images/anatan_lp_step_num_01.svg);
}
.p-sec_unit_step_item:nth-child(2) .p-sec_unit_step_item_num {
  background-image: url(../images/anatan_lp_step_num_02.svg);
}
@media screen and (max-width: 900px) {
  .p-sec_unit_step_item:nth-child(2) .p-sec_unit_step_item_num {
    left: auto;
    right: 10px;
  }
}
.p-sec_unit_step_item:nth-child(3) .p-sec_unit_step_item_num {
  background-image: url(../images/anatan_lp_step_num_03.svg);
}
.p-sec_unit_step_item:nth-child(4) .p-sec_unit_step_item_num {
  background-image: url(../images/anatan_lp_step_num_04.svg);
}
@media screen and (max-width: 900px) {
  .p-sec_unit_step_item:nth-child(4) .p-sec_unit_step_item_num {
    left: auto;
    right: 10px;
  }
}
.p-sec_unit_step_item_ph {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 10px auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-sec_unit_step_item_ph {
    width: calc(100% - 20px);
    margin: 15px auto 5px;
  }
}
.p-sec_unit_step_item_txt {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-sec_unit_step_item_txt {
    width: calc(100% - 20px);
  }
}
.p-sec_unit_reason {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_reason {
    display: block;
    width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_reason {
    width: 100%;
  }
}
.p-sec_unit_reason_item {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: solid 2px #0662a9;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .p-sec_unit_reason_item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_reason_item {
    margin-top: 40px;
  }
}
.p-sec_unit_reason_item_ttl {
  width: 100%;
  background-color: #0662a9;
  aspect-ratio: 6/1;
  border-radius: 16px 16px 0 0;
  position: relative;
}
.p-sec_unit_reason_item_ttl img {
  position: absolute;
  bottom: 0px;
}
.p-sec_unit_reason_item_in {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.p-sec_unit_reason_item_ph {
  width: 100%;
  margin-bottom: 10px;
}
.p-sec_unit_voice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-sec_unit_voice {
    display: block;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 700px) {
  .p-sec_unit_voice {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .p-sec_unit_voice {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .p-sec_unit_voice {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .p-sec_unit_voice {
    gap: 10px;
  }
}
.p-sec_unit_voice_item {
  position: relative;
  padding: 15px 15px 20px;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  border: solid 2px #0662a9;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .p-sec_unit_voice_item {
    margin-top: 50px;
  }
}
.p-sec_unit_voice_item_label {
  position: absolute;
  top: -30px;
  left: -2px;
  padding: 0 15px;
  height: 30px;
  border-radius: 6px 6px 0 0;
  background-color: #0662a9;
  display: inline-block;
  color: #fff;
  line-height: 30px;
}
.p-sec_unit_voice_item_summary {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.p-sec_unit_voice_item_summary_icon {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #dff3ff;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .p-sec_unit_voice_item_summary_icon {
    width: 60px;
    height: 60px;
  }
}
.p-sec_unit_voice_item_summary_chara {
  display: grid;
  place-content: center;
}
.p-sec_unit_voice_item_summary_chara h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #0662a9;
  margin: 8px 0 3px;
}
@media screen and (max-width: 450px) {
  .p-sec_unit_voice_item_summary_chara h3 {
    font-size: 14px;
  }
}
.p-sec_unit_voice_item_summary_chara h3 span {
  font-size: 14px;
  color: #888;
}
@media screen and (max-width: 450px) {
  .p-sec_unit_voice_item_summary_chara h3 span {
    font-size: 12px;
  }
}
.p-sec_unit_voice_item_txt {
  font-size: 14px;
  line-height: 1.6;
}
.p-sec_unit_qa {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-sec_unit_qa {
    max-width: 600px;
  }
}
.p-sec_unit_qa_item {
  width: 100%;
  display: block;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-sec_unit_qa_item {
    margin-bottom: 20px;
  }
}
.p-sec_unit_qa_item_q {
  min-height: 60px;
  padding: 20px 20px 20px 80px;
  background-color: #0662a9;
  border: solid 2px #0662a9;
  border-radius: 20px 20px 0 0;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: grid;
  place-content: left center;
}
@media screen and (max-width: 600px) {
  .p-sec_unit_qa_item_q {
    font-size: 18px;
    padding: 10px 10px 10px 60px;
  }
}
.p-sec_unit_qa_item_q::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  left: 20px;
  top: 10px;
  background-image: url(../images/anatan_icon_question.svg);
}
@media screen and (max-width: 600px) {
  .p-sec_unit_qa_item_q::before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}
.p-sec_unit_qa_item_a {
  min-height: 60px;
  padding: 15px 20px 15px 80px;
  background-color: #fff;
  border: solid 2px #0662a9;
  border-radius: 0 0 20px 20px;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  display: grid;
  place-content: left center;
}
@media screen and (max-width: 600px) {
  .p-sec_unit_qa_item_a {
    font-size: 14px;
    padding: 10px 10px 10px 60px;
  }
}
.p-sec_unit_qa_item_a::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  left: 20px;
  top: 15px;
  background-image: url(../images/anatan_icon_answer.svg);
}
@media screen and (max-width: 600px) {
  .p-sec_unit_qa_item_a::before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}
.p-sec_unit_diagnose {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-sec_unit_diagnose {
    max-width: 600px;
  }
}

.p-ttl_m {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .p-ttl_m {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .p-ttl_m {
    margin-bottom: 20px;
  }
}
.u-blue .p-ttl_m {
  color: #fff;
}
.p-ttl_m_step {
  display: block;
  height: 60px;
}
@media screen and (max-width: 700px) {
  .p-ttl_m_step {
    height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .p-ttl_m_step {
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-ttl_m_step {
    height: auto;
  }
}
.p-ttl_m_step img {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .p-ttl_m_step img {
    height: auto;
    width: calc(100% - 60px);
  }
}
.p-ttl_m_voice {
  display: block;
}
.p-ttl_m_voice img {
  height: 100%;
  margin: 0 auto;
  height: 60px;
}
@media screen and (max-width: 700px) {
  .p-ttl_m_voice img {
    height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .p-ttl_m_voice img {
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-ttl_m_voice img {
    height: auto;
    width: calc(100% - 60px);
  }
}
.p-ttl_m_voice span {
  color: #3b7ca8;
  font-size: 16px;
  margin: 20px 0;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-ttl_m_voice span {
    margin: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .p-ttl_m_voice span {
    font-size: 12px;
    margin: 10px 0;
  }
}
.p-ttl_m_qa {
  display: block;
  height: 60px;
}
@media screen and (max-width: 700px) {
  .p-ttl_m_qa {
    height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .p-ttl_m_qa {
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-ttl_m_qa {
    height: auto;
  }
}
.p-ttl_m_qa img {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .p-ttl_m_qa img {
    height: auto;
    width: calc(100% - 60px);
  }
}
.p-ttl_m_diagnose {
  display: block;
  height: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .p-ttl_m_diagnose {
    height: 120px;
  }
}
@media screen and (max-width: 450px) {
  .p-ttl_m_diagnose {
    height: auto;
    width: 100%;
  }
}
.p-ttl_m_diagnose img {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .p-ttl_m_diagnose img {
    height: auto;
    width: 100%;
  }
}

.p-btn_diagnose {
  position: relative;
  display: block;
  width: 500px;
  padding: 20px;
  border-radius: 42px;
  background-color: #FFC200;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 40px auto 0;
  box-shadow: 0px 10px 0px -5px #966b00;
}
@media screen and (max-width: 700px) {
  .p-btn_diagnose {
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .p-btn_diagnose {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-btn_diagnose {
    font-size: 16px;
    padding: 12px;
  }
}
.p-btn_diagnose span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 450px) {
  .p-btn_diagnose span {
    line-height: 24px;
    height: 24px;
  }
}
.p-btn_diagnose strong {
  font-size: 20px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  margin-left: 5px;
  border-radius: 15px;
}
@media screen and (max-width: 700px) {
  .p-btn_diagnose strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .p-btn_diagnose strong {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-btn_diagnose strong {
    font-size: 12px;
    display: none;
  }
}

.form_ttl {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
.form_ttl_result {
  font-size: 24px;
  text-align: center;
  margin: 20px auto 10px;
  font-weight: bold;
}
.form_ttl_info {
  display: inline-block;
  padding: 3px 0;
}
.form_ttl_require {
  color: #fff;
  font-size: 12px;
  background-color: #ea5050;
  padding: 3px 6px;
  border-radius: 6px;
  letter-spacing: 0.1em;
  margin-left: 5px;
}
.formrun {
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 700px) {
  .formrun {
    width: 100%;
  }
}
.formrun .text-danger {
  color: #ea5050;
  font-size: 12px;
  display: block;
  display: none;
}
.form-control {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: solid 1px #888;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 63px;
  display: block;
  margin-bottom: 10px;
}
.form-control_wrap {
  position: relative;
}
.form-control_wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 15px;
  top: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: centers;
}
.form-control_wrap#form_tel::before {
  background-image: url(../images/anatan_icon_tel.svg);
}
.form-control_wrap#form_mail::before {
  background-image: url(../images/anatan_icon_mail.svg);
}
.form-control::placeholder {
  color: #888;
}
.form-control_list {
  width: 100%;
  max-height: 60px;
  background-color: #fff;
  border: solid 1px #888;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 23px;
  display: block;
  margin-bottom: 10px;
  overflow: scroll;
}
.form-control_list_label {
  display: block;
}
.form-control-lg {
  width: 100%;
  height: 70px;
  border: solid 1px #888;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
  padding-left: 60px;
  display: block;
  box-shadow: 0px 3px 0px 0px #777777;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.form-control-lg_wrap {
  position: relative;
}
.form-control-lg_wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 15px;
  top: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: centers;
}
.form-control-lg_wrap#form_investigation::before {
  background-image: url(../images/anatan_icon_investigate.svg);
}
.form-control-lg_wrap#form_person::before {
  background-image: url(../images/anatan_icon_person.svg);
}
.form-control-lg_wrap#form_gender::before {
  background-image: url(../images/anatan_icon_person.svg);
}
.form-control-lg_wrap#form_age::before {
  background-image: url(../images/anatan_icon_person.svg);
}
.form-control-lg_wrap#form_location::before {
  background-image: url(../images/anatan_icon_location.svg);
}
.form-control-lg:selected {
  color: #000;
}

.btn-submit {
  position: relative;
  display: block;
  width: 500px;
  padding: 20px;
  border-radius: 32px;
  background-color: #0662a9;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 20px auto 0;
  box-shadow: 0px 5px 0px 0px #3d4a89;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .btn-submit {
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .btn-submit {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  .btn-submit {
    font-size: 16px;
  }
}
.btn-submit span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 450px) {
  .btn-submit span {
    line-height: 24px;
    height: 24px;
  }
}

.l-f {
  width: 100%;
  background-color: #3b7ca8;
  padding: 50px 0;
}
.l-f_in {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .l-f_in {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .l-f_in {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 500px) {
  .l-f_in {
    width: calc(100% - 40px);
  }
}
.l-f_in_logo {
  display: block;
  width: 300px;
}
@media screen and (max-width: 1100px) {
  .l-f_in_logo {
    width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .l-f_in_logo {
    width: 200px;
  }
}
@media screen and (max-width: 400px) {
  .l-f_in_logo {
    width: 160px;
  }
}
.l-f_in_logo img {
  display: block;
  width: 100%;
}
.l-f_in_copyright {
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .l-f_in_copyright {
    font-size: 14px;
  }
}

.message_policy {
  font-size: 12px;
  margin-top: 10px;
  color: #888888;
}
.message_before-btn {
  font-size: 12px;
  color: #888888;
  margin: 20px auto 0;
}
.message_before-tel {
  font-size: 12px;
  color: #888888;
  margin: 20px auto 5px;
}
.message_error_type {
  font-size: 12px;
  color: #ea5050;
  font-weight: bold;
}

.privacy-policy {
  max-width: 600px;
  margin: 10px auto;
  height: 200px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  overflow: scroll;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 12px;
}

.privacy-policy h1, h2, h3, h4, p {
  font-size: 12px;
}

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