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

/* 一般 */

.textaligncenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 0.9em;
}

.big {
	font-size: 1.2em;
}

.mark_orange {
	background: linear-gradient(transparent 64%,#ffede9 0%);
	font-weight: bold;
}

.mark_blue {
	background: linear-gradient(transparent 64%,#dbecf4 0%);
	font-weight: bold;	
}

/* マージン */

.mb0 { margin-bottom: 0px !important }
.mb10 { margin-bottom: 10px !important }
.mb20 { margin-bottom: 20px !important }
.mb30 { margin-bottom: 30px !important }
.mb40 { margin-bottom: 40px !important }
.mb50 { margin-bottom: 50px !important }

.mt0 { margin-top: 0px !important }
.mt10 { margin-top: 10px !important }
.mt20 { margin-top: 20px !important }
.mt30 { margin-top: 30px !important }
.mt40 { margin-top: 40px !important }
.mt50 { margin-top: 50px !important }

/* パンくずリスト */

.p-breadcrumb.-bg-on {
	background: #fff;
	max-width: 1000px;
}

.-body-solid .p-breadcrumb.-bg-on {
	box-shadow: none !important;
}

.p-breadcrumb {
	padding: 15px 0;
}

/* 記事タイトル上の余白 */

@media (min-width: 600px) {
    .l-content {
        padding-top: 0em !important;
    }
}

/* h3 */

.post_content h3 {
	border-left: solid 3px var(--color_htag);
}

/* 著者ボックス */

.p-authorBox .avatar {
	border: none;
}

.p-authorBox {
	margin-bottom: 20px;	
}

/* 目次 */

#main_content .p-toc {
    border-radius: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    border: 1px solid var(--color_border);
    background: none;
	max-width: 1200px !important;
}

.p-toc.-simple {
	padding: 2em 1.25em;
}

.p-toc__ttl {
	text-align: center !important;
	font-size: 1em !important;
	font-weight: bold !important;
}

/* PR */

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

/* フッターリンク */
.foot-wrap {
	margin-top: 80px; 
  text-align: center;
}
.foot-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
	font-size: 0.9em;
	text-align: center;
}
.foot-list li {
  display: flex;
  align-items: center;
  justify-content: center; /* 追加 */
}
.foot-list li::before {
  content: "｜";
  color: var(--color-text-tertiary);
}
.foot-list li:last-child::after {
  content: "｜";
  color: var(--color-text-tertiary);
}
.foot-list a {
text-decoration: none !important;
	color: var(--color_text) !important;
	}

/* 内部リンク */

.related {
padding: 8px;
margin-right: 6px;
color: white;
white-space: nowrap;
background: var(--color_main);
font-size: 0.85em;
font-weight: bold;
}

/* 引用 */

.blockquotedesignnone {
background: #fff !important;
padding: 10px !important;
text-align: center !important;
}
.blockquotedesignnone::before {
content: initial !important;
}

.blockquotedesignnone a {
	color: #000 !important;
	text-decoration: none !important;
}
.post_content blockquote cite {
	margin-top: 0px !important;
}

/* faq */

.swell-block-faq .faq_q {
	border-left: none !important;
}

/* フッターリスト（横並び） */
.foot-list2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;      /* 幅が足りなければ折り返す */
  gap: 8px 24px;        /* 行間 / 列間 */
}

/* 見出し（疑似） */

.h2_gizi {
	background: var(--color_htag);
    padding: .75em 1em;
    color: #fff;
    border-radius: var(--swl-radius--2, 0px);
	font-size: 1.2em;
	font-weight: 700;
    line-height: 1.4;
    margin: 4em 0 2em;
    position: relative;
    z-index: 1;
}