@charset "UTF-8";
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.ac-bt {
  position: relative;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ac-bt {
    margin-top: -9px;
  }
}
.ac-bt::after {
  content: "";
  height: 2px;
  display: block;
  background-color: #e7f6fb;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.ac-bt a {
  position: relative;
  display: inline-block;
  min-height: 20px;
  background: url(/common/images/application/app_ic04.png) 27px center no-repeat #FFF;
  background-size: 20px;
  padding-left: 56px;
  font-size: 0;
  font-weight: bold;
  z-index: 1;
  color: #5cc2e3;
}
@media (max-width: 767px) {
  .ac-bt a {
    min-height: 16px;
    background: url(/common/images/application/app_ic04.png) 10px center no-repeat #FFF;
    background-size: 16px;
    padding-left: 32px;
  }
}
.ac-bt a img {
  height: 16px;
}
@media (max-width: 767px) {
  .ac-bt a img {
    height: 12px;
  }
}
.ac-bt a.tgl {
  background: url(/common/images/application/app_ic03.png) 27px center no-repeat #FFF;
  background-size: 20px;
}
@media (max-width: 767px) {
  .ac-bt a.tgl {
    background: url(/common/images/application/app_ic03.png) 10px center no-repeat #FFF;
    background-size: 16px;
  }
}

.line {
  display: block;
  border-top: 2px solid #e7f6fb;
  margin-top: -1px;
}

.col {
  display: flex;
}
.note {
  font-size: 14px;
  color: #999;
}
.note p {
  text-indent: -2em;
  margin-left: 2em;
}
.note1 {
  font-size: 14px;
  color: #999;
}
.note1 p {
  text-indent: -1em;
  margin-left: 1em;
}

.btn {
  display: block;
  width: 460px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #00b6e1;
  border-radius: 500px;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}
.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: auto;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*slick*/
.slick-prev, .slick-next {
  width: 24px;
  height: 47px;
  background: url(/common/images/application/app_ic07.png) center center no-repeat;
  background-size: 100% auto;
  opacity: 1 !important;
  transition: ease 0.2s;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: url(/common/images/application/app_ic07.png) center center no-repeat;
  background-size: 100% auto;
}
.slick-prev::before, .slick-next::before {
  display: none;
}

.slick-prev {
  left: -10px;
  top: 55%;
}

.slick-next {
  right: -10px;
  transform: scale(-1, 1);
}

.slick-disabled {
  opacity: 0 !important;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  display: inline-block !important;
  width: auto !important;
}
.slick-dots li button::before {
  left: 50%;
  transform: translateX(-50%);
}

