@charset "euc-jp";

/* ヘッダーからフッターまで全体を内包 */
#wrapper {
    overflow: hidden;
}

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 1099px) {
    #wrapper {
        padding-top: 54px;
    }
    #wrapper.spNavIsOpen {
        overflow: visible;
        padding-top: 0;
    }
}

/* ----------------------------------------------------------
	ヘッダー
------------------------------------------------------------- */
.header {
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #cfcfcf;
}

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 1099px) {
    .header {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        height: 50px;
        border-top: 3px solid #222;
        border-bottom: 1px solid #ccc;
    }
    #wrapper.spNavIsOpen .header {
        position: relative;
        top: 0;
        left: 0;
    }
}

.header__logo {
    float: left;
    margin: 18px 0 0;
}
.header__logo > img { width: 100%; }

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .header__logo {
        width: 180px;
        margin: 13px 0 0 10px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .header__logo {
        width: 210px;
        margin: 11px 0 0 20px;
    }
}

/* ----------------------------------------------------------
	PC用ヘッダー
------------------------------------------------------------- */
.pcHeader {
    width: 1000px;
    font-size: 16px;
}

.pcHeader__top {
    margin: 0 0 6px;
}

.pcHeader__bottom {}

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 1099px) {
    .pcHeader {
        display: none;
    }
}

/* タグライン
------------------------------------------------------------- */
.tagLine {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 210px;*/
    font-size: 10px;
    color: #666666;
    line-height: 1.2;
    margin: 25px 0 0;
    padding: 0 0 0 15px;
}

/* サポートコンテンツ ナビゲーション
------------------------------------------------------------- */
.supportNav {
    float: left;
    margin: 15px 0 0 32px;
    font-size: 14px;
}

.supportNav__item {
    display: inline-block;
}

.supportNav__itemLabel {
    color: #222;
    margin: 0 20px 0 0;
}
.supportNav__itemLabel:link,
.supportNav__itemLabel:visited {
    text-decoration: none;
}
.supportNav__itemLabel:hover,
.supportNav__itemLabel:active {
    text-decoration: underline;
}

/* サイト内検索
------------------------------------------------------------- */
.headerSearch {
    float: right;
    margin: 13px 0 0;
    font-size: 14px;
}

