@charset "utf-8";
/******************************************************************
Theme Name: swallow
Theme URI: https://open-cage.com/swallow/
Description: シンプルに。スマートに。余計な機能やデザインを取り除いたデザインテーマです。
Version: 1.0.8
Author: opencage
Author URI: https://open-cage.com/

License: GNU General Public License
License URI: licence.txt
******************************************************************/
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;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;}
body {
	margin: 0; }

a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active,a:hover {
	outline: 0;
}
a img{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0; }
abbr[title] {
	border-bottom: 1px dotted; }
b,strong,.strong {
	font-weight: bold; }
dfn,em,.em {
	font-style: italic;
}
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;
}
pre {
	margin: 0;
}
code,kbd,samp {
	font-family: monospace, serif;
	font-size: 0.9em; 
	padding: 0.05em 0.4em;
	border-radius: 3px;
	background: #F6F6F6;
	color: #444;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q::before,
q::after {
	content: '';
	content: none;
}
small, .small {
	font-size: 75%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

dl,menu,ol,ul {
	margin: 0 0 1em;
}

dd {
	margin: 0;
}
.gallery {
	margin: .5em auto 2em!important;
}
.gallery dl{
	margin:0!important;
}
.gallery dl img{
	margin-bottom:0;
	border: none!important;
	padding: 1px;
}
menu {
	padding: 0 0 0 40px;
}
ol,ul {
	padding: 0;
	list-style-type: none;
}
.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: #d35d5e;
	border: 1px solid #d35d5e;
	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: #d35d5e;
}
.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;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}


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 {
	display: block;
	padding: 10px 2%;
	font-size: 1em;
	color: #666;
	border: 3px solid rgba(66, 66, 66, 0.3);
	border-radius: 1px;
	vertical-align: middle;
	max-width: 96%;
	background-color: #FFFFFF;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
}
#main input[type="text"],
#main input[type="password"],
#main input[type="datetime"],
#main input[type="datetime-local"],
#main input[type="date"],
#main input[type="month"],
#main input[type="time"],
#main input[type="week"],
#main input[type="number"],
#main input[type="email"],
#main input[type="url"],
#main input[type="search"],
#main input[type="tel"],
#main input[type="color"],
#main select,
#main textarea,
#main .field {
	width: 300px;
}
#main textarea{
	width: 100%;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
	background-color: #fbfaf2; 
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea {
	max-width: 100%;
	min-height: 120px;
	line-height: 1.5;
}
select {
	-webkit-appearance: none;
	background-image: url(library/images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 97.5% center;
	background-size:9px;
}
@media only screen and (max-width: 480px) {
	#main input[type="text"],
	#main input[type="password"],
	#main input[type="datetime"],
	#main input[type="datetime-local"],
	#main input[type="date"],
	#main input[type="month"],
	#main input[type="time"],
	#main input[type="week"],
	#main input[type="number"],
	#main input[type="email"],
	#main input[type="url"],
	#main input[type="search"],
	#main input[type="tel"],
	#main input[type="color"],
	#main select,
	#main textarea,
	#main .field,
	#main textarea{
		width: auto;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	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 {
		width: 92%;
		max-width: 92%;
	}
}
fieldset {
border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform: none;
}
select::-ms-expand {
	display: none;
}
select{
	line-height: 1.2;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-size: 0.95em;
	padding: 8px 20px;
	background: #666666;
	color: #fff;
	border: 0;
	border-radius: 5px;
}
button[disabled],
html input[disabled]{
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}
span.amp {
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
	font-style: italic;
}
p {
	-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;
}
#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: #57a1d8;
}
.blue-btn:hover,
#submit:hover,
.blue-btn:focus,
#submit:focus {
	background-color: #9eccef;
}



/*********************
GENERAL STYLES
*********************/
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 103%;
	line-height: 1.7;
	color: #3e3e3e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	background: #ffffff;
}
.wrap {
	width: 94%;
	margin: 0 auto;
}

#main{
	margin: 0 auto;
}
#footer-top{
	position: relative;
}
#footer-top::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #d25c5e;
	filter: alpha(opacity=3);
	-ms-filter: "alpha(opacity=3)";
	opacity: 0.03;
	position: absolute;
	z-index: 2;
}
#footer-top .wrap{
	position: relative;
	z-index: 3;
}



a {
	color: #57a1d8;
}
a:hover {
	color: #9eccef;
}
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);
}
.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{
	content: none;
}
.entry-content .btn-wrap a[target="_blank"]::after{
	content: "";
}

.txt_c{
	text-align: center;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
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;
}

