body,
h1 h2 h3 h4 p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
}

h1 {
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 0.3em;
    margin-bottom: 2rem;
}

h1::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}

h3 {
    font-size: 16px;
    line-height: 1.5em;
    padding: 1px 1px;
}

h5 {
    margin-bottom: 0;
}

h1.has-background {
    padding: 0.30em 1.00em;
}

h5.has-background {
    padding: 0.70em 1.00em;
}

.wp-block-image {
    margin: 1rem 0;
}

.wp-block-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/* ボタン */

.wp-block-buttons {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
}

.wp-block-buttons .wp-block-button {
    display: flex;
    justify-content: center;
    margin-right: .5em;
    margin-bottom: .5em;
}

.wp-block-button__link {
    display: inline-block;
    width: 80%;
    text-align: center;
    background-color: #ff8c00;
    border: 2px solid #ff8c00;
    font-size: 20px;
    color: #ff8c00;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}

.wp-block-button__link:visited {
    color: #ff8c00;
}

.wp-block-button__link span {
    position: relative;
    z-index: 1;
}

.wp-block-button__link span:hover {
    color: white;
}

.wp-block-button__link::before,
.wp-block-button__link::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}

.wp-block-button__link::before {
    left: 0;
}

.wp-block-button__link::after {
    right: 0;
}

.wp-block-button__link:hover:before,
.wp-block-button__link:hover:after {
    width: 0;
    background-color: #FFF;
}

.wp-block-button__link:hover {
    color: #FFF;
}


/* ボタン */


/* テーブル */

figure {
    margin: 0 0 0;
}

.table-p {
    margin-bottom: 0;
}

td strong {
    color: #8b4513;
}


/* テーブル */

.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #ccc;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media screen and (max-width: 640px) {
    table {
        width: 80%;
    }
    th,
    td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
    .faq td {
        border-bottom: 1px solid #dee2e6;
        display: table-cell;
        width: auto;
    }
}