@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

.blogcard-wrap {
  width: 80%;
  margin: 20px auto;
  text-decoration: none !important;
  padding: 0;
}
.a-wrap {
  display: block;
  margin-bottom: 3%;
  color: #333;
  text-decoration: none;
  transition: all 0.7s;
  background: #f8f8f8;
}
.blogcard {
  padding: 1.4% 2% 1.8% !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  line-height: 1.3 !important;
  position: relative !important;
}
.blogcard-label {
  position: absolute;
  top: -18px;
  left: 16px;
  font-size: 13px;
  padding: 3px 0.6em;
  background-color: #333!important;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.7px;
  display: none;
}
.blogcard-thumbnail {
  float: left;
  margin-top: 3px;
  width: 160px;
}
.entry-card-thumb, .author-thumb, .blogcard-thumbnail, .related-entry-card-thumb, .popular-entry-card-thumb, .new-entry-card-thumb {
  margin-right: 1.6%;
}
.blogcard-thumbnail img {
  width: 100%;
}
.contents02 .textArea .mainText .blogcard-thumbnail img {
  margin: 0 auto;
}
.blogcard-content {
  margin-left: 170px;
  max-height: 140px;
  min-height: 100px;
  overflow: hidden;
}
.blogcard-title {
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.blogcard-snippet {
  font-size: 0.8em;
}
.blogcard-footer {
  clear: both;
  font-size: 0.8em;
  padding-top: 8px;
}
.blogcard-next, .related-entries_bottom .blogcard-next {
  padding: 8px 16px !important;
  color: #707070;
  border: 1px solid #ccc;
  background: #fff;
  float: right;
  line-height: 16px;
}
.blogcard-next span, .related-entries_single .blogcard-next span {
  font-size: 11px !important;
}
.cf::after {
  clear: both;
  content: "";
  display: block;
}

#toc.toc {
  display: none;
}

@media screen and (max-width: 768px) {
  .blogcard-wrap {
    width: 94%;
    margin: 20px auto;
  }
	.blogcard-thumbnail {
		width: 126px!important;
	}
	.blogcard-content {
		margin-left: 0;
	}
  .blogcard-title {
    margin-bottom: 0.4em;
    font-weight: bold;
    color: #333;
    font-size: 18px;
  }
  .blogcard-snippet {
    font-size: 0.74em;
  }
  .blogcard-content {
    margin-left: 130px;
    margin-right: 0;
    max-height: 104px;
    min-height: 70px;
    font-size: 0.9em;
    line-height: 1.2;
  }

}


/************************************
■追加
2023.04.22
************************************/
.mainText img,
.contentsInner img {
	border: 4px solid #f5f6f7;
}
.mainText .wp-caption img,
.contentsInner .wp-caption img,
.mainTitle h2 img,

.mainText .bottom_product_eria img,
.contentsInner .bottom_product_eria img {
	border-style: none;
}

@media screen and (max-width: 768px) {
	.tmp_list_wrapper a {
		font-size: 0.7rem!important;
	}
}
@media screen and (max-width: 768px) {
	.shikaku_relation-list span,
	.popular_relation-list span,
	.official_site-list span {
		padding: 2px 5px;
	}
}

.eye-catch {
	position: relative;
	margin-bottom: .6em;
	max-width: 100%;
}
.eye-catch .cat-label {
	position: absolute;
	right: auto;
	top: 0.4em;
	bottom: auto;
	left: 0.4em;
	font-size: 14px;
	padding: 4px 8px;
	opacity: 0.9;
	border: 1px solid #eee;
}


/* 見出し */
/* h2 */
.textArea h2,
#tinymce .textArea h2,
.article h2 {
  color: #fff;
  position: relative;
  font-size: 24px;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-color: #333;
  background-color: #333;
  padding: 24px 20px;
  border-radius: 8px;
}
.textArea h2::after,
#tinymce .textArea h2::after,
.article h2::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  bottom: -12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #333;
}
@media (max-width: 768px) {
	.textArea h2,
	#tinymce .textArea h2,
	.article h2 {
		line-height: 1.3;
		font-size: 19px;
		margin: 20px 0;
		padding: 20px;
		width: auto;
	}
}