/*********************
HEADER STYLES
*********************/
#custom_header_img{
	text-align: center;
}
#custom_header{
	width:100%;
	text-align: center;
	color: #ffffff;
	position: relative;
	margin-bottom: 1.2em;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
}
#custom_header.overlay::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
}
#custom_header.overlay_wh::after{
	background: rgba(255, 255, 255, 0.4);
}
.header-info{
	position: relative;
	z-index: 0;
	font-weight: bold;
}
.header-info a{
	display: block;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #dc5454;
	padding: .4em;
}
.header-info a::before{
	font-family: "fontawesome";
	content: '\f101';
	margin-right: .3em;
}
.header-info a:hover{
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


#custom_header .wrap{
	display: block;
	padding: 14% 2%;
	position: relative;
	z-index: 5;
}
#custom_header .wrap .header-text{
	max-width: 680px;
	margin: auto;
}
#custom_header .sitecopy{
	font-size: 250%;
	margin: 0.3em 0;
	line-height: 1.15;
}
#custom_header .sub_sitecopy{
	font-size: .8em;
	margin: 0;
	line-height: 1.7;
	font-weight: bold;
}
#custom_header .btn-wrap{
	margin: 2.5em 0 0;
}
#container #custom_header .btn-wrap a{
	padding: 1em 1.5em;
	color: #ffffff;
	border: none;
	background: #d34e4e;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	font-size: .82em;
	font-weight: bold;
	width: 340px;
	max-width: 90%;
	text-align: center;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
	opacity:0.95;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}
#container #custom_header .btn-wrap a::before,
#container #custom_header .btn-wrap a::after{
	content: none;
}
#container #custom_header .btn-wrap a:hover{
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	opacity:0.65;
}

.homeadd_wrap{
	margin: 0 auto;
}
.header {
	padding: 0.9em 0 0;
	position: relative;
	z-index: 2;
	background: #264b67;
	color: #fff;
}
#inner-header{
	position: relative;
	padding: 0;
}
#logo .h1{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#logo .h1{
	font-size: 2.5em;
	line-height: 1.3;
}
#logo.fs_s .h1{
	font-size: 1.6em;
	padding: 10px 0;
}
#logo.fs_l .h1{
	font-size: 3.1em;
	line-height:  1.2;
}
#logo.fs_ll .h1{
	font-size: 4.5em;
	line-height:  1.2;
}
#logo.fs_l .h1,
#logo.fs_ll .h1{
	margin-top: -4px;
}
.header #logo.sitedes_on{
	margin-top: -6px;
}
@media only screen and (max-width: 480px) {
	#logo .h1{
		padding: 5px 0 0;
		font-size: 1.7em;
	}
	#logo.fs_s .h1{
		font-size: 1.25em;
	}
	#logo.fs_l .h1{
		font-size: 2.2em;
	}
	#logo.fs_ll .h1{
		font-size: 2.7em;
	}
}
#logo a {
	color: #ecf6ff;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
}
.site_description{
	font-size: 10px;
	text-align: center;
	margin: 0 0 1em;
}

.nav_btn{
	color: inherit;
	width: 3em;
	height: 3em;
	padding: 0.2em;
	border: none;
	background: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 1px;
	display: block;
	line-height: 1;
	text-decoration: none;
	z-index: 11;
}
.nav_btn:hover{
	cursor: pointer;
	color: inherit;
}
.nav_btn::before{
	font-size: 25px;
	height: 1.15em;
	font-family: 'icomoon';
	content: '\e900';
	width: 100%;
	display: block;
}
.nav_btn .text{
	font-size: 9px;
	font-weight: bold;
	display: block;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	margin-left: -5px;
	margin-right: -5px;
}

/* 検索フォーム */
.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;
}

/*********************
NAVIGATION STYLES
*********************/
.nav li a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
}
.nav > li > a{
	padding: 12px .7em;
}
.nav li li{
	text-align:left;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
	padding-left: 15px;
}





.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;
	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: #57a1d8;
	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 #57a1d8;
	border-radius: .4em;
}
.article-footer .tags a{
	background:none;
	color: #57a1d8;
	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: #9eccef;
	color:#fff;
	border-color: #9eccef;
	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;
}

.h_stitch .entry-content h2{
	position: relative;
}
.h_stitch .entry-content h2::before,
.h_stitch .entry-content h2::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dashed #ffffff;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	opacity: 0.5;
}
.h_stitch .entry-content h2::after{
	top: auto;
	bottom: 3px;
}
.h_stitch .entry-content h3{
	border-top-style: dotted;
	border-bottom-style: dotted;
}
.h_stitch .entry-content h4{
	border-left-style: dotted;
}

