/* 
Theme Name: Hello Elementor Child
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 */


.elementor-page{
    background-image: url(./images/section_bk-1.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



/* ポップアップテーブル */

p.catch {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

table {
    background-color: #ffffff;
    /* 背景色指定 */
    font-size: 13px;
}

th {
    background-color: #d9e1e3;
    /* 背景色指定 */
    width: 150px;
}



table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 0%, .0);
}



td {
    background-color: #ffffff;
    /* 背景色指定 */
}

.none {
    pointer-events: none;
}

tr:nth-child(2n+1) {
    background: #d9e1e3;
}

tr:nth-child(2n) td:nth-child(2) {
    background: #ffffff;
}

/* 偶数行の2列目は背景色青 */

tr:nth-child(2n+1) td:nth-child(2) {
    background: #ffffff;
}

/* 奇数行の2列目は背景色青 */

tr:nth-child(2n+1) tr:nth-child(1) {
    background: #d9e1e3;
}

/* 奇数行の1列目は背景色青 */

table {
    margin: 20px auto;
}

.tbl-r02 th {
    border: solid 1px #ccc;
    padding: 10px;
    font-weight: 500;
    vertical-align: middle;
}

.tbl-r02 td {
    border: solid 1px #ccc;
    padding: 10px;
}

.tbl-r02 {
    border-bottom: solid 1px #ccc;  /* テーブル全体の下部ボーダー */
}


@media screen and (max-width: 640px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    .tbl-r02 {
        width: 80%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}


/* ページトップボタン */

html {
    scroll-behavior: smooth;
}

#pagetop {
    opacity: 0;
    transition: .5s;
}

#pagetop.visible {
    opacity: 1;
    pointer-events: auto;
}

#pagetop span {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* サイドバー区切り線 */
