@charset "utf-8";
/******************************************************************
Theme Name: stork
Theme URI: https://open-cage.com/stork/
Description: コウノトリは幸運を運ぶ鳥。
Version: 1.1.0
Author: opencage
Author URI: https://open-cage.com/

License: GNU General Public License
License URI: licence.txt
******************************************************************/

ul{
	margin-bottom: 1.5rem;
}

h3.tokushu_h3{
    margin-top: 0!important;
    font-size: 16px!important;
    margin-bottom: 0!important;
    border: none!important;
    padding-left: 0!important;
    padding-top: 0!important;
}

/* ==========================================================================
layout style
========================================================================== */

.review-caset-h3{
font-size:1.2em;
margin-top: -.1em!important;
border-left:0px!important;
}

#inner-content{
	background: #ffffff;
	box-shadow: 0 0 1px #dddddd;
}
#main{
	background: none;
}

@media only screen and (max-width: 767px) {
	#inner-content{
		width: 100%;
		overflow: hidden;
	}
	#main{
		padding: 1em;
		float: none;
	}
	#sidebar1{
		padding: 1em;
		float: none;
	}
}

@media only screen and (min-width: 768px) {
	.page-full #main{
		width: 798px;
		max-width:100%;
		margin: auto;
		float: none;
	}
	.page-full.wide #main{
		width:100%;
		margin-top: -35px;
	}
	.page-full #main .article-footer{
		margin-top:3em;
	}
	.page-full #main .article-footer,
	.page-full #main .fb-likebtn,
	.page-full #main .sharewrap,
	.page-full #main .cta-wrap,
	.page-full #main .np-post,
	.page-full #main .related-box,
	.page-full #main .authorbox{
		max-width: 728px;
		margin-right: auto;
		margin-left: auto;
	}
	.page-full .entry-content {
		padding: 0;
	}
}

@media only screen and (min-width: 1166px) {
	#inner-content{
		padding: 35px;
		margin-bottom:2em;
	}
	#main{
		width: 798px;
		margin: -35px;
		padding: 35px;
	}
	#sidebar1{
		width: 336px;
		float:right;
		padding-right: 0;
	}
	.footer.bgnormal{
		margin-bottom: 2em;
	}
	.footer .inner,
	#footer-top .inner{
		padding: 0 35px;
	}
	#footer-top .inner{
		padding-right: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1165px) {
	#inner-content{
		padding: 25px;
	}
	#main{
		width:70%;
		margin: -25px;
		padding: 25px;
	}
	#sidebar1{
		width: 34%;
		float:right;
	}
}


/* ==========================================================================
HTML5 display definitions
========================================================================== */
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; }

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

/* ==========================================================================
Links
========================================================================== */
a {
background: transparent; }
a:focus {
outline: thin dotted; }
a:active,a:hover {
outline: 0; }

.entry-content a{
	color:0096de;
	font-size:.9em;
}

/* ==========================================================================
Typography
========================================================================== */
/* Googleフォント */
.gf{
	font-family: 'Concert One', cursive;
	font-weight: normal;
}
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; 
	border-bottom: 1px dotted pink;
}
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,pre,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; }

/* ==========================================================================
Lists
========================================================================== */


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

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 ul li{
	position:relative;
	padding-left: 1em;
	margin: .5em 0;
	
}
.entry-content ul li:before{
	content:" ";
	width: 9px;
	height: 9px;
	background: #3E3E3E;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
	display:block;
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	left: 2px;
	top: 7px;
}
.entry-content ul li ul li:before{
	width: 5px;
	height: 5px;
	top: 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.entry-content ul li ul li ul li:before{
	width:14px;
	height:1px;
	top:11px;
	left:-2px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.entry-content ol{
	counter-reset: number;
}
.entry-content ol li{
	list-style:none;
	position:relative;
	padding-left: 1.4em;
	margin: 6px 0;
}
.entry-content ol > li:before{
	counter-increment: number;
	content: counter(number);
	background: #3E3E3E;
	box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
	color:#fff;
	width:1.5em;
	height:1.5em;
	font-size: 0.7em;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	display:block;
	text-align:center;
	line-height:1.5em;
	border-radius:50%;
	position:absolute;
	left:0;
	top: 3px;
}
.entry-content li ol li:before{
	background:#999;
	line-height:1.4;
}
.entry-content li li ol li:before{
	background:none;
	border: 1px solid #ccc;
	color:#555;
	width:1.5em;
	height:1.5em;
	border-radius:50%;
	top:3px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
img {
border: 0; 
vertical-align: bottom;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden; }

/* ==========================================================================
Figures
========================================================================== */

figure {
margin: 0; }

/* ==========================================================================
Forms
========================================================================== */
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%;
	margin-bottom: 14px;
	font-size: 1em;
	color: #666;
	border: 3px solid rgba(51, 51, 51, 0.1);
	border-radius: 1px;
	vertical-align: middle;
	max-width: 96%;
	max-width: 100%\9;
	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;
}
#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:100%!important;
}
#main textarea{
	padding: 2%;
	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: #f7f8fa; }
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{
padding: 3%;
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;
}

/* ==========================================================================
Tables
========================================================================== */
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 ,.widget ul li:before ,.widget ul li:after{
content: "";
display: table; }
.clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
clear: both; }
span.amp {
font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
font-style: italic; }
p {
-ms-word-break: break-all;
-ms-word-wrap: break-word;
word-break: break-all;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
}
.alert-help, .alert-info, .alert-error, .alert-success {
margin: 10px;
padding: 5px 18px;
border: 1px solid; }
.alert-help {
border-color: #e8dc59;
background: #ebe16f; }
.alert-info {
border-color: #bfe4f4;
background: #d5edf8; }
.alert-error {
border-color: #f8cdce;
background: #fbe3e4; }
.alert-success {
border-color: #deeaae;
background: #e6efc2; }
.blue-btn, .comment-reply-link, #submit {
display: inline-block;
position: relative;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
color: white;
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, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
color: white;
text-decoration: none; }
.blue-btn:active, .comment-reply-link:active, #submit:active {
top: 1px; }


.blue-btn, .comment-reply-link, #submit {
background-color: #1BB4D3;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
background-color: #2574a8; }



/*********************
GENERAL STYLES
*********************/
body {font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;font-size: 90%!important;line-height: 1.5;color: #545B63;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;word-wrap: break-word;background: #f7f7f7;font-weight:500!important;}

.f_serif{ font-family: Georgia,serif;}
.f_meiryo{font-family: "メイリオ", sans-serif;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight:bold!important;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
width: 96%;
margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a {
color: #1BB4D3;}
a:hover {
color: #E69B9B; }
/*リンクをゆっくりと */
a,
a img{
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out;  
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out; 
}
/*画像をマウスオーバーで半透明に */
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); }
/* 外部リンク - External Link */
.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;
}

/******************************************************************
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: 1.3em; 
font-weight: bold;
}
h4, .h4 {
font-size: 1.2em;
font-weight: 700; }
h5, .h5 {
font-size: 1em;
font-weight: 700;
line-height: 2em;
text-transform: uppercase;
letter-spacing: 1px; }

/*********************
HEADER STYLES
*********************/
#custom_header{
width:100%;
text-align:
center;
color:#fff;
margin-bottom: 1em;
}
.header-info{
position: relative;
z-index: 0;
}
.header-info a{
display: block;
font-size: .9em;
text-decoration: none;
text-align: center;
color: #fff;
background: #043454;
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)";
}
.header-info.bgnormal a{
max-width: 1166px;
margin-left: auto;
margin-right: auto;
}

#custom_header .wrap{display: block;padding: 8% 2% 7%;}
#custom_header .wrap .header-text{max-width: 680px;margin: auto;}
#custom_header.textright .header-text,
#custom_header.textleft .header-text{max-width: 500px;}
#custom_header.textright .header-text{margin-right: 0;}
#custom_header.textleft .header-text{margin-left: 0;}

#custom_header .en{
font-size: 2.3em;
font-weight: normal;margin: 0.3em 0;
line-height: 1;
letter-spacing: -1px;
}
#custom_header .ja{
font-size: .8em;
margin:0;
line-height: 1.7;
font-weight: bold;
}
#custom_header .btn-wrap{
margin:2.5em 0 0;
}
#custom_header .btn-wrap a{
padding: .8em 1.5em;
color: #ffffff;
border-color: rgba(0, 0, 0, 0.05);
font-size: .82em;
font-weight: bold;
width: 300px;
max-width: 90%;
background: #1bb4d3;
position: relative;
text-align: center;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
opacity:0.9;
-webkit-text-shadow: none;
-moz-text-shadow: none;
text-shadow: none;
}
#custom_header .btn-wrap a:hover{
filter: alpha(opacity=40);
-ms-filter: "alpha(opacity=40)";
opacity:0.4;
}


