/* 
Theme Name: PAINT HOMES
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*--------------------------------
*  価格表　2024/11/15
*--------------------------------*/

.entry-content p {
    margin-bottom: 1em;
}

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

/* テーブルの幅を全て均等にする */
.original-table {
    table-layout: fixed;
    width: 800px !important;
}

/* 各列の幅を均等にする */
.original-table th,
.original-table td {
    width: auto;
}

/* メディアクエリ */
@media only screen and (max-width: 768px) {

    /* テーブルの幅を900pxに設定 */
    .original-table {
        width: 900px !important;
    }

    /* コンテナをスクロール可能にする */
    .original-table {
        overflow-x: auto;
        display: block;
    }
}

.table-container {
    max-width: 900px;
    margin: 0 auto;
}

table.original-table thead tr:first-child,
table.original-table thead td:first-child {
    display: none;
}

table.original-table td:first-child,
table.original-table th:first-child {
    white-space: nowrap;
}

.row-1 td:not(:first-child), .row-2 td:not(:first-child), .row-3 td:not(:first-child), .row-4 td:not(:first-child), .row-5 td:not(:first-child),
.row-6 td:not(:first-child), .row-7 td:not(:first-child), .row-8 td:not(:first-child), .row-9 td:not(:first-child), .row-10 td:not(:first-child) {
    text-align: center;
}

.row-11 td {
    text-align: center;
    color: white;
    background-color: #780002 !important;
}

.row-12 td, .row-13 td, .row-14 td, .row-15 td, .row-16 td, .row-17 td {
    text-align: right;
    padding: 0;
    padding-right: 10px;
    font-size: 14px;
}

.original-table .red-text {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.original-table .big-no {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: -0.5em;
    margin-bottom: -1em;
    display: inline-block;
}

.original-table .mini-text {
    font-size: 1.5em;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .table_sp_over {
        overflow-x: scroll;
    }
}

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

.row-12 td, .row-13 td, .row-14 td, .row-15 td, .row-16 td, .row-17 td {
    text-align: right;
    padding: 0;
    padding-right: 10px;
    font-size: 14px;
}

.font_r_12 {
    font-size: 1.2rem !important;
}

.bold {
    font-weight: 700 !important;
}

.original-table .red-text {
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.original-table .big-no {
    font-size: 2.5em;
    font-weight: 700;
    margin-top: -.5em;
    margin-bottom: -1em;
    display: inline-block;
}

.original-table .mini-text {
    font-size: 1.5em;
    font-weight: 700;
}

.red-text {
    color: #780002 !important;
}

.grey-text {
    color: #9e9e9e !important;
    margin-bottom: 0 !important;
}

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

@media only screen and (min-width: 769px) {

	.flex_all_center_pc {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

