/*
 Theme Name:   Xeory Extension Child
 Description:  Xeory Extension Child Theme
 Template:     xeory_extension_new
 Version:      1.0
*/

/* コンテンツの調整*/
body.home .front-loop .popular_post_box {
	width: 17.64%;
	margin-left: 2.2%;
	float: left;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "游ゴシック", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'M PLUS Rounded 1c', "メイリオ", Meiryo, sans-serif;
	position: relative;
}

.post-content p, .post-content ul, .post-content ol, .post-content dl, .post-content blockquote, .post-content pre, .post-content table {
	margin-bottom: 1em;
}

p, pre {
    margin: 0 0 1em;
}

/*フォントの色設定*/
.red{ color: #e53935!important; }/*赤*/
.blue{ color: #3187F9!important; }/*青*/
.green{ color: #4caf50!important; }/*緑*/
.yellow{ color: #E1D902!important; }/*黄*/
.navy{ color: #004182!important; }/*紺*/
.orange{ color: #ffd700!important; }/*橙*/
.pink{ color: #FF7173!important; }/*ピンク*/
.purple{ color: #9c27b0!important; }/*紫*/
.olive{ color: #808000!important; }/*オリーブ*/
.lime{ color: #11ee11!important; }/*黄緑*/
.aqua{ color: #00bcd4!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #aaa!important; }/*灰*/
.white{ color: #fff!important; }/*白*/
.brown{ color: #6d4c33!important; }/*茶*/

/*マーカー表示（背景に着色）*/
.box-yellow,
.box-aqua,
.box-orange,
.box-pink,
.box-lime,
.box-gray{ padding: 2px; }

.box-yellow{ background: linear-gradient(transparent 65%, #ffff66  80%); }/*黄*/
.box-aqua{ background: linear-gradient(transparent 65%, #00bcd4  80%); }/*水色*/
.box-orange{ background: linear-gradient(transparent 65%, #ffd700  80%); }/*橙*/
.box-pink{ background: linear-gradient(transparent 65%, #ffbbdd 80%); }/*ピンク*/
.box-lime{ background: linear-gradient(transparent 65%, #98fb98 80%); }/*黄緑*/
.box-gray{ background: linear-gradient(transparent 65%, #808080 80%); }/*灰*/

body.color05 .post-header {
  padding: 36px 5px 36px 10px;
}

/* 太字（オリジナル）*/
.futoji{
  font-weight: bold;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev_next  #prev, #prev_next  #next{
	width: 50%;
	padding:30px 10px 10px;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	display: table-cell;
	position:relative;
	text-decoration:none;
}

#prev_next #prev p, #prev_next #next p{
	font-size:90%;
	line-height:1.5;
}

#prev_next #prev:hover, #prev_next #next:hover{
	background-color: rgba(238,238,238,0.7);
}

#prev_next #prev{
	border-right:#ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title{
	font-size:90%;
	top:-1em;
	position:absolute; 
	border: 1px #ccc solid;
	background:#fff; 
	text-align: center;
	padding:3px;
	color:#666;
}

#prev_next #next_title{
	right:10px;
}

#prev_next #prev img, #prev_next #next img{
	margin:0 auto;
}

#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	height:140px;
	padding:0 10px;
	display: table-cell;
}

#prev_next #prev_no{
	border-right:#ccc 1px solid;
}

#prev_next_home{
	margin:0 auto;
	background-color: #39f;
	border: solid 9px #fff;
	width: 100px;
	height:100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0 0 0 3px #39f;
	-webkit-box-shadow: 0 0 0 3px #39f;
	-moz-box-shadow: 0 0 0 3px #39f;
	text-align:center;	
}

#prev_next_home:hover{
	background-color: rgba(0,0,255,0.7);
}

#prev_next_home i{
	color:#FFF;
	margin:10px auto ;
	font-size:60px;
}
/*-- ここまで --*/

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*-- ここから --*/
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
  padding:3px 10px;
}
#prev_next #next_title{
  right:10px;
}
#prev_next #prev img{
  float:left;
  margin-right:10px
}
#prev_next #next img{
  float:right;
  margin-left: 10px;
}
/*-- ここまで --*/
}

.indenx2itembox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
 
.indenx2itembox .imgbox {
    width: 225px;
}
 
.indenx2itembox .titlebox{
    width: 360px;
}
 
.indenx2itembox .titlebox_time {
    font-size: 11px;
    display:block;
    line-height: 100%;
}
 
.indenx2itembox .titlebox_title {
    margin-top: 5px;
}
 
.indenx2itembox .titlebox_contentin {
    font-size: 13px;
}
 
.indenx2itembox .titlebox_title a,
.indenx2itembox .titlebox_title a:hover,
.indenx2itembox .titlebox_title a:link,
.indenx2itembox .titlebox_title a:visited {
    text-decoration:none !important;
    color: #000000;
}

.fa-sign-in:before {
content: "\f090";
}

body.home #main_visual h2 {
    margin-bottom: 5px;
}

/*リンクボタン商品用*/
.l-btn{
  width: 200px; 
  background-color: #ffc0cb;
  border: 1px solid #ffffff;
  border-radius: 14px;
  display: block; 
  font-weight: bold;
  color: #ffffff;
  padding: 10px 10px;
  margin: 10px 0 10px 0;
  text-align: center;
  text-decoration: none;
}

.l-btn:hover {
  background-color: #ffb6c1;
  color: #ffffff;
  text-decoration:none;
  top:1px; left:1px; position:relative;
}

/*リンクボタンafi用*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.7em 0.6em;
  text-decoration: none;
  color: #FFF!important;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.button_wrapper{
   text-align:center;
}

/*リンクボタン(動きあり)*/
.btn-1 {
    background-color: #61c359; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 7px;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-1:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-1 a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-1 > img { float: left; }
.btn-1::after{ content: ''; clear: left; }



/*文字囲み（交差）*/
.box17{
  margin:1.5em 1em;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}

.box17:before, .box17:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}

.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
  margin: 0;
  padding: 0;
} 

/*フォントサイズの設定*/
.f12em{ font-size: 1.2em; }

/*商品紹介タイトル*/
.mybox {
  color: #d04255;
  font-size: 28px;
  padding: 10px 10px 10px 60px;
  margin: 0 0 20px 0;
  position: relative;
}

.mybox:before {
content: '＊*';
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  text-shadow: 0px 0px 6px #EAA8BF, 0px 0px 4px #EAA8BF, 0 0 0.5px #EAA8BF;
}

.mybox:after{
  border-bottom: 2px dotted #EAA8BF;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

/*レビュータイトル*/
.mybox2{
  color: #dd6a7a;
  font-size: 22px;
  padding: 5px 5px 5px 30px;
  position: relative;
}

.mybox2:before{
  background-color: #ef858c;
  border-radius: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 5px;
  height: 80%;
}

.mybox2:after{
  background-color: #f3cbd0;
  border-radius: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  width: 5px;
  height: 80%;
}

/*文字の横位置*/
.al-r{ text-align: right; }


/*サイドバーのカテゴリ表示*/

/*子カテゴリ非表示*/
.children{
  display: none;
}

/*サイドバーのカテゴリにアイコン表示*/
li.cat-item-1 a:before {
    font-family: "FontAwesome";
    content: "\f02b";
    padding-right: 6px;
    color: #ffb6c1;
}

li.cat-item-7 a:before {
  font-family: "FontAwesome";
  content: "\f09d";
  padding-right: 6px;
  color: #ffb6c1;
}

li.cat-item-121 a:before {
  font-family: "FontAwesome";
  content: "\f015";
  padding-right: 6px;
  color: #ffb6c1;
}

li.cat-item-12 a:before {
  font-family: "FontAwesome";
  content: "\f06c";
  padding-right: 6px;
  color: #ffb6c1;
}

li.cat-item-5 a:before {
  font-family: "FontAwesome";
  content: "\f040";
  padding-right: 6px;
  color: #ffb6c1;
}

li.cat-item-9 a:before {
  font-family: "FontAwesome";
  content: "\f0fc";
  padding-right: 6px;
  color: #ffb6c1;
}

li.cat-item-11 a:before {
  font-family: "FontAwesome";
  content: "\f1ec";
  padding-right: 6px;
  color: #ffb6c1;
}

li.cat-item-8 a:before {
  font-family: "FontAwesome";
  content: "\f004";
  padding-right: 6px;
  color: #ffb6c1;
}

.post-share {
  padding: 0px;
}

.post-content blockquote {
  padding: 30px 20px 0 55px;
}

.side-widget {
  margin-bottom: 20px;
  padding-bottom: 5px;
 }



/*-------------------------
  ブログカード(実装版)
-------------------------*/
.blog-card {
	border:1px solid #8acec7;
	word-wrap:break-word;
	max-width:100%;
	font:inherit;
	border-radius:5px;
	margin: 30px 0;
  /* sp用 ※4 */
}

.blog-card:hover {
	background: #fee;
}

.blog-card a {
	text-decoration: none;
}

.blog-card-thumbnail {
	float:left;
	padding:10px;
}

.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-card-content {
	line-height:120%;
}

.blog-card-title {
	padding:10px 10px 10px 0;
	font-size:13px;
	font-weight: bold;
	line-height: 1.5em;
}
.blog-card-title::before {
	content: '関連記事';
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	background: #8acec7;
	width: 5em;
	display: inline-block;
	padding: 0.2em;
	position: relative;
	top: -2px;
	text-align: center;
	margin-right: 0.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.blog-card-excerpt {
	color:#333;
	font-size:14px;
	margin:0 10px 10px;
	line-height: 1.5em;
	font-weight: 500;
}

.blog-card .clear {
	clear: both;
}

@media (max-width: 599px) {
.blog-card {
	margin: 10px 0;
  }
}

.blog-card-thumbnail {
	float: left;
	padding: 10px;
}

.blog-card-title {
	padding: 10px 10px 10px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}



/* ----------------------------------------
* カラースキーム 05 紫
---------------------------------------- */
/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home.color05 #main_visual {
  background: #da70d6;
  background-image: -webkit-linear-gradient(bottom right, #da70d6, #da70d6);
  background-image: linear-gradient(to top left, #da70d6, #da70d6);
  color: #fff;
}
body.home.color05 .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
body.home.color05 .front-loop h2 {
  border-bottom: 1px solid #e5e5e5;
}
body.home.color05 .front-loop .popular_post_box h3 {
  color: #4E4E4E;
}
body.home.color05 .front-loop .popular_post_box h3 a {
  color: #4E4E4E;
}
body.home.color05 .front-loop .popular_post_box h3 a:hover {
  color: #da70d6;
}
body.home.color05 .front-loop .popular_post_box ul a {
  color: #4E4E4E;
}
body.home.color05 .front-loop .popular_post_box ul a:hover {
  color: #da70d6;
}
body.home.color05 .front-loop .popular_post_box .p_category {
  background: #da70d6;
  color: #fff;
}

body.home.color05 .front-loop .popular_post_box .p_rank {
  background: #900;
  color: #fff;
}

body.home.color05 .front-loop .popular_post_box .p_date {
  background: #36373C;
  color: #fff;
}

body.home.color05 .front-main-cont .front-cont-header {
  background: #da70d6;
  color: #fff;
}

body.home.color05 .front-main-cont .tri-border span {
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #da70d6;
}

body.home.color05 #front-contents .c_box {
  border-bottom: 1px solid #e5e5e5;
}

body.home.color05 #front-contents .c_box.c_box_left {
  background-color: #fff;
}

body.home.color05 #front-contents .c_box.c_box_right {
  background-color: #fafafa;
}

body.home.color05 #front-contents .c_number {
  background: #da70d6;
  color: #fff;
}

body.home.color05 #front-contents h3 {
  color: #da70d6;
}

body.home.color05 #front-contents .c_english {
  color: #da70d6;
}

body.home.color05 #front-contents .c_text .c_btn a {
  background: #da70d6;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

body.home.color05 #front-service {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

body.home.color05 #front-service .front-service-inner h3 {
  color: #da70d6;
}

body.home.color05 #front-service .front-service-inner .c_english {
  color: #da70d6;
}

body.home.color05 #front-service .front-service-inner .c_text .c_btn a {
  background: #da70d6;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

body.home.color05 #front-company {
  background: #fff;
}

body.home.color05 #front-company .c_box {
  border-bottom: 1px solid #e5e5e5;
}

body.home.color05 #front-company dl {
  border-bottom: 1px solid #e5e5e5;
}

