h1 {
    text-align: center;
}

h1, h2, .wp-block-post-title {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

h1.wp-block-query-title, h1.wp-block-post-title {
    background-color: #0f8f73;
    color: #fff;
    padding: 120px 200px 50px;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
}

.iframe-wrapper{
    margin: 10px auto;
}

.iframe-wrapper iframe{
    max-width: 100%;
}

@media (max-width: 768px) {
    h1.wp-block-query-title, h1.wp-block-post-title {
        padding: 90px 20px 40px;
    }
}

.wp-block-group h2 {
    margin-top: 60px;
}

.wp-block-group h3 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
}

input, button {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

ul.custom-list, ol.custom-list {
    list-style-type: square;
    padding-left: 30px;
}

ul.custom-list li, ol.custom-list li {
    margin-bottom: 15px;
    font-weight: bold;
    color: #555;
}

.wp-block-group a {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 10px;
    text-align: left;
}

textarea {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"] {
    position: static;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    clip: auto;
    clip-path: none;
    overflow: visible;
    appearance: none;
    border: none;
    outline: none;

}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: middle;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked::before {
    background-color: #333;
    border: none;
}
