@charset "UTF-8";
/*************************************
font
**************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&text=0123456789');

.num-adjust .comma {
  font-size: 72%;
  position: relative;
  top: -0.04em;
}
/*************************************
common
**************************************/
.sec-area .inner {
  padding: 50px 0;
  font-family: initial;
}

.group+.group {
  margin-top: 45px;
}

.groups+.groups {
  margin-top: 30px;
}

.wrap+.wrap {
  margin-top: 15px;
}

.mark-item {
  display: inline-block;
  font-size: 11px;
  padding: 0 2px;
  position: relative;
  top: -6px;
}

.is-dotted-top {
  border-top: 3px dotted #eff0f4;
}

.is-dotted-b-top{
  border-top: 8px dotted #eff0f4;
}

.font-white {
  color: #fff;
}

.font-blue {
  color: #00b4ed;
}

.font-lightblue {
  color: #0066d6;
}

.font-red {
  color: #ef4361;
}

.font-green {
  color: #04bf85;
}

.font-yellow {
  color: #ffc900;
}

.font-orange {
  color: #ff7f00;
}

.font-gray {
  color: #666;
}

.text+.img {
  margin-top: 15px;
}

.text+.tbl {
  margin-top: 15px;
}

.img {
  text-align: center;
}

.img+.text {
  margin-top: 15px;
}

.text+.btn-wrap {
  margin-top: 15px;
}

.btn-wrap+.text {
  margin-top: 15px;
}

.flex-center{
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  align-items:center;
  -webkit-align-items:center;
  justify-content:center;
  -webkit-justify-content:center;
}

.is-i-block{
    display:inline-block;
}

.bg-blue{
  background:#e6faff;
}

.bg-white{
  background:#fff;
}

@media screen and (max-width: 768px) {
  .wimax-top .sec-area .inner {
    padding: 30px 12px;
  }

  .sec-area .inner {
    padding: 25px 12px;
  }

  .group+.group {
    margin-top: 30px;
  }

  .mark-item {
    font-size: 10px;
  }
}

/*================================
ttl / heading-text
=================================*/
.ttl-wrap {
  margin-bottom: 30px;
}

.ttl-wrap .small-text{
  font-size:14px;
}

.ttl-wrap-group {
  margin-bottom: 20px;
}

