@charset "UTF-8";

/*
Theme Name: NUMERO
Theme URI:
Description: WordPressテーマ「NUMERO」
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Version: 1.1.3
Text Domain: tcd-w
*/

/**
 * Reset
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 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 #ddd;
	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;
	line-height: 1;
	min-width: 320px;
	overflow: hidden;
	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,
button,
.p-button,
.p-article__title,
a.p-category-item,
a.p-has-icon::before,
.p-archive-categories__filter-item {
	-webkit-transition-property: background-color, border-color, color, opacity;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background-color, border-color, color, opacity;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: background-color, border-color, color, opacity;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease;
	transition-property: background-color, border-color, color, opacity;
	transition-duration: 0.3s;
	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
 */

/* 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 {
	display: block;
	position: relative;
}

.l-header__bar {
	position: relative;
	width: 100%;
	z-index: 998;
}

@media only screen and (max-width: 991px) {
	.l-header {
		z-index: 999;
	}

	body.l-header__fix--mobile .is-header-fixed .l-header__bar {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-animation: headerSlideDown 0.5s ease;
		animation: headerSlideDown 0.5s ease;
	}
}

/* Footer */
.l-footer {
	display: block;
}

/* Inner */
.l-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 88.8888%;
	max-width: 1330px;
}

.l-inner02 {
	margin-left: auto;
	margin-right: auto;
	width: 88.8888%;
	max-width: 1080px;
}

@media (min-width: 992px) {
	.l-inner--md {
		margin-left: 60px;
		margin-right: 60px;
	}

	.l-inner--sm {
		overflow: hidden;
	}
}

@media only screen and (max-width: 991px) {
	.l-inner02 {
		width: 100%;
	}

	.l-inner--sm {
		margin-left: auto;
		margin-right: auto;
		width: 88.8888%;
	}
}

/* main */
.l-main {
	display: block;
	position: relative;
}

.l-mian__inner {
	padding-bottom: 100px;
	padding-top: 100px;
}