.headerSearch__input[type=text] {
    width: 160px;
    background: #ebebeb;
    padding: 5px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headerSearch__btn {
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0;
    background: #222222;
    border: none;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    text-align: center;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

/* グローバルナビ
------------------------------------------------------------- */
.gNavContainer {}

.gNavContainer a:link,
.gNavContainer a:visited,
.gNavContainer a:hover,
.gNavContainer a:active {
    text-decoration: none;
}

/* メインメニュー */
.gNav {
    float: left;
    width: 600px;
    display: inline-block;
    margin: 3px 0 -3px;
}
.gNav a:link,
.gNav a:visited,
.gNav a:hover,
.gNav a:active {
    color: #113d6b;
}

.gNav__item {
    position: relative;
    display: inline-block;
    background: url(../img/common/bg_gnav_item.png) 100% 50% no-repeat;
}
.gNav__item:last-child {
    background: none;
}

.gNav__itemLabel {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0 42px;
    border-bottom: 3px solid #cfcfcf;
    transition: border-color .2s ease-out;
}

.gNav__itemLabel.isHover,
.gNav__itemLabel:hover {
    border-color: #113d6b;
}

.gNav[data-current="index"] .gNav__item--index .gNav__itemLabel,
.gNav[data-current^="service-"] .gNav__item--service .gNav__itemLabel,
.gNav[data-current^="option-"] .gNav__item--option .gNav__itemLabel {
    border-color: #113d6b;
    font-weight: bold;
}

.gNav__itemLabel--dropDown {
    background: url(../img/common/ico_tri_down.png) 50% 46px no-repeat;
}
.gNav__itemLabel--dropDown.isHover,
.gNav__itemLabel--dropDown:hover {
    background: url(../img/common/ico_tri_down.png) 50% 48px no-repeat;
}

/* メインメニュー: ドロップダウン */
.gNavDD {
    display: none;
    position: absolute;
    top: 60px;
    left: -3000px;
    width: 7000px;
    background: #fff;
    border-bottom: 2px solid #cfcfcf;
    z-index: 1;
}
.gNav__item--service .gNavDD {
    left: -3165px;
}

.gNav[data-current^="service-"] .gNav__item--service .gNavDD,
.gNav[data-current^="option-"] .gNav__item--option .gNavDD {
    display: block;
}

.gNav__itemLabel.isHover + .gNavDD {
    z-index: 999999;
}

.gNavDD__list {
    margin: 0 0 -2px;
    padding-left: 3000px;
}

.gNavDD__listItem {
    display: inline-block;
    background: url(../img/common/bg_gnav_item.png) 100% 50% no-repeat;
}
.gNavDD__listItem:last-child {
    background: none;
}

.gNavDD__listItemLabel {
    display: block;
    height: 44px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 2px solid #cfcfcf;
    transition: border-color .2s ease-out;
}
.gNavDD__listItemLabel:hover {
    border-color: #113d6b;
}

.gNav[data-current="service-feature"] .gNavDD__listItem--feature .gNavDD__listItemLabel,
.gNav[data-current="service-price"] .gNavDD__listItem--price .gNavDD__listItemLabel,
.gNav[data-current="service-functions"] .gNavDD__listItem--functions .gNavDD__listItemLabel,
.gNav[data-current="service-detail-daiko"] .gNavDD__listItem--daiko .gNavDD__listItemLabel,
.gNav[data-current="service-detail-xaccelerator"] .gNavDD__listItem--xaccelerator .gNavDD__listItemLabel,
.gNav[data-current="service-detail-backup"] .gNavDD__listItem--detail .gNavDD__listItemLabel,
.gNav[data-current="service-detail-webfont"] .gNavDD__listItem--detail .gNavDD__listItemLabel,
.gNav[data-current="service-detail-webfont-shotai"] .gNavDD__listItem--detail .gNavDD__listItemLabel,
.gNav[data-current="service-detail-security-scan"] .gNavDD__listItem--detail .gNavDD__listItemLabel,
.gNav[data-current="service-detail-hp"] .gNavDD__listItem--homepage .gNavDD__listItemLabel,
.gNav[data-current="service-detail-sla"] .gNavDD__listItem--detail .gNavDD__listItemLabel,
.gNav[data-current^="option-domain"] .gNavDD__listItem--domain .gNavDD__listItemLabel,
.gNav[data-current^="option-ssl"] .gNavDD__listItem--ssl .gNavDD__listItemLabel {
    border-color: #113d6b;
    font-weight: bold;
}

/* お見積り・お申込み */
.gNavBtn {
    float: right;
    margin: 0 3px 0;
    text-align: right;
	position:relative;
}

.gNavBtn__item {
	display:block;
	position:absolute;
}

.gNavBtn__item--login {
	right:190px;
	top:10px;
}

.gNavBtn__item--register {
	right:-3px;
	top:10px;
}

.gNavBtn__item .btn {
	padding:8px 12px;
	width:180px;
}


/* 国内シェアNo.1　PR */

.gNavPr {
   padding: 15px 0;
   text-align: center;
   background-color: #d3e5f0;
}

.gNavPr__share {
    position: relative;
    padding: 8px;
    color:#fff000;
    font-weight: bold;
    background-color: #1f65a8;
}

.gNavPr__share::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -6px;
    top: 10px;
    border-left: 6px solid #1f65a8;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.gNavPr__share a{
    color:#fff;
}

.gNavPr__xserver {
    color:#1f65a8;
    font-weight: bold;
}

.gNavPrSp,
.id-index .gNavPr{
    display: none;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    
    .gNavPr {
        display: none;
    }
    
    .gNavPrSp {
        display:block;
        padding: 5px 0;
        text-align: center;
        background-color: #d3e5f0;
    }

    .id-index .gNavPrSp,
    .spNavIsOpen .gNavPrSp {
        display: none;
    }

    .gNavPrSp__xserver {
        line-height: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: bottom;
        color:#0b5782;
        font-size: 16px;
        font-weight: bold;
    }
    .gNavPrSp span {
        padding: 6px 0 0;
        box-sizing: border-box;
    }
}

/* ----------------------------------------------------------
    ログインのドロップダウンリンク
------------------------------------------------------------- */
.xhDropDown {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 200px;
    background: rgba(255,255,255,.9);
    max-height: none;
    z-index: 2147483647;
}

.xhDropDown__item {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    text-align: left;
}

.xhDropDown__itemLabel {
    display: block;
    padding: 10px 10px 10px 27px;
    font-size:12px;
    transition: background .1s ease-out;
	color:#333;
}


.xhDropDown__itemLabel:hover {
    background-color: #f5f5f5;
    background-position: 17px 50%;
}

.xhDropDown__itemLabel--info {
    background: url(../img/common/ico_login_info.png) 14px 50% no-repeat;
}

.xhDropDown__itemLabel--server {
    background: url(../img/common/ico_login_server.png) 14px 50% no-repeat;
}

.xhDropDown__itemLabel--webFTP {
    background: url(../img/common/ico_login_webftp.png) 14px 50% no-repeat;
}

.xhDropDown__itemLabel--webMail {
    background: url(../img/common/ico_login_webmail.png) 14px 50% no-repeat;
}




/* ----------------------------------------------------------
	モバイル端末用ヘッダー
------------------------------------------------------------- */
.mobiHeader {
    display: none;
}

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 1099px) {
    .mobiHeader {
        float: right;
        display: block;
    }
}

