@charset "utf-8";

/* リセット
----------------------------------------------------------- */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 2;
  box-sizing: border-box;
}
input:required {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*------------------------------------
画面サイズ 768px 以上 (PC)
-------------------------------------*/
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    color: #917394;
    opacity: 0.5;
  }
  :-ms-input-placeholder {
    color: #917394;
    opacity: 0.5;
  }
  ::-moz-placeholder {
    color: #917394;
    opacity: 0.5;
  }
  #mailForm {
    padding: 0;
  }
  #mailForm dl {
    background: #fff;
    padding: 0 30px;
    margin: 107px 0 69px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0;
    font-size: 0;
    letter-spacing: 0;
  }
  #mailForm dt {
    width: 30%;
    min-width: 256px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #333;
  }
  #mailForm dt span{
    vertical-align: middle;
    font-size: 0;
    line-height: 1;
    display: inline-block;
    margin-top: -4px;
    margin-right: 16px;
  }
  #mailForm dt span:before {
    background: #b7054b;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    content: "必須";
    padding: 4px 7px 5px;
    display: inline-block;
    vertical-align: middle;
  }
  #mailForm dt .small {
    font-size: 16px;
    font-weight: bold;
    display: inline;
  }
  #mailForm dt .non {
    margin: 0 0 0 49px;
  }
  #mailForm dd {
    width: calc(100% - max(30%, 256px));
  }
  #mailForm dd:has(input.position) {
    padding-bottom: 10px;
  }
  #mailForm .hyphen{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin-right: 5px;
    width: 18px;
  }
  #mailForm .exp{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    width: 105px;
  }
  #mailForm .red:not(:empty){
    display: block;
    color: #B7054B;
    font-size: 15px;
    font-size: 15px;
    line-height: 1.87;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  #mailForm #slct {
    position: relative;
    display: block;
    border: 1px solid #B7BCD6;
    border-radius: 4px;
    min-width: 253px;
    width: calc((100% - 105px - 15px) / 2);
    background: #fff;
  }
  #mailForm #slct:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 9px;
    margin: -4px 0 0 0;
    /* border: 5px solid transparent;
    border-top: 7px solid rgba(145, 115, 148, 0.8); */
    background-image: url(/assets/images/arrow_contact_puldwn.webp);
    background-size: cover;
  }
  #mailForm select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    /*Firefox用*/
    text-overflow: "";
    /*Firefox用*/
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    padding: 8px 25px 10px 9px;
    font-size: 16px;
    line-height: 20px;
    border: none;
    background: transparent;
  }
  #mailForm select::-ms-expand {
    display: none;
  }
  #mailForm input {
    padding: 0 9px;
    border: 1px solid #B7BCD6;
    border-radius: 4px;
    width: calc(100% - 105px);
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  #mailForm ::placeholder {
    padding: 0;
    color: #a8acb1;
  }
  #mailForm input.name01,
  #mailForm input.name02,
  #mailForm input.kana01,
  #mailForm input.kana02{
    width: calc((100% - 105px - 15px) / 2);
  }
  #mailForm input.name01,
  #mailForm input.kana01{
    margin-right: 15px;
  }
  #mailForm input.tel01,
  #mailForm input.tel02,
  #mailForm input.tel03 {
    width: calc((100% - ((18px + 5px + 5px) * 2)) / 3);
    max-width: 139px;
  }
  #mailForm input.tel01,
  #mailForm input.tel02{
    margin-right: 5px;
  }
  #mailForm input.mail {
  }
  #mailForm textarea {
    padding: 12px 9px;
    width: 100%;
    height: 165px;
    border: 1px solid #B7BCD6;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  #mailForm input[type="checkbox"]{
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 0;
    margin-top: 1px;
  }
  #mailForm input[type="checkbox"]:checked{
    border-color: #B7054B;
    background: url(../images/icon_checkbox_agree.svg) no-repeat center / contain;
    overflow: hidden;
  }
  #mailForm .txt_read {
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
    text-align: left;
    color: #333;
  }
  #mailForm dl.confirm{
    margin-top: 50px;
    padding: 0;
    border-top: 1px solid #707070;
    gap: 0;
  }
  #mailForm dl.confirm dt,
  #mailForm dl.confirm dd{
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  #mailForm dl.confirm dt{
    padding: 29px 25px;
    background: #F9F5F3;
    width: max(27.5%, 264px);
  }
  #mailForm dl.confirm dd{
    padding: 29px 25px;
    width: calc(100% - (max(27.5%, 264px)));
    font-size: 18px;
    line-height: 30px;
  }

  .frame_policy {
    margin: 10px 0 0;
  }
  .frame_policy .list {
    width: auto;
    height: 450px;
    padding: 35px 50px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #707070;
  }
  .frame_policy .list:after {
    content: "" !important;
  }
  .frame_policy .list ul {
    margin-left: 18px;
  }
  .frame_policy .list li {
    line-height: 1.5em;
    margin-bottom: 5px;
    list-style-type: square;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #333;
  }
  .frame_policy .list a {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #333;
    text-decoration: underline;
  }
  .frame_policy .list a.mailLink {
    text-decoration: none;
  }
  .frame_policy .list a.outside {
    color: #992244;
    text-decoration: none;
  }
  .frame_policy .list a.outside .icon {
    position: relative;
  }
  .frame_policy .list a.outside .icon img{
    margin: 0 0 0 15px;
    top: 2px;
    transform: translate(0, -50%);
    position: relative;
    width: 16px;
    height: 16px;
  }

  .frame_policy .list a:hover {
    text-decoration: none;
  }
  .frame_policy .list a.mailLink:hover {
    text-decoration: underline;
  }
  .frame_policy .list a.outside:hover {
    text-decoration: underline;
  }

  .frame_policy .list li ol {
    margin: 5px 0px 10px 18px;
  }
  .frame_policy .list li ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
  }
  .frame_policy .list li ul {
    margin: 5px 0px 10px 10px;
  }
  .frame_policy .list li ul li {
    margin-bottom: 5px;
    list-style-type: none;
  }
  .frame_policy .list h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: left;
    color: #333;
  }

  .frame_policy .list li ul h4 {
    margin-left: -10px;
  }
  .frame_policy .waku {
    border: 1px solid rgba(204, 0, 102, 0.3);
    padding: 25px 30px 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .frame_policy .waku h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
    text-align: left;
    color: #333;
  }
  #mailForm .frame_policy .waku dl{
    margin: 7px 0 0;
    padding: 0;
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    gap: 7px 0;
  }
  #mailForm .frame_policy .waku dt {
    width: 100px;
    min-width: unset;
    padding: 2px 0px !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    display: block !important;
  }
  #mailForm .frame_policy .waku dd {
    width: calc(100% - 100px);
    padding: 2px 0px !important;
  }
  #mailForm .frame_policy .waku dd:before {
    content: " : ";
  }
  #mailForm .frame_policy .waku a{
    line-height: 30px;
  }
  #mailForm .frame_policy .waku a.phone{
    text-decoration: none;
  }

  .inlinelabel {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #333;
    margin-left: 15px;
    cursor: pointer;
  }

  .check_box {
    margin: 30px 0 0;
  }
  .btnForm {
    text-align: center;
    margin: 67px 0 0;
  }
  .btnForms{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 35px;
  }
  .btnForms .btnForm{
    margin: 0;
    width: 400px;
  }
  .btnForms .btnForm .btn{
    width: 100%;
  }
  .pad_30 {
    padding: 0 30px;
  }

  .btnForm .btn {
    width: 70%;
    max-width: 450px;
    height: auto;
    padding: 10px 30px 16px;
    border-radius: 0;
    background: #b7054b;
    border: 2px solid #b7054b;
    display: inline-block;

    font-weight: bold;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
    position: relative;
  }
  .btnForm .btn .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    display: inline-block;
    margin: 0 0 0 30px;
    width: 20px;
    height: 20px;
  }
  .btnForm .btn .icon img.off {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    opacity: 1;
    transition: opacity .3s;
  }
  .btnForm .btn .icon img.ov {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    opacity: 0;
    transition: opacity .3s;
  }
  .btnForm .btn:disabled {
    background: #fff;
    color: #AD909B;
    border: 2px solid #AD909B;

    font-weight: bold;
    font-size: 29px;
    line-height: 40px;
    pointer-events: none;
    cursor: default;
  }
  .btnForm .btn .icon img.off {
    opacity: 0;
  }
  .btnForm .btn .icon img.ov {
    opacity: 1;
  }
  .btnForm .btn:disabled .icon img.off {
    opacity: 1;
  }
  .btnForm .btn:disabled .icon img.ov {
    opacity: 0;
  }

  .btnForm .btn:hover {
    opacity: 0.6;
  }

  .btnForm .btn.reinput {
    background: none;
    border: 2px solid #CC0066;
    color: #CC0066;
  }
  .btnForm .btn.reinput .icon {
    left: 20px;
    right: auto;
    transform: translate(0, -50%) rotate(180deg);
    margin: 0 30px 0 0;
  }

