@charset "euc-jp";

/*

    トップページ用
   
*/

/* ----------------------------------------------------------
    全体
------------------------------------------------------------- */
.contents { margin-bottom: 0; }

/* SP - Tab */
@media only screen and (min-width: 0) and (max-width: 939px) {
    #wrapper { padding-top: 50px; }
    .contents { 
		padding-top: 0;
		margin-top: 0;
	}
}


/* ----------------------------------------------------------
    ヘッダー
------------------------------------------------------------- */
#header { margin-bottom: 0; }


/* ----------------------------------------------------------
    スライダー
------------------------------------------------------------- */
.slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../../img/common/bg_blue.png) 0 -20px;
}
.header-img {
    position: relative;
    width: 100%;
    padding: 50px 0 25px;
    overflow: hidden;
    background: url(../../img/top/bnr_main_bg.png) no-repeat center center #209cd7;
    text-align: center;
}
.header-img .img-block{
    display: table;
    position: relative;
    margin: 0 auto;
}
.header-img .img-block img:nth-child(2){
    display:none;
}
.header-img .link-comparison{
    display: block;
    position: absolute;
    left: 360px;
    bottom: 13px;
    text-indent: -9999px;
    width: 8.3%;
    height: 3.5%;
}
.header-img .application_btn-box{
    margin: 30px auto 20px;
}
.header-img .notes{
    font-size: 11px;
    color: #fff;
    max-width: 940px;
    text-align: right;
    margin: auto;
}
.slide_viewport {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.slide_spinner {
    display: block;
    width: 28px;
    margin: 0 auto;
}

.slide_flipsnap { display: none; }
.slide_flipsnap_item {
    float: left;
    display: block;
    width: 940px;
    height: 340px;
    margin: 0 30px 0 0;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,.1);
}
.slide_flipsnap_item > img { display: block; }

.slide_thumbnails {
    display: none;
    width: 100%;
    padding: 10px 0;
    background: rgba(0,43,130,.3);
    text-align: center;
}
.slide_thumbnails_item {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    background: #fff;
}
.slide_thumbnails_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 125px;
    width: 0;
    height: 0;
    margin-left: -14px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.slide_thumbnails_item.is-current:after { top: -14px; }
.slide_thumbnails_item.has-msg:after { left: 20px; }
.slide_thumbnails_item > img {
    z-index: 10;
    position: relative;
}

