@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/* Normalization */
body {
  font-family: Noto Sans JP;
  color: #3B4043;
  background-color: #FFF7EF;
}

a {
  transition: 0s;
}

.privacy-mark {
  text-align: right;
}

.privacy-mark img {
  max-width: 65px;
}

.subtitle {
  font-size: 38px;
  font-weight: bold;
  font-family: Noto Sans JP;
  color: #3B4043;
  text-align: center;
  margin: 60px 10px 20px 10px;
  line-height: 1.5;
}

@media screen and (max-width: 770px) {
  .subtitle {
    font-size: 24px;
    margin: 40px 0 10px 0;
  }
}

.subtitle--green {
  color: #ff9933;
}

.subtitle--big {
  font-size: 130%;
}

.onayami-subtitle-top {
  background-color: #ff9933;
  color: #ffffff;
  font-weight: bold;
  font-family: Noto Sans JP;
  padding: 8px 15px;
  font-size: 18px;
  margin: 0px 0 -50px 0;
}

.header-inner {
  width: 100%;
  min-width: 100%;
}

.inner--width630 {
  width: 100%;
  max-width: 630px;
}

.inner--width900 {
  width: 100%;
  max-width: 900px;
}

.inner--width1000 {
  width: 100%;
  max-width: 1000px;
  background-color: #ffffff;
}

.inner--width1100 {
  width: 100%;
  max-width: 1100px;
}

.inner--width1400 {
  width: 100%;
  max-width: 1400px;
}

.inner--no-padding {
  padding: 0px;
}

.inner--white {
  background-color: #ffffff;
}

.inner--white-only-pc {
  background-color: #fff;
}

@media screen and (max-width: 840px) {
  .inner--white-only-pc {
    background-color: transparent;
  }
}

.wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.wrapper--arrow {
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 50%, #FFF7EF 50%, #FFF7EF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
}

.wrapper--white {
  background-color: #ffffff;
}