.home #content{
margin-top: 1.5em;
}
.home_widget{
font-size: .88em;
margin: 0 auto 1.9em;
max-width: 728px;
}
.page-full .home_widget{
max-width: 100%;
}
.home_widget .widget{
margin:0;
}
.header {position: relative;z-index: 2;}
#inner-header{position:relative;background: #ffffff;padding: 0;}
.header.bg{background: #ffffff; margin-top: 0;}
#logo {padding: 0 1em;}
#logo .h1{margin:0;padding:0;}
#logo .h1.text{font-size:2em;}
#logo.fs_s .h1.text{font-size:1.6em;}
#logo.fs_l .h1.text{font-size:2.4em;}
#logo a {color: #fff;width: 100%;display: block;padding: 0;margin: 0;text-decoration:none;}
.site_description{
font-size: 12px;
text-align: center;
margin: 0;
padding: 6px;
background-color: #404040;
color:white;
font-weight: 600;
}
.site_description + .header{
margin-top: 0;
}
.site_description:empty{
display:none;
}

.header .global_sns{display: inline-block;float: right;}
.header .global_sns ul{
margin-bottom: 0;
}
.header .global_sns li{
display: inline-block;
text-align: center;
width: 2.2em;
}
.header .global_sns li a{
text-decoration: none;
}
.header .global_sns li i{
display: block;
}
.header .global_sns li .text{
font-size: 10px;
display: none;
}
#breadcrumb{font-size: .7em;margin-top: 1.5em;margin-bottom: 1.5em;background: #ffffff;padding: 1em;}
#breadcrumb ul{
margin:0;
}
#breadcrumb li:first-child{
margin-left:0;
}
#breadcrumb li{
float:left;
margin-left:0.5em;
}
#breadcrumb li:after{content: '/';margin-left:0.5em;}
#breadcrumb li:last-child:after{
display:none;
}
#breadcrumb li a{
color:#666;
text-decoration:none;
}
#breadcrumb li a:hover{
opacity: .5;
filter: alpha(opacity=50);-ms-filter: "alpha(opacity=50)";
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
border-bottom: 0;
}
.nav li a {display: block;color: #ffffff;text-decoration: none;padding: 0.75em;position:relative;}
.nav > li > a{padding: 12px .7em 6px;}
.nav li a .gf{
display:block;
text-align:center;
width:100%;
font-size: 0.85em;
font-weight: normal;
}
.nav li a .gf:empty{
display:none;
}
.nav li li{
text-align:left;
}
.nav li li .gf{
display:none;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
padding-left: 15px; }


/* 検索フォーム */
.searchbox .searchform{position:relative;height: 40px;margin-bottom: 1.5em;}
.searchbox input[type="search"]{width: 100%;-webkit-appearance: none;appearance: none;line-height: 1.2;font-size: 16px;padding: 3% 2%;}
.searchbox button#searchsubmit{color:#333;position:absolute;right: 3px;top: 25%;border:0;background: none;display: block;height: 100%;padding:0 3%;font-size: 1.2em;}


/*********************
POSTS & CONTENT STYLES
*********************/
/* デフォルトボタン */
.btn-wrap{
margin:.7em 0;
}
.btn-wrap.aligncenter{
text-align:center;
}
.btn-wrap a{
display:inline-block;
text-decoration:none;
padding:1em 2em;
background: #4993AF;
border:1px solid #4993AF;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 5px #E9E9E9;
color:#fff;
}
.btn-wrap a:hover{
background:#E69B9B;
color:#fff;
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
transform: translate3d(0px, 3px, 1px);
box-shadow:none;
}
/* シンプルなボタン */
.btn-wrap.simple a{
background:none;
border:1px solid #4993AF;
color:#4993AF;
-webkit-box-shadow: 0 3px 5px #eee;
-moz-box-shadow: 0 3px 5px #eee;
box-shadow: 0 3px 5px #eee;
-webkit-box-shadow: 0 3px 5px rgba(45, 45, 45, 0.05);
-moz-box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
}
.btn-wrap.simple a:hover{
background:#4993AF;
color:#fff;
}
#main .article {margin-bottom: 0;}
#main .article header {padding: 0;margin-bottom: 1.5em;}
#main .article .eyecatch{
text-align:center;
overflow:hidden;
position:relative;
border: 1px solid #ededed;
}
#main .article .eyecatch img{
margin:0;
height: auto;
border: 1px solid;
border-color: #ededed;
}
.article-footer {
padding: 1em 0;
}
.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;color: #ffffff;padding: .35em .5em;margin-right:0.3em;margin-bottom: 2px;text-decoration:none;line-height:1.1;font-size: .75em;border-radius: .4em;}
.article-footer .tags a{
background:none;
color:#fcee21;
margin-top:-1px;
}
.article-footer .post-categories a:before,
.article-footer .tags a:before{font-family:"fontawesome";content: '\f292';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:#E69B9B;
color:#fff;
border-color:#E69B9B;
}
.entry-content h2{position: relative;border: none;font-size:1.25em;padding: 1em 1.1em;margin-top: 1.1em;margin-bottom: 1em;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background: #13acca;color: #ffffff;box-shadow: 0 1px 5px rgba(0, 0, 0, .03);}
.entry-content h3{
border-left:4px solid;
padding: .7em 0 .7em .8em;
margin-top: 1.8em;
font-size:1.3em;
}

.h_boader .entry-content h2{
background: none;
color: #333;
font-size:1.5em;
padding: .8em .1em;
border-bottom:3px solid;
border-radius: 0;
}
.h_boader .entry-content h3{
border-left-width: 2px;
}

.entry-content h4{
	font-size:1.1em!important;
}

.entry-content a{
	font-size:1em!important;
    color: #77a7ef;
}


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

/* 投稿ページ下のエリア */
.single .authorbox,
.single .related-box{border-radius: 4px;margin-bottom: 1em;}
.single .np-post a,
.single .authorbox a,
.single .related-box a{
color:#444;
}
.single .np-post a:hover,
.single .authorbox a:hover,
.single .related-box a:hover{
color:#999;
}
.single .np-post .h_ttl,
.single .authorbox .h_ttl,
.single .related-box .h_ttl{
font-size: 12px;
text-align: left;
margin: 1em 0;
padding: 1em .1em;
}
.single .np-post .h_ttl span,
.single .authorbox .h_ttl span,
.single .related-box .h_ttl span{
font-size: 1.8em;
margin-right: 0.5em;
position:relative;
bottom:-2px;
font-weight:normal;
}
.single .authorbox .profile img {
width:16%;
float:left;
margin:1.5% 2% 1.5% 0;
border:4px solid #fff;
box-shadow:0 0 10px #ddd;
}
.single .authorbox .profile .name{
font-size:1em;
font-weight:bold;
margin:2em 0 0.5em;
}
.single .authorbox .profile a{
text-decoration:none;
color:#444;
}
.single .authorbox .profile .profile_description{
font-size:0.8em;
padding-left:18%;
}
.single .authorbox .profile .author_sns{
text-align:center;
margin:2em 0 0;
}
.single .authorbox .profile .author_sns li{
display:inline-block;
font-size: 0.8em;
margin-right: 1.2em;
}
.single .authorbox .profile .author_sns li i{
font-size:1.1em;
margin-right:0.3em;
}
.single .authorbox .author-newpost li,
.related-box li{
width:24%;
min-height: 210px;
margin:0 1% 1% 0;
float:left;
position:relative;
font-size: .9em;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{height: 105px;overflow: hidden;text-align: center;background: #ddd;}
.single .authorbox .author-newpost li a,
.related-box li a{
display:block;
text-decoration:none;
}

.single .authorbox .author-newpost li .date,
.related-box li .date{
font-size:.8em;
font-weight:normal;
}
.single .authorbox .author-newpost li .ttl,
.related-box li .ttl{margin:0;font-size: .85em;}

/* 次・前の記事 */
.np-post{padding: 0;margin-bottom:1.5em;}
.np-post .np-post-list{word-break:break-all;margin-bottom: .8em;}
.np-post a{
width:100%;
display: table;
font-size:.9em;
text-decoration:none;
}
.np-post a .eyecatch{
display: table-cell;
vertical-align: middle;
text-align:center;
position: relative;
width: 64px;
padding-right: 12px;
padding-left: 12px;}

.np-post a .eyecatch img{
width: 100%;
}
.np-post a .ttl{
display: table-cell;
vertical-align: middle;
}
.np-post .next{
text-align: right;
}
.np-post .next a .eyecatch:after,
.np-post .prev a .eyecatch:before{
font-family:"fontawesome";
line-height: 40px;
padding: 0 3px;
position: absolute;
} 
.np-post .next a .eyecatch:after{
content:'\f105';
right: 0;
}
.np-post .prev a .eyecatch:before{
content:'\f104';
left: 0;
}
.home_link i{
font-size: 30px;
padding: 5px 10px;
}

/* ページタイトル */
.single-title,
.page-title,
.entry-title {margin: .3em 0;}
.single-title,
.page-title{padding: 0;font-size: 1.5em;}
.single-title:empty,
.page-title:empty{
display: none;
}
.byline {
margin: 0;
}
.byline .date{font-size: .85em;}
.byline .writer .fn{font-size: .75em;}
.byline .date,
.byline .writer{
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
opacity: .7;
margin-right: .6em;
display: inline-block;
}
.byline .date:before,
.byline .writer:before{
font-family: "fontawesome";
content: "\f101";
font-size: .88em;
margin-right: .3em;
position: relative;
top:-1px;
}
.byline .date:before{
content: "\f274";
}
.byline .date.undo:before{
content: "\f0e2";
}
.byline .writer:before{
content: "\f007";
}
.byline .writer,
.byline .writer a{
font-weight: bold;
color: inherit;
text-decoration:none;
display: none;
}
.byline .cat-name{background: #fcee21;color:#fff;padding: 0.2em 0.4em;margin-top: 0.3em;margin-left: 0.9em;font-size: 0.7em;float:right;}
.byline .cat-name:before{font-family: "fontawesome";content: "\f08d";font-size: 1.15em;display: inline-block;margin-right: .5em;transform: rotate(-20deg);-moz-transform: rotate(-20deg);-webkit-transform: rotate(-20deg);}

.undo_off .undo,
.date_off .date{
display: none!important;
}

#viral-header.entry-header{position: relative;overflow: hidden;color: #fff;z-index: 1;background-position: center center;background-size: cover;}
#viral-header.entry-header:before{content: "";background: #000;width:100%;height:100%;position: absolute;top:0;left: 0;opacity: .3;filter: alpha(opacity=30);-ms-filter: "alpha(opacity=30)";}
#viral-header.entry-header .wrap{max-width: 780px;padding: 3% 0;position: relative;}
#viral-header.entry-header .eyecatch{width: 260px;float: left;margin-right: 2em;}
#viral-header.entry-header .entry-title{font-size: 2em;text-shadow: 0 0 10px rgba(0, 0, 0, 0.29);padding: 0; text-align:center;}
#viral-header.entry-header .byline .date{
text-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
}
#viral-header + #inner-content{
padding-top: 0;
}

/* entry content */
.entry-content {
padding: 0 0 1.5em;
overflow: hidden;
}
#post-not-found .entry-content {
overflow: inherit;
}

.entry-content p {
margin: 0 0 1.6em; 
line-height: 1.6;
}
.entry-content table {
font-size: 0.92em;
border: 1px solid #efefef;
margin-bottom: 1.5em;
width: 100%;
}
.entry-content table caption {
margin: 0 0 7px;
font-size: 0.75em;
color: #9fa6b4;
text-transform: uppercase;
letter-spacing: 1px; }
.entry-content tr {
border-bottom: 1px solid #efefef;
}
.entry-content td {
padding: .8em;
border: 1px solid #cfcfcf;
background: #fff;
background: rgba(255, 255, 255, 0.6);}
.entry-content td input{
margin:3px 0;
}
.entry-content th {
background-color: #eee;
background-color: rgba(0,0,0,0.1);
border: 1px solid #cfcfcf;
padding: .8em;
}
.entry-content blockquote{font-size: 0.95em;padding: 6% 4% 2%;margin: 2.5em 0 3em;position:relative;border: 1px solid;opacity: .8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=90)";}
.entry-content blockquote:before,
.entry-content blockquote:after{font-family: 'FontAwesome';position:absolute;width:1em;height:1em;display:block;padding: .2em;text-align:center;font-size: 1.3em;line-height:1;background: #fff;}
.entry-content blockquote:before{content:'\f10d';left: -.2em;top: -.3em;}
.entry-content blockquote:after{content:'\f10e';right: -.2em;bottom: -.4em;}
.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 1.5em 0;
max-width: 100%;
height: auto;
width:100%!important;
}
.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: #666;
background: rgba(0, 0, 0, 0.54);
color: #f8f9fa;
font-size: 0.88em;
padding: 1.2em 1.7em;
margin: 0.2em 0 2.2em;
border-radius: 5px;
}
.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; }

/* YouTubeレスポンシブ */
.youtube-container{ overflow:hidden;}
iframe { max-width: 100%; }
.tags { margin: 0; }
/* simpleタイプ */
.top-post-list .post-list{
font-size: 13px;
position: relative;
}
.top-post-list .post-list a{display:block;padding: 1.9em .7em;text-decoration:none;color: #666;border-bottom: 1px dotted #ccc;border-bottom: 1px dotted rgba(0,0,0,.2);position: relative;}
.top-post-list .post-list:first-child a{
border-top: 1px dotted #ccc;
border-top: 1px dotted rgba(0,0,0,.2);
}
.top-post-list .post-list .eyecatch{width: 42%;float:left;max-height: 180px;overflow: hidden;position:relative;}
.eyecatch .cat-name{
text-align: center;
position:absolute;
top:0;
right:0;
background:#fcee21;
color:#444;
font-size:0.7em;
font-weight:bold;
padding:0.1em 0.5em;
min-width:8em;
opacity: .9;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
}
.eyecatch .cat-name:empty:before{
content: "PICK UP";
}
.top-post-list .post-list .entry-content{padding: 0 0 0 3%;overflow: hidden;}
.top-post-list .post-list .entry-content .entry-title{
font-size:1.6em;
margin-top: 0;
margin-bottom:0.3em;
color:#444;
}
.top-post-list .post-list .entry-content p{
margin-bottom:0.3em;
}

/* card型 */
.post-list-card{
margin-left:-1%;
margin-right:-1%;
}
.post-list-card .post-list{width:48%;margin: 0 1% 2.5%;float:left;height:390px;}
.post-list-card .post-list a{display:block;padding: .6em;text-decoration:none;color: #333;background: #fff;height:100%;box-shadow: 0 2px 5px rgba(0, 0, 0, .13);overflow: hidden;position: relative;}
.post-list-card .post-list a:after{content: '';display: block;width: 100%;height: 2.5em;background:linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);position: absolute;bottom: 0;}
.post-list-card .post-list a:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.post-list-card .post-list a:hover .eyecatch img{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}
.post-list-card .post-list .eyecatch{max-height: 215px;margin: -.6em -.6em .5em;text-align:center;overflow: hidden;position:relative;}
.post-list-card .post-list .description{
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
opacity: 0.9;
font-size: .85em;
}

.post-list-card .post-list .entry-content{padding:0;}
.post-list-card .post-list .entry-content .entry-title{font-size: 1.15em;margin-top: 0.5em;margin-bottom:0.3em;}
.post-list-card .post-list .entry-content p{font-size: .9em;margin-bottom:0.3em;}

/* magazine layout */
.post-list-magazine{
margin-left:-1%;
margin-right:-1%;
}
.post-list-magazine .post-list{width: 50%;float: left; margin-bottom: .3em;}
.post-list-magazine .post-list a{
display: block;
padding: 3% 3% 1%;
color: #333;
text-decoration: none;
}
.post-list-magazine .post-list .eyecatch{
position: relative;
}
.post-list-magazine .post-list .entry-content{
padding-bottom: 1em;	
}
.post-list-magazine .post-list .entry-content .entry-title{font-size: 1.15em;margin-top: .5em;margin-bottom: .5em;}
.post-list-magazine .post-list .entry-content .description{font-size: .7em; opacity: 0.7; filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
.post-list-magazine .post-list .entry-content .byline{
font-size: .9em;
margin-bottom: .5em;
}



/* Big archives layout */
.post-list-big article{
padding: 0;
}
.post-list-big article .eyecatch{
margin-bottom: 1em;
}
.post-list-big article .h2 a{
color: #333;
}
.post-list-big article .h2 a:hover{
color: #999;
}
/* ================================================== */
/* ウィジェット */
/* ================================================== */
.widget a{
text-decoration:none;
color:#666;
}
.widget a:hover{
color:#999;
}
.widget .btn-wrap a{
	color: #fff;
}
.widgettitle {background: #1bb4d3;color: #FFF;font-size: 1em;padding: 0;border-radius: 3px;margin-top: 0;margin-bottom: 0.75em;overflow: hidden;}
.widgettitle span{
display:block;
width: 100%;
height: 100%;
padding: 0.75em 0.8em;
}
.widget {
margin: 0 0 3em; }
.widget ul{
margin:0;
}
/* ウィジェットカテゴリー・新着記事 */
.widget.widget_categories .widgettitle,
.widget.widget_recent_entries .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_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_nav_menu li,
.widget.widget_pages li,
.widget.widget_archive li,
.widget.widget_mycategoryorder li{border-bottom: 1px dotted rgba(125, 125, 125, 0.2);margin:0;padding:0;}
.widget .children li:first-child{
border-top: 1px dotted #ccc;
border-top: 1px dotted rgba(0,0,0,.2);
}
.widget li.page_item_has_children {
border-bottom:none!important;
}
.widget.widget_categories li a,
.widget.widget_recent_entries 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.2em 1em 0.3em;
margin:0;
position:relative;
}
.widget.widget_categories li:last-child,
.widget.widget_recent_entries 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_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: '\f054';position:absolute;right: 0.2em;font-size: 1em;top:50%;margin-top: -0.5em;}
.widget li a:hover:after{
right:2px;
-webkit-transform: translate(1px, 0);
-moz-transform: translate(1px, 0);
transform: translate(1px, 0);
}
.widget.widget_text img{
margin-bottom:0.8em;
}
/* ドロップダウンスタイルの変更 */
.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,
.widget.widget_pages li ul a,
.widget.widget_categories li ul a{
padding-left:0.8em;
}
.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:last-child,
.widget.widget_pages li ul li:last-child,
.widget.widget_categories li ul li:last-child{
border:none;
}
.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a{
padding-left:0.5em;
}
.widget.widget_nav_menu li ul li a:before,
.widget.widget_pages li ul li a:before{
content:'− ';
}
/* コメント */
.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;
}

