@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

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

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

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

.post-contents img {
	max-width: 100%;
	height: auto;
}

.post-contents p {
	line-height: 1.8;
	margin-bottom: 1.5em;
}

.post-contents a {
	text-decoration: underline;
}

.post-contents a:hover {
	text-decoration: none;
}

#toc_container {
	width: 100%;
}

#toc_container.toc_white {
	background-color: transparent;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: 1em;
	margin-left: 1.2em;
}

#toc_container p.toc_title + ul.toc_list li {
	position: relative;
	margin-bottom: .3em;
	padding-left: 1.2em;
}

#toc_container p.toc_title + ul.toc_list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}

.post-full-image {
	width: 100%;
	margin: 80px 0;
}

.post-full-image img {
	width: 100%;
	height: auto;
}

.post-full-image .post-caption {
	font-size: 14px;
	line-height: 2.14;
	margin-top: 15px;
	text-align: left;
	color: #78868e;
}

.post-blockquote {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 80px auto;
	padding: 60px 50px;
	background: #fff;
}

.post-blockquote::before {
	position: absolute;
	top: -20px;
	left: 25px;
	width: 52px;
	height: 43px;
	content: '';
	background: url(../img/blog/post_quote_start.png) no-repeat center;
}

.post-blockquote::after {
	position: absolute;
	right: 25px;
	bottom: -20px;
	width: 52px;
	height: 43px;
	content: '';
	background: url(../img/blog/post_quote_end.png) no-repeat center;
}

.post-blockquote .post-blockquote-txt {
	font-size: 16px;
	line-height: 1.875em !important;
	margin-bottom: 32px !important;
}

.post-blockquote .post-caption {
	font-size: 14px;
	margin-bottom: 0 !important;
	text-align: right;
	color: #78868e;
}

.post-list01 {
	font-size: 20px;
	line-height: 2em;
	margin: 35px 0;
}

.post-list01-item {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #40525e;
	border-bottom: 2px solid #9da6aa;
}

.post-list01-item::before {
	position: absolute;
	left: 0;
	content: '・';
}

.post-list02 {
	font-size: 16px;
	line-height: 2em;
	margin: 35px 0;
	padding-left: 20px;
}

.post-list02-item {
	list-style-type: decimal;
	color: #40525e;
}

.post-heading2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #ec6201;
}

.post-heading3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #40525e;
}

.post-font-large {
	font-size: 20px !important;
	margin-bottom: 20px !important;
}

.post-font-mid {
	font-size: 16px !important;
	margin-bottom: 20px !important;
}

.post-font-small {
	font-size: 14px !important;
	margin-bottom: 20px !important;
}

.post-caption {
	font-size: 14px !important;
	color: #78868e;
}

.post-paragraph {
	margin: 40px 0;
}

.post-paragraph .post-font-large {
	line-height: 1.9;
}

.post-paragraph .post-font-mid {
	line-height: 1.875;
}

.post-paragraph .post-font-small {
	line-height: 1.857;
}

.post-paragraph .post-caption {
	font-size: 14px !important;
	line-height: 1.857;
	color: #78868e !important;
}

.post-btnArea {
	display: flex;
	justify-content: center;
}

