@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Roboto:wght@300;400;700&Hind:wght@500;700&display=swap");
html.inner-page {
  scroll-behavior: smooth;
  overflow: auto;
}

html.inner-page body, html.inner-page input, html.inner-page textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, a, table, tr, td, address, img,
header ul, footer ul {
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
  text-align: left;
  font-style: normal;
  list-style: none outside;
}

/*-------------


/* mail ============== */
main {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main section#mv {
  display: flex;
  justify-content: center;
  position: relative;
  background: #CDD9F8;
  margin-bottom: 60px;
}

main section#mv .inner {
  margin: 0 auto;
  font-size: 3.25em;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
}

main .inner {
  width: 1000px;
  margin: 0 auto 100px auto;
}

/* 個人情報の取扱いについて ============== */
.policy {
  margin: 100px 0;
  padding: 0;
  text-align: left;
}

.policy div:nth-of-type(1) {
  height: 450px;
  border: solid 3px #ccc;
  padding: 20px;
  margin: 1em 0 2em 0;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.policy div:nth-of-type(1)::-webkit-scrollbar {
  width: 10px;
}

.policy div:nth-of-type(1)::-webkit-scrollbar-track {
  background-color: #ccc;
}

.policy div:nth-of-type(1)::-webkit-scrollbar-thumb {
  background-color: #0068b7;
}

.policy h3 {
  font-weight: 700;
  text-align: center;
  font-size: 1.25em;
  color: #0068b7;
  padding-bottom: 5px;
}

.policy h4 {
  font-weight: 700;
  font-size: 1.25em;
  background: #0068b7;
  color: #fff;
  padding: 5px;
}

.policy p {
  text-align: left;
}

.policy p span, .policy p span a {
  color: #C00;
}

.policy div:nth-of-type(2) {
  font-size: 1.125em;
}

.mail_policy {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}

.mail_policy span {
  padding: 5px;
  background: #EEE;
  border: 1px solid #ccc;
}

/*main h4{ text-align:center; }*/
/* other */
main form p {
  margin: 1em 0;
  text-align: center;
}

form p strong {
  font-weight: bold;
  font-size: 120%;
  color: #C00;
}

/* table */
form table {
  width: 100%;
  margin: 1em 0 80px 0;
  word-break: break-word;
}

form th, form td {
  padding: 10px;
  white-space: unset;
  vertical-align: top;
}

form th {
  width: 30%;
  text-align: right;
  color: #000;
  background: unset;
}

form table span {
  display: block;
  font-size: 80%;
  color: #C00;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

form table span.mb-adjust {
  margin-bottom: 0;
}

form table em {
  margin: 0em;
  padding: 0;
  color: #C00;
  font-size: 2em;
  font-weight: normal;
  display: inline-block;
  height: auto;
}

form td {
  text-align: left;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
}

form td ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  display: flex;
}

form td ul li {
  margin-right: 2em;
}

form tr {
  border-bottom: solid 2px #EEE;
}

/* form */
input, textarea {
  font-size: 16px;
  padding: 0.2em 0.5em;
}

select {
  font-size: 14px;
  padding: 0.2em 0.5em;
}

textarea {
  width: 100%;
  height: 16em;
  background: #EEE;
  border: solid 1px #ccc;
}

input[type=text] {
  width: 100%;
  background: #EEE;
  border: solid 1px #ccc;
}

#name, #furigana {
  width: 100%;
}

#email1, #email2 {
  width: 85%;
}

#tel, #postal-code {
  width: 100%;
}

textarea#appointment {
  height: 8em;
}

h2 {
  background-color: #33a7e2;
  color: #FFF;
  border: none;
  margin-bottom: 40px;
}

ul:has(input[name=cat0]) {
  margin-top: 0.1em;
}

main a {
  border: 0;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  color: #0370c2;
}

main a:hover {
  background: none;
}

.requre_change {
  margin: 0;
  text-align: right;
}

/* txt */
main form p.txt {
  font-size: 85%;
  text-align: left;
}

/* mail_send */
.mail_send {
  background: #EEE;
  padding: 1em 0;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}

