@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: 子テーマ
    Version: 1.0
*/
/* ====================
 * 全体共通
 * ==================== */
html{
	font-size: 62.5%;
}
/* パンくずリスト */
.p-breadcrumb__list {
    display: none;
}

/* ====================
 * ヘッダー
 * ==================== */
.c-iconBtn.-menuBtn {
    display: none;
}
@media (min-width: 960px){
	.-series .l-header__logo {
		padding: 24px 0;
	}
}

/* ====================
 * 記事一覧
 * ==================== */
.-type-list .p-postList__item{
	margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 0.1rem #ccc;
}
.-type-list .p-postList__item:last-child {
    border-bottom: none;
}
.-type-list .p-postList__thumb {
	width: 10rem;
	border: solid 0.1rem #ccc;
	box-shadow: none;
}
.-type-list .p-postList__body{
	display: flex;
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 2rem;
    padding: 0 1rem;
    height: 100%;
    flex-flow: column nowrap;
}
.-type-list .p-postList__title {
    color: var(--color_link);
}
.-type-list .p-postList__excerpt{
	font-size: 1.2rem;
}

.c-pagination {
    display: none;
}

/* ====================
 * 投稿詳細ページ
 * ==================== */
/* 非表示 */
.c-postTitle{
	display: none;
}
.p-articleMetas{
	display: none;
}
/* レイアウト調整 */
.post_content {
    margin: 0;
    padding: 0;
}
.p-relatedPosts .p-postList__item {
    width: 100%;
}

/* 投稿詳細デザイン */
.has-swl-gray-color {
    color: #808080!important;
}
.has-border.-border02 {
    margin: 2em auto;
    padding: 1em;
    width: 90%;
}
.has-medium-font-size{
    font-size: 1.2em!important;
}
sub{
    font-size: .6em!important;
    color: #999 !important;
	vertical-align: baseline;
}

.post_content h2,
.post_content h3,
.post_content p,
.wp-block-spacer{
    margin: 1em 0;
}
.post_content .cap_box, .post_content .wp-block-columns, .post_content .wp-block-embed, .post_content .wp-block-table {
    margin: 1em auto;
}
.post_content h2 {
    border-bottom: 5px solid #ffb6c1;
	font-size: 1.6em;
}
.post_content h2 .u-fz-xs{
	font-size: .5em!important;
}
.post_content h3 {
    border-bottom: 1px solid #ccc;
	font-size: 1.4em;
}
.fs_l, .has-l-font-size, .has-large-font-size, .u-fz-l {
    font-size: 1.3em!important;
}
.fs_xs, .has-xs-font-size, .u-fz-xs {
	font-size: .8em!important;
	color: #999;
}
.post_content h2 .u-fz-s {
    font-size: .6em!important;
}

.is-style-onborder_ttl .cap_box_content {
    position: relative;
    z-index: 0;
    clear: both;
    margin-top: -2px;
    border: solid 1px #333;
}
.is-style-onborder_ttl>.cap_box_ttl {
    position: relative;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: block;
    width: 80%;
    margin-bottom: 0;
    padding: 0.5em 0.75em;
	font-size: 1em;
    font-weight: bold;
    line-height: 1;
	color: #f570a2;
}

.is-style-small_ttl .cap_box_ttl {
    position: relative;
    top: 1px;
    float: left;
    padding: 0.25em 0.75em;
    font-size: 1em;
	font-weight: bold;
    border-radius: 8px 8px 0 0;
}


div#n2-ss-4 .n2-ss-control-bullet{
	margin-top: 16px !important;
}

/* ====================
 * フッター
 * ==================== */
.l-footer__inner {
    height: 12rem;
}
.l-footer__nav li a {
    border: none !important;
    color: #00749a;
    font-size: initial;
}