h2,h3,h4,h5,h6,p,a,li,span {
    word-break: auto-phrase;
}
.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

img {
    pointer-events: none;
}

section {
    content-visibility: auto;
    contain-intrinsic-size: 100px;
}

.top-sch-form h1{
    line-height: 220%;;
}

.top-sch-textbox{
    padding: 30px;
}
.top-sch-textbox input[type=search] {
    padding: 20px;
}
@media (min-width: 992px) {
    .top-sch-form h1 {
        font-size: 1.5rem;
    }
    .top-sch-form h1 b {
        font-size: 3.0rem;
    }
}
@media (max-width: 991.98px) {
    .top-sch-form h1 {
        font-size: 1.0rem;
    }

    .top-sch-form h1 b {
        font-size: 2.0rem;
    }

    .top-sch-form h1 span {
        font-size: 1.7rem;
    }

    .top-sch-form picture img {
        width: 100px;
    }
}
@media (max-width: 767.98px) {
    .top-sch-form {
        font-size: 2.0rem;
    }
}
@media (max-width: 575.98px) {
    .top-sch-form h1 {
        font-size: 0.8rem;
    }
    .top-sch-form h1 b {
        font-size: 1.5rem;
    }
    .top-sch-form h1 span {
        font-size: 1.2rem;
    }
    .top-sch-form picture img {
        width: 80px;
    }
    .top-sch-textbox {
        padding: 30px 10px;
    }
    .top-sch-textbox input[type=search]{
        padding: 5px;
    }
}

.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
}

.heading03::before,
.heading03::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #e3bf00;
}

.heading03::before {
    margin-right: 20px;
}

.heading03::after {
    margin-left: 20px;
}

.midashi03 {
    margin: 40px 0 20px 0;
    position: relative;
    padding: 1rem 2rem;
    text-align: center;
    border: 2px solid #000;
    border-radius: 0 10px 10px 10px;
    text-align: left;
}

.midashi03:before {
    position: absolute;
    top: -24px;
    left: -3px;
    height: 24px;
    padding: 0 1em;
    content: 'ワンポイント';
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #000;
}

.heading04 {
    padding: 0.5rem 1.5rem;
    border-left: 4px solid #000;
}

article p, article li {
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.midashi02 {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem .5rem;
}

.midashi02:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.heading12 {
    position: relative;
    font-size: 26px;
}

.heading12::before {
    content: attr(data-number);
    display: inline-block;
    margin-right: 20px;
    color: #498ee0;
    font-size: 30px;
    border-bottom: 1px solid #498ee0;
}

.heading11 {
    color: #555;
    border-bottom: solid 2px #27acd9;
}

.heading11:first-letter {
    color: #27acd9;
}

img{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

.mosaic {
    -ms-filter: blur(4px);
    filter: blur(4px);
}