.wrapper--orange {
  background-color: #ff9933;
  margin-top: -660px;
  height: 270px;
}
@media screen and (max-width: 840px) {
  .wrapper--orange {
    height: 285px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper--orange {
    height: 315px;
    margin-top: -60px;
  }
}


.wrapper--lightgrey {
  background-color: #f5f5f5;
}

.wrapper--consul {
  background-color: #fff;
  background-image: url(/images/lp/kaigo/consul-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrapper--flow {
  background-color: #fff;
  background-image: url(/images/lp/kaigo/flow-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.wrapper--price {
  background-color: #ffffff;
  background-image: url(/images/lp/kaigo/price-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrapper--grow {
  background-color: #ffffff;
  background-image: url(/images/lp/kaigo/grow-bg.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 70% auto;
}


@media screen and (max-width: 840px) {
  .wrapper--grow {
    background-position: left center;
    background-size: contain;
  }
}


.wrapper--header-top {
  background-color: #ffffff;
  position: absolute;
}

.wrapper--pc-top {
  display: block;
}

@media screen and (max-width: 840px) {
  .wrapper--pc-top {
    display: none;
  }
}

.wrapper--sp-top {
  display: none;
}

@media screen and (max-width: 840px) {
  .wrapper--sp-top {
    display: block;
    margin-top: 0px;
  }
}

.only-pc {
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .only-pc {
    display: none;
  }
}

.consul-cta-wrap {
  padding: 20px 100px;
}


.consul-cta-text {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  padding: 30px 0 20px 0;
  text-align: center;
}

.consul-cta-text span{
  font-size: 28px;
  font-family: "Noto Sans JP";
  font-weight: 600;
}

@media screen and (max-width: 840px) {
  .consul-cta-text {
    line-height: 1.2;
    padding: 20px 0 10px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 840px) {
  .consul-cta-text span{
    font-size: 24px;
    font-family: "Noto Sans JP";
    font-weight: 600;
  }
}

.sp-support-bg {
  padding: 0;
  background-color: transparent;
  display: contents;
}

@media screen and (max-width: 480px) {
  .sp-support-bg {
    padding: 10px 26px;
    margin: -20px -8px 0 -8px;
    background-color: #ffffff;
    display: block;
  }
}


.fixheader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  -moz-box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
  -ms-box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
  box-shadow: 0px 10px 14px -20px rgba(0,0,0,0.8);
}

@media screen and (max-width: 840px) {
  .fixheader {
    position: absolute;
  }
}

.wrap {
  width: 100%;
}

.wrap--lightgrey {
  background-color: #f9fbfb;
}

.top-cv-btn {
  text-align: center;
  background-image: url(/images/lp/kaigo/top-btn1-2024_push.webp);
  background-size: 310px 94px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media screen and (max-width: 1050px) {
  .top-cv-btn {
    background-size: 260px 83px;
  }
}

@media screen and (max-width: 880px) {
  .top-cv-btn {
    background-size: 228px 72px;
  }
}

@media screen and (max-width: 840px) {
  .top-cv-btn {
    background-image: none;
  }
}

.top-cv-btn img {
  max-width: 310px;
}

.top-cv-btn img:hover {
  opacity: 0;
}

@media screen and (max-width: 840px) {
  .top-cv-btn img:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1050px) {
  .top-cv-btn img {
    width: 80%;
  }
}
@media screen and (max-width: 880px) {
  .top-cv-btn img {
    width: 70%;
  }
}

@media screen and (max-width: 840px) {
  .top-cv-btn img {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
    background-image: none;
  }
}

.top-cv-btn--right {
  margin-left: -35px;
  background-image: url(/images/lp/kaigo/top-btn2-2024_push.webp);
  background-size: 310px 94px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1050px) {
  .top-cv-btn--right {
    background-size: 260px 83px;
    position: absolute;
    left: 280px;
  }
}

@media screen and (max-width: 880px) {
  .top-cv-btn--right {
    background-size: 228px 72px;
  }
}

.top-cv-btn--right img {
}

@media screen and (max-width: 1050px) {
  .top-cv-btn--right img {
    width: 260px;
    height: 83px;
  }
}

@media screen and (max-width: 880px) {
  .top-cv-btn--right img {
    width: 228px;
    height: 72px;
  }
}

.top-cv-btn--right img:hover {
  opacity: 0;
}

.grow-pc-btn1 {
  background-image: url(/images/lp/kaigo/grow-pc-btn1-2024-push.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  transition: 0;
}

.grow-pc-btn1 :hover {
  opacity: 0;
  transition: 0;
}

@media screen and (max-width: 840px) {
  .grow-pc-btn1 :hover {
    opacity: 1;
  }
}
.grow-pc-btn2 {
  background-image: url(/images/lp/kaigo/grow-pc-btn2-2024-push.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  transition: 0;
}

.grow-pc-btn2 :hover {
  opacity: 0;
  transition: 0;
}

@media screen and (max-width: 840px) {
  .grow-pc-btn2 :hover {
    opacity: 1;
  }
}

.fv-box {
    padding-top: 105px;
    position: relative;
    max-width: 1300px;
}

@media screen and (max-width: 840px) {
    .fv-box {
        padding-top: 48px;
    }
}

.fv-box-cv-box {
  width: 100%;
  max-width: 700px;
  height: auto;
  z-index: 100;
  position: absolute;
  top: 470px;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .fv-box-cv-box {
    top: 440px;
  }
}

@media screen and (max-width: 1200px) {
  .fv-box-cv-box {
    top: 420px;
  }
}

@media screen and (max-width: 1150px) {
  .fv-box-cv-box {
    top: 390px;
  }
}

@media screen and (max-width: 1070px) {
  .fv-box-cv-box {
    top: 370px;
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .fv-box-cv-box {
    top: 340px;
  }
}

@media screen and (max-width: 840px) {
  .fv-box-cv-box {
    top: 280px;
    display: none;
  }
}

.fv-box-cv-box-sp {
  display: none;
}

@media screen and (max-width: 840px) {
  .fv-box-cv-box-sp {
    display: block;
    width: auto;
    max-width: 840px;
    height: auto;
    z-index: 100;
    position: relative;
    margin: 10px;
    background-color: #fff;
  }
}

.shindan-pc-btn img {
  max-width: 275px;
  width: calc(21vw / 1);
}

@media screen and (max-width: 840px) {
  .shindan-pc-btn img {
    max-width: none;
    width: calc(42vw / 1);
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .shindan-pc-btn img {
    max-width: none;
    width: calc(110vw / 2);
  }
}


.header__button_dl {
  border-radius: 5px;
  border: 2px solid #01178C;
  font-size: 16px;
  background-color: #01178C;
  color: #fff;
  padding: 10px 0px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.header__button_dl img {
  width: 20px;
  height: auto;
  margin-top: -2px;
  display: inline-block;
}

.header__tel {
  color: #333;
  font-size: 25px;
  padding: 18px 10px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  margin-top: -3px;
  position: relative;
  margin-bottom: -5px;
  text-align: right;
  font-weight: bold;
}

.header__button-wrap {
  margin: 15px 10px 0 0;
}

.header__tel--small {
  color: #333;
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  padding: 10px 10px 0 0;
  text-align: right;
  font-weight: bold;
}

.header__tel ::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 180px;
  width: 23px;
  height: 23px;
  background-image: url(/images/lp/tel-icon-small.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.header__tel a {
  color: #333;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.header__logo img {
  width: 100%;
  min-width: 250px;
  padding: 13px 0;
  max-width: 351px;
  height: 74px;
}

@media screen and (max-width: 840px) {
  .header__logo img {
    width: 90%;
    min-width: 110px;
    padding: 8px 0 8px 5px;
    height: auto;
  }
}

.header-top {
  position: fixed;
}

a.jump_point {
  height: 1px;
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

.contentover-box {
  padding: 10px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f7f7f7;
  display: block;
}

.contentover-box-inner {
  margin: 0 15px;
  padding: 25px;
}

.contentover-box-inner a {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.contentover-box-inner a:hover {
  color: #333;
}

.pc-top-menu {
  width: 12.5%;
  font-weight: bold;
}

.reason-text-box {
  background-color: #ffffff;
  padding: 40px;
  float: left;
}

.worrie-pc-box {
  background-color: #ffffff;
  padding: 10px 20px;
  font-family: Noto Sans JP;
}

@media screen and (max-width: 840px) {
  .worrie-pc-box {
    padding: 10px 15px 10px 5px;
  }
}

.worrie-pc-box-title {
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  font-family: Noto Sans JP;
  font-size: 24px;
  width: 100%;
  color: #3B4043;
}

@media screen and (max-width: 840px) {
  .worrie-pc-box-title {
    width: 33%;
    float: left;
    font-size: 19px;
    line-height: 1.4;
    margin: 10px;
  }
}

.worrie-pc-box-text {
  text-align: left;
  font-weight: normal;
  font-family: Noto Sans JP;
  font-size: 15px;
  line-height: 1.8;
  color: #3B4043;
}

@media screen and (max-width: 840px) {
  .worrie-pc-box-text {
    width: 66%;
    float: left;
    margin: 8px 0;
  }
}

.worrie-pc-box-text--green {
  color: #ff9933;
}

.price-subtitle {
  margin-top: 10px;
}

.worrie-subtitle {
  color: #3B4043;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 30px 0;
}

@media screen and (max-width: 480px) {
  .worrie-subtitle {
    margin: 10px 0 5px 0;
    font-size: 22px;
  }
}

.support-sp-box {
  margin: 0 10px;
}

.price-subtitle-top {
  font-size: 24px;
  color: #3B4043;
  font-weight: bold;
  font-family: Noto Sans JP;
  margin: 20px 0 -20px 0;
}

@media screen and (max-width: 480px) {
  .price-subtitle-top {
    font-size: 18px;
  }
}

.onayami-subtitle-top2 {
  font-size: 24px;
  color: #3B4043;
  font-weight: bold;
  font-family: Noto Sans JP;
  margin: 50px 0 -30px 0;
}

.reason-sp-box {
   border: none;
 }

 @media screen and (max-width: 480px) {
   .reason-sp-box {
     border-left: 10px solid #FFF7EF;
     border-right: 10px solid #FFF7EF;
   }
 }

#btn-prev {
    position: relative;
    left: 2.5%;
    top: -335px;
    width: 55px;
    height: 160px;
 }

 @media screen and (max-width: 1100px) {
   #btn-prev {
     top: -435px;
   }
 }

 #btn-next {
   position: relative;
   left: 93.7%;
   top: -495px;
   width: 55px;
   height: 160px;
 }

 @media screen and (max-width: 1100px) {
   #btn-next {
     top: -595px;
   }
 }

.area-bg-pc {
  background-image: url(/images/lp/kaigo/area-bg.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.area-subtitle {
  margin: 30px 10px;
}

.shindan-sp-img {
  text-align: center;
}

.shindan-sp-img img{
  margin: 0 auto;
}

/* アコーディオン */

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 30px 50px 30px 40px;
  background: #f5f5f5;
  cursor: pointer;
  margin: 5px 0;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #ff9933;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  font-family: Noto Sans JP;
  font-size: 16px;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: '';
  height: 35px;
  width: 34px;
  background-image: url(/images/lp/kaigo/q-icon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -5px;
  left: -40px;
}

.accordion_qa .A::before {
  content: '';
  height: 33px;
  width: 32px;
  background-image: url(/images/lp/kaigo/a-icon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -5px;
  left: -40px;
}

.accordion_qa .accordion-open {
  padding-left: 56px;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 30px 10px 30px 56px;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}









/* slide */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+1) img{
    margin-left: 19%;
  }
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+2) img{
    margin-left: 19%;
  }
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+3) img{
    margin-left: 19%;
  }
}

@media screen and (max-width: 680px) {
  .swiper-slide:nth-child(4n+4) img{
    margin-left: 19%;
  }
}

.swiper-slide:nth-child(4n+1) {
  height: 250px;
  line-height: 250px;
}

.swiper-slide:nth-child(4n+2) {
  height: 100px;
  line-height: 100px;
}

.swiper-slide:nth-child(4n+3) {
  line-height: 200px;
  height: auto;
}

.swiper-slide:nth-child(4n+4) {
  height: 150px;
  line-height: 150px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  position: initial;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background: #666;
}

.swiper-container {
  height: fit-content;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .swiper-container {
    width: 220%;
  }
}

.swiper-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
}

.slide-box {
  overflow: hidden;
}

.toggle {
  display: none;
}
.label {
  padding: 30px 50px 30px 20px;
  display: block;
  color: #222;
  background:#f5f5f5;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.label::before{
  content:"+";
  font-size: 30px;
  color: #FA8816;
  position: absolute;
  font-weight: bold;
  top:calc( 50% - 25px );
  right: 20px;
}

.label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {
  height: 0;
  margin-bottom:10px;
  padding:0 20px;
  overflow: hidden;
}
.content p{
  font-size: 16px;
  margin-top: 5px;
  margin-left: 45px;
  margin-right: 10px;
}

.toggle:checked + .label + .content {
  height: auto;
  padding:20px ;
  transition: all .3s;
}
.toggle:checked + .label::before {
  content:"−";
  font-size: 30px;
  color: #FA8816;
  position: absolute;
  font-weight: bold;
  top:calc( 50% - 25px );
  right: 20px;
  background-color: #f5f5f5;
  border: none;
}

#container {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #container {
    width: 100%;
  }
}

#container2 {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  #container2 {
    width: 100%;
    height: auto;
  }
}

#banner {
  border: none;
  margin-top: 110px;
  margin-bottom: 5px;
}

#banner2 {
  border: none;
  margin-top: 110px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  #banner2 {
    margin-top: 100px;
  }
}

#banner ul li {
  float: left;
  width: 1400px;
  position: absolute;
}

#banner ul {
  list-style: none;
  position: relative;
  margin-left: 0px;
  overflow: hidden;
  width: 1400px;
  height: 500px;
}

@media screen and (max-width: 1400px) {
  #banner ul {
    width: 100%;
  }
}

#banner2 ul li {
  float: left;
  width: 1400px;
  position: absolute;
}