body.home.color05 #front-company dl#front-company-1 dt {

border-top: 2px solid #da70d6;
}

body.home.color05 #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}

body.home.color05 #front-contact {
  background: #da70d6;
}

body.home.color05 #front-contact .c_box_inner input[type=submit],
body.home.color05 #front-contact .c_box_inner button {
  background: #131D2A;
}

body.color05 {
  color: #4E4E4E;
}

body.color05 a {
  color: #da70d6;
}

body.color05 form input[type="submit"],
body.color05 form button {
  background: #da70d6;
  color: #fff;
}

body.color05 #header {
  background: #da70d6;
}

body.color05 #header a {
  color: #fff;
}

body.color05 .breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

body.color05 #gnav {
  background: #da70d6;
}

body.color05 #gnav ul li:hover a {
  background: #0069aa;
}

body.color05 #gnav ul li.current-menu-item a {
  background: #0069aa;
}

body.color05 #gnav ul li a {
  color: #fff;
  background: #da70d6;
}

body.color05 #gnav ul li a:hover {
  color: #fff;
  background: #0069aa;
}

body.color05 #gnav ul li .sub-menu {
  background: #fff;
  border: 1px #e5e5e5 solid;
}

body.color05 #gnav ul li .sub-menu li {
  border-bottom: 1px #e5e5e5 solid;
}

