@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); */
/*!
Theme Name: Simplicity2
Description: Simplicityの意味は、単純、簡単、簡素、質素です。飾り気のないカスタマイズの土台となれるようなテーマを目指して作りました。
Theme URI: https://wp-simplicity.com/
Author: yhira
Author URI: http://nelog.jp/
Text Domain: simplicity2
Version: 2.7.8
Tags: two-columns, left-sidebar, right-sidebar
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: normal;
    src: url('webfonts/web/NotoSansCJKjp.eot');
    src: url('../No/NotoSansCJKjp.eot?#iefix') format('embedded-opentype'),
         url('../font/web/NotoSansCJKjp.woff') format('woff'),
         url('../font/web/NotoSansCJKjp.otf') format('opentype')
}*/
*{
	margin:0 ;
	padding:0;
}
/************************************
** 基本設定（General Setting）
************************************/

@media screen and (min-width: 600px) {
	.pcOFF{
		display:none !important;
	}
}
@media screen and (max-width: 600px) {
	.pc-none,
	.spOFF{
		display:none !important;
	}
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  font-size:16px;
  -webkit-text-size-adjust: 100%;
	background:#F7F7F7;
  word-break: break-all;
}

img{
  border-width:0;
  box-sizing: border-box;
  vertical-align: bottom;
}

figure,
main figure{
  margin: 0;
}
a{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.pc-none{
  display: none;
}
.article{
  font-size:16px;
  line-height:170%;
  padding:0 30px 30px;
  border:solid 1px #ccc;
	box-shadow: 2px 2px 16px #ddd;

  border-radius:5px;
  box-sizing:border-box;
  background:#fff;

}



.article p{
	padding:0 20px;
	font-weight:500;
	color: #111111;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	margin-bottom:35px;
	text-align:justify;
}
@media screen and (max-width: 600px) {


	.article{
	  padding:10px;
	  border:none;
	  box-shadow:none;

	}
	.article p{
		padding:0;
		font-size:15px;
	}
}

/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
}

.aligncenter{
  clear:both;
}

.cf:after{
  content: "";
  clear: both;
  display: block;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:30px;
}
.article h1 {
  margin-top:30px;
  margin-bottom:20px;
  font-size: 30px;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
	/*
  border-left:1px solid #000;
  margin: 40px -29px 20px;
  padding:25px 30px;
  font-size:26px;
  */
	padding: 15px 15px 15px 30px;
    background: #3d78b0 url(../images/tit_marker01.png) no-repeat left center;
    color: #fff;
    border-radius: 5px;
}

.article h3{
	/*
  font-size:23px;
  border-bottom:5px solid #e7e7e7;
  padding:10px 0;
  */
    clear: both;
    margin: 30px 0 25px 0;
    padding: 0 0 15px 0;
    font-weight: bold;
    line-height: 1.4;
    font-size: 24px;
    position: relative;
    border-bottom: solid 3px #3b5998;
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
	/* border-bottom:5px dashed #eee;*/
	padding: 10px;
	background: #eee;
	border-left: solid 4px #3d78b0;
}

.entry-content{
  margin-bottom: 60px;
}

.tit01{
	border:solid 1px #008c81;
	border-left:solid 10px #008c81;
	background:#f3fffe;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:15px;
}
/*
body.home .tit01{
	font-weight:bold;
	font-size:24px;
	margin-bottom:25px;
	color:#000;
	padding:20px 20px 20px;
	letter-spacing:2px;
	background:#ecf9ff url(images/icon_new.png) no-repeat 10px 10px;
	background-size:45px auto;

    padding-left: 67px;
    border: solid 2px #142d66;
    border-radius: 5px;
}
body.home .tit01.sale{
	background-image:url(images/icon_sale.png);
}
body.home .tit01.desktop{
	background-image:url(images/icon_desktop.png);
}
body.home .tit01.smartphone{
	background-image:url(images/icon_smartphone.png);
}
body.home .tit01.tablet{
	background-image:url(images/icon_tablet.png);
}
body.home .tit01.laptop{
	background-image:url(images/icon_laptop.png);
}
*/

.tit02{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}


@media screen and (max-width: 600px) {
	body.home .tit01{
		font-size:18px !important;
		padding:5px 5px 5px 5px !important;
		background-position:10px 5px;
		background-size:25px !important;
	}
}

.btn01 {
	width:100%;
	text-align:center;
	margin:30px auto;
}
.btn01 a{
	display:inline-block;
	background:#338ce0;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	padding:10px 50px;
	border-radius:100px;
	box-shadow: 2px 2px 16px #ddd;
}
@media screen and (max-width: 600px) {
	.btn01 a{
		font-size:15px;
	}
}

.btnlst{
	width:100%;
	list-style:none;
	padding:0;
}
.btnlst__item {
	margin-bottom:10px;
}
.btnlst__item a{
	display:block;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	flex-wrap:wrap;
	border:solid 1px #ccc;
	border-radius:15px;
	background:#fff url(./images/marker01.png) no-repeat 96% center;
	box-sizing:border-box;
	overflow:hidden;
}
.btnlst__item__pic{
	flex-basis:80px;
	box-sizing:border-box;
}
.btnlst__item__pic img{
	width:100%;
	height:auto;
}
.btnlst__item__tit{
	flex-basis:calc(100% - 80px);
	padding-left:30px;
	box-sizing:border-box;
	font-size:20px;
}
.btnlst-mini{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.btnlst-mini .btnlst__item {
	flex-basis:48%;
}
.btnlst-mini .btnlst__item a{
	padding-right:30px;
}
.btnlst-mini .btnlst__item__tit{
	font-size:16px !important;
	line-height:1.4;
}

@media screen and (max-width: 600px) {
	.btnlst-mini .btnlst__item {
		flex-basis:100%;
		padding:10px;
		margin-bottom:-15px;
	}
	.btnlst-mini .btnlst__item a{
		border-radius:5px;
	}
	.btnlst__item__pic{
	}
	.btnlst__item__pic img{
	}
	.btnlst__item__tit{
		padding-left:10px;
	}
}


.mb80{
	margin-bottom:80px;
}
/************************************
** アンカー
************************************/
a {
  color: #0033cc;
  word-wrap: break-word;
}

a:hover {
  color: #C03;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#111;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
#footer a:hover,
.article-list .entry-title a:hover,
.blog-card-title a:hover{
  color:#60b1fd;
  transition: 0.3s ease-in-out;
}
.related-entry-read a{
	display:block;
	background:#0e5a71;
	color:#fff;
	padding:5px;
	text-align:center;
	border-radius:100px;
}

#main .article .entry-title{

	line-height: 1.3;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    color: #000;
    padding: 0 0px 20px;
    background-size: 45px auto;
    border-bottom: solid 10px #008c81;
    letter-spacing: 0;

}
@media screen and (max-width: 600px) {
	#main .article .entry-title{
		font-size: 20px;

	}
}

.post-meta{
  letter-spacing: 0.4px;
  word-break: keep-all;
}

.post-meta a:hover{
  color: #fff;
  background-color: #333;
  transition: 0.3s ease-in-out;
}

.post-tag{
  letter-spacing: 0.4px;
  /*line-height: 30px;*/
}
.post-meta .tags a:hover{
  color: #fff;
  background-color: #333;
  transition: 0.3s ease-in-out;
}

#footer .credit a:hover{
  color: inherit;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}


blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



/************************************
** リスト（List）
************************************/
ul,ol {
}

ul ul{
  margin-left: 1em;
}
dl{
  margin: 30px 0;
}

dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}

/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
  margin: 15px 0;
  max-width: 100%;
  width: auto;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th,
.article td{
  padding: 3px 5px;
}

.article .scrollable-table th,
.article .scrollable-table td{
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

.article ol,
.article ul,
.article dl{
  line-height:150%;
}

.article > ol,
.article > ul,
.article > dl{
  margin:30px 0;
}

.article > ol ol,
.article > ul ul,
.article > dl dl{
  margin:0;
}

/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
  overflow: auto;
}

hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}

.category-description {
  margin-top:15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.wpp-range{
  text-align:right;
  font-size:14px;
}

span.search-excerpt {
  background-color: #FF9;
}

.invisible{
  display:none;
}

hr.sep {
  background-image: linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:130px;
}
/************************************
 * pcHeader
************************************/
.pcHeader{
	/*
	position:fixed;
	top:0;
	left:0;
	*/
	width:100%;
	background:#fff;
	z-index:99999;
}
.pcHeader__inner header{
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.pcHeader{
		display:none;
	}
}


/************************************
** レイアウト（Layout）
************************************/
#container {
  padding:0;
  margin: 0 auto;
}

/* #header-in, #navi-in, #body-in, #footer-in{ */
#body-in, #footer-in{
  width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	#body-in, #footer-in{
	  width: 100% !important;
	}
}
#header {
  margin-bottom: 0;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignleft{
  /*margin-left:30px;*/
  margin-right: 30px;
  /*max-width:700px;*/
}
#header .alignright{
  height: 52px;
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}

#body{
  margin-top:60px;
}


#body-in{
	width:1120px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-start;
	box-sizing: border-box;
}
main {
	flex-basis: 780px;
	max-width: 780px;
	box-sizing: border-box;
}
body.single main{
	/*margin-top:-40px;*/
}
#sidebar {
	flex-basis:300px;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	#body-in{
		display:block;
	}
	main {
		margin-top:55px;
		flex-basis:100%;
		max-width:100%;
	}
	#sidebar {
		flex-basis:100%;
		max-width:100%;
	}
}



#sidebar img{
  border-radius: 4px;
}

#sidebar-widget{
  overflow: hidden;
}

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:60px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 30px;
  line-height: 100%;
  width: 300px;
}

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;
}