/* h3 */
.textArea h3,
#tinymce .textArea h3,
.article h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 24px;
	color: #333;
	border: none;
	padding: 18px;
	background: #eef1f2;
	position: relative;
	padding-left: 40px;
	border-radius: 8px;
	font-size: 23px;
}
.textArea h3:before,
#tinymce .textArea h3:before,
.article h3:before {
	position: absolute;
	top: 25%;
	left: 20px;
	width: 6px;
	height: 50%;
	content: '';
	-ms-filter: "alpha(opacity=20)";
	border-radius: 3px;
	background-color: #243747;
}
@media (max-width: 768px) {
	.textArea h3,
	#tinymce .textArea h3,
	.article h3 {
		line-height: 1.3;
		font-size: 18px;
		margin: 20px 0;
		padding: 16px 18px;
		border-left: solid 6px #243747;
	}
	.textArea h3:before,
	#tinymce .textArea h3:before,
	.article h3:before {
		width: 0;
	}
}

/* h4 */
.textArea h4,
#tinymce .textArea h4,
.article h4 {
	line-height: 2;
	font-size: 20px;
	border: 0;
	color: #333;
	padding: 8px 16px;
	font-weight: 600;
	background-color: #fff;
	margin: 20px 0;
	/*border-bottom: 4px solid #243747;*/
	position: relative;
	font-size: 21px;
}
.textArea h4:after,
#tinymce .textArea h4:after,
.article h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg,#243747,#243747 1px,transparent 2px,transparent 5px);
    background-image: repeating-linear-gradient(-45deg,#243747,#243747 1px,transparent 2px,transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 768px) {
	.textArea h4,
	#tinymce .textArea h4,
	.article h4 {
		line-height: 1.3;
		font-size: 18px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.textArea h4:after,
	#tinymce .textArea h4:after,
	.article h4:after {
		height: 7px;
		background-image: -webkit-repeating-linear-gradient(135deg,#808080,#808080 1px,transparent 2px,transparent 5px);
	    background-image: repeating-linear-gradient(-45deg,#808080,#808080 1px,transparent 2px,transparent 5px);
	}
}

/* h5 */
.textArea h5,
#tinymce .textArea h5,
.article h5 {
	font-size: 19px;
	margin: 15px 0;
	position: relative;
	background: #f3f5f5;
	border-radius: 8px;
	padding: 10px 0;
	padding-left: 40px;
	font-size: 18px;
}
.textArea h5:before,
#tinymce .textArea h5:before,
.article h5:before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 9px);
    left: 14px;
    content: '＋';
    /*opacity: .5;*/
    -ms-filter: "alpha(opacity=50)";
    color: #243747;
}
@media (max-width: 768px) {
	.textArea h5,
	#tinymce .textArea h5,
	.article h5 {
		padding-left: 25px;
		font-size: 17px;
	}
	.textArea h5:before,
	#tinymce .textArea h5:before,
	.article h5:before {
		left: 5px;
	}
}

/* 目次 */
.mainText #rtoc-mokuji-wrapper {
	display: none;
}
.widget #rtoc-mokuji-wrapper #rtoc-mokuji-title {
	background-color: #f3f4f5;
	padding: 12px!important;
	margin: 16px 0!important;
	border-radius: 2px;
	color: #222;
	font-size: 1.17em!important;
	font-weight: bold;
}
.widget #rtoc-mokuji-wrapper.rtoc-mokuji-content {
	padding: 4px 0 0!important;
}

.widget #rtoc-mokuji-wrapper .rtoc-mokuji.level-2 {
	display: block!important;
}

/* ヘッダー ----
*/
.header-blog .headerInnerPC {
	margin-top: 15px;
}
.header-blog .headerInnerPC .top {
	display: none;
}
.header-blog .headerInnerPC .globalNav #searchform {
	margin: 0;
}
.header-blog .headerInnerPC .globalNav #searchform input {
	padding: 6px;
	font-size: 15px;
}

a.header_otoku-kaikata {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
a.header_otoku-kaikata img {
	margin-right: 7px;
}
a.header_otoku-kaikata span {
	position: relative;
	bottom: 10px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 800;
}

#main.main_header-blog {
	padding-top: 70px;
}

@media screen and (max-width: 480px) {
	.headerInnerSP #hsp_title {
		display: none;
	}
	.hsp_main-logo_otoku-kaikata {
		width: 100%;
		margin-bottom: 10px;
	}
	a.header_otoku-kaikata {
		margin-right: 40px;
		position: relative;
		top: 10px;
	}
	
	#hsp_main {
		text-align: left;
	}
	.hsp_main-logo {
		padding-top: 15px;
	}
	.hsp_main-logo img {
		width: 40%;
	}
	.hsp_main-logo_otoku-kaikata a.header_otoku-kaikata img {
		width: auto;
	}
}


/* フッター ----
*/
.footerTop .footerNav li a {
	background-position: left center;
}
.footerInner .bottom  .info .address address p {
	display: none;
}
@media screen and (max-width: 480px) {
	.footerTop .footerNav li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.footerInner .title {
		display: none;
	}
	.footerInner .bottom  .managementNav {
		width: 100%;
		display: flex;
	}
	.footerInner .bottom  .managementNav li {
		width: auto;
	}
	.footerInner .bottom  .managementNav li:after {
		content: "|";
		margin-left: 10px;
		margin-right: 10px;
	}
	.footerInner .bottom  .managementNav li:last-of-type:after {
		content: "";
		margin-left: 0;
		margin-right: 0;
	}
	.footerInner .bottom  .managementNav li a {
		background: none;
		padding-left: 0;
	}
	.footerInner .bottom  .info .address address p {
		display: block;
		font-weight: bold;
	}
}


/* サイドバー ---- */
.ad-img-area_title,
#sidebar h3.ad-img-area_title {
	background-color: #f3f4f5;
	padding: 12px!important;
	margin: 16px 0!important;
	border-radius: 2px;
	color: #222;
	font-size: 18px!important;
	font-weight: bold;
	border-bottom-style: none;
}

.side-top-ad-img_area img,
.bottom-ad-img_area img {
	width: 100%;
}
.side-top-ad-img_area a {
	font-size: 13px;
}


/* トップ ----
*/
@media screen and (max-width: 768px) {
	#main {
		padding-top: 80px!important;
	}
}
@media screen and (max-width: 767px) {
	#hsp_main {
		padding-top: 0;
	}
	.hsp_main-logo {
		width: auto;
		margin: 0 auto;
		margin-left: 10px;
		padding: 5px;
		padding-top: 15px;
	}
	.hsp_main-logo.hsp_main-logo_otoku-kaikata {
		padding-top: 0;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.title h2,
	.contents01 .title h2,
	.contents02 .title h2,
	.contents03 .title h2 {
		padding: 10px 20px;
	}
	.contents02 .items .item .image {
		margin-right: 20px;
	}
	.contents02 .items .item .text a {
		margin: 0 auto;
	}
}


/* カテゴリー記事 */
.side_box-menus {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.side_box-menus.side_box-menus_top-border {
	/*border-top: 3px double #e0ddd1;*/
	margin-top: 2px;
}
.side_box-menu {
	display: block;
	padding: 2px;
	text-decoration: none;
	width: calc(100%/2);
	text-align: center;
	line-height: normal;
	min-height: 100px;
	cursor: pointer;
	background: #fff;
	color: #999999;
	box-shadow: inset 1px 1px 0 0 #e0ddd1,1px 1px 0 0 #e0ddd1,1px 0 0 0 #e0ddd1;
	transition: none;
	font-weight: bold;
	box-sizing: border-box;
}
.side_box-menu:hover{
	/*box-shadow:inset 2px 2px 0 0 #f6a068, 2px 2px 0 0 #f6a068, 2px 0 0 0 #f6a068, 0 2px 0 0 #f6a068;*/
	box-shadow:inset 2px 2px 0 0 #333, 2px 2px 0 0 #333, 2px 0 0 0 #333, 0 2px 0 0 #333;
	color: #999999;
}
.side_box-menu img {
	/*border-radius:5%;*/
	margin: 10px auto 5px;
	width: 60%;
	display: block;
}

.bottom-ad-img_area-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 11px;
}
.bottom-ad-img_area-inner img {
	width: auto;
	height: 67.77px;
}
.bottom-ad-img_area-inner>div {
	box-sizing: border-box;
}
.bottom-ad-img_area-inner>div:nth-of-type(1) {
	width: calc(100% * 5 / 7);
	padding-right: calc(2px * 5 / 7);
}
.bottom-ad-img_area-inner>div:nth-of-type(2) {
	width: calc(100% * 2 / 7);
	padding-left: calc(2px * 2 / 7);
}
.bottom-ad-img_area-inner>div:nth-of-type(1) .side_box-menu {
	width: 20%;
}