@media screen and (max-width: 1400px) {
  #banner2 ul li {
    width: 100%;
  }
}

#banner2 ul {
  list-style: none;
  position: relative;
  margin-left: 0px;
  top: -50px;
  overflow: hidden;
  width: 100%;
  height: calc(100vw / 1);
}

.cv-button-blue--hero {
  font-size: 20px;
  padding: 0 10px;
  font-family: Noto Sans JP;
}

.cv-button-blue {
  padding: 15px;
  text-align: center;
  color: #ffffff;
  width: 97%;
  max-width: 355px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  background-color: #01178C;
  border: 1px solid #01178C;
  font-family: Noto Sans JP;
}

@media screen and (max-width: 480px) {
  .cv-button-blue {
    font-size: 18px;
  }
}



/* flex box */

.flex {
  display: flex;
}
.flex--row {
  flex-direction: row;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  align-items: center;
  justify-content: center;
}

.flex--row-right {
  flex-direction: row;
  justify-content: flex-end;
}

.flex--row-center {
  align-items: center;
  flex-direction: row;
}

.flex--row-left {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.flex--row-top {
  align-items: flex-start;
  flex-direction: row;
}

.flex--row-bottom {
  align-items: flex-end;
  flex-direction: row;
}

.flex--column-center {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flex--column-left {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.flex--column-right {
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.flex--space-between {
  justify-content: space-between;
}

.flex--space-around {
  justify-content: space-around;
}

.flex--vertical-center {
  align-items: center;
}

.flex--side-left {
  flex-flow: wrap;
  justify-content: flex-end;
}

.flex--side-center {
  justify-content: center;
}

.flex--no-wrap-phone {
  flex-wrap: nowrap;
}

.float-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

@media screen and (max-width: 480px) {
  .float-wrap {
      display: block;
  }
}

.floating {
  display: none;
}

.float-menu {
  position: fixed;
  height: auto;
  width: 100%;
  bottom: 0;
  z-index: 10000;
  padding: 0 10px;
}

.float-btn {
  float: left;
  width: 50%;
}



.contentover-box-close {
  display: block;
}

@media screen and (max-width: 840px) {
  .contentover-box-close {
    display: none;
  }
}

.privacy-text {
  color: #222222;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .privacy-text {
    font-size: 10px;
  }
}