@charset "utf-8";
/* =Reset default browser CSS.
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
img {
  width: 100%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
} /*初期値16pxの62.5%でルートが10px*/
body {
  line-height: 1.5;
  font-size: 90%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  min-height: 800px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  text-align: justify;
}
/*全てをクリア*/
.clear {
  clear: both;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/* リンク設定
------------------------------------------------------------*/
a, a:visited {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #004DA1;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #ff910f;
}
/**** Clearfix ****/
/* レイアウト
------------------------------------------------------------*/
.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.inner2 {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}
.inner3 {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
}
#wrapper {
  margin: 0 auto 0px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  padding: 0 0 0px;
  overflow: hidden;
  text-align: justify;
}
#home #wrapper {
  background: none;
  position: relative;
}
.googlefont {
  font-family: 'Lato', sans-serif;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.center {
  text-align: center;
}
/* ヘッダー
----------------------------------*/
#glovalheader {
  margin: 0 auto;
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
}
#glovalheader h1 {
  float: left;
  width: calc(95% - 80px);
  max-width: 1000px;
  margin: 30px 0 0;
  transition: all 0.5s ease 0s;
  z-index: 10;
  text-align: left;
}
#glovalheader h1 img, #glovalheader h1 span {
  display: inline-block;
  vertical-align: middle;
}
#glovalheader h1 img {
  max-width: 305px;
  height: auto;
  z-index: 10;
}
#glovalheader h1 span {
  margin-left: 1em;
  padding: 0.5em 0 0 0;
  font-size: 14px;
}
#glovalheader a.home {
  font-size: 14px;
  float: right;
  margin: 50px 1em 0 0;
  display: block;
  position: relative;
}
#glovalheader a.home:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #105089;
  content: "\f0da";
  position: absolute;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
}
/* フッター
----------------------------------*/
/* フッターアニメーション
----------------------------------*/
.slider {
  width: 100%;
  margin: 30px auto 10px;
}
.slick-slide {
  margin: 0px;
}
.slick-slide img {
  width: 100%;
}
/* フッターお問合せ
----------------------------------*/
.otoiawase {
  background: #004DA0;
  color: #fff;
  text-align: center;
  padding: 1em 0 1.5em;
  margin: 6em 0 0;
}
.otoiawase h3 {
  background: url("../img/common/whiteq.png") 0% 0% no-repeat;
  background-size: auto 100%;
  color: #fff;
  margin: 0 auto;
  width: 280px;
  padding: 10px 20px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
}
.otoiawase h4 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0.5em 0;
}
.otoiawase a {
  color: #fff;
}
.otoiawase p {
  margin: 0 auto;
}
.otoiawase b, .otoiawase p .fas, .otoiawase p span, .otoiawase p a {
  display: inline-block;
  vertical-align: middle;
}
.otoiawase b {
  font-size: 30px !important;
  font-size: 3.0rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.otoiawase p .fas {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px !important;
  font-size: 3.0rem;
  margin-right: 0.2em
}
.otoiawase p.font18 {
  margin: 0.5em 0 0;
}
.otoiawase p.font18 a {
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.3em 0.2em 0;
  padding: 0;
}
.otoiawase p.font18 a:hover {
  color: #ff910f;
  border-bottom: 1px solid #ff910f;
}
.otoiawase p span.time {
  margin-right: 2em
}
.linkb {
  text-align: center;
}
#DigiCertClickID_0wmp-RJz, .linkb a {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
.linkb a img {
  width: 60px;
  height: auto;
}
#footer {
  text-align: center;
  padding: 0px 0 0;
  background: #fff;
  width: 100%;
}
.footer_nav .dw {
  display: block;
  float: left;
  position: relative;
  padding-left: 40px;
}
.footer_nav .dw img {
  width: 30px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.footer_nav ul {
  text-align: left;
}
.footer_nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.footer_nav ul li a {
  display: block;
  line-height: 1;
  border-right: 1px solid;
  padding: 0 1em;
}
.footer_nav ul li:last-child a {
  border: none;
  padding: 0 0 0 1em;
}
.business_nav {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1.5em;
  font-size: 20px;
  color: #333;
  margin: 25px auto;
}
.business_nav a {
  color: #333;
}
.business_nav img {
  width: 36px;
  height: auto;
  display: block;
  margin: 1em auto;
}
.contact {
  text-align: center;
  padding-bottom: 1em;
}
.contact img, .contact p {
  display: inline-block;
  vertical-align: middle;
}
.contact img {
  width: 50%;
  height: auto;
  max-width: 415px;
}
.contact img, .contact p {
  width: 45%;
  margin-left: 3%;
  text-align: left;
  max-width: 350px;
}
#page-top1 {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -0px;
  right: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  background: #0087C9;
  border-radius: 50%;
}
a#page-top1 {
  color: #fff !important;
}
#page-top1 span {
  display: block;
  margin: 10px auto 0;
  font-size: 20px;
  font-size: 2.0rem;
}
p.address {
  background: #04548E;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1em 0 0;
  padding: 10px;
}
/* 共通色　*/
.red {
  color: #BE272D;
}
.bage {
  background: #F7F5E5;
}
.redback {
  background: #FFE4E1;
}
.blue {
  color: #004DA1;
}
.white {
  background: #fff;
}
.orange {
  color: #FF6633;
}
/* 共通変更 フォントサイズ　*/
.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.font {
  font-size: 16px;
  font-size: 1.6rem;
}
.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.font20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.font24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.font26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.font32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.font48 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
}
/* サブページ共通
------------------------------------------------------------*/
.subheader {
  background: #3AA6F8;
  margin: 30px auto 40px;
}

#contents header .inner {
  position: relative;
}
#contents header h1 u {
  display: block;
  margin: 15px 0 0 30px;
  text-decoration: none;
  font-weight: 400;
}
.subheader h1 {
  background: url("../img/common/title.png") 0% 0% no-repeat;
  background-size: auto 100%;
  margin: 0px auto 0;
  padding: 80px 0 40px ;
  font-size: 100px;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  position: relative;
  max-width: 1200px;
  width: 98%;
  min-height: 220px;
}


#contents header h1 span {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  height: 30px !important;
  height: auto !important;
  max-width: 100%;
  width: 100%;
}
#contents header h1 u.middle {
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto 0 30px;
  font-weight: 600 !important;
}
#contents article {
  margin: 1em auto;
}


/* 申し込み
------------------------------------------------------------*/
article.mosikomi h3 {
  text-align: center;
  padding: 0.5em 0 !important;
  border: 1px solid;
}
article.mosikomi h4 {
  font-weight: 600;
  text-align: center;
}
article.mosikomi div.bage {
  margin: 1em 0;
  padding: 2em;
}
article.mosikomi div.bage p {
  margin: 1em;
}
article.mosikomi div.bage .red.line {
  border-top: 1px solid #BE272D;
  border-bottom: 1px solid #BE272D;
}
article.mosikomi div ul.chui {
  width: 95%;
  margin: 2em auto 1em;
  max-width: 600px;
}

article.mosikomi div ul.chui li span {
  color: #BE272D;
  border-bottom: 1px solid;
}
article.mosikomi div ul.chui li:not(:first-of-type):before {
  content: "●";
  position: absolute;
  left: 0;
  top: 1px;
  color: #BE272D;
}
 ul.chui2 {
  margin: 0.5em 0 0 5em !important;
      width: 95%;
  max-width: 600px;
}
article.mosikomi div ul.chui li, ul.chui2 li{
  margin: 0 0;
  padding-left: 1.5em;
  position: relative;
}
article.mosikomi div ul.chui li:before,ul.chui2 li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1px;
}
article.mosikomi div ul.chui.end {
  width: 95%;
  margin: 2em auto 1em;
  max-width: 95%;
}
article.mosikomi div ul.chui li {
  margin: 0 0;
  padding-left: 1.5em;
  position: relative;
}
article.mosikomi div ul.chui li:not(:first-of-type):before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1px;
  color: #BE272D;
}

article.mosikomi div dl {
  margin: 2em auto 0;
  width: 95%;
  max-width: 600px;
  background: #fff;
  border-radius: 20px;
  padding: 2em 1em 0;
}
article.mosikomi div dl dt {
  color: #BE272D;
  text-decoration: underline;
  text-align: center;
}
article.mosikomi div dl dd {
  margin: 1em 1em 0;
}
article.mosikomi div dl dd a {
  position: relative;
  display: block;
  margin: 1em auto 0;
  padding: 0.2em 0em 0.2em 1em;
  max-width: 310px;
  border-top: #BE272D 2px solid;
  border-bottom: #BE272D 2px solid;
}
article.mosikomi div dl dd a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #105089;
  content: "\f061";
  position: absolute;
  left: 0;
  top: 0.2em;
}
a.article {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 185px;
  border-bottom: 1px solid;
}
a.article:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #105089;
  content: "\f0da";
}
a.article:arter {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #105089;
  content: "\f0da";
}

/*------------------------------------------------------------
ボタンチェック表示
------------------------------------------------------------*/
.notes_required .checkBtn_area {
  max-width: 400px;
  margin: 1em auto;
  padding: 0;
  transition-duration: 0.2s;
  text-align: center;
}
.notes_required label {
  color: #000;
  color: #004DA1;
  font-size: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition-duration: 0.3s;
  position: relative;
}
.notes_required label .label_inner {
  padding-left: 22px;
}
.notes_required label .label_inner:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #004DA1;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
.notes_required._check label .label_inner:after {
  content: '';
  width: 20px;
  height: 12px;
  border-top: 6px solid #CC0000;
  border-right: 6px solid #CC0000;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
}
.notes_required label input {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .notes_required label:hover {
    border-bottom: 2px solid #CC0000;
  }
}
@media screen and (max-width: 767px) {
  .notes_required {
    padding: 20px 15px;
  }
  .notes_required .check_text_b {
    font-size: 13px;
  }
  .notes_required._check label .label_inner:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
  }
  .notes_required label {
    font-size: 18px;
  }
}
/*------------------------------------------------------------
.btnArea
------------------------------------------------------------*/
.btnArea {
  display: block;
  max-width: 302px;
  width: 100%;
  margin: 0px auto 0 !important;
  position: relative;
}
.btnArea input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}
.btnArea._check input[type="submit"] {
  z-index: -1;
}
a.btn_one {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff910e;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
  width: 100%;
  height: 70px;
  padding: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_one img {
  width: 100%;
  height: auto;
}
._check a.btn_one._a {
  background: #3475b1;
  box-shadow: 0px 5px 0px 0px #104575;
}
a.btn_one._a:hover {
  background: #CC0000;
  opacity: 1;
}
._check a.btn_one._b {
  background: #CC0000;
}
a.btn_one._b:hover {
  background: #004DA1;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  a.btn_one {
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  a.btn_one {
    font-size: 16px;
  }
}
/* 基本　input */
.form label {
  display: inline-block;
  margin: 0.3em 0;
  width: auto;
}
.form label.ssize {
  width: 6em;
}
.form label.minisize {
  width: 3em;
}
.form label.msize {
  width: 40%;
  max-width: 16em;
}
.form label.lsize {
  width: 90%;
}
.form label span {
  margin-right: 1em;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="number"], .form input[type="password"], .form textarea {
  padding: 1em 0.8em;
  outline: none;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 0;
}
.form input.old[type="text"]{ border:none; text-align: left;pointer-events : none; }


 .form textarea { min-height: 6em;}
.form input[type="number"] {
  width: 3em;
}
.form input[type="text"].tel {
  width: 10em;
}
.form input[type="text"]:focus, input[type="number"]:focus, .form texture:focus, .form input[type="tel"]:focus, .form textarea:focus, .form input[type="email"]:focus, .form input[type="password"]:focus {
  box-shadow: 0 0 7px #004DA1;
  border: 1px solid #004DA1;
}
.form input.old[type="text"]:focus{ box-shadow: none;
  border: none;}
.form input.p-postal-code[type="text"] {
  max-width: 10em;
}
.form select {
  padding: 0.8em;
  outline: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 500px;
  width: 90%;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}
.form button {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 30px auto 25px;
  background-color: #FF6633;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.form button:hover {
  background: #AA0C0C;
  border: 1px solid #AA0C0C;
  border-radius: 50px;
}
button img {
  width: 35px;
  height: auto;
}
button img, button span {
  display: inline-block;
  vertical-align: middle;
}
button span {
  margin: 0.5em 0 0 1em;
}
.form button.green {
  background-color: #006D4D;
}
.form button.green:hover {
  background: #004C34;
  border: 1px solid #004C34;
}
.form button.blue {
  background-color: #004DA1;
}
.form button.blue:hover {
  background: #002D56;
  border: 1px solid #002D56;
}

 .form button.orange {
  background-color:  #ff910e;
         font-size: 24px;
  font-size: 2.4rem;
}
.form button.orange:hover {
  background: #ba6100;
  border: 1px solid #ba6100;
}
.form button.red {
  background-color: #BE272D;
}
.form button.red:hover {
  background: #840000;
  border: 1px solid #840000;
}
.form button.gray {
  background-color: #999999;
}
.form button.gray:hover {
  background: #333;
  border: 1px solid #333;
}
.form button.blue2 {
  background-color: #39A6F7;
      font-size: 24px;
  font-size: 2.4rem;
}
.form button.blue2:hover {
  background: #004DA1;
  border: 1px solid #004DA1;
}

.form .button {
  text-align: center;
  margin: 3em auto;
} /*ボタンをセンターに並べる*/
.form button.inline {
  display: inline-block;
  padding: 12px 1.5em;
  margin: 0 0.5em;
} /*横並び*/
hr {
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #004DA1;
  margin: 1em 0;
  display: block;
}
/*ログインページ*/
article.login u {
  text-decoration: none;
}
article.login {
  display: flex;
  padding: 20px 0;
 align-items:stretch flex-start;
}
.loginbox {
  margin: 30px auto;
  padding: 20px;
  width: calc(50% - 40px);
  border: 1px solid #004DA1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.loginbox h3 {
  text-align: center;
  margin: 0.5em 0;
}
.loginbox h3 span {
  display: inline-block; margin-right: 0.5em;
}
.loginbox:first-child h3{  text-align: left; width:14.5em; margin: 0.5em auto; }
.loginbox p {
  margin: 1.5em auto;
  width: 95%;
  max-width: 360px;
  line-height: 1.6;
}
article.login u.orange {
  border-bottom: 1px solid #FF6633;
}
article.login u.red {
  border-bottom: 1px solid #BE272D;
}
article.login u.blue {
  border-bottom: 1px solid #004DA1;
}
article.login.form label {
  display: block;
  width: 20em;
  margin: .5em auto 0;
  line-height: 1.6;
}
article.login.form nav.font14 {
  text-align: center;
}
/*フォーム*/
.form {
  border: none;
}
.form dl {
  display: flex;
  border-bottom: 1px solid #999;
  flex: wrap;
  flex-flow: row wrap;
  margin-bottom: 3em;
}
.form dl dt, .form dl dd {
  margin: 0;
  padding: 1em 0 1em 1em;
  border-top: 1px solid #999;
}
.form dl dt {
  width: 14em;
  line-height: 55px;
}

.form dl dd {
  width: calc(100% - 14em);
  background: #fff;
}
.form.kakunin dl dt {
  line-height: 1.5;
}

.form dl.hissu dt{ padding: 1em 0 1em 2.5em;}
.form dl.hissu dt .hissu{
 position: relative; display: block;
}
.form dl dt .hissu:after {
 content:"必須";
 position: absolute;
 font-size: 0.6em;
 background:#BE272D;
 color: #fff;
line-height: 1em; padding:0.3em 0.5em; border-radius:2px;
 width: 2.2em; text-align: center;
top:50%; transform:  translateY(-50%);
left:-3.5em; display: inline-block;
}



/*ラジオボックス*/
.form .radio label {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  margin-bottom: .4em;
  padding: .5em .7em;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.form .radio.ssize label {
  max-width: 15em;
}
.form .radio.msize label {
  max-width: 25em;
}
.form .radio label:has(:checked) {
  background-color: #004DA1;
  color: #fff;
}
.form .radio label::before, .form .radio label:has(:checked)::after {
  border-radius: 50%;
  content: '';
}
.form .radio label::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #004DA1;
}
.form .radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: calc(7px + .75em);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #004DA1;
  border: 1px solid #004DA1;
}
.form .radio label span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 0;
  padding: 0;
}
.form .radio label b {
  display: block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 0 0 1.5em;
  padding: 0;
}