.ttl-underline{
  text-align:center;
  font-size:34px;
  font-weight:bold;
  position:relative;
  padding-bottom:10px;
}
.ttl-underline::after{
  position:absolute;
  content:"";
  width:55px;
  height:1px;
  background:#333;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}

.ttl-l-blue{
  text-align:center;
  background:#97d6f2;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  padding:10px 0;
}

.ttl-tab{
  position:relative;
  margin-top: 20px;
}
.ttl-tab::after{
  position:absolute;
  content:"";
  width:100%;
  height:2px;
  background:#97d6f2;
  left:0;
  bottom:-8px;
  z-index:-1;
}

.ttl-tab-inner{
  border:2px solid #97d6f2;
  border-bottom:2px solid #fff;
  border-radius:10px 10px 0 0;
  background:#fff;
  padding:15px 30px 10px;
  font-size:18px;
  z-index:2;
  color:#00b4ed;
  font-weight:bold;
}

.ttl-stripe{
  font-size:18px;
  font-weight:bold;
  padding: 10px 30px;
}

.ttl-stripe.is-blue{
  background:repeating-linear-gradient(-65deg, #d7f7ff 0, #d7f7ff 10px, #e6faff 10px, #e6faff 20px);
}

.ttl-stripe.is-yerrow{
  background:repeating-linear-gradient(90deg, #fffad7 0, #fffad7 10px, #fff 10px, #fff 20px);
}

@media screen and (max-width: 768px) {
  .ttl-wrap {
    margin-bottom: 20px;
  }

  .ttl-wrap-group {
    margin-bottom: 17px;
  }

  .ttl-underline{
    font-size: 22px;
  }
  .ttl-l-blue{
    font-size:20px;
    padding:5px 0;
  }

  .ttl-tab{
    position:relative;
    margin-top: 20px;
  }
  .ttl-tab::after{
    bottom:-8px;
  }

  .ttl-tab-inner{
    padding:10px 10px 10px;
    font-size:16px;
  }

  .ttl-stripe{
    font-size:16px;
  }
}

/*================================
btn
=================================*/
.btn-wrap{
  text-align:center;
  margin-top: 20px;
}

.btn {
  display: inline-block !important;
  padding: 10px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.btn2-wrap .btn{
  width:48%;
}

.btn::after{
  position:absolute;
  content:"";
  width:10px;
  height:10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
  right:40px;
  top:50%;
  margin-top:-6px;
}

.btn.is-black {
  background: #000;
  border-radius: 999em;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 70px 20px 40px;
  text-align: center;
}

.btn.is-black.is-minibtn{
  padding:10px 20px;
  width:50%;
  font-size:16px;
}
.btn.is-l-blue {
  background: #00b4ed;
  border-radius: 999em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 70px 10px 40px;
  text-align: center;
}

.btn.is-d-blue {
  background: #2d3091;
  border-radius: 999em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 70px 10px 40px;
  text-align: center;
}
.btn.is-l-green {
  background: #a7dca8;
  border-radius: 999em;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 70px 10px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {


  .btn {
    display:block;
    padding: 10px;
    width:90%;
    margin:0 auto;
  }

  .btn::after{
    right:20px;
  }
  .btn2-wrap .btn{
    width:100%;
  }

  .btn.is-black {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 35px 15px 20px;
    text-align: center;
  }

  .btn.is-black.is-minibtn{
    padding:10px 20px;
    width:90%;
    font-size:16px;
  }

  .btn.is-l-blue {
    font-size: 18px;
    padding: 10px 40px 10px 40px;
  }

  .btn.is-d-blue {
    font-size: 18px;
    padding: 10px 40px 10px 40px;
  }

}


/*================================
lyt-item
=================================*/
.item-view {
  box-sizing: border-box;
  border: 6px solid #eaeaea;
  padding: 20px;
  text-align: center;
}

.lyt-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-thum {
  border-left: 6px solid #eaeaea;
}

.item-thum li {
  box-sizing: border-box;
  border: 6px solid #eaeaea;
  border-top: none;
  border-left: none;
  width: calc(100% /6);
}

.item-thum a {
  display: block;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
}

.item-thum .select a {
  border: 1px solid #4d4d4d;
}

/*================================
list
=================================*/
.list-box.col-2>.box-col {
  width: 48.5%;
}

.list-box.col-2.val-02>.box-col {
  width: 47%;
}

.list-box.col-2>.box-col:nth-child(n+3) {
  margin-top: 35px;
}

.list-box.col-3>.box-col {
  width: 32.5%;
}

.list-box.col-3>.box-col:not(:nth-child(3n)) {
  margin-right: 1%;
}

.list-box.col-3>.box-col:nth-child(n+4) {
  margin-top: 15px;
}

.list-box.col-4>.box-col {
  width: 23%;
}

.list-box.col-4>.box-col:not(:nth-child(4n)) {
  margin-right: 2.6%;
}

.list-box.col-4>.box-col:nth-child(n+5) {
  margin-top: 35px;
}

.bg-list-note {
  background: #eee;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
}

.list-note {
  margin-top: 15px;
}
.list-note em{
  font-style:normal;
}

.list-note>li {
  padding-left: 1.2em;
  font-size: 12px;
}

.list-note .mark {
  display: inline-block;
  text-indent: -1.2em;
}

.list-note.is-small>li {
  font-size: 12px;
}

.list-note>li.is-num {
  padding-left: 2.2em;
}

.list-note>li.is-num .mark {
  text-indent: -2.2em;
}

.list-note>li+li {
  margin-top: 1px;
}

.list-note>li>.list-dotted {
  margin-top: 5px;
}

.list-note.is-gray li {
  color: #4d4d4d;
}

.list-note.mt-0 {
  margin-top: 0;
}

.list-note.mt-5 {
  margin-top: 5px;
}

.list-dotted>li {
  padding-left: 20px;
  text-align: left;
  position: relative;
}

.list-dotted>li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  left: 5px;
}

.list-dotted>li+li {
  margin-top: 3px;
}

.list-dotted.is-yellow>li {
  background: none;
  padding-left: 20px;
}

.list-dotted.is-yellow>li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffc900;
  border-radius: 500px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.list-dotted.is-orange>li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff8b2c;
  border-radius: 999em;
  position: absolute;
  top: 8px;
  left: 5px;
}

.list-dotted.is-blue>li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0051d3;
  border-radius: 999em;
  position: absolute;
  top: 8px;
  left: 5px;
}

.list-dotted.is-black>li {
  font-size: 15px;
  padding-left: 15px;
}

.list-dotted.is-black>li:before {
  content: "・";
  width: auto;
  height: auto;
  background: none;
  left: -2px;
  top: 0;
}

.list-dotted.is-small>li {
  font-size: 12px;
  padding-left: 12px;
}

.list-dotted.is-large>li {
  font-size: 16px;
}

.list-dotted.is-large>li:before {
  top: 0.65em;
}

.list-dotted.col-2>li {
  width: calc(100% / 2);
  margin-top: 0;
}

.list-dotted.col-2>li:nth-child(n+3) {
  margin-top: 3px;
}

.list-arrow li+li {
  margin-top: 3px;
}

.list-arrow .link-arrow {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

.list-arrow .link-arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #3ea3c4;
  position: absolute;
  top: 9px;
  left: 0;
}

.list-arrow.is-small li {
  font-size: 12px;
}

.list-arrow.is-small .link-arrow:after {
  top: 6px;
}

.list-arrow.is-grid li {
  margin-bottom: 3px;
}

.list-arrow.is-grid li+li {
  margin-top: 0;
}

.list-arrow.is-grid li:not(:last-child) {
  margin-right: 15px;
}

.list-sub>li {
  padding-left: 15px;
  text-align: left;
  position: relative;
}

.list-sub>li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3px;
}

.list-sub>li+li {
  margin-top: 3px;
}

.list-sub.is-small li {
  font-size: 13px;
}

.list-sub.is-small li+li {
  margin-top: 0;
}

.list-label.grid>li:not(:last-child) {
  margin-right: 10px;
}

.list-btn li {
  width: 48%;
}

.list-btn.col-3 li {
  width: 32%;
}

.list-btn.col-3>li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-btn.col-3>li:nth-child(n+4) {
  margin-top: 15px;
}

.list-btn.is-center>li {
  width: 35%;
  padding: 0 20px;
}

.list-btn.is-inline>li {
  width: auto;
  margin-right: 20px;
}


.text-link .icon-textlink {
  display: inline-block;
  padding: 2px 10px 2px 0;
  position:relative;
}
.text-link .icon-textlink a{
  color:#0075b1;
  font-weight:bold;
}
.icon-textlink::before{
  position:absolute;
  content:"";
  width:16px;
  height:16px;
  border-radius:50%;
  background:#0075b1;
  right:0;
  top:3px;

}
.icon-textlink::after{
  position:absolute;
  content:"";
  width:6px;
  height:6px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  right:6px;
  top:7px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}

.text-link.is-small .icon-textlink {
  background-size: 18px auto;
  padding: 2px 20px 2px 0;
}

.text-link a {
  font-size: 18px;
  color: #000;
}

.text-link.is-small a {
  font-size: 14px;
}

.box-col .heading-text .text-sub {
  font-size: 14px;
}

.box-col .heading+.content {
  padding-top: 15px;
}

.box-col .content+.lower {
  padding-top: 15px;
}

.list-point {
  padding: 0 20px;
}

.is-point {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .list-box.col-2>.box-col,
  .list-box.col-2.val-02>.box-col {
    width: 100%;
  }

  .list-box.col-2>.box-col+.box-col {
    margin-top: 25px;
  }

  .list-box.col-3>.box-col {
    width: 100%;
  }

  .list-box.col-3>.box-col:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-box.col-3>.box-col+.box-col {
    margin-top: 25px;
  }

  .list-box.col-4>.box-col {
    width: 100%;
  }

  .list-box.col-4>.box-col:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .list-box.col-4>.box-col+.box-col {
    margin-top: 25px;
  }

  .list-dotted.is-large>li {
    font-size: 15px;
  }

  .list-dotted.col-2>li {
    width: 100%;
  }

  .list-dotted.col-2>li+li {
    margin-top: 3px;
  }

  .list-btn li {
    width: 100%;
  }

  .list-btn.col-3 li {
    width: 100%;
  }

  .list-btn.col-3>li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-btn li+li {
    margin-top: 15px;
  }

  .list-btn.is-center>li {
    width: 100%;
  }
  .list-btn.is-inline>li {
    margin-right: 0;
  }

  .box-col .heading+.content {
    padding-top: 10px;
  }

  .box-col .content+.lower {
    padding-top: 10px;
  }

  .list-point {
    padding: 0 10px;
  }

  .is-point {
    font-size: 15px;
  }
}

/*================================
table
=================================*/
table {
  width: 100%;
}

th {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 15px 8px 15px;
  text-align: center;
  word-break: break-all;
}

th.al-top {
  vertical-align: top;
}

th .text-sub {
  font-size: 13px;
}

td {
  font-size: 15px;
  text-align: center;
  word-break: break-all;
}

td.al-top {
  vertical-align: top;
}

td.al-bottom {
  vertical-align: bottom;
}

td .text-lead {
  font-size: 20px;
}

td .text-sub {
  font-size: 13px;
}

td .add-text {
  display: inline-block;
  margin-left: 10px;
}


.tbl-bg-blue {
  background: #005ad2;
  color: #fff;
}

.tbl-bg-light-blue{
  background:#6085d5;
  color:#fff;
}

.tbl-bg-gray {
  background: #eff0f4;
}
.tbl-bg-d-gray {
  background: #5b5e60;
  color:#fff;
  font-weight:bold;
  font-size:16px;
}


@media screen and (max-width: 768px) {
  th {
    font-size: 14px;
  }

  th .text-sub {
    font-size: 12px;
  }

  td {
    font-size: 14px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
tbl-1
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
index.htm
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*is-top*/

.is-top{
  background:#71daff;
  text-align:center;
  position:relative;
  overflow: hidden;
}

.top-mv{
  position:relative;
  padding: 75px 0;
}

.bflets-top .is-top::before,.bflets-top .is-top::after{
  position:absolute;
  content:"";
}
.bflets-top .is-top::before{
  background:url(/bflets/images/top/mv-left.png) no-repeat;
  background-size:cover;
  width:660px;
  height:251px;
  bottom:0;
  left:0;

}
.bflets-top .is-top::after{
  background:url(/bflets/images/top/mv-right.png) no-repeat;
  background-size:cover;
  width:800px;
  height:251px;
  bottom:0;
  right:0;
}

.top-logo{
  position:absolute;
  top:0;
  left:0;
}

@media screen and (max-width: 768px) {
  .top-mv{
    position:relative;
    padding: 75px 0;
  }
  .top-area .inner{
    padding:0;
  }
  .top-mv::before{
    width:200px;
    height:100px;
    left:-0px;

  }
  .top-mv::after{
    width:300px;
    height:100px;
    right:0px;
  }

  .top-logo{
    position:absolute;
    top:0;
    left:auto;
    right:0;
  }


}

/*top-gnav-area*/
.top-gnav-area{
  background:#00b4ed;
  position:relative;
}
.top-gnav-area.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.nav-unshown {
  display:none;
}
.top-gnav-area a{
  text-decoration:none;
  display:inline-block;
  color:#fff;
  font-size:16px;
  padding:20px 35px;
  transition:0.3s;
}

.top-gnav-area a:hover{
  background:#0092d3;
}

.top-gnav{
  text-align:left;
  position:relative;
}

.top-gnav-menu{
  display:inline-block;
  position: relative;
}

.top-gnav-btn{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.top-gnav-menu:not(:first-child)::after{
  position:absolute;
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#a0e6f9;
  left: -3px;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.top-gnav-btn a{
  color:#333;
  background:#ffe300;
  padding:10px 60px;
  border-radius:40em;
  display:inline-block;
  font-weight: bold;
}


.top-gnav-btn a:hover{
  background:#ffc323;
}


@media screen and (max-width: 768px) {
  .top-gnav-area{
    display:none;
  }
}
/*top-price-area*/
.top-price-graph{
  margin: 30px auto 0;
  width: 90%;
}
.top-price-graph-box{
  width:30%;
  text-align:center;
  padding:20px 0;
}

.top-price-graph-icon{
  width:5%;
  position:relative;
}

.top-price-graph-icon::after{
  height:100%;
  position:absolute;
  content:"";
  border:1px dashed #a8adaf;
  z-index:-1;
  top: 0;
  left: 50%;
}

.graph-icon{
  background:#8e969b;
  color:#fff;
  line-height:1;
  padding:10px;
  border-radius:50%;
  font-size:24px;
  font-weight:bold;
}

.mp-tbl-ttl{
  width:20%;
}

.mp-tbl-box{
  width:40%;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.tbl-inner-box{
  width: 101%;
  height: 100%;
}

.tbl-ttl{
  background:#ededed;
  text-align:center;
  height:60px;
  font-size:16px;
  font-weight:bold;
  padding:15px 0 15px 20px;
}
.tbl1 .tbl-ttl{
  padding:15px 20px;
  height:auto;
  font-weight: normal;
}

.tbl1 .tbl-ttl .font-bold{
  font-size: 20px;
}

.tbl-ttl-icon{
  position:relative;
  left:-10px;
}

.tbl-inner-text{
  padding:20px;
  text-align: center;
  position: relative;
}

.tbl-inner-text+.tbl-inner-text::after{
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  left: 5%;
  border-top:1px dashed #ccc;
  top:0;
}

.tbl-inner-text .font-bold{
  font-size:16px;
}

.tbl-inner-text .num{
  font-size:26px;
  color:#00b4ed;
}
.manthprice-tbl .mp-tbl-box:last-child .tbl-inner-text{
  height:80%;
  height: calc(100% - 60px);
}

.plan-year2{
  padding-bottom:30px;
}

.plan-year2 .text{
  padding:0 30px;
  margin-top:20px;
}

.plan-year2 .list-note{
  padding:0 30px;
}

.btn2-wrap{
  width:98%;
  margin: 20px auto 20px;
}

.tbl1 + .tbl1{
  margin-top:20px;
}

.tbl1 td{
  border-right: 2px solid #e2e2e2;
  border-bottom:2px solid #e2e2e2;
}

.border-dotted{
  padding:20px;
  border:2px dotted #ddd;
}


@media screen and (max-width: 768px) {
  .top-price-graph{
    margin: 20px auto 0;
  }
  .top-price-graph-box{
    width:100%;
  }
  .tbl-inner-box{
    width: 100%;
  }

  .top-price-graph-icon{
    width:100%;
  }

  .top-price-graph-icon::after{
    height:1px;
    width:100%;
    border:1px dashed #a8adaf;
    left: 0;
    top: 20px;
  }

  .graph-icon{
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
  }

  .mp-tbl-ttl{
    width:100%;
    padding:10px 0;
  }

  .mp-tbl-box{
    width:100%;
    border-left:1px solid #ccc;
  }

  .plan-year2 .text{
    padding:0 10px;
  }

  .plan-year2 .list-note{
    padding:0 10px;
  }

  .tbl1 th,.tbl1 td{
    display:block;
  }
  .tbl1 .tbl-ttl{
    padding:15px 10px;
    height:auto;
  }
  .tbl1 td{
    border-left: 2px solid #e2e2e2;
  }

  .btn2-wrap .btn + .btn{
    margin-top: 10px;
  }

  .border-dotted{
    padding:10px;
  }

  .top-price-area .ttl-tab-inner{
    display:block;
  }
}
/* top-promo-area*/
.bg-yerrow{
  background:#fdd000;
}

.promo-cam-ttl{
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  padding:20px 0;
  font-size:20px;
  font-weight:bold;
  position:relative;
  margin:0 auto 30px;
  width: 90%;
}

.promo-cam-ttl::after{
  position:absolute;
  content:"";
  width:100%;
  height:90%;
  height:calc(100% - 8px);
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  top:4px;
  left:0;
}

.promo-cam-ttl::before{
  position:absolute;
  content:"";
  width: 39px;
  height:14px;
  background:#000;
  bottom:-16px;
  left:50%;
  margin-left:-20px;
}

.promo-cam-ttl-inner::before,
.promo-cam-ttl-inner::after{
  position:absolute;
  content:"";
  width:50px;
  height:30px;
  border-radius:50%;
  bottom:-32px;
  background:#ffffff;
}

.promo-cam-ttl-inner::before{
  left:50%;
}

.promo-cam-ttl-inner::after{
  right:50%;
}

.promo-logo-box{
  padding:20px 0;
}

.promo-graph{
  width:80%;
  margin: 30px auto 0;
  position:relative;
}

.promo-graph::after{
  position:absolute;
  content:"";
  width: 70%;
  height: 1px;
  border-top: 6px dotted #ccc;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}

.promo-graph-box{
  position:relative;
  z-index:2;
}

.promo-text{
  font-size:26px;
}

.promo-text .num{
  font-size:54px;
}

.top-promo-area .btn-wrap{
  margin-top:0;
}

.promo-lastdiv{
  height:60px;
  margin-top:-20px;
}


@media screen and (max-width: 768px) {
  .top-price-area{
    margin-bottom: 60px;
  }

  .top-promo-area .group{
    padding:0 20px;
  }

  .promo-cam-ttl{
    font-size:16px;
  }

  .promo-graph{
    width:100%;
  }

  .promo-graph::after{
    width: 1px;
    height: 70%;
    border-left: 6px dotted #e9e6e6;
    top: 15%;
  }

  .promo-graph-box + .promo-graph-box{
    margin-top:40px;
  }

  .promo-text{
    font-size:20px;
    margin-bottom:20px;
  }

  .promo-text .num{
    font-size:40px;
  }

}
/*top-feature-area*/
.feature-text{
  width:600px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .feature-text{
    width:90%;
  }
}

/* top-option-area*/
.option-box{
  position:relative;
}
.option-box a{
  display:block;
  height:100%;
  width:100%;
  padding: 10px 20px 40px;
  border:2px solid #ccc;
  transition:0.3s;
  text-decoration:none;
}

.option-box a:hover{
  background:#e3f6ff;
  text-decoration:underline;
}
.option-box a::before{
  position:absolute;
  content:"";
  border-style:solid;
  border-color:transparent #00b4ed #00b4ed transparent;
  border-width:16px 16px 16px 16px;
  bottom:0;
  right:0;
}
.option-box a::after{
  position:absolute;
  content:"";
  width:10px;
  height:10px;
  background:url(/bflets/images/top/option-arrow.png) no-repeat;
  bottom:5px;
  right:5px;
}

.option-box .img{
  height:80px;
  border-bottom:1px dashed #ccc;
}
.option-box .img img{
  width:100%;
}

.option-box .img.img-hikaritel img{
  width:70%;
  max-width: 200px;
}

.option-box .text{
  text-align:left;
}

.option-box .small-text{
  font-size:12px;
}



@media screen and (max-width: 768px) {
  .option-box a{
    padding: 10px 20px 20px;
  }

  .option-box a:hover{
    background:#e3f6ff;
    text-decoration:underline;
  }

  .option-box .img{
    height: auto;
    padding-bottom: 20px;
  }
  .option-box img{
    width:80%;
  }

}
/*top-flow-area*/
.flow-graph .img{
  display:inline-block;
}

.flow-graph .img p{
  margin-top:10px;
  font-size:16px;
}

.flow-graph .text-img{
  display:inline-block;
  margin: 0 20px;
  font-size:20px;
  position: relative;
  top: -20px;
}

.flow-graph .text-img .small-text{
  font-size:14px;
}



@media screen and (max-width: 768px) {
  .flow-graph{
    text-align:center;
    width: 310px;
    margin: 0 auto;
  }

  .flow-graph .text-img{
    margin: 30px auto;
    position: relative;
    top: 0px;
  }

  .flow-graph .text-img img{
    display:none;
  }

  .flow-graph .text-img::after{
    position:absolute;
    content:"";
    border: 80px solid transparent;
    border-top: 65px solid #d1cece;
    z-index:-1;
    top: 0px;
    left: 50%;
    margin-left: -80px;
  }

  .flow-graph .text-img .small-text{
    font-size:14px;
  }
}


/*********************
20190820　お知らせ追加
********************/
#news-area{
  display: none;
}

.news-area {
  background:#f2f8f9;
  padding: 30px 0;
  margin: 0;
}
.news-area .inner{
  padding:0;
}

.important-news-head-inner,.usually-news-head-inner{
  font-weight:bold;
  font-size:20px;
}

.important-news-wrap,.usually-news-wrap{
  background:#fff;
  padding:20px 20px 20px 20px;
}

.important-news-wrap + .usually-news-wrap{
  margin-top:30px;
}

.important-news-head,.usually-news-head{
  position:relative;
  border-bottom:1px solid #ddd;
  padding:0px 0px 5px 5px;
  margin-bottom:20px;
}
.important-news-head::after,.usually-news-head::after{
  position:absolute;
  content:"";
  width:4px;
  height:100%;
  background:#00b4ed;
  left:-20px;
  top:0;
  font-weight:bold;
}

.important-news-head-inner{
  color:#ff4040;
}
.important-news-head::after{
  background:#ff4040;
}
.important-news-box + .important-news-box{
  margin-top:10px;
  padding-top:10px;
  border-top:1px dashed #ddd;
}

.important-news-ttl,.usually-news-date{
  font-weight:bold;
  font-size:16px;
  margin-bottom:5px;
  padding: 0 5px;
}

.important-news-ttl{
  color:#ff1744;
}

.important-news-date{
    display:block;
}

.important-news-text,.usually-news-text{
  font-size:16px;
  padding: 0 5px;
}

.usually-news-box{
  color:#333;
  text-decoration:none;
}

.usually-news-box:hover{
  text-decoration:underline;
}

@media screen and (max-width: 768px) {
  .news-area{
    padding:10px 0;
  }

  .news-wrap{
    padding:15px;
  }

  .important-news-wrap + .usually-news-wrap{
      margin-top:20px;
  }

  .important-news-wrap,.usually-news-wrap{
    padding: 20px 10px 20px 10px;
  }

  .important-news-head,.usually-news-head{
    margin-bottom:10px;
  }

  .important-news-head::after,.usually-news-head::after{
    left:-10px;
  }

  .important-news-ttl,.usually-news-date{
    font-size:15px;
  }

  .important-news-text,.usually-news-text{
    font-size:14px;
  }
}

/*********************
20191205　ロゴ
********************/
.logo-365{
  width: 290px;
}
@media screen and (max-width: 768px) {
  .logo-365{
    width: 290px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
200325追加　seo
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#seo_link01{
    text-align: center;
    padding: 30px 0;
}
#seo_link01.top_link{
    width: 980px;
    margin: 0 auto;
}
#seo_link01 li{
    display: inline-block;
    padding-left: 10px;
}
#seo_link01.top_link li{
    padding-bottom: 30px;
    padding-right: 30px;
}
#seo_link01 li+li{
    margin-left: 30px;
}
#seo_link01.top_link li+li{
    margin-left: 0;
}
#seo_link01 li a:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #3ea3c4;
    position: absolute;
    top: 9px;
    left: -10px;
}
#seo_link01 li a{
    position: relative;
}
@media screen and (max-width: 768px) {
    #seo_link01 li{
        display: block;
    }
    #seo_link01 li+li{
        margin-top: 10px;
        margin-left: 0;
    }
    #seo_link01.top_link li{
        padding-bottom: 0;
        padding-right: 0;
    }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
