@charset "UTF-8";
/* CSS Document */
body{
    padding-top: 73px;
}
.sec{
    padding: 60px 0;
}

img{
    max-width: 100%;
    height: auto;
}
.phone-btnarea{
    margin: 30px 0 0;
    text-align: center;
}
.phone-btnarea .detail{
    margin-top: 30px;
}
.phone-btnarea .detail p{
    font-size: 12px;
}
.phone-btnarea .detail p.c_name{
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.phone-btn{
    background: #ff0033;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 4px 0 #000;
    transition: 0.4s;
    text-align: center;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    padding: 13px 0;
    border:solid 2px #000;
    display: block;
}
.phone-btn::after{
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
        margin: 0 0 2px 5px;
}
.phone-btn:hover{
    background: #fff;
    color: #ff0033;
    box-shadow: none;
    transform: translateY(6px);
}
.phone-btn:hover::after{
    border-right: 3px solid  #ff0033;
    border-bottom: 3px solid  #ff0033;
}
@media screen and (max-width: 750px) {
    .phone-btn{
        width: 90%;
    }
    .sec{
        padding: 40px 0;
    }
}
/*-----------------------

FV

-----------------------*/
.firstview{
    background:url("../img/2601/main_bg_pc.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 20px;
}
@media screen and (max-width: 750px) {
    #newphone .firstview{
        background: none;
        padding: 0;
    }
    .firstview .inner{
        width: 100%;
    }
}
/*-----------------------

ワイモバイルなら月額1円

-----------------------*/
.sec2{
    background:url("../img/2601/sec2-bg_pc.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}
.suportbox{
    background: #fff;
    border-radius: 30px;
    border: solid 2px #b30528;
    margin-top: 40px;
    overflow: hidden;
}
.suportbox h2{
    font-size: 2.6rem;
    background: #b30528;
    padding: 20px 0;
    color: #fff;
}
.suportbox .item{
    padding: 40px;
}
.acMenu_img{
    padding: 30px 0 0;
    display: block;
}
.acMenu{
    border: solid 1px #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 40px;
}
.acbox{
    display: none;
    padding-top: 10px;
    text-align: left;
}
.acMenu.open .acbox{
    display: block;
}
/* 縦線 */
.acMenu::before {
  background: #000; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 20px; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform .3s ease-in-out;
  width: 15px; /* 線の幅 */
}
/* 横線 */
.acMenu::after {
  background: #000; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 20px; /* 線の位置を縦中央に */
  transition: opacity .3s ease-in-out;
  width: 15px; /* 線の幅 */
}
/* 縦線(クリック後) */
.acMenu.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.acMenu.open::after {
  opacity: 0;
}
@media screen and (max-width: 750px) {
    .sec2{
        background:url("../img/2601/sec2-bg_sp.jpg")no-repeat;
        background-size: cover;
        background-position: center;
    }
    .suportbox h2{
        font-size: 2rem;
        padding: 10px 0;
    }
    .suportbox .item{
        padding: 20px;
    }
    .acMenu_img{
        padding: 20px 0 0;
    }
    .acMenu{
        margin-top: 30px;
    }
}
/*-----------------------

コスパ最強プラン

-----------------------*/
.sec3{
    background: #b30528;
}
.sec3 h2{
    margin-bottom: 30px;
}
.sec3 .item{
    background: #fff;
    padding: 60px;
}
.sec3 .bnr{
    margin: 40px 0 0;
}
.sec3 .detail{
    font-size: 12px;
    text-align: left;
    color: #949494;
    margin-top: 20px;
}
.sec3 .detail a{
    text-decoration: underline;
    color: #949494;
}
.sec3 .imgbox{
    padding: 40px 0;
}
@media screen and (max-width: 750px) {
    .sec3 .item{
        padding: 20px;
    }
    .sec3 .slide-p{
        text-align: left;
    }
    .sec3 .data_table{
        width: 100%;
        overflow-x:scroll; 
    }
    .sec3 .data_table img{
        max-width: 800px;
    }
    .sec3 .bnr{
        margin: 30px 0;
    }
}
/*-----------------------

顧客満足度No.1

-----------------------*/
.sec4{
    background:url("../img/2601/sec4_pc.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 10px;
}
@media screen and (max-width: 750px) {
    .sec4{
        background:none;
        padding: 0;
    }
    .sec4 .inner{
        width: 100%;
    }
}
/*-----------------------

ステップ

-----------------------*/
@media screen and (max-width: 750px) {
    .sec5{
        padding-bottom: 0;
    }
}
/*-----------------------

CTA

-----------------------*/
.sec6{
    background:linear-gradient(180deg, #fff 0%, #fff 12%, #fffce3 12%, #fffce3 100%);
    padding-bottom: 60px;
}
.sec6 .phone-btn{
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
    .sec6{
        background:#fffce3;
        padding: 40px 0;
    }
}

/*-----------------------

フッター

-----------------------*/
#footer {
  background: #eeeeee;
  padding: 6rem 0;
  font-size: 1.4rem;
}
#footer .ft-info {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  #footer {
    padding: 30px 0 15px;
  }
  #footer .ft-info {
    display: block;
    margin-top: 0;
  }
  #footer .ft-info .copyright {
    margin-top: 5vw;
    text-align: center;
  }
}
