@charset "utf-8";
.mt10{	margin-top:10px;}
.mb10{	margin-bottom:10px;}
.mt15{	margin-top:10px;}
.mb15{	margin-bottom:10px;}
.mt20{	margin-top:14px;}
.mb20{	margin-bottom:14px;}

/*　テキスト装飾用　*/
/*
div.cart a:before {
	font-family:"FontAwesome";
	content:"\f07a";
	padding-right: 10px;
}
*/
div.cart {
	width:100%;
	margin: 10px auto;
	text-align: center;
-webkit-transition:background-color 0.3s linear 0;
-moz-transition:background-color 0.3s linear 0;
-ms-transition:background-color 0.3s linear 0;
-o-transition:background-color 0.3s linear 0;
}

div.cart p{ padding-bottom:0;
text-align: center;}

div.the-content div.cart a{
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 0px;
	display: block;
	border-radius: 4px;
	background: #fff;
	color: #84d2d7;
	border:2px solid #84d2d7;
}
div.cart2 {
	max-width:100%;
	margin: 10px auto;
	padding: 15px;
	text-align: center;
	background:#28af78;
	color: #fff;
	border-radius:5px;
	font-size:15px;
-webkit-transition:background-color 0.3s linear 0;
-moz-transition:background-color 0.3s linear 0;
-ms-transition:background-color 0.3s linear 0;
-o-transition:background-color 0.3s linear 0;
}

div.cart2 p{ padding-bottom:0;
text-align: center;}

div.cart2 a{
	text-decoration:none;
	color: #fff;
}

/*　カゴだけmakeshop用　*/
input.addCart[type=submit]{
font-family: FontAwesome /*FontAwesomeをフォント指定*/;
}

input.addCart {
	margin: 20px;
	display: inline-block;
	font-weight:normal;
	text-decoration:none;
	background:#28af78;
	color: #fff;
	font-size:12px;
	border-radius:5px;
	line-height: 2.7em;
-webkit-transition:background-color 0.3s linear 0;
-moz-transition:background-color 0.3s linear 0;
-ms-transition:background-color 0.3s linear 0;
-o-transition:background-color 0.3s linear 0;
}

input.addCart a{
	padding:45px 20px;
	text-align: center;
	color: #fff;
}
div#M_itemInfo #chArea img{width:100%;}
div#M_itemInfo #chArea p{
	width: 85%;
	text-align: left;
	font-size: 11px;
	color: #000;
	padding:5px 10px;
	line-height: 150%;
}

span.cat-links {
	list-style-type: none;
	background-color: #EEEEEE;
	padding:0px;
	margin: -5px 0 10px 0;
	float: left;
}

span.cat-links a{
	text-decoration: none;
	color: #000;
	font-weight: 200;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
}


.navBar {
	background-color: #84d2d7;
	width: 100%;
	margin: 0;
}
ul, ol {
	list-style: none;
}
.fattag{
	flex-wrap: wrap!important;
}
.navBar ul {
border-top: solid 1px #96D8D8;
border-bottom: solid 1px #7FBEC4;
overflow: hidden;
}
.navBar ul li a {
float: left;
text-align: center;
display: block;
width: 32%;
color: #FFF;
font-size: 11px;
line-height: 1.7;
white-space: nowrap;
border-left: 1px solid #96D9DB;
border-right: 2px solid #58BCC0;
padding: 3px 0 5px;
}
.navBar ul li.btnHome a {
	border-left: 0px solid #181008;
}

.navBar ul li.btnwish a{
	border-right: 0px solid #fff;
}
















/* 以下上書きスタイル */
/* contents */
.list-view .site-content .post-thumbnail {
	background: none;
	z-index: 2;
	float: left;
	margin: 0 10px 3px 0;
	width: 124px;
	height: 96px;
	overflow: hidden;
}
.list-view .site-content .post-thumbnail img {
  		max-width:180%;
  		min-width:100%;
  		width:auto;
		min-height:100%;
		max-height:140%;
		height:auto;
		position:absolute;
		top:-20%;
		right:-20%;
		bottom:-20%;
		left:-20%;
		margin:auto;
		}

span.byline::before {display:none;}
span.author,.vcard {display:none;}

/*一覧タイトル*/
h1.entry-title a{
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.1em;
}
/*記事ページのタイトル*/
.entry-title{
	font-size:23px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding: 0 10px;
}

div.nav-links{display:none;}

/* 個別の装飾 */
div.the-content h2 {
	text-align: left;
	background-color: #ddebec;
	font-size:18px;
	font-weight:nomal;
	color:#000;
	padding: 15px 10px 15px 15px;
	margin: 5px 0 15px 0;
	line-height: 1.5em;
}
div.the-content h3 {
	border-bottom: 3px solid #84d2d7;
	font-size: 17px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px 3px 10px 7px;
	line-height: 1.3em;
	letter-spacing: 0.08em;
}
/*　asutarisk　*/
div.the-content h4{
	margin:10px 3px 7px;
	line-height:1.5em;
	text-align:left;
/*	padding-left:12px;
	text-indent:-1.2em;*/
	font-size: 15px;
	font-weight:600;
	letter-spacing: 0.05em;
}
div.the-content h4:before {
	color: #84D2D7;
	content: "\f069";
	font-family: "FontAwesome",sans-serif;
	margin-right: 5px;
}
/*　この商品を見る　*/
div.the-content h5 {
	text-align: center;
}
div.the-content h5 a:link,
div.the-content h5 a:visited,
div.the-content h5 a:active {
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 0px;
	display: block;
	border-radius: 4px;
	background: #fff;
	color: #84d2d7;
	border:2px solid #84d2d7;
-webkit-transition:background-color 0.3s linear 0;
-moz-transition:background-color 0.3s linear 0;
-ms-transition:background-color 0.3s linear 0;
-o-transition:background-color 0.3s linear 0;
}