/*===========*/
/* コンテンツ */
/*===========*/
.wrapper {
  padding-top: 16px;
  /* メインビジュアル */
  /* ストア */
  /* コンテンツエリア */
  /* 利用可能施設 */
  /* 夢なびポイントアプリご利用上の注意点 */
}
.wrapper .content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.wrapper .main {
  position: relative;
  background: url(/common/images/application/ma_bg01.png) 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .wrapper .main {
    background: none;
  }
}
.wrapper .main .wrap {
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 6.3vw;
}
@media (max-width: 767px) {
  .wrapper .main .wrap {
    padding: 0;
  }
}
.wrapper .main .content {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .wrapper .main .content {
    margin-top: 63.8852672751vw;
    position: absolute;
    width: 100%;
    top: -0.3vw;
    left: auto;
    right: auto;
    transform: none;
    max-width: 100%;
  }
}
.wrapper .main h1 {
  text-align: center;
  padding: 9% 0 32px;
  max-width: 900px;
  margin: auto;
}
@media (min-width: 1200px) {
  .wrapper .main h1 {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  .wrapper .main h1 {
    display: none;
  }
}
.wrapper .main .img {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.wrapper .main .img .mv {
  width: 43%;
  max-width: 516px;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .main .img .mv {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 43.0247718383vw;
    top: -2vw;
  }
}
.wrapper .main .img .ic {
  position: absolute;
  width: 17%;
  max-width: 204px;
}
@media (max-width: 767px) {
  .wrapper .main .img .ic {
    width: 13.037809648vw;
    max-width: 100%;
  }
}
.wrapper .main .img .ic:nth-of-type(1) {
  top: 0;
  left: 10%;
}
@media (max-width: 767px) {
  .wrapper .main .img .ic:nth-of-type(1) {
    left: 11.3428943937vw;
  }
}
.wrapper .main .img .ic:nth-of-type(2) {
  top: 0;
  right: 10%;
}
@media (max-width: 767px) {
  .wrapper .main .img .ic:nth-of-type(2) {
    right: 11.3428943937vw;
  }
}
.wrapper .main .img .ic:nth-of-type(3) {
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .wrapper .main .img .ic:nth-of-type(3) {
    top: 16.1668839635vw;
    left: 4.6936114733vw;
  }
}
.wrapper .main .img .ic:nth-of-type(4) {
  top: 50%;
  right: 0;
}
@media (max-width: 767px) {
  .wrapper .main .img .ic:nth-of-type(4) {
    top: 16.1668839635vw;
    right: 4.6936114733vw;
  }
}
.wrapper .install {
  position: relative;
  background-color: #fbb03b;
  padding: 0 6.3vw;
  /*a {
    display: block;
    max-width: $ct+px;
    margin: auto;
  }*/
}
@media (max-width: 767px) {
  .wrapper .install {
    padding: 0;
  }
}
.wrapper .install .wrap {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
.wrapper .install a {
  position: absolute;
}
@media (min-width: 1170px) {
  .wrapper .install a {
    top: 80px;
  }
}
@media (max-width: 1169px) {
  .wrapper .install a {
    top: 6.8376068376vw;
  }
}
@media (max-width: 767px) {
  .wrapper .install a {
    top: 11.4732724902vw;
  }
}
.wrapper .install a:hover {
  opacity: 0.7;
}
@media (min-width: 1170px) {
  .wrapper .install a img {
    height: 64px;
  }
}
@media (max-width: 1169px) {
  .wrapper .install a img {
    height: 5.4700854701vw;
  }
}
@media (max-width: 767px) {
  .wrapper .install a img {
    height: 9.517601043vw;
  }
}
@media (min-width: 1170px) {
  .wrapper .install a.app {
    left: 500px;
  }
}
@media (max-width: 1169px) {
  .wrapper .install a.app {
    left: 42.735042735vw;
  }
}
@media (max-width: 767px) {
  .wrapper .install a.app {
    left: 31.4224250326vw;
  }
}
@media (min-width: 1170px) {
  .wrapper .install a.google {
    left: 700px;
  }
}
@media (max-width: 1169px) {
  .wrapper .install a.google {
    left: 59.8290598291vw;
  }
}
@media (max-width: 767px) {
  .wrapper .install a.google {
    left: 62.9726205997vw;
  }
}
@media (max-width: 767px) {
  .wrapper .install.bottom {
    position: fixed;
    bottom: 0;
    z-index: 20;
    display: none;
  }
}
.wrapper .cts-area {
  background-color: #ceedf7;
  padding: 0 6.3vw 32px;
}
@media (max-width: 767px) {
  .wrapper .cts-area {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area .page-nav {
    display: none;
  }
}
.wrapper .cts-area .page-nav ul {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.wrapper .cts-area .page-nav ul li {
  text-align: center;
}
.wrapper .cts-area .page-nav ul li:not(:last-of-type) {
  border-right: 1px solid #FFF;
  margin-right: 24px;
  padding-right: 24px;
}
.wrapper .cts-area .page-nav ul li a {
  font-size: 0;
  padding: 4px 0;
  display: block;
}
.wrapper .cts-area .page-nav ul li a:hover {
  opacity: 0.7;
}
.wrapper .cts-area .page-nav ul li img {
  height: 20px;
}
@media (max-width: 1000px) {
  .wrapper .cts-area .page-nav ul li img {
    height: 15px;
  }
}
@media (max-width: 800px) {
  .wrapper .cts-area .page-nav ul li img {
    height: 12px;
  }
}
.wrapper .cts-area section {
  background-color: #FFF;
  padding: 40px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section {
    padding: 20px;
  }
}
.wrapper .cts-area section h2 {
  text-align: center;
  max-width: 440px;
  border-bottom: 2px solid #c4c4c4;
  margin: auto auto 40px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section h2 {
    border-bottom: 1px solid #c4c4c4;
    margin: auto auto 20px;
    padding-bottom: 6px;
    width: 260px;
  }
}
.wrapper .cts-area section h2 img {
  height: 32px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section h2 img {
    height: 21px;
  }
}
.wrapper .cts-area section .ac-content {
  background-color: #ffffe5;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  height: 0;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.wrapper .cts-area section .ac-content.open {
  padding: 40px;
  margin-bottom: 40px;
  height: auto;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content.open {
    padding: 20px;
    margin-bottom: 16px;
  }
}
.wrapper .cts-area section .ac-content .ac-inner:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content .ac-inner:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.wrapper .cts-area section .ac-content h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 0;
  /*span {
    display: inline-block;
    color: #666;
    font-weight: bold;
    min-width: 250px;
    border-bottom: 5px dotted #fdd790;
    @include mq(max, tb) {
      font-size: 22px;
    }
  }*/
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content h3 {
    margin-bottom: 20px;
  }
}
.wrapper .cts-area section .ac-content h3 img {
  height: 42px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content h3 img {
    height: 30px;
  }
}
.wrapper .cts-area section .ac-content h4 {
  background-color: #FFF;
  font-size: 22px;
  color: #5cc2e3;
  padding: 12px 32px 10px;
  border-radius: 500px;
  box-shadow: 2px 2px 0 #5cc2e3;
  font-weight: bold;
  margin-bottom: 24px;
  display: inline-block;
  min-width: 240px;
  text-align: center;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content h4 {
    font-size: 16px;
    margin: auto auto 24px;
    display: block;
    width: 80%;
    min-width: 200px;
  }
}
.wrapper .cts-area section .ac-content .col {
  width: 77%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content .col {
    width: 100%;
  }
}
.wrapper .cts-area section .ac-content .col figure {
  width: 30%;
}
.wrapper .cts-area section .ac-content .col .txt {
  width: 60%;
}
.wrapper .cts-area section .ac-content ul.guide-list {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content ul.guide-list {
    display: block;
  }
}
.wrapper .cts-area section .ac-content ul.guide-list li {
  text-align: center;
  width: 15%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content ul.guide-list li {
    margin-bottom: 24px;
  }
  .wrapper .cts-area section .ac-content ul.guide-list li img {
    margin: auto;
    max-width: 244px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content ul.guide-list li .num {
    display: none;
  }
}
.wrapper .cts-area section .ac-content ul.guide-list li .num img {
  height: 50px;
  margin-bottom: 12px;
}
.wrapper .cts-area section .ac-content ul.guide-list li .desc {
  font-size: 15px;
  margin-bottom: 8px;
  min-height: 90px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content ul.guide-list li .desc {
    min-height: 48px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.wrapper .cts-area section .ac-content ul.guide-list li .desc span {
  padding-top: 0;
  display: block;
  font-size: 11px;
  color: #888;
}
.wrapper .cts-area section .ac-content ul.guide-list li .desc i {
  font-style: normal;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content ul.guide-list li .desc > * {
    width: 100%;
  }
}
.wrapper .cts-area section .ac-content ul.guide-list li figure {
  position: relative;
}
.wrapper .cts-area section .ac-content ul.guide-list li:not(:last-of-type) figure::after {
  content: "";
  width: 32px;
  height: 66px;
  display: inline-block;
  background: url(/common/images/application/app_ic02.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 114%;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content ul.guide-list li:not(:last-of-type) figure::after {
    display: none;
  }
}
.wrapper .cts-area section .ac-content .sup {
  color: #888;
  margin-bottom: 20px;
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
.wrapper .cts-area section .ac-content .qa-list {
  background-color: #FFF;
  padding: 32px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content .qa-list {
    padding: 16px;
    border-radius: 16px;
  }
}
.wrapper .cts-area section .ac-content .qa-list .ttl {
  color: #5cc2e3;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content .qa-list .ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.wrapper .cts-area section .ac-content .qa-list ul li {
  background: url(/common/images/application/app_ic06.png) 0 center no-repeat;
  background-size: 32px;
  font-size: 18px;
  padding-left: 40px;
  min-height: 32px;
  padding-bottom: 12px;
  padding-top: 14px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content .qa-list ul li {
    background: url(/common/images/application/app_ic06.png) 0 center no-repeat;
    background-size: 24px;
    font-size: 14px;
    padding-left: 32px;
    min-height: 24px;
    padding-top: 12px;
  }
}
.wrapper .cts-area section .ac-content .qa-list ul li:not(:last-of-type) {
  border-bottom: 1px dashed #888;
}
.wrapper .cts-area section .ac-content .qa-list ul li a {
  display: block;
  color: #666;
  background: url(/common/images/application/app_ic01.png) right center no-repeat;
  background-size: 13px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section .ac-content .qa-list ul li a {
    background: url(/common/images/application/app_ic01.png) right center no-repeat;
    background-size: 8px;
    padding-right: 16px;
  }
}
.wrapper .cts-area section.app-func dl {
  display: flex;
  align-items: center;
}
.wrapper .cts-area section.app-func dl dt {
  width: 25%;
  min-width: 180px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func dl dt {
    width: 60%;
    max-width: 124px;
    min-width: 110px;
  }
}
@media (max-width: 414px) {
  .wrapper .cts-area section.app-func dl dt {
    width: 50%;
    min-width: 100px;
  }
}
.wrapper .cts-area section.app-func dl dt img {
  height: 88px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func dl dt img {
    height: 80px;
    width: auto;
  }
}
@media (max-width: 414px) {
  .wrapper .cts-area section.app-func dl dt img {
    height: 70px;
    width: auto;
  }
}
.wrapper .cts-area section.app-func dl dd {
  width: 100%;
  font-size: 0;
  /*span {
    font-weight: bold;
    background:linear-gradient(transparent 60%, #ffff7f 60%);
    @include mq(max, tb) {
      font-size: 16px;
    }
  }*/
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func dl dd {
    padding-left: 16px;
  }
}
.wrapper .cts-area section.app-func dl dd img {
  height: 26px;
}
@media (max-width: 860px) {
  .wrapper .cts-area section.app-func dl dd img {
    height: 22px;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func dl dd img {
    height: 38px;
  }
}
@media (max-width: 414px) {
  .wrapper .cts-area section.app-func dl dd img {
    height: 34px;
  }
}
.wrapper .cts-area section.app-func .ac-coupon .caution_txt {
  text-align: center;
  color: #FFF;
  background-color: #f15a24;
  font-size: 28px;
  font-weight: bold;
  padding: 24px;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-coupon .caution_txt {
    font-size: 18px;
    padding: 16px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp > div.ac-inner:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .col {
    margin-bottom: 16px;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .col .txt img {
  margin-bottom: 24px;
}
.wrapper .cts-area section.app-func .ac-stamp ul.guide-list {
  margin-right: auto;
  margin-left: auto;
  width: 85%;
}
.wrapper .cts-area section.app-func .ac-stamp ul.guide-list li {
  width: 18.5%;
}
.wrapper .cts-area section.app-func .ac-stamp ul.guide-list li .desc {
  min-height: 70px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp ul.guide-list li .desc {
    min-height: 40px;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 85%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .spl {
    flex-wrap: wrap;
    width: 100%;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl > * {
  width: 46%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .spl > * {
    width: 100%;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 {
  text-align: center;
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 .desc {
  font-size: 15px;
  margin-bottom: 8px;
  min-height: 90px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 .desc {
    min-height: 0;
    margin-bottom: 16px;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 .desc span {
  padding-top: 8px;
  display: block;
  font-size: 11px;
  color: #888;
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul {
    display: block;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul li {
  text-align: center;
  width: 40.5%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul li {
    margin-bottom: 32px;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul li figure {
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul li figure img {
    margin: auto;
    max-width: 244px;
    width: 80%;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul li:not(:last-of-type) figure::after {
  content: "";
  width: 32px;
  height: 66px;
  display: inline-block;
  background: url(/common/images/application/app_ic02.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 114%;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 ul li:not(:last-of-type) figure::after {
    display: none;
  }
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 .slick-prev {
  top: 48%;
}
.wrapper .cts-area section.app-func .ac-stamp .spl .guide-list2 .slick-next {
  top: 43%;
}
.wrapper .cts-area section.search .col {
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col.end {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col.start {
    align-items: flex-start;
  }
}
.wrapper .cts-area section.search .col figure {
  width: 32%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col figure {
    width: 49%;
  }
}
.wrapper .cts-area section.search .col .txt {
  width: 60%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col .txt {
    width: 45%;
  }
}
.wrapper .cts-area section.search .col .txt h3 {
  font-size: 0;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 24px;
  /*span {
    background:linear-gradient(transparent 60%, #ffff7f 60%);
  }*/
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col .txt h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.wrapper .cts-area section.search .col .txt h3 img {
  height: 26px;
}
@media (max-width: 900px) {
  .wrapper .cts-area section.search .col .txt h3 img {
    height: 50px;
  }
  .wrapper .cts-area section.search .col .txt h3 img.pc {
    display: none !important;
  }
  .wrapper .cts-area section.search .col .txt h3 img.sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col .txt h3 img {
    height: 38px;
  }
}
@media (max-width: 414px) {
  .wrapper .cts-area section.search .col .txt h3 img {
    height: 32px;
  }
}
.wrapper .cts-area section.search .col .txt p {
  font-size: 18px;
  margin-bottom: 1em;
  color: #888;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .col .txt p {
    font-size: 12px;
  }
}
.wrapper .cts-area section.search .ac-search.open {
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .ac-search.open {
    margin-bottom: -20px;
  }
}
.wrapper .cts-area section.search .ac-search .col {
  width: 90%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .ac-search .col {
    width: 100%;
  }
}
.wrapper .cts-area section.search .ac-search .col figure {
  width: 32%;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .ac-search .col figure {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .ac-search .txt {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .ac-search .txt h4 {
    padding: 8px 4px 4px;
    font-size: 14px;
    min-width: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.wrapper .cts-area section.search .ac-search .txt .p1 {
  font-size: 18px;
  margin-bottom: 40px;
  color: #333;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .ac-search .txt .p1 {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.wrapper .cts-area section.search .ac-search .txt .p2 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .wrapper .cts-area section.search .ac-search .txt .p2 {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.wrapper .flow h3 {
  text-align: center;
  margin-bottom: 24px;
}
.wrapper .flow h3 img {
  height: 40px;
}
.wrapper .flow > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .wrapper .flow > ul {
    display: block;
  }
}
.wrapper .flow > ul li {
  text-align: center;
  font-size: 20px;
  width: 27%;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .flow > ul li {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .wrapper .flow > ul li img {
    max-width: 244px;
    width: 80%;
    margin: auto;
  }
}
.wrapper .flow > ul li:not(:last-of-type)::after {
  content: "";
  width: 32px;
  height: 66px;
  display: inline-block;
  background: url(/common/images/application/app_ic05.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 114%;
  bottom: 45%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .wrapper .flow > ul li:not(:last-of-type)::after {
    display: none;
  }
}
.wrapper .flow > ul li p {
  min-height: 60px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .wrapper .flow > ul li p {
    min-height: 0;
  }
}
.wrapper .manual {
  margin-bottom: 0 !important;
}
.wrapper .manual h3 {
  text-align: center;
  margin-bottom: 24px;
}
.wrapper .manual h3 img {
  height: 40px;
}
.wrapper .manual .sp-txt {
  display: none;
}
@media (max-width: 767px) {
  .wrapper .manual .sp-txt {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.wrapper .manual .col {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper .manual .col {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wrapper .manual .col.last {
    margin-bottom: 0;
  }
}
.wrapper .manual .col figure {
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .wrapper .manual .col figure {
    margin-bottom: 24px;
    width: 100%;
  }
}
.wrapper .manual .col figure img {
  width: 90%;
}
@media (max-width: 767px) {
  .wrapper .manual .col figure img {
    width: 100%;
  }
}
.wrapper .manual .col figure span.sp.ab {
  display: block;
  width: 80.7vw;
  margin: auto;
}
.wrapper .manual .col figure span.sp.c {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
}
.wrapper .manual .col figure span.sp.c img:last-of-type {
  width: 21.8%;
  position: absolute;
  top: 0;
  right: 0;
}
.wrapper .manual .col figure span.sp.c i {
  display: block;
  background-color: #cfedf7;
  border-radius: 24px;
  width: 58.3vw;
  height: 134.4vw;
}
.wrapper .manual .col figure span.sp.c i::before {
  content: "";
  background: url(/common/images/application/manual_ph02_sp_01.png) 0 0 no-repeat;
  width: 5vw;
  height: 8vw;
  background-size: 100%;
  position: absolute;
  top: 6vw;
  left: 58.3vw;
}
.wrapper .manual .col .txt {
  width: 65%;
}
@media (max-width: 767px) {
  .wrapper .manual .col .txt {
    display: none;
  }
}
.wrapper .manual .col .txt p {
  margin-bottom: 16px;
}
.wrapper .manual .col .txt p img {
  height: 22px;
}
@media (max-width: 767px) {
  .wrapper .manual .col .txt p img {
    height: 18px;
  }
}
.wrapper .manual .col .txt ul {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper .manual .col .txt ul {
    margin-bottom: 24px;
  }
}
.wrapper .manual .col .txt ul li {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 12px;
  text-indent: -31px;
  margin-left: 31px;
}
@media (max-width: 767px) {
  .wrapper .manual .col .txt ul li {
    font-size: 14px;
  }
}
.wrapper .manual .col .txt ul li img {
  height: 23px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.wrapper .manual .tpc {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 80.7vw;
}
.wrapper .manual .tpc li {
  position: absolute;
}
.wrapper .manual .tpc li .i {
  display: block;
  width: 6vw;
  height: 6vw;
}
.wrapper .manual .tpc li .img {
  display: none;
  position: absolute;
  width: auto;
  height: 9vw;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper .manual .tpc li .img img {
  height: 9vw;
  width: auto;
  max-width: none;
}
.wrapper .manual .tpc li .img .close {
  display: block;
  position: absolute;
  top: -3vw;
  width: 6vw;
  height: 6vw;
  background: url(/common/images/application/app_ic08.png) 0 0 no-repeat;
  background-size: 100%;
}
.wrapper .manual .tpc li.r2 .img {
  height: 13.7vw;
}
.wrapper .manual .tpc li.r2 .img img {
  height: 13.7vw;
}
.wrapper .manual .tpc li.lt {
  left: 0;
}
.wrapper .manual .tpc li.lt .i {
  left: 0;
}
.wrapper .manual .tpc li.lt .img {
  left: 6.5vw;
}
.wrapper .manual .tpc li.lt .img .close {
  right: -2vw;
}
.wrapper .manual .tpc li.rt {
  right: 0;
}
.wrapper .manual .tpc li.rt .i {
  right: 0;
}
.wrapper .manual .tpc li.rt .img {
  right: 6.5vw;
}
.wrapper .manual .tpc li.rt .img .close {
  left: -2vw;
}
.wrapper .manual .tpc li.bt.r2 .img {
  height: 16vw;
}
.wrapper .manual .tpc li.bt.r2 .img img {
  height: 16vw;
}
.wrapper .manual .tpc li.bt .i {
  bottom: 0;
}
.wrapper .manual .tpc li.bt .img {
  top: auto;
  bottom: 5.5vw;
  transform: translateX(-50%);
  left: 50%;
  height: 11.2vw;
}
.wrapper .manual .tpc li.bt .img img {
  height: 11.2vw;
}
.wrapper .manual .tpc li.bt .img .close {
  right: -2vw;
}
.wrapper .manual .tpc .a1 {
  top: 24.5vw;
}
.wrapper .manual .tpc .a2-1 {
  top: 38.6vw;
}
.wrapper .manual .tpc .a2-2 {
  top: 52vw;
}
.wrapper .manual .tpc .a3 {
  top: 51.7vw;
}
.wrapper .manual .tpc .a4 {
  top: 64.2vw;
}
.wrapper .manual .tpc .a5 {
  top: 70.6vw;
}
.wrapper .manual .tpc .a6 {
  top: 77.4vw;
}
.wrapper .manual .tpc .a7 {
  top: 85.4vw;
}
.wrapper .manual .tpc .a8 {
  top: 94.6vw;
}
.wrapper .manual .tpc .a9 {
  top: 94.6vw;
}
.wrapper .manual .tpc .b1 {
  top: 11.6vw;
}
.wrapper .manual .tpc .b2 {
  top: 12vw;
}
.wrapper .manual .tpc .b3 {
  left: 15vw;
  top: 132.8vw;
}
.wrapper .manual .tpc .b4 {
  left: 25.8vw;
  top: 132.8vw;
}
.wrapper .manual .tpc .b5 {
  left: 37.5vw;
  top: 132.8vw;
}
.wrapper .manual .tpc .b6 {
  left: 49.1vw;
  top: 132.8vw;
}
.wrapper .manual .tpc .b7 {
  left: 61.3vw;
  top: 132.8vw;
}
.wrapper .manual .tpc.c {
  width: 49.9vw;
  height: 124vw;
  background: url(/common/images/application/manual_ph02_sp_03.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 3.7vw;
  top: 5.6vw;
  transform: none;
}
.wrapper .manual .tpc.c li {
  left: 0;
}
.wrapper .manual .tpc.c .c1 {
  top: 23.9vw;
}
.wrapper .manual .tpc.c .c2 {
  top: 32.1vw;
}
.wrapper .manual .tpc.c .c3 {
  top: 40.2vw;
}
.wrapper .manual .tpc.c .c4 {
  top: 48.3vw;
}
.wrapper .manual .tpc.c .c5 {
  top: 56.4vw;
}
.wrapper .manual .tpc.c .c6 {
  top: 64.5vw;
}
.wrapper .manual .tpc.c .c7 {
  top: 72.6vw;
}
.wrapper .manual .tpc.c .c8 {
  top: 86vw;
}
.wrapper .manual .tpc.c .c9 {
  top: 98.9vw;
}
.wrapper .manual .tpc.c .c10 {
  top: 107.3vw;
}
.wrapper .manual .tpc.c .c11 {
  top: 115.5vw;
}
.wrapper .manual .tpc.c .c12 {
  top: 124.2vw;
}
.wrapper .facilityArea {
  margin: 0 auto;
  padding: 80px 6.3vw;
  background-color: #ebedeb;
}
@media (max-width: 767px) {
  .wrapper .facilityArea {
    padding: 20px;
  }
}
.wrapper .facilityArea h3 {
  margin: 0 auto 75px;
  font-size: 40px;
  color: #001e78;
  text-align: center;
  letter-spacing: 8px;
}
@media (max-width: 767px) {
  .wrapper .facilityArea h3 {
    margin-bottom: 32px;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: bold;
  }
}
.wrapper .facilityArea .facilityInner {
  display: block;
}
.wrapper .facilityArea .facilityInner ul {
  max-width: 1040px;
  margin: 0 auto 30px;
}
@media (max-width: 1109px) {
  .wrapper .facilityArea .facilityInner ul {
    max-width: 790px;
  }
}
@media (max-width: 845px) {
  .wrapper .facilityArea .facilityInner ul {
    max-width: 525px;
  }
}
@media (max-width: 767px) {
  .wrapper .facilityArea .facilityInner ul {
    font-size: 0;
    margin-bottom: 0;
  }
}
.wrapper .facilityArea .facilityInner ul li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 235px;
  margin: 0 18px 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .wrapper .facilityArea .facilityInner ul li {
    height: auto;
    width: 48%;
    margin: 0 0 30px 0;
  }
  .wrapper .facilityArea .facilityInner ul li:nth-of-type(2n) {
    margin-left: 4%;
  }
}
.wrapper .facilityArea .facilityInner ul li a {
  display: block;
  color: #000000;
}
.wrapper .facilityArea .facilityInner ul li a img {
  display: block;
  margin: 0 auto 8px;
}
.wrapper .facilityArea .facilityInner ul li a:hover img {
  opacity: 0.7;
}
.wrapper .facilityArea .facilityInner ul li a p {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
}
.wrapper .facilityArea .facilityInner ul li a p span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.wrapper .facilityArea .facilityInner .txt {
  max-width: 1000px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .wrapper .facilityArea .facilityInner .txt {
    font-size: 12px;
    margin-bottom: 32px;
  }
}
.wrapper .facilityArea .facilityInner .txt2 {
  max-width: 1000px;
  position: relative;
  padding: 32px;
  border: 5px solid #bbb;
  font-size: 16px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .wrapper .facilityArea .facilityInner .txt2 {
    padding: 16px;
    border: 2px solid #bbb;
    margin-bottom: 20px;
  }
}
.wrapper .facilityArea .facilityInner .txt2 .ttl {
  background-color: #ebedeb;
  font-weight: bold;
  display: inline-block;
  padding: 4px 24px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -17px;
  text-align: center;
  width: 55%;
}
@media (max-width: 767px) {
  .wrapper .facilityArea .facilityInner .txt2 .ttl {
    width: 90%;
    font-size: 12px;
  }
}
.wrapper .facilityArea .facilityInner .txt2 .ttl span {
  display: inline-block;
  color: #F00;
}
.wrapper .facilityArea .facilityInner .txt2 .list {
  max-width: 500px;
  margin: auto;
}
@media (max-width: 767px) {
  .wrapper .facilityArea .facilityInner .txt2 .list {
    font-size: 12px;
    padding-top: 25px;
  }
}
.wrapper .cautionArea {
  margin: 0 auto;
  padding: 80px 20px 50px;
  background-color: #ceedf7;
}
@media (max-width: 767px) {
  .wrapper .cautionArea {
    padding: 20px;
  }
}
.wrapper .cautionArea .btns {
  margin: 0 auto;
  text-align: center;
}
.wrapper .cautionArea .cautionBox {
  max-width: 1000px;
  margin: 0 auto 50px;
  background-color: #FFF;
  padding: 40px;
  border: 7px solid #5cc2e3;
}
@media (max-width: 767px) {
  .wrapper .cautionArea .cautionBox {
    border: 3px solid #5cc2e3;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.wrapper .cautionArea .cautionBox h4 {
  font-size: 14px;
  font-weight: bold;
  color: #00b6e1;
  margin: 0 auto 30px;
}
.wrapper .cautionArea .cautionBox ul li {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  padding-left: 1em;
  text-indent: -1em;
}
.wrapper .cautionArea .cautionBox ul li ul li:first-child {
  padding-left: 0em;
  text-indent: 0em;
}
.wrapper .cautionArea .cautionBox ul li a {
  color: #000000;
  text-decoration: underline;
}
.wrapper .cautionArea .cautionBox ul li a:hover {
  text-decoration: none;
}
.wrapper .cautionArea .cautionBox > ul > li::before {
  content: "※";
}
.wrapper footer {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper footer {
    padding: 20px;
    width: 100%;
  }
}
.wrapper footer p {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
@media (max-width: 767px) {
  .wrapper footer p {
    width: 100%;
    font-size: 12px;
  }
}
.wrapper footer .pagetop {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/application/pagetop.png) no-repeat;
  padding-top: 35px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.wrapper footer .pagetop:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .copyright {
    margin-bottom: 9.3vw;
  }
}

@media (max-width: 767px) {
  chat {
    display: none;
  }
}

/*フェードイン*/
.fadein-up {
  top: 6vw !important;
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  transition-delay: 0.2s;
}
@media (max-width: 767px) {
  .fadein-up {
    top: 6vw !important;
  }
}
.fadein-up.active {
  top: 0 !important;
  opacity: 1;
}
@media (max-width: 767px) {
  .fadein-up.active {
    top: -6vw !important;
  }
}
.fadein-up.pb {
  top: auto;
  bottom: -50px !important;
  transition: bottom 1s ease, opacity 1s ease;
}
.fadein-up.pb.active {
  bottom: 0 !important;
  top: auto;
}
.fadein-up.abs {
  position: absolute;
}

.fadein-normal {
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  transition-delay: 0.2s;
}
.fadein-normal.active {
  top: 0;
  opacity: 1;
}

/*# sourceMappingURL=application.css.map */
