/*========================================
reset
========================================*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  outline: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0px;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

/*========================================
_base
========================================*/
a {
  color: #00003c;
}

img {
  max-width: 100%;
  height: auto;
}

img:not([width]) {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body.no_scroll {
  overflow: hidden;
}

.wrap {
  width: 100%;
  color: #00003c;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap {
    margin-bottom: 20%;
  }
}

@media (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 750px) {
  img:not([width]) {
    max-width: 750px;
  }
  .wrap {
    max-width: 750px;
  }
}
.u-pcOnly {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-pcOnly {
    display: none;
  }
}

.u-spOnly {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-spOnly {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 850px) {
  .u-tab {
    display: block;
  }
}

/*==============================
sign header
==============================*/
.create-header {
  width: 100%;
  background-color: #FFF;
  filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.1));
  margin-bottom: 50px;
}

.create-header .inner {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-header .logo {
  width: 54%;
}

@media screen and (max-width: 750px) {
  .create-header {
    width: 100%;
    background-color: #FFF;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.1));
    margin-bottom: 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .create-header .logo {
    width: 96%;
  }
}
/*========================================
clinic header
========================================*/
.clinic-header {
  width: 100%;
  background-color: #FFF;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
  transform: translateZ(0);
  margin-bottom: 20px;
}

.clinic-header h1 {
  position: absolute;
  left: -9999px;
}

.clinic-header .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clinic-header .txt {
  color: #717071;
  font-size: min(1.5vw, 16px);
  text-align: right;
  padding-right: 1em;
}

.clinic-header .logo {
  width: 22%;
  max-width: 165px;
}

@media screen and (max-width: 750px) {
  .clinic-header .inner {
    max-width: 96%;
    margin: 0 auto 2%;
  }
  .clinic-header .txt {
    font-size: 3vw;
    text-align: right;
    padding-right: 1em;
    white-space: nowrap;
  }
  .clinic-header .logo {
    width: 32%;
    margin: 0;
  }
}
/*==============================
sign footer
==============================*/
.create-footer {
  width: 100%;
  background-color: #D2D2D2;
  padding: 40px 0;
}

.create-footer h2 {
  max-width: 300px;
  margin: 0 auto 20px;
}

.create-footer .footLink {
  text-align: center;
  margin: 0 auto 20px;
}

.create-footer .footLink li {
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  text-align: center;
  padding: 0 1em;
}

.create-footer .footLink li a {
  color: #363636;
  text-decoration: none;
}

.create-footer .footBnr {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

.create-footer .footBnr li {
  max-width: 256px;
  padding: 0 5px;
}

.create-footer address {
  font-size: 12px;
  line-height: 1.4em;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .create-footer {
    width: 100%;
    background-color: #D2D2D2;
    padding: 6% 0;
  }
  .create-footer h2 {
    max-width: 50%;
    margin: 0 auto 3%;
  }
  .create-footer .footLink {
    text-align: center;
    margin: 0 auto 3%;
  }
  .create-footer .footLink li {
    font-size: 14px;
    line-height: 1.4em;
    display: inline-block;
    text-align: center;
    padding: 0 0.5em;
  }
  .create-footer .footBnr {
    width: 92%;
    display: flex;
    justify-content: center;
    margin: 0 auto 3%;
  }
  .create-footer .footBnr li {
    max-width: 48%;
    padding: 0 1%;
  }
}
/*========================================
clinic footer
========================================*/
.clinic-footer {
  width: 100%;
  background-color: #dde7f6;
}

.clinic-footer .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: min(40px, 8%) 0 0;
}

.clinic-footer .footLogo {
  max-width: 300px;
  margin: 0 auto;
}

.clinic-footer .footLink {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  font-size: 1;
  line-height: 1.4;
  padding: 1.5em 0 2em;
}

.clinic-footer .footLink a {
  color: #333;
  text-align: center;
}

.clinic-footer .footBnr01 {
  max-width: 640px;
  margin: 0 auto 3%;
}

.clinic-footer .footBnr02 {
  max-width: 256px;
  margin: 0 auto;
}

.clinic-footer address {
  font-size: 14px;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
  padding: 2em 0;
}

@media screen and (max-width: 750px) {
  .clinic-footer .inner {
    width: 90%;
    padding: 6% 0 0;
  }
  .clinic-footer .footLogo {
    max-width: 50%;
    margin: 0 auto;
  }
  .clinic-footer .footLink {
    font-size: 3vw;
    line-height: 1.4;
    padding: 1.5em 0 2em;
  }
  .clinic-footer .footBnr01 {
    max-width: 100%;
    margin: 0 auto 6%;
  }
  .clinic-footer .footBnr02 {
    max-width: 60%;
    margin: 0 auto;
  }
  .clinic-footer address {
    font-size: 2.5vw;
    line-height: 1.4;
    padding: 2em 0;
  }
}
/*==============================
form
==============================*/
.formWrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 30px 130px;
}

.formWrap h3 {
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}

.formWrap dl {
  width: 100%;
  padding-bottom: 10px;
}

.formWrap dt {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.formWrap dt .required {
  display: inline-block;
  background-color: #0E8B3C;
  font-size: 12px;
  line-height: 1.4em;
  padding: 1px 4px 0;
  color: #fff;
  margin-left: 8px;
}

.create .formWrap dt .required {
  background-color: #0E8B3C;
}

.clinic .formWrap dt .required {
  background-color: #004698;
}

.formWrap dd {
  margin-bottom: 25px;
}

.formWrap input[type=text], .formWrap input[type=number], .formWrap input[type=email], .formWrap input[type=url], .formWrap input[type=tel], .formWrap select {
  display: block;
  height: 50px;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 12px;
  margin-bottom: 8px;
  color: #333;
  border-radius: 2px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: calc(100% - 24px);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #E8E8E8;
  transition: background-color 0.24s ease-in-out;
}

.formWrap dd.post input {
  width: 8.5em;
}

.formWrap select {
  width: auto;
  padding-right: 4em;
}

.formWrap textarea {
  display: block;
  height: 140px;
  width: calc(100% - 22px);
  border-color: #CACACA;
  font-size: 16px;
  line-height: 1.5em;
  padding: 12px 12px;
  color: #333;
  border-radius: 2px;
}

.formWrap span.wpcf7-checkbox {
  display: block;
  border: #E8E8E8 1px solid;
  padding: 1.5em 1.5em 1em;
}

.formWrap span.wpcf7-list-item {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}

.formWrap span.wpcf7-list-item:not(:last-child) {
  margin-bottom: 0.5em;
}

.formWrap .wpcf7-free-text {
  margin-top: 0.5em;
}

.formWrap .submitBtn {
  max-width: 270px;
  margin: 0 auto;
}

.formWrap .submitBtn input[type=submit] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(to right, #A4DB07, #5FBC1E);
}

.create .formWrap .submitBtn input[type=submit] {
  background: linear-gradient(to right, #A4DB07, #5FBC1E);
}

.clinic .formWrap .submitBtn input[type=submit] {
  background: linear-gradient(to right, #00acc0, #004698);
}

@media screen and (max-width: 750px) {
  .formWrap {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 18%;
  }
  .formWrap h3 {
    font-size: 5.5vw;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 0 1em;
  }
  .formWrap dl {
    width: 100%;
    padding-bottom: 2%;
  }
}
/*========================================
thanks
========================================*/
.thanks h3 {
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  padding: 15vh 0 1.5em;
}

.thanks p {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 2em;
}

.thanks .backBtn {
  font-size: 13px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 15vh;
}

.thanks .backBtn a {
  display: block;
  width: 120px;
  color: #505a64;
  text-decoration: none;
  border: #333 1px solid;
  padding: 0.4em;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .thanks h3 {
    font-size: 5.5vw;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding: 15vh 0 1.5em;
  }
  .thanks p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 2em;
  }
  .thanks .backBtn {
    font-size: 13px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 15vh;
  }
}