#site-description{
  color: #777;
  margin:0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}

/************************************
** グローバルナビメニュー（menu）
************************************/
nav{
	/* background:#3d78b0;*/
	/* background:#008c81;*/
	background:#3d78b0;
	padding:10px 0;
}
#navi{
  width: 1120px;
  margin: 0 auto;

}
.minSizeToggleSearch{
	display:none;
}
#navi ul{
  position: relative;
  clear: both;
  /* background-color:#3d78b0; */
  /*background-color:#008c81;*/
  background-color:#3d78b0;
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
}

#navi ul ul{
  box-sizing: content-box;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:15px;
  display: block;
  padding: .2em .7em;
  color:#fafafa;
  text-decoration:none;
  z-index:99;
letter-spacing:1px;
}
#navi ul li a:hover{
  transition: 0.3s ease-in-out;
  color: #345e86;
  background-color:#5092d1;
}

#navi ul.sub-menu,
#navi ul.children{
  display: none;
  position: absolute;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}



/*-------------------------------------------------------------------

slidar_menu


-------------------------------------------------------------------*/
@media screen and (max-width: 1110px) {

	main{
		width:100%;
		flex-basis:100%;
		margin:0 auto
	}
	div#header-in, div#navi-in, div#body-in, div#footer-in{
		width:100% !important;
	}
	#body{
		margin-top:70px;	
	}
	/* スマホヘッダー */
	#header {
		background:#fff;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 60px;
	  z-index: 9999999;
	}
	#header-in{
		margin:0 auto !important;
		width:100% !important;
	}
	#site-title img{
		height:auto;
		width:227px;
	}
	#fixed-top {
		position: fixed;
		top: 0;
		z-index: 99999999;
		background: #fff;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		background: #fff;
	}

	/* ヘッダーのロゴ */
	#fixed-top .logo {
	  padding-top: 2px;
	  padding-left: 5px;
	}

	#fixed-top .logo img {
	  width: auto;
	  height: 40px;
	}

	#spheader li{
		list-style:none !important;
	}

	/* ヘッダーのボタン関連 */
	#fixed-top .headerButtons {
	  display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: right;
	  justify-content: right;
	}

	#fixed-top .headerButtons li a {
	  display: block;
	}

	#fixed-top .headerButtons li img {
	  vertical-align: bottom;
	  width:45px;
	  height:45px;
	}

	#fixed-top .headerButtons .btnMenu {
	  background: #fff;
	}

	.minSizeToggleSearch{
		display:block;
		position:absolute;
		top:-8px;
		right:55px;
		width:200px;
	}

	/* スマートフォン用ナビゲーション*/
	#slidar_menu {
	  background: #f5f5f5;
	  padding: 10px;
	  z-index: 999999;
	}

	#slidar_menu .sb-right-inner .logo {
	  margin: 0px 0 20px;
	  text-align: center;
	  overflow: hidden;
	}
	#slidar_menu .sb-right-inner .logo a{
		display:block;
	}

	#slidar_menu .sb-right-inner .logo img {
	  display: block;
	  width:100%;
	  max-width: 300px;
	  height: auto;
	  margin: 10px auto;
	  text-align: center;
	}

	#slidar_menu .sb-right-inner .parent .tit {
	  display: block;
	  background: #f0f6ff;
	  padding: 5px;
	  margin-bottom: 10px;
	  border-radius: 3px;
	  font-weight: bold;
	  color: #cf1357;
	}

	#slidar_menu .sb-right-inner .parent li {
	  border-bottom: solid 1px #ccc;
	  margin-bottom: 10px;
	  padding-bottom: 10px;
	}

	#slidar_menu .sb-right-inner .parent li.banner img {
	  width: 100%;
	  height: auto;
	}

	#slidar_menu .sb-right-inner .parent li.banner {
	  border-bottom: none;
	  margin-bottom: 5px;
	  padding-bottom: 0px;
	}

	#slidar_menu .sb-close-btn {
	  text-align: right;
	  margin-bottom: 10px;
	}

	#slidar_menu .sb-right-inner a {
	  display: block;
	  text-decoration: none;
	  font-size: 13px;
	  color: #333;
	  font-weight: bold;
	}

	/* テキストメニュー */
	#slidar_menu .parent.txt {
	  margin-bottom: 30px;
	}

	#slidar_menu .parent.txt li {
	  /*background-image: url(../images/shoplist_marker.png);*/
	  background-repeat: no-repeat;
	  background-position: 98% 4px;
	  background-size: 14px 14px;
	}

	/* バナーメニュー */
	#slidar_menu .parent.banner li {
	  padding: 0 !important;
	  margin: 0 !important;
	  border: none;
	}

	#slidar_menu .parent.banner .tit {
	  text-align: center;
	  margin-bottom: 5px !important;
	  background: #cf1357;
	  color: #fff;
	}

	#slidar_menu .parent.banner img {
	  width: 100%;
	  height: auto;
	}

	/* スライドメニューサムネイル付きメニュー */
	#slidar_menu .parent.service {
	  margin-bottom: 30px;
	}
	#slidar_menu .parent.service .tit {
	  border: none;
	  background: none;
	  text-align: center;
	}
	#slidar_menu .parent.service .thum {
	  padding: 0 !important;
	  background-color: #fff;
	  background-image: url(images/marker01.png);
	  background-repeat: no-repeat;
	  background-position: 98% center;
	  border: solid 1px #aaa;
	  border-radius: 2px;
	  margin-bottom: 3px !important;
	}
	#slidar_menu .parent.service .thum a {
	  display: -webkit-flex;
	  display: flex;
	  align-items: center;
	  font-size: 15px;
	  font-weight: normal;
	  line-height: 130%;
	}
	#slidar_menu .parent.service .thum a img {
	  width: 65px;
	  height: auto;
	  margin-right: 5px;
	  border-right: #aaa solid 1px;
	}
	/* コンタクトメニュー */
	#slidar_menu .parent.contact {
	  margin-bottom: 30px;
	}

	#slidar_menu .parent.contact .tit {
	  border: none;
	  background: none;
	  text-align: center;
	}

	#slidar_menu .parent.contact li {
	  border: none;
	}

	#slidar_menu .parent.contact .thum {
	  padding: 0 !important;
	  background-color: #fff;
	  background-image: url(../img/shoplist_marker.png);
	  background-repeat: no-repeat;
	  background-position: 98% center;
	  background-size: 14px 14px;
	  border: solid 1px #aaa !important;
	  border-radius: 2px !important;
	  margin-bottom: 3px !important;
	}

	#slidar_menu .parent.contact .thum a {
	  display: -webkit-flex;
	  display: flex;
	  align-items: center;
	  font-size: 15px;
	  font-weight: normal;
	  line-height: 130%;
	}

	#slidar_menu .parent.contact .thum a img {
	  width: 65px;
	  height: auto;
	  margin-right: 5px;
	  border-right: #aaa solid 1px;
	}

	#slidar_menu .parent.contact .tel a {
	  border-radius: 3px;
	  text-align: center;
	}

	#slidar_menu .parent.contact .tel a span {
	  font-size: 14px;
	}

	#slidar_menu .parent.contact .tel a span span {
	  font-weight: bold;
	}
	#sidebar{
		margin:0 auto;
		flex-basis:100% !important;
	}

	#sidebar #new_entries-2 .new-entrys{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	#sidebar #new_entries-2 .new-entrys .new-entry{
		flex-basis:49%;
	}
	#sidebar #new_entries-2 .new-entrys .new-entry .new-entry-content{
		margin-top:-5px;
		padding:3px;
	}
	#sidebar #new_entries-2 .new-entrys .new-entry .new-entry-content a{
		font-size:13px !important;
	}
	#sidebar .sale__container ,
	#sidebar .coupon__container{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		max-width:100%;
	}
	#sidebar .sale__container a,
	#sidebar .coupon__container a{
		flex-basis:49%;
		padding:5px !important;
		font-size:13px !important;
		box-sizing:border-box;
	}
	.btn01 a{
		padding:10px 10px;
		width:70%;
		text-align:center;
	}
}
@media screen and (max-width: 700px) {

	main{
		margin-top: 50px !important;
	}
	#sidebar .sale__container ,
	#sidebar .coupon__container{
		display:block;
	}
	#sidebar .sale__container a,
	#sidebar .coupon__container a{
		flex-basis:100%;
	}
}



.sb-slidebar{
	margin-right:-100% !important;
}


/************************************
** フッターナビメニュー
************************************/
.
#footer-navi ul{
  text-align: center;
  padding-left: 0;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}

/************************************
** サーチフォーム（Search Form）
************************************/
.searchform{
  position: relative;
  margin-top: 25px;
}

.searchform input[type="text"]{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  box-sizing: border-box;
  height:32px;
  color:#333;
}
.searchform input[type="submit"]{
  background-color: #f5f5f5;
  border-bottom-left-radius: 0;
  border-left: 1px solid #ccc;
  border-top-left-radius: 0;
  height: 30px;
  right: 1px;
  top: 1px;
  width: 56px;
}
#search-2 .searchform input[type="text"]{
  box-shadow: none;
  border: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.searchform input[type="submit"]{
  position: absolute;
  width: 30px;
  /*height: 26px;*/
  border: none;
  /*画像をBase64にするためコメントアウト*/
  background: url("images/search.png") no-repeat 50% 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=") no-repeat 50% 50%;
  z-index:0;
/*  top:3px;
  right:3px;*/
  background-color: #eee;
  /*transform: translate(-20%, -50%);
  /*display: none;*/
}
.searchform input[type="submit"]:hover{
  color: #333;
}
/*.searchform:before {
  content: "\f002";
  font: 21px/1 FontAwesome;
  position: absolute;
  right: 8px;
  top: 5px;
}*/
#menu-menu1 form{
  display: none;
}
/*ヘッダー検索フォーム*/
.alignleft.top-title-catchphrase form.searchform{
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 0;
  width: 300px;
}
#search--result{
  display: inline-block;
  font-size: 16px;
  margin-bottom: 30px;
  color: #888;
}


