/*---------------------------------

★★★★★　　LP　　★★★★★

--------------------------------*/


/*---------------------------------
HEADER-pc
--------------------------------*/
.header-pc {
  background: #ff920a;
  border-bottom: 0px;
}
.header-pc p.logo-cont {
  margin: 20px 0 20px 30px;
  border-right:0px;
}
.header-pc .header-tel {
  padding: 12px 15px 0 20px;
}

@media screen and (max-width: 480px) {
  .main-wrap {
    padding-top:56px;
  }
  .header-pc {
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #fff;
  }
  .header-pc .innr {
    display: table;
    padding: 0 0 0 0;
  }
  .header-pc p.logo-cont  {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
  }
  .header-pc img.logo   {
    width: 80%;
  }
  .header-pc .header-tel  {
    display: table-cell;
    text-align: center;
    font-size: 0.9em;
    width: 60px;
    padding: 0 0 0 0;
  }
  .header-pc .header-tel a  {
    display: block;
    background: #db7a00;
    color: #fff;
    height: 56px;
    padding-top: 9px;
  }
  .header-pc .header-tel a:hover,
  .header-pc .header-tel a:active  {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
    text-decoration: none;
  }
  .header-pc .header-tel .icn-smartphone  {
    width:14px;
    height:22px;
    fill:#fff;
  }
}

/*---------------------------------
footer
--------------------------------*/
footer {
  border-top:1px solid #e0e0e0;
  padding-bottom: 190px;
}

footer .lp-footer-link {
  padding-top: 30px;
  text-align: center;
}
footer .lp-footer-link li {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.8em;
  font-weight: bold;
}

footer .lp-footer-link li a {
  color: #ff920a;
}
footer .lp-footer-link li a:hover,
footer .lp-footer-link li a:active {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
  text-decoration: none;
}
footer .copyright {
  border-top:0px;
  margin-top: 0px;
}
@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 170px;
  }
  footer .lp-footer-link {
    padding-top: 20px;
  }
  footer .lp-footer-link li {
    padding: 0 8px;
    font-size: 1.4em;
  }
}


/*---------------------------------
mv
--------------------------------*/
#mv {
  background: url("../img/mv.png") center 0 no-repeat;
  background-size: cover;
}
#mv h1 {
  text-align: right;
  padding: 90px 15px 30px;
}
#mv .mv-bg {
  background: url("../img/mv-bg.png") 0 0 repeat;
}
#mv .mv-bg .innr {
  text-align: center;
  padding: 20px 0 40px;
}
#mv .mv-bg ul li {
  display: inline-block;
  padding: 0 40px;
}
@media screen and (max-width: 480px) {
  #mv {
    background: url("../img/mv-sp.png") center 0 no-repeat;
    background-size: cover;
  }
  #mv h1 {
    text-align: center;
    padding: 4vw 0 9vw;
    margin: 0 -12px;
  }
  #mv .mv-bg .innr {
    padding: 2vw 0 5vw;
  }
  #mv .mv-bg ul li {
    display: block;
    padding: 0;
  }
  #mv .mv-bg ul li.n01 {
    padding-bottom: 1.5vw;
  }
  #mv .mv-bg ul li.n02 {
    padding-bottom: 3vw;
  }
}


/*---------------------------------
cont01
--------------------------------*/
#cont01 {
  background: url("../img/cont01-bg.png") 0 0 repeat;
}
#cont01 .cont01-ttl-bg {
  background: url("../img/cont01-ttl-bg.png") center 0 no-repeat;
}
#cont01 h2 {
  text-align: center;
  padding: 30px 0 126px;
}
#cont01 .trouble {
  position: relative;
  height: 348px;
}
#cont01 .trouble li img {
  position: absolute;
}
#cont01 .trouble li img.txt01 {
  top:-105px;
  left: 30px;
}
#cont01 .trouble li img.txt02 {
  top:-105px;
  right: 30px;
}
#cont01 .trouble li img.pic01 {
  left: 250px;
  bottom:-82px;
}
#cont01 .trouble li img.pic02 {
  right: 310px;
  bottom:-82px;
}
@media screen and (max-width: 480px) {
  #cont01 .cont01-ttl-bg {
    background: url("../img/cont01-ttl-bg-sp.png") center 0 no-repeat;
    background-size: cover;
  }
  #cont01 h2 {
    text-align: center;
    padding: 4vw 0 18vw;
    margin: 0 -12px;
  }

  #cont01 .trouble {
    position: inherit;
    height: auto;
    margin: 0 -12px;
  }
  #cont01 .trouble li img {
    position: inherit;
  }
  #cont01 .trouble li.n01 {
    text-align: right;
  }
  #cont01 .trouble li.n02 {
    text-align: left;
  }
  #cont01 .trouble li img.txt01 {
    margin-top: -5vw;
    padding: 0 0 0 12px;
  }
  #cont01 .trouble li img.txt02 {
    margin-top: -4vw;
    padding: 0 12px 0 0;
  }
}


/*---------------------------------
cont02
--------------------------------*/
#cont02 {
  background: url("../img/cont02-bg.png") 0 0 repeat;
  padding-bottom: 120px;
}
#cont02 h2 {
  text-align: center;
  padding: 82px 0 75px;
}