body.color05 #gnav ul li .sub-menu li a {
  color: #da70d6;
  background: #fff;
}

body.color05 #gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #da70d6;
}

body.color05 #header-fnav-area #header-fnav-btn a {
  background: #0069aa;
}

body.color05 #header-fnav-area #header-fnav {
  background: #fff;
  border: 1px #e5e5e5 solid;
}

body.color05 #header-fnav-area #header-fnav li {
  border-bottom: 1px #e5e5e5 solid;
}

body.color05 #header-fnav-area #header-fnav li a {
  color: #da70d6;
  background: #fff;
}

body.color05 #header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #da70d6;
}

body.color05 .cat-content,
body.color05 article.post,
body.color05 article.page {
  background: #fff;
  border: 1px #e5e5e5 solid;
}

body.color05 .post-header {
  padding: 56px 64px 46px;
  border-bottom: 1px solid #e5e5e5;
}

body.color05 .post-header .cat-name span {
  border: 1px solid #da70d6;
  color: #da70d6;
}

body.color05 .post-title a {
  color: #4E4E4E;
}

body.color05 .post-title a:hover {
  color: #da70d6;
}

body.color05 .post-title a {
  color: #da70d6;
}

body.color05 .post-title a:hover {
  color: #da70d6;
}

body.color05 .post-meta-area {
  border-bottom: 1px solid #e5e5e5;
}