#search--result .search--word{
  font-size: 20px;
  font-weight: 700;
  background-color: #333;
  color: #fff;
  padding: 3px 5px;
}
#search--result .search--count{
  font-size: 20px;
  color: #3d78b0;
}
/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 59px;
  box-sizing:border-box;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:left;
  /*background-color:#F7F7F7;*/
  color:#555;
  font-size:16px;
  border-radius: 4px;
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .comments,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}

.post-meta .post-writer-name:before{
  content: "\f007";
  font: 16px/1 FontAwesome;
  font-weight: 900;
  padding: 0px 0px 0px 5px;
  color: #555;
}

.post-meta .post-writer-name a:hover{
  color: #60b1fd;
  transition: 0.3s ease-in-out;
  
}
.post-meta .post-tag,.footer-post-meta .post-tag{
  margin-left: 15px;
}

.post-meta .post-tag a,.footer-post-meta .post-tag a{
  padding: 3px 5px;
  background-color: #eaeaea;
  margin-right: 5px;
  border-radius: 4px;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: inline-block;
  line-height: 100%;
}

.post-meta .post-tag a:hover,.footer-post-meta .post-tag a:hover{
  color: #fff;
  background-color: #333;
  transition: 0.3s ease-in-out;
}

.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:16px;
  clear:both;
}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 15px;
}

/*タグが入っていない場合は非表示*/
.list .post .footer-post-meta:empty,
.list .post .footer-post-meta .post-tag:empty{
  display: none;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/

/************************************
** index.phpのリスト
************************************/
.pageNumHeader{
	text-align:right;
	font-weight:bold;
}
.list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.entry{
	flex-basis:32.66% !important;
	box-sizing:border-box;
	background:#fff;
	padding:15px;
	border:solid 1px #ccc;
	box-shadow: 2px 2px 16px #ddd;
	border-radius:3px;
}

.entry-card{
	box-sizing:border-box;
	padding:10px;
	margin-bottom:30px !important;
}

.entry-thumb{
	margin-bottom:10px;
}

.entry-thumb a{
  display: block;
  text-align:center;
}

.entry-thumb img{
	width:100%;
	height:auto;
	border:none;
}

.entry-large-thumbnail img{
}
.entry-card-header{
	margin-bottom:15px;
	font-size:14px;
}
.entry-card-title{
	font-size:16px;
	line-height:1.5;
	color:#666;
}
.entry-card-title a{
	color:#000;
}
.entry-card-content .post-date:before{
  content: "\f017";
  font: 14px/1 FontAwesome;
  font-weight: 900;
  padding: 0px 0.1em 0px 0px;
  color: #555;
}

.entry-card-content .post-writer-name:before{
  content: "\f007";
  font: 16px/1 FontAwesome;
  font-weight: 900;
  padding: 0px 0px 0px 5px;
  color: #555;
}

@media screen and (max-width: 600px) {
	.entry-card{
		display:flex;
		justify-content:space-between;
		flex-wrap;
	}
	.entry-thumb{
		flex-basis:35%;
		box-sizing:border-box;
		float:none;
	}
	.entry-thumb img{
		width:100% !important;
		height:auto;
	}
	.entry-card-content{
		flex-basis:60%;
		box-sizing:border-box;
		padding-left:15px;
	}
	.entry-card-header{
		font-size:13px !important;
		margin-bottom:10px;
		border-bottom:solid 1px #ccc;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	.entry-card-content h2{
		font-size:15px !important;
		padding-left:0 !important;
		line-height:1.4 !important;
		display:block !important;
	}
	.entry-card-content h2 a{
		font-size:15px !important;
		line-height:1.4 !important;
		display:block !important;
	}

	.entry-card-content .post-date:before{
	  font: 12px/1 FontAwesome;
	}

	.entry-card-content .post-writer-name:before{
	  font: 12px/1 FontAwesome;
	}
}



.entry-card-postmeta{
}
.entry-card-postmeta .tags a{
	display:inline-block;
	background:#eee;
	padding:2px 5px;
	border-radius:100px;
	border:solid 1px #ccc;
	font-size:12px;
	margin-right:5px;
	margin-bottom:5px;
}

@media screen and (min-width: 600px) {
	/* リストの表示を動的に変更（5番目以降） */
	/*body#topPage .list .entry:nth-child( n + 5 ){
		flex-basis:32.66% !important;
		box-sizing:border-box;
	}*/
	/* リストの表示を動的に変更（17番目以降） */
	body#topPage .list .entry:nth-child( n + 13 ){
		flex-basis:100% !important;
		box-sizing:border-box;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	body#topPage .list .entry:nth-child( n + 13 ) .entry-thumb{
		flex-basis:200px;
		box-sizing:border-box;
	}
	body#topPage .list .entry:nth-child( n + 13 ) .entry-card-content{
		flex-basis:calc(100% - 200px);
		box-sizing:border-box;
		padding-left:20px;
	}
	.list-mini{
	}

	.list.list-mini .entry{
		flex-basis:32.66% !important;
		box-sizing:border-box;
	}


	.list-line{

	}
	.list.list-line .entry{
		flex-basis:100% !important;
		box-sizing:border-box;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.list.list-line .entry .entry-thumb{
		flex-basis:200px;
		box-sizing:border-box;
	}
	.list.list-line .entry .entry-card-content{
		flex-basis:calc(100% - 200px);
		box-sizing:border-box;
		padding-left:20px;
	}
	.wp-caption {
	  margin:0px 0px 40px !important;
	}

}

@media screen and (max-width: 600px) {

	.entry{
		flex-basis:100% !important;
		margin-bottom:10px !important;
		border:none;
		box-shadow: 2px 2px 16px #ddd;
	}

}



/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}


.wp-caption {
	width:auto !important;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
  margin:20px 20px 40px !important;
}

.wp-caption-text,
.gallery-caption{
	text-align:center !important;
  font-size: 100%;
  margin:15px 0 !important;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.video-container{
}
.video-container {
	padding:0 20px;
	width:100% !important;
	max-width:100% !important;
	margin-bottom:20px;
	text-align:center;
	box-sizing:border-box;
}

@media screen and (max-width: 600px) {

	.video-container {
		padding:0px !important;
	}


	.wp-caption {
	  margin:20px 0px 40px !important;
	}

}


/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#777;
  font-size:13px;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:#777;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.navigation > div + div{
  border-top: 0;
  border-bottom: 1px solid #ddd;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a span{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 4px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 広告
************************************/

#sidebar .widget.widget_media_image{
  margin-bottom: 17px;
}
/************************************
** 関連記事（Relation）
************************************/
#related-entries h2{
	font-weight:bold;
	font-size:24px;
	margin-bottom:25px;
	color:#000;
	padding:20px 20px 20px;
	letter-spacing:2px;
	background:#ecf9ff url(images/icon_new.png) no-repeat 10px 10px;
	background-size:45px auto;

    padding-left: 67px;
    border: solid 2px #142d66;
    border-radius: 5px;
}
@media screen and (max-width: 600px) {
	#related-entries h2 {
		font-size:20px !important;
		padding:5px 5px 5px 45px !important;
		background-position:10px 5px;
		background-size:25px !important;
	}
}


.relatedLst{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-start;
}
.related-entry{
	flex-basis:49%;
  margin-bottom:10px;
  background:#fff;
  border:solid 1px #ccc;
  border-radius:4px;
  padding:10px;
  box-sizing:border-box;
}
/*
.related-entry:nth-child( n + 7 ){
	flex-basis:100%;
	display:none;
}
*/
.related-entry h4{
  margin-top: 0;
}

.related-entry-thumb {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.related-entry-thumb a{
  display: block;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: auto;
  /*margin-bottom: 20px;*/
  display: block;
}



@media screen and (max-width: 600px) {
	.related-entry{
		flex-basis:100%;
	}

}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}

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

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:17px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
  line-height:1.3;
  font-size:14px;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

@media screen and (max-width: 600px) {
	.related-entry-thumb {
	  float: auto;
	}
}


/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:200px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
  margin-right: 26px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -10px 0px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area{
	border:solid 2px #000;
	padding:15px;
	margin-bottom:30px;
	background:#ffe;
	border-radius:5px;
	box-shadow: 2px 2px 16px #ddd;
}
#comment-area h2#comments{
	background:#000;
	padding:10px;
	color:#fff;
}
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

#comment-area ol ul,
#comment-area ul ul{
  margin-left: 1.5em;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

#comments,
#reply-title{
  font-size: 21px;
}

#comments{
  margin-bottom: 25px;
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
  color: #333;
  /*display: block;*/
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
}

input#author,
input#email,
input#url{
  max-width: 360px;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  /*background: #eee;*/

}

select, option{
  padding: 5px;
}

/*
select{
  border: 1px solid #bbb;
  border-right: 2px;
}

select, option {
  margin: 0.5em 1px;
  padding: 3px 5px;
  vertical-align: middle;
}
#sidebar select{
  width: 100%;
}
*/
/*.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}*/

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h3{
  margin-bottom: 10px;
  font-size:20px;
  /* background-color: #3d78b0; */
  background-color: #008c81;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

	font-weight: 700;
	font-size:16px;



  color: #fcfcfc;
  padding: 8px 0px;
  letter-spacing: 0.8px;
  text-align: center;
}
#sidebar .widget{
  margin-bottom: 45px;
}

