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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 共通の装飾 */
.breadcrumb.sbp-main-before + .content, .breadcrumb.pbp-main-before + .content {
    margin-top: 104px;
}
.breadcrumb.wrap {
    width: 100%;
	padding: 0;
}
.content {
    margin-top: 104px;
/*     min-width: 1400px;
	z-index: 900; */
}
.home #content {
    margin-top: 104px;
}
.sidebar {
    position: relative;
}
.main {
	position: none;
}
.content-in {
    flex-direction: row-reverse;
}
.a-wrap {
    border-radius: 4px;
    border: 1px solid #ccc;
}
.related-entry-card-wrap.a-wrap {
	position: relative;
    height: 168px;
}
.entry-card-snippet, .related-entry-card-snippet {
    font-size: 0.8em;
    max-height: none;
    line-height: 1.3;
    overflow: hidden;
}
.entry-card-content, .related-entry-card-content {
    padding-bottom: 0;
}
@-moz-document url-prefix() {
	.related-entry-card-wrap.a-wrap {
		height: 186px;
	}
}
.e-card-info {
    display: none;
}
.card-next {
    border: 1px solid #ccc;
    padding: 0.6em 1.0em;
}
.card-next span {
	display: block;
    font-size: 0.7em;
    color: #707070;
}
.card-next.related {
	position: relative;
    width: fit-content;
    margin: 0 8px 0 auto;
    padding: 0.34em 1.0em;
	display: block;
}

/* a要素の装飾 */
a {
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
	cursor: pointer;
}
.cat-link, .cat-label {
    color: #fff;
}

/* h要素の装飾 */
h2.google-ad-heading {
    margin-top: 2.4em;
	text-align: left;
}

/* ヘッダーの装飾 */
#header {
  margin-bottom: 30px;
}
.header_top {
  width: 100%;
  height: 76px;
  border-bottom: 1px solid #eee;
/*   position: absolute; */
/*   top: 0; */
  background-color: #333;
/*   z-index: 10; */
}
.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}
.search_form {
  display: flex;
  margin: 0;
  padding-top: 10px;
  float: left;
  height: 41px;
}
.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
  background: #fff;
}
.search_box {
  width: 260px;
}
.btn_search {
    width: 56px;
	height: 31px;
    padding: 2px 5px 3px 5px;
    border: 1px solid #101010;
    background-color: #fff;
}
.btn_search i {
  vertical-align: -35%;
}
.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}
.header_nav_headline li a i {
  vertical-align: -40%;
}
.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}
.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}
.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}
.sidebar-menu-button.menu-button {
	display: none;
}
.header_top_inner_wrapper {
	height: 36px;
    padding-top: 36px;
    display: flex;
    justify-content: end;
}
.social_top {
    margin-right: 24px;
}
.social_top a {
    padding: 5px 0px 0px 0px;
    margin-right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.header_mid {
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #333;
/*   position: absolute; */
/*   top: 72px; */
  background-color: #fff;
  z-index: 1000;
}
.header_mid_cmspbar {
  position: fixed;
}
.header_mid_inner {
  width: 100%;
  max-width: 1256px;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}
ul.header_nav_global > li {
  padding: 0 5px 0 0;
}
.header_nav_global li a i {
  vertical-align: -40%;
}
.header_nav_global li a {
}
.header_nav_global li a:hover {
  text-decoration: none;
}
.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #333;
  border: 1px solid #ccc;
  position: absolute;
  top: 28px;
  left: 4px;
  padding: 0;
}
.header_nav_global_box_heading {
  width: 25%;
  float: left;
  color: #fff;
  background: #333;
  font-size: 12px;
  margin: 0;
  padding: 32px 0px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_heading.group {
  padding: 20px 0px;
}
.header_nav_global_box_heading.contents {
  padding: 34px 0px;
}
.header_nav_global_box {
	display: none;
/* 	z-index: 1000; */
}
.header_nav_global_box.show {
  display: block;
  width: 400px;
  background-color: #fff;
/*   padding: 30px 20px 20px; */
 z-index: 999;
}
.header_nav_global_box.header_nav_global_box_catogory.show {
    width: 800px;
}
.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_heading {
	width: 12%;
}
.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_detail {
    width: 86%;
}
.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_lists {
	width: 33%;
}
.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_heading {
	padding: 84px 0;
}
.header_nav_global_box_detail {
	width: 75%;
	float: left;
	z-index: 999;
}
.header_nav_global_box_lists {
	width: 100%;
	float: left;
	padding: 20px 20px;
	list-style: none;
}
.header_nav_global_box_contents .header_nav_global_box_detail ul {
    width: 100%;
    float: left;
    padding: 20px 20px;
    list-style: none;
}
.header_nav_global_left {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_nav_global_left > li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  padding-left: 24px;
  padding-bottom: 15px;
}
.header_nav_global_left li:first-child {
  padding-left: 0;
}
.header_nav_global_left li a {
  color: #333;
  text-decoration: none;
}
.icon-lg-b.icon-chevron_down {
	display: inline-block;
	margin-right: 6px;
    width: 14px;
    height: 14px;
    background-image: url(https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2021/10/under-arrow.png);
    background-size: cover;
    opacity: 0.9;
}
.header_nav_global_right {
    display: flex;
    justify-content: flex-end;
    padding: 0;
	list-style: none;
}
.header_nav_global_right li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    padding-left: 24px;
    padding-bottom: 15px;
}
.header_nav_global_right li a {
	color: #333;
    text-decoration: none;
}
.header_nav_global_social {
  padding-left: 5px;
}
ul.header_nav_global_social > li {
  padding: 0;
}
.header_nav_global_social li a i {
  vertical-align: -40%;
}
.header_btm {
  max-width: 1256px;
  min-width: 1024px;
/*   padding-top: 101px; */
  margin: 0 auto;
}
.header_logo {
  width: 180px;
  margin: 12px auto 0px;
/*   padding-top: 30px; */
  float: left;
}
.header_lead {
/*   padding-top: 36px; */
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}
.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}
/* ヘッダー固定とスクロールによる装飾 */
.header-scroll {
    position: fixed;/*ヘッダー固定*/
    top: 0;
    left: 0;
    width:100%;
    transition: .3s;
	z-index: 900;
}

/* パンくずリストの装飾 */
#breadcrumb {
	display: none;
}
#main #breadcrumb {
    margin: 0 auto;
    display: block;
}

/* サイドバーの装飾 */
.sidebar {
    padding: 19px 52px;
}
.sidebar h3 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
	padding-left: 0;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #333;	
	border-radius: 0;
	background: none;
}
.sidebar ul {
    padding: 0;
}
.side_category_list, .side_group_list, .side_freepage_list {
	position: relative;
}
.side_subcategory_lists {
    width: 90%;
    padding: 15px 20px !important;
    position: absolute;
    top: -21px;
    right: -180px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 7;
    display: none;
    list-style-type: none;
}
.side_subcategory_lists.show {
    display: block;
}
a.list_link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    color: #333;
    text-decoration: none;
}
li.list.side_category_list:first-child, li.side_group_list:first-child, li.side_freepage_list:first-child {
    border-top: none;
}
li.list.side_category_list, li.side_group_list, li.side_freepage_list {
	border-top: 1px solid #ccc;
    font-weight: normal;
	list-style-type: none;
}
li.list.side_category_list, li.side_group_list, li.side_freepage_list > a.list_link {
	font-size: 14px;
}

#footer li.side_group_list a {
	color: #333;
}

span.post_num {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    padding: 0px 8px;
    border-radius: 3px;
	background: #e5e5e5;
    color: #333;
    line-height: 20px;
    font-size: 12px;
}
.side_banner_long {
    margin-top: 2.4em;
}
li.list.side_subcategory_list > a.list_link {
/* 	font-weight: normal; */
}
ul.lists.side_subcategory_lists .list.side_subcategory_list a {
    padding: 6px 0;
	font-weight: normal;
}
.list_icon_arrow.icon-lg-b.icon-chevron_right {
    background-image: url(https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2021/10/list-arrow.png);
	background-size: cover;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
	opacity: 0.9;
}
.list.side_subcategory_list .list_icon_arrow.icon-lg-b.icon-chevron_right {
    background-image: none;
}
.sidebar .google-auto-placed {
    display: none;
}
.ranking_mall {
	margin-bottom: 2.0em;
	font-size: 14px;
}
.ranking_mall h3 {
    width: max-content;
    margin-bottom: 0.4em;
    padding: 0 1em;
    font-size: 1.0em;
    background: #333;
    color: #fff;
    font-weight: 900;
}
.ranking_mall p {
	margin-bottom: 1.0em;
    font-size: 0.9em;
}
.ranking_mall ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
}
.ranking_mall a {
	color: #333;
	padding-left: 0.4em;
/* 	text-decoration: underline; */
}
.ranking_mall a:hover {
	color: #333;
}

/* フッターの装飾 */
#footer {
	padding: 0;
}
#footer, #footer a {
    color: #fff;
}
#footer, #footer ul {
    list-style: none;
}
.footer-bottom {
	display: none;
}
.item_footer {
  background: #eee;
  color: #333;
  font-size: 14px;
}
.item_footer_inner {
    width: 86%;
	max-width: 1400px;
    min-width: 1230px;
    margin: 0 auto;
    padding: 48px 96px;
}
.item_footer_menu {
  display: flex;
  padding-bottom: 1.0em;
}
.item_footer_menu span {
  width: 24%;
  font-weight: 900;
}
.item_footer_menu ul {
    width: 74%;
    margin: 0;
    padding: 0;
}
.item_footer_menu ul li {
    display: inline-block;
	position: relative;
    padding-right: 1.2em;
}
.item_footer_menu li:after {
    content: '|';
    position: absolute;
	top: -1px;
    right: 0.4em;
	color: #fff;
}
.item_footer_menu.mall_info li {
	padding-right: 0.2em;
}
.item_footer_menu.mall_info li:after {
	display: none;
}
.item_footer_menu ul a {
  color: #333 !important;
  text-decoration: underline;
}
.item_footer_menu.mall_info {
    margin-top: 2.0em;
}
.footer_nav {
  padding: 60px 0;
  background-color: #333;
}
.footer_inner {
    max-width: 980px;
	min-width: 780px;
    margin: 0 auto;
    display: flex;
}
.row {
    width: 56%;
}
.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
    width: 274px;
    padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  width: max-content;
  font-size: 14px;
  padding-left: 5px;
}
.footer_nav_menu_left.hidden-phone {
    padding-left: 152px;
}
.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
  text-decoration: none;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}
.footer_copyright {
  text-align: center;
  color: #333;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
}
.footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
}
.footer_nav_menu.visible-phone {
	display: none; 
}