/* 共通コンテンツスタイル
----------------------------------------------------------- */
.inputs label {
  color: #DF0003;
  padding: 0 3.5%;
}
.text01 {
  padding: 0 3.5%;
  width: 93%;
}
.text02 {
  width: 96.5%;
  margin: 0 0 0 3.5%;
}
.text03 {
  resize: vertical;
  width: 96.5%;
  margin: 0 0 -3px 3.5%;
  min-height: 40px;
}
.text04 {
  padding: 0 3.5% 12px;
  width: 93%;
}
.text05 {
  resize: vertical;
  width: 96.5%;
  margin: 0 0 -3px 3.5%;
}
.certificate .center_info_text {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.tel_area {
  margin: 0 0 0;
  border: 1px solid #ddd;
}
.tel_area p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
#btn_area.detail {
  width: 100%;
  max-width: 418px;
  border: 1px solid #dddddd;
  font-size: 13px;
  font-weight: bold;
  color: #ac0101;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0 0 0;
  margin: 40px auto 0px;
  position: relative;
  opacity: 1.0;
  transition: .3s;
}
.certificate {}
.certificate .red {
  color: #cc0000;
}
.flexd {
}
.flexd li {
  margin: 0 0 20px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: normal;
}
.re_flex {
  display: inline;
  flex-wrap:nowrap;
  align-items: center;
}
.flexd li div.ttls {
  width: 18.5%;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  padding: 12px 25px;
  background-color: #ddd;
  border: 1px solid #ddd;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flexd li div {
  position: relative;
}
.inquiry.flexd li div.must.ttls::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 97%;
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 10px;
  background-image: url("/common/images/arrow_school_red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.inquiry.flexd li div.free.ttls::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 97%;
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 10px;
  background-image: url("/common/images/arrow_school_wh.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.flexd li.free_text {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: normal;
}
.flexd li.free_text div.ttls {
  width: 18.5%;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flexd li div.inputs {
  width: 81.5%;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}
.flexd li.free_text div.inputs {
  width: 81.5%;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 0 0;
  background-color: #fff;
  border: 1px solid #ddd;
}
.flexd li div.inputs.re_flex {
  border: 0px solid #ddd;
  padding: 0px 0;
}
.flexd li div.re_flex div {
  width: 29%;
  padding: 0px 0;
  background-color: #fff;
  border: 0px solid #ddd;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.flexd li div.re_flex div:not(:first-child) {
  margin: 0 0 0 7px;
}
.flexd li div.re_flex.umare div {
  width: 26%;
  padding: 0px 0;
  background-color: #fff;
  border: 0px solid #ddd;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.flexd li div.re_flex.umare label {
  font-size: 10px;
  display: block;
  position: absolute;
  top: 36px;
  line-height: 1.5;
  padding: 0;
}
.flexd li div.re_flex.umare div:not(:first-child) {
  margin: 0 0 0 7px;
}
.flexd li div.re_flex div.borders {
  border: 1px solid #ddd;
  padding: 12px 25px;
}
.flexd li div.re_flex.umare div.borders {
  border: 1px solid #ddd;
  padding: 12px 25px;
  width: 57%;
}
.flexd li div.re_flex div .txt_bold {
  font-weight: bold;
  margin: 0 0 0 10px;
}
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 30px;
  position:relative;
  margin-right: 0;
  cursor: pointer;
  color: #000;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 50%;
}
.radio-input:checked + label::before{
  border: 1px solid #ff0000;
  background-color: #ff0000;
}
.radio-input:checked + label{
  color: #000;
}
.radio-input + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 7px;
  height: 7px;
  border: 0px solid #999;
  background-color: #fff;
  border-radius: 50%;
}
.radio-input:checked + label::after{
  border: 0px solid #999;
  background-color: #fff;
}
.checkbox-input{
  display: none;
}
.checkbox-parts {
  font-size: 16px;
  padding: 0 85px ;
  
  position: relative;
  margin-right: 0;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 23px;
  height: 23px;
  border: 1px solid #777;
  border-radius: 0;
  background-color: #fff;
}
.checkbox-input:checked + .checkbox-parts{
  color: #000;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 22px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #777777;
  border-right: 3px solid #777777;
}

