@charset  "utf-8";
/*
  料金・サービス
--------------------------------------------------------------------------------------------------------*/
.brd-radius {
border-radius: 8px;
}
@media screen and (max-width: 769px) {
.brd-radius {
border-radius: 4px;
}	
}
#plan .plan-table-wrap  {
    position: relative;
}
#plan .plan-table-wrap .icon-plan-change {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.box-plan{
    width:808px;
    margin:0 auto 10px;
    border:1px solid #c1c1c1;
    text-align:center;
}
.box-plan-wide{
    border:1px solid #c1c1c1;
    text-align:center;
    border-radius: 5px;
    padding:10px 15px 0px;
    margin-bottom:15px;
}
.box-plan-wide .float-left{
    float: left;
    margin:0;
}
.bg-color-pink{
    background-color: #fff2f9;
}
.left-width58{
    max-width: 58%;
    height:auto;
}
.right-width42{
    max-width: 42%;
    height:auto;
}
.block-2-center{
    margin-left:17%;
}
.table-monthly_list{
  list-style-type: none;
  margin-left: 0;
}
.table-monthly_text{
  margin: 20px 0 5px;
}
@media screen and (max-width:768px) {
    #plan .plan-table-wrap .plan-table {
        margin: 20px 0;
    }
    #plan .plan-table-wrap .icon-plan-change {
        width: 50px;
    }
    .box-plan{
    width:auto;
}
    .block-2-center{
    margin:0;
}
}

#plan .plan-mobile-description {
    text-align: center;
    margin: 0 0 30px;
}
#plan .plan-mobile-description h4 {
    font-size: 24px;
    font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    color: #e4007f;
    margin-bottom: 15px;
    padding: 0;
}
#plan .plan-mobile-description .lead {
    font-size: 16px;
    margin: 0 0 30px;
}
@media screen and (min-width:768px) {
#plan .plan-mobile-description .lead {
        font-size: 16px;
    }
    #plan .plan-mobile-description .link {
        text-align: left;
        padding-left: 170px;
    }
}
@media screen and (max-width:768px) {
    #plan .plan-mobile-description .lead {
        text-align: left;
    }
    #plan .plan-mobile-description .link {
        text-align: center;
        padding-left: 0;
    }
}

.notice-01 li {position: relative; list-style:none; margin-left: 0;padding-left: 2.5em;}
.notice-01 li span {position: absolute;top:0;left:0;}

#plan .tab-content.plan-pittari .content .field .title {
    color: #e4007f;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
}
#plan .tab-content.plan-pittari .text {
    font-size: 16px;
}
@media screen and (max-width:768px) {
    #plan .tab-content.plan-pittari .content .field .title {
        color: #e4007f;
        font-size: 13px;
        line-height: 130%;
        margin-bottom: 10px;
    }
    #plan .tab-content.plan-pittari .text {
        font-size: 12px;
    }
}
#plan .plan-pittari-table {
    border: 0;
}
#plan .plan-pittari-table tr td {
    padding: 20px 10px;
    vertical-align: middle;
}
#plan .plan-pittari-table tr td:nth-of-type(1) {
    width: 130px;
    text-align: center;
}
#plan .plan-pittari-table tr td:nth-of-type(2) {
    width: 250px;
}

@media screen and (max-width:768px) {
    #plan .plan-pittari-table tr td:nth-of-type(1) {
        width: 80px !important;
    }
    #plan .plan-pittari-table tr td {
        width: auto !important;
    }
}

.no-linebreak{
    white-space:nowrap;
    font-size:10px;
}
@media screen and (max-width:768px) {
.padding_sp th{
        padding:5px 3px;
    }
.padding_sp td{
        padding:5px 3px;
    }
}

.area-col.arr05 .area-left {
    width: 40%;
}


#turbo .area-right{
    padding-left: 30px;
}
#portalappli .uline {
    border-bottom: 2px solid #e4007f;
}
#portalappli ol.img {
    list-style:none;
    margin:0;
    padding:0;
}
#portalappli ol.img li{
    list-style:none;
    background-repeat:no-repeat;
    background-position:0 0;
    margin:0 0 5px;
    padding-left:25px;
}

#portalappli ol.img li.li1{
    background-image:url(../images/mark_01.png);
}
#portalappli ol.img li.li2{
    background-image:url(../images/mark_02.png);
}
#portalappli ol.img li.li3{
    background-image:url(../images/mark_03.png);
}
#portalappli .notice-pink {
    width:295px;
    box-sizing:border-box;
    background: #fce5f2;
    padding: 13px;
    margin: 0;
}
#portalappli .notice-pink ul{
    display: table;
    list-style:none;
    margin:0 auto;
    padding:0;
}
#portalappli .notice-pink ul li{
    display: table-row;
}
#portalappli .notice-pink ul li span{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 10px;
}
@media screen and (min-width:768px) {
    #portalappli {
        padding-right: 0;
    }
    #portalappli .area-left {
        white-space:nowrap;
    }
    #portalappli .area-right {
        padding-left: 20px;
    }
    .text-center-pc {
        text-align: center;
    }
}
@media screen and (max-width:768px) {
    .box-plan .bg-color-pink{
        margin: 0 0 10px;
        padding: 10px;
    }
    .pittariplan {
        border: 1px solid #e4007f;
        padding: 20px 10px;
        border-radius: 3px;
    }
    .area-col.arr05 .area-left {
    width: 100%;
    }
    #turbo .area-right{
    padding-left: 0;
    }
    #portalappli.block-gray .area-right {
        text-align: center;
    }
    #portalappli.block-gray .pull-left {
        float: none;
        text-align: center;
    }
    #portalappli .notice-pink {
        width:100%;
    }
    .text-left-sp {
        text-align: left!important;
    }
}
.no_mark11{
    margin-left:20px;
    font-size:11px;
    list-style:none;
}