/* SNSシェアボタンの装飾 */
.sns-share.ss-top {
    position: fixed;
    top: 140px;
    width: 40px;
    left: 20px;
}
.sns-share.ss-top .sns-share-buttons {
    width: 40px;
}
.sns-share.ss-top .sns-share-buttons a {
    width: 100%;
}
.sns-share.ss-top .sns-share-buttons a .button-caption {
    display: none;
}

/* テキスト関係の装飾 */
.wp-caption-text span {
    font-size: 14px;
    font-weight: 900;
}

/* テーブルの装飾 */
table {
	font-size: 0.8em;
	margin: 0 auto;
}
table:not(.pt-book_table) tr:nth-of-type(1) td {
    font-size: 1.1em !important;
    height: 36px !important;
	text-align: left;
}
table:not(.pt-book_table) tr td:nth-of-type(1) {
	font-size: 0.9em;
}
td p {
	margin-bottom: 0 !important;
    text-align: center;
}
td:nth-of-type(1) p {
    /*width: 80px;*/
	margin: 0 auto;
}
td div {
	text-align: center;
}
td a {
/*     display: block; */
    text-align: center;
}
td img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
	td img {
		
	}
}
.scrollable-table th, .scrollable-table td {
    white-space: wrap;
}
    
/* 目次の装飾 */
.nwa .toc {
	border: 0;
	padding: 0;
}
.toc {
	width: 100%;
	border-color: #000;
	padding: 0;
}
.toc.tnt-number-detail {
    display: table;
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid;
    border-color: #000;
    font-size: .9em;
    line-height: 1.5;
}
.toc-title {
    display: block;
    padding: 2px 16px;
    text-align: center;
    font-size: 1.1em;
}
.toc-title::after {
    font-size: .7em;
}
.toc.tnt-number-detail .toc-list>li {
    margin-bottom: 20px;
    font-weight: bold;
}
.toc.tnt-number-detail .toc-list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 2em;
    counter-increment: order;
    font-size: 16px;
    line-height: 1.4;
}
.article ul li, .article ol li {
    margin: .2em;
}
.toc-content {
	border-top: 1px solid #000;
	padding: 1em 0 1em 0;
	font-weight: 900;
}
.toc.tnt-number-detail .toc-list li::marker {
	color: #bf1015;
}
.toc-list li::marker {
    color: #bf1015;
}
.toc a:hover {
    text-decoration: none;
}
.toc-widget-box .toc-content {
	border-top: none;
}
.toc-list li ol {
    list-style-type: none;
}
.toc .toc-list ul, .toc .toc-list ol {
    padding-left: 0;
    margin: 0;
}
.toc-list > li ol li a {
    font-weight: normal;
}

/* テンプレートの装飾
.tmp_list_title h4 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 900;
	border: none;
}
 */
.tmp_list_title p{
	margin: 0;
	font-size: 0.9em;
}
.tmp_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.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!important;
	border-radius: 4px;
	background-image:none!important;
	background-color: #fff!important;
	font-size: 12px;
	text-decoration: none;
	color: #333!important;
}
.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: #55873f!important;
}

@media screen and (max-width: 768px) {
	.tmp_list_wrapper a {
		font-size: 0.7rem!important;
	}
}

.ichiran_bc {
  display: flex;
  justify-content: space-around;
  margin: 1.6em 0;
}
.ichiran_bc_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 48%;
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.ichiran_bc_item > div {
  width: 49%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.ichiran_bc {
		display: initial;
	}
	.ichiran_bc_item {
	  width: 100%;
	  margin: 1.6em 0 1.2em;
	}
	.ichiran_bc_item > div {
	  width: 100%;
	}
}
.ichiran_bc_item img {
  width: 100%;
}
.ichiran_bc_item h4 {
  margin-top: 0.2em;
  margin-bottom: 3.0em;
  padding: 0 0 0 0.4em;
  border: none;
}
.bc_next {
  position: absolute;
  bottom: 4px;
  right: 4px;
  padding: 3px 1.0em;
  width: max-content;
  font-size: 0.7em;
  border: 1px solid #ccc;
  color: #707070;
}
.ichiran_bc_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ichiran_bc_item a:hover {
  background: #f5f8fa;
  opacity: 0.3;
}
.bc_label {
  position: absolute;
  top: -16px;
  left: 12px;
  padding: 2px 0.6em;
  font-size: 11px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  letter-spacing: 1.0px;
}

/* カテゴリーページの装飾 */
.fa-folder-open:before {
    display: none;
}

/* テンプレートの装飾 */
.hs_external_link {
    width: 100%;
	height: 46px;
	line-height: 46px;
    margin: 16px auto;
    background: #f7f7f7;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}
.hs_external_link a {
	display: inline-block;
	width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}


/* レスポンシブ用の装飾 */
.hidden-phone {
	display: ;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/* フッターの装飾 */
	.footer_nav_menu_left.hidden-phone {
    padding-left: 0px;
	}
	.item_footer_inner {
    width: 100%;
    min-width: 100%;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/* 共通の装飾 */
	.entry-card-snippet, .related-entry-card-snippet {
		display: none;
	}
	.related-entry-card-wrap.a-wrap {
    height: 120px;
	}
	@-moz-document url-prefix() {
	.related-entry-card-wrap.a-wrap {
		height: 136px;
	}
	}
	
	/* フッターの装飾 */
	.item_footer_inner {
    width: 100%;
	min-width: 100%;
	padding: 48px;
	}
	.item_footer_menu.mall_info li {
    display: inline-block;
    width: 32%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/* 共通の装飾 */
	.content {
		min-width: 100%;
	}
	.related-entry-card-wrap.a-wrap {
    height: 114px;
	}
	.card-next {
    	padding: 0.4em 0.8em;
	}
	.card-next span {
		font-size: 0.5em;
	}
	.card-next.related {
    width: max-content;
    margin: 8px 0 0 0;
    padding: 0.34em 0.9em;
	float: right;
	}
	.related-entry-card-snippet.card-snippet.e-card-snippet {
    display: none;
	}
	/* ヘッダーの装飾 */
	.header_mid_inner {
		min-width: auto;
	}
	.header_top_inner_wrapper {
    display: none;
	}
	.header_lead {
	  display: none;		
	}
	.sidebar-menu-button.menu-button {
	display: initial;
	}
	.header-container {
		position: relative;	
		z-index: 100;
	}
	.header_logo {
		margin-left: 20px;
	}
	.sidebar-menu-button.menu-button {
		position: absolute;
		width: 60px;
		top: 20px;
		right: 12px;
		color : #fff;
	}
	#sidebar-menu-open {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	span.sidebar-menu-icon.menu-icon {
		transform: scale(1.4);
	}
	.sidebar-menu-caption.menu-caption {
		font-size: 0.5em;	
	}
	.header_nav_global {
	  margin-top: 0px;
	}
	.header_mid {
		border-bottom: none;
	}
	.header_nav_global_left > li {
		position: initial;
	}
	.header_nav_global_box.header_nav_global_box_catogory.show {
    width: 400px;
	}
	.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_heading {
		width: 25%;
	}
	.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_detail {
		width: 75%;
		padding: 20px 0px;
	}
	.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_lists {
		width: 100%;
		padding-top: 0;
    	padding-bottom: 0;
	}
	.header_nav_global_box.header_nav_global_box_catogory .header_nav_global_box_heading {
		padding: 300px 0;
	}

	
	/* フッターの装飾 */
	.item_footer {
	  display: none;
	
	}
	ul.mobile-footer-menu-buttons.mobile-menu-buttons .sidebar-menu-button {
		display: none;
	}
	.footer_inner {
    	flex-direction: column;
		width: max-content;
		min-width: 100%;
		text-align: center;
	}
	.footer_inner ul { 
		padding: 0;
	}
	.footer_nav_menu_left.hidden-phone {
		padding-left: 0;
	}
	.footer_nav_shopinfo {
		margin-bottom: 54px;
	}
	.footer_copyright {
    	font-size: 0.6em;
	}
	.footer_nav_shopinfo div.row {
		margin: 0 auto;
		width: max-content;
	}

	/* テーブルの装飾 */
	table th {
	  background-color: #f5f6f7;
	}
	table tr:nth-of-type(2n+1) {
	  background-color: #fafbfc;
	}
	table tr:nth-of-type(2n) {
	  background-color: #fafbfc;
	}
	/* SNSシェアボタンの装飾 */
	.sns-share.ss-top {
	  display: none;		
	}

	
}


/* スマホヘッダーの横スクロールの装飾 */
.hf-wrapper {
}

@media screen and (max-width: 480px) {
	.hf-wrapper {
	 display: initial;
	}
	.header-flickable {
/* 	  overflow-x: auto; */
	  -webkit-overflow-scrolling: touch;
	  padding: 0 6px;
	  display: -ms-flexbox;
	  display: flex;
	  list-style: none;
	}
  .header-flickable > li {
    display: inline-block;
    height: 28px;
    width: auto;
    min-width: auto;
    margin-right: 1px;
    padding: 0px 10px;
    text-align: center;
  }
    .header-flickable li a {
      display: block;
      height: 28px;
      line-height: 28px;
      font-size: 10px;
	  text-decoration: none;
      white-space: nowrap;
    }
	.nav-wrap {
	  position: initial;
	}
	.scroll-nav {
	  width: 100%;
/* 	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
		  width: 100%;
		overflow-x: auto; */
		overflow-x: auto;
		border-bottom: 1px solid #333;
		padding-left: 1em;
	}
	.scroll-nav ul {
	  height: auto;
	  line-height: 28px;
	  margin: 0 auto;
	  list-style: none;
	  padding-right: 25px;
	}
	.header_mid {
	}
	.header_nav_global_box {
		background: #fff;
	}
	.header_nav_global_box a {
    font-size: 1.1em !important;
	}
}

/* エディタ上テンプレート用の装飾 */
.micro-copy-template {
	text-align: center;
}
div.micro-template-resolve p.lead {
  font-size: 18px;
  color: #108eaa;
  font-weight: bold;
  margin-bottom: 12px;
}

div.micro-template-resolve.red-pattern p.lead {
  color: #FF3D3D;
}

div.micro-template-resolve ul.check_list {
  padding: 15px 10px;
  background: #f7fafb;
  border: 3px solid #d9d9d9;
  border-radius: 3px;
  list-style: none;
}

div.micro-template-resolve ul.check_list li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 1em;
  top: 4px;
  color: #3d97b9;
}

div.micro-template-resolve.red-pattern ul.check_list li:before {
  color: #FF3D3D;
}

div.micro-template-resolve ul.check_list li {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 40px;
  margin: 0 0 10px;
  border-bottom: 2px dotted #ddd;
  font-size: 16px;
  position: relative;
}

div.micro-template-resolve .point {
	position: relative;
}

div.micro-template-resolve span.point_title {
    display: inline-block;
    position: absolute;
    top: -20%;
    left: 2%;
    padding: 0px 12px;
    background: #222;
    font-size: 0.9em;
    color: #fff;
}

div.micro-template-resolve ul.point_list {
  padding: 15px 10px;
  border: 1px solid #333;
  border-radius: 2px;
  list-style: none;
}

div.micro-template-resolve ul.point_list li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 1em;
  top: 0px;
  color: #666;
}

