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

/* ヘッダー */

/* パンくずリスト */
.-frame-on .p-breadcrumb {
	padding-bottom: 20px;
}
.p-breadcrumb__list {
	display: none;
}

/* サイドバー＋メインコンテンツ */
.l-content {
	margin-bottom: 2em;
}

/* サイドバー */
.-frame-on-sidebar #sidebar .c-widget {
	border-radius: .6em;
	border: 1px solid rgba(0, 0, 0, .1);
}
.-frame-on-sidebar #sidebar .widget_custom_html {
	margin-top: 1.5em!important;
}
.-frame-on-sidebar #sidebar .c-widget__title {
	border-left: solid 4px var(--color_main);
	margin-bottom: 1.2em;
}
.-frame-on-sidebar #sidebar .swell-block-box-menu.is-style-default .swell-block-box-menu__item {
	border: unset;
	border-top: 1px solid var(--the-border-color);
	border-bottom: 1px solid var(--the-border-color);
}

/* メインコンテンツ */
/** 全ページ **/
.l-mainContent__inner>.post_content {
	margin: 2em 0;
	padding: 0;
}
.l-mainContent.l-article {
	border-radius: .6em;
	border: 1px solid rgba(0, 0, 0, .1);
}

/** トップページ **/
.top .l-mainContent.l-article {
	padding-top: 1.9em;
}
.w-frontTop {
	margin-bottom: 0;
}
.top h2.c-secTitle.-widget {
	margin-bottom: .5em;
	font-size: 1.5em;
}
.p-homeContent.l-parent {
	margin-top: 0!important;
}

/** 投稿ページ **/
.p-articleThumb {
	display: none;
}
.post_content h2 {
	margin: 2em 0 1em;
	display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wp-block-image {
	margin-bottom: 1em;
}
.wp-block-table td, .wp-block-table th {
	font-size: 13px;
}
.wp-block-embed__wrapper {
	background-color: #222;
}
.wp-video {
	padding:;
	margin: 0 auto;
}
.mejs-mediaelement {
	width: px!important;
}
.p-articleFoot {
	display: none;
}

/** 固定ページ **/

/** 検索ページ **/
.p-searchContent {
	margin-top: 1em!important;
}

/** タームページ **/
.c-pageTitle__inner {
	padding-top: 0;
}
.p-termContent {
	margin-top: 1em;
}

/* フッター */
.l-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.l-footer__nav a {
	border-right: 1px solid #eee;
}
.l-footer__nav li:first-child a{
	border-left: 0;
}
.l-footer__nav li:last-child a {
  border-right: 0;
}

/* SWELL */
.-type-card .p-postList__item {
	margin-bottom: 1.5em;
	margin: 0 -1px -1px 0
	padding: 1em
	border: 1px solid #e3e3e3
}
.p-postList__thumb {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .02);
}
.-type-card .p-postList__body {
	padding-top: .5em;
}
.-type-card .p-postList__title {
	font-size: 15px;
}

.swell-block-box-menu__item.has-link .swell-block-box-menu__text {
	color: #1176d4;
}

.swell-block-button {
	padding-bottom: 3em;
	margin-bottom: 0;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
.swell-block-button a {
	color: #222;
}

.p-spMenu__inner .c-widget__title.-spmenu {
	margin-bottom: 0;
}
.p-spMenu__inner .p-spMenu__nav {
	display: none;
}
.p-spMenu__inner .p-spMenu__bottom.w-spMenuBottom {
	margin-top: 1em;
}
.p-spMenu__inner .widget_text.c-widget.widget_custom_html {
	margin-top: -1em;
}
.p-spMenu__inner .swell-block-box-menu__item {
	width: 50%;
}


@media screen and (max-width: 599px){
/* パンくずリスト */
.-frame-on .p-breadcrumb {
	padding-bottom: 1.1em;
}
	
/* サイドバー */
#sidebar.l-sidebar {
	margin-top: 1.5em;
}

/* メインコンテンツ */
/** 全ページ **/
.-frame-on .l-mainContent {
	padding: 6vw 3vw;
}
	
/** タームページ **/
.c-pageTitle__inner {
	padding-top: .5em;
}
}