.h_balloon .entry-content h2::after{
	content: '';
	position: absolute;
	border-top: 13px solid #d45c5c;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	bottom: -11px;
	left: 5%;
}

.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 0 0.3em;
}
.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: #d34e4e;
	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";
}
.catlabeloff .eyecatch .cat-name{
	display: none;
}
.eyecatch.noimg{
	background: #eee;
	color: #777;
}
.eyecatch.noimg::after{
	content:"NO IMAGE";
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-0.5em);
}


.undo_off .undo,
.date_off .date{
	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;
}
.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 #header,
:-webkit-full-screen-ancestor #sidebar{
	position: absolute;
	z-index: -999999;
}
.tags {
	margin: 0;
}


/* ================================================== */
/* widget */
/* ================================================== */
.widget a{
	text-decoration:none;
	color: inherit;
}
.widget a:hover{
	color: inherit;
	opacity: 0.5;
}
.widget.widget_text a{
	color: #57a1d8;
	text-decoration: underline;
}
.widget.widget_text a:hover{
	opacity: inherit;
	color: #9eccef;
}
.widgettitle {
	background: #d35c5d;
	color: #ffffff;
	font-size: 1em;
	padding: 0.65em 0.8em;
	margin-top: 0;
	margin-bottom: 0.75em;
	overflow: hidden;
}


.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: #9eccef;
}
.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;
}

/******************************************************************
PAGE STYLES
******************************************************************/

.lp .entry-header{
	margin-bottom: 1.5em;
}

/******************************************************************
ARCHIVE PAGE STYLES
******************************************************************/
.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;
}
.archives-list .post-list .byline,
.archives-list .post-list .description{
	font-size: 72%;
	opacity: 0.65;
}
.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: 0.6;
	}
	.archives-list .post-list a .eyecatch::after{
		content: "READ MORE";
		isplay: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: absolute;
		font-size: 50%;
		width: 100%;
		height: 100%;
		background: #274d69;
		color: #fff;
		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.card-list .post-list{
		width: 49%;
	}
	.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: #57a1d8;
	border: 2px solid #57a1d8;
	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: #57a1d8;
	color: #fff;
}
.pagination .current{
	cursor: default;
	color: #fff;
	background-color: #57a1d8;
}
.pagination .current:focus,
.pagination .dots:hover, .pagination .dots:focus {
	color: #111;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
#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%;
}
.comment .children,
.pingback .children {

}

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

/*********************
FOOTER STYLES
*********************/

#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(51, 51, 51, 0.5);
	padding: 0;
	display: block;
	color: #fff;
}
#footer{
	font-size: 88%;
}
#footer a{
	color: inherit;
	text-decoration:none;
	opacity: 0.8;
}
#footer a:hover{
	text-decoration:underline;
}

#footer {
	background-color: #2e3a44;
	color: #ffffff;
	text-align: center;
}
#footer .copyright{
	margin: 2em auto;
}
#footer .copyright .create{
	display:inline-block;
}
.footer-links{
	margin: 3em 0;
}
.footer-links ul{
	margin: 0;
}
.footer-links li{
	display: inline-block;
	padding: 0 0.7em 0 0;
}
.footer-links li::after{
	content: "/";
	margin-left:0.7em;
	opacity: 0.6;
}
.footer-links li:last-child::after{
	content: none;
}

