@charset "UTF-8";
/* ------------------------------------------------------------
   TOPページ
------------------------------------------------------------ */
/* ----- common ----- */
/* ----- bg-slider ----- */
.news_list {
  margin-bottom: 30px;
  border: solid 3px #c2d4f5;
  border-radius: 2px;
  padding: 30px;
}

.news_list dt {
  color: #1b4db3;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* ----- main-visual ----- */
#top .main-visual__wrap {
  display: block;
  background: url(../img/top_mainvisual_bg2.png) no-repeat, url(../img/top_mainvisual_bg.jpg) no-repeat;
  background-size: 523px,cover;
  background-position: bottom right 20px,center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #top .main-visual__wrap {
    margin-bottom: 30px;
    background-size: 223px,cover;
  }
}

.main-visual {
  padding: 20px 0 0 40px;
}

/* ----- guide ----- */
#top .guide {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  #top .guide {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  #top .guide .inner {
    padding: 0 3%;
  }
}

#top .guide__ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #top .guide__ttl {
    margin-bottom: 15px;
  }
}

#top .guide__info {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #top .guide__info {
    display: none;
  }
}

#top .guide__sp {
  display: none;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #top .guide__sp {
    display: block;
  }
}

#top .guide__sp p img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

#top .guide__sp .tel {
  display: block;
  margin-top: 10px;
}

#top .guide__sp .tel img {
  width: 100%;
}

#top .guide__sp .mail {
  display: block;
  margin-top: 10px;
}

#top .guide__sp .mail img {
  width: 100%;
}

/* ----- title ----- */
#top .title__blue {
  background: #1b4db3;
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 25px;
  font-weight: bold;
}

/* ----- title ----- */
#top .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #top .office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top .office dl {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #top .office dl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #top .office dl:not(:last-child) {
    margin-bottom: 30px;
  }
}

#top .office dl a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}

#top .office dl a:hover {
  background: #fff6e6;
}

#top .office dt {
  margin-bottom: 15px;
}

#top .office dt img {
  max-height: 21px;
  width: auto;
}

#top .office__sp {
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #top .office__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#top .office__sp li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  #top .office__sp li {
    width: 24%;
  }
}

#top .office__sp li:last-child {
  margin-right: 0;
}

/* ----- title ----- */
.sidenav__sparea {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sidenav__sparea {
    display: block;
  }
}

.sidenav__sparea p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}

.sidenav__sparea ul {
  overflow: hidden;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sidenav__sparea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sidenav__sparea ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .sidenav__sparea ul li {
    width: 24%;
  }
}

.sidenav__sparea ul li a {
  display: block;
}

.sidenav__sparea ul li:last-child {
  margin-right: 0;
}

.sidenav__spnav {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sidenav__spnav {
    display: block;
  }
}

.sidenav__spnav p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}

.sidenav__spnav ul {
  overflow: hidden;
  margin-top: 10px;
}

.sidenav__spnav ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.sidenav__spnav ul li a {
  display: block;
}

.sidenav__spnav ul li:nth-child(3n) {
  margin-right: 0;
}

.sidenav__spnav ul li:nth-child(4),
.sidenav__spnav ul li:nth-child(5) {
  margin-top: 10px;
}

.sidenav__spnav ul:last-child li {
  width: 32%;
  margin-right: 2%;
}

.sidenav__spnav ul:last-child li:last-child {
  margin-right: 0;
}

/* ----- daikou ----- */
#top .daikou {
  background: url(../img/top_bg_skyblue.png);
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  #top .daikou {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  #top .daikou .inner {
    padding: 0 3%;
  }
}

#top .daikou__ttl {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  #top .daikou__ttl {
    margin-bottom: 30px;
  }
}

#top .daikou__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #top .daikou__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top .daikou__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #top .daikou__icon {
    width: 100%;
    margin-right: 0;
    min-height: 0%;
  }
}

#top .daikou__icon li {
  width: 48%;
  margin-bottom: 4%;
}

