@charset "UTF-8";
h1 {
  width: auto;
  max-width: 280px;
}

img {
  display: none;
}

header img,
h2 img {
  display: block;
}

.wpcf7-turnstile.cf-turnstile {
  margin: auto;
}

.wpcf7-acceptance {
  margin-top: 30px;
  text-align: center;
  display: block;
}
.wpcf7-acceptance span {
  font-size: 16px;
}

select.active,
.input_text.active {
  border: 1px solid red;
}

.active {
  border: 1px solid red;
  display: block;
}

.confirm_area .wpcf7-spinner {
  display: none;
}

.wpcf7 form[data-status=init] .wpcf7-not-valid-tip {
  display: none;
}

.btnWrap {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.btnWrap p,
.btnWrap .send {
  width: 100%;
  text-align: center;
}

.btn_confirm {
  max-width: 300px;
  width: 100%;
  padding: 10px 0;
  background-color: #f8900d;
  border: 1px solid #dbdbdb;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  margin: 30px auto 0;
  cursor: pointer;
}

.wpcf7-response-output {
  display: none;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  left: 0;
  top: 0;
  max-width: unset;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-hidden {
  opacity: 0;
  transition: opacity 0.5s ease-out, visibility 0.5s;
}

.confirm_area,
.thanks_area {
  display: none;
}

.err_must {
  display: none;
  color: red;
  text-align: center;
  margin: 10px auto;
}

body {
  width: 100%;
  min-width: auto;
  margin: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  letter-spacing: 0.1em;
}

#container {
  width: 100%;
}

header,
main {
  width: 100%;
  max-width: 680px;
  margin: auto;
  text-align: left;
  margin-bottom: 5vw;
  margin-top: 10px;
  position: relative;
}

.sp {
  display: none;
}

main {
  padding-top: 0;
}

.form__catch {
  width: 100%;
  max-width: 732px;
  min-height: 62px;
  font-weight: 700;
  border: 1px solid #000066;
  padding: 10px;
}
.form__catch span {
  display: block;
  text-align: center;
}
.form__lead {
  line-height: 35px;
  text-align: center;
  margin: 30px 0;
}
.form__att {
  font-size: 14px;
}
.form__red {
  color: red;
  font-size: 14px;
}
.form__blue {
  color: #000066;
  font-size: 20px;
  letter-spacing: normal;
}

.intensive #radioContainer {
  display: flex;
  flex-wrap: wrap;
}
.intensive #radioContainer.course {
  flex-direction: column;
}

.form_page {
  width: 90%;
  max-width: 680px;
  margin: auto;
  font-size: 16px;
}
.form_page p {
  font-size: 12px;
}
.form_page dl {
  font-size: 12px;
}

.catch img {
  width: auto;
  max-width: 100%;
}

.form_dm #radioContainer {
  display: flex;
  flex-wrap: wrap;
}
.form_dm input[type=text],
.form_dm input[type=tel],
.form_dm input[type=email] {
  max-width: 500px;
}
.form_dm select {
  max-width: 300px !important;
}
.form_dm textarea {
  max-width: 780px !important;
}

dt {
  font-weight: bold;
  margin-bottom: 1vw;
  font-size: 20px;
}

dd {
  margin-bottom: 2vw;
}

.pp_link {
  display: block;
  width: auto;
  text-align: center;
  margin: 50px auto;
}

.color_red {
  color: #f00;
}

.must {
  background-color: #f00;
  color: #fff;
  font-weight: normal;
  padding: 4px;
  margin-right: 10px;
  font-size: 14px;
}

#copyright {
  background-color: transparent;
  padding-top: 5vw;
  margin: auto;
  text-align: center;
  font-size: 12px;
  padding-bottom: 1.5vw;
}
#copyright img {
  display: none;
}

button[type=submit] {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #00ba2f;
  font-size: 32px;
  border: 1px solid #dbdbdb;
  padding: 10px 20px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #FFF;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  width: 90%;
  margin: auto;
  max-width: 280px;
  padding: 10px;
}
button[type=submit] .txt01 {
  display: block;
  font-size: 14px;
  color: #fff;
}
button[type=submit] .txt02 {
  display: block;
  font-size: 20px;
  color: #fff;
}

.ssl .text {
  font-size: 11px;
  line-height: 1.6;
}

label {
  font-size: 18px;
}

input[type=radio] {
  font-size: 18px;
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  border-radius: 8px;
  padding: 8px !important;
  border: 1px solid #ccc;
  font-size: 18px !important;
}

.form-bg {
  background-color: #FCC;
}

input[type=text],
input[type=tel],
input[type=email] {
  max-width: 680px;
}

select {
  max-width: 390px !important;
}

textarea {
  max-width: 680px !important;
  width: 100% !important;
  height: 150px !important;
}

