/* Box sizing rules */
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

ul {
  margin: 0;
  padding: 0;
}

table, th, td {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0px;
}

dl, dt, dd {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================================================= */
body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}

header {
  border-top: 8px solid #1d50a2;
}
header h1 {
  max-width: 1000px;
  line-height: 1;
  margin: 10px auto;
}
header h1 img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  header h1 {
    padding: 0 10px;
    margin: 5px auto;
  }
  header h1 img {
    width: 33%;
  }
}

footer {
  background: #1d50a2;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 0.75em;
}

/* ========================================================================= */
.title {
  background: #1d50a2;
  max-width: 100%;
  color: #fff;
  padding: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .title {
    padding: 10px;
  }
}
.title h1 {
  font-size: 24px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .title h1 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 20px;
  }
}
.title h1:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1em;
  background: #fff;
}

/* CTA ========================================================================= */
.telbtn {
  background: #329F30;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin: 40px auto;
  display: block;
  border-radius: 50px;
  padding: 20px 0;
  width: 95%;
}
.telbtn div {
  font-size: 1.2em;
  font-weight: bold;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.cta-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cta-sp {
    display: block;
    margin: 20px auto;
  }
  .cta-pc {
    display: none;
  }
}
.cta-pc {
  color: #008d32;
  margin: 40px auto;
  max-width: 1000px;
  background: #F4F4F4;
  padding: 20px;
  text-align: center;
}
.cta-pc .freedaial {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px auto;
}
.cta-pc .freedaial img {
  height: 1em;
  width: auto;
}

@media screen and (min-width: 801px) {
  .bnrArea {
    display: none;
  }
}
.bnrArea {
  margin: 40px auto;
}
.bnrArea img {
  margin: 0 auto;
}

section {
  margin: 0 auto;
  max-width: 1000px;
}
section h2 {
  background: #1d50a2;
  padding: 0.5em 1em;
  font-size: 1.2em;
  color: #fff;
}

.formArea {
  background: #F8F8F5;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  padding-bottom: 10px;
}

.note {
  font-size: 0.85em;
  font-weight: normal;
}

.required {
  background: #fff;
  border: 1px solid red;
  color: red;
  line-height: 1;
  display: inline-block;
  font-size: 0.85em;
  padding: 0.25em 0.75em;
  margin-left: 20px;
  font-weight: normal;
}

.optional {
  background: #fff;
  border: 1px solid #57A949;
  color: #57A949;
  line-height: 1;
  display: inline-block;
  font-size: 0.85em;
  padding: 0.25em 0.75em;
  margin-left: 20px;
  font-weight: normal;
}

.btnArea {
  text-align: center;
  margin: 40px auto;
}
.btnArea button {
  border: 1px solid #57A949;
  border-radius: 6px;
  background: #57A949;
  color: #fff;
  padding: 1.5em 1em;
  margin-bottom: 1em;
}
.btnArea .btngrid {
  display: grid;
  margin: 0 auto;
  grid-template-columns: auto auto;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnArea .btngrid {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    gap: 10px;
  }
}
.btnArea .btngrid button {
  min-width: 12em;
  border: none;
}
.btnArea .btngrid button:hover {
  cursor: pointer;
}
.btnArea .btn-mod {
  background: #707070;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btnArea .btn-mod {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.btnArea .privacy {
  font-size: 0.9em;
  color: #333;
}

input[type=text],
input[type=number] {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 8px;
  width: 100%;
}

select {
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
  cursor: pointer;
}

textarea {
  field-sizing: content;
  min-width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
}

.checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 auto;
  padding: 40px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .checklist {
    padding: 20px;
  }
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  color: #333;
  cursor: pointer;
  position: relative;
  padding: 5px;
}
input[type=checkbox] + label:before {
  position: relative;
  top: 8px;
  display: inline-block;
  content: " ";
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin-right: 5px;
}

input[type=checkbox]:checked + label:before {
  background: #57A949;
}
input[type=checkbox]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 5px;
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  color: #fff;
  font-size: 1.8em;
}

.radiolist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 320px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 40px;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .radiolist {
    padding: 20px;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  display: block;
  width: 100%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #1d50a2;
  padding: 1em 0.5em;
  color: #1d50a2;
}

input[type=radio]:checked + label {
  background: #57A949;
  border: 1px solid #57A949;
  color: #fff;
}

.infolist {
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .infolist {
    grid-template-columns: 1fr;
    row-gap: 5px;
    padding: 20px;
  }
  .infolist > dd {
    margin-bottom: 20px;
  }
}
.infolist .zipcode {
  display: grid;
  grid-template-columns: 10em auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}
.infolist .zipcode button {
  border: 1px solid #aaa;
  background: #eee;
}
.infolist .zipcode button:hover {
  cursor: pointer;
}

.childname {
  -webkit-align-self: self-start;
      -ms-flex-item-align: self-start;
          align-self: self-start;
}

.infolist-sub {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.opttxt {
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .opttxt {
    padding: 20px;
  }
}

.opt-title {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.opt-title:after {
  display: inline-block;
  font-family: "Material Icons Outlined";
  content: "\e15b";
  text-align: right;
  font-weight: normal;
}

.optform {
  display: none;
}

.opt-title:hover {
  cursor: pointer;
}

.opt-title:after {
  padding-bottom: 3px;
  margin-right: 0;
  margin-left: auto;
  border-radius: 50%;
  text-align: center;
  width: 1em;
  height: 1em;
  background: #fff;
  color: #1d50a2;
  font-size: 2rem;
  font-family: "Material Symbols Outlined";
  content: "\e145";
  line-height: 1;
}

.selected:after {
  content: "\e15b";
}

.invalid {
  background: #ffcccc !important;
}

.errmsg {
  color: red;
  font-weight: normal;
  font-size: 1rem;
  margin-left: 5px;
  background: #ffcccc;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1;
}

h2 .errmsg {
  background: #ffcccc;
  padding: 1px 3px;
  color: red;
  font-weight: normal;
  font-size: 1rem;
  margin-left: 5px;
  line-height: 1;
}

input[type=checkbox].invalid + label:before {
  background: #ffcccc;
}

.confirm {
  margin: 40px auto;
}
.confirm p {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm p {
    text-align: left;
  }
}

.confirmmsg {
  color: #57A949;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.confirmlist {
  max-width: 1000px;
  margin: 40px auto;
}
.confirmlist dt {
  background: rgba(29, 80, 162, 0.1);
}
.confirmlist dt,
.confirmlist dd {
  padding: 20px;
}

.done {
  max-width: 1000px;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .done {
    width: 90%;
    text-align: left;
  }
}
.done .thanks {
  font-size: 1.5rem;
  color: #57A949;
  font-weight: bold;
}
.done p {
  margin-bottom: 2em;
}

.btn-return {
  background: #57A949;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1em;
  text-align: center;
  border-radius: 6px;
  margin: 40px auto 20px auto;
  max-width: 12em;
}
@media screen and (max-width: 768px) {
  .btn-return {
    max-width: 90%;
  }
}/*# sourceMappingURL=ivykids_form.css.map */