@charset "UTF-8";
html {
  background: #fff;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Verdana, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
}

.mn {
  font-family: "Noto Serif JP", serif;
}

.cn-w {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0 2%;
}

/*===== header =====*/
header {
}

header h1 {
  background: #082257;
  line-height: 1.4;
  font-size: 13px;
  color: #fff;
}

header h1 span {
    display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  padding: 3px 2%;
  margin: 0 auto;
}

header .hd-box {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 20px 2%;
}

header .hd-box .logo {
    width: 100%;
    max-width: 320px;
}

/*===== footer =====*/
footer {
  background-color: #000;
}
#sp-fttap {
  display: block;
  z-index: 500;
  position: fixed;
  right:0;
  bottom: 50%;
  width: 50px;
}
#sp-fttap ul {
    line-height: 0;
}
#sp-fttap ul .sp-bnr {
  display: none;
}

footer .copy {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  padding: 15px 2%;
}

/*==================
    main
==================*/
/*===== 共通 =====*/

/*===== #front =====*/
#front {
}

/*===== .campaign =====*/
.campaign {
}
.campaign .bnr {
}
.campaign .bnr-link {
    background-color: #ebecf1;
    padding: 30px 0;
}
.campaign .bnr-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.campaign .bnr-link ul li {
    width: 49%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #c0c0c0;
    line-height: 0;
}
.campaign .bnr-link ul li a.tel {
    display: block;
}
.campaign .bnr-link ul li a.tel img {
    border-radius: 10px 0 0 10px;
}
.campaign .bnr-link ul li a.line {
    display: block;
}
.campaign .bnr-link ul li a.line img {
    border-radius: 0 10px 10px 0;
}

/*===== #comment =====*/
#comment {
    padding: 30px 0;
}
#comment .box .comment-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#comment .box .comment {
    width: 47%;
    max-width: 400px;
    margin: 0 auto 15px;
}
#comment .box .comment .img {
    line-height: 0;
}
#comment .box .comment p {
    background-color: #001c58;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 2%;
}

/*===== #ba =====*/
#ba {
    padding: 30px 0;
}
#ba .next {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 45px;
}
#ba .box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
}
#ba .box h3 {
    background-color: #bedff9;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 2%;
    margin-bottom: 15px;
}
#ba .box .ba-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../img/hatsumo-lp/icon-next01.png) no-repeat center 55%;
    background-size: 18px;
    margin-bottom: 20px;
}
#ba .box .ba-img .img {
    width: 46%;
}

/*===== #renkei =====*/
#renkei {
    padding: 45px 0;
    background-color: #001c58;
}
#renkei .renkei-box {
    padding: 30px 5%;
    background-color: #fff;
}
#renkei .renkei-box h2 {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 25px;
}
#renkei .renkei-box .box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#renkei .renkei-box .box .img {
    width: 45%;
}
#renkei .renkei-box .box .text-box {
    width: 50%;
}
#renkei .renkei-box .box .text-box .text {
}

/*===== #daihyo =====*/
#daihyo {
    padding: 30px 0;
}
#daihyo .box {
    padding: 0 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#daihyo .box .img {
    width: 40%;
}
#daihyo .box .text-box {
    width: 55%;
}
#daihyo .box .text-box .text {
    margin-bottom: 0;
}

/*===== #system =====*/
#system {
    padding: 30px 0;
}

/*===== #hikaku =====*/
#hikaku {
    padding: 30px 0;
}
#hikaku .box {
}
#hikaku .box table {
    width: 100%;
    line-height: 1.4;
}
#hikaku .box table tr {
}
#hikaku .box table tr th {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 2%;
}
#hikaku .box table tr th.tasya {
    width: calc((100% - 170px) / 2);
    background-color: #e7e7e7;
}
#hikaku .box table tr th.blc {
    width: calc((100% - 170px) / 2);
    background-color: #bedff9;
}
#hikaku .box table tr td {
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding: 15px 2%;
}
#hikaku .box table tr td.hx {
    width: 170px;
    background-color: #1b1b1b;
    text-align: center;
    color: #fff;
}
#hikaku .box table tr td.tasya {
    background: #e7e7e7 url(../img/hatsumo-lp/icon-huki.png) no-repeat left center;
    background-size: 12px;
    padding-left: 30px;
}
#hikaku .box table tr td.blc {
    background-color: #d4ebfc;
}
#hikaku .img {
    margin-top: 30px;
}

/*===== #check =====*/
#check {
    padding: 30px 0;
}
#check .box {
    padding: 0 4%;
}
#check .box .link {
    display: none;
    margin-top: 30px;
}
#check .box .link a {
    display: block;
    width: 90%;
    max-width: 600px;
    text-decoration: none;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    color: #001c58;
    background-color: #fff;
    border: 2px solid #001c58;
    padding: 15px 2%;
    margin: 0 auto;
}

/*===== #faq =====*/
#faq {
    padding: 30px 0;
}
#faq .faq-box {
    padding: 0 4%;
}
#faq .faq-box dl {
    line-height: 1.4;
    margin-bottom: 25px;
}
#faq .faq-box dl dt {
    background: url(../img/hatsumo-lp/icon-q.png) no-repeat left top;
    background-size: 40px;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 0 17px 55px;
    border-bottom: 1px dotted #7b7676;
    margin-bottom: 8px;
}
#faq .faq-box dl dd {
    background: url(../img/hatsumo-lp/icon-a.png) no-repeat left top;
    background-size: 40px;
    padding: 10px 0 10px 55px;
}

