@charset "euc-jp";

/*

    サイトの基本レイアウトとスタイル
   
*/

/* ----------------------------------------------------------
    全体
------------------------------------------------------------- */
/* PC */
@media only screen and (min-width: 940px) {
    /* ネットオウルヘッダー用の領域を確保 */
    /*body { padding-top: 30px; }*/
    /*body { padding-top: 73px; }*/
}

/* SP - Tab */
@media only screen and (min-width: 0) and (max-width: 939px) {
    body { padding-top: 0; }
    #wrapper { padding-top: 79px; }
    #wrapper.spnav-is-open { padding-top: 0; }
}

/* SP */
@media only screen and (max-width: 551px) {
    #wrapper { padding-top: 98px; }
}


/* ----------------------------------------------------------
    ベース、汎用
------------------------------------------------------------- */
.srcset { visibility: hidden; }


/* ----------------------------------------------------------
    自動インストール ラベル
------------------------------------------------------------- */
.auto-install {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 5px 2px;
    background: #faba1b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.auto-install:link,
.auto-install:visited,
.auto-install:hover,
.auto-install:active { text-decoration: none; }
a.auto-install:hover { background: #fa9e1b; }

/* ----------------------------------------------------------
    キャンペーン用アイコン
------------------------------------------------------------- */
.campaign-add {
    display: block;
    width: 100%;
    padding: 5px 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff4e5b;
    text-align: center;
    font-size: 14px;
    color: #fff;
    
}

/* SP - Tab */
@media only screen and (min-width: 0) and (max-width: 939px) {
    .campaign-add {
        display: inline-block;
        width: auto;
        padding: 5px;
        margin-left: 5px;
        position: static;
        font-size: 13px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
        border-radius: 11px;
    }
}

/* ----------------------------------------------------------
    コンテンツエリア
------------------------------------------------------------- */
.col-main {
    float: right;
    width: 700px;
}
.col-main > :last-child { margin-bottom: 0; }
.col-side {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 210px;
}
.col-side > :last-child { margin-bottom: 0; }
.contents { margin-bottom: 70px; }

/* SP - Tab */
@media only screen and (min-width: 0) and (max-width: 939px) {
    .col-main {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .col-side {
        float: none;
        width: auto;
    }

    .contents {
        margin-bottom: 5%;
        padding-top: 60px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .contents {
        margin-bottom: 5%;
        padding-top: 15px;
    }

    .col-main { margin-bottom: 20px; }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .contents {
        margin-bottom: 10%;
        padding-top: 10px;
    }

    .col-main { margin-bottom: 10px; }
}


/* ----------------------------------------------------------
    ネットオウルヘッダー
------------------------------------------------------------- */
/* PC */
@media only screen and (min-width: 940px) {
    #netowl-header {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* SP - Tab */
@media only screen and (min-width: 0) and (max-width: 939px) {
    #netowl-header { display: none !important; }
}


/* ----------------------------------------------------------
    ヘッダー
------------------------------------------------------------- */
#header {
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
}
#header.is-fixed {
    z-index: 99999;
    position: fixed;
    top: 0;
}

.sitehead_news{
    background-color: #e5e5e5;
    text-align: center;
    padding:5px;
}

.sitehead_news p{
    font-size: 12px;
    margin:0;
}

.sitehead {
    height: 63px;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
#header.is-fixed .sitehead { height: 45px; }

.sitehead_siteid {
    float: left;
    width: 215px;
    height: 39px;
    margin: 15px 20px 0 0;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
#header.is-fixed .sitehead_siteid {
    width: 158px;
    height: 29px;
    margin: 8px 20px 0 0;
}
.sitehead_siteid img { width: 100%; }

.sitehead_tagline {
    float: left;
    margin: 28px 0 0;
    font-size: 12px;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
#header.is-fixed .sitehead_tagline { margin: 14px 0 0; }

.sitehead_btn-box {
    float: right;
    margin: 17px 0 0;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
#header.is-fixed .sitehead_btn-box { margin: 9px 0 0; }
.sitehead_btn-box .btn {
    height: 32px;
    margin: 0;
    padding: 0 13px;
    color: #209dd9;
    font-size: 12px;
    line-height: 32px;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
#header.is-fixed .sitehead_btn-box .btn {
    height: 26px;
    line-height: 26px;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    #header {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        haight:75px;
        margin-bottom: 0;
        border-bottom: 5px solid #ddd;
    }
    #wrapper.spnav-is-open #header {
        position: relative;
        top: auto;
        left: auto;
    }

    .sitehead,
    #header.is-fixed .sitehead {
        float: left;
        width: 138px;
        height: auto;
        margin: 11px 0 0 3.125%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .sitehead_siteid,
    #header.is-fixed .sitehead_siteid {
        float: none;
        width: 138px;
        height: 25px;
        margin: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .sitehead_tagline { display: none; }

    .sitehead_btn-box { display: none; }
}


/* グローバルナビ
------------------------------------------------------------- */
#gnav { background: #34495e; }

.gnav {
    width: 940px;
    margin: 0 auto;
}

.gnav_item {
    position: relative;
    float: left;
    width: 175px;
}
.gnav_item_home {
    width: 64px;
    font-size: 18px;
}
.gnav_item_application { background: #ff4e5b; }

.gnav_item_label {
    display: block;
    height: 50px;
    overflow: hidden;
    border-left: 1px solid #3f566d;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

#gnav li:last-child{
    border-right: 1px solid #3f566d;
}

#header.is-fixed .gnav_item_label {
    height: 40px;
    line-height: 40px;
}
.gnav_item_application .gnav_item_label { border: none; }
.gnav_item_label:link,
.gnav_item_label:active,
.gnav_item_label:visited,
.gnav_item_label:hover { text-decoration: none; }
.gnav_item_label:hover { background: #2c3e50; }
.gnav_item_application .gnav_item_label:hover { background: #f43846; }

.is-hover .gnav_item_label { background: #2c3e50; }
.is-current .gnav_item_label {
    background: #2c3e50;
    color: #209dd9;
}

.gnav_item_label .ico_chevron-down {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #ff4e5b;
    font-size: 12px;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.is-hover .gnav_item_label .ico_chevron-down {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.gnav_sub {
    z-index: 101;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 175px;
}

.gnav_sub_item { border-bottom: 1px solid #3f566d; }

.gnav_sub_item_label {
    position: relative;
    display: block;
    padding: 10px;
    background: #2c3e50;
    color: #fff;
    span{
        font-size: 13px;
    }
}
.gnav_sub_item_label:link,
.gnav_sub_item_label:active,
.gnav_sub_item_label:visited,
.gnav_sub_item_label:hover { text-decoration: none; }
.gnav_sub_item_label:hover { background: #253443; }
.is-current > .gnav_sub_item_label {
    color: #209dd9;
    font-weight: bold;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    #gnav { display: none !important; }
}

/* ナビゲーション用ラベル
------------------------------------------------------------- */
.nav-label {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    padding: 2px 3px;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-label_recommend { background: #ff1d25; }
.nav-label_business { background: #175caa; }

/* SP */
@media only screen and (max-width: 767px) {
    .nav-label {
        right: 11%;
        padding: 4px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .nav-label {
        right: 8%;
        padding: 4px;
    }
}

/* モバイル端末用ナビ
------------------------------------------------------------- */
#spnav-btn { display: none; }
.spnav { display: none; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    #spnav-btn {
        float: right;
        display: block;
        width: 91px;
        height: 45px;
    }

    .spnav-btn {
        cursor: pointer;
        display: block;
        width: 45px;
        height: 45px;
        color: #fff;
        font-size: 28px;
        line-height: 45px;
        text-align: center;
    }

    #spnav-btn_service {
        float: left;
        background-color: #666;
    }

    #spnav-btn_site {
        float: right;
        background-color: #209dd9;
    }

    .spnav {
        z-index: 10000;
        position: absolute;
        top: 79px;
        left: 0;
        display: none;
        width: 100%;
        background: #fff;
    }
    .spnav a { text-decoration: none; }

    .spnav_ttl {
        padding: 20px 3.13%;
        background: #209dd9;
        color: #fff;
        font-weight: bold;
    }
    #spnav-service .spnav_ttl { background: #666; }

    /* リンクメニュー */
    .spnav-list {}
    .spnav-list_sub {
        display: none;
        border-top: 1px solid #ccc;
    }

    .spnav-list_item { border-bottom: 1px solid #ccc; }
    .spnav-list_sub .spnav-list_item:last-child { border: none; }
    .spnav-list_item_separate { border-bottom: 5px solid #ccc; }

    .spnav-list_label {
        position: relative;
        display: block;
        padding: 20px 3.13%;
        background: #fff;
        color: #333;
        line-height: 1;
    }
    .spnav-list_sub .spnav-list_label { background: #F6F6F6; }
    .is-current > .spnav-list_label,
    .is-current .is-current .spnav-list_label {
        color: #209dd9;
        font-weight: bold;
    }

    .spnav-list_label > span {
        float: left;
        display: block;
        width: 70%;
    }
    .spnav-list_label .ico {
        margin: 0 5px 0 0;
        font-size: 16px;
    }
    .spnav-list_label > .ico {
        float: right;
        display: block;
        width: 20%;
        margin: 0;
        color: #209dd9;
        text-align: right;
    }
    #spnav-service .spnav-list_label > .ico { color: #666; }

    /* サービス */
    .spnav-service { border-bottom: 4px solid #ccc; }

    .spnav-service_item { border-bottom: 1px solid #ccc; }
    .spnav-service_item_separate { border-bottom: 5px solid #ccc; }

    .spnav-service_label {
        display: block;
        padding: 20px 3.13%;
        background: #fff;
        color: #333;
        line-height: 1;
    }
    .is-current > .spnav-service_label { background: #f8f7f2; }

    .spnav-service_label > .ico {
        float: left;
        display: block;
        margin: 0 5px 0 0;
        font-size: 20px;
    }
    .spnav-service_label > .ico_owlchan { color: #f76e24; }
    .spnav-service_label > .ico_server { color: #209dd9; }
    .spnav-service_label > .ico_server.free { color: #17cdc9; }
    .spnav-service_label > .ico_globe { color: #ffb300; }
    .spnav-service_label > .ico_signature { color: #00b8bd; }

    .spnav-service_label > span {
        display: block;
        color: #666;
        font-size: 12px;
        line-height: 1.3;
    }
    .spnav-service_label > span > b {
        color: #333;
        font-size: 16px;
    }

    /* その他リンク */
    .spnav-btns {
        padding: 0 0 3px;
        background: #ccc;
        font-size: 12px;
    }

    .spnav-btns_item {
        float: left;
        width: 50%;
        background: #fff;
        border-top: 1px solid #ddd;
    }

    .spnav-btns_label {
        display: block;
        padding: 20px 5.7%;
        color: #333;
        letter-spacing: -.005em;
    }
    .spnav-btns_label:hover { text-decoration: none; }
    .spnav-btns_item:nth-child(2n+1) .spnav-btns_label{ border-right: 1px solid #ccc; }

    .spnav-btns_label .ico {
        margin-right: 5px;
        font-size: 20px;
    }
    .spnav-btns_label .ico_lock { color: #c4b26a; }
    .spnav-btns_label .ico_person { color: #e74c3c; }
    .spnav-btns_label .ico_info { color: #35c4a8; }
    .spnav-btns_label .ico_pencil { color: #3498db; }

    /* 閉じるボタン */
    .spnav-close {
        display: block;
        margin: 0;
        padding: 20px;
        background: #209dd9;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #spnav-service .spnav-close { background: #666; }
    .spnav-close .ico {
        margin: 0 5px 0 0;
        font-size: 16px;
        vertical-align: middle;
    }
}

/* SP */
@media only screen and (max-width: 606px) {
    .spnav{
        top:98px;
    }
}

/* ----------------------------------------------------------
    コンテンツヘッダー
------------------------------------------------------------- */
.contents-header {
    margin: 0 0 10px;
    padding: 13px 0 15px;
    background: url(../img/common/bg_diagonal_blue.png) 0 0;
}

.contents-header :last-child { margin-bottom: 0; }

.contents-header_ttl {
    margin: 0 0 10px;
    color: #34495e;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(255,255,255,1);
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .contents-header { padding: 13px 0 10px; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .contents-header { padding: 13px 0 15px; }
}

/* ----------------------------------------------------------
    パンくず
------------------------------------------------------------- */
.topic-path {
    margin: 0 0 20px 0;
    font-size: 12px;
}
.topic-path li { display: inline-block; }
.topic-path .ico {
    margin: 0 10px;
    color: #ccc;
}
.topic-path li span.is-current { font-weight: bold; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .topic-path { margin: 0 0 10px 0; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .contents-header { margin: 0 0 20px 0; }
}


/* ----------------------------------------------------------
    サブナビ
------------------------------------------------------------- */
.subnav {
    overflow: hidden;
    margin: 0 0 10px;
    background: #fff;
    border: 1px solid #34495e;
    border-radius: 3px;
    font-size: 12px;
}

.subnav_item {
    float: left;
    width: 234px;
}
.subnav_item:nth-child(4n) { width: 236px; }

.subnav_narrow .subnav_item,
.subnav_narrow .subnav_item:nth-child(4n) { width: 187px; }
.subnav_narrow .subnav_item:nth-child(5n) { width: 190px; }

.subnav_item_label {
    display: block;
    padding: 6px 10px;
    border-right: 1px solid #34495e;
    text-align: left;
}
.subnav_item_label:link,
.subnav_item_label:visited,
.subnav_item_label:hover,
.subnav_item_label:active {
    color: #333;
    text-decoration: none;
}
.subnav_item_label:hover { background: #ecf7fc; }
.subnav_item:nth-child(4n) .subnav_item_label,
.subnav_narrow .subnav_item:nth-child(5n) .subnav_item_label { border-right: none; }
.subnav_narrow .subnav_item:nth-child(4n) .subnav_item_label { border-right: 1px solid #34495e; }
.subnav_item:nth-child(n+5) .subnav_item_label { border-top: 1px solid #34495e; }
.subnav_narrow .subnav_item:nth-child(n+5) .subnav_item_label { border-top: none; }
.subnav_narrow .subnav_item:nth-child(n+6) .subnav_item_label { border-top: 1px solid #34495e; }
.subnav_item_label.is-current {
    background: #ecf7fc;
    color: #209dd9;
    font-weight: bold;
}
.subnav_item_label .ico {
    display: inline-block;
    margin-right: 5px;
    color: #209dd9;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.subnav_item_label:hover .ico {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

/* SP */
@media only screen and (max-width: 767px) {
    .subnav {
        overflow: auto;
        margin-bottom: 5px;
        background: transparent;
        border: none;
    }

    .subnav_item {
        width: auto;
        margin: 0 5px 5px 0;
        background: #fff;
    }
    .subnav_item:nth-child(4n) { width: auto; }

    .subnav_narrow .subnav_item,
    .subnav_narrow .subnav_item:nth-child(4n) { width: auto; }
    .subnav_narrow .subnav_item:nth-child(5n) { width: auto; }

    .subnav_item_label {
        display: inline-block;
        padding: 5px 12px 5px 7px;
        border: 1px solid #1A2E51;
        border-radius: 3px;
        color: #333;
        font-size: 12px;
    }
    .subnav_item_label:link,
    .subnav_item_label:active,
    .subnav_item_label:hover,
    .subnav_item_label:visited { text-decoration: none; }
    .subnav_item:nth-child(4n) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(5n) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(4n) .subnav_item_label,
    .subnav_item:nth-child(n+5) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(n+5) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(n+6) .subnav_item_label { border: 1px solid #1A2E51; }

    .subnav_item_label .ico {
        margin-right: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .subnav_item_label:hover .ico {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .subnav { background: #34495e; }

    .subnav_item {
        width: 33.333%;
        background: #fff;
    }
    .subnav_item:nth-child(4n),
    .subnav_narrow .subnav_item,
    .subnav_narrow .subnav_item:nth-child(4n),
    .subnav_narrow .subnav_item:nth-child(5n) { width: 33.333%; }

    .subnav_item_label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 1px solid #34495e;
        border-top: 1px solid #34495e;
    }
    .subnav_item:nth-child(4n) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(5n) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(4n) .subnav_item_label,
    .subnav_item:nth-child(n+5) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(n+5) .subnav_item_label,
    .subnav_narrow .subnav_item:nth-child(n+6) .subnav_item_label {
        border-right: 1px solid #34495e;
        border-top: 1px solid #34495e;
    }
    .subnav_item:nth-child(3n) .subnav_item_label { border-right: none; }
    .subnav_item:nth-child(-n+3) .subnav_item_label { border-top: none; }
    .subnav_item_label .ico {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .subnav_item_label:hover .ico {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* ----------------------------------------------------------
    レイアウト切り替えボタン
------------------------------------------------------------- */
#layout-switch {
    display: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

/* ----------------------------------------------------------
    サポートコンテンツ詳細ページ用ヘッダー
------------------------------------------------------------- */
.doc-header { margin-bottom: 20px; }

/* ----------------------------------------------------------
    対象プラン
------------------------------------------------------------- */
.answer-plan {
    margin: -10px 0 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #209dd9;
}
.answer-plan :last-child { margin-bottom: 0; }

.answer-plan_ttl {
    margin-bottom: 7px;
    font-size: 14px;
}

.answer-plan_body {}

.answer-plan_label {
    float: left;
    display: block;
    width: 136px;
    height: 25px;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.answer-plan_label_economy { background: #ffc000; }
.answer-plan_label_lite { background: #ffa800; }
.answer-plan_label_standard { background: #ff9000; }
.answer-plan_label_premium { background: #ff6c00; }
.answer-plan_label_business { background: #175caa; }
.answer-plan_label_free { 
    width: auto;
    padding: 0 6px;
    font-size: 11px;
    background: #209dd9; 
}
.answer-plan_label_old{
    background: #ecf7fa;
    color:#70b9e2;
    width:80px;
}
.answer-plan_label:last-child { margin-right: 0; }

/* SP */
@media only screen and (max-width: 767px) {
    .answer-plan_label { margin: 0 5px 5px 0; }
}

/* ----------------------------------------------------------
    検索結果
------------------------------------------------------------- */
.search-results{ margin: 0 10px 30px; }
.search-results_list{
    margin: 0 0 2em 2em;
    list-style: decimal outside;
}
.search-results_list > li{
    margin-bottom: 3em;
    padding-left: 1em;
}

.search-results_ttl,
.search-results_body{ margin-bottom: .7em; }

.search-results_bottom { clear: both; }
.search-results_bottom:before, .search-results_bottom:after {
    content: " ";
    display: table;
}
.search-results_bottom:after { clear: both; }
.search-results_bottom { *zoom: 1; }

.search-results_bottom_url{
    float: left;
    width: 480px;
}
.search-results_bottom_words{
    width: 150px;
    overflow: hidden;
    text-align: right;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .search-results_bottom_url{
        float: none;
        width: auto;
    }

    .search-results_bottom_words{
        width: auto;
        overflow: auto;
        text-align: left;
    }
}


/* ----------------------------------------------------------
    検索(サイドカラム)
------------------------------------------------------------- */
.side-search {
    margin: 0 0 20px;
    padding: 10px;
    border: 2px solid #209dd9;
}

.side-search_ttl {
    margin: 0 0 10px;
    color: #209dd9;
    font-size: 16px;
}

.side-search_body { text-align: center; }

.side-search_input {
    width: 150px;
    margin: 0 0 10px;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .side-search_input { width: 50%; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .side-search { text-align: center; }
    .side-search_ttl {
        display: inline;
        margin: 0;
    }

    .side-search_body { display: inline; }
}


/* ----------------------------------------------------------
    サイドナビ
------------------------------------------------------------- */
.side-nav {}

.side-nav_ttl {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 3px solid #209dd9;
    font-size: 16px;
}

.side-nav_list {}

.side-nav_list .btn,.side-nav_oldlist .btn {
    display: block;
    text-align: left;
}
.side-nav_list .btn_economy,
.side-nav_list .btn_lite,
.side-nav_list .btn_standard,
.side-nav_list .btn_premium,
.side-nav_list .btn_business {
    position: relative;
    padding-left: 38px;
}
.side-nav_list .is-current .btn { background: #ecf7fc; }

.side-nav_free .side-nav_list .btn { padding: 8px 10px; }

.side-nav_icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 24px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.side-nav_oldlist .btn_oldplan{
    background-color:#ecf7fa;
    color:#70b9e2;
}

.side-nav_oldlist .btn_oldplan .ico{
    color: #209dd9;
}


/* SP - Tab */
@media only screen and (max-width: 939px) {
    .side-nav_list .btn,.side-nav_oldlist .btn {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .side-nav_free .btn { text-align: center; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .side-nav_list > li,.side-nav_oldlist > li {
        float: left;
        width: 32.5%;
        margin: 0 1% 1% 0;
    }
    .side-nav_list > li:nth-child(3n) { margin-right: 0; }

    .side-nav_list .btn,.side-nav_oldlist .btn { margin: 0; }
}


/* ----------------------------------------------------------
    フッターコンテンツ
------------------------------------------------------------- */
.footer-contents {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../img/common/bg_blue.png) 50% 0;
}

/* PC  キャンペーン情報の吹き出し*/
.campaign-balloon {
    position: absolute;
    top: 193px;
    left: 0;
    right: 0;
    width: 370px;
    margin: auto;
    padding: 1px;
    background-color: #fff;
    vertical-align: middle;
    text-shadow: none;
    z-index: 1;
}

.campaign-pr {
    float: left;
    width: 75%;
    height: 22px;
    color: #df3220;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.campaign-limit {
    float: right;
    display: block;
    width: 25%;
    height: 22px;
    background-color: #ffce0a;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.campaign-balloon:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
}

.campaign-balloon:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

/* Tab キャンペーン情報の吹き出し*/
@media only screen and (min-width: 768px) and (max-width: 939px){
    .campaign-balloon {
    top: 167px;
}
}

/* SP  キャンペーン情報の吹き出し*/
@media only screen and (min-width: 0) and (max-width: 767px) {
    .campaign-balloon {
    top: 144px;
        width: 300px;
}
    .campaign-pr {
        width: 78%;
        font-size: 12px;
    }
    .campaign-limit {
        width: 22%;
        font-size: 12px;
    }
}


/* ----------------------------------------------------------
    お申し込み
------------------------------------------------------------- */
.application {
    position: relative;
    padding: 40px 0 50px;
}

.application_star {
    position: absolute;
    bottom: -260px;
    right: -224px;
}

.application_ttl {
    position: relative;
    margin: 0 auto 30px;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 36px;
    text-align: center;
    color: #fff;
}
.application_ttl:after {
    content: 'Application';
    display: block;
    text-transform: uppercase;
    color: #a2dcf6;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .1em;
}

.application_text {
    position: relative;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.application_btn-box {
    position: relative;
    margin: 0;
    text-align: center;
}
.application_btn-box .btn { width: 500px; }
.application_btn-box .ico {
    margin-right: 5px;
    font-size: 30px;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
.application { padding: 25px 0; }

.application_star {
    bottom: -138%;
    right: -14.687%;
    width: 71.875%;
}

.application_ttl {
    margin: 0 auto 20px;
    font-size: 28px;
}
.application_ttl:after { font-size: 12px; }
.application_ttl img { width: 100%; }

.application_text {
    margin-bottom: 30px;
    font-size: 14px;
}

.application_btn-box .btn {
    display: block;
    width: auto;
    margin: 0;
    font-size: 20px;
}

.cta .application_btn-box .btn {
    display: inline-block;
}

.application_btn-box .ico { font-size: 26px; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
.application { padding: 30px 0; }

.application_star {
    bottom: -80%;
    right: -8.928%;
    width: 58.104%;
}

.application_ttl { font-size: 36px; }
.application_ttl:after { font-size: 13px; }

.application_text {
    margin-bottom: 30px;
    font-size: 16px;
}

.application_btn-box .btn {
    display: inline-block;
    width: 500px;
}
.application_btn-box .ico { font-size: 30px; }
}


/* ----------------------------------------------------------
    お困りの方
------------------------------------------------------------- */
.support {
    position: relative;
    height: 180px;
    background: rgba(0, 43, 130, .3);
}

.support_ttl {
    float: left;
    width: 279px;
    margin: 59px 0 0 21px;
}

.support_btn-box {
    float: right;
    width: 640px;
    margin: 35px 0 0;
}

.support_btn-box .btn {
    float: left;
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 0 10px 20px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.support_btn-box .ico {
    margin-right: 5px;
    font-size: 20px;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
.support {
    height: auto;
    padding: 25px 0 30px;
}

.support_ttl {
    float: none;
    width: 41.333%;
    margin: 0 auto 20px;
}
.support_ttl img { width: 100%; }

.support_btn-box {
    float: none;
    width: auto;
    margin: 0;
}

.support_btn-box .btn {
    float: none;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 5px;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 1.4;
}
.support_btn-box .ico {
    margin-right: 5px;
    font-size: 20px;
}
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
.support { padding: 25px 0 25px; }

.support_ttl { width: 17.170%; }

.support_btn-box .btn {
    float: left;
    display: block;
    width: 24%;
    margin: 0 1.3% 0 0;
    padding: 10px 0;
}
.support_btn-box .btn:last-child { margin: 0; }
.support_btn-box .ico { font-size: 18px; }
}


/* ----------------------------------------------------------
    その他コンテンツへのリンク
------------------------------------------------------------- */
.other-contents {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.other-contents_item {
    float: left;
    width: 313px;
}
.other-contents_item:first-child { border-left: 1px solid #ddd; }

.other-contents_item_label {
    display: block;
    padding: 42px 0 42px 92px;
    position: relative;
    border-right: 1px solid #ddd;
    color: #333;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.other-contents_item_label:link,
.other-contents_item_label:active,
.other-contents_item_label:hover,
.other-contents_item_label:visited { text-decoration: none; }
.other-contents_item_label:hover { background-color: #f8f8f8; }
.other-contents_item_label_ssl { background: url(../img/common/img_ssl.png) 20px 50% no-repeat; }
.other-contents_item_label_domain { background: url(../img/common/img_domain.png) 20px 50% no-repeat; }
.other-contents_item_label_affiliate { background: url(../img/common/img_affiliate.png) 20px 50% no-repeat; }
.other-contents_item_label_ssl:hover { background-position: 20px 54%; }
.other-contents_item_label_domain:hover { background-position: 20px 54%; }
.other-contents_item_label_affiliate:hover { background-position: 20px 54%; }

.other-contents_item_label > span { font-size: 12px; }
.other-contents_item_label > b {
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
}
.other-contents_item_label_ssl > b { color: #55b7c1; }
.other-contents_item_label_domain > b { color: #a9c232; }
.other-contents_item_label_affiliate > b { color: #dccb2d; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .other-contents { border: none; }

    .other-contents_item {
        float: none;
        width: auto;
    }
    .other-contents_item:first-child { border: none; }

    .other-contents_item_label {
        padding: 21px 0 21px 80px;
        border-bottom: 1px solid #ddd;
        border-right: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .other-contents_item_label_ssl,
    .other-contents_item_label_domain,
    .other-contents_item_label_affiliate,
    .other-contents_item_label_ssl:hover,
    .other-contents_item_label_domain:hover,
    .other-contents_item_label_affiliate:hover { background-position: 10px 50%; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .other-contents { border-bottom: 2px solid #ddd; }

    .other-contents_item {
        float: left;
        width: 33.3%;
    }

    .other-contents_item_label {
        padding: 85px 0 15px;
        border-bottom: none;
        border-right: 1px solid #ddd;
        text-align: center;
    }
    .other-contents_item:last-child .other-contents_item_label { border: none; }
    .other-contents_item_label_ssl,
    .other-contents_item_label_domain,
    .other-contents_item_label_affiliate,
    .other-contents_item_label_ssl:hover,
    .other-contents_item_label_domain:hover,
    .other-contents_item_label_affiliate:hover { background-position: 50% 15px; }

    .other-contents_item_label > b { font-size: 18px; }
}


/* ----------------------------------------------------------
    その他情報ページへのリンク
------------------------------------------------------------- */
.footer-link {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
}

.footer-link_item {
    display: inline;
    background: url(../img/common/bg_dotted.png) 0 50% no-repeat;
}
.footer-link_item:first-child { background: none; }

.footer-link_item > a {
    padding: 0 10px;
    color: #333;
    text-decoration: none;
}
.footer-link_item > a:hover { text-decoration: underline; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .footer-link {
        padding: 0;
        font-size: 12px;
        text-align: left;
    }

    .footer-link_item {
        float: left;
        display: block;
        width: 50%;
        background: none;
    }

    .footer-link_item > a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
		letter-spacing: -0.5px;
    }
    .footer-link_item > a:hover { text-decoration: none; }
    .footer-link_item:nth-child(2n) > a { border-right: none; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .footer-link_item { width: 25%; }
	.footer-link_item > a  { letter-spacing: 0; }
    .footer-link_item:nth-child(2n) > a { border-right: 1px solid #ddd; }
    .footer-link_item:nth-child(4n) > a { border-right: none; }
}


/* ----------------------------------------------------------
    その他サービスへのリンク
------------------------------------------------------------- */
.related-service {
    padding: 15px 0;
    background: #464646;
    text-align: center;
}

.related-service_item {
    display: inline;
    padding: 0 5px 0 25px;
    background: url(../img/common/bg_slash.png) 0 50% no-repeat;
    font-size: 12px;
}
.related-service_item:first-child {
    padding-left: 0;
    background: none;
}

.related-service_item > a {
    color: #fff;
    text-decoration: none;
}
.related-service_item > a:hover { text-decoration: underline; }
.related-service_item .is-current { color: #999; }
.related-service_item .imgico { margin-right: 5px; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .related-service {
        padding: 0;
        font-size: 12px;
        text-align: left;
    }

    .related-service_item {
        display: block;
        padding: 0;
        background: none;
        border-bottom: 1px solid #747474;
        font-size: 14px;
    }
    .related-service_item:last-child { border-bottom: none; }

    .related-service_item > a {
        display: block;
        padding: 10px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .related-service_item {
        float: left;
        width: 50%;
        border: none;
    }

    .related-service_item > a {
        border-bottom: 1px solid #747474;
        border-right: 1px solid #747474;
    }
    .related-service_item:nth-child(2n) > a { border-right: none; }
    .related-service_item:nth-child(n+3) > a { border-bottom: none; }
}


/* ----------------------------------------------------------
    クラウドセキュア
------------------------------------------------------------- */

.cloudsecure {
    padding: 15px 0;
    background: #f9f9f9;
    text-align: center;
}
/* SP */
@media only screen and (min-width: 0) and (max-width: 426px) {
    .cloudsecure {
        padding: 15px 0 0;
    }
}

.cloudsecure small {
    color: #111;
    margin: 15px;
}
.cloudsecure a,
.cloudsecure small {
    display: inline-block;
}


/* ----------------------------------------------------------
    コピーライト
------------------------------------------------------------- */
.copyright {
    padding: 15px 0;
    background: #333;
    text-align: center;
}

.copyright_logo {}
.copyright_text {
    color: #999;
    font-size: 10px;
}


/* ----------------------------------------------------------
    ページトップボタン
------------------------------------------------------------- */
#pagetop-btn {
    position: fixed;
    bottom: -65px;
    right: 20px;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4987c3', endColorstr='#206cb5', GradientType=0 );/* IE6-9 */
}
#pagetop-btn:hover {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    #pagetop-btn {
        right: 10px;
        width: 50px;
        height: 50px;
    }
    #pagetop-btn img { width: 100%; }

    #pagetop-btn:hover {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/* ----------------------------------------------------------
キャッシュレス・消費者還元事業
------------------------------------------------------------- */
#cashless{
	background: #dff2fc url(../img/common/img_cashless_bg.png?date=191003) no-repeat center;
	text-align: center;
	height: 60px;
}

#header.is-fixed #cashless {
    background-size: 600px;
    height: 38px;
}

.cashless{
	background:#fff7df;
	padding: 10px 10px 0;
	width: 97%;
	justify-content: center;
	display: flex;
	margin: 0 0 15px;
}

.cashless_left{
	width: 54%;
}

.cashless strong{
	font-weight: bold;
	font-size: 16px;
	color: #FF9600;
	margin-bottom: 5px;
}

.cashless p{
	border-top: 1px solid #b3b3b3;
	margin-top: 5px;
	padding-top: 6px;
	font-size: 12px;
}

.cashless img{
	margin: 3px 0 10px 12px;
}


/* SP - Tab */
@media only screen and (max-width: 939px) {
	#cashless{
		background: #dff2fc url(../img/common/img_cashless_sp.png?date=191003) no-repeat center;
		height: 50px;
	}
	.cashless { 
		display: block; 
		width: 95%;
		padding: 10px;
	}
	.cashless_left { width: 100%; }
	.cashless_right { text-align: center; }
	.cashless img { margin: 0; }
	.cashless strong { 	font-size: 15px; }
	.cashless p { 	font-size: 11px; }
}


/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
#cashless{
		background: #dff2fc url(../img/common/img_cashless_bg.png?date=191003) no-repeat center;
		background-size: 80%;
	}
	.cashless { 
		display: flex;
		width: 97%;
		padding: 10px 10px 0;
	}
	.cashless_left { width: 54%; }
}