/*********************
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;
	}	
	.header{
		text-align:center;
		min-height: 86px;
	}
	.header #logo{
		display: block;
		margin: 0 auto 10px;
		width: 62%;
	}
	.header #logo .h1{
		height: auto;
	}
	.header #logo img{
		max-height: 50px;
	}
	.header #logo.fs_s img{
		max-height: 32px;
	}
	.header #logo.fs_l img{
		max-height: 90px;
	}
	.header #logo.fs_ll img{
		max-height: 250px;
	}
	.nav_btn::before{
		font-size: 35px;
	}	
	.header #searchform #submit {
		display: none;	
	}
	.header #searchform #search {
		-webkit-appearance: none;
		width: 0;
		line-height: 50px;
		position: absolute;
		padding: 0;
		opacity: 0;
		border: none;
		outline: none;
		position: absolute;
		right: 0;
	}	
	#g_nav{
		display: block;
	}
	#g_nav .nav{
		display: inline-block;
	}
	#g_nav .nav {
		margin: 0;
		border: 0;
	}
	#g_nav .nav > li{
		position: relative;
		font-size: 80%;
		display: inline-block;
		text-align:center;
		vertical-align: middle;
		font-weight: bold;
		margin: 0 0.5em;
	}
	#g_nav .nav > li::after{
		content:"";
		display:block;
		margin:5px auto 0;
		position: absolute;
		left: 0;
		bottom: 4px;
		width:100%;
		height:3px;
		background: #ecf6ff;
		opacity: 0;
		transition: .25s ease-out;
		-webkit-transition: .25s ease-out;
		-moz-transition: .25s ease-out;
		-ms-transition: .25s ease-out;
	}
	#g_nav .nav > li:hover::after{
		transform: translateY(-3px);
		opacity: 1;
	}
	#g_nav .nav > li > a{
		padding: 15px 0;
		position: relative;
	}
	#g_nav .nav li ul.sub-menu,
	#g_nav .nav li ul.children {
		font-weight: bold;
		font-size: 13px;
		margin: 0;
		position: absolute;
		z-index: 8999;
		background: #666666;
		color: #ffffff;
		opacity: 0.98;
	}
	#g_nav .nav li ul.sub-menu li,
	#g_nav .nav li ul.children li {
		position: relative;
		overflow: hidden;
		height: 0;
		transition: .25s;
	}
	#g_nav .nav li:hover > ul.sub-menu > li,
	#g_nav .nav li:hover > ul.children > li{
		overflow: visible;
		height: 42px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#g_nav .nav li ul.sub-menu li a,
	#g_nav .nav li ul.children li a {
		display:block;
		width: 280px;
		color: inherit;
	}
	#g_nav .nav li ul.sub-menu li a:hover,
	#g_nav .nav li ul.children li a:hover{
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		opacity:0.8;
	} 
	#g_nav .nav li ul.sub-menu li:last-child a,
	#g_nav .nav li ul.children li:last-child a {
		border-bottom: 0;
	}
	.nav li ul.sub-menu li ul,
	.nav li ul.children li ul {
		top: 0;
		left: 100%;
	}
	
	.widget ul li {
		margin-bottom: 0.75em;
	}
	.widget ul li ul {
		margin-top: 0.75em;
		padding-left: 1em;
	}
	#footer-top{
		margin: 0;
		padding: 0;
	}
	#footer-top .inner{
		margin-left: -20px;
		margin-right: -20px;
	}
	#footer-top .footcolumn{
		text-align: left;
		float: left;
		width: 50%;
		padding: 3em 20px 20px;
		vertical-align: top;
	}
}


/*--------------------------------
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;
	}
	#main{
		margin-right: 330px;
	}
	.error404 #main{
		margin: 3em auto;
		max-width: 800px;
	}
	#sidebar{
		width: 300px;
		font-size: 85%;
		float: right;
	}
	.lp #inner-content{
		box-shadow: 0 0 25px rgba(50, 50, 50, 0.2);
		margin-bottom: 3.5em;
		border-radius: 0.5em;
		overflow: hidden;
	}
	.lp #main{
		width: 800px;
		padding: 0 0 2em;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.lp #inner-content .cta-inner{
		margin-right: -150px;
		margin-left: -150px;
	}
	.lp #inner-content .cta-inner .inner{
		max-width: 800px;
	}
	.single .pd_onecolumn .main-wrap,
	.single .pd_onecolumn #main,
	.single .pd_viral .main-wrap,
	.single .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 .pd_viral #inner-content,
	.single .pd_viral .main-wrap,
	.single .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 .pd_viral #inner-content,
	.page-template-default .pd_viral #inner-content{
		margin-top: 0;
	}
	.single .pd_viral .titleunder,
	.single .pd_viral .share,
	.single .pd_viral #main .article header .inner,
	.single .pd_viral .entry-content,
	.single .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;
	}
	#g_nav .nav > li{
		margin: 0 0.9em;
		font-size: 88%;
	}
}
@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;
	}
	#main{
		padding: 0 0.9em;
		float: none;
	}
	#sidebar{
		padding: 0 0.9em;
		margin: 0;
	}
	#footer-top{
		padding: 1em 0 0;
		text-align: left;
	}
	.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;
	}
	.article-header .eyecatch,
	.cta-inner{
		margin-left: -0.9em;
		margin-right: -0.9em;
	}
	body {
		position: relative;
		left: 0;
		overflow-x: hidden;
	}
	
	#g_nav{
		margin: 0;
		padding: 0;
	}
	#g_nav > li > a{
		background-color: rgba(0,0,0,.07);
		padding-right: 1em;
		position: relative;
	}
	#g_nav > li > a::after{
		font-family:"fontawesome";
		content: '\f054';
		position:absolute;
		right: .4em;
		font-size: .8em;
		top:50%;
		margin-top: -0.5em;
		color: rgba(0,0,0,.4);
	}
	#g_nav ul{
		margin:0;
	}
	
	/* SP gnavi Scroll Style */
	#g_nav{
		position: relative;
		font-weight: bold;
	}
	#g_nav .menu-sp{
		padding: .2em 0 .2em .5em;
		font-size: 70%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#g_nav .menu-sp a{
		text-decoration:none;
		text-align: center;
		display:block;
		padding: .8em .4em;
		border-radius:1em;
	}
	#g_nav .menu-sp > ul{
		width:100%;
		margin:0;
		display: table;
		overflow-x: scroll;
		white-space:nowrap;
	}
	.menu-sp > ul::after{
		font-family:"fontawesome";
		font-size:1.7em;
		content:"\f101";
		color:#fff;
		position:absolute;
		text-shadow: 0 0 6px rgba(0, 0, 0, .3);
		right:3px;
		top: 5px;
		opacity:.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-webkit-animation:blink 1.2s ease-in-out infinite alternate;
		-moz-animation:blink 1.2s ease-in-out infinite alternate;
		animation:blink 1.2s ease-in-out infinite alternate;
	}
	.menu-sp ul ul{
		display:none;
	}
	.menu-sp li{
		display: inline-block;
		padding-right:1.2em;
	}	
	#header {
		padding: 0.6em 0 0;
	}
	.header-info a{
		font-size: 68%;
	}
	#inner-header{
		position:relative;
		width: 100%;
		min-height: 60px;
	}

	#logo{
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		padding: 0;
		height: auto;
		font-size: 1em;
		position: static;
	}
	#logo a{
		position: static;
		height:auto;
		text-align: center;
	}
	#logo a img{
		width: auto;
		max-width: 100%;
		max-height: 40px;
		vertical-align: middle;
	}
	#logo.fs_s a img{
		max-height: 32px;
	}
	#logo.fs_l a img{
		max-height: 50px;
	}
	#logo.fs_ll a img{
		max-height: 65px;
	}
	
	#breadcrumb{
		margin: 7px auto;
		font-size: 60%;
	}
	#footer{
		font-size: 66%;
	}
	#footer-top .footcolumn{
		padding: 2em 0 0.5em;
	}
	#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{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.youtube-container 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{
		margin-left: -0.9em;
		margin-right: -0.9em;
		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;
	}
	#g_nav .nav{
		margin-left: -1.2em;
		margin-right: -1.2em;
	}
	#g_nav .nav > li{
		font-size: 89%;
		margin: 0 1.5em;
	}

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