/* ウィジェット検索フォーム */
.widget.widget_search .searchform{position:relative;height: 40px;margin-bottom: 1.5em;}
.widget.widget_search input[type="search"]{position:absolute;width: 100%;padding: 12px 1%;-webkit-appearance: none;appearance: none;}
.widget.widget_search button{position:absolute;right: 3px;border:0;background: none;display: block;height: 100%;padding: .8em .8em;font-size: 1.1em;color: #333;}
/* ウィジェット カレンダー */
.widget.widget_calendar table{
width:100%;
text-align:center;
}
/* ウィジェット タグクラウド */
.widget.widget_tag_cloud a{padding: 0.1em 0.5em;margin: 0 0.1em 0.2em 0;display:inline-block;font-size: 12px!important;background: #888888;background: rgba(35, 35, 35, 0.5);color: #fff;}
.widget.widget_tag_cloud a:hover{
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
opacity:0.6;
color:#fff;
}
/* カスタムメニューのスパンを非表示 */
.widget.widget_nav_menu li a span{
display:none;
}

/* 広告 */
.add .widget_text,
.add.more{
text-align:center;
font-size:0.95em;
}
.add a[target="_blank"]:after{
content:none;
}
.add .widget img{
margin:0;
}
.entry-content .add .widget{
margin:2em 0;
}
.entry-content .add.titleunder .widget{
margin-top:0;
}
/* 新着記事のサムネイル */
.widget.widget_recent_entries li .eyecatch{
width: 30%;
max-width: 100px;
float:left;
margin-bottom:0.5em;
margin-right:0.5em;
}
.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;
}
/* 人気記事表示（プラグイン 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;
font-size:0.75em;
font-weight:bold;
font-family: 'Lato', sans-serif;
display:block;
text-align:center;
line-height:1.5em;
position:absolute;
left:0;
top:0;
}
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;
}
#toc_container{
padding:1em 2em 1em!important;
min-width: 90%;
margin: auto;
background: #fff!important;
background: rgba(255, 255, 255, 0.5)!important;
border: 1px solid #eee;
}
#toc_container p.toc_title{
margin-bottom: .7em;
}
#toc_container ul{
margin: 0!important;;
}
#toc_container li a{
display: block;
padding: .5em 0;
border-top: 1px dotted #ddd;
}
#toc_container li li a{
padding-left: .7em;
}
#toc_container li .toc_number{
margin-right: .5em
}

/******************************************************************
PAGE STYLES
******************************************************************/
.wpcf7-submit{
background:#db0000;
color:#fff;
border:none;
font-weight: bold;
width: 430px;
max-width:96%;
padding:2% 3%;
display:block;
margin:2em auto;
}
.wpcf7-submit:hover{
opacity: .6;
filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
/* SEARCH FORM */
#main .entry-content .searchform{
position:relative;
}
#main .entry-content .searchform input[type="search"]{
width: 93%;
padding-top: 15px;
padding-bottom: 15px;
}
#main .entry-content .searchform button{
background:none;
border:none;
font-size: 1.2em;
position:absolute;
top:20%;
right:3%;
}

/******************************************************************
ARCHIVE PAGE STYLES
******************************************************************/
.archivettl{
}
.archivettl h1{
font-size:1.1em;
margin:0 0 1.5em;
padding:0 0.1em 0.8em;
border-bottom: 3px solid;
}
.archivettl h1 span{
display:block;
font-size:10px;
line-height:1.3;
font-weight:normal;
}
.archivettl h1 .author-icon img{
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
width:80px;
margin-bottom:1.3em;
border:2px solid #fff;
box-shadow:0 0 10px #ddd;
}
.taxonomy-description{
font-size: 0.9em;
margin-bottom: 2.5em;
}
.readmore{
text-align:center;
}
.readmore a{
text-decoration:none;
border:1px solid #1BB4D3;
color:#1BB4D3;
text-align:center;
display:inline-block;
font-size:0.9em;
padding: 0.7em 1.5em 0.7em 2em;
max-width:100%;
}
.readmore a:hover{
background:#1BB4D3;
color:#fff;
}
.readmore a:after{
font-family:"fontawesome";
content:'\f105';
margin-left:1em;
}

/* Pagination , post Pagination */
.pagination,
.wp-prev-next {
margin: 3em 0 4em;
}
.pagination,
.page-links {
text-align: center; }
.pagination ul,
.page-links ul{
display: block;
text-align: center;
margin:0;
padding:0;
clear: both;
}
.pagination:empty,
.wp-prev-next:empty,
.pagination ul:empty,
.page-links ul:empty,
.search-no-results .pagination{
display:none;
}
.pagination li,
.page-links li{
margin: 0!important;
padding:0!important;
display: inline-block;
}
.entry-content .page-links li:before{
content:none;
}
.pagination a, .pagination span,
.page-links a , .page-links ul > li > span{
margin: 0;
padding: 9px 14px;
text-decoration: none;
line-height: 1;
font-size: 1em;
font-weight: normal;
color: #1BB4D3;
border: 1px solid #1BB4D3;
}
.pagination span.dots,
.page-links ul > li > span.dots{
background: none!important;
padding-left: 11px;
padding-right: 11px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus,
.page-links a:hover, .page-links a:focus{
background-color: #1BB4D3;
color: #fff; }
.pagination .current,
.page-links ul > li > span{
cursor: default;
color: #fff;
background-color: #1BB4D3; }
.pagination .current:focus,
.pagination .dots:hover, .pagination .dots:focus {
color: #111;}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
padding: 0.75em 0;
margin: 0;

}
.commentlist {
margin: 0;
list-style-type: none;
font-size: 0.9em;
}
.comment,
.pingback {
clear: both;
overflow: hidden;
padding: 1.5em;
font-size: 0.98em;
border-bottom: 1px solid #f8f9fa;
}
.comment .comment {
font-size:1em;
}
.comment .comment-meta,
.pingback .comment-meta{
padding:0;
}
.comment .comment-author {
padding: 7px;
border: 0; }
.comment .vcard {
/* margin-left: 50px; */ }
.comment .vcard cite.fn {
font-weight: 700;
font-style: normal; }
.comment-metadata{
font-size:0.8em;}
.comment .vcard time {
display: block;
font-size: 0.9em;
font-style: italic; }
.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:last-child,
.pingback:last-child {
margin-bottom: 0; }
.comment .children,
.pingback .children {
margin: 0;}
.comment[class*=depth-],
.pingback[class*=depth-] {
margin-top: 1.1em; }
.comment.depth-1,
.pingback.depth-1 {
margin-left: 0;
margin-top: 0; }
.comment:not(.depth-1),
.pingback:not(.depth-1) {
margin-top: 0;
padding: 7px; }
.comment.odd,
.pingback.odd {
background-color: white; }
.comment.even,
.pingback.even {
background: #FAF9F8;
}
.comment_content p {
margin: 0.7335em 0 1.5em;
font-size: 1em;
line-height: 1.5em; }
.comment-reply-link {
font-size: 0.8em;
float: right;
font-weight: bold;
margin-top: 0.8em;
margin-bottom: 1em;
}
.comment-edit-link {
font-style: italic;
margin: 0 7px;
text-decoration: none;
font-size: 0.9em; }
.comment-navigation{
text-align:center;
padding:1em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
padding: 1.5em 0;
}
#reply-title {
margin: 0;
padding:0.5em 0; }
#reply-title:before{
font-family:"fontawesome";
content:"\f27b";
font-weight:normal;
margin-right:0.2em;
font-size:1.2em;
}
.comment-respond p{
font-size:.85em;
}
.comment-respond .comment-notes{
margin-bottom:1.5em;
}
.logged-in-as {
font-style: italic;
margin: 0; }
.logged-in-as a {
}
.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: 1em;}
#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: white;
padding: 1.5em;
text-align: center;
border: 1px solid #cccccc;
border-radius: 2px;
margin-bottom: 1.5em; }

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

/* Page TOP */
#page-top {
position: fixed;
right: 20px;
z-index: 99999;
}
#page-top a {
background-repeat: no-repeat;
text-decoration: none;
width: 55px;
height: 55px;
border-radius: 50%;
text-align: center;
line-height: 55px;
background: rgba(51, 51, 51, 0.5);
padding: 0;
display: block;
color: #fff;
}
#footer-top .inner{background-color: #0E0E0E;border-bottom: 1px solid rgba(202, 202, 202, 0.3);font-size:0.9em;position: relative;}
.footer a,
#footer-top a{
color: #BAB4B0;
text-decoration:none;
}
.footer a:hover,
#footer-top a:hover{
text-decoration:underline;
}
.footer a .gf,
#footer-top a .gf{
display:none;
}
#footer-top .widget{
margin-top:2em;
background: none;
}
#footer-top ul{
border-top: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top li{
border-bottom: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top .widgettitle{
background:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding:1em 0.2em;
color: #CACACA;
}
#footer-top .widgettitle span{
border:none;
padding:0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.footer .inner {
clear: both;
background-color: #0E0E0E;
color: #878C94;
}
.footer .copyright .create{
display:inline-block;
}

/*********************
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;
}
#container.sidebarleft #main{
float:right;
}
#container.sidebarleft .sidebar{
float:left;
}
#logo{display:inline-block;float:left;}
#logo .h1{
display:table-cell;
height: 58px;
vertical-align: middle;
}
#logo a{
display: inline;
}

@-moz-document url-prefix() {
	#logo.fs_s .h1 a,
	#logo.fs_l .h1 a{
	position: relative;
	top: -.2em;
	}
	#logo.fs_m .h1{
	vertical-align: text-top;
	}
}

#logo .img{
margin-bottom: 6px;
}
#logo img{max-height: 43px;}
.header.headercenter{text-align:center;}
.header.headercenter #logo{float:none;display:block;margin: .2em auto;}
.header.headercenter #logo .h1{display: inline-block;height: auto;margin-top: 5px;}
.header.headercenter #logo a{
display:block;
}
.header.headercenter #logo img{
max-height:90px;
}
.header.headercenter #g_nav{
float:none;
}
.nav_btn{
display: none;
}
.nav_btn.search_btn{
display: block;
text-decoration: none;
text-align: center;
line-height: 1.1;
float: right;
padding: 7px 10px;
background: rgba(0, 0, 0, .04);
}
.nav_btn.search_btn:before{
font-size: 1.5em;
font-family: "fontawesome";
content: '\f002';
width: 100%;
display: block;
}
.nav_btn.search_btn .text{
font-size: .7em;
}

.header #searchform{
	width: 200px;
	position: relative;
	float: right;
}
.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;
}


/*********************
NAVIGATION STYLES
*********************/

#g_nav,
#g_nav .nav{
display:inline-block;
}
#g_nav{float: right;}
.nav {margin: 0;border: 0;}
.nav > li{float: left;position: relative;font-size: .79em;display: table-cell;text-align:center;vertical-align: middle;font-weight: bold;margin-bottom: -6px;}
.nav > li > a:after{
content:"";
display:block;
margin:5px auto 0;
width:0;
height:1px;
background:#111;
transition: .25s ease-out;
-webkit-transition: .25s ease-out;
-moz-transition: .25s ease-out;
-o-transition: .25s ease-out;
-ms-transition: .25s ease-out;
opacity: .5;
filter: alpha(opacity=50);-ms-filter: "alpha(opacity=50)";
}
.nav > li > a:hover:after{
width:100%;
}
.nav li a {
border-bottom: 0;}
.nav ul {
margin-top: 0;}
.nav li ul.sub-menu,
.nav li ul.children {font-weight: bold;margin: 0;position: absolute;z-index: 8999;border-radius: 7px; }
.nav li ul.sub-menu li,
.nav li ul.children li {
position: relative;
overflow: hidden;
height: 0;
transition: .2s;
}
.nav li:hover > ul.sub-menu > li,
.nav li:hover > ul.children > li{
	overflow: visible;
	height: 37px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
display:block;
width:240px;
}
.nav li ul.sub-menu li a:hover,
.nav li ul.children li a:hover{
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
opacity:0.8;
} 
.nav li ul.sub-menu li:last-child a,
.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%; }



/*********************
TOP PAGE 
*********************/
#custom_header{
margin-top: -2.5em;
font-size: 1.15em;
}
.header.bg + #custom_header{margin-top: -1em;}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
font-size: .9em;
}