/* 蛍光ペン　*/
span.pen-blue{
background: linear-gradient(rgba(255, 255, 255, 0) 20%, #00ffff);
}
span.pen-yellow{
background: linear-gradient(rgba(255, 255, 255, 0) 20%, #ffff66);
}

div.blue-back {
	text-align: left;
	background-color: #ddebec;
	font-size:20px;
	font-weight:nomal;
	color:#000;
	padding: 15px;
	margin: 5px 0 15px 0;
}
span.source a{
	font-size:12px;
	color: #c7c7c7;
}
div.left-blue{
	font-size: 14px;
	padding: 7px 0 5px 12px;
	border-left: 7px solid #84d2d7;
	margin-bottom:10px;
}


div.blue-flame{
	padding: 15px 15px 5px 15px;
	margin: 5px 0 20px 0;
	border: #84D2D7 dashed 2px;
	background: #fff;
	/* font-size:72%; */
	letter-spacing:0.1em;
	line-height:2.2em;
	letter-spacing:0.05em;
	line-height:1.3em;
}
div.blue-flame a{
	color: #84d2d7;
}
div.ul-blue {
	border-bottom: 5px solid #ddebec;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 7px;
	padding: 5px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
ol {
	padding-left:10px;
	text-align: left;
	font-weight: normal;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
div.the-content a {
	text-decoration: underline;
}
div.the-content ol li {
	font-size: 14px;
	line-height: 1.5em;
}
div.the-content ol li a:link{
	text-decoration: none;
	/* font-weight: bold; */
}

/* news */
	ul.twoimage {
		font-size:0;
		margin: 0px!important;
		padding-left: 0px!important;
	}
	ul.twoimage li {
		display: inline-block;
		font-size:1px;
		width: 50%;
				margin-left: 0px!important;
	}
	ul.twoimage li img {
		width: 99%;
		margin-right: 5px!important;
		margin-bottom: 1px!important;
	}

#content div.post-thumbnail img {display: none!important;}
div.the-content .left-blue a{
	text-decoration:underline;
}

/* pankuzu */
ul.pankuzu {
	/*display: inline-block;*/
	text-align: left!important;
	width: 87%;
	margin:5px 0 0 10px;
	line-height: 1.2em;
}
.pankuzu li {
	font-size: 10px;
	letter-spacing: 0.05em;
	display: inline-block;
	/* padding-bottom: 10px; */
}
.pankuzu li a {
	text-decoration: underline!important;}

.pankuzu li:after {
	content: ">";
	padding: 0 3px;
}
.pankuzu li:nth-last-child(-n+2):after { content: ""; }

.site-content .has-post-thumbnail .entry-header {
/*	padding-top: 24px; */
}

/* instagram仕様変更対策 */
.instagram-media {
	position: static !important;
}
.instagram-media {
	max-width: 100% !important;
}

/*　チェックボックス付き装飾　リストタイプ　*/
.the-content ul .check_txt{
	list-style: none;
	margin:25px 15px 15px -34px;
	text-align:left;
	text-indent:-1.2em;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.1em;
}
.the-content ul .check_txt:before {
	color: #84D2D7;
	content: "\f14a";
	font-family: "FontAwesome",sans-serif;
	margin-right: 5px;
}

/* .the-content ul, li{
	list-style: none!important;
	margin: 0 0 0 20px;
}
*/

/*　チェックボックス付き装飾　段落タイプ　*/  
.the-content p .check_txt{
	text-align:left;
	text-indent:-1.2em;
	font-weight:normal;
	letter-spacing:0.1em;
}
.the-content p .check_txt:before {
	color: #84D2D7;
	content: "\f14a";
	font-family: "FontAwesome",sans-serif;
	margin-right: 5px;
	margin-left: 10px;
}



/* 罫線色々 */

hr {
  border-top: none;
  border-left: none;
  height: 1px;
  background-color: #000000!important;
}

div.bold3 hr {
  border-top: none;
  border-left: none;
  height: 3px;
  background-color: #000000!important;
}

div.bold5 hr {
  border-top: none;
  border-left: none;
  height: 5px;
  background-color: #000000!important;
}

div.bold10 hr {
  border-top: none;
  border-left: none;
  height:10px;
  background-color: #000000!important;
}

div.dotted hr {
  border-bottom: 1px dotted;
  border-top: none;
  border-left: none;
  height: 1px;
  background-color: #ffffff!important;
}

div.dashed hr {
  border-bottom: 1px dashed ;
  border-top: none;
  border-left: none;
  height: 1px;
  background-color: #ffffff!important;
}

div.double hr {
	border-style: double;
  border-left: none;
  height: 2px;
  background-color: #ffffff!important;
}


a:link.btn_20, a:visited.btn_20, a:active.btn_20 {
	text-align: center;
	display: block;
	width: 90%;
	padding: 15px 10px;
	margin: 10px 4px;
	color: #FFF;
	text-decoration: underline;
	background: #ff3d8b;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
}
a:link.btn_21, a:visited.btn_21, a:active.btn_21 {
	text-align: center;
	display: block;
	width: 90%;
	padding: 15px 10px;
	margin: 10px auto;
	color: #532817;
	text-decoration: underline;
	background: #66cccc;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
}
a:link.btn_22, a:visited.btn_22, a:active.btn_22 {
	display: block;
	width: 90%;
	padding: 15px 10px;
	margin: 10px 4px;
	color: #532817;
	text-decoration: underline;
	background: #ffcc33;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
}
a:link.btn_23, a:visited.btn_23, a:active.btn_23 {
	display: block;
	width: 90%;
	padding: 15px 10px;
	margin: 10px 4px;
	color: #532817;
	text-decoration: underline;
	background: #E3F6CE;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
}

/* voice */
.vo_info{
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	text-align: center;
}
/* 以下voice frame装飾用追記 */
ul.voice_list{
	width: 100%;
	padding: 10px 5px;
}
li.box {
	display: block;
	float: left;
	width: 48%;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}
li div.voice_sh{
	margin: 3px;
	padding: 5px;
		border: 1px solid #F5F4ED;
	-moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
}
.boxContainer {
	overflow: hidden;
}
h2.voice_title{
	font-weight: normal;
	width: 98%;
	 height: 72px;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
	color: #555;
	text-align: center;
	box-sizing: border-box;
	text-decoration: underline;
}
h2.voice_title a{
	color: #333;
}
div.voice_p {
	padding:0;
}
div.voice_p p{
	line-height: 12px;
	text-align: justify;
}

div.the-content p {
	font-size: 14px;
	padding-bottom: 10px;
}
div.voice_sh img.wp-post-image{
display: block;
	width: 100%;
	height: 150px;
 object-fit: cover;
}

/* link pagenation area css 追加 */

.paging-navigation {
	border-top: 2px solid #999;
	margin: 35px 0;
}

.paging-navigation .page-numbers.current {
	border-top: 2px solid #84d2d7;
}
.paging-navigation a:hover {
	border-top: 2px solid #84d2d7;
	color: #999;
}

h1.entry-title a:hover {
	color: #84d2d7;
}

/* form area */
form.searchform {
	margin: 0 auto;
   text-align: center;
	padding-bottom: 30px;
}
input#s {
	 width: 60%;
	height:28px;
}
input#searchsubmit {
	 width: 20%;
	border: none;
	border-radius: 5px;
	background: #F7F4EE;
	color: #522819;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 13px;
	padding: 10px;
	line-height: 0.7;
}

/* date none
.entry-meta time {
	display: none;
} */

.list-view .site-content .cat-links {
	display: block;
	margin-top:3px;
}
div.entry-meta span.cat-links {
	background-color: #fff;
	margin: 10px 10px 0px 0px!important;
}
div.entry-meta span.cat-links a{
	background-color: #EEEEEE;
	margin-left: 0;
   padding: 8px;
}
div.entry-meta span.cat-links a:hover{
	color: #84d2d7;
	font-weight:bold;
}
.site-content .entry-meta {
	margin-left: 10px;
}

/* footer */

/*リンクボタン1*/
a:link.btn_item01,
a:visited.btn_item01,
a:active.btn_item01{
	display:block;
	width:95%;
	padding:10px 0px;
	margin:1px auto;
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	background:#f7c1bd;
	font-size:12px;
	border-radius:3px;
-webkit-transition:background-color 0.3s linear 0;
-moz-transition:background-color 0.3s linear 0;
-ms-transition:background-color 0.3s linear 0;
-o-transition:background-color 0.3s linear 0;
}

/*リンクボタン2*/
a:link.btn_item02,
a:visited.btn_item02,
a:active.btn_item02{
	display:block;
	width:95%;
	padding:10px 0px;
	margin:1px auto;
	color:#532817;
	font-weight:bold;
	text-decoration:underline;
	background:#E3F6CE;
	font-size:12px;
	border-radius:3px;
-webkit-transition:background-color 0.3s linear 0;
-moz-transition:background-color 0.3s linear 0;
-ms-transition:background-color 0.3s linear 0;
-o-transition:background-color 0.3s linear 0;
}


h3.f_catTit {
	background-color:#84d2d7;
	color: #fff;
	font-size: 12px;
	line-height: 2;
	border-top: solid 1px #96D8D8;
	border-bottom:solid 1px #7FBEC4;
	padding:3px 7px;
	margin: 10px 0 0px;
	text-align:left;
}

/* サービス */

.f_service{
	text-align:left;
	margin:5px auto 5px;
	letter-spacing:-0.4em;
}

.f_service li{
	display:inline-block;
	vertical-align:top;
	width:31%;
	margin-left:2%;
	font-size:12px;
	margin-bottom:10px;
	text-align:left;
	letter-spacing:normal;
}

.f_service li:nth-child(3n){
	margin-right:1%;
}

.f_service .itemImg{
	text-align:center;
	margin-bottom:5px;
	margin-top:15px;
	position:relative;
}

.f_service .circle-image{
	 border-radius: 50%;
}

.serviceName{
	font-size: 10px;
	text-decoration: underline;
	text-align: center;
}
	/* 特集まとめ */

		ul.f_colmnlist {
			padding: 0px 0 10px;
			display: flex;
			flex-wrap: wrap;
		}

		li.f_colmnbox {
			display: block;
			width: 49.5%;
			margin-right: 1%;
			margin-bottom: 5px;
			padding: 3px;
		}
li.f_colmnbox:nth-child(2n){
	margin-right: 0;
}
		li div.f_colmnsh {
			margin: 3px;
			border: 5px solid #fff;
			-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
			-o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
			-ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
		}

		.f_colmntitle {
			margin: 7px 5px 0;
			font-size: 10px;
		}

div#wishlistBadge .wishlist-ico-circle {
	border-radius: 100%;
	background-color: red;
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}
div#wishlistBadge span {
	position: relative;
	top: -21px;
	left: 0;
	font-size: 10px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
}
img.header_icon {
 margin-right:40px;
}
nav#dr{
	height: 55px!important;
}
#pagetop{
	background: #fff;
	box-shadow: 0 2px 8px rgba(30,30,80,.1);
	left: 0;
	/* line-height: 1; */
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 24;
}
/*#chArea {
	padding-top: 73px;
}*/