200413追加　speee施策
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.btn:before {
    content:none !important;
}
.users-area.bflets-users{
	margin-top: auto;
	background:#e7faff;
}
.users-area.bflets-users .inner{
  padding: 0 0 50px;
}
.bflets-users .bg-white{
	padding: 40px 30px;
}
.bflets-users .is-blue{
	background: repeating-linear-gradient(-90deg, #FFF 0, #FFF 8px, #e7faff 8px, #e7faff 18px);
}
.bflets-users .urers-wrap{
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}  
.bflets-users .urers-wrap .text{
  width: 100%;
  top: 10px;
  margin-top: 0;
  margin-left: 40px;
  padding: 20px;
  color: #000;
  background-color: #ededed;
  border-radius: 15px;
  position: relative;
  align-self: baseline;
}
.urers-wrap .text:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 12px 11px 0;
  border-color: transparent #ededed transparent transparent;
  left: -11px;
  top: 50%;
  margin-top: -11px;
}
.text-sub{
  margin-bottom: 40px;
}
.bflets-users .promo-lastdiv{
  height: 50px;
}
.faq-group .ac-ttl {
  background: #fff;
  color: #000;
  position: relative;
  font-size: 16px;
  text-align: left;
  padding: 30px 62px 30px 86px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
  cursor: pointer;
}
.faq-group .ac-ttl:before,
.faq-group .ac-ttl:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background-color: #00b5ee;
  top: 50%;
  right: 25px;
  margin-left:0;
  margin-top: -1px;
  vertical-align:0;
  border: none;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.faq-group .ac-ttl.active:after {
  transform: rotate(-90deg);
  vertical-align:0;
}
.faq-group .icon-q,
.faq-group .icon-a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999em;
  color: #fff;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -17px;
}
.faq-group .icon-q{
  background: #00b5ee;
}
.faq-group .icon-a {
  background: #ef4361;
  top: 50%;
}
.faq-group .ac-content {
  border: none;
  padding: 30px 62px 30px 86px;
  display: none;
  position: relative;
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .users-area.bflets-users .inner{
    padding: 0 12px 25px;
  }  
  .bflets-users .urers-wrap .text{
    width: 70%;
    top: 0;
    margin-top: 5px;
    margin-left: 20px;
  }
  .bflets-users .urers-wrap .img {
    width: 30%;
  }
  .urers-wrap .text:before {
    top: 40px;
    margin-top: none;
  }
  .urers-wrap + .urers-wrap{
    margin-top: 20px;
  }
  .text-sub{
    margin-bottom: 20px;
  }
  
  .faq-group .ac-ttl{
    font-size: 16px;
    padding: 15px 25px;
  }
  .faq-group .ac-content{
    font-size: 15px;
    padding: 15px;
  }
  .faq-group .ac-ttl,
  .faq-group .ac-content {
    padding-left: 45px;
  }
  .faq-group .icon-q,
  .faq-group .icon-a {
    width: 26px;
    height: 26px;
    font-size: 16px;
    top: 35px;
    left: 10px;
  }
  .faq-group .ac-ttl:before,
  .faq-group .ac-ttl:after {
    right: 5px;
  }
  .bflets-users .bg-white {
    padding: 30px 12px 50px;
}
}