#cont02 .point {
  margin: 0 auto;
  width: 1000px;
}
#cont02 .point li {
  text-align: left;
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 40px;
  font-size: 2.4em;
}
#cont02 .point li.n01 {
  background: url("../img/cont02-point01-bg.png") 0 0 repeat;
}
#cont02 .point li.n02 {
  background: url("../img/cont02-point02-bg.png") 0 0 repeat;
}
#cont02 .point li.n03 {
  background: url("../img/cont02-point03-bg.png") 0 0 repeat;
}

#cont02 .point li.n01 img,
#cont02 .point li.n03 img {
  position: absolute;
  top: 40px;
  left: -30px;
}
#cont02 .point li.n02 img {
  position: absolute;
  top: 35px;
  right: -30px;
}

#cont02 .point li.n01 p {
  position: absolute;
  top: 175px;
  left: 120px;
}
#cont02 .point li.n02 p {
  position: absolute;
  top: 240px;
  right: 105px;
}
#cont02 .point li.n03 p {
  position: absolute;
  top: 175px;
  left: 120px;
}

@media screen and (max-width: 480px) {
  #cont02 {
    padding-bottom: 8vw;
  }
  #cont02 h2 {
    padding: 0 0 44vw;
    position: relative;
  }
  #cont02 h2 img {
    position: absolute;
    top:-5.5vw;
  }

  #cont02 .point {
    width: 100%;
  }
  #cont02 .point li {
    width: 100%;
    height: 54vw;
    margin-bottom: 5vw;
    font-size: 3.2vw;
  }
  #cont02 .point li.n01 {
    background: url("../img/cont02-point01-bg.png") right 0 repeat;
    background-size: cover;
  }
  #cont02 .point li.n02 {
    background: url("../img/cont02-point02-bg.png") 20% 0 repeat;
    background-size: cover;
  }
  #cont02 .point li.n03 {
    background: url("../img/cont02-point03-bg.png") 80% 0 repeat;
    background-size: cover;
  }
  #cont02 .point li.n01 img,
  #cont02 .point li.n03 img {
    top: -3vw;
    left: -12px;
  }
  #cont02 .point li.n02 img {
    right: -12px;
    top: -3vw;
  }

  #cont02 .point li.n01 p {
    top: 30vw;
    left: 7.5vw;
  }
  #cont02 .point li.n02 p {
    top: 37vw;
    right: 7.5vw;
  }
  #cont02 .point li.n03 p {
    top: 30vw;
    left: 7.5vw;
  }
}


/*---------------------------------
cont03
--------------------------------*/
#cont03 {
  background: url("../img/cont03-bg.png") center 0 no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
#cont03 h2 {
  text-align: center;
  padding: 100px 0 52px;
}
#cont03 .free {
  text-align: center;
}
#cont03 .free dt {
  padding-bottom: 45px;
}
#cont03 .free dd ul li {
  display: inline-block;
  padding: 0 25px;
}

#cont03 .add {
  color: #fff;
  font-size: 2em;
  padding: 60px 0 0 100px;
}

@media screen and (max-width: 480px) {
  #cont03 {
    background: url("../img/cont03-bg.png") 30% 0 no-repeat;
    background-size: cover;
    padding-bottom: 10vw;
  }
  #cont03 h2 {
    margin: 0 -12px;
    padding: 10vw 0 8vw;
  }
  #cont03 .free {
    text-align: center;
    padding: 0 15px;
  }
  #cont03 .free dt {
    padding-bottom: 6vw;
  }
  #cont03 .free dd ul li {
    display: inline;
    padding: 0 2vw;
  }
  #cont03 .free dd ul li:first-child {
    display: block;
    padding: 0;
  }
  #cont03 .free dd ul li img {
    width: 44%;
  }

  #cont03 .add {
    color: #fff;
    font-size: 1.2em;
    padding: 6vw 0 0 0;
  }
}


/*---------------------------------
cont04
--------------------------------*/
#cont04 {
  background: url("../img/cont04-bg.png") 0 0 repeat;
  padding-bottom: 120px;
}
#cont04 h2 {
  text-align: center;
  padding: 100px 0 90px;
}

#cont04 .rcmnd {
  background: #fff;
  border-radius: 12px;
  padding: 60px 70px 40px 40px;
  margin: 0 30px;
  position: relative;
}
#cont04 .rcmnd dt {
  text-align: center;
  padding: 0 0 10px 15px;
}
#cont04 .rcmnd dd ul li {
  padding-bottom: 20px;
}
#cont04 .rcmnd::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 250px 0 250px;
  border-color: #ffffff transparent transparent transparent;
}

#cont04 .rcmnd-txt {
  text-align: center;
  padding: 100px 0 170px;
}

#cont04 .bg-w {
  background: #fff;
}
#cont04 .bg-w .innr {
  position: relative;
  height: 360px;
}
#cont04 .bg-w .innr .txt {
  position: absolute;
  left: 70px;
  top: 102px;
}
#cont04 .bg-w .innr .graph {
  position: absolute;
  right: 30px;
  top: -77px;
}

#cont04 p.txt {
  width: 1000px;
  margin: 10px auto;
  font-size: 1.8em;
}

#cont04 .voice {
  width: 1000px;
  padding: 160px 0 0 0;
  margin: 0 auto;
}
#cont04 .voice li {
  position: relative;
  background: #fff;
  padding: 50px 50px 40px;
  margin-bottom: 60px;
}
#cont04 .voice li .pic {
  position: absolute;
}