div.navbar_toggle {
	padding: 7px!important;
}
.navbar_toggle_icon {
	height: 1px!important;
	width: 22px!important;
}
header.archive-header{
	padding-top: 0px!important;
}
/*#content header.entry-header {
	padding-top: 65px!important;
} */
ul.pankuzu {
	margin: 10px 0 15px 20px;
}
ul.pankuzu a{
	color: #919191;
}
nav#dr div.dr_menu.open {
	position: fixed;
	top: 73px;
	left: 0;
	right: 0;
	bottom: 20px;
	overflow-y: auto;
}



/* 吹き出しcss追加 左*/
.balloon_left {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon_left .faceicon {
  float: left;
  margin-right: -50px;
  width: 20%;
}
.faceicon_name p{
	 padding-top: 10px;
	font-size: 12px;
	color: #808080;
	text-align: center;
}
.balloon_left .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon_left .name {
	padding-top: 10px;
	font-size: 12px;
	color: #808080;
}
.balloon_left .chatting {
  width: 100%;
  text-align: left;
}
.balloon_left .says {
	display: inline-block;
	position: relative;
	margin: 0px 0 0 70px;
	padding: 10px;
	max-width: 68%;
	border-radius: 12px;
	background: #edf1ee;
	font-size: 90%;
	line-height: 160%;
}
.balloon_left .says:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.balloon_left .says p {
  margin: 0;
  padding: 5px 10px!important;
}
/* 吹き出しcss追加 右*/
.balloon_right {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}
.balloon_right .faceicon {
  float: right;
  margin-left: -50px;
  width: 20%;
}
.faceicon_name p{
	 padding-top: 10px;
	font-size: 12px;
	color: #808080;
	text-align: center;
}
.balloon_right .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon_right .name {
	padding-top: 10px;
	font-size: 12px;
	color: #808080;
}
.balloon_right .chatting {
  width: 100%;
  text-align: left;
}
.balloon_right .says {
	display:block;
	position: relative;
	margin: 0px;
	padding: 10px;
	max-width: 65%;
	border-radius: 12px;
	background: #edf1ee;
	float: right;
	margin-right: 80px;
	font-size: 90%;
	line-height: 160%;
}
.balloon_right .says:after {
  content: "";
  position: absolute;
  top: 13px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #edf1ee;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.balloon_right .says p {
  margin: 0;
  padding: 5px 10px!important;
}

div#voicehead {
	padding-top: 10px!important;
}