/* div.micro-template-resolve.red-pattern ul.point_list  {
  color: #FF3D3D;
} */

div.micro-template-resolve ul.point_list li {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 40px;
  margin: 0 0 10px;
/*   border-bottom: 2px dotted #ddd; */
  font-size: 16px;
  position: relative;
}

div.micro-template-resolve .color_red {
  color: #FF3D3D;
}

div.micro-template-resolve ul.check_list li:last-child, div.micro-template-resolve ul.point_list li:last-child {
  margin-bottom: 0px !important;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.micro-template-ranking .p-press__title h2 {
  color: #111;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 10px;
}

.micro-template-ranking .p-press__link--external>a {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 8px -6px rgb(0 0 0 / 6%);
  box-shadow: 0 8px 8px -6px rgb(0 0 0 / 6%);
  display: block;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.micro-template-ranking .p-press__link--external {
  margin-bottom: 15px;
}

.micro-template-ranking a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.readguide {
    border: 5px solid #efefef;
    display: inline-block;
    width: 100%;
}

.readguide p {
	margin-top: 1em;
	padding-left: 1em;
    font-weight: 900;
	line-height: 1.8;
}
.readguide span.service-pict, .quote span.service-pict  {
  background: #000;
  color: #fff;
  margin-right: 10px;
  font-size: 0.72em;
  padding: 3px 5px;
}
.quote ul {
	padding: 0;
	list-style: none;
}
.quote li {
	font-size: 14px;
}
.readguide a {
  font-size: 0.85em;
}
.cp_tmp {
  border: 2px solid #ccc;
  padding: 0.6em 1.0em;
}
.cp_tmp ul {
  list-style: none;
  margin-bottom: 0;
	padding: 0;
}
.cp_tmp li {
  margin-bottom: 0.4em;
}
.cp_tmp li span {
  display: inline-block;
  width: 80px;
  margin-right: 1em;
  padding: 0.1em 0.4em;
  font-size: 0.9em; 
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
.cp_tmp li:nth-child(1) span {
  background: #f76956;
}
.cp_tmp li:nth-child(2) span {
  background: #f79256;
}
.cp_tmp li:nth-child(3) span {
  background: #66a7ff;
}
@media screen and (max-width: 480px) {
	.cp_tmp {
		padding-bottom: 0;
	}
	.cp_tmp li span, .cp_tmp li a {
		display: block;
		font-size: 80%;
	}
	.cp_tmp li a {
		margin: 5px 0 10px;
	}
}

/* スマホ用のフッターメニューの装飾 */
.side.visible-phone {
	display: none;
}

@media screen and (max-width: 480px) {
	.footer {
		margin-top: 0;
	}
	.side.visible-phone {
		display: initial;
	}
	.side_category_heading, .side_group_heading, .side_freepage_heading, .footer_seller_heading, .footer_recommend_heading, .footer_new-item_heading, .footer_checked_heading {
    background-color: #333;
    color: #fff;
    padding: 10px 0 10px 10px;
	}
	.side_category ul, .side_group ul, .side_freepage ul {
		padding-left: 0;
	}
	.side.visible-phone .list_link {
		padding: 10px;
	}
	.list_icon_arrow.icon-lg-b.icon-chevron_right {
    	transform: translateY(-50%);
	}
	.footer_pagetop {
		text-align: center;
		background-color: #333;
	}
	.footer_pagetop a {
		display: block;
		padding: 10px 0;
		width: 100%;
		height: 40px;
		color: #fff;
		box-sizing: border-box;
	}
	.footer_pagetop_icon.icon-lg-w.icon-chevron_up {
		background-image: url(https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2021/12/arrow_t.png);
    	background-size: cover;
    	display: inline-block;
    	width: 20px;
    	height: 20px;
	}
	.footer_notice a span {
    color: #1967d2;
    text-decoration: underline;
	}
}

/* 2022.01.30 追加 ---- */
.ul_relation-list li,
.temp-relations a {
	font-size: 15px!important;
}
.ul_relation-list li strong,
.temp-relations a {
	font-weight: normal!important;
}
.ul_relation-list li>span:nth-of-type(1),
.temp-relations span {
	border-radius: 2px;
	font-size: 10px!important;
}
.ul_relation-list li>span:nth-of-type(1):before,
.temp-relations span: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: 10px;
}

@media screen and (max-width: 480px) {
	.ul_relation-list li>a, .ul_relation-list li>span:nth-of-type(2) {
		display:block;
	}
}

/* 広告エリア */
.hs_container {
	margin-bottom: 30px;
}
.hs_container .hs_external_link, .hs_container .hs_external_link a {
	color: #333;
}

/* 商品説明ページ */
.product-itm-list_table {
	width: 2000px!important;
}
.product-itm-list_table td {
	padding: 10px;
}

/* 金庫商品一覧 */
.pil_table-knk {
	width: 1300px!important;
}
.pil_table-knk th:nth-of-type(1), .pil_table-knk td:nth-of-type(1) {
	width: 100px!important;
}
.pil_table-knk th:nth-of-type(2), .pil_table-knk td:nth-of-type(2) {
	width: 140px!important;
}
.pil_table-knk th:nth-of-type(3), .pil_table-knk td:nth-of-type(3) {
	width: 100px!important;
}
.pil_table-knk th:nth-of-type(4), .pil_table-knk td:nth-of-type(4) {
	width: 100px!important;
}
.pil_table-knk th:nth-of-type(5), .pil_table-knk td:nth-of-type(5) {
	width: 100px!important;
}
.pil_table-knk th:nth-of-type(6), .pil_table-knk td:nth-of-type(6) {
	width: 300px!important;
}

/* 防音室商品一覧 */
.pil_table-soundproof {
	width: 2000px!important;
}
.pil_table-soundproof th:nth-of-type(1), .pil_table-soundproof td:nth-of-type(1) {
	width: 100px!important;
}
.pil_table-soundproof th:nth-of-type(2), .pil_table-soundproof td:nth-of-type(2) {
	width: 250px!important;
}
.pil_table-soundproof th:nth-of-type(3), .pil_table-soundproof td:nth-of-type(3) {
	width: 100px!important;
}
.pil_table-soundproof th:nth-of-type(4), .pil_table-soundproof td:nth-of-type(4) {
	width: 100px!important;
}
.pil_table-soundproof th:nth-of-type(5), .pil_table-soundproof td:nth-of-type(5) {
	width: 250px!important;
}
.pil_table-soundproof th:nth-of-type(6), .pil_table-soundproof td:nth-of-type(6) {
	width: 250px!important;
}
.pil_table-soundproof th:nth-of-type(7), .pil_table-soundproof td:nth-of-type(7) {
	width: 150px!important;
}
.pil_table-soundproof th:nth-of-type(8), .pil_table-soundproof td:nth-of-type(8) {
	width: 150px!important;
}
.pil_table-soundproof th:nth-of-type(9), .pil_table-soundproof td:nth-of-type(9) {
	width: 350px!important;
}
.pil_table-soundproof th:nth-of-type(10), .pil_table-soundproof td:nth-of-type(10) {
	width: 350px!important;
}
.pil_table-soundproof th:nth-of-type(11), .pil_table-soundproof td:nth-of-type(11) {
	width: 350px!important;
}
.pil_table-soundproof th:nth-of-type(12), .pil_table-soundproof td:nth-of-type(12) {
	width: 350px!important;
}
/* 冷凍ストッカー商品一覧 */
.pil_table-cold {
	width: 2000px!important;
}
.pil_table-cold th:nth-of-type(1), .pil_table-cold td:nth-of-type(1) {
	width: 100px!important;
}
.pil_table-cold th:nth-of-type(2), .pil_table-cold td:nth-of-type(2) {
	width: 220px!important;
}
.pil_table-cold th:nth-of-type(3), .pil_table-cold td:nth-of-type(3) {
	width: 100px!important;
}
.pil_table-cold th:nth-of-type(4), .pil_table-cold td:nth-of-type(4) {
	width: 150px!important;
}
.pil_table-cold th:nth-of-type(6), .pil_table-cold td:nth-of-type(6) {
	width: 100px!important;
}
.pil_table-cold th:nth-of-type(7), .pil_table-cold td:nth-of-type(7) {
	width: 100px!important;
}
.pil_table-cold th:nth-of-type(8), .pil_table-cold td:nth-of-type(8) {
	width: 200px!important;
}
.pil_table-cold th:nth-of-type(9), .pil_table-cold td:nth-of-type(9) {
	width: 200px!important;
}
.pil_table-cold th:nth-of-type(10), .pil_table-cold td:nth-of-type(10) {
	width: 150px!important;
}
.pil_table-cold th:nth-of-type(11), .pil_table-cold td:nth-of-type(11) {
	width: 150px!important;
}
.pil_table-cold th:nth-of-type(12), .pil_table-cold td:nth-of-type(12) {
	width: 100px!important;
}

/* テント商品一覧 */
.pil_table-tent {
	width: 2000px!important;
}
.pil_table-tent th:nth-of-type(1), .pil_table-tent td:nth-of-type(1) {
	width: 100px!important;
}
.pil_table-tent th:nth-of-type(2), .pil_table-tent td:nth-of-type(2) {
	width: 180px!important;
}
.pil_table-tent th:nth-of-type(3), .pil_table-tent td:nth-of-type(3) {
	width: 100px!important;
}
.pil_table-tent th:nth-of-type(4), .pil_table-tent td:nth-of-type(4) {
	width: 100px!important;
}
.pil_table-tent th:nth-of-type(10), .pil_table-tent td:nth-of-type(10) {
	width: 300px!important;
}

/* タープテント商品一覧 */
.pil_table-ttent {
	width: 2000px!important;
}
.pil_table-ttent th:nth-of-type(1), .pil_table-ttent td:nth-of-type(1) {
	width: 100px!important;
}
.pil_table-ttent th:nth-of-type(2), .pil_table-ttent td:nth-of-type(2) {
	width: 180px!important;
}
.pil_table-ttent th:nth-of-type(3), .pil_table-ttent td:nth-of-type(3) {
	width: 100px!important;
}
.pil_table-ttent th:nth-of-type(4), .pil_table-ttent td:nth-of-type(4) {
	width: 100px!important;
}
.pil_table-ttent th:nth-of-type(10), .pil_table-ttent td:nth-of-type(10) {
	width: 300px!important;
}

/* ガレージテント商品一覧 */
.pil_table-gtent {
	width: 1300px!important;
}
.pil_table-gtent th:nth-of-type(1), .pil_table-gtent td:nth-of-type(1) {
	width: 150px!important;
}
.pil_table-gtent th:nth-of-type(2), .pil_table-gtent td:nth-of-type(2) {
	width: 180px!important;
}
.pil_table-gtent th:nth-of-type(3), .pil_table-gtent td:nth-of-type(3) {
	width: 100px!important;
}
.pil_table-gtent th:nth-of-type(4), .pil_table-gtent td:nth-of-type(4) {
	width: 100px!important;
}

/* 防犯砂利商品一覧 */
.pil_table-bgravel {
	width: 1500px!important;
}
.pil_table-bgravel th:nth-of-type(1), .pil_table-bgravel td:nth-of-type(1) {
	width: 150px!important;
}
.pil_table-bgravel th:nth-of-type(2), .pil_table-bgravel td:nth-of-type(2) {
	width: 180px!important;
}
.pil_table-bgravel th:nth-of-type(3), .pil_table-bgravel td:nth-of-type(3) {
	width: 300px!important;
}
.pil_table-bgravel th:nth-of-type(4), .pil_table-bgravel td:nth-of-type(4) {
	width: 100px!important;
}
/* 電子錠利商品一覧 */
.pil_table-elock {
	width: 1500px!important;
}
.pil_table-elock th:nth-of-type(1), .pil_table-elock td:nth-of-type(1) {
	width: 150px!important;
}
.pil_table-elock th:nth-of-type(2), .pil_table-elock td:nth-of-type(2) {
	width: 180px!important;
}
.pil_table-elock th:nth-of-type(3), .pil_table-elock td:nth-of-type(3) {
	width: 200px!important;
}
.pil_table-elock th:nth-of-type(4), .pil_table-elock td:nth-of-type(4) {
	width: 100px!important;
}
.pil_table-elock th:nth-of-type(7), .pil_table-elock td:nth-of-type(7) {
	width: 300px!important;
}

.scroll-hint-icon {
	top: 60px;
}

/* 防犯本 */
.pt-book_table th, .pt-book_table td {
	border: 1px solid #ddd;
}
.pt-book_table th {
	width: 150px;
}

/* テンプレート ---- */
/* 関連記事 */
.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp {
  	display: block;
  }
  .pc {
  	display: none;
  }
	
    #breadcrumb .sp {
        display: none;
    }
}