#top .daikou__man {
  width: 24%;
  height: auto;
  margin-right: 2%;
  min-height: 0%;
}

/* ----- cost ----- */
#top .cost {
  padding: 45px 0 80px;
  background: #1b4db3;
}

@media screen and (max-width: 767px) {
  #top .cost {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1199px) {
  #top .cost .inner {
    padding: 0 3%;
  }
}

#top .cost .inner2 {
  background: url(../img/top_bg_block.jpg);
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  #top .cost .inner2 {
    padding: 25px 0;
  }
}

#top .cost__ttl {
  height: 90px;
  background: url(../img/top_cost_ttl_bg@2x.png);
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #top .cost__ttl {
    height: 50px;
    margin-bottom: 25px;
  }
}

#top .cost__ttl img {
  max-width: 500px;
  position: absolute;
  top: 30%;
  left: 43%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  #top .cost__ttl img {
    max-width: 280px;
  }
}

#top .cost h3 {
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: 4px solid #1b4db3;
}

@media screen and (max-width: 767px) {
  #top .cost h3 {
    font-size: 1.4rem;
  }
}

#top .cost h3 .bule {
  color: #1b4db3;
}

#top .cost h3 .red {
  color: #cc2300;
}

#top .cost__detail {
  position: relative;
  border-bottom: 4px solid #333;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #top .cost__detail {
    margin-bottom: 30px;
  }
}

#top .cost__detail:before {
  border: 22px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #top .cost__detail:before {
    left: 45%;
  }
}

#top .cost__detail:after {
  border: 22px solid transparent;
  border-top-color: #333;
  border-bottom-width: 0;
  bottom: -25px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
}

@media screen and (max-width: 767px) {
  #top .cost__detail:after {
    left: 45%;
  }
}

#top .cost__detail li {
  position: relative;
  list-style-type: none;
  padding: 0.5em 0.5em 0.5em 0;
  margin-left: 20px;
  margin-bottom: 5px;
  line-height: 1.5;
  vertical-align: middle;
  color: #505050;
  font-weight: bold;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

#top .cost__detail li .red {
  color: #ac0b0b;
}

@media screen and (max-width: 767px) {
  #top .cost__detail li {
    margin-left: 4px;
  }
}

#top .cost__detail li:before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: '';
  width: 1em;
  height: 1em;
  background: #ac0b0b;
  border-radius: 50%;
  margin-right: 8px;
}

#top .cost__price {
  width: 675px;
  margin: 40px auto 0px;
}

#top .cost__right {
  text-align: right;
  margin-bottom: 30px;
}

#top .cost__more {
  padding: 40px;
  text-align: center;
  border: 5px solid #ac0b0b;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #top .cost__more {
    padding: 5% 0;
  }
}

#top .cost__more .red {
  color: #ac0b0b;
  font-weight: bold;
}

#top .cost__more .bule {
  color: #1b4db3;
  font-weight: bold;
}

#top .cost__more .bb {
  border-bottom: 2px solid #ac0b0b;
}

#top .cost__more h4 {
  font-size: 1.25rem;
  color: #fff;
  background: #ac0b0b;
  padding: 5px 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #top .cost__more h4 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

#top .cost__more--txt {
  margin-bottom: 18px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  #top .cost__more--txt {
    font-size: 1rem;
    padding: 0 15px;
  }
}

/* ----- leave ----- */
#top .leave {
  background: url(../img/top_bg_block.jpg);
  padding: 70px 0;
  /* ----- flow ----- */
}

@media screen and (max-width: 767px) {
  #top .leave {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  #top .leave .inner {
    padding: 0 3%;
  }
}

#top .leave__ttl {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  #top .leave__ttl {
    margin-bottom: 25px;
  }
}

#top .leave__check {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  #top .leave__check {
    margin-bottom: 30px;
  }
}