.fee_info {
  padding: 0 0 0;
}
.fee_info P {
  font-size: 14px;
  line-height: 28px;
  padding: 5px 0 25px 0;
}
.table_certificate table .bold {
  font-weight: bold;
}
.table_certificate table, th, td {
  font-size: 14px;
  line-height: 20px;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  text-align: center;
  vertical-align: middle;
}

.table_certificate table th {
  width: 150px;
  padding: 15px 0;
  font-weight: bold;
  background: #f2f2f2;
  color: #000;
  border-bottom: 2px solid #dddddd;
}
.table_certificate table td {
  width: 350px;
  padding: 15px 0;
}
.table_certificate table tr td:nth-child(1) {
  width:350px;
}
.table_certificate table .border_btm {
  border-bottom: 2px solid #dddddd;
}
.resizable {
  overflow: auto;
  resize: vertical;
  width: auto;
  height: 200px;
  padding: 15px;
  margin-bottom: 40px;
  margin-top: 20px;
  border: 1px solid #dddddd;
}
.resizable > iframe {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#policytitle iframe {
  height: 100%;
  width: 99%;
  margin-top: 0;
  margin-bottom: 0;
  border: 0px solid #999;
  resize: vertical;
}
#policytitle .check_box {
  font-size: 14px;
  text-align: center;
}
#policytitle .check_box label {
  background-color: #f2f2f2;
  padding: 15px 0px;
  cursor: pointer;
}