body.color05 .post-meta-area .post-meta-comment li {
  border-left: 1px solid #e5e5e5;
}

body.color05 .post-content hr {
  border-bottom: 1px solid #eee;
}

body.color05 .post-content h2 {
  background: #da70d6;
  color: #fff;
}

body.color05 .post-content h3 {
  border-bottom: 2px solid #da70d6;
}

body.color05 .post-content h4 {
  border-left: 5px solid #131D2A;
  clear: both;
}

body.color05 .post-content blockquote {
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}

body.color05 .post-content blockquote:before {
  color: #e7e7e7;
}

body.color05 .post-content blockquote cite {
  color: #808080;
}

body.color05 .post-content table {
  border: 1px #F6A38B solid;
}

body.color05 .post-content table th,
body.color05 .post-content table td {
  border: #F6A38B solid 1px;
}

body.color05 .post-content table th {
  color: #fff;
}

body.color05 .post-content table thead th {
  background: #F6A38B;
}

body.color05 .post-content table tbody th {
  text-align: center;
  background: #F6A38B;
}

body.color05 .post-content table.table-line table,
body.color05 .post-content table.table-line th {
  border-color: #FFF;
}

body.color05 .post-content table.table-line td {
  border-color: #F6A38B;
}

body.color05 .post-content table.table-line th {
  color: #4E4E4E;
}
body.color05 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color05 .post-content table.table-line tr {
  background: #eee;
}
body.color05 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color05 .post-cta {
  background: #ffc0cb;
  color: #fff;
}
body.color05 .post-cta .cta-post-title {
  border-bottom: 1px solid #eee;
  color: #000;
}
body.color05 .post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
}
body.color05 .post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
body.color05 .post-cta .btn {
  background: #da70d6;
}
body.color05 .post-cta .btn:hover {
  background: #da70d6;
}
body.color05 .post-share .post-share-list1 a,
body.color05 .post-share .post-share-list2 a,
body.color05 .post-share .post-share-list3 a,
body.color05 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color05 .post-share .post-share-list1 a:hover,
body.color05 .post-share .post-share-list2 a:hover,
body.color05 .post-share .post-share-list3 a:hover,
body.color05 .post-share .post-share-list4 a:hover {
  background: #f7f7f7;
}
body.color05 .post-author {
  border: 1px solid #e5e5e5;
  color: #4E4E4E;
  background: #fff;
}
body.color05 .post-author a {
  color: #da70d6;
}
body.color05 .post-author .post-author-meta {
  color: #4E4E4E;
}
body.color05 #comments {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 45px;
}
body.color05 #comments h4 {
  border-bottom: 5px solid #da70d6;
}
body.color05 #comments h4 i {
  color: #da70d6;
}
body.color05 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color05 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color05 .cat-content {
  background: #fff;
}
body.color05 .post-loop-wrap .more-link {
  border: 1px #da70d6 solid;
  color: #da70d6;
}
body.color05 .post-loop-wrap .more-link:hover {
  background: #da70d6;
  color: #fff;
}
body.color05 .post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
}
body.color05 .post-loop-wrap .post-footer a.morelink {
  background: #da70d6;
  color: #fff;
}
body.color05 .pagination span, body.color05 .pagination a {
  color: #4E4E4E;
  background: #fff;
}
body.color05 .pagination a:hover {
  color: #fff;
  background: #3279BB;
}
body.color05 .pagination .current {
  background: #3279BB;
  color: #fff;
}
body.color05 .side-widget .side-title {
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
body.color05 .side-widget a {
  color: #da70d6;
}
body.color05 .side-widget a:hover {
  color: #da70d6;
}
body.color05 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color05 .side-widget .post-date {
  color: #999999;
}
body.color05 .widget_search {
  border: 1px solid #e5e5e5;
}
body.color05 .widget_search button {
  color: #5e6265;
}
body.color05 .recentcomments {
  color: #808080;
}
body.color05 .recentcomments a {
  color: #4E4E4E;
}
body.color05 #side .share-list-wrap {
  background: #fff;
}
body.color05 #footer {
  color: #fff;
  border-top: 8px solid #36373c;
}
body.color05 #footer a {
  color: #fff;
}
body.color05 #footer a:hover {
  color: #ccc;
}
body.color05 #footer-brand-area {
  border-bottom: 1px solid #36373c;
}
body.color05 .footer-01 {
  background: #36373c;
}
body.color05 .footer-02 {
  background: #2E2F33;
}
body.color05 .single-lp .lp-wrap {
  border: 1px solid #eee;
  background: #fff;
}
body.color05 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color05 .single-lp #lp-header {
  background: #ffc0cb;
}
body.color05 .single-lp #lp-header h1 {
  color: #ffc0cb;
  border-bottom: 1px solid #eee;
}
body.color05 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color05 .single-lp .lp-form input[type=submit],
body.color05 .single-lp .lp-form button {
  background: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
}
body.color05 .single-lp .lp-form input[type=submit]:hover,
body.color05 .single-lp .lp-form button:hover {
  background: #f9743b;
}
body.color05 .pagetop {
  color: #fff;
}
body.color05 .pagetop span {
  background: #2b2b2b;
}
body.color05.single-lp #lp-header{
  background: #ffc0cb;
}

