/* CSS Document */
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

a:hover {
  opacity: .7;
}

.header_top {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 1rem auto;
}

.header_top_left {}

.header_top_left h1 span {
  display: block;
  padding: .3rem 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  background: #ec6d5e;
  border-radius: 50px;
}

.header_top_left h1 {
  font-size: 1.4rem;
  color: #355585;
}

.header_top_left a {
  font-size: 3rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ec6d5e;
  text-decoration: none;
}

.header_top_right p {
  font-size: 1.4rem;
  text-align: center;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 2px solid #56b583;
}

.header_top_right a {
  display: block;
  margin: 1rem auto 0;
  padding: .3rem 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #56b583;
  border-radius: 10px;
}

.header_top_right a span {
  display: block;
  font-size: 1.4rem;
}

nav {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #56b583;
}

nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 1rem auto;
}

nav ul li {
  width: 16.6666%;
}

nav ul li a {
  display: block;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.header_img_top {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: .5rem 0 1rem;
  background: #56b583;
}

.header_img_top_p01 {
  text-align: center;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.header_img_top_p02 {
  display: table;
  margin: .5rem auto 0;
  padding: .3rem 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #355585;
  font-family: "heisei-maru-gothic-std",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
  border-radius: 50px;
}

.header_img {
  display: block;
  max-width: 900px;
  margin: 1rem auto;
}

.header_img_p01 {
  display: table;
  padding: .3rem 1rem;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  background: #ec6d5e;
  border-radius: 50px;
}

.header_img_p02 {
  font-size: 4rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ec6d5e;
  text-decoration: none;
}

.header_img_p03 {
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #355585;
}

.header_img_box {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 1rem auto;
}

.header_img_box_left {}

.header_img_box_left a {
  display: block;
  margin: 1rem auto 0;
  padding: 1rem 3rem;
  text-align: center;
  text-decoration: none;
  font-size: 3rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #56b583;
  border-radius: 10px;
}

.header_img_box_left a span {
  display: block;
  font-size: 2rem;
}

.header_img_box_left_box {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 0;
}

.header_img_box_left_box_left,
.header_img_box_left_box_right {
  display: block;
  width: 48%;
  padding-top: 1.8rem;
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  border-radius: 50%;
}

.header_img_box_left_box_left {
  background: #d9eefb;
  color: #355585;
}

.header_img_box_left_box_right {
  background: #fae4ec;
  color: #e4607f;
}

.header_img_box_right {
  width: 55%;
  margin-top: -5rem;
}

.header_img_box_right img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header_top {
    display: block;
    width: 90%;
    margin: 1rem auto;
  }

  .header_top_left h1 span {
    font-size: 1.2rem;
  }

  .header_top_left h1 {
    font-size: 1.2rem;
  }

  .header_top_left a {
    font-size: 2.5rem;
  }

  .header_top_right p {
    font-size: 1.2rem;
  }

  .header_top_right a {
    font-size: 1.6rem;
  }

  .header_top_right a span {
    font-size: 1.2rem;
  }

  nav ul {
    flex-wrap: wrap;
    margin: 1rem auto;
  }

  nav ul li {
    width: 50%;
  }

  nav ul li a {
    font-size: 1.2rem;
    border: 1px solid #fff;
  }

  .header_img {
    width: 90%;
  }

  .header_img_top_p01 {
    font-size: 1.4rem;
  }

  .header_img_top_p02 {
    font-size: 1.2rem;
  }

  .header_img_p01 {
    font-size: 1.4rem;
  }

  .header_img_p02 {
    font-size: 3.5rem;
  }

  .header_img_p03 {
    font-size: 1.4rem;
  }

  .header_img_box {
    display: block;
    max-width: 900px;
    margin: 1rem auto;
  }

  .header_img_box_left {
    width: 100%;
  }

  .header_img_box_left a {
    display: none;
  }

  .header_img_box_left_box {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 1rem auto 0;
  }

  .header_img_box_left_box_left,
  .header_img_box_left_box_right {
    padding-top: 1.2rem;
  }

  .header_img_box_right {
    width: 100%;
    margin-top: 0rem;
  }

  .header_img_box_right img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.top_nayami {
  width: 100%;
  padding: 5rem 0;
  background: #fcf6d7;
}

.top_nayami h2 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 1rem auto 0;
  padding: 1rem 3rem .7rem;
  text-align: center;
  text-decoration: none;
  font-size: 3rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  background: #56b583;
  border-radius: 10px;
}

.top_nayami_contents {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.top_nayami_contents img {
  position: absolute;
  width: 150px;
  right: 0;
}

.top_nayami_contents_img01 {
  top: 0;
}

.top_nayami_contents_img02 {
  top: 180px;
}

.top_nayami_contents_img03 {
  top: 350px;
}

.top_nayami_contents p {
  margin: 2rem 0;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

.top_nayami_contents_bottom {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 300px auto 0;
  padding: 1rem;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  background: #ec6d5e;
  border-radius: 10px;
}

.top_nayami_contents_bottom img {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 90%;
  margin: auto;
}

.top_nayami_contents_bottom span {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-style: double;
  text-underline-offset: 5px;
}

@media screen and (max-width: 768px) {
  .top_nayami h2 {
    font-size: 2rem;
  }

  .top_nayami_contents img {
    display: none;
  }

  .top_nayami_contents p {
    font-size: 1.4rem;
  }

  .top_nayami_contents_bottom {
    margin: 13rem auto 0;
    padding: 1rem;
    font-size: 2rem;
  }

  .top_nayami_contents_bottom br {
    display: none;
  }

  .top_nayami_contents_bottom span {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: double;
    text-underline-offset: 3px;
  }
}

.top_common_contents {
  width: 100%;
  margin-top: 3rem;
  padding: 5rem 0;
  background: #fcf6d7;
}

.top_common_contents_btn01 {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 3rem auto 0;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #56b583;
  border-radius: 10px;
}

.top_common_contents_btn01 span {
  margin-left: .5em;
}

.top_common_contents h2 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding-left: 2rem;
  text-decoration: none;
  font-size: 4rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #00836e;
  border-left: 8px solid #00836e;
}

.top_common_contents p {
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}

.top_common_contents_box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 1rem auto;
}

.top_common_contents_box_left {
  width: 70%;
}

.top_common_contents_box_right {
  width: 25%;
}

.top_common_contents_box_right img {
  width: 100%;
}

.top_common_contents_box02 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.top_common_contents_box02 h3 {
  margin-top: 3rem;
  font-size: 3rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #00836e;
}

.top_common_contents_box02 img {
  width: 100%;
  margin: 3rem auto;
}

.top_common_contents_checkbox {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.top_common_contents_checkbox_block {
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

.top_common_contents_checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 1rem auto 0;
}

.top_common_contents_checkbox_block {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  cursor: pointer;
}

.top_common_contents_checkbox_block input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 2px solid #aaa;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}

.top_common_contents_checkbox_block input[type="checkbox"]:checked {
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.top_common_contents_checkbox_block input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.top_common_contents_checkbox_block input[type="checkbox"]:hover {
  border-color: #4a90e2;
}

.top_common_contents_box02_box01 {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.top_common_contents_box02_box01_block {
  width: 31%;
  padding: 1rem 2rem 2rem;
  background: #fff;
  border: 2px solid #00836e;
  border-radius: 10px;
}

.top_common_contents_box02_box01_block h4 {
  margin-bottom: .5rem;
  font-size: 1.8rem;
  color: #13823b;
}

.top_common_contents_box02_box01_block img {
  margin: 1.5rem 0;
}

.top_common_contents_box02_box02 {
  margin: 3rem 0;
  padding-bottom: 3rem;
  background: #fff;
  border: 3px solid #ec6d5e;
  border-radius: 10px;
}

.top_common_contents_box02_box02 h3 {
  font-size: 2.8rem;
}

.top_common_contents_box02_box02 h3 span {
  margin-right: 1rem;
  padding: 1rem;
  font-size: 2.2rem;
  color: #fff;
  background: #00836e;
  border-radius: 10px;
}

.top_common_contents_box02_box02_block {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin: 3rem auto;
}

.top_common_contents_box02_box02_block_left {
  width: 20%;
}

.top_common_contents_box02_box02_block_left img {
  width: 100%;
}

.top_common_contents_box02_box02_block_right {
  width: 75%;
}

.top_common_contents_box02_box02 h4 {
  display: block;
  width: 90%;
  margin: 1rem auto;
  font-size: 2.5rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00836e;
}

.top_common_contents_box02_box02 p {
  display: block;
  width: 90%;
  margin: 1rem auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top_common_contents h2 {
    padding-left: 1rem;
    font-size: 2.5rem;
    border-left: 5px solid #00836e;
  }

  .top_common_contents p {
    font-size: 1.4rem;
  }

  .top_common_contents_box {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 1rem auto;
  }

  .top_common_contents_box_left {
    width: 100%;
  }

  .top_common_contents_box_right {
    width: 80%;
    margin: 3rem auto;
  }

  .top_common_contents_box02 h3 {
    margin-top: 3rem;
    font-size: 2rem;
  }

  .top_common_contents_checkbox_block {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }

  .top_common_contents_checkbox {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 1rem auto 0;
  }

  .top_common_contents_checkbox_block {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    cursor: pointer;
  }

  .top_common_contents_checkbox_block input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #aaa;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s, border-color 0.2s;
  }

  .top_common_contents_box02_box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .top_common_contents_box02_box01_block {
    width: 100%;
    margin-bottom: 3rem;
    padding: 1rem 2rem 2rem;
    background: #fff;
    border: 2px solid #00836e;
    border-radius: 10px;
  }

  .top_common_contents_box02_box01_block h4 {
    margin-bottom: .5rem;
    font-size: 1.6rem;
    color: #13823b;
  }

  .top_common_contents_box02_box02 {
    margin: 3rem auto;
    padding-bottom: 3rem;
    background: #fff;
    border: 3px solid #ec6d5e;
    border-radius: 10px;
  }

  .top_common_contents_box02_box02 h3 {
    display: block;
    width: 90%;
    margin: 3rem auto 0;
    font-size: 2rem;
  }

  .top_common_contents_box02_box02 h3 span {
    display: block;
    margin: 0;
    padding: .5rem;
    font-size: 1.6rem;
  }

  .top_common_contents_box02_box02_block {
    display: block;
    width: 90%;
    margin: 3rem auto;
  }

  .top_common_contents_box02_box02_block_left {
    display: block;
    width: 40%;
    margin: 0 auto;
  }

  .top_common_contents_box02_box02_block_left img {
    width: 100%;
  }

  .top_common_contents_box02_box02_block_right {
    width: 100%;
  }

  .top_common_contents_box02_box02 h4 {
    font-size: 2rem;
  }
}

.top_common_contents_koe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 3rem auto;
}

.top_common_contents_koe_block {
  display: block;
  width: 49%;
  margin-bottom: 3rem;
  padding: 2rem;
  border: 2px solid #13823b;
  border-radius: 10px;
  background: #fff;
}

.top_common_contents_koe_block img {
  width: 25%;
  margin: 1rem;
  float: left;
}

.top_common_contents_koe_block p {
  color: #13823b;
}

.top_common_contents_koe_block span {
  display: block;
  text-align: right;
}

.top_common_contents_koe02 {
  padding: 3rem 0;
  background: #ec6d5e;
}

.top_common_contents_koe02 p {
  text-align: center;
  font-size: 3rem;
  color: #fff;
}

.top_common_contents_koe02 p span {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .top_common_contents_koe {
    display: block;
    width: 90%;
    margin: 3rem auto;
  }

  .top_common_contents_koe_block {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
    padding: 2rem;
    border: 2px solid #13823b;
    border-radius: 10px;
    background: #fff;
  }

  .top_common_contents_koe02 p {
    font-size: 2rem;
  }

  .top_common_contents_koe02 p span {
    font-size: 1.4rem;
  }
}

.top_common_contents_price {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 3rem auto;
}

.top_common_contents_price h3 {
  margin: 3rem 0 1rem;
  font-size: 2.5rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00836e;
}

.top_common_contents_price table {
  width: 100%;
  margin: 3rem 0;
  border-spacing: 0;
}

.top_common_contents_price table thead {
  width: 100%;
}

.top_common_contents_price table tbody {
  width: 100%;
}

.top_common_contents_price table tr {
  width: 100%;
}

.top_common_contents_price table th {
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #000;
  background: #56b583;
}

.top_common_contents_price table td {
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #000;
  background: #fff;
}

.top_common_contents_price h4 {
  margin: 3rem 0 1rem;
  font-size: 3rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00836e;
}

@media screen and (max-width: 768px) {

  .top_common_contents_price h3 {
    font-size: 1.6rem;
  }

  .top_common_contents_price table thead {
    width: 100%;
  }

  .top_common_contents_price table tbody {
    width: 100%;
  }

  .top_common_contents_price table tr {
    width: 100%;
  }

  .top_common_contents_price table th {
    font-size: 1.4rem;
  }

  .top_common_contents_price table td {
    padding: 1rem;
    font-size: 1.4rem;
  }

  .top_common_contents_price h4 {
    font-size: 2rem;
  }
}

.top_form_bg {
  width: 100%;
  margin-top: 3rem;
  padding: 5rem 0;
  background: #fcf6d7;
}

.top_form {
  display: block;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.top_form h2 {
  margin: 0 auto 3rem;
  text-decoration: none;
  font-size: 4rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #00836e;
}

.top_form h2 span {
  display: block;
  font-size: 3rem;
}

.top_form p {
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}

.top_form p span {
  display: block;
  font-size: 1.2rem;
  line-height: 160% !important;
}

.top_form table {
  width: 100%;
  margin: 3rem 0;
}

.top_form table tr {
  width: 100%;
}

.top_form table th {
  width: 30%;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 3rem;
}

.top_form table td {
  font-size: 1.6rem;
  padding-bottom: 3rem;
}

.top_form table td input {
  width: 100%;
}

.top_form h3 {
  margin: 3rem 0 1rem;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_form label {
  display: block;
  font-size: 1.6rem;
}

.top_form textarea {
  width: 100%;
  margin-bottom: 3rem;
}

.policy {
  width: 100%;
  height: 200px;
  padding: 3rem;
  border: 1px solid #000;
  background: #fff;
  overflow: scroll;
}

.top_form .send {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 3rem auto;
  padding: 1rem 0;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #56b583;
  color: #fff;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.top_hyouki_bg {
  width: 100%;
  margin-top: 3rem;
  padding: 5rem 0;
  background: #fcf6d7;
}

.top_hyouki {
  display: block;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.top_hyouki h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_hyouki p {
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_hyouki_box {
  margin: 3rem 0;
  padding: 3rem;
  background: #fff;
  border: 3px solid #ec6d5e;
  border-radius: 10px;
}

.top_hyouki_box h3 {
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.top_hyouki_box_block {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 1rem auto;
}

.top_hyouki_box_block a {
  display: block;
  width: 30%;
}

.top_hyouki_box_block a img {
  width: 100%;
}

footer {
  width: 100%;
  padding: 5rem 0;
  background: #fcf6d7;
}

footer h2 {
  text-align: center;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .top_form h2 {
    font-size: 2.5rem;
  }

  .top_form h2 span {
    font-size: 1.6rem;
  }

  .top_form p {
    font-size: 1.6rem;
  }

  .top_form p span {
    font-size: 1.2rem;
  }

  .top_form table {
    width: 100%;
    margin: 3rem 0;
  }

  .top_form table tr {
    width: 100%;
  }

  .top_form table th {
    width: 30%;
    font-size: 1.4rem;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 3rem;
  }

  .top_form table td {
    font-size: 1.6rem;
    padding-bottom: 3rem;
  }

  .top_form h3 {
    margin: 3rem 0 1rem;
    font-size: 1.6rem;
  }

  .top_form label {
    display: block;
    font-size: 1.4rem;
  }

  .top_form textarea {
    width: 100%;
    margin-bottom: 3rem;
  }

	.policy {
    width: 100%;
    height: 200px;
    padding: 3rem;
    border: 1px solid #000;
    background: #fff;
    overflow: scroll;
  }

  .top_form .send {
    font-size: 1.4rem;
  }

  .top_hyouki_bg {
    width: 100%;
    margin-top: 3rem;
    padding: 5rem 0;
    background: #fcf6d7;
  }

  .top_hyouki {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }

  .top_hyouki h2 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .top_hyouki p {
    font-size: 1.4rem;
  }

  .top_hyouki_box {
    margin: 3rem 0;
    padding: 3rem;
    background: #fff;
    border: 3px solid #ec6d5e;
    border-radius: 10px;
  }

  .top_hyouki_box h3 {
    font-size: 1.6rem;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;

  }

  .top_hyouki_box_block {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 1rem auto;
  }

  .top_hyouki_box_block a {
    display: block;
    width: 30%;
  }

  .top_hyouki_box_block a img {
    width: 100%;
  }

  footer {
    width: 100%;
    padding: 5rem 0;
    background: #fcf6d7;
  }

  footer h2 {
    text-align: center;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}



.mail {
  width: 100%;
  margin-top: 3rem;
  padding: 5rem 0;
  background: #fcf6d7;
}

.mail h2 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding-left: 2rem;
  text-decoration: none;
  font-size: 4rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #00836e;
  border-left: 8px solid #00836e;
}

.mail h3 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding: 1rem 2rem;
  font-size: 3rem;
  color: #fff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  background: #ec6d5e;
  border-radius: 10px;
}

.mail p {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3rem;
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}

.mail_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

.mail_box01_block {
  width: 30%;
}

.mail_box01_block_img01 {
  width: 100%;
}

.mail_box01_block_img02 {
  width: 80%;
  margin: 0 auto;
}

.mail_box01_block h4 {
  padding: 2rem 0;
  font-size: 3rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: #ec6d5e;
  color: #fff;
}

.mail_box01_block h5 {
  padding: 2rem 0;
  font-size: 2rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  border: 3px solid #ec6d5e;
  background: #fff;
}

.mail_box01_block p {
  display: block;
  width: 100%;
  margin-top: -3px;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  border: 3px solid #ec6d5e;
  background: #fff;
}

.mail_box02 img {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 3rem auto;
}

.mail_box03 h3 {
  margin-top: 3rem;
  padding: 0;
  font-size: 3rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #00836e;
  background: none;
}

@media screen and (max-width: 768px) {
  .mail h2 {
    padding-left: 1rem;
    font-size: 2.5rem;
    border-left: 5px solid #00836e;
  }

  .mail h3 {
    font-size: 1.6rem;
  }

  .mail h3 br {
    display: none;
  }

  .mail p {
    font-size: 1.4rem;
  }

  .mail_box01 {
    display: block;
  }

  .mail_box01_block {
    width: 100%;
  }

  .mail_box01_block_img01 {
    width: 80%;
    margin: 0 auto;
  }

  .mail_box01_block_img02 {
    width: 50%;
    margin: 0 auto;
  }

  .mail_box01_block h4 {
    padding: 2rem 0;
    font-size: 2rem;
  }

  .mail_box01_block h5 {
    padding: 2rem 0;
    font-size: 1.6rem;
  }

  .mail_box01_block p {
    display: block;
    width: 100%;
    margin-top: -3px;
    padding: 2rem 0;
    font-size: 1.4rem;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    border: 3px solid #ec6d5e;
    background: #fff;
  }

  .mail_box02 img {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 3rem auto;
  }

  .mail_box03 h3 {
    margin-top: 3rem;
    padding: 0;
    font-size: 2rem;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #00836e;
    background: none;
  }
}


.faq {
  width: 100%;
  margin-top: 3rem;
  padding: 5rem 0;
  background: #fcf6d7;
}

.faq h2 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding-left: 2rem;
  text-decoration: none;
  font-size: 4rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #00836e;
  border-left: 8px solid #00836e;
}

.faq h3 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: #00836e;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.faq p {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5rem;
  padding-left: 1.7em;
  text-indent: -1.7em;
  font-size: 1.6rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .faq h2 {
    padding-left: 1rem;
    font-size: 2.5rem;
    border-left: 5px solid #00836e;
  }

  .faq h3 {
    font-size: 1.6rem;
    padding-left: 2.1em;
    text-indent: -2.1em;
  }
}