.related_lists_inner a {
	text-decoration: none;
}
.related_lists_inner h4,
.article .related_lists_inner h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    padding: 5px 0;
    margin: 0;
}
.article .related_lists_inner h4 {
    border-style: none;
}

.related_lists {
  line-height: 1.5;
}
.related_lists h3, .ad-content h3,
.article .related_lists h3 {
  font-size: 1.5em!important;
  background: none;
  color: #333;
  font-weight: 900;
  letter-spacing: 0;
}
.article .related_lists h3 {
	border-style: none;
	padding: 0;
	margin-bottom: 5px;
}
.related_lists_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related_lists_inner > div {
  width: 32%;
  padding: 0.8em;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 2px;
  box-sizing: border-box;
}
.related_lists_inner div:hover {
  text-decoration: none;
  background: #fafafa;
  opacity: 0.7;
}
.related_lists_inner a:hover {
  text-decoration: none;
  color: #666;
}
.related_lists_inner h4 {
    font-size: 1.0em;
}
.related_lists_inner p,
.article .related_lists_inner p {
    font-size: 0.8em;
    color: #666;
}
.article .related_lists_inner p {
    margin: 0
}

.related_lists_inner > div.related_lists_inner_bottom100 {
	width: 100%;
	margin-top: 10px;
}
.related_lists_inner > div.related_lists_inner_bottom100 a {
	display: flex;
}
.related_lists_inner > div.related_lists_inner_bottom100 a img {
	width: 32%;
	margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .related_lists {
      margin-top: 2.2em;
  }
  .related_lists_inner {
    display: block;
  }
  .related_lists_inner > div {
    width: 100%;
	margin-bottom: 10px;
  }
  .related_lists_inner > div a {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
  }
  .related_lists_inner > div img {
    display: block;
    width: 40%;
  }
  .related_lists_inner > div div {
  	width: 58%;
  }
	
	.related_lists_inner > div.related_lists_inner_bottom100 {
		margin-top: 0;
	}
	.related_lists_inner > div.related_lists_inner_bottom100 a img {
		width: 40%;
		margin-right: 0;
	}
}

/* ショッピングモールで検索 */
.shopping_wrapper {
    padding: 14px 28px;
    border: 4px solid #e4e4e4;
    border-radius: 4px;
    box-sizing: border-box;
	margin: 0 auto;
	width: 95%;
}
.shopping_wrapper h3 {
    font-size: 18.2px;
    padding: 0 0 0 0.6em;
    margin: 10px 0 1.2em;
	border-style: none;
    border-left: 6px solid #333;
    background: none;
    color: #333;
    font-weight: 900;
    letter-spacing: 0;
}
.shopping_wrapper p {
	margin: 0;
}
.shopping_wrapper br {
	display: none;
}
.shopping_wrapper ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  padding: 0;
	margin-bottom: 0;
}
.shopping_wrapper li {
  display: inline-block;
  width: 31%;
}
.shopping_wrapper li a {
  display: block;
}
a.mall_btn {
  width: 100%;
  height: 45px;
  padding: 0;
  background: linear-gradient(#f6f6f6 0%, #eee 50%, #f6f6f6 100%);
  color: #fff;
  font-weight: 900;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
a.mall_btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
a.mall_link {
  position: relative;
  margin-top: 6px;
  padding-left: 1.2em;
  width: max-content;
  font-size: 11.2px;
  color: #1967d2;
  text-decoration: underline;
}
a.mall_link:hover {
  opacity: 0.7;
  transition: 0.3s;
  color: #e53900;
}
a.mall_link:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image : url("https://img21.shop-pro.jp/PA01468/894/etc/list-arrow.png?cmsp_timestamp=20211106120126");
  background-size: cover;
}
span.shopping_attention {
    display: block;
    margin-top: 1em;
    font-size: 12.6px;
    letter-spacing: 0.4px;
}
span.attention_link {
  display: block;
  margin-top: 6px;
  text-align: right;
  font-size: 11.2px;
}
span.attention_link a {
  color: #1967d2;
  text-decoration: underline;
}
span.attention_link a:hover {
  color: #e53900;
  opacity: 0.7;
  transition: 0.3s;
}
.sw-link-l, .sw-link-c {
	padding-left: 5px!important;
}
.sw-link-l span, .sw-link-c span {
	position: relative;
	top: 5%;
}
.sw-link-l {
	text-align: left!important;
}
.sw-link-c span:before, .sw-link-l span:before {
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-size: cover;
}
@media screen and (max-width: 480px) {
  .shopping_wrapper ul {
    display: block;
  }
  .shopping_wrapper li {
    width: 100%;
    margin-bottom: 1.0em;
  }
}

/* 目次 */
.toc-content {
	padding: 10px 20px;
}
.widget-sidebar .toc-content {
	padding: 10px 0;
}

/* パンくず */
@media screen and (max-width: 480px) {
	#main #breadcrumb, #main #breadcrumb-clone {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#main #breadcrumb .sp, #main #breadcrumb-clone .sp {
		display: inline-block;
	}
	.fa-home, .fa-folder {
		position: relative;
		top: 0;
	}
    #breadcrumb .sp {
        display: none!important;
    }
}

/* テンプレート関連記事 */
p.temp-relations {
  margin: 0.2em;
}
.temp-relations span {
  background: #0068B7;
  color: #fff;
  margin-right: 0.6em;
  padding: 0.2em 0.6em;
  font-size: 0.9em;
}
.temp-relations a {
  font-weight: bold;
}

/* 売れ筋チェック */
.check-link_external-l {
	text-align: left;
	padding-left: 10px;
	position: relative;
}
.check-link_external-c {
	padding-left: 0;
	position: relative;
}
.check-link_external-c span:before, .check-link_external-l span:before {
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-size: cover;
}
.check-link_amazon span:before {
	background-image : url("https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2022/05/amazon.png");
}
.check-link_yahoo span:before {
	background-image : url("https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2022/05/yahoo.png");
}
.check-link_rakuten span:before {
	background-image : url("https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2022/05/rakuten.png");
}

/* ブログカード */
.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-wrap .blogcard {
	border: none!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-footer.internal-blogcard-footer.cf,
.blogcard-footer.external-blogcard-footer.cf{
	text-align: right;
}
.blogcard-footer.internal-blogcard-footer.cf p,
.blogcard-footer.external-blogcard-footer.cf p {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 8px 16px;
	font-size: 11.2px;
	margin-bottom: 0;
	background-color: #fff;
}

.blogcard-wrap {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc!important;
}

.blogcard-content {
    margin-left: 170px;
    max-height: initial;
    min-height: initial;
    overflow: hidden;
}

.blogcard-footer {
    clear: initial;
    font-size: 16px;
    padding-top: 0.6%;
}

@media screen and (max-width: 767px) {
  .blogcard-wrap {
    width: 100%;
  }

  .blogcard-thumbnail {
    width: 120px;
  }

  .blogcard-title {
    font-size: 0.9em;
    margin-bottom: 0;
  }

  .blogcard-snippet {
    font-size: 12px;
  }

  .blogcard-content {
    margin-left: 130px;
    margin-right: 0;
    max-height: 120px;
    min-height: 70px;
    font-size: 0.9em;
    line-height: 1.2;
  }

  .blogcard-footer {
    font-size: 14px;
  }

  .ib-right .blogcard-content,
  .eb-right .blogcard-content {
    margin-right: 31.6%;
    margin-left: 0;
  }
}

/************************************
** エントリーカードの設定
************************************/
.a-wrap {
  display: block;
  margin-bottom: 3%;
  color: #333;
  text-decoration: none;
  transition: all 0.7s;
  background: #f8f8f8;
}

.a-wrap:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

/* テンプレート ランキング */
.temp_sells-ranking {
	display: flex;
}
.temp_sells-ranking p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
}
.temp_sells-ranking p.temp_sells-ranking_title {
	background-color: #333;
	color: #fff;
	padding: 0 0 0 5px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}
