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

/*ヘッダー*****************************************/
/*投稿ページタイトル削除*/
.c-postTitle__ttl {
 display:none;
}
/*メインコンテンツ余白*/
.l-mainContent__inner>.post_content{
margin-top:0px;
}

/*smsp-表記*************************************/
.swpm-post-not-logged-in-msg {
    text-align: center;
}
.swpm_profile_not_logged_in_msg {
    text-align: center;
}
.swpm-post-no-access-msg {
    text-align: center;
}
/*新規登録決定ボタン*/
.swpm-registration-submit-section {
    padding: 2em;
}
.swpm-edit-profile-submit-section {
    padding: 2em;
}

/*投稿ページ****************************************************/
/*アコーディオン:ボーダー削除*/
.is-style-simple>.swell-block-accordion__item {
    border: none!important;
}
/*ブランドロゴボーダー追加*/
.brand.wp-block-image img {
border:1px solid #606a7e;
}
/*width:100%:フルサイズボタン*/
.fullbtn a.swell-block-button__link {
width: 100%;
}

/*商品サイズリスト整列********************************************/
/*リストブロック*/
ul.ul-size {
padding-left: 0px;
}
ul.-list-flex.ul-size {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
ul.ul-size.-list-flex {
    list-style: none;
    text-align: center;
}

/*リスト項目*/
.post_content li.li-size {
    border: 1px solid;
    padding: 0px 4%;
    font-size: 15px;
    width: 24%;
}
.post_content li.li-size {
margin: 0px!important;
}

/*フッター*************************************************/
/*ページ下部メタ情報*/
.p-articleMetas {
display:none;
}