/* ----------------------------------------------------------
	モバイル用ナビ開閉ボタン
------------------------------------------------------------- */
.spNav {
    float: right;
    display: block;
    width: 100px;
    height: 50px;
}
.spNav__btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: 50% 50% no-repeat;
    background-size: 32px 32px;
}
.spNav__btn--main {
    float: right;
    background-color: #113d6b;
    background-image: url(../img/common/img_spnav_menu.png);
}
.spNav__btn--login {
    float: left;
    background-color: #1b63a7;
    background-image: url(../img/common/img_spnav_login.png);
}
.spNav[data-active-btn="main"] .spNav__btn--main,
.spNav[data-active-btn="login"] .spNav__btn--login {
    background-image: url(../img/common/img_spnav_close.png);
}

/* ----------------------------------------------------------
	モバイル用ナビ
------------------------------------------------------------- */
.spMenu { display: none; }

.spMenu {
    z-index: 10000;
    position: absolute;
    top: 51px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
}
.spMenu a { text-decoration: none; }

/* リンクメニュー */
.spMenu__list {}
.spMenu__list--dropDown {
    display: none;
    border-top: 1px solid #ccc;
}

.spMenu__listItem{ border-bottom: 1px solid #ccc; }
.spMenu__list--dropDown .spMenu__listItem:last-child { border: none; }

.spMenu__listItemLabel {
    position: relative;
    display: block;
    padding: 20px 3.13%;
    background: #fff;
    color: #333;
    line-height: 1;
}
.spMenu__list--dropDown .spMenu__listItemLabel {
    background: #F6F6F6;
}
.spMenu__listItem--deep .spMenu__listItemLabel {
    padding-left: 6.26%;
}

.spMenu--login[data-current="login-info"] .spMenu__listItemLabel--info,
.spMenu--login[data-current="login-server"] .spMenu__listItemLabel--server,
.spMenu--login[data-current="login-webftp"] .spMenu__listItemLabel--webFTP,
.spMenu--login[data-current="login-webmail"] .spMenu__listItemLabel--webMail,
.spMenu--main[data-current="index"] .spMenu__listItemLabel--home,
.spMenu--main[data-current^="service-"] .spMenu__listItemLabel--service,
.spMenu--main[data-current="service-feature"] .spMenu__listItemLabel--feature,
.spMenu--main[data-current="service-price"] .spMenu__listItemLabel--price,
.spMenu--main[data-current="service-functions"] .spMenu__listItemLabel--functions,
.spMenu--main[data-current="service-detail-daiko"] .spMenu__listItemLabel--detailDaiko,
.spMenu--main[data-current="service-detail-xaccelerator"] .spMenu__listItemLabel--detailXaccelerator,
.spMenu--main[data-current="service-detail-backup"] .spMenu__listItemLabel--detailBackup,
.spMenu--main[data-current="service-detail-webfont"] .spMenu__listItemLabel--detailWebFont,
.spMenu--main[data-current="service-detail-security-scan"] .spMenu__listItemLabel--detailSecurityScan,
.spMenu--main[data-current="service-detail-hp"] .spMenu__listItemLabel--detailHp,
.spMenu--main[data-current="service-detail-sla"] .spMenu__listItemLabel--detailSla,
.spMenu--main[data-current^="option-"] .spMenu__listItemLabel--option,
.spMenu--main[data-current="option-domain-index"] .spMenu__listItemLabel--domain,
.spMenu--main[data-current="option-domain-search"] .spMenu__listItemLabel--domainSearch,
.spMenu--main[data-current="option-ssl-index"] .spMenu__listItemLabel--ssl,
.spMenu--main[data-current="option-ssl-about-ssl"] .spMenu__listItemLabel--aboutSSL,
.spMenu--main[data-current="option-ssl-coressl"] .spMenu__listItemLabel--coreSSL,
.spMenu--main[data-current="option-ssl-securecore-dv"] .spMenu__listItemLabel--secureCoreDV,
.spMenu--main[data-current="option-ssl-securecore-ov"] .spMenu__listItemLabel--secureCoreOV,
.spMenu--main[data-current="option-ssl-securecore-ev"] .spMenu__listItemLabel--secureCoreEV,
.spMenu--main[data-current="option-ssl-geotrust"] .spMenu__listItemLabel--geoTrust,
.spMenu--main[data-current="option-ssl-rapidssl"] .spMenu__listItemLabel--rapidSSL,
.spMenu--main[data-current="option-ssl-digicert-ov"] .spMenu__listItemLabel--digicertSSL,
.spMenu--main[data-current="option-ssl-globalsign-dv"] .spMenu__listItemLabel--globalSignDV,
.spMenu--main[data-current="option-ssl-globalsign-ov"] .spMenu__listItemLabel--globalSignOV,
.spMenu--main[data-current="option-ssl-globalsign-ev"] .spMenu__listItemLabel--globalSignEV,
.spMenu--main[data-current="option-ssl-freessl"] .spMenu__listItemLabel--freeSSL {
    color: #113d6b;
    font-weight: bold;
}

.spMenu__listItemLabel > span {
    float: left;
    display: block;
    width: 70%;
}
.spMenu__list--dropDown .spMenu__listItemLabel > span {
    width: 85%;
}
.spMenu__listItemLabel .ico {
    margin: 0 5px 0 0;
    font-size: 16px;
}
.spMenu__listItemLabel > .ico {
    float: right;
    display: block;
    width: 20%;
    margin: 0;
    color: #113d6b;
    text-align: right;
}
.spMenu--login .spMenu__listItemLabel > .ico { color: #1b63a7; }

/* その他リンク */
.spMenu__btns {
    padding: 3px 0 0;
    background: #ccc;
    font-size: 12px;
}

.spMenu__btnsItem {
    float: left;
    width: 50%;
    background: #fff;
    border-top: 1px solid #ddd;
}

.spMenu__btnsLabel {
    display: block;
    padding: 20px 5.7%;
    color: #333;
    letter-spacing: -.005em;
}
.spMenu__btnsLabel:hover { text-decoration: none; }
.spMenu__btnsItem:nth-child(2n+1) .spMenu__btnsLabel{ border-right: 1px solid #ccc; }

.spMenu__btnsLabel .ico {
    float: right;
    color: #1b63a7;
    font-size: 16px;
    vertical-align: middle;
}

/* 閉じるボタン */
.spMenu__close {
    display: block;
    margin: 0;
    padding: 20px;
    background: #113d6b;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.spMenu--login .spMenu__close { background: #1b63a7; }
.spMenu__close .ico {
    margin: 0 5px 0 0;
    font-size: 16px;
    vertical-align: middle;
}

/* ----------------------------------------------------------
	フッター
------------------------------------------------------------- */
.footer {}

/* お見積り、お申込み
------------------------------------------------------------- */
.ctaContainer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.cta {
    width: 100%;
    text-align: center;
}

.cta--order {
    background: #113d6b;
}

.cta__inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 55px 0 50px;
}

.cta__inner--order {
    background: url(../img/common/img_sign_up.png) 20% 50% no-repeat;
}

.cta__ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

.cta__btn {
    width: 500px;
    height: 77px;
    padding: 0;
    line-height: 77px;
    border: 1px solid #fff;
    font-size: 22px;
}

.cta__link,
.cta__link a {
    font-size: 14px;
    color: #fff;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .cta__inner {
        padding: 25px 0 30px;
    }

    .cta__btn {
        width: 80%;
        height: 64px;
        line-height: 64px;
    }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .ctaContainer {
        display: block;
    }

    .cta {
        width: auto;
    }

    .cta__inner {
        padding: 25px 0 35px;
    }

    .cta__inner--order {
        background-position: 50% 50%;
        -webkit-background-size: 200px;
        background-size: 200px;
    }

    .cta__ttl {
        font-size: 18px;
    }

    .cta__btn {
        width: 80%;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
}

/* お問い合わせ
------------------------------------------------------------- */
.helpDesk {
    padding-bottom: 50px;
    border-bottom: 2px solid #113d6b;
}

.helpDesk__ttl {
    padding: 38px 0 20px;
    font-size: 24px;
    text-align: center;
}

.helpDesk__body {}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .helpDesk {
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .helpDesk__ttl {
        padding: 25px 0 20px;
    }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .helpDesk {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .helpDesk__ttl {
        padding: 20px 0 15px;
        font-size: 18px;
    }
}

/* 電話 */
.callCenter {
    width: 830px;
    margin: 0 auto 10px;
}

.callCenter__phoneNumber {
    float: left;
    width: 360px;
    font-size: 46px;
    line-height: 1;
    margin: 0;
}
.callCenter__phoneNumber > a {
    font-family: arial, sans-serif;
    text-decoration: none;
    color: #113d6b;
}

.callCenter__info {
    font-size: 14px;
    margin: 0;
}

/* SP + Tab */
@media only screen and (min-width: 0px) and (max-width: 1099px) {
    .callCenter {
        width: auto;
    }

    .callCenter__phoneNumber {
        float: none;
        width: auto;
        text-align: center;
    }

    .callCenter__info {
        text-align: center;
    }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .callCenter__phoneNumber {
        font-size: 36px;
    }
}

/* メール、サイト */
.otherSupport {
    width: 590px;
    margin: 0 auto;
}

.otherSupport__item {
    text-align: center;
    margin: 0;
}

.otherSupport__item--mail {
    float: left;
}

.otherSupport__item--site {
    float: right;
}

.otherSupport__itemTtl {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.otherSupport__itemBtn {
    width: 280px;
}

/* SP + Tab */
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .otherSupport {
        width: auto;
    }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .otherSupport__item:first-child {
        margin-bottom: 10px;
    }

    .otherSupport__item--mail {
        float: none;
    }

    .otherSupport__item--site {
        float: none;
    }
}

/* フッターナビ
------------------------------------------------------------- */
.fNavContainer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.fNav {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 28px 20px;
    border-left: 1px solid #e1e1e1;
}
.fNav:last-child {
    border-right: 1px solid #e1e1e1;
}

.fNav__ttl {
    position: relative;
    margin: 0 0 0 14px;
    color: #113d6b;
    font-weight: bold;
}
.fNav__ttl a:link,
.fNav__ttl a:visited {
    color: #113d6b;
    text-decoration: none;
}
.fNav__ttl a:hover,
.fNav__ttl a:active {
    text-decoration: underline;
}
.fNav__ttl::after {
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #113d6b;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: left .1s ease-out;
}
.fNav__ttl:hover::after {
    left: -.9em;
}

.fNav__list {
    margin-left: 15px;
}

.fNav__list > li {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
}
.fNav__list > li:last-child {
    margin-bottom: 0;
}
.fNav__list > li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #ccc;
    transition: left .1s ease-out;
}
.fNav__list > li:hover::before {
    left: 3px;
}

.fNav__list > li > a {
    margin-left: 12px;
}
.fNav__list > li > a:link,
.fNav__list > li > a:visited {
    color: #222;
    text-decoration: none;
}
.fNav__list > li > a:hover,
.fNav__list > li > a:active {
    text-decoration: underline;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .fNav:first-child {
        border-left: none;
    }
    .fNav:last-child {
        border-right: none;
    }
    
    .fNav__list {
        margin-left: 0;
    }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .fNavContainer {
        display: block;
    }

    .fNav {
        -webkit-flex: none;
        -moz-box-flex: unset;
        -ms-flex: none;
        flex: none;
        padding: 15px 20px;
        border-left: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .fNav:last-child {
        border-right: none;
    }
    
    .fNav__list {
        margin-left: 0;
    }
}

/* フッターボトム
------------------------------------------------------------- */
.fBottom {
    background: #222222;
}

.fBottom__logo {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 205px;
    height: 210px;
    padding: 65px 0 0;
    background: #113d6b;
    text-align: center;
}

.fBottom__logoImg {
    display: inline-block;
    margin: 0 0 18px;
}

.fBottom__logoCopyright > small {
    font-size: 10px;
    color: #7e99b5;
}

.fBottom__link {
    display: flex;
    padding: 17px 0 0 30px;
}

.fBottom__linkList {
    font-size: 12px;
    width: 50%;
    border-right: 1px solid #666;
}

.fBottom__linkList > li {
    margin: 0 0 8px 0;
}
.fBottom__linkList > li:last-child {
    margin-right: 0;
}

.fBottom__linkList > li > a {
    display: inline-block;
    margin: 0 12px 0 0;
}
.fBottom__linkList > li:last-child > a {
    margin-right: 0;
}
.fBottom__linkList > li > a:link,
.fBottom__linkList > li > a:visited {
    color: #fff;
    text-decoration: none;
}
.fBottom__linkList > li > a:hover,
.fBottom__linkList > li > a:active {
    text-decoration: underline;
}

.fBottom__linkBnr {
    padding: 0 0 0 30px;
    border-right: 1px solid #666;
    width: 65%;
}

.fBottom__linkBnr > li {
    display: inline-block;
    margin: 0 0 10px 0;
}
.fBottom__linkBnr > li:last-child {
    margin-bottom: 0;
}

.fBottom__PrArea{
    margin: 0;
    text-align: left;
    color:#fff;
    width: 100%;
}

.prArea {
    display: flex;
    font-size: 12px;
    align-items: center;
    padding-left: 30px;
}

.prArea dt {
    padding-right: 15px;
}

.prArea img{
    max-width: initial;
}
    
.prArea dd {
    margin-right: 25px;
}

.prArea dd:last-child {
    margin-right: 0;
}


/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .fBottom__logo {
        float: none;
        width: auto;
        height: auto;
        padding: 10px 0 0;
        display: flex;
        justify-content: center;
    }

    .fBottom__logoImg {
        width: 10%;
        margin: 0 0 10px;
    }
    .fBottom__logoImg > img {
        width: 100%;
    }

    .fBottom__logoCopyright {
        margin-bottom: 0;
        margin-left: 15px;
    }
    
    .fBottom__link {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 25px;
    }
    
    .fBottom__linkBnr {
        width: 58%;
    }
    
    .fBottom__linkBnr img {
        width: 150px;
    }

    .fBottom__linkList {
        width: 60%;
        margin-bottom: 15px;
    }

    .fBottom__pMark {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 10%;
        margin: 15px 2% 0 0;
    }
    
    .fBottom__pMark img {
        width: 100%;
    }

}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .fBottom__logo {
        float: none;
        width: auto;
        height: auto;
        padding: 15px 0 10px;
    }

    .fBottom__logoImg {
        margin: 0 0 5px;
    }

    .fBottom__logoCopyright {
        margin-bottom: 0;
    }

    .fBottom__link {
        display: block;
        margin: 0 0 15px;
        padding: 25px 5px 10px 5px;
        text-align: center;
    }

    .fBottom__linkList {
        width: 100%;
        border: none;
        margin-bottom: 15px;
    }
    
    .fBottom__linkList > li {
        display: inline-block;
    }

    .fBottom__linkBnr {
        width: 100%;
        border: none;
        text-align: left;
        padding: 0;
        margin: 0 0 20px;
    }

    .fBottom__linkBnr > li {
        width: 48%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .fBottom__linkBnr > li:nth-child(even) {
        margin-right: 0;
    }
    .fBottom__linkBnr > li:last-child {
        margin-bottom: 0;
    }
    .fBottom__linkBnr img {
        width: 100%;
    }

    .fBottom__pMark {
        float: none;
        width: 50px;
        margin: 0 auto 15px;
        padding: 5px;
    }
    .fBottom__pMark img {
        width: 100%;
    }
    .prArea{
        padding: 0;
        font-size: 11px;
    }
}

/* ----------------------------------------------------------
    レイアウト切り替えボタン
------------------------------------------------------------- */
.layoutSwitch {
    display: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

/* ----------------------------------------------------------
    ページトップボタン
------------------------------------------------------------- */
.pageTopBtn {
    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;
}
.pageTopBtn: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: 1099px) {
    .pageTopBtn {
        right: 10px;
        width: 50px;
        height: 50px;
    }
    .pageTopBtn img { width: 100%; }

    .pageTopBtn:hover {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/* ----------------------------------------------------------
	メイン
------------------------------------------------------------- */
.main {
    padding: 0;
}
.cat-service .main,
.cat-option .main { padding: 44px 0 0; }

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 999px) {
    .cat-service .main,
    .cat-option .main { padding: 0; }
}

/* ----------------------------------------------------------
	コンテンツ
------------------------------------------------------------- */
.contents {
    margin-bottom: 80px;
}
.id-index .contents {
    margin-bottom: 0;
}

@media only screen and (min-width: 0) and (max-width: 999px) {
    .contents {
        margin-bottom: 30px;
    }
}

/* コンテンツヘッダー
------------------------------------------------------------- */
.contHeader {
    margin: 0 0 15px;
    padding: 30px 0;
    background: #113d6b url(../img/common/bg_grid_basecolor.png) 0 50%;
}

.contHeader__ttl {
    display: inline-block;
    margin: 0 30px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    vertical-align: middle;
}

.contHeader__desc {
    display: inline-block;
    color: #d2dde7;
    margin: 0;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .contHeader {
        padding: 15px 0;
    }

    .contHeader__ttl {
        font-size: 22px;
    }

    .contHeader__desc {
        font-size: 14px;
    }
}

/* コンテンツボディ
------------------------------------------------------------- */
.contBody {
    position: relative;
}

/* 2カラム時のレイアウト枠
------------------------------------------------------------- */
.colMain {
    float: right;
    width: 730px;
}

.colSide {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 240px;
}

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 999px) {
    .colMain,
    .colSide {
        float: none;
        width: auto;
    }

    .colMain {
        margin: 0 0 30px;
    }
}

/* パンくずリスト
------------------------------------------------------------- */
.topicPath {
    margin-bottom: 30px;
    font-size: 14px;
}

.topicPath__item {
    display: inline-block;
}

.topicPath__item span.isCurrent {
    font-weight: bold;
}

.topicPath .ico--chevronRight {
    color: #cecece;
    margin: 0 5px;
}

.topicPath__item--home {}

.topicPath__item--home > a {
    text-decoration: none;
}

.topicPath__item--home .ico--home {
    font-size: 16px;
    color: #a1b2c4;
    transition: color .1s ease-out;
}
.topicPath__item--home > a:hover .ico {
    color: #113d6b;
}

/* サイドナビ
------------------------------------------------------------- */

.sideNavi {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #113d6b;
}

.sideNavi__list {
    border-bottom: 1px solid #cccccc;
}
.sideNavi__list:last-child {
    border-bottom: none;
}

.sideNavi__label {
    position: relative;
    display: block;
    padding: 15px 14px;
    color: #113d6b;
    line-height: 1.3;
    -webkit-transition-property: transform, background-color;
    -o-transition-property: transform, background-color;
    transition-property: transform, background-color;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none !important;
}
.sideNavi__label:hover {
    background-color: #ecf1f6;
}

.sideNavi[data-current="service-detail-backup"] .sideNavi__list:nth-child(1) .sideNavi__label,
.sideNavi[data-current="service-detail-webfont"] .sideNavi__list:nth-child(2) .sideNavi__label,
.sideNavi[data-current="service-detail-webfont-shotai"] .sideNavi__list:nth-child(2) .sideNavi__label,
.sideNavi[data-current="service-detail-security-scan"] .sideNavi__list:nth-child(3) .sideNavi__label,
.sideNavi[data-current="service-detail-hp"] .sideNavi__list:nth-child(4) .sideNavi__label,
.sideNavi[data-current="service-detail-sla"] .sideNavi__list:nth-child(5) .sideNavi__label,
.sideNavi[data-current="option-domain-index"] .sideNavi__list:nth-child(1) .sideNavi__label,
.sideNavi[data-current="option-domain-search"] .sideNavi__list:nth-child(2) .sideNavi__label,
.sideNavi[data-current="option-ssl-index"] .sideNavi__list:nth-child(1) .sideNavi__label {
    font-weight: bold;
    background-color: #ecf1f6;
}

.sideNavi__label > .ico {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* SP + Tab */
@media only screen and (min-width: 0) and (max-width: 999px) {
    .sideNavi__label {
        padding: 14px 11px;
    }
}

/* ----------------------------------------------------------
	キャンペーン情報バルーン
------------------------------------------------------------- */

.ctaContainer {
    position: relative;
}

.campaignBalloon {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    width: 350px;
    margin: auto;
    padding: 1px;
    background-color: #fff;
    vertical-align: middle;
    text-shadow: none;
    z-index: 1;
}

.campaignPr {
    float: left;
    width: 81%;
    height: 22px;
    color: #ea2803;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.campaignLimit {
    float: right;
    display: block;
    width: 19%;
    height: 25px;
    background-color: #ea2803;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.campaignBalloon:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
}

.campaignBalloon: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: 999px){
    .campaignBalloon {
        bottom: 120px;
    }
}

/* SP  キャンペーン情報の吹き出し*/
@media only screen and (min-width: 0) and (max-width: 767px) {
    .campaignBalloon {
        bottom: 115px;
        width: 280px;
    }
    .campaignPr {
        font-size: 12px;
        width: 77%;
    }
    .campaignLimit {
        font-size: 12px;
        width: 23%;
    }
}


/* キャッシュレス施策*/
.cashless {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 3;
	width: 197px;
	background: #fff;
	padding: 6px 7px 8px 7px;
	box-shadow: 0 0 8px gray;
	border-radius: 5px;
	text-align: center;
}

.cashless .cta__btn{
    width: 180px;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
}

.cashless-pr {
    font-weight: bold;
    font-size: 16px;
	text-align: center;
	margin-bottom: 3px;
	color: #113d6b;
}


#pid-top .cashless .campaign-add,
.cashless .campaign-add{
	margin-top: 8px !important;
}

.cashless-del {
	position: absolute;
	top: -17px;
    right: -17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #28425b;
	color: #fff;
	cursor: pointer;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #fff;
	box-shadow: 0px 2px 4px 0px #666;
}

.cashless-del span::before,
.cashless-del span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 12%;
	margin: -7% 0 0 -30%;
	background: #fff;
}

.cashless-del span::before {
	transform: rotate(-45deg);
}

.cashless-del span::after {
	transform: rotate(45deg);
}

.is--none {
	display: none!important;
}

@media only screen and (min-width: 768px) and (max-width: 939px){	 
	 .cashless .btn_orange-l{font-size: 14px;}
}

@media only screen and (min-width: 0) and (max-width: 767px)  {
	.cashless {
		width: 170px;
		padding:10px 4px 8px 4px;
		}
	.cashless-del {
		width: 26px;
		height: 26px;
		}
	.cashless img{width: 92%;}
	.cashless-pr{display: none;}
	.cashless .cta__btn{display: none;}
	.cashless p{font-size: 10px !important;}
}