.widget_search{
  margin-bottom: 0;
}
#sidebar .widget.widget_search{
  margin-bottom: 17px;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar ul.snsp,
#main ul.snsp,
#footer ul.snsp{
  padding-left: 0;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  margin-bottom: 8px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

#main .widgets{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget_category_sns_follow_buttons ul,
.widget_category_sns_follow_buttons ul{
  padding-left: 0;
}

.widget_text ul {
  list-style-type:  disc;
}
.widget_text ol {
  list-style-type:  decimal;
}

.tagcloud{
padding: 3px 8px;
}
.tagcloud a{
  /*background-color: #555;*/
  /*color: #2098A8;
  padding: 1px 1px;*/
}
/*タグクラウドのデザイン*/
.tagcloud a {
 background:#d6d6d6;
 border:none;	
 color: #000;
 padding: 6px;
 margin:3px;
 border-radius: 3px;
 font-size:12px !important;
 display:inline-block;
 margin-bottom:2px;
}
/*タグクラウドマウスオーバー時*/
.tagcloud a:hover {
 background: #ffc489; 
 color: #fff; 
}


/************************************
** 新着記事・人気記事（new, pupular）
************************************/
.widget_new_entries,
.widget_new_popular,
.widget_popular_ranking{
  line-height:150%;
}

.widget_new_entries h4,
.widget_new_popular h4,
.widget_popular_ranking h4{
  margin-bottom:15px;
}

#main .widget_new_entries ul,
#main .widget_new_popular ul,
#main .widget_popular_ranking ul,
#sidebar .widget_new_entries ul,
#sidebar .widget_new_popular ul,
#sidebar .widget_popular_ranking ul,
#footer .widget_new_entries ul,
#footer .widget_new_popular ul,
#footer .widget_popular_ranking ul {
  padding-left:0;
  list-style:none;
}

.widget_new_entries ul li,
.widget_new_popular ul li,
.widget_popular_ranking ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
/*  overflow: auto;
  zoom: 1;*/
}

.widget_new_entries ul li img,
.widget_new_popular ul li img,
.widget_popular_ranking ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

span.wpp-views{
  font-size:x-small;
  font-style:italic;
}


/*popular posts*/
.widget.popular-posts .wpp-post-title{
  font-size: 14px;
  line-height: 20px;
  color: #454545;
	font-weight:500;
}

.widget.popular-posts li{
  /*height: 75px;*/
  overflow: hidden;
  /*  text-overflow: ellipsis;*/
}
.widget.popular-posts li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*recent posts*/
#recent--posts-extended .rpwe-li{
  position: relative;
  border: none;
  border-radius: 4px;
}

#recent--posts-extended .rpwe-li .rpwe-img{
  z-index: 999;
  display: block; 
  overflow: hidden;
}
#recent--posts-extended .rpwe-li .rpwe-img img.on{
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
#recent--posts-extended .rpwe-alignleft.rpwe-thumb{
/*  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.6);*/
  border: none;
}
#recent--posts-extended .rpwe-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  z-index: 2;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
	font-weight:500;
  display: block;  
}
#recent--posts-extended .rpwe-title.on{
  color: #60b1fd;
  transition: 0.4s ease-in-out;
}

#recent--posts-extended .cover{
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  border-radius: 4px;
}

/*最近のコメント*/
.recentcomments.cwp-li{
  /*height: 100px;*/
  overflow: hidden;
  width: 100%;
  display: block;
  border-bottom: 1px solid #999;
}

.recentcomments.cwp-li .cwp-comment-title{
  /*height: 50px;*/
  /*display: inline-block;*/
  font-size: 14px;
}

.recentcomments.cwp-li .comment-excerpt.cwp-comment-excerpt{
  font-size: 12px;
}

.recentcomments.cwp-li a.comment-link.cwp-comment-link{
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/************************************
** 新着記事・人気記事（拡張）
************************************/
.widget_new_entries .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .popular-entry,
.widget_new_popular .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .wpp-list li,
.widget_popular_ranking .popular-entrys-large .popular-entry,
.widget_popular_ranking .popular-entrys-large .wpp-list li{
	/*
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  /*max-width: 440px;*//*これを書いておかないと、タイトル部分がはみ出す*/
  /*
  overflow: visible;
  */
	border:none;
	margin-bottom:15px;
}

.widget_new_entries .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .popular-entry img,
.widget_new_popular .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .wpp-list li img,
.widget_popular_ranking .popular-entrys-large .popular-entry img,
.widget_popular_ranking .popular-entrys-large .wpp-list li img{
  width:100%;
  height:auto;
	/*
  float:none;
  margin:0;
  display:block;
  margin-bottom:5px;
  min-height: 180px;
  */
  /*max-width: 440px;*//*iPhone6は幅が414pxなのでそれより大きく*/
/*
  max-height: 240px;
  height: auto;
  */
}
.new-entry-thumb{
	text-align:center;
}

.widget_new_popular .popular-entrys-large .wpp-list li img.wpp_cached_thumb,
.widget_popular_ranking .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
	/*
  height:auto;
  */
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title{
	/*
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  */
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  /* background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;*/
/*  opacity:0.7;
  background-color:#333;*/
/*
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
  */
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
	/*
  color:#fff;
  display:block;
  */
}
.new-entry-content{
	background:#000 url(images/marker02.png) no-repeat right bottom;
	padding:10px;
	box-sizing:border-box;
	position:relative;
	z-index:999999;
	margin-top:-30px;
}
.new-entry-content a{
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:none;
	box-sizing:border-box;
	line-height:1.3;
}
.widget_new_popular .popular-entrys-large-on .wpp-list li span.wpp-views,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li span.wpp-views {
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
	/*
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
  */
}


/* 最近のオススメ */

/* サイドメニュー：最新セール情報 */
#text-19{
	background:#fff;
	padding:15px;
	border:solid 1px #ccc;
}
#text-19 .widget_title{
}


.textwidget .sale__container{
	width:100%;
	padding:0;
}
.textwidget .sale__container br{
	display:none;
}

.textwidget .sale__container a{
/*
	display: block;
	padding: 5px 10px;
	width:calc(100% - 20px);
	background: linear-gradient(-135deg,#108ffe, #1E00FF);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	border:2px solid #333;
	box-sizing:border-box;
	margin:0 auto 5px;
*/
	display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    box-shadow: 2px 2px 2px #555;
    border-radius: 5px;
    background-color: #1bb4d3;
    color: #fff!important;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
	margin-bottom:5px;
}

.textwidget .sale__container a:hover{
    color: #fff;
	background: linear-gradient(-135deg,#555, #333);	
    transition: 0.3s ease-in-out;
}



.textwidget .coupon__container{
	width:100%;
}
.textwidget .coupon__container br{
	display:none;
}
.textwidget .coupon__container a{
	/*
	display: block;
	width:calc(100% - 20px);
	padding: 5px 10px;
	margin:0 auto 5px;
	background: linear-gradient(-135deg,#faf7db, #f4eba9);	
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	border:2px solid #333;
	box-sizing:border-box;
	*/
display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    box-shadow: 2px 2px 2px #555;
    border-radius: 5px;
    background-color: #C81C1C;
    color: #fff!important;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
	margin-bottom:5px;
}
.textwidget .coupon__container a:hover{
    color: #fff;
	background: linear-gradient(-135deg,#555, #333);	
    transition: 0.3s ease-in-out;
}
.textwidget div{
	width:100% !important;
	max-width:300px;
	margin:0 auto;
	box-sizing:border-box;
}
/*運営者情報*/
#execphp-3 .execphpwidget{
  background-color: #ededed;
  padding: 10px 10px;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: 500;
}

#execphp-3 .execphpwidget .cover{
  text-align: center;
}

#execphp-3 .execphpwidget .cover img{
  border-radius: 50%;
  width: 130px;
}

.sns-pages .snsp span{
  border-radius: 50%;
}

/* サイドメニューのコメントは投稿詳細表示時は消す */
@media screen and (max-width: 600px) {
	body.single.single-post #cwp-widget-3{
		display:none;
	}
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: #333;
  color: #fff;
  padding: 5px;
}

#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 3%;
}

.footer-left,
.footer-center,
.footer-right{
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-left {
  float: left;
  width: 20%;
  text-align: center;
}
.footer-center__container{
  width: 50%;
  float: left;
}
.footer-center {
  float: left;
  width: auto;
  display: inline-block;
  padding:0 20px;
}

.footer-center .widget.widget_nav_menu ul {
  column-fill:auto;
}

.footer-center .widget.widget_nav_menu li{ 
  padding: 5px 0;
  cursor: pointer;
}
.footer-center .menu{
  padding: 0;
  margin: 0;
}
.footer-right {
  float: left;
  width: 30%;
  text-align: center;
}

.footer-right .widget.widget_media_image:nth-child(1){
  margin-bottom: 25px;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:0;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #DCDCDC;
}

#footer h3{
  color:#fff;
  font-size: 16px;
}

#copyright{
  padding: 20px 0;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
}

#page-top a{
  color:#fff;
  padding:7px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 4px;
  font-size:11px;
}


/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
  clear:both;
}

.ad-article-bottom{

}

.ad-left{
  float:left;
  margin-right:2px;
  width:336px;
}


.ad-right{
  float:right;
  margin-left:2px;
  width:336px;
}

.ad-top-pc{
  width:728px;
  margin: 0 -24px 15px;
}

.ad-space-top{
  margin-top:0;
  margin-bottom:5px;
}

.ad-space-singular{
  margin-top:15px;
  margin-bottom:10px;
}

.ad-space-top .ad-label{
  display:none;
}