/* bzb_sns_btn 2016.12.20 */
.bzb-sns-btn {
  display: table-cell;
}
.bzb-sns-btn li {
  vertical-align: top;
  font-size: 18px;
}
.bzb-sns-btn li.bzb-facebook {
  width: 83px;
}
.bzb-sns-btn li.bzb-twitter {
  width: 75px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 68px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-line a img {
  vertical-align: top !important;
}

/* h2 2016.12.20 */
@media screen and ( max-width: 1200px ){
  .post-content h2 {
    margin: 40px 0 32px -46px;
    padding: 10px 10px 10px 40px;
  }
}

@media screen and ( max-width: 768px ){
  .post-content h2 {
  margin: 40px 0 32px -30px;
  padding: 16px 16px 16px 20px;
  }
}

/* single-lp h2 2016.12.20 */
.single-lp #main {
  overflow: visible;
}

.single-lp .post-content h2 {
  margin: 40px 0 32px -66px;
}

@media screen and ( max-width: 768px ){
  .single-lp .post-content h2 {
    margin: 40px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }
}


/*見出し（h2 h3 h4）装飾を再設定 */
body.color05 .post-content h2 {
  border-left: none;
  margin: 40px 0 30px -50px;
  padding: 10px 10px 10px 25px;
  font-size: 22px;
  clear: both;
  font-weight: bold;
  background: #da70d6;
  color: #fff;
}

