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

[class*=is-style-big_icon_] {
    padding: 1em;
}

.post_content blockquote {
    padding: 1em 1em 1em 1.5em;
}
.post_content blockquote::before {
    left: 0.5em;
	border-left: solid 1px rgb(33 33 33 / 90%);
    border-right: solid 1px rgb(33 33 33 / 90%);
}
.post_content blockquote.tiktok-embed {
  padding: 10px !important;
}
.post_content blockquote.tiktok-embed::before {
    display: none;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper {
    max-height: 500px;
}

.l-container {
    padding-left: 10px;
    padding-right: 10px;
}
.p-articleMetas.-top .p-articleMetas__termList {
    font-size: 14px;
}
/* ヘッダー下ウィジェットエリア：最小縦幅 */
.header-widget-area {
	width: 100%;
	padding: 10px;
    min-height: 300px; /* PC */
	text-align: center;
}

@media (max-width: 480px) {
    .header-widget-area {
        min-height: 420px; /* スマホ */
    }
}
/* 見出し上広告 */
.ad-label-before-h2 {
    min-height: 300px; /* PC */
}
@media (max-width: 480px) {
.ad-label-before-h2 {
    min-height: 420px; /* スマホ */
　}
}