@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab|Noto+Serif+JP'); /*追加*/
body, html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  background-color: #B0DA51;
  overflow-x: hidden;
}
a {
  text-decoration: inherit;
  color: inherit;
}
u {
  color: #0073b3;
  font-weight: bold;
}
img {
  display: block;
  width: 100%;
}
ol, ul {
  list-style: none;
}
h1 {
  margin: 0;
}
.header {
  width: 100%;
  background-color: #fff;
}
.header .container, .footer .container {
  padding: 0;
}
.header p {
  margin: 0;
  padding: 0;
}
.header__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1720px;
  margin: auto;
  padding: 15px 0;
}
.header__logo {
  width: 290px;
  margin-right: auto;
}
.header__tel {
  margin-right: 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #717171;
  font-weight: bold;
}
.header__tel__link {
  position: relative;
  display: block;
  padding-left: 43px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.017em;
}
.header__tel__link:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 24px;
  margin: auto;
  background-image: url(images/header_1.svg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
h2 {
  font-size: 24px;
  margin-bottom: 2rem;
}
/* [add 2022-09-16 plumsix] -------------------------------------------------------------------------------------*/
.title-trial-lesson{
  margin-bottom: 0.5rem;
}
/* ------------------------------------------------------------------------------------- [add 2022-09-16 plumsix]*/
.f-09 {
  font-size: 0.9rem !important;
}
.f-08 {
  font-size: 0.8rem !important;
}
.btn-green {
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #99CA3C;
  border-radius: 100px;
  background-color: #99CA3C;
  cursor: pointer;
  font-size: inherit;
  padding-right: 20px;
  padding-left: 20px;
}
#submit_d {
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #99CA3C;
  border-radius: 100px;
  background-color: #99CA3C;
  cursor: pointer;
  font-size: inherit;
  padding: 10px 100px;
}
.btn-green:hover, #submit_d:hover {
  background-color: #ffffff;
  color: #3F8E0E;
  border: 1px solid #3F8E0E;
}
#submit_d[disabled], #submit_d[disabled]:hover {
  cursor: default;
  background-color: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #ffffff;
}
section {
  padding: 1rem;
}
.container {
  background-color: #fff;
  padding: 1em;
}
.table th, .table td {
  vertical-align: middle;
  font-weight: normal;
  font-weight: 100;
  padding: 0.75rem;
  /*display: block;*/
}
.table th {
  background-color: #efefef;
}
td input[type="text"] {
  margin: 0.5rem 0;
}
td input[type="radio"]:nth-child(n+2) {
  margin-left: 1.25rem;
}
td input[type="radio"] {
  margin-right: 0.25rem;
}
td p {
  margin: 0.25rem 0 0;
}
.br-sp {
  display: none;
}
.f-blue {
  color: #0073B3;
}
.indent {
  padding-left: 1rem;
  text-indent: -1rem
}
.req {
  color: #e80d10;
  padding: 0.2rem 0.3rem;
  border: solid 1.0px #e80d10;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-left: 1rem;
  line-height: 1;
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
i {
  margin-left: 0.75rem;
  font-size: 1.6rem;
  cursor: pointer;
  color: #2b2b2b;
}
input[type="submit"] {
  padding: 0.5rem 1.5rem;
}
footer {
  background-color: #fff;
}
.footer__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1720px;
  margin: auto;
  padding: 37px 0 10px;
}
.footer__logo {
  width: 60px;
  margin-right: auto;
}
.footer__nav__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.footer__nav__item {
  margin-right: 20px;
  font-size: 14px;
  color: #717171;
  font-weight: bold;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer__nav__item:last-child {
  margin-right: 0;
}
.footer__r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 7px 0;
  font-size: 12px;
  color: #717171;
  font-weight: bold;
}
.footer__copy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 0 0 34px;
  font-size: 12px;
  color: #717171;
  font-weight: bold;
}

.d-flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

@media screen and (max-width: 736px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 89.33333333333333vw;
    max-width: initial;
    padding: 5.333333333333333vw 0 0;
    margin: auto;
  }
  .footer__logo {
    width: 16vw;
    margin: 0 auto 4.266666666666667vw;
  }
  .footer__nav {
    margin-right: 0;
  }
  .footer__nav__list {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer__nav__item {
    margin-right: 8vw;
    font-size: 3.733333333333333vw;
    line-height: 2.1;
  }
  .footer__logo {
    width: 16vw;
    margin: 0 auto 4.266666666666667vw;
  }
  .footer__r {
    max-width: initial;
    padding: 2.666666666666667vw 0;
    font-size: 2.933333333333333vw;
    text-align: center;
  }
  .footer__copy {
    max-width: initial;
    padding: 0 0 6.4vw;
    font-size: 2.933333333333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .br-sp {
    display: block !important;
  }
}
@media screen and (min-width: 737px) {
  .SP, .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .PC, .pc {
    display: none !important;
  }
  .br-sp {
    display: none;
  }
  .br-sp767 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .br-sp {
    display: none;
  }
}
/*スマホ*/
@media screen and (max-width:639px) {
  .dp-none320, .dp-none360, .dp-none375, .dp-none425 {
    display: none;
  }
  section {
    /*padding: 0.5rem;*/
    padding: 0px;
  }
  .table th {
    background-color: #efefef;
    font-size: 0.90rem;
  }

.table th,
.table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }



  td .input-mb-0 input[type="text"] {
    margin: 0;
  }
  td input[type="radio"]:nth-child(n+2) {
    margin-left: 0;
  }
  .btn-green {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 0.85rem;
  }
  .req {
    width: 41px;
    min-width: 41px;
    /*display: inline-block;*/
  }
  .lesson-style {
    font-size: 0.90rem;
  }
}
/*タブレット*/
@media only screen and (min-width:640px) and (max-width:1023px) {
  .dp-none768, .dp-none992 {
    display: none;
  }
  section {
    padding: 1.5rem;
  }
  .container {
    padding: 2rem;
  }
  .table th, .table td {
    display: table-cell;
    padding: 1rem 0.3rem;
  }
  .table th {
    background-color: #fff;
    font-size: 1rem;
  }
  td .input-mb-0 input[type="text"] {
    margin: 0;
  }
  .btn-green {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1rem;
  }
  .req {
    width: 41px;
    min-width: 41px;
    display: block;
  }
  .lesson-style {
    font-size: 1rem;
  }


/* 1. 確認画面（入力不可状態）の親要素ごとサイズアップ */
.lesson-style {
    font-size: 1.15rem !important; /* 標準より15%大きく。お好みで 1.2rem などに調整 */
    line-height: 1.6;             /* 行間を少し広げて読みやすく */
    color: #333;                  /* 文字色を濃くしてハッキリさせる */
}

/* 2. 確認画面で出力される span やテキストに適用 */
.lesson-style span, 
.lesson-style div {
    font-size: inherit;           /* 親の 1.15rem を継承 */
}

/* 3. 【重要】入力画面のときの input ボックスは元のサイズを維持する */
/* これを入れないと、入力画面の文字まで巨大化して崩れるのを防げます */
.lesson-style input[type="text"], 
.lesson-style textarea,
.lesson-style input.text {
    font-size: 1rem !important;   /* 入力時は標準サイズ(16px相当) */
    font-weight: normal;
}

}