.widget ul li {
margin-bottom: 0.75em;
}
.widget ul li ul {
margin-top: 0.75em;
padding-left: 1em; }

/*********************
FOOTER STYLES
*********************/
#inner-footer nav{
display:inline-block;
float:left;
}
.footer-links ul{
padding:0;
margin:1em 0;
}
.footer-links ul li {
display:inline;
font-size: 0.8em;
}
.footer-links ul li:after{
content:'　|　';
}
.footer-links ul li:last-child:after{
content:none;
}
.footer-links ul li a{
text-decoration:none;
}
.footer .copyright {
font-size:0.8em;
padding: 0.6em 0;
float: right;
display: inline-block;
}
}


/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1165px) {
#footer-top .inner,
.footer .inner{
width: 100%;
padding: 2% 4%;
}
}

/*--------------------------------
SNS
---------------------------------*/
.sharewrap{margin: 0 0 1em;}
.sharewrap h3{
margin:0.5em 0;
}
.share{
width:101%;
}
.sns{
margin:0 auto;
text-align:center;
}
.sns ul {
list-style:none;
}
.sns li {
float:left;
width: 49%;
margin: 0 1% 2% 0;
}
.sns li a {
font-size:80%;
position:relative;
display:block;
padding:10px;
color:#fff;
border-radius: 2px;
text-align:center;
text-decoration: none;
text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:before,
.sns li a i{
margin-right:0.2em;
margin-left:0.2em;
font-size:1.1em;
}
.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;
}

/* Facebook */
.sns .facebook a {
background:#1f6aba;
box-shadow:0 3px 0 #2c4373;
}
.sns .facebook a:hover {
background:#2c4373;
}

/* Google+ */
.sns .googleplus a {
background:#df3522;
box-shadow:0 3px 0 #ad3a2d;
}
.sns .googleplus a:hover {
background:#ad3a2d;
}

/* hatebu */
.sns  .hatebu a {
background:#2f70be;
box-shadow:0 3px 0 #43638b;
}
.sns .hatebu a:hover {
background:#43638b;
}
.sns  .hatebu a:before{
content:'B!';
font-weight:bold;
line-height: 1.055;
} 

/* LINE */
.sns  .line a {
background:#25af00;
box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
background:#219900;
}

/* Pocket */
.sns  .pocket a {
background:#ec2136;
box-shadow:0 3px 0 #c0392b;
}
.sns  .pocket a:hover {
background:#c0392b;
}

/* 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;
}
.share.short .sns li {
width: 19%;
margin:0 1% 0 0;
}
.share.short .sns li a{padding: 11px 4px;}

/* facebook LikeBox */
.fb-likebtn{display:table;background: #111;color: #fff;text-align: center;margin: 0 0 1em;width:100%;max-width: 100%;}
.fb-likebtn .fb-button{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
overflow: hidden;
}
.fb-likebtn .eyecatch,
.fb-likebtn .rightbox{
display:table-cell;
width: 50%;
vertical-align:middle;
border: none;
}
.fb-likebtn .eyecatch img{
width: 100%;
}
.fb-likebtn .like_text{
font-size: 1.05em;
margin-top:1em;
font-weight: bold;
line-height: 1.4;
}
.fb-likebtn .like_text p{
margin-bottom: 1em;
}
.fb-likebtn .like_text .small{
font-size: 11px;
color: #ccc;
margin-bottom:0;
}


/* --------------------------------------------- */
/* Mobile Styles */
/* --------------------------------------------- */
@media only screen and (max-width: 767px) {
.home #content,
.blog #content{
margin:0;
}
.article-header .eyecatch,
.cta-wrap{
margin-left: -1em;
margin-right: -1em;
}

/* SP header Button */
.nav_btn{width: 55px;height: 100%;padding: .7em 0;border: none;background: none;text-align: center;position: absolute;bottom: 0;left: 0;color: #fff;display: block;line-height:1;text-decoration: none;}
.search_btn{right:0;left: auto;}
.nav_btn:hover{cursor: pointer;}
.nav_btn:before,
.search_btn:before{
font-size: 1.4em;
height: 1.1em;
font-family: "fontawesome";
content: '\f0c9';
width: 100%;
display: block;
}
.search_btn:before{
content: '\f002';
}
.nav_btn .text{
font-size: 8px;
display: block;
}
.searchbox button#searchsubmit{
top:10%;
}
body {
position: relative;
left: 0;
overflow-x: hidden;
}
#g_nav{
display: none;
}

/* SP Menu */
.sp_g_nav{
margin: 0;
padding: 0;
}
.sp_g_nav li + li,
.sp_g_nav li li:first-child{
border-top: solid 1px #eee; 
border-top: solid 1px rgba(255, 255, 255, .05); 
}
.sp_g_nav > li > a{
background-color: rgba(0,0,0,.07);
padding-right: 1em;
position: relative;
}
.sp_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);
}
.sp_g_nav ul{
margin:0;
}
.sp_g_nav li{
list-style: none;
display: block;
}
.sp_g_nav li a{
display: block;
padding: .8em;
color: #333;
text-align: center;
text-decoration: none;
text-align: left;
}
.sp_g_nav li li a,
.sp_g_nav li li ul{
border-bottom: 1px dotted #ddd;
}
.sp_g_nav li li:last-child a{
border: none;
}
.sp_g_nav li a:hover{
color: #888;
}
.nav li a .gf,
.menu-sp li a .gf{
display:none;
}

/* SP gnavi Scroll Style */
.g_nav-sp{position: relative;}
.menu-sp{padding:.5em 0 .5em .5em;font-size:.7em;overflow: auto;-webkit-overflow-scrolling: touch;background: #1BB4D3;}
.menu-sp a{color: #ffffff;text-decoration:none;display:block;padding:.4em .9em;background: rgba(255, 255, 255, .11);border-radius:1em;}
.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;
margin-top:-2px;
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: table-cell;
padding-right:.8em;
}
@-webkit-keyframes blink{
0% {opacity:.2;}
100% {opacity:.9;}
}
@-moz-keyframes blink{
0% {opacity:.2;}
100% {opacity:.9;}
}
@keyframes blink{
0% {opacity:.2;}
100% {opacity:.9;}
}

/* archives */
.top-post-list .post-list .entry-content .entry-title{
font-size:1.1em;
}
.top-post-list .post-list .entry-content .date{
font-size:.9em;
}
.top-post-list .post-list .entry-content .description{
display:none;
}
/*   header */
#inner-header{
position:relative;
width: 100%;
padding:4px 0;
}
#logo{
max-width: 71%;
margin-left: auto;
margin-right: auto;
padding: 0;
height: auto;
min-height: 50px;
font-size: 1em;
position: static;
}
#logo a{
position: static;
width: 100%;
height:auto;
display:block;
text-align: center;
}
#logo.fs_s a{
padding: 2% 0;
}
#logo.fs_l a{
line-height: 1.1;
}
#logo a img{
width: auto;
margin-top: 1px;
max-width: 100%;
max-height: 45px;
}
#breadcrumb{margin: 0;font-size: 10px;width: 100%;border-bottom: 1px solid #F7F7F7;}

.single .authorbox .author-newpost li:nth-child(2n):after,
.related-box li:nth-child(2n):after{
content:"";
display:table;
clear:both;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 70px;
}
.single .authorbox .author-newpost li:nth-child(2n),
.related-box li:nth-child(2n){
zoom:1;
}
/* footer mobile */
/* ページトップへ */
#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;
}
.footer .inner {
font-size:0.7em;
text-align:center;
}
.footer-links ul{
margin:1em 0 0;
}
.footer-links li{display: inline-block;margin-right: .5em;}
.footer-links li a:before{
font-family: "fontawesome";
content: '\f0da';
margin-right: 0.3em;
}
.footer-links a{text-decoration:none;padding: .3em;display: block;}
.copyright{padding: 1.5em 0;margin: 0;}
/* single mobile */
.single .authorbox .author-newpost li,
.related-box li{
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
max-height: 200px;
}
.related-box li.related-rightlist{
zoom: 1;
}
.related-box li.related-rightlist:after{
content:"";
display:table;
clear:both;
}
/* バイラルPOST */
#viral-header.entry-header .entry-title{font-size: 1.6em;}

/* Facebook viralbox */
.fb-likebtn .fb-button{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.fb-likebtn .like_text{
font-size: .8em;
}
.fb-likebtn .like_text p{
margin-bottom: 0;
padding: 0;
}

/* YouTubeモバイルレスポンシブ */
.youtube-container iframe{
max-height: 350px;
}
/* SNS text hidden */
.share.short .sns li a .text{
display:none;
}

/* Grid System */
.m-all {float: left;padding-right: 0.75em;width: 100%;padding-right: 0;margin-bottom: .5em; }
.m-1of2 {float: left;padding-right: 0.75em;width: 50%; }
.m-1of3 {float: left;padding-right: 0.75em;width: 33.33%; }
.m-2of3 {float: left;padding-right: 0.75em;width: 66.66%; }
.m-1of4 {float: left;padding-right: 0.75em;width: 25%; }
.m-3of4 {float: left;padding-right: 0.75em;width: 75%; }
}

/* --------------------------------------------- */
/* SMART PHONE Styles */
/* --------------------------------------------- */
@media only screen and (max-width: 480px) {
#custom_header{
padding: 10% 0;
}
#custom_header .gf{
font-size: 2em;
}
.eyecatch .cat-name{
font-size: .6em;
}
.byline .cat-name:before{
content: none;
}
.post-list-card .post-list{width: 100%;margin: 3% 0 7%;float:none;height:auto;}
.post-list-card .post-list .eyecatch{
max-height: inherit;
height:auto;
}
.post-list-card .post-list .eyecatch img{
width:100%;
}
.top-post-list{
margin-left: -1em;
margin-right: -1em;
}

.single .entry-content,
.page .entry-content{ overflow: inherit; }
/* Post eyecatch height */
.top-post-list .post-list .eyecatch{
max-height: 92px;
}
.single .authorbox .author-newpost li,
.related-box li{
min-height: 210px;
width:47%;
margin: 0 3% 1% 0;
float:left;
position:relative;
}
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 105px;
}
.single-title,
.page-title,
.entry-title {
font-size:1.2em; }
.add.more{
margin-left:-0.9em;
}

.top-post-list .post-list a{
padding:0.7em;
}

.post-list-magazine{
margin-left: -1em;
margin-right: -1em;
}
.search-no-results .post-list-magazine{
margin: 0;
height: auto!important;
}
.post-list-magazine .post-list{
font-size: .8em;
}

.share.short .sns li a{
padding:10px 4px;
}
.pagination li{
margin-bottom: 1em!important;
}
.pagination a, .pagination span,
.page-links a , .page-links ul > li > span{
font-size:0.85em;
padding: 8px 10px;
}

/* POSTS */
.entry-content h2{
margin-left: -2%;
margin-right: -2%;
}
.entry-content table{
font-size: 0.9em;
}
.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;}
}

/* --------------------------------------------- */
/* Tablet Styles */
/* --------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1165px) {
.header .wrap,
#breadcrumb .wrap{
width: 100%;
}
#breadcrumb{
	margin: 0 0 2em;
	width: 100%;
}
/* Post eyecatch height */
.single .authorbox .author-newpost li .eyecatch,
.related-box li .eyecatch{
height: 70px;
}
/* SNS text hidden */
.share.short .sns li a .text{
display:none;
}
/* Scroll max width */
#scrollfix.fixed{
max-width: 253px;
}
#container.sidebarleft #main{
padding-right:0;
padding-left:0.75em;
}
/* Tablet SNS */
.sns li{
width: 32.3%;
}

/* Grid System */
.t-all {float: left;padding-right: 0.75em;width: 100%;padding-right: 0; }
.t-1of2 {float: left;padding-right: 0.75em;width: 50%; }
.t-1of3 {float: left;padding-right: 0.75em;width: 33.33%; }
.t-2of3 {float: left;padding-right: 0.75em;width: 66.66%; }
.t-1of4 {float: left;padding-right: 0.75em;width: 25%; }
.t-3of4 {float: left;padding-right: 0.75em;width: 75%; }
.t-1of5 {float: left;padding-right: 0.75em;width: 20%; }
.t-2of5 {float: left;padding-right: 0.75em;width: 40%; }
.t-3of5 {float: left;padding-right: 0.75em;width: 60%; }
.t-4of5 {float: left;padding-right: 0.75em;width: 80%; }
}

/* --------------------------------------------- */
/* Desktop Styles */
/* --------------------------------------------- */
@media only screen and (min-width: 1166px) {
body{font-weight: 500;}
.wrap {width: 1166px;}
.cta-inner{
padding: 1em 2em;
}
.header{
margin: 1em 0;
}
#inner-header{
min-height: 55px;
}
#custom_header{
font-size: 1.2em;
}
.header-info{
margin-top: -1em;
}

/* archives hover animation */
.top-post-list .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)";
}
.top-post-list .post-list:hover:before{
width: 100%;
height: 100%;
left:0;
}

.post-list-magazine .post-list a:hover{
background: rgba(0, 0, 0, 0.05);
}
.post-list-magazine .post-list a:before,
.post-list-magazine .post-list a:after{
position: absolute;
content: '';
width: 0;
height: 1px;
background-color: #111;
transition: .3s;
}
.post-list-magazine .post-list a:before {
bottom: 0;
left: 0;
}
.post-list-magazine .post-list a:after {
bottom: 2px;
right: 0;
}
.post-list-magazine .post-list a:hover:before,
.post-list-magazine .post-list a:hover:after {
width: 100%;
}

