@charset "utf-8";

/* -----------------------------------------------------------

    料金ページ

----------------------------------------------------------- */
/*余白の調整*/
.contentsWrap {
    padding: 64px 0;
}

.cost_content .contentsWrap {
    padding: 120px 0 64px 0;
}

/*サイトリスト*/
.site_list02 .contentsWrap {
    padding: 80px 0 0 0;
}

/* -----------------------------------------------------------
    料金テーブル
----------------------------------------------------------- */
.cost_content .cost_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
    margin-bottom: 48px;
}

.cost_content .cost_table th {
    background: #1A6196;
    color: #fff;
    padding: 16px 2% 16px 2%;
    text-align: center;
    width: 22%;
}

.cost_content .cost_table td {
    padding: 16px 2% 16px 4%;
    border: solid 1px #1A6196;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100px;
}

/*価格*/
.cost_content .cost_table td .ex_tax {
    width: 30%;
    color: #1a6196;
    font-weight: 900;
    line-height: 1.2em;
    margin-right: 2%;
}

.cost_content .cost_table td .tax {
    font-size: 17px;
    font-weight: normal;
}

/*注釈*/
.cost_content .cost_table td .cost_note {
    width: 68%;
    font-size: 14px;
}

.cost_content .cost_table td .cost_note .notes_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}

.cost_content .cost_table td .cost_note .notes_body {
    display: table-cell;
    vertical-align: top;
}


/*ランニングコスト*/
.cost_content .cost_table tr.item__running_cost {
    background-color: #FFFDEF;
}

.cost_content .btArea {
    margin: 64px auto 0 auto;
}

.cost_content .btArea a {
    margin: 1.5% 1%;
}

/* -----------------------------------------------------------
    導入までの流れ
----------------------------------------------------------- */
.introduce_step .btArea {
    margin: 64px auto 0 auto;
}

.introduce_step .btArea a {
    margin: 1.5% 1%;
}



/*----------------------------------------------------

	 1000px以下

----------------------------------------------------*/
@media screen and (max-width: 1000px) {

    /* -----------------------------------------------------
    料金テーブル
--------------------------------------------------------*/
    .cost_content .cost_table th {
        width: 96%;
        display: block;
    }
}

/*----------------------------------------------------

	 768px以下

----------------------------------------------------*/
@media screen and (max-width: 768px) {

    /*余白の調整*/
    .contentsWrap {
        padding: 48px 0;
    }

    .cost_content .contentsWrap {
        padding: 64px 0 48px 0;
    }


    /* -----------------------------------------------------
    料金テーブル
-------------------------------------------------------- */

    .cost_content .cost_table th {
        padding: 12px 2% 12px 2%;
    }

    .cost_content .cost_table td {
        padding: 24px 2% 16px 2%;
    }

    /*価格*/
    .cost_content .cost_table td .ex_tax {
        width: 100%;
        margin: 0 0 16px 0;
        text-align: center;
        font-size: 24px;
    }

    /*注釈*/
    .cost_content .cost_table td .cost_note {
        width: 100%;
    }
}
