@charset "euc-jp";

/*

    キャンペーン用

*/

/* ----------------------------------------------------------
    ヘッダー
------------------------------------------------------------- */
#header { margin-bottom: 0; }
.sitehead { height: 76px; }
.sitehead_siteid { margin-top: 20px; }
.sitehead_tagline { margin-top: 32px; }
.sitehead_btn-box { margin-top: 21px; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .sitehead {
        float: none;
        width: auto;
        height: auto;
        margin: 6px 3.125% 0;
    }
    #header.is-fixed .sitehead {
        width: 93.7%;
        margin: 6px 3.125% 0;
    }

    .sitehead_siteid,
    #header.is-fixed .sitehead_siteid {
        float: left;
        margin: 5px 0 0;
    }

    .sitehead_btn-box,
    #header.is-fixed .sitehead_btn-box {
        float: right;
        display: block;
        margin-top: 3px;
    }
    .sitehead_btn-box .btn,
    #header.is-fixed .sitehead_btn-box .btn {
        height: 26px;
        line-height: 26px;
    }
    .sitehead_btn-box .btn_red { font-size: 12px; }
    .sitehead_btn-box .btn_primary { display: none; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .sitehead { margin: 6px 2.6% 0; }
    #header.is-fixed .sitehead {
        width: 94.8%;
    }

    .sitehead_btn-box .btn_primary { display: inline-block; }
}


/* ----------------------------------------------------------
    フッター
------------------------------------------------------------- */
#footer {
    border-top: 1px solid #ddd;
}


/* ----------------------------------------------------------
    メインバナー
------------------------------------------------------------- */
.hero-header { position: relative; }