#cont04 .voice li.n01 .pic {
  top:-60px;
  left: -50px;
}
#cont04 .voice li.n02 .pic {
  bottom:-20px;
  right: -50px;
}
#cont04 .voice li.n03 .pic {
  bottom:-20px;
  left: -50px;
}


#cont04 .voice li dl {
  width: 720px;
}
#cont04 .voice li.n01 dl,
#cont04 .voice li.n03 dl {
  margin-left: 175px;
}
#cont04 .voice li dt {
  font-size: 3.6em;
  color: #ff920a;
}
#cont04 .voice li dd.name {
  font-size: 3em;
  padding-bottom: 0.3em;
}
#cont04 .voice li dd.txt {
  font-size: 2em;
}


#cont04 .btn-cont,
#cont06 .btn-cont {
  font-size: 3.6em;
  padding-top: 30px;
}
#cont04 .btn-cont a,
#cont06 .btn-cont a {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 940px;
  padding: 15px 0;
  background: #ffb354;
  border-radius: 80px;
  color: #fff;
  letter-spacing: 2px;
}
#cont04 .btn-cont a:hover,
#cont04 .btn-cont a:active,
#cont06 .btn-cont a:hover,
#cont06 .btn-cont a:active {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
#cont04 .btn-cont a::after,
#cont06 .btn-cont a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: calc(50% - 3px);
  border-top: solid 3px;
  border-right: solid 3px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

@media screen and (max-width: 480px) {
  #cont04 {
    padding-bottom: 12vw;
  }
  #cont04 h2 {
    margin: 0 -12px;
    padding: 8vw 0 6vw;
  }

  #cont04 .rcmnd {
    background: #fff;
    border-radius: 10px;
    padding: 8vw 4vw 1vw 4vw;
    margin: 0;
    position: relative;
  }
  #cont04 .rcmnd dt {
    padding: 0 0 5vw 0;
  }
  #cont04 .rcmnd dt img {
    width: 60%;
  }
  #cont04 .rcmnd dd ul li {
    padding-bottom: 3vw;
  }
  #cont04 .rcmnd::after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
  }
  #cont04 .rcmnd-txt {
    margin: 0 -12px;
    padding: 14vw 0 10vw;
  }

  #cont04 .bg-w {
    background: #fff;
  }
  #cont04 .bg-w .innr {
    position: relative;
    height: 50vw;
  }
  #cont04 .bg-w .innr .txt {
    position: absolute;
    left: 20px;
    top: 12vw;
    width: 30%;
  }
  #cont04 .bg-w .innr .graph {
    position: absolute;
    right: 12px;
    top: 2vw;
    width: 56%;
  }
  
  #cont04 p.txt {
    width: auto;
    margin: 35px 0 0 12px;
    font-size: 1.2em;
  }

  #cont04 .voice {
    width: 100%;
    padding: 25vw 0 0 0;
    margin: 0 auto;
  }
  #cont04 .voice li {
    padding: 5vw 5vw 4vw;
    margin-bottom: 12vw;
  }
  #cont04 .voice li .pic {
    width: 30%;
  }
  #cont04 .voice li.n01 .pic {
    top:-8vw;
    left: -6px;
  }
  #cont04 .voice li.n02 .pic {
    top:-8vw;
    right: -6px;
    bottom:0;
  }
  #cont04 .voice li.n03 .pic {
    top:-8vw;
    left: -6px;
    bottom:0;
  }
  #cont04 .voice li dl {
    width: 100%;
  }
  #cont04 .voice li.n01 dl,
  #cont04 .voice li.n03 dl {
    margin-left: 0;
  }
  #cont04 .voice li dt {
    font-size: 2em;
    padding-left: 30%;
  }
  #cont04 .voice li dd.name {
    font-size: 1.6em;
    padding-left: 30%;
    padding-bottom: 0.6em;
  }
  #cont04 .voice li.n02 dt,
  #cont04 .voice li.n02 dd.name {
    padding-left: 0;
    padding-right: 30%;
  }
  #cont04 .voice li dd.txt {
    font-size: 1.4em;
  }

  #cont04 .btn-cont,
  #cont06 .btn-cont {
    font-size: 5vw;
    padding-top: 0;
  }
  #cont04 .btn-cont a,
  #cont06 .btn-cont a {
    width: 100%;
  }
  #cont04 .btn-cont a::after,
  #cont06 .btn-cont a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8%;
    top: calc(50% - 2px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
}


/*---------------------------------
cont05
--------------------------------*/
#cont05 {
  /* border-top: 20px solid #004098;
  background: url("../img/cont05-bg-left.png") left 30px no-repeat, url("../img/cont05-bg-right.png") right 30px no-repeat #f8f8f8; */
}
#cont05 h2 {
  text-align: center;
  padding: 75px 0 60px;
}

#cont05 .present {
  background: #fff;
  text-align: center;
  margin-bottom: 640px;
}
#cont05 .present ul li {
  display: inline-block;
}
#cont05 .present ul li img {
  
}
#cont05 .present ul li:first-child {
  
}
#cont05 .present ul li:last-child {
  padding-left: 18px;
}
#cont05 .present p {
  font-size: 2em;
  padding: 25px 0 30px;
}