/* Rinker */
div.yyi-rinker-contents div.yyi-rinker-title a {
	text-decoration: none;
	font-size: 11px;
	padding: 0 0 0 10px;
	display: block;
	color: #767676;
}

/* タグ */
.clm_tag01 {
		list-style: none;
		margin: 20px 10px 20px;
		overflow: hidden;
		padding: 0;
	}

	.clm_tag01 li {
		display: inline-block;
	}

	.clm_tag01 a {
		line-height: 26px;
		position: relative;
		display: inline-block;
		height: 26px;
		margin: 0 10px 10px 0;
		padding: 0 20px 0 23px;
		-webkit-transition: color 0.2s;
		transition: color 0.2s;
		text-decoration: none;
		color: #000;
		font-size: 12px;
		border-radius: 3px 0 0 3px;
		background: #F7F4EE;
	}

	.clm_tag01 a::before,
	.clm_tag01 a::after {
		background: #fff;
	}

	.clm_tag01 a::before {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 6px;
		height: 6px;
		content: '';
		border-radius: 10px;
	}

	.clm_tag01 a::after {
		position: absolute;
		top: -2px;
		right: -6px;
		width: 0;
		height: 0;
		content: '';
		border-width: 15px 0 15px 8px;
		border-style: solid;
		border-color: transparent transparent transparent #F7F4EE;
		border-radius: 4px;
	}

	.clm_tag01 a:hover {
		color: #000;
		background-color: #F7F4EE;
	}

	.clm_tag01 a:hover::after {
		border-left-color: #F7F4EE;
	}

	.btn-sticky {
		display: block;
		padding: 7px 0 7px 10px;
		background: #fff;
		border-left: solid 6px #84d2d7 ;/*左線*/
		border-top: solid 1px #f7f7f7;
		color: #000;/*文字色*/
		font-size: 11px;
		font-weight: bold;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
		margin: 10px 10px 20px;
		text-decoration: underline;
		text-align:left;
		letter-spacing: .05em;
	}
	.btn-sticky:active {
		box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
		transform: translateY(2px);
	}


div.mokuji_f7f9f9 {
	padding: 16px 0px 32px 0px;
	margin: 36px 0;
	background-color: #f7f9f9;
}
div.mokuji_f7f9f9 ul{
	padding-left: 0px;
   margin-left: 0px;
}
div.mokuji_f7f9f9 ul li{
	list-style: none;
	margin-left: 0px;
   padding-left: 20px;
}
div.mokuji_f7f9f9 li:first-child{
   padding-top: 20px;
   border-top: none;
	margin-left: -20px;
	}