#top .leave__check li {
  font-size: 1.25rem;
  background: url(../img/top_leave_check@2x.png) no-repeat left top/33px 29px;
  padding-left: 45px;
  line-height: 33px;
  margin-bottom: 25px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #top .leave__check li {
    background-size: 27px 22px;
    padding-left: 35px;
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 27px;
  }
}

#top .leave__check li .red {
  color: #cc2300;
}

#top .leave__check li .bule {
  color: #1b4db3;
}

#top .leave__check li .green {
  color: #007c17;
}

#top .leave__ttl--not {
  max-width: 600px;
  margin: 0 auto 15px;
}

#top .leave__ttl--ippo {
  margin-bottom: 50px;
  background: url(../img/top_leave_ippo_bg.png);
}

@media screen and (max-width: 767px) {
  #top .leave__ttl--ippo {
    margin-bottom: 30px;
  }
}

#top .leave__ttl--ippo img {
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 0;
}

#top .leave__center {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #top .leave__center {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #top .leave__center span {
    display: block;
  }
}

#top .leave__unpaid {
  background: #1b4db3;
  border-radius: 10px;
  color: #fff;
  padding: 40px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  #top .leave__unpaid {
    padding: 5%;
    font-size: 1rem;
  }
}

#top .leave__unpaid--txt {
  text-align: center;
  margin: 20px;
}

#top .leave__unpaid--txt p {
  border: 2px solid #fff;
  display: inline-block;
  padding: 15px;
}

#top .leave__unpaid--txt strong {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #top .leave__unpaid--txt strong {
    font-size: 1.125rem;
  }
}

#top .leave__unpaid--right {
  text-align: right;
}

#top .leave .flow {
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  #top .leave .flow {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  #top .leave .flow .inner {
    padding: 0 3%;
  }
}

#top .leave .flow h2 {
  margin-bottom: 20px;
  padding: 25px 0;
  background: url(../img/top_flow_ippo_bg.png);
}

#top .leave .flow h2 img {
  max-width: 344px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #top .leave .flow h2 img {
    max-width: 300px;
  }
}

#top .leave .flow__content {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 12px 0px #e2e2e2;
          box-shadow: 0px 5px 12px 0px #e2e2e2;
}

#top .leave .flow__content img {
  max-width: 103px;
}

#top .leave .flow__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #top .leave .flow__content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#top .leave .flow__content-block img {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #top .leave .flow__content-block img {
    margin: 0 auto 20px;
  }
}

#top .leave .flow__content-block--line {
  border-bottom: 2px solid #e2e2e2;
  position: relative;
}

#top .leave .flow__content-block--line:before {
  border: 16px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  z-index: 1;
  margin-left: -18px;
}

#top .leave .flow__content-block--line:after {
  border: 16px solid transparent;
  border-top-color: #e2e2e2;
  border-bottom-width: 0;
  bottom: -18px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -18px;
}

#top .leave .flow__txt dt {
  color: #ff7800;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2%;
}

@media screen and (max-width: 767px) {
  #top .leave .flow__txt dt {
    font-size: 1.125rem;
    text-align: center;
  }
}

/* ----- caution ----- */
@media screen and (max-width: 1199px) {
  .caution {
    padding: 0 3%;
  }
}

.caution .inner {
  border: 5px solid #cc2300;
  border-radius: 20px;
}

.caution__ttl {
  padding-bottom: 29px;
  position: relative;
  border-bottom: 4px solid #333;
}

@media screen and (max-width: 767px) {
  .caution__ttl {
    margin-bottom: 30px;
  }
}

.caution__ttl img {
  max-width: 648px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .caution__ttl img {
    width: 98%;
  }
}

.caution__ttl:before {
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -17px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  z-index: 1;
  margin-left: -22px;
}

.caution__ttl:after {
  border: 20px solid transparent;
  border-top-color: #333;
  border-bottom-width: 0;
  bottom: -22px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -22px;
}

.caution__txt {
  color: #000;
  margin-top: 50px;
}

.caution__txt p:not(last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .caution__txt p:not(last-child) {
    margin-bottom: 20px;
  }
}

