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

/* 全体コンテンツ余白調整 */
.l-mainContent__inner>.post_content{
	margin-top:0;
}

/* トップページコンテンツ余白調整 */
.page-id-17 #content{
	margin-bottom:0;
}

.-body-solid .p-breadcrumb.-bg-on{
	background-color:#ffffff;
	box-shadow:none;
}

/* メディアテキストブロックデザイン調整 */
.wp-block-media-text.has-background .wp-block-media-text__content{
	padding:40px;
}

/* お知らせ投稿リスト文字色変更 */
.p-postList .p-postList__title{
	color:#0065bd;
}

/* テーブル余白調整 */
.post_content td, .post_content th{
	padding:24px;

}

/* テーブル強調文字太さ調整 */
.post_content .td_to_th_ tbody tr>:first-child, .post_content tbody th{
	font-weight:400;
}

/* お問い合わせページアイコン垂直位置調整 */
.has-text-align-center img{
	vertical-align:text-bottom;
}