#sidebar .ad-space{
  margin-top:0;
}
.amp__container{
  text-align: center;
}

/************************************
** 非表示にするものまとめ
************************************/
.widget-ad,
.widget-over-article-title,
.widget-under-article-title,
.widget-over-sns-buttons-title,
.widget-under-sns-buttons-title,
#sidebar .ad-space .ad-label{
 display:none;
}

.widget-index-top{
  margin-bottom: 30px;
}

.widget-index-middle{
  margin-bottom: 40px;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  top: 9px;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  /*opacity: 0.7;*/
}

/************************************
** サムネイルつきポストナビ
************************************/
#prev-next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev-next  #prev, #prev-next #next{
  width: 50%;
  display: table-cell;
  position:relative;
  text-decoration:none;
}

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

#prev-next #prev{
border-right:#ddd 1px solid;
}

#prev-next #prev-title, #prev-next #next-title{
  top:-0.8em;
  position:absolute;
  border: 1px #ccc solid;
  text-align: center;
  padding:5px;
  color:#666;
  font-size:28px;
  border-radius:6px;
  background-color: #fff;
}
#prev-next #next-title{
  right:10px;
}
#prev-next span{
  padding:0;
  margin:0;
}

#prev-next #prev img, #prev-next #next img{
  margin:0 auto;
  width: 100px;
  height: 100px;
}

#prev-next #prev-no, #prev-next #next-no{
  width: 50%;
  padding:0 10px;
  display: table-cell;
}

#prev-next #prev-no{
  border-right:#ddd 1px solid;
}

#prev-no,
#next-no{
  position:relative;
}
#prev-no a:hover,
#next-no a:hover{
  background-color:#fff;
}

#prev-next-home span{
  color:#ccc;
  font-size:100px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  #prev-next-home span{
    margin-top: 50px;
  }
}

#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
#prev-next #next, #prev-next #next::before, #prev-next #next::after {
  box-sizing: border-box;
}

#prev-next #next-title{
  right:10px;
}

#prev-next #prev img{
  margin-top:10px;
  float:left;
  margin-right:10px
}

#prev-next #next img{
  margin-top:10px;
   float:right;
   margin-left: 10px;
}


/************************************
** モバイルモーダルメニュー（animatedModal.js）
************************************/
#animatedModal a{
  color: #fff;
  text-decoration: none;
}

.close-animatedModal{
  text-align: center;
  font-size: 45px;
}

.modal-content{
  max-width: 440px;
  width: auto;
  margin: auto;
}

#animatedModal ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}

#animatedModal ul li{
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px 10px;
}

#animatedModal ul li a{
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  display: block;
}

#animatedModal ul li a:hover{
  background-color: #555;
}

/*Google検索ボックス用*/
#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse{
  background-color: transparent;
  border: none;
}

/*SlickNav用スタイル*/
.slicknav_menu {
  display: none;
}

/*トップへ戻る画像の背景*/
#page-top a.move-page-top-image{
  background-color: transparent;
}

/*Firefoxの不具合？対策*/
div.vdh-mask{
  display: none;
}


/************************************
** Alt属性値を画像ホバー時にキャプション表示する
************************************/
.imgs-wrap{
  margin: 16px 0;
}

.hover-image {
  display: inline-block;
  /*margin: 16px 0;*/
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);*/
}


.wp-caption .hover-image {
  margin: 0;
  margin-bottom:40px !important;
}

.hover-image:before {
  content: '';
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.hover-image-admin:before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}
.hover-image .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.hover-image .details a{
  color: #fff;
  text-decoration: none;
}
.hover-image .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hover-image-admin .details span {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.hover-image:hover:before,
.hover-image:hover span {
  opacity: 1;
}
.hover-image:hover:before {
  top: 50%;
}
.hover-image:hover span {
  top: 0;
}
.hover-image:hover .info {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.hover-image-admin:hover .info {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル
************************************/
div.fb-like-mobile{
  display: none;
}
.article-like{
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.article-like-thumb{
  float: left;
  width: 100px;
}
.article-like-thumb img{
  display: block;
}
.article-like-body{
  margin-right: 140px;
  float: none;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}
.article-like-body::after{
  content: '\f054';
  position: absolute;
  right: 110px;
  top: 27px;
  color: #ccc;
  font-size: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  line-height: 100%;
}
.article-like-button {
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  padding-top: 27px;
  box-sizing: border-box;
/*  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;*/
}

.article-like-button iframe{
  background-color: #fff;
}

.article-like-arrow-box {
  float: left;
  position: relative;
  border: 1px solid #bbb;
  margin-left: 12px;
  width: calc(100% - 114px);
  border-radius: 5px;
}
.article-like-arrow-box-in{
  border-radius: 5px;
  overflow: hidden;
}
.article-like-arrow-box:after, .article-like-arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.article-like-arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.article-like-arrow-box:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル（サイドバーの時）
************************************/
#sidebar .article-like-body::after{
  display: none;
}
#sidebar .article-like-body{
  font-size: 0.8em;
  padding: 5px;
  line-height: 1.1em;
  margin-right: 0;
  height: 70px;
}
#sidebar .article-like-arrow-box{
  height: 100px;
}
#sidebar .article-like-button{
  float: none;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 24px;
  padding-top: 0;
}
#sidebar div.fb-like-mobile{
  display: block;
}
#sidebar div.fb-like-pc{
  display: none;
}

/************************************
** feedlyバルーンのスタイル
************************************/

/************************************
** 購読者数つきFeedlyボタン（縦型）
************************************/
#feedly-followers {
    display: block;
}

#feedly-followers a{
  display: block;
}

#feedly-followers img{
    width:72px;
    height:22px;
    border:none;
}

/* 購読者数の表示部分 */
#feedly-count {
  margin:0 auto 6px auto;
  width: 62px;
  height: 31px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  padding: 0 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  font-size: 16px;
  line-height: 31px;
  text-align: center;
  display: block;
}

#feedly-count a{
  color:#333;
  text-decoration:none;
}

/* 購読者数吹き出し部分 */
.fdly-count:after,
.fdly-count:before {
  border: solid transparent;
  content: ' ';
  right: 43%;
  position: absolute;
}

.fdly-count:before {
  border-width: 5px;
  border-top-color: #B0C1D8;
  top: 32px;
}

.fdly-count:after {
  border-width: 5px;
  border-top-color: #FFF;
  top: 30px;
}

/************************************
** 購読者数つきFeedlyボタン（横型）
************************************/
.feedly-btn-horizontal img#feedly-follow{
  width:60px;
  height:20px;
  border:0;
  margin-right:3px;
}

.feedly-btn-horizontal .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #BDBDBD;
  padding: 0 6px;
  border-radius:3px;
  top:-7px;
  line-height:18px;
  display:inline-block;
  height:22px;
}

.feedly-btn-horizontal a{
  color:#333;
  font-size:11px;
  text-decoration:none;
  line-height:18px;
}

.feedly-btn-horizontal a:hover{
  color:#333;
}

.feedly-btn-horizontal .arrow_box:after,
.feedly-btn-horizontal .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.feedly-btn-horizontal .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}

.feedly-btn-horizontal .arrow_box:before {
  border-color: rgba(189, 189, 189, 0);
  border-right-color: #BDBDBD;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  margin: 20px 0;
  max-width:100%;
  width: 500px;
  position: relative;
  clear:both;
  min-height:145px;
  min-width: 300px;
  box-sizing: border-box;
}

#sidebar .blog-card{
  margin-left: 0;
  margin-right: 0;
}

#sidebar .blog-card-title{
  font-size: 14px;
  line-height: 120%;
}

#sidebar .blog-card-excerpt,
#sidebar .blog-card-footer{
  font-size: 11px;
  line-height: 120%;
}


#sidebar img.blog-card-thumb-image{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

#sidebar .blog-card-thumbnail-left .blog-card-content {
  margin-left: 90px;
}

.internal-blog-card,
.external-blog-card{
  padding:12px;
  padding-bottom: 6px;
  border:1px solid #ddd;
  word-wrap: break-word;
  border-radius: 5px;
}

.external-blog-card-hatena{
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card img.blog-card-thumb-image{
  border:0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
  margin-bottom: 0.5em;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.blog-card-excerpt{
  color: #333;
  font-size: 0.9em;
  max-height: 80px;
  overflow: hidden;
}

.blog-card-footer{
  font-size: 0.7em;
  width: 100%;
  color:#777;
  clear:both;
  vertical-align: bottom;
  margin-left: -4px;
  /*position: absolute;
  bottom: 12px;*/
  /*position: relative;
  left: -3px;*/
}

.blog-card-site{
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}

.blog-card-hatebu{
  float: left;
  margin-right: 7px;
  position: relative;
  bottom: -5px;
}

.blog-card-date{
  float: right;
  margin-bottom: -5px;
}

.blog-card-site{
  position:relative;
}

.blog-card-site a{
  color:#777;
  text-decoration:none;
}

.blog-card-favicon{
  margin-right:3px;
  position: relative;
  bottom: -4px;
}

.blog-card-favicon-img{
  width:16px;
  height:16px;
}


/***********************************
 ブログカード（幅が狭い場合）
 ***********************************/
@media screen and (max-width: 560px){
  .article .blog-card,
  .article .entry-content .hover-card{
    width: 100%;
  }

  .blog-card-content{
    margin-left: 0;
  }

  .blog-card-title a{
    font-size: 14px;
    line-height: 120%;
  }

  .blog-card-excerpt,
  .blog-card-footer{
    font-size: 11px;
    line-height: 120%;
  }

  #main .blog-card,
  #main .hover-card{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  img.blog-card-thumb-image{
    width: 80px;
    height: 80px;
  }

  .blog-card-content {
    margin-left: 90px;
  }
}


/* IE10以降 */
/*@media all and (-ms-high-contrast:none){
  .blog-card-favicon {
    display:none;
  }
}*/

.clear{
  clear:both;
}

#sidebar .blog-card,
#sidebar .hover-internal-blog-card,
#sidebar .hover-external-blog-card,
#sidebar .hover-card,
#footer .blog-card,
#footer .hover-internal-blog-card,
#footer .hover-external-blog-card {
  width: 100%;
  min-width: initial;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:524px){
  /*.blog-card{width:auto;}*/
}