.slide_thumbnails_item_msg {
    z-index: 11;
    position: absolute;
    top: -26px;
    left: 50%;
    display: block;
    width: 176px;
    padding: 5px 0;
    background: #ff4e5b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    transform: translateX(-50%);
}
.slide_thumbnails_item_msg:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-color: #ff4e5b transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.slide_btn { display: none; }

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

    .slide_flipsnap_item {
        width: auto;
        height: auto;
        margin: 0 20px 0 0;
    }
    .slide_flipsnap_item > img { width: 100%; }

    .slide_thumbnails { display: none; }

    .slide_pointer {
        margin: 3px 0 0;
        line-height: 6px;
        text-align: center;
        transform: translateY(-5px);
    }
    .slide_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 #fff;
        border-radius: 3px;
    }
    .slide_pointer_btn.is-current {
        cursor: auto;
        background: #fff;
    }

    .slide_btn {
        position: absolute;
        top: 50%;
        display: none;
        width: 20px;
        height: 40px;
        transform: translateY(-50%);
    }
    .slide_btn_prev { left: 0; }
    .slide_btn_next { right: 0; }
    .slide_btn > img { width: 100%; }
    
    .header-img {
        padding: 40px 0;
        text-align: center;
        background-image: none;
    }
    .header-img .img-block img:nth-child(1){
        display:none;
    }
    .header-img .img-block {
        width: 100%;
    }
    .header-img .img-block img:nth-child(2){
        display: inline;
        height: auto;
    }
    .header-img img { width: 95%; }
    .header-img .link-comparison{
        left: 75%;
        bottom: 33.5%;
        width: 16%;
        height: 6.6%;
    }
    .header-img .application_btn-box {
        margin: 20px auto 15px;
    }
    .header-img .notes{
        font-size: 10px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        width: 93.75%;
        box-sizing: border-box;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {

    .slide_viewport { padding: 20px 0; }

    .slide_pointer { transform: translateY(-10px); }
    .slide_pointer_btn {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }

    .slide_btn {
        width: 30px;
        height: 60px;
    }
    .header-img {
        padding: 20px 0 15px;
        background-image: url(../../img/top/bnr_main_bg.png);
    }

    .header-img .img-block img:nth-child(1){
        display: inline;
    }
    .header-img .img-block img:nth-child(2){
        display: none;
    }
    .header-img .link-comparison{
        left: 38.7%;
        bottom: 3.7%;
        width: 8.3%;
        height: 3.5%;
    }
    .header-img .notes{
        width: 94.79%;
        text-align: right;
    }
    .features .concept-detail_unit {
        text-align: center;
    }
    .features .media_body {
        text-align: left;
    }
    .features .concept-detail_unit_ttl {
        float: none;
        letter-spacing: -.07em;
    }
    .features .concept-detail_unit_ttl_label {
        display: table;
        margin: 0 auto;
        letter-spacing: 0;
    }
}


/* ----------------------------------------------------------
    プラン一覧
------------------------------------------------------------- */
.plan {
    padding: 40px 0 50px;
    background: url(../../img/common/bg_diagonal_blue.png);
}

.no-js .plan_table .tooltip { display: none; }

.plan_table-box { margin-bottom: 40px; }

.plan_table {
    float: left;
    width: 186px;
    background: #fff;
}
.plan_table_economy {}
.plan_table_lite {}
.plan_table_standard {}
.plan_table_premium {
    z-index: 10;
    position: relative;
    border-collapse: separate;
    box-shadow: 0 0 0 5px rgba(255,108,0,1);
}
.plan_table_business { float: right; }

.plan_table td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 1.3;
    text-align: center;
}

