@charset "UTF-8";

/* ------------------------------------

中面

------------------------------------ */

/*  c-button
*----------------------------------- */

.c-button a {
  background: #222;
  color: #fff;
  padding: 7px 15px 8px;
  border-radius: 5px;
  font-size: 3vw;
}
@media print, screen and (min-width: 761px) {
  .c-button a {
    font-size: 13px;
  }
}



/*  l-cv
*----------------------------------- */
.l-cv {
  width: 100%;
  background: rgba(255,255,255,.9);
  padding: 4px;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 99999;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px -5px 6px -4px #dddddd;
}
@media print, screen and (min-width: 761px) {
  .l-cv {
    width: 400px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-cv .btn_img {
  padding: 0 4px;
}

.l-cv img {
  width: 100%;
}

.l-cv span.l-cv__date02 {
  color: #ea5338;
  font-size: 5vw;
  font-weight: bold;
  font-family: sans-serif;
}
@media print, screen and (min-width: 761px) {
  .l-cv span.l-cv__date02 {
    font-size: 20px;
  }
}

.l-cv .l-cv__atention {
  font-size: 10px;
  margin-top: 4px;
}

.l-cv .l-cv__remaining {
  font-weight: bold;
  font-size: 3.6vw;
}
@media print, screen and (min-width: 761px) {
  .l-cv .l-cv__remaining {
    font-size: 15px;
  }
}

.l-cv .l-cv__remaining em.week {

}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0px);
            transform: skewX(-45deg) translateX(0px);
  }
  33% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0px);
            transform: skewX(-45deg) translateX(0px);
  }
  33% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
}


/*  l-visual
*----------------------------------- */

.l-visual {
  margin-top: -1px;
}

.l-visual__container li.slick-slide {
  margin-right: 5px;
}



/*  l-〇〇
*----------------------------------- */

.l-〇〇 {

}
@media print, screen and (min-width: 761px) {

}
@media print, screen and (max-width: 760px) {

}


/*  l-plan
*----------------------------------- */

.l-plan {
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 761px) {
  .l-plan {
    margin-bottom: 30px;
  }
}

.l-plan .l-plan__container h2 {
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container h2 {
    margin-bottom: 30px;
  }
}

.l-plan .l-plan__container dl {
  width: 94%;
  margin: 0 auto;
}

.l-plan .l-plan__container dt {
  background: #222;
  width: 88%;
  margin: 0 auto 3%;
  text-align: center;
  color: #fff;
  font-size: 3.7vw;
  padding: 1%;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container dt {
    font-size: 16px;
  }
}

.l-plan .l-plan__container dd img {
  width: 88%;
  margin: 0 auto;
}
.l-plan .l-plan__container .l-plan__tokuten {
  text-align: center;
  margin-bottom: 5%;
}

.l-plan .l-plan__container .l-plan__limit {
  text-align: center;
  font-size: 15px;
  color: #222;
  margin-bottom: 4%;
  margin-top: -1%;
  font-weight: bold;
  font-size: 4.3vw;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__limit {
    font-size: 18px;
  }
}
.l-plan .l-plan__container .l-plan__publication{
  text-align: center;
  margin-bottom: 5%;
  color: #e45643;
  font-weight: bold;
  font-size: 4.2vw;
  line-height: 1.3;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__publication{
    font-size: 18px;
  }
}

.l-plan .l-plan__container .l-plan__publication strong {
  font-size: 17px;
}

.l-plan .l-plan__container .l-plan__caution li {
  font-size: 3.6vw;
  border-bottom: dotted 2px #ccc;
  width: 90%;
  margin: 0 auto 1%;
  padding: 1% 1% 1% 30px;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__caution li {
    font-size: 15px;
  }
}
.l-plan .l-plan__container .l-plan__caution li:before {
  content: "";
  background: #222;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 15px;
  position: absolute;
  z-index: 1000;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__caution li:before {
    top: 12px;
  }
}
.l-plan .l-plan__container .l-plan__caution li:last-child{
  border-bottom: none;
  margin-bottom: 5%;
}



/*  l-faq
*----------------------------------- */

.l-faq {
  background: #fff;
  padding-bottom: 5%;
}

.l-faq dl {
  text-align: left;
  margin-bottom: 0px;
  padding: 5px 0px;
  margin: 5px auto;
  width: 87%;
}

.l-faq dt {
  padding: 20px 0 5px;
  color: #0b7479;
  font-size: 3.6vw;
  padding-left: 16%;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  min-height: calc(3em + 25px);
}
@media print, screen and (min-width: 761px) {
  .l-faq dt {
    font-size: 14px;
  }
}

.l-faq dt::before,
.l-faq dd::before {
  background-size: 100% auto;
  display: block;
  width: 42px;
  height: 41px;
  content: "";
  background: url(../img/icon_q.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
}

.l-faq dd {
  padding: 0 0 20px;
  border-bottom: 1px dotted #222;
  position: relative;
  padding-left: 16%;
}

.l-faq dd::before {
  content: "";
  width: 42px;
  height: 41px;
  background: url(../img/icon_a.jpg) no-repeat center;
  background-size: cover;
}

.l-faq dd:last-child {
  border-bottom: none;
}



/*  l-company
*----------------------------------- */

.l-company {
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .l-company {

  }
}
.l-company .l-company__container {
  background: #FFF;
  padding-top: 7%;
  padding-bottom: 8%;
}
.l-company .l-company__logo {
  width: 40%;
  margin: 0 auto 15px;
}
.l-company .l-company__hours {
  margin-bottom: 20px;
}
.l-company .l-company__map iframe {
  width: 90%;
  margin: 0 auto;
}



/*  l-text_link
*----------------------------------- */

.l-text_link {
  background: #222;
  padding: 4% 0 0;
}

.l-text_link__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 1%;
}
@media print, screen and (min-width: 761px) {
  .l-text_link__container {
    padding-bottom: 10px;
  }
}

.l-text_link__container li {
  margin: 0 10px;
}

.l-text_link__container li a {
  color: #fff;
}



/* ----------------------------------------------------------
* footer
*---------------------------------------------------------- */
/* footer */
.footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 3% 0 40%;
  font-size: 3vw;
}
@media print, screen and (min-width: 761px) {
  .footer {
    width: 400px;
    margin: 0 auto;
    font-size: 10px;
    padding: 0 0 137px;
  }
}