/*ラジオボックスのテキスト*/
.form .radio label.input {
  display: block;
  border: none; padding:0.5em 0;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.form .radio label.input::before { display: none;}
.form .radio label.input:has(:checked)::after { display: none;}
.form input {
  display: none;
}
/*チェックボックス*/
.form .checkbox label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  margin-bottom: .4em;
  padding: .5em .7em;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.form .checkbox.ssize label {
  max-width: 15em;
}
.form .checkbox.msize label {
  max-width: 25em;
}
.form .checkbox label:has(:checked) {
  background-color: #004DA1;
  color: #fff;
}

.form .checkbox label::before {
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background-color: #fff;
  content: '';border: 1px solid #004DA1;
}

.form .checkbox label:has(:checked)::after {
  position: absolute;
  top: 14px;
  left: 15px;
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #004DA1;
  border-width: 0 2px 2px 0;
  content: '';
}

.form .checkbox input {
  display: none;
}

/*セレクトボックス*/
.selectbox {
  position: relative;
}
.selectbox::before, .selectbox::after {
  position: absolute;
  right: 15px;
  width: 9px;
  height: 6px;
  background-color: #202020;
  content: '';
  pointer-events: none;
}
.selectbox::before {
  top: calc(50% - 9px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.selectbox::after {
  bottom: calc(50% - 9px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.selectbox select {
  appearance: none;
  min-width: 7em;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #000000;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
}
.selectbox select.lsize {
  min-width: 10em;
}
.selectbox select.ssize {
  min-width: 5em;
}
.selectmoji {
 display: inline-block; vertical-align: middle; margin: 0 1em 0 0.3em;
}


/*パンくず*/
.breadcrumb {
  list-style: none;
  background: #e2e2e2;
  border-radius: 5px;
  padding: 0.5em 0 0.5em 1em;
  max-width: 700px;
  margin: 0;
    text-align:left;
}
.breadcrumb li {
  position: relative;
  margin-right: 1.5em;
  display: inline-block;
  vertical-align: middle;
 text-aligb:left; 
}
.breadcrumb li:last-child {
  margin: 0;
}
.breadcrumb li:not(:last-of-type)::after {
  margin: 0 .6em; /* 記号の左右の余白 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #105089;
  content: "\f105";
  position: absolute;
  left: 100%;
}
.breadcrumb li.now {
  background: #004DA1;
  color: #fff;
  border-radius: 20px;
  padding: 0 1em;
}


/*お申し込みフォームh2*/
.form h2 {
  border-bottom: 2px solid #39A6F7;
  margin: 70px auto 90px;
}
.form h2:before {
  content: "受講コース";
  background: #39A6F7;
  color: #fff;
  padding: 0.1em 1.5em;
  font-size: 18px;
  margin-right: 0.5em;
}
.form h3 {
  margin-bottom: 1em;
}
.form h3 span.font {
  margin-left: 1em;
}
.form h3.space {
  margin: 100px 0 1em;
  padding-bottom: 0;
  border-bottom: 1px solid #999;
}
.form.kakunin h3.space {
  border: none;
}
.form h4 {
  margin: 1em 0 0 1em;
  padding-left: 1em;
  position: relative;
}
.form h4:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f04d";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form h4.space {
  margin: 1em 0 -0.5em ; 
}
.form p.chuijiko {
  position: relative;
  padding-left: 1.5em;
  margin: 1em 0 0 0;
}
.form p.chuijiko:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f04d";
  position: absolute;
  left: 5px;
  top: 2px;
}
.form p.chuijiko.red {
  margin: 0 0;
}
.form p.chuijiko.red:before {
  font-weight: 900;
  font-size: 12px;
  content: "※";
  position: absolute;
  left: 5px;
  top: 2px;
}

.form p.chuijiko b { border-bottom: 5px double;
}


article.space {
  padding: 0 2em 1em;
  border-bottom: 1px solid #999;
}
article.space .bage {
  padding: 1em;
}
.form article.space .chuijiko.red {
  margin: 0 0 1em 1em;
}
div.radio,div.inputbox {
  margin-left: 1em;
}
.kakunin dd span{ display: inline-block; vertical-align: middle; position: relative;
  padding-left: 1.5em;}
.kakunin dd span.first{ position: relative; padding-left: 1.5em;  margin:0; width:6em;}
.kakunin dd span.first:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f04d";
  position: absolute;
  left: 5px;
  top: 2px;
}
.form ul.chui {
  width: 95%;
  margin: 2em auto 1em;
}
.form ul.chui li {
  margin: 0 0;
  padding-left: 1.5em;
  position: relative;
}
.form ul.chui li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1px;
}


a.flow{ display: block; margin: -0.5em auto 1em; padding: 0.5em 1em; width:18em; text-align: center; border-bottom: 2px solid  #BE272D; color: #BE272D;; transition: all 0.5s ease 0s;}
a.flow:hover{background: #BE272D; color: #fff; transition: all 0.5s ease 0s;}

a.flow .fas{ display: inline-block; margin-right: 0.3em;}
p.font14.flow {margin: 0 auto;}
/* ol丸数字のスタイル */
ol.maru {
  margin: 40px auto;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;

}

ol.maru li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5; display:  inline-block;  vertical-align: top; 
    width:calc( 50% - 2em );
     margin: 1em 0;
  border: 1px solid #006D4D; padding:1.5em 1em ;  border-radius: 10px;
 text-align: left;
}
ol.maru li:nth-child(even){ margin:1em 0 1em 2em;}
ol.maru li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left:1em;
  top:0.5em; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 2em;
  border-radius: 50%;
  background-color:#006D4D;
  font-size: 1.5em;
  color: #fff;
  line-height:2em;
  text-align: center;
}


ol.maru li h4{  margin:0 0 1em 3.5em;}
ol.maru li img{display: block; max-width:450px; height: auto; width:100%; margin: 1em auto 0.5em;}
ol.maru li img.second{ margin: 2em auto 0.5em; border-top:1px dotted #999; padding-top: 1em;}
ol.maru li span{ display: block; position: relative; margin: 0 0 0 1em; padding-left: 1em; }
ol.maru li span:before{ content: "・"; position: absolute; left:0; top: 2px; }
ol.maru li span.kome:before{ content: "※"; position: absolute; left:0; top: 2px; color: #BE272D; }
ol.maru li span.kome.c:before{ content: "※"; position: absolute; left:0; top: 2px; color: #BE272D; }
ol.maru li span.c{display: block; margin: 1em 0 0 ; padding-left: 1em; }
ol.maru li span.c b{ font-weight: 400;}

ol.maru li p{ margin:1em 0.5em;}

hr{border: none; margin: 1em auto;
            background-color: #fff;
            border-width: 1px 0 0 0;
            border-top: dotted;
            border-color: black;}

@media screen and (max-width: 1162px) {}
@media screen and (max-width: 1024px) {
  #glovalheader h1 span {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 900px) {
  article.login {
    display: block;
    padding: 0;
  }
  .loginbox {
    margin: 30px auto;
    padding: 20px;
    width: 90%;
    max-width: 400px;
  }
}
@media screen and (max-width: 800px) {
  /* 共通変更 フォントサイズ　*/
  #wrapper {
    font-size: 14px;
    font-size: 1.4rem;
  }
  header h1 {
    padding: 30px 20px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .font12 {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .font14 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fontm18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font22 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font24 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .font26 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 600;
  }
  .font48 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 600;
  }
  .form h2 {
    position: relative;
    padding: 1.8em 0 0.3em 10px;
    margin: 35px auto 45px;
  }
  .form h2:before {
    display: block;
    font-size: 16px;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0.1em 10px;
  }
  .form .radio label span {
    width: calc(100% - 2em);
  }
  .form .radio label b {
    width: calc(100% - 2em);
    margin: 0 0 0 1.5em;
    padding: 0;
  }
   
  .subheader {
  margin: 0px auto 10px;
}
}
@media screen and (max-width: 750px) {
  #glovalheader {
    padding: 10px;
  }
  #glovalheader h1 {
    width: calc(95% - 80px);
    min-width: 280px;
    margin: 0px 0 0 0em !important;
    padding: 0;
  }
  #glovalheader h1 span {
    margin-left: 0;
    padding: 0.5em 0 0 0;
    font-size: 12px;
  }
  #glovalheader a.home {
    font-size: 14px;
    float: right;
    margin: 20px 1em 0 0;
    display: block;
    position: relative;
  }
  .form label.ssize {
    width: 6em;
  }
  .form label.msize {
    width: 48%;
  }
  .form label.lsize {
    width: 95%;
  }
   
}
@media screen and (max-width: 670px) {
    span.end{ display: block;}
  .form dl {
    display: block !important;
    border-bottom: 1px solid #999;
    flex: wrap;
    flex-flow: row wrap;
  }
  .form dl dt, .form dl dd {
    margin: 0;
    padding: 0.5em;
    border-top: 1px solid #999;
  }
  .form dl dt {
    width: 100%;
    line-height: normal;
  }
  .form dl dd {
    width: 100%;
    padding: 0.5em 1em 1em;
  }
}
@media screen and (max-width: 600px) {
  #contents header h1 span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .sub.hoka #contents header h1, .sub.sp.hoka #contents header h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .sub.hoka #contents header h1 span {
    font-size: 16px;
    font-size: 1.6rem;
    height: auto !important;
  }
  .sub.hoka #contents header h1 span u {
    display: block;
  }
  .sub.hoka.consignment #contents header h1 {
    padding: 50px 0 0 0 !important;
  }
    
    ol.maru li,ol.maru li:nth-child(even) { display:block; 
    width:95%; max-width: 400px;
     margin: 1em auto;
}

}
@media screen and (max-width: 500px) {
    

.breadcrumb li {
  display: inline-block;
  vertical-align: middle; text-align: left;
}

  .thanks .chuijiko span {
    display: inline;
  }
  /* フッターお問合せ
----------------------------------*/
  .otoiawase h3 {
    width: 200px;
    padding: 10px 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .otoiawase h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
  .otoiawase p span.time {
    margin-right: 0em
  }
  .otoiawase p a {
    display: block;
  }
  .otoiawase p .fas {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .footer_nav ul {
    text-align: left;
  }
  .footer_nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0;
    width: calc(50% - 1em);
    border: none !important;
    position: relative;
  }
  .footer_nav ul li a, .footer_nav ul li:last-child a, .footer_nav ul li:nth-child(2) a {
    display: block;
    line-height: 1;
    border-right: 1px solid;
    padding: 1em 0 1em 2em;
    text-align: left;
    border: none !important;
  }
  .footer_nav ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #105089;
    content: "\f061";
    position: absolute;
    left: 0.5em;
    top: 1em;
  }
  .subheader h1 {
    padding: 100px 0 0px;
    min-height: 130px;
  }
  .form .button {
    margin: 3em auto 0;
  } /*ボタンをセンターに並べる*/
  .form button.inline {
    display: block;
    margin: 0.5em auto;
  }
    

    
}
@media screen and (min-width: 460px) {}
@media screen and (max-width: 450px) {
  .newslink a b {
    display: block;
  }
  /* 共通変更 フォントサイズ　*/
  #wrapper {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #contents article h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #contents article h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  header h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .font {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fontm18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font22 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font24 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font26 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .font32 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
  }
  .font48 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
  }
  .form button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .subheader {
    background: #3AA6F8;
  }
  .subheader h1 {
    background: url("../img/common/title.png") 0% 0% no-repeat;
    background-size: auto 100%; 
  }
    #contents header h1 u.middle {
  margin: 0 auto 0 0px;
}
  /* 共通変更 フォントサイズ　*/
  #contents article h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #contents article h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font18 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .font20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font24, .font22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font26 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font32 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .font48 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 600;
  }
  #contents header h1 {
    padding: 28px 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sub #contents header h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #glovalheader h1 {
    margin: 20px auto 0;
  }
  #glovalheader h1 img {
    max-width: 285px;
    width: calc(100% - 90px);
  }
  .otoiawase h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .otoiawase h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0.5em auto;
    text-align: center;
  }
  .otoiawase b {
    font-size: 26px !important;
    font-size: 2.6rem;
  }
  .otoiawase p .fas {
    font-size: 24px !important;
    font-size: 2.4rem;
  }
  .otoiawase p span.time {
    display: block;
    margin: 0.2em auto 1em;
  }
  .otoiawase p a {
    display: inline-block;
  }
}
@media screen and (max-width: 370px) {}