.bridge p {
  font-size: 16px;
  letter-spacing: 1px;
}
.bridge p.top {
  text-align: center;
}

.bridge_title p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#koushi_touroku_pc p.read,
#koushi_touroku_syoukai p.read {
  margin: 0 auto 30px;
  max-width: 780px;
  width: 100%;
}

.cover p.maru_fuki {
  top: -10px;
  left: 60px;
  position: absolute;
  padding: 25px 10px 0px 12px;
  width: 115px;
  height: 100px;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffc13b;
  border-radius: 50%;
  box-sizing: border-box;
  letter-spacing: 0 !important;
  position: absolute;
}
.cover p.maru_fuki::before {
  content: "";
  position: absolute;
  bottom: 28px;
  right: -20px;
  margin-top: -15px;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #ffc13b;
  z-index: 0;
  transform: rotate(15deg);
}
.cover h2.fuki {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #0070c0;
}
.cover h2.fuki::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border: 40px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #0070c0;
}

.privacy_policy {
  max-width: 780px;
  font-size: 13px;
}
.privacy_policy__title {
  margin-bottom: 10px;
  margin-top: 20px;
}
.privacy_policy strong {
  font-weight: bold;
}

.form__back {
  text-align: center;
}

#form_table {
  max-width: 780px;
  width: 100%;
  margin: auto auto 70px;
}
#form_table .lesson_room label {
  width: 46%;
  flex-direction: initial;
  display: inline-flex;
  align-items: center;
}
#form_table #mailformpro dl dt,
#form_table #mailformpro dl dd {
  margin-bottom: 0;
}
#form_table #mailformpro dl dt input,
#form_table #mailformpro dl dd input {
  width: 90%;
}
#form_table #mailformpro dl dt select,
#form_table #mailformpro dl dd select {
  width: 24%;
}
#form_table #mailformpro dl dt input[type=radio],
#form_table #mailformpro dl dd input[type=radio] {
  width: auto;
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#form_table #mailformpro dl dt input[type=checkbox],
#form_table #mailformpro dl dd input[type=checkbox] {
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  width: auto;
}
#form_table .title {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  background: none;
}
#form_table dl {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
#form_table dt,
#form_table dd {
  border-bottom: solid 1px #dae2f0;
  padding-top: 18px;
  padding-right: 5px;
  padding-left: 18px;
  padding-bottom: 18px;
}
#form_table dt {
  width: 40%;
  line-height: 1.4;
  position: relative;
  text-align: left;
  background-image: linear-gradient(-45deg, #ffedd8, #ffedd8 25%, transparent 25%, transparent 50%, #ffedd8 50%, #ffedd8 75%, transparent 75%, transparent);
  background-size: 6px 6px;
  background-repeat: repeat;
}
#form_table dt:first-child {
  border-top: solid 1px #dae2f0;
}
#form_table dd:first-of-type {
  border-top: solid 1px #dae2f0;
}
#form_table dt .must {
  display: block;
  background-color: #f1692c;
  padding: 1px 5px 0;
  border-radius: 5px;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  zoom: 1;
  box-shadow: none;
}
#form_table dd {
  width: 60%;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .privacy_policy {
    max-width: 680px;
    height: 210px;
    margin: 20px 0px;
    padding: 15px 30px 15px 20px;
    box-sizing: border-box;
    border: solid 1px #dae2f0;
    background-color: #fffce2;
    overflow: scroll;
  }
  #form_table select {
    width: 60%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
    font-size: 120%;
    padding: 10px;
    margin-bottom: 10px;
  }
  #form_table input {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
    font-size: 120%;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  #form_table option {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
    font-size: 120%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #form_table label {
    font-size: 100%;
  }
  #form_table button {
    width: calc(100% - 20px);
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #00ba2f;
    font-size: 7vw;
    border: 1px solid #dbdbdb;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #FFF;
  }
  .bridge p {
    line-height: 35px;
    text-align: center;
    margin: 30px 0;
  }
  span.post_add_span {
    font-size: 16px;
  }
}
.form_dm .privacy_policy {
  max-width: 780px;
}