#cont05 .cta-wrap,
#cta {
  background: #ffa70a;
  background-size: cover;
}
#cont05 .cta-wrap .more .innr {
  position: relative;
  width: 1212px;
}
#cont05 .cta-wrap .more img {
  position: absolute;
  top:-390px;
  left: -6px;
}

#cont05 .cta .innr,
#cta {
  text-align: center;
  padding-bottom: 100px;
}
#cont05 .cta h2 {
  padding: 150px 0 40px;
}
#cta h2 {
  padding: 135px 0 40px;
}
#cont05 .cta .btn-cont,
#cta .btn-cont {
  padding: 0 0 40px;
}
#cont05 .cta .tel-cont,
#cta .tel-cont {
  color: #fff;
}
#cont05 .cta .tel-cont dt,
#cta .tel-cont dt {
  font-size: 3em;
  padding-bottom: 30px;
}
#cont05 .cta .tel-cont dd,
#cta .tel-cont dd {
  display: inline-block;
}

#cont05 .cta .tel-cont .time,
#cta .tel-cont .time {
  padding-left: 30px;
  width: 420px;
}
#cont05 .cta .tel-cont .time dt,
#cta .tel-cont .time dt {
  font-size: 1.8em;
  background: #fff;
  color: #ff920a;
  padding: 0.6em 0;
  margin-right: 15px;
  border-radius: 6px;
  line-height: 1.1;
  display: block;
  width: 60px;
  float: left;
}
#cont05 .cta .tel-cont .time dd,
#cta .tel-cont .time dd {
  display: flex;
  font-size: 2em;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  #cont05 {
    /* border-top: 12px solid #004098;
    background: url("../img/cont05-bg-right.png") 130% 10vw no-repeat #f8f8f8;
    background-size: 70%; */
  }
  #cont05 h2 {
    padding: 6vw 12px 20vw 12px;
  }

  #cont05 .present {
    margin-bottom: 66vw;
    padding: 0 12px;
  }
  #cont05 .present ul li {
    display: block;
  }
  #cont05 .present ul li img {
    
  }
  #cont05 .present ul li:first-child img {
    
  }
  #cont05 .present ul li:first-child {
    border-bottom: 1px solid #efefef;
    border-right:0px;
    padding-bottom: 8vw;
    padding-right: 0;
  }
  #cont05 .present ul li:last-child {
    padding-left: 0;
  }
  #cont05 .present p {
    font-size: 1.2em;
    text-align: left;
    padding: 5vw 0 6vw;
  }
  
  #cont05 .cta-wrap .more .innr {
    position: relative;
    width: 100%;
  }
  #cont05 .cta-wrap .more img {
    position: absolute;
    top:-60vw;
    left: 0;
  }

  #cont05 .cta .innr,
  #cta {
    text-align: center;
    padding-bottom: 10vw;
  }
  #cont05 .cta h2 {
    padding: 20vw 6vw 6vw;
  }
  #cta h2 {
    padding: 15vw 6vw 6vw;
  }
  #cont05 .cta .btn-cont,
  #cta .btn-cont {
    padding: 0 0 6vw;
  }

  #cont05 .cta .tel-cont dt,
  #cta .tel-cont dt {
    font-size: 1.6em;
    padding-bottom: 4vw;
  }
  #cont05 .cta .tel-cont dd,
  #cta .tel-cont dd {
    display: inline-block;
  }
  #cont05 .cta .tel-cont a,
  #cta .tel-cont a {
    position: relative;
    display: block;
  }
  #cont05 .cta .tel-cont a::after,
  #cta .tel-cont a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 8%;
    top: calc(50% - 2px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    color: #ff920a;
  }

  #cont05 .cta .tel-cont .time,
  #cta .tel-cont .time {
    padding-left: 0;
    padding-top: 4vw;
    width: inherit;
  }
  #cont05 .cta .tel-cont .time dt,
  #cta .tel-cont .time dt {
    font-size: 1.2em;
    background: none;
    color: #fff;
    padding: 0 0 3em;
    margin-right: 15px;
    border-radius: 6px;
    line-height: inherit;
    display: block;
    width: auto;
    float: left;
  }
  #cont05 .cta .tel-cont .time dd,
  #cta .tel-cont .time dd {
    font-size: 1.2em;
    white-space: inherit;
    text-align: left;
  }
}


/*---------------------------------
cont06
--------------------------------*/
#cont06 {
  background: #fafafa;
  padding-bottom: 110px;
  text-align: center;
}
#cont06 h2 {
  padding: 82px 0 45px;
}
#cont06 .price table {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2em;
  line-height: 1.4;
}
#cont06 .price {
  background: #fff;
  border-radius: 12px;
  padding: 4em;
  margin-bottom: 40px;
}
#cont06 .price table {
  width: 100%;
  border: solid 1px #ddd;
}
#cont06 .price th {
  background: #ffb354;
  border: solid 1px #ddd;
  padding: 20px;
  font-size: 1.2em;
  text-align: center;
}
#cont06 .price td {
  border: solid 1px #ddd;
  padding: 20px;
  font-size: 1.2em;
}
#cont06 .price td:first-child {
  color:#fff;
  vertical-align: middle;
}
#cont06 .price .large {
  font-size: 1.8em;
}

#cont06 p.txt {
  width: 1000px;
  margin: 10px auto;
  font-size: 1.8em;
  text-align: center;
}