.post-btn01 {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.post-btn01.off a {
	cursor: default;
	color: #ebf1f5;
	background: #d7e2ea;
}

.post-btn01.off a:hover {
	color: #ebf1f5;
	background: #d7e2ea;
}

.post-btn01.off a:active {
	top: auto;
	left: auto;
}

.post-btn01 a {
	font-size: 20px;
	position: relative;
	z-index: 2;
	display: flex;
	box-sizing: border-box;
	width: 200px;
	height: 50px;
	padding: 10px 20px;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	border-radius: 30px;
	background-color: #b0c6d5;
	justify-content: center;
	align-items: center;
}

.post-btn01 a:hover {
	color: #40525e;
	background: #d7e2ea;
}

.post-btn01 a:active {
	top: 6px;
	left: 6px;
}

.post-btn01::after {
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 6px;
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 100%;
	padding: 10px 20px;
	content: ' ';
	text-align: center;
	border-radius: 30px;
	background-color: #e6e6cc;
}

.post-btn02 {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.post-btn02.off a {
	cursor: default;
	color: #d7e2ea;
	background: #fff;
}

.post-btn02.off a:hover {
	color: #d7e2ea;
	background: #fff;
}

.post-btn02.off a:active {
	top: auto;
	left: auto;
}

.post-btn02 a {
	font-size: 20px;
	position: relative;
	z-index: 2;
	display: flex;
	box-sizing: border-box;
	width: 200px;
	height: 50px;
	padding: 10px 20px;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	color: #40525e;
	border: solid 2px #b0c6d5;
	border-radius: 30px;
	background-color: #fff;
	justify-content: center;
	align-items: center;
}

.post-btn02 a:hover {
	color: #40525e;
	background: #d7e2ea;
}

.post-btn02 a:active {
	top: 6px;
	left: 6px;
}

.post-btn02::after {
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 6px;
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 100%;
	padding: 10px 20px;
	content: ' ';
	text-align: center;
	border-radius: 30px;
	background-color: #e6e6cc;
}

.txt-link {
	font-size: 16px;
	padding-bottom: 5px;
	cursor: pointer;
	text-decoration: none !important;
	color: #40525e;
	border-bottom: 1px solid #40525e;
}

.txt-link:hover {
	color: #7791a3;
	border-bottom: 1px solid #7791a3;
}

.txt-link.off {
	cursor: none;
	text-decoration: none;
	color: #83a0b3;
	border-bottom: none;
}

.txt-link.off:hover {
	cursor: none;
	color: #83a0b3;
	border-bottom: none;
}

.wp-embedded-content {
	width: 100%;
}

.movie-post-yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-post-yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie-post-video video {
	height: auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

.post-contents p {
	font-size: 16px;
}

#toc_container {
	font-size: 20px;
	margin: 60px 0 70px;
	padding: 0;
	border: none;
}

#toc_container p.toc_title {
	font-size: 24px;
	font-weight: 400;
	text-align: left;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

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

.pc {
	display: none !important;
}

.post-full-image {
	margin: 10.66667vw 0;
}

.post-full-image .post-caption {
	font-size: 2.66667vw !important;
	line-height: 1.5;
	margin-top: 2vw;
}

.post-blockquote {
	margin: 10.66667vw 0;
	padding: 8vw 7.33333vw;
}

.post-blockquote::before {
	top: -2.66667vw;
	left: 2.66667vw;
	width: 6.93333vw;
	height: 5.73333vw;
	background-size: 100%;
}

.post-blockquote::after {
	right: 2.66667vw;
	bottom: -2.66667vw;
	width: 6.93333vw;
	height: 5.73333vw;
	background-size: 100%;
}

.post-blockquote .post-blockquote-txt {
	font-size: 2.93333vw;
	line-height: 1.727;
	margin-bottom: 4.26667vw !important;
}

.post-blockquote .post-caption {
	font-size: 2.66667vw !important;
}

.post-list01 {
	margin: 4.66667vw 0;
}

.post-list01-item {
	font-size: 3.46667vw;
	line-height: 1.769;
	padding-left: 3.46667vw;
	text-decoration: underline;
	border-bottom: none;
}

.post-list01-item::before {
	font-size: 3.46667vw;
}

.post-list02 {
	font-size: 2.93333vw;
	line-height: 1.727;
	margin: 4.66667vw 0;
	padding-left: 3.46667vw;
}

.post-heading2 {
	font-size: 5.06667vw;
	margin-bottom: 2.66667vw;
}

.post-heading3 {
	font-size: 4vw;
	margin-bottom: 2.66667vw;
}

.post-font-large {
	font-size: 3.46667vw !important;
	margin-bottom: 2.66667vw !important;
}

.post-font-mid {
	font-size: 2.93333vw !important;
	margin-bottom: 2.66667vw !important;
}

.post-font-small {
	font-size: 2.66667vw !important;
	margin-bottom: 2.66667vw !important;
}

.post-caption {
	font-size: 2.66667vw !important;
	line-height: 1.5;
	margin-top: 2vw;
}

.post-paragraph {
	margin: 5.33333vw 0;
}

.post-paragraph .post-caption {
	font-size: 2.66667vw !important;
	line-height: 1.5;
	margin-top: 2vw;
}

.post-btn01 {
	margin: 0 1.33333vw;
}

.post-btn01 a {
	font-size: 3.2vw;
	width: 32vw;
	height: 8vw;
	padding: 1.6vw 3.2vw;
}

.post-btn01 a:active {
	top: .8vw;
	left: .8vw;
}

.post-btn01::after {
	font-size: 3.2vw;
	top: .8vw;
	left: .8vw;
	width: 32vw;
	height: 8vw;
	padding: 1.6vw 3.2vw;
}

.post-btn02 {
	margin: 0 1.33333vw;
}

.post-btn02 a {
	font-size: 3.2vw;
	width: 32vw;
	height: 8vw;
	padding: 1.6vw 3.2vw;
}

.post-btn02 a:active {
	top: .8vw;
	left: .8vw;
}

.post-btn02::after {
	font-size: 3.2vw;
	top: .8vw;
	left: .8vw;
	width: 32vw;
	height: 8vw;
	padding: 1.6vw 3.2vw;
}

.txt-link {
	font-size: 2.93333vw;
	padding-bottom: .66667vw;
}

}

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

.tab {
	display: none !important;
}

}