#plan .text-center img.visible-pc {
    margin: 15px auto;
}

#plan .btn.anc::before {
    border-right: 1px solid #2c2c2c;
    border-top: 1px solid #2c2c2c;
    bottom: 0;
    content: "";
    height: 5px;
    right: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 5px;
}
#plan .btn.anc {
    font-size: 14px;
}

.vmiddle {
    vertical-align: middle;
}

#plan .feature {
    background: #f0f0f0;
    border-radius: 5px;
}
.block {
    display: block;
}
@media screen and (min-width:768px) {
    #plan #main section.bg-white .container {
        padding: 40px 0;
    }
    #plan #main section .container.first .notice-gray {
        padding-bottom: 40px;
    }
    #plan .boxes-wimax-option .box .ind {
        min-height: auto;
    }
    #plan .boxes-wimax-option .box .foot {
        min-height: 152px;
    }
    #plan .boxes-wimax-products .box .ind {
        min-height: 454px;
    }
    #plan .boxes-wimax-products .box .foot {
        min-height: 101px;
    }
    #plan .fields-layout .fields .content .field .plan-inner {
        padding-left: 14px;
        padding-right: 14px;
    }
    #plan .fields-layout.toggle-block .fields .content .field .lead-text {
        margin: 20px 0;
    }
    #plan .feature {
        font-size: 20px;
        background: #f0f0f0;
        border-radius: 5px;
    }
    #plan .feature2 p {
        margin-bottom: 10px;
        text-align: center;
    }
    #plan .feature2 .font-up {
        font-size: 28px;
    }
    #plan .fields-layout.toggle-block .fields .content .field .col-4 {
        width: 200px;
    }
    #plan #index-plan-detail dl.table {
        display: table;
        width: 900px;
        margin: 0 auto;
    }
    #plan #index-plan-detail dl.table dt {
        display: table-cell;
        width: 140px;
    }
    #plan #index-plan-detail dl.table dd {
        display: table-cell;
        vertical-align: middle;
    }
}
@media screen and (max-width:768px) {
    #plan #main section .container.first {
        padding-top: 20px;
    }
    #plan #main section.mb-large .container:last-child {
        padding-bottom: 20px;
    }
    #plan .list-horizontal.btns li {
        display: block;
        margin-bottom: 10px;
    }
    #plan .list-horizontal.btns li a{
        width: 100%;
    }
    #plan .fields-layout .fields .content .field .plan-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    #plan .feature {
        font-size: 100%;
        padding: 5px;
    }
    #plan .feature2 {
        text-align: left;
        font-size: 14px;
    }
    #plan .feature2 p {
        margin-bottom: 5px;
    }
    #plan .feature2 .font-up {
        font-size: 122%;
    }
    #plan .feature2 .font-down {
        font-size: 75%;
    }
    #plan .fields-layout.toggle-block .fields .content .field .col-4 {
        width: 46%!important;
    }
    #plan #index-plan-detail dl.table {
        display: block;
        margin: 0 0 10px;
    }
    #plan #index-plan-detail dl.table dt {
        margin: 0 0 5px;
    }
    #plan #index-plan-detail dl.table dd {
        margin: 0 0 10px;
    }
    .sp-clear {
        float: none;
        clear: both;
    }
}


.flow-wimax .orders {
    margin-bottom: 0;
}

.lte_link{
position:relative;
}
.lte_banner{
position:absolute;
bottom:13px;
right:0;
}
.note-box-01 span{
display: inline-block;
padding: 5px 10px;
border: 1px solid #e61717;
border-radius: 5px;
color: #e61717;
font-size: 12px;
}
.img-wrap img{
    margin: 30px auto;
    display: block;
}
.img-wrap-inner{
    
}
.adj-border{
/*border-top-left-radius:5px;*/
border-top: 1px solid #cccccc;
}
.tab2 .tab-text-positon a{
padding-top: 10px !important;
}
#tabs-category{
margin-top: 80px;
}
@media screen and (max-width:768px) {
    #main .lte_banner{
        width:28%;
        bottom:8%;
    }
}
article .table-font17  th,
article .table-font17  td{
    font-size:17px !important;
}
.list-bg{
    background:#efefef;
    padding:10px;
}

@media screen and (min-width: 768px) {
    .pt50{
        padding-top:50px !important;
    }
    .text-price.add-padding{
        padding:23px 0 24px;
    }
    .title.ptb{
        padding-top:38px !important;
        padding-bottom:15px !important;
    }
    .foot.pb{
        padding-bottom:10px !important;
    }
}

