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

/* CLS対策：広告の場所を確保 */
.ad-holiz {
	min-height: 90px;
}
.quads-ad3,
.quads-ad2_widget {
	min-height: 280px;	
}
.quads-ad133700 {
	min-height: 280px;	
}
.ads-ad-top {
	min-height: 280px;	
}
.ad-top {
	min-height: 280px;
}
.ad-side {
	min-height: 600px;
}

/* メインの横幅 */
@media (min-width: 960px) {
.-sidebar-on .l-mainContent {
	width: 820px;
  }
}

/* サイドバーの横幅 */
@media (min-width: 960px) {
.-sidebar-on #sidebar {
    width: 336px;
  }
}
/* サイドバーのマージン */
.w-fixSide {
/*	margin-top: 0; */
}
/* スマホのHelpfulを非表示 */
@media screen and (max-width:640px) {
  #was-this-helpful  {
	  display: none !important;
  }
}
/* パンくずの文字サイズ */
.p-breadcrumb__list {
	font-size: 0.8rem;
}
/* 投稿タイトルの文字のサイズ */
.c-postTitle__ttl {
/*	color: #333; */
	font-size: 2.5rem;
}
/* タイトル下のタグの色 */
/*.c-tagList,
.c-tagList__link,
.p-articleMetas {
	color: #333 !important;
}
.c-tagList__link {
	background: #f7f7f7 !important;
}
*/
.c-categoryList__link,
.c-tagList__link {
/*	padding: 8px 1em; */
}
/* 投稿タイトル下のメタのサイズ */
.p-articleMetas {
    font-size: 14px;
}
/* タイトル下のタグのサイズ */
.p-articleMetas.-top .p-articleMetas__termList {
	    font-size: 14px;
}
/* 関連記事の日付を非表示 */
.c-postTimes__posted {
	display: none;
}
/* スマホメニューボタンを非表示 */
.-menuBtn {
	display: none;
}
/* 記事下のフッターを非表示 */
/*
.p-articleFoot {
	display: none;
}*/

/* アイキャッチ画像を小さくする */
@media (min-width: 960px) {
	.p-articleThumb {
/*		width: 85%; */
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* 投稿下マージン */
.post_content {
	margin-bottom: 2em !important;
}

/* バージョンタブ */
div.verTab {
	border-bottom: 0.0625rem solid #a9acaa;
}
ul.verTab {
	border-bottom: 0.0625rem solid #a9acaa;
	margin-bottom: 50px;
	padding-left: 0;
}
ul.verTab li {
	display: inline;
}
.verTab a {
	display: inline-block;
  height: 2.875rem;
	line-height: 2.9375rem;
  padding: 0 1rem;
	white-space: nowrap;
	color: black;
}
.verTab a.present{
	border-bottom: 0.1875rem solid #0b57d0;
	color: #0b57d0;
}
/* 目次の段落 toc+ */
.toc_widget_list ul {
	margin-left: 1em;
}
/* 目次 easy */
#ez-toc-container {
    background: #f7f7f7；
    background-size: 4px 4px;
    padding: 1.5em 3em 1em;
    border: none;
}
@media screen and (max-width:640px) {
	#ez-toc-container {
		padding: 1em;
	}
}
#ez-toc-container p.ez-toc-title {
	   padding-bottom: 20px;
    display: block;
    line-height: 1;
    position: relative;
    text-align: center!important;
}
#ez-toc-container ul li {
    margin: 0.1em 0;
}
#ezw_tco-2 {
	overflow: auto;
}
/* 段落の注釈 */
p.note-ast:before {
	content:'※ ';
}