.txt-recaptcha {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.txt-recaptcha p {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.check_recaptcha {
  text-align: center;
}
.check_recaptcha .g-recaptcha {
  display: inline-block;
}
#btn_area {
  padding: 40px 0;
  text-align: center;
}
.certificate .center_info_link {
  margin: 20px auto 5px;
}
.certificate .center_info_link a {
  font-size: 14px;
  padding: 15px 0;
}
.certificate .center_info_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4%;
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 9px;
  background-image: url("/common/images/arrow_red_sp.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_none {
  font-size: 16px;
  width: 100%;
  max-width: 418px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #d60000;
  display: inline-block;
  position: relative;
}
.btn_none::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 96%;
  transform: translateY(-50%) translateX(-50%);
  width: 5px;
  height: 8px;
  background-image: url("/common/images/arrow_school_wh.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
#button {
  display: block;
  margin: 0 auto;
  width: 100%;
  opacity: 1.0;
  transition: .3s;
}
#button:hover {
  opacity: 0.5;
}
.btn_on {
  font-size: 16px;
  width: 418px;
  max-width: 418px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #d60000;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.btn_on::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 98.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 5px;
  height: 8px;
  background-image: url("/common/images/arrow_school_wh.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.error_box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd
}
.error_box p {
  margin: 0 0 0px 0;
}
#redAttention {
  color: #cc0000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#attention {
  width: 100%;
}
#whitheAttention {
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 14px 0;
}
#attention #attentiondl {
  border: 1px solid #ddd;
  background-color: #ddd;
  display: flex;
  flex-wrap: nowrap;
}
#attention #attentiondt {
  background: none;
  font-size: 14px;
  line-height: 28px;
  width: 18%;
  padding: 10px 25px 0 25px;
  font-weight: bold;
}
#attention #attentiondd {
  width: 78%;
  border-left: 1px solid #ddd;
  padding: 10px 0 10px 3.5%;
  background-color: #FFF;
  margin: 0 0 0 0;
  font-size: 14px;
  line-height: 28px;
}

}/* END PC */