.temp_sells-ranking p.temp_sells-ranking_title:before {
	content: "";
	position: absolute;
	top: 98%;
	left: 100%;
	margin-top: -15px;
	border: 5px solid transparent;
	border-left: 10px solid #333;
}
.temp_sells-ranking p.temp_sells-ranking_title span {
	display: block;
	margin-top: 2px;
}

/* 一覧に属するカテゴリーの記事 */
.ichiran-top_title {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
@media screen and (max-width: 480px) {
	.ichiran-top_title {
		display: block;
	}
	.ichiran-top_title span:nth-of-type(1) {
		font-size: 23px!important;
	}
	.ichiran-top_title span:nth-of-type(2) {
		font-size: 13px!important;
		text-align: right;
		display: block;
	}
}

/* 通販モール情報 */
.bottom-ad-link_area {
	margin: 0;
}
.bottom-ad-link {
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bottom-ad-link li {
	width: calc((100% - 20px)/3);
	margin-bottom: 20px;
}
.bottom-ad-link_ad img {
	position: absolute;
}
.bottom-ad-link a img {
	position: static;
	width: 100%;
}
.bottom-ad-link_desc {
	font-size: 0.8em;
	line-height: normal;
}
.article h2.google-ad-heading {
	padding: 0;
	background-color: transparent;
	color: #333;
	margin-bottom: 0;
	margin-top: 2.4em;
}
@media screen and (max-width: 834px) {
	.bottom-ad-link,
	.article ul.bottom-ad-link {
		padding: 0;
		font-size: 10.24px;
	}
}

/* ヘッダー SNS */
.social_top {
	display: flex;
	position: relative;
	top: 5px;
}
.social_top a {
	display: block;
	width: auto;
	padding: 0 4px 5px 4px;

}
.social_top a img {
	border-right: 1px solid #aaa;
	padding-right: 10px;
	width: auto;
	height: 15px;
	max-width: none;
	position: relative;
}
.social_top a:last-child img {
	border-right: none;
	padding-right: 0;
}

/* 目次 */
@media screen and (max-width: 480px) {
	.nwa .toc {
		padding: 0;
	}
	.toc-content {
		padding: 10px 0;
	}
	.entry-content .toc-content {
		padding: 10px;
	}
}

/* フッター */
@media screen and (max-width: 480px) {
	#footer .lists.unstyled.visible-phone {
		padding: 0;
		background-color: #eee;
	}
	#footer .lists.unstyled.visible-phone li {
		border-top: 1px solid #ccc;
	}
	#footer .lists.unstyled.visible-phone a {
		padding: 10px;
		display: inline-block;
		width: 100%;
		height: 100%;
		font-size: 14px;
	}
}

/* サイドバーの広告エリア */
.side-ad-area {
	list-style-type: none;
	margin-top: 20px;
}
.side-ad-area_ad img {
	position: absolute;
}
.side-ad-area_ad a img {
	position: static;
}
.side-ad-area_desc {
	font-size: 12px;
	padding-bottom: 20px;
}

/* クリックで拡大する画像リスト */
.img-list_click-zoom {
	display: flex;
	margin-bottom: 20px;
}
.img-list_click-zoom a {
	display: block;
	width: 20%;
	overflow: hidden;
}
.img-list_click-zoom a img {
	width: 100%;
}

#view-img_shirochizu-book_background-area {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.8);/* #e6e6fa */
}

#view-img_shirochizu-book_area {
	background-color: #fff;
	border: 1px solid #808080;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 450px;
	height: 450px;
	overflow: hidden;
}

#view-img_shirochizu-book_area div {
	width: 410px;
	height: 410px;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
}
#view-img_shirochizu-book_area div img {
	max-width: 100%;
	max-height: 100%;
}

#view-img_shirochizu-book_background-area .sample-img-area_close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	z-index: 1001;
	cursor: pointer;
	color: #a0a0a0;
	font-weight: 700;
}

@media (max-width: 1100px){
	#view-img_shirochizu-book_area {
		width: 45vw;
		height: 45vw;
	}
	
	#view-img_shirochizu-book_area div {
		width: 39vw;
		height: 39vw;
	}
}

@media (max-width: 900px){
	#view-img_shirochizu-book_area {
		width: 70vw;
		height: 53vw;
	}
	
	#view-img_shirochizu-book_area div {
		width: 66vw;
		height: 45vw;
	}
}

/* 共通 */
.m0-t {
  margin-top: 0!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;
}
.m0-b {
  margin-bottom: 0!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;
}



.article .entry-content h2 {
    color: #fff;
    position: relative;
    font-size: 24px;
    line-height: 1.25em;
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% - 32px);
    border-color: #333;
    background-color: #333;
}
.article .entry-content h2::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 20px;
	bottom: -20px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	/* border-top: 20px solid #0074c1; */
	border-top: 20px solid #333;
}

.article .entry-content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    background-color: #fafafa;
    font-size: 24px;
    color: #333;
    border: none;
    border-left: solid 13px #243747;
    padding: 18px;
}

.article .entry-content h4 {
    line-height: 2;
    font-size: 20px;
    border: 0;
    color: #333;
    border-left: 10px solid #243747;
    padding: 8px 16px;
    font-weight: 600;
    background-color: #fff;
    margin: 20px 0;
}

.article .entry-content h5 {
    font-size: 20px;
    padding: 0;
    margin: 15px 0;
	border-bottom: none;
}

.article .entry-content h6 {
    font-size: 20px;
    padding: 0 10px;
	border-bottom: none;
}


/*　2023年1月31日追加　*/
.entry-content ul {
  list-style: inside;
}

.micro-copy-template {
  text-align: center;
}
div.micro-template-resolve p.lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

div.micro-template-resolve.red-pattern p.lead {
  color: #FF3D3D;
}

div.micro-template-resolve ul.check_list {
  padding: 15px 10px;
  background: #f7fafb;
  border: 3px solid #d9d9d9;
  border-radius: 3px;
  list-style: none;
}

div.micro-template-resolve ul.check_list li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 1em;
  top: 4px;
}

div.micro-template-resolve.red-pattern ul.check_list li:before {
  color: #FF3D3D;
}

div.micro-template-resolve ul.check_list li {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 40px;
  margin: 0 0 10px;
  border-bottom: 2px dotted #ddd;
  font-size: 16px;
  position: relative;
}

div.micro-template-resolve .point {
	position: relative;
}

div.micro-template-resolve span.point_title {
  display: inline-block;
  position: relative;
  top: 28px;
  left: 2%;
  padding: 0px 12px;
  background: #222;
  font-size: 0.9em;
  color: #fff;
}

div.micro-template-resolve ul.point_list {
  padding: 15px 10px;
  border: 1px solid #333;
  border-radius: 2px;
  list-style: none;
}

div.micro-template-resolve ul.point_list li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 1em;
  top: 0px;
  color: #666;
}

/* div.micro-template-resolve.red-pattern ul.point_list  {
  color: #FF3D3D;
} */

div.micro-template-resolve ul.point_list li {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 40px;
  margin: 0 0 10px;
/*   border-bottom: 2px dotted #ddd; */
  font-size: 16px;
  position: relative;
}

div.micro-template-resolve .color_red {
  color: #FF3D3D;
}

div.micro-template-resolve ul.check_list li:last-child, div.micro-template-resolve ul.point_list li:last-child {
  margin-bottom: 0px !important;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.micro-template-ranking .p-press__part-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.micro-template-ranking .p-press__title {
  color: #111;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 10px;
}

.micro-template-ranking .p-press__text {
  width: 100%;
}

.micro-template-ranking .p-press__part-inner .p-press__part-inner {
  display: block;
  width: calc((100% / 3) - 10px);
}

.micro-template-ranking .p-press__link--external>a {
  color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 8px -6px rgb(0 0 0 / 6%);
  box-shadow: 0 8px 8px -6px rgb(0 0 0 / 6%);
  display: block;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.micro-template-ranking .p-press__part-inner .p-press__part-inner:nth-of-type(2) .p-press__link--external a {
	background-color: #f79256;
}
.micro-template-ranking .p-press__part-inner .p-press__part-inner:nth-of-type(3) .p-press__link--external a {
	background-color: #f76956;
}
.micro-template-ranking .p-press__part-inner .p-press__part-inner:nth-of-type(4) .p-press__link--external a {
	background-color: #66a7ff;
}

.micro-template-ranking .p-press__link--external {
  margin-bottom: 15px;
}

.micro-template-ranking a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.readguide {
    border: 5px solid #efefef;
    display: inline-block;
    width: 100%;
}

.readguide p {
	margin-top: 1em;
	padding-left: 1em;
    font-weight: 900;
	line-height: 1.8;
}
.readguide span.service-pict, .quote span.service-pict  {
  background: #000;
  color: #fff;
  margin-right: 10px;
  font-size: 0.72em;
  padding: 0px 5px;
}
.quote ul {
	padding: 0;
	list-style: none;
}
.quote li {
	font-size: 14px;
  list-style: none;
}
.readguide a {
  font-size: 0.85em;
}
.cp_tmp {
  border: 2px solid #ccc;
  padding: 0.6em 1.0em;
}
.cp_tmp ul {
  list-style: none;
  margin-bottom: 0;
	padding: 0;
}
.cp_tmp li {
  margin-bottom: 0.4em;
  list-style: none;
}
.cp_tmp li span {
  display: inline-block;
  margin-right: 5px;
  padding: 0px 5px;
  font-size: 0.9em; 
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 2px;
}
.contents02 .textArea .cp_tmp li p {
  display: inline-block;
  font-size: initial;
  margin: auto;
  line-height: initial;
}
.cp_tmp li:nth-child(1) span {
  background: #f76956;
}
.cp_tmp li:nth-child(2) span {
  background: #f79256;
}
.cp_tmp li:nth-child(3) span {
  background: #66a7ff;
}

.temp_sells-ranking {
	display: flex;
}
.contents02 .textArea .temp_sells-ranking p {
	margin: 0 20px 0 0;
	line-height: normal;
	font-size: 12px;
}
.temp_sells-ranking p.temp_sells-ranking_title {
	background-color: #333;
	color: #fff;
	padding: 0 0 0 5px;
	margin: 0 20px 0 0;
	position: relative;
	display: inline-block;
}
.temp_sells-ranking p.temp_sells-ranking_title:before {
	content: "";
	position: absolute;
	top: 98%;
	left: 100%;
	margin-top: -15px;
	border: 5px solid transparent;
	border-left: 10px solid #333;
}
.temp_sells-ranking p.temp_sells-ranking_title span {
	display: block;
	margin-top: 2px;
}

/* テンプレートの装飾
.tmp_list_title h4 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 900;
	border: none;
  padding: 8px 8px 8px 0;
}
 */
.tmp_list_title p{
	margin: 0;
	font-size: 0.9em;
}
.tmp_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.tmp_list_wrapper a {
  padding: 2px 6px;
  margin: 4px 2px;
  display: inline-block;
  border: 1px solid #ccc;
  background: linear-gradient(#f6f6f6 0%, #eee 50%, #f6f6f6 100%);
  font-size: 0.8rem;
  text-decoration: none;
  color: #707070;
}
.tmp_list_wrapper a:hover {
	color: #55873f;
}

.related_lists_inner a {
	text-decoration: none;
}
.related_lists_inner h4,
.article .related_lists_inner h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    padding: 5px 0;
    margin: 0;
    background: none;
    border: none;
}
.article .related_lists_inner h4 {
    border-style: none;
}

.related_lists {
  line-height: 1.5;
}
.related_lists h3, .ad-content h3,
.article .related_lists h3 {
  font-size: 1.4em;
  background: none;
  color: #333;
  font-weight: 900;
  letter-spacing: 0;
}
.article .related_lists h3 {
	border-style: none;
	padding: 0;
	margin-bottom: 5px;
}
.related_lists_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related_lists_inner > div {
  width: 32%;
  padding: 0.8em;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 2px;
  box-sizing: border-box;
}
.related_lists_inner div:hover {
  text-decoration: none;
  background: #fafafa;
  opacity: 0.7;
}
.related_lists_inner a:hover {
  text-decoration: none;
  color: #666;
}
.contents02 .textArea .related_lists_inner p,
.article .related_lists_inner p {
    font-size: 0.8em;
    color: #666;
    margin: 0;
}
.article .related_lists_inner p {
    margin: 0
}

.related_lists_inner > div.related_lists_inner_bottom100 {
	width: 100%;
	margin-top: 10px;
}
.related_lists_inner > div.related_lists_inner_bottom100 a {
	display: flex;
}
.related_lists_inner > div.related_lists_inner_bottom100 a img {
	width: 32%;
	margin-right: 10px;
}

.ichiran_bc {
  display: flex;
  justify-content: space-around;
  margin: 1.6em 0;
}
.ichiran_bc > a > p {
  display: none;
}
.ichiran_bc_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  min-height: max-content;
}
.ichiran_bc_item > div {
  width: 49%;
  box-sizing: border-box;
}
.ichiran_bc_item img {
  width: 100%;
}
.ichiran_bc_item h4 {
  margin-top: 0.2em;
  margin-bottom: 3.0em;
  padding: 0 0 0 0.4em;
  border: none;
  font-size: 19px;
}
.bc_next {
  position: absolute;
  bottom: 4px;
  right: 4px;
  padding: 3px 1.0em;
  width: max-content;
  font-size: 0.7em;
  border: 1px solid #ccc;
  color: #707070;
}
.ichiran_bc_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ichiran_bc_item a:hover {
  background: #f5f8fa;
  opacity: 0.3;
}
.bc_label {
  position: absolute;
  top: -16px;
  left: 12px;
  padding: 2px 0.6em;
  font-size: 11px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  letter-spacing: 1.0px;
}


/* 国旗の記事カテゴリ一覧 */
.cat-tmp-wrapper p {
	padding: 0px 12px;
}
.cat-tmp-title p {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
}
.cat-tmp-title p {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
}
.illust-cat-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.cat-tmp-inner-wrapper a {
	margin: 4px !important;
}
.illust-cat-inner-wrapper a {
	padding: 2px 6px;
	margin: 4px 2px;
	display: inline-block;
	border: 1px solid #ccc;
	background: linear-gradient(#f6f6f6 0%, #eee 50%, #f6f6f6 100%);
	font-size: 0.8rem;
	text-decoration: none;
	color: #707070;
}

/* イラストカテゴリ一覧 */
.entry-content.illust-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.illust-cat-wrapper {
  margin-top: 20px;
  margin-left: 2%;
  margin-right: 2%;
  width: 45%;
}
.illust-cat-wrapper-title {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  line-height: 1.8;
}
.illust-cat-wrapper-title label {
  padding-left: 40px;
  font-weight: bold;
}
.illust-cat-wrapper-title a {
  font-size: 0.9rem;
  text-decoration: underline;
}
.illust-cat-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.illust-cat-inner-wrapper a {
  padding: 2px 6px;
  margin: 4px 2px;
  display: inline-block;
  border: 1px solid #ccc;
  background: linear-gradient(#f6f6f6 0%, #eee 50%, #f6f6f6 100%);
  font-size: 0.8rem;
  text-decoration: none;
  color: #707070;
}
.illust-cat-wrapper-title.k label:before {
  content: url(https://www.chizu-seisaku.com/wp-content/uploads/2021/03/tizukigou-1.png);
  display: inline-block;
  width: 16px;
  position: absolute;
  transform: scale(0.5) !important;
  left: 0;
  top: -74%;
}
.illust-cat-wrapper-title.j label:before {
  content: url(https://www.chizu-seisaku.com/wp-content/uploads/2021/03/nihontizu-1.png);
  display: inline-block;
  width: 16px;
  position: absolute;
  transform: scale(0.5) !important;
  left: 0;
  top: -74%;
}
.illust-cat-wrapper-title.w label:before {
  content: url(https://www.chizu-seisaku.com/wp-content/uploads/2021/03/sekaitizu-1.png);
  display: inline-block;
  width: 16px;
  position: absolute;
  transform: scale(0.5) !important;
  left: 0;
  top: -74%;
}
.illust-cat-wrapper-title.ko label:before {
  content: url(https://www.chizu-seisaku.com/wp-content/uploads/2021/03/kokki-1.png);
  display: inline-block;
  width: 16px;
  position: absolute;
  transform: scale(0.5) !important;
  left: 0;
  top: -74%;
}
.illust-cat-wrapper-title.o label:before {
  content: url(https://www.chizu-seisaku.com/wp-content/uploads/2021/03/sonota-1.png);
  display: inline-block;
  width: 16px;
  position: absolute;
  transform: scale(0.5) !important;
  left: 0;
  top: -74%;
}

/* テンプレート一覧 */
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;
}

.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;
}
.shikaku_relation-list span,
.popular_relation-list span,
.official_site-list span {
	margin-right: 10px;
	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,
	.popular_relation-list,
	.official_site-list {
		text-align: left!important;
	}
	.shikaku_relation-list span,
	.popular_relation-list span,
	.official_site-list span {
		padding: 2px 5px;
	}
}


/* 本紹介 */
.c02_example {
  background-color: #e5effa;
  padding: 20px;
  margin-bottom: 30px;
}
.c02_example .microcopy {
  text-align: center;
}

.contents02 .textArea .c02_example p,
.contents02 .textArea .cxx_example p {
	margin-bottom: 0;
  font-size: 1.6rem;
}

.contents02 .textArea .mainText .c02_example img {
  margin: 0 0;
}

.c02_example div.bx-viewport {
    padding-top: 5px;
}

.contents02 .textArea p.c02_example_h3-title,
.single .article .cxx_example .c02_example_h3-title,
.contents .cxx_example .cxx_example_h3-title,
.home .contents .c02_example_h3-title,
.single .article .cxx_example h3.c02_example_h3-title,
.contents .cxx_example h3.cxx_example_h3-title,
.home .contents h3.c02_example_h3-title {
	/*border-top: 2px solid #0074C1;*/
	border-bottom: 2px solid #0074C1;
	border-left: none;
	padding: 9px 10px;
	background-color: transparent;
	line-height: 1.25;
	margin: 0 0 20px 0!important;
	font-size: 21px;
	font-weight: bold;
}

.contents .cxx_example .c02_example p.bolde,
.home .contents .c02_example p.bold {
	margin-bottom: 32px;
}

.cxx_example #carousel,
.cxx_example a.bx-prev,
.cxx_example a.bx-next {
	height: 120px;
}
.cxx_example a.bx-prev {
	background: url(https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2023/02/btn_sliderright2.gif) no-repeat 0 0;
}
.cxx_example a.bx-next {
	background: url(https://www.bouhan-bousai.jp/apps/note/wp-content/uploads/2023/02/btn_sliderleft2.gif) no-repeat 0 0;
}
.c02_example span[data-mce-type="bookmark"],
.c02_example span[data-mce-type="bookmark"] + p,
.cxx_example span[data-mce-type="bookmark"],
.cxx_example span[data-mce-type="bookmark"] + p {
	display: none!important;
}

.ul_famous-list li>span:nth-of-type(1) ,
.ul_relation-list li>span:nth-of-type(1) {
	border-radius: 2px;
}
.ul_famous-list li>span:nth-of-type(2) ,
.ul_relation-list li>span:nth-of-type(2) {
	background: none;
  color: #333;
}

@media screen and (max-width: 767px) {
	.cp_tmp {
		padding-bottom: 0;
	}
	.cp_tmp li a {
		margin: 5px 0 10px;
	}
	.micro-template-ranking .p-press__part-inner {
		display: block;
	}
	.micro-template-ranking .p-press__part-inner .p-press__part-inner {
		width: 100%;
	}
	.micro-template-ranking .p-press__part-inner .p-press__part-inner:nth-of-type(2) {
		margin-left: 0;
	}

  .related_lists {
      margin-top: 2.2em;
  }
  .related_lists_inner {
    display: block;
  }
  .related_lists_inner > div {
    width: 100%;
  }
  .related_lists_inner > div a {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
  }
  .related_lists_inner > div img {
    display: block;
    width: 40%;
  }
  .related_lists_inner > div div {
  	width: 58%;
  }
	
	.related_lists_inner > div.related_lists_inner_bottom100 {
		margin-top: 0;
	}
	.related_lists_inner > div.related_lists_inner_bottom100 a img {
		width: 40%;
		margin-right: 0;
	}

	.ichiran_bc {
		display: initial;
	}
	.ichiran_bc_item {
	  width: 100%;
	  margin: 1.6em 0 1.2em;
	}
	.ichiran_bc_item > div {
	  width: 100%;
	}

	.shikaku_relation-list a,
	.popular_relation-list a,
	.official_site-list a {
		display: block!important;
	}
	.temp_sells-ranking {
		flex-wrap: wrap;
		justify-content: center;
	}
	.temp_sells-ranking p {
		margin: 0 5px;
	}
	.temp_sells-ranking p:nth-of-type(1) {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	.temp_sells-ranking p.temp_sells-ranking_title:before {
		display: none;
	}
	
  .entry-content.illust-cat {
    display: block;
  }
  .illust-cat-wrapper {
    margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
	.ul_famous-list li>a, .ul_famous-list li>span:nth-of-type(2) ,
	.ul_relation-list li>a, .ul_relation-list li>span:nth-of-type(2) {
		display:block;
	}
}

.sidebar-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


/* マイクロ入りボタン */
.btn-link_micro {
	cursor: pointer;
	border-radius: 50px;
	width: 100%;
	-webkit-box-shadow: 0px 7px 0 #7C0000;
	box-shadow: 0px 7px 0 #7C0000;
	line-height: 1;
	position: relative;
	color: #fff;
	background-color: #E60A45;
	border-color: #E60A45;
	display: block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1em;
	border-radius: 1.2em;
	text-decoration: none;
	padding: 1.25em .5em;
	margin: 10px auto;
}

.btn-link_micro:hover {
	opacity: 1;
	color: #fff;
	background-color: #c1083a;
	border-color: #b50836;
}

.btn-link_micro:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 1.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn-link_micro.blm-small:after {
	right: 0.5em;
}
.btn-link_micro.blm-large:after {
	right: 0.8em;
}
@media (min-width: 768px) {
	.btn-link_micro:after {
		border-width: 10px 0 10px 17px;
		right: 2.0em;
	}
	.btn-link_micro.blm-small:after {
		right: 2.1em;
	}
	.btn-link_micro.blm-large:after {
		right: 1.8em;
	}
}

.blm-large {
	max-width: 670px;
  width: 100%;
}
.blm-small {
	max-width: 570px;
  width: 80%;
	padding: 1.15em 2.4em;
}

.btn-link_micro_top {
	font-size: 0.8em;
	font-weight: 700;
	display: block;
}
.blm-small .btn-link_micro_top {
	font-size: 0.6em;
}
.contents02 .textArea a.blm-small {
  text-decoration: none;
}

.btn-link_micro_top:before {
	margin-right: 10px;
	content: "＼";
}
.btn-link_micro_top:after {
	margin-left: 10px;
	content: "／";
}

.btn-link_micro_bottom {
	font-size: 1.15em;
	font-weight: 900;
	margin-top: 0.625em;
	display: block;
}
.blm-small .btn-link_micro_bottom {
	font-size: 1em;
}
@media (min-width: 768px) {
	.btn-link_micro_bottom {
		font-size: 1.875em;
	}
	.blm-small .btn-link_micro_bottom {
		font-size: 1.65em;
	}
	.blm-small .btn-link_micro_top {
		font-size: 0.8em;
	}
}

@media (max-width: 768px) {
	.btn-link_micro {
		padding: 1.25em 0.5em;
	}
	.blm-small {
    width: 90%;
		max-width: 280px;
	}
	.blm-large {
    width: 100%;
		max-width: 320px;
	}
  .btn-link_micro_bottom {
    font-size: 1.1em;
    margin-top: 0.8em;
  }
}

/* 特殊リスト */
.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;
}


/* 非表示 → 表示 */
.click-for-show span ,
.click-for-show2 span {
	cursor: pointer;
}
.hide-untile-click_area ,
.hide-untile-click_area2 {
	display: none;
}
.badge-blue {
  background-color: #0095d9;
}
.badge-brown {
  background-color: #954e2a;
}
.badge, .ref, .reffer, .sankou, .badge-red, .badge-pink, .badge-purple, .badge-blue, .badge-green, .badge-yellow, .badge-brown, .badge-grey {
  color: #fff;
  padding: 1px 5px 0;
  border-radius: 2px;
  font-size: 12px;
}

.official_site-list a ,
.popular_relation-list a ,
.shikaku_relation-list a {
  color: #1967d2;
  font-size: 16px;
}

.textArea blockquote.wp-embedded-content {
  display: none;
}
.textArea iframe.wp-embedded-content {
  position: relative !important;
  width: 100%;
  padding: 1.5%;
}
@media screen and (max-width: 767px) {
  .textArea iframe.wp-embedded-content {
    height: 25em;
  }
}

.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

li {
  list-style-position: inside;
}

.wp-caption {
  margin: 1em 0;
}

.wp-caption {
  padding-top: 4px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #f5f6f7;
  text-align: center;
  max-width: 100%;
}

.contents02 .textArea p.wp-caption-text{
  font-size: min(3.5vw,0.9em);
  font-weight: bold;
  margin: 1rem auto;
}

.contents02 .textArea .mainText .wp-caption img {
  margin: 0 auto;
  padding: 0;
  border: 0 none;
}

.contents02 .textArea p span {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

/* num
-----------------------------------------------------*/
.list.type-num {
  counter-reset: count;
}
.list.type-num > li {
  padding-left: 2em;
  list-style: none;
  position: relative;
}
.list.type-num > li:before {
  counter-increment: count;
  content: counter(count)'.';
  position: absolute;
  left: 0;
}
.contents02 .textArea p.title {
  margin-top: calc(-0.5em - 24px);
  font-family: 'din-1451-lt-pro-engschrift';
  font-weight: bold;
}
.title.bebas_neue .label {
  font-size: 20px;
  line-height: 1;
  width: 100%;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.article-point {
  padding: 20px;
  font-weight: normal;
  background-color: #F5F7F7;
}
.article-point li + li {
  margin-top: 5px;
  padding-bottom: 5px;
}
.article-point > :first-child {
  padding-left: 0 !important;
}
.article-point .title {
  margin: calc(-0.5em - 24px) 0 0 0;
  font-family: 'din-1451-lt-pro-engschrift';
  font-weight: bold;
}
.article-point > :first-child:before {
  display: none;
}
.article-point > :last-child {
  border-bottom: none;
}

.contents02 .items.cat_top_item .item {
  padding: 1.5em;
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .contents02 .items .item_text2 {
    margin: auto;
    width: 100%;
  }
  .contents02 .items.cat_top_item .item {
    display: block;
  }
  .contents02 .items.cat_top_item .item_image2 {
    margin: 0 auto 3rem;
    width: 100%;
  }
  .link_items {
    display: flex;
    margin: 2rem auto;
    justify-content: center;
  }
}


/************************************
** 関連記事
************************************/
.related-entry-card .cat-label {
  font-size: 9px;
}

/*関連エントリーカード*/
.related-entry-heading,
.comment-title {
  margin: 22px 0;
  font-size: 24px;
}

.related-entry-card-content {
  margin-left: 170px;
}

/************************************
** 縦型カード
************************************/
.rect-entry-card .related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rect-entry-card .related-entry-card-wrap {
  padding: 5px;
}
.rect-entry-card .related-entry-card-thumb {
  float: none;
  width: 100%;
  margin-bottom: 0.5rem;
}
.rect-entry-card .related-entry-card-thumb img {
  width: 100%;
}
.rect-entry-card .related-entry-card-content {
  margin: 0;
}
.rect-entry-card .related-entry-card-content .related-entry-card-snippet {
  text-overflow: ellipsis;
  overflow: initial;
}

.rect-entry-card .related-entry-card-title {
  font-size: 16px;
  line-height: 24px;
}

.rect-entry-card .related-entry-card-wrap {
  width: 33%;
  height: auto;
}

@media screen and (max-width: 767px) {
.rect-entry-card .related-entry-card-wrap {
    width: 49%;
    height: auto;
}
.rect-entry-card .related-entry-card-title {
    font-size: 16px;
    line-height: 1.2;
}
.rect-entry-card .related-entry-card-content .related-entry-card-snippet {
	display: none;
}

}



/* bxSlider.js----------------------------------------------------*/

#carousel {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
}

div.bx-viewport {
  padding-top: 10px;
}

ul.madori-slider01 {
  overflow: hidden;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

ul.madori-slider01 li {
  margin: 0;
  float: left;
  line-height: 0px;
  width: 80px;
  list-style: none;
}

ul.madori-slider01 li a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0px;
}

a.bx-next {
  display: block;
  margin: 0;
  width: 20px;
  height: 100px;
  background: url(../img/blog/btn_sliderleft.gif) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

a.bx-prev {
  display: block;
  margin: 0;
  width: 20px;
  height: 100px;
  background: url(../img/blog/btn_sliderright.gif) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

a.bx-next, a.bx-prev {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  #carousel {
    width: 100%;
  }
}

/************************************
■追加
2023.05.16
************************************/
/* 見出し */
/* h2 */
.article h2,
.article .entry-content h2,
#tinymce .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;
}
.article h2::after,
.article .entry-content h2::after,
#tinymce .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) {
	.article h2,
	.article .entry-content h2,
	#tinymce .article h2 {
		line-height: 1.3;
		font-size: 19px;
		margin: 20px 0;
		padding: 20px;
	}
}

/* h3 */
.article h3,
.article .entry-content h3,
#tinymce .textArea 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;
}
.article h3:before,
.article .entry-content h3:before,
#tinymce .textArea 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) {
	.article h3,
	.article .entry-content h3,
	#tinymce .textArea h3 {
		line-height: 1.3;
		font-size: 18px;
		margin: 20px 0;
		padding: 16px 18px;
		border-left: solid 6px #243747;
	}
	.article h3:before,
	.article .entry-content h3:before,
	#tinymce .textArea h3:before {
		width: 0;
	}
}

/* h4 */
.article h4,
.article .entry-content h4,
#tinymce .textArea 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;
}
.article h4:after,
.article .entry-content h4:after,
#tinymce .textArea 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) {
	.article h4,
	.article .entry-content h4,
	#tinymce .textArea h4 {
		line-height: 1.3;
		font-size: 18px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.article h4:after,
	.article .entry-content h4:after,
	#tinymce .textArea 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);
	}
}

.article .tmp_list_title h4:after {
	height: 0;
}

/* h5 */
.article h5,
.article .entry-content h5,
#tinymce .textArea h5 {
	font-size: 19px;
	margin: 15px 0;
	position: relative;
	background: #f3f5f5;
	border-radius: 8px;
	padding: 10px 0;
	padding-left: 40px;
	font-size: 18px;
}
.article h5:before,
.article .entry-content h5:before,
#tinymce .textArea 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) {
	.article h5,
	.article .entry-content h5,
	#tinymce .textArea h5 {
		padding-left: 25px;
		font-size: 17px;
	}
	.article h5:before,
	.article .entry-content h5:before,
	#tinymce .textArea h5:before {
		left: 5px;
	}
}

/* テンプレートの装飾 */
.tmp_list_title h4 {
	margin: 0!important;
	font-size: 20px!important;
	font-weight: 900;
	border: none!important;
    padding: 0!important;
}

/* 画像の枠 */
.mainText img,
.entry-content img,
.contentsInner img {
	border: 4px solid #f5f6f7;
}
.mainText .wp-caption img,
.entry-content .wp-caption img,
.contentsInner .wp-caption img,
.bottom_product_eria img {
	border-style: none;
}

/* 関連記事 ----
*/
.entry-card-snippet, .related-entry-card-snippet {
  font-size: 13px;
  max-height: 7.8em;
  line-height: 180%;
  overflow: hidden;
  letter-spacing: -0.02em;
}
.entry-card-meta, .related-entry-card-meta {
	position: static;
	bottom: 0;
	right: 0;
	text-align: right;
	line-height: 1;
}
.entry-card-next {
	padding: 8px 16px !important;
	margin: 8px;
	color: #707070;
	border: 1px solid #ccc;
	background: #fff;
}
.entry-card-meta .e-card-info {
	display: flex;
}
.entry-card-wrap figure {
	margin: 0!important;
	max-height: 150px;
}

