@charset "UTF-8";
/* CSS Document */


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

トップ

---------------------*/
.bnr{
    padding: 36px 0;
}
.bnr a{
    margin: 0 15px;
}
.bnr a:hover{
    opacity: 0.6;
}
/*---------------------

料金

---------------------*/
#price{
    background: url("../images/common/top-price-bg_pc-min.jpg")no-repeat;
    background-size: cover;
}

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

他社の違い

---------------------*/
.reasonbox table{
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
}
.reasonbox .reason-ttl th{
    background: #f1f1f1;
}
.reasonbox tr th:first-of-type{
    width: 18%;
}
.reasonbox tr th{
    width: 25%;
    font-weight: 600;
}
.reasonbox tr:first-of-type th{
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
}
.reasonbox th.none{
    background: none;
    border-top: none!important;
    border-left: none;
}
.reasonbox td{
    font-size: 1.6rem;
}
.reasonbox th,
.reasonbox td{
    border-left: 1px solid #909090;
/*     border-top: 1px solid #909090;*/
    text-align: center;
    vertical-align: middle;
    padding: 16px 10px;
}
.reasonbox tr th.storong{
    width: 32%;
    background: #fff;
}
.reasonbox .storong img{
    width: 80%;
    margin: 0 auto;
}
.reasonbox .storong{
    border-left: #0596ad solid 4px;
    border-right: #0596ad solid 4px;
    color: #0596ad;
    font-weight: 600;
}
.reasonbox tr:first-of-type .storong{
    border-top: #0596ad solid 4px;
}
.reasonbox tr:last-of-type .storong{
    border-bottom: #0596ad solid 4px;
}
.reasonbox tr:nth-child(3),
.reasonbox tr:nth-child(5){
    background: #f4fbfb;
}
.reasonbox td span{
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    display: block;
}

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

機種一覧

---------------------*/
#phone{
    overflow: hidden;
}
.phonelist .phone{
    background: #fff;
    width: 23%;
    margin: 0 1%;
    text-align: center;
    padding: 30px 30px 40px;
    position: relative;
    z-index: 3;
}
.phonelist {
    justify-content: center;
    position: relative;
    padding-bottom: 60px;
}
.phonelist::before{
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 1;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 50%;
    background: rgb(134,173,214);
    background: -webkit-linear-gradient(4deg, rgba(134,173,214,1) 0%, rgba(161,233,239,1) 100%);
    background: -o-linear-gradient(4deg, rgba(134,173,214,1) 0%, rgba(161,233,239,1) 100%);
    background: linear-gradient(94deg, rgba(134,173,214,1) 0%, rgba(161,233,239,1) 100%);
}
.phonelist h3{
    font-size: 2rem;
    margin: 20px 0;
    padding-bottom: 15px;
    position: relative;
}
.phonelist h3::before{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    content: "";
    background: #10a9b1;
}
.phonelist p{
    text-align: left;
}

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

口コミ

---------------------*/
.voice{
    margin: 0 13px;
}
.voice .txt{
    background:  #f4fbfb;
    padding: 120px 40px 40px;
}
.voice .txt dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.voice .txt dt,
.voice .txt dd{
    width: 50%;
    text-align: center;
    border-bottom: solid 1px #3cbcd0;
}
.voice .txt dt{
    color: #0596ad;
}
.voice .img{
    margin:0 0 -100px;
    text-align: center;
}
#voice .slick-dotted.slick-slider{
    padding-bottom: 60px;
}
#voice .slick-dots{
    bottom: 0;
}
#voice .slick-dots li button:before{
    display: none;
}
.slick-dots li{
    width: 6px;
    height: 9px;
}
#voice .slick-dots li button{
    width: 8px;
    height: 8px;
    border: solid 1px #0596ad;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#voice .slick-dots li.slick-active button{
    background: #0596ad;
}
#voice .voice .img img{
    margin: 0 auto;
}
.voice-slider .slick-next,
.voice-slider .slick-prev{
    width: 34px;
    height: 34px;
    z-index: 1;
}
.voice-slider .slick-next:before,
.voice-slider .slick-prev:before{
    content: "";
    width: 34px;
    height: 34px;
    border-right:  1px solid #0596ad;
    border-bottom:  1px solid #0596ad;
    display: block;
}
.voice-slider .slick-next:before{
  transform:rotate(-45deg);
}
.voice-slider .slick-prev:before{
  transform:rotate(135deg);
}

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

スタッフ紹介

---------------------*/
.stafflist{
    display: flex;
    justify-content: center;
/*    align-items: center;*/
    flex-wrap: wrap;
}
.stafflist li{
    width: 26%;
    margin: 0 2% 30px;
}
.stafflist li .img{
    position: relative;
}
.stafflist li .img .namebox{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #0054ae;
}
.stafflist li .img .popupbtn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border: solid 1px #108dc6;
    color: #108dc6;
    background: #fff;
    text-align: center;
    line-height: 1.4;
    padding-top: 12px;
}
.stafflist li .img .popupbtn:hover{
    background: #108dc6;
    color: #fff;
}
.stafflist li .img .namebox p{
    font-weight: 500;
    line-height: 1.3;
}
.stafflist li .img .namebox p.name{
    font-size: 2.4rem;
    font-weight: 600;
}
.stafflist li .txt{
    color: #0054ae;
    font-weight: 500;
    margin: 10px 0 0;
}
#modal1{
/*    overflow: scroll;*/
}
.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
    overflow: scroll;
  z-index: 100000;
}
.md-contents{
  display: none;
  position: fixed;
  top: 4%;
  left: 50%;
  max-width: 800px;
    height: -webkit-fill-available;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
    width: 100%;
    z-index: 100001;
    overflow: scroll;
}
.md-contents::-webkit-scrollbar{
    display: none;
  }
