@charset "utf-8";
/*--------------------------------
共通箇所
--------------------------------*/
/* ----- 共通 ----- */
html{
  font-weight: 500;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background:none;
  position:relative;
}
img{
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1.0em;
}
p{
  line-height:1.7;
  color:#231815;
}
h2{
  color:#231815;
  font-family: 'Noto Sans JP', sans-serif;
  color: #364e96;/*文字色*/
  padding: 0.2em 0;/*上下の余白*/
  margin-bottom: 0.5em;
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}
h3{
  color:#231815;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0.2em;
}

a{
  text-decoration:none;
}
.flex{
  display:flex;
  flex-wrap:wrap;
}
.nowrap{
  flex-wrap:nowrap;
}
.-jcsb{
  justify-content:space-between;
}
.-jcsc{
  justify-content:center;
}
.-jcfs{
  justify-content:flex-start;
}
.-jcfe{
  justify-content:flex-end;
}
.-aife{
  align-items:flex-end;
}
.-direction{
  flex-direction:row-reverse;
}
a:hover{
  opacity:0.8;

}
.po-re{
  position:relative;
}
.contents{
  max-width:1200px;
  margin:0 auto;
}
.w50{
  width:50%;
}
.w100px{
  width:100px;
}
.f-90{
  font-size:90px;
}
.f-80{
  font-size:80px;
}
.f-60{
  font-size:60px;
}
.f-50{
  font-size:50px;
}
.f-40{
  font-size:38px;
}
.f-30{
  font-size:30px;
}
.f-24{
  font-size:24px;
}
.f-20{
  font-size:20px;
}
.f-18{
  font-size:18px;
}
.f-16{
  font-size:16px;
}
.f-blue{
  color:#61a6c9;
}
.mb10{
  margin-bottom:10px;
}
.mb20{
  margin-bottom:20px;
}
.mb30{
  margin-bottom:30px;
}
.mb40{
  margin-bottom:40px;
}
.mb85{
  margin-bottom:85px;
}
.mb150{
  margin-bottom:150px;
}
.mb200{
  margin-bottom:100px;
}
.right{
  text-align:right;
}
.left{
  text-align:left;
}
.center{
  text-align:center;
}
.bold{
  font-weight:bold;
}
.pc{
  display:block;
}
.sp{
  display:none;
}
dd,
dt{
  margin:0!important;
}
p{
  padding-top:0;
  padding-bottom:0;
}
.pt100{
  padding-top:100px;
}
/* ----- //共通 ----- */

/* ----- header ----- */
.header-menu{
  background:#fff;
  width: 100%;
  height:88px;
  box-shadow:0px 3px 6px rgba(0,0,0,0.18);
}
.header-logo{
  width:250px;
  height:88px;
  padding-top:30px;
  padding-left:3%;
}
.header-logo__link{
  display:block;
}
.header-nav__wrap{
  width:calc(100% - 250px);
}
.header-nav{
  width:50%;
  line-height: 88px;
  padding-left:2%;
  margin:0;
}
.header-contact__box{
  padding-right:2%;
  width:50%;
}
.header-nav__list{
  padding:0px 8px;
}
.header-menu__link{
  color:#231815;
  font-weight:bold;
  text-decoration:none;
}
.header-menu__link:hover{
  text-decoration:underline;
  opacity:1;
}
.header-contact__text{
  font-weight:bold;
}
.header-contact__time{
  font-weight:bold;
}
.header-contact__btn{
  width:200px;
  margin-left:4%;
  line-height:88px;
  text-align:center;
}
.header-contact__tellink{
  color:#fff;
  background:#231815;
  padding:20px 20px;
  border-radius:40px;
  font-weight:bold;
}
.header-contact__tellink:hover,
.lp-mv__text:hover,
.cta-btn__link:hover{
  color:#fff;
}
.cta-tel__link:hover{
  color:#000;
}
.header-contact__text{
  line-height:30px;
  font-weight:bold;
}
.header-contact__time{
  padding-top:25px;
  line-height:1.2;
  text-align:center;
}
.header-contact__text{
  padding-right:4%;
  padding-top:25px;
  padding-bottom:0;
}
.nav-toggle{
  display:none;
}
/* ----- //header ----- */