@media screen and (max-width: 480px) {
  #cont06 {
    padding-bottom: 12vw;
  }
  #cont06 h2 {
    margin: 0 -12px;
    padding: 10vw 0 6vw;
  }
  #cont06 .price {
    background: #fff;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 6vw;
  }
  #cont06 .price th {
    padding: 5px;
    font-size: 11px;
  }
  #cont06 .price td {
    padding: 5px;
    font-size: 11px;
  }
  
  #cont06 p.txt {
    width: auto;
    margin: 10px auto;
    font-size: 1.2em;
    text-align: left;
  }
}

/*---------------------------------
cont07
--------------------------------*/
#cont07 {
  background: #eeeeee;
  padding-bottom: 80px;
  text-align: center;
}
#cont07 h2 {
  padding: 82px 0 45px;
}
#cont07 .schedule {
  background: #fff;
  border-radius: 12px;
  font-size: 2em;
  padding: 2em;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #cont07 {
    padding-bottom: 10vw;
  }
  #cont07 h2 {
    margin: 0 -12px;
    padding: 10vw 0 6vw;
  }
  #cont07 .schedule {
    background: #fff;
    border-radius: 10px;
    font-size: 1.4em;
    padding: 1em;
    margin-bottom: 6vw;
  }
}


/*---------------------------------
cont08
--------------------------------*/
#cont08 {
  padding-bottom: 140px;
}
#cont08 h2 {
  text-align: center;
  padding: 140px 0 50px;
}
#cont08 .faq-cont {
}
#cont08 .faq-cont h3 {
  font-size: 2.6em;
  color: #ff920a;
  padding: 1.6em 30px 1em;
}
#cont08 .faq-cont .subInner {
  border-bottom: 2px solid #efefef;
  padding: 0 30px 4em 30px;
}
#cont08 .faq-cont .subInner p {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #cont08 {
    padding-bottom: 0;
  }
  #cont08 .innr {
    padding: 0;
  }
  #cont08 h2 {
    padding: 12vw 0 8vw;
  }
  #cont08 .faq-cont {
    border-bottom:2px solid #ccc;
  }
  #cont08 .faq-cont h3 {
    border-top:2px solid #ccc;
    font-size: 4.5vw;
    color: #ff920a;
    padding: 3vw 10% 3vw 4vw;
  }
  #cont08 .faq-cont h3 span {
    position: relative;
    display: block;
  }
  #cont08 .faq-cont .subInner {
    border-top: 1px dashed #efefef;
    border-bottom: 0;
    padding: 3vw 3vw 3vw 4vw;
    margin-bottom: 6.5vw;
  }
  #cont08 .faq-cont .subInner p {
    font-size: 1.4em;
  }
  #cont08 .faq-cont h3 span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -24px;
    top: calc(50% - 2px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg) translateY(-50%);
    color: #666;
  }
  #cont08 .faq-cont h3 span.open::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -17px;
    top: calc(50% - 6px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(135deg) translateY(-50%);
    color: #666;
  }
}


/*---------------------------------
cont09
--------------------------------*/
#cont09 {
  background: #f8f4ee;
  padding: 100px 0 140px;
}
#cont09 h2 {
  font-size: 2em;
  font-weight: bold;
  color: #0089b9;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
#cont09 h2 .ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

#cont09 input:focus {
  outline: 0;
}

#cont09 .note {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
}
#cont09 .form-cont {
  margin: 0 30px;
  padding: 60px;
  border:10px solid #fcfbf8;
}
#cont09 .form-cont p {
  font-size: 1em;
}
#cont09 .lead p {
  font-size: 18px;
}
#cont09 .form-cont dl {
  font-size: 2.4em;
  display: table;
  width: 100%;
  border-bottom: 2px solid #fff;
}
#cont09 .form-cont dt {
  display: table-cell;
  width: 260px;
  text-align: right;
  padding: 25px 0 0 0;
}
#cont09 .form-cont dd {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
#cont09 .form-cont .txt,
#cont09 .form-cont .txt2,
input[type="date"] {
  border-radius: 6px;
  border: 2px solid #ccc;
  width: 100%;
  font-size: 1em;
  padding: 0.4em 0.6em;
}
select {
  border-radius: 6px;
  border: 2px solid #ccc;
  width: auto;
  font-size: 1em;
  padding: 0.4em 0.6em;
}
#cont09 .form-cont .txt2 {
  width: 50%;
  margin-left: 15px;
}
#cont09 .form-cont .address .txt {
  margin-top: 20px;
}

#cont09 .form-cont .btn {
  text-align: center;
}
#cont09 .form-cont .btn input {
  font-size: 3.6em;
  background: #ff920a;
  color: #fff;
  border-radius: 100px;
  border:6px solid #fff;
  padding: 0.6em 3.2em;
  margin-top: 1.2em;
}
#cont09 .form-cont .btn input:hover,
#cont09 .form-cont .btn input:active {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
input[type="email"], input[type="tel"] {
  -webkit-appearance: none;
}