/* gnav height */
.nav > li > a {display: block;text-decoration: none;line-height: 1.3;padding: 15px 1.8em 7px;}
/* single post */
.single .byline{
position: relative;
}
.single .byline .cat-name{position:absolute;left:-6em;top: -2.9em;transform: rotate(-4deg);padding: .3em .8em .3em .5em;}

.d-1of2 img,
.d-1of3 img{
margin-bottom:0.5em;
}
/* Scroll Widget */
#scrollfix{
max-width: 336px;
padding-top: 5px;
}
/* SNSボタン（PCサイズ） */
.share.short{
margin-top:1em;
margin-bottom: 1.5em;
}
.sns ul {
margin:0 auto;
list-style:none;
}
.sns li {
width: 32.3%;
margin: 0 1% 2% 0;
}
.sns li a {font-size: 0.85em;padding: 15px 2px;}

/* Grid System */
.d-all {float: left;padding-right: 0.75em;width: 100%;padding-right: 0;}
.d-1of2 {float: left;padding-right: 0.75em;width: 50%; }
.d-1of3 {float: left;padding-right: 0.75em;width: 33.33%; }
.d-2of3 {float: left;padding-right: 0.75em;width: 66.66%; }
.d-1of4 {float: left;padding-right: 0.75em;width: 25%; }
.d-3of4 {float: left;padding-right: 0.75em;width: 75%; }
.d-1of5 {float: left;padding-right: 0.75em;width: 20%; }
.d-2of5 {float: left;padding-right: 0.75em;width: 40%; }
.d-3of5 {float: left;padding-right: 0.75em;width: 60%; }
.d-4of5 {float: left;padding-right: 0.75em;width: 80%; }
.d-1of6 {float: left;padding-right: 0.75em;width: 16.6666666667%; }
.d-1of7 {float: left;padding-right: 0.75em;width: 14.2857142857%; }
.d-2of7 {float: left;padding-right: 0.75em;width: 28.5714286%; }
.d-3of7 {float: left;padding-right: 0.75em;width: 42.8571429%; }
.d-4of7 {float: left;padding-right: 0.75em;width: 57.1428572%; }
.d-5of7 {float: left;padding-right: 0.75em;width: 71.4285715%; }
.d-6of7 {float: left;padding-right: 0.75em;width: 85.7142857%; }
.d-1of8 {float: left;padding-right: 0.75em;width: 12.5%; }
.d-1of9 {float: left;padding-right: 0.75em;width: 11.1111111111%; }
.d-1of10 {float: left;padding-right: 0.75em;width: 10%; }
.d-1of11 {float: left;padding-right: 0.75em;width: 9.09090909091%; }
.d-1of12 {float: left;padding-right: 0.75em;width: 8.33%; }
}


/*記事トップのナビバースタイル調整*/

.nav-var{
margin-top: 5px;
margin-bottom: 15px;
}

.topnav-list{
 margin-bottom: 0;
 display: table;
 width: 100%;
 box-sizing: border-box;
 table-layout: fixed;
 border-bottom: 1px solid #ddd;
 border-left: 1px solid #ddd;
}

.topnav-item{
position: relative;
display: table-cell;
color: #ccc;
background: #f0f0f0;
border-bottom-color: transparent;
text-align: center;
line-height: 48px;
vertical-align: top;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
font-size: 12px;
}

.topnav-button{
display: block;
color: #333;
text-decoration: none;
}

.topnav-button:hover{
background: #f9f9f9;
}

.caset-h4{
font-size:13px;
margin:5px 0;
font-weight: 500;
}


/* フォローボタン7*/
.flw_btn7 {
 display: inline-block;
 text-decoration: none;
 color: #fff !important;
 width: 50px;
 height: 50px;
 line-height: 50px;
 font-size: 23px !important;
 margin:2px;
 padding: 0px 0px 0px 3px;
 border-radius: 12px;
 text-align: center;
 vertical-align: middle;
 overflow: hidden;
 font-weight: bold;
 transition: .4s;
}

.flw_btn7:hover {
 color: #fff !important;
 opacity: 0.5;
}