/* ----- footer ----- */
footer{
  height:50px;
  line-height:50px;
}
.footer-menu__inner{
  list-style:none;
  margin-right:30px;
  position:relative;
}
.footer-menu__inner:after{
  content:"｜";
  position:absolute;
  top:0;
  right:-25px;
}
.footer-menu__inner:last-child:after{
  display:none;
}
.footer-menu__link{
  font-size:13px;
  color:#333;
}
.copyright{
  font-size:13px;
  color:#333;
  height:50px;
  line-height:50px;
  text-align:center;
}
/* ----- //footer ----- */
/*--------------------------------
//共通箇所
--------------------------------*/



/*--------------------------------
TOP
--------------------------------*/
/* ----- main ----- */
/* main共通 */

/* //main共通 */
/* mv */
.mv-icon__contact{
  position:absolute;
  bottom:-30px;
  right:3vw;
  z-index:99;
  width:10vw; 
}
.mv-icon__kansen{
  position:absolute;
  top:10px;
  left:3%;
  width:15vw;
}
.lp-mv__catch-box{
  position:absolute;
  top:21vw;
  left:0;
  right:0;
  font-size:3.7vw;
}
.lp-mv__catch{
  margin:auto;
  font-weight:bold;
  text-align:center;
  display:inline;
  background:rgba(255,255,255,0.5);
  padding:1vw 10px;
  height:4vw;
}
.lp-mv__catch.second{
  position:relative;
  top:1vw;
}
.section-mv02 .lp-mv__catch-box{
  top:11vw;
  right:3vw;
  left:auto;
  font-size:3.4vw;
  text-align:right;
}
.section-mv02 .lp-mv__catch.second{
  top:3vw;
}
.section-mv03 .lp-mv__catch-box{
  top:32vw;
  left:3vw;
  right:auto;
  font-size:4vw;
  text-align:left;
}
.section-mv03 .lp-mv__catch.second{
  top:3vw;
}
.mv02{
  position:relative;
  top:40px;
}
.mv03{
  position:relative;
  top:30px;
}
.lp-mv__text{
  display:block;
  margin:3vw auto 0;
  color:#fff;
  font-weight:bold;
  background:rgba(255,166,39,0.8);
  width:80%;
  padding:10px 0;
  font-size:3vw;
}
/* //mv */

/* nayami */
.section-nayami{
  margin:20px auto;
  max-width:1200px;
}
.nayami{
  max-width:1450px;
  display:flex;
  justify-content: center;
  margin:0 auto;
}
.nayami-box{
  max-width: 33%;
  padding:0px 20px;
}
.nayami-img{
  margin:0 0 20px 0;
}


/* //nayami */

/* point */
.section-point{
  padding:10px 0;
}
.point-title{
  margin-bottom:40px;
}
.point-box__img01{
  width:33%;
  margin-right:33%;
}
.point-box__img02{
  width:42%;
}
.point-box__text02{
  width:55%;
}
.w30{
  width:30%;
}
.mr3{
  margin-right:3%;
}
.w30.second{
  margin-top:100px;
}
.w30.third{
  margin-top:200px;
}
.point-box__text03{
  width:60%;
  margin-right:3%;
}
.point-box__img04{
  width:37%;
}
/* //point */

/* 設備 */
.section-setsubi{
  max-width:1200px;
  margin:0 auto;
}
.setsubi-img__wrap{
  max-width:1200px;
  margin:0 auto;
}
/* //設備 */
/* メディア */
.section-media{
  padding:80px 0 80px;
  background-size:cover;
  background-position:center;
}
.media-img__wrap{
  padding: 0px 0px 20px 0px;
  max-width:1200px;
  margin:20px auto;
}
.media-img__img{
  padding: 0% 15%;
}
/* //設備 */

