*,
::before {
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
}

.mt-3 {
    margin-top: 1rem !important;
}

.PC_content_area {
    max-width: 1220px;
    padding-top: 40px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.justify-content-center {
    justify-content: center !important;
    margin: 0 auto;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    background-color: #FF7D53;
    font-size: 30px;
    color: white;
    padding: 20px;
}

h2 {
    background-color: #A48B78;
    font-size: 24px;
    color: white;
    padding: 15px;
    margin-bottom: 30px;
}

h4 {
    background-color: lightgrey;
    font-size: 16px;
    color: #02213A;
    padding: 15px;
    font-weight: bold;
}

.has-medium-font-size {
    font-size: 20px;
}

.wp-block-spacer {
    clear: both;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.gaiyo-left {
    background-color: #FF7D53;
    color: white;
    border-bottom: solid 1px white;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
}

.gaiyo-left p {
    margin-bottom: 0;
}

.gaiyo-right {
    background-color: #F0EDE6;
    color: #231815;
    border-bottom: solid 1px white;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
}

.gaiyo-right p,
li {
    text-align: left;
    margin-bottom: 0;
}

.p-3 {
    padding: 1rem !important;
}

ol,
ul {
    box-sizing: border-box;
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol.tenpo_taiou {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}

ol.tenpo_taiou li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

ol.tenpo_taiou li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #FF7D53;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -30px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: white;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

strong {
    font-weight: bolder;
}

img {
    margin: 0 0 1em;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-button {
    background-color: #ff6900;
    border-radius: 9999px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.button-text {
    color: #fff;
    text-decoration: none;
}


@media (max-width: 1000px) {
    .gaiyo-left {
        height: 55px;
    }
}

@media (min-width: 1001px) {
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .gaiyo-left {
        float: left;
        width: 20%;
    }

    .sanka p{
        height: 50px;
    }
    .title-sanka p{
        padding-top:10px;
    }

    @media (max-width: 1062px) {
        .sanka p{
            height: 50px;
        }
        .bikou p{
            height: 60px;
        }
        .title-sanka p{
            padding-top:10px;
        }
        .title-bikou p{
            padding-top:15px;
        }
    }

    @media (max-width: 1026px) {
        .bikou {
            height: 95px;
        }
    }

    .gaiyo-right {
        float: left;
        width: 80%;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    @media (min-width: 1062px){
        .main-sanka p{
            padding-top:10px;
        }
    }
}