@charset "utf-8";
/******************************************************************
Theme Name: RESTA ver.2019
Theme URI: https://resta.jp/
Description: 無限の可能性へ。
Version: 1.1.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/
/* 基本設定
================================================================ */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  margin: 0;
	word-wrap: break-word;
  overflow-x: hidden;
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.image.fit {
	width: 100%;
	box-sizing:content-box;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
/* =============================================================
リンク設定
================================================================ */
a {
  color: #025aa3;
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active,a:hover {
	outline: 0;
}
a img{
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img{
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity:0.7;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/* =============================================================
文字設定
================================================================ */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
  text-align: center;
}
b,strong,.strong {
	font-weight: bold;
}
hr {
	margin: 1.8em 0;
	padding: 0;
	border: 0;
	height: 5px;
	background: url(library/images/line01.png) repeat-x 0 0;
}
p {
  -webkit-hyphens: auto;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-before: 2;
	-webkit-hyphenate-after: 3;
}
abbr[title] {
	border-bottom: 1px dotted;
}
dfn,em,.em {
	font-style: italic;
}
pre,code,kbd,samp {
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
code,kbd,samp {
	font-size: 0.9em; 
	padding: 0.05em 0.4em;
	border-radius: 3px;
	background: #F6F6F6;
	color: #444;
}
pre {
	white-space: pre-wrap;
	margin: 0;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q::before,
q::after {
	content: '';
	content: none;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small, .small {
	font-size: 75%;
}
span.amp {
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
	font-style: italic;
}
/* =============================================================
リスト設定
================================================================ */
dl,menu,ol,ul {
	margin: 0 0 1em;
}
dd {
	margin: 0;
}
menu {
	padding: 0 0 0 40px;
}
ol,ul {
	padding: 0;
	list-style-type: none;
}
.gallery {
	margin: .5em auto 2em!important;
}
.gallery dl{
	margin:0!important;
}
.gallery dl img{
	margin-bottom:0;
	border: none!important;
	padding: 1px;
}
.entry-content li{
	list-style:none;
	position:relative;
	padding-left: 1.15em;
	margin: 1em 0;
}
.entry-content li li{
	margin: 0.6em 0;
}
.entry-content ul li:before{
	font-family: "fontawesome";
	content: "\f111";
	display:block;
	position:absolute;
	left: 2px;
	top: 1px;
	transform: scale(0.6);
	color: #d35d5f;
}
.entry-content ul li ul li:before{
	content:"\f192";
}
.entry-content ul li ul li ul li:before{
	content:"―";
}
.entry-content ul.arrow li:before{
	transform: scale(0.8);
	content:"\f138";
}
.entry-content ul.arrow li li:before{
	content:"\f101";
}
.entry-content ul.arrow li li li:before{
	content:"\f105";
}
.entry-content ul.check li:before{
	transform: scale(0.95);
	content:"\f00c";
}
.entry-content ul.check li li:before{
	transform: scale(0.85);
	content:"\f058";
}
.entry-content ul.check li li li:before{
	content:"\f05d";
}
.entry-content ol{
	counter-reset: number;
}
.entry-content ol[start] {
   counter-reset: unset; 
}
.entry-content ol li{
	padding-left: 1.8em;
}
.entry-content ol ol{
	margin-left: -0.55em;
}
.entry-content ol > li:before{
	counter-increment: number;
	content: counter(number);
	background: #025aa3;
	border: 1px solid #025aa3;
	color:#fff;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	font-weight: bold;
	display:block;
	text-align:center;
	border-radius:50%;
	position:absolute;
	transform: scale(0.8);
	left:1px;
	top: 0;
}
.entry-content ol li ol li:before{
	background: none;
	line-height:1.4;
	border: 1px solid;
	color: #025aa3;
}
.entry-content ol li ol li ol li:before{
	content: counter(number) ".";
	border: none;
	font-size: 110%;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
/* =============================================================
カラー設定
================================================================ */
#breadcrumb li a::after{
  color: #3E3E3E;
}
a, #breadcrumb li a i, .authorbox .author_sns li a::before{
  color: #333;
}
.article-footer .post-categories li a,.article-footer .tags a{
  background: #025aa3;  border-color: #025aa3;
}
.article-footer .tags a{
  color: #025aa3;
  background: none;
}
.article-footer .post-categories li a:hover,.article-footer .tags a:hover{
  background: #025aa3;
  border-color: #025aa3;
}
@media only screen and (min-width: 768px) {
	  .archives-list .post-list a .eyecatch::after{
    background: #025aa3;
  }
}
.entry-content h2,.homeadd_wrap .widgettitle,.widgettitle{
  /*background: #025aa3;
  color: #ffffff;*/
}
.entry-content h3,.entry-content h4{
  border-color: #025aa3;
color: #3E3E3E;
}
.widget li a:after{
  color: #025aa3;
}
.accordionBtn{
  background-color: #025aa3;
}
.accordionBtn.active{
  background-color: #025aa3;
}
.entry-content ul li:before{
  color: #025aa3;
}
.entry-content ol li:before{
  background: #025aa3;
  border-color: #025aa3;
  color: #ffffff;
}
.entry-content ol li ol li:before{
  color: #025aa3;
}
.entry-content blockquote::before,.entry-content blockquote::after{
  color: #025aa3;
}
.eyecatch .cat-name,ul.wpp-list li a:before{
  background: #025aa3;
  color: #ffffff;
}
.btn-wrap a{
  background: #025aa3;
  border: 1px solid #025aa3;
}
.btn-wrap a:hover,.widget .btn-wrap:not(.simple) a:hover{
  color: #025aa3;
  border-color: #025aa3;
}
.btn-wrap.simple a{
  border:1px solid #025aa3;
  color: #025aa3;
}
.btn-wrap.simple a:hover{
  background: #025aa3;
}
.blue-btn, #submit, button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #025aa3;
}
.blue-btn:hover, #submit:hover, .blue-btn:focus, #submit:focus {
  background-color: #025aa3;
}
.slick-prev:before, .slick-next:before{
  background-color: #025aa3;
}
.pagination a, .pagination span,.page-links a{
  border-color: #025aa3;
  color: #025aa3;
}
.pagination .current,.pagination .current:hover,.page-links ul > li > span{
  background-color: #025aa3;
  border-color: #025aa3;
}
.pagination a:hover, .pagination a:focus,.page-links a:hover, .page-links a:focus{
  background-color: #025aa3;
  color: #ffffff;
}
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {
  background-color: #ffffff;
}
/* =============================================================
Gutenberg Block Gallery 
================================================================ */
.wp-block-gallery li{
	padding: 0;
	margin: 0;
}
.wp-block-gallery li img{
	margin-bottom: 0;
}
.wp-block-gallery li::before{
	content: none!important;
}
.image-replacement, .ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clearfix, .cf, .comment-respond,.widget ul li {
	zoom: 1;
}
.clearfix::before, .clearfix::after, .cf::before, .comment-respond::before, .cf::after, .comment-respond::after {
	content: "";
	display: table;
}
.clearfix::after, .cf::after, .comment-respond::after {
	clear: both;
}
#content dl,
#content ol,
#content p,
#content ul {
	letter-spacing: .025em;
}
.blue-btn,
#submit {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.9em;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	padding: 0 24px;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.14s ease-in-out;
	transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover,
#submit:hover,
.blue-btn:focus,
#submit:focus {
	color: #ffffff;
	text-decoration: none;
}
.blue-btn:active,
#submit:active {
	top: 1px;
}
.blue-btn,
#submit {
	background-color: #025aa3;
}
.blue-btn:hover,
#submit:hover,
.blue-btn:focus,
#submit:focus {
	background-color: #025aa3;
}
/*********************
GENERAL STYLES
*********************/
.wrap {
	width: 94%;
	margin: 0 auto;
}
#main {
	/*margin: 0 auto;*/
}
.entry-content a[target="_blank"]::after {
	font-family: 'FontAwesome';
	content: '\f08e';
	font-size:0.9em;
	margin:0 3px 0 2px;
}
.entry-content a.no-icon[target="_blank"]::after,
.entry-content .btn-wrap a[target="_blank"]::after{
	content: none;
}
a.amazonjs_link[target="_blank"]::after,
.amazonjs_item ul li:before{
	content: none;
}
.txt_c {
	text-align: center;
}
/******************************************************************
H1, H2, H3, H4, H5
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none;
}
h1, .h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.333em;
}
h2, .h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 0.375em;
}
h3, .h3 {
	font-size: 125%;
	font-weight: 700;
}
h4, .h4 {
	font-size: 1.2em;
	font-weight: 700;
}
h5, .h5 {
	font-size: 1em;
	font-weight: 700;
	line-height: 2em;
	text-transform: uppercase;
}
/* =============================================================
検索フォーム
================================================================ */
.searchbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	max-width: 88%;
	z-index: 10;
}
.searchbox .searchform{
	position:relative;
}
.searchbox .searchform input[type="search"]{
	position: absolute;
	z-index: 2;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	transition: .25s ease;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
	background: #333;
	color: #ffffff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.searchbox .searchform input[type="search"]:focus{
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	width: 100%;
	padding: 0 0.8em;
	cursor: auto;
}
.searchbox .searchform .search_btn{
	position: absolute;
	z-index: 1;
	right: 2px;
	left: auto;
}
.searchbox .searchform .search_btn::before{
	content: "\e902";
}
.searchbox .searchform input[type="search"]:focus ~ .search_btn{
	z-index: 3;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
@media only screen and (max-width: 767px) {
	.searchbox .searchform input[type="search"]{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}
/* =============================================================
パンくず設定
================================================================ */
#breadcrumb{
	font-size: 70%;
	margin: 1.2em auto;
}
#breadcrumb ul{
	margin: 0;
}
#breadcrumb li:first-child{
	margin-left: 0;
}
#breadcrumb li{
	float:left;
	margin-left:0.5em;
}
#breadcrumb li a::after{
	font-family: "fontawesome";
	color: initial;
	content: '\f105';
	margin-left:0.5em;
	opacity: 0.5;
}
#breadcrumb li a{
	text-decoration:none;
}
#breadcrumb li a:hover{
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
#breadcrumb li.bc_posttitle{
	/*display: none;*/
}
#page-top {
	position: fixed;
	right: 20px;
	z-index: 99999;
}
#page-top a {
	background-repeat: no-repeat;
	text-decoration: none;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 51px;
	background: rgba(2, 100, 173, 0.7);
	padding: 0;
	display: block;
	color: #fff;
}
/* =============================================================
ページコンテンツ
================================================================ */
.single #main .article {
	margin-bottom: 1em;
}
#main .article header {
	padding: 0;
	margin-bottom: 1em;
}
.single .pd_viral #main .article header,
.page-template-default .pd_viral #main .article header{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:  100%;
	text-align: center;
	position: relative;
	padding: 9%  5%;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.single .pd_viral #main .article header .inner,