.hero-header_visual > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.hero-header_term {
    position: relative;
    margin: 0;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.hero-header_term_label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 7px 7px 5px;
    border: 1px solid #fff;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.hero-header_term_time {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.hero-header_term_balloon {
    background: #fff url(../../img/campaign/img_term_clock.png) 10px 50% no-repeat;
    border: 1px solid #f00;
    color: #f00;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    position: absolute;
    top: -30px;
    left: 50%;
    padding: 7px 8px 7px 40px;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-header_term_balloon:before {
    content: "";
    z-index: 100;
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -9px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 9px 9px 0 9px;
}
.hero-header_term_balloon:after {
    content: "";
    z-index: 99;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-color: #f00 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}

.hero-header_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.hero-header_cover_label {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    color: #333;;
    font-size: 16px;
    font-weight: bold;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* SP */
@media only screen and (max-width: 767px) {
    .hero-header_term { padding: 10px 0; }

    .hero-header_term_label {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .hero-header_term_time {
        display: block;
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
    }

    .hero-header_term_balloon {
        display: inline-block;
        margin-top: 5px;
        padding: 5px 6px 5px 30px;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
        font-size: 12px;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .hero-header_term_balloon:before { display: none; }
    .hero-header_term_balloon:after { display: none; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .hero-header_term { padding: 10px 0; }
    .hero-header_term_label { font-size: 14px; }
    .hero-header_term_time { font-size: 18px; }

    .hero-header_term_balloon { top: -32px; }
}


/* ----------------------------------------------------------
    申し込みボタン
------------------------------------------------------------- */
.apply {
    background: url(../../img/campaign/bg_apply.png);
    padding: 20px 0 30px;
    text-align: center;
}

.apply > :last-child { margin-bottom: 0; }

.apply_text {
    margin-bottom: 5px;
    color: #ff4e5b;
    font-size: 20px;
    font-weight: bold;
}

.apply_btn {
    width: 460px;
    margin: 0;
}
.apply_btn .ico { font-size: 34px; }

/* SP */
@media only screen and (max-width: 767px) {
    .apply { padding: 10px 0 15px; }

    .apply_text { font-size: 16px; }
    .apply_btn {
        width: 60%;
        font-size: 18px;
    }
    .apply_btn .ico { font-size: 24px; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .apply {
        padding: 20px 0;
    }
}


/* ----------------------------------------------------------
    概要
------------------------------------------------------------- */
.overview { padding: 50px 0; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .overview { padding: 20px 0 40px; }
}


/* ----------------------------------------------------------
    脚注
------------------------------------------------------------- */
.footnote {
    box-sizing: border-box;
    border: 3px solid #ccc;
    font-size: 12px;
    width: 700px;
    margin: 0 auto 50px;
    padding: 15px 15px 15px 95px;
    background: #fff url(../../img/campaign/bg_footnote.png) 20px 50% no-repeat;
}

/* SP */
@media only screen and (max-width: 767px) {
    .footnote {
        width: auto;
        margin: 0 auto 30px;
        padding: 10px;
        background: none;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .footnote {
        width: auto;
    }
}


/* ----------------------------------------------------------
    ボタンボックス
------------------------------------------------------------- */
.cta { text-align: center;
    position: relative;
}
.cta > :last-child { margin-bottom: 0; }

.cta_text {
    margin-bottom: 0;
    font-weight: bold;
}
.cta_text_red {
    color: #ff4e5b;
    font-size: 18px;
}
.cta_text_blue {
    color: #209dd9;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: bold;
}

.cta .btn_red { width: 460px; }
.cta .btn_red .ico { font-size: 34px; }
.cta .btn_blue { width: 300px; }
.cta .btn_blue .ico { font-size: 28px; }

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .cta_text_red {
        font-size: 16px;
    }
    .cta_text_blue {
        font-size: 14px;
    }

    .cta .btn_red {
        width: 60%;
        font-size: 18px;
    }
    .cta .btn_red .ico { font-size: 24px; }
    .cta .btn_blue {
        width: 50%;
        font-size: 16px;
    }
    .cta .btn_blue .ico { font-size: 20px; }
}

/* PC キャンペーン情報の吹き出し*/
.campaign-balloon {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    width: 370px;
    margin: auto;
    padding: 1px;
    background-color: #fff;
    vertical-align: middle;
    text-shadow: none;
    border: 1px solid #ccc;
    z-index: 1;
}

/* SP キャンペーン情報の吹き出し*/
@media only screen and (min-width: 0) and (max-width: 767px) {
    .cta .campaign-balloon {
        top: 30px;
        width: 300px;
    }
}

.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;
}
/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .campaign-pr {
        width: 78%;
        font-size: 12px;
    }
    .campaign-limit {
        width: 22%;
        font-size: 12px;
    }
}

.campaign-balloon:before {
    content: "";
    position: absolute;
    bottom: -6px;
    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 #ccc;
}
.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;
}


/* ----------------------------------------------------------
    こんなご要望はありませんか
------------------------------------------------------------- */
.needs {
    position: relative;
    margin: 0 0 74px;
    padding: 50px 0;
    background: url(../../img/campaign/bg_needs.png) 50% 100%;
    text-align: center;
}

.needs_ttl {
    display: inline-block;
    margin-bottom: 47px;
    text-align: center;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 36px;
    border-bottom: 3px solid #209dd9;
    padding: 0 0 5px;
}

.needs_list {
    position: relative;
    height: 548px;
}
.needs_list_item { position: absolute; }
.needs_list_item_1 { top: 0; left: 20px; }
.needs_list_item_2 { top: 0; left: 340px; }
.needs_list_item_3 { top: 0; left: 660px; }
.needs_list_item_4 { top: 272px; left: 180px; }
.needs_list_item_5 { top: 272px; left: 500px; }

.needs_arrow {
    position: absolute;
    bottom: -74px;
    left: 50%;
    width: 290px;
    height: 74px;
    background: url(../../img/campaign/img_needs_arrow.png) 50% 0 no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* SP */
@media only screen and (max-width: 939px) {
    .needs {
        padding: 30px 0 0;
    }

    .needs_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .needs_list {
        height: auto;
        text-align: center;
    }

    .needs_list_item {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        width: 45%;
        margin: 0 2% 2%;
    }
    .needs_list_item:last-child { margin-bottom: 0; }
    .needs_list_item img {
        max-width: 100%;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .needs {
        padding: 30px 0;
    }

    .needs_ttl {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .needs_list_item {
        width: 30%;
        margin: 0 1% 1%;
    }
}


/* ----------------------------------------------------------
    スターサーバーなら、すべて叶います！
------------------------------------------------------------- */
.feature {
    padding: 40px 0 70px;
}

.feature_ttl {
    text-align: center;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 40px;
    height: 58px;
    line-height: 58px;
    margin: 0 0 35px;
}
.feature_ttl img {
    margin-right: 10px;
}

/* SP */
@media only screen and (max-width: 767px) {
    .feature { padding: 20px 0 30px; }

    .feature_ttl {
        text-align: center;
        font-size: 26px;
        height: auto;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .feature_ttl img {
        width: 200px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .feature { padding: 20px 0 30px; }

    .feature_ttl {
        font-size: 28px;
        height: 49px;
        line-height: 49px;
        margin-bottom: 20px;
    }
    .feature_ttl img { width: 220px; }
}

/* 特長一覧
------------------------------------------------------------- */
.feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-list_item {
    width: 300px;
    margin: 0 20px 0 0;
}
.feature-list_item_1,
.feature-list_item_2 {
    width: 460px;
    margin-bottom: 30px;
}
.feature-list_item_2,
.feature-list_item_5 {
    margin-right: 0;
}

.feature-list_item_img {
    width: 300px;
    height: 146px;
    overflow: hidden;
    margin: 0 0 20px;
}
.feature-list_item_1 .feature-list_item_img {
    width: 460px;
    height: 200px;
    background: url(../../img/campaign/bg_feature_blue.png);
}
.feature-list_item_2 .feature-list_item_img {
    width: 460px;
    height: 200px;
    background: url(../../img/campaign/bg_feature_yellow.png);
}
.feature-list_item_3 .feature-list_item_img { background: url(../../img/campaign/bg_feature_pink.png); }
.feature-list_item_4 .feature-list_item_img { background: url(../../img/campaign/bg_feature_green.png); }
.feature-list_item_5 .feature-list_item_img { background: url(../../img/campaign/bg_feature_purple.png); }

.feature-list_item_3 .feature-list_item_img img,
.feature-list_item_4 .feature-list_item_img img,
.feature-list_item_5 .feature-list_item_img img { 
	margin: 8px 0 0; 
}
.feature-list_item_ttl {
    margin: 0 0 10px;
    color: #209dd9;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.feature-list_item_1 .feature-list_item_ttl {
    font-size: 32px;
    color: #6dc7cf;
}
.feature-list_item_2 .feature-list_item_ttl {
    font-size: 32px;
    color: #f4c31d;
}
.feature-list_item_3 .feature-list_item_ttl { color: #e96293; }
.feature-list_item_4 .feature-list_item_ttl { color: #acc536; }
.feature-list_item_5 .feature-list_item_ttl { color: #677fc6; }

.feature-list_item_text { margin: 0; }
.feature-list_item_1 .feature-list_item_text,
.feature-list_item_2 .feature-list_item_text {
    font-size: 18px;
}

.feature-btn { display: none; }

/* SP */
@media only screen and (max-width: 767px) {
    #feature-viewport {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .feature-list_item,
    .feature-list_item_1 .feature-list_item,
    .feature-list_item_2 .feature-list_item {
        width: 100%;
        margin: 0 0 5px;
        padding: 0 20px 0 0;
    }
    .feature-list_item:first-child { display: block; }

    .feature-list_item_img,
    .feature-list_item_1 .feature-list_item_img,
    .feature-list_item_2 .feature-list_item_img {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
    }
    .feature-list_item_img img,
    .feature-list_item_1 .feature-list_item_img img,
    .feature-list_item_2 .feature-list_item_img img { width: 100%; }
    .feature-list_item_3 .feature-list_item_img img { margin: 0; }
    .feature-list_item_4 .feature-list_item_img img { margin: 0; }
    .feature-list_item_5 .feature-list_item_img img { margin: 0; }

    .feature-list_item_ttl,
    .feature-list_item_1 .feature-list_item_ttl,
    .feature-list_item_2 .feature-list_item_ttl,
    .feature-list_item_3 .feature-list_item_ttl,
    .feature-list_item_4 .feature-list_item_ttl,
    .feature-list_item_5 .feature-list_item_ttl {
        margin-bottom: 0;
        padding: 14px 10px 7px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 18px;
    }

    .feature-list_item_text {
        margin: 0;
        padding: 0 10px 10px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .feature-list_item_1 .feature-list_item_text,
    .feature-list_item_2 .feature-list_item_text { font-size: 14px; }

    .feature-pointer {
        margin: 3px 0 0;
        line-height: 6px;
        text-align: center;
    }
    .feature-pointer_btn {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 2px;
        border: 2px solid #209dd9;
        border-radius: 3px;
    }
    .feature-pointer_btn.is-current {
        cursor: auto;
        background: #209dd9;
    }

    .feature-btn {
        position: absolute;
        top: 0;
        display: none;
        width: 20px;
        height: 40px;
    }
    .feature-btn img { width: 100%; }

    .feature-btn_prev { left: 0; }
    .feature-btn_next { right: 0; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .feature-list_item {
        width: 32%;
        height: auto;
        margin: 0 2% 3% 0;
    }
    .feature-list_item_1,
    .feature-list_item_2 { width: 49%; }
    .feature-list_item_2,
    .feature-list_item_5 { margin-right: 0; }
	.feature-list_item_2 { margin-bottom: 72px; }

    .feature-list_item_img {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .feature-list_item_1 .feature-list_item_img,
    .feature-list_item_2 .feature-list_item_img {
        width: 100%;
        height: auto;
    }
    .feature-list_item_img img { width: 100%; }
    .feature-list_item_3 .feature-list_item_img img { margin: 0; }
    .feature-list_item_4 .feature-list_item_img img { margin: 0; }
    .feature-list_item_5 .feature-list_item_img img { margin: 0; }

    .feature-list_item_ttl {
        margin: 0 0 10px;
        color: #209dd9;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .feature-list_item_1 .feature-list_item_ttl,
    .feature-list_item_2 .feature-list_item_ttl { font-size: 26px; }

    .feature-list_item_text { margin: 0; }
    .feature-list_item_1 .feature-list_item_text,
    .feature-list_item_2 .feature-list_item_text { font-size: 16px; }

    .feature-btn { display: none; }
}


/* ----------------------------------------------------------
    他社比較
------------------------------------------------------------- */
.reliability {
    padding: 45px 0 60px;
    background: url(../../img/common/bg_blue.png);
}

.reliability_ttl {
    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;
}
.reliability_ttl:after {
    content: 'Reliability';
    display: block;
    text-transform: uppercase;
    color: #b1e5f7;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .1em;
}

.reliability_body {}

.point {
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
    color: #fff;
}
.point:last-child { margin-right: 0; }
.point > :last-child { margin-bottom: 0; }

.point_image {
    margin: 0 0 30px;
    text-align: center;
}

.point_ttl {
    margin: 0 0 25px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.point_text { padding: 0 15px; }

/* SP */
@media only screen and (max-width: 767px) {
    .reliability {
        padding: 20px 0 30px;
    }

    .reliability_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .reliability_ttl:after { font-size: 12px; }

    .point {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .point_image { margin-bottom: 10px; }
    .point_image > img {
        max-width: 50%;
    }

    .point_ttl { margin-bottom: 10px; }

    .point_text { padding: 0; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .reliability {
        padding: 30px 0;
    }

    .reliability_ttl {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .reliability_ttl:after { font-size: 12px; }

    .point {
        width: 32%;
        margin: 0 2% 0 0;
    }

    .point_image { margin-bottom: 10px; }
    .point_image > img {
        max-width: 50%;
    }

    .point_ttl { margin-bottom: 10px; }

    .point_text { padding: 0; }
}

/* ----------------------------------------------------------
    よくある質問
------------------------------------------------------------- */
.faq {
    padding: 45px 0 80px;
}

.faq_ttl {
    margin: 0 auto 30px;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 36px;
    text-align: center;
}
.faq_ttl:after {
    content: 'FAQ';
    display: block;
    text-transform: uppercase;
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .1em;
}

.faq_body {}

/* SP - Tab*/
@media only screen and (max-width: 939px) {
    .faq {
        padding: 20px 0 30px;
    }

    .faq_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .faq_ttl:after { font-size: 12px; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .faq {
        padding: 30px 0;
    }

    .faq_ttl {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .faq_ttl:after { font-size: 12px; }
}

/* よくある質問一覧
------------------------------------------------------------- */
.faq-list {
    width: 800px;
    margin: 0 auto;
}
.faq-list > dt {
    margin: 0 0 15px;
    padding: 0 0 10px 50px;
    background: url(../../img/campaign/bg_faq_q.png) 14px 5px no-repeat;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
.faq-list > dd {
    margin: 0 0 35px;
    padding: 0 0 0 50px;
    background: url(../../img/campaign/bg_faq_a.png) 14px 3px no-repeat;
}
.faq-list > dd:last-child,
.faq-list > dd > :last-child { margin-bottom: 0; }

/* SP - Tab*/
@media only screen and (max-width: 939px) {
    .faq-list {
        width: auto;
    }

    .faq-list > dt {
        margin: 0 0 10px;
        padding: 0 0 10px 35px;
        background-position: 0 5px;
        font-size: 16px;
    }

    .faq-list > dd {
        margin: 0 0 25px;
        padding: 0 0 0 35px;
        background-position: 0 3px;
    }
}

/* 価格表テーブル
------------------------------------------------------------- */
.price-table {}

.price-table thead th {
    border: none;
    padding: 5px 10px;
}
.price-table thead > tr > :nth-child(1) { background: transparent; }
.price-table thead > tr > :nth-child(2) { background: #ffd200; }
.price-table thead > tr > :nth-child(3) { background: #ffc000; }
.price-table thead > tr > :nth-child(4) { background: #ff9600; }
.price-table thead > tr > :nth-child(5) { background: #ff6c00; }
.price-table thead > tr > :nth-child(6) { background: #175caa; }

.price-table tbody th { padding: 5px 10px; }
.price-table tbody td {
    text-align: center;
    font-weight: bold;
    padding: 5px 3px;
}
.price-table tbody > tr > :nth-child(2) { background: #fffced; }
.price-table tbody > tr > :nth-child(3) { background: #fffbed; }
.price-table tbody > tr > :nth-child(4) { background: #fff8ed; }
.price-table tbody > tr > :nth-child(5) { background: #fff5ed; }
.price-table tbody > tr > :nth-child(6) { background: #ecf4fd; }

.price-table tbody > tr:nth-child(even) > :nth-child(2) { background: #fff8d7; }
.price-table tbody > tr:nth-child(even) > :nth-child(3) { background: #fff4d4; }
.price-table tbody > tr:nth-child(even) > :nth-child(4) { background: #ffeed5; }
.price-table tbody > tr:nth-child(even) > :nth-child(5) { background: #ffeada; }
.price-table tbody > tr:nth-child(even) > :nth-child(6) { background: #deebfa; }

.price-table thead > tr > :nth-child(2),
.price-table thead > tr > :nth-child(3),
.price-table thead > tr > :nth-child(4),
.price-table thead > tr > :nth-child(5),
.price-table thead > tr > :nth-child(6) { width: 16%; }

/* 支払い方法リスト
------------------------------------------------------------- */
.payment-list { margin: 0 0 1em;}
.payment-list > li {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 8px;
    padding: 0 5px 8px 5px;
    font-weight: bold;
}
.payment-list > li:before {
    content: '・';
    display: inline-block;
    margin: 0 3px 0 0;
}
.payment-list > li:last-child { margin-bottom: 0; }

.payment-list_label {
    display: inline-block;
    width: 160px;
}

/* SP - Tab*/
@media only screen and (max-width: 939px) {
    .payment-list > li img {
        display: block;
        max-width: 100%;
    }

    .payment-list_label {
        width: auto;
    }
}


/* ----------------------------------------------------------
    ご利用の流れ
------------------------------------------------------------- */
.flow {
    margin: 0 0 50px;
    padding: 45px 0 70px;
    background: url(../../img/common/bg_blue.png) 0 -50px;
}

.flow_ttl {
    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;
}
.flow_ttl:after {
    content: 'Flow';
    display: block;
    text-transform: uppercase;
    color: #b1e5f7;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .1em;
}

.flow_body {}

/* SP - Tab*/
@media only screen and (max-width: 939px) {
    .flow {
        padding: 20px 0 30px;
    }

    .flow_ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .flow_ttl:after { font-size: 12px; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .flow {
        padding: 30px 0;
    }

    .flow_ttl {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .flow_ttl:after { font-size: 12px; }
}

/* ご利用の流れ一覧
------------------------------------------------------------- */
.flow-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.flow-list_item {
    position: relative;
    float: left;
    width: 212px;
    margin: 0 30px 0 0;
    padding: 7px;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../img/campaign/bg_flow_item.png);
}
.flow-list_item:last-child { margin: 0; }

.flow-list_item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg) translate(25%,-25%);
    -moz-transform: rotate(-45deg) translate(25%,-25%);
    -ms-transform: rotate(-45deg) translate(25%,-25%);
    -o-transform: rotate(-45deg) translate(25%,-25%);
    transform: rotate(-45deg) translate(25%,-25%);
}
.flow-list_item:last-child:after { display: none; }

.flow-list_item_holder {
    padding: 20px 12px;
    background: #fff;
}

.flow-list_item_ttl {
    margin-bottom: 18px;
    text-align: center;
    font-size: 20px;
}
.flow-list_item:nth-child(1) .flow-list_item_ttl { color: #6cc6ce; }
.flow-list_item:nth-child(2) .flow-list_item_ttl { color: #abc435; }
.flow-list_item:nth-child(3) .flow-list_item_ttl { color: #cfbe24; }
.flow-list_item:nth-child(4) .flow-list_item_ttl { color: #e85b8d; }

.flow-list_item_img {
    display: block;
    margin: 0 auto 20px;
}

.flow-list_item_text {
    margin: 0;
    line-height: 1.3;
}

/* SP - Tab*/
@media only screen and (max-width: 939px) {
    .flow-list {
        display: block;
    }

    .flow-list_item {
        float: none;
        width: auto;
        margin: 0 0 25px;
    }

    .flow-list_item:after {
        top: auto;
        bottom: -16px;
        left: 50%;
        right: auto;
        -webkit-transform: rotate(45deg) translate(-25%,25%);
        -moz-transform: rotate(45deg) translate(-25%,25%);
        -ms-transform: rotate(45deg) translate(-25%,25%);
        -o-transform: rotate(45deg) translate(-25%,25%);
        transform: rotate(45deg) translate(-25%,25%);
    }

    .flow-list_item_holder {
        padding: 10px;
    }

    .flow-list_item_ttl {
        margin-bottom: 10px;
    }

    .flow-list_item_img {
        width: 40px;
        margin-bottom: 10px;
    }

    .flow-list_item_text { text-align: center; }
}


/* ----------------------------------------------------------
    ylp用記載
------------------------------------------------------------- */

.intro {
    padding: 30px 0;
    background: url(../../img/common/bg_blue.png);
}
.intro_wrap {
    padding: 16px;
    background: url("../../img/campaign/181001ylp/bg_intro_border.png");
    box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.intro_inner {
    position: relative;
    padding: 20px;
    background: #fff;
}
.intro_inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 115px;
    background: url("../../img/campaign/181001ylp/img_intro_server.png") no-repeat center;
}
.intro_ttl {
    margin-bottom: 15px;
    text-align: center;
}
.intro_caption {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #20a2d9;
    text-align: center;
}
.intro_description {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}
.intro_price {
    margin-bottom: 0;
    text-align: center;
}
.intro_price > span { margin-right: 10px; }


/* SP*/
@media only screen and (max-width: 768px) {


    .intro_wrap { padding: 10px; }
    .intro_inner { padding: 12px; }
    .intro_inner:after { content: none; }
    .intro_ttl > img { width: 230px; }
    .intro_caption { font-size: 22px; }
    .intro_description {
        font-size: 14px;
        text-align: left;
    }
    .intro_price > span {
        display: inline-block;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .intro_price > span > img { width: 90%; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .intro_inner:after { content: none; }
    .intro_caption { font-size: 26px; }
    .intro_description { font-size: 14px; }
}

/* ----------------------------------------------------------
    ドメイン無料キャンペーン
------------------------------------------------------------- */

.cpMore {
    width: 940px;
    margin: 0 auto;
}
.cpMoreBody {
    padding: 40px 40px 10px;
    margin: 0 0 30px;
    background: #ffe53b;
}
.cpMoreBox {
    padding: 30px;
    margin: 0 0 30px;
    width: 800px;
    background: #ffffff;
    text-align: center;
}
.cpMoreBox_domain {
    font-size: 40px;
    text-align: center;
    word-break: break-all;
}
.cpMoreFlow {
    margin: 20px 0 0;
    text-align: left;
}
.cpMoreFlow_ttl {
    padding: 10px;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    background: #e4f6ff;
}
.cpMoreFlow_txt {
    padding: 0 0 20px 20px;
}

/* SP - Tab*/
@media only screen and (max-width: 939px) {
    .cpMore {
        width: 100%;
    }
    .cpMore img {
        width: 100%;
    }
    .cpMoreBody {
        padding: 4% 4.2% 2%;
        margin: 0 0 10%;
        background: url(../../img/campaign/img_domain_bg.png) 0 0 repeat-y;
        background-size: contain;
    }
    .cpMoreBox {
        padding: 5%;
        margin: 0 0 10px;
        width: 90%;
        background: #ffffff;
        text-align: center;
    }
    .cpMoreBox_domain {
        font-size: 20px;
        text-align: center;
    }
    .cpMoreFlow_ttl {
        padding: 5px;
        height: auto;
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        background: #e4f6ff;
    }
    .cpMoreFlow_txt {
        padding: 0 0 10px 10px;
    }
}

/* ----------------------------------------------------------
    4大特典キャンペーン
------------------------------------------------------------- */
.hero-header_text{
    max-width: 940px;
    margin: auto;
    text-align: right;
    font-weight: initial;
    font-weight: bold;
    position: relative;
    line-height: 24px;
    padding-bottom: 10px;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
}
.ov-box{
    border: solid 3px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 80px;
}
.ov-box.num04{
    margin-bottom: 50px;
}
.ov-box__num{
    border-radius: 20px 20px 0 0;
}
.ov-box__num img{
    margin-top: -10px;
}
.ov-box__num, .ov-box__text,
.ov-box__plans, .ov-box__subText{
    margin-bottom: 30px;
}
.ov-box__pic{
    margin-bottom: 40px;
}
.ov-box__wrapper{
    max-width: 820px;
    margin: 0 auto;
}
.ov-box__plans{
    padding: 30px 24px 14px;
}
.ov__register{
    margin: -1px 0 15px 1px;
    min-width: 940px;
}
.ov__register td{
    border: 1px solid #dddddd;
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    border-collapse: collapse;
    padding: 15px;
    text-align: center;
}
.ov__register .plan_inner-table_btn-label{
    display: inline-block;
    margin: 0 0 4px;
    padding: 0 5px;
    background: #fff;
    color: #ff4e5b;
    font-size: 12px;
    line-height: 20px;
}

/* 特典1 */
.ov-box.num01{
    border-color: #ffa800;
}
.ov-box.num01 .ov-box__num{
    background: #ffa800;
}
.ov-box.num01 .ov-box__plans{
    background: #fff7e8;
}
/* 特典2 */
.ov-box.num02{
    border-color: #ff6c00;
}
.ov-box.num02 .ov-box__num{
    background: #ff6c00;
}
.ov-box.num02 .ov-box__plans{
    background: #fff3eb;
}
/* 特典3 */
.ov-box.num03{
    border-color: #209dd9;
}
.ov-box.num03 .ov-box__num{
    background: #209dd9;
}
.ov-box.num03 .ov-box__plans{
    background: #ebf9ff;
}
/* 特典4 */
.ov-box.num04{
    border-color: #00a15e;
}
.ov-box.num04 .ov-box__num{
    background: #00a15e;
}
.ov-box.num04 .ov-box__plans{
    background: #e4f7ef;
}
.ov-box.num04 .cpMoreFlow_ttl{
    background: #e4f7ef;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .hero-header_visual > img{
        max-width: 95%;
    }
    .hero-header_text{
        width: 95%;
    }
    .overview{
        padding: 40px 0;
    }
    .ov-box{
        border: none;
        margin-bottom: 80px;
    }
    .ov-box img{
        max-width: 100%;
    }
    .compareTable-l img{
        width: 100%
    }
    .ov__register{
        min-width: auto;
    }
    .ov__register td{
        padding: 11px;
    }
    .ov__register td .btn{
        padding: 8px 16px;
        width: 75%;
    }
    .ov__register .plan_inner-table_btn-label{
        display: inline-block;
        margin: 0 0 4px;
        padding: 0 5px;
        background: #fff;
        color: #ff4e5b;
        font-size: 10px;
        line-height: 18px;
    }
}

/* SP */
@media only screen and (max-width: 767px) {
    .hero-header_text{
        width: 93.75%;
        font-size: 10px;
        line-height: 14px;
        font-weight: initial;
        padding-bottom: 5px;
    }
    .holder-sm{
        display: flex;
        justify-content: center;
    }
    .hero-header_term_label{
        margin: 0 15px 0 0;
        padding: 14px 7px 5px;
    }
    .ov-box img{
        max-width: 100%;
    }
    .ov-box{
        border: none;
        margin-bottom: 50px;
    }
    .ov-box.num04{
        margin-bottom: 30px;
    }
    .ov-box__num img{
        width: 25%;
    }
    .ov-box__plans{
        padding: 20px 15px 10px;
    }
    .ov-box.num02 .ov-box__plans img{
        width: 75%;
    }
    .ov-box__num, .ov-box__text,
    .ov-box__plans, .ov-box__subText{
        margin-bottom: 20px;
    }
    .compareTable-s .secondly-table-s{
        margin: 0 0 5px;
    }
    .compareTable-s.economy .table caption{
        background: #ffc000;
    }
    .compareTable-s.economy .table tbody th{
        background: #fffced;
    }
    .compareTable-s.light .table caption{
        background: #ffa800;
    }
    .compareTable-s.light .table tbody th{
        background: #fffbed;
    }
    .compareTable-s.standard .table caption{
        background: #ff9000;
    }
    .compareTable-s.standard .table tbody th{
        background: #fff8ed;
    }
    .compareTable-s.premium .table caption{
        background: #ff6c00;
    }
    .compareTable-s.premium .table tbody th{
        background: #fff5ed;
    }
    .compareTable-s.business .table caption{
        background: #175caa;
    }
    .compareTable-s.business .table tbody th{
        background: #ecf4fd;
    }
    .compareTable-s td s{
        margin-right: 5px;
    }
    .compareTable-s .num01 th,
    .compareTable-s .num01 td b{
        color: #ffa902;
    }
    .compareTable-s .num02 th,
    .compareTable-s .num02 td b{
        color: #ff6c00;
    }
    .compareTable-s .num03 th,
    .compareTable-s .num03 td b{
        color: #209dd9;
    }
    .compareTable-s .num04 th,
    .compareTable-s .num04 td b{
        color: #00a15e;
    }
    .compareTable-s td.none{
        color: #333;
    }
    .compareTable-s .btn{
        width: 60%;
        font-size: 16px;
        padding: 8px 20px 5px;
        MARGIN: auto;
    }
}