.mail_send input[type=submit], .mail_send a {
  margin: 0 1em;
  background: #0068b7;
  color: #FFF;
  border-radius: 10px;
  border: 1px solid #0068b7;
  cursor: pointer;
  height: 80px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.mail_send input[type=submit]:hover, .mail_send a:hover {
  opacity: 0.5;
}

.mail_send a {
  margin: 0em 1em;
}

.mail_send a:hover {
  background: #0068b7;
}

.mail_send a.policy_link {
  background: unset;
  color: #333;
  text-decoration: underline;
  border: none;
  height: auto;
  width: auto;
  display: inline;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

/* mail_wellcome */
.mail_wellcome {
  border: solid 3px #85AADD;
  border-radius: 15px;
  padding: 50px;
}

.mail_wellcome ul {
  list-style: none;
  padding: 0;
}

.mail_wellcome ul li {
  padding-left: 20px;
  position: relative;
}

.mail_wellcome ul li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.mail_wellcome0 p:nth-child(1) {
  margin: 2em 0;
  background: #0068b7;
  font-weight: 700;
  padding: 20px;
  color: #fff;
  border-radius: 15px;
  font-size: 1.25em;
}

.mail_wellcome0 p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 2em 0 0.5em 0;
}

.mail_wellcome0 p:nth-of-type(2) a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3em;
  color: #0068b7;
  text-decoration: none;
  line-height: 0.5;
}

.mail_wellcome0 p:nth-of-type(2) a::before {
  content: "";
  background: url("../../img/mail/tel.svg") no-repeat center bottom;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

.mail_wellcome0 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  color: #0068b7;
  padding: 0;
  margin: 0 0 2em 0;
}

.mail_wellcome0 ul li {
  padding: 10px 20px;
}

.mail_wellcome0 ul li:nth-child(1) {
  background: #0068b7;
  color: #fff;
  font-weight: 700;
}

.mail_wellcome0 ul li:nth-child(2), .mail_wellcome0 ul li:nth-child(3) {
  font-weight: 700;
}

.mail_wellcome0 h4 {
  font-weight: 700;
  text-align: left;
  font-size: 1.25em;
  color: #0068b7;
  padding-bottom: 5px;
}

.mail_wellcome0 h4:nth-of-type(1) {
  border-bottom: solid 3px #85AADD;
}

.mail_wellcome h5 {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
}

.mail_wellcome_sub {
  margin-top: 1em;
  font-size: 1em;
}

.mail_wellcome_sub p {
  margin: 0 0 2em 0;
  text-align: left;
}

.mail_wellcome_sub p span {
  color: #C00;
  font-size: 2em;
  font-weight: 700;
}

/* mail_thanks *
.mail_thanks {}

/* error */
form p.error {
  margin: 0 0 100px 0;
  padding: 10px;
  background: #FFF;
  color: #C00;
  border: solid 3px #C00;
  border-radius: 15px;
}

form .error td {
  background: #d7e5ed;
}

/* mail ============== */
/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media (max-width: 768px) {
  main .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
  }
  form th {
    width: 100%;
    padding: 10px;
  }
  form table th, td {
    display: block;
    text-align: left;
  }
  input[type=text],
  #name, #furigana,
  #email1, #email2,
  #tel {
    width: 99%;
  }
  #postal-code {
    width: 95%;
  }
  form table span.mb-adjust {
    margin-bottom: 0.4em;
  }
  .mail_send {
    flex-direction: column;
  }
  .mail_wellcome0 p:nth-child(1) {
    text-align: left;
  }
  .mail_wellcome0 ul {
    border: solid 1px #0068b7;
    margin: 1em 0;
    border-radius: 15px;
  }
  .mail_wellcome0 ul li {
    padding: 5px 10px;
  }
  .mail_wellcome0 ul li:nth-child(1) {
    border-radius: 13px 13px 0 0;
  }
  .mail_wellcome0 ul li:nth-child(1), .mail_wellcome0 ul li:nth-child(4) {
    display: block;
    width: 100%;
    text-align: center;
  }
  .mail_send a {
    margin: 10px 1em;
  }
  form td ul {
    flex-direction: column;
    margin: 0;
  }
  p.mail_thanks {
    text-align: left;
  }
  p.mail_thanks strong {
    text-align: center !important;
  }
  main section#mv {
    font-size: 2.4vw;
    margin-bottom: 0;
  }
  .mail_wellcome0 p:nth-of-type(2) a {
    font-size: 11vw;
  }
  .mail_wellcome0 p:nth-child(1) {
    font-size: 4.2vw;
  }
  .mail_wellcome {
    padding: 5vw;
  }
}
/*# sourceMappingURL=index.css.map */