#koushi_touroku_syoukai p.read {
  margin: 0 auto 30px;
  max-width: 780px;
  width: 100%;
}
#koushi_touroku_syoukai #mailformpro dl dt {
  font-size: 18px;
}
#koushi_touroku_syoukai .bottom {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
}
#koushi_touroku_syoukai .bottom h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  text-align: center;
}
#koushi_touroku_syoukai .bottom .emp {
  background: linear-gradient(transparent 40%, #ffeb3b 40%);
}
#koushi_touroku_syoukai .bottom .shoukai_faq dl {
  width: 100%;
  margin: 40px auto;
  max-width: 750px;
}
#koushi_touroku_syoukai .bottom .shoukai_faq dt,
#koushi_touroku_syoukai .bottom .shoukai_faq dd {
  position: relative;
  padding-left: 50px;
  line-height: 1.8;
  text-align: left;
}
#koushi_touroku_syoukai .bottom .shoukai_faq dt {
  margin: 50px 0 20px;
}
#koushi_touroku_syoukai .bottom .shoukai_faq dt::before,
#koushi_touroku_syoukai .bottom .shoukai_faq dd::before {
  color: #fff;
  padding: 0 8px;
  position: absolute;
  left: 0;
  top: 0;
}
#koushi_touroku_syoukai .bottom .shoukai_faq dt::before {
  content: "Q";
  background-color: #0d47a1;
}
#koushi_touroku_syoukai .bottom .shoukai_faq dd::before {
  content: "A";
  background-color: #e15e4a;
}
#koushi_touroku_syoukai .bottom .shoukai_about {
  width: 100%;
  max-width: 1060px;
  padding: 60px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
}
#koushi_touroku_syoukai .bottom .shoukai_about .text {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: 0 30px 40px;
}
#koushi_touroku_syoukai .mfp_buttons {
  margin: 4vw auto 4vw;
  text-align: center;
}

/* thanks */
.touroku_thanks .pagetitle {
  height: auto;
}
.touroku_thanks .bridge {
  margin-top: 40px;
  margin-bottom: 80px;
}
.touroku_thanks .bridge p {
  margin-bottom: 20px;
  text-align: center;
}

/* qr共通 */
#koushi_syoukai_qr {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
}
#koushi_syoukai_qr .emp {
  background: linear-gradient(transparent 40%, #ffeb3b 40%);
}
#koushi_syoukai_qr .btn_entry {
  margin: auto;
  text-align: center;
  flex-flow: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
#koushi_syoukai_qr .btn_entry a {
  width: 430px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: bold;
  background-color: #e43a47;
  background-color: #99cc33;
  color: #fff;
  text-decoration: none;
}
#koushi_syoukai_qr textarea {
  height: 20px;
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  margin-top: 20px;
}
#koushi_syoukai_qr .att {
  font-size: 20px;
}
#koushi_syoukai_qr .syoukai_qr {
  margin: 80px auto 20px;
  text-align: center;
}
#koushi_syoukai_qr .syoukai_qr p {
  text-align: center;
  margin-bottom: 25px;
}
#koushi_syoukai_qr .syoukai_qr #img-qr {
  margin: auto;
  text-align: center;
  border: 1px solid #999;
  padding: 10px;
  width: 276px;
  height: 276px;
}
#koushi_syoukai_qr .syoukai_qr span {
  display: block;
  text-align: center;
}
#koushi_syoukai_qr .syoukai_qr .step {
  text-align: center;
  margin-bottom: 50px;
  max-width: 600px;
  width: 100%;
  border-top: 2px dotted #ccc;
  margin: auto;
  padding: 20px 0;
}
#koushi_syoukai_qr .syoukai_qr .step .midashi {
  font-size: 22px;
  color: #999;
  margin: 0 auto 20px;
}

#koushi_touroku #contents {
  width: auto !important;
}
#koushi_touroku h2 {
  height: auto;
}