input[type=checkbox] {
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

#cont09 .form-cont .any {
  display: inline-block;
  padding: 0.1em 0.4em;
  margin-right: 0.4em;
  font-size: 0.8em;
  color: #fff;
  background: #3d4f87;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


@media screen and (max-width: 480px) {

  #cont09 {
    padding: 17vw 0;
  }
  #cont09 h2 {
    font-size: 1.5em;
    margin: 0 -12px;
    padding: 0 12px 6vw;
    position: relative;
  }
  #cont09 h2 .ttl {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
  }
  
  #cont09 .note {
    font-size: 12px;
  }
  #cont09 .form-cont {
    margin: 0;
    padding: 4vw;
    border:6px solid #fcfbf8;
  }
  #cont09 .form-cont p {
    font-size: 1em;
  }
  #cont09 .lead p {
    font-size: 14px;
  }
  #cont09 .form-cont dl {
    font-size: 1.6em;
    display: block;
    border-bottom: 2px solid #fff;
    padding: 0 2vw;
  }
  #cont09 .form-cont dt {
    display: block;
    width: 100%;
    text-align: left;
    padding: 4vw 0 2vw 0;
  }
  #cont09 .form-cont dd {
    display: block;
    padding: 0 0 4vw;
  }
  #cont09 .form-cont .txt,
  #cont09 .form-cont .txt2 {
    border-radius: 6px;
    border: 2px solid #ccc;
    width: 100%;
    font-size: 1em;
    padding: 0.6em 0.6em;
  }
  #cont09 .form-cont .txt2 {
    width: 80%;
    margin-left: 12px;
  }
  #cont09 .form-cont .address .txt {
    margin-top: 3vw;
  }

  #cont09 .form-cont .btn input {
    font-size: 6vw;
    background: #ff920a;
    color: #fff;
    border-radius: 100px;
    border:4px solid #fff;
    padding: 0.6em 3.2em;
    margin-top: 5vw;
  }

}


div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	background: #fff;
	font-size: 2.6em;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #fff;
	font-size: 2.6em;
	text-align: center;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	background: #fff;
	font-size: 2.6em;
	text-align: center;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background: #fff;
	font-size: 2.6em;
	text-align: center;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	background: #fff;
	font-size: 2.6em;
	text-align: center;
}

@media screen and (max-width: 480px) {

  div.wpcf7-response-output {
    font-size: 1.6em;
    text-align: left;
  }
  
  div.wpcf7-mail-sent-ok {
    font-size: 1.6em;
    text-align: left;
  }
  
  div.wpcf7-mail-sent-ng,
  div.wpcf7-aborted {
    font-size: 1.6em;
    text-align: left;
  }
  
  div.wpcf7-spam-blocked {
    font-size: 1.6em;
    text-align: left;
  }
  
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    font-size: 1.6em;
    text-align: left;
  }

}


/*タブ切り替え全体のスタイル*/
.tabs {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #0089b9;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 2em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#dl:checked ~ #dl_content,
#mail:checked ~ #mail_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0089b9;
  color: #fff;
}


/*タブ切り替え全体のスタイル*/
.tabs_a {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  }

/*タブのスタイル*/
.tab_item_a {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #0089b9;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 2em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_a:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item_a"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_a {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#dlcar:checked ~ #dlcar_content,
#dlbike:checked ~ #dlbike_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs_a input:checked + .tab_item_a {
  background-color: #0089b9;
  color: #fff;
}


/*タブ切り替え全体のスタイル*/
.tabs_b {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  }

/*タブのスタイル*/
.tab_item_b {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #0089b9;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 2em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_b:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item_b"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_b {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#mailcar:checked ~ #mailcar_content,
#mailbike:checked ~ #mailbike_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs_b input:checked + .tab_item_b {
  background-color: #0089b9;
  color: #fff;
}


@media screen and (max-width: 480px) {

/*タブのスタイル*/
.tab_item {
  height: 40px;
  line-height: 40px;
  font-size: 1.5em;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 20px 0 0;
}


/*タブのスタイル*/
.tab_item_a {
  height: 40px;
  line-height: 40px;
  font-size: 1.5em;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_a {
  padding: 20px 0 0;
}


/*タブのスタイル*/
.tab_item_b {
  height: 40px;
  line-height: 40px;
  font-size: 1.5em;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_b {
  padding: 20px 0 0;
}

}


.tb {
  width:100%;
  border:solid 1px #ddd;
  margin:20px 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size:16px;
  line-height:1.6;
}

.tb th {
  border:solid 1px #ddd;
  background:#ddd;
  padding:10px;
  font-size:16px;
  line-height:1.6;
  font-weight:bold;
  text-align:center;
}

.tb th.bg_ble,
.tb td.bg_ble {
  background:#adebf3;
}

.tb th.bg_pnk,
.tb td.bg_pnk {
  background:#fdd7fb;
}

.tb td {
  border:solid 1px #ddd;
  padding:10px;
  font-size:16px;
  line-height:1.6;
  text-align:center;
  vertical-align:middle;
}

.tb td.bigb {
  font-weight:bold;
  text-align:center;
}

.tb td.bg_gre {
  background:#e2f9c7;
}

.tb td.bg_ore {
  background:#ffc107;
}

.tb td.bg_gre {
  background:#e2f9c7;
}

.tb td.bg_red {
  background:#f7968f;
}

.tb b {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: bold;
  color: #00b0f0;
}


@media screen and (max-width: 480px) {

  .tb {
    font-size:1.4em;
    line-height:1.4;
  }
  
  .tb th,
  .tb td {
    padding:2px;
    font-size:10px;
    line-height:1.6;
  }
  
  .tb b {
    display: inline-block;
    margin: 10px 0 0;
    font-weight: bold;
    color: #00b0f0;
  }

}


.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff7ec;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    height: 500px;
    overflow: auto;
    text-align: center;
}
.js-modal-close {
    display: block;
    margin: 40px 0 0;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 480px) {

  .modal__content{
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 500px;
    overflow: auto;
  }
  .js-modal-close {
    display: block;
    margin: 20px 0 0;
    font-size: 16px;
    text-align: center;
  }

}


.fluffy {
  animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
    25% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
    75% { transform:translateY(-15px) }
  100% { transform:translateY(0) }
}


.wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}