/* origin */
#main.top .fields-layout .fields > .head .title{
font-size:28px;
background:#f354a4;
}
#main.top .fields-layout .fields > .head .title.large {
    font-size: 28px;
}
#main.top .fields-layout .fields > .head .title.small {
    font-size: 14px;
}
@media screen and (max-width:768px) {
    #main.top .fields-layout .fields > .head .title.large {
        font-size: 16px;
    }
    #main.top .fields-layout .fields > .head .title.small {
        font-size: 12px;
    }
}
#main.top .img-contents{
text-align:center;
margin-bottom:50px;
}
#main.top .box-attention-01{
margin-bottom:30px;
padding: 15px 25px;
border: 2px solid #e61717;
border-radius: 5px;
color: #e61717;
}
#main.top .box-attention-01 .lead{
margin-bottom: 5px;
text-align: center;
text-decoration: underline;
font-size: 17px;
}
#main.top .box-attention-01 :last-child{
margin-bottom: 0;
}
#main.top .feature{
font-size:20px;
background:#f0f0f0;
border-radius:5px;
text-align:center;
margin-bottom:30px;
}
#main.top .box-frame-01{
overflow-x: hidden;
overflow-y: scroll;
padding: 15px 0 0 15px;
height: 190px;
border: 1px solid #e0e0e0;
font-size: 12px;
}
#main.top .note-box-01{
text-align: right;
}
#main.top .note-box-01 span{
display: inline-block;
padding: 5px;
border: 1px solid #e61717;
border-radius: 5px;
color: #e61717;
font-size: 11px;
}
#main.top .list-image-01{
margin-left: -10px;
list-style: none;
}
#main.top .list-image-01 li{
float: left;
margin: 0 0 10px 10px;
}
@media screen and (max-width:768px){
    #main.top .fields-layout .fields > .head .title{
    font-size: 16px;
    }
    #main.top .img-contents{
    margin-bottom:20px;
    }
    #main.top .list-image-01{
    margin-left: 0;
    }
    #main.top .list-image-01 li{
    float: none;
    margin-left: 0;
    text-align: center;
    }
    #main.top .box-attention-01{
    margin-top: 20px;
    }
    #main.top .box-attention-01 .lead{
    font-size: 12px;
    }
    #main.top .feature {
        font-size: 100%;
        padding: 5px;
        margin-bottom:15px;
    }
}

/* /wimax/plan/wimax.html
  ------------------------------ */
/* override */
section > .container{
overflow: visible;
}

/* origin */
.wimax-plan-image{
position: relative;
margin-bottom: 15px;
}
.wimax-plan-image .link-cell{
position: absolute;
left: 1px;
width: 150px;
height: 70px;
}
.wimax-plan-image .link-cell.type-01{
top: 373px;
}
.wimax-plan-image .link-cell.type-02{
top: 515px;
border-radius: 0;
}
.wimax-plan-image .link-cell .link-boxw{
border-radius: 0;
}
.wimax-plan-image .link-cell .link-box{
border-radius: 0;
}
.wimax-plan-image .link-cell.type-02 .link-box{
border-radius: 0 0 0 5px;
}
.wimax-plan-image .link-cell .link-img{
width: 20px;
height: auto;
border-radius: 0;
}
.wimax-plan-image .btn-lightblue{
position: absolute;
top: 606px;
padding: 5px 21px;
font-size: 11px;
}
.wimax-plan-image .btn-lightblue.type-01{
left: 184px;
}
.wimax-plan-image .btn-lightblue.type-02{
left: 361px;
}
.wimax-plan-image .btn-lightblue.type-03{
left: 520px;
}
.wimax-plan-image .btn-lightblue.type-04{
left: 661px;
}
.wimax-plan-image .btn-lightblue.type-05{
left: 802px;
}
.wimax-plan-bnr{
padding-left: 150px;
margin-bottom: 25px;
}
.foot-btn .foot-btn-list.type-wimax{
margin-bottom: 15px;
}
.foot-btn-list.type-wimax .btn-lightblue{
min-width: 350px;
}
.foot-btn-list.type-other .btn{
min-width: 230px;
}
.droplist-wrap{
position: relative;
}
.droplist-wrap .droplist{
position: absolute;
right: 0;
left: 0;
z-index: 4;
margin: auto;
width: 198px;
border: 1px solid #ccc;
background-color: #fff;
}
.droplist-wrap .droplist li{
margin: 0;
border-top: 1px solid #ccc;
text-align: left;
width: 100%;
}
.droplist-wrap .droplist li:first-child{
border-top: none;
}
.droplist-wrap .droplist li a{
position: relative;
display: block;
padding: 6px 30px 6px 15px;
color: #2b2b2b;
text-decoration: none;
width: 100%;
box-sizing: border-box;
}
.droplist-wrap .droplist li a:hover{
opacity: .7;
}
.droplist-wrap .droplist li a::after{
position: absolute;
top: 0;
right: 11px;
bottom: 0;
margin: auto;
width: 6px;
height: 6px;
border-top: 1px solid #2c2c2c;
border-right: 1px solid #2c2c2c;
content: "";
vertical-align: middle;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn.js-droplist-hook:before{
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}

@media screen and (max-width:768px){
/* override */
.text-notice{
font-size: 12px !important;
}
/* origin */
.wimax-plan-image{
margin: 10px 0;
}
.wimax-plan-image .link-cell{
left: 0.36%;
width: 24.1%;
height: auto;
}
.wimax-plan-image .link-cell.type-01{
top: 56.2%;
}
.wimax-plan-image .link-cell.type-02{
top: 78.2%;
}
.wimax-plan-image.type-heart .link-cell.type-01{
top: 57.1%;
}
.wimax-plan-image.type-heart .link-cell.type-02{
top: 78.5%;
}
.wimax-plan-image .link-img{
width: 15px;
}
.wimax-plan-image .btn-lightblue{
top: 91.2%;
}
.wimax-plan-image.type-heart .btn-lightblue{
top: 92.9%;
}
.wimax-plan-image .btn-lightblue:before{
right: 8px;
width: 4px;
height: 4px;
}
.wimax-plan-image.type-01 .btn-lightblue{
width: 30.5%;
}
.wimax-plan-image.type-01 .btn-lightblue.type-01{
left: 28.3%;
}
.wimax-plan-image.type-01 .btn-lightblue.type-02{
left: 66%;
}
.wimax-plan-image.type-02 .btn-lightblue{
padding: 5px;
width: 21.2%;
}
.wimax-plan-image.type-02 .btn-lightblue.type-01{
left: 26.3%;
}
.wimax-plan-image.type-02 .btn-lightblue.type-02{
left: 51.4%;
}
.wimax-plan-image.type-02 .btn-lightblue.type-03{
left: 76.6%;
}
.wimax-plan-bnr{
padding-left: 0;
margin-bottom: 40px;
}
.foot-btn-list.type-wimax .btn-lightblue{
padding: 15px;
min-width: 0;
width: 100%;
}
.foot-btn .foot-btn-list.type-other li{
display: inline-block;
}
.foot-btn-list.type-other .btn{
min-width: 0;
}
.droplist-wrap .droplist{
left: -25%;
}
}

/* /wimax/plan/各プランページ
  ------------------------------ */
/* origin */
.lte-option-col::after{
content: '';
display: block;
clear: both;
}
.lte-option-col ._col-2{
width: 50%;
float: left;
margin: 0;
}
.lte-option-col.gigaho ._col-2 .left{
padding-right: 10px;
text-align: right;
}
.lte-option-col.gigaho ._col-2 .right{
padding-left: 10px;
text-align: left;
}
@media screen and (max-width:768px){
  .lte-option-col{
  text-align: center;
  }
  .lte-option-col ._col-2{
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 auto;
  }
  .lte-option-col ._col-2:first-child{
  margin-bottom: 10px;
  }
  .lte-option-col.gigaho ._col-2 .left{
  padding-right: 0;
  }
  .lte-option-col.gigaho ._col-2 .right{
  padding-left: 0;
  }
}


#plan .cols {
  margin-bottom: 20px;
}