/* cta */
.section-cta{
  margin:20px auto;
  display:flex;
  width:100%;
  background:#f2f2f2;
}
.cta-btn{
  background:#61a6c9;
  width:80%;
  margin:0 auto 20px;
  height:200px;
  line-height:200px;
}
.cta-btn__link{
  display:block;
  color:#fff;
  padding-left:70px;
}
.cta-btn__link:before{
  content:"";
  background:url(../lpimg/lp-cta01-icon01.png);
  width:131px;
  height:121px;
  background-size:100% 100%;
  position:absolute;
  left:100px;
  top:40px;
}
.cta-btn__link:after{
  content:"";
  background:url(../lpimg/lp-cta01-icon02.png);
  width:17px;
  height:28px;
  background-size:100% 100%;
  position:absolute;
  right:100px;
  top:85px;
}
.cta-tel__link{
  text-align:center;
  display:block;
  color:#000;
}
/* //cta */
/* voice */
.section-voice{
  background:#f2f2f2;
  padding:120px 0;
}
.voice-inner__textwrap{
  width:870px;
  background:#fff;
  border-radius:40px 40px 40px 0px;
  margin:0 0 0 30px;
}
.rightvoice{
  justify-content:flex-end;
}
.rightvoice .voice-inner__textwrap{
  border-radius:40px 40px 0 40px;
  margin:0 30px 0 0;
}
.voice-inner__textinbox{
  padding:40px;
}
/* //voice */
/* flow */
.section-flow{
  padding:80px 0 150px;
  background:#fff;
}
.flow-box__title{
  background:#61c9b2;
  height:85px;
  line-height:85px;
  width:100%;
  color:#fff;
}
.second .flow-box__title{
  line-height:1.2;
  padding-top:13px;
  background:#61a6c9;
}
.flow-box__textwrap{
  background:#bae8d6;
  padding:35px 70px;
}
.second .flow-box__textwrap{
  background:#bae1e8;
}
.flow-box__text{
  background:#fff;
  width:100%;
  height:90px;
  margin-bottom:50px;
  line-height:90px;
  position:relative;
  padding:0;
}
.flow-box__text.last{
  margin-bottom:20px;
}
.flow-box__text.row02{
  padding-top:20px;
  line-height:1.5;
}
.flow-box__text.row03{
  padding-top:13px;
  line-height:1.2;
}
.flow-box__text:after{
  content:"";
  background:url(../lpimg/lp-flow01-icon01.png);
  width:28px;
  height:17px;
  background-size:100% 100%;
  position:absolute;
  bottom:-30px;
  left:0;
  right:0;
  margin: auto;
}
.flow-box__text:last-child:after{
  display:none;
}
/* //flow */
/* plan */
.section-plan{
  padding:20px 0 20px;
  background:#f2f2f2;
}
.section-option{
  padding:20px 0 20px;
}