.thanks_msg {
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 12px;
  margin: 30px auto;
  padding: 10px;
}
.thanks_msg p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #page_top a {
    top: 0;
  }
  #pankuzu {
    width: 100%;
  }
  #copyright {
    letter-spacing: normal;
  }
  h1 {
    padding-left: 20px;
  }
  img {
    width: 90%;
  }
  main {
    width: 94%;
    margin: auto;
    padding-bottom: 50px;
  }
  .form_page p,
  .hint,
  span {
    font-size: 4vw;
  }
  .form__lead {
    line-height: 1.6;
    text-align: left;
    margin: 20px 0;
  }
  .form__att {
    font-size: 3.6vw;
  }
  dt {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  dd {
    margin-bottom: 4vw;
  }
  .h2_orange {
    font-size: 5vw;
  }
  div.mfp_err {
    font-size: 4vw;
    background-position: 0px 8px;
  }
  .sokudoku {
    width: 94%;
    margin: auto;
  }
  #cv {
    width: 92vw;
    margin: auto;
  }
  .intensive #radioContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #mailformpro dl dd,
  .sokudoku dl dd {
    margin-bottom: 4.5vw;
    display: flex;
    flex-wrap: wrap;
  }
  #mailformpro dl dd span.ex,
  .sokudoku dl dd span.ex {
    display: block;
  }
  #mailformpro dl dt,
  .sokudoku dl dt {
    margin-bottom: 2vw;
    font-size: 4.5vw;
  }
  .form_dm #mailformpro dl dd {
    flex-direction: column;
  }
  .form_dm #radioContainer {
    flex-direction: column;
  }
  .ssl {
    box-shadow: 0px 0px 10px 2px #ccc;
    margin: 10vw 0;
    padding: 3vw;
    border-radius: 10px;
  }
  .ssl .text {
    height: 20vw;
    overflow: hidden scroll;
    font-size: 3vw;
  }
  label {
    font-size: 16px;
  }
  input[type=radio] {
    font-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 4px;
  }
  #copyright {
    padding-bottom: 3vw;
  }
  .bridge p {
    font-size: 4vw;
    text-align: left;
    line-height: 1.5;
    margin-top: 10px;
  }
  .bridge_title {
    margin: 6vw auto;
  }
  .bridge_title p {
    font-size: 4vw;
  }
  /* */
  .mfp_buttons .txt01 {
    display: block;
    font-size: 3vw;
  }
  .mfp_buttons .txt02 {
    font-weight: bold;
  }
  .mfp_buttons .txt02 .sp {
    display: inline-block;
  }
  #form_table {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #form_table dd:first-of-type {
    border-top: none;
  }
  #form_table label {
    font-size: 4.5vw;
  }
  #form_table .lesson_room label {
    font-size: 4.5vw;
  }
  #form_table .lesson_room label input[type=checkbox] {
    font-size: 4.5vw;
    height: 4.5vw;
    width: 4.5vw !important;
    margin-right: 4.5px;
    width: auto;
    padding: 2px 0 2px 2px;
  }
  #form_table #mailformpro dl dd {
    align-items: center;
  }
  #form_table #mailformpro dl dd select {
    margin-right: 10px;
    width: 60%;
  }
  #form_table dl {
    flex-direction: column;
  }
  #form_table dt {
    border: none;
    font-size: 18px;
    margin-top: 15px;
    color: #006;
    margin-bottom: 10px;
    line-height: 1.6;
    background: transparent;
  }
  #form_table dt .must {
    font-size: 86%;
    font-weight: normal;
    color: #fff;
    margin-left: 0;
    border-radius: 1px;
    background-color: #006;
    margin-right: 5px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    position: relative;
    margin-top: 0;
  }
  #form_table dt,
  #form_table dd {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #form_table button {
    padding: 8px 0;
  }
  #koushi_touroku_pc .cover p.maru_fuki {
    width: 26vw;
    height: 100px;
    font-size: 4vw;
    top: 0;
    left: 4vw;
  }
  #koushi_touroku_pc .cover h2.fuki {
    padding: 0;
    height: 3em;
    line-height: 3em;
    position: relative;
    top: 10vw;
    padding: 0 2vw 0 26vw;
    font-size: 5.5vw;
    text-align: center;
    box-sizing: border-box;
  }
  #koushi_touroku_pc,
  #koushi_touroku_syoukai {
    width: 100%;
    margin: auto;
  }
  #koushi_touroku_pc #form_table dt .must,
  #koushi_touroku_syoukai #form_table dt .must {
    display: inline;
  }
  #koushi_touroku_pc p.read,
  #koushi_touroku_syoukai p.read {
    width: 94%;
    margin: 0 auto;
  }
  #koushi_touroku_pc .cover,
  #koushi_touroku_syoukai .cover {
    margin-bottom: 10vw;
  }
  #koushi_touroku_pc #ssl,
  #koushi_touroku_syoukai #ssl {
    box-sizing: content-box;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 100px;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #ccc;
    padding-top: 1px;
    padding-bottom: 0px;
    border: 1px solid #DDD;
  }
  #koushi_touroku_pc #ssl .text,
  #koushi_touroku_syoukai #ssl .text {
    font-size: 13px;
    margin: 0px;
    padding: 10px;
  }
  #koushi_touroku_syoukai #ssl .text {
    overflow: auto;
  }
  #koushi_touroku_syoukai .cover h2.fuki,
  #koushi_touroku_syoukai .shoukai_faq {
    font-size: 5vw;
    font-size: 5vw;
    text-align: center;
  }
  #koushi_touroku_syoukai .bottom {
    font-size: 4vw;
    width: 94%;
    margin: auto;
  }
  #koushi_touroku_syoukai .bottom .shoukai_faq dt {
    margin: 4vw 0 3vw 0;
  }
  #koushi_touroku_syoukai .bottom .shoukai_faq dt,
  #koushi_touroku_syoukai .bottom .shoukai_faq dd {
    font-size: 4vw;
  }
  #koushi_touroku_syoukai .bottom h2 {
    font-size: 5vw;
  }
  #koushi_touroku_syoukai .bottom .shoukai_about .text {
    height: auto;
    text-align: left;
    padding: 0 20px;
  }
  .thanks_msg p {
    font-size: 3vw;
  }
}