@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.cap_box_ttl {
    justify-content: left;
    padding: .5em .5em .5em 100px;
    text-align: left;
    z-index: 1;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.cap_box_ttl:before {
    content: "";
    display: block;
    width: 90px;
    height: 76px;
    background: url(img/meerkat.png) 0 0 no-repeat;
    position: absolute;
    left: 10px;
    background-size: 100%;
}
.wp-block-group.is-style-big_icon_point {
    border: 4px solid #22a9a3;
    border-radius: 8px;
    margin-top: 70px;
}
.post_content div>:first-child.wp-block-group__inner-container p {
    margin-top: -62px !important;
    margin-bottom: 40px;
    background: #22a9a3;
    border-radius: 30px;
    padding: 7px 5px 6px 92px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
.is-style-big_icon_point:before {
    background: url(img/bear.png) 0 0 no-repeat;
    background-size: 100%;
    width: 90px;
    height: 76px;
    border: 0;
    content: "";
    position: absolute;
    top: -6px;
    left: 32px;
    right: auto;
}
@media screen and (max-width: 440px) {
.cap_box_ttl {
    padding: .5em .5em .5em 95px;
    font-size: 15px;
}
}