.plan-table{
  width:100%;
  font-size:18px;
  text-align:center;
  border-collapse: collapse;
}
.plan-table th,
.plan-table td{
  padding:20px 0;
  border:1px solid #d2d2d2;
  text-align:center;
}
.plan-table thead th{
  background:#333333;
  color:#fff;
  border:none;
}
.bg-gray{
  background:#e6e6e6;
}
.price-bikou{
  margin:20px 0;
}
/* //plan */
/* access */
.sectiin-access{
  padding:40px 0 40px;
}
.campaign-img{
  width:70%;
  margin:0 auto 50px;
}
.map iframe{
  width:100%;
  margin:0 auto;
  height:300px;
}
.access-img{
  width:250px;
  margin:0 auto;
}
.pt20{
  padding-top:20px;
}
.pb10{
  padding-bottom:10px;
}
.pt10{
  padding-top:10px;
}
.border-b{
  border-bottom:1px solid #333;
}
.ac-ttl{
  width:2.5em;
}
.ac-item{
  width:calc(100% - 2.5em);
}
/* //access */
/* contact */
.section-contact{
  padding:80px 0;
  background:#f2f2f2;
}
.w48{
  width:48%;
}
.contact-btn{
  width:250px;
  display:block;
  margin:0 auto;
}
.form-title{
  font-size:16px;
  color:#333;
  margin-bottom:10px!important;
  font-weight:normal;
}
.form-item{
  margin-bottom:20px!important;
}
.form-item [type=text],
.form-item [type=email],
.form-item textarea{
  width:100%;
  background:#fff;
  padding:10px!important;
  outline:0;
}
input[type="submit"]{
  background:#61a6c9!important;
  color:#fff!important;
  text-align:center;
  width:160px!important;
  margin:0 auto!important;
  font-size:16px;
}
.form-bikou{
  margin-top:20px;
  font-size:16px;
  text-align:center;
}
.form-privacy{
  display:block;
  position:relative;
  bottom:20px;
  color:#333;
  text-decoration:underline;
  outline:0;
}
/* //contact */
/* ----- //main ----- */
/*--------------------------------
//TOP
--------------------------------*/
@media screen and (max-width:1500px){
  .setsubi-img__wrap{
    max-width:90%;
  }
}
@media screen and (max-width:1300px){
  .contents,
  .setsubi-img__wrap{
    max-width:90%;
  }
  .f-90{
    font-size:60px;
  }
  .f-80{
    font-size:50px;
  }
  .f-60{
    font-size:40px;
  }
  .f-50{
    font-size:30px;
  }
  .f-40{
    font-size:25px;
  }
  .f-30{
    font-size:20px;
  }
  .f-24{
    font-size:18px;
  }
  .plan-table{
    font-size:18px;
  }
  .voice-inner__textwrap{
    width:calc(100% - 130px);
  }
  .second .flow-box__title{
    padding-top:20px;
  }
}
@media screen and (max-width:1410px){
  /* ハンバーガー(max-width:768px) */
  #nav-toggle {
    position: absolute;
    top: 34px;
    right: 5%;
    height: 18px;
    cursor: pointer;
  }
  #nav-toggle div{
    position: relative;
    width: 24px;
  }
  #nav-toggle div span{
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle div span:nth-child(1){
    top: 0;
  }
  #nav-toggle div span:nth-child(2){
    top: 9px;
  }
  #nav-toggle div span:nth-child(3){
    top: 18px;
  }
  .open #nav-toggle span{
    background: #333;
  }
  .open #nav-toggle{
    position:fixed;
  }
  .open #nav-toggle div span:nth-child(1){
    top: 9px;
    transform: rotate(45deg);
  }
  .open #nav-toggle div span:nth-child(2){
    top: 9px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3){
    top: 9px;
    transform: rotate(-45deg);
  }
  #nav-toggle {
    z-index: 1000;
  }
  #global-nav {
    background: #fff;
    color: #333;
    position: fixed;
    max-width:100%;
    width:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .header-nav{
    list-style: none;
    width:100%;
    margin:0px auto 0;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
    height:auto;
    padding-left:0;
  }
  .open {
    overflow: hidden;
  }
  .open #global-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #global-nav li{
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
    width:100%;
  }
  .header-contact__text{
    padding-right:0;
  }
  .header-contact__box{
    justify-content:center;
  }
  .header-menu__snsbox{
    margin-top:30px;
    width:70%;
  }
  .header-contact__box,
  .header-contact__time,
  .header-contact__text{
    width:100%;
    padding-right:0;
  }
  .header-contact__time{
    margin-bottom:20px;
  }
  .header-contact__btn{
    margin-left:auto;
    margin-right:auto;
  }
}
@media screen and (max-width:930px){
  .lp-mv__catch02{
    position:relative;
    top:100px;
  }
  .f-90{
    font-size:60px;
  }
  .f-80{
    font-size:50px;
  }
  .f-60{
    font-size:40px;
  }
  .f-50{
    font-size:35px;
  }
  .f-40{
    font-size:24px;
  }
  .f-30{
    font-size:20px;
  }
  .f-24{
    font-size:18px;
  }
  .f-18{
    font-size:16px;
  }
  .lp-mv__catch-box{
    top:24vw;
  }
  .flow-box__textwrap{
    padding:30px 50px;
  }
  .second .flow-box__title{
    padding-top:20px;
  }
  .plan-table{
    font-size:16px;
  }
  .cta-btn__link{
    padding-left:20px;
  }
  .cta-btn{
    width:100%;
  }
  .cta-btn__link:before{
    width:100px;
    height:90px;
  }
  .cta-btn{
    height:170px;
    line-height:170px;
  }
  .cta-btn__link:after{
    top:73px;
  }
}
@media screen and (max-width:768px) {
  /*--------------------------------
  共通箇所(SP)
  --------------------------------*/
  /* ----- 共通(SP) ----- */
  html{
    margin-top:0!important;
  }
  .pc{
    display:none;
  }
  .sp{
    display:block;
  }
  .w50{
    width:100%;
  }
  .f-24{
    font-size:18px;
  }
  .f-50{
    font-size:24px;
  }
  .f-60{
    font-size:24px;
  }
  .contents,
  .setsubi-img__wrap{
    max-width:90%;
  }
  /* ----- //共通(SP) ----- */
  /* ----- header(SP) ----- */
  .header-top{
    background:#000;
    color:#fff;
    font-size:15px;
    text-align:center;
  }
  .header-menu{
    width:100%;
    height:50px;
    padding-top:0;
    padding:0 5%;
    z-index:999;
    line-height:50px;
    box-shadow:0px 3px 6px rgba(0,0,0,0.18);
  }
  .header-logo{
    width:150px;
    padding-left:0px;
    padding-top: 15px;
  }
  .header-menu__link{
    font-size:16px;
    color:#333;
  }
  /* ハンバーガー(max-width:768px) */
  #nav-toggle {
    position: absolute;
    top: 15px;
    right: 5%;
    height: 18px;
    cursor: pointer;
  }
  .open #nav-toggle{
    position:fixed;
    top:40px;
  }
  #nav-toggle div{
    position: relative;
    width: 24px;
  }
  #nav-toggle div span{
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle div span:nth-child(1){
    top: 0;
  }
  #nav-toggle div span:nth-child(2){
    top: 9px;
  }
  #nav-toggle div span:nth-child(3){
    top: 18px;
  }
  .open #nav-toggle span{
    background: #333;
  }
  .open #nav-toggle div span:nth-child(1){
    top: 9px;
    transform: rotate(45deg);
  }
  .open #nav-toggle div span:nth-child(2){
    top: 9px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3){
    top: 9px;
    transform: rotate(-45deg);
  }
  #nav-toggle {
    z-index: 1000;
  }
  #global-nav {
    background: #fff;
    color: #333;
    position: fixed;
    max-width:100%;
    width:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .header-nav{
    list-style: none;
    width:100%;
    margin:0px auto 0;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
    height:auto;
    padding-left:0;
  }
  .open {
    overflow: hidden;
  }
  .open #global-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #global-nav li{
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
    width:100%;
  }
  .header-contact__text{
    padding-right:0;
  }
  .header-contact__box{
    justify-content:center;
  }
  .header-menu__snsbox{
    margin-top:30px;
    width:70%;
  }
  .header-contact__box,
  .header-contact__time,
  .header-contact__text{
    width:100%;
    padding-right:0;
  }
  .header-contact__time{
    margin-bottom:20px;
  }
  .header-contact__btn{
    margin-left:auto;
    margin-right:auto;
  }
  /* ----- //header(SP) ----- */
  /* ----- footer(SP) ----- */
  .footer{
    height:auto;
    line-height:1;
    padding:20px 0 5px;
    margin-bottom:48px;
  }
  .footer-list{
    width:100%;
    justify-content:center;
  }
  .footer-menu__inner{
    margin:0 20px;
  }
  .copyright{
    width:100%;
    margin-top:10px;
    height:auto;
    line-height:1.5;
  }
  /* ----- //footer(SP) ----- */
  /*--------------------------------
  //共通箇所(SP)
  --------------------------------*/
  /*--------------------------------
  TOP(SP)
  --------------------------------*/
  /* ----- main(SP) ----- */
  /* main(SP) */
  main{
    padding-left:0;
  }
  .lp-mv__catch-box{
    top:70vw;
    font-size:7vw;
  }
  .lp-mv__catch.second{
    top:5.1vw;
  }
  .lp-mv__catch{
    padding: 10px 15px;
    line-height:1.5;
  }
  .lp-mv__text{
    padding:10px 0;
    font-size:6vw;
    margin:11vw auto 0;
    width:100%;
  }
  .section-mv02 .lp-mv__catch-box{
    top:35vw;
    font-size:5.8vw;
  }
  .section-mv02 .lp-mv__catch.second{
    top:8vw;
  }
  .mv-icon__contact{
    bottom:2vw;
    width:20vw;
  }
  /* //main(SP) */
  /* mv(SP) */
  .mv03{
    top:10px;
  }
  .mv-icon__kansen{
    width:20vw;
  }
  /* //mv(SP) */
  /* main共通(SP) */
  .section-nayami{
    padding:0;
  }
  .nayami{
    display: inline;
    justify-content: center;
    width:100%;
  }
  .section-point{
    padding:30px 0;
  }
  .nayami-box{
    margin:20px auto;
    max-width:100%;
  }
  .nayami-box__listwrap{
    padding:15px;
  }
  .nayami-box__list{
    padding-left:30px;
  }
  .nayami-box__list:before{
    width:20px;
    height:20px;
  }
  .arrow-box{
    width:30px;
    bottom: -100px;
  }
  .point-box__img01{
    width:100%;
    margin-right:0;
    margin-bottom:20px;
  }
  .w30,
  .point-box__img02,
  .point-box__text02,
  .point-box__text03{
    width:100%;
  }
  .wsp50{
    width:48%;
  }
  .mr3{
    margin-right:0;
  }
  .f-40{
    font-size:24px;
  }
  .f-30{
    font-size:18px;
  }
  .mb20{
    margin-bottom:10px;
  }
  .mb200{
    margin-bottom:50px;
  }
  .mb40{
    margin-bottom:20px;
  }
  .point-box__img02{
    margin-bottom:20px;
  }
  .w30{
    margin-bottom:20px;
  }
  .w30.second{
    margin-top:0;
  }
  .w30.third{
    margin-top:0px;
  }
  .pt100{
    padding-top:0;
  }
  .mb85{
    margin-bottom:20px;
  }
  .section-setsubi,
  .section-voice,
  .section-flow,
  .section-plan,
  .section-contact{
    padding:20px 0;
  }
  .section-cta{
    padding:30px 0;
  }
  .cta-btn{
    width:100%;
    height:100px;
    line-height:100px;
    margin:0 auto 10px;
  }
  .cta-btn__link{
    padding-left:30px;
  }
  .cta-btn__link:before{
    width:42px;
    height:40px;
    left: 20px;
    top: 32px;
  }
  .f-14-sp{
    font-size:14px;
  }
  .f-13sp{
    font-size:13px;
  }
  .f-16-sp{
    font-size:16px;
  }
  .f-sp18{
    font-size:18px;
  }
  .f-sp24{
    font-size:24px;
  }
  .f-48-sp{
    font-size:48px;
  }
  .cta-btn__link:after{
    right: 10px;
    top: 43px;
    width: 8px;
    height: 14px;
  }
  .w100px{
    width:70px;
  }
  .f-16{
    font-size:14px;
  }
  .voice-inner__textwrap{
    width:calc(100% - 90px);
    margin: 0 0 0 10px;
    border-radius:20px 20px 20px 0;
  }
  .rightvoice .voice-inner__textwrap{
    margin: 0 10px 0 0px;
    border-radius: 20px 20px 0 20px;
  }
  .voice-inner__textinbox{
    padding:20px;
  }
  .flow-box__textwrap{
    padding:20px 20px 1px 20px;
  }
  .flow-box__text{
    height:70px;
    line-height:70px;
  }
  .flow-box__text.row02{
    padding-top:15px;
  }
  .mb30-sp{
    margin-bottom:30px;
  }
  .second .flow-box__title{
    padding-top:23px;
  }
  .flow-box__text.row03{
    padding-top:4px;
  }
  .price-bikou{
    margin:15px 0;
  }
  .campaign-img{
    width:100%;
    margin: 0 auto 50px;
  }
  .access-img,
  .w48{
    width:100%;
  }
  .plan-table{
    font-size:16px;
  }
  .plan-table th, .plan-table td{
    padding:8px 0;
  }
  .plan-table th.bg-plangray,
  .plan-table td.bg-plangray{
    background:#e6e6e6;
    color:#333;
  }
  .point-box__img04{
    width:100%;
  }
  .form-box{
    margin-bottom:30px;
  }
  .lp-mv__catch02{
    position:relative;
    top:50px;
    font-size:18px;
  }
  .sp-jcsb{
    justify-content:space-between;
  }
  /* //main共通(SP) */
  /* ----- //main(SP) ----- */
  /*--------------------------------
  //TOP(SP)
  --------------------------------*/
}

/*R2.12.29_林追加分*/
@media screen and (max-width: 768px){
  .nayami-img{
    display:none;
  }
}

/*========================
　smartphone　bottom menu
　========================*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   background: rgb(255,166,39);
   border-right: 1px solid #fff;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}