/*---------------------------------
booking-package
--------------------------------*/
#booking-package-locale-ja {
  background: #f8f4ee;
  padding: 30px 0 0;
}
#booking-package-locale-ja h2 {
  font-size: 2em;
  font-weight: bold;
  color: #0089b9;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
#booking-package-locale-ja h2 .ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

#booking-package-locale-ja input:focus {
  outline: 0;
}

#booking-package-locale-ja .note {
  display: block;
  margin: 10px 0 0;
  font-size: 0.8em;
  text-align: center;
}

#booking-package-locale-ja p {
  font-size: 2em;
}
#booking-package-locale-ja dl {
  font-size: 2.4em;
  display: table;
  width: 100%;
  border-bottom: 2px solid #fff;
}
#booking-package-locale-ja dt {
  display: table-cell;
  width: 260px;
  text-align: right;
  padding: 37px 0 0 0;
}
#booking-package-locale-ja dd {
  display: table-cell;
  padding: 25px;
  vertical-align: middle;
}
#booking-package-locale-ja input[type=text] {
  border-radius: 6px !important;
  border: 2px solid #ccc !important;
  width: 50% !important;
  font-size: 1em !important;
  padding: 0.4em 0.6em !important;
}
#booking-package-locale-ja .address .txt {
  margin-top: 20px;
}

#booking-package-locale-ja .btn {
  text-align: center;
}
#booking-package-locale-ja .book_now_button {
  width: 400px !important;
  font-size: 28px !important;
  background: #ff920a !important;
  color: #fff !important;
  border-radius: 100px !important;
  padding: 0.6em 3.2em !important;
  margin-top: 1.2em !important;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 500 !important;
}
#info-session .book_now_button {
  background: #2db3a4 !important;
}
#booking-package-locale-ja .returnButton,
#booking-package-locale-ja .input:active {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
#booking-package_inputFormPanel .return_form_button {
  width: 400px !important;
  padding: 5px !important;
  background: #607d8b !important;
  border-radius: 50px !important;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #fff !important;
  margin: 20px auto !important;
}
#booking-package-locale-ja .book_now_button:hover,
#booking-package_inputFormPanel .return_form_button:hover,
#booking-package_schedulePage button:hover {
  opacity:0.6;
}

input[type="email"], input[type="tel"] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

#booking-package-locale-ja .any {
  display: inline-block;
  padding: 0.1em 0.4em;
  margin-right: 0.4em;
  font-size: 0.8em;
  color: #fff;
  background: #3d4f87;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#booking-package {
  background-color: #f8f4ee !important;
}

#booking-package_calendarPage {
  background-color: #f8f4ee !important;
}

#booking-package_schedulePage .selectedDate {
  background-color: #f8f4ee !important;
}

#booking-package_schedulePage .bottomPanelForPositionInherit {
  background-color: #f8f4ee !important;
}

#booking-package_inputFormPanel {
  background-color: #f8f4ee !important;
}

#booking-package_inputFormPanel .selectedDate {
  background-color: #f8f4ee !important;
}

#booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name {
  font-size: 1.4em !important;
}

#booking-package_inputFormPanel .value,
#booking-package_inputFormPanel .radio_title {
  font-size: 18px !important;
}

#booking-package_inputFormPanel label, #booking-package-subscription_form label {
  margin: 10px !important;
}

#booking-package_inputFormPanel .description {
  font-size: 14px !important;
}

.calendarData {
  font-size: 1.8em !important;
  color: #ff920a !important;
}

#booking-package_schedulePage .selectedDate {
  font-size: 1.6em !important;
}

#booking-package_inputFormPanel .selectedDate, #booking-package_myBookingDetails .selectedDate {
  font-size: 1.4em !important;
  color: #ff920a !important;
}

#booking-package_schedulePage .selectPanelError {
  color: initial!important;
  background: #bbb !important;
}

#booking-package_schedulePage .selectPanel:hover {
  background-color: #ffc107 !important;
}

#booking-package_schedulePage .selectPanelActive {
  background: #ffc107 !important;
}

#booking-package_inputFormPanel .bottomBarPanel {
  text-align: center;
}

#booking-package_schedulePage .bottomPanelNoAnimation {
  float: inherit !important;
  text-align: center !important;
}

#booking-package_schedulePage button {
  width: 400px !important;
  padding: 5px !important;
  background: #607d8b !important;
  border-radius: 50px !important;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #fff !important;
  margin: 20px auto !important;
}

#booking-package-locale-ja .returnButton {
  width: 400px !important;
  padding: 5px !important;
  background: #607d8b;
  border-radius: 50px !important;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 500 !important;
  color: #fff !important;
}

#booking-package-locale-ja .returnButton:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#booking-package_schedulePage {
  width: 700px !important;
  margin: 0 auto !important;
}

#booking-package_schedulePage .daysListPanel {
  display: none;
}