/************************************
** SNSに関するスタイルシートの設定
************************************/

/************************************
** SNSシェアボタン
************************************/
#sns-group{
  clear: both;
}

ul.snsb{
  padding:10px 0;
  margin-bottom:0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

}

.snsb li {
  float: left;
  list-style-type: none;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 5px;
}

ul.snsbs li{
  margin-right:5px;
  margin-bottom:5px;
}

ul.snsbs li a{
  color:#fff;
  text-decoration:none;
  font-size:25px;
  background-color:#000;
  display:block;
  padding:7px 6px 3px 6px;
  border-radius:5px;
  width:25px;
  height:30px;
  position:relative;
  text-align: center;
}

ul.snsbs li a .social-count{
  font-size:10px;
  background-color:#555;
  width:auto;
  padding:1px 3px;
  border-radius:5px;
  position:absolute;
  display:inline-block;
  right:0;
  bottom:0;
  height:12px;
  line-height:12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

}

ul.snsbs a.twitter-btn-icon-link{background-color:#55acee;}
ul.snsbs a.facebook-btn-icon-link{background-color:#3b5998;}
ul.snsbs a.google-plus-btn-icon-link{background-color:#dd4b39;}
ul.snsbs a.hatena-btn-icon-link{background-color:#3C7DD1;}
ul.snsbs a.pocket-btn-icon-link{background-color:#EE4257;}
ul.snsbs a.line-btn-icon-link{background-color:#00c300;}
ul.snsbs a.evernote-btn-icon-link{background-color:#51b125;}
ul.snsbs a.feedly-btn-icon-link{background-color:#87bd33;}
ul.snsbs a.push7-btn-icon-link{background-color:#eeac00;}
ul.snsbs a.comments-btn-icon-link{
  background-color:#555;
  padding-top: 4px;
  padding-bottom: 6px;
}


.snsbs li a:hover{
  opacity: 0.7;
}

.snsbs li img {
  border-radius:10px;
}
img.line-btn-img{
  height:62px;
}

img.line-btn-img-mini{
  display:none;
}

img.evernote-btn-img{
  min-height:62px;
}

img.evernote-btn-img-mini{
  display:none;
}

/************************************
** タイトル下SNSボタン
************************************/
#sns-group-top ul{
  padding:0;
  line-height:20px;
}

#sns-group-top ul li{
  margin-top: 2px;
  margin-bottom: 2px;
}

#sns-group-top .sns-share-msg{
  display:none;
}

#sns-group-top .twitter-btn{
  width:100px;
}

#sns-group-top .facebook-btn{
  width: 127px;
}

#sns-group-top .google-plus-btn{
  width: 65px;
  margin-top:-2px;
}

#sns-group-top .pocket-btn{
  width:90px;
}

#sns-group-top img.line-btn-img{
  display:none;
}

#sns-group-top img.line-btn-img-mini{
  display:block;
  height: 20px;
}

#sns-group-top .evernote-btn-img{
  display:none;
}

#sns-group-top .evernote-btn-img-mini{
  display:block;
}

#sns-group-top .evernote-btn-img-mini{
  height:20px;
  width:auto;
}

/************************************
** SNSページフォロー
************************************/
.sns-follow-msg{
  margin: 8px 0 0 0;
  font-size:medium;
}

.sns-share-msg{
  margin-bottom:-20px;
  font-size:medium;
}

#header .sns-follow-msg{
  display:none;
}

ul.snsp{
  list-style:none;
  padding-left:0;
  margin:10px 0 15px;
}

ul.snsp li{
  display:inline;
  margin-right:5px;
}

ul.snsp li a{
  font-size:19px;
  line-height:170%;
  text-decoration:none;
}

/*ul.snsp li.push7-page a span {
  font-size: 26px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-color: #666;
  padding: 2px 2px 3px;
  color: #fff;
  position: relative;
  top: -4px;
}

ul.snsp li.push7-page a{
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}*/

/*Facebookコメント欄が表示されない不具合修正*/
.fb-like iframe {
    max-width: none;
}

/*アイコフォントの大きさ*/
ul.snsp li {
  display: inline-block;
  margin-right: 5px;
}

ul.snsp li a {
  text-decoration: none;
}

ul.snsp li a span {
  display: block;
  font-size: 33px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
}

/*feedly、LINEアイコンは自作なので少し大きかったので調整*/
ul.snsp li a span.icon-feedly-square,
ul.snsp li a span.icon-line-square,
ul.snsp li a span.icon-push7-square,
ul.snsp li a span.icon-hatebu-square{
  font-size:34px;
  position: relative;
}

#sns-group ul.snsp li a:hover{
  color: #fff;
}

ul.snsp li.twitter-page a span:hover{
  background-color:#55acee;
}

ul.snsp li.facebook-page a span:hover{
  background-color:#3b5998;
}

ul.snsp li.google-plus-page a span:hover{
  background-color:#dd4b39;
}

ul.snsp li.instagram-page a span:hover{
  background-color:#3f729b;
}

ul.snsp li.hatebu-page a span:hover{
  background-color:#008fde;
}

ul.snsp li.pinterest-page a span:hover{
  background-color:#cc2127;
}

ul.snsp li.youtube-page a span:hover{
  background-color:#e52d27;
}

ul.snsp li.flickr-page a span:hover{
  background-color:#1d1d1b;
}

ul.snsp li.github-page a span:hover{
  background-color:#24292e;
}

ul.snsp li.feedly-page a span:hover{
  background-color:#87bd33;
}

ul.snsp li.push7-page a span:hover{
  background-color: #eeac00;
}

ul.snsp li.line-page a span:hover{
  background-color:#00c300;
}

ul.snsp li.rss-page a span:hover{
  background-color:#fe9900;
}


ul.snsp li.feedly-page a img{
  margin-bottom:-3px;
  width:32.5px;
  height:32.5px;
  border-radius:7px;
  border-width:0px;
}

/************************************
** シェアバー
************************************/
#sharebar {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99;
  margin-left:-110px;
  margin-top:-50px;
  width:90px;
  position: fixed;
}

#sharebar ul li{
  display: block;
  margin: 5px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  float:none;
}

#sharebar ul li div{
  margin: auto;
}

#sharebar ul.snsb-balloon li,
#sharebar li.comments-balloon-btn{
  margin-left:15px;
  margin-bottom:10px;
}

#sharebar .sns-share-msg{
  display:none;
}

/************************************
** 自作のバルーンシェアボタン
************************************/
.balloon-btn-set{
  display:block;
  width:60px;
  height:63px;
}

.balloon-btn-set a{
  display:block;
  color:#777;
  font-size:14px;
  text-decoration:none;

}

.balloon-btn-set a.twitter-arrow-box-link .fa-comments{
  color: #aaa;
  font-size: 13px;
}

a.arrow-box-link{
  font-weight:bold;
  text-align:center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  display:block;
  font-size: 14px;
}

a.evernote-arrow-box-link{
  /*font-family: 'Boogaloo', cursive;*/
  font-weight:normal;
}

a.arrow-box-link:hover{color:#555;}

a.balloon-btn-link{
  border:1px solid #ddd;
  width:58px;
  height:20px;
  line-height:22px;
  position:relative;
  top:4px;
  color:white;
  border-radius:3px;
  text-align:center;
  display:block;
}

a.balloon-btn-link:hover{
  opacity:0.7;
}

a.twitter-balloon-btn-link{background-color:#55acee;}
a.facebook-balloon-btn-link{background-color:#3c5a99;}
a.googleplus-balloon-btn-link{background-color:#dd4b39;}
a.hatena-balloon-btn-link{background-color:#3c7dd1;}
a.pocket-balloon-btn-link{background-color:#ee4257;}
a.line-balloon-btn-link{background-color:#00c300;}
a.evernote-balloon-btn-link{background-color:#51b125;}
a.feedly-balloon-btn-link{background-color:#87bd33;}
a.push7-balloon-btn-link{background-color:#eeac00;}
a.comments-balloon-btn-link{background-color:#333;}

a.comments-balloon-btn-link .fa-comment{position: relative;top:-3px;}

.arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
  text-align:center;
  width:58px;
  height:33px;
  border-radius:3px;
  line-height:33px;
  display:inline-block;
}

.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow-box:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #ddd;
  border-width: 5px;
  margin-left: -5px;
}

/************************************
** タイトル下SNSボタン
************************************/
.page #sns-group-top {
    display: none;
}

#sns-group-top .balloon-btn-set{
  display:block;
  width:87px;
  height:22px;
  margin-bottom:10px;
}

#sns-group-top .arrow-box{
  height:20px;
  width:50px;
  line-height:20px;
  float:right;
}

#sns-group-top .arrow-box-link{
  line-height:20px;
  text-align:center;
}

#sns-group-top .balloon-btn-link{
  top:0;
  width:28px;
  float:left;
  line-height:24px;
}

#sns-group-top .arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
}
#sns-group-top .arrow-box:after,
#sns-group-top .arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left:auto;
  position: absolute;
  pointer-events: none;
}
#sns-group-top .arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}
#sns-group-top .arrow-box:before {
  border-color: rgba(119, 119, 119, 0);
  border-right-color: #bbb;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** Google FontsのBoogalooをダウンロードしたものの呼び出し
************************************/
/*@font-face{
  font-family: Boogaloo;
  src:url('webfonts/boogaloo/Boogaloo-Regular.ttf');
}

@font-face {
 font-family: Boogaloo;
 src: url('webfonts/boogaloo/Boogaloo-Regular.ttf') format("truetype");
}*/

/************************************
** バイラルボタン
************************************/
.sns-group-viral ul.snsb{
  box-sizing: border-box;
}

.sns-group-viral ul.snsb li{
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
}

.sns-group-viral ul.snsb li a{
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.sns-group-viral ul.snsbs li a .social-count{
  font-size: 12px;
  bottom: 2px;
  font-weight: bold;
  background-color: transparent;
}

.sns-group-viral .social-icon:after{
  margin-left: 7px;
  position: relative;
  top: -2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

}

.sns-group-viral .fa-comment:after{
  top: 0;
}


.sns-group-viral .icon-twitter:after{
  content: 'Twitter';
}

.sns-group-viral .icon-facebook:after{
  content: 'Facebook';
}

.sns-group-viral .icon-googleplus:after{
  content: 'Google+';
}

.sns-group-viral .icon-hatena:after{
  content: 'Hatena';
}

.sns-group-viral .icon-pocket:after{
  content: 'Pocket';
}

.sns-group-viral .icon-line:after{
  content: 'Line';
}

.sns-group-viral .icon-evernote:after{
  content: 'Evernote';
}

.sns-group-viral .icon-feedly:after{
  content: 'Feedly';
}

.sns-group-viral .icon-push7:after{
  content: 'Push';
}

.sns-group-viral .fa-comment:after{
  content: 'Comment';
}

/************************************
** バイラルボタン（シェアバー）
************************************/
#sharebar .sns-group-viral ul.snsb li{
  width: 100%;
}

#sharebar .sns-group-viral ul.snsb li a{
  width: 80px;
}

#sharebar .sns-group-viral .social-icon:after{
  display: none;
}