/*------------------------------------
画面サイズ 1025px 以上 1119px 未満 調整
-------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1199px) {
}

/*------------------------------------
画面サイズ 768px 以上 1025px 未満
-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1025px) {
  #mailForm dl,
  #mailForm .txt_read,
  #mailForm .check_box.pad_30{
    padding: 0;
  }
  #mailForm .exp{
    font-size: 16px;
    width: 90px;
  }
  #mailForm input{
    width: calc(100% - 90px);
  }
  #mailForm input.name01,
  #mailForm input.name02,
  #mailForm input.kana01,
  #mailForm input.kana02{
    width: calc((100% - 90px - 10px) / 2);
  }
  #mailForm input.name01,
  #mailForm input.kana01{
    margin-right: 10px;
  }
}

/*------------------------------------
画面サイズ 768px 未満 (SP)
-------------------------------------*/
@media screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    color: #917394;
    opacity: 0.5;
  }
  :-ms-input-placeholder {
    color: #917394;
    opacity: 0.5;
  }
  ::-moz-placeholder {
    color: #917394;
    opacity: 0.5;
  }
  #mailForm {
    padding: 0;
  }
  #mailForm dl {
    background: #fff;
    margin: 22px 0 31px;
    font-size: 0;
    letter-spacing: 0;
  }
  #mailForm dt {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #333;
  }
  #mailForm dt:not(:first-child) {
    margin-top: 30px;
  }
  #mailForm dt:not(:first-child):has(.non) {
    margin-top: 17px;
  }
  #mailForm dt span{
    vertical-align: middle;
    font-size: 0;
    line-height: 1;
    display: inline-block;
    margin-top: -3px;
    margin-right: 17px;
  }
  #mailForm dt span:before {
    background: #b7054b;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    content: "必須";
    padding: 4px 6px 5px;
    display: inline-block;
    vertical-align: middle;
  }
  #mailForm dt .small {
    font-size: 16px;
    font-weight: bold;
    display: inline;
  }
  #mailForm dt .non {
  }
  #mailForm dd {
    position: relative;
    margin-top: 10px;
  }
  #mailForm .hyphen{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 5px;
    width: 14px;
  }
  #mailForm .exp {
    position: absolute;
    right: 10px;
    top: -34px;
    font-size: 14px;
    line-height: 20px;
  }
  #mailForm .red:not(:empty){
    display: block;
    color: #B7054B;
    font-size: 15px;
    font-size: 15px;
    line-height: 1.87;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  #mailForm #slct {
    position: relative;
    display: block;
    border: 1px solid #B7BCD6;
    border-radius: 4px;

    width: auto;
    background: #fff;
  }
  #mailForm #slct:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 9px;
    margin: -4px 0 0 0;
    /* border: 5px solid transparent;
    border-top: 7px solid rgba(145, 115, 148, 0.8); */
    background-image: url(/assets/images/arrow_contact_puldwn.webp);
    background-size: cover;
  }
  #mailForm select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    /*Firefox用*/
    text-overflow: "";
    /*Firefox用*/
    display: block;
    padding: 8px 25px 10px 9px;
    font-size: 16px;
    line-height: 20px;
    border: none;
    background: transparent;
    width: 100%;
  }
  #mailForm select::-ms-expand {
    display: none;
  }
  #mailForm input {
    padding: 0 9px;
    border: 1px solid #B7BCD6;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
  }
  #mailForm ::placeholder {
    padding: 0;
    color: #a8acb1;
  }
  #mailForm input.name02,
  #mailForm input.kana02 {
    margin-top: 17px;
  }
  #mailForm input.tel01,
  #mailForm input.tel02,
  #mailForm input.tel03 {
    width: calc((100% - ((14px + 5px + 5px) * 2)) / 3);
  }
  #mailForm input.tel01,
  #mailForm input.tel02{
    margin-right: 5px;
  }
  #mailForm textarea {
    padding: 12px 9px;
    width: 100%;
    height: 195px;
    box-sizing: border-box;
    border: 1px solid #B7BCD6;
    border-radius: 4px;
    margin-right: 5px;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  #mailForm input[type="checkbox"]{
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-top: 1px;
  }
  #mailForm input[type="checkbox"]:checked{
    border-color: #B7054B;
    background: url(../images/icon_checkbox_agree.svg) no-repeat center / contain;
    overflow: hidden;
  }
  #mailForm .txt_read {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    padding: 0;
  }
  #mailForm dl.confirm{
    margin: 26px 0 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #707070;
  }
  #mailForm dl.confirm dt,
  #mailForm dl.confirm dd{
    box-sizing: border-box;
    width: 100%;
  }
  #mailForm dl.confirm dt:not(:first-child){
    margin-top: 0;
  }
  #mailForm dl.confirm dt{
    margin-top: 0;
    padding: 13px 9px 15px;
    background: #F9F5F3;
  }
  #mailForm dl.confirm dd{
    margin-top: 0;
    padding: 12px 9px 14px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #707070;
  }

  .frame_policy {
    margin: 36px 0 0;
  }
  .frame_policy .list {
    width: auto;
    height: 450px;
    padding: 28px 15px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #707070;
  }
  .frame_policy .list:after {
    content: "" !important;
  }
  .frame_policy .list ul {
    margin-left: 18px;
  }
  .frame_policy .list li {
    line-height: 1.5em;
    margin-bottom: 5px;
    list-style-type: square;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
  }
  .frame_policy .list a {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    text-decoration: underline;
  }
  .frame_policy .list a.mailLink {
    text-decoration: none;
  }
  .frame_policy .list a.outside {
    color: #992244;
    text-decoration: none;
    margin-top: 6px;
    display: inline-block;
  }
  .frame_policy .list a.outside .icon {
    position: relative;
  }
  .frame_policy .list a.outside .icon img{
    margin: 0 0 0 5px;
    top: 2px;
    transform: translate(0, -50%);
    position: relative;
    width: 12px;
    height: 12px;
  }
  .frame_policy .list li ol {
    margin: 5px 0px 10px 18px;
  }
  .frame_policy .list li ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
  }
  .frame_policy .list li ul {
    margin: 5px 0px 10px 10px;
  }
  .frame_policy .list li ul li {
    margin-bottom: 5px;
    list-style-type: none;
  }
  .frame_policy .list h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #333;
  }

  .frame_policy .list li ul h4 {
    margin-left: -10px;
  }
  .frame_policy .waku {
    border: 1px solid rgba(204, 0, 102, 0.3);
    padding: 17px 20px 20px;
    margin-top: 20px;
  }
  .frame_policy .waku h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin-bottom: 7px;
  }
  #mailForm .frame_policy .waku dl{
    margin: 8px 0 0;
    padding: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
    gap: 5px 0;
  }
  #mailForm .frame_policy .waku dt {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  #mailForm .frame_policy .waku dt:not(:first-child) {
    margin-top: 0;
  }
  #mailForm .frame_policy .waku dd {
    margin-top: 0;
    width: calc(100% - 0px);
  }
  .frame_policy .waku dd:before {
    content: " : ";
  }

  .inlinelabel {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin-left: 5px;
  }

  .check_box {
    margin: 24px 0 0;
    padding: 0!important;
  }
  .btnForm {
    text-align: center;
    margin: 36px 0 0;
  }
  .btnForm + .btnForm {
    margin-top: 30px;
  }
  .pad_30 {
    padding: 0 30px;
  }

  .btnForm .btn {
    width: 100%;
    height: auto;
    padding: 12px 30px 14px;
    box-sizing: border-box;
    border-radius: 0;
    background: #b7054b;
    border: 2px solid #b7054b;
    display: inline-block;

    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
    position: relative;
  }
  .btnForm .btn .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    display: inline-block;
    margin: 0 0 0 30px;
    width: 20px;
    height: 20px;
  }
  .btnForm .btn .icon img.off {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    opacity: 1;
    transition: opacity .3s;
  }
  .btnForm .btn .icon img.ov {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    opacity: 0;
    transition: opacity .3s;
  }
  .btnForm .btn:disabled {
    background: #fff;
    color: #AD909B;
    border: 2px solid #AD909B;

    font-weight: bold;
    pointer-events: none;
    cursor: default;
  }
  .btnForm .btn .icon img.off {
    opacity: 0;
  }
  .btnForm .btn .icon img.ov {
    opacity: 1;
  }
  .btnForm .btn:disabled .icon img.off {
    opacity: 1;
  }
  .btnForm .btn:disabled .icon img.ov {
    opacity: 0;
  }
  .btnForm .btn.reinput {
    background: none;
    border: 2px solid #CC0066;
    color: #CC0066;
  }
  .btnForm .btn.reinput .icon {
    left: 20px;
    right: auto;
    transform: translate(0, -50%) rotate(180deg);
    margin: 0 30px 0 0;
  }

  /*
  SP  共通
    ----------------------------------------------------------- */
  .tel_area {
    margin: 20px 0 0;
    border: 1px solid #ddd;
  }
  .tel_area p {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
  }
  #button:hover {
    opacity: 1.0;
  }
  .inquiry.flexd li div.must.ttls::before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 97%;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    width: 6px;
    height: 10px;
    background-image: url("/common/images/arrow_school_red.svg");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  .inquiry.flexd li div.free.ttls::before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 97%;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    width: 6px;
    height: 10px;
    background-image: url("/common/images/arrow_school_wh.svg");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  .flexd li {
    flex-wrap:wrap;
    margin: 0 0 16px;
  }
  .text01 {
    padding: 0 3.5%;
    width: 93%;
  }
  .text02 {
    width: 96.5%;
    margin: 0 0 0 0%;
  }
  .text04 {
    padding: 0 3.5% 10px;
    width: 93%;
  }
  .flexd li.free_text {
    flex-wrap: wrap;
  }
  .flexd li.free_text div.inputs {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0 0;
  }
  .flexd li.free_text div.ttls {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 2px 25px;
    justify-content: center;
  }
  .certificate .center_info_text {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
  }
  .certificate .center_info_link {
    margin: 15px auto 5px;
  }
  .certificate .center_info_link a {
    font-size: 13px;
    padding: 12px 0;
  }
  #btn_area.detail {
    margin: 30px auto 0px;
    padding: 0px 0 0px;
    max-width: inherit;
    text-align: center;
  }
  .flexd li div.ttls {
    width: 100%;
    padding: 2px 25px;
    text-align: center;
    justify-content: center;
  }
  .flexd li div.inputs {
    width: 100%;
    line-height: 20px;
    padding: 10px 0;
  }
  .flexd li div.inputs.re_flex {
    padding: 0 0;
  }
  .flexd li div.re_flex.umare div {
    width: 100%;
    flex-wrap: wrap;
  }
  .flexd li div.re_flex.umare div:not(:first-child) {
    margin: 10px 0 0 0;
  }
  .flexd li div.re_flex div:not(:first-child) {
    margin: -1px 0 0 0;
  }
  .flexd li div.re_flex.umare label {
    font-size: 14px;
    display: block;
    position: relative;
    top: 0;
    line-height: 1.5;
    padding: 0;
  }
  .flexd li div.re_flex div.borders {
    padding: 14px 3.94%;
    width: 91.76%;
  }
  .flexd li div.re_flex.umare div.borders {
    padding: 10px 4%;
    width: 86%;
  }
  .radio-input + label::before{
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
  }
  .radio-input:checked + label::before{
    border: 2px solid #ff0000;
  }
  .radio-input + label::after{
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
  }
  .table_certificate table, th, td {
    font-size: 16px;
    line-height: 1.2;
  }
  .table_certificate table tr td:nth-child(1) {
    width:auto;
  }
  .table_certificate table th {
    border-bottom: 1px solid #dddddd;
  }
  .table_certificate table .border_btm {
    border-bottom: 1px solid #dddddd;
  }
  .fee_info P {
    font-size: 16px;
    line-height: 2.08;
    padding: 5px 0 18px 0;
  }
  .txt-recaptcha p {
    font-size: 12px;
    line-height: 25px;
    text-align: left;
  }
  #btn_area {
    padding: 22px 0 8px;
    text-align: center;
  }
  .btn_none {
    font-size: 13px;
    padding: 15px 0;
    max-width: none;
  }
  .btn_on {
    font-size: 13px;
    padding: 12px 0;
    width: 100%;
    max-width: inherit;
  }
  #redAttention {
    font-size: 18px;
    margin: 0 0 4px 0;
  }
  #attention #attentiondl {
    flex-wrap: wrap;
  }
  #whitheAttention {
    font-size: 12px;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  #attention #attentiondt {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    padding: 2px 3% 2px 3%;
  }
  #attention #attentiondd {
    width: 100%;
    border-left: 0px solid #CCC;
    padding: 10px 0 10px 3.5%;
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 25px;
  }
  .error_box {
    padding-bottom: 20px;
  }

}/* END SP */

/*--------------------------------------------------------------------------------------
  iPhone5
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {

}/* END iPhone5 */