#container .btn-wrap{
	margin:1.5em 0 2em;
	text-align:center;
}

#container .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;
}
#container .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;
}


#container .btn-wrap.simple a{
	background: none;
	color:#4993AF;
}
#container .btn-wrap.simple a:hover{
	color:#ffffff;
	background: #4993AF;
}


#container .btn-wrap.lightning a{
	background: #C81C1C;
	border-color: #C81C1C;
	color: #ffffff;
}
#container .btn-wrap.lightning a:hover{
	background: #ffffff;
	color: #C81C1C;
	border-color: #C81C1C;
}

#container .btn-wrap.big a{
	font-size: 103%;
	padding: 1.1em 2em;
	width: 480px;
	max-width: 94%;
}
#container .btn-wrap.bg{
	background:#efefef;
	background: rgba(0,0,0,.1);
	padding:1.5em 1em;
	margin: 2.5em 0;
}
#container .btn-wrap.bg-yellow{
	background:lightyellow;
	background: rgba(255, 255, 0, 0.2);
	padding:1.5em 1em;
	margin: 2.5em 0;
}
#container .btn-wrap.maru,
#container .btn-wrap.maru a{
	border-radius: 0.6em;
}

#container .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);
}
#container .btn-wrap.rich_yellow a:hover {
	background: #ecb254;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #ecb254;
}
#container .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);
}
#container .btn-wrap.rich_pink a:hover {
	background: #d34e4e;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #d34e4e;
}
#container .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);
}
#container .btn-wrap.rich_orange a:hover {
	background: #cc8c23;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #cc8c23;
}
#container .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);
}
#container .btn-wrap.rich_green a:hover {
	background: #1eae59;
	color: #ffffff!important;
	box-shadow: 0 1px 0 #1eae59;
}
#container .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);
}
#container .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) {
	#container .btn-wrap a{
		font-size:0.9em;
		padding:0.9em 1.5em;
	}
	#container .btn-wrap.big a{
		font-size:0.9em;
		padding:0.9em 1.5em;
		min-width:80%;
		max-width:90%;
	}
	#container .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;
}