#plan .box-emphasis .box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    background-color: #ffeff9;
}
#plan .box-emphasis .box > .head {
    padding: 25px 20px 0px 20px;
}
#plan .box-emphasis .box > .head .title {
    font-family: "譁ｰ繧ｴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    border: 0;
    padding: 15px 0 23px;
    text-align: center;
    line-height: 130%;
}
#plan .box-emphasis .box > .head .title .sub {
    display: block;
    font-size: 16px;
}
#plan .box-emphasis .box > .head .title .main {
    display: block;
    font-size: 28px;
    color: #e2007e;
}
#plan .box-emphasis .box > .head .title.l2 {
    padding: 0 0 15px;
}
#plan .box-emphasis .box > .ind {
    padding: 0px 20px 0px;
}
#plan .box-emphasis .box > .ind .icon {
    margin-bottom: 20px;
}
#plan .box-emphasis .box > .ind .description {
    padding: 15px 0px 0px;
}
#plan .box-emphasis .box > .foot {
    padding-left: 20px;
    padding-right: 20px;
}
#plan .box-emphasis .box > .foot [class^="btn"] {
    width: 250px;
    margin: auto;
}

@media screen and (max-width:768px) {
    #plan .box-emphasis {
        margin-bottom: 0px;
    }
    #plan .box-emphasis .box > .head .title {
        font-size: 13px;
    }
    #plan .box-emphasis .box > .foot {
        padding-bottom: 10px;
    }
}


#plan .box-emphasis .text-price img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
}
#plan .box-emphasis .text-price .num {
    vertical-align: middle;
}
#plan .box-emphasis .text-price .tail {
    vertical-align: bottom;
}
#plan .box-emphasis .text-price2 {
    display: inline-block;
    padding: 0 0 12px;
}
#plan .box-emphasis .text-price2 s {
    text-decoration: none;
    display: inline-block;
    position: relative;
}
#plan .box-emphasis .text-price2 s::after {
    content: "";
    width:100%;
    height: 1px;
    position: absolute;
    top: 11%;
    left: 50%;
    -webkit-transform: rotate(-14deg) translate(-50%, -50%);
    transform: rotate(-14deg) translate(-50%, -50%);
    background-color: #e4007f;
    border: 1px solid transparent;
}

@media screen and (max-width:768px) {

  #plan .box-emphasis .text-price img {
      width: 55%;
  }
  #plan .box-emphasis .text-price .num {
      vertical-align: middle;
  }
  #plan .box-emphasis .text-price .tail {
      vertical-align: bottom;
  }
}


#plan .inner-col {
  margin: 0 -10px 20px;
  padding-bottom: 10px;
}
#plan .gutter {
  margin-top: 25px !important;
}
#plan .inner-col > .col-1,
#plan .inner-col > .col-2 {
  float: left;
  margin: 0 10px;
}
#plan .inner-col > .col-1 {
  width: 296px;
}
#plan .inner-col > .col-2 {
  width: 612px;
}
#plan .inner-col > .col-3 {
  width: 928px;
}
#plan .inner-col > .col-1 [class^="boxes"] .box {
  width: 296px;
}
#plan .inner-col > .col-2 [class^="boxes"] .box {
  width: 612px;
}
#plan .inner-col > .col-1.box-option [class^="boxes"] .box {
  width: 231px;
}
#plan .inner-col > .col-2.box-option [class^="boxes"] .box {
  width: 281px;
}

@media screen and (max-width:768px){

  #plan .inner-col {
    margin: 0;
    padding-bottom: 0;
  }
  #plan .gutter {
    margin-top: 0 !important;
  }
  #plan .inner-col > .col-1,
  #plan .inner-col > .col-2 {
    float: none;
    margin: 0 0 10px;
  }
  #plan .inner-col > .col-1:last-child,
  #plan .inner-col > .col-2:last-child {
    margin: 0;
  }
  #plan .inner-col > .col-1,
  #plan .inner-col > .col-2,
  #plan .inner-col > .col-3,
  #plan .inner-col > .col-1 [class^="boxes"] .box,
  #plan .inner-col > .col-2 [class^="boxes"] .box,
  #plan .inner-col > .col-1.box-option [class^="boxes"] .box,
  #plan .inner-col > .col-2.box-option [class^="boxes"] .box {
    width: 100%
  }
}


