@charset "UTF-8";

/*! Shitaji.CSS v4.3.0 CC0 by Qrac */

*,
::before,
::after {
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    background-repeat: no-repeat;
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
}

::before,
::after {
    vertical-align: inherit;
    text-decoration: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
    display: block;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

dfn {
    font-style: italic;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

mark {
    background-color: #ffff00;
    color: #000000;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

canvas,
audio,
video {
    display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
    vertical-align: middle;
}

img {
    border-style: none;
}

svg {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

address {
    font-style: normal;
}

textarea {
    overflow: auto;
    resize: vertical;
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

summary {
    display: list-item;
}

table {
    border-collapse: collapse;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
}

template {
    display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}

[hidden] {
    display: none;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

[hidden][aria-hidden="false"] {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute;
}

[hidden][aria-hidden="false"]:focus {
    clip: auto;
}


/*--------------------------------
pc,smp display
---------------------------------*/

@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
}


/*===========================================================

  @nifty wimax(ワイマックス)
  2018.11

============================================================*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    min-width: 985px;
    font-family: "YakuHanJPs", Roboto, "Droid Sans", "メイリオ", Meiryo, Arial, HelveticaNeue-UltraLight, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
}

a {
    color: #0075b1;
    text-decoration: underline;
    transition: all .1s ease;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
        height: auto;
        overflow-x: hidden;
    }
}


/*************************************
base
**************************************/

.inner {
    width: 980px;
    margin: 0 auto;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid.is-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid.is-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grid.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid.is-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid.is-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid.is-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
        padding: 10px 12px;
    }

    .grid {
        display: block;
    }

    .grid-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/*************************************
common - 調整用
**************************************/

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.al-center {
    text-align: center;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

/*------------------
margin-top  --------*/
.mt-60 {margin-top: 60px !important;}
.mt-55 {margin-top: 55px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-0 {margin-top: 0px !important;}

/*------------------
margin-bottom  --------*/
.mb-60 {margin-bottom: 60px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-0 {margin-bottom: 0px !important;}

/*------------------
margin-right  --------*/
.mr-60 {margin-right: 60px !important;}
.mr-55 {margin-right: 55px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-45 {margin-right: 45px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-35 {margin-right: 35px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-0 {margin-right: 0px !important;}

/*------------------
margin-left  --------*/
.ml-60 {margin-left: 60px !important;}
.ml-55 {margin-left: 55px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-45 {margin-left: 45px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-35 {margin-left: 35px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-0 {margin-left: 0px !important;}


/*************************************
header
**************************************/

.header {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: relative;
    z-index: 20;
}

.header .inner {
    padding: 15px 0;
    position: relative;
}

.header-border {
    border-bottom: 1px solid #ffd217;
}

.header-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-upper .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
}

.header-upper .link {
    font-size: 12px;
}

.header-upper .link .col:first-child {
    margin-right: 30px;
}

.link-head > li:not(:last-child) {
    margin-right: 15px;
}

.link-head > li a {
    display: inline-block;
    background: url("/common_old/images/icon_toplink.png") left center no-repeat;
    color: #000;
    padding-left: 12px;
}

.logo-img + .text {
    margin-left: 20px;
}

.nifty-top a {
    color: #000;
}

@media screen and (max-width: 768px) {
    .header {
        transition: all 0.4s;
    }
    .header.on {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .header .inner {
        padding: 0;
    }
    .header-upper {
        justify-content: flex-start;
    }
    .header-upper .logo {
        display: block;
        width: calc(100% - 160px);
        padding: 7px 10px 7px 0;
    }
    .header-upper .link {
        display: none;
    }
    .header-upper .sp-btn {
        width: 44px;
        padding: 7px 15px 7px 10px;
    }
    .header-upper .item {
        width: 116px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
    .header-upper .item>.btn-wrap {
        width: 50%;
    }

    .btn-menu {
        width: 26px;
        height: 24px;
        position: relative;
    }
    .btn-menu span {
        display: inline-block;
        width: 100%;
        height: 5px;
        background: #000;
        position: absolute;
        left: 0;
    }
    .btn-menu span:nth-child(1) {
        top: 0;
    }
    .btn-menu span:nth-child(2) {
        top: 50%;
        margin-top: -2px;
    }
    .btn-menu span:nth-child(3) {
        top: calc(100% - 4px);
    }

    .logo-nifty {
        width: 100%;
        text-align: center;
    }

    .logo-provider {
        width: 100px;
    }

    .icon-arrow-sp {
        display: inline-block;
        background: url("/wimax/common/images/icon-arrow02Gray_R.svg") left center no-repeat;
        background-size: 5px auto;
        padding-left: 12px;
    }

    .icon-arrow-sp.is-black {
        background: url("/wimax/common/images/icon-arrow02Black_R.svg") left center no-repeat;
        background-size: 5px auto;
    }
}

.header-lower{
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}
.finished-ttl{
    margin-bottom: 5px;
    color: #2051a0;
    font-size: 18px;
}

@media screen and (max-width: 768px){
    .header-lower{
        margin-top: 0;
        padding: 10px;
}
.header.on .header-lower{
    display: none;
}
    .finished-ttl{
        font-size: 16px;
    }
}


/*************************************
popup
**************************************/
@media screen and (max-width: 768px) {
    .popup {
        display: none;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .box-popup {
        width: 90%;
        max-width: 450px;
        background: #fff;
        border-radius: 5px;
        padding: 30px 15px 20px;
        position: absolute;
        top: calc(50% + 22px);
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .box-popup:before {
        content: "";
        display: inline-block;
        width: 90px;
        height: 45px;
        background: #fff;
        border-radius: 999em 999em 0 0;
        position: absolute;
        top: -45px;
        left: 50%;
        margin-left: -45px;
    }
    .btn-popup-close {
        display: inline-block;
        width: 28px;
        height: 28px;
        position: absolute;
        top: -35px;
        right: 0;
    }
    .btn-popup-close:before,
    .btn-popup-close:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 5px;
        background: #ccc;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
    }
    .btn-popup-close:before {
        transform: rotate(45deg);
    }
    .btn-popup-close:after {
        transform: rotate(-45deg);
    }
    .box-popup .head-icon {
        display: inline-block;
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -26px;
    }
    .box-popup .head {
        border-bottom: 1px solid #001393;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 6px;
        margin-bottom: 14px;
        text-align: center;
        position: relative;
    }
    .box-popup .head:before,
    .box-popup .head:after {
        content: "";
        display: inline-block;
        border: 10px solid transparent;
        position: absolute;
        left: 50%;
        margin-left: -10px;
    }
    .box-popup .head:before {
        border-top: 10px solid #001393;
        bottom: -20px;
    }
    .box-popup .head:after {
        border-top: 10px solid #fff;
        bottom: -19px;
    }
    .box-popup .text-tel {
        max-width: 260px;
        margin: 0 auto;
    }
    .btn.is-tel-blue {
        background: #0066d6;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        max-width: 350px;
        margin: 0 auto;
        padding: 15px 25px;
        text-align: center;
    }
    .btn.is-tel-blue:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 13px;
        margin-top: -4px;
    }
}


/*************************************
gnav
**************************************/

.main.on {
    padding-top: 100px;
}

body {
    position: relative;
}

.bg-on {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.gnav-area {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #0051d3;
    transition: all 0.4s;
    position: relative;
    z-index: 20;
}

.gnav-area.on {
    position: fixed;
    top:0;
    left: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.list-gnav {
    width: 100%;
}

.list-gnav>li {
    width: calc(100% / 6);
}

.btn-gnav {
    display: block;
    color: #52627c;
    padding: 50px 10px 20px;
    text-decoration: none;
    text-align: center;
    cursor: default;
    position: relative;
}

a.btn-gnav {
    cursor: pointer;
}

a.btn-gnav:hover {
    background: repeating-linear-gradient(-45deg, #e9f0ff, #e9f0ff 3px, #fff 0, #fff 6px);
    color: #0051d3;
}

.btn-gnav:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -13px;
}

.btn-gnav.is-top:before {
    background: url(/wimax/common/images/icon-gnav-top.svg) no-repeat center;
}
.btn-gnav.is-top:hover:before {
    background: url(/wimax/common/images/icon-gnav-top_2.svg) no-repeat center;
}

.btn-gnav.is-yen:before {
    background: url(/wimax/common/images/icon-gnav-yen.svg) no-repeat center;
}
.btn-gnav.is-yen:hover:before {
    background: url(/wimax/common/images/icon-gnav-yen_2.svg) no-repeat center;
}

.btn-gnav.is-device:before {
    background: url(/wimax/common/images/icon-gnav-device.svg) no-repeat center;
}
.btn-gnav.is-device:hover:before {
    background: url(/wimax/common/images/icon-gnav-device_2.svg) no-repeat center;
}

.btn-gnav.is-light:before {
    background: url(/wimax/common/images/icon-gnav-light.svg) no-repeat center;
}
.btn-gnav.is-light:hover:before {
    background: url(/wimax/common/images/icon-gnav-light_2.svg) no-repeat center;
}

.btn-gnav.is-star:before {
    background: url(/wimax/common/images/icon-gnav-star.svg) no-repeat center;
}
.btn-gnav.is-star:hover:before {
    background: url(/wimax/common/images/icon-gnav-star_2.svg) no-repeat center;
}

.btn-gnav.is-book:before {
    background: url(/wimax/common/images/icon-gnav-book.svg) no-repeat center;
}
.btn-gnav.is-book:hover:before {
    background: url(/wimax/common/images/icon-gnav-book_2.svg) no-repeat center;
}

.btn-gnav.is-present:before {
    background: url(/wimax/common/images/icon-gnav-present.svg) no-repeat center;
}
.btn-gnav.is-present:hover:before {
    background: url(/wimax/common/images/icon-gnav-present_2.svg) no-repeat center;
}

.btn-gnav .text-sub {
    font-size: 10px;
}

.gnav-sub {
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #0051d3;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.gnav-sub-inner {
    width: 980px;
    margin: 0 auto;
}

.gnav-sub-inner>.ttl {
    width: 17%;
    border-right: 1px solid #ddd;
    color: #52627c;
    font-weight: bold;
    padding: 10px 30px 10px 0;
}

.gnav-sub-inner>.content {
    width: 83%;
    padding: 10px 0 10px 30px;
}

.gnav-sub .list-box.col-3 > .box-col {
    width: 30.6%;
}

.gnav-sub .list-box.col-3>.box-col:not(:nth-child(3n)) {
     margin-right: 4%;
}

.gnav-sub .head {
    border-bottom: 1px dashed #52627c;
    color: #52627c;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.list-gnav-sub>li+li {
    margin-top: 12px;
}

.list-gnav-sub.grid.col-3>li {
    width: 30.6%;
}

.list-gnav-sub.grid.col-3>li:not(:nth-child(3n)) {
     margin-right: 4%;
}

.list-gnav-sub.grid.col-3>li:nth-child(-n+3) {
    margin-top: 0;
}

.btn-gnav-sub {
    display: inline-block;
    color: #52627c;
    padding-left: 15px;
    text-decoration: none;
    position: relative;
}

.btn-gnav-sub:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #515151;
    border-right: 1px solid #515151;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
}

.btn-gnav-sub:hover {
    color: #0051d3;
}

.btn-gnav-sub:hover:before {
    border-top-color: #0051d3;
    border-right-color: #0051d3;
}

.btn.is-header {
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 45px 10px 12px;
    text-align: center;
}

.btn.is-header.is-head-apply {
    background: #fb8c00 url("/wimax/common/images/icon-apply-head.svg") no-repeat center 15px;
}

.btn.is-header.is-head-apply:hover {
    border: 2px solid #fb8c00;
    background: #fff url("/wimax/common/images/icon-apply-head_2.svg") no-repeat center 13px;
    color: #fb8c00;
    padding: 43px 10px 10px;
}

.btn.is-header.is-head-apply:hover:after {
    display: none;
}

.hover-line {
    display: inline-block;
    height: 6px;
    background: #0051d3;
    position: absolute;
    top: calc(100% - 6px);
    transition: all 0.3s;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .main.on {
        padding-top: 70px;
    }
    .gnav-area {
        background: rgba(0,0,0,0.3);
        padding-right: 17%;
        box-shadow: none;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 100%;
        z-index: 100;
        transition: all 0.3s;
    }
    .gnav-area.open {
        right: 0;
    }
    .btn-menu-close {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 15px;
        right: 3%;
    }
    .btn-menu-close:before,
    .btn-menu-close:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 5px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
    }
    .btn-menu-close:before {
        transform: rotate(45deg);
    }
    .btn-menu-close:after {
        transform: rotate(-45deg);
    }
    .gnav-area .inner {
        background: #fff;
        height: 100vh;
        padding: 0 0 100px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      ::i-block-chrome,.gnav-area .inner {
        height: calc(100vh - 44px);
      }
    }
    .list-gnav>li {
        width: 100%;
    }
    .list-gnav>li+li {
        border-top: 1px dashed #ddd;
    }
    .btn-gnav {
        padding: 15px 30px 15px 60px;
        text-align: left;
    }
    .btn-gnav:before {
        top: 50%;
        left: 15px;
        margin-top: -13px;
        margin-left: 0;
    }
    .btn-gnav:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #52627c;
        border-right: 2px solid #52627c;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
    }
    .gnav-used-menu {
        background: #e3e3e3;
        padding: 15px;
    }
    .gnav-used-menu .head {
        margin-bottom: 10px;
    }
    .btn-gnav.is-used {
        background: #fff;
        padding: 15px 30px 15px 15px;
    }
    .btn-gnav.is-service {
        background: #fff;
        font-size: 12px;
        padding: 12px 30px 12px 15px;
    }
    .btn.is-header {
        border-radius: 0;
        font-size: 11px;
        padding: 32px 6px 8px;
    }
    .btn.is-header.is-head-apply {
        background-size: 16px auto;
        background-position: center 12px;
    }
    .btn.is-header.is-head-tel {
        background: #0066d6 url("/wimax/common/images/icon-tel.svg") no-repeat center 12px;
        background-size: 19px auto;
    }
    .btn.is-header.is-head-apply:hover {
        border: none;
        background: #fb8c00 url("/wimax/common/images/icon-apply-head.svg") no-repeat center 12px;
        background-size: 16px auto;
        color: #fff;
        padding: 32px 6px 8px;
    }

    /* 以下は在庫一掃セール用機器詳細ページのSPナビ調整用*/
    #header.is-stock .inner {
        padding: 5px 10px;
    }
    .header.is-stock .header-upper .logo {
        display: flex;
        width: 100%;
    }
    .header.is-stock .logo-nifty {
        width: 60px;
    }
    .header.is-stock .logo-provider {
        width: 110px;
    }
}

/*************************************
footPath-area
**************************************/

.footPath-area .inner {
    padding: 15px 0;
}

.list-foot li {
    font-size: 12px;
    position: relative;
}

.list-foot li + li {
    padding-left: 15px;
    margin-left: 8px;
}

.list-foot li + li:before {
    content: ">";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .footPath-area .inner{
        padding: 8px 0 8px 12px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .list-foot{
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .list-foot li{
        display:inline-block;
    }
    .list-foot li:last-child{
        padding-right: 8px;
    }
}

/*************************************
footer
**************************************/
footer a,
footer a:link{
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer-upper {
  background: #f1ede3;
  font-size: 12px;
}
.footer-upper .inner {
  padding: 40px 0;
}
.footer-upper .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-upper .upper .lead {
  font-size: 18px;
  font-weight: bold;
}
.footer-upper .upper .text {
  font-weight: bold;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu .menu-col:nth-child(1) {
  width: 60%;
  padding-right: 30px;
}
.footer-menu .menu-col:nth-child(2) {
  width: 20%;
  background: url("/common_old/images/deco_dotted_brown.png") left top repeat-y;
  padding: 0 30px;
}
.footer-menu .menu-col:nth-child(3) {
  width: 20%;
  background: url("/common_old/images/deco_dotted_brown.png") left top repeat-y;
  padding-left: 30px;
}
.footer-menu .menu-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-menu .menu-text {
  font-size: 13px;
  margin-bottom: 30px;
}
.list-menu + .list-menu {
  margin-top: 15px;
}
.list-menu li + li {
  margin-top: 8px;
}
.list-menu-sub {
  padding: 0 14px;
}
.list-menu .lead {
  font-size: 14px;
  font-weight: bold;
}
.list-menu-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-menu-grid .list-menu {
  width: 32%;
}
.list-menu-grid .list-menu + .list-menu {
  margin-top: 0;
}
.list-menu a {
  display: inline-block;
}

.list-triangle > li {
  position: relative;
  padding-left: 14px;
}
.list-triangle > li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fdae2f;
  border-right: solid 2px #fdae2f;
  position: absolute;
  top: 7px;
  left: -1px;
  transform: rotate(45deg);
}

.icon-arrow01 {
  display: inline-block;
  background: url("/common_old/images/arrow_blue_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-arrow02 {
  display: inline-block;
  background: url("/common_old/images/arrow_orange_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-sub {
  display: inline-block;
  background: url("/common_old/images/icon_childemenu.png") left center no-repeat;
  padding-left: 14px;
}
.footer-lower {
  background: #f1ede3;
}

.footer-lower-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-btn li + li {
    margin-left: 10px;
}
.footer-service-inner{
  background: #F1EDE3;
}
.footer-service {
    max-width: 980px;
    margin: auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      justify-content: space-around;
}
.footer-service li {
    font-size: 12px;
}
.footer-service li + li {
  margin-left: 10px;
}

.footer-company-inner {
  background: #333333;
}
.footer-company-grid {
    max-width: 980px;
    margin: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.copyright {
    font-size: 12px;
    text-align: right;
    color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-lower {
    background: #F1EDE3;
  }
  .footer-service {
    display: block;
    padding: 15px 12px;
  }
  .footer-service li {
    padding: 0 8px;
    margin-top: 6px;
    line-height: 1.1;
  }
  .footer-service li + li {
    margin-left:0;
    margin-top: 8px;
  }
  .list-triangle > li:before{
    top: 3px;
  }
  .footer-company-grid{
    display: block;
  }
  .copyright {
    text-align: center;
  }
}
/*************************************
widget-float
**************************************/

.widget-float {
    width: 350px;
    background: #fff;
    border: 1px solid #c6c8cc;
    position: fixed;
    bottom: 25px;
    right: 8%;
    z-index: 10;
}

.widget-inner {
    position: relative;
}

.widget-close {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 500px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.widget-close:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.widget-close:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.widget-head {
    background: #cfcfcf;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.widget-content {
    padding: 10px;
}

.widget-content .text-tel {
    text-align: center;
}

.widget-content .num-tel {
    font-size: 30px;
}

.widget-content .icon-call {
    padding-left: 45px;
    background-size: 38px auto;
    background-position: top 3px left;
}

.widget-content .text-cp {
    border: 2px solid #ffd217;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
}

.widget-content .num {
    font-size: 20px;
}

/**************************************************
20190415ポップアップ修正に伴う追加(body.popup-page)
***************************************************/
body.popup-page{
    min-width:100%;
}
.popup-page .inner {
    width: 100%;
    max-width:980px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .popup-page .header-upper {
        padding: 13px 15px;
    }
    .popup-page .header-upper .logo {
        max-width:200px;
        padding: 0;
    }
    .popup-page .header-upper .logo-nifty{
        display: inline-block;
        width: 75%;
    }
    .popup-page .header-upper .logo-img img{
        width: 100%;
    }
    .popup-page .header-upper .link {
        display: flex;
        font-size: 12px;
    }
}


/**************************************************
配下ページ ページタイトルエリア
***************************************************/
/*top-area*/
.top-area.is-ttl {
  border-bottom: 2px solid #eff0f4;
}

.top-area.is-ttl .inner {
  padding: 20px 0 5px;
}

.top-area.is-ttl .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.top-area.is-ttl .ttl .text-sub {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .top-area.is-ttl .inner {
        padding: 12px 0;
    }
    .top-area.is-ttl .ttl {
      font-size: 20px;
    }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
シングルサービスSPヘッダー 190710
（ナビなしページのheader）
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media screen and (max-width: 768px) {
  #header.is-single .inner {
    padding: 10px 16px 10px 10px;
  }

  .header-upper.is-single {
    justify-content: space-between;
  }

  .header-upper.is-single .logo {
    display: flex;
    width: 50%;
    padding: 0;
  }

  .header-upper.is-single .logo-nifty {
    width: 140px;
  }

  .header-upper.is-single .link {
    display: flex;
  }
}