.page-template-default .pd_viral #main .article header .inner{
	position: relative;
	z-index: 3;
}
.single .pd_viral #main .article header .entry-title,
.page-template-default .pd_viral #main .article header .entry-title{
	font-size: 2.2em;
	margin-top: 5%;
}
.single .pd_viral #main .article header::after,
.page-template-default .pd_viral #main .article header::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(opacity=45);
	-ms-filter: "alpha(opacity=45)";
	opacity: 0.45;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.single .pd_viral #main .article header .inner,
.single .pd_viral #main .article header .inner a,
.page-template-default .pd_viral #main .article header .inner,
.page-template-default .pd_viral #main .article header .inner a{
	color: #fff;
}
.single .pd_viral #main .article header .entry-title,
.page-template-default .pd_viral #main .article header .entry-title{
	margin-bottom: 0.8em;
}
#main .article .eyecatch{
	text-align:center;
	overflow:hidden;
	position:relative;
}
.eyecatch .eyecatch-caption-text{
	font-size: 75%;
	opacity: 0.85;
	padding-top: 3px;
}
#main .article .eyecatch img{
	margin:0;
  width: 100%;
	height: auto;
}
.article-footer {
	padding: 1em 0;
}
.article-footer .footer-cat-tag{
	margin-bottom: 0.9em;
}
.article-footer h4{
	margin:0.5em 0;
}
.article-footer p {
	margin: 0;
}
.article-footer .post-categories,
.article-footer .tags{
	margin:0;
	display:inline-block;
}
.article-footer .post-categories li,
.article-footer .tags a{
	display:inline-block;
}
.article-footer .post-categories li a,
.article-footer .tags a{
	display:inline-block;
	background: #025aa3;
	color: #ffffff;
	padding: .35em .5em;
	margin-right:0.3em;
	margin-bottom: 2px;
	text-decoration: none;
	line-height: 1.1;
	font-size: 75%;
	border: 1px solid #025aa3;
	border-radius: .4em;
}
.article-footer .tags a{
	background:none;
	color: #025aa3;
	margin-top:-1px;
}
.article-footer .post-categories a::before,
.article-footer .tags a::before{
	font-family: "fontawesome";
	content: '\f02b';
	margin-right: 0.2em;
}
.article-footer .post-categories a::before{
	content: '\f114';
}
.article-footer .post-categories li a:hover,
.article-footer .tags a:hover{
	background: #025aa3;
	color:#fff;
	border-color: #025aa3;
	transform: translateY(-1px);
}
.article-footer .post-categories li a:active,
.article-footer .tags a:active{
	transform: translateY(1px);
}
.entry-content h2,
.homeadd_wrap .widgettitle{
	position: relative;
	border: none;
/*	font-size: 1.25em;
	padding: 0.9em 1em;
	margin-top: 2.1em;
	margin-bottom: 1em;
	background: #d45c5c;
	color: #ffffff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .03);*/
}
.entry-content h3{
	border-top: 4px solid;
	border-bottom: 4px solid;
	padding: .6em .2em;
	margin-top: 1.8em;
	/*color: #d45c5c;*/
}
.entry-content h4{
	padding: 0.4em 0.1em 0.4em 0.7em;
	border-left: 4px solid;
	border-color: #d45c5c;
}
.entry-content h2.stylenone {
    position: relative;
    border: none;
    padding: 0;
    background: initial;
    color: initial;
    box-shadow: none;
}
/* 投稿ページ下のエリア */
.related-box{
	margin-bottom: 2em;
}
.authorbox .profile_name a,
.authorbox .author_sns a,
.related-box a{
	color: inherit;
	text-decoration: none;
}
.authorbox a:hover,
.related-box a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.authorbox .h_ttl,
.related-box .h_ttl{
	font-size: 150%;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 1em;
}
.authorbox .h_ttl::after,
.related-box .h_ttl::after{
	font-size: 12px;
	margin: 0;
	display: block;
}
.authorbox .h_ttl::after{
	content: 'この記事を書いた人';
}
.related-box .h_ttl::after{
	content: 'こちらの記事も人気！';
}
.authorbox{
	text-align: center;
	border: 5px solid rgba(100, 100, 100, 0.15);
	padding: 5%;
}
.authorbox .profile{
	display: table;
}
.authorbox .profile_img,
.authorbox .profile_description{
	display: table-cell;
	vertical-align: middle;
}
.authorbox .profile_img{
	width: 23%;
	padding-right: 1em;
	vertical-align: top;
}
@media only screen and (max-width: 480px) {
	.authorbox .profile_img,
	.authorbox .profile_description,
	.authorbox .profile_name{
		display: block;
		text-align: center;
		vertical-align: initial;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}
.authorbox .profile_img img {
	width: 100%;
	margin: auto;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.12);
}
.authorbox .profile_name{
	margin-bottom: 1em;
}
.authorbox .profile_name a{
	font-size: 122%;
	font-weight:bold;
	margin: 1em 0 0.5em;
}
.authorbox .profile_name .userposition{
	font-size: 10px;
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.authorbox .profile_description{
	font-size: 85%;
	text-align: left;
	margin: auto;
}
.authorbox .author_sns{
	text-align:center;
	margin:2em 0 0;
}
.authorbox .author_sns li{
	display:inline-block;
	font-size: 0.8em;
	margin-right: 1.2em;
}
.authorbox .author_sns li:last-child{
	margin-right: 0;
}
.authorbox .author_sns a{
	display: block;
	padding: 0.5em 0;
}
.authorbox .author_sns li a::before{
	font-size: 1.2em;
	margin-right: 0.3em;
	color: initial;
	font-family: "fontawesome";
	content: "\f144";
}
.authorbox .author_sns li.author-site a::before{
	content: "\f0ac";
}
.authorbox .author_sns li.author-twitter a::before{
	content: "\f099";	
}
.authorbox .author_sns li.author-facebook a::before{
	content: "\f09a";
}
.authorbox .author_sns li.author-google a::before{
	content: "\f0d5";
}
.authorbox .author_sns li.author-instagram a::before{
	content: "\f16d";
}
.related-box ul{
	text-align: center;
	display:  table;
	width: 100%;
}
.related-box li{
	width: 22.4%;
	margin:1%;
	display: inline-block;
	position:relative;
	font-size: .9em;
	vertical-align: top;
	text-align: left;
}
.related-box li .eyecatch{
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.related-box li .eyecatch img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.related-box li a{
	display:block;
	text-decoration:none;
}

.related-box li .date{
	font-size:.8em;
	font-weight:normal;
}
.related-box li .ttl{
	margin:0;
	font-size: .85em;
}
@media only screen and (min-width: 1100px) {
	.related-box{
		margin-left: -10px;
		margin-right: -10px;
		font-size: 108%;
	}
}
/* ページタイトル */
.single-title,
.page-title,
.entry-title {
	margin:  0.3em 0;
}
.single-title,
.page-title{
	padding: 0;
	font-size: 150%;
	overflow-wrap: break-word;
}
.single-title:empty,
.page-title:empty{
	display: none;
}
.single .byline{
	margin-bottom: 0.3em;
}
.single .byline .date,
.single .byline .writer .fn{
	margin-bottom: 0.3em;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.single .byline .post-categories{
	font-weight: bold;
	font-size: 87%;
	display: inline-block;
	margin-right: 1em;
	margin-bottom:  0;
}
.single .byline .post-categories li{
	display: inline-block;
}
.single .byline .post-categories li::after{
	content: "|";
	margin: 0 0.4em;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	opacity: 0.4;
}
.single .byline .post-categories li:last-child::after{
	content: none;
}
.single .byline .post-categories li a{
	text-decoration: none;
}
.byline {
	font-size: 87%;
	font-weight: 500;
  /*margin: 0 0 0.5em;*/
}
.byline .date,
.byline .writer{
	margin-right: .9em;
	display: inline-block;
}
.byline .date::before,
.byline .writer::before{
	font-family: "fontawesome";
	font-size: 115%;
	margin-right: 0.2em;
	position: relative;
	top: auto;
}
.single .byline .date::before,
.big-list .byline .date::before{
	content: "\f017";
}
.single .byline .date.undo::before,
.big-list .byline .date.undo::before{
	content: "\f1da";
}
.byline .writer::before{
	content: "\f2be";
	display: none;
}
.byline .writer,
.byline .writer a{
	color: inherit;
	text-decoration:none;
}
.archives-list .byline .writer{
	font-weight: normal;
}
.byline .writer img.avatar{
	width: 1.6em;
	border-radius: 50%;
	margin-right: 0.2em;
	vertical-align: top;
}
.cat-name{
	text-align: center;
	background: #025aa3;
	color:#efefef;
	font-size:70%;
	font-weight:bold;
	padding: 0.2em 0.5em;
}
.eyecatch .cat-name{
	position:absolute;
	top: 0;
	right: 0;
	min-width:8em;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
.eyecatch .cat-name:empty::before{
	content: "PICK UP";
}
.undo_off .undo {
	display: none!important;
}
.entry-content p {
	margin: 0 0 1.75em;
	line-height: 1.8;
}
.entry-content table {
	width: 100%;
	font-size: 95%;
	margin-bottom: 1.5em;
}
.entry-content table caption {
	margin: 0 0 7px;
	font-size: 90%;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.entry-content td,
.entry-content th {
	padding: 1.2em .8em;
	border: 1px solid #d8d8d8;
}
.entry-content td input{
	margin:3px 0;
}
.entry-content th {
	background: rgba(0, 0, 0, 0.05);
	text-align: left;
}
.entry-content blockquote{
	padding: 3.3em 7%;
	margin: 2em 0 2.5em;
	position:relative;
	border: 2px solid rgba(103, 103, 103, 0.4);
	border-radius: 7px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
.entry-content blockquote *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-content blockquote::before,
.entry-content blockquote::after{
	font-family: serif;
	position: absolute;
	width: 1em;
	height: 1em;
	line-height: 1.5;
	display:block;
	padding: 0;
	text-align:center;
	font-size: 420%;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.entry-content blockquote::before{
	content: "“";
	left: 0;
	top: 0;
}
.entry-content blockquote::after{
	content: "”";
	right: 0;
	bottom: 0;
}
.entry-content blockquote h1,
.entry-content blockquote h2,
.entry-content blockquote h3,
.entry-content blockquote h4{
	margin-top:0!important;
}
.entry-content dt{
	font-weight: bold;
	margin-bottom: 2%;
}
.entry-content dd {
	margin-left: 0;
	font-size: .95em;
	margin-bottom: 4%;
}
.entry-content img {
	margin: 0 0 0.8em;
	max-width: 100%;
	height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
	max-width: 100%;
	height: auto;
}
.wp-block-image img{
	margin-bottom: 0;
}
.entry-content pre {
	background: #383838;
	background: rgba(0, 0, 0, 0.75);
	border-left: 4px solid rgba(0, 0, 0, 0.38);
	color: #ffffff;
	font-size: 1em;
	padding: 1.2em 3%;
	margin: 0.2em 0 2.2em;
	border-radius: 3px;
}
.wp-caption {
	max-width: 100%;
	background: #fff;
	padding: 5px;
	margin-bottom: 1.8em;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 3px;
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	font-size: 0.75em;
	margin: 4px 0;
	text-align: center;
}
iframe {
	max-width: 100%;
}
:-webkit-full-screen-ancestor #sidebar{
	position: absolute;
	z-index: -999999;
}
.tags {
	margin: 0;
}
/* =============================================================
ウィジェット
================================================================ */
.widget a{
	text-decoration:none;
	color: inherit;
}
.widget a:hover{
	color: inherit;
	opacity: 0.5;
}
.widget.widget_text a{
	color: #025aa3;
	text-decoration: underline;
}
.widget.widget_text a:hover{
	opacity: inherit;
	color: #025aa3;
}
.widgettitle {
    font-size: 17px;
    overflow: hidden;
    color: #004f99;
	  border-bottom: 2px solid;
}
.widget {
	margin: 0 0 2.5em;
}
.homewidget.widget:last-child,
.titleunder .widget:last-child{
	margin-bottom: 1.5em;
}
.widget ul{
	margin:0;
}
/* RSSウィジェット */
.widget.widget_rss li a{
	font-weight: bold;
}
.widget.widget_rss li .rssSummary,
.widget.widget_rss li .rss-date,
.widget.widget_rss li cite{
	font-size: 88%;
	opacity: 0.6;
}
/* ウィジェットカテゴリー・新着記事 */
.widget.widget_categories .widgettitle,
.widget.widget_recent_entries .widgettitle,
.widget.widget_newentryimagewidget .widgettitle,
.widget.widget_nav_menu .widgettitle,
.widget.widget_pages .widgettitle,
.widget.widget_archive .widgettitle,
.widget.widget_mycategoryorder .widgettitle{
	margin-bottom:0;
}
.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_newentryimagewidget ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_archive ul,
.widget.widget_mycategoryorder ul{
	margin-top: 0;
}
.widget.widget_categories ul li,
.widget.widget_recent_entries li,
.widget.widget_newentryimagewidget li,
.widget.widget_nav_menu li,
.widget.widget_pages li,
.widget.widget_archive li,
.widget.widget_mycategoryorder li{
	border-bottom: 1px dotted rgba(125, 125, 125, 0.3);
	margin:0;
	padding:0;
}
.widget .children li:first-child,
.widget .sub-menu li:first-child{
  border-top: 1px dotted rgba(125, 125, 125, 0.3);
}
.widget li.page_item_has_children {
  border-bottom:none!important;
}
.widget.widget_newentryimagewidget li::before{
	content:none;
}
.widget.widget_categories li a,
.widget.widget_recent_entries li a,
.widget.widget_newentryimagewidget li a,
.widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_archive li a,
.widget.widget_mycategoryorder li a{
	display:block;
	padding: 1em 1.3em 1em 0.3em;
	margin:0;
	position:relative;
}
.widget li a .countpost{
	opacity: 0.9;
	border-radius: 1em;
	background: rgba(50, 50, 50, 0.1);
	font-size: 89%;
	padding: 0 0.5em;
	margin-left: 0.3em;
}
.widget.widget_categories li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_newentryimagewidget li:last-child,
.widget.widget_nav_menu li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_archive li:last-child,
.widget.widget_mycategoryorder li:last-child{
	border-bottom:none;
}
.widget.widget_categories li a::after,
.widget.widget_recent_entries li a::after,
.widget.widget_newentryimagewidget li a::after,
.widget.widget_nav_menu li a::after,
.widget.widget_pages li a::after,
.widget.widget_archive li a::after,
.widget.widget_mycategoryorder li a::after{
	font-family:"fontawesome";
	content: '\f105';
	position:absolute;
	right: 6px;
	line-height: 1;
	font-size: 1em;
	top:50%;
	margin-top: -0.5em;
	transition: 0.15s ease-in-out;
}
.entry-content .widget.widget_categories li:before,
.entry-content .widget.widget_recent_entries li:before,
.entry-content .widget.widget_newentryimagewidget li:before,
.entry-content .widget.widget_nav_menu li:before,
.entry-content .widget.widget_pages li:before,
.entry-content .widget.widget_archive li:before,
.entry-content .widget.widget_mycategoryorder li:before{
	content: none;
}
.widget li a:hover::after{
	right: 3px;
}
/* ドロップダウンスタイルの変更 */
.widget select{
	margin-top:1em;
	width:100%;
	max-width:100%;
}
/* ドロップダウンにした時のlabelを非表示 */
.widget.widget_categories label,
.widget.widget_archive label{
	display:none;
}
/* リスト 下の階層 */
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul{
	padding: 0;
	margin: 0;
}
.widget.widget_nav_menu li ul a::before,
.widget.widget_pages li ul a::before,
.widget.widget_categories li ul a::before{
	font-family: "fontawesome";
	content: "\f0da";
	display: inline-block;
	margin-right: 5px;
	opacity: 0.15;
}
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul{
	background: rgba(125, 125, 125, 0.02);
}
.widget.widget_nav_menu li ul ul a::before,
.widget.widget_pages li ul ul a::before,
.widget.widget_categories li ul ul a::before{
	content: "ー";
}
.widget.widget_nav_menu li ul a::after,
.widget.widget_pages li ul a::after,
.widget.widget_categories li ul a::after{
	content: none;
}
.widget.widget_nav_menu li ul ul a,
.widget.widget_pages li ul ul a,
.widget.widget_categories li ul ul a{
	padding-left:1.6em;
}
.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a{
	padding-left:0.5em;
}
.widget.widget_recent_comments ul{
	margin-top:0;
}
.widget.widget_recent_comments li{
	border-bottom: 1px dotted #ccc;
	border-bottom: 1px dotted rgba(0,0,0,.2);
	margin:0;
	padding:0.5em 0;
}
.widget.widget_recent_comments li:first-child{
	border-top:none;
}
.widget.widget_recent_comments li:last-child{
	border-bottom:none;
}
/* ウィジェット検索フォーム */
/* SEARCH FORM */
.widget.widget_search .searchform,
#main .entry-content .searchform{
	position:relative;
	height: 45px;
	margin: 0 auto 1.5em;
	max-width:  500px;
	text-align:  center;
}
.widget.widget_search input[type="search"],
#main .entry-content .searchform input[type="search"]{
	position:absolute;
	width: 100%;
	max-width: 100%;
	padding: 12px 1%;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget.widget_search button,
#main .entry-content .searchform button{
	position:absolute;
	right: 3px;
	border:0;
	background: none;
	display: block;
	height: 100%;
	padding: .6em;
	font-size: 140%;
	color: initial;
}
.widget.widget_search button::before,
#main .entry-content .searchform button::before{
	font-family: 'icomoon';
    content: '\e902';
}
@media only screen and (min-width: 1100px) {
	#main .entry-content .searchform input[type="search"]{
		line-height: 2;
	}
	#main .entry-content .searchform button{
		font-size: 170%;
		height: 60px;
	}
}
/* ウィジェット カレンダー */
.widget.widget_calendar table{
	width:100%;
	text-align:center;
}
.widget.widget_calendar table *{
	text-align:center;
}
/* ウィジェット タグクラウド */
.widget.widget_tag_cloud a{
	padding: 0.1em 0.6em;
	margin: 0 0.2em 0.3em 0;
	display:inline-block;
	font-size: 12px!important;
	border-radius: 3px;
	color: inherit;
	box-shadow: 0 0 1px;
	opacity:0.8;
}
.widget.widget_tag_cloud a::before{
	font-family: "fontawesome";
	content: '\f02b';
	margin-right: 3px;
}
.widget.widget_tag_cloud a:hover{
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity:0.7;
	box-shadow: 0 0 5px;
	transform: translateY(-1px);
}
.widget.widget_tag_cloud a:active{
	box-shadow: 0 0 2px;
	transform: translateY(1px);
}
.widget.widget_nav_menu li a span{
	display:none;
}
.widget.widget_newentryimagewidget li a{
	overflow: hidden;
}
.widget.widget_newentryimagewidget li .eyecatch{
	width: 30%;
	float:left;
	margin-right: 3%;
	padding-top: 18%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.widget.widget_newentryimagewidget li .eyecatch img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.widget.widget_newentryimagewidget li .eyecatch.noimg::after{
	font-size: 70%;
}
.widget.widget_recent_entries li span,
.widget li span.date{
	padding:0 0.3em;
	font-size:0.9em;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	display:inline-block;
}
.widget.widget_newentryimagewidget li .ttl{
	overflow: hidden;
}
.widget.widget_newentryimagewidget li .ttl p,
.widget.widget_recent_entries li p{
	margin: 0;
}
/* CategoryWidget Toggle Ver */
.widget_categories li,
.widget_nav_menu li{
    position: relative;
}
.widget li.accordionMenu > a::after{
	content: none;
}
.accordionBtn {
    font-size: 74%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 1.4em;
    right: 1px;
    color: #ffffff;
    background: #56a1d8;
    cursor: pointer;
    transition: 0.2s ease;
}
.accordionBtn.active{
    background: #025aa3;
}
.accordionBtn::before {
	font-family: "fontawesome";
    content: "\f067";
    display: inline-block;
}
.accordionBtn.active {
    transform: rotate(135deg);
}
/* Plugin */
/* WordPress Popular Posts */
ul.wpp-list{
	counter-reset: number;
}
ul.wpp-list li{
	list-style:none;
	position:relative;
	border-bottom:1px solid #ddd;
	margin: 0;
	padding-bottom:0.75em;
}
ul.wpp-list li a::before{
	counter-increment: number;
	content: counter(number);
	background: #000000;
	margin-right:3px;
	color:#fff;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	font-size:75%;
	border-radius: 3px;
	font-weight:bold;
	display:block;
	text-align:center;
	position:absolute;
	left:2px;
	top:2px;
	z-index: 1;
}
ul.wpp-list img{
	margin-bottom:0;
	margin-right: 5px;
}
ul.wpp-list li a.wpp-post-title{
	display: block;
}
ul.wpp-list li a.wpp-post-title::before,
ul.wpp-list li .wpp-author a::before,
ul.wpp-list li .wpp-category a::before{
	content: none;
}
/* TOC */
#toc_container li::before{
	content: none;
}
/* =============================================================
アーカイブ設定
================================================================ */
.archivettl h1{
	font-size: 130%;
	margin: 0.5em 0 0.9em;
	padding: 0;
	text-align: center;
}
.archivettl h1::before{
	display: block;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.4;
}
.search .archivettl h1::before{
	content: "キーワード";
}
.archivettl h1 .author-icon{
	display: block;
}
.archivettl h1 .author-icon img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:80px;
	margin-bottom: 0.5em;
	border:2px solid #fff;
	box-shadow:0 0 10px #ddd;
}
.taxonomy-description.entry-content{
	margin: 0 auto;
	padding-bottom: 0;
}
/* 記事一覧 */
.archives-list .post-list .entry-content,
.archives-list .post-list a p{
	margin-bottom: 0;
	padding-bottom: 0;
  padding: 20px;
  color: #333;
  background-color: #fff;
}
.archives-list .post-list .byline,
.archives-list .post-list .description{
	font-size: 90%;
}
.archives-list.big-list  .post-list .byline .date,
.archives-list.big-list  .post-list .description{
	font-size: 95%;
}
.archives-list .post-list .description p{
	line-height: 1.7;
}
.archives-list.simple-list .post-list a,
.archives-list.card-list .post-list a{
	text-decoration: none;
	color: inherit;
}
@media only screen and (min-width: 768px) {
	.archives-list .post-list a:hover .eyecatch img{
		-webkit-filter: blur(2px);
		filter: blur(2px);
		opacity: 1;
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}
	.archives-list.simple-list .post-list a:hover,
	.archives-list.card-list .post-list a:hover{
		opacity: 1;
	}
	.archives-list .post-list a .eyecatch::after{
		content: "詳しく見る";
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: absolute;
		font-size: 50%;
    font-weight: bold;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #025aa3;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .25s ease;
		-webkit-transition: .4s ease;
		-moz-transition: .4s ease;
		-ms-transition: .4s ease;
	}
	.archives-list .post-list a:hover .eyecatch::after{
		opacity: 0.7;
		font-size: 90%;
		letter-spacing: 2px;
	}
}
/* SIMPLE */
.archives-list.simple-list .post-list{
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.archives-list.simple-list .post-list:first-child{
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.archives-list.simple-list .post-list a{
	display: block;
	padding: 1em;
}
.archives-list.simple-list .post-list .eyecatch{
	width: 45%;
	float: left;
	margin-bottom: 0!important;
}
.archives-list.simple-list .post-list .entry-content{
	overflow: hidden;
	padding-left: 1em;
}
.archives-list.simple-list .post-list .noimg + .entry-content{
	padding: 1.2em 0;
}
.archives-list.simple-list .post-list .entry-title{
	margin-top: 0;
	font-size: 1.3em;
}
/* CARD */
.archives-list.card-list{
	text-align: center;
	margin-left: -2%;
	margin-right: -2%;
	display: block;
}
.archives-list.card-list .post-list{
	/*width: 49.4%;*/
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.archives-list.card-list .post-list a{
	display: block;
	position: relative;
	padding: 0% 3% 6%;
}
.archives-list.card-list .post-list .eyecatch{
	/*margin-bottom: 0.5em;*/
}
.archives-list.card-list .post-list .entry-title{
	font-size: 115%;
}
/* BIG */
.archives-list.big-list .post-list{
	max-width: 100%;
	margin: 0 auto 3em;
	padding-bottom: 3em;
}
.archives-list.big-list .byline{
	margin-bottom: 7px;
}
.archives-list.big-list .post-list .readmore{
	margin: 1.5em auto;
}
.btn-wrap.readmore span::after{
	display: inline-block;
	font-family: "fontawesome";
	content: "\f138";
	margin-left: 0.5em;
	transform: scale(1.1);
}
@media only screen and (max-width: 480px) {
	.archives-list.simple-list .post-list{
		margin-left: -0.9em;
		margin-right: -0.9em;
	}
	.archives-list.simple-list .post-list .entry-title{
		font-size: 94%;
	}
	.archives-list.card-list .post-list .entry-title{
		font-size: 78%;
	}
	.archives-list.simple-list .post-list .description,
	.archives-list.card-list .post-list .description{
		display: none;
	}
	.archives-list.simple-list .post-list .eyecatch,
	.archives-list.card-list .post-list .eyecatch{
		font-size: 80%;
	}
}
@media only screen and (max-width: 979px) {
	.home .archives-list.simple-list .post-list:first-child{
		border-top: none;
	}
	.archives-list.big-list .post-list{
		margin: 0 auto 0;
	}
}
#post-not-found{
	text-align: left;
}
#post-not-found .article-header{
	text-align: center;
	font-size: 200%;
	opacity: 0.5;
	letter-spacing: 0.1em;
}
.archives-list.card-list #post-not-found{
	margin: 0 2%;
}
.pagination,
.wp-prev-next {
	margin: 3em 0 4em;
}
.pagination,
.page-links {
	text-align: center;
}
.pagination ul{
	display: block;
	text-align: center;
	margin:0;
	padding:0;
	clear: both;
}
.pagination:empty,
.wp-prev-next:empty,
.pagination ul:empty,
.search-no-results .pagination{
	display:none;
}
.pagination li{
	margin: 0!important;
	padding: 0 1px!important;
	display: inline-block;
	min-width: 2.55em;
}
.pagination a, .pagination span,
.page-links a{
	margin: 0;
	display: block;
	padding: 12px 6px;
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	width: 100%;
	color: #025aa3;
	border: 2px solid #025aa3;
	font-weight: bold;
}
.page-links a{
	display: inline-block;
	width: 47%;
}
.pagination span.dots{
	background: none!important;
	padding-left: 5px;
	padding-right: 5px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus,
.page-links a:hover, .page-links a:focus{
	background-color: #025aa3;
	color: #fff;
}
.pagination .current{
	cursor: default;
	color: #fff;
	background-color: #025aa3;
}
.pagination .current:focus,
.pagination .dots:hover, .pagination .dots:focus {
	color: #111;
}
/* =============================================================
コメント設定
================================================================ */
#comments-title {
	padding: 0.75em 0;
	margin: 0;
}
.commentlist {
	margin: 0;
	list-style-type: none;
	font-size: 0.9em;
}
.commentlist ul{
	margin: 0;
	padding: 0;
}
.comment,
.pingback {
	clear: both;
	overflow: hidden;
	padding: 0;
}
.comment-body{
	background: none;
	padding: 1.5em;
	margin-bottom: 1em;
	border: 5px solid rgba(125, 125, 125, 0.1);
}
li.comment li .comment-body{
	margin-left: 3em;
	background: rgba(125, 125, 125, 0.03);
}
.comment .comment {
	font-size:1em;
}
.comment .comment-meta,
.pingback .comment-meta{
	padding:0;
}
.comment .comment-author {
	padding: 7px;
	border: 0;
}
.comment .vcard cite.fn {
	font-style: normal;
}
.comment-metadata{
	font-size:77%;
}
.comment .vcard time {
	display: block;
	font-size: 90%;
}
.comment .vcard time a {
	color: #9fa6b4;
	text-decoration: none;
}
.comment .vcard time a:hover {
	text-decoration: underline;
}
.comment .vcard .avatar {
	margin-left:-3px;
	border-radius: 50%;
}
.pingback {
	background: rgba(125, 125, 125, 0.03);
	border-radius: 7px;
}
.comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}
.commentlist .reply{
	text-align: right;
}
.comment-reply-link {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 1em;
	display: inline-block;
	padding: 0.1em 0.5em;
	text-decoration: none;
}
.comment-reply-link::before{
	font-family: "fontawesome";
	content: "\f112";
	margin-right: 0.4em;
}
.comment-edit-link {
	font-style: italic;
	margin: 0 7px;
	text-decoration: none;
	font-size: 0.9em;
}
.comment-navigation{
	text-align:center;
	padding:1em;
}
.comment-respond {
	padding: 1.5em 0;
}
#reply-title {
	margin: 0;
	padding:0.5em 0;
}
#reply-title::before{
	font-family:"fontawesome";
	content:"\f040";
	font-weight:normal;
	margin-right:0.2em;
	font-size:120%;
}
.comment-respond p{
	font-size: 90%;
	margin-bottom: 1em;
}
.comment-respond .comment-notes{
	margin-bottom:1.5em;
}
.logged-in-as {
	font-style: italic;
	margin: 0;
}
.comment-form-comment {
	margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
	padding: 1.5em;
	background-color: #F9F9F9;
	font-size: 0.9em;
}
#submit {
	font-size: 90%;
}
#comment-form-title {
	margin: 0 0 1.1em;
}
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
	margin: 0 20px 1.1em;
}
.no-widgets {
	background-color: #ffffff;
	padding: 1.5em;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin-bottom: 1.5em;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.alignleft, img.alignleft {
	margin-right: 2.5%;
	display: inline;
	float: left;}
.alignright, img.alignright {
	margin-left: 2.5%;
	display: inline;
	float: right;}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
	#container{
		overflow:hidden;
	}	
	.widget ul li {
		margin-bottom: 0.75em;
	}
	.widget ul li ul {
		margin-top: 0.75em;
		padding-left: 1em;
	}
}
/* =============================================================
SNS設定
================================================================ */
@font-face {
  font-family: 'icomoon';
  src:  url('library/icon/icomoon.eot?ffmnq8');
  src:  url('library/icon/icomoon.eot?ffmnq8#iefix') format('embedded-opentype'),
    url('library/icon/icomoon.ttf?ffmnq8') format('truetype'),
    url('library/icon/icomoon.woff?ffmnq8') format('woff'),
    url('library/icon/icomoon.svg?ffmnq8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sharewrap h3{
	margin:0.5em 0;
	text-align:  center;
}
.share{
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.sns{
	margin:0 auto;
	text-align:center;
}
.sns ul {
	list-style:none;
	display: table;
	width: 100%;
}
.sns li {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	margin: 0 0.5% 6px;
	padding: 0 3px;
	font-size: initial;
}
.sns li a {
	position: relative;
	display: block;
	color: #fff;
	padding: 0.9em 0.1em;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
}
.sns li a::before{
	font-family: "fontawesome";
	margin: 0 0.2em;
	font-size: 110%;
}
.sns li.hatebu a::before,
.sns li.line a::before{
	font-family: "icomoon";
}
.sns li a:hover {
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
	transform: translate3d(0px, 3px, 1px);
	box-shadow:none;
}
.sns li a .text{
	font-weight:bold;
}
.sns li a .count{
	font-size:10px;
	margin-left: 2px;
}
/* Twitter */
.sns .twitter a {
	background:#00acee;
	box-shadow:0 3px 0 #0092ca;
}
.sns .twitter a:hover {
	background:#0092ca;
}
.sns .twitter a::before{
	content: "\f099";
}
/* Facebook */
.sns .facebook a {
	background:#2066b1;
	box-shadow: 0 3px 0 #43638b;
}
.sns .facebook a:hover {
	background:#2c4373;
}
.sns .facebook a::before{
	content: "\f09a";
}
/* hatebu */
.sns  .hatebu a {
	background:#2f70be;
	box-shadow: 0 3px 0 #43638b;
}
.sns .hatebu a:hover {
	background:#43638b;
}
.sns li.hatebu a::before{
	content: "\e903";
}
/* LINE */
.sns .line a {
	background:#25af00;
	box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
	background:#219900;
}
.sns li.line a::before{
	content: "\e904";
}
/* Pocket */
.sns .pocket a {
	background:#ec2136;
	box-shadow:0 3px 0 #c0392b;
}
.sns .pocket a:hover {
	background:#c0392b;
}
.sns .pocket a::before{
	content: "\f265";
}
/* RSS */
.sns .rss a {
	background:#ffb53c;
	box-shadow:0 3px 0 #e09900;
}
.sns .rss a:hover {
	background:#e09900;
}
/* Feedly */
.sns .feedly a {
	background:#87c040;
	box-shadow:0 3px 0 #74a436;
}
.sns .feedly a:hover {
	background:#74a436;
}
/* facebook LikeBox */
.fb-likebtn{
	background-position: center center;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
}
.fb-likebtn::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.8;
	z-index: 10;
}
.fb-likebtn .inner{
	padding: 9% 3%;
	position: relative;
	z-index: 11;
}
.fb-likebtn .fb-button{
	display: block;
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	overflow: hidden;
}
#content .fb-likebtn .like_text p{
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 1em;
}
.fb-likebtn .like_text p::after{
	content: "この記事が気に入ったらフォローしよう！";
	display: block;
	padding: 3px;
	font-size: 10px;
	margin-bottom:0;
	opacity: 0.7;
}
.followbtn{
	color: #ffffff;
	background: #04acee;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 0.1em 1.2em 0.1em 1em;
	line-height: 27px;
	margin: 1em 0.5em;
	border-radius: 3px;
}
.followbtn:hover{
	color: #ffffff;
}
.followbtn::before{
	font-family: "fontawesome";
    margin-right: 0.4em;
    font-size: 110%;
}
.followbtn.btn_twitter::before{
	content: "\f099";
}
.followbtn.btn_feedly{
	background: #5fd043;
}
@media only screen and (min-width: 980px) {
	#inner-content{
		margin-top: 2em;
		display: table;
	}
	.main-wrap{
		width: 100%;
		margin-right: -330px;
		float: left;
	}
	.error404 #main{
		margin: 3em auto;
		max-width: 800px;
	}
	#sidebar{
		width: 300px;
		font-size: 85%;
		float: right;
	}
	.single-post .pd_onecolumn .main-wrap,
	.single-post .pd_onecolumn #main,
	.single-post .pd_viral .main-wrap,
	.single-post .pd_viral #main,
	.page-template-default .pd_onecolumn .main-wrap,
	.page-template-default .pd_onecolumn #main,
	.page-template-default .pd_viral .main-wrap,
	.page-template-default .pd_viral #main{
		max-width: 800px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.single-post .pd_viral #inner-content,
	.single-post .pd_viral .main-wrap,
	.single-post .pd_viral #main,
	.page-template-default .pd_viral #inner-content,
	.page-template-default .pd_viral .main-wrap,
	.page-template-default .pd_viral #main{
		max-width: initial;
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.single-post .pd_viral #inner-content,
	.page-template-default .pd_viral #inner-content{
		margin-top: 0;
	}
	.single-post .pd_viral .titleunder,
	.single-post .pd_viral .share,
	.single-post .pd_viral #main .article header .inner,
	.single-post .pd_viral .entry-content,
	.single-post .pd_viral .article-footer,
	.page-template-default .pd_viral .titleunder,
	.page-template-default .pd_viral .share,
	.page-template-default .pd_viral #main .article header .inner,
	.page-template-default .pd_viral .entry-content,
	.page-template-default .pd_viral .article-footer{
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 979px) {
	#inner-content{
		width: 100%;
		overflow: hidden;
		margin-top: 0;
	}
	.home.blog .archives-list.card-list,
	.home.blog .archives-list.big-list{
		margin-top: 0.9em;
	}
	#sidebar{
		padding: 0 0.9em;
		margin: 0;
	}
	.single .pd_viral #main .article header,
	.page-template-default .pd_viral #main .article header{
		margin-left: -0.9em;
		margin-right: -0.9em;
		width:  auto;
		padding: 20% 8%;
	}
}
@keyframes blink {
	0% {
		opacity:.2;
	}
	100% {
		opacity:.9;
	}
}
/*==================================================
Mobile Styles
==================================================*/
@media only screen and (max-width: 767px) {
	.home #content,
	.blog #content{
		margin:0;
	}
	body {
		position: relative;
		left: 0;
		overflow-x: hidden;
	}
	
	#breadcrumb{
		margin: 7px auto;
		font-size: 60%;
	}
	#page-top {
		right: 10px;
	}
	#page-top a {
		background-repeat: no-repeat;
		text-decoration: none;
		width: 42px;
		height: 42px;
		line-height:41px;
		font-size:0.85em;
	}
	.fb-likebtn{
		margin-left: -0.9em;
		margin-right: -0.9em;
	}
	.fb-likebtn .like_text{
		font-size: 88%;
	}
	.sns li a{
		position: relative;
		line-height: 1.2;
		padding: 0.9em 0.1em 0.5em;
	}
	.sns li a::before{
		font-size: 140%;
		display: block;
	}
	.sns li a .text{
		font-size: 10px;
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		display: block;
	}
	.sns li a .count{
		position: absolute;
		right: 3px;
		top: 2px;
		font-size: 10px;
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		margin: 0;
		min-width: 1.5em;
	}
	.youtube-container,
	.wp-block-embed-vimeo {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube-container iframe,
	.wp-block-embed-vimeo iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
@media only screen and (max-width: 480px) {
	#custom_header{
		padding: 10% 0;
	}
	#custom_header .sitecopy{
		font-size: 2em;
	}
	.eyecatch .cat-name{
		font-size: 65%;
	}
	.single .entry-content,
	.page .entry-content{
		overflow: inherit;
	}
	.related-box li{
		min-height: 210px;
		width:47%;
		position:relative;
	}
	.single-title,
	.page-title,
	.entry-title {
		font-size:1.2em;
	}
	.single .pd_viral #main .article header .entry-title,
	.page-template-default .pd_viral #main .article header .entry-title{
		font-size: 1.4em;
	}
	.carouselwrap .entry-title{
		font-size: 88%;
	}
	.article header .byline{
		font-size: 80%;
	}
	.pagination li{
		margin-bottom: 1em!important;
	}
	.pagination a, .pagination span,
	.page-links a , .page-links ul > li > span{
		font-size:0.85em;
	}
	.entry-content h2{
		font-size: 115%;
	}
	.entry-content h3{
		font-size: 115%;
	}
	.entry-content h4{
		font-size: 110%;
	}
	.entry-content table{
		font-size: 88%;
	}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	.alignleft, img.alignleft {
		max-width:52%!important;
	}
	.alignright, img.alignright {
		max-width:52%!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.header .wrap,
	#breadcrumb .wrap{
		width: 100%;
	}
	#breadcrumb{
		margin: 1em auto;
	}
	.related-box li .eyecatch{
		height: 70px;
	}
}
@media only screen and (min-width: 1100px) {
	body{
		font-weight: 400;
	}
	.wrap {
		width: 1100px;
	}
	.cta-inner .inner{
		margin: auto;
	}
	#custom_header{
		font-size: 1.2em;
	}
	.laptop #custom_header{
		background-attachment: fixed;
		background-position: center center;
	}
	.post-list-simple .post-list::before{
		content: "";
		display: block;
		width: 0%;
		height: 100%;
		background: #111;
		position: absolute;
		top:0;
		left:50%;
		z-index: 0;
		transition:.3s;
		opacity: .05;
		filter: alpha(opacity=5);
		-ms-filter: "alpha(opacity=5)";
	}
	.post-list-simple .post-list:hover::before{
		width: 100%;
		height: 100%;
		left:0;
	}
	.d-1of2 img,
	.d-1of3 img{
		margin-bottom:0.5em;
	}
	.sns ul {
		margin:0 auto;
		list-style:none;
	}
}
/*==================================================
アイコンフォント
==================================================*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-hatebu:before {
  content: "\e903";
}
.icon-line:before {
  content: "\e904";
}
/*==================================================
ショートコード
==================================================*/
/* ショートコードで関連記事を取得 */
.related_article{
	margin: 1.8em 0;
	text-align: left;
}
.related_article .inbox{
	padding-left:25%;
}
.related_article p.ttl{
	margin: 0 0 0.1em;
	font-size:1em;
	font-weight: bold;
}
.related_article .ttl::before{
	content:'関連記事';
	font-size:.7em;
	font-weight:bold;
	color:#fff;
	background:#111;
	width:5em;
	display:inline-block;
	padding:0.2em;
	position:relative;
	top:-2px;
	text-align:center;
	margin-right:0.5em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.related_article.labelnone .ttl::before{
	content:none;
}
.related_article .date{
	font-size:0.8em;
}
.related_article .thum{
	width: 22%;
	float:left;
}
.related_article .thum img{
	width:100%;
	margin-bottom: 0;
}
#container .related_article a{
	color: #333333;
	background: #ffffff;
	box-shadow: 0 0 1px rgba(125, 125, 125, 0.5);
	text-decoration:none;
	display:block;
	padding:0.9em;
}
#container .related_article a:hover{
	color: #888888;
	box-shadow: 0 0 10px rgba(125, 125, 125, 0.5);
	transform: translateY(-2px);
}
.related_article a:active{
	transform: translateY(1px);
	box-shadow: 0 0 1px rgba(125, 125, 125, 0.5);
}
/* ショートコードで補足説明を追加 */
.supplement{
	border: 2px solid;
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #766341;
	position: relative;
	font-size: 93%;
	padding: 4% 4% 4% 3.3em;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.supplement p{
	margin-bottom:.8em;
}
.supplement p:last-child,
.c_box p:last-child{
	margin-bottom: 0;
}
.supplement.warning{
	background-color: #fce3e3;
    border-color: #facccc;
    color: #764141;
}
.supplement::before{
	font-family:"fontawesome";
	line-height:  1;
	content:'\f0e6';
	display:inline-block;
	font-size: 1.1em;
}
.supplement:not(.boader)::before{
	font-size: 1.8em;
	position: absolute;
	left: 0.5em;
}
.supplement.warning::before{
	content:'\f071';
}
.supplement.boader::before,
.supplement.border::before{
	content: none;
}
.supplement.noicon::before{
	content: none;
}
.supplement.boader,
.supplement.border{
	background:none;
	color: inherit;
	border-color: #d4d4d4;
	padding: 3% 4%;
}
/* BOX */
.c_box{
	padding: 1em 4%;
	margin: 2em 0 2em;
	border: 2px solid #dddddd;
	border-radius: 0.2em;
}
.c_box.intitle{
	padding-top: 0;
	padding-bottom: 1.4em;
}
.c_box.intitle .box_title span{
	position: relative;
	top: -0.85em;
	padding: 0.1em 0.7em;
	background: #6d6d6d;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0.2em;
	display: inline-block;
	vertical-align: bottom;
}
.c_box.blue_box{
	background: #d4f3ff;
	border-color: #82c8e2;
	color: #465d65;
}
.c_box.blue_box .box_title span{
	background: #82c8e2;
}
.c_box.red_box{
	background: #ffafaf;
	border-color: #e77373;
	color: #654646;
}
.c_box.red_box .box_title span{
	background: #e77373;
}
.c_box.yellow_box{
	background: #fff8d4;
	border-color: #ded647;
	color: #636546;
}
.c_box.yellow_box .box_title span{
	background: #ded647;
}
.c_box.green_box{
	background: #d8f7c3;
	border-color: #79e37c;
	color: #42613a;
}
.c_box.green_box .box_title span{
	background: #79e37c;
}
.c_box.pink_box{
	background: #ffeeee;
	border-color: #f7b2b2;
	color: #775454;
}
.c_box.pink_box .box_title span{
	background: #f7b2b2;
}
.c_box.glay_box{
	background: #ececec;
	border-color: #c5c5c5;
	color: #555555;
}
.c_box.glay_box .box_title span{
	background: #9c9c9c;
}
.c_box.black_box{
	background: #313131;
	border-color: #757575;
	color: #ffffff;
}
.c_box.black_box .box_title span{
	background: #757575;
}
/* CTA */
.cta-inner{
	background: #0E0E0E;
	color:#ddd;
	padding: 1.5em 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.cta-inner .inner{
	width: 94%;
	margin: auto;
}
.cta-inner .cta_ttl{
	text-align:center;
	color: inherit;
	margin: 1em 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	background: none;
	box-shadow: none;
}
.cta-inner .btn-wrap a{
	box-shadow:none;
	margin-top: 1em;
}
.btn-wrap{
	margin:1.5em 0 2em;
	text-align:center;
}
.btn-wrap a{
	position: relative;
	z-index: 2;
	display:inline-block;
	overflow: hidden;
	text-decoration:none;
	padding:1em 2em;
	background: #699fd3;
	border:1px solid #699fd3;
	text-shadow: 1px 1px 0 rgba(125, 125, 125, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
	color:#ffffff;
	border-radius: 3px;
	text-decoration: none!important;
}
.btn-wrap a:hover{
	color:#699fd3;
	background: #ffffff;
	-webkit-transform: translate3d(0px, 4px, 1px);
	-moz-transform: translate3d(0px, 4px, 1px);
	transform: translate3d(0px, 4px, 1px);
	box-shadow:  0 0 3px rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	text-decoration: none!important;
}
.widget .btn-wrap:not(.simple) a{
	color: #ffffff;
}
.widget .btn-wrap:not(.simple) a:hover{
	color:#699fd3;
}
.btn-wrap.simple a{
	background: none;
	color:#4993AF;
}
.btn-wrap.simple a:hover{
	color:#ffffff;
	background: #4993AF;
}
.btn-wrap.lightning a{
	background: #C81C1C;
	border-color: #C81C1C;
	color: #ffffff;
}
.btn-wrap.lightning a:hover{
	background: #ffffff;
	color: #C81C1C;
	border-color: #C81C1C;
}
.btn-wrap.big a{
	font-size: 103%;
	padding: 1.1em 2em;
	width: 480px;
	max-width: 94%;
}
.btn-wrap.bg{
	background:#efefef;
	background: rgba(0,0,0,.1);
	padding:1.5em 1em;
	margin: 2.5em 0;
}
.btn-wrap.bg-yellow{
	background:lightyellow;
	background: rgba(255, 255, 0, 0.2);
	padding:1.5em 1em;
	margin: 2.5em 0;
}
.btn-wrap.maru,
.btn-wrap.maru a{
	border-radius: 0.6em;
}
.btn-wrap.rich_yellow a{
	font-weight: bold;
	position: relative;
	background-color: #f7cf2e;
	color: #ffffff!important;
	border-radius: 0.2em;
	box-shadow: 0 4px 0 #ecb254;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}
.btn-wrap.rich_yellow a:hover {
	background: #ecb254;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #ecb254;
}
.btn-wrap.rich_pink a{
	font-weight: bold;
	position: relative;
	background-color: #ee5656;
	color: #ffffff!important;
	border-radius: 0.2em;
	box-shadow: 0 4px 0 #d34e4e;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}
.btn-wrap.rich_pink a:hover {
	background: #d34e4e;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #d34e4e;
}
.btn-wrap.rich_orange a{
	font-weight: bold;
	position: relative;
	background-color: #ef9b2f;
	color: #ffffff!important;
	border-radius: 0.2em;
	box-shadow: 0 4px 0 #cc8c23;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}
.btn-wrap.rich_orange a:hover {
	background: #cc8c23;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #cc8c23;
}
.btn-wrap.rich_green a{
	font-weight: bold;
	position: relative;
	background-color: #39cd75;
	color: #ffffff!important;
	border-radius: 0.2em;
	box-shadow: 0 4px 0 #1eae59;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}
.btn-wrap.rich_green a:hover {
	background: #1eae59;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #1eae59;
}
.btn-wrap.rich_blue a{
	font-weight: bold;
	position: relative;
	background-color: #19b4ce;
	color: #ffffff!important;
	border-radius: 0.2em;
	box-shadow: 0 4px 0 #07889d;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
}
.btn-wrap.rich_blue a:hover {
	background: #07889d;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #07889d;
}
.anim a {
	animation: jiggle 3s ease-in infinite;
}
@keyframes jiggle {
	48%, 62% {
	transform: scale(1.0, 1.0)
	}
	50% {
	transform: scale(1.1, 0.9)
	}
	56% {
	transform: scale(0.9, 1.1) translate(0, -5px)
	}
	59% {
	transform: scale(1.0, 1.0) translate(0, -3px)
	}
}
@media only screen and (min-width: 768px) {
	.column-wrap{
		margin-left: -1%;
		margin-right: -1%;
	}
	.column-wrap .col2,
	.column-wrap .col3{
		float: left;
		width: 50%;
		padding: 0 1%;
	}
	.column-wrap .col3{
		width: 33.333%;
	}
	.column-wrap p{
		margin-bottom: 0.5em;
	}
}
.voice{
	margin:1em 0 1.3em;
	font-size:0.95em;
}
.voice .voicecomment{
	border: 5px solid rgba(213, 213, 213, 0.5);
	margin-top: 1em;
	padding: 2.5%;
	position:relative;
	width:86%;
	border-radius: 0 1.2em 1.2em 1.2em;
}
.voice.l .voicecomment{
	float:right;
}
.voice.r .voicecomment{
	float:left;
	border-radius: 1.2em 0 1.2em 1.2em;
}
.voice.fb .voicecomment{
	background: #4C5CB0;
	border-color: #4C5CB0;
	color:#fff;
}
.voice.line .voicecomment{
	background: #7ACC40;
	border-color: #7ACC40;
	color:#fff;
}
.voice .voicecomment h2,
.voice .voicecomment h3,
.voice .voicecomment h4,
.voice .voicecomment h5{
	margin:10px 0!important;
	padding:0;
}
.voice .voicecomment p{
	margin-bottom:1em;
}
.voice .voicecomment p:last-child{
	margin-bottom:0;
}
.voice .icon{
	width:12%;
	text-align:center;
}
.voice.l .icon{
	float:left;
}
.voice.r .icon{
	float:right;
}
.voice .icon img{
	border-radius:50%;
	margin:0;
	border: 4px solid #f5f5f5;
}
.voice.icon_red .icon img{
	border-color: #FF4E4E;
}
.voice.icon_blue .icon img{
	border-color: #50B4DE;
}
.voice.icon_yellow .icon img{
	border-color: #faee00;
}
.voice.icon_black .icon img{
	border-color: #222;
}
.voice .icon .name{
	font-size: 0.65em;
	padding:0.4em 0;
}
.voice.big .icon{
	width:18%;
}
.voice.big .voicecomment{
	width:79%;
}
@media only screen and (max-width: 480px) {
	.btn-wrap a{
		font-size:0.9em;
		padding:0.9em 1.5em;
	}
	.btn-wrap.big a{
		font-size:0.9em;
		padding:0.9em 1.5em;
		min-width:80%;
		max-width:90%;
	}
	.btn-wrap.bg {
		padding: 0.9em 0.8em;
		margin: 2.5em 0;
	}
	.voice .icon{
		width:18%;
	}
	.voice .voicecomment{
		width:80%;
		font-size:0.95em;
	}
	.related_article{
		font-size:0.8em;
	}
	.related_article .inbox{
		padding-left: 32%;
	}
	.related_article .ttl::before{
		content:'関連';
		width:3em;
	}
	.related_article .thum{
		width: 30%;
	}
	.related_article a{
		padding:0.6em;
	}
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* 物件紹介 2023.12追加
================================================== */
.pt50{padding-top:50px}
p.list_entitle{
	font-size:23px;
	color:#004f99;
	margin:0;
	font-weight:bold;
}
h2.list_newtitle{
	font-size:15px;
	margin:0;
	font-weight:normal;
}
.list_contents{
	width:90%;
	max-width:1050px;
	margin:0 auto;
}
ul.pick_list{
	width: 100%;
	margin: 30px auto 0;
	padding-bottom:40px;
	position:relative;
}
ul.pick_list li{position:relative; padding:0 15px;}
ul.pick_list li p.listcat{
	position:absolute;
	left:15px;
	top:0;
	margin:0;
}
span.list_ct{
	padding:0.5em 0.8em;
	color:#fff;
	font-size:12px;
}
.rent-parking{background:#2376b4}
.house{background:#5099c3}
.manshon{background:#3e9fb4}
.land{background:#4673bf}
ul.pick_list li img{width:100%; margin-bottom:0.5em}
ul.pick_list li a{transition: .4s;}
h3.wnew_name{font-size:14px;}
p.lstnew_add{font-size:12px}
.slide-arrow{
  position: absolute;
  top: 30%;
}
.prev-arrow{
	left: -40px;
	width: 20px;
}
.next-arrow{
	right: -40px;
	width: 20px;
}
/* 賃貸物件一覧
================================================== */
h2.rt_title{
	margin-bottom:10px;
	font-size: 18px;
	color:#0264ad;
}
ul.rt_list{
	width:100%;
	margin: 0 auto 50px;
}
ul.rt_list li{
	clear: both;
	width: 100%;
	margin: 10px auto;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.rt_list_no{
	width: 7%;
	background: #999;
	text-align:center;
	padding:0 10px;
}
.rt_list_no p{
	padding: 15px 0 0;
	color:#fff;
	font-size:11px;
}
span.rtno{font-size:14px; line-height:1.4em}
.rt_list_img{
	width: 13%;
	padding: 15px;
}
.rt_list_img img {width: 100%; height:auto}
.rt_list_info1{
	width: 28%;
	padding: 18px 10px 10px;
}
.rt_list_info1 h3{font-size:14px; margin:0 0 5px;}
p.rt_price{font-size:16px; color:#d74575; margin:0;}
p.rt_price span{font-size:14px; color:#333;}
.rt_list_info2{
	width: 40%;
	padding: 15px 10px 10px;
}
dl.rt_half{
	float: left;
	width: 47%;
	margin: 0 0.7%;
	font-size: 13px;
}
dl.rt_full {
	clear: both;
	margin: 0 0.7% 0;
	font-size: 13px;
}
dl.rt_full dt,
dl.rt_half dt{
	float: left;
	background:#eee;
	padding: 0.1em 0.5em;
	margin-bottom: 10px;
}
dl.rt_full dd,
dl.rt_half dd{
	margin-left: 75px;
	padding: 0.1em 0;
	margin-bottom: 10px;
}
.rt_list_info3{
	width: 12%;
	padding: 35px 0 0;
	text-align: center;
	border-left: 1px dotted #ccc;
}
a.minibtn{
	padding: 0.4em 1em;
	letter-spacing: 0.07em;
	background : #0270b6;
	transition: .4s;
	color: #fff;
	border-radius: 3px;
}
.check_ng span{
	padding: 0.4em 1em;
	letter-spacing: 0.07em;
	background : #999;
	color: #fff;
	border-radius: 3px;
}
li.nopost{padding:20px;}
.ist_morebtn{
	clear:both;
	width: 100%;
	margin: 30px auto 70px;
	text-align:center;
}
/* 賃貸物件
================================================== */
.rent_title{
	width: 100%;
	text-align:center;
	margin: 10px auto 40px;
	padding-bottom: 15px; 
	border-bottom: 1px dotted #333;
}
.rent_title p{
	display: inline-block;
}
.rent-no{
	color: #fff;
	background: #666;
	padding: 0.5em 0.8em;
	margin-right: 5px;
	letter-spacing:0.05em;
	font-size:16px;
}
.rent_title h3{margin: 15px 0; font-size:20px;}
.listsy_ng{
	color:#004f99;
}
.work_slider{
	width: 550px;
	float:left;
	display: flex;
  flex-direction: column;
  justify-content: center;
	margin-bottom: 70px;
}
.slick-slider{margin-bottom:0!important;}
.thumb-item{
	width: 550px;
	margin: 0 auto;
}
.slide-item img{
    width: 100%;
	height: auto;
  }  
.thumb-item-nav{
	width: 550px;
  margin: 0 auto;
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.thumbnail-item{
  flex: 0 1 24%;
margin-right: 1.3%;
  margin-top: 10px;
  box-sizing: border-box;
  position:relative;
}
.thumbnail-item:nth-child(4n) {
    margin-right: 0;
}
.thumbnail-item:after{
    content:'';
    background-color: rgba(244,244,244,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
	cursor: pointer;
  }
.thumbnail-item.thumbnail-current:after{
    opacity: 0;
  }
.thumbnail-item img{
    width: 100%;
	height: auto;
    margin: 0 auto;
  } 
.rent_detail{
	float: right;
	width: 450px;
}
p.rt_price2{font-size:20px; color:#d74575; margin-bottom: 10px; font-weight: bold;}
p.rt_price2 span{font-size:16px; color:#333; margin-right:5px}

table.tb_rent{
	border-collapse: collapse;
	width:100%;
	margin:20px auto 70px;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
table.tb_rent th {
	border-bottom: 1px solid #e3e3e3;
	background: #f3f3f3;
	text-align: left;
	padding: 8px 10px;
	font-weight: normal;
	width: 110px;
	font-size:13px;
}
table.tb_rent td {
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
	padding: 8px 10px 8px 15px;
	font-size:13px;	
}
.rent_map{
	clear: both;
	width: 100%;
	margin: 20px auto;
}
.rent_map iframe{width: 100%; border:none;}
.rent_map h3{
	background:#eee;
	padding: 0.5em 1em 0.5em 1.2em;
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 18px;
}
.rent_map h3 i{margin-right: 8px; color:#0270b6}
.rent_map p{
	text-align:center;
	padding: 30px;
	font-size: 16px;
}
a.more_btn_re{
	background:#0270b6;
	border-radius:50px;
	padding:1em 3em;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.05em;
}

/* TOPページYoutube埋め込み */
.youtube_wp{
	width:80%;
	max-width:800px;
	margin:70px auto 50px;
	text-align:center;
}
.youtube_wp h2{margin-bottom:30px}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.sp_no{display:none}
	.pt50{padding-top:20px}
	p.list_entitle{
		font-size:20px;
	}
	ul.pick_list{width:95%;margin: 15px auto; padding-bottom:20px;}
	ul.pick_list li{padding:0 5px;}
	ul.pick_list li p.listcat{	left:5px;}
	.slide-arrow{
  		position: absolute;
  		top: 20%;
	}
	.prev-arrow{
		left: -17px;
		width: 12px;
	}
	.next-arrow{
		right: -17px;
		width: 12px;
	}
	h3.wnew_name{font-size:13px;}
	h2.rt_title{font-size: 16px;}
	ul.rt_list li{display: block;}
	.rt_list_no{
		width: 100%;
		background: #666;
		text-align:center;
	}
	.rt_list_no p{
		padding: 0.7em;
		font-size:10px;
		letter-spacing: 0.02em;
		margin:0;
	}
	span.rtno{font-size:12px; margin-left:0.5em}
	.rt_list_img{
		float: left;
		width: 35%;
		padding: 10px 0 0 10px;
	}
	.rt_list_img img {margin-bottom:0.8em}
	.rt_list_info1{
		float: right;
		width: 64%;
		padding: 10px 0 10px 13px;
	}
	.rt_list_info1 h3{font-size:13px;}
	.rt_list_info2{
		clear: both;
		width: 100%;
		padding: 0 10px 8px;
	}
	dl.rt_half{
		float: left;
		width: 48%;
		margin: 0 0.5%;
		font-size: 12px;
	}
	dl.rt_full {
		clear: both;
		margin: 0 0.5% 0;
		font-size: 12px;
	}
	dl.rt_full dt,
	dl.rt_half dt{
		margin-bottom: 6px;
	}
	dl.rt_full dd,
	dl.rt_half dd{
		margin-left: 70px;
		padding: 0.2em 0;
		margin-bottom: 6px;
		line-height: 1.5em;
	}
	.rt_list_info3{
		clear: both;
		width: 100%;
		padding: 12px 0 15px;
		text-align: center;
		border-left: none;
		border-top: 1px dotted #ccc;
	}
	a.minibtn{
		padding: 0.4em 2em;
	}
	.ist_morebtn{
		margin: 20px auto 40px;
	}
	.rent_title{
		width: 100%;
		margin: 15px auto;
		padding-bottom: 10px; 
	}
	.rent-no{
		padding: 0.5em 0.7em;
		letter-spacing:0.02em;
		font-size:13px;
	}
	.rent_title h3{margin:15px 0 0; font-size:16px;}
	.work_slider{
		width: 100%;
		max-width: 500px;
		float:none;
		margin: 0 auto;
	}
	.thumb-item{
		width: 100%;
		margin: 0 auto;
	}
	.thumb-item-nav{
		width: 100%;
		max-width: 500px;
  	margin: 0 auto;
	}

	.rent_detail{
		float: none;
		width: 100%;
		max-width:500px;
		margin: 20px auto 0;
	}
	p.rt_price2{font-size:16px; margin: 0 0 0.5em;}
	p.rt_price2 span{font-size:14px; color:#333;}

	table.tb_rent{
		margin:10px auto 20px;
		font-size: 13px;
		border-bottom: 1px solid #e3e3e3;
	}
	table.tb_rent th {
		padding: 5px 8px;
		width: 100%;
		border:none!important;
	}
	table.tb_rent td {padding: 7px 8px 10px; width: 100%; border:none!important}
	.rent_map h3{
		padding: 0.5em 1em;
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.rent_map p{
		text-align:center;
		padding: 15px;
		font-size: 14px;
	}
	/* TOPページYoutube埋め込み */
	.youtube_wp{
		width:90%;
		max-width:600px;
		margin:50px auto 20px;
	}
	.youtube_wp h2{margin-bottom:20px}
}