#plan .link-image a,
#plan .link-image .inner {
  display: block;
  padding: 25px;
  position: relative;
  text-align: center;
}
#plan .link-image a::before {
  background: url("//www.uqwimax.jp/common2/images/link_box_self_gray.png") right bottom no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  width: 30px;
}
#plan .link-image img {
  display: inline-block;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width:768px){

  #plan .link-image a,
  #plan .link-image .inner {
    padding: 20px;
  }
}


#plan .box-option {
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
}
#plan .box-option > .inner {
    padding: 25px;
}

@media screen and (max-width:768px){

  #plan .box-option {
    border-radius: 5px;
      display: inline-block;
      overflow: hidden;
  }
  #plan .box-option > .inner {
    padding: 20px;
  }
}


#plan .box-option.bg-color-pink {
    background-color: #fff2f9;
}
#plan .box-option > .head {
    margin-bottom: 25px;
}
#plan .box-option > .head .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color:  #e5007f;
}
#plan .box-option [class^="boxes"] {
    margin: 0;
    padding: 0;
}
#plan .box-option [class^="boxes"] .box {
    background-color: #fff;
    width: 292px;
}

@media screen and (max-width:768px){

    #plan .box-option > .head {
        margin-bottom: 20px;
    }
    #plan .box-option > .head .title {
        font-size: 12px;
    }
    #plan .box-option [class^="boxes"] .box {
        width: 100%;
    }
}


#discount table [class*="mark"] {
  margin: 0;
}
#discount table [class*="mark"]::before {
  position: static;
}


/*------ PC3・SP2列構成 -----*/
#plan .field .col-multi {
    width: 100%;
    margin-bottom: 30px;
}
#plan .field .col-multi [class^="col"] {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
#plan .field .col-multi .col-3-pc {
    margin: 0 5px 0 0;
}
#plan .field .col-multi .col-3-pc:last-child {
    margin-right: 0;
}
#plan .field .col-multi .col-3-pc .link-box {
    box-sizing: border-box;
    padding: 10px;
}
#plan .field .col-multi .link-box p:last-child {
    margin-bottom: 0;
}

#plan .field .col-multi .row-2-pc .col-2-sp {
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (min-width:769px) {
    #plan .field .col-multi .col-3-pc {
        width: 298px;
    }
    #plan .field .col-multi .col-3-pc .link-box {
        display: table;
        width: 100%;
        height: 235px;
    }
    #plan .field .col-multi .link-box > div {
        display: table-cell;
        vertical-align: middle;
    }
    #plan .field .col-multi .row-2-pc .link-box {
        height: 110px;
    }
    #plan .field .col-multi .col-3-pc .ind {

    }
    #plan .field .col-multi .col-3-pc .ind .img {

    }
}
@media screen and (max-width:768px) {
    #plan .field .col-multi {
        margin-bottom: 20px;
    }
    #plan .field .col-multi .col-2-sp {
        width: 47%;
        margin-bottom: 10px;
    }
    #plan .field .col-multi .row-2-pc {
        width: 100%;
    }
    #plan .field .col-multi .row-2-pc .col-2-sp {
        width: 47%;
        margin-right: 5px;
    }
}
@media screen and (max-width:380px) {
    #plan .field .col-multi .col-2-sp .link-box {
        min-height: 210px;
    }
    #plan .field .col-multi .row-2-pc .col-2-sp .link-box {
        min-height: 64px;
    }
}

/* add */
.table-product-price {
  width: 100%;
  border: none;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-product-price caption {
  padding-bottom: 10px;
  font-size: 18px;
}

.table-product-price col:first-child {
  width: 250px;
}

.table-product-price.type-support col:first-child {
  width: 80px;
}

.table-product-price.type-support col:nth-child(2) {
  width: 170px;
}

.table-product-price th,
.table-product-price td {
  padding: 10px 22px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  vertical-align: middle;
  word-break: break-word;
}

.table-product-price tr:last-child th,
.table-product-price tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.table-product-price th:first-child {
  border-left: 1px solid #ccc;
}

.table-product-price th:first-child.col-plan {
  border-left: none;
}

.table-product-price tr:first-child th:first-child,
.table-product-price tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}

.table-product-price tr:first-child th:last-child,
.table-product-price tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}

.table-product-price tr:last-child th:first-child,
.table-product-price tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.table-product-price.type-support tr:last-child th:first-child,
.table-product-price.type-support tr:last-child td:first-child {
  border-left: none;
  border-radius: 0;
}

.table-product-price tr:last-child th:last-child,
.table-product-price tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.table-product-price tr.row-sim th:first-child,
.table-product-price tr.row-sim td:first-child {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #ccc;
}

.table-product-price th {
  background-color: #f4f4f4;
  vertical-align: middle;
  text-align: center;
}
.table-product-price th .th-note{
    display: block;
    font-size: 10px;
}

.table-product-price td {
  text-align: center;
}
.table-product-price td .td-note{
    display: inline-block;
    font-size: 10px;
}

.table-product-price.type-support td {
  padding: 10px 0;
  text-align: center;
}

.table-product-price td[colspan="3"] {
  /*padding-right: 285px;*/
}

.table-product-price.type-support td[colspan="3"] {
  padding-right: 0;
}