@media screen and (max-width: 480px) {
	.bottom-ad-img_area-inner {
		display: block;
		font-size: 13px;
	}
	.bottom-ad-img_area-inner img {
		width: 70%;
		height: auto;
	}
	.bottom-ad-img_area-inner>div:nth-of-type(1),
	.bottom-ad-img_area-inner>div:nth-of-type(2) {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.bottom-ad-img_area-inner>div:nth-of-type(2) {
		margin-top: 2px;
	}
	.bottom-ad-img_area-inner>div:nth-of-type(1) .side_box-menu {
		width: 50%;
	}
}


/* テンプレ ----
*/
/* 特殊リスト */
ul.point_list {
	padding: 15px 10px 10px;
	border: 1px solid #333;
	border-radius: 2px;
	list-style: none;
	font-family: Comic Sans MS;
}
ul.point_list li {
	list-style: none;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0;
	/* border-bottom: 2px dotted #ddd; */
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
ul.point_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 1em;
	top: 0px;
	color: #666;
}

/* 質問 */
.question-title {
	padding: 0.5em 1em !important;
	background: #e5e5e5!important;
	margin-bottom: 17px!important;
	border: none!important;
	color: #333!important;
	line-height: 1 !important;
	font-size: 21px!important;
	font-weight: bold!important;
}

/* 特殊リスト */
.special-list_num,
.special-list_bbox {
	counter-reset: number;
	margin: 0 0 2.5em;
	padding: 1.0em;
	border: dashed 1px gray;
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
}
.special-list_num li,
.special-list_bbox li {
	position: relative;
	line-height: 1.5em;
	list-style-type: none !important;
	padding: 0.5em 0!important;
	padding-left: 2em!important;
	margin: 0!important;
}

.special-list_num li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #243747;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight: 600;
	font-size: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.special-list_bbox li:before {
	content: "■";
	color: #243747;
	position: absolute;
	left: 0;
	font-size: 18px;
}

.special-list_prev-title {
	font-weight:bold;
	margin-bottom: 0!important;
	font-size: 18px;
}

p:has(+ .point_list),
p:has(+ .special-list_num),
p:has(+ .special-list_bbox) {
	margin-bottom: 0!important;
}


/* カラーミーからコピー：楽天などのリンク ----
*/
.bottom_product_eria_title {
	font-size: 21px!important;
	font-weight: bold;
	margin: 0 0 5px!important;
	line-height: normal!important;
}
.bottom_product_eria_sub-title {
	line-height: 1.6!important;
	background-color: #fafafa!important;
	border: none;
	font-size: 18px!important;
	padding: 0 0 0 0.6em!important;
	border-left: 6px solid #333!important;
	background: none!important;
	color: #333!important;
	font-weight: 900!important;
	letter-spacing: 0!important;
	margin: 0 0 10px!important;
}
.bottom_product_eria{
  display: flex;
  justify-content: space-between;
}
.bottom_product_eria>div{
  display: block;
  width: calc(50% - 10px);
  padding: 1.0em;
  border: 2px solid #e4e4e4;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.bottom_product_eria>div h3,
.article .entry-content .bottom_product_eria>div h3 {
  font-size: 18px;
  padding: 0 0 0 0.6em;
  border-left: 6px solid #333;
  background: none;
  color: #333;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.ary-list a{
  margin: 0 0 12px;
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px 0;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.ary-list a:hover{
	text-decoration: underline;
	opacity: 1 !important;
}
.ary-list a.ary-list_amazon {
  box-shadow: inset 0 -3px 1px 0 #ce7505;
  background-color: #f89820;
}
.ary-list a.ary-list_rakuten {
  box-shadow: inset 0 -3px 1px 0 #92060d;
  background-color: #b31b22;
}
.ary-list a.ary-list_yahoo {
  box-shadow: inset 0 -3px 1px 0 #f20030;
  background-color: #f03;
}
.ary-list+p{
  font-size: 0.8em;
}

.series-list{
  display: flex;
  flex-wrap:wrap;
}
.series-list:nth-of-type(1){
  padding-bottom: 10px;
  border-bottom: dashed 2px #e4e4e4;
}
.series-list:nth-of-type(2){
  padding-top: 10px;
}
.series-list>a{
  display: block;
  padding: 2px;
  text-decoration: none;
  width: 20%;
  text-align: center;
  line-height: normal;
/*  min-height: 100px;*/
  cursor: pointer;
  background: #fff;
  color: #999999;
  box-shadow: inset 1px 1px 0 0 #e0ddd1,1px 1px 0 0 #e0ddd1,1px 0 0 0 #e0ddd1;
  transition: none;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 6px;
}
.series-list>a:hover{
  box-shadow:inset 2px 2px 0 0 #333, 2px 2px 0 0 #333, 2px 0 0 0 #333, 0 2px 0 0 #333;
  color: #999999;
  box-sizing: border-box!important;
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.2);
}
.series-list img {
  margin: 10px auto 5px;
  width: 60%;
  display: block;
}
@media screen and (max-width: 768px) {
  .bottom_product_eria{
    display: block;
  }
  .bottom_product_eria>div{
    display: block;
    width: 100%;
  }
  .bottom_product_eria>div:nth-of-type(1){
    margin-bottom:10px;
  }
}

.bottom_product_eria a {
	text-decoration: none!important;
}

/* テンプレ カテゴリ一覧 */
.tmp_list_wrapper a {
	margin: 4px !important;
}
.tmp_list_wrapper a {
	padding: 2px 8px;
	margin: 4px 2px;
	display: inline-block;
	/*
	border: 1px solid #ccc;
	background: linear-gradient(#f6f6f6 0%, #eee 50%, #f6f6f6 100%);
	color: #707070;
	*/
	border: 1px solid #333;
	border-radius: 4px;
	background-image:none;
	background-color: #fff;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
.tmp_list_wrapper a:before {
	content: "\f02b";
	font-family: "FontAwesome";
	padding-right: 5px;
}
.tmp_list_wrapper a:hover {
	background: transparent !important;
	opacity: 1 !important;
	color: #e71313;
}


/* 関連記事 ----
*/
.c05_related-items .item a {
	width: 100%;
}
.c05_related-items .item {
	margin-bottom: 24px;
}
.c05_related-items .item_text-title {
	max-height: 48px;
	line-height: 1.2;
	overflow: hidden;
}
.c05_related-items .item_text-title h3 {
	font-size: 16px;
}
.c05_related-items .item_text-main {
	font-size: 13px;
	max-height: 7.8em;
	line-height: 180%;
	letter-spacing: -0.02em;

	max-height: 65px;
	overflow: hidden;
}

.c05_related-items .item_image {
	margin-bottom: 0;
	line-height: normal;
}
.bal-author_area {
	display: none;
}
.cat-label {
	position: absolute;
	top: 1em;
	left: 1em;
	max-width: 157px;
	border: 1px solid #eee;
	font-size: 10px;
	color: #fff;
	background-color: rgba(51, 51, 51, 0.7);
	padding: 0px 12px;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
}
.blogcard-footer {
	display: none;
}

.mainText .c05_related-items img,
.contentsInner .c05_related-items img {
	border-style: none;
}
@media screen and (max-width: 768px) {
	.top-contents .cat-label {
		top: 9px;
		left: 9px;
	}
	.c05_related-items .item_text-title {
		margin-bottom: 0;
	}
	.c05_related-items .item {
		margin-bottom: 12px;
	}
	.c05_related-items .item_image {
	    height: 87px;
	    overflow: hidden;
	}
	.c05_related-items .item_text-title {
		max-height: 38px;
	}
	.c05_related-items .item_text-main {
		display: none;
	}
	.bal-author_area {
		display: block;
		font-size: 11px;
		color: #b3b3b3;
		font-family: Roboto,Arial,sans-serif;
		font-weight: 300;
	}
	.bal-auther_title {
		background-color: #b3b3b3;
		color: #fff;
		font-weight: 500;
		line-height: 15px;
		border-radius: 2px;
		padding: 1px 2px;
	}
}


/* 関連記事 (短形) ---- */
.shikaku_relation-list,
.popular_relation-list,
.official_site-list {
	margin: 0!important;
	font-size: 15px!important;
}
.shikaku_relation-list_title,
.popular_relation-list_title,
.official_site-list_title {
	border-radius: 2px;
	font-size: 10px!important;
}
.shikaku_relation-list_title:before,
.popular_relation-list_title:before,
.official_site-list_title:before {
	content: "\f07b";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.shikaku_relation-list,
	.popular_relation-list,
	.official_site-list {
		text-align: left!important;
	}
	.shikaku_relation-list a,
	.popular_relation-list a,
	.official_site-list a {
		display: block!important;
	}
	
	.side-top-ad-img_area .shikaku_relation-list span,
	.side-top-ad-img_area .popular_relation-list span,
	.side-top-ad-img_area .official_site-list span,
	.side-top-ad-img_area .shikaku_relation-list a,
	.side-top-ad-img_area .popular_relation-list a,
	.side-top-ad-img_area .official_site-list a {
		display: inline!important;
	}
}

.shikaku_relation-list {
	margin: 10px 0 20px;
}

.shikaku_relation-list span,
.popular_relation-list span,
.official_site-list span {
	margin-right: 10px;
	background-color: #000;
	color: #fff;
	padding: 0 5px;
}
.popular_relation-list span {
	background-color: #0074c1;
}
.official_site-list span {
	background-color: #800080;
}

@media screen and (max-width: 768px) {
	.shikaku_relation-list span,
	.popular_relation-list span,
	.official_site-list span {
		padding: 2px 5px;
	}
}


/* テーブル */
table  {
	border-top: 2px solid #283135;
	border-bottom: 2px solid #283135;
}
table th {
	font-size: 16px;
	vertical-align:middle
	
	font-weight: bold;
	padding: 15px 1.5em;
}
table td {
	padding: 6px;
	font-size: 14px;
	vertical-align:middle
	
	font-weight: normal;
}

table p,
.article table p,
.demo .entry-content table p {
	margin: 10px 0;
}
/*
table tr:nth-child(odd) {
	background-color: #f5f5f5;
}
*/
table th, table td {
	/*
	font-weight: bold;
	font-family: Comic Sans MS;
	*/
	font-family: Andale Mono;
}
.scroll-hint.is-right-scrollable,
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-left-scrollable {
	background: none;
}
.scrollable-table th {
	padding: 15px 1.5em;
}
@media screen and (min-width: 480px) {
	.scroll-hint-icon-wrap {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	table th {
		font-size: 15px;
	}
	table td {
		font-size: 13px;
	}
}

.table-style03 th,
.table-style04 th {
	/*
	background-color: #eee;
	*/
	background: rgb(245, 248, 248);
}

.table-style01 th,
.table-style03 tr:nth-child(1) th {
	/*
	background-color: #696969;
	color: #fff;
	*/
	background: rgb(245, 248, 248);
	color: rgb(40, 49, 53);
}
.table-style02 th,
.table-style04 tr:nth-child(1) th {
	background-color: #e7f8ff;
	color: #444;
}

/* 記事中のリンク */
.mainText a::after,
.popular_relation-list a::after,
.ect-entry-card a::after,
.shikaku_relation-list a::after,
.archivetop-contents a::after,
.entry-content a::after {
	font-family: "FontAwesome";
	content: "\f08b";
	font-size: 80%;
	padding-left: 3px;
}

.not-after-icon::after,

.common_items-item a::after,
.common_innerNav a::after,

.btn::after,
#toc a::after,
.toc-widget-box a::after,

.linkbutton a::after,
.a-wrap::after,
.c02_example a::after,
.bottom_product_eria a::after,
.cat-tmp-wrapper a::after,
.illust-cat-inner-wrapper a::after,
.btn-link_micro::after,
.easyLink-box a::after,
.kaerebalink-box a::after {
	content: none!important;
	padding-left: 0!important;
}


/* 記事中に任意の関連記事を出力 */
.related-list_in-article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.related-list_in-article a.blogcard-wrap {
	width: 33%;
	display: block!important;
	margin-bottom: 3%!important;
	color: #333!important;
	text-decoration: none!important;
	transition: all 0.7s!important;
	background: #f8f8f8!important;
	border-style: none!important;
}
.related-list_in-article a.blogcard-wrap .blogcard {
	border-style: none!important;
}
.related-list_in-article a.blogcard-wrap .blogcard-thumbnail {
	float: none!important;
	width: 100%!important;
}
.related-list_in-article a.blogcard-wrap .blogcard-content {
	margin-left: 0;
}
.mainText .related-list_in-article img,
.entry-content .related-list_in-article img,
.contentsInner .related-list_in-article img {
	border-style: none!important;
}
.related-list_in-article .blogcard-title {
    border: none;
    padding: 0;
    margin: 0 0 5px;
    line-height: 1.2;
	font-size: 16px;
	max-height: 38px;
	overflow: hidden;
}
.related-list_in-article .blogcard-snippet {
    font-size: 13px;
    max-height: 7.8em;
    line-height: 180%;
    overflow: hidden;
    letter-spacing: -0.02em;
}
.related-list_in-article .blogcard-footer {
	display: none;
}

.bal-author_area {
	display: none;
}

@media screen and (max-width: 480px) {
	.related-list_in-article a.blogcard-wrap {
		width: 100%;
		height: auto;
		margin-top: 0!important;
	}
	.related-list_in-article a.blogcard-wrap .blogcard {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.related-list_in-article  a.blogcard-wrap .blogcard-thumbnail {
		width: 30%!important;
	}
	.related-list_in-article .blogcard-title {
		max-height: 56px;
	}
	.related-list_in-article a.blogcard-wrap .blogcard-content {
		width: 65%!important;
		min-height: auto;
		margin-left: 0!important;
	}
	.related-list_in-article .blogcard-title {
		line-height: 1.2;
		margin: 0;
	}
	.related-list_in-article .blogcard-snippet {
		display: none;
	}
	
	.bal-author_area {
		display: block;
		font-size: 11px;
		color: #b3b3b3;
		font-family: Roboto,Arial,sans-serif;
		font-weight: 300;
	}
	.bal-auther_title {
		background-color: #b3b3b3;
		color: #fff;
		font-weight: 500;
		line-height: 15px;
		border-radius: 2px;
		padding: 1px 2px;
	}
}

/* read more */
.readmoreButton .btn {
  border-style: none;
	/*font-size: 1.6rem;*/
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.readmoreButton a.btn-svg {
	font-family: 'Noto Sans';
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	margin: 2rem auto 4rem;
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.readmoreButton a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.readmoreButton a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #4a4a4a;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

.readmoreButton a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

.readmoreButton a.btn-svg span {
  color: #4a4a4a;
}

.readmoreButton p.readmoreButton_inner {
	width: 202px;
	height: 52px;
	background: url(images/btn-flame.png) no-repeat 0 0;
	margin: 0 auto!important;
	padding: 0!important;
}
#container .readmoreButton p.readmoreButton_inner .btn:hover {
	color: #212529;
}

@media screen and (max-width: 480px) {
	.readmoreButton a.btn-svg {
		width: 164px;
	}
	.readmoreButton a.btn-svg rect {
		width: 160px;
	}
	.readmoreButton p.readmoreButton_inner a.btn-svg {
		width: 202px;
	}
}

.readmoreButton2 {
	cursor: pointer;
	max-width: 670px;
	line-height: 1;
	position: relative;
	color: #333;
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: solid 1px #a9a9ab;
	background-color: #fff;
	border-radius: .2222222222em;
	text-decoration: none;
	padding: 20px 40px;
	margin: 10px auto;
	transition: .3s;
	box-sizing: border-box;
}
.readmoreButton2_middle {
	max-width: 550px;
}

.readmoreButton2 a,
.readmoreButton2 a span {
	display: block;
	text-decoration: none!important;
	color: #333;
}
.readmoreButton2_top {
	font-size: 12.8px;
}
.readmoreButton2_top:before {
	margin-right: 10px;
	content: "＼";
}
.readmoreButton2_top:after {
	margin-left: 10px;
	content: "／";
}
.readmoreButton2_bottom {
	font-size: 30px;
	font-weight: 900;
	margin-top: 0.625rem;
}
.readmoreButton2 a::after {
	content: none!important;
	padding-left: 0!important;
}
.readmoreButton2:hover,
.readmoreButton2 a:hover {
	background-color: #F5F5F5;
	opacity: 1;
}

.readmoreButton2_w-flame {
	max-width: 500px;
	display: flex;
	justify-content: center;
	margin: auto;
}
.readmoreButton2_w-flame .readmoreButton2 {
	width: 204px;
}
@media screen and (max-width: 480px) {
	.readmoreButton2_w-flame {
		max-width: 100%;
		display: block;
	}
	.readmoreButton2_bottom {
		font-size: 20px;
	}
	.readmoreButton2_middle {
		max-width:350px;
	}
}

.head-icon_feame span {
	display: inline!important;
}
.head-icon_amazon:before {
	background: url(images/side_cat-article/01_a.gif) no-repeat;
	background-size:contain;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	content: "　";
	display: inline-block;
	position: relative;
	bottom: 4px;
}


.sideCategory .categoryMenu li div:hover,
.sideCategory .categoryMenu li > ul li a:hover {
	color: #005580;
	text-decoration: underline;
	opacity: 1 !important;
	transition: 0s !important;
}

/* ステマ規制対策 */
.ad-attention {
	font-size: 13px!important;
	color: #707070;
	margin-bottom: 20px;
	padding: 0!important;
}

/* brの無効 */
@media screen and (max-width: 480px) {
	.sp-br-none br {
		display: none;
	}
}


/* 汎用 ---- */

.b {
	font-weight: bold;
}
.b0 {
	font-weight: normal!important;
}

.al-c {
	text-align: center!important;
}
.m0 {
	margin: 0!important;
}
.m20 {
	margin: 20px!important;
}
.m0-t {
	margin-top: 0px!important;
}
.m0-b {
	margin-bottom: 0px!important;
}
.m0-l {
	margin-left: 0px!important;
}
.m0-r {
	margin-right: 0px!important;
}
.m10-t {
	margin-top: 10px!important;
}
.m20-t {
	margin-top: 20px!important;
}
.m30-t {
	margin-top: 30px!important;
}
.m40-t {
	margin-top: 40px!important;
}
.m50-t {
	margin-top: 50px!important;
}
.m10-b {
	margin-bottom: 10px!important;
}
.m20-b {
	margin-bottom: 20px!important;
}
.m30-b {
	margin-bottom: 30px!important;
}
.m40-b {
	margin-bottom: 40px!important;
}
.m50-b {
	margin-bottom: 50px!important;
}
.m10-l {
	margin-left: 10px!important;
}
.m20-l {
	margin-left: 20px!important;
}
.m30-l {
	margin-left: 30px!important;
}
.m40-l {
	margin-left: 40px!important;
}
.m50-l {
	margin-left: 50px!important;
}
.m10-r {
	margin-right: 10px!important;
}
.m20-r {
	margin-right: 20px!important;
}
.m30-r {
	margin-right: 30px!important;
}
.m40-r {
	margin-right: 40px!important;
}
.m50-r {
	margin-right: 50px!important;
}
