@charset "UTF-8";
.partsH2-21 h2, .partsH3-21 h3, .partsH4-21 h4, .partsH5-21 h5 {
    padding: 5px;
}

/*ヘッダーのメニューパネル css Start */
.widget.widget_categories ul li ul li a {
    background-color: #ffffff;
	  color: #000000;
}

.widget.widget_categories ul li ul li a:hover {
    background-color: #ffffff;
	  color: #dd9933;
}

.widget.widget_categories ul li a:before, .widget.widget_nav_menu ul.menu li a:before {
    font-family: icomoon;
    content: "\ea57";
    font-size: 1rem;
    margin-right: 5px;
    color: #dd9933;
}
/*ヘッダーのメニューパネル css End */

/*サイドメニューのリンクテキスト css Start */
.widget ul li a {
    line-height: 2.0rem;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.wpp-list li a {
    line-height: 2.0rem;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
/*サイドメニューのリンクテキスト css End */

/*サイドメニューの見出し背景色 css Start */
.widget-side .heading.heading-widget {
    background-color: #333366;
}
/*サイドメニューの見出し背景色 css End */

/*タグ管理 ショートコードでグレーの枠を消す css Start */
.content .afTagBox {
border: 0px solid rgba(0,0,0,.05);
}
/*タグ管理 ショートコードでグレーの枠を消す css End */

/*背景グリーン　リストの装飾 css Start */
.ol-list {
    counter-reset: number;
    list-style: none;
    margin: 16px 0 32px;
    padding: 1.5rem 1.7rem;
    background-color: rgba(50, 172, 166, 0.12);
    border-radius: 3px;
}

.ol-list li {
    position: relative;
    list-style: none;
    line-height: 1.8;
    padding-left: 20px;
    margin-bottom: 0.5rem;
}

.content ol > li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #32aca6;
	  border-color:#32aca6;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    left: -10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*背景グリーン　リストの装飾 css End */

/*サイドバーエリア h2の背景色黒 Start */
.widget-side .heading.heading-widget {
    background-color: #000000;
}
/*サイドバーエリア h2の背景色黒 End */

/*表のタイトル trの背景色をブルーに Start */
.content table th,table th {
    background: #3f9ff2;
}
/*表のタイトル trの背景色をブルーに End */


/*bodyのフォント指定 Start */
body {
	font-family:Meiryo,
'Hiragino Kaku Gothic ProN',
"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/*bodyのフォント指定 End */

/*記事冒頭のリストに付く赤丸を非表示Start */
.content ul > li::before{
	display:none;
}
/*記事冒頭のリストに付く赤丸を非表示End */

/*表の奇数行の背景色を白に設定 Start */
.content table tr:nth-child(odd) td {
    background-color: #ffffff;
}
/*表の奇数行の背景色を白に設定 End */

/*ヘッダーメニューの幅 レイアウト設定 Start */
.globalNavi {
	width:100%;
}

.globalNavi__inner {
    width: 100%;
}

.globalNavi__list{
    display: flex;
    justify-content: space-around;
}

.sub-menu {
	display:flex;
	flex-direction:column;
}
/*ヘッダーメニューの幅 レイアウト設定 End */

/*固定ページ SP表示CTAボタンのレイアウト
調整 Start */
@media screen and (max-width:540px) { 
.content .btn__link-primary{
	font-size:1.0rem;
}
}
/*固定ページ CTAボタンのレイアウト
調整 End */

/*固定ページ リストのチェックボックスアイコン Start */
.icon-checkbox-checked:before {
    content: "\ea53";
    color: #9eca71;
}
/*固定ページ リストのチェックボックスアイコン End */

/*固定ページ ショートコード テキストリンク色 Start */
.su-spoiler-style-default > .su-spoiler-title {
  color: #0066FF;
	}
	/*固定ページ ショートコード テキストリンク色  End */


/*固定ページ 記事全体のmargin-topをゼロ Start */
@media only screen and (min-width: 992px){
.l-wrapper {
    margin-top: 0px;
}
}
	/*固定ページ 記事全体のmargin-topをゼロ End */

/*TOPページの左カラムの上と右の余白をゼロ Start */

@media only screen and (min-width: 992px){
	.l-main {
    width: calc(70% - 0px);
}
}
/*TOPページの左カラムの上と右の余白をゼロ End */

/* 背景を白にする
   書体がバラバラなので統一
------------------------------------------------------------*/
body {
	font-family: Noto, Hiragino Sans,Helvetica,Arial,sans-serif !important;
	background: #fff !important;
}
/* グロナビの色合いをヘッダーと反対色にする。下記のようなイメージ。
   https://manablog.org/
------------------------------------------------------------*/
.globalNavi {
	background: #222222;
}
.globalNavi ul li a {
	color: #fff;
}

.postContents p,
.postContents p span
{
	line-height: 1.75;
}
/* CTAの左右の余白調整
------------------------------------------------------------*/
@media only screen and (max-width: 324px) {
	main .postContents > section > div:nth-child(11) > div:nth-child(1) > span > a {
		display: inline-block;
		height: 80px;
	}
	main .postContents > section > div:nth-child(11) > div:nth-child(2) > span > a {
		padding: 30px 20px 15px 20px;
		display: inline-block;
		height: 80px;
	}
}

/* 投稿日付を非表示
   記事タイトルを画像の下に移動
   画像や文字などを適度に再配置
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.related__list {
		display: flex;
		flex-wrap:wrap;
	}
	.related .related__item {
		/* width: 80%; */
		width: 47%;
		min-width: 330px;
		margin: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.related .related__item {
		margin: 10px 0;
	}
}
.related__list {
	margin-bottom: 30px;
}
.related .dateList {
	display: none;
}

.related .related__item {
	display: block;
	padding-top: 16px;
	border: 1px solid #eee;
}
.related .related__item .eyecatch {
	margin: auto;
}
.related .related__item .heading.heading-secondary {
	width: 85%;
	margin-top: 16px;
	font-size: .8em;
}
.related__item:last-child {
	padding-bottom: 10px !important;
}
.no-related-post-AdSense {
	margin-top: 30px;
	width: 50%;
}

/* オレンジ線枠、オレンジの〇を
------------------------------------------------------------*/

.widget.widget-side.popular-posts li {
	border: 1px solid rgba(204,153,0,0.75);
	margin-bottom: 0 !important;
	/* border-color: rgba(204,153,0,0.75); */
}
.widget.widget-side.popular-posts li + li {
	border-top: 0;
}	
.widget.widget-side.popular-posts li a {
    display: block;
    border: none;
    line-height: 1.5;
    padding: 15px 10px;
    transition: .15s;
}
.widget.widget-side.popular-posts li a:hover {
	font-weight: bold;
}
.widget.widget-side.popular-posts li a:before {
	font-family: icomoon;
    content: "\ea57";
    font-size: 1rem;
    margin-right: 5px;
    color: #dd9933;
}