.table-product-price .text-camel {
  font-size: 13px;
  font-weight: bold;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.table-product-price .text-camel .num {
  line-height: 1.4;
}

.table-product-price .note {
  display: block;
  margin: 5px 0 0;
  font-size: 11px;
}

.table-product-price .col-plan {
  font-weight: bold;
  font-size: 19px;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.table-product-price .row-result th,
.table-product-price .row-result td {
  padding: 17px 22px;
  border-top: 2px double #ccc;
  background-color: #fff2f9;
}

.table-product-price .row-result .text-camel,
.table-product-price .row-monthly .text-camel {
  color: #e4007f;
  font-size: 15px;
}

.table-product-price .row-result .text-camel .num,
.table-product-price .row-monthly .text-camel .num {
  font-size: 30px;
}

.table-product-price .row-device .text-camel {
  font-size: 11px;
}

.table-product-price .row-device .text-camel .num {
  font-size: 20px;
}

.table-product-price .row-device .font-small {
  font-size: 10px !important;
}

.table-product-price .row-device .font-small .num {
  font-size: 14px;
}

.table-product-price .row-device .text-camel.type-arrow {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 13px;
}

.table-product-price .row-device .text-camel.type-arrow::before {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 29px;
  height: 15px;
  background: url(/mobile/products/images/icon_table_arrow.png) 0 0 no-repeat;
  background-size: 29px 15px;
  content: "";
}

.table-product-price .row-device .text-camel.type-arrow .num {
  font-size: 24px;
}
.table-product-price .ib{
  color: rgb(102,102,102);
}

.display-ib {
  display: inline-block;
}

.list-price-description {
  margin-bottom: 0;
}

.list-price-description::after {
  display: block;
  clear: both;
  content: "";
}

.list-price-description li {
  float: left;
  width: 423px;
}

.list-price-description span {
  display: inline-block;
  min-width: 6em;
}

.table-product-type td.bdleft-none {
  border-left: none !important;
  border-right: none !important;
}

.table-product-type td.bdleft-none:last-child {
  border-left: none !important;
  border-right: 1px solid #ccc !important;
}

@media screen and (max-width:768px) {
  .product-price .lead {
    padding: 3px 10px;
    font-size: 11px;
  }
  .product-price .text-camel {
    font-size: 15px;
  }
  .product-price .text-camel .num {
    font-size: 30px;
  }
  .js-toggle-hook .text-tax p {
    padding: 3px;
  }
  .text-monthly-price {
    font: 24px;
  }
  .text-initial-price {
    margin-bottom: 20px;
    text-align: center;
  }
  .text-initial-price .text-camel {
    display: block;
    font-size: 13px;
  }
  .text-initial-price .text-camel .num {
    font-size: 13px;
  }
  .table-product-price .note {
    font-size: 10px;
  }
  .table-product-price {
    margin-bottom: 20px;
  }
  .table-product-price caption {
    font-size: 14px;
  }
  .table-product-price col:first-child {
    width: 25%;
  }
  .table-product-price.type-support col:first-child,
  .table-product-price.type-support col:nth-child(2) {
    width: auto;
  }
  .table-product-price th,
  .table-product-price td,
  .table-product-price .row-result th,
  .table-product-price .row-result td {
    font-size: 10px;
    padding: 10px 2px;
    vertical-align: middle;
  }
  .table-product-price td[colspan="3"] {
    /*padding-right: 20px;*/
    text-align: center;
  }
  .table-product-price .col-plan {
    font-size: 11px;
  }
  .table-product-price .text-camel,
  .table-product-price .row-result .text-camel,
  .table-product-price .row-monthly .text-camel,
  .table-product-price .row-device .text-camel,
  .table-product-price .row-device .text-camel.type-arrow {
    font-size: 10px;
  }
  .table-product-price .num {
    font-family: arial;
  }
  .table-product-price .text-camel .num,
  .table-product-price .row-result .text-camel .num,
  .table-product-price .row-monthly .text-camel .num,
  .table-product-price .row-device .text-camel.type-arrow .num {
    font-size: 13px;
  }
  .table-product-price .row-device .text-camel .num {
    font-size: 10px;
  }
  .table-product-price .row-device .font-small .num {
    font-size: 10px;
  }
  .table-product-price .row-device .text-camel.type-arrow::before {
    width: 20px;
    height: 10px;
    background-size: 20px 10px;
  }
  .list-price-description li {
    float: none;
    width: auto;
  }
}

.table-product-price .maincaption {
  background: #f188b7;
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width:768px) {
  .table-product-price .maincaption {
    font-size: 14px;
  }
}

.table-product-price .label {
  display: inline-block;
  border: 1px solid #2c2c2c;
  font-size: 80%;
  line-height: 1.33;
  padding: 0 3px;
}

.table-product-price .label2 {
  display: inline-block;
  border: 1px solid #0199ff;
  font-size: 100%;
  line-height: 1.33;
  padding: 0 3px;
  color: #0199ff;
}

@media screen and (max-width:768px) {
  .table-product-price .label {
    margin-bottom: 5px;
  }
}

.table-product-price .ib {
  display: inline-block;
}

.table-product-price .fukidashi {
  position: relative;
  display: inline-block;
  background: #f188b7;
  color: #fff;
  line-height: 1.333;
  padding: 10px 3px 0;
  margin-bottom: 20px;
}

.table-product-price .fukidashi:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 70px 0 70px;
  border-color: #f188b7 transparent transparent transparent;
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
  
}
@media screen and (max-width:768px) {
  .table-product-price .fukidashi:before {
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 4em 0px 4em;
    border-color: #f188b7 transparent transparent transparent;
    -webkit-transform: translateX(-1.1em);
    transform: translateX(-1.1em);
  }
}

@media screen and (min-width:769px) {
  .table-product-price .fukidashi br {
    display: none;
  }
}

.color-blue {
  color: #09f !important;
}


.table-product-price tr.show-sp th,
.table-product-price tr.show-sp td,
.table-product-price tr.show-pc th,
.table-product-price tr.show-pc td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:768px) {
  .table-product-price .show-pc {
    display: none;
  }
}

.table-product-price .show-sp {
  display: none;
}

