@charset 'UTF-8';

/* ******************************************************
キャンペーンごと調整　2022初割
****************************************************** */
.col-mv-txt{
	margin-top: 38px;
}

  .mv-ttl-txt1 {
    color: #F3821B;
  }
  .mv-ttl small {
    color: #fff;
  }

.txt-price-plan em{
    text-decoration: line-through;
}
.txt-price-plan_b {
  margin-bottom: .5em;
}
.lead-service em{
    text-decoration: underline;
    display: block;
}
.list-freeterm li{
    padding-bottom: .5em;
}
.list-freeterm em{
    font-size: 110%;
    font-weight: bold;
    text-decoration: underline;
}
/* amazon */
.cp-bnr2022{
    padding: 0 0 4em 0;
    text-align: center;
    font-weight: bold;
    /*color: #F3821B;*/
}
.img-cpbnr{
    margin-bottom: 1em;
}
.list-plan .notes span {
  margin-top: .5em;
  color: #E02121;
}
.img-mv-fukidashi2 {
  position: absolute;
}
.col-service{
  position: relative;
}
.lbl-plan_w {
    top: 5.5em;
    left: -14.5em;
  }
@media screen and (max-width: 767px){
.lbl-plan_w {
    top: 7em;
    left: -20em;
  }
}
.list-freeterm2 li{
    margin-bottom: .5em;
}
.freeterm-notes2 {
  margin-bottom: 4em;
  text-align: left;
}
.inner-freeterm{
  padding-top: 2em;
  color: #000;
}
.freeterm-notes2 b{
    margin-bottom: .5em;
    display:block;
}
.freeterm-notes2 li span.list-freeterm2-list{
    display: block;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-mv {
    margin-bottom: 20vw;
  }
  .img-mv-phone {
    width: 72.65625vw;
  }
  .img-mv-fukidashi {
    width: 17.75vw;
    z-index: 1000;
    top: 50px;
  }
  .img-mv-fukidashi2 {
    width: 20.8333vw;
    z-index: 1000;
    top: 140px;
	left: -10px;
  }
	.mv-ttl-txt1 {
    font-size: 9.375vw;
  }
  .mv-ttl small {
    font-size: 3.75vw;
  }
  .mv-ttl-txt2 {
    font-size: 5.4166vw;
	 color: #fff;
	 padding-bottom: .5em;
  }
  .txt-price-plan_b {
    font-size: 3.0625vw;
  }
.txt-cpbnr{
    font-size: 5.4166vw;
}
    .list-freeterm2 li .scroll-box {
      overflow-x: auto;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
    }
}
@media screen and (min-width: 768px), print {
  .sec-mv {
    padding: 10px 0 30px;
    max-height: 555px;
  }
  .col-mv-img {
    max-width: 486px;
    width: 48%;
  }
  .img-mv-phone {
    margin-top: 120px;
    width: 486px;
  }
  .img-mv-fukidashi {
    left: -14px;
    top: 10px;
    width: 130px;
    height: auto;
  }
  .img-mv-fukidashi2 {
    left: 114px;
    top: 30px;
    width: 160px;
    height: auto;
  }
  .mv-ttl-txt1 {
    font-size: 36px;
  }
  .mv-ttl small {
    font-size: 22px;
	margin-top: 10px;
	  display: block;
	  width: 476px;
  }
  .mv-ttl-txt2 {
    font-size: 58px;
	color: #fff;
	 padding: 20px 0 10px 0;
  }
  .txt-price-plan_b {
    font-size: 14px;
  }
.freeterm-notes .note1{
    text-align: center;
}
.freeterm-notes .note1 em{
    text-decoration: underline;
}
.flxpc-plan .col-service:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
.txt-cpbnr{
    font-size: 32px;
    margin-bottom: 40px;
	font-weight: bold;
}
}


.col-service.wplan {
  position: relative;
/*  border: solid .4em #F58D1E;*/
}
.col-service.denshiban {
  /*border: solid .4em #F58D1E;*/
}
.slidetoggle-p{
  color: #2366AE;
  margin-bottom: .8em;
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-label{
	margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .hero-label{
	margin-bottom: 20px;
}
	  }
.hero-textwrap{
	justify-content: center;
}