div.mokuji_f7f9f9 li{
	padding: 8px 0px;
	font-size: 14px;
	list-style-type: none;
	border-top: 1px solid #e6e6e6;
	margin-left: 0px;
}
div.mokuji_f7f9f9 li a{
	font-size: 14px;
	color: #787c7b!important;
	}
div.quote_f7f9f9{
	margin: 0px 0px 10px 0px;
	padding: 26px 10px;
	background-color: #f7f9f9;
	}
div.quote_f7f9f9 p{
	font-size: 14px;
   line-height: 36px;
	color: #737373;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	text-align: left;
	}

div.writing{
	margin-top: 32px;
	margin-bottom: 32px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}
div.writingbox{
	 display: inline-block;
}
div.w_body{
	display: flex;
	box-sizing: inherit;
	justify-content: center;
}

div.w_avatar img{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	padding-top: 10px;
}

.w_profile {
	-webkit-box-flex: 1;
	flex: 1;
	margin-left: 15px;
	padding-top: 10px;
}
p.w_profile_name {
display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	font-size: 110%;
	font-weight: 700;
	padding-bottom: 0px!important;
}

p.w_box {
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	font-size: 14px;
	word-break: break-all;
}
.w_icon{
position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
}
div.writing02{
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 20px 0 30px;
	border-bottom: none;
	 background-color: #f7f9f9;
}
div.writing02.w_body{
	padding: 0 5px 5px!important;
}
div.writing02 div.w_avatar img{
	width: 110px;
	height: 110px;
	border-radius: 0;
	padding-left: 10px;
}
div.writing02 p.w_box {
	padding: 0 5px 5px;
}
p.w_profile_name span.check_txt::before {
	margin-left:0px;
}

.video {
	 position: relative;
	 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	 height: 0;
	 overflow: hidden;
}

.video iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
footer.entry-meta::before{
	content:none;
}




#searchform{
  position:relative!important;
  width: 100%!important;
  margin: auto!important;
}
#sbox{
	padding:0px 10px!important;
	position:absolute!important;
	left:0!important;
	top:7px!important;
	border-radius:2px!important;
	outline:0!important;
	width: 100%!important;
	box-sizing: border-box!important;
	border: solid 1px #a2a187!important;
	height: 32px!important;
	font-size: 14px!important;
}
.search-module-input::-webkit-input-placeholder {
  padding-top: 0.1em;
}
#sbtn{
	position:absolute!important;
	right: 13px!important;
	top: 6px!important;
	background:none!important;
	border:none!important;
	font-size:20px!important;
	padding: 0;
}
.fa-search:before{
	color: #85d2d7!important;
}
.searchformblog #sbox{
	top: 3px!important;
}


















.theme li img{
	margin-bottom:12px;
}
.featureday{
	font-size: 12px;
}
#_rcmdjp_display_1{
	margin:20px 0 25px;
}
#nextbox {
	margin: 80px 0;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}
#next {
	text-align: center;
}
#next a {
	font-size: 14px;
	padding: 0;
  margin: 0 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border:none;
  background: #fff;
}
#next a:hover{
	background: #74c3b6;
	color:#fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
#next a.last{
	width:40px;
	font-size:12px;
	color:#3a3a3a;
}
#next a.last:hover{
	background:none;
	color:#666666;
}
.wp-pagenavi{
	padding: 20px 0 20px;
	margin-top: 20px;
}
.wp-pagenavi span{
	border: none !important;
	font-size: 13px;
	color: #474747;
	font-weight: normal !important;
}
#next .current {
	color: #fff;
  background-color:#74c3b6;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.wp-pagenavi .pages{
	display: none;
}
.feature #nextbox {
	margin:50px 5% 70px;
}
.feature .post-categories{
	margin-right: 5%;
	margin-left:5%;
	margin-bottom:10px;
}
.size-full{
	width:100%;
	margin-bottom:20px;
}