/************************************
** とりあえず何でもレスポンシブ化するスタイル
************************************/
img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll}.aspect-ratio{height:0;padding-top:56.25%;position:relative}.aspect-ratio--object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}

/************************************
** 外部パーツ微調整
************************************/
/*外部パーツの微調整など*/
/*SimplicityでbbPressのスタイルを整える*/
.bbp-breadcrumb-home,
.bbp-breadcrumb-home+.bbp-breadcrumb-sep,
.topic .post-date,
.topic .post-update,
.topic .footer-post-meta,
.post-0 .post-date,
.post-0 .post-update,
.post-0 .footer-post-meta,
.forum .post-date,
.forum .post-update,
.forum .footer-post-meta{
  display: none;
}

#bbp_search{
  font-size: 17px;
}

#bbp_search_submit{
  padding-top:9px;
  padding-bottom:9px;
}

.post-0 .post-meta{
  height: 27px;
}

.bbp-reply-content{
  font-size: 16px;
  line-height: 170%;
}

.bbp-forum-title{
  font-size: 16px;
}

.bbp-topic-permalink{
  font-size: 14px;
}

#main #bbpress-forums .status-closed{
  color: #000;
  background-color: #fcfcfc;
}

#main #bbpress-forums .status-closed a {
  color: #2098a8;
}

#main #bbpress-forums .status-closed li.bbp-topic-title a{
  color: #333;
}

#bbp-container .entry-content{
  margin-left:0;
}

.bbp-form > p,
.bbp-form > div{
  text-align: left;
}

#bbp_reply_content,
#bbp_topic_content{
  border:1px solid #ccc;
}

/*bbResolutions*/
.bbr-form-wrapper {
  clear: left;
}

.bbr-field-wrapper {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.bbr-resolution-sticker{

}
@media screen and (max-width: 440px){
  #main #bbpress-forums div.bbp-forum-content,
  #main #bbpress-forums div.bbp-topic-content,
  #main #bbpress-forums div.bbp-reply-content{
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px){
  .article #bbpress-forums .bbp-body div.bbp-reply-author{
    padding-left: 0;
    margin-top: 10px;
    line-height: 130%;
  }

  .article #bbpress-forums div.bbp-reply-author img.avatar{
    top: 0;
  }
}

/*Googleカスタム検索用*/
#cse-search-box input[type="text"]{
  width: calc(100% - 70px);
  background-color: #fff;
}

#cse-search-box input {
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  color: #333;
}

#main #bbpress-forums div.bbp-reply-author img.avatar{
  position: relative;
}

/*カテゴリ・アーカイブウィジェットをドロップダウンにしたときラベルを表示しない*/
.widget_categories label.screen-reader-text,
.widget_archive label.screen-reader-text{
  display: none;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 40px 0;
}

.pagination li{
  display: inline-block;
}

.pagination a,
.pagination span {
  font-weight: 500;
  text-decoration:none;
/*  border: 1px solid #ddd;
  border-left-width: 0;*/
  border: none;
  width:38px;
  height:38px;
  color: #333;
  display: block;
  line-height: 38px;
  margin-left: 3px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;

  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current span {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 500px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 310px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

/*@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
*/
.entry-large-thumnail{
  width: 100%;
  height: auto;
}

/***********************
* 旧Twitterボタンのような見た目を再現
***********************/
.twitter-balloon-btn-defalt .balloon-btn-set {
  display:block;
  width:65px;
  height:63px;
}

.twitter-balloon-btn-defalt a.balloon-btn-link{
  width:65px;
  position: relative;
}

.twitter-balloon-btn-defalt .arrow-box {
  width:65px;
}

.twitter-balloon-btn-defalt a.twitter-balloon-btn-link .tweet-label{
  font: 11px "Helvetica Neue",Arial,sans-serif;
  /*
  font-weight: bold;
  color: #000;
  */
  vertical-align: 25%;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-set{
  width: 100px;
  margin-bottom: 0;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-link{
  width: 65px;
}

#sns-group-top .twitter-balloon-btn-defalt .arrow-box {
    width: 25px;
}

/************************************
** アイキャッチ
************************************/
.eye-catch{
  line-height: 100%;
  margin-left: 0;
}

.eye-catch-caption{
  font-size: 75%;
}


/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year{
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: .3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li{
  margin-bottom: 0;
}

/*PageSpeed Insightsのユーザーエクスペリエンス対策*/
@media screen and (max-width:639px){
  #sidebar .widget_archive ul.years li a{
    margin-bottom: 8px;
    display: inline-block;
  }
}

.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
}

.admin-pv{
  text-align: right;
}

.admin-pv > span{
  margin: 0 5px;
  padding: 0 3px;
}


/************************************
** Push7通知ボタンのスタイル
************************************/
.snsb .p7-b > .p7-left,
.snsb .p7-b > .p7-top {
  border-color: #bbb;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}

.snsb .p7-b > .p7-left{
  margin-left: 6px;
}

.snsb .p7-b > .p7-top{
  padding: 0;
  line-height: 33px;
  height: 33px;
  margin-bottom: 4px;
}

#sharebar .snsb .p7-b > .p7-top{
  margin-bottom: 4px;
}
/*
.push7-balloon-btn .p7-b > a > span{
  display: none;
}
*/
.push7-balloon-btn .p7-b > a > span{
  font-size: 12px;
}

.push7-balloon-btn .p7-b > a{
  border: 1px solid #ddd;
  padding: 2px 4px;
}

.push7-balloon-btn .p7-b > a:hover{
  opacity: 0.7;
}

.facebook-save-button{
  margin: 1em 0;
}

.widget-under-sns-buttons.widget_facebook_save_button .main-widget-label{
  display: block;
  margin: 1em 0;
}


/************************************
** highlight.js用のスタイル
************************************/
.hljs {
  display: block;
  word-wrap: normal;
  overflow: auto;
  padding: 0.5em;
  border-radius:5px;
  margin: 1em auto;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
    font-weight: bold;
}

/************************************
** 最近のコメントウィジェットのスタイル
************************************/
dl.recent-comments {
  width:100%;
  margin: 20px auto;

}

dl.recent-comments dt{
  text-align: left;
  clear: left;
  float: left;
  width: 46px;
  white-space: nowrap;
  margin-top: 3px;
}

dl.recent-comments dd{
  margin-left: 0;
  margin-bottom: 20px;
}

dl.recent-comments dd .recent-comment-author{
  font-weight: bold;
}
dl.recent-comments dd .recent-comment-author .fn{
}

dl.recent-comments dd .recent-comment-content{
  font-size:14px;
}

.recent-comment-title{
  clear: both;
}

/************************************
** ホバーカードの設定
************************************/
.hover-card{
  text-decoration: none;
  display: block;
}

.hover-internal-blog-card,
.hover-external-blog-card{
  width: 500px;
}

.hover-internal-blog-card.hover-blog-card-wide,
.hover-external-blog-card.hover-blog-card-wide{
  width: calc(100% - 40px);
  margin: 20px;
}

/*ホバーカード内に幅いっぱいにする*/
.hover-blog-card-wide .blog-card-wide {
  width: auto;
  margin: 0;
}
/*
.hover-card:hover{
  background-color: #f7f7f7;
}
*/

.hover-card .entry-read,
.hover-card .category,
.hover-card .related-entry-read,
.hover-card .blog-card-title,
.hover-card .admin-pv{
  color: #111;
  text-decoration: underline;
}

.hover-card .admin-pv{
  text-decoration: none;
}

.hover-card .entry:hover,
/*.hover-card .entry-large-thumbnail:hover,
.hover-card .entry-tile:hover,*/
.hover-card .related-entry:hover,
.hover-card .related-entry-thumbnail:hover,
.hover-card .blog-card:hover{
  background-color: #f7f7f7;
}

.hover-card .entry-tile h2,
.hover-card .blog-card-title {
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  font-weight: bold;
}

.hover-card .related-entry-thumbnail h3{
  font-size: 16px;
  line-height: 110%;
  font-weight: normal;
}

/************************************
** 人気ウィジェットをランキング
************************************/
.ranking_list {
  counter-reset: wpp-ranking;
}

.ranking_list ul li{
  position: relative;
}

.ranking_list ul li:before {
  background: none repeat scroll 0 0 #666;
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  font-size: 75%;
  left: 0;
  top: 3px;
  line-height: 1;
  padding: 4px 7px;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  border-radius: 2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

}

.icon-amp-logo2::before {
  font-size: 14px;
}

/*!動画の最大幅を指定する*/
.video-container{
  max-width:640px;
  position: relative;
}

/*!動画の大きさを調整*/
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  overflow: hidden;
  max-width: 100%;
}

.video iframe,
.video object,
.video embed,
.instagram iframe,
.instagram object,
.instagram embed,
.facebook iframe,
.facebook object,
.facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-click {
  cursor: pointer;
}

.video-click:hover .video-play {
    background: url("images/youtube-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}

.video-play {
  background: url("images/youtube-play.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);
  height: 62px;
  left: 50%;
  margin-left: -45px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 100px;
  opacity: 0.8;
}

.video-title-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
  background-position: center top;
}

.video-title-text {
  color: #eeeeee;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

  font-size: 17px;
  overflow: hidden;
  padding: 12px 16px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* --------------------------- */
/* 目次 */
div#toc_container{
	width:50%;
	margin:0 auto;
 background: #fffef6; /* 背景色 */
 border: 2px solid #c5df9c; /* 枠線 */
 border-radius: 3px;
 border-top: 10px solid #c5df9c;
 box-sizing:border-box;
}
.toc_title{ /* タイトル */
}



.toc_list ul {
}

.toc_list li {
}
.toc_list li {
}
.toc_list li:before {
}
.toc_list li:last-of-type {
}
.toc_list .toc_number {
}
/* show/hideボタンを非表示に */
.toc_toggle {
	display:none;
}
.toc_number{
}
@media screen and (max-width: 600px) {
	div#toc_container{
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}
}



@media screen and (max-width: 600px) {
	/* サイドバー　最近7日間の人気記事 */
	#wpp-2 {
		/*display:none;*/
	}
	/* サイドバー　タグクラウド */
	#tag_cloud-2 {
		display:none;
	}
}