.entry-card-content {
  margin-left: 33% !important;
}

.entry-card-thumb {
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
	.entry-card-wrap figure.entry-card-thumb {
		width: 126px;
		margin-right: 10px!important;
	}
	.e-card-title {
		font-size: 18px !important;
	}
	.entry-card-content {
		margin-left: 0!important;
	}
	.entry-card .admin-pv {
		text-align: right;
	}
}
@media screen and (max-width: 480px) {
	.e-card-title {
		font-size: 16px !important;
	}
	
	#list h2.e-card-title {
		font-size: 16px!important;
		max-height: 65px;
		overflow: hidden;
		width: calc(100% - 136px);
	}
	#list .entry-card-next {
		margin: 0;
	}
	#list.ect-entry-card .card-thumb {
		margin-bottom: 0!important;
		max-height: 70px;
	}
}

.blogcard .blogcard-thumbnail {
	margin-top: 0;
}
.blogcard-title {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
	.blogcard .blogcard-thumbnail {
		width: 100px!important;
	}
	.blogcard-content {
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.blogcard-snippet {
		display: none;
	}
}
/* 記事下 関連記事 */
.related-list .a-wrap {
	border: none;
}
.related-list .related-entry-card-thumb {
	margin-bottom: 0;
}
.rect-entry-card .related-entry-card-title {
	font-size: 16px;
    max-height: 38px;
    overflow: hidden;
}
.rect-entry-card .related-entry-card-content .related-entry-card-snippet {
    font-size: 13px;
    max-height: 7.8em;
    line-height: 180%;
    overflow: hidden;
    letter-spacing: -0.02em;
}
.card-next.related {
	background: #fff;
	margin-top: 8px;
}

/*お得な買い方徹底研究シリーズ ----
*/
.ad-img-area_title {
	margin-top: 30px;
	font-size: 1.5em;
}

.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%;
}

#rtoc-mokuji-title,
.side-top-ad-img_area .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 a {
	font-size: 13px;
}

@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;
	}
	
	.side_box-menus {
		justify-content: flex-start;
	}
	.bottom-ad-img_area-inner>div:nth-of-type(1) .side_box-menu,
	.side_box-menu {
		width: calc(100% / 3);
	}
}
/* 記事上部のタグ ----
*/
.content-top-tag_area .cat-link {
	font-size: 11px;
}
/* 楽天などの短形 ----
*/
.entry-content .cp_tmp {
	display: none;
}

.cp_tmp ul li span {
	font-size: 10px;
	position: relative;
	bottom: 2px;
}

/* 画像リンクのリスト */
.img-link-list {
	display: flex;
	flex-wrap: wrap;
}
.img-link-list a {
	display: block;
	width: calc((100% - 50px) / 6);
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-link-list a:nth-of-type(6n) {
	margin-right: 0;
}
.img-link-list a img {
	width: 100%;
}
.img-link-list a span {
	display: block;
	line-height: normal;
	font-size: 13px;
}
@media screen and (max-width: 480px) {
	.img-link-list a {
		width: calc((100% - 30px) / 4);
	}
	.img-link-list a:nth-of-type(6n) {
		margin-right: 10px;
	}
	.img-link-list a:nth-of-type(4n) {
		margin-right: 0;
	}
}

/* カラーミーからコピー：楽天などのリンク ----
*/
.bottom_product_eria_title {
	font-size: 21px!important;
	font-weight: bold;
	margin: 0 0 5px!important;
	line-height: normal;
}
.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;
  }
}
/* A楽Yランキング */
.easyLink-info-btn-amazon {
	background: #000!important;
}
.easyLink-info-btn-rakuten {
	background: #000!important;
}
.easyLink-info-btn-yahoo {
	background: #000!important;
}
/* A楽Yランキング */
@media screen and (min-width: 704px) {
	div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
		font-size: 10px!important;
		width: calc((100% / 3) - 5px)!important;
	}
	div.easyLink-box.easyLink-size-s div.easyLink-info p.easyLink-info-btn,
	div.easyLink-box.easyLink-size-xs div.easyLink-info p.easyLink-info-btn {
		justify-content: space-between!important;
	}
	div.easyLink-box.easyLink-size-s div.easyLink-info p.easyLink-info-btn a,
	div.easyLink-box.easyLink-size-xs div.easyLink-info p.easyLink-info-btn a {
		margin-right: 0!important;
		width: calc((100% / 3) - 10px)!important;
	}
}

/* 記事ページ ----
*/
.article h2.related-entry-heading,
.simple-design-title {
	padding: 0!important;
	background-color: transparent!important;
	color: #333!important;
	margin-bottom: 0!important;
	margin-top: 2.4em!important;
}
.article .rect-entry-card h3.related-entry-card-title {
    border: none;
    padding: 0;
    margin: 0 0 5px;
    line-height: 1.2;
	background-color: transparent;
}
.card-next.related {
	display: none;
}
.article .related_lists h3::before,
.article #related-entries h3:before {
	width: 0;
}
.article .related_lists h4:after {
	height: 0;
}

.simple-design-title::after,
.article #related-entries h2::after,
.article .bottom-ad-link_area h2::after {
	border-style: none!important;
}

/* テーブル */
table  {
	border-top: 2px solid #283135;
	border-bottom: 2px solid #283135;
}
table th {
	font-size: 16px!important;
	
	font-weight: bold;
	padding: 15px 1.5em;
}
table td {
	padding: 6px;
	font-size: 14px!important;
	
	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!important;
	}
	table td {
		font-size: 13px!important;
	}
}

.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;
}
/*
.scrollable-table th, .scrollable-table td {
	white-space: normal;
}
*/
.no_scrollable-table .scrollable-table th, .no_scrollable-table .scrollable-table td {
	white-space: normal;
}
@media screen and (max-width: 768px) {
	.scrollable-table th, .scrollable-table td {
		white-space: nowrap;
	}
	
	.pagination-next-link {
		width: 50% !important;
		margin-right: auto;
		margin-left: auto;
	}
}

/* 記事中のリンク */
.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,

.tmp_list_wrapper a::after,
.entry-content .tmp_list_wrapper 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 {
	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;
	}
	.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: 25%!important;
	}
	.related-list_in-article .blogcard-title {
		max-height: 56px;
	}
	.related-list_in-article a.blogcard-wrap .blogcard-content {
		width: 70%!important;
		min-height: auto;
	}
	.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;
	}
}

/* 金庫メーカーリスト */
.kinko-maker_list {
    padding: 5px 10px;
    background: #f7fafb;
    border: 3px solid #d9d9d9;
    border-radius: 3px;
	margin-bottom: 1.8em;
}
.kinko-maker_list-item {
	display: flex;
	border-bottom: 2px dotted #ddd;
}
.kinko-maker_list-item:last-child {
	border-bottom-style: none;
}
.kinko-maker_list-item div {
	padding: 10px;
}
.kinko-maker_list-item div:nth-of-type(1) {
	width: 15%;
	padding: 10px 0;
}
.kinko-maker_list-item div:nth-of-type(2) {
	width: 85%;
}
.kinko-maker_list-item img {
	width: 100%;
}

/* 目次 */
#rtoc-mokuji-wrapper {
	display: none;
}
.widget #rtoc-mokuji-wrapper.rtoc-mokuji-content {
	display: block;
	padding: 0!important;
	margin-top: 30px!important;
}

/* 共通 ----
*/
.al-c {
	text-align: center!important;
}
.m0 {
	margin: 0!important;
}
.m10 {
	margin: 10px!important;
}
.m20 {
	margin: 20px!important;
}
.m30 {
	margin: 30px!important;
}
.m40 {
	margin: 40px!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;
}
.m10-b {
	margin-bottom: 10px!important;
}
.m10-l {
	margin-left: 10px!important;
}
.m10-r {
	margin-right: 10px!important;
}
.m20-t {
	margin-top: 20px!important;
}
.m20-b {
	margin-bottom: 20px!important;
}
.m20-l {
	margin-left: 20px!important;
}
.m20-r {
	margin-right: 20px!important;
}
.m30-t {
	margin-top: 30px!important;
}
.m30-b {
	margin-bottom: 30px!important;
}
.m30-l {
	margin-left: 30px!important;
}
.m30-r {
	margin-right: 30px!important;
}

.p0 {
	padding: 0!important;
}
.p5 {
	padding: 5px!important;
}
.p10 {
	padding: 10px!important;
}
.p0-t {
	padding-top: 0!important;
}
.p0-r {
	padding-right: 0!important;
}
.p0-l {
	padding-left: 0!important;
}
.p0-b {
	padding-bottom: 0!important;
}

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


/* 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 .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(https://www.chizu-seisaku.com/wp-content/themes/cocoon-child-master/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: 1.25rem 2.5rem;
	margin: 10px auto;
	transition: .3s;
}
.readmoreButton2_middle {
	max-width: 550px;
}

.readmoreButton2 a,
.readmoreButton2 a span {
	display: block;
	text-decoration: none;
	color: #333;
}
.readmoreButton2_top {
	font-size: 0.8rem;
}
.readmoreButton2_top:before {
	margin-right: 10px;
	content: "＼";
}
.readmoreButton2_top:after {
	margin-left: 10px;
	content: "／";
}
.readmoreButton2_bottom {
	font-size: 1.875rem;
	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: 1.25rem;
	}
	.readmoreButton2_middle {
		max-width:350px;
	}
}

.head-icon_feame span {
	display: inline!important;
}
.head-icon_amazon:before {
	background: url(https://www.chizu-seisaku.com/wp-content/themes/cocoon-child-master/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;
}


/* ステマ規制対策 */
.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;
	}
}