h1.pagetitle {
	margin-top: 10px;
	font-size: 17px;
  letter-spacing: 1px;
  margin-bottom:15px;
}
h1.pagetitle{
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
h1.pagetitle::before{
	content: "";
	background: url(https://farbe.itembox.cloud/item/images/top/line.svg);
	width: 100%;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	height: 4px;
	position: absolute;
}

/* ブログページ */
.blogtopP{
	padding-right:7px;
}
.blogtopP h2.title span{
	position: inherit;
	padding-left: 9px;
	font-size:0.9em;
	color:#151515;
	top:0;
}
.the-content .datastamp{
	text-align: right;
	margin-bottom:10px;
	font-size:11px;
}
.bloglist li{
	position: relative;
}
.bloglist.list3 li{
	width: 100%;
	margin: 4% 0% 18px 0;
}
.bloglist.list3 li:first-child{
	margin-top: 10px;
}
.blogday{
	font-size:12px;
}
.blogday .post-update{
	padding-left:6px;
}
.blogday i{
	padding-right: 2px;
}
.bloglist__titlearea::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2px;
	height: 100%;
	background: #a7e7ec;
}
.bloglist li div img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 220px;
}
.noimg img{
	border:2px solid #84d2d7;
}
.bloglist li div .bloglist__autorimg img{
	border-radius:50%;
	object-fit: cover;
  object-position: 50% 50%;
  width: 55px;
  height: 55px;
  border:4px solid #fff;
}
.post-item a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}
.bloglist__titlearea{
	position: relative;
	padding-left: 5%;
}
.bloglist__autorimg{
	position: absolute;
	top:-30px;
	right: -4px;
	z-index:99;
}
.bloglist__autorname{
	position: absolute;
	top:-2px;
	right: 58px;
	letter-spacing:0;
	font-size:12px;
}
.blogtitle{
	font-weight: bold;
	padding-top: 6px;
	line-height: 1.5;
}
.magazinewrapper .blogtitle a{
	color: #4a4a4a;
}
.categorylist .blogcategoly-list li::before{
	content:none;
}
.categorylist .blogcategoly-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	padding-top:16px;
	padding-bottom:10px;
	border-top:1px solid #e5e5e5;
}
.bloglist.list3 .categorylist .blogcategoly-list li{
	padding:3px 9px 2px;
	width:auto;
	margin:0 0 7px;
	margin-right: 7px;
	background:#efefef;
	font-size:12px;
	border-radius: 6px;
}
.specificcate.list3 .categorylist .blogcategoly-list li{
	padding:3px 5px 2px;
	width:auto;
	margin:0 0 5px;
	margin-right: 5px;
	background:#efefef;
	font-size:11px;
	border-radius: 6px;
}
.post-pic{
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	height: 220px;
}
.post-pic img{
 transition:1s all;
}
.post-item:hover .post-pic img{
  transform:scale(1.2,1.2);
  transition:1s all;
}
.post-pic::before {
	opacity: 0;
	content: "";
	background: -webkit-gradient(linear,left top,right bottom,from(#25bdcf),to(#7adc71));
	background: -webkit-linear-gradient(left,#25bdcf 0,#7adc71 100%);
	background: linear-gradient(to bottom right,#25bdcf 0,#7adc71 100%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s cubic-bezier(.19,1,.22,1);
	transition: .3s cubic-bezier(.19,1,.22,1);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.post-item:hover .post-pic::before {
	opacity: .4;
	-webkit-transform: none;
	transform: none;
}
.post-item{
	display: block;
}
.post-item:hover {
	background: rgba(255,255,255,.3);
	-webkit-box-shadow: 12px 12px 3px 0 rgba(0,0,0,.15);
	box-shadow: 12px 12px 3px 0 rgba(0,0,0,.15);
}
.blogauthorbox .flex{
	background:#f4fcfc;
	padding:15px;
	display: flex;
	align-items: center;
}
.blogauthorbox__img{
	margin-right: 10px;
}
.blogauthorbox__contents {
  flex: 1;
}
.feature .blogauthorbox{
	margin:40px 18px 0;
}
.the-content p.blogauthorbox__title,.feature p.blogauthorbox__title{
	background:#84d2d7;
	color:#fff;
	padding:5px 0 3px 10px;
	font-size:16px;
	font-weight: bold;
}
.blogauthorbox__img img{
	border-radius:50%;
	object-fit: cover;
  object-position: 50% 50%;
  width: 60px;
  height: 60px;
}
.the-content p.blogauthorbox__img,.feature p.blogauthorbox__img{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #e0e0e0;
	padding-bottom:0;
}
.feature p.blogauthorbox__img img{
	width: auto;
	height: auto;
}

.the-content .blogauthorbox__name a,.feature .blogauthorbox__name a{
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color:#000000;
}
.the-content{
	width:90%;
	margin:0 auto;
}

.blogsidearea{
	background:#f7f6f2;
	padding:13px 0 40px;
	margin-top: 40px;
}
.blogsidearea h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	border-bottom:1px dashed #d0c8b7;
	margin-bottom:15px;
	margin-top:30px;
	padding-left:5px;
	font-size: 16px;
}
.blogsidearea form{
	width:100%;
	margin:10px 0px;
}
#searchform{
	position: relative;
	margin-bottom: 50px;
}
.search_text{
	font-size: 16px;
	width: 100% !important;
	margin:0 !important;
	padding: 5px 5px 4px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.serchbutton{
	position: absolute;
	font-size: 15px;
	border: none;
	color: #f15a24;
	right: 5px;
	top: 5px;
	background: none;
}
#searchform{
	position: relative;
	margin-bottom: 50px;
}
.side-reco,
.side-tag,
.side-cate{
	margin-bottom: 50px;
	overflow: hidden;
}
.side-reco li{
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #d0c8b7;
	padding-bottom: 12px;
}
.side-reco li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: middle;
}
.side-reco li p{
}
.side-reco li{
	counter-increment: number;
}
.side-reco li div{
	position: relative;
	height: 90px;
	width: 140px;
	overflow: hidden;
	float: left;
	margin: 5px 15px 0px 0;
}
.side-reco li div:before{
	position: absolute;
	z-index: 2;
	color: #fff;
	top: 0;
	left: 4px;
	font-size: 13px;
	content: "" counter(number);
}
.side-reco li div:after{
	position: absolute;
	content: "";
  border-bottom: 34px solid transparent;
  border-left: 26px solid #d4750f;
  left: 0;
  top: 0;
	z-index: 1;
}
.side-new{
	width: 96%;
	margin: 0 auto 50px;
	opacity: 0;
}
.side-new.slick-initialized{
	opacity: 1
}
.blogsidearea .prev-arrow{
	left: -30px;
}
.blogsidearea .next-arrow{
	right: -30px;
}
.side-new li{
	font-size: 13px;
    margin: 0 5px;
}
.side-new li div{
	margin-bottom:6px;
}
.side-new li img{
	object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 140px;
	vertical-align: bottom;
}
.blogsidearea .slide-arrow{
	top: 41%;
}
.side-date{
	font-size: 11px;
	margin-bottom: 3px;
}
.side-tag li{
	float: left;
	background: #afa796;
	font-size: 13px;
	margin: 0 5px 5px 0;
	border-radius: 3px;
}
.side-tag li a{
	padding: 2px 6px 0;
	display: block;
	border-radius: 3px;
	color: #fff;
	transition: all .3s;
}
.side-tag li a:hover{
	background: #755940;
}
.side-cate{
	margin: -9px 10px 0;
}
.side-cate>li{
	border-bottom: 1px dotted #d0c8b7;
	font-size: 14px;
}
.side-cate li a{
	padding: 10px 5px 7px 20px;
	transition: all .2s;
	display: block;
	position:relative;
}
.side-cate li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f105";
	position:absolute;
	top:32%;
	font-size:12px;
	left:5px;
	color:#d0c8b7;
}
.side-cate>li ul{
	margin-left:15px;
	margin-top:-3px;
	margin-bottom:7px;

}
.side-cate>li ul li a{
	padding: 3px 5px 1px 18px;
	font-size:13px;
}
.side-cate>li ul li a::before{
	top:25%;
	font-size:10px;
}
.side-cate li a:hover{
	background: rgba(176, 168, 152, 0.2);
}
.post-catselect {
    background: #fff;
    width: 100%;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #b8b8b8;
}
.slide-arrow{
	width: 12px;
	position: absolute;
	top: 30%;
}
.blogsidearea .slick-prev{
	left: -15px;
	top:89px;
}
.blogsidearea .slick-next{
	right: -15px;
	top:89px;
}
.blogsidearea .slick-prev:before{
	font-size:17px;
	color:#d0c8b7;
}
.blogsidearea .slick-next:before{
	font-size:17px;
	color:#d0c8b7;
}


.specificcate.list3 li{
	width: 48%;
	margin: 4% 4% 20px 0;
}
.specificcate.list3 li:first-child{
	margin-top: 10px;
}
.specificcate.list3 li:nth-child(2n){
	margin-right: 0;
}


.specificcate__img{
	overflow: hidden;
	min-width:138px;
	height: 162px;
}
.specificcate__img img{
 transition:1s all;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 162px;
}
.specificcate__img:hover img{
  transform:scale(1.2,1.2);
  transition:1s all;
}
.specificcate__day{
	font-size: 11px;
	margin:7px 0 5px;
}
.specificcate__title{
	font-size:13px;
	font-weight: normal;
}

.title.archiveP{
	font-size: 20px;
}

.blogtopP .title.archiveP .sub-cateT{
	font-size: 13px;
	text-align: center;
	display: block;
}
.post-categories{
	display: flex;
	flex-wrap:wrap;
	margin-top: 60px;
	margin-bottom: 20px;
}
.post-categories li{
	width: auto;
	margin: 0 0 7px;
	margin-right: 7px;
	font-size: 12px;
}
.post-categories li a{
	text-decoration: none;
	color:#000;
	background: #efefef;
	padding: 8px 15px 6px;
	border-radius: 6px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index:1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.post-categories li a:hover{
	color:#fff;
}
.post-categories li a:hover::before {
	-webkit-transform: scale(1.1) rotate(0);
	transform: scale(1.1) rotate(0);
}
.post-categories li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,left top,right bottom,from(#25bdcf),to(#7adc71));
	background: -webkit-linear-gradient(left,#25bdcf 0,#7adc71 100%);
	background: linear-gradient(to bottom right,#25bdcf 0,#7adc71 100%);
	-webkit-transform: scale(0) rotate(-45deg);
	transform: scale(0) rotate(-45deg);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .4s cubic-bezier(.19,1,.22,1);
	transition: .4s cubic-bezier(.19,1,.22,1);
}
.allpresent{
	text-decoration: underline;
	font-weight: bold;
	padding: 20px 0;
	font-size: 18px;
}
.allpresent a{
	color: #00b6c1;
}
.the-content iframe{
	max-width: 100%;
}


.blogwrapper{
	margin: 30px auto;
}





/* 特集WP */
.magazinewrapper{
	margin:30px auto;
}
.farbemagazine__title{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size:20px;
	margin-bottom:30px;
	letter-spacing:3px;
	margin-top: 11px;
}
.farbemagazine__title span{
	display: inline-block;
	border-top:2px solid #84d2d7;
	font-family: 'Meie Script', cursive;
	padding:3px 16px 0 10px;
	margin-top: 4px;
	font-size:17px;
	letter-spacing:0px;
	color:#383838;
}
.magazinetoppage{
	flex-wrap: wrap;
}
.magazinetoppage li,.magazinepage li{
	display: flex;
	margin-bottom:25px;
	position: relative;
	align-items: center;
}
.magazinetoppage li .magazine__img,.magazinepage li .magazine__img{
	width: 40%;
	margin-right: 4%;
}
.magazinetoppage li .magazine__contents,.magazinepage li .magazine__contents{
	width: 56%;
}
.magazinelistimg{
	overflow: hidden;
}
.magazinelistimg img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100px;
}
.magazinetoppage li:nth-child(-n+2){
	flex-direction: column;
}
.magazinetoppage li:nth-child(-n+2) .magazine__img{
	width: 100%;
	margin-right: 0%;
}s
.magazinetoppage li:nth-child(-n+2) .magazine__contents{
	width: 100%;
}
.magazinetoppage li:nth-child(-n+2) .magazine__contents{
	width: 100%;
}
.magazinetoppage li:nth-child(-n+2) .magazinelistimg img{
  object-fit:contain ;
  width: 100%;
  height: auto;
}
.ribbon-content {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 81px;
  height: 84px;
  overflow: hidden;
}
.ribbon {
  display: inline-block;
  position: absolute;
  z-index:10;
  padding: 8px 10px 7px 0;
  left: -19px;
  top: 18px;
  width: 151px;
  text-align: center;
  font-size: 15px;
  line-height: 14px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
}
.ribbon:before {
  left: 14px;
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon:after {
  right: 18px;
  border-top: 4px solid #b2751b;
  border-left: 1px solid transparent;
  border-right: 12px solid transparent;
  bottom: -4px;
}
.magazinetoppage li:nth-child(n+3) .ribbon-content,.list3 .ribbon-content{
	display	:none;
}
.featurecategoly-list{
	margin-top: 8px;
}
.featurecategoly-list span a{
	padding: 4px 5px 3px;
	margin: 0 0 7px;
	margin-right: 5px;
	background: #f2f2f2;
	font-size: 10px;
	border-radius: 6px;
	display: inline-block;
	color:#4d4d4d;
}
.magazinelistimg{
	overflow: hidden;
}
.theme li .magazinelistimg img{
	vertical-align: bottom;
	margin-bottom: 0;
}
.magazinelistimg:hover img{
  transform:scale(1.2,1.2);
  transition:2s all;
}
.magazineday {
	font-size: 11px;
	margin-top: 9px;
}
.magazineday i{
	padding-right: 2px;
}
.magazineday .post-update{
	padding-left:4px;
}
.magazinewrapper .side-new li img{
	 height:95px;
}
.magazinewrapper h2.title{
	letter-spacing:3px;
	text-align: center;
	margin-bottom:30px;
}
.magazinewrapper .theme.list3 li{
	width:100%;
	margin-right: 0;
	margin-bottom:25px;
}
.magazinewrapper h2.title span{
	position: static;
}
img.hedcarticon{
	height: 25px !important;
}
.fat-nav #sbtn {
    top: 14px!important;
}
h2.title span.sub-tagT{
	font-size:0.8em;
	color:#747362;
}
.taglist{
/*
	margin-right: 5%;
	margin-left:5%;
*/
	margin-bottom: 30px;
}
.taglist a{
	font-size:15px;
	margin-right: 7px;
	display: inline-block;
	color:#66b3b9;
}
.taglist a:before{
	content:"#";
}


.tagscroll{
	margin-top:-10px;
	overflow: scroll;
	margin-bottom:28px;
}
.toptagarea{
	background: #dff2f6;
	padding:8px 10px 5px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	width:900px;
}
.toptagarea__tag{
	letter-spacing:0;
	font-size: 12px;
}
.toptagarea__tag__list{
	display: flex;
}
.toptagarea span{
	background:#fff;
	display: block;
	font-size:12px;
	letter-spacing:0;
	border:1px solid #84d2d7;
	margin-bottom:4px;
	margin-right: 6px;
}
.toptagarea a{
	padding:2px 8px 1px;
	display: block;
}


.datastamp i{
	padding-right: 3px;
}
.datastamp span{
	padding-left: 10px;
}
.feature .datastamp{
	text-align: right;
	margin-bottom:12px;
	font-size:12px;
	margin-right: 15px;
	margin-top: 7px;
	color:#434343;
}

.spformarea{
	width:90%;
	margin:60px auto 0px;
}
.spformarea #searchform .search_text{
	padding: 5px 26px 5px 5px;
}


/* 実例集一覧ページ */
.casebook-favorite-button{
	width:85%;
	margin:0 auto 15px;
	text-align: center;
}
.casebook-favorite-button__button {
	border:1px solid #b5b4a0;
	color: #888768;
	border-radius: 5px;
	display: block;
	padding:10px 0 8px;
	border-radius: 5px;
}
.casebook-favorite-button__button::before {
	content: "\f004";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	speak: never;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-size: 1.2em;
	padding-top: 3px;
}
.specificcate__contents{
	display: flex;
	position: relative;
}
.specificcate__contents__item__favorite{
	width:28px;
	margin-left:7px;
	text-align: center;
	line-height: 1.3;
	padding-top: 35px;
}
.specificcate__contents__title{
	flex:1;
}
.specificcate__contents__item__favorite::before {
	content: "\f004";
	font-family: "Font Awesome 5 Pro";
	speak: never;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 21px;
	color: #e29298;
}
p.bloglist__autorimg img {
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 55px;
  height: 55px;
  border: 4px solid #fff;
}
.specificcate__contents .bloglist__autorname{
	position: relative;
  top: auto;
  right: auto;
}
.specificcate__contents__item__favorite.favorite-off::before {
	font-weight: 400;
}
.specificcate__contents__item__favorite.favorite-on::before {
	font-weight: 700;
}
.good_counter{
	display: block;
	font-size: 11px;
	color: #636363;
}
.casebooklist .categorylist .blogcategoly-list{
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 11px;
}




.passprotection{
	margin: 50px 0 20px;
	text-align: center;
	font-weight: bold;
}
.passprotection-formarea{
	text-align: center;
}
.post_password input.passprotection-form{
	width: 80%;
	margin: 0 auto 15px;
	height:38px;
	padding:5px;
}
.post_password input.passprotection-btn{
	width: 80%;
	margin: 0 auto;
	height:38px;
	background: #ef8e3e;
	color: #fff;
	border:none;
}