body.color05 .post-content h3 {
  font-size: 20px;
  margin: 30px 0 10px;
  padding: 20px 0 10px;
  clear: both;
  font-weight: bold;
  border-top:2px solid #da70d6;
  border-bottom: 1px solid #5285C2;
  line-height: 1;
}

body.color05 .post-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 0 0 8px;
  border-left: 7px solid #da70d6;
  border-bottom:1px solid #da70d6;
  clear: both;
}

body.color05 .post-content h5 {
  font-size: 16px;
  margin: 20px 0;
  clear: both;
}

body.color05 .post-content h6 {
  font-size: 16px;
  margin: 20px 0;
  clear: both;
}

/*ポイント囲み枠*/
.point1 {
    position: relative;
    margin: 2em 0;
    padding: 1em 2em;
    border: solid 3px #70cfda;
    line-height: 2em;
}
.point1 .point1-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #70cfda;
    font-weight: bold;
}

/*ベタ*/
.beta{
	background-color: #f2f2f2;
}

/*吹き出し*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

/*リストデザイン（シンプル）*/
.list-d1 ul {
	list-style: none!important;
}

.list-d1 ul {
	font: 14px/1.6 'arial narrow', sans-serif;
	padding: 10px 10px 20px;
	background: #fffaf0;
	border: solid 2px #F6A38B;
	border-radius: 5px;
	list-style: none;
}

.list-d1 ul li {
	position: relative;
	line-height: 30px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: dashed 1px #F6A38B;
}

.list-d1 ul li:before{
	content: "・";
	position: absolute;
	left: 0px;
}

/*リストデザイン（星マーク付）*/
.list-d2 ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.list-d2 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.list-d2 ul li:before {
  font-family:FontAwesome;
  content: "\f005";/*アイコンの種類*/
  position: absolute;
  left: 1em;
  color: skyblue;/*アイコン色*/
}

/*リストデザイン（check）*/
.list-che ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.list-che ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.list-che ul li:before {
  font-family:FontAwesome;
  content: "\f14a";/*アイコンの種類*/
  position: absolute;
  left: 1em;
  color: #ff69b4;/*アイコン色*/
}