@media only screen and (max-width: 991px) {
	.l-mian__inner {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

/* columns */
.l-2columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.l-2columns .l-primary {
	width: 850px;
	width: -webkit-calc(100% - 350px);
	width: -moz-calc(100% - 350px);
	width: calc(100% - 350px);
}

.l-secondary {
	width: 300px;
}

.l-sidebar--type1 .l-2columns .l-primary {
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}

@media only screen and (max-width: 991px) {
	.l-2columns {
		display: block;
	}

	.l-2columns .l-primary {
		width: 100%;
	}

	.l-secondary {
		margin-top: 30px;
		width: 100%;
	}
}

/* adminbar */
@media only screen and (min-width: 783px) {
	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--mobile {
		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--mobile {
		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--mobile {
		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;
}

@media only screen and (max-width: 767px) {
	.c-load--type1 {
		width: 30px;
		height: 30px;
	}

	.c-load--type2::before {
		width: 8px;
		height: 8px;
	}

	.c-load--type2::after {
		width: 8px;
		height: 8px;
	}

	#site_loader_animation i {
		width: 0.25em;
		height: 0.25em;
		margin: 0 0.125em;
	}
}

/* menu button */
.c-menu-button::before {
	content: "\f0c9";
	font-family: "design_plus";
	font-size: 24px;
}

/* font type */
.c-font_type--type1 {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.c-font_type--type2 {
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.c-font_type--type3 {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-weight: 500;
}

/* 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 {
	margin-bottom: 50px;
	margin-top: 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;
	-webkit-flex: 1;
	flex: 1;
}

.c-comment__tab-item.is-active a,
.c-comment__tab-item.is-active p {
	background: #333;
	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 {
	background: #fff;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 180%;
	padding: 15px;
	text-decoration: none;
	width: 100%;
}

.c-comment__tab-item a:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}

.c-comment__tab-item+.c-comment__tab-item a:hover {
	border-left-color: #ddd;
}

@media (max-width: 992px) {
	.c-comment {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.c-comment__item-act {
		margin-top: 10px;
		padding-left: 0;
		position: static;
	}

	.c-comment__tab-item a,
	.c-comment__tab-item p {
		padding: 9px 10px;
	}

	.c-comment__tab-item.is-active a,
	.c-comment__tab-item.is-active p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* コメントの基本部分 */
.c-comment__list-item {
	background: #fff;
	border: 1px solid #ddd;
	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: #999;
	display: block;
	font-size: 12px;
}

.c-comment__item-act {
	font-size: 12px;
	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__item-note {
	background: #d6f4f0;
	border: 1px solid #94ddd4;
	color: #33a8e5;
	display: block;
	font-size: 12px;
	margin-bottom: 1em;
	padding: 10px 15px;
}

/* トラックバック */
.c-comment__trackback-url {
	background: #fafafa;
	font-size: 14px;
	padding: 10px;
}

.trackback_time {
	font-size: 12px;
	color: #757676;
	margin: 0 0 7px 0px;
}

.trackback_title {
	margin: 2px 0 8px 0;
	margin: 0 0 10px 0px;
	line-height: 1.6;
}

/* コメントフォーム */
.c-comment__form-wrapper {
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 30px;
	padding: 15px;
}

.c-comment__cancel {
	color: #666;
	font-size: 12px;
	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: 14px;
}

.c-comment__form-login a {
	color: #666;
}

.c-comment__input {
	margin-bottom: 12px;
	text-align: left;
}

.c-comment__input input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
}

.c-comment__input textarea {
	border: 1px solid #ddd;
	padding: 5px;
	line-height: 1.5;
	overflow: auto;
	margin-top: 15px;
	width: 100%;
	height: 150px;
}

.c-comment__label-text {
	color: #666;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.c-comment__form-submit {
	background: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 15px auto 0;
	width: 200px;
	height: 50px;
}

.c-comment__form-hidden {
	display: none;
}

/* パスワード保護 */
.c-comment__password-protected {
	background: #000;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.c-comment__password-protected p {
	font-size: 12px;
	line-height: 1.6;
}

/* meta box */
.c-meta-box {
	font-size: 12px;
}

.c-meta-box__item {
	border-right: 1px solid #ddd;
	float: left;
	margin-bottom: 5px;
	margin-right: 12px;
	padding-left: 20px;
	padding-right: 12px;
	position: relative;
}

.c-meta-box__item:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.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";
}

@media only screen and (max-width: 767px) {
	.c-meta-box {
		background: none;
		margin-bottom: 10px;
		padding: 0;
	}

	.c-meta-box__item {
		border-right: 0;
		float: none;
		margin-bottom: 16px;
	}

	.c-meta-box__item:last-child {
		margin-bottom: 0;
	}
}

/* entry nav */
.c-entry-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c-entry-nav__item {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 130px;
	line-height: 1.6;
	position: relative;
	width: 50%;
}

.c-entry-nav__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: 0 11%;
}

.c-entry-nav__item--prev,
.c-entry-nav__item--next {
	background: #fff;
	border: 1px solid #ddd;
}

.c-entry-nav__item--prev+.c-entry-nav__item--next {
	border-left: none;
}

.c-entry-nav__item a:hover {
	color: #666;
}

.c-entry-nav__item a span {
	display: block;
	max-height: 4.8em;
	overflow: hidden;
}

.c-entry-nav__item--prev a {
	padding-left: 18.5%;
}

.c-entry-nav__item--next a {
	padding-right: 18.5%;
}

.c-entry-nav__item--prev a::before,
.c-entry-nav__item--next a::after {
	content: '';
	display: block;
	font-family: "design_plus";
	font-size: 14px;
	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: 8%;
}

.c-entry-nav__item--next a::after {
	content: "\e910";
	right: 8%;
}

@media only screen and (max-width: 991px) {
	.c-entry-nav {
		border-top: none;
	}

	.c-entry-nav__item {
		font-size: 12px;
		height: 52px;
		text-align: center;
		width: 50%;
	}

	.c-entry-nav__item--prev+.c-entry-nav__item--next {
		border-left: none;
	}

	.c-entry-nav__item a {
		display: block;
		line-height: 50px;
		height: 50px;
	}

	.c-entry-nav__item a span {
		display: none;
	}

	.c-entry-nav__item--prev a {
		padding-left: 30px;
	}

	.c-entry-nav__item--next a {
		padding-right: 30px;
	}

	.c-entry-nav__item--prev a::after {
		content: attr(data-prev);
	}

	.c-entry-nav__item--next a::before {
		content: attr(data-next);
	}

	.c-entry-nav__item--prev a::before {
		left: 18px;
	}

	.c-entry-nav__item--next a::after {
		right: 18px;
	}
}

/* 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;
	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;
	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;
	-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;
	-webkit-flex: 1;
	flex: 1;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	.c-pw {
		margin-bottom: 30px;
	}

	.c-pw__box {
		padding: 20px;
		text-align: center;
	}

	.c-pw__box-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.c-pw__box-label {
		display: block;
		margin-bottom: 1em;
		margin-right: 0;
		font-size: 12px;
	}

	.c-pw__box-input {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		margin-right: 0;
	}
}

/* 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: "\e903";
}

.c-share__icn--facebook2::before {
	content: "\e902";
}

.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-bottom: 5px;
	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 {
	color: #fff;
	-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: 991px) {
	.c-share__btn {
		margin-bottom: 5px;
	}
}

@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
 */

body {
	font-size: 16px;
}

.l-main {
	background: #f0f0f0;
}

@media only screen and (max-width: 991px) {
	body {
		font-size: 14px;
	}
}

a:hover {
	color: #999;
}

.u-scrollbar-scroll {
	overflow-y: scroll;
}

.u-hide-scrollbar {
	overflow: hidden !important;
	height: 0;
	height: 100vh;
}

/* header */
@media only screen and (max-width: 991px) {
	body.l-header--type2--mobile .l-header.is-header-fixed {
		height: 60px;
	}

	body.l-header--type3--mobile .l-header {
		display: none;
	}

	body.l-header--type3--mobile .l-header.is-header-fixed {
		display: block;
	}
}

/* header bar */
.p-header__bar-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 78px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.p-header__bar-inner {
		height: 60px;
	}
}

/* header logo */
.p-header__logo {
	position: relative;
	z-index: 2;
}

.p-header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.p-header__logo--text {
	font-size: 26px;
	line-height: 1.2;
}

.p-header__logo--mobile {
	display: none;
}

@media only screen and (max-width: 991px) {
	.p-header__logo {
		display: none;
	}

	.p-header__logo--mobile {
		display: block;
	}

	.p-header__logo--text {
		font-size: 24px;
	}
}

/* menu button */
.p-menu-button {
	line-height: 78px;
	height: 78px;
	margin-right: -20px;
	padding-right: 20px;
	text-align: right;
	min-width: 60px;
	position: relative;
	z-index: 2;
}

body.show-drawer .p-menu-button::before {
	content: "\e91a";
}

@media only screen and (max-width: 991px) {
	.p-menu-button {
		line-height: 60px;
		height: 60px;
	}
}

/* drawer */
.p-drawer {
	visibility: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 78px;
	z-index: 996;
	-webkit-transition: visibility 0.01s ease 0.3s;
	-moz-transition: visibility 0.01s ease 0.3s;
	-ms-transition: visibility 0.01s ease 0.3s;
	transition: visibility 0.01s ease 0.3s;
}

.p-drawer__inner {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.p-drawer__contents {
	background: #f0f0f0;
	max-width: 420px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 60px 60px 0 60px;
	;
	width: 80%;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 2;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	transition: transform 0.3s;
	-webkit-overflow-scrolling: touch;
}

.p-drawer__contents::after {
	content: '';
	display: block;
	padding-bottom: 60px;
}

.p-drawer__contents.ps--active-y {
	overflow-y: hidden;
}

.p-drawer-overlay {
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

body.show-drawer .p-drawer--pc {
	visibility: visible;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

body.show-drawer .p-drawer__contents {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

body.show-drawer .p-drawer-overlay {
	opacity: 1;
}

.p-drawer__contents a:hover {
	color: #ff8000;
}

@media only screen and (max-width: 991px) {
	body.show-drawer .p-drawer--mobile {
		visibility: visible;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		transition: none;
	}

	.p-drawer__contents {
		padding: 30px 30px 0 30px;
	}

	.p-drawer__contents::after {
		padding-bottom: 30px;
	}
}

/* drawer menu */
@media only screen and (max-width: 991px) {
	.p-drawer__menu {
		margin: -30px;
	}

	.p-widget-drawer+.p-drawer__menu {
		margin-top: 30px;
	}

	.p-drawer__menu+.p-drawer__menu {
		margin-top: 30px;
	}

	.p-drawer__menu+.p-widget-drawer {
		margin-top: 60px;
	}

	.p-drawer__menu a,
	.p-drawer__menu .p-sidemenu__nourl,
	.p-drawer__menu>li>a {
		display: block;
		height: 50px;
		line-height: 50px;
		text-overflow: ellipsis;
		padding: 0 30px;
		position: relative;
		white-space: nowrap;
	}

	.p-drawer__menu .menu-item-has-children>a {
		padding-right: 60px;
	}

	.p-drawer__menu .menu-item-has-children>a>.p-global-nav__toggle {
		height: 50px;
		padding-right: 30px;
		text-align: right;
		width: 80px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.p-drawer__menu .menu-item-has-children>a>.p-global-nav__toggle::before {
		content: "\e90e";
		font-family: "design_plus";
		-webkit-transition: -webkit-transform 0.5s ease;
		-moz-transition: -moz-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
	}

	.p-drawer__menu .menu-item-has-children>a>.p-global-nav__toggle.is-active::before {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.p-drawer__menu .sub-menu {
		display: none;
	}

	.p-drawer__menu .sub-menu a {
		padding-left: 44px;
	}

	.p-drawer__menu .sub-menu .sub-menu a {
		padding-left: 56px;
	}

	.p-drawer__menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 68px;
	}

	.p-drawer__menu .sub-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 80px;
	}
}

/* global nav */
@media (min-width: 992px) {

	.p-drawer--mobile,
	.p-drawer--mobile .p-drawer__inner,
	.p-drawer--mobile .p-drawer__contents {
		display: block !important;
		height: 0;
		max-width: none;
		overflow: visible;
		padding: 0;
		width: auto;
		position: absolute !important;
		bottom: auto !important;
		left: 0;
		right: 0;
		top: 0 !important;
		z-index: 998;
	}

	.p-drawer--mobile .p-drawer__contents {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	.p-global-nav__container {
		display: block;
		visibility: visible;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

	.p-global-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 14px;
		line-height: 1.8;
	}

	.p-global-nav a {
		display: block;
		position: relative;
	}

	.p-global-nav>li {
		display: inline-block;
		position: relative;
	}

	.p-global-nav>li>a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		height: 78px;
		max-height: 78px;
		overflow: hidden;
		padding: 0 17.5px;
		text-align: center;
		-webkit-transition-property: color;
		-moz-transition-property: color;
		-ms-transition-property: color;
		transition-property: color;
	}

	.p-global-nav>li:hover>a,
	.p-global-nav>li.current-menu-item>a {
		color: #ff8000;
	}

	.p-global-nav>li.menu-item-has-children>.sub-menu {
		top: 100%;
		left: 0;
		z-index: 3;
	}

	.p-global-nav .sub-menu {
		line-height: 1.7;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 1;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.p-global-nav .sub-menu a {
		background: #222;
		color: #fff;
		padding: 15px 22px;
		width: 230px;
		z-index: 2;
	}

	.p-global-nav .sub-menu a:hover,
	.p-global-nav .sub-menu .current-menu-item>a {
		background: #999;
	}

	.p-global-nav .menu-item-has-children {
		position: relative;
	}

	.p-global-nav .menu-item-has-children:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.p-global-nav .sub-menu .menu-item-has-children>a::after {
		content: "\e910";
		font-family: "design_plus";
		position: absolute;
		right: 16px;
		-webkit-transition: none;
	}

	.p-global-nav .p-has-megamenu .sub-menu {
		display: none;
	}
}

/* megamenu */
.p-megamenu {
	background: #222;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.p-megamenu:hover,
.p-megamenu.is-active {
	visibility: visible;
	z-index: 999;
	opacity: 1;
}

.p-megamenu-a__list,
.p-megamenu-b__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-megamenu-a__list-item,
.p-megamenu-b__list-item {
	-webkit-flex: 0 0 20%;
	flex: 0 0 20%;
}

.p-megamenu-a__list-item.has-image {
	background: transparent !important;
}

.p-megamenu-a__list-item__inner {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.p-megamenu-a__list-item__inner>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.p-megamenu-a__list-item__title {
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	max-height: 3.6em;
	text-align: center;
	padding: 0 20px;
	position: relative;
	z-index: 3;
}

.p-megamenu-a__list-item__img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.p-megamenu-b__list-item.p-archive__item {
	height: auto;
	width: auto;
}

.p-megamenu-b__list-item .p-archive__item-inner {
	height: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.p-megamenu-b__list-item .p-archive__item-inner>a,
.p-megamenu-b__list-item .p-archive__item-thumbnail {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.p-megamenu-b__list-item .p-archive__item-thumbnail::after {
	top: 40%;
}

.p-megamenu-b__list-item .p-archive__item-caption {
	bottom: 7%;
}

.p-megamenu-b__list-item .p-archive__item-title {
	font-size: 14px;
}

.p-megamenu-a__list-item__inner>a:hover {
	opacity: 0.8;
}

.p-megamenu-a__list-item.has-image .p-megamenu-a__list-item__inner>a:hover {
	opacity: 1;
}

.p-megamenu-a__list-item.has-image .p-megamenu-a__list-item__overlay {
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.p-megamenu-a__list-item.has-image .p-megamenu-a__list-item__inner>a:hover .p-megamenu-a__list-item__overlay {
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

body.is-wp-mobile-device .p-megamenu {
	display: none !important;
}

@media only screen and (max-width: 991px) {
	.p-megamenu {
		display: none !important;
	}
}

/* sidemenu */
@media (min-width: 992px) {
	.p-sidemenu {
		margin-top: -30px;
		visibility: visible;
		position: fixed;
		top: 50vh;
		z-index: 998;
	}

	.p-sidemenu li {
		display: inline-block;
		font-size: 14px;
		height: 60px;
		line-height: 60px;
		overflow: hidden;
		text-align: left;
	}

	.p-sidemenu li+li {
		margin-left: 30px;
	}

	.p-sidemenu-left {
		left: 30px;
		-webkit-transform: rotate(90deg) translate3d(-50%, 0, 0);
		-moz-transform: rotate(90deg) translate3d(-50%, 0, 0);
		-ms-transform: rotate(90deg) translate3d(-50%, 0, 0);
		transform: rotate(90deg) translate3d(-50%, 0, 0);
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}

	.p-sidemenu-right {
		right: 30px;
		-webkit-transform: rotate(90deg) translate3d(50%, 0, 0);
		-moz-transform: rotate(90deg) translate3d(50%, 0, 0);
		-ms-transform: rotate(90deg) translate3d(50%, 0, 0);
		transform: rotate(90deg) translate3d(50%, 0, 0);
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}
}

/* page header */
.p-page-header {}

.p-page-header .p-page-header__inner {
	padding: 80px 0;
}

.p-page-header__title,
.p-page-header__image-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin: -0.1em 0;
	text-align: center;
}

.p-page-header__desc,
.p-page-header__image-desc {
	font-size: 16px;
	line-height: 2.3;
	margin: -0.65em 0;
	text-align: center;
}

.p-page-header__title+.p-page-header__desc {
	margin-top: 35px;
}

.p-page-header__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.p-page-header__image .p-page-header__overlay {
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 550px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-page-header__image .p-page-header__inner {
	padding: 30px 0;
}

.p-page-header__image-title,
.p-page-header__image-desc {
	color: #fff;
}

.p-page-header__image-title+.p-page-header__image-desc {
	margin-top: 22px;
}

_:-ms-input-placeholder,
:root .p-page-header__image .p-page-header__overlay {
	/* ie hack for align-items: center; */
	height: 0;
}

.p-page-header__slider {
	overflow: hidden;
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.p-page-header__slider-item {
	height: 100%;
	width: 100%;
}

.p-page-header__slider-item__inner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.p-page-header__slider .slick-list,
.p-page-header__slider .slick-track {
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.p-page-header .p-page-header__inner {
		padding: 30px 0;
	}

	.p-page-header__title,
	.p-page-header__image-title {
		font-size: 24px;
	}

	.p-page-header__desc,
	.p-page-header__image-desc {
		font-size: 14px;
		line-height: 2;
		margin: -0.5em 0;
	}

	.p-page-header__title+.p-page-header__desc {
		margin-top: 18px;
	}

	.p-page-header__image {
		margin-left: -6.34%;
		margin-right: -6.34%;
	}

	.p-page-header__image .p-page-header__overlay {
		min-height: 320px;
	}

	.p-page-header__image-title {
		font-size: 26px;
	}

	.p-page-header__image-title+.p-page-header__image-desc {
		margin-top: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.p-page-header__image .p-page-header__overlay {
		min-height: 250px;
	}
}

/* breadcrumb */
.p-breadcrumb__inner {
	font-size: 12px;
	line-height: 1.7;
}

.p-breadcrumb__item+.p-breadcrumb__item::before {
	content: "\e910";
	display: inline-block;
	font-family: "design_plus";
	font-size: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

.p-page-header__image+.p-breadcrumb {
	margin-top: 56px;
}

@media only screen and (max-width: 991px) {
	.has-breadcrumb .l-main {
		margin-top: 46px;
	}

	.p-breadcrumb {
		border-top: 1px solid #ddd;
		width: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: -46px;
	}

	.p-breadcrumb__inner {
		font-size: 12px;
		line-height: 45px;
		overflow: hidden;
		padding: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.p-page-header__image+.p-breadcrumb {
		margin-top: 0;
	}
}

/* footer */
.p-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 60px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.p-footer {
		display: block;
		min-height: auto;
	}
}

/* social nav */
.p-social-nav__item {
	display: inline-block;
	font-size: 14px;
	margin-right: 18px;
}

.p-social-nav__item:last-child {
	margin-right: 0;
}

.p-social-nav__item a::before {
	font-family: "design_plus";
}

.p-social-nav__item--facebook a::before {
	content: "\e903";
}

.p-social-nav__item--googleplus a::before {
	content: "\e900";
}

.p-social-nav__item--twitter a::before {
	content: "\e904";
}

.p-social-nav__item--instagram a::before {
	content: "\ea92";
}

.p-social-nav__item--pinterest a::before {
	content: "\e905";
}

.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: "\e88a";
	font-size: 120%;
	margin-bottom: -2px;
}

.p-social-nav__item--rss a::before {
	content: "\e90b";
}

@media (min-width: 992px) {
	.p-footer .p-social-nav {
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}
}

@media only screen and (max-width: 991px) {
	.p-footer .p-social-nav {
		padding: 30px 0;
		position: relative;
		text-align: center;
	}

	.p-footer .p-social-nav::after {
		border-bottom: 1px solid #ddd;
		content: '';
		position: absolute;
		bottom: -1px;
		left: -992px;
		right: -992px;
	}
}

/* copyright */
.p-copyright {
	font-size: 12px;
	line-height: 1.5;
}

@media only screen and (max-width: 991px) {
	.p-copyright {
		padding: 16px 0;
		text-align: center;
		min-height: 50px;
	}
}

/* pagetop */
.p-pagetop a::after {
	content: "\e911";
	font-size: 14px;
	font-family: "design_plus";
}

@media (min-width: 992px) {
	.p-pagetop {
		display: block !important;
		margin: -30px 0 0 -30px;
		opacity: 1 !important;
		position: absolute;
		left: 50%;
		top: 50%;
	}

	.p-pagetop a {
		color: #000;
		display: block;
		height: 60px;
		line-height: 60px;
		text-align: center;
		width: 60px;
	}
}

@media only screen and (max-width: 991px) {
	.p-pagetop {
		display: none;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 90;
	}

	.p-pagetop a {
		background: #222222;
		color: #fff !important;
		display: block;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 50px;
	}

	.p-pagetop a:hover {
		opacity: 0.8;
	}

	.p-pagetop a::after {
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	@media only print {
		.p-pagetop {
			display: none !important;
		}
	}
}

/* article title */
.p-article__title {
	word-break: break-all;
}

/* article meta */
.p-article__meta {
	color: #999;
	font-size: 12px;
	line-height: 1.8;
}

.p-article__meta>* {
	display: inline-block;
}

.p-article__meta>*+*::before {
	content: "|";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

/* ad */
.p-ad {
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}

.p-ad__item {
	display: inline-block;
	margin-bottom: 30px;
}

.p-ad__item+.p-ad__item {
	margin-left: 30px;
}

.p-ad__item-code img {
	display: inline-block;
	max-width: none;
	width: auto;
}

.p-ad__item-image img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1260px) {
	.l-2columns .l-primary .p-ad {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.l-2columns .l-primary .p-ad__item {
		display: block;
		margin-bottom: 0;
	}

	.l-2columns .l-primary .p-ad__item+.p-ad__item {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.p-ad {
		margin-bottom: 0;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.p-ad {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.p-ad__item {
		display: block;
		margin-bottom: 0;
	}

	.p-ad__item+.p-ad__item {
		margin-left: 0;
		margin-top: 20px;
	}
}

/* author */
.p-author {
	margin-bottom: 50px;
	position: relative;
}

.p-author__box {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 50px;
	padding: 40px 4.8192%;
}

.p-author__thumbnail {
	border-radius: 50%;
	display: block;
	-webkit-flex: 0 0 110px;
	flex: 0 0 110px;
	height: 110px;
	margin-right: 30px;
	overflow: hidden;
	width: 110px;
	/* old webkit bug fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.p-author__thumbnail-inner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.p-author__thumbnail__link,
.p-author__thumbnail__link * {
	height: 100%;
	width: 100%;
}

.p-author__info {
	flex: 1 1 auto;
}

.p-author__title {
	font-weight: 600;
	line-height: 1.8;
}

.p-author__desc {
	clear: both;
	color: #666;
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}

.p-author__desc p+p {
	margin-top: 1em;
}

.p-author__info .p-social-nav {
	margin-top: 16px;
}

.p-author__info .p-social-nav__item {
	font-size: 14px;
}

.p-author__link {
	float: right;
	font-size: 14px;
	padding-top: 4px;
}

.p-author__link::after {
	content: "\e910";
	font-family: "design_plus";
	padding-left: 5px;
}

@media only screen and (max-width: 991px) {
	.p-author {
		margin-bottom: 30px;
	}

	.p-author__box {
		display: block;
		margin-bottom: 30px;
		padding: 30px;
	}

	.p-author__thumbnail {
		margin: 0 auto 18px;
	}

	.p-author__title {
		font-size: 16px;
	}

	.p-author__link {
		font-size: 12px;
		padding-top: 6px;
	}
}

/* button */
.p-button {
	background: #ff8000;
	border: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	min-width: 240px;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
}

.p-button:hover {
	opacity: 0.8;
}

.p-button span {
	display: block;
}

.p-button span::after {
	content: "\e910";
	display: inline-block;
	font-family: "design_plus";
	margin-left: 6px;
	margin-right: -6px;
}

.p-rounded-button {
	border-radius: 25px;
}

.p-button.p-button-gray {
	background: #ccc;
	border-color: #ccc;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.p-button {
		height: 40px;
		line-height: 40px;
		min-width: 180px;
	}

	.p-rounded-button {
		border-radius: 20px;
	}
}

/* category */
.p-float-category {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.p-category-item,
.p-gallery-category-item {
	background: #ff8000;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 2;
	margin: 0;
	min-width: 80px;
	max-width: 100%;
	padding: 3px 15px;
	text-align: center;
}

.p-gallery-category-item {
	background: #00a4a4;
}

.p-category-item:hover,
.p-gallery-category-item:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* headline */
.p-headline {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.31;
	margin-bottom: 20px;
	margin-top: -0.155em;
}

.p-headline .p-headline__link {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

@media only screen and (max-width: 991px) {
	.p-headline {
		font-size: 16px;
		margin-bottom: 15px;
		text-align: center;
	}

	.p-headline .p-headline__link {
		padding-top: 3px;
	}
}

/* icon */
.p-article__views,
.p-article__likes {
	font-size: 12px;
	height: 50px;
	line-height: 20px;
	min-width: 50px;
	padding: 22px 8px 0;
	position: relative;
	text-align: center;
}

.p-article__likes {
	min-width: 42px;
	padding-top: 27px;
}

.p-article__views::before,
.p-article__likes::before {
	font-family: "design_plus";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
}

.p-article__views::before {
	content: '\e92b';
	font-size: 14px;
}

.p-article__likes::before {
	content: '\f08a';
	font-size: 12px;
	top: 11px;
}

.p-article__likes.is-liked::before {
	content: '\f004';
}

.js-add-like {
	cursor: pointer;
}

.p-article__views {
	background: #fff;
	color: #d90000;
}

@media only screen and (max-width: 991px) {
	.p-article__views {
		height: 45px;
		min-width: 45px;
		padding: 20px 6px 0;
	}

	.p-article__likes {
		height: 45px;
		min-width: 30px;
		padding: 20px 6px 0;
	}

	.p-article__views::before,
	.p-article__likes::before {
		top: 4px;
	}
}

/* page-links */
.p-page-links {
	margin-top: 26px;
}

.p-page-links a,
.p-page-links>span {
	border-radius: 17px;
	background: #000;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 4px 6px 0 0;
	min-width: 35px;
	padding: 0 7px;
	text-align: center;
}

.p-page-links>span,
.p-page-links a:hover {
	background: #999;
	color: #fff !important;
}

@media only screen and (max-width: 991px) {
	.p-page-links {
		margin-top: 16px;
	}
}

/* pager */
.p-pager {
	margin-top: 46px;
	padding-bottom: 80px;
	text-align: center;
}

.p-pager__item {
	display: inline-block;
	vertical-align: top;
}

.p-pager__item a,
.p-pager__item span {
	border-radius: 17px;
	background: #000;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 4px 6px 0 0;
	min-width: 35px;
	padding: 0 7px;
	text-align: center;
}

.p-pager__item .current,
.p-pager__item a:hover {
	background: #999;
	color: #fff;
}

.p-pager__item .prev,
.p-pager__item .next {
	font-family: "design_plus";
	font-size: 12px;
}

.p-pager-comments {
	margin-bottom: 30px;
	margin-top: 26px;
	padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.p-pager {
		margin-top: 26px;
		padding-bottom: 30px;
		text-align: center;
	}
}

/* hover effect */
.p-hover-effect__bg {
	display: block;
	-webkit-transition: background 0.5s ease-in;
	-moz-transition: background 0.5s ease-in;
	-ms-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
	overflow: hidden;
}

.p-hover-effect__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-hover-effect--type1:hover .p-hover-effect__bg,
.p-hover-effect--type2:hover .p-hover-effect__bg,
.p-hover-effect--type3:hover .p-hover-effect__bg {
	-webkit-transition-property: -webkit-transform, transform, opacity;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: -webkit-transform, transform, opacity;
	-moz-transition-timing-function: ease-out;
	-ms-transition-property: -webkit-transform, transform, opacity;
	-ms-transition-timing-function: ease-out;
	transition-property: -webkit-transform, transform, opacity;
	transition-duration: 0.25s;
}

.p-hover-effect--type1 .p-hover-effect__image {
	-webkit-transform: scale(1);
	-webkit-transition-duration: 0.75s;
	-moz-transform: scale(1);
	-moz-transition-duration: 0.75s;
	-ms-transform: scale(1);
	-ms-transition-duration: 0.75s;
	transform: scale(1);
	transition-duration: 0.75s;
}

.p-hover-effect--type1 .p-hover-effect__bg {
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
	-ms-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

.p-hover-effect--type2 .p-hover-effect__image {
	-webkit-transform: scale(1.2);
	-webkit-transition-duration: 0.5s;
	-moz-transform: scale(1.2);
	-moz-transition-duration: 0.5s;
	-ms-transform: scale(1.2);
	-ms-transition-duration: 0.5s;
	transform: scale(1.2);
	transition-duration: 0.5s;
}

.p-hover-effect--type3 .p-hover-effect__image {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.5s;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.p-hover-effect--type3:hover .p-hover-effect__image {
	opacity: 0.5;
}

/* archive */
.p-archive {
	position: relative;
}

.p-archive.is-loading::after {
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #000;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	margin: auto;
	width: 16px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	-webkit-animation: loading-circle 1.1s infinite linear;
	animation: loading-circle 1.1s infinite linear;
}

.p-archive__item {
	overflow: hidden;
	height: 332px;
	position: relative;
	width: 332px;
}

.p-archive__item.is-animate .p-archive__item-inner {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	-webkit-transition-property: -webkit-transform, transform, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transform: translate3d(0, 50px, 0);
	-moz-transition-property: -moz-transform, transform, opacity;
	-moz-transition-duration: 0.5s;
	-ms-transform: translate3d(0, 50px, 0);
	-ms-transition-property: -ms-transform, transform, opacity;
	-ms-transition-duration: 0.5s;
	transform: translate3d(0, 50px, 0);
	transition-property: transform, opacity;
	transition-duration: 0.5s;
}

.p-archive__item.is-active .p-archive__item-inner {
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.p-archive__item.is-hidden .p-archive__item-inner {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	transition-property: none;
}

.p-archive__item-inner,
.p-archive__item>a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-archive__item-thumbnail,
.p-archive__item-thumbnail__image {
	height: 100%;
	width: 100%;
}

.p-archive__item-thumbnail::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	content: '';
	display: block;
	position: absolute;
	bottom: -0.1px;
	left: 0;
	right: -1px;
	top: 50%;
	z-index: 2;
}

	{
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}

.p-archive__item-caption {
	padding: 0 8.5%;
	position: absolute;
	bottom: 7.21%;
	left: 0;
	right: 0;
	z-index: 3;
}

.p-archive__item-date {
	color: #fff;
	display: inline-block;
	margin-bottom: 2px;
}

.p-archive__item-title {
	color: #fff;
	font-weight: 700;
	height: 4.8em;
	line-height: 1.6;
	overflow: hidden;
}

.p-archive__item-likes {
	color: #fff;
}

.p-archive__item-views,
.p-archive__item-likes {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.p-archive__item:hover .p-archive__item-views,
.p-archive__item:hover .p-archive__item-likes {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

body.is-wp-mobile-device .p-archive__item-views,
body.is-wp-mobile-device .p-archive__item-likes {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

.no_post {
	padding: 80px 0;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.p-archive {
		margin-left: 0;
		margin-right: 0;
	}

	.p-archive__item-inner::after {
		top: 40%;
	}

	.p-archive__item-caption {
		bottom: 5.55%;
	}

	.p-archive__item-title {
		line-height: 1.5;
	}

	.no_post {
		padding: 50px 0;
		text-align: center;
	}
}

/* gallery archive */
.p-hover-effect--gallery .p-hover-effect__image {
	-webkit-transform: scale(1.12);
	-webkit-transition-property: -webkit-transform, transform;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transform: scale(1.12);
	-moz-transition-property: -moz-transform, transform;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transform: scale(1.12);
	-ms-transition-property: -ms-transform, transform;
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: ease-out;
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: scale(1.12);
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-hover-effect--gallery:hover .p-hover-effect__image {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

body.is-wp-mobile-device .p-hover-effect--gallery .p-hover-effect__image {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

.p-archive-gallery__item {
	overflow: hidden;
	height: 332px;
	position: relative;
	width: 332px;
}

.p-archive-gallery__item.is-animate .p-archive-gallery__item-inner {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	-webkit-transition-property: -webkit-transform, transform, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transform: translate3d(0, 50px, 0);
	-moz-transition-property: -moz-transform, transform, opacity;
	-moz-transition-duration: 0.5s;
	-ms-transform: translate3d(0, 50px, 0);
	-ms-transition-property: -ms-transform, transform, opacity;
	-ms-transition-duration: 0.5s;
	transform: translate3d(0, 50px, 0);
	transition-property: transform, opacity;
	transition-duration: 0.5s;
}

.p-archive-gallery__item.is-animate.is-active .p-archive-gallery__item-inner {
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.p-archive-gallery__item.is-hidden .p-archive-gallery__item-inner {
	opacity: 0;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	transition-property: none;
}

.p-archive-gallery__item-inner,
.p-archive-gallery__item>a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-archive-gallery__item-thumbnail,
.p-archive-gallery__item-thumbnail__image {
	height: 100%;
	width: 100%;
}

.p-archive-gallery__item-caption {
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}

.p-hover-effect--gallery:hover .p-archive-gallery__item-caption {
	opacity: 1;
}

.p-archive-gallery__item-caption__inner {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	max-height: 100%;
	padding: 30px 8.5%;
	text-align: center;
}

.p-archive-gallery__item-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
}

.p-archive-gallery__item-date {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 2;
	;
}

.p-archive-gallery__item-buttons {
	margin-top: 7px;
}

.p-archive-gallery__item-button {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	width: 45px;
}

.p-archive-gallery__item-button:hover {
	color: #fff;
}

.p-archive-gallery__item-button::before {
	font-family: 'design_plus';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.p-archive-gallery__item-button-gallery::before {
	content: '\e93e';
	font-size: 21px;
}

.p-archive-gallery__item-button+.p-archive-gallery__item-button {
	margin-left: 6px;
}

.p-archive-gallery__item-likes {
	color: #fff;
}

.p-archive-gallery__item-views,
.p-archive-gallery__item-likes {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.p-archive-gallery__item:hover .p-archive-gallery__item-views,
.p-archive-gallery__item:hover .p-archive-gallery__item-likes {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

body.is-wp-mobile-device .p-archive-gallery__item-thumbnail::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	content: '';
	display: block;
	position: absolute;
	bottom: -0.1px;
	left: 0;
	right: -1px;
	top: 0;
	z-index: 2;
}

body.is-wp-mobile-device .p-archive-gallery__item-caption {
	background: transparent;
	display: block;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

body.is-wp-mobile-device .p-archive-gallery__item-caption__inner {
	padding-bottom: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

body.is-wp-mobile-device .p-archive-gallery__item-buttons {
	margin-top: 3px;
}

body.is-wp-mobile-device .p-archive-gallery__item-button {
	background: transparent !important;
	border-radius: 0;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

body.is-wp-mobile-device .p-archive-gallery__item-button:hover {
	color: #00a4a4;
}

body.is-wp-mobile-device .p-archive-gallery__item-button-gallery::before {
	position: relative;
	top: 1px;
}

body.is-wp-mobile-device .p-gallery-link-icon {
	font-size: 15px;
}

body.is-wp-mobile-device .p-archive-gallery__item-views,
body.is-wp-mobile-device .p-archive-gallery__item-likes {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

@media only screen and (max-width: 991px) {
	.p-archive-gallery__item-caption {
		display: block;
	}

	.p-archive-gallery__item-caption__inner {
		padding-bottom: 0;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}

	.p-archive-gallery__item-title {
		font-size: 16px;
	}

	.p-archive-gallery__item-buttons {
		margin-top: 3px;
	}

	.p-archive-gallery__item-button {
		background: transparent !important;
		border-radius: none;
		color: #fff;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

	.p-archive-gallery__item-button:hover {
		color: #00a4a4;
	}
}

/* gallery link icon */
.p-gallery-link-icon {
	font-size: 17px;
}

.p-gallery-link-icon::before {
	content: '\e9cb';
	font-family: 'design_plus';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.p-gallery-link-icon--type2::before {
	content: '\e145';
	font-size: 120%;
}

.p-gallery-link-icon--type3::before {
	content: '\e949';
	font-size: 110%;
}

.p-gallery-link-icon--type4::before {
	content: '\e944';
	font-size: 110%;
}

.p-gallery-link-icon--type5::before {
	content: '\e946';
	font-size: 110%;
}

.p-gallery-link-icon--type6::before {
	content: '\e947';
	font-size: 110%;
}

.p-gallery-link-icon--type7::before {
	content: '\e948';
	font-size: 110%;
}

.p-gallery-link-icon--type8::before {
	content: '\e929';
	font-size: 110%;
}

/* main layout */
.p-page-header+.l-mian__inner,
.p-entry__header+.l-mian__inner {
	padding-top: 0;
}

.p-breadcrumb+.l-mian__inner {
	padding-top: 74px;
}

.p-entry__header-has-image+.l-mian__inner {
	padding-top: 60px;
}

@media (min-width: 992px) {

	.l-main-layout--type2,
	.l-main-layout--type3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}

	.l-main-layout--type2>.p-page-header,
	.l-main-layout--type2>.p-page-header__image,
	.l-main-layout--type2>.l-mian__inner,
	.l-main-layout--type3>.p-page-header,
	.l-main-layout--type3>.p-page-header__image,
	.l-main-layout--type3>.l-mian__inner {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.l-main-layout--type3>.p-page-header,
	.l-main-layout--type3>.p-page-header__image {
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}

	.l-main-layout--type2 .p-page-header__inner,
	.l-main-layout--type3 .p-page-header__inner {
		padding-top: 150px;
		width: 70%;
	}

	.l-main-layout--type2 .p-page-header__title,
	.l-main-layout--type2 .p-page-header__image-title,
	.l-main-layout--type2 .p-page-header__desc,
	.l-main-layout--type2 .p-page-header__image-desc {
		text-align: left;
	}

	.l-main-layout--type3 .p-page-header__title,
	.l-main-layout--type3 .p-page-header__image-title,
	.l-main-layout--type3 .p-page-header__desc,
	.l-main-layout--type3 .p-page-header__image-desc {
		text-align: right;
	}

	.l-main-layout--type2 .p-page-header__image .p-page-header__overlay,
	.l-main-layout--type3 .p-page-header__image .p-page-header__overlay {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: start;
		align-items: flex-start;
		height: 100%;
		min-height: auto;
	}

	.l-main-layout--type2 .l-mian__inner,
	.l-main-layout--type3 .l-mian__inner {
		padding-left: 6.1515%;
		padding-right: 6.1515%;
		padding-top: 150px !important;
	}

	.l-main-layout--type2 .p-breadcrumb,
	.l-main-layout--type3 .p-breadcrumb {
		margin-top: 0;
		position: absolute;
		top: 76px;
	}

	.l-main-layout--type2 .p-breadcrumb {
		left: 50%;
		right: 0;
	}

	.l-main-layout--type3 .p-breadcrumb {
		left: 0;
		right: 50%;
	}

	.l-main-layout--type2 .p-breadcrumb__inner,
	.l-main-layout--type3 .p-breadcrumb__inner {
		width: 75.394%;
	}

	body.has-breadcrumb .l-main-layout--type2 .l-mian__inner,
	body.has-breadcrumb .l-main-layout--type3 .l-mian__inner {
		padding-top: 169px !important;
	}
}

@media only screen and (max-width: 991px) {

	.p-breadcrumb+.l-mian__inner,
	.p-page-header__image+.l-mian__inner {
		padding-top: 30px;
	}

	.p-page-header .l-mian__inner,
	.p-page-header+.p-breadcrumb+.l-mian__inner {
		padding-top: 0;
	}
}

/* entry */
.p-entry__header {
	overflow: hidden;
	position: relative;
}

.p-entry__header-inner {
	overflow: hidden;
	padding-top: 80px;
	position: relative;
}

.p-entry__header.has-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.p-entry__header.has-image .p-entry__header-overlay {
	background: rgba(0, 0, 0, 0.2);
}

.p-entry__header.has-image .p-entry__header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 550px;
	padding: 80px 0;
}

_:-ms-input-placeholder,
:root .p-entry__header.has-image .p-entry__header-overlay {
	/* ie hack for align-items: center; */
	height: 0;
}

.p-entry__header--align-center {
	text-align: center;
}

.p-entry__header+.p-breadcrumb {
	margin-top: 56px;
}

.p-entry__views {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.js-initialized .p-entry__views {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.p-entry__header.has-image .p-entry__views {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}

.p-entry__category {
	margin-bottom: 20px;
}

.p-entry {}

.p-entry> :last-child {
	margin-bottom: 0;
}

.p-entry__date {
	font-size: 12px;
	line-height: 1.8;
}

.p-entry__title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3;
}

.p-entry__header.has-image .p-entry__date,
.p-entry__header.has-image .p-entry__title {
	color: #fff;
}

.p-entry__thumbnail {
	position: relative;
}

.p-entry__thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

.p-entry__body,
.p-body {
	line-height: 2.4;
}

.p-body a {
	word-wrap: break-word;
}

.p-entry__body {
	margin-bottom: 50px;
}

.p-entry__body> :last-child,
.p-body> :last-child {
	margin-bottom: 0;
}

.p-entry__share {
	margin-bottom: 24px;
}

.p-entry__body+.p-entry__share {
	margin-bottom: 50px;
	margin-top: -12px;
}

.p-entry__meta {
	margin-bottom: 45px;
	margin-top: -14px;
}

.p-entry__nav {
	margin: 45px 0 50px;
}

.p-body .p-entry__ad img {
	max-width: none;
	width: auto;
}

.p-entry__next-page {
	margin-top: 50px;
	text-align: center;
}

.p-entry__next-page__link {
	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;
	text-align: center;
}

.p-entry .p-author__desc {
	max-height: 6em;
	overflow: hidden;
}

.p-entry__related {
	margin-bottom: 50px;
}

.p-entry__related-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-entry__related-item {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	width: 25%;
}

.p-entry__related-item a {
	display: block;
}

.p-entry__related-item a::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	content: '';
	display: block;
	position: absolute;
	bottom: -0.1px;
	left: 0;
	right: -1px;
	top: 50%;
	z-index: 2;
}

.p-entry__related-item__thumbnail {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

.p-entry__related-item__thumbnail-image {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-entry__related-item__title {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin: 16px 0;
	max-height: 4.5em;
	overflow: hidden;
	padding: 0 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

@media (min-width: 992px) {
	.p-entry__header.has-image .l-inner02 {
		position: relative;
	}

	.p-entry__related-item:nth-child(-n+4) {
		border-top: none;
	}

	.p-entry__related-item:nth-child(4n+1) {
		border-left: none;
	}
}

@media only screen and (max-width: 991px) {
	.p-entry__header {
		margin-left: -6.34%;
		margin-right: -6.34%;
	}

	.p-entry__header-inner {
		padding-top: 30px;
	}

	.p-entry__header.has-image .p-entry__header-inner {
		min-height: 320px;
		padding: 30px 0;
	}

	.p-entry__header+.p-breadcrumb {
		margin-top: 0;
	}

	.p-entry__title {
		font-size: 21px;
	}

	.p-entry__body,
	.p-body {
		line-height: 2;
	}

	.p-entry__body {
		margin-bottom: 30px;
	}

	.p-entry__meta {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.p-entry__share {
		margin-bottom: 26px;
	}

	.p-entry__body+.p-entry__share {
		margin-bottom: 30px;
		margin-top: 26px;
	}

	.p-entry__nav {
		margin-bottom: 30px;
		margin-top: 26px;
	}

	.p-entry__next-page {
		margin-top: 50px;
		text-align: center;
	}

	.p-entry__related {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.p-entry__header.has-image .p-entry__header-inner {
		min-height: 250px;
	}

	.p-entry__related {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.p-entry__related-item {
		width: 50%;
	}

	.p-entry__related-item:nth-child(-n+2) {
		border-top: none;
	}

	.p-entry__related-item:nth-child(2n+1) {
		border-left: none;
	}
}

/* entry gallery */
.p-entry-gallery {
	padding-bottom: 150px;
	padding-top: 125px;
}

.p-entry-gallery__inner {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	max-width: 730px;
}

.p-entry-gallery__ad-top {
	margin-top: 0;
	padding-top: 95px;
}

.p-entry-gallery__title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.p-entry-gallery__date {
	color: #999;
	font-size: 12px;
	line-height: 2;
	margin-top: 2px;
	text-align: center;
}

.p-entry-gallery__ad-top+.p-entry-gallery {
	padding-top: 18px
}

.p-entry-gallery__body {
	margin-bottom: 40px;
	margin-top: 64px;
}

.p-entry-gallery__counts {
	margin-bottom: 50px;
	text-align: center;
}

.p-entry-gallery__views,
.p-entry-gallery__likes {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	height: 60px;
	padding-top: 26px;
	min-width: 60px;
}

.p-entry-gallery__views::before,
.p-entry-gallery__likes::before {
	top: 10px;
}

.p-entry-gallery__likes {
	color: #00a4a4;
}

.p-entry-gallery__likes:hover {
	background: #00a4a4;
	color: #fff;
}

.p-entry-gallery__views+.p-entry-gallery__likes {
	margin-left: 10px;
}

.p-entry-gallery .p-entry__share {
	margin-bottom: -5px;
	margin-top: 44px;
}

.p-entry-gallery .p-entry__share.c-share--sm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
}

.p-entry-gallery__inner~.p-entry-gallery__inner .p-entry__share {
	margin-bottom: -5px;
	margin-top: 80px;
}

.p-entry-gallery__archive-link {
	display: block;
	margin: 65px auto -5px;
	width: 50px;
	text-align: center;
}

.p-entry-gallery__archive-link::before {
	content: '\e943';
	font-family: 'design_plus';
	font-size: 36px;
}

.p-entry-gallery__archive-link span {
	display: none;
}

.p-entry-gallery__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 50px;
}

.p-entry-gallery__nav-item {
	position: relative;
	width: 250px;
}

.p-entry-gallery__nav-item+.p-entry-gallery__nav-item {
	margin-left: 15px;
}

.p-entry-gallery__nav-item a {
	background: #fff;
	display: block;
	font-size: 14px;
	line-height: 64px;
	height: 64px;
	text-align: center;
}

.p-entry-gallery__nav-item--prev a::before,
.p-entry-gallery__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;
}

.p-entry-gallery__nav-item--prev a::before {
	content: "\e90f";
	left: 30px;
}

.p-entry-gallery__nav-item--next a::after {
	content: "\e910";
	right: 30px;
}

.p-entry-gallery__ad-bottom {
	margin-top: -70px;
	padding-bottom: 130px;
}

@media (min-width: 992px) {
	.p-entry-gallery__header {
		padding: 27px 30px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

	.p-entry-gallery__header .p-breadcrumb__inner {
		max-width: none;
		width: auto;
	}
}

@media only screen and (max-width: 991px) {
	.p-entry-gallery {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.p-entry-gallery__inner {
		width: 100%;
		max-width: none;
	}

	.p-entry-gallery__ad-top {
		margin-top: 0;
		padding-top: 30px;
	}

	.p-entry-gallery__title {
		font-size: 24px;
		margin-top: -0.25em;
	}

	.p-entry-gallery__date {
		line-height: 1.5;
		margin-top: 0;
	}

	.p-entry-gallery__ad-top+.p-entry-gallery {
		padding-top: 0;
	}

	.p-entry-gallery__body {
		margin-bottom: 30px;
		margin-top: 22px;
	}

	.p-entry-gallery__counts {
		margin-bottom: 30px;
		margin-top: -7px;
	}

	.p-entry-gallery .p-entry__share {
		margin-top: 30px;
	}

	.p-entry-gallery__archive-link {
		margin-bottom: -2px;
		margin-top: 22px;
	}

	.p-entry-gallery__nav {
		margin-top: 26px;
	}

	.p-entry-gallery__nav-item {
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%;
		font-size: 12px;
		text-align: center;
		position: relative;
		width: auto;
	}

	.p-entry-gallery__nav-item+.p-entry-gallery__nav-item {
		margin-left: 0;
	}

	.p-entry-gallery__nav-item--prev,
	.p-entry-gallery__nav-item--next {
		border: 1px solid #ddd;
	}

	.p-entry-gallery__nav-item--prev+.p-entry-gallery__nav-item--next {
		border-left: none;
	}

	.p-entry-gallery__nav-item a {
		line-height: 50px;
		height: 50px;
	}

	.p-entry-gallery__nav-item--prev a::before {
		left: 18px;
	}

	.p-entry-gallery__nav-item--next a::after {
		right: 18px;
	}

	.p-entry-gallery__inner~.p-entry-gallery__inner .p-entry__share {
		margin-top: 30px;
	}

	.p-entry-gallery__ad-bottom {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 30px;
	}
}

/* entry gallery slider */
.p-entry-gallery__slider {
	position: relative;
}

.p-entry-gallery__slider-item__image {
	display: block;
	height: auto;
	width: 100%;
}

.p-entry-gallery__slider-item__video-container,
.p-entry-gallery__slider-item__youtube-container {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.p-entry-gallery__slider-item__video-container video,
.p-entry-gallery__slider-item__youtube-container iframe {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-entry-gallery__slider-item__caption {
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.p-entry-gallery__slider-item.is-active .p-entry-gallery__slider-item__caption {
	opacity: 1;
	-webkit-transition: opacity 0.8s ease-in;
	-moz-transition: opacity 0.8s ease-in;
	-ms-transition: opacity 0.8s ease-in;
	transition: opacity 0.8s ease-in;
}

.p-entry-gallery__slider-item__caption.p-entry-gallery__body {
	margin: 42px 0 0;
}

.p-entry-gallery__slider-item__caption.p-entry-gallery__body:empty {
	margin-top: 0;
}

.p-entry-gallery__slider .slick-arrow {
	font-size: 28px;
	font-weight: 400;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, top 0.5s ease;
	-moz-transition: opacity 0.3s ease, top 0.5s ease;
	-ms-transition: opacity 0.3s ease, top 0.5s ease;
	transition: opacity 0.3s ease, top 0.5s ease;
}

.p-entry-gallery__slider:hover .slick-arrow {
	opacity: 0.6;
}

.p-entry-gallery__slider .slick-arrow:hover {
	opacity: 1;
}

body.is-wp-mobile-device .p-entry-gallery__slider .slick-arrow {
	opacity: 1 !important;
}

.p-entry-gallery__slider[data-slides="2"] .p-entry-gallery__slider-item+.p-entry-gallery__slider-item {
	margin-top: 42px;
}

@media (min-width: 992px) {
	.p-entry-gallery__slider.slick-initialized .p-float-category {
		left: 16%;
	}

	.p-entry-gallery__slider .slick-prev {
		left: 16%;
	}

	.p-entry-gallery__slider .slick-next {
		right: 16%;
	}
}

@media only screen and (max-width: 991px) {
	.p-entry-gallery__slider {
		margin-left: -6.34%;
		margin-right: -6.34%;
	}

	.p-entry-gallery__slider .slick-arrow {
		font-size: 20px;
	}

	.p-entry-gallery__slider-item__caption.p-entry-gallery__body {
		margin-top: 26px;
	}

	.p-entry-gallery__slider-item__caption.p-entry-gallery__body:empty {
		margin-top: 0;
	}

	.p-entry-gallery__slider[data-slides="2"] .p-entry-gallery__slider-item+.p-entry-gallery__slider-item {
		margin-top: 26px;
	}
}

/* information */
.p-archive-information {}

.p-archive-information__item {
	margin-bottom: 30px;
}

.p-archive-information__item:last-child {
	margin-bottom: 0;
}

.p-archive-information__item a {
	display: block;
}

.p-archive-information__item-thumbnail {
	float: left;
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 120px;
}

.p-archive-information__item-thumbnail__image {
	height: 100%;
	width: 100%;
}

.p-archive-information__item-date {
	line-height: 1;
	margin-bottom: 12px;
}

.p-archive-information__item-title {
	line-height: 1.8;
	max-height: 5.4em;
	overflow: hidden;
}

a:hover .p-archive-information__item-title {
	color: #999;
}

.p-archive-information__item-thumbnail~.p-archive-information__item-date,
.p-archive-information__item-thumbnail~.p-archive-information__item-title {
	margin-left: 150px;
}

.p-pager-information {
	margin-bottom: 83px;
	margin-top: 0;
	padding: 0;
}

.p-pager-information .p-pager__item a,
.p-pager-information .p-pager__item span {
	margin: 0 5px;
}

.p-pager-information .p-pager__item .current,
.p-pager-information .p-pager__item a:hover {
	background: #999;
}

.p-archive-information.is-loading {
	min-height: 120px;
	position: relative;
}

.p-recent-information {}

.p-recent-information .p-headline {
	margin-bottom: 15px;
}

.p-recent-information__item {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 0;
	background: #fff;
}

.p-recent-information__item:last-child {
	border-bottom-width: 1px;
}

.p-recent-information__item a {
	display: block;
	padding: 20.5px 30px;
}

.p-recent-information__item-date {
	display: block;
	margin-bottom: 2px;
}

.p-recent-information__item-title {
	line-height: 1.6;
	max-height: 1.6em;
	overflow: hidden;
}

a:hover .p-recent-information__item-title {
	color: #999;
}

@media only screen and (max-width: 991px) {
	.p-archive-information__item {
		margin-bottom: 18px;
	}

	.p-archive-information__item-thumbnail {
		height: 110px;
		width: 110px;
	}

	.p-archive-information__item-date {
		margin-bottom: 7px;
	}

	.p-archive-information__item-thumbnail~.p-archive-information__item-date,
	.p-archive-information__item-thumbnail~.p-archive-information__item-title {
		margin-left: 130px;
	}

	.p-pager-information {
		margin-bottom: 30px;
	}

	.p-archive-information.is-loading {
		min-height: 110px;
	}

	.p-recent-information {
		margin-top: 30px;
	}

	.p-recent-information .p-headline {
		text-align: left;
	}

	.p-recent-information__item a {
		padding: 17px 22px;
	}
}

@media only screen and (max-width: 479px) {
	.p-recent-information__item-title {
		max-height: 3.2em;
	}
}

/* tab */
.p-tab-list__tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
	margin-bottom: 80px;
}

.p-tab-list__tab-item {
	margin: -0.4em 0;
	text-align: center;
}

.p-tab-list__tab-item+.p-tab-list__tab-item {
	margin-left: 26px;
}

.p-tab-list__tab-item a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
}

.p-tab-list__tab-item.is-active a {
	color: #999;
	cursor: default;
}

.p-tab-list__panel {
	display: none;
}

.p-tab-list__panel.is-active {
	display: block;
}

@media only screen and (max-width: 991px) {
	.p-tab-list__tab {
		margin-bottom: 30px;
	}
}

/* about */
.p-about__profile-image {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.p-about__profile-image__inner,
.p-about__profile-image img {
	display: inline-block;
}

.p-about__profile-image img {
	height: auto;
	max-width: 100%;
}

.p-about__profile-circle_image {
	border-radius: 50%;
	display: block;
	height: 160px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	width: 160px;
	/* old webkit bug fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.p-about__profile-circle_image-inner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 160px;
	width: 160px;
}

.p-about__profile-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

.p-about__profile-social-nav {
	text-align: center;
}

.p-about *+.p-about__desc {
	margin-top: 70px;
}

.p-about> :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.p-about__profile-name {
		font-size: 16px;
	}

	.p-tab-list__panel *+.p-about__desc {
		margin-top: 34px;
	}
}

/* ranking */
.p-ranking {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 500px;
}

.p-ranking__item {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	overflow: hidden;
	-webkit-flex-basis: -webkit-calc((100% - 1px) / 2);
	flex-basis: calc((100% - 1px) / 2);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.p-ranking__item:nth-child(-n+2) {
	border-top: none;
}

.p-ranking__item:nth-child(2n),
.p-ranking__item:last-child {
	border-right: none;
}

.p-ranking__item-inner {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

.p-ranking__item a {
	display: block;
}

.p-ranking__item-thumbnail {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.p-ranking__item-thumbnail__image {
	display: block;
	height: 100%;
	width: 100%;
}

.p-ranking__item-thumbnail::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	content: '';
	display: block;
	position: absolute;
	bottom: -0.1px;
	left: 0;
	right: -1px;
	top: 40%;
	z-index: 1;
}

.p-ranking__item-title {
	color: #fff;
	font-weight: 700;
	height: 4.5em;
	line-height: 1.5;
	margin-bottom: -0.25em;
	overflow: hidden;
	padding: 0 8.5%;
	position: absolute;
	bottom: 8.5%;
	left: 0;
	right: 0;
	z-index: 2;
}

.p-ranking__item-views,
.p-ranking__item-likes {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.p-ranking__item-likes {
	color: #fff;
}

.p-ranking__item-rank span {
	color: #000;
	position: absolute;
	left: 16px;
	top: 13px;
	z-index: 5;
}

.p-ranking__item-rank::after {
	content: '';
	border-color: #fff transparent transparent #fff;
	border-style: solid;
	border-width: 35px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.p-ranking__item-rank-bg span {
	color: #fff;
}

.p-ranking__item-rank-bg::after {
	border-color: #ff8000 transparent transparent #ff8000;
}

.p-ranking--gallery .p-ranking__item-title {
	height: auto;
	max-height: 4.5em;
	text-align: center;
}

.p-ranking--gallery .p-ranking__item-rank-bg::after {
	border-color: #00a4a4 transparent transparent #00a4a4;
}

@media (min-width: 992px) {
	.p-ranking--wide {
		max-width: none;
	}

	.p-ranking--wide .p-ranking__item {
		border-left: none;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		-webkit-flex-basis: -webkit-calc((100% - 3px) / 4);
		flex-basis: calc((100% - 3px) / 4);
	}

	.p-ranking--wide .p-ranking__item:nth-child(-n+4) {
		border-top: none;
	}

	.p-ranking--wide .p-ranking__item:nth-child(4n),
	.p-ranking--wide .p-ranking__item:last-child {
		border-right: none;
	}
}

@media only screen and (max-width: 991px) {
	.p-ranking {
		margin-bottom: -30px;
		margin-left: -6.34%;
		margin-right: -6.34%;
		max-width: none;
	}

	.p-ranking__item-title {
		bottom: 7.5%;
	}

	.p-ranking__item-rank span {
		left: 12px;
		top: 10px;
	}

	.p-ranking__item-rank::after {
		border-width: 27.5px;
	}
}

/* 404 */
body.error404 .l-main {
	min-height: 550px;
}

body.error404 .p-page-header__image {
	margin-bottom: 0 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

body.error404 .p-page-header__image .p-page-header__overlay {
	height: 100%;
	min-height: auto;
}

body.error404 .p-pagetop {
	display: none !important;
}

@media only screen and (max-width: 991px) {
	body.error404 .l-main {
		min-height: 320px;
	}
}

@media only screen and (max-width: 767px) {
	body.error404 .l-main {
		min-height: 250px;
	}
}

/* oEmbed */
.p-embed-container {
	height: auto;
	margin: 0 0 50px;
	max-width: 100%;
}

.p-embed-container--youtube {
	height: 0;
	overflow: hidden;
	padding-top: 66.66%;
	position: relative;
	width: 100%;
}

.p-embed-container--youtube iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.p-embed-container--twitter>*,
.p-embed-container--instagram iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (min-width: 992px) {
	.p-embed-container--youtube {
		padding-top: 56.25%;
	}
}

@media only screen and (max-width: 991px) {
	.p-embed-container {
		margin-bottom: 30px;
	}
}

/* page builder */
.pb_font_family_type2 {
	font-weight: 600;
}

.pb_font_family_type3 {
	font-weight: 500;
}

/* footer slider */
.p-footer-blog {}

.p-footer-blog__healine {
	background: #ddd;
	margin-bottom: 0;
	padding: 18.5px 0;
	text-align: center;
}

.p-footer-blog__item {
	overflow: hidden;
	position: relative;
	width: 20%;
}

.p-footer-blog__item:nth-child(n+2) {
	display: none;
}

.slick-initialized .p-footer-blog__item {
	display: block !important;
	height: auto;
}

.p-footer-blog__item>a {
	display: block;
}

.p-footer-blog__item-thumbnail {
	padding-top: 69.1729%;
	overflow: hidden;
	position: relative;
}

.p-footer-blog__item-thumbnail::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	content: '';
	display: block;
	height: 100px;
	position: absolute;
	bottom: -0.1px;
	left: 0;
	right: -1px;
	z-index: 2;
}

.p-footer-blog__item-thumbnail__inner {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-footer-blog__item-title,
.p-footer-blog__item-info .p-article__title {
	color: #fff !important;
	font-weight: 600;
	line-height: 1.4;
	margin: 16px 0;
	max-height: 4.2em;
	overflow: hidden;
	padding: 0 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.p-footer-blog .slick-arrow {
	background: #fff;
	border: none;
	color: #000;
	opacity: 0;
}

.p-footer-blog .slick-slider:hover .slick-arrow {
	opacity: 1;
}

@media only screen and (max-width: 991px) {
	.p-footer-blog__healine {
		padding: 15px 0;
	}

	.p-footer-blog__item-info {
		padding: 24px 14px;
	}

	.p-footer-blog__item::after {
		height: 90px;
	}

	.p-footer-blog__item-thumbnail {
		padding-top: 100%;
	}
}

/* index category */
.p-archive-categories {
	height: 60px;
	overflow-y: hidden;
	position: relative;
}

body.is-wp-mobile-device .p-archive-categories {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.p-archive-categories__filter {
	background: #e6e6e6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-archive-categories__filter-item {
	-webkit-flex: 0 1 10%;
	flex: 0 1 10%;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 60px;
	padding: 0 15px;
	text-align: center;
	white-space: nowrap;
}

.p-archive-categories__filter-item.is-active {
	background: rgba(255, 128, 0, 0.5);
	color: #fff;
}

.p-archive-categories__filter-item:hover {
	background: rgba(255, 128, 0, 1);
	color: #fff;
}

/* for IE11 */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.p-archive-categories__filter-item {
		flex-basis: auto;
		min-width: 10%;
	}
}

@media only screen and (max-width: 991px) {
	.p-archive-categories {
		height: 50px;
		margin-left: -6.34%;
		margin-right: -6.34%;
	}

	.p-archive-categories__filter-item {
		line-height: 50px;
	}
}

/* index news ticker */
.p-index-newsticker {
	background: #e6e6e6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 60px;
	padding: 0 30px;
}

.p-index-newsticker__items {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
}

.p-index-newsticker__archive-link {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 14px;
	margin-left: 18px;
}

.p-index-newsticker__archive-link__button {
	display: block;
}

.p-index-newsticker__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-index-newsticker__item-date {
	display: inline-block;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #ff8000;
	font-size: 12px;
	margin-right: 18px;
}

.p-index-newsticker__item-title {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	display: inline-block;
	font-size: 14px;
	max-height: 60px;
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	.p-index-newsticker {
		display: block;
		line-height: 1.7;
		padding: 11px;
	}

	.p-index-newsticker__archive-link {
		margin-left: 0;
		text-align: right;
	}

	.p-index-newsticker__item a {
		display: block;
	}

	.p-index-newsticker__item-date {
		display: block;
		margin-bottom: 3px;
		margin-right: 0;
	}

	.p-index-newsticker__item-title {
		max-height: 3.4em;
	}
}

/* modal */
.p-modal {
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}

.p-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__contents {
	background: #fff;
	border-radius: 8px;
	margin: 60px;
	max-width: 80%;
	min-width: 320px;
	position: relative;
}

.p-modal__contents__inner {
	display: block;
	max-height: 80%;
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 50px 50px 0 50px;
}

.p-modal__contents__inner::after {
	content: '';
	display: block;
	padding-bottom: 50px;
}

.p-modal__close {
	background: transparent;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 30px;
	font-family: 'design_plus';
	line-height: 50px;
	padding: 0;
	text-align: center;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media only screen and (max-width: 991px) {
	.p-modal__contents {
		margin: 22px;
		max-width: calc(100% - 44px);
	}

	.p-modal__contents__inner {
		max-height: calc(100vh - 44px);
		padding: 30px 30px 0 30px;
	}

	.p-modal__contents__inner::after {
		padding-bottom: 30px;
	}

	.p-modal__close {
		font-size: 20px;
		line-height: 40px;
		width: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.p-modal__contents {
		min-width: 200px;
	}
}

@media only screen and (min-width: 783px) {
	body.admin-bar .p-modal {
		top: 32px;
	}

	body.admin-bar .p-modal__contents__inner {
		max-height: calc(100vh - 44px - 32px);
	}
}

@media only screen and (max-width: 782px) {
	body.admin-bar .p-modal {
		top: 46px;
	}

	body.admin-bar .p-modal__contents__inner {
		max-height: calc(100vh - 44px - 46px);
	}
}

@media only screen and (max-width: 600px) {
	body.admin-bar .p-modal {
		top: 0;
	}

	body.admin-bar .p-modal__contents__inner {
		max-height: calc(100vh - 44px);
	}
}

/* modal gallery */
.p-modal-gallery {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 160px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: opacity, visibility;
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: ease;
	transition-property: opacity, visibility;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.p-modal-gallery.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal-gallery .p-modal__close {
	right: 30px;
	top: 30px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.p-modal-gallery.has-scrollbar .p-modal__close {
	right: 46px;
}

.p-modal-gallery-slider {
	height: 100% !important;
}

.p-modal-gallery-slider.slick-slider {
	overflow-x: hidden;
	overflow-y: auto;
}

.p-modal-gallery-slider .slick-arrow {
	color: #000;
	font-size: 28px;
	font-weight: 400;
	position: fixed;
	top: 33%;
	-webkit-transition-property: color, margin, opacity, top;
	-webkit-transition-duration: 0.3s, 1s, 0.3s, 0.3s;
	-moz-transition-property: color, margin, opacity, top;
	-moz-transition-duration: 0.3s, 1s, 0.3s, 0.3s;
	-ms-transition-property: color, margin, opacity, top;
	-ms-transition-duration: 0.3s, 1s, 0.3s, 0.3s;
	transition-property: color, margin, opacity, top;
	transition-duration: 0.3s, 1s, 0.3s, 0.3s;
}

.p-modal-gallery-slider .slick-arrow:hover {
	color: #999;
}

.p-modal-gallery-slider .slick-prev {
	left: 30px;
	margin-left: -150px;
}

.p-modal-gallery-slider .slick-next {
	right: 30px;
	margin-right: -150px
}

.p-modal-gallery.is-active .p-modal-gallery-slider .slick-prev {
	margin-left: 0;
}

.p-modal-gallery.is-active .p-modal-gallery-slider .slick-next {
	margin-right: 0;
}

.p-modal-gallery.has-scrollbar .p-modal-gallery-slider .slick-next {
	right: 46px;
}

.p-modal-gallery-slider .p-modal-gallery-slide {
	height: 100%;
	height: calc(100% - 60px);
	padding: 60px 80px 0 80px;
	text-align: center;
}

.p-modal-gallery-slider .p-modal-gallery-slide::after {
	content: '';
	display: block;
	padding-bottom: 60px;
}

.p-modal-gallery-slide__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.p-modal-gallery-slide__inner>* {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.p-modal-gallery-slide__inner>.p-modal-gallery-slide__image {
	display: block;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 100px;
}

.p-modal-gallery-slide__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.p-modal-gallery-slide__category {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 30px;
	margin-top: -0.5em;
}

.p-modal-gallery-slide__title {
	font-size: 26px;
	line-height: 1.5;
	margin-top: 30px;
}

.p-modal-gallery-slide__date {
	color: #999;
	font-size: 12px;
	line-height: 2;
	margin-top: 6px;
}

.p-modal-gallery-slide__buttons {
	margin-top: 15px;
}

.p-modal-gallery-slide__button {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 30px;
	display: inline-block;
	height: 60px;
	text-align: center;
	min-width: 60px;
	vertical-align: top;
}

.p-modal-gallery-slide__button+.p-modal-gallery-slide__button {
	margin-left: 11px;
}

.p-modal-gallery-slide__button-likes,
.p-modal-gallery-slide__button-views {
	padding-top: 26px;
}

.p-modal-gallery-slide__button-likes:before,
.p-modal-gallery-slide__button-views::before {
	top: 10px;
}

.p-modal-gallery-slide__button-likes {
	color: #00a4a4;
}

.p-modal-gallery-slide__button-likes:hover,
.p-modal-gallery-slide__button-link:hover {
	border-color: #00a4a4;
	background: #00a4a4;
	color: #fff;
}

.p-modal-gallery-slide__button-link {
	line-height: 58px;
}

.p-modal-gallery-thumbnail-slider {
	background: #222;
	padding: 15px 45px 15px 50px;
	position: fixed !important;
	bottom: 0;
	left: 0;
	right: 0;
}

.p-modal-gallery-thumbnail-slider .slick-slide {
	margin-right: 5px;
	max-width: 130px;
}

.p-modal-gallery-thumbnail-slider .slick-slide-inner {
	background: #222;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
	padding-top: 100%;
	width: 100%;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.p-modal-gallery-thumbnail-slider .slick-current .slick-slide-inner,
.p-modal-gallery-thumbnail-slider .slick-slide-inner:hover {
	opacity: 1;
}

@media only screen and (min-height: 480px) {

	.p-modal-gallery-slider .slick-list,
	.p-modal-gallery-slider .slick-track {
		height: 100% !important;
	}
}

@media only screen and (max-width: 991px) {
	.p-modal-gallery .p-modal__close {
		right: 0;
		top: 0;
	}

	.p-modal-gallery.has-scrollbar .p-modal__close {
		right: 16px;
	}

	.p-modal-gallery-slider .slick-arrow {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
		width: 30px;
		opacity: 0;
	}

	.p-modal-gallery-slider:hover .slick-arrow {
		opacity: 0.6;
	}

	.p-modal-gallery-slider .slick-arrow:hover {
		opacity: 1;
	}

	body.is-wp-mobile-device .p-modal-gallery-slider .slick-arrow {
		opacity: 1 !important;
	}

	.p-modal-gallery-slider .slick-prev {
		left: 0;
	}

	.p-modal-gallery-slider .slick-next {
		right: 0;
	}

	.p-modal-gallery.has-scrollbar .p-modal-gallery-slider .slick-next {
		right: 16px;
	}

	.p-modal-gallery-slider .p-modal-gallery-slide {
		height: 100%;
		height: calc(100% - 30px);
		padding: 30px 0 0 0;
		text-align: center;
	}

	.p-modal-gallery-slider .p-modal-gallery-slide::after {
		content: '';
		display: block;
		padding-bottom: 30px;
	}

	.p-modal-gallery-slide__category {
		font-size: 12px;
		margin: 0 30px 23px;
	}

	.p-modal-gallery-slide__title {
		font-size: 20px;
		margin: 21px 30px 0;
	}

	.p-modal-gallery-slide__date {
		margin-top: 6px;
	}

	.p-modal-gallery-slide__buttons {
		margin-top: 15px;
	}

	.p-modal-gallery-slide__button {
		border-radius: 24px;
		height: 48px;
		min-width: 48px;
	}

	.p-modal-gallery-slide__button-likes,
	.p-modal-gallery-slide__button-views {
		padding-top: 21px;
	}

	.p-modal-gallery-slide__button-likes:before,
	.p-modal-gallery-slide__button-views::before {
		top: 5px;
	}

	.p-modal-gallery-slide__button-link {
		line-height: 46px;
	}

	.p-modal-gallery-thumbnail-slider {
		padding: 10px 25px 10px 30px;
	}

	.p-modal-gallery-thumbnail-slider .slick-arrow {
		line-height: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
}

/* widget */
.p-widget {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 50px;
}

.p-widget:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.p-widget-sidebar {
		margin-bottom: 30px;
	}
}

/* widget title */
.p-widget__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.31;
	margin-bottom: 15px;
	margin-top: -0.155em;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.p-widget__title {
		font-size: 16px;
		margin-bottom: 14px;
	}
}

/* default widget */
.p-widget p {
	margin-bottom: 0.4em;
}

.p-widget ul {
	margin-bottom: -0.4em;
}

.p-widget li {
	margin-bottom: 0.4em;
}

.p-widget ul ul {
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	padding-left: 0.75em;
}

.p-widget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.p-widget select {
	display: block;
	padding: 16px 12px;
	width: 100%;
}

.p-widget .screen-reader-text {
	display: none;
}

.p-widget .calendar_wrap {
	text-align: center;
}

.p-widget .calendar_wrap caption {
	margin-bottom: 20px;
}

.p-widget .calendar_wrap tbody {
	line-height: 1.8;
	margin-bottom: 20px;
}

.p-widget .calendar_wrap tfoot {
	line-height: 1.8;
}

.p-widget .searchform {
	position: relative;
}

.p-widget .searchform #s {
	background: #fff;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 0;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

.p-widget .searchform #searchsubmit {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	font-family: "design_plus";
	font-size: 18px;
	height: 50px;
	padding: 0;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

@media only screen and (max-width: 991px) {
	.p-widget ul {
		margin-bottom: -5px;
	}

	.p-widget li {
		margin-bottom: 5px;
	}

	.p-widget ul ul {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

/* widget ad */
.tcdw_ad_widget-code img {
	display: inline-block;
	max-width: none;
}

.tcdw_ad_widget-image img {
	margin: 0 auto;
}

/* widget categories */
.p-widget-categories {
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin: 0 !important;
	padding: 0;
}

.p-widget-categories li {
	border-top: 1px solid #ddd;
	margin: 0 !important;
}

.p-widget-categories li a {
	display: block;
	font-weight: normal;
	padding: 10px 22px;
	text-decoration: none;
}

.p-widget-categories li a:hover {
	background: #f5f5f5;
	color: #000;
}

.p-widget-categories .has-children {
	position: relative;
}

.p-widget-categories .has-children>a {
	padding-right: 32px;
}

.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;
	transition: transform 0.5s ease;
}

.p-widget-categories .has-children .toggle-children::before {
	content: '\e90e';
	font-family: "design_plus";
	opacity: 0.7;
}

.p-widget-categories .has-children.is-active>.toggle-children {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.p-widget-categories .children {
	margin: 0 !important;
	padding: 0 !important;
}

.p-widget-categories .children a {
	padding-left: 34px;
}

.p-widget-categories .children .children a {
	padding-left: 46px;
}

.p-widget-categories .children .children .children {
	padding-left: 58px;
}

/* widget dropdown */
.p-dropdown__title {
	border: 1px solid #ddd;
	background: #fff;
	line-height: 55px;
	height: 55px;
	padding: 0 22px;
	position: relative;
}

.p-dropdown__title::after {
	content: "\e90e";
	font-family: "design_plus";
	position: absolute;
	right: 17px;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.p-dropdown__title:hover {
	cursor: pointer;
}

.p-dropdown__title.is-active::after {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.p-dropdown__list {
	background: #fff;
	display: none;
}

.p-dropdown__list li {
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0 !important;
}

.p-dropdown__list li a {
	display: block;
	padding: 11.5px 22px;
}

.p-dropdown__list li a:hover {
	background: #f5f5f5;
	color: #000;
}

/* widget list */
.p-widget-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 !important;
}

.p-widget-list__item {
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 50%;
}

.p-widget-list__item {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.p-widget-list__item:nth-child(-n+2) {
	border-top: none;
}

.p-widget-list__item:nth-child(2n+1) {
	border-left: none;
}

.p-widget-list__item>a {
	display: block;
}

.p-widget-list__item>a::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	content: '';
	display: block;
	position: absolute;
	bottom: -0.1px;
	left: 0;
	right: -1px;
	top: 40%;
	z-index: 2;
}

.p-widget-list__item-thumbnail {
	padding-top: 100%;
}

.p-widget-list__item-thumbnail__image {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.p-widget-list__item-title {
	color: #fff !important;
	font-weight: 600;
	line-height: 1.5;
	margin: 16px 0;
	max-height: 4.5em;
	overflow: hidden;
	padding: 0 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.p-widget-list__item,
	.p-widget-list__item:nth-child(2n+1) {
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		width: 25%;
	}

	.p-widget-list__item:nth-child(-n+4) {
		border-top: none;
	}

	.p-widget-list__item:nth-child(4n+1) {
		border-left: none;
	}
}

.p-widget-gallery-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 !important;
}

.p-widget-gallery-list__item {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 33.3333%;
}

.p-widget-gallery-list__item:nth-child(-n+3) {
	border-top: none;
}

.p-widget-gallery-list__item:nth-child(3n+1) {
	border-left: none;
}

.p-widget-gallery-list__item>a {
	display: block;
}

.p-widget-gallery-list__item-thumbnail {
	padding-top: 100%;
}

.p-widget-gallery-list__item-thumbnail__image {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.p-widget-gallery-list__item,
	.p-widget-gallery-list__item:nth-child(-n+3),
	.p-widget-gallery-list__item:nth-child(3n+1) {
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		width: 20%;
	}

	.p-widget-gallery-list__item:nth-child(-n+5) {
		border-top: none;
	}

	.p-widget-gallery-list__item:nth-child(5n+1) {
		border-left: none;
	}
}

/* widget slider */
.p-widget-slider {
	margin: 0 !important;
}

.p-widget-slider__item {
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.p-widget-slider__item:nth-child(n+2) {
	display: none;
}

.slick-initialized .p-widget-slider__item:nth-child(n+2) {
	display: block;
}

.p-widget-slider__item>a {
	display: block;
}

.p-widget-slider__item>a::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	content: '';
	display: block;
	position: absolute;
	bottom: -0.1px;
	left: 0;
	right: -1px;
	top: 60%;
	z-index: 2;
}

.p-widget-slider__item-thumbnail {
	padding-top: 100%
}

.p-widget-slider__item-thumbnail__image {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-widget-slider__item-title {
	color: #fff !important;
	line-height: 1.5;
	margin: 16px 0;
	max-height: 4.5em;
	overflow: hidden;
	padding: 0 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.p-widget-slider .slick-arrow {
	background: transparent;
	color: #fff;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	opacity: 0;
	width: 40px;
}

.p-widget-slider:hover .slick-arrow {
	opacity: 0.6;
}

.p-widget-slider .slick-arrow:hover {
	opacity: 1;
}

body.is-wp-mobile-device .p-widget-slider .slick-arrow {
	opacity: 1;
}

/* widget search */
.p-widget-search {
	position: relative;
}

.p-widget-search .p-widget-search__input {
	background: #fff;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 0;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

.p-widget-search .p-widget-search__submit {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	font-family: "design_plus";
	font-size: 18px;
	height: 50px;
	padding: 0;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

/* widget profile */
.p-profile__image {
	display: block;
	margin-bottom: 12px;
	text-align: center;
}

.p-profile__image-inner,
.profile_widget .p-profile__image-inner img {
	display: inline-block;
}

.p-profile__circle_image {
	border-radius: 50%;
	display: block;
	height: 130px;
	margin: 0 auto 13px;
	overflow: hidden;
	position: relative;
	width: 130px;
	/* old webkit bug fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.p-profile__circle_image-inner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 130px;
	width: 130px;
}

.p-profile__name {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 16px;
	text-align: center;
}

.p-profile__name a {
	font-weight: 700;
}

.profile_widget .p-profile__social-nav {
	margin-bottom: 16px;
	text-align: center;
}

.p-profile__desc {
	line-height: 2;
}

.p-profile__desc p+p {
	margin-bottom: 0;
}

.p-profile__desc p+p {
	margin-top: 1em;
}

.profile_widget> :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.p-profile__name {
		font-size: 16px;
	}

	.p-profile__desc {
		font-size: 12px;
	}
}

/* drawer widget area */
@media only screen and (max-width: 991px) {
	.p-widget-drawer {
		margin-bottom: 0;
	}

	.p-widget-drawer+.p-widget-drawer {
		margin-top: 30px;
	}
}

/* ios form */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="number"],
	textarea,
	select {
		font-size: 16px !important;
	}
}

/**
 * wordpress preset style
 */

.p-body {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* alignment */
.p-body .alignright {
	float: right;
}

.p-body .alignleft {
	float: left;
}

.p-body .aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

.p-body blockquote.alignleft,
.p-body img.alignleft {
	margin: 7px 24px 7px 0;
}

.p-body .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.p-body blockquote.alignright,
.p-body img.alignright {
	margin: 7px 0 7px 24px;
}

.p-body .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.p-body blockquote.aligncenter,
.p-body img.aligncenter,
.p-body .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* text and headline */
.p-body p {
	margin-bottom: 2em;
}

.p-body h1,
.p-body h2,
.p-body h3,
.p-body h4,
.p-body h5,
.p-body h6 {
	clear: both;
	line-height: 1.4;
	margin-bottom: 24.2px;
}

.p-body h1 {
	font-size: 150%;
}

.p-body h2 {
	font-size: 140%;
}

.p-body h3 {
	font-size: 130%;
}

.p-body h4 {
	font-size: 120%;
}

.p-body h5 {
	font-size: 110%;
}

.p-body h6 {
	font-size: 100%;
}

.p-body .headline {
	font-size: 162.5%;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
	.p-body .headline {
		font-size: 128.5%;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 12px;
	}
}

/* image */
.p-body img[class*="align"],
.p-body img[class*="wp-image-"],
.p-body img[class*="attachment-"],
.p-body .size-full,
.p-body .size-large,
.p-body .wp-post-image,
.p-body img {
	max-width: 100%;
	height: auto;
}

/* list */
.p-body li,
.p-body dt,
.p-body dd {}

.p-body ul,
.p-body ol,
.p-body dl {
	margin-bottom: 24px;
}

.p-body ol {
	list-style: decimal outside none;
	margin-left: 1.5em;
}

.p-body ul {
	list-style: circle outside none;
	margin-left: 1.3em;
}

.p-body li>ul,
.p-body li>ol {
	margin-bottom: 0;
}

.p-body dt {
	font-weight: bold;
}

.p-body dd {
	margin-bottom: 1em;
}

/* table */
.p-body table {
	margin: 0 0 24px 0;
}

.p-body td,
.p-body th {
	border: 1px solid #ddd;
	padding: 10px 15px;
	line-height: 2;
	background: #fff;
	vertical-align: middle;
}

.p-body th {
	background: #f5f5f5;
	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-body blockquote {
	margin: 0 0 25px 0;
	padding: 27px 30px 0;
	border: 1px solid #ddd;
	box-shadow: 0px 4px 0px 0px #f2f2f2;
	position: relative;
}

.p-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: #5cbcd7;
}

.p-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: #5cbcd7;
}

.p-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-body .wp-caption {
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.p-body .wp-caption-text {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px auto;
}

.p-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-body .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.p-body address {
	margin: 0 0 24px 0;
	line-height: 2.2;
}

.p-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-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-sm,
.u-visible-xs {
	display: none;
}

@media only screen and (max-width: 991px) {
	.u-hidden-sm {
		display: none;
	}

	.u-visible-sm {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.u-hidden-xs {
		display: none;
	}

	.u-visible-xs {
		display: block;
	}
}

/* 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: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'design_plus';
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 50px;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-arrow.slick-disabled {
	opacity: 0 !important;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-dots {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	z-index: 2;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
}

.slick-dots li button {
	background: #fff;
	border: none;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background-color: #0093c5;
}

@media only screen and (max-width: 767px) {
	.slick-arrow {
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		width: 40px;
	}
}

/* Column layout - カラムレイアウト */
.post_row {
	margin-right: -25px;
	margin-left: -25px;
	line-height: 2.4;
}

.post_row:before,
.post_row:after {
	display: table;
	content: " ";
}

.post_row:after {
	clear: both;
}

.post_col,
.post_col-2,
.post_col-3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 1px;
	margin-bottom: 2em;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}

@media screen and (min-width: 768px) {
	.post_col-2 {
		width: 50%;
	}

	.post_col-3 {
		width: 33.33333%;
	}
}

@media screen and (min-width: 1024px) {
	.post_col-2 {
		width: 50%;
	}

	.post_col-3 {
		width: 33.33333%;
	}
}

/* headline - 見出しのスタイル */
.style2a,
.style2b,
.style3a,
.style3b,
.style4a,
.style4b,
.style5a,
.style5b,
.style6 {
	font-weight: 500;
	line-height: 1.6;
}

/* h2 */
.style2a {
	margin: 65px 0 30px !important;
	padding: 0 0 .9em;
	border-bottom: 3px solid #000;
	font-size: 26px !important;
}

.style2b {
	margin: 65px 0 30px !important;
	padding: .48em 1em .47em;
	background: #000;
	color: #fff;
	font-size: 26px !important;
}

/* h3 */
.style3a {
	margin: 65px 0 30px !important;
	padding: 1.2em .15em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 22px !important;
}

.style3b {
	margin: 65px 0 30px !important;
	padding: 1.1em 1.4em 1.15em;
	border: 1px solid #ddd;
	border-top: 3px solid #000;
	background: #fafafa;
	font-size: 22px !important;
}

/* h4 */
.style4a {
	margin: 65px 0 30px !important;
	padding: .4em 0 .4em 1.2em;
	border-left: 3px solid #000;
	font-size: 20px !important;
	font-weight: 500;
}

.style4b {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 65px 0 30px !important;
	padding: .8em 1.5em .8em;
	border-left: #000 3px solid;
	font-size: 20px !important;
}

.style4b:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 2px);
	border: 1px solid #ddd;
	border-left: none;
	content: '';
}

/* h5 */
.style5a {
	margin: 65px 0 30px !important;
	padding: .85em 1.5em .8em;
	border: 1px solid #ddd;
	background: #fafafa;
	font-size: 18px !important;
}

.style5b {
	margin: 65px 0 30px !important;
	padding: .85em 1.5em .8em;
	background: #000;
	color: #fff;
	font-size: 18px !important;
}

/* h6 */
.style6 {
	position: relative;
	margin: 65px 0 30px !important;
	padding: 0 .8em 0 1.3em;
	color: #000;
	font-size: 16px !important;
	font-weight: 700;
}

.style6:before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 12px;
	height: 12px;
	background: #000;
	content: "";
}

.balloon {
	display: block;
	z-index: 0;
	position: relative;
	width: auto;
	min-width: 115px;
	margin: 50px 0 22px;
	padding: .5em 18px .5em;
	clear: both;
	border-bottom: 0;
	background: #222;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}

.balloon:after {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 30px;
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
	content: "";
}

@media screen and (max-width: 767px) {
	.style2a {
		margin: 30px 0 20px !important;
		padding: 0 0 .6em;
		font-size: 20px !important;
	}

	.style2b {
		margin: 30px 0 20px !important;
		padding: .42em .7em .41em;
		background: #000;
		color: #fff;
		font-size: 20px !important;
	}

	/* h2 */
	.style3a {
		margin: 30px 0 20px !important;
		padding: .6em .15em;
		font-size: 18px !important;
	}

	.style3b {
		margin: 30px 0 20px !important;
		padding: .5em .5em .45em .6em;
		font-size: 18px !important;
	}

	.style4a {
		margin: 30px 0 20px !important;
		padding: .4em 0 .4em .8em;
		border-left: 2px solid #000;
		font-size: 16px !important;
	}

	.style4b {
		margin: 30px 0 20px !important;
		padding: .8em 1em .75em;
		border-left: #000 2px solid;
		font-size: 16px !important;
	}

	.style5a {
		margin: 30px 0 20px !important;
		padding: .8em 1em .75em;
		font-size: 15px !important;
	}

	.style5b {
		margin: 30px 0 20px !important;
		padding: .8em 1em .75em;
		font-size: 15px !important;
	}
}

/* flame - 囲み枠 */
.well {
	margin-bottom: 30px;
	padding: 1.1em 2em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fafafa;
}

.well2 {
	margin-bottom: 30px;
	padding: 1.1em 2em;
	border: 1px solid #ddd;
}

.well3 {
	margin-bottom: 30px;
	padding: 1.1em 2em;
	border: 1px dashed #ddd;
	background: #fafafa;
}

.wl_red {
	border-color: #ebccd1;
	background-color: #f2dede;
	color: #a94442;
}

.wl_yellow {
	border-color: #faebcc;
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.wl_blue {
	border-color: #bce8f1;
	background-color: #d9edf7;
	color: #31708f;
}

.wl_green {
	border-color: #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
}

@media screen and (max-width: 767px) {

	.well,
	.well2,
	.well3 {
		padding: .9em .8em .9em 1em;
	}
}

/* button - CSSボタンのスタイル */
.q_button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 200px;
	max-width: 90%;
	margin: 0;
	padding: .6em 1.3em .5em;
	background-color: #535353;
	color: #fff !important;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.q_button:hover,
.q_button:focus {
	background-color: #7d7d7d;
	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 screen and (max-width: 767px) {
	.sz_l {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		max-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;
}

/* Table responsive - テーブルのレスポンシブ表示 */
.rps_table {
	line-height: 2.0;
}

@media only screen and (max-width: 567px) {
	.rps_table tr {
		display: block;
		margin-bottom: 1.5em;
	}

	.rps_table th,
	.rps_table td {
		display: list-item;
		list-style-type: none;
	}

	.rps_table td {
		border-top: none;
	}
}

/* Cardlink style - カードリンクのスタイル */
.cardlink {
	word-wrap: break-word;
	max-width: 100%;
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #ddd;
	background: #fafafa;
}

.cardlink_thumbnail {
	margin-right: 25px;
	float: left;
}

.cardlink_thumbnail img {
	width: 130px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* for IE11 */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.cardlink_thumbnail img {
		height: auto;
	}
}

.cardlink_content {
	line-height: 1.6;
}

.cardlink_timestamp {
	display: inline;
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 12px;
	line-height: 1;
	vertical-align: top;
}

.cardlink_title {
	margin: -3px 0 5px;
	font-size: 16px;
}

.cardlink_title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.cardlink_title a:hover {
	text-decoration: underline;
}

.cardlink_excerpt {
	overflow: hidden;
	color: #000;
	font-size: 14px;
	line-height: 1.9;
}

.cardlink_footer {
	clear: both;
}

.clear {
	clear: both;
}

@media screen and (max-width: 767px) {
	.cardlink_timestamp {
		display: none;
	}
}

@media screen and (max-width: 567px) {
	.cardlink {
		padding: 15px 11px 12px 13px;
	}

	.cardlink_thumbnail {
		margin-right: 12px;
		margin-bottom: 10px;
		float: left;
	}

	.cardlink_thumbnail img {
		width: 100px;
		height: 100px;
	}

	.cardlink_title {
		margin-top: -5px;
		font-size: 14px;
	}

	.cardlink_excerpt {
		clear: both;
	}
}

/* Contactform - お問い合わせフォーム */
.wpcf7 {
	width: 100%;
	margin: 0 0 2.5em !important;
	padding: 0;
	border: 1px solid #ddd;
	background: #fafafa;
	font-size: 14px;
}

.wpcf7 form {
	margin: 1.5em 1.5em 0;
}

.wpcf7 p {
	margin-bottom: 1em;
	font-size: 16px;
}

.wpcf7 input,
.wpcf7 textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	line-height: 1.2;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: auto;
	max-width: 97%;
	padding: 8px;
	border: 1px solid #ccc;
}

.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;
	outline: none;
}

.wpcf7 .wpcf7-submit {
	-webkit-transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	border: none !important;
	outline: none;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
	-webkit-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 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
	border: 1px solid #EED3D7;
	background-color: #F2DEDE;
	color: #B94A48;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
	border: 1px solid #BCE8F1;
	background-color: #D9EDF7;
	color: #3A87AD;
}

/* 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 #ddd;
	background: #fcfcfc;
	box-shadow: 0px 4px 0px 0px #f5f5f5;
}

/* 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;
}