/*===== #program =====*/
#program {
    padding: 45px 0;
    background-color: #001c58;
}
#program .program-box {
    padding: 30px 5%;
    background-color: #fff;
}
#program .program-box h2 {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 30px;
}
#program .program-box .box {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#program .program-box .box.lst {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#program .program-box .box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    z-index: 1;
}
#program .program-box .box .hx {
    width: 65%;
    float: right;
}
#program .program-box .box .hx h3 {
    background-color: #ecf6ff;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 2% 5px 8%;
    margin-bottom: 10px;
}
#program .program-box .box .hx h3 span {
    color: #001c58;
}
#program .program-box .box .hx .txt {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    padding-left: 8%;
    margin-bottom: 10px;
}
#program .program-box .box .hx .txt span {
    color: #a40000;
}
#program .program-box .box .img {
    width: 35%;
    float: left;
}
#program .program-box .box .text-box {
    width: 65%;
    float: right;
    padding-left: 5%;
}
#program .program-box .box .text-box .text {
}
#program .program-box .box .text-box .text span {
    color: #a40000;
    font-weight: bold;
}

/*===== #jizen =====*/
#jizen {
    padding: 30px 0;
}
#jizen h2.base-hx {
    margin-bottom: 0;
}
#jizen .box {
    padding: 0 4%;
}
#jizen .box .img {
    margin-bottom: 35px;
}
#jizen ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#jizen ul li {
    margin-bottom: 15px;
}

/*===== #guide =====*/
#guide {
    padding: 30px 0;
}
#guide .box {
    border: 3px solid #001c58;
    padding: 4%;
    margin-bottom: 20px;
}
#guide .box .img {
    margin-bottom: 20px;
}
#guide .box h3 {
    line-height: 1.4;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#guide .box .adrs {
    line-height: 1.4;
    margin-bottom: 20px;
}
#guide .box .tel {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
}
#guide .box .gmap {
    width: 100%;
    margin-bottom: 20px;
}
#guide .box .gmap iframe {
    width: 100%;
    height: 370px;
}
#guide .box .time {
    margin-bottom: 20px;
}
#guide .box ul.link {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#guide .box ul.link li {
    margin-bottom: 15px;
}

/*===============================================
    ■tablet 画面の横幅が900pxまで
===============================================*/
@media screen and (max-width: 900px) {
  /*===== #xxx =====*/
}
/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
  /*===== header =====*/
  /*===== #hikaku =====*/
  #hikaku .box {
    width: 100%;
    overflow-x: scroll;
  }
  #hikaku .box table {
    width: 860px;
    margin-bottom: 15px;
  }
}
/*===============================================
    ■tablet 画面の横幅が520pxまで
===============================================*/
@media screen and (max-width: 520px) {
  /*===== header =====*/
  header .hd-box .logo {
    width: 70%;
    max-width: 450px;
    margin: 0 auto;
  }
  footer .copy {
    padding-bottom: 15%;
  }
  #sp-fttap {
    right: auto;
    bottom: 0;
    width: 100%;
  }
  #sp-fttap ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #sp-fttap ul .pc-bnr {
    display: none;
  }
  #sp-fttap ul .sp-bnr {
    display: block;
  }
  /*===== .campaign =====*/
  .campaign .bnr-link ul li {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 15px;
  }
  /*===== #comment =====*/
  #comment .box .comment {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 15px;
  }
  /*===== #ba =====*/
  #ba .next {
    width: 90%;
  }
  #ba .box .ba-img {
    background: none;
    background-size: auto;
    margin-bottom: 0;
  }
  #ba .box .ba-img .img {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 20px;
  }
  /*===== #renkei =====*/
  #renkei .renkei-box h2 {
    margin-top: -50px;
  }
  #renkei .renkei-box .box {
    flex-wrap: wrap;
  }
  #renkei .renkei-box .box .img {
    width: 100%;
    max-width: 414px;
    margin: 0 auto 15px;
  }
  #renkei .renkei-box .box .text-box {
    width: 100%;
  }
  /*===== #daihyo =====*/
  #daihyo .box {
    padding: 0px 7%;
  }
  #daihyo .box .img {
    width: 100%;
    max-width: 432px;
    margin: 0 auto 15px;
  }
  #daihyo .box .text-box {
    width: 100%;
  }
  /*===== #check =====*/
  #check .box .link {
    display: block;
  }
  /*===== #program =====*/
  #program .program-box .box {
    padding-top: 10px;
  }
  #program .program-box .box .hx {
    width: 100%;
    float: none;
  }
  #program .program-box .box .hx h3 {
    padding-left: 60px;
  }
  #program .program-box .box .hx .txt {
    padding-left: 60px;
  }
  #program .program-box .box .img {
    width: 90%;
    float: none;
    max-width: 455px;
    margin: 0 auto 15px;
  }
  #program .program-box .box .text-box {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  /*===== #guide =====*/
  #guide .box h3 {
    font-size: 26px;
  }
  #guide .box .tel {
    max-width: 600px;
  }
  #guide .box .gmap iframe {
    height: 300px;
  }
}