.plan_table_label {
    display: inline-block;
    margin: 0 0 8px;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
}
.plan_table_economy .plan_table_label { background: #ffa800; }
.plan_table_lite .plan_table_label { background: #ff9000; }
.plan_table_standard .plan_table_label { background: #ff9600; }
.plan_table_premium .plan_table_label { background: #ff6000; }
.plan_table_business .plan_table_label { background: #175caa; }

.plan_table_strong {
    font-size: 16px;
    font-weight: bold;
}
.plan_table_strong b { font-size: 22px; }

.plan_table_ttl {
    position: relative;
    padding: 8px 0 6px 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.plan_table_economy .plan_table_ttl { background: #ffc000; }
.plan_table_lite .plan_table_ttl { background: #ffa800; }
.plan_table_standard .plan_table_ttl { background: #ff9000; }
.plan_table_premium .plan_table_ttl { background: #ff6c00; }
.plan_table_business .plan_table_ttl { background: #175caa; }

.plan_table_ttl_rbn {
    position: absolute;
    top: -21px;
    left: 57px;
}
.plan_table_ttl_icon {
    position: absolute;
    top: -14px;
    left: 7px;
}

.plan_table_summery { padding: 0 10px; }
tr:last-child .plan_table_summery { border-bottom: 1px solid #ddd; }
.plan_table_economy .plan_table_summery { background: #fffced; }
.plan_table_lite .plan_table_summery { background: #fffbed; }
.plan_table_standard .plan_table_summery { background: #fff8ed; }
.plan_table_premium .plan_table_summery { background: #fff5ed; }
.plan_table_business .plan_table_summery { background: #ecf4fd; }

.plan_table_summery_inner {
    margin: 0;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
    font-size: 13px;
    line-height: 1.4;
}
tr:first-child .plan_table_summery_inner { border: none; }

.plan_inner-table {
    width: 100%;
    border-top: 2px solid #ddd;
}
.plan_inner-table td {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center;
}
.plan_inner-table_label { font-size: 12px; }
.plan_inner-table_strong { font-size: 18px; }

.plan_inner-table_grayout { background: url(../../img/common/bg_diagonal_small.png); }

.plan_inner-table .btn {
    display: block;
    margin-bottom: 10px;
}
.plan_inner-table .btn:last-child { margin: 0; }

.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;
}

#plan_notes {
    margin-bottom: 30px;
    font-size: 12px;
}

.plan_btn-box { text-align: center; }
.plan_btn-box .btn {
    width: 240px;
    margin: 0 5px 30px;
}

.campaign_label{
    display: inline-block;
    padding: 2px 8px;
	margin-bottom: 5px;
	background: #e74c3c;
	font-size: 11px;
	color: #fff;
}

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

    .no-js .plan_table .tooltip { display: block; }

    .plan_table-box { margin-bottom: 20px; }

    .plan_table {
        float: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        width: auto;
    }

    .plan_table_economy { background: #fffced; }
    .plan_table_lite { background: #fffbed; }
    .plan_table_standard { background: #fff8ed; }
    .plan_table_premium {
        margin-bottom: 10px;
        background: #fff5ed;
    }
    .plan_table_business {
        float: none;
        background: #ecf4fd;
    }

    .plan_table thead {
        float: left;
        width: 30%;
    }
    .plan_table_economy thead { background: #ffc000; }
    .plan_table_lite thead { background: #ffa800; }
    .plan_table_standard thead { background: #ff9000; }
    .plan_table_premium thead { background: #ff6c00; }
    .plan_table_business thead { background: #175caa; }
    .plan_table thead tr { display: block; }

    .plan_table tbody {
        float: right;
        width: 70%;
        border-top: 1px solid #ddd;
    }
    .plan_table_premium tbody,
    .plan_table_business tbody { border-bottom: 1px solid #ddd; }

    .plan_table tbody tr { display: block; }

    .plan_table td {
        display: block;
        border-left: none;
        text-align: left;
    }

    .plan_table_label {
        margin: 0 5px 0 0;
        font-size: 12px;
        line-height: 18px;
        vertical-align: text-bottom;
    }

    .plan_table_strong { font-size: 12px; }
    .plan_table_strong b { font-size: 18px; }

    .plan_table_ttl {
        display: block;
        padding: 10px 0;
        font-size: 12px;
        text-align: center;
    }

    .plan_table_ttl_rbn {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 125px;
    }
    .plan_table_ttl_icon {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin: 0 auto;
    }

    .plan_table_summery {
        padding: 0 6px 6px;
        font-size: 12px;
    }

    .plan_table_summery_inner { padding: 6px 0 0; }

    #plan_notes { display: none; }

    .plan_btn-box .btn {
        width: auto;
        margin: 0 5px 10px;
    }
}

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

    .plan_table-box { margin-bottom: 30px; }

    .plan_table {
        float: left;
        display: block;
        width: 19.8%;
    }
    .plan_table_economy { background: #fff; }
    .plan_table_lite { background: #fff; }
    .plan_table_standard {
        background: #fff;
        box-shadow: 0 0 0 5px rgba(255,144,0,1);
    }
    .plan_table_premium {
        margin-bottom: 0;
        background: #fff;
    }
    .plan_table_business {
        float: right;
        background: #fff;
    }

    .plan_table thead {
        float: none;
        width: auto;
    }
    .plan_table_economy thead,
    .plan_table_lite thead,
    .plan_table_standard thead,
    .plan_table_premium thead,
    .plan_table_business thead { background: #fff; }
    .plan_table thead tr { display: block; }

    .plan_table tbody {
        float: none;
        width: auto;
        border: none;
    }
    .plan_table_premium tbody,
    .plan_table_business tbody { border-bottom: none; }

    .plan_table tbody tr { display: table-row; }

    .plan_table td {
        display: table-cell;
        border: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;
    }

    .plan_table_label {
        margin: 0 0 8px;
        line-height: 21px;
    }

    .plan_table_ttl {
        display: block;
        padding: 8px 0 6px 43px;
        font-size: 14px;
    }

    .plan_table_ttl_rbn {
        position: absolute;
        top: -17px;
        left: 39px;
        width: 103px;
        max-width: none;
    }

    .plan_table_ttl_icon {
        position: absolute;
        top: -4px;
        left: 7px;
        width: 33px;
        height: 33px;
        margin: 0;
    }

    .plan_table_summery { padding: 0 10px; }

    .plan_table_summery_inner { padding: 10px 0; }

    .plan_inner-table {
        width: 100%;
        border-top: 2px solid #ddd;
    }
    .plan_inner-table td {
        display: table-cell;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        text-align: center;
    }
    .plan_inner-table_label { font-size: 12px; }
    .plan_inner-table_strong { font-size: 16px; }

    .plan_inner-table_grayout { background: url(../../img/common/bg_diagonal_small.png); }

    .plan_inner-table .btn {
        display: block;
        margin-bottom: 10px;
    }
    .plan_inner-table .btn:last-child { margin: 0; }

    .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;
    }

    #plan_notes {
        display: block;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .plan_btn-box .btn {
        width: 240px;
        margin: 0 5px 20px;
    }
}


/* ----------------------------------------------------------
    スターサーバーの特長
------------------------------------------------------------- */
.features { padding: 40px 0 50px; }

.features_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;
}
.features_ttl:after {
    content: 'Features';
    display: block;
    text-transform: uppercase;
    color: #b4b4b4;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .1em;
}

#features_notes {
    margin-bottom: 30px;
    font-size: 12px;
}

.features_btn-box { text-align: center; }
.features_btn-box .btn {
    width: 240px;
    margin: 0 5px;
}

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

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

    #features_notes { margin-bottom: 20px; }

    .features_btn-box .btn { width: auto; }
}

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

    .features_ttl {
        margin: 0 auto 25px;
        font-size: 36px;
    }
    .feature_ttl:after { font-size: 13px; }

    .features_btn-box .btn { width: 240px; }
}

/* コンセプト
------------------------------------------------------------- */
.concept {
    text-align: center;
    margin-bottom: 50px;
}
.concept > img { max-width: 100%; }

.concept-detail_unit_ttl {
    float: left;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 22px;
    color: #219dd9;
    margin: 0 0 12px;
}
.concept-detail_unit_ttl_label {
    border: 1px solid #219dd9;
    display: inline-block;
    margin: 3px 10px 0 0;
    padding: 3px 5px;
    font-size: 12px;
    vertical-align: bottom;
    transform: translateY(-6px);
}

.concept-detail_unit_image {
    text-align: center;
}

.concept-detail_unit_image img {
    margin: 20px 0;
}

.concept-detail_unit_body {
    float: left;
    font-size: 15px;
}
.concept-detail_unit_body > :last-child { margin-bottom: 0; }

.concept-detail .media_text {
    width: 630px;
    margin: 0;
    font-size: 15px;
}
.concept-detail .notes {
    font-size :11px;
    text-indent:-1em;
    padding-left:1em;
}
.concept-detail .notes a {
    color: #000000;
}
.concept-detail .bnr {
    margin: 20px 0 0;
    text-align: center;
}
.concept-detail .detail_flex {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0;
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
}
.concept-detail .detail_flex > * {
    box-sizing: border-box;
    width: 33.333333%;
    border-left: 1px solid #ddd;
    padding: 20px 30px 10px;
}
.concept-detail .detail_flex > *:nth-child(1) {
    border-left: none;
    padding-left: 0;
}
.concept-detail .detail_flex > *:nth-child(3) {
    padding-right: 0;
}
.concept-detail .detail_flex .concept-detail_unit_ttl_label {
    display: table;
    margin: 0 auto;
}
.concept-detail .detail_flex .concept-detail_unit_ttl {
    float: none;
    text-align: center;
}
.concept-detail .detail_flex .concept-detail_unit_body {
    text-align: left;
}


/* SP */
@media only screen and (max-width: 767px) {
    .concept { margin-bottom: 20px; }

    .concept-detail { margin-bottom: 30px; }

    .concept-detail_unit {
        width: auto;
        padding-bottom:20px;
        border-bottom: 1px solid #ddd;
    }

    .concept-detail_unit:nth-child(odd) {
    border-right: none;
}


    .concept-detail_unit_ttl {
        float: none;
        width: auto;
        text-align: center;
    }
    .concept-detail_unit_ttl > span {
        display: block;
        margin: 0;
        border: none;
    }

    .concept-detail_unit_image {
        float: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 30px;
    }
    .concept-detail_unit_image > img { max-width: 70%; }

    .concept-detail_unit_body {
        float: none;
        width: auto;
        font-size: 14px;
    }
    .concept-detail .media_text {
        width: auto;
        margin: 20px 0 0;
        font-size: 14px;
    }
    .concept-detail .bnr img{
        width: 100%;
        max-width: 771px;
        height: auto;
    }
    .concept-detail .detail_flex {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
    }

    .concept-detail .media_image {
        padding: 0 30px;
    }
    .concept-detail .media_image img{
        max-width: 70%;
        height: auto;
    }
    .concept-detail .detail_flex > * {
        width: auto;
        border-left: none;
        padding: 20px 0;
    }
    .concept-detail .detail_flex > *:nth-child(1) {
    }
    .concept-detail .detail_flex > *:nth-child(3) {
    }
    .concept-detail .detail_flex .concept-detail_unit_ttl_label {
        display: table;
        margin: 0 auto;
    }
    .concept-detail .detail_flex .concept-detail_unit_image img {
        margin-top: 0;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .concept { margin-bottom: 30px; }
    .concept-detail_unit_image > img { max-width: 100%; }
    .concept-detail .media_text {
        width: auto;
        margin: 20px 0 0;
    }
    .concept-detail .media_image {
        float: none;
        margin-left: 0;
        text-align :center;
    }
    .concept-detail .media_image img {
        display: inline;
    }

}

/* その他の特長(大)
------------------------------------------------------------- */
.point {
    float: left;
    width: 300px;
    margin: 0 20px 30px 0;
}
.point:last-child { margin-right: 0; }

.point_image { margin-bottom: 20px; }

.point_ttl {
    margin: 0 0 15px;
    color: #209dd9;
    text-align: center;
    font-size: 22px;
}

.point_text { margin: 0; }

/* SP */
@media only screen and (max-width: 767px) {
    .point {
        float: none;
        width: auto;
        margin: 0 0 20px 0;
    }
    .point:last-child { margin-bottom: 20px; }

    .point_image {
        float: left;
        width: 20%;
        margin-bottom: 5px;
    }
    .point_image > img { max-width: 100%; }

    .point_ttl {
        float: right;
        width: 77%;
        margin-bottom: 10px;
        text-align: left;
        font-size: 16px;
    }

    .point_text { font-size: 12px; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .point {
        width: 32%;
        margin: 0 2% 30px 0;
    }

    .point_image > img { max-width: 100%; }
}

/* その他の特長(小)
------------------------------------------------------------- */
.functions { margin-top:50px; }

.functions_ttl {
    text-align: center;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 26px;
    margin: 0 0 20px;
}

.functions_body {}

.function-list { margin-bottom: 10px; }

.function-list_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
    padding: 15px;
    background: #ecf7fa;
}
.function-list_item:nth-child(3n) { margin-right: 0; }
.function-list_item .media_body {
    margin: 0;
    color: #209dd9;
    font-size: 16px;
    font-weight: bold;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .functions_ttl { margin-bottom: 15px; }

    .function-list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
    }

    .function-list_item {
        width: 48%;
        margin: 0 2% 2% 0;
        padding: 7px 5px;
    }
    .function-list_item:nth-child(3n) { margin-right: 2%; }
    .function-list_item:nth-child(even){ margin-right: 0; }
    .function-list_item .media_image {
        float: left;
        width: 34px;
        margin: 0 5px 0 0;
    }
    .function-list_item .media_image img { width: 100%; }
    .function-list_item .media_body {
        overflow: hidden;
        font-size: 12px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .function-list_item {
        width: 32%;
        padding: 15px;
    }
    .function-list_item:nth-child(even){ margin-right: 2%; }
    .function-list_item:nth-child(3n) { margin-right: 0; }
    .function-list_item .media_body { font-size: 14px; }
}


/* ----------------------------------------------------------
    お知らせ
------------------------------------------------------------- */
.headlines {
    padding: 40px 0 50px;
    background: url(../../img/common/bg_diagonal_yellow.png);
}

.headlines_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;
}
.headlines_ttl:after {
    content: 'News';
    display: block;
    text-transform: uppercase;
    color: #b7b7b7;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .1em;
}

.headlines_box {
    margin: 17px 0 0;
    border-bottom: 2px dotted #ddd;
}
.headlines_box:first-child { margin: 0; }
.headlines_box:last-child { margin-bottom: 30px; }
.headlines_box_date {
    float: left;
    width: 130px;
    text-align: right;
}
.headlines_box_list {
    float: left;
    width: 700px;
    margin: 0 0 17px 20px;
}
.headlines_box_list li {
    margin: .5em 0 0 1.3em;
    text-indent: -1.3em;
}
.headlines_box_list li:first-child { margin-top: 0; }
.headlines_box_list .ico {
    margin-right: 5px;
    color: #209dd9;
}

.headlines_btn-box {
    margin-top: 30px;
    text-align: center;
}
.headlines_btn-box .btn {
    width: 240px;
    margin: 0 5px;
}

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

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

    .headlines_box { margin: 10px 0 0; }
    .headlines_box_date {
        float: none;
        width: auto;
        text-align: left;
    }
    .headlines_box_list {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
    }
    .headlines_box_list li { margin: 1em 0 0 1.3em; }

    .headlines_btn-box { margin-top: 10px; }
    .headlines_btn-box .btn {
        display: block;
        width: auto;
        margin: 0 0 5px;
    }
}

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

    .headlines_ttl {
        margin: 0 auto 25px;
        font-size: 36px;
    }
    .headlines_ttl:after { font-size: 13px; }

    .headlines_box { margin: 17px 0 0; }
    .headlines_box_date {
        float: left;
        width: 10%;
        text-align: right;
    }
    .headlines_box_list {
        float: left;
        width: 87%;
        margin: 0 0 17px 2%;
    }
    .headlines_box_list li { margin: .5em 0 0 1.3em; }

    .headlines_btn-box { margin-top: 30px; }
    .headlines_btn-box .btn {
        display: inline-block;
        width: 240px;
        margin: 0 5px;
    }
}

/* ----------------------------------------------------------
    キャンペーンPR
------------------------------------------------------------- */
.top_bnr {
    display: block;
    width: 100%;
    height: 90px;
    background: -webkit-gradient(left top, left bottom, color-stop(50%, #faf7ea), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #faf7ea 50%, #ffffff 100%);
    background: -o-linear-gradient(top, #faf7ea 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, #faf7ea 50%, #ffffff 100%);
    background: linear-gradient(to bottom, #faf7ea 50%, #ffffff 100%);
    text-align: center;
    text-decoration: none!important;
}
.bg_sunburst {
    display: block;
    height: 80px;
    background: url(../../img/campaign/top_bnr_sunburst_bg.png) 52.5% 50% no-repeat;
}
.cp_date {
    display: none;
}

/* TAB */
@media only screen and (min-width: 768px) and (max-width: 939px){
    .top_bnr {
        height: 90px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .top_bnr img {
        max-width: 100%;
    }
}

/* SP */
@media only screen and (max-width: 767px) {
    .top_bnr {
        height: auto;
        box-sizing: border-box;
    }
    .top_bnr img {
        width: 100%;
    }
    .bg_sunburst {
        height: auto;
        background: none;
    }
    .cp_date {
        display: block;
        background: #00c9b4;
        margin-top: 2%;
        padding: 0 5px;
        color: #ffffff;
        font-size: 14px;
    }
}

/* ----------------------------------------------------------
    4大特典キャンペーン
------------------------------------------------------------- */
.hero-header { 
    position: relative;
}
.hero-header_visual{ 
    background: #f3f1e5 url(../../img/campaign/210108/bg_hero.png) 50% 100% no-repeat; 
    position: relative;
}
.hero-header_visual img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.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;
}
.hero-header_btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -70px;
    transition: .1s;
}
.hero-header_btn:hover{
    bottom: 19px;
}
.cp_apply{
    background: url(../../img/campaign/210108/bg_cpbtn_top.png) no-repeat center center #209cd7;
    padding: 15px 0;
    text-align: center;   
}
.cp_apply_text{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
}
.features_text_campaign{
    text-align: center;
    margin-bottom: 40px;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .hero-header_visual { 
        background-size: cover;
    }
    .hero-header_visual img{
        max-width: 95%;
    }
    .hero-header_text{
        width: 95%;
    }
    .features_text_campaign{
        width: 75%;
        margin: 0 auto 40px;
    }
    .features_text_campaign img{
        max-width: 100%;
    }
}

/* SP */
@media only screen and (max-width: 767px) {
    .hero-header_visual{
        background-size: cover;
    }
    .hero-header_text{
        width: 95%;
        font-size: 10px;
        line-height: 14px;
        font-weight: initial;
        padding-bottom: 5px;
        text-align: right;
        color: #333;
    }
    .hero-header_visual a{
        text-decoration: none;
    }
    .cp_apply_text,
    .application_btn-box .btn{
        font-size: 16px;
    }
    .application_btn-box{
        width: 80%;
        margin: auto;
    }
    .features_text_campaign{
        margin-bottom: 25px;
    }
    .features_text_campaign img{
        max-width: 100%;
    }
}

/* ----------------------------------------------------------
    No.1三冠
------------------------------------------------------------- */
.trophy{
    padding: 20px 0 50px;
}
.trophy_ttl{
    margin: 0 auto 20px;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 36px;
    text-align: center;
    color: #209dd9;
}
.trophy_img{
    margin-top: 30px;
    text-align: center;
}
.trophy_img img{
    max-width: 100%;
}
.trophy_notes{
    font-size: 11px;
    margin: 15px auto 0;
}
/* SP */
@media only screen and (max-width: 767px){
    .trophy {
        padding: 15px 0 30px;
    }
    .trophy_ttl{
        margin: 0 auto 10px;
        font-size: 28px;
    }
    .trophy_img{
        margin-top: 15px;
    }
    .trophy_notes{
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
    }
}

/* ----------------------------------------------------------
    独自ドメイン永久無料特典
------------------------------------------------------------- */
.presentdomain_prtxt{
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}
.presentdomain_box{
    margin: 0 auto 5px;
    text-align: center;
}
.presentdomain_ttl{
    margin: 0;
    padding: 17px 15px;
    background: #fff url(../../img/common/bg_blue.png) 0 0 repeat;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.presentdomain_detail{
    border: 3px solid #209dd9;
    border-top:none;
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.3;
}
.presentdomain_detail-bold{
    color:#e74c3c;
}
.presentdomain_list{
    margin: 0 10px 0 0;
}

.presentdomain_list .ico {
    color: #209dd9;
}

/* SP */
@media only screen and (max-width: 767px) {
    .presentdomain_prtxt {
        font-size: 13px;
    }
    .presentdomain_ttl{
        font-size: 20px;
    }
    .presentdomain_detail {
        padding: 15px;
        font-size: 14px;
    }
}

/* ----------------------------------------------------------
    新プランリリース記念キャンペーン
------------------------------------------------------------- */
.bnr a {
    display: inline-block;
    position: relative;
}
.cp_balloon {
    display: inline-block;
    background-color: #ffd800;
    padding: 5px 10px;
    color: #e70600;
    line-height: 1;
    position: absolute;
    top: calc(100% - 18px);
    right: 52px;
    z-index: 2;
}
.cp_balloon::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffd800 transparent;
    border-width: 0 5px 9px 5px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .cp_balloon {
        padding: 1.2vw 2vw;
        font-size: 3.2vw;
        top: calc(100% - 0.8vw);
        right: 5vw;
    }
    .cp_balloon::before {
        border-width: 0 1.3vw 1.9vw 1.3vw;
        top: -1.8vw;
    }
}

/* ----------------------------------------------------------
    renewal
------------------------------------------------------------- */
.renewal{
    width:100%;
    padding:50px 0;
    background-color: #209cd7;
    margin:0;
}

.renewal p{
    text-align: center;
}

.renewal_title{
    color: #FFF;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.renewal_lead{
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.renewal_detail{
    width:840px;
    padding:40px 20px;
    margin:0 auto;
    background-color: #FFF;
}

.renewal_detail_text{
    font-size: 14px;
}

.new_out {
    background-color: #FFF;
    width:350px;
    height:auto;
    margin: 35px auto 0;
    padding: 0;
    text-align: center;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}

.new_out:hover{
    opacity: 0.7;
}

.new_out .img_block{
    text-align: center;
    margin: 20px auto 10px;
}

.new_out .img_block img{
    width: 250px;
}

.new_out .txt_block{
    text-align: center;
    background: #2f97eb;
    margin: 0 auto;
}

.new_out .txt_block p{
    padding: 4px 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}

.new_out *{
    text-decoration:none !important;
}

.new_out p.official{
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: underline;
}

.contract{
    padding:50px 0;
    border-bottom:1px solid #eee;
}

.contract_detail{
    width:840px;
    padding:40px 20px;
    margin:0 auto 40px;
    background-color: #efeeee;
}

.contractStarfree{
    width:836px;
    padding:40px 20px;
    margin:0 auto;
    border: 2px solid #eee;
}

.contractCustomer_title,.contractStarfree_title{
    color: #1c5e9c;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
}

.contractStarfree_title{
    color:#333;
    font-size: 1.1rem;
}

.contractCustomer_txt,.contractStarfree_txt{
    text-align: center;
}

.contractCustomer_menu{
    margin-bottom:20px;
}

.contractCustomer_menu ul{
    display: flex;
    flex-direction: row;
    background: white;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.contractCustomer_menu li{
    display: block;
    text-align: center;
    border-right: 1px solid #efeeee;
    flex-basis: 24.9%;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.contractCustomer_menu li:last-child{
    border-right: none;
}

.contractCustomer_menu li:hover {
    background: #eaf6fc;
}

.contractCustomer_menu li a{
    color:#333;
    text-decoration: none;
    display: block;
    padding: 20px 0;
}

.contractCustomer_menu li span{
    position: relative;
    padding-right: 20px;
}

.contractCustomer_menu li span::after{
    position: absolute;
    top: 15%;
    right: 0;
    color: #ccc;
    font-family: 'starserver' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e92a";
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .renewal{
        width:90%;
        padding: 80px 5% 50px;
    }
    .renewal_title{
        font-size: 2.2rem;
    }
    .renewal_lead {
        font-size: 1.7rem;
    }
    .renewal_detail,.contract_detail,.contractStarfree{
        width: 80%;
        padding:10%;
    }
    .contract{
        padding: 50px 5%;
    }
    .contractCustomer_menu li{
        flex-basis: 49.8%;
    }
    .contractCustomer_menu li:nth-child(-n+2),.contractCustomer_menu li:nth-child(4){
        border-bottom: 1px solid #efeeee;
    }
    .contractCustomer_menu li:nth-child(2n){
        border-right: none;
    }
    .contractCustomer_menu li:nth-child(2n-1){
        border-right: 1px solid #efeeee;
    }
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 650px) {
    .renewal_title{
        font-size: 1.5rem;
    }
    .renewal_lead{
        padding: 15px 0 0;
        font-size:1.1rem;
    }
    .new_out{
        width:100%;
    }
    .new_out .txt_block p {
        font-size: 0.7rem;
    }
}