.md-inner{
  padding: 60px 60px 40px;
  background: #fff;
/*  height: auto;*/
    overflow: scroll;
}
.md-inner::-webkit-scrollbar{
    display: none;
  }
.md-inner .type{
    color: #0596ad;
    font-size: 1.6rem;
    padding: 3px 10px;
    border: solid 1px #0596ad;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 600;
}
.md-inner .profile {
    justify-content: space-between;
}
.md-inner .profile .copy{
    position: absolute;
    bottom: 5px;
    left: 0;
    color: #0596ad;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.8;
}
.md-inner .profile .year{
    font-weight: 500;
}
.md-inner .profile .profile_txt{
    width: 50%;
    position: relative;
}
.md-inner .profile img{
    width: 40%;
}
.profilebox{
    margin: 40px 0 0;
}
.profilebox .box{
    margin-bottom: 30px;
    border-left: 5px solid #0596ad;
    padding: 10px 0 10px 26px;
}
.profilebox .box h4{
    color: #0596ad;
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.md-xmark{
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
 
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

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

導入の流れ

---------------------*/
#flow{
    background: url("../images/common/top-flow-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: center top;
}
/*---------------------

法人携帯のことなら！

---------------------*/
#bnr{
    background: url("../images/common/feature-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding: 30px 0 0 ;
}

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

コラム

---------------------*/
.columnlist{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.columnlist li{
    width: 24%;
    margin-right: 1.3%
}
.columnlist li:nth-child(4n){
    margin-right: 0;
}
.column_txt{
    background: #fff;
    padding: 10px 20px 20px;
}
.column_txt .tag{
    background: #0596ad;
    color: #fff;
    margin-left: auto;
    display: table;
    font-size: 1.4rem;
    padding: 5px 5px 6px;
    line-height: 1;
}
.columnttl{
    margin-top: 10px;
}

@media screen and (max-width:1024px) {
    .inner{
        margin: 0 0;
    }
    .md-contents{
        width: 80%;
    }
  
}
@media screen and (max-width:769px) {
    #price{
        background: url("../images/common/top-price-bg_sp-min.jpg")no-repeat;
        background-size: cover;
    }
    .bnr a{
        text-align: center;
        margin: 15px 0;
        display: block;
    }
    .voice-slider .slick-next{
        right: 0;
    }
    .voice-slider .slick-prev{
        left: 0;
    }
    .phonelist .phone{
        width: 48%;
        margin-bottom: 10px;
    }
    .phonelist{
        display: flex;
        flex-wrap: wrap;
    }
    .phonelist::before{
        bottom: 30%;
    }
    .stafflist li,
    .stafflist li:nth-child(4n){
        width: 48%;
        margin:0 3% 15px 0;
    }
    .stafflist li:nth-child(2n){
        margin-right: 0;
    }
    .md-inner .profile .copy{
        position: relative;
    }
    .md-inner .profile .profile_txt{
        text-align: center;
    }
    .md-inner .profile img{
        margin: 0 auto 30px;
        display: block;
        max-width: 260px;
        width: 100%;
    }
    .md-inner .profile .copy{
        margin-top: 15px;
    }
    .profilebox{
        margin: 20px 0 0;
    }
    .md-inner .profile .profile_txt{
        width: 100%;
    }
    #bnr{
        background: none;
        padding: 0;
    }
    #bnr .wrap{
        padding: 0;
    }
    .columnlist{
        justify-content: center;
    }
    .columnlist li,
    .columnlist li:nth-child(4n){
        width: 46%;
        margin:0 2% 15px;
    }
    .voice .img{
        padding: 0 23%;
        margin: 0 0 -30%;
    }
    .voice .txt{
        padding: 80px 20px 30px;
    }
  
}

@media screen and (max-width:479px) {
    
    .md-inner{
        padding: 30px;
    }
    .reasonbox table{
        width: 700px;
    }
    .tablebox.reasonbox{
        width: 100%;
        overflow: scroll;
    }
    .reasonbox td{
        font-size: 1.4rem;
    }
    .reasonbox td,
    .reasonbox th{
        line-height: 1.4;
    }
    .phonelist .phone{
        padding: 20px 12px 25px;
        width: 49%;
        margin: 0 0.5% 3px;
    }
    .phonelist .phone img{
        width: 60%;
        margin: 0 auto;
    }
    .phonelist h3{
        font-size: 1.6rem;
        margin: 10px 0 12px;
        padding-bottom: 12px;
    }
    .phonelist{
        padding-bottom: 0;
    }
    .phonelist .phone p{
        font-size: 1.3rem;
    }
    .voice{
        margin: 0 5px;
    }
    #voice .slick-dotted.slick-slider{
        padding-bottom: 40px;
    }
    .stafflist li .img .namebox{
        top: 5px;
        left: 5px;
    }
    .stafflist li .img .namebox p.name{
        font-size: 1.6rem;
    }
    .stafflist li .img .namebox h3{
        font-size: 1.2rem;
        font-weight: 500;
    }
    .stafflist li .img .popupbtn{
        width: 50px;
        height: 50px;
        right: 5px;
        bottom: 5px;
        line-height: 1.3;
        font-size: 11px;
        padding-top: 10px;
    }
    .md-inner .profile .copy{
        font-size: 1.8rem;
    }
    .profilebox .box{
        padding: 10px 0 10px 16px;
    }
    .column_txt{
        padding: 10px 12px 14px;
    }
    .column_txt .tag{
        font-size: 1.2rem;
    }

}