/* ============================================
 *
 *
 *
 *
 * ============================================ */

body[data-black="black"]{
	background:#000 !important;
	color:#fff !important;
}
body[data-black="black"] .pcHeader__inner{
}
body[data-black="black"] .article{
	background:#000 !important;
	color:#fff !important;
	box-shadow:none !important;
}
body[data-black="black"] .article h1{
	color:#fff !important;
}
body[data-black="black"] .article h2{
	background:#fff;
	color:#000 !important;
}
body[data-black="black"] .article h3{

	border-color:#fff;
	color:#fff !important;
}
body[data-black="black"] .article h4{
	color:#fff !important;

}
body[data-black="black"] .article h5{
	color:#fff !important;

}
body[data-black="black"] .article h6{
	color:#fff !important;
}
body[data-black="black"] .article p{
	color:#fff !important;
}


body[data-black="black"] p.wp-caption-text {
	color:#000 !important;
}

body[data-black="black"] .article a{
	color:#ff0 !important;
}
body[data-black="black"] .post-writer-name a{
	color:#ff0 !important;
}
body[data-black="black"]  #toc_container a{
	color:#000 !important;
}

body[data-black="black"] #comment-area{
	box-shadow:none !important;
	color:#000 !important;
}
body[data-black="black"] .widget_recent_comments .cwp-comment-title{
	color:#fff !important;
}
body[data-black="black"] .widget_recent_comments .comment-link{
	color:#ff0 !important;
}
body[data-black="black"] .widget_recent_comments .comment-excerpt{
	color:#fff !important;
}

body[data-black="black"] .navigation a{
	color:#ff0;
}
body[data-black="black"] p.toc_title{
	color:#000 !important;
}
body[data-black="black"] .post-tag a{
	color:#000 !important;
}
body[data-black="black"] .snsb-balloon a{
	color:#000 !important;
}
body[data-black="black"] .wpp-list a{
	color:#fff !important;
}


/* -------------------------
 * TOPおすすめ記事
 * ------------------------- */
.recomendLst{
	margin-bottom:80px;
}
.recomendLst__item{
	background:#fff;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:15px;
	list-style:none;
	box-shadow: 2px 2px 16px #ccc;

	display:flex;
	justify-content:space-between;
}
.recomendLst__item a{
	color:#000;
}
.recomendLst__item__pic{
	flex-basis:250px;
	box-sizing:border-box;
}
.recomendLst__item__pic img{
	width:100%;
	height:auto;
}
.recomendLst__item__cnt{
	flex-basis:calc(100% - 250px);
	padding-left:30px;
	box-sizing:border-box;
}
.recomendLst__item__cnt__header{

	display:flex;
	justify-content:start;
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:13px;
}
.recomendLst__item__tags{
	list-style:none;
}
.recomendLst__item__date:before{
    content: "\f017";
    font: 14px/1 FontAwesome;
    font-weight: 900;
    padding: 0px 0.1em 0px 0px;
    color: #555;	
}
.recomendLst__item__writers {
	list-style:none;
}
.recomendLst__item__writers a{
	color:#0033cc;
}
.recomendLst__item__writers li:before{
    content: "\f007";
    font: 16px/1 FontAwesome;
    font-weight: 900;
    padding: 0px 0px 0px 5px;
    color: #555;
}
.recomendLst__item__tags {
	display:block;
}
.recomendLst__item__tags a{
	display: inline-block;
    background: #eee;
    padding: 2px 5px;
    border-radius: 100px;
    border: solid 1px #ccc;
    font-size: 12px;
    margin-right: 5px;
	color:#0033cc;
    margin-bottom: 5px;
}
.recomendLst__item__tit {
	margin-bottom:10px;
}
.recomendLst__item__tit a{
	font-size:18px;
	line-height:1.5;
}
@media screen and (max-width: 600px) {

	.recomendLst{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		margin-bottom:30px !important;
	}
	.recomendLst__item{
		flex-basis:49%;
		display:block;
	}
	.recomendLst__item__pic{
		flex-basis:100%;
		margin-bottom:5px;
	}
	.recomendLst__item__pic img{
	}
	.recomendLst__item__cnt{
		flex-basis:100%;
		padding:0;
	}
	.recomendLst__item__cnt__header{
		font-size:12px;
		display:block;
	}
	.recomendLst__item__cnt__header ul{
		margin-left:0;
	}
	.recomendLst__item__tit ,
	.recomendLst__item__tit a{
		font-size:15px !important;
		line-height:1.2 !important;
	}
}
/* -------------------------
 * サイトリンク（記事のキャンペーン）
 * ------------------------- */

.campaignBox{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border:solid 1px #ccc;
	padding:20px 20px !important;
}
.campaignBox__pic{
	flex-basis:40%;
	box-sizing:border-box;
}
.campaignBox__pic img{
	width:100%;
	height:auto;
}
.campaignBox__info{
	flex-basis:60%;
	box-sizing:border-box;
	padding-left:15px;
}
p.campaignBox__info__tit{
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px !important;
}
p.campaignBox__info__subtit{
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px !important;
	color:#f00;
}
.campaignBox__info__btns{
	padding-top:20px;
}
.campaignBox__info__btns li{
	list-style:none;
	margin-bottom:10px;
}
.campaignBox__info__btns li a{
	display:block;
	width:80%;
	padding:15px 10px;
	text-align:center;
	color:#fff;
	border-radius:5px;
	box-sizing:border-box;
}
.campaignBox__info__btns li a:hover{
	opacity: 0.5 ;
}
@media screen and (max-width: 600px) {

	.campaignBox{
		padding:6px !important;
	}
	p.campaignBox__pic{
		margin:0 !important;
	}
	.campaignBox__info{
		padding:0 !important;
		padding-left:15px !important;
	}
	p.campaignBox__info__tit{
		font-size:19px;
	}
	p.campaignBox__info__subtit{
		font-size:19px;
	}

	.campaignBox__info *{
		padding:0;
	}
	.campaignBox__info__btns{
		padding:0 !important;
		margin-bottom:5px !important;
	}
	.campaignBox__info__btns li a{
		padding:5px;
		font-size:14px;
	}
}

/* -------------------------
 * もっと見るボタン（続きを見るボタン　開閉）
 * ------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	margin-bottom: 80px !important;
	padding-bottom:80px;
}
@-webkit-keyframes slideDown {
  0% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
  }
  100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
  }
  100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
  }
  100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
  }
  100% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 977px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.animated.pc .content-wrap {
	height:600px;
}

.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
	top,
	rgba(255, 255, 255, 0) 0%,
	rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
	top,
	rgba(255, 255, 255, 0) 0%,
	rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
	to bottom,
	rgba(255, 255, 255, 0) 0%,
	rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr='#00ffffff',
	  endColorstr='#ffffff',
	  GradientType=0
	);
}
.close-btn {
	/* display:none;*/
}
.slide-up {
  height: 977px;
  padding-bottom: 0;
  overflow: hidden;
}
.animated.pc .slide-up{
	height:600px;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #000;
  padding: 5px 20px;
  border-radius:4px;
  width: 80%;
}