@media screen and (max-width:768px) {
  .table-product-price .show-sp {
    display: table-row;
  }
}

.table-product-type .text-camel {
  font-size: 16px;
}

@media screen and (max-width:768px) {
  .table-product-type .text-camel {
    font-size: 14px;
  }
}

.step2list {

}

.step2list ul {
  overflow: hidden;
  list-style: none;
  font-size: 0;
}

.step2list li {
  display: block;
  margin: 0;
  margin-top: 5px;
  font-size: 11px;
  padding-left: 2.5em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .step2list li {
    display: block;
    margin: 0;
  }
}

.step2list .ex{
  display: inline-block;
  min-width: 2.5em;
  position: absolute;
  left: 0;
  top: 0;
}
.brd-left_none {
  border-left: none !important;
}
.brd-right_none {
  border-right: none !important;
}
.tbl-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #666666;  
}
.tbl-ttl > span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  word-break: break-all;
}
.tbl-layout {
  table-layout: auto;
  width: 100%;
}
.table-product-price.tbl-layout th,
.table-product-price.tbl-layout td {
	padding: 10px 13px;
}
.bgd-pink01 {
  background: #fcedf4 !important;
}
.bgd-pink02 {
  background: #fcdeec !important;
}
.bgd-blue01 {
  background: #e8f6ff !important;
}
.bgd-blue02 {
  background: #d6efff !important;
}
.em-txt_01 {
  font-weight: bold;
  color: #e3007f;
}
.em-txt_01 > span {
  font-weight: normal;
  color: #ffff66;
  background: #e3007f;
  display: block;
  text-align: center;
  font-size: 12px;
  max-width: 65px;
  width: 100%;
  border-radius: 14px;
  margin: 0 auto 3px;
  padding: 2px 3px;
}
.em-txt_02 {
  font-weight: bold;
  color: #0099ff;
}
.em-txt_02 .th-note {
  color: #2c2c2c;
  font-weight: normal;
}
.clmnW01 {
  width: 8% !important;
}
.clmnW02 {
  width: 17% !important;
}
.clmnW03 {
  width: 25% !important;
}
.fts10 {
font-size: 10px;
}
.color-text {
color: #2c2c2c !important;
}
@media screen and (max-width:768px) {
.table-product-price.tbl-layout th,
.table-product-price.tbl-layout td {
padding: 10px 2px;
}
.tbl-layout {
  table-layout: fixed;
}
.tbl-ttl {
  font-size: 15px !important; 
}
.tbl-ttl > span {
font-size: 12px;	
}
.em-txt_01 > span {
  font-size: 10px;
  max-width: 40px; 
}
}
.col2{
padding-right:20px;
margin-bottom: 20px;
}
.col2 a:hover{
border: 3px solid #666 !important;
}
.col2:after{
display:block;
content:"";
clear:both;
}
.col2-left{
width:50%;
float:left;
margin-right:20px;
}
.col2-right{
width:50%;
margin-right:-20px;
float:right;
}
.col2-right .col2-img{
width:100%;
max-width:480px;
}
.col2-left .col2-img{
width:100%;
max-width:480px;
}
@media screen and (max-width:768px) {
.col2{
padding-right:0;
margin-bottom: 0;
}
.col2-left{
margin-right:0;
width:100%;
margin-bottom: 20px;
}
.col2-right{
margin-right:0;
width:100%;
margin-bottom: 20px;
}
.col2-left img,.col2-right img{
max-width:none;
}
.col2 a:hover{
border: none !important;
}
}
/* Tel pc時にクリックできようにするスタイル！ */
@media screen and (min-width:768px){
a[href^="tel:"] {
    pointer-events: none;
	text-decoration-line: none !important;
	color: #2c2c2c;
}
}
/********************************************
				  price-lyt
*********************************************/
.price-lyt {
width: 750px;
margin: 0 auto;
}
.price-lyt_02, .price-lyt_03 {
padding: 20px 0;
overflow: hidden;
}
.price-lyt_02 .col_01, .price-lyt_02 .col_02, 
.price-lyt_03 .col_01, .price-lyt_03 .col_02 {
float: left;
}
.price-lyt_02 .col_01{
width: 550px;
}
.price-lyt_02 .col_02{
width: 400px;
margin-left: 5px;
}
.price-lyt_03 .col_01{
width: 740px;
}
.price-lyt_03 .col_02{
width: 210px;
margin-left: 5px;
}
.tbl-txt_01 {
font-size: 18px;
font-weight: bold;
}
.tbl-txt_02 {
font-size: 32px;
font-weight: bold;
}
.tbl-txt_04 {
font-size: 20px;
font-weight: bold;
}
.tbl-txt_05 {
font-size: 22px;
font-weight: bold;
}
.num_01 {
font-size: 35px;
}
.num_02 {
font-size: 32px;
}
.num_03 {
font-size: 22px;
font-weight: bold;
}
.num_04 {
font-size: 40px;
}
.num_05 {
font-size: 24px;
font-weight: bold;
}
.num_01, .num_02, .num_03, .num_04, .num_05, .num_06 {
font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.ftw-norm {
font-weight: normal;
}	
.fts-em {
font-size: 16px;
font-weight: bold;
padding: 30px 10px;
}
.fts-em_02 {
font-size: 16px;
font-weight: bold;
}
.fts-em_03 {
font-size: 14px;
font-weight: bold;
}
.fts-em_04 {
font-size: 11px;
}
.price ._title {
font-size: 16px;
color: #666666;
font-weight: bold;
}
.price ._title_02 {
font-size: 13px;
color: #666666;
font-weight: bold;
}
.line-lyt {
position: relative;
}
.line-lyt .free_01::before,
.line-lyt .free_02::before {
content: "";
display: inline-block;
background: #e4007f;
-webkit-transform: rotate(77deg);
transform: rotate(77deg);
position: absolute;
}
.line-lyt .free_01::before {
width: 2px;
height: 78px;
top: -62%;
left: 48%;
}
.line-lyt .free_02::before {
width: 2px;
height: 48px;
top: -90%;
left: 64%;
}
._bck-clr {
background: #fcedf4;
}
.bdr-Rn {
border-right: none !important;
}
.price .new-icon {
position: relative;
}
.price .new-icon {
position: relative;
}
.price .new-icon > span {
position: absolute;
top: 0;
left: -4px;
}
.price .new-icon > span > img {
max-width: 48px;
width: 80%;
}
.pstR {
position: relative;
}
.pstR .recomd {
position: absolute;
top: 0;
right: 0;
}
.list_cnt {
display: flex;
align-items: center;
}
.list_cnt li{
list-style: none;
width: 45%;
margin-left: 0;
}
.list_cnt li._plus {
width: 10%;
font-size: 32px;
color: #c1c1c1;
font-weight: bold;
}
.list_cnt .opt_01, .list_cnt .opt_02 {
position: relative;
}
.list_cnt .opt_01::before, .list_cnt .opt_02::before  {
content: "";
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
margin-left: -26px;
}
.list_cnt .opt_01::before {
width: 22px;
height: 26px;
background: url(/mobile/plan/images/phone-icon.png);
}
.list_cnt .opt_01 {
margin-bottom: 25px;
}
.list_cnt .opt_02::before {
width: 18px;
height: 19px;
background: url(/mobile/plan/images/data-icon.png);
}
.wrapper {
width: 955px;
margin: 0 auto;
padding: 0 10px;
}
@media screen and (max-width: 768px) {
.price-lyt {
width: 100%;
}
.price .fts-em {
font-size: 14px;
padding: 7px 5px;
}
.price ._title {
font-size: 14px;
}
.price .new-icon > span {
left: -10px;
}
.price .new-icon > span > img {
width: 60%;
}
.scroll-sp {
overflow-x: auto;
width: 100%;
}
.tbl-txt_01 {
line-height: 1.2;
}
}

/********************************************
				  col-inner
*********************************************/
.col-inner {
display: block;
text-align: center;
padding: 25px 20px 20px;
border: 1px solid #c1c1c1;
border-radius: 6px;
}
.col-inner h3 {
font-size: 24px;
font-weight: bold;
color: #e4007f;
}
.col-inner .txt {
font-size: 14px;
}
.col-inner ul.items-ico {
display: flex;
-webkit-justify-content: center; 
-ms-justify-content: center;
justify-content: center;
margin-left: -20px;
}
.col-inner ul.items-ico li {
list-style: none;
margin-right: 30px;
}
.col-inner ul.items-ico li:last-child {
margin-right: 0;
}
.col-inner ul.items-ico li > span {
display: block;
}
.col-inner ul.items-ico li .img_ttl {
margin-top: 15px;
}
.txt-em_01 {
font-size: 18px;
font-weight: bold;
}
.txt-em_02 {
font-size: 16px;
font-weight: 700;
}
.txt-em_03 {
font-size: 16px;
}
.txt-em_04 {
font-size: 12px;
font-weight: normal;
}
.txt-em_05 {
font-size: 11px !important;
font-weight: bold !important;
}
.und-line {
text-decoration: underline;
}
.fts12 {
font-size: 12px !important;
}
.lineHgt {
line-height: 1.3;
display: block;
}
.brd-btm {
border-bottom: 1px solid #c1c1c1 !important;
}
@media screen and (max-width: 768px) {
.col-inner {
padding: 15px 10px;
}
.col-inner h3 {
font-size: 20px;
margin-bottom: 10px;
}
.col-inner ul.items-ico li {
margin-right: 10px;
}
}
/********************************************
				  調整スタイル
*********************************************/
.ptb12 {
padding-top: 12.5px !important;
padding-bottom: 12.5px !important;
}
.ptb19 {
padding-top: 19.5px !important;
padding-bottom: 19.5px !important;
}
.ptb22 {
padding-top: 22px !important;
padding-bottom: 22px !important;
}
.ptb24 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.ptb26 {
padding-top: 26px !important;
padding-bottom: 26px !important;
}
.ptb32 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.rwd-ptb_01 {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.rwd-ptb_02 {
padding-top: 19px !important;
padding-bottom: 19px !important;
}
.rwd-ptb_03 {
padding-top: 53px !important;
padding-bottom: 53px !important;
}
.talk-tb-01 {
  height: 90px;
  box-sizing: border-box;
}
.talk-tb-02 {
  height: 215px;
  box-sizing: border-box;
}
.talk-tb-03 {
  height: 170px;
  box-sizing: border-box;
}
.talk-tb-04 {
  height: 115px;
  box-sizing: border-box;
}
.talk-tb-05 {
  height: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.sp-ptb27 {
padding-top: 27px !important;
padding-bottom: 27px !important;
}
.rwd-ptb_01 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.rwd-ptb_02 {
padding-top: 22px !important;
padding-bottom: 22px !important;
}
.rwd-ptb_03 {
padding-top: 47px !important;
padding-bottom: 47px !important;
}
.talk-tb-01 {
  height: 80px;
  box-sizing: border-box;
}
.talk-tb-02 {
  height: 188px;
  box-sizing: border-box;
}
.talk-tb-03 {
  height: 155px;
  box-sizing: border-box;
}
.talk-tb-04 {
  height: 95px;
  box-sizing: border-box;
}
.talk-tb-05 {
  height: 86px;
  box-sizing: border-box;
}
}

footer .wrapper {
    width: 100%;
    padding: 0;
}