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

.wp-block-button__link {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important; /* ブロック要素化して横幅いっぱいに */
	font-size: 20px !important;
}

.l-mainContent__inner>.post_content{
	
	margin :0em !important;
}

/* テーブル全体の幅を100%に広げ、幅を固定しやすくする */
.wp-block-table table {
    width: 100%;
    table-layout: fixed; /* これを入れると20%の幅が正確に保たれます */
}

/* 1列目のthの幅を20%に指定 */
.wp-block-table th {
    width: 30%;
    vertical-align: top; /* 項目名が長い時に上揃えにする（好みで） */
}

.wp-block-table td {
    width: 70%!important;
    vertical-align: top!important; /* 項目名が長い時に上揃えにする（好みで） */
}