/*関連記事（実装版）*/
.relatedkiji {
  margin: 40px 0 0;
  padding: 10px;
}
 
.relatedkiji h4 {
  color: #da70d6;/*文字色*/
  font-size: 20px;/*フォントサイズ*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #da70d6;/*上線*/
  border-bottom: solid 3px #da70d6;/*下線*/
}

.relatedkiji ul {
  font-size: 0;
  margin: 10px 0;
  padding: 0;
}
 
.relatedkiji li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 10px 5px;
  list-style: none;
  vertical-align: top;
}
 
.relatedkiji li a {
  display: block;
  text-decoration: none;
  color: #000;
}
 
.relatedkiji li a:hover {
  color: #000070;
  background-color: #eee;
}
 
.relatedkiji img {
  height: 120px;
  object-fit: cover;
}
 
.relatedkiji .text {
  font-size: 16px;
  font-weight: bold;
}
 
@media (max-width: 599px) {
  .relatedkiji ul {
    margin: 0;
  }
  .relatedkiji li {
    display: block;
    width: 100%;
  }
  .relatedkiji li a:after {
    display: block;
    clear: both;
    content: '';
  }
  .relatedkiji img {
    float: left;
    width: 90px;
    height: 70px;
  }
  .relatedkiji .text {
    width: auto;
    margin-top: 5px;
    margin-left: 100px;
  }
}

/*/////////////////////////////////////////////////
//ふきだし(実装版)
/////////////////////////////////////////////////*/
.balloon__contener {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
}

.balloon__contener:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.balloon__contener figure {
  width: 60px;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
}

.balloon__contener figure img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: solid 1px #dddddd;
}

.balloon__contener figure figcaption {
  color: #000000;
  width: 60px;
  position: absolute;
  top: 60px;
  text-align: center;
  font-size: 70%;
  line-height: 100%;
}

.balloon__contener .balloon__left {
  width: 100%;
  position: relative;
  display: block;
  max-width: 80%;
  clear: both;
}

.balloon__contener .balloon__left figure {
  left: 0;
}

.balloon__contener .balloon__left .balloon__text {
  margin-left: 80px;
  position: relative;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #d8f4f8;
}

.balloon__contener .balloon__left .balloon__text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 12px;
  border-right: 15px solid #d8f4f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon__contener .balloon__right {
  width: 100%;
  position: relative;
  display: block;
  float: right;
  max-width: 80%;
  clear: both;
}

.balloon__contener .balloon__right figure {
  right: 0;
}

.balloon__contener .balloon__right .balloon__text {
  margin-right: 80px;
  position: relative;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #eeeeee;
}

.balloon__contener .balloon__right .balloon__text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 12px;
  border-left: 15px solid #eeeeee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}




@media only screen and (max-width: 767px){
  .balloon__contener .balloon__left,
  .balloon__contener .balloon__right {
    max-width: 100%;
  }
}

/*目次*/

/*記事一覧（実装版）の装飾*/
.ichiran-t {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #696969;
	margin-bottom: 10px;
}

.ichiran ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
.ichiran ul li {
	clear: both;
	margin: 0 0 10px;
}
.ichiran ul li span {
	display: block;
	float: left;
	width: 3.5em; /*カゴテリー名による*/
	color: #fff;
	background: #ff7f50;
	margin: 0 10px 0 10px;
	text-align: center;
	font-size: .9em;
}
.ichiran ul li span.cat-a {
	background: #e3efef;
}
.ichiran ul li span.cat-b {
	background: #efe3ec;
}
.ichiran ul li span.cat-c {
	background: #efefe3;
}
.ichiran ul li span.ymd {
	display: inline;
	float: none;
	padding: 0 5px;
	font-size: 13px;
	color: #999;
}

/*リストの・を消す設定（ダメ押し）*/
#post_contents ul li {
  list-style-type:none;
  background-image:none;
  margin-left: 0;
  padding-left: 0;
}