.caution__txt span {
  color: #ac0b0b;
  font-weight: bold;
}

.caution__box {
  padding: 23px 50px 0px 50px;
}

@media screen and (max-width: 767px) {
  .caution__box {
    padding: 23px 3% 0 3%;
  }
}

/* ----- question ----- */
.faq {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  .faq .inner {
    padding: 0 3%;
  }
}

.faq__ttl {
  background: url(../img/top_cost_ttl_bg@2x.png);
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .faq__ttl {
    margin-bottom: 25px;
  }
}

.faq__ttl img {
  max-width: 260px;
  margin: 0 auto;
  padding: 25px 0;
}

.faq__accordion--content {
  margin-bottom: 20px;
}

.faq .question {
  background: url(../img/top_question_arrow02.png) no-repeat right 2em center, -webkit-gradient(linear, left top, left bottom, from(#216cf0), to(#13408f));
  background: url(../img/top_question_arrow02.png) no-repeat right 2em center, linear-gradient(to bottom, #216cf0, #13408f);
  background-size: 24px auto, auto 100% !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 20px 60px 20px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq .question {
    padding: 20px 40px 20px 20px;
    background-position: right  1em center;
    background-size: 20px auto , auto 100%;
  }
}

.faq .question__q img {
  width: 27px;
  height: auto;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .faq .question__q img {
    width: 20px;
  }
}

.faq .question__txt {
  font-family: Meiryo, メイリオ;
  font-size: 18px;
}

.faq .question.open {
  background: url(../img/top_question_arrow01.png) no-repeat right 2em center, -webkit-gradient(linear, left top, left bottom, from(#216cf0), to(#13408f));
  background: url(../img/top_question_arrow01.png) no-repeat right 2em center, linear-gradient(to bottom, #216cf0, #13408f);
  background-size: 24px auto , auto 100%;
}

@media screen and (max-width: 767px) {
  .faq .question.open {
    padding: 20px 40px 20px 20px;
    background-position: right  1em center;
    background-size: 20px auto , auto 100%;
  }
}

.faq .answer__a img {
  width: 27px;
  height: auto;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .faq .answer__a img {
    width: 20px;
  }
}

.faq .answer-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq .answer-inn p {
  width: 100%;
}

.faq__accordion .close {
  display: none;
}

/* ----- option ----- */
.option {
  background: url(../img/top_option_bg.png) no-repeat;
  background-position: right;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .option {
    background-size: cover;
    background-position: -540px 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .option {
    background-size: cover;
    background-position: -800px 0;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .option .inner {
    padding: 0 3%;
  }
}

.option__ttl {
  margin-bottom: 50px;
}

.option p {
  margin-bottom: 40px;
}

.option p strong {
  color: #cc2300;
  font-weight: bold;
}

.option .start {
  font-size: 22px;
  margin-bottom: 32px;
}

.option .second {
  font-size: 22px;
}

.option .red {
  color: #cc2300;
}

.option .bule {
  color: #1b4db3;
}

.option .bold {
  font-weight: bold;
}

.option__btn a {
  border: 3px solid #fff;
  border-radius: 10px;
  font-size: 1.25rem;
  margin: 0 auto;
  display: block;
  padding: 15px;
  width: 600px;
  text-decoration: none;
  color: #fff;
  background: url(../img/top_option_arrow.png) no-repeat right 2em center, -webkit-gradient(linear, left top, left bottom, from(#ca2300), to(#a21c00));
  background: url(../img/top_option_arrow.png) no-repeat right 2em center, linear-gradient(to bottom, #ca2300, #a21c00);
  -webkit-box-shadow: 0px 4px 2px 0px #abc0cf;
          box-shadow: 0px 4px 2px 0px #abc0cf;
  background-size: 10px auto , auto 100%;
}

@media screen and (max-width: 767px) {
  .option__btn a {
    width: 300px;
  }
}

.option__btn a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */