@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
*/

.fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fl_c {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
/*トップ用CSS*/
.top #content {
    padding-top: 1em;
}
.mv-key{
    width: min(72vw,460px);
    margin: 0 auto;
}
.sell-problem-box {
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background: url('http://creative-check.com/swell-theme/wp-content/uploads/2024/02/thumb_worries.png') no-repeat bottom center/calc(100%/3);
    padding-bottom: 50px;
    background-size: contain;
}
.sell-problem-box .item-problem {
    padding-top: 45px;
    gap: 20px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.sell-problem-box > * {
    width: calc(100%/2.8);
}
.sell-problem-box .item-problem .txt {
    background: #FFF4F2;
    padding: 10px 15px;
    border-radius: 50px;
    position: relative;
}
.sell-problem-box .item-problem .txt p {
    font-size: clamp(0.813rem, 0.709rem + 0.52vw, 1rem);
    line-height: 1.4;
    letter-spacing: .045em;
    padding-left: 1.85em;
    position: relative;
    font-weight: bold;
}
.sell-problem-box .item-problem .txt p::before {
    content: "";
    width: 1.45em;
    aspect-ratio: 1/1;
    background: url('http://creative-check.com/swell-theme/wp-content/uploads/2024/02/icn_check.png') no-repeat center/100%;
    position: absolute;
    left: 0;
    top: -0.15em;
}
.sell-problem-box .item-problem .txt.spc {
    transform: translateX(3em);
}
.h2-custom-style{
    margin-bottom: 1.5em;
}
.h2-custom-style .wp-block-group__inner-container{
    align-items: center;
    position: relative;
    margin: 0 0 0.75em;
}
.h2-text{
    background: var(--color_htag);
    padding: 0.425em 1em 0.425em min(14vw,60px);
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.125rem, 1.042rem + 0.625vw, 1.25rem);
    border-radius: 50px;
    line-height: 1.4;
}
body .is-layout-constrained > .h2-img {
    max-width: min(13vw,55px);
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.is-style-border.custom-dt-style > .swell-block-dl__dt{
    background: #FFF4F2;
    padding: .45em .45em .45em .75em;
}
@media screen and (max-width: 600px){
    .sell-problem-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
    background-size: 40vw;
    background-position: bottom right;
    }
    .sell-problem-box .item-problem .txt.spc {
    transform: translateX(0);
    }
    .sell-problem-box > *{
        width: 100%;
    }
    .sell-problem-box .item-problem{
        padding-top: 7px;
    }
    .sell-problem-box .item-problem {
    gap: 14px;
    }
}

/*サイドバー用CSS*/
.-ps-style-img .p-postList__link, .-type-thumb .p-postList__link, .p-postList__thumb{
    border: 1px solid #ddd;
}

/* カテゴリーラベル非表示 */
.p-articleFoot{
    display: none;
}
/* ぱんくず非表示 */
#breadcrumb {
    display: none;
}