#booking-package_schedulePage .courseListPanel {
  left: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 480px) {

  #booking-package-locale-ja {
    padding: 20px 0 0;
  }
  #booking-package-locale-ja h2 {
    font-size: 1.5em;
    margin: 0 -12px;
    padding: 0 12px 6vw;
    position: relative;
  }
  #booking-package-locale-ja h2 .ttl {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
  }
  #booking-package-locale-ja p {
    font-size: 1.2em;
  }
  #booking-package-locale-ja dl {
    font-size: 1.6em;
    display: block;
    border-bottom: 2px solid #fff;
    padding: 0 2vw;
  }
  #booking-package-locale-ja dt {
    display: block;
    width: 100%;
    text-align: left;
    padding: 4vw 0 2vw 0;
  }
  #booking-package-locale-ja dd {
    display: block;
    padding: 0 0 4vw;
  }
  #booking-package-locale-ja input[type=text] {
    border-radius: 6px !important;
    border: 2px solid #ccc !important;
    width: 100% !important;
    font-size: 1em !important;
    padding: 0.6em 0.6em !important;
  }
  #booking-package-locale-ja .address .txt {
    margin-top: 3vw;
  }
  #booking-package_schedulePage button {
    width: 280px !important;
    font-size: 20px !important;
    background: #607d8b  !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 5px !important;
    margin-top: 5vw !important;
  }
  #booking-package-locale-ja .book_now_button {
    width: 280px !important;
    font-size: 20px !important;
    background: #ff920a !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 0.6em 3.2em !important;
    margin-top: 5vw !important;
  }
  #info-session .book_now_button {
    background: #2db3a4 !important;
  }
  #booking-package_inputFormPanel .return_form_button {
    width: 280px !important;
    font-size: 20px !important;
    background: #607d8b  !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 5px !important;
    margin-top: 5vw !important;
  }
  
  #booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name {
    font-size: 1.2em !important;
  }
  
  #booking-package_inputFormPanel .value,
  #booking-package_inputFormPanel .radio_title {
    font-size: 16px !important;
  }
  
  #booking-package_inputFormPanel .description {
    font-size: 12px !important;
  }
  
  #booking-package-locale-ja .returnButton {
    width: 280px !important;
    padding: 5px !important;
    border-radius: 50px !important;
  }
  
  .calendarData {
    font-size: 1.6em !important;
  }
  
  #booking-package_schedulePage .selectedDate {
    font-size: 1.4em !important;
  }
  
  #booking-package_inputFormPanel .selectedDate, #booking-package_myBookingDetails .selectedDate {
    font-size: 1.2em !important;
  }
  
  #booking-package_schedulePage {
    width: auto !important;
  }

}


#follow-cta {
  width: auto;
  height: auto;
  padding: 5px;
  background-color: rgb(0 176 240 / 38%);
  border-radius: 6px;
  bottom: 20px;
  left: 40px;
  position: fixed;
  z-index: 9999;
}

#follow-cta li {
  float: left;
  width: auto;
  margin: 5px 10px;
}

.btn-follow,
a.btn-follow,
button.btn-follow {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 10px 0;
}

a.btn-c {
  width: 300px;
  font-size: 22px;
  position: relative;
  padding: 10px;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 3px;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}

@media screen and (max-width: 480px) {
  
  #follow-cta {
    width: auto;
    padding: 3px;
    background-color: rgb(0 176 240 / 38%);
    bottom: 10px;
    left: 15px;
  }
  
  #follow-cta li {
    float: none;
    width: auto;
    margin: 5px;
  }

.btn-follow,
a.btn-follow,
button.btn-follow {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 10px 0;
}

a.btn-c {
  width: 240px;
  font-size: 14px;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 12px;
  position: absolute;
  top: -3px;
  left: calc(50% - 120px);
  display: block;
  width: 240px;
  padding: 1px;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}

}


.pc {
  display: block;
}

.sp {
  display: none;
}

.zoom {
  width: 600px;
  height: auto;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  animation: animationZoom 1s ease-in-out forwards;
  margin: 30px auto 90px;
}

@keyframes animationZoom {
  100% { transform: scale(1.5)}
}

.zoom h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 2.6em;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
}

.zoom h3 .or {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #ff920a;
}

.zoom h3 .large {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 200%;
}

.zoom h3 .small,
.zoom p .small {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 30%;
}

.zoom p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
}

.fluffy {
  animation: fluffy 4s ease infinite;
  margin-top: 10px;
}

@keyframes fluffy {
  0% { transform:translateY(0) }
  25% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  75% { transform:translateY(-10px) }
  100% { transform:translateY(0) }
}

@media screen and (max-width: 480px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

.zoom {
  width: 240px;
  padding: 10px;
  border-radius: 4px;
  margin: 15px auto 45px;
}

.zoom h3 {
  font-size: 1.2em;
  letter-spacing: inherit;
}

.zoom h3 .or {
  font-size: 1em;
}

.zoom p {
  font-size: 0.8em;
}

.fluffy {
  animation: fluffy 4s ease infinite;
  margin-top: 5px;
}

@keyframes fluffy {
  0% { transform:translateY(0) }
  25% { transform:translateY(-5px) }
  50% { transform:translateY(0) }
  75% { transform:translateY(-5px) }
  100% { transform:translateY(0) }
}

}


input[type="date"]{
  width: auto;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