.flw_btn7.fb { background: #6680d8 !important; }
.flw_btn7.htb { background: #49a8fb !important; }
.flw_btn7.tw { background: #22b8ff !important; }
.flw_btn7.pkt { background: #ff6d82 !important; }
.flw_btn7.fdly { background: #6cc655 !important; }
.flw_btn7.gp { background: #fd6969 !important; }
.flw_btn7.ist { background: #e84cb6 !important; }
.flw_btn7.cnt { background: #878484 !important; }


.float_footer{
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	overflow: hidden;
	display: table;
    table-layout: fixed;
    text-align: center;
	z-index: 100;
	position: fixed;
	z-index: 100;
    bottom: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    padding: 1px 0 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
}



.reviewer-point{
	font-size:.8em;
}

.review-caset-upleft{
width:15%;
float:left;
}

.review-caset-upright{
width:85%;
float:left;
padding-left:10px;
margin:2% 0 2% 0;
}

@media only screen and (min-width: 1166px) {
.review-caset-upright{
width:85%;
float:left;
padding-left:10px;
margin:2% 0 2% 0;
font-size:17px !important;
}}

@media only screen and (max-width: 767px){
.review-caset-upright{
font-size: .94em;
}}



@media only screen and (max-width: 767px){
.review-caset-up{
	height:110px;
}
}

@media only screen and (min-width: 1166px) {
.review-caset-up{
	height:80px;
}}

@media only screen and (max-width: 1165px) and (min-width: 768px){
.review-caset-up{
	height:100px;
	}}

.review-caset-point{
	font-size:16px;
	margin-bottom:20px;
}

@media only screen and (max-width: 767px){
.review-caset-text{
	margin:0 5px 5px 5px;
}
}

@media only screen and (min-width: 1166px) {
.reviewmore-botton{
	padding: 15px 100px 15px 100px;
	float: left;
	margin: 15px 33.33% 0 33.33%;
	background-color:#e9f3ff;
	border-radius: 5px;
}

.reviewmore-botton:hover{
	background-color:#d1e1f5;
}
}


img.review-image {
    margin: 0;
}


.caset_h4{
margin:.3em;
text-align:center;
font-size:1.1em!important;
}


.tscroll table{
 width:100%;
 margin-bottom: .5em;
}
.tscroll{
 overflow: auto;
 margin-bottom: 2em;
}
.tscroll::-webkit-scrollbar{
 height: 5px;
}
.tscroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.tscroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}



.scroll-table {
  overflow: auto;
  white-space: nowrap;

}

.scroll-table table{
	table-layout: fixed;
}





@media only screen and (min-width: 1166px) {
.reviewer-point{
	font-size:.8em;
}

.review-caset-upleft{
width:15%;
float:left;
}

.review-caset-upright{
width:85%;
float:left;
padding-left:10px;
margin:2% 0 2% 0;
	}}

@media only screen and (min-width: 1166px) {
.review-caset-upright{
width:85%;
float:left;
padding-left:10px;
margin:2% 0 2% 0;
font-size:17px !important;
}}

@media only screen and (max-width: 767px){
.review-caset-upright{
font-size: .94em;
}}



@media only screen and (max-width: 767px){
.review-caset-up{
	height:110px;
}
}

@media only screen and (min-width: 1166px) {
.review-caset-up{
	height:80px;
}}

@media only screen and (max-width: 1165px) and (min-width: 768px){
.review-caset-up{
	height:100px;
	}}

.review-caset-point{
	font-size:16px;
	margin-bottom:20px;
}

@media only screen and (max-width: 767px){
.review-caset-text{
	margin:0 5px 5px 5px;
}
}

@media only screen and (min-width: 1166px) {
.reviewmore-botton{
	padding: 15px 100px 15px 100px;
	float: left;
	margin: 15px 33.33% 0 33.33%;
	background-color:#e9f3ff;
	border-radius: 5px;
}

.reviewmore-botton:hover{
	background-color:#d1e1f5;
}
}

.gymtag_list{
    border: 1px solid #c2ae5b;
    padding: 3px;
    font-size: 11px;
    border-radius: 5px;
	background-color:#c2ae5b;
    color: white;
    font-weight: 600;
	display: inline-block;
	margin-bottom: 2px;
}


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

}

@media only screen and (min-width: 1166px) {
.tokushu_prbox1{
width: 50%;
float: left;
margin-left: 5%;
}
	
.tokushu_prphoto1{
width: 40%;
float: left;
}
	
.tokushu_prbox2{
width: 50%;
float: left;
}
	
.tokushu_prphoto2{
width: 40%;
margin-right: 5%;
float: left;
}
	
.tokushu_box{
float: left;
margin-bottom: 30px;
}
	
.tokushu_box1{
float: left;
width: 100%;
margin: 20px 0 0 0;
}
	
.tokushu_box2{
float: left;
width: 100%;
margin: 20px 0 0 0;
}
	
.tokushu_box3{
float: left;
width: 100%;
margin: 20px 0 0 0;
}
	
.shihainin_box{
float: left;
margin-bottom: 30px;
width: 100%;
}
	
.shihainin_photo{
width:30%;
float:left;
}
	
.shihainin_comment{
width:65%;
float:left;
margin-left:5%;
}
	
.box_campaigns{
width:45%;
float:left;
padding:0 2% 0 3%;
}
	
.box_campaign{
float:left;
margin-bottom: 30px;
width: 100%;
}
}


.accordion p{
	cursor: pointer
}
.accordion ul{
	display:none;
}


/*--------------------------------------
  tab
--------------------------------------*/
@media screen and (max-width:480px) { 
.tab{
	width:calc(100%/3)!important;
	padding: 15px 0!important;
}
	
.caset_contentfield{
    padding: 20px 10px!important;
}
	
.facility_caset{
    margin: 20px 10px!important;
}
}

.tab-group{
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
	width:100%;
}
.tab{
	flex-grow: 1;
    background: #929398;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 24px 0 22px;
    text-align: center;
    transition: .5s;
    vertical-align: bottom;
    width:20%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
	margin-left: -3.29px;
}
.tab:hover{
	background-color:#043454;
}
.panel-group{
    min-height:100px;
	background-color: #ebedef;
	margin-top:40px;
	padding-bottom: 10px;
}
.panel{
    display:none;
}
.tab.is-active{
    color: #fff;
    transition: .6s;
    padding: 24px 0 22px;
    background-color: #043454;
}
.panel.is-show{
    display:block;
}



	
p.shosai_h3_englishtext {
    font-size: 32px!important;
    border-bottom: 3px solid #000000!important;
    display: inline-block!important;
    margin: 0 auto!important;
}
	
p.shosai_h3_normaltext {
    font-size: 18px!important;
    margin-top: 5px!important;
	margin-bottom: 0!important;
}

h2.shosai_h3_normal {
    text-align: center!important;
	border: none!important;
    margin: 0!important;
}

.footer_contentbox{
    padding:20px 10% 20px;
}

.c-section {
    width: 100%;
    margin: auto;
    position: relative;
}

.c-link-list-table {
    display: flex;
    font-size: .8rem;
    margin: 0 0 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-link-list-table__head {
    width: 130px;
    color: #222;
    font-weight: 700;
    text-align: center;
    background-color: #eee;
    padding: 8px 0;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
	font-size:.9em;
    margin: 0;
}

.c-link-list-table__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 16px;
}

.c-link-list-table__content:not(:last-child) {
    margin-right: 8px;
}

.c-link-list-table__content {
    display: flex;
    line-height: 1.6;
}

.c-link-list-table__content a:hover {
	text-decoration: underline;
}

.c-link-list-table__item {
    padding: 0 4px;
	text-decoration: none;
}

.c-link-list-table__item--sub:before {
    content: "(";
}

.c-link-list-table__item--sub:after {
    content: ")";
}

@media only screen and (min-width: 1166px) {
.l-main__l-contents {
    width: 1000px;
	margin: 0 auto;
}
}

@media screen and (max-width:480px) { 
.l-main__l-contents {
    width: 100%;
	margin: 0 auto;
}
}

.footer_content_exchange {
    margin-top: 20px;
    padding-top: 60px;
    background-color: #f4f4f4;
}

.footer_textcontent{
    padding: 20px 10% 50px;
}

@media only screen and (min-width: 1166px) {
.footer_textcontentbox{
	width: 1000px;
    margin: 0 auto;
}
}

@media screen and (max-width:480px) { 
.footer_textcontentbox{
	width: 100%;
    margin: 0 auto;
}
}

.footer_textcontentbox p {
    font-size: 12px;
}

.footer_textcontentbox h2 {
    font-size: 14px;
}


.taxonomy-description p{
	margin: 1.6em 0 0;
}

.btn-wrap p {
    margin: 4px 0 0 0;
    font-size: 11px;
    padding: 0;
}

.kanren_ad p {
    margin: 0;
    font-size: .8em;
    padding: 8px;
    background-color: #f2f2f2;
    text-align: center;
}

h2.kanren_ad {
    border: none!important;
    padding: 0!important;
    margin: 15px;
}


.review_indexbox {
    margin: 20px 5px;
    padding: 10px 20px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #f1f8ff;
}

.review_eyecatch td {
    padding: .8em;
    border: 1px solid #cfcfcf;
    background: #fff;
    background: rgba(255,255,255,.6);
}

.review_eyecatch tr {
    border-bottom: 1px solid #efefef;
}

.review_eyecatch table {
    font-size: .92em;
    border: 1px solid #efefef;
    margin-bottom: 1.5em;
    width: 100%;
}

.review_eyecatch table {
    font-size: .92em;
    border: 1px solid #efefef;
    margin-bottom: 1.5em;
    width: 100%;
}

.reviewpoint_box {
    margin: 0 0 10px 10px;
}

.review_starpoint {
    font-size: 20px;
    color: #FFC107;
}

.review_sogopoint{
    font-size: 20px;
    color: #e0a800;
    font-weight: 700;
    font-family: "ヒラギノ明朝 ProN W6",HiraMinProN-W6,HG明朝E,"ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-style: italic;
}

.review_sogorank {
    margin-left: 15px;
    font-size: 12px;
    vertical-align: text-bottom;
}

.radarchart_review {
    margin-bottom: 20px;
}

.review_serviceinfo {
    overflow: hidden;
}

span.tagon {
    background-color: #4a4a4a;
    color: white;
	font-weight: 600;
}

span.tagoff {
    background-color: gainsboro;
    color: white;
    font-weight: 600;
}

.review_serviceinfo_box {
    padding: 15px;
    border: 1px solid #e4e4e4;
	margin-bottom:20px;
}

.reviewbox_midashi {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    background-color: #e4e4e4;
}

.review_deepsearch_head {
    background-color: #095f8f;
    color: white;
    padding: 15px;
    font-weight: 700;
    margin: 0;
    font-size: 1em;
}

.review_deepsearch_content {
    border: 1px solid #095f8f;
    padding: 25px 25px 0;
    font-size: 13px;
}

.review-caset-text strong {
    border-bottom: 1px solid #c7ab82;
}


.kanren_rich h2 {
    text-align: center;
    border: none!important;
    background-color: #4888b3!important;
    color: white!important;
	margin-bottom:0!important;
	padding:20px;
}

.kanren_rich h3 {
    font-size: 1.1em;
    text-align: center;
    border: none!important;
    background-color: #f5f8fa;
	padding: .7em .7em .7em .8em;
}

.kanren_rich h3:before {
    color: #4c798e;
    font-family: "FontAwesome";
    content: "\f02e";
    margin: 0 8px;
    font-weight: 900;
}

.kanren_rich ul {
    overflow: hidden;
}

@media only screen and (min-width: 1166px) {
.kanren_rich li {
    float: left;
    width: 50%;
    padding: 15px;
    margin: 0!important;
    border: 1px solid #f1f1f1;
    border-left: 8px solid #f1f1f1;
	transition: 1.0s ;
}
}

@media screen and (max-width:480px) { 
.kanren_rich li {
    float: left;
    width: 100%;
    padding: 15px;
    margin: 0!important;
    border: 1px solid #f1f1f1;
    border-left: 8px solid #f1f1f1;
	transition: 1.0s ;
}
}

.kanren_rich li:hover {
	background-color: #f5fafd;
}

.kanren_rich li:before {
	display:hidden!important;
	width:0!important;
	height:0!important;
}

.kanren_rich a {
    text-decoration: none;
    font-weight: 600;
    color: #3aa1d0;
}

.kanren_rich a:before {
    color: black;
    font-family: "FontAwesome";
    content: "\f138";
    margin: 0 8px;
    font-weight: 900;
}

.kanren_rich {
    margin-bottom: 40px;
}

.step_no {
    display: block;
    border-bottom: 2px solid #f3f4f5;
    color: #1D2941;
    width: 100%;
    padding-bottom: 8px;
    margin: 0 auto 8px;
    font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-style: italic;
}

.h2bottom {
    width: 100%;
}

.h2bottom span {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4888b3;
}


/*--------------------------------------
  tab
--------------------------------------*/
.ranktab-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ranktab{
    flex-grow: 1;
    background: #929398; /* タブのカラー */
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 -1.7px;
    padding: 24px 0 22px;
    text-align: center;
    transition: .5s;
    vertical-align: bottom;
	width:calc(100%/6);
    border-left: 1px solid white;
}
.ranktab:hover{
	background-color:#043454;
}

.rankingcontent_background {
    background-color: #ebedef;
}

.rankpanel-group{
    min-height:100px;
    margin-top: 20px;
}
.rankpanel{
    display:none;
}
.ranktab.is-rankactive{
    color: #fff;
    transition: .6s;
    padding: 24px 0 22px;
	background-color:#043454;
}

.rankpanel.is-rankshow{
    display:block;
}

.ranktab-wrap {
    width: 100%;
}

.ranktab:before{
    color: #b58c4f;
    font-family: "FontAwesome";
    content: "\f02e";
    margin: 0 8px;
    font-weight: 900;
	font-size: 1.2em;
}

.rank_pointname {
    width: 100%;
    display: block;
}

.ranking_table {
    font-size: .8em;
}

.ranking_caset h3 {
    margin: 0;
    background-color: #043454;
    color: white;
}

.ranktitle_box {
    width: 100%;
    overflow: hidden;
}





.ranking_table {
    font-size: .8em!important;
}

li.hyouban_button a {
    background-color: #043454;
    color: white;
}

li.hyouban_button a:hover {
    background-color: #0d79c1;
}

li.hyouban_button a:before {
    color: #fff;
    font-family: "fontawesome";
    content: "\f02d";
    margin: 0 10px;
    font-weight: 900;
}

li.official_button a {
    background-color: #b40c04;
    color: white;
}

li.official_button a:hover {
    background-color: #CB433C;
}

li.official_button a:before {
    color: #fff;
    font-family: "fontawesome";
    content: "\f058";
    margin: 0 10px;
    font-weight: 900;
}



	
.ranktitle_left strong {
    font-size: 1.5em;
}
	
ul.rankingcaset_button li:before {
    width: 0;
}
	
.rankingcaset_button {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.rankingcaset_button li{
	float:left;
}

.ranking_tdfklist {
    background-color: #ebedef;
    padding: 10px;
    font-size: .95em;
	font-weight: bold;
	overflow:hidden;
}

.ranking_tdfklist p {
    font-size: .9em;
    margin: 0;
}
	
.rankingcaset_button a {
	font-size: 13px;
    letter-spacing: 1px;
    border-radius: 4px;
    display: block;
    padding: 16px 10px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    transition-duration: 0.3s;
    text-decoration: none;
    font-weight: 700;
}

.rankingpoint_design {
    font-size: .8em;
    background-color: #607D8B;
    color: white;
    padding: 3px;
    vertical-align: text-bottom;
    font-weight: 500;
    margin-right: 15px;
    width: 33%;
    text-align: center;
    border-radius: 3px;
	float: left;
	margin-left: 20px;
}


@media screen and (max-width:480px) {
.review_serviceinfo span {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    border-left: 5px solid white;
	font-size: 12px;
}	
	
.ranking_tdfklist{
	margin-bottom: 15px;
}
	
.ranktab{
	min-height: 113px;
}
	
.ranking_caset {
    background-color: white;
    margin: 20px 10px;
}
	
.ranking_casetcontent {
    padding: 20px 10px;
}	
	
.ranktitle_left {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 45px;
    background-color: #ad8818;
    color: white;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: italic;
}
	
h3.ranktitle_right {
    float: left;
    width: 80%;
	border: none!important;
}
	
.rankingcaset_button li {
	width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0!important;
    padding: 0!important;
}
}

@media only screen and (min-width: 1166px) {
	
.review_serviceinfo span {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    border-left: 5px solid white;
	font-size: 12px;
}
	
.ranking_caset {
    background-color: white;
    margin: 20px 40px 40px;
}
	
.ranking_casetcontent {
    padding: 20px 30px;
}
	
.ranktitle_left {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 45px;
    background-color: #ad8818;
    color: white;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: italic;
}
	
h3.ranktitle_right {
    float: left;
    width: 90%;
	border: none!important;
}
	
.rankingcaset_button li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

}



.benchpress-topcontent {
    background-color: #fbfbfb;
    padding: 30px;
    border: 1px solid #efefef;
    line-height: 25px;
}

.benchpress-topcontent-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #ff8300;
}

.benchpress-topcontent:before {
    font-family: "FontAwesome";
    content: "\f071";
    display: block;
    width: 48px;
    height: 48px;
    margin: auto;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #4c798e;
    text-align: center;
}

.bottom_ctabox {
    border: 3px solid #4c798e;
    padding: 20px;
    padding-bottom: 0;
    font-size: .9em;
    margin: 30px 0;
}


.facility_caset h3 {
    background-color:#043454;
    color: white;
	margin: 0;
	border:none!important;
}

.tab-wrap {
	background-color: #ebedef;
}

.facility_caset {
    background-color: white;
    margin: 20px 40px 40px;
	overflow: hidden;
}

.caset_contentfield {
    padding: 20px 30px;
    overflow: hidden;
}

.ranking_tdfklist li:before {
    background: #d8c061!important;
    top: 3.2px!important;
}

.ranking_tdfklist li {
    margin: 0 0 .7em!important;
	font-size: .8em;
    font-weight: 600;
	padding-left: 1.5em!important;
}

.ranking_tdfklist li:last-child {
    margin: 0!important;
}

.ranking_tdfklist ul {
    margin-bottom: .3em;
}

.caset_tagbox {
    margin: .2em 0 1.3em;
}

.caset_contentfield p {
    font-size: .9em;
}

.caset_table_info {
    font-size: .9em;
}

.comparison-table {
    font-size: .8em;
	background-color: #ebedef;
}

.comparison-table td{
    padding: .8em;
}

span.contact_hissu {
    background-color: #2196f3;
    padding: 4px;
    font-size: .8em;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin-right: .5em;
}

span.contact_nini {
    background-color: #607d8b;
    padding: 4px;
    font-size: .8em;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin-right: .5em;
}

.form_title {
    margin-bottom: 15px;
}

.wpcf7-submit{
    font-size: 1.25em!important;
    padding: 20px!important;
    background: #3abd3f!important;
	width: 330px!important;
	font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}


.contenttable_top td {
    border: 1px solid #cfcfcf;
}

.contenttable_top table {
    font-size: .92em;
}


.fonnter_button_area {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
}

.fonnter_button_left {
    float: left;
    width: 44%;
    padding: 5px;
	margin-right: 2%;
}

.fonnter_button_right {
    float: left;
    width: 44%;
    padding: 5px;
}

.footer_button {
    background-color: white;
    padding: 10px 0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
    font-weight: 700;
	display: block;
}

.fonnter_button_left a {
    background-color: #1187e2;
	color:white;
}

.fonnter_button_left a:before {
    font-family: "fontawesome";
    content: "\f15c";
    margin: 0 8px;
    font-weight: 900;
}

.fonnter_button_right a:before {
    font-family: "fontawesome";
    content: "\f02e";
    margin: 0 8px;
    font-weight: 900;
}

.fonnter_button_right a {
    background-color: white;
	color:#1187e2;
}


.fonnter_button_left_sp {
    float: left;
    width: 50%;
}

.fonnter_button_right_sp {
    float: left;
    width: 50%;
}

.footer_button_sp {
	text-decoration: none;
	font-size: 12px;
    font-weight: 700;
    text-align: center;
	display: block;
}

.fonnter_button_left_sp a {
    background-color: #003f80;
	color:white;
    padding: 10px 0;
}

.fonnter_button_left_sp a:before {
    font-family: "fontawesome";
    content: "\f15c";
    margin: 0 8px;
    font-weight: 900;
}

.fonnter_button_right_sp a:before {
    font-family: "fontawesome";
    content: "\f02e";
    margin: 0 8px;
    font-weight: 900;
}

.fonnter_button_right_sp a {
    background-color: white;
	color:#003f80;
    padding: 10px 0;
}


video.ctabox_video {
    width: 100%;
}


.related-area {
    background-color: #f2f2f2;
    padding: 15px;
	margin:0!important;
	overflow:hidden;
}

.related-area li {
    float: left;
	padding-left:.5em!important;
	padding-right:.5em;
	border-left:1px solid #d0d0d0;
    margin: .3em 0!important;
}

.related-area li:first-child {
	border-left:none;
}

.related-area li:before{
	width:0!important;
}


.popularh2 {
    text-align: center;
    border: none!important;
    margin-bottom: 0!important;
	font-size: 1.3em!important;
}


.ranking_h2box{
	padding:20px 20px 20px 20px;
	margin-bottom:30px;
	margin-top:30px;
	border-top:10px solid #043454;
	box-shadow: 0px 0px 3px rgb(142 142 142/30%);
}

.ranking_h2box h2{
	border:none!important;
	margin:0;
	padding-top:0!important;
	padding-bottom:10px!important;
}

.ranking_h2box h2:before {
    color: #25af00;
    font-family: "FontAwesome";
    content: "\f080";
    margin: 0 8px;
    font-weight: 900;
    font-size: 1.2em;
}

.ranking_h2box h2 span{
	font-size:.8em;
}

.tdfk_faset select{
	margin:0!important;
}

.tdfk_faset span{
	font-size:.8em;
	color:gray;
	margin-top:5px;
}

.comparison-table img {
    margin-bottom: 0;
}


.feedback_form > .tab-wrap{
	background-color:white;
}

.feedback_form > .tab-wrap > .panel-group{
	background-color:white;
}

.feedback_form > .tab-wrap > .tab-group{
    text-align: center;
}

.feedback_form > .tab-wrap > .tab-group > .tab{
    border-radius: 65px;
	margin-left:30px;
}

.feedback_form > .tab-wrap > .tab-group > .tab:first-child{
	margin-left:0!important;
}

.feedback_form{
	margin-top:80px;
}

.feedback_form p{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}

.feedback_form span{
	font-weight:bold;
}

.panel > .wpcf7 > form > p > .wpcf7-submit{
	background: #a0a0a0!important;
	font-size:.9em!important;
    font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
	margin: .5em auto;
	padding: 10px!important;
}

li.official_button a:before {
    color: #fff;
    font-family: "fontawesome";
    content: "\f058";
    margin: 0 10px;
    font-weight: 900;
}

.feedback_form > p:before{
	color: #848484;
    font-family: "fontawesome";
    content: "\f044";
    margin: 0 5px;
    font-weight: 900;
}

.panel > .wpcf7 > form > p > .wpcf7-submit::-webkit-input-placeholder {
	font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
	color:gray;
}

.panel > .wpcf7 > form > p > .wpcf7-submit::-moz-placeholder {
	font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
	color:gray;
}

.panel > .wpcf7 > form > p > .wpcf7-submit:-ms-input-placeholder {
	font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
	color:gray;
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

button, input, optgroup, select, textarea{
	font-weight:500!important;
}

.fonnter_button_left a:hover{
	color:white;
}

.area_links_list_ul a {
    color: #3c3c3c;
}

.area_links_list_ul li {
    float: left;
    line-height: 25px;
    border-left: 1px solid #ddd;
    margin-left: 10px!important;
    padding-left: 10px!important;
    margin-bottom: 2px!important;
	margin-top:0!important;
    font-size: 13px;
    font-weight: 600;
}

.area_links_list_ul li:last-child {
	border-right: none;
}

ul.area_links_list_ul {
    margin-top: .5em;
	overflow:hidden;
}

.area_links_list_ul li:before{
	width:0!important;
}

.testbox_header{
	border:1px solid black;
}

.testbox_header nav{
	background-color:black;
	color:white;
	padding:15px 15px 15px 10px;
	font-weight:600;
}

.testbox_img{
	margin:15px;
	overflow:hidden;
}

.testbox_img img {
    float: left;
    width: 32%;
	margin-bottom:0;
	margin-right:2%;
}

.testbox_img img:last-child{
	margin-right:0!important;
}

.testbox_button {

}

.testbutton {
    background-color:blue;
	padding:5px 15px;
	width:30%;
	margin:0 auto;
	text-align:center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.testbutton a{
	color:white;
}

.testbutton a:hover{
	color:#dbefff;
	text-decoration:none;
}


.fitmap_pickup_list{
	border: double 5px #f2f2f2;
	padding: 5px!important;
	margin:0!important;
}

.fitmap_pickup_list li {
	border:solid #f2f2f2;
	overflow: hidden;
	padding:5px;
	margin:1px;
}

.fitmap_pickup_list span{
    font-size: 12px;
    font-weight: 700;
    color: #af9b65;
	display: flex;
    flex-direction: column;
}

.fitmap_pickup_list h4{
	float:left;
}

.fitmap_pickup_list a{
	float:right;
}

.fitmap_pr{
	padding:0;
	border: 10px solid black;
	display:flex;
}

.prbox{
	float:left;
	display: flex;
	border:1px solid grey;
	list-style: none;
	padding:5px;
}

.prbox:last-child{
	magrin-right:10px!important;
}


.prbox span{
	margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #af9b65;
	display: flex;
    flex-direction: column;
}


.sectionbox{
	border-bottom:solid#f2f2f2;
}

.card img {
    margin: 0!important;
}

.card-body {
    padding-top: 0!important;
	padding-bottom: 0!important;
}

.card-title {
    font-size: 1.2em;
}

.col a{
	color:black;
}

.col a:hover{
	text-decoration:none;
	color:gray;
}

.testbox{
	padding:0; 
	display: flex;
	margin:10px 5px 0px 5px;
}

.testbox dl{
	float:left;
	width:32%;
	overflow:hidden;
	flex-basis: auto; 
	padding:10px; 
	margin: 5px; 
}

.testbox dd{
	font-size: 12px;
	font-weight: 700;
	color: #af9b65;
}

.testbox dt{
	font-size: 12px;
	font-style:bold;
}



.test_ppbox{
	 position: relative;
	margin: 25px 0 15px 0px;
    border-radius: 8px;
    padding: 10px 15px;
	 border: 4px double #797777; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc;/* 影の色 */
}



.test_ppbox dl{
	border-bottom:1px dotted grey;
	overflow:hidden;
	margin-bottom:0;
}


.test_ppbox dl:first-child{
	border-top:1px dotted grey;
}
	
.test_ppbox dd{
    font-size: 8px;
    font-weight: 500;
    background-color: #af9b65;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    border-radius: 8px;
    text-align: center;
}

.title-box14 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color:  #fff; /* タイトル背景色 */
 color: #CC0033; /* タイトル文字色 */
}





.ppname{
	float:left;
	margin:10px 0 5px 5px;
}

.tes_fee{
	float:right;
	margin:18px 15px 0 0!important;
}

.tesuttokutikomi dt{
	margin-bottom:5px!important;
}

.tesuttokutikomi{
	margin:10px 0 5px 5px;
}

.kutikominaiyou{
	margin:0px 5px 5px 10px!important;
}


.rich_title{
	display: block;
	position: relative;
	height:60px;
}

.rich_title span {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 15px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: linear-gradient(#c2ae5b 0%, #c2ae5b 100%);
  border-radius: 2px 0 0 0;
  }

.rich_title span:before{
	position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #c2ae5b;
  border-right: solid 6px transparent;
}

.rich_title span:after{
	content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #c2ae5b;
  border-right: 15px solid #c2ae5b;
  border-bottom: 5px solid transparent;
}




.richpr_box {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 32px 20px 32px;
}

.richpr_photo {
  width: 300px;
}

.card-img {
  width: 100%;
  display: block;
}

.richpr_text {
  width: 430px;
  line-height: 1.5;
  margin:10px;
}
.richpr_text span{
	font-size: 12px;
    font-weight: 700;
    color: #af9b65;
	display: flex;
    flex-direction: column;
	margin-bottom:0;
}

.richpr_text p{
	font-size: 16px;
	margin-bottom:0px;
}

/* 偶数番目に登場する.cardは右から左に要素が配置されるようにする */

.richpr_box:nth-child(even) {
  flex-direction: row-reverse;
}


.newprbox {
    display: flex;
}

.newprbox:nth-child(even) {
  flex-direction: row-reverse;
}


.newprtext {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding: 0 0 0 20px;
	margin-right: 15px;
}

.prmg {
    display: table-cell;
    width: 30%;
}

.fitmap_ premium{
	margin-bottom:10px;
}


.aff_title{
	display: block;
	position: relative;
	height:60px;
}

.aff_title span {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 15px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: linear-gradient(#c0c0c0 0%, #c0c0c0 100%);
  border-radius: 2px 0 0 0;
  }

.aff_title span:before{
	position: absolute;
  content:'' ;
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #c0c0c0;
  border-right: solid 6px transparent;
}

.aff_title span:after{
	content:'' ;
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #c0c0c0;
  border-right: 15px solid #c0c0c0;
  border-bottom: 5px solid transparent;
}
.aff_title a{
	margin-left:45px;
}

.photoman{
	margin-bottom:15px;
}

.photoman ul{
	 display: flex;
    width: 100%;
    justify-content: space-between;
	margin-bottom:5px;
}

.photoman li{
	margin:0px!important;
}

.photoman img{
	margin-bottom:0;
}

.fitmap_newinfo{
	margin:15px;
}
.fitmap_newinfo details{
	border-bottom:1px dotted grey!important;
	border: 0px solid;
    border-radius: 0px;
    padding: .5em .5em 0;
}

.gym_newtitle{
	position: absolute;
    top: 5px;
	margin-left:45px;
}

.gym_newtitle nav{
	font-size:10px;
	margin-bottom: 5px;
}

.sub_text_school {
    font-size: .7em;
}

.yosei_h2{
	text-align:center;
	border:none!important;
	font-size:1.5em;
}

@media only screen and (min-width: 768px) {
.yoseischool_content {
    background-color: white;
    margin: 0 40px;
    padding: 20px;
}
}

@media only screen and (max-width: 768px) {
.yoseischool_content {
    background-color: white;
    margin: 0 10px;
    padding: 20px;
}
}

.step_school {
    background-color: #607d8b;
    color: white;
    padding: 3px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 5px;
    font-size: .95em;
}

.photoman li:first-child{
	padding-left:0!important;
}

.photoman li:before{
	width:0!important;
}

.tag_silver {
    background-color: silver;
    border: 1px solid silver;
}

h1.entry-title.single-title span > a {
    font-size: .55em;
    font-weight: 500;
    margin-left: 15px;
}

.nav_bar_link{
	position: relative;
	clear: both;
	margin: 7px 0 24px 0;
}

.nav_bar_detail{
	font-size: 0;
	display: table;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	border-bottom: solid 2px silver;
}

.fac_nav{
	font-weight: normal;
	position: relative;
	display: inline-block;
	display: table-cell;
	box-sizing: border-box;
	height: 45px;
	vertical-align: bottom;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #dbdbdb;
}

.fac_nav:first-child{
	border-left: solid 1px #dbdbdb;
	margin:0;
	padding-left:0;
}

.nav_bar_detail li:before{
	width:0!important;
}

.fac_nav a{
	font-size: 15px;
	line-height: 44px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #333333;
}

.fac_nav a:hover{
	background-color: #e9f6ff;
}

.navselected{
	border-color: #1185bf;
	background-color: #1185bf;
	color: #ffffff;
	font-size: 15px;
    line-height: 44px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

.carousel-indicators li:before {
    width: 0!important;
}


.plan_panel_shoki{
	margin: 20px;
}
	
.plan_panel_shoki h3 {
    font-size: 14px;
    background-color: #607D8B;
    color: white;
    padding: 10px 0 10px 20px;
	margin: 0;
}
	
.plan_panel_option{
	margin: 20px;
}
	
.plan_panel_option h3 {
    font-size: 14px;
    background-color: #795548;
    color: white;
    padding: 10px 0 10px 20px;
	margin: 0;
}	

.plan_panel_box {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-top: none;
    background-color: #fff;
    font-size: .8em;
    font-weight: 500;
}

.plan_panel_box p {
    padding: 0;
    margin: 0;
    font-size: .9em;
}

.plan_panel h3 {
    font-size: .9em;
    background-color: #c2ae5b;
    color: #fff;
    padding: 10px 0 10px 20px;
	margin:0;
	border:none;
}

.plan_panel {
    margin: 20px;
	font-size:1.1em;
}

.plan_taglist {
    overflow: hidden;
    margin: 0 0 1em;
}

.plan_taglist li {
    margin-right: 2px;
	margin-bottom:2px;
    float: left;
}

.plan_tag {
    border-radius: 3px;
    padding: 4px 7px;
    line-height: 1;
    display: inline-block;
    font-size: 11px;
    background-color: #efefef;
    color: #000;
    font-weight: 600;
}

span.panel_ryokin {
    font-size: 1.7em;
    font-weight: bold;
    margin-right: 2px;
    color: #f44336;
}

center.googlemap_tag iframe{
	width:100%;
}

.yogashool_prbox{
	background-color:#efefef;
	padding:15px;
	border-radius:5px;
	font-size:.9em;
	margin-top:30px;
}

.area_ad h3 {
    background-color: #e6e1d0;
    color: #2d2d2c;
    padding: 15px;
	font-size:.95em;
	border:none!important;
}

.area_ad_pricon {
    margin-right: 5px;
    padding: 2px 4px;
    font-size: 10px;
    vertical-align: middle;
    background-color: #E63917;
    color: #FFFFFF;
}

.area_ad_content{
	box-shadow: 0 2px 5px rgb(0 0 0 / 9%);
    overflow: hidden;
    position: relative;
}

.area_ad_content_block {
    padding: 10px;
    overflow: hidden;
}

.area_ad_content_left img {
    margin:0;
}

.area_ad_content_right p {
    margin: 0;
    font-size: .85em;
    color: #3c3c3c;
}

.area_ad_content_right h4 {
    text-decoration:underline;
}


@media only screen and (min-width: 768px) {
.area_ad_content_left {
    float: left;
    width: 25%;
}
.area_ad_content_right {
    float: left;
    width: 75%;
	padding-left:20px;
}
}


@media only screen and (max-width: 768px) {
.area_ad_content_left {
    float: left;
    width: 50%;
}
.area_ad_content_right {
    float: left;
    width: 50%;
	padding-left:10px;
}
}


@media only screen and (min-width: 1025px){
ul.pr_youten {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 6px #e6e6e6;
}
}

.ac-box {
    width: auto;
}
.ac-box input {
    display: none;
}
.ac-box label {
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
    transition: all .5s;
}
.ac-box label:before {
    color: #000;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    margin: 0 10px;
}
.ac-box div {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.ac-box div p {
    color: #000;
    line-height: 23px;
    font-size: 13px;
    padding: 20px;
    text-align: justify;
    font-weight: 500;
}

span.\32 47_click {
    font-size: .7em;
    margin-left: 5px;
}


.footer_area_navigation{
	overflow:hidden;
	margin:0;
	padding:5px 0;
    box-shadow: 0 8px 32px 8px rgb(0 0 0 / 10%);
    display: block;
	position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
}
.area_navitem{
	width:calc(100% / 3);
	float:left;
	text-align:center;
	font-size:.6em;
}
.area_navitem a{
	color:black;
}
.area_navitem_compare:before{
    color: black;
    font-family: "fontawesome";
    content: "\f002";
    margin: 0 8px;
    font-weight: 900;
	 font-size:1.5em;
	 display: block;
}
.area_navitem_faset:before{
    color: black;
    font-family: "fontawesome";
    content: "\f00c";
    margin: 0 8px;
    font-weight: 900;
	 font-size:1.5em;
	 display: block;
}
.area_navitem_howto:before{
    color: black;
    font-family: "fontawesome";
    content: "\f02d";
    margin: 0 8px;
    font-weight: 900;
	 font-size:1.5em;
	 display: block;
}


.pcwidget_navigation {
	top: 78.5%;
	right: 16px;
	position:fixed;
	box-shadow: 0 8px 32px 8px rgb(0 0 0 / 10%);
	border-radius: 15px;
	background-color: #fff;
	z-index: 100;
	font-size: 14px;
	letter-spacing: .08em;
	width: 300px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	padding:25px;
	font-size:.8em;
	font-weight:600;
}
.pcwidget_navitem{
	margin-bottom:10px;
}
.pcwidget_navitem:last-child{
	margin-bottom:0;
}
.pcwidget_navitem a{
	color:black;
}
.pcwidget_navitem a:hover{
	text-decoration:none;
}
.pcwidget_navitem_compare:before{
	color: black;
	font-family: "fontawesome";
	content: "\f002";
	margin: 0 8px;
	font-weight: 900;
	font-size:1.5em;
}
.pcwidget_navitem_faset:before{
	color: black;
	font-family: "fontawesome";
	content: "\f00c";
	margin: 0 8px;
	font-weight: 900;
	font-size:1.5em;
}
.pcwidget_navitem_howto:before{
	color: black;
	font-family: "fontawesome";
	content: "\f02d";
	margin: 0 8px;
	font-weight: 900;
	font-size:1.5em;
}
.pcwidget_contentnav {
    margin-bottom: 25px;
	text-align:center;
	font-size:1.2em;
}
.english_textwidget {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
    display: inline-block;
	font-size:1.3em;
}

.area_ad_head{
    background-color: #e6e1d0;
    color: #2d2d2c;
    padding: 10px;
    font-size: .9em;
    border: none!important;
	font-weight:bold;
	margin:0!important;
}

.area_ad_content_right strong {
   text-decoration: underline;
	font-size: 1.1em!important;
}

.panel_typeh2 {
    font-size: 1.2em!important;
    text-align: center;
    border: none!important;
    margin: 0!important;
    padding: 0!important;
}

.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  padding:30px 0 ;
  text-align:center;
  background:#f8f8f8; // 背景色
  font-size:16px; // テキストの大きさ
  color:#000000; // 文字色
  border-top:2px solid #ffffff; // ボタン上部の縁取りの色
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.rizap_button {
    text-align: center;
    margin-bottom: 40px;
	margin-top:30px;
}
.rizap_button a {
    background-color: #2f2c2f;
	border:1px solid #2f2c2f;
    color: #dad6a9;
    padding: 15px 30px;
    border-radius: 50px;
}
.rizap_button a:hover {
    background-color: white;
	border:1px solid #2f2c2f;
    color: #2f2c2f;
    padding: 15px 30px;
    border-radius: 50px;
	text-decoration:none;
}

.kanshusha{ 
	padding: 20px;
    border: 3px solid #4c798e;
    margin: 10px;
}   

.newtable td{
	text-align: center;
	font-size:8px;
}
.hikaku{
	background-color: #043454; 
	font-weight: bold;
	color: white; 
	font-size:6px;
	font-size:6px;
}
.newtable span{
	color: red;
}
.s1{
	width: 161px;
}
.s2{
	width: 108px;
}
.s3{
	width: 223px;
}

.fixed01{
  position: sticky;
  left: 0;
  color: #000000;
  background: #043454;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}

 .newtt {
    overflow-x: scroll;
    width: 728px;
	 font-size: 10px;
  }

 .newtt table {
    white-space: nowrap;
    border-collapse: collapse;
    min-width: 640px;
    border: 1px #666666 solid;
  }
 .newtt  td[colspan="2"] {
	 	width:185px;
	height: 50px
	width: calc(100% / 8 * 3);
}

.tbphoto{
	width:100px;
}

.topp{
	margin-bottom:10px;
}


.online_personal_strong {
    color: #b40b04;
    text-decoration: underline;
    font-size: 1.23em;
}

.online_personal_strongtext {
    color: #607d8b;
    text-decoration: underline;
    font-size: 1.2em;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.sample_box3_1 {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    border: solid 3px #005f8f;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
}
.sample_box3_1 .sample_box_title{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.3em;/*タイトル文字サイズ*/
    background: #ffffff;/*タイトル文字背景色*/
    color: #005f8f;/*タイトル文字色*/
    font-weight: bold;
}
.sample_box3_1 p {
    margin: 0; 
    padding: 0;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.box22{
    border: 2px solid #005f8f;
  border-radius: 10px;
	margin-bottom:25px;
	margin-top:22px;


}
.box22 h4{
  background: #005f8f;
  color: #FFF;
  text-align: center;
  margin: 0;
	padding:15px;
}
.box22 .inner{
  padding:10px;
 text-align: center;
}

.hitokoto{
	background: rgba(229, 239, 255, 0.61);
	margin: 2em 0;
	padding: 25px;
	border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#005f8f;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#005f8f;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #005f8f;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#005f8f;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#005f8f;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #eee;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}


.diet_relatedword {
    overflow: hidden;
    background: #f7f7f7;
    padding: 20px 20px 5px 20px;
	background: #e5e8e9;
}
.diet_relatedword li {
    float: left;
    margin-right: 4px;
    padding-right: 4px;
	margin-bottom: 15px;
}
.diet_relatedword li>a {
    color: black!important;
    background: white;
    padding: 7px;
}


.pickup_compare {
    background-color: #ffdfea!important;
}
.compare_osusume_text {
    font-size: .8em;
    margin-right: 4px;
    background: red;
    padding: 2px 5px;
    border-radius: 7px;
}


.gymcta_fitmap {
    padding: 25px;
    margin-bottom: 30px;
    background: #f6f6f6;
    border-radius: 7px;
}
.gymcta_fitmap h3 {
    margin: 0 0 20px;
    border: none;
    background: #073354;
    color: white!important;
    text-align: center;
    padding: 10px;
}


.massage_caset_header {
    overflow: hidden;
    border-bottom: 2px solid gray;
}
.massage_caset_header h3 {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    border: none;
    line-height: 50px;
}
.massage_caset_access {
    float: left;
    width: 50%;
    line-height: 50px;
    text-align: right;
    padding-right: 20px;
}

.kanren_area {
    background-color: #e5e7e8;
    padding: 15px;
    border-radius: 3px;
    margin: 20px 0;
}
.kanren_area h2 {
    font-size: .9em!important;
    text-align: center;
    margin-bottom: 10px;
    border: none!important;
    padding: 0!important;
}
.kanren_area ul {
    background-color: #fff;
    padding: 3px 8px 4px;
    overflow: hidden;
    margin: 0;
}
.kanren_area p {
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 10px;
    font-size: .9em;
    margin-left: 10px;
}
.kanren_area_header {
    margin: 10px;
    display: block;
    font-size: .9em;
}
.area_links_list_ul li:first-child{
	border:none!important;
	margin-left:0!important;
	padding-left:0!important;
}

.single-item {
		margin:0 auto!important;
}
.single-item img {
    margin: 0;
}
@media only screen and (min-width: 1025px){
.single-item {
    width: 60%;
}
}
@media only screen and (max-width: 1025px){
.single-item {
    width: 80%;
}
}
.caset_header_left span {
    background: red;
    color: yellow;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
    margin-right: 20px;
    font-size: .9em;
}
.caset_header_left strong {
    font-size: 1.7em;
    color: red;
    margin-right: 3px;
}
.taglistspan {
    padding: 3px 6px;
    font-weight: 600;
    border-radius: 7px;
	 margin-right: 5px;
}
.tagblack {
    color: white;
    background: black;
}
.taggray{
	    background: #f5f5f5;
}
.tagyellow{
	    background: #fff7b4;
}
.caset_header_left {
    margin-top: 10px;
}
.taglistspan {
    padding: 3px 6px;
    font-weight: 600;
    border-radius: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.caset_tagarea {
    margin: 0 0 15px;
}

.massage_comparetable td {
    width: 100px;
    min-width: 100px;
}
.massage_table td {
    width: 100px;
	min-width: 100px;
}
.massage_caset_taglist {
    padding: 20px 0;
}
.massage_caset_caregory1 {
    padding: 3px 7px;
    background: #ffe1e1;
    border-radius: 7px;
    font-weight: 600;
    margin-right: 5px;
}
.massage_caset_caregory1 {
    padding: 3px 7px;
    background: #ffe1e1;
    border-radius: 7px;
    font-weight: 600;
    margin-right: 5px;
}
.massage_caset_middle_top {
    overflow: hidden;
}
.massage_caset_middle_top {
    overflow: hidden;
}
.massage_caset_middle_top_left {
    float: left;
    width: 40%!important;
}
.table_back td {
    background-color: #dfdfdf!important;
}
.massage_caset_button a {
    background-color: black;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: 2.5em;
}
.massage_caset_footer {
    overflow: hidden;
	margin: 10px 0 20px;
}
.massage_caset_footer_left {
    float: left;
    width: 50%;
    font-weight: 600;
}
.massage_caset_footer_left a {
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #e2bf54;
    color: white;
}
.massage_caset_footer_right {
    float: left;
    width: 50%;
    font-weight: 600;
}
.massage_caset_footer_right a {
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #8f9fa7;
    color: white;
}

.table_back {
    background-color: #f8f8f8!important;
	font-weight: 600;
}



.kanshu_box {
	border: 1px solid #d7d7d7;
	margin-bottom:20px;
}
.kanshu_box_title {
    color: white;
    padding: 5px 20px;
    background: black;
    font-size: .8em;
	border: 3px solid black;
}
@media only screen and (max-width: 768px) {
.kanshu_image {
    width: 30%;
    float: left;
    margin-right: 2%;
}
.kanshu_content {
    float: left;
    width: 68%;
}
.kanshu_box_content{
    overflow: hidden;
	padding: 20px;
}
}
@media only screen and (min-width: 768px) {
.kanshu_image {
    width: 15%;
    float: left;
    margin-right: 2%;
}
.kanshu_content {
    float: left;
    width: 83%;
}
.kanshu_box_content{
    overflow: hidden;
	padding: 0 20px 10px;
}
}
.kanshu_content_name {
    font-size: 1.5em;
}
.kanshu_content_text {
    font-weight: 500!important;
    font-size: .9em;
    margin-top: 7px;
}

@media only screen and (min-width: 768px) {
.soba_box {
    overflow: hidden;
}
.soba_box strong {
    font-size: 3em;
    color: #0c1f8b;
}
.soba_box p {
    text-align: center;
}
.soba_box_nyukai {
    float: left;
    width: 45%;
    padding: 20px;
    border: 7px solid #e4edf5;
    margin: 10px 5% 10px 0;
}
.soba_box_1time {
    float: left;
    width: 45%;
    padding: 20px;
    border: 7px solid #e4edf5;
    margin: 10px 5% 10px 0;
}
}
@media only screen and (max-width: 768px) {
.soba_box_nyukai {
    width: 100%;
    padding: 20px;
    border: 7px solid #e4edf5;
    margin-bottom: 10px;
}
.soba_box_1time {
    width: 100%;
    padding: 20px;
    border: 7px solid #e4edf5;
}
}


.prspan {
    color: #073354;
    background: white;
    padding: 1px 3px;
    font-size: .7em;
    margin-left: 7px;
    border-radius: 3px;
}
.pr_contenth {
    background: #E91E63;
    color: white;
    padding: 2px 5px;
    font-size: .9em;
    margin-right: 7px;
    border-radius: 3px;
}
.diet_pr {
    margin: 20px;
    font-size: .9em;
    color: #b5b5b5;
}
.notes_pr {
    background: whitesmoke;
    padding: 15px;
    margin-bottom: 20px;
    font-size: .8em;
}

.column-wrap.cf {
    margin-bottom: 15px;
}



.author-info {
    font-family: 'Arial', sans-serif;
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.author-info p, .author-info h3, .author-info h4 {
    margin-bottom: 20px;
}
.author-info .highlight {
    color: #f57c00;
    font-weight: bold;
}
.author-info h3 {
    font-size: 1.4em;
    color: #333;
}
.author-info h4 {
    font-size: 1.2em;
    color: #666;
}
