@charset "UTF-8";
/*======================================
common
/*======================================*/
.entry .page-title-CMN p {
  font-size: 110%;
}
/*======================================
aside
/*======================================*/
.form-CMN aside {
  font-size: 90%;
}
.form-CMN aside li:not(:last-of-type) {
  margin-bottom: .3em;
}
.form-CMN aside li a {
  display: inline;
  text-decoration: underline;
}
/*======================================
form-layout
/*======================================*/
.form-CMN dl {
  padding: 0;
  margin-bottom: 2.5em;
}
.form-CMN dt {
  position: relative;
  flex: 1;
  text-align: left;
  font-size: 100%;
  line-height: 1em;
  margin-bottom: 1em;
  letter-spacing: 2px;
}
.form-CMN dt.required::before, .form-CMN dt.optional::before {
  text-align: center;
  padding: .3em 1em;
  font-size: 80%;
  vertical-align: .1em;
  line-height: 1em;
  color: #fff;
  margin-right: .5em;
  border-radius: 3px;
}
.form-CMN dt.required::before {
  content: "必須";
  background: rgba(200, 160, 100, 1);
}
.form-CMN dt.optional::before {
  content: "任意";
  background: rgba(150, 150, 150, 1);
}
.form-CMN dd {
  text-align: left;
  width: 100%;
  line-height: 1em;
}
.form-CMN dd:not(:first-of-type) {
  margin-top: .5em;
}
.form-CMN dd span {
  width: 100%;
}
.form-CMN input, .form-CMN input[type="text"]:focus, .form-CMN select, .form-CMN textarea {
  padding: 0 .5em;
  font-size: 16px;
  height: 55px;
  line-height: 1.2em;
}
.form-CMN .select-wrap dd {
  position: relative;
  max-width: 600px;
}
.form-CMN dl.textarea-wrap {
  display: block;
}
.form-CMN dl.textarea-wrap dd {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
}
.form-CMN textarea {
  height: 10em;
  padding: .7em .5em;
  line-height: 1.3em;
}
.form-CMN .schedule-wrap p {
  font-size: 90%
}
.form-CMN .schedule-wrap dl:first-of-type {
  align-items: center;
  margin-bottom: 1em;
}
.form-CMN .schedule-wrap dl:first-of-type dt {
  margin: 1.5em auto;
}
.form-CMN .schedule-wrap dl:first-of-type dd p {
  margin: 0 auto;
}
.form-CMN .schedule-wrap dd {
  position: relative;
}
.form-CMN .schedule-wrap dd:not(:first-of-type) {
  margin-top: 1.5em;
}
.form-CMN .schedule-wrap dd p {
  width: 100%;
  margin-bottom: .5em;
  flex-basis: 100%; /* 最初の要素を1行分に設定 */
  order: -1;
}
.form-CMN .schedule-wrap dd div > span:nth-of-type(1) {
  width: 60%;
  cursor: pointer;
}
.form-CMN .schedule-wrap dd div > span:nth-of-type(2) {
  width: calc(40% - .5em);
  margin-left: .5em;
}
.wpcf7 .acceptance-wrap span.wpcf7-not-valid-tip {
  margin-top: 1em;
}
.wpcf7 .acceptance-wrap span.wpcf7-not-valid-tip::before {
  content: none;
}
/*======================================
submit
/*======================================*/
input[type="submit"], button[type="submit"] {
  font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold", sans-serif;
  font-size: 120%;
  letter-spacing: 1px;
  width: 100%;
  max-width: 350px;
  height: 65px;
  line-height: 65px;
  margin: 2em auto 0;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
}
input[type="submit"].is-active, button[type="submit"].is-active {
  background: rgba(200, 160, 100, 1);
}
@media screen and (min-width:768px) {
  /*======================================
form-layout
/*======================================*/
  .form-CMN dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .form-CMN dt {
    font-size: 110%;
    margin-bottom: .5em;
    margin-top: 1.5em;
  }
  .form-CMN dt.required::before, .form-CMN dt.optional::before {
    padding: .5em 1em;
  }
  .form-CMN dd {
    width: 65%;
  }
  .form-CMN input, .form-CMN input[type="text"]:focus, .form-CMN select, .form-CMN textarea {
    padding: 0 1em;
    font-size: 17px;
    height: 65px;
  }
  .form-CMN .schedule-wrap p {
    font-size: 110%
  }
  .form-CMN dl.textarea-wrap {
    margin-top: 3em;
  }
  .form-CMN dl.textarea-wrap dd {
    margin-top: 1.5em;
  }
  .form-CMN textarea {
    height: 15em;
    padding: 1em;
  }
  .acceptance-wrap {
    font-size: 110%;
  }
  input[type="submit"], button[type="submit"] {
    max-width: 350px;
    height: 80px;
    line-height: 80px;
  }
} /*END query*/
/*======================================
entry page
/*======================================*/
.entry .select-wrap {
  margin-bottom: 1.5em;
}
@media screen and (min-width:768px) {} /*END query*/