/* howto PC */
ol.how-to-pc {
	counter-reset: count 0;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-left: 1em;
}
ol.how-to-pc > li {
	margin: 0;
	padding: 0 1.1rem 3rem 2rem;
	border-left: 0.7px solid #373735;
	list-style: none;
}
ol.how-to-pc > li:last-child {
	padding-bottom: 0;
}
ol.how-to-pc > li:before {
	content: counter(count);
	counter-increment: count 1;
	position: absolute;
	top: 0;
	left: -1.2em;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    display: block;
    font-size: .9rem;
    padding: 7px;
    width: 2rem;
    height: 2rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
	color: #fdfdfd;
/*	background: #fdfdfd; */
	background: #373735;	
	border: 0.7px solid #373735;
}
@media screen and (max-width:640px) {
	ol.how-to-pc > li:before {
		width: 2.4rem;
		height: 2.4rem;
		line-height: 1.4;
	}
}
ol.how-to-pc > li h3 {
	margin-top: 0;
	margin-bottom: 0.2em;
}
ol.how-to-pc > li h3:before {
	background-color: transparent;
}
ol.how-to-pc > li p {
	margin-bottom: 0.9rem;
	padding-top: 0.2rem;
	line-height: 1.8;
}
ol.how-to-pc > li p.is-style-icon_info,
ol.how-to-pc > li p.is-style-icon_announce {
	padding-top: 1em;
}
ol.how-to-pc > li p.is-style-check_list,
ol.how-to-pc > li p.is-style-big_icon_point,
ol.how-to-pc > li p.is-style-big_icon_check,
ol.how-to-pc > li p.is-style-big_icon_caution {
	padding-top: 2em;
}
ol.how-to-pc > li p.how-to-pc-title {
/*	border-bottom: 2px solid #333;
	padding: 0.1em; */
}
ol.how-to-pc > li p.how-to-pc-title strong {
	font-size: 1.2em;
	line-height: 0;
}
ol.how-to-pc > li ul,
ol.how-to-pc > li ol {
	margin-bottom: 0.9rem;
}
ol.how-to-pc > li pre {
	margin-bottom: 0.9rem;
}
ol.is-style-num_circle > li p img {
	margin: 0.4rem 0 0.7rem 0;
}
/* 表の列幅を固定 */
table.fixed-cell {
	table-layout: fixed;
	width: 100%;
}
/* コマンド */
pre.cmd-wrap {
	background: #f7f6f6;
   font-family: Menlo,Consolas,メイリオ,sans-serif;
	font-size: .9em;
	padding: 1.5em 1.5em;
}
kbd {
	background: #f7f7f7;
	border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-family: Menlo,Consolas,メイリオ,sans-serif;
    font-size: .9em;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0.5em;
    padding: 0.25em 0.5em;	
}
/* 関連リンク */
p.related {
	margin-bottom: 0.7em;
}
h2.related {
	background: none;
	color: #000;
	margin: 0 0 1em 0;
	padding-left: 0;
	font-size: 1.6em;
}
/* ブログパーツ関連記事 */
.p-blogParts h2.read-next {
	margin-top: 4em!important;
}
/* 関連記事のタイトル */
p.read-next,
h2.read-next,
h3.read-next,
h4.read-next {
	background: #fff;
	margin-left: 0;
	margin-top: 1.7em;
	margin-bottom: 1.5em;
	color: #000;
	border-left: solid 2px var(--color_main);
	padding: 0em 0.75em;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
/*	position: unset;  */
}
h3.read-next:before {
	background-color: transparent;
}
/* YARPP おすすめ記事 */
.yarpp-related a {
	font-weight: normal !important;
}
/* 記事下人気記事 Popular Post */
.w-singleBottom {
	margin-left: 1em;
}
@media screen and (max-width:959px) {
	.w-singleBottom {
		margin-left: 0;
	}
}
#wpppw-2 h2 {
	font-size: 22px;
}
ul.wpp-list-cus {
	padding-left: 1.5em;
/*	font-size: 16px; */
	list-style: disc;
}
@media screen and (max-width:640px) {
	ul.wpp-list-cus {
		font-size: 16px !important;
	}
}
.wpp-list-cus li {
	line-height: 1.5;
	margin: 0.25em 0;
}
.wpp-list-cus li:nth-child(5n) {
	padding-bottom: 2em;
}
/* カテゴリ desc枠 */
.p-termHead {
	border: none;
}
.p-termHead__desc {
	padding-left: 0;
}

/* TOPの新着記事 */
.li-2nd-none > ul >li:first-child {
    display: none;
}
.li-2nd-none > ul >li:nth-child(2) {
    display: none;
}
div.cat-tag {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
/* ポチップ */
.pochipp-box__logo {
	display: none !important;
}