@charset "UTF-8";

/*
Theme Name:by_them_smart
Theme URI:
Description:WordPressテーマ「Bloom」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
*/
/**
 * Reset
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

button,
input,
select,
textarea {
	outline: 0;
	font-size: 100%;
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

img {
	-ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* end MacIE5 */
/**
 * Base
 */
body {
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #000;
	text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

big {
	font-size: larger;
}

small {
	font-size: 80%;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: italic;
}

tt,
code,
kbd,
samp {
	font-family: monospace;
}

u,
ins {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

a,
input,
p-button,
.p-article__title {
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background-color, color;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: background-color, color;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease;
	-o-transition-property: background-color, color;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease;
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

/**
 * web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
 */
@font-face {
	font-family: "design_plus";
	src: url("fonts/design_plus.eot?v=1.0");
	src: url("fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.0") format("woff"), url("fonts/design_plus.ttf?v=1.0") format("truetype"), url("fonts/design_plus.svg?v=1.0#design_plus") format("svg");
	font-weight: normal;
	font-style: normal;
}

/**
 * keyframes
 */
/* fadeIn */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* loading-anime */
@-webkit-keyframes loading-anime {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-anime {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* headerSlideDown */
@-webkit-keyframes headerSlideDown {
	0% {
		top: -70px;
	}

	100% {
		top: 0;
	}
}

@keyframes headerSlideDown {
	0% {
		top: -70px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes headerSlideDown2 {
	0% {
		top: -38px;
	}

	100% {
		top: 32px;
	}
}

@keyframes headerSlideDown2 {
	0% {
		top: -38px;
	}

	100% {
		top: 32px;
	}
}

@-webkit-keyframes headerSlideDown3 {
	0% {
		top: -24px;
	}

	100% {
		top: 46px;
	}
}

@keyframes headerSlideDown3 {
	0% {
		top: -24px;
	}

	100% {
		top: 46px;
	}
}

/**
 * Layout
 */
/* Header */
.l-header {
	position: relative;
	width: 100%;
	z-index: 999;
}

.l-header.is-header-fixed {
	padding-top: 59px;
}

.l-header__bar {
	border-bottom: 1px solid #ddd;
	line-height: 58px;
	min-height: 61px;
	position: relative;
	width: 100%;
	z-index: 998;
}

@media only screen and (min-width: 1201px) {
	body.l-header__fix .is-header-fixed .l-header__bar {
		min-width: 1280px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-animation: headerSlideDown 0.5s ease;
		animation: headerSlideDown 0.5s ease;
	}
}

.l-header__logo {
	text-align: center;
}

.l-header__logo a {}

.l-header__logo img {
	vertical-align: middle;
}

.l-header__logo--pc {
	margin-top: 50px;
	margin-bottom: 55px;
}

.l-header__logo--mobile {
	display: none;
}

/* Footer */
.l-footer {
	margin-top: 100px;
}

/* Inner */
.l-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 30px 0;
}

/* main */
.l-main .l-inner {
	padding: 0;
}

/* 2 columns */
.l-primary {
	float: left;
	width: 820px;
	width: -webkit-calc(100% - 350px);
	width: -moz-calc(100% - 350px);
	width: calc(100% - 350px);
}

.l-secondary {
	float: right;
	width: 300px;
}

/* adminbar */
body.admin-bar {
	padding-top: 32px;
}

body.admin-bar.l-header__fix .is-header-fixed .l-header__bar,
body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar {
	top: 32px;
	-webkit-animation: headerSlideDown2 0.5s ease;
	animation: headerSlideDown2 0.5s ease;
}

@media only screen and (max-width:782px) {
	body.admin-bar {
		padding-top: 46px;
	}

	body.admin-bar.l-header__fix .is-header-fixed .l-header__bar,
	body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar {
		top: 46px;
		-webkit-animation: headerSlideDown3 0.5s ease;
		animation: headerSlideDown3 0.5s ease;
	}
}

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

	body.admin-bar.l-header__fix .is-header-fixed .l-header__bar,
	body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar {
		top: 0;
		-webkit-animation: headerSlideDown 0.5s ease;
		animation: headerSlideDown 0.5s ease;
	}
}

/**
 * Component
 */
/* Load */
@-webkit-keyframes loading-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loading-square-base {
	0% {
		bottom: 10px;
		opacity: 0;
	}

	5%,
	50% {
		bottom: 0;
		opacity: 1;
	}

	55%,
	100% {
		bottom: -10px;
		opacity: 0;
	}
}

@keyframes loading-square-base {
	0% {
		bottom: 10px;
		opacity: 0;
	}

	5%,
	50% {
		bottom: 0;
		opacity: 1;
	}

	55%,
	100% {
		bottom: -10px;
		opacity: 0;
	}
}

@-webkit-keyframes loading-dots-fadein {
	100% {
		opacity: 1;
	}
}

@keyframes loading-dots-fadein {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loading-dots-first-dot {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
		opacity: 1;
	}
}

@keyframes loading-dots-first-dot {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
		opacity: 1;
	}
}

@-webkit-keyframes loading-dots-middle-dots {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
	}
}

@keyframes loading-dots-middle-dots {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
	}
}

@-webkit-keyframes loading-dots-last-dot {
	100% {
		-webkit-transform: translate(2em);
		transform: translate(2em);
		opacity: 0;
	}
}

@keyframes loading-dots-last-dot {
	100% {
		-webkit-transform: translate(2em);
		transform: translate(2em);
		opacity: 0;
	}
}

#site-wrap {
	display: none;
}

#site_loader_overlay {
	background: #fff;
	opacity: 1;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

/* type1 */
.c-load--type1 {
	width: 48px;
	height: 48px;
	font-size: 10px;
	text-indent: -9999em;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-animation: loading-circle 1.1s infinite linear;
	animation: loading-circle 1.1s infinite linear;
}

/* type2 */
.c-load--type2 {
	width: 44px;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.c-load--type2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	animation: loading-square-loader 5.4s linear forwards infinite;
}

.c-load--type2::after {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	opacity: 0;
	content: '';
	animation: loading-square-base 5.4s linear forwards infinite;
}

/* type3 */
.c-load--type3 {
	width: 100%;
	min-width: 160px;
	font-size: 16px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 0;
	opacity: 0;
	-webkit-animation: loading-dots-fadein .5s linear forwards;
	animation: loading-dots-fadein .5s linear forwards;
}

.c-load--type3 i {
	width: .5em;
	height: .5em;
	display: inline-block;
	vertical-align: middle;
	background: #999;
	border-radius: 50%;
	margin: 0 .25em;
	-webkit-animation: loading-dots-middle-dots .5s linear infinite;
	animation: loading-dots-middle-dots .5s linear infinite;
}

.c-load--type3 i:first-child {
	-webkit-animation: loading-dots-first-dot .5s infinite;
	animation: loading-dots-first-dot .5s linear infinite;
	opacity: 0;
	-webkit-transform: translate(-1em);
	transform: translate(-1em);
}

.c-load--type3 i:last-child {
	-webkit-animation: loading-dots-last-dot .5s linear infinite;
	animation: loading-dots-last-dot .5s linear infinite;
}

/* menu button */
.c-menu-button {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.c-menu-button::before {
	content: "\f0c9";
	font-family: "design_plus";
	font-size: 28px;
}

.c-sidemenu-button {
	display: block;
	position: absolute;
	top: 0;
	left: -22px;
	text-align: center;
}

.c-sidemenu-button::before {
	content: "\f0c9";
	font-family: "design_plus";
	font-size: 18px;
}

.c-sidemenu-close-button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.c-sidemenu-close-button::before {
	content: "\e91a";
	font-family: "design_plus";
	font-size: 18px;
}

.c-search-button {
	display: block;
	position: absolute;
	top: 0;
	right: -22px;
	text-align: center;
}

.c-search-button::before {
	content: "\e915";
	font-family: "design_plus";
	font-size: 18px;
}

/* breadcrumb */
.c-breadcrumb__item {
	display: inline;
}

.c-breadcrumb__item--home a::before {
	content: "\e90c";
	font-family: "design_plus";
}

.c-breadcrumb__item--home span {
	display: none;
}

/* コメント */
.c-comment {
	font-size: 12px;
	margin-bottom: 50px;
}

.c-comment__tab {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-comment__tab-item {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
}

.c-comment__tab-item.is-active a,
.c-comment__tab-item.is-active p {
	background: #333;
	border: 0;
	color: #fff;
	position: relative;
}

.c-comment__tab-item.is-active a:after,
.c-comment__tab-item.is-active p:after {
	border-color: #333 transparent transparent transparent;
	border-style: solid;
	border-width: 6px;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	content: "";
	width: 0;
	height: 0;
}

.c-comment__tab-item a,
.c-comment__tab-item p {
	border: 1px solid #ccc;
	color: #333;
	display: block;
	font-size: 11px;
	line-height: 180%;
	padding: 15px;
	text-decoration: none;
	width: 100%;
}

.c-comment__tab-item a:hover {
	background: #333;
	color: #fff;
}

/* コメントの基本部分 */
.c-comment__list-item {
	border: 1px solid #ccc;
	color: #777;
	margin-bottom: 15px;
	padding: 15px 20px 0;
}

/* コメント本文 */
.c-comment__item-body p {
	line-height: 2.4;
	margin-bottom: 15px;
}

/* コメントの情報部分 */
.c-comment__item-header {
	margin-bottom: 10px;
	position: relative;
}

.c-comment__item-avatar {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

.c-comment__item-author {
	display: block;
	margin-bottom: 10px;
	padding-top: 3px;
}

.c-comment__item-author a {
	text-decoration: underline;
}

.c-comment__item-date {
	color: #757676;
	display: block;
	font-size: 11px;
}

.c-comment__item-act {
	font-size: 11px;
	margin-top: 5px;
	padding-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.c-comment__item-act > li {
	display: inline;
	border-right: 1px solid #aaa;
	margin-right: 6px;
	padding-right: 10px;
}

.c-comment__item-act > li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

/* ページナビ */
.c-comment__pager {
	margin-bottom: 10px;
}

.c-comment__pager a,
.c-comment__pager span {
	display: inline;
	float: left;
	margin-right: 10px;
}

.c-comment__pager span {
	text-decoration: underline;
}

/* メッセージ、警告文 */
.c-comment__item-note {
	background: #d6f4f0;
	border: 1px solid #94ddd4;
	color: #33a8e5;
	display: block;
	font-size: 11px;
	margin-bottom: 1em;
	padding: 10px 15px;
}

/* トラックバック */
.c-comment__trackback-url {
	background: #fafafa;
	font-size: 11px;
	padding: 10px;
}

.trackback_time {
	font-size: 11px;
	color: #757676;
	margin: 0 0 7px 0px;
}

.trackback_title {
	margin: 2px 0 8px 0;
	margin: 0 0 10px 0px;
	line-height: 160%;
}

/* コメントフォーム */
.c-comment__form-wrapper {
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 15px;
}

.c-comment__cancel {
	color: #666;
	font-size: 11px;
	margin-bottom: 1em;
}

.c-comment__cancel a {
	color: #666;
}

.c-comment__cancel a:before {
	content: "\e910";
	font-family: "design_plus";
	display: inline-block;
}

.c-comment__form-login {
	color: #666;
	font-size: 11px;
}

.c-comment__form-login a {
	color: #666;
}

.c-comment__input {
	margin-bottom: 12px;
	text-align: left;
}

.c-comment__input input {
	border: 1px solid #ccc;
	color: #777;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.c-comment__input textarea {
	border: 1px solid #ccc;
	color: #777;
	font-size: 11px;
	overflow: auto;
	margin-top: 15px;
	width: 100%;
	height: 150px;
}

.c-comment__label-text {
	color: #666;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}

.c-comment__form-submit {
	background: #aaa;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin: 15px auto 0;
	width: 200px;
	height: 50px;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.c-comment__form-hidden {
	display: none;
}

/* パスワード保護 */
.c-comment__password-protected {
	background: #000;
	border-radius: 5px;
	color: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	text-align: center;
}

.c-comment__password-protected p {
	font-size: 12px;
	line-height: 1.6;
}

/* meta box */
.c-meta-box {
	background: #fafafa;
	font-size: 12px;
	padding: 22px 20px;
}

.c-meta-box__item {
	border-right: 1px solid #ddd;
	float: left;
	margin-right: 15px;
	padding-left: 20px;
	padding-right: 15px;
	position: relative;
}

.c-meta-box__item:last-child {
	border-right: none;
}

.c-meta-box__item::before {
	color: #aaa;
	font-family: "design_plus";
	position: absolute;
	left: 0;
}

.c-meta-box__item--author::before {
	content: "\e90d";
}

.c-meta-box__item--category::before {
	content: "\e92f";
}

.c-meta-box__item--tag::before {
	content: "\e935";
}

.c-meta-box__item--comment::before {
	content: "\e916";
}

/* entry nav */
.c-entry-nav {
	border-collapse: collapse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-entry-nav__item {
	border-top: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	width: 50%;
	height: 100px;
	flex: 1;
}

.c-entry-nav__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: 0 70px;
}

.c-entry-nav__item a span {
	display: block;
	max-height: 100%;
	overflow: hidden;
}

.c-entry-nav__item--empty {
	border-top: none;
}

.c-entry-nav__item--prev {
	border-right: 1px solid #ddd;
}

.c-entry-nav__item--empty + .c-entry-nav__item--next {
	border-left: 1px solid #ddd;
}

.c-entry-nav__item--prev a::before,
.c-entry-nav__item--next a::after {
	content: "";
	display: block;
	font-family: "design_plus";
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1em;
	height: 1em;
}

.c-entry-nav__item--prev a::before {
	content: "\e90f";
	left: 3px;
	text-align: left;
	width: 1em;
	height: 1em;
}

.c-entry-nav__item--next a::after {
	content: "\e910";
	right: 3px;
	text-align: right;
}

/* pw */
.c-pw {
	margin-bottom: 40px;
}

.c-pw__desc {
	line-height: 2.5;
}

.c-pw__desc p {
	line-height: 2.5;
	margin-bottom: 16px;
}

.c-pw__btn {
	color: #fff;
	display: inline-block;
	padding: 13px 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	background: #999;
}

.c-pw__btn:hover {
	background: #333;
	color: #fff;
}

.c-pw__btn--register {
	background: #999;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 25px;
	position: relative;
	min-width: 160px;
	margin-bottom: 32px;
}

.c-pw__btn--register::after {
	content: '\e910';
	font-family: 'design_plus';
	position: relative;
	right: -4px;
}

.c-pw__btn--submit {
	min-width: 100px;
	border: 0;
	cursor: pointer;
}

.c-pw .c-pw__btn:hover {
	text-decoration: none;
}

.c-pw__box {
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 25px 36px;
}

.c-pw__box .c-pw__box-desc {
	line-height: 1.2;
	margin-bottom: 20px;
}

.c-pw__box-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.c-pw__box-label {
	margin-right: 14px;
}

.c-pw__box-input {
	border: 1px solid #ddd;
	box-shadow: none;
	height: 40px;
	width: 250px;
	margin-right: 14px;
	flex: 1;
	padding: 0 10px;
}

/* Share */
.c-share__icn {
	font-family: "design_plus" !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.c-share__icn--facebook::before {
	content: "\e902";
}

.c-share__icn--facebook2::before {
	content: "\e903";
}

.c-share__icn--feedly::before {
	content: "\e907";
}

.c-share__icn--google-plus::before {
	content: "\e900";
}

.c-share__icn--google-plus2::before {
	content: "\e901";
}

.c-share__icn--hatebu::before {
	content: "\e908";
}

.c-share__icn--line::before {
	content: "\e909";
}

.c-share__icn--pinterest::before {
	content: "\e905";
}

.c-share__icn--pocket::before {
	content: "\e90a";
}

.c-share__icn--rss::before {
	content: "\e90b";
}

.c-share__icn--rss2::before {
	content: "\e906";
}

.c-share__icn--twitter::before {
	content: "\e904";
}

.c-share--sm {
	line-height: 25px;
	min-width: 27px;
}

.c-share--sm .c-share__btn {
	margin-right: 5px;
}

.c-share--sm a {
	padding: 1px 5px 0;
}

.c-share--sm .c-share__icn {
	font-size: 1.3em;
	position: relative;
	top: 3px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.c-share--sm .c-share__title {
	line-height: 20px;
	margin: 0 3px 0 2px;
}

.c-share--lg .c-share__btn {
	margin-right: 1%;
	margin-bottom: 2px;
	width: 24%;
}

@media only screen and (max-width: 767px) {
	.c-share--lg .c-share__btn {
		margin-right: 3%;
		margin-bottom: 3%;
		width: 47%;
	}
}

.c-share--lg .c-share__btn:nth-child(4n) {
	margin-right: 0;
}

.c-share--lg .c-share__btn a {
	padding: 10px 2px;
}

.c-share--lg .c-share__icn {
	font-size: 140%;
	position: relative;
	top: 3px;
}

.c-share--lg .c-share__title {
	margin: 0 3px 0 4px;
}

.c-share--color a {
	color: #fff;
}

.c-share--color a:hover {
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
}

.c-share--color .c-share__btn--twitter a {
	background-color: #55acee;
}

.c-share--color .c-share__btn--twitter a:hover {
	background-color: #468ec5;
}

.c-share--color .c-share__btn--facebook a {
	background-color: #35629a;
}

.c-share--color .c-share__btn--facebook a:hover {
	background-color: #1f3669;
}

.c-share--color .c-share__btn--google-plus a {
	background-color: #dd4b39;
}

.c-share--color .c-share__btn--google-plus a:hover {
	background-color: #b94031;
}

.c-share--color .c-share__btn--hatebu a {
	background-color: #3c7dd1;
}

.c-share--color .c-share__btn--hatebu a:hover {
	background-color: #0270ac;
}

.c-share--color .c-share__btn--pocket a {
	background-color: #ee4056;
}

.c-share--color .c-share__btn--pocket a:hover {
	background-color: #c53648;
}

.c-share--color .c-share__btn--rss a {
	background-color: #ffb53c;
}

.c-share--color .c-share__btn--rss a:hover {
	background-color: #e09900;
}

.c-share--color .c-share__btn--feedly a {
	background-color: #6cc655;
}

.c-share--color .c-share__btn--feedly a:hover {
	background-color: #5ca449;
}

.c-share--color .c-share__btn--pinterest a {
	background-color: #d4121c;
}

.c-share--color .c-share__btn--pinterest a:hover {
	background-color: #a42f35;
}

.c-share--mono a {
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #222;
}

.c-share--mono a:hover {
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.c-share--mono .c-share__btn--twitter a:hover {
	background-color: #55acee;
}

.c-share--mono .c-share__btn--facebook a:hover {
	background-color: #35629a;
}

.c-share--mono .c-share__btn--google-plus a:hover {
	background-color: #dd4b39;
}

.c-share--mono .c-share__btn--hatebu a:hover {
	background-color: #3c7dd1;
}

.c-share--mono .c-share__btn--pocket a:hover {
	background-color: #ee4056;
}

.c-share--mono .c-share__btn--rss a:hover {
	background-color: #ff8c00;
}

.c-share--mono .c-share__btn--feedly a:hover {
	background-color: #6cc655;
}

.c-share--mono .c-share__btn--pinterest a:hover {
	background-color: #d4121c;
}

.c-share__btn {
	float: left;
	font-size: 12px;
	text-align: center;
}

.c-share__btn a {
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
	display: block;
}

@media only screen and (max-width: 767px) {
	.c-share--sm .c-share__icn {
		left: 1px;
	}

	.c-share--sm .c-share__title {
		display: none;
	}
}

.c-share--official .c-share__btn {
	line-height: 1;
	margin-right: 5px;
}

.c-share--official .c-share__btn--twitter {
	width: 74px;
}

.c-share--official .c-share__btn--facebook:hover {
	text-decoration: none;
}

.c-share--official .c-share__btn--google-plus {
	width: 58px;
}

.c-share--official .c-share__btn--pocket {
	width: 88px;
}

/**
 * Project
 */
/* global nav */
.p-global-nav {
	font-size: 14px;
	text-align: center;
}

.p-global-nav > li {
	display: inline-block;
	line-height: inherit;
}

.p-global-nav > li > a {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	z-index: 100;
}

.p-global-nav > li:hover > a,
.p-global-nav > li.current-menu-item > a,
.p-global-nav > li.is-active > a {
	color: #aaa;
}

.p-global-nav > li.menu-item-has-children > .sub-menu {
	margin-top: 0;
	top: 75%;
	left: 0;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	padding-left: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
}

.p-global-nav a {
	display: block;
}

.p-global-nav .menu-item-has-children {
	position: relative;
}

.p-global-nav .menu-item-has-children a:before {
	/*    content: "\f054";*/
	content: attr(data-item);
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}

.p-global-nav .menu-item-has-children ul li a:before {
	content: "" !important;
	font-family: "Font Awesome 5 Free" !important;
	margin-right: 0 !important;
}

.p-global-nav .menu-item-has-children:hover {
	z-index: 2;
}

.p-global-nav .sub-menu {
	line-height: 1.4;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -25%;
	left: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.sub-menu-is-active {
	top: 100% !important;
	visibility: visible !important;
	opacity: 1 !important;
	display: flex !important;
	justify-content: flex-start !important;
}

.p-global-nav .sub-menu a {
	background: #f7f7f7;
	padding: 15px 22px;
	width: 235px;
	text-align: left;
}

.p-global-nav .sub-menu a:hover,
.p-global-nav .sub-menu .current-menu-item > a {
	color: #fff;
	background: #aaa;
}

.p-global-nav .sub-menu .menu-item-has-children > a {
	position: relative;
}

.p-global-nav .sub-menu .menu-item-has-children > a::after {
	content: "\e910";
	font-family: "design_plus";
	position: absolute;
	right: 16px;
	transition: none;
}

/* mega menu */
.p-global-nav .menu-megamenu .sub-menu {
	display: none;
}

.p-megamenu {
	display: block;
	font-size: 14px;
	opacity: 0;
	min-width: 1280px;
	position: absolute;
	left: 0;
	top: 39px;
	visibility: hidden;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body.l-header__fix .is-header-fixed .p-megamenu {
	position: fixed;
}

body.admin-bar.l-header__fix .is-header-fixed .p-megamenu {
	margin-top: 32px;
}

@media only screen and (max-width:782px) {
	body.admin-bar.l-header__fix .is-header-fixed .p-megamenu {
		margin-top: 46px;
	}
}

@media only screen and (max-width:600px) {
	body.admin-bar.l-header__fix .is-header-fixed .p-megamenu {
		margin-top: 0;
	}
}

.p-megamenu.is-active {
	opacity: 1;
	top: 59px;
	visibility: visible;
	z-index: 2;
}

.p-megamenu li {
	background: #f7f7f7;
}

.p-megamenu a {
	display: block;
	line-height: 1.8;
	text-align: center;
}

.p-megamenu a.p-megamenu__hover:hover {
	color: #fff;
	background: #aaa;
}

.p-megamenu .p-megamenu__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-megamenu--type2 ul {
	border-left: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-megamenu--type2 li {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 20%;
}

.p-megamenu--type2 a {
	padding: 30px 20px 16px 20px;
}

.p-megamenu--type2 .p-megamenu__image {
	height: 135px;
	margin-bottom: 15px;
	overflow: hidden;
}

.p-megamenu--type3 ul {
	position: relative;
}

.p-megamenu--type3 li {
	width: 20%;
}

.p-megamenu--type3 li > a {
	padding: 12.5px 8px;
}

.p-megamenu--type3 ul ul.sub-menu {
	background: #f7f7f7;
	border-left: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 1;
	min-height: 100%;
	position: absolute;
	left: 20%;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-megamenu--type3 .sub-menu li {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 25%;
}

.p-megamenu--type3 .sub-menu li a {
	padding: 30px 20px 20px 20px;
	text-align: left;
}

.p-megamenu--type3 .sub-menu li .p-megamenu__image {
	height: 135px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.p-megamenu--type3 li.is-active > a.p-megamenu__hover {
	color: #fff;
	background: #aaa;
}

.p-megamenu--type3 li.is-active .sub-menu {
	z-index: 2;
}

.p-megamenu--type4 ul {
	border-left: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-megamenu--type4 li {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 50px;
	position: relative;
	width: 20%;
}

.p-megamenu--type4 a {
	height: 100%;
	line-height: 1.6;
	overflow: hidden;
	width: 100%;
}

.p-megamenu--type4 a:hover {
	height: initial;
	width: initial;
	position: absolute;
	bottom: -1px;
	left: -1px;
	left: -1px;
	right: -1px;
	top: -1px;
}

.p-megamenu--type4 a span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* menu button */
.p-menu-button,
.p-sidemenu-button,
.p-search-button {
	line-height: 58px;
	width: 58px;
	height: 58px;
}

/* header search */
.p-header-search--mobile {
	display: none !important;
}

.p-header-search--pc {
	line-height: 1;
	position: absolute;
	bottom: -30px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 98;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.is-header-search-active .p-header-search--pc {
	opacity: 1;
	bottom: -45px;
	visibility: visible;
}

.p-header-search__input {
	padding: 0 18px;
	width: 280px;
	height: 45px;
	line-height: 45px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}

.p-header-search__input:placeholder-shown {
	color: #bababa;
}

/* breadcrumb */
.p-breadcrumb {
	border-bottom: 1px solid #ddd;
	margin-bottom: 98px;
}

.p-breadcrumb__inner {
	font-size: 12px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	padding: 8px 15px;
	word-break: break-all;
	overflow: scroll;
	white-space: nowrap;
}

.p-breadcrumb,
.p-breadcrumb a {
	color: #666;
}

.p-breadcrumb__item {
	display: inline;
	padding-right: 34px;
	position: relative;
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
	border-left: 1px solid #ddd;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	top: -18px;
	left: -19px;
}

/* page header */
.p-page-header {
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 98px;
	padding: 30px 0;
	position: relative;
	width: 100%;
	min-height: 150px;
}

.p-breadcrumb + .p-page-header {
	margin-top: -98px;
}

.p-page-header::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.p-page-header__inner {
	text-align: center;
	opacity: 0;
	position: relative;
	z-index: 2;
}

.p-page-header__title {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
}

.p-page-header__desc {
	color: #fff;
	font-size: 14px;
	line-height: 2;
}

.p-page-header__title + .p-page-header__desc {
	margin-top: 0.5em;
}

.js-initialized .p-page-header__inner {
	-webkit-animation: fadeIn 1s ease 1s both;
	animation: fadeIn 1s ease 1s both;
}

/* copyright */
.p-copyright {
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	overflow: hidden;
}

/* pagetop */
.p-pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0.7;
	z-index: 90;
	-webkit-clip-path: polygon(35% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 35%);
	clip-path: polygon(35% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 35%);
}

.p-pagetop a {
	background: #B2B2B2;
	color: #fff;
	display: block;
	height: 32px;
	text-align: center;
	width: 32px;
}

.p-pagetop a::after {
	content: "↑";
	font-family: "design_plus";
	font-size: 18px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1.8;
}

/* float category */
.p-float-category {
	background: #fff;
	font-size: 12px;
	line-height: 1.8;
	margin: -2px 0 0 0;
	max-width: 100%;
	min-width: 130px;
	padding: 0 8px 11px 8px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.p-float-category span {
	display: inline-block;
}

/* float native ad */
.p-float-native-ad-label {
	background: #000;
	color: #fff;
	font-size: 11px;
	line-height: 1.7;
	margin: 0;
	max-width: 100%;
	min-width: 130px;
	padding: 6px 8px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.p-float-native-ad-label__small {
	background: #000;
	color: #fff;
	font-size: 11px;
	line-height: 2;
	height: 2em;
	margin: 0;
	max-width: 100%;
	min-width: initial;
	overflow: hidden;
	padding: 0 0.6em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* article meta */
.p-article__meta {
	color: #999;
	font-size: 12px;
	line-height: 1.8;
}

.p-article__meta > * {
	display: inline-block;
	margin-right: 5px;
}

.p-article__meta > *:last-child {
	margin-right: 0;
}

.p-article__meta > * + *::before {
	content: "|";
	display: inline-block;
	margin-right: 5px;
}

/* article views */
.p-article__views::before {
	content: "\e92b";
	display: inline-block;
	font-family: "design_plus";
	font-size: 16px;
	line-height: 1;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.p-article__meta > * + .p-article__views::before {
	margin-left: 7px;
}

/* article author */
.p-article__meta .p-article__authors {
	float: right;
}

.p-article__meta > * + .p-article__authors::before {
	content: "";
	margin-right: 0;
}

.p-article__author + .p-article__author {
	margin-left: 8px;
}

.p-article__author-thumbnail {
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
}

.p-article__author-thumbnail img {
	border-radius: 50%;
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
	margin: 0 !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	transition-property: none !important;
}

/* article native ad */
.p-article__native-ad-label::before {
	content: "";
}

/* article title */
.p-article__title {}

.p-article__title__overlay {}

/* blog list */
.p-blog-list__item {
	margin-bottom: 50px;
}

.p-blog-list__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.p-blog-list__item-rank {
	background: #fff;
	color: #000;
	display: block;
	height: 50px;
	line-height: 50px;
	min-width: 50px;
	padding: 0 5px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.p-blog-list__item-thumbnail {
	overflow: hidden;
	position: relative;
	width: 30.4136%;
}

.p-blog-list__item-thumbnail_inner {
	padding-top: 100%;
}

.p-blog-list__item-thumbnail_inner img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-blog-list__item-info {
	width: 64.4768%;
}

.p-blog-list__item-title {
	font-size: 22px;
	line-height: 1.4;
	margin: 10px 0;
}

.p-blog-list__item-excerpt {
	line-height: 2;
}

.p-blog-list-large__item {
	margin-bottom: 50px;
	position: relative;
}

.p-blog-list-large__item:nth-child(odd) {
	clear: both;
	float: left;
	width: 50%;
}

.p-blog-list-large__item:nth-child(even) {
	float: right;
	width: 50%;
}

.p-blog-list-large__item-thumbnail {
	overflow: hidden;
	padding-top: 68.75%;
	position: relative;
}

.p-blog-list-large__item-thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-blog-list-large__item-overlay {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.p-blog-list-large__item-overlay__inner {
	color: #fff;
	text-align: center;
	padding: 20px;
	width: 100%;
}

.p-blog-list-large__item a:hover .p-blog-list-large__item-overlay {
	opacity: 1;
}

.p-blog-list-large__item-overlay .p-blog-list-large__item-title {
	font-size: 18px;
	line-height: 1.4;
}

.p-blog-list-large__item-overlay .p-blog-list-large__item-date,
.p-blog-list-large__item-overlay .p-article__views {
	display: inline-block;
	font-size: 12px;
	margin: 6px 4px 0;
}

.p-blog-list-large__item-overlay .p-article__views::before {
	color: inherit;
}

@media only screen and (min-width: 767px) {
	.p-blog-list-large__item-thumbnail img {
		opacity: 1 !important;
	}
}

/* header blog */
.p-header-blog__item {
	overflow: hidden;
	margin: 0 10px;
	opacity: 0;
	position: relative;
}

.p-header-blog__item:nth-child(n+2) {
	display: none;
}

.slick-initialized .p-header-blog__item {
	display: block !important;
	opacity: 1;
}

.p-header-blog__item a {
	display: block;
}

.p-header-blog__item-thumbnail {
	overflow: hidden;
	padding-top: 68.75%;
	position: relative;
	width: 100%;
}

.p-header-blog__item-thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-header-blog__item-overlay {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.p-header-blog__item-overlay__inner {
	color: #fff;
	text-align: center;
	padding: 20px;
	width: 100%;
}

.p-header-blog__item a:hover .p-header-blog__item-overlay {
	opacity: 1;
}

.p-header-blog__item-overlay .p-header-blog__item-title {
	font-size: 24px;
	line-height: 1.48;
}

.p-header-blog__item-overlay .p-header-blog__item-date,
.p-header-blog__item-overlay .p-article__views,
.p-header-blog__item-overlay .p-article__author {
	display: inline-block;
	font-size: 12px;
	margin: 8px 4px 0;
}

.p-header-blog__item-overlay .p-article__views::before {
	color: inherit;
}

@media only screen and (min-width: 992px) {
	.p-header-blog__item-thumbnail img {
		opacity: 1 !important;
	}
}

/* footer blog */
.p-footer-blog {
	margin-bottom: 100px;
}

.p-footer-blog__catch {
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: -1px;
	padding: 14px 18px;
	text-align: center;
}

.p-footer-blog__catch a {
	color: #000;
}

.p-footer-blog__item {
	float: left;
	overflow: hidden;
	position: relative;
	width: 33.3333%;
}

.p-footer-blog__item a {
	display: block;
}

.p-footer-blog__item-thumbnail {
	overflow: hidden;
	padding-top: 69.5%;
	position: relative;
	width: 100%;
}

.p-footer-blog__item-thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-footer-blog__item-overlay {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.p-footer-blog__item-overlay__inner {
	color: #fff;
	text-align: center;
	padding: 20px 55px;
	width: 100%;
}

.p-footer-blog__item a:hover .p-footer-blog__item-overlay {
	opacity: 1;
}

.p-footer-blog__item-overlay .p-footer-blog__item-title {
	font-size: 18px;
	line-height: 1.4;
}

.p-footer-blog__item-overlay .p-footer-blog__item-date,
.p-footer-blog__item-overlay .p-article__views,
.p-footer-blog__item-overlay .p-article__author {
	display: inline-block;
	font-size: 12px;
	margin: 8px 4px 0;
}

.p-footer-blog__item-overlay .p-article__views::before {
	color: inherit;
}

@media only screen and (min-width: 767px) {
	.p-footer-blog__item-thumbnail img {
		opacity: 1 !important;
	}
}

/* ranking list */
.p-ranking-list__item {
	margin-bottom: 50px;
}

.p-ranking-list__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.p-ranking-list__item-rank {
	background: #fff;
	color: #000;
	display: block;
	height: 50px;
	line-height: 50px;
	min-width: 50px;
	padding: 0 5px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.p-ranking-list__item-thumbnail {
	overflow: hidden;
	position: relative;
	width: 30.4136%;
}

.p-ranking-list__item-thumbnail_inner {
	padding-top: 100%;
}

.p-ranking-list__item-thumbnail_inner img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-ranking-list__item-info {
	width: 64.4768%;
}

.p-ranking-list__item-title {
	font-size: 22px;
	line-height: 1.4;
	margin: 10px 0;
}

.p-ranking-list__item-excerpt {
	line-height: 2.0;
}

/* entry */
.p-entry > :last-child {
	margin-bottom: 0;
}

.p-entry__title {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 50px;
}

.p-entry__date {
	color: #666;
	font-size: 12px;
	line-height: 1;
	margin-top: -38px;
	margin-bottom: 50px;
}

.p-entry__native-ad {
	text-align: right;
	margin-top: -38px;
	margin-bottom: 50px;
}

.p-entry__native-ad a {
	border: 1px solid #ddd;
	background: #f8f8f8;
	display: inline-block;
	line-height: 1.8;
	min-width: 180px;
	padding: 4px 16px;
	text-align: center;
}

.p-entry__native-ad a::after {
	content: '\e92a';
	font-family: 'design_plus';
	padding-left: 0.5em;
}

.p-entry__thumbnail {
	position: relative;
	margin-bottom: 37px;
}

.p-entry__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.p-entry__body {
	color: #666;
	line-height: 2.4;
	margin-bottom: 50px;
}

.p-entry__share {
	margin-bottom: 27px;
}

.p-entry__meta {
	margin-bottom: 50px;
}

.p-entry__nav {
	margin-bottom: 50px;
}

.p-entry__ad {
	margin-bottom: 50px;
	text-align: center;
}

.p-entry__ad-item {
	display: inline-block;
}

.p-entry__ad-item + .p-entry__ad-item {
	margin-left: 50px;
}

.p-entry__body .p-entry__ad img {
	max-width: none;
	width: auto;
}

.p-entry__next-page {
	margin-top: 30px;
	text-align: center;
}

.p-entry__next-page__link {
	background: #999;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 25px;
	position: relative;
}

.p-entry__next-page__link::after {
	content: '\e910';
	font-family: 'design_plus';
	position: absolute;
	right: 11px;
}

.p-entry__next-page__numbers {
	display: block;
	font-size: 16px;
	margin-top: 0.5em;
	text-align: center;
}

.p-entry__pickup {
	border-top: 3px solid #000;
	margin-bottom: 30px;
}

.p-entry__pickup__inner {
	padding-top: 50px;
}

.p-entry__pickup__inner .p-headline {
	margin-top: -23px;
}

.p-entry__pickup-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-entry__pickup-item {
	width: 30.9%;
	margin-bottom: 20px;
	position: relative;
}

.p-entry__pickup__thumbnail {
	overflow: hidden;
	padding-top: 69.5%;
	position: relative;
	width: 100%;
}

.p-entry__pickup__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-entry__pickup__title {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 0.6em;
}

.p-entry__pickup__meta {
	margin-top: 2px;
}

.p-entry__related {
	border-top: 3px solid #000;
	margin-bottom: 50px;
}

.p-entry__related__inner {
	border: 1px solid #ddd;
	border-top: none;
	padding: 50px 5.961% 30px;
}

.p-entry__related__inner .p-headline {
	margin-top: -23px;
}

.p-entry__related-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-entry__related-item {
	width: 22.16%;
	position: relative;
	margin-bottom: 20px;
}

.p-entry__related__thumbnail {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.p-entry__related__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-entry__related__title {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 0.6em;
}

.p-entry__related__meta {
	margin-top: 2px;
}

/* author */
.p-author {
	border-top: 3px solid #000;
	margin-bottom: 50px;
	padding-top: 27px;
}

.p-author__box {
	background: #f6f6f6;
	padding: 30px;
}

.p-entry .p-author__box {
	margin-bottom: 50px;
}

.p-entry .p-author__box + .p-author__box {
	margin-top: -30px;
}

.p-author__thumbnail {
	border-radius: 50%;
	display: block;
	float: left;
	margin-left: 5px;
	overflow: hidden;
	height: 130px;
	width: 130px;
	/* old webkit bug fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.p-author__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.p-author__info {
	margin-left: 165px;
}

.p-author__title {
	display: inline-block;
	font-size: 16px;
	line-height: 1.8;
	margin-right: 18px;
}

.p-author__views {
	color: #999;
	display: inline-block;
	font-size: 12px;
	line-height: 1.8;
	vertical-align: 2px;
	/* 著者名と高さ合わせる*/
}

.p-author__views::before {
	content: "\e92b";
	display: inline-block;
	font-family: "design_plus";
	font-size: 16px;
	line-height: 1;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.p-author__desc {
	color: #666;
	line-height: 2;
	margin-top: 10px;
}

.p-author__desc p + p {
	margin-top: 12px;
}

.p-author__info .p-social-nav {
	float: left;
	margin-top: 20px;
	font-size: 12px;
}

.p-author__link {
	float: right;
	padding: 10px;
	margin: 10px -10px -10px 0;
}

.p-author__link::after {
	content: "\e910";
	font-family: "design_plus";
	padding-left: 5px;
}

.p-author__bottom {
	clear: left;
}

.p-author__blog-list {
	border-top: 3px solid #000;
	margin-bottom: 30px;
}

.p-author__blog-list__inner {
	padding-top: 50px;
}

.p-author__blog-list__inner .p-headline {
	margin-top: -23px;
}

.p-author__blog-list__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.p-author__blog-list__item {
	width: 30.9%;
	margin-bottom: 20px;
	position: relative;
}

.p-author__blog-list__thumbnail {
	overflow: hidden;
	padding-top: 69.5%;
	position: relative;
	width: 100%;
}

.p-author__blog-list__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.p-author__blog-list__title {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 0.6em;
}

.p-author__blog-list__meta {
	margin-top: 2px;
}

/* headline */
.p-headline {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
	text-align: center;
}

/* button */
.p-button {
	background: #000;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
}

/* footer cta */
.p-footer-cta {
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	padding: 8.2758% 0;
	position: relative;
	text-align: center;
}

.p-footer-cta__inner {
	background: rgba(255, 255, 255, 0.8);
	max-width: 1170px;
	padding: 45px 60px;
}

.p-footer-cta__catch {
	font-size: 21px;
	line-height: 1.5;
}

.p-footer-cta__desc {
	font-size: 14px;
	line-height: 2;
}

.p-footer-cta__desc p {
	margin-bottom: 2em;
}

.p-footer-cta__desc p:last-child {
	margin-bottom: 0;
}

.p-footer-cta__btn {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	overflow: hidden;
	position: relative;
}

.p-footer-cta__btn:after {
	content: "\e910";
	font-family: "design_plus";
	position: absolute;
	right: 11px;
}

.p-footer-cta__inner .p-footer-cta__catch + * {
	margin-top: 14px;
}

.p-footer-cta__inner .p-footer-cta__desc + * {
	margin-top: 23px;
}

/* hover effect */
.p-hover-effect--type1 {
	overflow: hidden;
}

.p-hover-effect--type1 img {
	-webkit-transform: scale(1);
	-webkit-transition-duration: 0.75s;
	transform: scale(1);
	transition-duration: 0.75s;
	vertical-align: middle;
}

.p-hover-effect--type2 {
	overflow: hidden;
}

.p-hover-effect--type2 img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-property: margin, opacity;
	-webkit-transition-duration: 0.5s;
	transition-property: margin, opacity;
	transition-duration: 0.5s;
}

.p-hover-effect--type3 img {
	-webkit-transition-property: opacity;
	transition-duration: 0.5s;
	-webkit-transition-property: opacity;
	transition-duration: 0.5s;
}

.p-hover-effect--type3:hover img {
	opacity: 0.5;
}

.p-hover-effect--type3 .p-hover-effect__image {
	background: #fff;
}

/* index slider */
.p-index-slider {
	margin-bottom: 100px;
}

.p-index-slider__item {
	overflow: hidden;
	margin: 0 10px;
	opacity: 0;
	position: relative;
}

.p-index-slider__item:nth-child(n+2) {
	display: none;
}

.slick-initialized .p-index-slider__item {
	display: block !important;
	opacity: 1;
}

.p-index-slider__item-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.p-index-slider__item-image {
	display: block !important;
	overflow: hidden;
	padding-top: 68.75%;
	position: relative;
}

a.p-index-slider__item-image::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.p-index-slider__item-image img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.p-index-slider__item-content {
	color: #fff;
	max-height: 100%;
	padding: 30px 30px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.p-index-slider__item-catch {
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
}

.p-index-slider__item-desc {
	color: #fff;
	font-size: 16px;
	line-height: 1.48;
}

.p-index-slider__item-content > * + * {
	margin-top: 20px;
}

.p-index-slider__item-content > * + .p-index-slider__item-desc {
	margin-top: 1em;
}

/* header video, header youtube */
.p-header-video,
.p-header-youtube {
	background: #000;
	margin-bottom: 100px;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.p-header-video__video,
.p-header-youtube__video {
	height: 100%;
	width: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
	z-index: 1;
}

.p-header--mobile {
	position: relative;
	width: 100%;
}

.p-header--mobile img {
	display: block;
	width: 100%;
	height: auto;
}

.p-header-video__overlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.p-header-video__caption {
	max-height: 100%;
	text-align: center;
}

.p-header-video__caption > * + * {
	margin-top: 30px;
}

.p-header-video__caption .p-header-video__caption-catch + .p-header-video__caption-desc {
	margin-top: 1em;
}

.p-header-video__caption-catch {
	font-size: 32px;
	line-height: 1.4;
}

.p-header-video__caption-desc {
	font-size: 16px;
	line-height: 2;
}

/* header caption transition */
.p-index-slider__item-content > *,
.p-header-video__caption > * {
	opacity: 0;
	-webkit-transition: opacity 0.75s ease;
	-moz-transition: opacity 0.75s ease;
	-ms-transition: opacity 0.75s ease;
	-o-transition: opacity 0.75s ease;
	transition: opacity 0.75s ease;
}

.js-initialized .slick-active .p-index-slider__item-content > *,
.js-initialized .p-header-video__caption > * {
	opacity: 1;
}

.js-initialized .slick-active .p-index-slider__item-content > :nth-child(1),
.js-initialized .p-header--mobile .p-header-video__caption > :nth-child(1) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.js-initialized .slick-active .p-index-slider__item-content > :nth-child(2),
.js-initialized .p-header--mobile .p-header-video__caption > :nth-child(2) {
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-ms-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

.js-initialized .slick-active .p-index-slider__item-content > :nth-child(3),
.js-initialized .p-header--mobile .p-header-video__caption > :nth-child(3) {
	-webkit-transition-delay: 3s;
	-moz-transition-delay: 3s;
	-ms-transition-delay: 3s;
	-o-transition-delay: 3s;
	transition-delay: 3s;
}

.js-initialized .p-header-video__caption > :nth-child(1) {
	-webkit-transition-delay: 3s;
	-moz-transition-delay: 3s;
	-ms-transition-delay: 3s;
	-o-transition-delay: 3s;
	transition-delay: 3s;
}

.js-initialized .p-header-video__caption > :nth-child(2) {
	-webkit-transition-delay: 4.5s;
	-moz-transition-delay: 4.5s;
	-ms-transition-delay: 4.5s;
	-o-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.js-initialized .p-header-video__caption > :nth-child(3) {
	-webkit-transition-delay: 6s;
	-moz-transition-delay: 6s;
	-ms-transition-delay: 6s;
	-o-transition-delay: 6s;
	transition-delay: 6s;
}

/* index-tab */
.p-index-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.p-index-tab__item {
	border-bottom: 1px solid #ddd;
	height: 61px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
}

.p-index-tab__item + .p-index-tab__item {
	border-left: 1px solid #ddd;
}

.p-index-tab__item.is-active,
.p-index-tab__item:hover {
	border-bottom: 3px solid #000;
}

.p-index-tab__link {
	display: block;
	padding: 0 5px;
}

.p-index-tab-content {
	display: none;
}

.p-index-tab-content.is-active {
	display: block;
}

.p-index-tab-content .p-blog-list__item:last-child {
	margin-bottom: 0;
}

.p-index-tab-content .p-pager {
	margin-top: 30px;
}

/* page-links */
.p-page-links {
	font-size: 14px;
}

.p-page-links a,
.p-page-links > span {
	border: 1px solid #999;
	color: #999;
	display: inline-block;
	line-height: 31px;
	text-align: center;
	min-width: 31px;
	height: 31px;
}

.p-page-links a:hover {
	background: #999;
	color: #fff !important;
}

.p-page-links > span {
	background: #999;
	color: #fff;
}

.p-page-links .p-page-links__title {
	background: transparent;
	border: none;
	color: #999;
	text-align: left;
	width: auto;
	height: auto;
}

/* pager */
.p-pager__item {
	display: inline-block;
	font-size: 14px;
	vertical-align: text-bottom;
}

.p-pager__item a,
.p-pager__item span {
	border: 1px solid #ccc;
	color: #000;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	min-width: 30px;
	height: 30px;
}

.p-pager__item a:hover,
.p-pager__item .current {
	background: #ccc;
	/*color: #000 !important;*/
	color: #fff;
}

.p-pager__item .prev,
.p-pager__item .next {
	font-family: "design_plus";
	font-size: 12px;
}

/* social nav */
.p-social-nav__item {
	display: inline-block;
	margin-right: 16px;
}

.p-social-nav__item:last-child {
	margin-right: 0;
}

.p-social-nav__item a::before {
	font-family: "design_plus";
}

.p-social-nav__item--instagram a::before {
	content: "\ea92";
}

.p-social-nav__item--twitter a::before {
	content: "\e904";
}

.p-social-nav__item--pinterest a::before {
	content: "\e905";
}

.p-social-nav__item--facebook a::before {
	content: "\e902";
}

.p-social-nav__item--youtube a::before {
	content: "\ea9e";
}

.p-social-nav__item--contact a::before {
	content: "\f003";
}

.p-social-nav__item--url a::before {
	content: "\f0ac";
}

.p-social-nav__item--rss a::before {
	content: "\e90b";
}

/* widget */
.p-widget {
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 1.8;
}

/* widget title */
.p-widget__title {
	border-top: 3px solid #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

/* default widget */
.p-widget li a {
	display: inline-block;
	padding: 0.4em 0;
}

.p-widget ul ul {
	padding-left: 0.75em;
}

.p-widget > ul:first-of-type,
.p-widget div > ul:first-of-type {
	margin-top: -0.4em;
}

.p-widget > ul:last-of-type,
.p-widget div > ul:last-of-type {
	margin-bottom: -0.4em;
}

.p-widget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.p-widget input {
	background: none transparent;
	border: 1px solid #ccc;
	border-radius: 0;
}

.p-widget select {
	background: none transparent;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 17px 0 19px;
	width: 100%;
}

.p-widget .screen-reader-text {
	display: none;
}

.p-widget .calendar_wrap caption {
	margin-bottom: 20px;
}

.p-widget .calendar_wrap tbody {
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

.p-widget .calendar_wrap tfoot {
	line-height: 1.8;
}

.p-widget .searchform {
	position: relative;
}

.p-widget .searchform #s {
	background: #eee;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 0;
	box-shadow: 0 0 3px #ccc inset;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
}

.p-widget .searchform #searchsubmit {
	background: none transparent;
	color: #000;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	z-index: 2;
}

.p-widget .searchform::after {
	background: #000;
	color: #fff;
	content: '\e915';
	cursor: pointer;
	font-family: "design_plus";
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	z-index: 1;
}

/* widget ad */
.tcdw_ad_widget img {
	margin: 0 auto;
}

/* widget categories */
.p-widget-categories {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0;
	padding: 0;
}

.p-widget-categories li {
	border-top: 1px solid #ddd;
	margin: 0 !important;
}

.p-widget-categories li a {
	display: block;
	font-weight: 400;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
}

.p-widget-categories li a:hover {
	background: #f7f7f7;
}

.p-widget-categories .has-children {
	position: relative;
}

.p-widget-categories .has-children .toggle-children {
	cursor: pointer;
	display: block;
	line-height: 48px;
	padding-right: 15px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.p-widget-categories .has-children .toggle-children::before {
	content: '\e90e';
	font-family: "design_plus";
	font-size: 14px;
	opacity: 0.7;
}

.p-widget-categories .has-children.is-active > .toggle-children {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.p-widget-categories .children {
	background: #f7f7f7;
	display: none;
	padding-left: 0 !important;
}

.p-widget-categories .children .children {
	background: #f0f0f0;
}

.p-widget-categories .children .children .children {
	background: #e9e9e9;
}

.p-widget-categories .children a:hover {
	background: rgba(170, 170, 170, 0.05);
}

/* widget dropdown */
.p-widget-dropdown {
	height: 45px;
	line-height: 45px;
	position: relative;
}

.p-widget-dropdown::after {
	color: #666;
	content: "\e90e";
	font-family: "design_plus";
	position: absolute;
	top: 0;
	right: 17px;
	z-index: 1;
}

.p-widget-dropdown select {
	padding-right: 33px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-widget-dropdown select::-ms-expand {
	display: none;
}

.p-dropdown {
	font-size: 14px;
}

.p-dropdown__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 50px;
	padding: 0 18px;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 50px;
}

.p-dropdown__title::after {
	position: absolute;
	right: 17px;
	font-family: "design_plus";
	content: "\e90e";
}

.p-dropdown__title:hover {
	cursor: pointer;
}

.p-dropdown__title.is-active::after {
	content: "\e911";
}

.p-dropdown__list {
	display: none;
}

.p-widget .p-dropdown .p-dropdown__list {
	margin: 0;
}

.p-dropdown__list li {
	border: 1px solid #ddd;
	border-top: 0;
	line-height: 1.5;
}

.p-dropdown__list li a {
	display: block;
	padding: 14px 18px;
}

.p-dropdown__list li a:hover {
	background: #f6f6f6;
	color: #000;
}

/* widget list */
.p-widget-list {
	font-size: 14px !important;
}

.p-widget-list__item-thumbnail {
	overflow: hidden;
	position: relative;
}

.p-widget-list__item-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-widget-list__type1 .p-widget-list__item {
	margin-bottom: 30px;
}

.p-widget-list__type1 .p-widget-list__item:last-child {
	margin-bottom: 0;
}

.p-widget-list__type1 .p-widget-list__item a {
	display: block;
	padding: 0 !important;
}

.p-widget-list__type1 .p-widget-list__item-thumbnail {
	float: left;
	height: 100px;
	width: 100px;
}

.p-widget-list__type1 .p-widget-list__item-title {
	font-size: 14px;
	padding-left: 125px;
	margin-top: -6px;
}

.p-widget-list__type1 .p-widget-list__item-meta {
	padding-left: 125px;
	line-height: 1.2;
	margin-top: 6px;
}

.p-widget-list__type2 .p-widget-list__item {
	margin-bottom: 26px;
	position: relative;
	width: 45%;
}

.p-widget-list__type2 .p-widget-list__item:nth-child(odd) {
	clear: both;
	float: left;
}

.p-widget-list__type2 .p-widget-list__item:nth-child(even) {
	float: right;
}

.p-widget-list__type2 .p-widget-list__item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.p-widget-list__type2 .p-widget-list__item a {
	display: block;
	padding: 0;
}

.p-widget-list__type2 .p-widget-list__item-thumbnail {
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.p-widget-list__type2 .p-widget-list__item-thumbnail img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-widget-list__type2 .p-widget-list__item-title {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
}

.p-widget-list__type2 .p-float-category,
.p-widget-list__type2 .p-float-native-ad-label {
	min-width: 110px;
}

.p-widget-list__type3 {
	margin: -13px 0 !important;
}

.p-widget-list__type3 .p-widget-list__item a {
	display: block;
	padding: 13px 18px 13px 0;
	position: relative;
}

.p-widget-list__type3 .p-widget-list__item a::after {
	color: #666;
	content: "\e910";
	font-family: "design_plus";
	margin: auto;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-widget-list__type3 .p-widget-list__item a:hover::after {
	color: inherit;
}

.p-widget-list__type3 .p-widget-list__item-date {
	color: #999;
	display: block;
	font-size: 12px;
}

.p-widget-list__ranking .p-widget-list__item {
	margin-bottom: 30px;
	position: relative;
}

.p-widget-list__ranking .p-widget-list__item:last-child {
	margin-bottom: 0;
}

.p-widget-list__ranking .p-widget-list__item a {
	display: block;
	padding: 0 !important;
}

.p-widget-list__ranking .p-widget-list__item-rank {
	background: #fff;
	color: #000;
	display: block;
	height: 35px;
	line-height: 35px;
	min-width: 35px;
	padding: 0 5px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.p-widget-list__ranking .p-widget-list__item-thumbnail {
	float: left;
	height: 100px;
	width: 100px;
}

.p-widget-list__ranking .p-widget-list__item-title {
	font-size: 14px;
	padding-left: 125px;
	margin-top: -6px;
}

.p-widget-list__ranking .p-widget-list__item-meta {
	padding-left: 125px;
	line-height: 1.2;
	margin-top: 6px;
}

.p-widget__ranking-link {
	font-size: 14px;
	margin-top: 16px;
	text-align: right;
}

.p-widget__ranking-link a:after {
	content: "\e910";
	display: inline-block;
	margin-left: 6px;
	font-family: "design_plus";
	font-size: 12px;
}

/* widget search */
.p-widget-search {
	position: relative;
}

input.p-widget-search__input {
	background: #eee;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 0;
	box-shadow: 0 0 3px #ccc inset;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
}

input.p-widget-search__submit {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-family: "design_plus";
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
}

/* widget site info */
.p-siteinfo {
	text-align: center;
}

.p-siteinfo__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
}

.p-siteinfo__image {
	overflow: hidden;
}

.p-siteinfo__image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.p-siteinfo__desc {
	line-height: 2;
	margin-bottom: -0.4em;
	text-align: left;
}

.p-siteinfo__button {
	margin-bottom: -0.5em;
}

.p-siteinfo .p-social-nav {
	margin: 0 !important;
}

.p-siteinfo .p-social-nav li a {
	padding: 0 !important;
}

.p-siteinfo > * + *,
.p-siteinfo > * + .p-social-nav {
	margin-top: 28px !important;
}

/* sidebar widget area */
.p-sidebar .p-widget:last-child {
	margin-bottom: 0;
}

/* sidemenu widget area */
.p-sidemenu {
	background: #fff;
	max-height: 100%;
	overflow: auto;
	position: fixed;
	bottom: 0;
	top: 0;
	left: -378px;
	width: 378px;
	z-index: 2;
}

body.l-has-sidemenu.l-sidemenu-active .p-sidemenu {
	left: 0;
}

.p-sidemenu-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	height: 100vh;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
	width: 100%;
	width: 100vw;
	z-index: 9999;
}

.p-sidemenu-close-button {
	background: rgba(0, 0, 0, 1);
	color: #fff;
	height: 59px;
	line-height: 59px;
	width: 59px;
	position: absolute;
	top: 0;
	left: 0;
}

body.l-has-sidemenu.l-sidemenu-active .p-sidemenu-overlay {
	display: block;
	opacity: 1;
	left: 378px;
	visibility: visible;
}

.p-sidemenu,
.p-sidemenu-overlay {
	-webkit-transition-property: left, opacity, visibility;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: left, opacity, visibility;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: left, opacity, visibility;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease;
	-o-transition-property: left, opacity, visibility;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease;
	transition-property: left, opacity, visibility;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

body.l-has-sidemenu #site_wrap {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}

body.l-has-sidemenu.l-sidemenu-active #site_wrap {
	margin-left: 378px;
	margin-right: -378px;
	width: 100%;
}

body.l-has-sidemenu.l-header__fix .is-header-fixed .l-header__bar {
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}

body.l-has-sidemenu.l-sidemenu-active.l-header__fix .is-header-fixed .l-header__bar {
	margin-left: 378px;
	margin-right: -378px;
}

body.l-has-sidemenu.admin-bar .p-sidemenu,
body.l-has-sidemenu.admin-bar .p-sidemenu-overlay {
	top: 32px;
}

body.l-has-sidemenu.l-sidemenu-active.admin-bar #site_wrap {
	top: 32px;
}

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

	body.l-has-sidemenu.admin-bar .p-sidemenu,
	body.l-has-sidemenu.admin-bar .p-sidemenu-overlay {
		top: 46px;
	}

	body.l-has-sidemenu.l-sidemenu-active.admin-bar #site_wrap {
		top: 46px;
	}
}

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

	body.l-has-sidemenu.admin-bar .p-sidemenu,
	body.l-has-sidemenu.admin-bar .p-sidemenu-overlay {
		top: 0;
	}

	body.l-has-sidemenu.l-sidemenu-active.admin-bar #site_wrap {
		top: 0;
	}
}

/* sidemenu widget area */
.p-sidemenu .p-widget {
	margin: 50px 40px;
}

.p-sidemenu .p-siteinfo__image {
	margin: -50px -40px 36px;
}

.p-sidemenu .p-siteinfo__image img {
	width: 100%;
}

/* footer widget area */
.p-footer-widget-area {
	color: #666;
	border-top: 1px solid #ddd;
	margin-bottom: -1px;
}

.p-footer-cta + .p-footer-widget-area {
	border-top: none;
}

.p-footer-widget-area a {
	color: #666;
}

.p-footer-widget-area .p-footer-widget-area__inner {
	display: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

/* footer widget */
.p-footer-widget-area .p-widget {
	padding: 80px 4.2% 75px;
	margin: 0;
	width: 33.3333%;
}

.p-footer-widget-area .p-widget.p-footer-widget__left {
	padding-left: 0;
}

.p-footer-widget-area .p-widget.p-footer-widget__right {
	padding-right: 0;
}

.p-footer-widget-area .p-widget.p-footer-widget__border-left {
	border-left: 1px solid #ddd;
}

.p-footer-widget-area .p-widget.p-footer-widget__border-bottom {
	position: relative;
}

.p-footer-widget-area .p-widget.p-footer-widget__border-bottom::after {
	border-bottom: 1px solid #ddd;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -32767px;
	right: -32767px;
}

.p-footer-widget-area .p-widget__title {
	border-top: none;
	color: #000;
	font-weight: 600;
	margin-bottom: 18px;
	padding-top: 0;
	text-align: left;
}

.p-footer-widget-area .p-widget ul {
	font-size: 12px;
}

.p-footer-widget-area .p-widget.widget_nav_menu {
	padding-right: 0;
	width: 16.6667%;
}

.p-footer-widget-area .p-widget.widget_nav_menu-neighbor {
	padding-left: 2%;
}

.p-footer-widget-area .p-siteinfo {
	font-size: 14px;
	text-align: left;
}

.p-footer-widget-area .p-siteinfo__logo img {
	margin: 0;
}

.p-footer-widget-area .p-siteinfo .p-logo {
	color: #000;
}

.p-footer-widget-area .p-siteinfo .p-social-nav li a {
	color: #000;
}

/* footer widget area default */
.p-footer-widget-area__default {
	color: #666;
	border-top: 1px solid #ddd;
	margin-bottom: -1px;
}

.p-footer-cta + .p-footer-widget-area__default {
	border-top: none;
}

.p-footer-widget-area__default a {
	color: #666;
}

.p-footer-widget-area__default .p-widget {
	padding: 50px 0;
	margin: 0;
}

.p-footer-widget-area__default .p-widget ul {
	font-size: 12px;
}

.p-footer-widget-area__default .p-siteinfo {
	font-size: 14px;
	text-align: center;
}

.p-footer-widget-area__default .p-siteinfo__title,
.p-footer-widget-area__default .p-siteinfo__desc {
	text-align: center;
}

.p-footer-widget-area__default .p-siteinfo__logo img {
	margin: 0 auto;
}

.p-footer-widget-area__default .p-siteinfo .p-logo {
	color: #000;
}

.p-footer-widget-area__default .p-siteinfo .p-social-nav li a {
	color: #000;
}

/**
 * wordpress preset style
 */
/* alignment */
.p-entry__body .alignright {
	float: right;
}

.p-entry__body .alignleft {
	float: left;
}

.p-entry__body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

.p-entry__body blockquote.alignleft,
.p-entry__body img.alignleft {
	margin: 7px 24px 7px 0;
}

.p-entry__body .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.p-entry__body blockquote.alignright,
.p-entry__body img.alignright {
	margin: 7px 0 7px 24px;
}

.p-entry__body .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.p-entry__body blockquote.aligncenter,
.p-entry__body img.aligncenter,
.p-entry__body .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* text and headline */
.p-entry__body p {
	font-size: 14px;
	line-height: 2.4;
	margin-bottom: 30.4px;
}

/* image */
.p-entry__body img[class*="align"],
.p-entry__body img[class*="wp-image-"],
.p-entry__body img[class*="attachment-"],
.p-entry__body .size-full,
.p-entry__body .size-large,
.p-entry__body .wp-post-image,
.p-entry__body img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* list */
.p-entry__body li,
.p-entry__body dt,
.p-entry__body dd {
	line-height: 2.2;
}

.p-entry__body ul,
.p-entry__body ol,
.p-entry__body dl {
	margin-bottom: 24px;
}

.p-entry__body ol {
	list-style: decimal outside none;
	margin-left: 1.5em;
}

.p-entry__body ul {
	list-style: circle outside none;
	margin-left: 1.3em;
}

.p-entry__body li > ul,
.p-entry__body li > ol {
	margin-bottom: 0;
}

.p-entry__body dt {
	font-weight: bold;
}

.p-entry__body dd {
	margin-bottom: 1em;
}

/* table */
.p-entry__body table {
	margin: 0 0 24px 0;
}

.p-entry__body td,
.p-entry__body th {
	border: 1px solid #ddd;
	padding: 10px 15px 7px;
	line-height: 2.2;
	background: #fff;
	font-size: 14px;
}

.p-entry__body th {
	background: #fafafa;
	font-weight: normal;
}

/* table style */
.table_no_border th,
.table_no_border td {
	border: none;
	padding-left: 0;
}

.table_border_horizontal th,
.table_border_horizontal td {
	border-left: none;
	border-right: none;
	padding-left: 0;
}

/* block quote */
.p-entry__body blockquote {
	margin: 0 0 25px 0;
	padding: 27px 30px 0;
	border: 1px solid #ccc;
	box-shadow: 0px 4px 0px 0px #f2f2f2;
	position: relative;
}

.p-entry__body blockquote:before {
	content: '"';
	font-style: italic;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 10px;
	color: #C8ECBC;
}

.p-entry__body blockquote:after {
	content: '"';
	font-style: italic;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	line-height: 60px;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 7px;
	right: -2px;
	color: #C8ECBC;
}

.p-entry__body blockquote cite {
	border-top: 1px dotted #aaa;
	display: block;
	padding: 20px 0 0 0;
	font-style: italic;
	text-align: right;
	font-size: 90%;
}

/* captions */
.p-entry__body .wp-caption {
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.p-entry__body .wp-caption-text {
	text-align: center;
	font-size: 12px !important;
	font-style: italic;
	line-height: 1.5;
	margin: 5px auto 0;
	line-height: 1.5;
}

.p-entry__body .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

/* gallery */
.gallery {
	margin-bottom: 20px;
}

.gallery a img {
	border: 0 !important;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
	max-width: 7%;
	max-width: -webkit-calc(9.4% - 0px);
	max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
	display: none;
}

/* etc */
.p-entry__body .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.p-entry__body address {
	margin: 0 0 24px 0;
	line-height: 2.2;
}

.p-entry__body pre {
	border-left: 5px solid #7fc120;
	font-size: 12px;
	margin: 0 0 27px 0;
	line-height: 25px;
	background: url(img/pre.gif) repeat left top;
	padding: 0 17px;
	overflow: auto;
}

.p-entry__body .mejs-container {
	margin: 12px 0 25px;
}

/**
 * Utility
 */
/* clearfix */
.u-clearfix::after {
	clear: both;
	content: " ";
	display: table;
}

/* float */
.u-left {
	float: left;
}

.u-right {
	float: right;
}

.u-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* hidden */
.u-hidden {
	display: none;
}

.u-visible-lg {
	display: none;
}

.u-visible-sm {
	display: none;
}

.u-visible-xs {
	display: none;
}

/* overflow */
.u-overflow-hidden {
	overflow: hidden;
}

/* slick */
.slick-slider {
	overflow: hidden;
}

.slick-loading .slick-list {
	background: #fff url('img/ajax-loader.gif') center center no-repeat;
}

.slick-arrow {
	background: #fff;
	border: none;
	color: #000;
	cursor: pointer;
	font-family: 'design_plus';
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 50px;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transition: opacity, top;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity, top;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: opacity, top;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease;
	-o-transition-property: opacity, top;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease;
	transition-property: opacity, top;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: -0.5px;
}

.slick-slider:hover .slick-arrow {
	opacity: 0.7;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-dots {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 16px;
	z-index: 2;
	-webkit-transition: bottom, top;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: bottom, top;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: bottom, top;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease;
	-o-transition-property: bottom, top;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease;
	transition-property: bottom, top;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.slick-dots li {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
}

.slick-dots li button {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	color: transparent;
	cursor: pointer;
	opacity: 0.7;
	overflow: hidden;
	padding: 0;
	width: 12px;
	height: 12px;
	-webkit-transition-property: background-color, opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background-color, opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: background-color, opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease;
	-o-transition-property: background-color, opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease;
	transition-property: background-color, opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.slick-dots li:hover button {
	opacity: 0.9;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background-color: #000;
	border-color: #000;
}

/* Column layout - カラムレイアウト */
.post_row {
	line-height: 2;
	margin-left: -15px;
	margin-right: -15px;
}

.post_row:before,
.post_row:after {
	content: " ";
	display: table;
}

.post_row:after {
	clear: both;
}

.post_col,
.post_col-2,
.post_col-3 {
	float: left;
	margin-bottom: 2em;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.post_col-2 {
		width: 50%;
	}

	.post_col-3 {
		width: 33.33333%;
	}
}

/* headline - 見出しのスタイル */
.style3a,
.style3b,
.style4a,
.style4b,
.style5a,
.style5b,
.style6 {
	line-height: 1.6;
}

.style3a {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	font-size: 22px;
	font-weight: 400;
	margin: 3em 0 1.5em;
	padding: 1.1em .2em 1em;
}

.style3b {
	background: #fafafa;
	border-top: 2px solid #222;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 1px 2px #f7f7f7;
	font-size: 22px;
	font-weight: 400;
	margin: 3em 0 1.5em;
	padding: 1.1em .9em 1em;
}

.style4a {
	border-bottom: none;
	border-left: 2px solid #222;
	font-size: 18px;
	font-weight: 400;
	margin: 2.5em 2px 1.2em;
	padding: .3em 0 .3em .8em;
}

.style4b {
	border-bottom: 1px dotted #aaa;
	font-size: 18px;
	font-weight: 400;
	margin: 2.5em 0 1.2em;
	padding: .9em 0 .8em;
}

.style5a {
	background: #f5f5f5;
	box-shadow: 0px 2px 0px 0px #f2f2f2;
	font-size: 18px;
	font-weight: 700;
	margin: 2em 0 1em;
	padding: .5em .8em .3em 1em;
}

.style5b {
	background: #222;
	border-radius: 4px;
	box-shadow: 0px 2px 0px 0px #f2f2f2;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 2em 0 1em;
	padding: .5em .8em .4em 1em;
}

.style6 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em .8em .8em 1.3em;
	position: relative;
}

.style6:before {
	background: #222;
	content: "";
	position: absolute;
	top: .5em;
	left: .2em;
	width: 12px;
	height: 12px;
}

.news_headline1 {
	border-left: 8px solid #444;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 80px 0 25px 0;
	padding: .5em;
	position: relative;
}

.news_headline1:after {
	border-bottom: 1px dotted #ddd;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 0;
}

.news_headline2 {
	border-left: 6px solid #545454;
	font-size: 1.1em;
	line-height: 26px;
	margin: 40px 0 20px 0;
	padding: 0 .5em;
}

.balloon {
	background: #222;
	border-bottom: 0;
	clear: both;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin: 50px 0 22px;
	min-width: 115px;
	padding: .5em 18px .5em;
	position: relative;
	text-align: left;
	width: auto;
	z-index: 0;
}

.balloon:after {
	border-color: #222 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	bottom: -10px;
	content: "";
	display: block;
	margin-left: -10px;
	position: absolute;
	left: 30px;
	width: 0px;
	height: 0px;
}

/* flame - 囲み枠 */
.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
	margin: 1em 0 30px;
	padding: 1em 1.5em;
	line-height: 2;
	border: 1px solid #cdcdcd;
	background: #fcfcfc;
	box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.well3 {
	margin: 2em 0 2.5em;
	padding: 1em 1.5em;
	line-height: 2.0;
	border: 1px dashed #cdcdcd;
	background: #fcfcfc;
	box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.wl_red {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.wl_yellow {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.wl_blue {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.wl_green {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

/* button - CSSボタンのスタイル */
.q_button {
	background-color: #535353;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	color: #fff !important;
	display: inline-block;
	font-size: 100%;
	font-weight: 400;
	min-width: 200px;
	margin: 0;
	max-width: 90%;
	padding: .6em 1.3em .5em;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.q_button:hover,
.q_button:focus {
	background-color: #7d7d7d;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
	color: #fff;
	text-decoration: none;
}

/* Button option */
.rounded {
	border-radius: 6px;
}

.pill {
	border-radius: 50px;
}

.sz_full {
	display: block;
	font-size: 110%;
	max-width: 100%;
	min-width: 100px;
	padding: 1em 1.5em .9em;
}

.sz_l {
	font-size: 110%;
	max-width: 90%;
	min-width: 350px;
	padding: .8em 1.5em .7em;
}

@media only screen and (max-width: 767px) {
	.sz_l {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}
}

.sz_s {
	min-width: 100px;
	max-width: 90%;
	font-size: 85%;
	padding: .4em 1em .3em;
}

.bt_red {
	background: #c01f0e;
	color: #fff;
}

.bt_red:hover,
.bt_red:focus {
	background-color: #d33929;
	color: #fff;
}

.bt_yellow {
	background: #f1c40f;
	color: #fff;
}

.bt_yellow:hover,
.bt_yellow:focus {
	background-color: #f9d441;
	color: #fff;
}

.bt_blue {
	background: #2980b9;
	color: #fff;
}

.bt_blue:hover,
.bt_blue:focus {
	background-color: #3a91c9;
	color: #fff;
}

.bt_green {
	background: #27ae60;
	color: #fff;
}

.bt_green:hover,
.bt_green:focus {
	background-color: #39c574;
	color: #fff;
}

/* Youtube responsive - Youtube動画のレスポンシブ表示 */
.ytube {
	position: relative;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

.ytube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* iframe 幅制限 */
iframe {
	max-width: 350px;
}

/* Table responsive - テーブルのレスポンシブ表示 */
.rps_table {
	line-height: 2.0;
}

@media only screen and (max-width: 480px) {
	.rps_table tr {
		display: block;
		margin-bottom: 1.5em;
	}

	.rps_table th,
	.rps_table td {
		display: list-item;
		list-style-type: none;
		border: none;
	}
}

/* Cardlink style - カードリンクのスタイル */
.cardlink {
	padding: 12px;
	margin: 10px 0;
	border: 1px solid #ddd;
	word-wrap: break-word;
	max-width: 100%;
	background: #fafafa;
}

.cardlink_thumbnail {
	float: left;
	margin-right: 20px;
	width: 120px;
}

.cardlink_content {
	line-height: 1.6;
}

.cardlink_timestamp {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #222;
	line-height: 1.6;
	font-size: 12px;
}

.cardlink_title {
	font-size: 14px;
	margin: 0 0 5px;
}

.cardlink_title {
	color: red;
}

.cardlink_title br {
	display: none;
}

.cardlink_title a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.cardlink_title a:hover {
	text-decoration: underline;
}

.cardlink_excerpt {
	color: #333;
	font-size: 12px;
	overflow: hidden;
	line-height: 1.8;
}

.cardlink_footer {
	clear: both;
}

.clear {
	clear: both;
}

@media only screen and (max-width: 767px) {
	.cardlink_thumbnail {
		float: none;
	}

	.cardlink_timestamp {
		line-height: 2.4;
		vertical-align: middle;
	}

	.cardlink_excerpt {
		float: none;
	}
}

/* Contactform - お問い合わせフォーム */
.wpcf7 {
	background: #fafafa;
	border: 1px solid #ddd;
	font-size: 14px;
	margin: 0 0 2.5em !important;
	padding: 0;
	width: 100%;
}

.wpcf7 form {
	margin: 1.5em 1.5em 0;
}

.wpcf7 p {
	margin-bottom: 1em;
	font-size: 12px;
}

.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #ccc;
	line-height: 1.2;
	padding: 8px;
	width: 100% !important;
	width: auto;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	border: 1px solid #ccc;
	max-width: 97%;
	padding: 8px;
	width: auto;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 1.2;
}

.wpcf7 .wpcf7-list-item {
	display: block;
}

.wpcf7 textarea {
	height: 300px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 1px solid #bbb;
	box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
	outline: none;
}

.wpcf7 .wpcf7-submit {
	position: relative;
	display: block;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	background-color: #333333;
	cursor: pointer;
	border: none !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover {
	background-color: #666666;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
	background: pink;
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

/* font-size - フォントサイズ */
.text70 {
	font-size: 70%;
}

.text80 {
	font-size: 80%;
}

.text90 {
	font-size: 90%;
}

.text100 {
	font-size: 100%;
}

.text110 {
	font-size: 110%;
}

.text120 {
	font-size: 120%;
}

.text130 {
	font-size: 130%;
}

.text140 {
	font-size: 140%;
}

.text150 {
	font-size: 150%;
}

.text160 {
	font-size: 160%;
}

.text170 {
	font-size: 170%;
}

.text180 {
	font-size: 180%;
}

.text190 {
	font-size: 190%;
}

.text200 {
	font-size: 200%;
}

.text210 {
	font-size: 210%;
}

.text220 {
	font-size: 220%;
}

/* 太字 */
.b {
	font-weight: 700;
}

/* 下線 */
.u {
	text-decoration: underline;
}

/* 打ち消し線 */
.del {
	text-decoration: line-through;
}

/* font-color - フォントカラー */
.red {
	color: red;
}

.blue {
	color: #2ca9e1;
}

.green {
	color: #82ae46;
}

.orange {
	color: #ff7d00;
}

.yellow {
	color: #fff000;
}

.pink {
	color: #ff0084;
}

.gray {
	color: #999999;
}

/* background-color - 背景色 */
.bg-blue {
	background-color: #4ab0f5;
	padding: 2px;
}

.bg-red {
	background-color: red;
	padding: 2px;
}

.bg-yellow {
	background-color: #ff0;
	padding: 2px;
}

/* text-align - 配置 */
.align1 {
	text-align: center !important;
}

.align2 {
	text-align: right !important;
}

.align3 {
	text-align: left !important;
}

/* float - 回り込み */
.r-flo {
	float: right;
	margin: 10px;
}

.l-flo {
	float: left;
	margin: 10px;
}

/* 回り込みの解除 */
.f-clear {
	clear: both;
}

/* hover - 画像リンクマウスオーバー時の不透明度 */
a img.fade {
	background: none !important;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover img.fade {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none !important;
}

/* text-style - テキストスタイル */
.att {
	padding-left: 1em;
	text-indent: -1em;
}

.att_box {
	margin: 2em 0 2.5em;
	padding: 1em 1.2em;
	line-height: 2.0;
	border: 1px dotted #cccccc;
	background: #fcfcfc;
	box-shadow: 0px 4px 0px 0px #f7f7f7;
}

/* margin - 要素の外側の余白 */
.m0 {
	margin: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.m5 {
	margin: 5px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

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

.ml5 {
	margin-left: 5px !important;
}

.m10 {
	margin: 10px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.m15 {
	margin: 15px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.m25 {
	margin: 25px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.m30 {
	margin: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.m35 {
	margin: 35px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.m45 {
	margin: 45px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.m50 {
	margin: 50px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.m55 {
	margin: 55px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.m65 {
	margin: 65px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.m70 {
	margin: 70px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.m75 {
	margin: 75px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

/* padding - 要素の内側の余白 */
.p0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.p5 {
	padding: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.p10 {
	padding: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.p15 {
	padding: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.p25 {
	padding: 25px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.p30 {
	padding: 30px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.p35 {
	padding: 35px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.p45 {
	padding: 45px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.p50 {
	padding: 50px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.p55 {
	padding: 55px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.p65 {
	padding: 65px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.p70 {
	padding: 70px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.p75 {
	padding: 75px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

/* smart */
body {
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif !important;
}

.l-header__logo--mobile {
	display: block;
	max-height: 60px;
	overflow: hidden;
	text-align: left;
}

.l-header__logo img {
	width: 100%;
	max-width: 85px;
	margin-left: 15px;
}

.border-gradation {
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #F2F0A1 0%, #F2F0A1 17%, #E1EEAC 17%, #E1EEAC 33%, #D0ECB7 33%, #D0ECB7 49%, #BFEBC1 49%, #BFEBC1 65%, #AEE9CC 65%, #AEE9CC 81%, #9DE7D7 81%, #9DE7D7 102%);
	border-image-slice: 1;
}

.p-global-nav {
	width: 100%;
	max-height: calc(100vh - 60px);
	overflow: auto;
	text-align: left;
	position: absolute;
	top: 60px;
	right: 0;
	left: none;
	z-index: 10000;
}

.menu-top_header_category-container {
	height: 100%;
}

.menu-top_header_category-container .p-global-nav > li:last-child > ul.sub-menu {
	display: none;
}

.menu-top_header_category-container > ul {
	text-align: left;
	/* padding: 35px 35px 150px;*/
	padding: 0;
	width: 88%;
	background: rgba(0, 0, 0, 1);
	height: 100vh;
	box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.5);
}

.menu-top_header_category-container .p-global-nav > li > a {
	padding: 0;
	width: 100%;
	/* margin-left: -35px; */
	/* padding-left: 35px; */
	display: block;
	font-size: 17px;
	line-height: 2.5;
	font-weight: bold;
	padding-left: 35px;
}

.menu-top_header_category-container .p-global-nav > li:nth-child(3) > a {
	color: #F2F0A1 !important;
}

.menu-top_header_category-container .p-global-nav > li:nth-child(4) > a {
	color: #D6EDB3 !important;
}

.menu-top_header_category-container .p-global-nav > li:nth-child(5) > a {
	color: #C8ECBC !important;
}

.menu-top_header_category-container .p-global-nav > li:nth-child(6) > a {
	color: #B9EAC5 !important;
}

.menu-top_header_category-container .p-global-nav > li:nth-child(7) > a {
	color: #9DE7D7 !important;
}

.menu-top_header_category-container .p-global-nav > li:nth-child(8) > a {
	color: #9de6e7 !important;
}

.menu-top_header_category-container .p-global-nav > li:last-child > ul.sub-menu {
	display: block;
	background: none;
	margin-top: 20px;
	margin-bottom: 50px;
}

.p-global-nav ul.sub-menu {
	/*    display:flex;*/
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.p-global-nav ul.sub-menu li {
	line-height: 1;
	width: auto;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
}

.p-global-nav ul.sub-menu li:last-child {
	display: none;
}

.p-global-nav ul.sub-menu a {
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	font-weight: bold;
	line-height: 2;
}

.p-global-nav ul.sub-menu a:hover {
	text-decoration: underline !important;
}

.menu-inner_fixed_header_menu-container ul li a {
	font-size: 14px;
}

/* TOP スライダー */
.u-visible-sm {
	display: block;
	background: #fff;
	border: 1px solid #222;
	padding: 20px;
	position: relative;
	margin: 0 auto;
	top: -120px;
	width: 88.888888% !important;
}

.p-header-blog__item-thumbnail {
	padding-top: 100% !important;
}

.p-float-category {
	display: none !important;
}

.p-header-blog__item a {
	display: inline;
}

.top_slider_cat_box {
	margin: 14px 0 11px;
	text-align: left;
	color: #003569;
}

/* SP TOP カルーセル*/
	.top_sp_slider_wap {
		width: 100%;
		margin: 0 0 0;
		padding: 0 0 0;
/*		background: #eee;*/
		display: flex;
		justify-content: start;
		flex-wrap: wrap;
	}

	.top_sp_slider_box {
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.top_second_post_box a.top_second_post_img_box {
		display: block;
		width: 100%;
		min-height: 300px;
	}
	.top_second_post_box .top_second_post_title_box{
		padding: 17px 17px;
		min-height: 264px;
		top: -106px;
		margin: 0 auto -120px;
	}
/* /SP TOP カルーセル*/


/* スライダー中央ボタン */
.slick-dots {
	display: none !important;
}

.p-header-blog__item-title {
	font-size: 22px !important;
	font-weight: bold;
	margin: 0 !important;
	font-family: ten-mincho, serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 1.2 !important;
}

.p-header-blog__item .p-article__category {
	width: 100% !important;
}

.p-header-blog__item .p-article__category span {
	margin-right: 5px;
	color: #003569;
}

.p-header-blog__item .p-article__category span:hover {
	opacity: 0.7;
}

.p-article__excerpt {
	font-size: 11px;
	color: #222;
	margin-top: 5px;
	line-height: 1.2;
}

.top_main_post_magazine_title {
	display: block;
	border: #EEEEEE 1px solid;
	padding: 24px 20px 10px;
	position: relative;
	margin-top: 20px;
	display: none;
}

.top_main_post_magazine_title .magazine_title_mark {
	position: absolute;
	top: -12px;
	left: -6px;
	padding: 0 8px 0 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #fff;
	height: 30px;
}

.top_main_post_magazine_title .top_double_quotation {
	color: #222;
	opacity: 0.2;
	font-size: 60px;
	font-family: 'Libre Baskerville', serif;
}

.top_main_post_magazine_title .top_by_text {
	color: #222;
	opacity: 0.2;
	font-size: 26px;
	font-family: 'Libre Baskerville', serif;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.top_main_post_magazine_title p {
	font-size: 11px;
}

.slick-next {
	background: none;
}

.slick-next,
.slick-prev {
	display: block;
	top: 156px;
	background: none;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
}

/************************************
** タブ用　CSS　表示
************************************/
.l-inner {
	width: 100% !important;
}

.p-index-slider {
	height: 580px !important;
	margin-bottom: 0px !important;
}

/*タブ切り替え全体のスタイル*/
.top_tabs_wap {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}

/*タブのスタイル*/
.top_tab_item {
	width: calc(100%/4);
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	color: #222222;
	display: block;
	float: left;
	text-align: center;
	transition: all .2s;
	position: relative;
	z-index: 3;
}

.top_tab_item:hover {
	font-weight: bold;
}

.top_tabs_wap .top_tab_item_bg_color {
	width: calc(100%/4);
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	top: 50px;
	margin-top: -20px;
}

.news_top {
	background: #f8f7d0;
}

.how_to {
	background: #eaf6d9;
}

.Writer {
	background: #e3f5dd;
}

.question {
	background: #cef3eb;
}

.tab_bg_white {
	background: #ffffff;
}

.news_top_bg {
	background: #f8f7d0;
}

.how_to_bg {
	background: #eaf6d9;
}

.Writer_bg {
	background: #e3f5dd;
}

.question_bg {
	background: #cef3eb;
}

.tab_bg_white {
	background: #ffffff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

input[name="tab_item_bottm"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	transition: all .4s ease;
}

.tab_content h2 {
	display: block;
	font-size: 58px;
	margin: 0 auto;
	text-align: center;
	color: #222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 800;
}

#editors_recommend:hover + label.top_tab_item {
	background: #F2F0A1;
	font-weight: bold;
}
#news_top:hover + label.top_tab_item {
	background: #D6EDB3;
	font-weight: bold;
}
#how_to:hover + label.top_tab_item {
	background: #B9EAC5;
	font-weight: bold;
}
#Writer:hover + label.top_tab_item {
	background: #9DE7D7;
	font-weight: bold;
}

#editors_recommend:checked + label.top_tab_item {
	background: #F2F0A1;
	font-weight: bold;
}
#news_top:checked + label.top_tab_item {
	background: #D6EDB3;
	font-weight: bold;
}
#how_to:checked + label.top_tab_item {
	background: #B9EAC5;
	font-weight: bold;
}
#Writer:checked + label.top_tab_item {
	background: #9DE7D7;
	font-weight: bold;
}


/* タブボックス下のコントロール */
.news_top_bottom:hover {
	background: #F2F0A1;
	font-weight: bold;
}

.how_to_bottom:hover {
	background: #D6EDB3;
	font-weight: bold;
}

.Writer_bottom:hover {
	background: #B9EAC5;
	font-weight: bold;
}

.question_bottom:hover {
	background: #9DE7D7;
	font-weight: bold;
}

/*選択されているタブのコンテンツのみを表示*/
.top_tabs_wap #news_top:checked ~ #news_top_content {
	display: block;
	border-top: 5px solid #F2F0A1;
}

.top_tabs_wap #how_to:checked ~ #how_to_content {
	display: block;
	border-top: 5px solid #D6EDB3;
}

.top_tabs_wap #Writer:checked ~ #Writer_content {
	display: block;
	border-top: 5px solid #B9EAC5;
}

.top_tabs_wap #question:checked ~ #question_content {
	display: block;
	border-top: 5px solid #9DE7D7;
}
.top_tabs_wap #editors_recommend:checked ~ #editors_recommend_content{
	display: block;
	border-top: 5px solid #F2F0A1;
}

/*選択されているタブのスタイルを変える*/
.top_tabs_wap input:checked + .top_tab_item {
	font-weight: bold;
	-webkit-clip-path: polygon(65% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(65% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
}

/***************************
    タブコンテンツ内
***************************/
#news_top_content {
	background: #FFF;
}

#news_top_content h2 {
	color: #000;
	font-size: 34px;
	margin-top: 60px;
	position: relative;
	margin-bottom: 40px;
}

.news_top_content_New_Topics_wap {
	background: #fff;
	padding: 40px 15px 50px;
}

.news_top_content_New_Topics_wap h2 {
	margin-top: 0px !important;
}

/*! New Topics*/
.__inner_tab_content_wap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

#news_top_content .__inner_tab_content_boxs {
	width: calc(95%/2);
	margin-top: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#news_top_content .first_bontent_box {
	width: 100%;
	margin-top: -5px;
}

#news_top_content .first_bontent_box .__inner_tab_content_img_box {
	width: 100% !important;
	min-height: 207px !important;
}

#news_top_content .last_bontent_box {
	width: 100%;
	flex-wrap: nowrap;
	align-items: center;
}

#news_top_content .last_bontent_box .__inner_tab_content_img_link {
	width: 45%;
}

#news_top_content .last_bontent_box .__inner_tab_content_box_info_box {
	width: 45%;
	margin-top: 0px;
	text-align: right;
}

#news_top_content .__inner_tab_content_boxs .__inner_tab_content_img_box {
	width: 100%;
	min-height: 140px;
	position: relative;
	transition: all .4s ease;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}

#news_top_content .__inner_tab_content_boxs:hover .__inner_tab_content_img_box {
	transition: all .4s ease;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

#news_top_content .__inner_tab_content_boxs .__inner_tab_content_box_info_box {
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 120px;
}

#news_top_content .__inner_tab_content_boxs .__inner_tab_content_box_info_box .__inner_tab_content_img_link {
	display: block;
	position: relative;
	z-index: 3;
}

a.tab_category_link {
	margin-right: 10px;
	color: #003569;
	transition: all .4s ease;
	font-size: 12px;
}

a.tab_category_link:hover {
	text-decoration: underline;
}

#news_top_content .__inner_tab_content_boxs a.tab_title_link {
	color: #FFFFFF;
	font-size: 18px;
	transition: all .4s ease;
	color: #fff;
	font-weight: bold;
}

#news_top_content .__inner_tab_content_boxs:hover a.tab_title_link {
	opacity: 0.75;
}

a.tab_mm_name_link {
	transition: all .4s ease;
	font-size: 10px;
	color: #707070;
}

#how_to_content a.tab_mm_name_link {
	color: #003569;
}

a.tab_mm_name_link:hover {
	opacity: 0.75;
}

#news_top_content .__inner_tab_content_boxs .__inner_tab_category {
	display: block;
}

#news_top_content .__inner_tab_content_boxs .__inner_tab_category span {
	display: block;
}

#news_top_content .__inner_tab_content_boxs .__inner_tab_title_box {
	display: block;
	margin: 10px 0;
}

#news_top_content .__inner_tab_content_boxs .__inner_tab_mm_name {
	display: block;
	margin-right: 5px;
	color: #B2B2B2 !important;
	transition: all .4s ease;
	font-size: 10px;
}

/** editors_recommend */
#editors_recommend_content {
	background: #FFF;
}

#editors_recommend_content h2 {
	color: #000;
	font-size: 34px;
	margin-top: 60px;
	position: relative;
	margin-bottom: 40px;
}

#editors_recommend_content .__inner_tab_content_boxs {
	width: calc(95%/2);
	margin-top: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#editors_recommend_content .first_bontent_box {
	width: 100%;
	margin-top: -5px;
}

#editors_recommend_content .first_bontent_box .__inner_tab_content_img_box {
	width: 100% !important;
	min-height: 207px !important;
}

#editors_recommend_content .last_bontent_box {
	width: 100%;
	flex-wrap: nowrap;
	align-items: center;
}

#editors_recommend_content .last_bontent_box .__inner_tab_content_img_link {
	width: 45%;
}

#editors_recommend_content .last_bontent_box .__inner_tab_content_box_info_box {
	width: 45%;
	margin-top: 0px;
	text-align: right;
}

#editors_recommend_content .__inner_tab_content_boxs .__inner_tab_content_img_box {
	width: 100%;
	min-height: 140px;
	position: relative;
	transition: all .4s ease;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}

#editors_recommend_content .__inner_tab_content_boxs:hover .__inner_tab_content_img_box {
	transition: all .4s ease;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

#editors_recommend_content .__inner_tab_content_boxs .__inner_tab_content_box_info_box {
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 120px;
}

#editors_recommend_content .__inner_tab_content_boxs .__inner_tab_content_box_info_box .__inner_tab_content_img_link {
	display: block;
	position: relative;
	z-index: 3;
}

#editors_recommend_content .__inner_tab_content_boxs a.tab_title_link {
	color: #FFFFFF;
	font-size: 18px;
	transition: all .4s ease;
	color: #000;
	font-weight: bold;
}

#editors_recommend_content .__inner_tab_content_boxs:hover a.tab_title_link {
	opacity: 0.75;
}

#editors_recommend_content .__inner_tab_content_boxs .__inner_tab_category {
	display: block;
}

#editors_recommend_content .__inner_tab_content_boxs .__inner_tab_category span {
	display: block;
}

#editors_recommend_content .__inner_tab_content_boxs .__inner_tab_title_box {
	display: block;
	margin: 10px 0;
}

#editors_recommend_content .__inner_tab_content_boxs .__inner_tab_mm_name {
	display: block;
	margin-right: 5px;
	color: #B2B2B2 !important;
	transition: all .4s ease;
	font-size: 10px;
}


/* Feature */
.__inner_tab_content_feature_wap {
	width: 100%;
	background: #EEEEEE;
	padding: 40px 0 40px;
}

.__inner_tab_content_feature_boxs_scroll_wap {
	height: 300px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

._boxs_scroll_twin_box {
	width: 100%;
	max-width: 145px;
	max-height: 145px;
	display: inline-block;
	width: 90%;
	margin-top: 5px;
	margin-right: 5px;
}

.__inner_tab_content_feature_boxs {
	margin-top: 5px;
}

a.__inner_tab_content_feature_img_box {
	display: block;
	background: url(https://glatchdesign.com/wp-content/uploads/2016/02/mountain0209.jpg) no-repeat center;
	background-size: cover;
	min-width: 145px;
	min-height: 145px;
}

.__inner_tab_content_feature_boxs:hover a.__inner_tab_content_feature_img_box {
	opacity: 0.75;
}

/** feature-slide用 */
.feature-slide-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-grid-item {
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
}

.__inner_tab_content_wap h2 {
	color: #000000 !important;
	position: relative;
	top: -28px;
	font-weight: 500;
	width: 100%;
}

.__inner_tab_content_wap h2 .top_double_quotation {
	margin-top: 0;
	line-height: 0;
	color: #000;
	position: relative;
	top: 26px;
	right: 7px;
	font-size: 60px !important;
	opacity: 1;
}

/* ! Hot Topics  */
.__inner_tab_content_Hot_Topics_wap {
	width: 90%;
	background: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 40px;
}

.__inner_tab_content_Hot_Topics_wap h2 {
	color: #222 !important;
	opacity: 0.1;
	position: relative;
	font-weight: 500;
	width: 100%;
	top: 0;
	margin-bottom: 0;
	margin-top: 40px !important;
}

#news_top_content .__inner_tab_content_boxs a.tab_title_link {
	color: #000000;
	font-size: 17px;
	transition: all .4s ease;
	line-height: 1.2;
}

#news_top_content .__inner_tab_content_boxs:hover a.tab_title_link {
	opacity: 0.75;
}

#news_top_content .__inner_tab_content_Hot_Topics_wap .__inner_tab_content_boxs a .__inner_tab_content_img_box {
	-webkit-clip-path: none;
	clip-path: none;
}

#news_top_content .__inner_tab_content_Hot_Topics_wap .__inner_tab_content_boxs:hover a .__inner_tab_content_img_box {
	opacity: 0.75;
}

#news_top_content .__inner_tab_content_Hot_Topics_wap .tab_title_link {
	color: #000 !important;
}

/* /! New Topics  */
/* # How To  */
#how_to_content {
	background: #FFFFFF;
	padding: 0 15px 0;
}

#how_to_content h2,
#Writer_content h2,
#question_content h2 {
	color: #EEEEEE;
	font-size: 33px;
	margin-top: 40px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 500;
	z-index: 10;
	position: relative;
}

#how_to_content .__inner_tab_content_boxs {
	width: 100%;
	min-width: 291px;
	margin-top: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 22px;
	border-bottom: solid 2px #EEEEEE;
}

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

#how_to_content .__inner_tab_content_boxs a .__inner_tab_content_img_box {
	position: relative;
	width: 100%;
	min-height: 207px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s
}

#how_to_content .__inner_tab_content_boxs:hover a .__inner_tab_content_img_box,
#how_to_content .__inner_tab_content_boxs:hover .__inner_tab_title_box {
	opacity: 0.75;
}

#how_to_content .__inner_tab_content_boxs a .__inner_tab_content_img_box::before {
	/* 透過した黒を重ねる */
	background-color: rgba(112, 112, 112, 0.2);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}

#how_to_content .__inner_tab_content_boxs a .__inner_tab_content_img_box .__inner_tab_content_img_category_text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	display: block;
	color: #fff;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

#how_to_content .__inner_tab_content_boxs .__inner_tab_title_box {
	display: block;
	margin: 13px 0;
	font-size: 14px;
	line-height: 1.5;
}

#how_to_content .__inner_tab_content_boxs .__inner_tab_howto_links {
	display: block;
	text-align: right;
}

/* Writer_content */
#Writer_content {
	padding: 0 15px 0;
}

#Writer_content .__inner_tab_content_wap {
	width: 100%;
	margin: 40px auto 0;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_content_boxs {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_content_boxs .__inner_tab_content_img_link {
	width: 100%;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_content_boxs .__inner_tab_content_img_box {
	width: 100%;
	min-height: 207px;
	position: relative;
	transition: all .4s ease;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 84% 100%, 0 100%, 0 15%);
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 84% 100%, 0 100%, 0 15%);
}

#Writer_content .__inner_tab_content_wap .__inner_tab_content_boxs:hover .__inner_tab_content_img_box {
	transition: all .4s ease;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

#Writer_content .__inner_tab_content_wap .__inner_tab_content_box_info_box {
	display: block;
	margin-top: 32px;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_title_box {
	display: block;
	text-align: center;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_title_box a {
	color: #222222;
	font-size: 16px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	transition: .4s;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_content_boxs:hover .__inner_tab_title_box a {
	opacity: 0.75;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_content_box_info_box .top_second_post_lead_text {
	display: block;
	font-size: 13px;
	color: #222222;
	margin-top: 32px;
	margin: 16px auto 8px;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_category {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_category a {
	color: #003569;
}

#Writer_content .__inner_tab_content_wap .tab_category_link {
	display: block;
}

#Writer_content .__inner_tab_content_wap .__inner_tab_howto_links {
	display: block;
}

#Writer_content .__inner_tab_content_wap .tab_mm_name_link {
	display: block;
	font-size: 12px;
	color: #003569;
	text-align: right;
}

.Writer_second_box {
	margin-top: 30px;
}

.Writer_second_link {
	width: 30% !important;
	display: block;
}

.Writer_second_img_box {
	min-width: 104px !important;
	min-height: 104px !important;
}

.Writer_second_info_box {
	width: calc(70% - 30px);
	margin-left: 25px !important;
	margin-top: 0px !important;
}

.Writer_second_title_box {
	text-align: left !important;
}

.title_boder_l {
	display: flex !important;
	align-items: center !important;
	;
	z-index: 2 !important;
	;
}

.title_boder_l:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #EEEEEE;
	display: block;
	position: relative;
	margin-left: .8em;
}

/* question_content */
#question_content {
	margin: 0 auto;
}

#question_content h2 {
	margin-bottom: 73px;
}

#question_content .question_lead_box {
	width: 100%;
	max-width: 380px;
	font-size: 15px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 0 auto 40px;
	color: #222222;
	text-align: center;
}

#question_content .__inner_tab_content_wap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#question_content .__inner_tab_content_wap .__inner_tab_content_boxs {
	width: calc(90%);
	max-width: 374px;
	position: relative;
	margin-top: 40px;
	margin: 40px auto 0;
}

#question_content .__inner_tab_content_wap .__inner_tab_content_boxs::before {
	content: "";
	height: 2px;
	background: #EEEEEE;
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

#question_content .__inner_tab_content_wap .__inner_tab_content_boxs .question_title_box {
	z-index: 3;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}

#question_content .__inner_tab_content_wap .__inner_tab_content_boxs .question_title_box b {
	font-size: 14px;
}

#question_content .__inner_tab_content_wap .__inner_tab_content_boxs .content_boxs_bg_text {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 60px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	color: #222;
	opacity: 0.1;
}

#question_content .__inner_tab_content_wap .__inner_tab_content_boxs .anser_post_title{
	display: block;
	font-size: 24px;
	text-align: center;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 15px;
}
#question_content .__inner_tab_content_wap .__inner_tab_content_boxs .anser_post_box{
	text-align: left;
}
#question_content .__inner_tab_content_wap .__inner_tab_content_boxs .anser_post_box ul li{
	margin: 0 0 10px;
}
#question_content .__inner_tab_content_wap .__inner_tab_content_boxs .anser_post_box a{
	font-size: 12px;
	line-height: 1em;
}


.shiritai_box {
	max-width: 207px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #707070;
	margin: 26px auto 42px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.shiritai_box span:nth-child(2) {
	margin: 0 0;
}

.shiritai_box .harts_object i {
	font-size: 22px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #bbb, 0px -1px 0px #bbb, 0px 1px 0px #bbb, 1px -1px 0px #bbb;
	transition: 0.3s;
}

.shiritai_box:hover .harts_object i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	color: #F04758;
	text-shadow: none;
}

/*tabs_view_more*/
.tabs_view_more {
	margin: 55px auto 0;
	background: #FFFFFF;
	padding: 15px 0;
	display: block;
	width: 80%;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #000;
}

.vire_more_black {
	background: #000000;
	color: #fff;
}

/***********************
    top_tab_ranking
***********************/
.top_inner_tab_ranking_wap {
	background: #fff;
	padding: 40px 30px;
}

.p-sidebar {
	background: #FAFAFA;
	margin-top: 50px;
}

.p-sidebar h2 {
	font-size: 34px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

.p-widget-list__ranking {
	display: block;
	margin: 30px auto 0;
	padding: 0;
}

.p-widget-list__ranking .p-widget-list__item {
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: space-around;
	max-width: 90%;
	margin: 0 auto;
}

.p-widget-list__ranking .p-widget-list__item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-right: 0;
}

.p-widget-list__ranking .__item-rank_info_box {
	width: 100% !important;
}

.p-widget-list__ranking .p-widget-list__item-thumbnail {
	min-width: 85px;
	min-height: 85px;
}

.p-widget-list__item .__item-rank_info_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -25px;
}

.__item-rank_info_box .p-widget-list__item-title {
	padding: 0;
	margin: 10px 0;
	line-height: 1.3;
	color: #222;
	font-weight: bold;
}

.__item-rank_info_box .p-widget-list__item-author_name a {
	color: #707070 !important;
}

.p-widget-list__ranking .p-widget-list_item-rank {
	width: 100%;
	color: #B2B2B2;
	padding: 0;
	font-size: 26px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	display: flex !important;
	align-items: center !important;
	z-index: 2 !important;
	line-height: 1.2;
}

.p-widget-list__ranking .p-widget-list_item-rank:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #B2B2B2;
	display: block;
	position: relative;
	margin-left: .5em;
}

.p-widget-list__item-category {
	display: inline;
	width: 100%;
	line-height: 1;
}

.p-widget-list__item-category > a {
	font-size: 10px !important;
	color: #777 !important;
	transition: all .4s ease !important;
	display: inline !important;
}

.p-widget-list__item-author_name {
	font-size: 10px;
	margin-right: 5px;
	color: #B2B2B2;
	transition: all .4s ease;
	display: inline;
	margin-right: auto;
	margin-top: 10px;
}

/*記事ページサイドバー*/
.p-article__meta,
.p-article__views {
	display: none;
}

.side_bar_author_wap {
	display: block;
	border: rgba(34, 34, 34, 0.2) 1px solid;
	padding: 20px 0;
	position: relative;
	margin: 15px auto 0;
	width: 100%;
	text-align: center;
}

.side_bar_author_wap .magazine_title_mark {
	position: absolute;
	top: -12px;
	left: -6px;
	padding: 0 8px 0 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #FFF;
	height: 30px;
}

.side_bar_author_wap .top_double_quotation,
.side_bar_author_wap .top_by_text {
	color: #222222;
	opacity: 0.2;
	font-size: 56px;
	font-family: 'Libre Baskerville', serif;
}

.side_bar_author_wap .top_by_text {
	font-size: 26px;
}

.side_bar_author_wap .side_bar_author_box {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.side_bar_author_wap .side_author_img {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	height: 38px;
	max-width: 38px;
	max-height: 38px;
	margin-right: 15px;
}

.side_bar_author_wap .side_author_img img {
	width: 100%;
	height: 100%;
	max-width: 38px;
	max-height: 38px;
	margin: 0 auto;
	object-fit: cover;
}

.side_bar_author_wap .side_author_name {
	font-size: 12px;
	color: #222;
}

.top_inner_tab_ranking_wap h2 {
	margin-top: 0 !important;
}

.p-sidebar__inner .__item-rank_info_box .p-widget-list__item-title {
	color: #222;
}

.__item-rank_info_box .p-widget-list__item-title {
	color: #000;
}

/* smart header menu */
.g_nav_menu_sns_box {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: -100px;
	right: 30px;
}

.g_nav_menu_sns_box .sns-btn a i {
	font-size: 23px;
	margin-right: 10px;
}

.p-header-search--mobile {
	margin-bottom: 10px;
}

/* 記事ページ */
.post_page_lmain {
	padding: 0;
}

.post_page_lmain .p-sidebar {
	margin-top: 0;
}

.post_thumbnail_img_box {
	width: 100%;
	max-width: 310px;
	min-height: 206px;
	margin: 30px auto 0;
}

.post_title_wap {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 30px 0;
}

.post_title_wap .post_title_box {
	font-size: 18px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	color: #222222;
	line-height: 1.7;
}

.post_title_wap .post_info_box {
	width: 100%;
	margin-top: 16px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.post_title_wap .post_info_box .post_release_date {
	font-size: 10px;
	margin-right: 10px;
}

.post_title_wap .post_info_box .post_cotegroy_box {
	font-size: 10px;
	margin-left: 10px;
}

.post_title_wap .post_info_box .post_cotegroy_box a {
	color: #003569;
	margin-right: 3px;
}

.share-inc .post_sns_line {
	width: 100%;
	padding: 0;
	font-style: normal;
	display: flex !important;
	align-items: center !important;
	z-index: 2 !important;
	line-height: 1.2;
}

.share-inc .post_sns_line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #B2B2B2;
	display: block;
	position: relative;
	margin-left: 1em;
	margin-right: 1em;
}

.post-ratings {
	margin: 10px 5px;
	display: flex;
	align-items: center;
	width: auto!important;
}

.p-entry__body .post_top_iine {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.post_l_main_sns_and_search_box {
	margin-top: 13px;
	margin-bottom: 0;
}

.post_l_main_sns_and_search_box .share-inc {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.post_l_main_sns_and_search_box .share-title{
	margin-right: 15px;
}

.post_l_main_sns_and_search_box .share-inc .sns-btn a{
	margin-right: 20px;
	display: flex;
}

.post_l_main_sns_and_search_box .share-inc .sns-btn i {
	height: auto;
    color: #222;
    font-size: 24px;
}

.post_l_main_sns_and_search_box .share-inc .sns-btn i:hover{
	opacity: 0.3;
}


.__inner_tab_content_boxs .post-ratings .is_top_ratings,
.__inner_tab_content_boxs .post-ratings .is_single_ratings,
.__inner_tab_content_boxs .post-ratings .shiritai_countor {
	font-size: 14px;
	margin: 0 3px;
}

.is_single_ratings,
.is_single_ratings,
.shiritai_countor {
	font-size: 14px;
	font-weight: bold;
}

.post_sns_line > i {
	margin-right: 0 !important;
}

.post_l_main_sns_and_search_box .share-inc .sns-btn img {
	width: 100%;
	max-width: 22px;
	height: auto;
	max-height: 22px;
	margin-top: -1px;
	transition: all .2s;
	display: block;
	position: relative;
	top: 1px;
}

.post_l_main_sns_and_search_box .share-inc .sns-btn img:hover {
	opacity: 0.3;
}

.p-entry__body {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px 0;
}

b,
strong {
	font-weight: bold;
	color: #222;
}

/* ページャー */
.p-page-links {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.p-page-links > span,
.p-page-links a {
	border: none;
	background: #222;
	color: #fff !important;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	margin-right: 15px;
}

.p-page-links > span,
.p-page-links a:hover,
.p-entry__next-page__link {
	background: #707070;
}

.p-page-links > .post-page-numbers {
	color: #fff !important;
}

/* 記事下SNSBOX */
.post_sns_bottom {
	width: 100%;
	max-width: 600px;
	margin: 60px auto 0;
	padding: 0 30px 0;
}
.post_sns_bottom .share-title{
	margin: 0 auto 15px;
	text-align: center;
}

.post_sns_bottom .share-inc{
    border-top: 1px #222 solid;
    border-bottom: 1px #222 solid;
    display: flex;
    justify-content:space-around;
    padding: 30px;
}
.post_sns_bottom .share-inc .sns-btn a{
	margin-right: 0;
}

.post_sns_bottom .share-inc .sns-btn img{
	top: 0px;
}

.post_bottom_iine {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 40px auto 0;
	padding: 0 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.post_bottom_iine img {}

.shiritai_box .harts_object .post_top_iine {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*　記事下著者BOX　*/
.post_under_author_wap {
	width: 90%;
	max-width: 600px;
	margin: 50px auto;
	display: block;
	border: rgba(34, 34, 34, 0.2) 1px solid;
	padding: 27px 0;
	position: relative;
	text-align: center;
	padding: 30px 20px;
	;
}

.post_under_author_wap .magazine_title_mark {}

.post_under_author_wap .top_double_quotation,
.post_under_author_wap .top_by_text {
	color: #222222;
	opacity: 0.2;
	font-size: 80px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
}

.post_under_author_wap .top_by_text {
	font-size: 30px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.post_under_author_wap .post_under_author_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.post_under_author_wap .post_under_author_img {
	display: block;
	width: 100%;
	max-width: 99px;
	min-height: 99px;
	margin: 0 auto 30px;
	transition: all .4s ease;
	-webkit-clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
	clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
}

.post_under_author_wap .post_under_info_box {
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}

.post_under_author_wap .post_under_author_name {
	margin-bottom: 15px;
}

.post_under_author_wap .post_under_author_name a {
	font-weight: bold;
}

.post_under_author_wap .post_under_author_dscrption {
	text-align: left;
}

.post_under_author_wap .post_under_author_previous {
	font: 12px;
	margin-top: 15px;
	text-align: left;
}

.post_under_author_wap .post_under_author_previous a {
	font-size: 12px;
	color: #003569;
}

/*　Preview　next　*/
.p-entry__nav {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px 0;
}

.c-entry-nav__item {
	height: 55px;
}

.c-entry-nav__item--prev,
.c-entry-nav__item--next {
	display: block;
	width: 100%;
	flex: none;
	border-right: none;
	border-top: 1px solid #ddd;
	cursor: pointer;
}

.c-entry-nav__item--prev:after {
	content: '←  previous';
	position: absolute;
	top: -14px;
	left: 0;
	padding: 0 15px 0 0;
	background: #FFF;
	font-size: 14px;
	color: #707070;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.c-entry-nav__item--prev a::before,
.c-entry-nav__item--next a::after {
	content: '';
}

.c-entry-nav__item--prev a {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.c-entry-nav__item--next:after {
	content: 'next →';
	position: absolute;
	top: -14px;
	right: 0;
	padding: 0 0 0 15px;
	background: #FFF;
	font-size: 14px;
	color: #707070;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.c-entry-nav__item--next a {
	text-align: right;
	padding-left: 0;
	padding-right: 0;
	display: block;
	margin: 15px 0 0;
}

.c-entry-nav__item a span {
	display: block;
	max-height: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #003569;
}

/* 記事下関連記事 */
.post_read_more_wap {
	width: 100%;
	background: #fff;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px 20px;
}

.post_read_more_wap h2 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
}

.post_read_more_wap h2 .post_read_more_reader,
.post_read_more_wap h2 .post_read_more_title {
	font-size: 26px;
	color: #222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	display: flex !important;
	align-items: center !important;
	z-index: 2 !important;
	line-height: 1.2;
}

.post_read_more_wap h2 .post_read_more_reader {
	margin-right: 10px;
}

.post_read_more_wap h2 .post_read_more_title {
	width: 100%;
}

.post_read_more_wap h2 .post_read_more_title::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #B2B2B2;
	display: block;
	position: relative;
	margin-left: .5em;
}

.post_read_more_boxs {
	width: calc(100%/2);
	min-width: 162px;
	min-height: 162px;
	margin-top: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post_read_more_boxs .post_read_more_img_box {
	min-width: 162px;
	min-height: 162px;
	position: relative;
	transition: all .4s;
}

.post_read_more_boxs:hover .post_read_more_img_box {
	opacity: 0.7;
}

.post_read_more_boxs .post_read_more_box_info_box {
	margin-top: 20px;
	text-align: left;
	display: block;
	min-height: 123px;
	padding-right: 15px;
}

.post_read_more_boxs .post_read_more_box_info_box .post_read_more_img_link {
	display: block;
	position: relative;
	z-index: 3;
}

a.tab_category_link {
	margin-right: 5px;
	color: #003569;
	transition: all .4s ease;
}

a.tab_category_link:hover {
	text-decoration: underline;
}

.post_read_more_boxs a.post_read_more_title_link {
	color: #222;
	font-weight: bold;
	font-size: 13px;
	transition: all .4s;
}

.post_read_more_boxs:hover a.post_read_more_title_link {
	opacity: 0.75;
}

a.tab_mm_name_link {
	transition: all .4s ease;
	font-size: 10px;
	color: #707070;
}

a.tab_mm_name_link:hover {
	opacity: 0.75;
}

.post_read_more_boxs .post_read_more_category {
	display: block;
}

.post_read_more_boxs .post_read_more_category span {
	display: block;
}

.post_read_more_boxs .post_read_more_title_box {
	display: block;
	margin: 10px 0;
}

.post_read_more_boxs .post_read_more_mm_name {
	display: block;
}

/* post trending topics */
.post_trending_topics .post_read_more_boxs {
	width: 100%;
	flex-wrap: nowrap;
	margin: 0;
	align-items: center;
}

.post_trending_topics h2 {
	padding: 0;
}

.post_trending_topics .post_read_more_boxs a.post_read_more_title_link {}

.post_trending_topics .post_read_more_img_box {
	min-width: 112px !important;
	min-height: 112px !important;
}

.post_trending_topics .post_read_more_box_info_box {
	margin-top: 0;
	margin-left: 20px;
}

/*記事下メルマガ登録フォーム*/
.official_mm_form {
	width: 100%;
	margin: 30px auto;
	padding: 30px;
	background: linear-gradient(to right, #F2F0A1 0%, #F2F0A1 17%, #E1EEAC 17%, #E1EEAC 33%, #D0ECB7 33%, #D0ECB7 49%, #BFEBC1 49%, #BFEBC1 65%, #AEE9CC 65%, #AEE9CC 81%, #9DE7D7 81%, #9DE7D7 102%);
	position: relative;
}

.official_mail_magazine_title_box {
	background: #F2F0A1;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 300px;
	position: absolute;
	top: 18px;
	left: 18px;
	font-size: 26px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.official_mail_magazine_title_box i {
	margin-right: 12px;
	font-size: 20px;
}

.official_mm_form .official_mm_form_cont {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	border: 1px solid #222;
	padding: 30px 0;
}

.official_mm_form .official_mm_form_log {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}

.official_mm_form .official_mm_form_log img {
	width: 100%;
	max-width: 125px;
	margin: 40px auto;
}

.official_mm_form .official_mm_form_log_text {
	width: 100%;
	display: block;
	font-size: 17px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	color: #222;
	margin-top: 0;
}

.official_mm_form .official_mm_form_box {
	width: 100%;
	margin: 45px auto 0;
	text-align: center;
	padding: 0 30px;
}

.official_mm_form .rdemail {
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 3px solid #222;
	background-color: #fff;
	width: 100%;
	padding-bottom: 5px;
	border-radius: 0;
	font-size: 14px;
	margin: 0 0 1px 0;
	transition: 0.4s;
}

.official_mm_form .mm_kiyaku {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
	display: block;
	font-size: 10px;
}

.official_mm_form .mm_kiyaku a {
	color: #707070;
}

.official_mm_form .mm_kiyaku a:hover {
	text-decoration: underline;
}

.official_mm_form .submit {
	background: #222;
	padding: 15px 0;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-weight: bold;
}

/* 記事下ヘッダー */
.post_bottom_header {
	background: #FAFAFA;
}

.post_bottom_header .l-header {
	background: #FAFAFA;
	display: block;
}

.post_bottom_header .l-header__bar {
	display: block;
}

.bottom_tab_wap {
	width: 100%;
	max-width: 964px;
}

/* アーカイブページ（index.php） */
.single_term_title_box {
	font-size: 26px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 30px 0
}

.p-blog-list {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
}

.p-blog-list__item {
	width: calc(90%/2) !important;
	min-width: 162px;
	margin: 40px 0 52px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-blog-list__item a.p-hover-effect--type1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

.p-blog-list__item .p-blog-list__item-thumbnail {
	width: 100%;
	max-width: 162px;
	min-height: 162px;
	position: relative;
	transition: all .4s;
}

.p-blog-list__item:hover .p-blog-list__item-thumbnail {
	opacity: 0.7;
}

.p-blog-list__item .p-blog-list__item-info {
	margin-top: 20px;
	text-align: left;
	display: block;
	width: 100%;
}

.p-blog-list_item-category {
	display: block;
}

.p-blog-list_item-category .p-blog-list_item-category_link {
	margin-right: 5px;
	color: #003569 !important;
	transition: all .4s ease;
	text-align: left;
	display: inline;
	font-size: 12px;
	font-weight: 500;
}

.p-blog-list h2.p-blog-list__item-title {
	color: #222;
	font-size: 17px;
	transition: all .4s;
	font-weight: bold;
	line-height: 1.3;
}

.p-blog-list__item:hover h2.p-blog-list__item-title {
	opacity: 0.7;
}

.p-blog-list_item-author_name {
	transition: all .4s ease;
	font-size: 12px;
	color: #707070;
}

.p-article__views {
	display: none !important;
}

.p-pager-box {
	display: block;
	margin: 100px auto 0;
	padding: 0 20px;
}

.p-pager-next-page {
	max-width: 520px;
	margin: 0 auto;
}

.p-pager-next-page a {
	display: block;
	text-align: center;
	padding: 18px 0;
	color: #fff;
	background: #222;
	font-size: 17px;
	font-weight: bold;
}

.p-pager {
	position: relative;
	margin: 30px auto 0;
	text-align: center;
}

.p-pager .p-pager__item {}

.p-pager .page-numbers {
	color: #fff;
	background: #222;
	font-size: 14px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 10px;
}

.p-pager .next {
	display: none;
}

.p-pager .next {}

/* 記事下 カテゴリー*/
.p-footer-widget-area {
	display: none;
}

/* iine hart img */
.post-ratings img {
	cursor: pointer !important;
	border: 0px !important;
	width: 22px !important;
	height: 20px !important;
	position: relative !important;
	top: 0 !important;
	margin-right: 10px !important;
}

/* 固定ページ */
.feature_list_page_main_wap {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 50px 0 0;
}

.feature_list_page_main_wap .feature_list_page_main_title_box {
	margin: 0 auto;
	width: 100%;
	max-width: 170px;
	background: #EEEEEE;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.feature_list_page_main_wap .top_double_quotation {
	margin-top: 0;
	line-height: 0;
	color: #222;
	position: relative;
	top: 38px;
	right: -14px;
	font-size: 70px;
	opacity: 1;
}

.feature_list_page_main_wap h1,
.feature_list_page_main_wap h2 {
	display: block;
	font-size: 34px;
	text-align: center;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 800;
}

.feature_list_page_main_wap .feature_list_page_panel_wap {
	margin: 40px auto 0px;
	padding-bottom: 70px;
	width: 100%;
	max-width: 750px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature_list_page_main_wap .feature_list_page_panel_box {
	width: calc(99%/2);
	margin-top: 5px;
}

.feature_list_page_main_wap a {
	width: 100%;
	max-width: 250px;
	min-height: 185px;
	height: auto;
	display: block;
	transition: all 0.45s;
}

.feature_list_page_main_wap a:before {
	content: "";
	display: block;
	padding-top: 75%;
}

.feature_list_page_main_wap a:hover {
	opacity: 0.7;
}

@media screen and (max-width:320px) {
	.feature_list_page_main_wap a {
		max-width: 155px;
		min-height: 155px;
	}
}

/*　howto固定ページ　*/
.howto_page_main_wap {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.howto_page_main_wap .howto_page_main_title_box {
	width: 100%;
	margin: 80px auto 40px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	justify-content: center;
}

.howto_page_main_wap .top_double_quotation {
	margin-top: 0;
	line-height: 0;
	color: #222;
	position: relative;
	top: 55px;
	right: 13px;
	font-size: 79px;
	opacity: 1;
}

.howto_page_main_wap h1,
.howto_page_main_wap h2 {
	display: block;
	font-size: 47px;
	text-align: center;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
}

.howto_page_main_wap .__inner_tab_content_wap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}

.howto_page_main_wap .__inner_tab_content_boxs {
	width: 100%;
	max-width: 400px;
	margin-top: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 22px;
	border-bottom: solid 2px rgba(112, 112, 112, .2);
}

.howto_page_main_wap .__inner_tab_content_img_link {
	width: 100%;
	display: block;
}

.howto_page_main_wap .__inner_tab_content_boxs a .__inner_tab_content_img_box {
	position: relative;
	width: 100%;
	min-height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s
}

.howto_page_main_wap .__inner_tab_content_box_info_box {
	width: 100%;
	text-align: left;
}

.howto_page_main_wap .__inner_tab_content_boxs:hover a .__inner_tab_content_img_box,
.howto_page_main_wap .__inner_tab_content_boxs:hover .__inner_tab_title_box {
	opacity: 0.75;
	text-align: left;
}

.howto_page_main_wap .__inner_tab_content_boxs a .__inner_tab_content_img_box::before {
	/* 透過した黒を重ねる */
	background-color: rgba(112, 112, 112, 0.2);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}

.howto_page_main_wap .__inner_tab_content_boxs a .__inner_tab_content_img_box .__inner_tab_content_img_category_text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	display: block;
	color: #fff;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.howto_page_main_wap .__inner_tab_content_boxs .__inner_tab_title_box {
	display: block;
	margin: 13px 0;
	font-size: 14px;
	line-height: 1.5;
}

.howto_page_main_wap .__inner_tab_content_boxs .__inner_tab_howto_links {
	display: block;
	text-align: right;
}

.howto_page_main_wap .__inner_tab_content_boxs .__inner_tab_howto_links a {
	color: #003569;
}

/* 固定ページ：ライター */
.writer_page_main_title_box h1,
.writer_page_main_title_box h2 {
	display: block;
	font-size: 33px;
	text-align: center;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	margin: 50px auto 10px;
}

.writer_page_main_wap {
	padding: 0 20px;
}

.writer_page_main_wap .__inner_tab_content_wap {
	width: 100%;
	margin: 0 auto;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_boxs {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_boxs .__inner_tab_content_img_link {
	width: 100%;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_boxs .__inner_tab_content_img_box {
	width: 100%;
	min-height: 207px;
	position: relative;
	transition: all .4s ease;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 84% 100%, 0 100%, 0 15%);
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 84% 100%, 0 100%, 0 15%);
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_boxs:hover .__inner_tab_content_img_box {
	transition: all .4s ease;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_box_info_box {
	display: block;
	margin-top: 32px;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_title_box {
	display: block;
	text-align: center;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_title_box a {
	color: #222222;
	font-size: 18px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	transition: .4s;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_boxs:hover .__inner_tab_title_box a {
	opacity: 0.75;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_box_info_box .top_second_post_lead_text {
	display: block;
	color: #222222;
	margin-top: 32px;
	margin: 16px auto 8px;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_box_info_box .top_second_post_lead_text p {
	font-size: 14px !important;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_content_box_info_box .top_second_post_lead_text p strong {
	font-size: 13px;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_category {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_category a {
	color: #003569;
}

.writer_page_main_wap .__inner_tab_content_wap .tab_category_link {
	display: block;
}

.writer_page_main_wap .__inner_tab_content_wap .__inner_tab_howto_links {
	display: block;
}

.writer_page_main_wap .__inner_tab_content_wap .tab_mm_name_link {
	display: block;
	font-size: 12px;
	color: #003569;
	text-align: right;
}

.writer_page_main_wap .Writer_second_box {
	margin-top: 30px;
	margin-bottom: 90px;
}

.writer_page_main_wap .Writer_second_link {
	width: 100% !important;
	display: block;
}

.writer_page_main_wap .Writer_second_img_box {
	min-height: 214px !important;
}

.writer_page_main_wap .Writer_second_info_box {
	width: 100%;
	margin-left: 0 !important;
	margin-top: 20px !important;
}

.writer_page_main_wap .Writer_second_title_box {
	text-align: left !important;
}

/*　固定ページ：新着記事一覧　*/
.new_topics_page_main_wap {
	background: #fff !important;
	padding: 0 20px;
}

.new_topics_page_main_wap h2 {
	color: #222;
	display: block;
	margin: 50px auto 0;
	text-align: center;
	color: #222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 800;
	font-size: 34px;
	position: relative;
}

.new_topics_page_main_wap .news_top_content_New_Topics_wap > a.tab_category_link {
	color: #222 !important;
}

/*! New Topics*/
.new_topics_page_main_wap .__inner_tab_content_wap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 750px;
}

.new_topics_page_main_wap .__inner_tab_content_boxs {
	width: calc(95%/2);
	margin-top: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new_topics_page_main_wap .__inner_tab_content_boxs .__inner_tab_content_img_box {
	width: 100%;
	min-height: 140px;
	position: relative;
	transition: all .4s ease;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}

.new_topics_page_main_wap .__inner_tab_content_boxs:hover .__inner_tab_content_img_box {
	transition: all .4s ease;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}

.new_topics_page_main_wap .__inner_tab_content_boxs .__inner_tab_content_box_info_box {
	margin-top: 20px;
	text-align: left;
	display: block;
	width: 100%;
	min-height: 120px;
}

.new_topics_page_main_wap .__inner_tab_content_boxs .__inner_tab_content_box_info_box .__inner_tab_content_img_link {
	display: block;
	position: relative;
	z-index: 3;
}

a.tab_category_link {
	margin-right: 15px;
	color: #003569;
	transition: all .4s ease;
}

a.tab_category_link:hover {
	text-decoration: underline;
}

.new_topics_page_main_wap .__inner_tab_content_boxs a.tab_title_link {
	color: #222;
	font-size: 17px;
	transition: all .4s ease;
	font-weight: bold;
}

.new_topics_page_main_wap .__inner_tab_content_boxs:hover a.tab_title_link {
	opacity: 0.75;
}

.new_topics_page_main_wap a.tab_mm_name_link {
	transition: all .4s ease;
	font-size: 12px;
	color: #003569;
	display: inline-block;
}

.new_topics_page_main_wap a.tab_mm_name_link:hover {
	opacity: 0.75;
}

.new_topics_page_main_wap .__inner_tab_content_boxs .__inner_tab_category {
	display: block;
}

.new_topics_page_main_wap .__inner_tab_content_boxs .__inner_tab_category span {
	display: block;
}

.new_topics_page_main_wap .__inner_tab_content_boxs .__inner_tab_title_box {
	display: block;
	margin: 10px 0;
}

.new_topics_page_main_wap .__inner_tab_content_boxs .__inner_tab_mm_name {
	display: block;
}

/* ALM設定 */
.alm-listing {
	display: flex !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
}

.alm-btn-wrap {
	text-align: center;
	display: block;
	margin: 0 auto;
}

/* 著者アーカイブページ */
.writer_list_page_main_wap {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.writer_list_page_main_wap .writer_list_page_main_title_box {
	width: 100%;
	margin: 30px auto 0;
	display: block;
	padding: 0;
	display: flex;
	justify-content: center;
}

.writer_list_page_main_wap h1,
.writer_list_page_main_wap h2 {
	display: block;
	font-size: 34px;
	text-align: center;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.writer_list_page_main_img_box {
	width: 100%;
	min-height: 207px;
	position: relative;
	margin: 30px auto 0;
	transition: all .4s ease;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 84% 100%, 0 100%, 0 15%);
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 84% 100%, 0 100%, 0 15%);
}

.writer_list_page_magazine_title {
	display: block;
	border: rgba(34, 34, 34, 0.2) 1px solid;
	padding: 15px 20px;
	position: relative;
	max-width: 457px;
	margin: 30px auto;
}

.writer_list_page_magazine_title .magazine_title_mark {
	position: absolute;
	top: -12px;
	left: -6px;
	padding: 0 8px 0 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 30px;
}

.writer_list_page_magazine_title .top_double_quotation,
.writer_list_page_magazine_title .top_by_text {
	color: #222;
	line-height: 1.1;
	opacity: 0.2;
}

.writer_list_page_magazine_title .top_by_text {
	font-size: 26px;
}

.writer_list_page_magazine_title p {
	font-size: 24px;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.writer_list_page_description {
	width: 100%;
	max-width: 457px;
	margin: 30px auto;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.writer_list_page_category {
	width: 100%;
	max-width: 457px;
	margin-right: 5px;
	margin-bottom: 15px;
	color: #B2B2B2 !important;
	transition: all .4s ease;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}

.page_item {
	display: none;
}

.alm-load-more-btn .more {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* 固定ページ：Question */
.question_page_main_wap {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.question_page_main_wap h1,
.question_page_main_wap h2 {
	display: block;
	font-size: 33px;
	text-align: center;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	margin: 35px auto;
}

.question_page_main_wap .question_lead_box {
	width: 100%;
	max-width: 400px;
	font-size: 15px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 0 auto;
	color: #222222;
}

.question_page_main_wap br {}

.question_page_main_wap style {}

.question_page_main_wap .__inner_tab_content_wap {}

.question_page_main_wap .__inner_tab_content_boxs {
	width: calc(100%);
	max-width: 400px;
	position: relative;
	margin-top: 40px;
}

.question_page_main_wap .__inner_tab_content_wap .__inner_tab_content_boxs::before {
	content: "";
	height: 2px;
	background: #222;
	opacity: 0.1;
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

.question_page_main_wap .question_title_box {
	z-index: 3;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}

.question_page_main_wap b {}

.question_page_main_wap .shiritai_box {
	max-width: 185px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #707070;
	margin: 26px auto 42px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.question_page_main_wap .harts_object {}

.question_page_main_wap .post_top_iine {}

.question_page_main_wap .content_boxs_bg_text {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 60px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	color: #222;
	opacity: 0.1;
}
.question_page_main_wap .anser_post_title{
	display: block;
	font-size: 24px;
	text-align: center;
	color: #222222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 15px;
}
.question_page_main_wap .anser_post_box{
	text-align: left;
}
.question_page_main_wap .anser_post_box ul li{
	margin: 0 0 10px;
}
.question_page_main_wap .anser_post_box a{
	font-size: 12px;
	line-height: 1em;
}
/* 記事ページ内　H1 */
/*　記事内見出し　*/
@media only screen and (max-width: 768px) {
	.p-entry__body h1 {
		font-size: 17px;
		line-height: 1.5;
		margin-top: 60px;
		padding-bottom: 13px;
		margin-bottom: 30px;
		position: relative;
		color: #222;
		font-weight: 700;
	}

	.p-entry__body h2 {
		font-size: 15px;
		line-height: 1.5;
		margin-top: 60px;
		margin-bottom: 30px;
		padding-bottom: 13px;
		position: relative;
		color: #222;
		font-weight: 700;
	}

	.p-entry__body h3 {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 60px;
		margin-bottom: 30px;
		padding-bottom: 13px;
		position: relative;
		color: #222;
		font-weight: 700;
	}

	.p-entry__body h4 {
		font-size: 14px;
		line-height: 1.5;
		color: #222;
		position: relative;
		font-weight: 700;
	}
}

.p-entry__body h1::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #C8ECBC;
	width: 40px;
	height: 4px;
	bottom: 0;
}

.p-entry__body h2::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #C8ECBC;
	width: 40px;
	height: 3px;
	bottom: 0;
}

.p-entry__body h3::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #C8ECBC;
	width: 40px;
	height: 2px;
	bottom: 0;
}

@media screen and (max-width:768px) {
	.p-entry__body p {
		margin: 12px 0 5px;
		box-sizing: border-box;
		font-size: 14px !important;
		color: rgb(34, 34, 34);
		line-height: 1.7;
	}
}

@media screen and (min-width:768px) and (max-width:1280px) {
	.post_page_lmain .p-entry__body h1 {
		font-size: 18px;
		line-height: 1.5;
		position: relative;
		margin-top: 12.5vw;
		color: #222222;
		padding-bottom: 6.25vw;
		margin-bottom: 8.75vw;
	}

	.post_page_lmain .p-entry__body h2 {
		font-size: 16px;
		font-weight: 700;
		position: relative;
		padding-bottom: 13px;
		margin-bottom: 30px;
	}

	.post_page_lmain .p-entry__body h3 {
		font-size: 15px;
		font-weight: 700;
		position: relative;
		padding-bottom: 13px;
		margin-bottom: 30px;
	}

	.post_page_lmain .p-entry__body h4 {
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 30px;
	}
}

.post_page_lmain .p-entry__body h1:after {
	content: "";
	display: block;
	position: relative;
	background-color: #C8ECBC;
	width: 40px;
	height: 3px;
	top: 20px;
}

/* 記事下ヘッダー */
.post_bottom_header {
	background: #FAFAFA;
}

.post_bottom_header .l-header {
	background: #FAFAFA;
	display: block;
}

.post_bottom_header .l-header__bar {
	display: block;
}

.bottom_tab_wap {
	width: 100%;
	max-width: 964px;
}

/* 記事下TOP画面 */
/* TOP　main */
.top_main_post_wap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1074px;
}

.top_main_post_box {
	display: block;
	width: 100%;
	max-width: 1074px;
	margin-bottom: -80px;
}

a.top_main_post_img_box {
	display: block;
	width: 100%;
	max-width: 1074px;
	height: 472px;
	background: aqua;
}

.top_main_post_title_box {
	width: 100%;
	max-width: 450px;
	padding: 30px 25px;
	border: 1px solid #000000;
	margin-left: auto;
	position: relative;
	top: -266px;
	right: 30px;
	background: #fff;
	margin-bottom: -154px;
}

.top_main_post_title_box .top_main_post_title {
	font-size: 22px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -1.4px;
}

.top_main_post_category {
	margin: 17px 0 10px;
	display: block;
}

.top_main_post_category a {
	font-size: 10px;
	color: #003569;
	margin-right: 8px;
}

.top_main_post_lead_text {
	display: block;
	margin: 0 0 25px 0;
	font-size: 14px;
}

.top_main_post_magazine_title {
	display: block;
	border: #EEEEEE 1px solid;
	padding: 24px 24px 10px;
	position: relative;
	display: none;
}

.magazine_title_mark {
	position: absolute;
	top: -12px;
	left: -6px;
	padding: 0 8px 0 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #fff;
	height: 30px;
}

.top_double_quotation,
.top_by_text {
	color: #222222;
	opacity: 0.2;
	font-size: 60px;
	font-family: 'Libre Baskerville', serif;
}

.top_by_text {
	font-size: 27px;
}

.touroku_wrap .touroku_box_magazine_title_mark .top_by_text {
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-weight: bold;
}

.top_main_post_magazine_title p {
	font-size: 11px;
}

/* 記事下カルーセル */
.post_bottom_slider_wap {
	width: 100%;
	margin: 50px 0 0;
	padding: 45px 0 40px;
	background: #eee;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.post_bottom_slider_box {
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

/* top second post */
.top_second_post_wap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 11px;
}

.top_second_post_box {
	width: 90%;
	padding-bottom: 15px;
	max-width: 375px;
	min-height: 235px;
	display: inline-block;
	vertical-align: top;
}

a.top_second_post_img_box {
	display: block;
	width: 100%;
	min-height: 375px;
	min-height: 375px;
}

a.top_second_post_img_box:hover {
	opacity: 0.75;
}

.top_second_post_title_box {
	width: 95%;
	min-height: 265px;
	padding: 17px 24px;
	border: 1px solid #000000;
	margin: 0 auto -84px;
	position: relative;
	top: -84px;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	white-space: normal;
}

.top_second_post_title_box .top_second_post_title {
	font-size: 22px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -1.4px;
}

.top_second_post_category {
	margin: 7px 0 5px;
	display: block;
}

.top_second_post_category a {
	font-size: 10px;
	color: #003569;
	margin-right: 8px;
}

.top_second_post_lead_text {
	display: block;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.3;
}

.top_second_post_magazine_title {
	display: block;
	border: #EEEEEE 1px solid;
	padding: 24px 24px 10px;
	position: relative;
	margin-top: 22px;
}

.top_second_post_magazine_title p {
	font-size: 11px !important;
}

.top_second_post_box .magazine_title_mark {
	position: absolute;
	top: -16px;
	left: -6px;
	padding: 0 8px 0 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 30px;
	background: #FAFAFA;
}

.top_double_quotation,
.top_by_text {
	font-size: 60px;
	font-family: 'Libre Baskerville', serif;
}

.top_by_text {
	font-size: 27px;
}

.top_main_post_magazine_title p {
	font-size: 11px;
}

/* ヘッダーサイドメニュー内のAboutBOX */
.header_side_menu_sp_box {
	margin: 10px 0 0;
	background: #fff;
	padding: 30px 0 50vh 30px;
}

.header_side_menu_sp_box > li {
	margin-bottom: 20px;
	line-height: 1;
	border-left: 8px solid #000;
}

.header_side_menu_sp_box > li:last-child {
	margin-bottom: 0;
}

.header_side_menu_sp_box > li > a {
	padding: 11px 16px !important;
	font-size: 12px !important;
	font-weight: bold;
	background: #fff !important;
	color: #222 !important;
	display: inline-block;
}

.header_side_menu_sp_box a:hover {
	opacity: 0.75;
}

/*　記事内spot_infomation　*/
.spot_infomation_wap {
	background: #eee;
	padding: 10px 30px 30px;
	overflow: hidden;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

.spot_infomation_wap .spot_infomation_img_box {
	width: 100%;
	min-height: 216px;
	margin-bottom: 10px;
}

.spot_infomation_wap .spot_box_title {
	font-size: 26px;
	font-family: ten-mincho, serif;
	font-style: normal;
	color: #222;
	opacity: 0.1;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

.spot_information_box {
	padding-bottom: 10px;
	border-bottom: none;
	word-break: break-all;
	padding: 30px 25px;
	background: #fff;
}

.spot_information_box .spot_information_img {
	display: none;
}

.spot_information_box ul {
	font-size: 10px;
	color: #333;
	padding: 0;
	margin: 0;
}

.spot_information_box ul li {
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	line-height: 1.3;
	margin-top: 2px;
}

.spot_information_box .spot_name {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.spot_information_box .spot_id::before {
	content: "\f015";
}

.spot_information_box .spot_tel::before {
	content: "\f095";
}

.spot_information_box .spot_station::before {
	content: "\f239";
}

.spot_information_box .spot_price::before {
	content: "\f157";
}

.spot_information_box .spot_period::before {
	content: "\f073";
}

.spot_information_box .spot_time::before {
	content: "\f017";
}

.spot_information_box .spot_url::before {
	content: "\f02e";
}

.spot_information_box a {
	color: #333;
	text-decoration: none;
}

.spot_information_box a:hover {
	color: #eca60a;
}

.spot_information_box .spot_notes::before {
	content: "\f0eb";
}

.spot_information_box .spot_id::before,
.spot_information_box .spot_tel::before,
.spot_information_box .spot_station::before,
.spot_information_box .spot_price::before,
.spot_information_box .spot_period::before,
.spot_information_box .spot_time::before,
.spot_information_box .spot_url::before,
.spot_information_box .spot_notes::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 15px;
	font-weight: 800;
	font-size: 15px;
}

/***********************
        footer
***********************/
.p-footer-blog,
.p-footer-widget-area__inner,
.p-copyright {
	display: none;
}

.l-footer {
	background: #222222;
	margin-top: 0 !important;
}

.footer_content_wap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 1060px;
	padding: 0 0 40px;
	margin: 0 auto;
	color: #ffffff;
}

.footer_content_wap .footer_content_l,
.footer_content_wap .footer_content_r {
	width: 100%;
	max-width: 425px;
	margin: -1px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 50px 10px;
}

.footer_content_wap .footer_content_l {
	background: #fff;
}

.footer_content_wap .footer_log_box {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.footer_content_wap .footer_log_box img {
	width: 100%;
	max-width: 117px;
}

.footer_content_wap .follw_us_box {
	width: 100%;
	max-width: 100px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #222;
}

.footer_content_wap .follw_us_box_twitter,
.footer_content_wap .follw_us_box_facebook {
	font-size: 15px;
	color: #222;
}

.footer_content_wap .footer_about_box {
	width: 100%;
	margin-top: 54px;
}

.footer_content_wap .footer_about_box_ul {
	display: flex;
	justify-content: flex-start;
	max-width: 425px;
	margin: 0 auto;
}

.footer_content_wap .footer_about_box_ul li {
	margin-left: 30px;
}

.footer_content_wap .footer_about_box_ul a {
	padding: 11px 16px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
}

.footer_content_wap .footer_about_box_ul a:hover {
	opacity: 0.75;
}

.footer_content_wap .footer_search_box {
	width: 100%;
	display: flex;
}

.footer_content_wap .footer_search_box form {
	width: 90%;
}

.footer_content_wap .p-footer-search {
	border-bottom: 3px solid #fff;
	width: 100%;
}

.footer_content_wap .footer_search_box input[type="text"] {
	padding: 0;
	border-radius: 0;
	outline: none;
	background: none;
}

.footer_content_wap .footer_search_box input[type="text"] {
	border-top: 0px solid #222;
	border-left: 0px solid #222;
	border-right: 0px solid #222;
	border-bottom: 3px solid #fff;
	background-color: #222;
	width: 100%;
	padding: 5px;
	border-radius: 0;
	font-size: 17px;
	margin: 0 0 1px 0;
	transition: 0.4s;
	color: #fff;
}

.footer_content_wap .footer_search_box input[type="text"]:focus {
	background-color: #707070;
}

.footer_search_box {
	margin-bottom:
}

.footer_search_box #js-search-button a {
	color: #fff;
	width: 39px;
	display: block;
}

.footer_search_box .c-search-button {
	width: 10%;
	position: relative;
	top: none;
	left: none;
	color: #fff;
	margin-top: -14px;
}

.footer_content_wap .footer_category_box {
	width: 100%;
	margin-top: 30px;
}

.footer_content_wap .footer_category_box ul.footer_hash_tags {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.footer_content_wap .footer_category_box ul.footer_hash_tags li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	transition: 0.4s;
	margin-right: 15px;
	line-height: 1.5;
}

.footer_content_wap .footer_category_box ul.footer_hash_tags li a:hover {
	text-decoration: underline;
}

.footer_category_box .menu-top_header_hash_tags-container {
	width: 100% !important;
}

.footer_content_wap .footer_contact_box {
	text-align: center;
	margin-top: 46px;
}

.footer_content_wap .footer_contact_box_ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 425px;
}

.footer_content_wap .footer_contact_box_ul li {
	margin-top: 5px;
	margin-right: 10px;
}

.footer_content_wap .footer_contact_box_ul a {
	color: #707070;
	font-size: 11px;
	font-weight: bold;
}

.footer_content_wap .footer_content_btm {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.footer_content_wap .footer_powered_by {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.footer_content_wap .footer_powered_by span {
	margin-right: 10px;
	font-size: 10px;
}

.footer_content_wap .footer_powered_by img {
	width: 100%;
	max-width: 67px;
}

.footer_content_wap .footer_copyright {
	font-size: 10px;
}

.p-sidebar__inner {
	padding: 0 30px 40px;
}

/* ページャー */
.p-page-links {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.p-page-links > span,
.p-page-links a {
	border: none;
	background: #222;
	color: #fff !important;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	margin-right: 15px;
}

.p-page-links > span,
.p-page-links a:hover,
.p-entry__next-page__link {
	background: #707070;
}

/* 検索ページ */
.search_title_wap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

.search_title_wap .search_title_box {
	width: 100%;
	color: #222;
	font-size: 26px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 60px 0 0;
}

.search_title_wap .search_lead_box {
	width: 100%;
	margin-top: 40px;
	color: #222;
	font-size: 12px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	line-height: 1.7;
}

.search_title_wap .input_search_box {
	position: relative;
	width: 100%;
	max-width: 340px;
	margin-top: 50px;
}

.search_title_wap .input_search_box input[type="text"] {
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 3px solid #222;
	background-color: #fff;
	width: 100%;
	padding: 5px;
	border-radius: 0;
	font-size: 17px;
	margin: 30px 0 1px 0;
	transition: 0.4s;
	color: #222;
}

.search_title_wap form {
	width: 90%;
	position: relative;
}

.search_title_wap .c-search-button {
	display: block;
	position: absolute;
	top: 15px;
	right: -15px;
	text-align: center;
}

.search_title_wap .c-search-button:hover {
	opacity: 1;
	color: #222222;
}

._not_found_title_box {
	text-align: center;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

._not_found_title_box h1 {
	font-size: 36px;
	color: #222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	line-height: 1.7;
	margin-top: 50px;
}

._not_found_title_box ._not_found_lead {
	text-align: center;
	font-size: 12px;
	margin-top: 54px;
	display: block;
	line-height: 1.7;
}

._not_found_image_box {}

._not_found_image_box img {
	width: 100%;
	margin: 30px 0;
	max-width: 1000px;
}

._not_found_lead {
	display: block;
	padding: 25px 15px;
	line-height: 1.5;
	background: #222222;
	color: #fff;
	text-align: center;
	font-size: 13px;
	width: 100%;
}

.have_posts_count {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.have_posts_count h2 {
	font-size: 20px;
	color: #222;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.have_posts_count h2 span {}

/* カテゴリーページ広告枠と記事内trending_topics_ad */
.category_page_ad_box,
.post_trending_topics_ad_box {
	display: block;
	margin: 80px auto 0;
	max-width: 728px;
	background: #eee;
	height: 90px;
	width: 100%;
}

.post_trending_topics_ad_box {
	margin: 50px auto 0;
}

/*　記事内小物　*/
.page_next_title_box {
	display: block;
	border: #EEEEEE 1px solid;
	padding: 20px 25px;
	position: relative;
	margin: 30px 0;
}

.page_next_title_mark {
	position: absolute;
	top: -34px;
	left: -6px;
	padding: 0 8px 0 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #fff;
	font-size: 15px;
}

.page_next_title_mark_arrow,
.page_next_title_mark_text {
	color: #222222;
	opacity: 0.1;
	font-size: 26px;
	font-family: 'Libre Baskerville', serif;
}

.page_next_title_mark_arrow {
	font-size: 29px;
	margin: 0 5px;
}

.page_next_title_box p {
	text-align: center;
	text-align: left;
	font-size: 20px;
	font-family: ten-mincho, serif;
	font-style: normal;
	color: #222;
	font-size: 15px !important;
}

/* 特集ページ用 */
.feature_category_page_wap {
	width: 100%;
	display: block;
	position: relative;
}

.feature_category_page_wap .feature_category_page_img_box {
	display: block;
	width: 100%;
	max-height: 375px;
	min-height: 375px;
	margin: 0 auto;
}

.feature_category_page_wap .feature_category_page_info_box {
	width: 90%;
	background: #FFFCD9;
	padding: 50px 20px;
	margin: 0 auto;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.7;
	border: 1px solid #222;
	position: relative;
	top: -40px;
}

.feature_category_page_wap .magazine_title_mark {
	position: absolute;
	top: -23px;
	left: 9px;
	padding: 0 8px 0 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 30px;
	color: #222;
	background: none;
}

.feature_category_page_wap .top_double_quotation {
	color: #222;
	opacity: 1;
	font-size: 61px;
	position: relative;
	top: -17px;
}

.feature_category_page_wap .top_by_text {
	color: #222;
	opacity: 1;
	font-size: 37px;
	position: relative;
	top: -12px;
	font-family: ten-mincho, serif;
	font-weight: bold;
	font-style: normal;
}

/*--------------------------------
記事下AdSense_BOX
---------------------------------*/
.post_ads_box {
	width: 100%;
	max-width: 336px;
	margin: 30px auto 0;
	height: auto;
}

.post_ads_box .post_ads_l,
.post_ads_box .post_ads_r {
	width: 100%;
	max-width: 336px;
	/*    height: 280px;*/
}

/* side_column_ad */
.sp_side_column_ad_box {
	width: 100vw;
	position: relative;
	margin: 0 0 0 -10px;
	max-width: 336px;
}

.log_box_text {
	margin: 0;
	font-size: 9px;
	margin-left: 10px;
	position: relative;
	top: 15px;
	color: #222;
	opacity: 0.9;
	vertical-align: baseline;
}

.pc-switcher {
	display: none;
}

/*　記事内リンク色　*/
.p-entry__body a {
	color: #003569;
}

/* 記事下登録ボックス */
.touroku_wrap {
	padding: 60px 30px;
	background: #EEEEEE;
}

.touroku_wrap .touroku_box {
	padding: 20px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	position: relative;
	border: 1px solid #222;
}

.touroku_wrap .touroku_box_mark {
	display: block;
	background: #EEEEEE;
	position: relative;
	top: -51px;
	left: -50px;
	z-index: 1;
	width: 100px;
	padding: 0;
}

.touroku_wrap .touroku_box_magazine_title_mark {
	height: 40px;
}

.touroku_wrap .touroku_box_by_text,
.touroku_wrap .touroku_box_double_quotation {
	font-family: 'Libre Baskerville', serif;
	font-size: 81px;
	position: relative;
}

.touroku_wrap .touroku_box_double_quotation {
	font-family: 'Libre Baskerville', serif;
}

.touroku_wrap .touroku_box_by_text {
	font-size: 26px;
	position: relative;
	top: -45px;
}

.touroku_wrap .touroku_box_text {
	font-size: 13px;
	color: #707070;
	margin-top: -40px;
}

.touroku_wrap .touroku_box_text span {
	font-size: 10px;
}

.touroku_wrap .touroku_img_box {
	width: 100%;
	max-width: 312px;
	height: 201px;
	margin: 15px auto;
}

.touroku_wrap .touroku_magazine_title {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

.touroku_wrap .touroku_info_box {
	color: #707070;
	font-size: 12px;
	line-height: 1.5;
}

.touroku_wrap .touroku_info_box_tyosya {}

.touroku_wrap .touroku_info_box_cost {}

.touroku_wrap .touroku_info_box_fist_Mont {
	color: #FF0000;
}

.touroku_wrap .touroku_info_box_delivery_day {}

.touroku_wrap .touroku_info_button {
	width: 100%;
	background: #222222;
	color: #fff;
	margin: 20px auto 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.touroku_wrap .touroku_info_button a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

.touroku_info_button_box {}

.touroku_info_button_box form ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px auto 0;
}

.touroku_info_button_box form ul li.touroku_info_button_kiyaku {
	text-align: center;
	width: 100%;
	margin: 0 auto 5px;
}

.touroku_info_button_box form ul li.touroku_info_button_kiyaku a {
	color: #003569;
}

.touroku_info_button_box form ul li.touroku_info_button_email_input {
	width: 73%;
}

.touroku_info_button_box form ul li.touroku_info_button_email_input input {
	width: 100%;
	border: 2px solid #222;
	height: 40px;
	padding: 0 15px;
}

.touroku_info_button_box form ul li.touroku_info_button_submit {
	width: 27%;
}

.touroku_info_button_box form ul li.touroku_info_button_submit .rdmail-reg {
	height: 40px;
	background: #222;
	color: #fff;
	font-weight: bold;
	border: none;
	width: 90%;
	transition: 0.4s;
	font-size: 10px;
}

.touroku_info_button_box form ul li.touroku_info_button_submit .rdmail-reg:hover {
	opacity: 0.4;
}

/*--記事広告用コンバージョンボタン--*/
.doc-btn-tsubo {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
	font-size: 18px;
	margin: 10px auto 30px;
	cursor: pointer;
	padding: 15px 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	-webkit-font-smoothing: antialiased;
	transform: perspective(0);
	background-color: #ef850c;
	box-shadow: 0 6px 0 #cc6d00, 0 12px 0 rgba(0, 0, 0, 0.2);
}

.doc-btn-tsubo:hover {
	color: #fff;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	background-color: #f29225;
	box-shadow: 0 3px 0 #a75b04, 0 6px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.doc-btn-tsubo:active {
	color: #cdcdcd;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
	background-color: #a75b04;
	box-shadow: 0 0 0 #ad5c00, 0 0 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------------
ボタン黄色
-----------------------------------------------------*/
._tsubo-yellow {
	background-color: #F2F0A1;
	box-shadow: 0 6px 0 #F2F0A1, 0 12px 0 rgba(0, 0, 0, 0.2);
}

._tsubo-yellow:hover {
	background-color: #f8f7c1;
	box-shadow: 0 3px 0 #F2F0A1, 0 6px 0px rgba(0, 0, 0, 0.2);
}

._tsubo-yellow:active {
	background-color: #bbb96f;
	box-shadow: 0 0 0 #bbb96f, 0 0 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------------
ボタンパールライトグリーン
-----------------------------------------------------*/
._tsubo-perl-light-green {
	background-color: #E1EFAC;
	box-shadow: 0 6px 0 #a5b56a, 0 12px 0 rgba(0, 0, 0, 0.2);
}

._tsubo-perl-light-green:hover {
	background-color: #ebf5c5;
	box-shadow: 0 3px 0 #a5b56a, 0 6px 0px rgba(0, 0, 0, 0.2);
}

._tsubo-perl-light-green:active {
	background-color: #a5b56a;
	box-shadow: 0 0 0 #a5b56a, 0 0 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------------
ボタンライトグリーン
-----------------------------------------------------*/
._tsubo-light-green {
	background-color: #D0EDB8;
	box-shadow: 0 6px 0 #798744, 0 12px 0 rgba(0, 0, 0, 0.2);
}

._tsubo-light-green:hover {
	background-color: #cedb9e;
	box-shadow: 0 3px 0 #798744, 0 6px 0px rgba(0, 0, 0, 0.2);
}

._tsubo-light-green:active {
	background-color: #798744;
	box-shadow: 0 0 0 #798744, 0 0 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------------
ボタンマカロングリーン
-----------------------------------------------------*/
._tsubo-macaron-green {
	background-color: #BFECC2;
	box-shadow: 0 6px 0 #75bd7a, 0 12px 0 rgba(0, 0, 0, 0.2);
}

._tsubo-macaron-green:hover {
	background-color: #daf7dc;
	box-shadow: 0 3px 0 #75bd7a, 0 6px 0px rgba(0, 0, 0, 0.2);
}

._tsubo-macaron-green:active {
	background-color: #75bd7a;
	box-shadow: 0 0 0 #75bd7a, 0 0 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------------
ボタンマカロンブルー
-----------------------------------------------------*/
._tsubo-macaron-blue {
	background-color: #AEE9CC;
	box-shadow: 0 6px 0 #7bc19e, 0 12px 0 rgba(0, 0, 0, 0.2);
}

._tsubo-macaron-blue:hover {
	background-color: #d0f5e3;
	box-shadow: 0 3px 0 #7bc19e, 0 6px 0px rgba(0, 0, 0, 0.2);
}

._tsubo-macaron-blue:active {
	background-color: #7bc19e;
	box-shadow: 0 0 0 #7bc19e, 0 0 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------------
ボタンクオーシャンブルー
-----------------------------------------------------*/
._tsubo-ocean-blue {
	background-color: #9DE8D8;
	box-shadow: 0 6px 0 #498d7e, 0 12px 0 rgba(0, 0, 0, 0.2);
}

._tsubo-ocean-blue:hover {
	background-color: #c3f2e8;
	box-shadow: 0 3px 0 #498d7e, 0 6px 0px rgba(0, 0, 0, 0.2);
}

._tsubo-ocean-blue:active {
	background-color: #498d7e;
	box-shadow: 0 0 0 #498d7e, 0 0 0px rgba(0, 0, 0, 0.2);
}

/* SIBERIA-813 */
/* Prime Ad Column */
.relatedAdBox {
	width: 85%;
	margin: 30px auto 0;
}

.relatedAdBox ul.relatedAdContent {
	width: 100%;
}

.relatedAdBox ul.relatedAdContent li {
	width: 100%;
	display: block;
	margin-bottom: 12px;
}

.relatedAdBox ul.relatedAdContent li a {
	display: flex;
	align-items: center;
}

.relatedAdBox ul.relatedAdContent li a:hover {
	text-decoration: none !important;
}

.relatedAdBox ul.relatedAdContent li .relatedAdImgBox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    box-sizing: border-box;
    width: 50px;
    padding-top: 50px;
    margin-right: 10px;
	max-height: 50px;
}

.relatedAdBox ul.relatedAdContent li .relatedAdInfoBox{
	width: 85%;
}

.relatedAdBox ul.relatedAdContent li a:hover .relatedAdImgBox {
	opacity: 0.6;
}

.relatedAdBox ul.relatedAdContent li span {
	color: #000;
	overflow: hidden;
	word-wrap: break-word;
	font-weight: 700;
	margin: 0 0 5px;
	display: block;
	font-size: 14px;
    line-height: 1.4;
}

.relatedAdBox ul.relatedAdContent li span.relatedAdSponsor {
	color: #999;
    font-size: 10px;
    line-height: 1.2;
    height: 12px;
    overflow: hidden;
    text-align: right;
    padding: 0 8px;
    font-weight: 400!important;
}

.aaprad-img > a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.aaprad-img {
	float: none;
	line-height: 1;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px 10px;
	width: 100px;
	height: 65px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.aaprad-thumbnail .aaprad-title {
	margin-left: 0;
}

.aaprad-img > a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.aaprad {
	display: table;
	width: 100%;
	position: relative;
	clear: both;
	line-height: 1.2;
	border-bottom: none;
	margin-bottom: 8px;
}

.aaprad-title a {
	padding: 5px 5px;
	display: block;
	color: #000;
	font-size: 16px;
}

.aaprad-info img {
	width: 10px;
}

.aaprad-company,
.aaprad-info a {
	font-size: 10px;
	color: #888;
}

.aaprad-img {
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

.relatedAdUnit .aaprad-img img {
	width: 100%;
	max-height: 120px;
	object-fit: cover;
}

.aaprad-title .aaprad-metrix-url {
	font-size: 14px;
}

/* /Prime Ad Column */

/*テキスト関連記事用*/
.post_text_recommend_box {
	margin: 30px auto 0;
	max-width: 315px;
}
.post_text_recommend_box .post_text_recommend_title {
	font-weight: 800;
	font-size: 18px;
	padding: 0 0 20px 0px;
}
.post_text_recommend_box .post_text_recommend_content {
	padding: 0 0 15px;
}
.post_text_recommend_box .post_text_recommend_ul {
	position: relative;
	list-style: none!important;
}
.post_text_recommend_box li {
	margin: 0 0 10px;
}
.post_text_recommend_box a {
	color:#003569;
	line-height: 1.8;
}
.post_text_recommend_box a:hover {
	text-decoration: underline;
}
.post_up_text_recommend{
	list-style: none!important;
	padding-left: 15px;
}
.post_up_text_recommend{
	color:#666666;
}
.post_up_text_recommend_title{
	font-weight: bold;
}
.post_up_text_recommend a{
	line-height: 1.3;
}

/*carousel用*/
.carousel_posts_title{
	font-size: 26px;
    color:#222;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
	padding: 0 20px 0;
    display: flex!important;
    align-items: center!important;
    z-index: 2!important;
    line-height: 1.2;
    opacity: 1;
	margin-top: 30px;
}
.carousel_posts_title::after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #003569;
    display: block;
    position: relative;
    margin-left: .5em;
}
.carousel_posts_box {
	margin: 20px 0 30px;
}
.carousel_posts_box .carousel_posts_content {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    margin: 0!important;
    padding: 5px!important;
    background-color: #eee;
}
.carousel_posts_box li {
	max-width: 160px;
	background-color: #FFFFFF;
    display: inline-block;
    height: auto;
	margin: 0 2px 0 0;
    vertical-align: top;
}
.carousel_posts_box .carousel_posts_img_link {
}
.carousel_posts_box .carousel_posts_img_box {
    text-align: left;
    display: block;
    padding: 8px;
	min-height: 130px;
}
.carousel_posts_box .carousel_posts_info_box {
    margin-top: 5px;
    text-align: left;
    display: block;
	padding: 5px;
	min-height: 126px;
}
.carousel_posts_box .carousel_posts_category {
	display: block;
}
.carousel_posts_box .carousel_posts_category a {
	font-size: 12px;
	white-space:normal;
}
.carousel_posts_box .carousel_posts_title_box {
	display: block;
    margin: 10px 0;
}
.carousel_posts_box .post_read_more_title_link {
    color: #222;
    font-size: 14px;
    transition: all .4s;
    font-weight: bold;
	white-space:normal;
	line-height: 1.3;
}
.carousel_posts_box .carousel_posts_mm_name {
	display: block;
}
.carousel_posts_box .tab_mm_name_link {
	transition: all .4s ease;
    font-size: 10px;
	white-space:normal;
}
/* /carousel用*/


/* MEDIA-33 */
.ad-h90 {
  min-height: 90px
}
.ad-h250 {
  min-height: 250px
}
.ad-h280 {
  min-height: 280px
}

/*YKTR-4539*/
#ulCommentWidget{
	margin: 50px 30px;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif!important;
}

.iine_and_comment_box{
	display: flex;
	justify-content: space-between;
}
.comment_count_box{
	align-self: center;
}
.comment_count_box a{
	color:#222!important;
}

/* MEDIA-40 */
.page_bottom_fixed_ad_box{
	height: 65px;
	position: fixed!important;
	display: flex;
	justify-content: center;
	text-align: center;
	bottom: 0!important;
	left: 0;
	width: 100%!important;
	z-index: 10000;
	max-height: 100px!important;
	box-sizing: border-box;
	opacity: 1!important;
	background-image: none!important;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)!important;
	margin-bottom: 0!important;
	padding: 10px 0;
}
.page_bottom_fixed_ad_button{
	width: 28px;
	height: 28px;
	font-size: 21px;
	bottom: 63px;
	right: 0;
	position: fixed;
	z-index: 10001;
	color: #000;
	background-size: 13px 13px;
	background-position: 9px;
	background-color: #fff;
	background-repeat: no-repeat;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.2);
	border: none;
	border-radius: 12px 0 0 0;
	padding: 0 5px 0;
	font-weight: bold;
}
.page_bottom_fixed_ad_wap_hide{
	visibility:hidden;
	opacity:0;
}
/* MEDIA-40 */


/** READ MORE */
.read_more_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	width: 100%;
}

.tabs_read_more {
	display: flex;
	align-items: center;
	text-decoration: none;
	width: 100%;
}

.tabs_read_more::before,
.tabs_read_more::after {
	content: '';
	flex-grow: 1;
	border-top: 1px solid black;
}

.tabs_read_more::before {
	margin-right: 0;
}

.tabs_read_more::after {
	margin-left: 0;
}

.button {
	padding: 10px 20px;
	border: 1px solid black;
	border-radius: 10px;
	background-color: white;
	text-align: center;
	text-decoration: none;
	color: black;
	white-space: nowrap;
}


/**************************************/
/** mag-affiliate-style */
/**************************************/

.mag-affiliate-article {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 768px) {
	.mag-affiliate-article {
		width: auto;
	}
}

.mag-affiliate-container {
	border-radius: 4px;
}

.mag-affiliate-container > ol, .mag-affiliate-container > ul, .mag-affiliate-container blockquote, .mag-affiliate-container figure, .mag-affiliate-container h2, .mag-affiliate-container h3, .mag-affiliate-container hr, .mag-affiliate-container p {
	margin-top: 36px;
	margin-bottom: 36px;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container > ol, .mag-affiliate-container > ul, .mag-affiliate-container blockquote, .mag-affiliate-container figure, .mag-affiliate-container h2, .mag-affiliate-container h3, .mag-affiliate-container hr, .mag-affiliate-container p {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.mag-affiliate-container address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
	padding: 0;
	margin: 0;
}
.mag-affiliate-container address, cite, dfn, em, i {
	font-style: normal;
}


.mag-affiliate-container  .widget {
	display: table;
	width: 100%;
	border: 1px solid rgba(8, 19, 26, 0.14);
	border-radius: 4px;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  .mag-shopping {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 769px) {
	.mag-affiliate-button[data-type=primary] {
		transition: background-color .2s cubic-bezier(1, 0, 0, 1);
	}
}

.mag-affiliate-button, .mag-affiliate-button .mag-affiliate-button__inner {
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  .mag-shopping > a:first-child {
		order: 2;
	}
}

.mag-affiliate-container  .widget > a {
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
}

.mag-affiliate-container  a:first-child {
	width: 100%;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  a {
		padding: 16px;
	}
}

.mag-affiliate-container  a {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
	text-decoration: none;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  .widget-title {
		max-height: 2.8em;
		font-size: 1rem;
	}
}

.mag-affiliate-container  .widget-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  strong {
		font-size: 1rem;
	}
}

.mag-affiliate-container  strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 700;
	word-break: break-all;
	color: #000;
}


.mag-affiliate-container  .widget-description {
	display: -webkit-box;
	max-height: 3em;
	overflow: hidden;
	color: rgba(8, 19, 26, 0.6);
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mag-affiliate-container  em {
	display: block;
	margin-bottom: 4px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgba(8, 19, 26, 0.6)
}


.mag-affiliate-container  .widget-price {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin-top: 16px;
	margin-bottom: 16px;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  .widget-price {
		display: block;
		margin-top: 8px;
		margin-bottom: 8px;
	}
}

.mag-affiliate-container  em:nth-child(3) {
	margin-bottom: 0;
	color: #08131a;;
}

.mag-affiliate-container  .widget-regularprice, .mag-affiliate-container  .widget-saleprice {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #08131a;;
}


.mag-affiliate-container  .widget-currency {
	padding-left: 2px;
	font-size: 0.75rem;
}

.mag-affiliate-container  .widget-update {
	margin-left: 8px;
	font-size: 0.75rem;
	line-height: 1;
	color: rgba(8, 19, 26, 0.6)
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  .widget-update {
		display: block;
		margin-top: 4px;
		margin-left: 0;
	}
}


.mag-affiliate-container  .widget-button .mag-affiliate-button {
	min-height: 32px;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  .widget-button .mag-affiliate-button {
		padding-right: 12px;
		padding-left: 12px;
	}
}

.mag-affiliate-container  .widget-button .mag-affiliate-button {
	padding: 0 16px;
}

.mag-affiliate-container  .widget-button .mag-affiliate-button__inner {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 0.75rem;
	white-space: normal;
}

.mag-affiliate-button .mag-affiliate-button__inner {
	font-size: 0.75rem;
}

.mag-affiliate-button .mag-affiliate-button__inner {
	position: relative;
	display: flex;
	font-size: 1rem;
}

.mag-affiliate-button {
	width: 100%;
	display: inline-block;
	display: inline-flex;
	min-height: 40px;
	padding: 0 16px;
	margin: 0;
	font-weight: 700;
	line-height: 1;
	color: rgba(8, 19, 26, 0.6588235294117647);
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: top;
	touch-action: manipulation;
	cursor: pointer;
	background: #fff;
	border: none;
	border-radius: 4px;
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
	background-color: #0a6753;

}


.mag-affiliate-container  .mag-shopping .widget-image {
	display: flex;
	width: 225px;
	height: 225px;
	padding: 16px;
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  .mag-shopping .widget-image {
		order: 1;
		width: 100%;
		height: 190px;
		min-height: 190px;
		padding: 16px 16px 0;
		border: none;
	}
}

@media only screen and (max-width: 480px) {
	.mag-affiliate-container  a:nth-child(2) {
		min-width: 120px;
	}
}

.mag-affiliate-container  a:nth-child(2) {
	flex: 0;
	min-width: 220px;
	padding: 0;
	background-position: 50%;
	background-size: cover;
	border-left: 1px solid rgba(8, 19, 26, 0.03137254901960784);
}

.mag-affiliate-container  .widget-productImage {
	display: block;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.mag-affiliate-container a {
	cursor: pointer;
}

.mag-affiliate-container *, :after, :before {
	box-sizing: inherit;
}
.mag-affiliate-container p {
	margin: inherit;
	box-sizing: inherit;
	font-size: inherit;
	color: inherit;
	line-height:inherit;
}

.mag-affiliate-container p > a {
	padding: 0;
	margin: 0;
}

.mag-affiliate-container br {
	display: none;
}