
/*
* cmn_layout.css*
*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 160%;
  word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

#wrapper,
#contents {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
  overflow: hidden;
}

a{
  color: #333333;
  text-decoration: none;
}

.course01 {
  background-color: #FF5A2B;
}

.course02 {
  background-color: #1A7FC6;
}

.course03 {
  background-color: #1AB862;
}

.course04 {
  background-color: #FFD633;
}

.course05 {
  background-color: #FF761A;
}

.course06 {
  background-color: #7A287A;
}

.course07 {
  background-color: #33AD33;
}

.course08 {
  background-color: #AFAFAF;
}

.course09 {
  background-color: #0A0EB5;
}

.course10 {
  background-color: #DC6ED6;
}

/* フォーム共通 */
.input-error {
  display: none;
  margin: 10px 0 0 0;
  color: #e60012;
}

.error-disp {
  display: block !important;
}


/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

  #wrapper{
    min-width: 980px;
  }

  /* !共通
  ---------------------------------------------------------- */
  .pcNone{
    display:none !important;
  }

  a:hover{
    opacity: 0.8;
  }

  .list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  header {
    width: 100%;
    margin: 0 auto;
  }

  header img {
    width: 100%;
  }


  /* コンテンツ部分
  ---------------------------------------------------------- */
  #contents{
    width:100%;
    min-width: 980px;
    background: url(../images/bg.jpg) top center repeat;
    background-size: 375px;
  }

  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }


  /* concept-box
  ---------------------------------------------------------- */
  .concept-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0 0;
  }

  .concept-box > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .concept-box > p:nth-of-type(2) {
    position: relative;
    width: 430px;
    height: 44px;
    margin: 30px auto 0 auto;
    padding: 13px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    background-color: #fff;
  }

  .concept-box > p:nth-of-type(2):before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 14px;
    background: url(../images/sankaku.png) top center no-repeat;
    background-size: 15px 14px;
  }

  .concept-box > p:nth-of-type(2) span {
    color: #039844;
  }

  .concept-box > img {
    width: 800px;
    margin: 30px auto 0 auto;
  }

  .concept-box > p:nth-of-type(3) {
    margin: 50px auto 0 auto;
    font-size: 14px;
    line-height: 2;
  }

  .concept-box > div.youtube-box {
    width: 980px;
    margin: 50px auto 0 auto;
  }

  .concept-box > div.youtube-box > div {
    width: 480px;
    margin: 0 20px 0 0;
  }

  .concept-box > div.youtube-box > div:nth-of-type(2) {
    margin: 0;
  }

  .concept-box div.youtube {
    width: 480px;
  }

  .concept-box div.youtube iframe {
    width: 480px;
  }

  .concept-box > div.youtube-box > div > p {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    text-align: right;
  }

  .concept-box > div.tanto-box {
    position: relative;
    width: 746px;
    margin: 60px auto 0 auto;
  }

  .concept-box > div.tanto-box > img {
    width: 746px;
    margin:0 auto;
  }

  .concept-box > div.tanto-box > p:nth-of-type(1) {
    position: absolute;
    top: 60px;
    left: 310px;
    font-size: 30px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .concept-box > div.tanto-box > p:nth-of-type(1) span {
    font-size: 24px;
  }

  .concept-box > div.tanto-box > p:nth-of-type(2) {
    position: absolute;
    top: 130px;
    left: 295px;
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }

  .bnr-box{
    width: 980px;
    margin: 50px auto 0 auto;
  }

  /* floor-box
  ---------------------------------------------------------- */
  .floor-box {
    position: relative;
    width: 100%;
    height: 660px;
    margin: 50px auto 0 auto;
    padding: 60px 0 0 0;
    background: url(../images/floor_bg.jpg) top center;
    background-size: cover;
  }

  .floor-box > p {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
  }

  .floor-box > ul {
    position: relative;
    width: 980px;
    margin: 50px auto 0 auto;
  }

  .floor-box > ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    text-align: left;
  }

  .floor-box > ul li:nth-of-type(2) {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .floor-box > ul li:nth-of-type(3) {
    left: auto;
    right: 0;
  }

  .floor-box > ul li img {
    display: block;
    width: 300px;
  }

  .floor-box > ul li p:nth-of-type(1) {
    position: relative;
    width: 100px;
    height: 40px;
    margin: 5px 0 0 0;
    padding: 8px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    text-align: center;
    border: #EFEFEF 3px solid;
  }

  .floor-box > ul li p:nth-of-type(1):before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
  }

  .floor-box > ul li p:nth-of-type(2) {
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 160%;
  }


  /* course-box
  ---------------------------------------------------------- */
  .course-box {
    position: relative;
    width: 100%;
    margin: 50px auto 0 auto;
  }

  .course-box > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .course-box > div {
    width: 980px;
    margin: 50px auto 0 auto;
  }

  .course-box > div > div {
    position: relative;
    width: 480px;
    margin: 60px 20px 0 0;
    padding: 0 0 245px 0;
    text-align: left;
  }

  .course-box > div > div:nth-of-type(2n) {
    margin: 60px 0 0 0;
  }

  .course-box > div > div:nth-of-type(1),
  .course-box > div > div:nth-of-type(2) {
    margin-top: 0;
  }

  .course-box > div > div > p:nth-of-type(1) {
    width: 80px;
    height: 30px;
    padding: 7px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }

  .course-box > div > div > p:nth-of-type(2) {
    margin: 15px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #2C435A;
    line-height: 1.5;
  }

  .course-box > div > div > p:nth-of-type(3) {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 2
  }

  .course-box > div > div > ul {
    margin: 15px 0 0 0;
  }

  .course-box > div > div > ul li {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 18px;
    font-size: 14px;
    color: #2C435A;
    line-height: 1.5;
  }

  .course-box > div > div > ul li:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: '●';
    font-size: 10px;
  }

  .course-box > div > div > img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 480px;
  }


  /* contact-box
  ---------------------------------------------------------- */
  .contact-box {
    position: relative;
    width: 980px;
    margin: 20px auto 0 auto;
    padding: 60px 0 0 0;
  }

  .contact-box > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .contact-box > p:nth-of-type(2) {
    margin: 30px auto 0 auto;
    font-size: 12px;
    color: #2C435A;
    text-align: left;
    line-height: 160%;
  }

  .contact-box > img {
    width: 980px;
    margin: 30px auto 0 auto;
  }

  ul.contact-step {
    width: 430px;
    margin: 30px 0 0 0;
  }

  ul.contact-step > li:nth-of-type(1),
  ul.contact-step > li:nth-of-type(3),
  ul.contact-step > li:nth-of-type(5) {
    position: relative;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    padding: 9px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    text-align: center;
    line-height: 100%;
    background-color: #fff;
  }

  ul.contact-step > li.step-select {
    color: #fff;
    background-color: #2C435A;
  }

  ul.contact-step > li:nth-of-type(2),
  ul.contact-step > li:nth-of-type(4) {
    position: relative;
    width: 35px;
    margin: 0 auto;
  }

  ul.contact-step > li:nth-of-type(2) span,
  ul.contact-step > li:nth-of-type(4) span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 5px;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #2C435A #2C435A transparent transparent;
    transform: rotate(45deg);
  }


  /* フォーム */
  .contact-form {
    width: 100%;
    margin: 40px auto 100px auto;
  }

  .contact-form > form div.wrap01 {
    display: table;
    width: 980px;
    margin: 0 auto;
    text-align: left;
    border-top: #2C425A 1px solid;
  }

  .contact-form > form div.wrap01-last {
    border-bottom: #2C425A 1px solid;
  }

  .contact-form > form div.wrap02 {
    display: table-cell;
    position: relative;
    width: 160px;
    padding: 0 0 0 10px;
    text-align: left;
    background-color: #DFE8ED;
    vertical-align: middle;
  }

  .contact-form > form div.wrap03 {
    position: relative;
    display: table-cell;
    width: 820px;
    margin: 0 auto;
    padding: 15px 0 15px 20px;
    text-align: left;
  }

  .contact-form > form span.title {
    display: inline-block;
    margin: 2px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 140%;
    vertical-align: top;
  }

  .contact-form > form span.must {
    display: inline-block;
    width: 50px;
    height: 20px;
    padding: 4px 0 0 0;
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #fff;
    text-align:center;
    background-color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form > form span.nini {
    display: inline-block;
    width: 50px;
    height: 20px;
    padding: 4px 0 0 0;
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #2C435A;
    text-align:center;
    border: #2C435A 1px solid;
    background-color: #fff;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form > form p.chui {
    width: 660px;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #2C435A;
    text-align: left;
  }

  .contact-form > form span.cate-s {
    display: inline-block;
    margin: 0 0 0 50px;
  }

  .contact-form > form ul.kibo-txt {
    width: 780px;
    margin: 10px 0 0 0;
    text-align: left;
  }

  .contact-form > form ul.kibo-txt li {
    position: relative;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #2C435A;
  }

  .contact-form > form ul.kibo-txt li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
  }

  .contact-form > form ul.kibo-txt li span,
  .contact-form > form ul.kibo-txt li a {
    color: #0080FF;
  }

  .contact-form > form p.kibo{
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
    text-align: left;
  }

  .contact-form input[type="text"],
  .contact-form input[type="tel"] {
    width: 780px;
    height: 50px;
    padding: 5px 20px 0 20px;
    font-size: 16px;
    border: #2D0000 1px solid;
    -webkit-appearance: none;
  }

  .contact-form > form .width01 {
    width: 660px !important;
    margin: 0;
  }

  .contact-form > form .width02 {
    width: 270px !important;
    margin: 0;
  }

  .contact-form > form .hinichi {
    position: relative;
    width: 270px;
    z-index: 999;
  }

  input::placeholder,
  textarea::placeholder {
    color: #D6D6D6;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #D6D6D6;
  }

  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #D6D6D6;
  }

  /* プルダウン */
  .select-wrap {
    display: block;
    overflow: hidden;
    width: 780px;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    border: 1px solid #2D0000;
    background: #ffffff;
  }

  .select-wrap select {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 5px 20px 0 20px;
    font-size: 16px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .select-wrap select::-ms-expand {
    display: none;
  }

  .select-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.9em;
    margin: auto;
    width: 8px;
    height: 8px;
    padding: 0;
    content: '';
    border-top: 2px solid #2C435A;
    border-right: 2px solid #2C435A;
    transform: translateX(-50%) rotate(135deg);
    pointer-events: none;
    z-index: 2;
  }

  .select-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    border-left: 50px solid #fff;
    pointer-events: none;
    z-index: 1;
  }

  .contact-form textarea {
    width: 100%;
    height: 250px;
    padding: 20px;
    font-size: 16px;
    text-align: left;
    border: #2D0000 1px solid;
    -webkit-appearance: none;
  }

  .contact-form p.caution {
    position: relative;
    width: 780px;
    padding: 20px 40px 20px 40px;
    margin: 15px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #FF0A00;
    border: #FF0A00 1px solid;
  }

  .contact-form span.sanka-txt {
    position: absolute;
    top: 30px;
    left: 310px;
    font-size: 14px;
  }

  .contact-form table.table01 {
    width: 780px !important;
    text-align: left;
  }

  .contact-form table.table01 th {
    width: 120px;
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form table.table02 {
    width: 780px !important;
    text-align: left;
  }

  .contact-form table.table02 th {
    width: 120px;
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form table.table02 td {
    width: 270px;
  }

  .contact-form table.table03 {
    display: inline-block;
    width: 390px !important;
    text-align: left;
  }

  .contact-form table.table03 th {
    width: 120px;
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form table.table03 td {
    width: 270px;
  }


  /* プライバシーポリシー */
  .contact-form div.privacy {
    width: 980px;
    margin: 40px auto 0 auto;
    text-align: center;
  }

  .contact-form div.privacy > a {
    display: block;
    width: 355px;
    height: 60px;
    margin: 0 auto;
    padding: 24px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    background-color: #039844;
    border-radius: 5px;
  }

  .contact-form div.privacy > p {
    margin: 20px auto 0 auto;
    font-size: 14px;
    line-height: 100%;
  }

  .contact-form div.privacy > p > a {
    color: #0080FF;
  }

  /* お問い合わせ確認画面・完了画面 */
  .contact-box-check-header {
    width: 100%;
    height: 100px;
    margin: 0 auto 60px auto;
    background-color: #2C435A;
  }

  .contact-box-check-header > div {
    width: 980px;
    height: 100px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: left;
  }

  .contact-box-check-header > div img {
    width: 260px;
    margin: 0;
  }

  .contact-box-check {
    width: 980px;
    margin: 50px auto 0 auto;
    text-align: left;
  }

  .contact-box-check > img.form_line_check {
    display: block;
    width: 228px;
    margin: 0;
  }

  .contact-box-check > p {
    margin: 30px auto 0 auto;
    font-size: 12px;
    color: #2C435A;
    text-align: left;
    line-height: 180%;
  }

  /* ボタン */
  .btn-wrap {
    width: 770px;
    margin: 40px auto 0 auto;
    text-align:center;
  }

  .btn-wrap-comp {
    margin-bottom: 300px;
  }

  .btn-wrap a {
    display: block;
    width: 355px;
    height: 60px;
    margin: 0 auto;
    padding: 22px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    border-radius: 5px;
  }

  .btn-back {
    background-color: #6E6E6E;
  }

  .btn-send {
    background-color: #039844;
  }


  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background-color: #2C435A;
  }

  footer > a.logo {
    display: block;
    width: 260px;
    margin: 0 auto;
  }

  footer > a.logo img {
    width: 260px;
  }

  footer > p {
    margin: 30px auto 0 auto;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
  }

  footer > img.tel {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
  }

  footer > a.link {
    display: block;
    width: 250px;
    height: 50px;
    margin: 20px auto 0 auto;
    padding: 18px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    border: #fff 1px solid;
    border-radius: 5px;
  }

  footer > small {
    display: block;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 20px 0 25px 0;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    border-top: #fff 1px solid;
  }


  /* 固定ボタン */
  .btns-contact {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 500px;
    z-index: 99999;
  }

  .btns-contact > a {
    display: block;
    width: 60px;
    height: 250px;
  }

  .btns-contact > a img {
    display: block;
    width: 60px;
  }

  .btns-contact > a:nth-of-type(2) {
    cursor: pointer;
  }


  /* TELポップアップ */
  .remodal {
    width: 800px !important;
    padding: 60px 0 !important;
  }

  .remodal > p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .remodal > p:nth-of-type(2) {
    margin: 30px auto 40px auto;
    font-size: 20px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .remodal > p:nth-of-type(2) > span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 30px;
  }

  .remodal .remodal-close-bottom {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    border: #cccccc 1px solid;
    background-color: #fff;
    border-radius: 5px;
  }


}


/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

  #wrapper {
    width:100%;
    height:100%;
    padding: 0;
    display:block;
    position:relative;
    padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
  }

  /* !共通
  ---------------------------------------------------------- */
  .spNone{
    display:none !important;
  }

  .sp-list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }

  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom:1;
    overflow:hidden;
  }
  .clearfix-sp:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  header {
    width: 100%;
    margin: 0 auto;
  }

  header img {
    width: 100%;
  }


  /* コンテンツ部分
  ---------------------------------------------------------- */
  #contents{
    width:100%;
    background: url(../images/bg.jpg) top center repeat;
    background-size: 375px;
  }


  /* concept-box
  ---------------------------------------------------------- */
  .concept-box {
    position: relative;
    width: 94%;
    margin: 45px auto 0 auto;
  }

  .concept-box > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .concept-box > p:nth-of-type(2) {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin: 30px auto 0 auto;
    padding: 12px 3px 6px 3px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    background-color: #fff;
  }

  .concept-box > p:nth-of-type(2):before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 14px;
    background: url(../images/sankaku.png) top center no-repeat;
    background-size: 15px 14px;
  }

  .concept-box > p:nth-of-type(2) span {
    color: #039844;
  }

  .concept-box > img {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .concept-box > p:nth-of-type(3) {
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .concept-box > div.youtube-box {
    width: 100%;
    margin: 25px auto 0 auto;
  }

  .concept-box > div.youtube-box > div {
    width: 100%;
    margin: 0 auto;
  }

  .concept-box > div.youtube-box > div:nth-of-type(2) {
    margin: 20px auto 0 auto;
  }

  .concept-box div.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .concept-box div.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .concept-box > div.youtube-box > div > p {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    text-align: right;
  }

  .concept-box > div.tanto-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0 auto;
  }

  .concept-box > div.tanto-box > img {
    width: 100%;
    margin: 0 auto;
  }

  .concept-box > div.tanto-box > p:nth-of-type(1) {
    position: absolute;
    top: 56%;
    left: 0;
    right: 20%;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .concept-box > div.tanto-box > p:nth-of-type(1) span {
    font-size: 17px;
  }

  .concept-box > div.tanto-box > p:nth-of-type(2) {
    width: 85%;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }

  .bnr-box{
    margin: 30px auto 0 auto;
    width: 90%;
  }

  /* floor-box
  ---------------------------------------------------------- */
  .floor-box {
    position: relative;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 40px 0;
    background: url(../images/floor_bg.jpg) top center;
    background-size: cover;
  }

  .floor-box > p {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
  }

  .floor-box > ul {
    width: 100%;
    margin: 25px auto 0 auto;
  }

  .floor-box > ul li {
    width: 94%;
    margin: 0 auto 40px auto;
    text-align: left;
  }

  .floor-box > ul li:nth-of-type(3) {
    margin: 0 auto;
  }

  .floor-box > ul li img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .floor-box > ul li p:nth-of-type(1) {
    position: relative;
    width: 100px;
    height: 40px;
    margin: 5px 0 0 0;
    padding: 8px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    text-align: center;
    border: #EFEFEF 3px solid;
  }

  .floor-box > ul li p:nth-of-type(1):before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
  }

  .floor-box > ul li p:nth-of-type(2) {
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 160%;
  }


  /* course-box
  ---------------------------------------------------------- */
  .course-box {
    position: relative;
    width: 100%;
    margin: 50px auto 0 auto;
  }

  .course-box > p {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .course-box > div {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .course-box > div > div {
    width: 100%;
    margin: 0 auto 40px 0;
    text-align: left;
  }

  .course-box > div > div:nth-of-type(10) {
    margin: 0 auto;
  }

  .course-box > div > div > p:nth-of-type(1) {
    width: 80px;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 7px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }

  .course-box > div > div > p:nth-of-type(2) {
    margin: 15px 0 0 0;
    padding: 0 10px;
    font-size: 19px;
    font-weight: bold;
    color: #2C435A;
    line-height: 1.5;
  }

  .course-box > div > div > p:nth-of-type(3) {
    margin: 10px 0 0 0;
    padding: 0 10px;
    font-size: 14px;
    color: #2C435A;
    line-height: 2;
  }

  .course-box > div > div > ul {
    margin: 10px 0 0 0;
    padding: 0 10px;
  }

  .course-box > div > div:nth-of-type(1) > ul {
    height: 62px;
  }

  .course-box > div > div > ul li {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 18px;
    font-size: 14px;
    color: #2C435A;
    line-height: 1.5;
  }

  .course-box > div > div > ul li:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: '●';
    font-size: 10px;
  }

  .course-box > div > div > img {
    display: block;
    width: 100%;
    margin: 20px auto 0 auto;
  }


  /* contact-box
  ---------------------------------------------------------- */
  .contact-box {
    position: relative;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 50px 0 40px 0;
    background-color: #fff;
  }

  .contact-box > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #2C435A;
    line-height: 1.5;
  }

  .contact-box > p:nth-of-type(2) {
    width: 94%;
    margin: 20px auto 0 auto;
    font-size: 12px;
    color: #2C435A;
    text-align: left;
    line-height: 160%;
  }

  .contact-box > img {
    width: 94%;
    margin: 20px auto 0 auto;
  }

  ul.contact-step {
    width: 94%;
    max-width: 400px;
    margin: 30px auto 0 auto;
  }

  ul.contact-step > li:nth-of-type(1),
  ul.contact-step > li:nth-of-type(3),
  ul.contact-step > li:nth-of-type(5) {
    position: relative;
    width: 28%;
    height: 60px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    text-align: center;
    line-height: 160%;
    background-color: #fff;
  }

  ul.contact-step > li:nth-of-type(5) {
    padding: 24px 0 0 0;
    line-height: 100%;
  }

  ul.contact-step > li.step-select {
    background-color: #2C435A;
  }

  ul.contact-step > li.step-select {
    color: #fff;
  }

  ul.contact-step > li:nth-of-type(2),
  ul.contact-step > li:nth-of-type(4) {
    position: relative;
    width: 8%;
    margin: 0 auto;
  }

  ul.contact-step > li:nth-of-type(2) span,
  ul.contact-step > li:nth-of-type(4) span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 5px;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #2C435A #2C435A transparent transparent;
    transform: rotate(45deg);
  }


  /* フォーム */
  .contact-form {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  .contact-form > form div.wrap01 {
    width: 94%;
    margin: 0 auto;
    text-align: left;
  }

  .contact-form > form div.wrap02 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 10px 10px;
    text-align: left;
    background-color: #DFE8ED;
    border-top: #2C425A 1px solid;
    border-bottom: #2C425A 1px solid;
  }

  .contact-form > form div.wrap03 {
    width: 100%;
    margin: 20px auto 40px auto;
    text-align: left;
  }


  .contact-form > form span.title {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form > form span.must {
    display: inline-block;
    width: 50px;
    height: 20px;
    padding: 4px 0 0 0;
    margin: 0 15px 0 0;
    font-size: 12px;
    color: #fff;
    text-align:center;
    background-color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form > form span.nini {
    display: inline-block;
    width: 50px;
    height: 20px;
    padding: 4px 0 0 0;
    margin: 0 15px 0 0;
    font-size: 12px;
    color: #2C435A;
    text-align:center;
    background-color: #fff;
    border: #2C435A 1px solid;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form > form p.chui{
    margin: 10px 0 0 0;
    font-size: 12px;
    text-align: left;
    line-height: 160%;
  }

  .contact-form > form span.cate-s {
    display: block;
    margin: 10px 0 0 0;
  }

  .contact-form > form ul.kibo-txt {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: left;
  }

  .contact-form > form ul.kibo-txt li {
    position: relative;
    padding: 0 0 0 15px;
    font-size: 12px;
    line-height: 180%;
    color: #2C435A;
  }

  .contact-form > form ul.kibo-txt li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
  }

  .contact-form > form ul.kibo-txt li span,
  .contact-form > form ul.kibo-txt li a {
    color: #0080FF;
  }

  .contact-form > form p.kibo{
    margin: 20px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
    text-align: left;
  }

  .contact-form > form input[type="text"],
  .contact-form > form input[type="tel"] {
    width: 100%;
    height: 50px;
    padding: 5px 15px 0 15px;
    font-size: 16px;
    border: #2D0000 1px solid;
    -webkit-appearance: none;
  }

  .contact-form > form .width01 {
    width: 100%;
    margin: 0 auto;
  }

  .contact-form > form .width02 {
    width: 100%;
    margin: 0 auto;
  }

  .contact-form > form .hinichi {
    position: relative;
    width: 100%;
    z-index: 999;
  }

  input::placeholder,
  textarea::placeholder {
    color: #D6D6D6;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #D6D6D6;
  }

  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #D6D6D6;
  }


  /* プルダウン */
  .select-wrap {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid #2D0000;
    background: #ffffff;
  }

  .select-wrap select {
    width: 100%;
    height: 50px;
    padding: 5px 15px 0 15px;
    font-size: 16px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .select-wrap select::-ms-expand {
    display: none;
  }

  .select-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.4em;
    margin: auto;
    width: 6px;
    height: 6px;
    padding: 0;
    content: '';
    border-top: 1px solid #2C435A;
    border-right: 1px solid #2C435A;
    transform: translateX(-50%) rotate(135deg);
    pointer-events: none;
    z-index: 2;
  }

  .select-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    border-left: 30px solid #fff;
    pointer-events: none;
    z-index: 1;
  }

  .contact-form > form textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    font-size: 16px;
    border: #2D0000 1px solid;
    -webkit-appearance: none;
  }

  .contact-form > form p.caution {
    position: relative;
    width: 100%;
    padding: 15px 10px;
    margin: 20px auto 0 auto;
    font-size: 11px;
    color: #FF0A00;
    text-align: left;
    line-height: 200%;
    border: #FF0A00 1px solid;
  }

  .contact-form span.sanka-txt {
    display: block;
    margin: 5px 0 0 0;
    font-size: 14px;
  }

  .contact-form table.table01 {
    width: 100% !important;
    text-align: left;
  }

  .contact-form table.table01 th {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form table.table01 td {
    display: block;
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .contact-form table.table02 {
    width: 100% !important;
    text-align: left;
  }

  .contact-form table.table02 th {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }

  .contact-form table.table02 td {
    display: block;
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .contact-form table.table03 {
    width: 100% !important;
    text-align: left;
  }

  .contact-form table.table03 th {
    width: 85px;
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #2C435A;
    line-height: 100%;
    vertical-align: top;
  }


  /* プライバシーポリシー */
  .contact-form div.privacy {
    width: 94%;
    margin: 0 auto;
  }

  .contact-form div.privacy > a {
    display: block;
    width: 100%;
    max-width: 355px;
    height: 60px;
    margin: 0 auto;
    padding: 24px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    background-color: #039844;
    border-radius: 5px;
  }

  .contact-form div.privacy > p {
    margin: 20px auto 0 auto;
    font-size: 14px;
    line-height: 100%;
  }

  .contact-form div.privacy > p > a {
    color: #0080FF;
  }


  /* お問い合わせ確認画面・完了画面 */
  .contact-box-check-header {
    width: 100%;
    height: 50px;
    margin: 0 auto 35px auto;
    background-color: #2C435A;
  }

  .contact-box-check-header > div {
    width: 94%;
    height: 50px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: left;
  }

  .contact-box-check-header > div img {
    width: 196px;
    margin: 0;
  }

  .contact-box-check {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 45px 0;
    text-align: left;
  }

  .contact-box-check > p {
    width: 94%;
    margin: 30px auto 0 auto;
    font-size: 12px;
    color: #2C435A;
    text-align: left;
    line-height: 180%;
  }

  /* ボタン */
  .btn-wrap {
    width: 94%;
    margin: 40px auto 0 auto;
    text-align:center;
  }

  .btn-wrap-comp {
    margin-bottom: 100px;
  }

  .btn-wrap a {
    display: block;
    width: 100%;
    max-width: 355px;
    height: 60px;
    margin: 0 auto;
    padding: 22px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    border-radius: 5px;
  }

  .btn-back {
    background-color: #6E6E6E;
  }

  .btn-send {
    margin-top: 20px !important;
    background-color: #039844;
  }


  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background-color: #2C435A;
  }

  footer > a.logo {
    display: block;
    width: 260px;
    margin: 0 auto;
  }

  footer > a.logo img {
    width: 260px;
  }

  footer > p {
    margin: 30px auto 0 auto;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
  }

  footer > a.tel {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
  }

  footer > a.tel img {
    display: block;
    width: 200px;
  }

  footer > a.link {
    display: block;
    width: 250px;
    height: 50px;
    margin: 20px auto 0 auto;
    padding: 18px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    border: #fff 1px solid;
    border-radius: 5px;
  }

  footer > small {
    display: block;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 20px 0 85px 0;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    border-top: #fff 1px solid;
  }


  /* 固定ボタン */
  .btns-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99999;
  }

  .btns-contact > a {
    display: block;
    width: 50%;
    height: 60px;
    padding: 10px 0 0 0;
    text-align: center;
    background-color: #00a52b;
  }

  .btns-contact > a span {
    display: block;
    margin: 3px auto 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: 100%;
    letter-spacing: 0.1em;
  }

  .btns-contact > a:nth-of-type(2) {
    background-color: #2b435a;
    cursor: pointer;
  }

  .btns-contact > a > img {
    display: block;
    height: 22px;
    margin: 0 auto;
  }


  /* TELポップアップ */
  .remodal {
    width: 90% !important;
    padding: 30px 0 !important;
    text-align: center;
  }

  .remodal > p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .remodal > p:nth-of-type(2) {
    margin: 30px auto 40px auto;
    font-size: 16px;
    font-weight: bold;
    color: #2C435A;
    line-height: 100%;
  }

  .remodal > p:nth-of-type(2) > a {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 25px;
    color: #2C435A;
  }

  .remodal .remodal-close-bottom {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    color: #231815;
    border: #cccccc 1px solid;
    background-color: #fff;
    border-radius: 5px;
  }

}
