@charset "UTF-8";
/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
		height: 100%;
}

html {
		overflow-y: scroll;
		font-size: 62.5%;
}

body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
		margin: 0;
		padding: 0;
		border: none;
		color: #323232;
		font-family: "Noto Sans JP", sans-serif;
		font-style: normal;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 100%;
		list-style-type: none;
		text-align: left;
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form {
		margin: 0;
		padding: 0;
		border: none;
		color: #323232;
		font-family: "Noto Sans JP", sans-serif;
		font-style: normal;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 100%;
		list-style-type: none;
		text-align: left;
		word-break: break-all;
}

span {
		word-break: break-all;
}

figure {
		margin: 0;
}

* {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}

a {
		color: inherit;
		text-decoration: none;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
}
a img {
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
}
a img:hover {
		opacity: 0.7;
}

@media screen and (min-width: 768px) {
		a:hover {
				opacity: 0.7;
		}
}
p {
		font-size: 1.4rem;
		line-height: 1.6;
}

.eng {
		font-family: "Roboto", sans-serif;
}

.serif {
		font-family: "Noto Serif JP", serif;
}

.sp {
		display: none !important;
}

.pc {
		display: block !important;
}

.pc_ib {
		display: inline-block !important;
}

.hide {
		display: none !important;
}

.txt_up {
		text-transform: uppercase;
}

.inner {
		width: 1000px;
		margin: 0 auto;
}

.outer_inner {
		min-width: 1000px;
		max-width: 1360px;
		margin: 0 auto;
}

.bg_fixed {
		min-width: 1000px;
}

.sec_ttl {
		position: relative;
		margin-bottom: 50px;
		color: #848484;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
}
.sec_ttl span {
		display: block;
		margin-bottom: 25px;
		color: #323232;
		font-size: 4rem;
		font-weight: 700;
		text-align: center;
}
.sec_ttl:after {
		display: block;
		position: absolute;
		right: 0;
		bottom: -30px;
		left: 0;
		width: 8px;
		height: 8px;
		margin: 0 auto;
		border-radius: 100%;
		background: #81bf00;
		content: "";
}

.btn {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		padding: 30px 10px;
		border-radius: 60px;
		background: #323232;
		color: #FFF;
		font-size: 1.5rem;
		text-align: center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
}
.btn:hover {
		opacity: 0.7;
}

.arrow {
		position: relative;
}
.arrow:before, .arrow:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		content: "";
}
.arrow:before {
		width: 20px;
		height: 1px;
		background: #FFF;
}
.arrow:after {
		width: 0;
		height: 0;
		margin-top: -6px;
		border-width: 6px 0 0 8px;
		border-style: solid;
		border-color: transparent transparent transparent #FFF;
}

.title {
		font-size: 4.8rem;
		font-weight: bold;
		letter-spacing: 0.037em;
		line-height: 1.7;
		text-align: center;
}

.main-color {
		color: #81bf00;
}

.underline {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 191, 0, 0)), color-stop(92%, rgba(129, 191, 0, 0)), color-stop(93%, #81bf00), to(#81bf00));
		background: linear-gradient(to bottom, rgba(129, 191, 0, 0) 0%, rgba(129, 191, 0, 0) 92%, #81bf00 93%, #81bf00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0081bf00", endColorstr="#81bf00",GradientType=0 );
}

.m-youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
}
.m-youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
}

/* ----------------------------------------------------------------------------------------------------
	wpブログスタイル
* --------------------------------------------------------------------------------------------------*/
strong {
		font-weight: bold;
}

em {
		font-style: italic;
}

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

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

.alignright {
		float: right;
}

.alignleft {
		float: left;
}

img[class*=wp-image-], img[class*=attachment-] {
		max-width: 100%;
		height: auto;
}

.clearfix {
		zoom: 1;
		overflow: hidden;
}
.clearfix:after {
		display: block;
		clear: both;
		content: "";
}

.page_link {
		text-align: center;
}
.page_link a.stickarrow {
		display: inline-block;
		min-width: 22em;
		padding: 1.8em 4em 1.8em 1em;
		background: #fff;
		background: #323232;
		text-align: center;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
.page_link a.stickarrow:hover {
		opacity: 0.7;
}

.stickarrow span {
		display: inline-block;
		position: relative;
		padding: 0;
		color: #fff;
		font-size: 1.3rem;
}
.stickarrow span::after {
		position: absolute;
		top: 20%;
		right: -2em;
		width: 1.3em;
		height: 0.3em;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		-webkit-transform: skew(45deg);
		        transform: skew(45deg);
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		content: "";
}

.page_link a.stickarrow.center {
		padding: 1.8em 3em 1.8em 3em;
}

.stickarrow.center span::after {
		right: -4em;
}

a.trgt_blank span {
		position: relative;
		padding-right: 1.3em;
}
a.trgt_blank span::after {
		position: absolute;
		top: 60%;
		right: 0;
		width: 0.9em;
		height: 0.8em;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		background: url("../img/common/icon_blank.png") no-repeat top center/contain;
		content: "";
}
a.trgt_blank.green span::after {
		background: url("../img/common/icon_blank_green.png") no-repeat top center/contain;
}
a.login span {
		position: relative;
		padding-left: 2em;
}
a.login span::before {
		position: absolute;
		top: 60%;
		left: 0;
		width: 1.5em;
		height: 1.5em;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		background: url("../img/common/icon_login.png") no-repeat top center/contain;
		content: "";
}
a.bookmark span {
		position: relative;
		padding-left: 2em;
}
a.bookmark span::before {
		position: absolute;
		top: 60%;
		left: 0;
		width: 1.2em;
		height: 1em;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		background: url("../img/common/icon_blank_green.png") no-repeat top center/contain;
		content: "";
}

.ie11 main {
		display: block;
}

main {
		padding-top: 112px;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header {
		-moz-box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
		-webkit-box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
		-ms-box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
		z-index: 100;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		box-shadow: 0px 1px 9px 2px rgba(173, 173, 173, 0.13);
}

#idex #header {
		-webkit-box-shadow: none;
		        box-shadow: none;
}

#logo {
		width: 140px;
}
#logo img {
		width: 100%;
		height: auto;
}

#header_bg {
		background: #fff;
}

.header_inner {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px 0 5px 0;
}

#gnav nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
}
#gnav nav ul li:last-child a {
		padding-right: 0;
}
#gnav nav ul li a {
		display: block;
		padding: 1em 1.8em 2.5em;
		font-size: 1.4rem;
		font-weight: 500;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}

#unav nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
}
#unav nav ul li + li {
		margin-left: 10px;
}
#unav nav ul li a {
		padding: 0 0 1em 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
#unav nav ul li a.login, #unav nav ul li a.bookmark {
		border-bottom: 1px solid #81bf00;
}
#unav nav ul li a.contact {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		position: relative;
		padding: 11px 16px 11px 17px;
		border-radius: 60px;
		background: #81bf00;
		text-align: center;
}
#unav nav ul li a.contact span {
		position: relative;
		color: #FFF;
		font-size: 1.4rem;
		font-weight: 700;
}
#unav nav ul li a.contact span:before {
		display: inline-block;
		position: relative;
		top: -2px;
		width: 12px;
		height: 12px;
		margin-right: 5px;
		background: url("../img/common/icon_mail.png") no-repeat center center;
		background-size: 100% auto;
		vertical-align: middle;
		content: "";
}
#unav nav ul li a.seminar {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		position: relative;
		padding: 11px 16px 11px 17px;
		border-radius: 60px;
		background: #f5a101;
		color: #FFF;
		font-size: 1.4rem;
		font-weight: 700;
		text-align: center;
}
#unav nav ul li a.seminar span {
		position: relative;
		color: #FFF;
		font-size: 1.4rem;
		font-weight: 700;
}
#unav nav ul li a.seminar span:before {
		display: inline-block;
		position: relative;
		top: -2px;
		width: 14px;
		height: 12px;
		margin-right: 5px;
		background: url("../img/common/icon_check.png") no-repeat center center;
		background-size: 100% auto;
		vertical-align: middle;
		content: "";
}
#unav nav ul li a.download{
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 11px 16px 11px 17px;
	border-radius: 60px;
	background: #e9518e;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;

}
#unav nav ul li a.download span {
	position: relative;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
}
#unav nav ul li a.download span:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 14px;
	height: 12px;
	margin-right: 5px;
	background: url("../img/common/icn_download.svg") no-repeat center center;
	background-size: 100% auto;
	vertical-align: middle;
	content: "";
}
#unav nav ul li a:hover {
		opacity: 0.7;
}
#unav nav ul li a span {
		color: #747474;
		font-size: 1.2rem;
}


#header_nav {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
}

#gnav nav ul {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-top: 15px;
}
#gnav nav ul li a {
		position: relative;
		padding: 0 8px 25px;
}
#gnav nav ul li a::before {
		content: "";
		width: 100%;
		height: 4px;
		background-color: #81bf00;
		left: 0;
		bottom: 0;
		display: block;
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
		-webkit-transform-origin: left top;
		        transform-origin: left top;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		position: absolute;
}
#gnav nav ul li a:hover {
		opacity: 1;
}
#gnav nav ul li a:hover::before {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
}
#gnav nav ul li.active a::before {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
}
#gnav nav ul .hav-nav-child {
		position: relative;
}
#gnav nav ul .hav-nav-child > a {
		padding: 0 17px 25px 0;
}
#gnav nav ul .hav-nav-child > a::after {
		display: block;
		position: absolute;
		top: 3px;
		right: 5px;
		width: 0;
		height: 0;
		border-width: 5px 3.5px 0 3.5px;
		border-style: solid;
		border-color: #848484 transparent transparent transparent;
		content: "";
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
#gnav nav ul .hav-nav-child .nav-child {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		width: 155px;
		min-width: 100%;
		left: -20px;
		margin: 0;
		display: block;
		background-color: #fff;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
#gnav nav ul .hav-nav-child.nav-future .nav-child {
	left: 0;
}
#gnav nav ul .hav-nav-child .nav-child a {
		padding: 12px 12px 12px;
		word-break: break-all;
		line-height: 1.5;
}
#gnav nav ul .hav-nav-child .nav-child a::before {
		content: none;
}
#gnav nav ul .hav-nav-child .nav-child a:hover {
		opacity: 1;
		background-color: #81bf00;
		color: #ffffff;
}
#gnav nav ul .hav-nav-child:hover a::after {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
}
#gnav nav ul .hav-nav-child:hover a::before {
		content: none;
}
#gnav nav ul .hav-nav-child:hover .nav-child {
		opacity: 1;
		visibility: visible;
}

/* ----------------------------------------------------------------------------------------------------
*  page_heading
* --------------------------------------------------------------------------------------------------*/
.breadcrumb-wrapper {
		background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), color-stop(49%, #f8f8f8), color-stop(50%, rgba(248, 248, 248, 0)), to(rgba(248, 248, 248, 0)));
		background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 49%, rgba(248, 248, 248, 0) 50%, rgba(248, 248, 248, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#00f8f8f8",GradientType=1 );
}

.breadcrumb {
		width: 1080px;
		margin: 0 auto;
		padding: 20px 35px;
		background: #f8f8f8;
}

.breadcrumb__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

.breadcrumb__item {
		font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
		.breadcrumb__item {
				font-size: 2.4rem;
				margin-bottom: 1.3vw;
		}
}

.breadcrumb__link {
		display: inline-block;
		position: relative;
		margin-right: 18px;
		font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
		.breadcrumb__link {
				font-size: 2.4rem;
		}
}
.breadcrumb__link::after {
		position: absolute;
		top: 50%;
		right: -10px;
		width: 6px;
		height: 6px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		        transform: translateY(-50%) rotate(45deg);
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		content: "";
}


.breadcrumbs {
	z-index: 5;
	position: relative;
	padding: 2em 0;
}

.breadcrumbs ul {
	display: flex;
}

.breadcrumbs ul li {
	color: #000;
	font-size: 1.2rem;
}

.breadcrumbs ul li:first-child {
	margin-left: auto;
}

.breadcrumbs ul li a {
	display: inline-block;
	position: relative;
	margin-right: 2em;
	color: #000;
	transition: .3s;
}

.breadcrumbs ul li a:hover {
	opacity: .7;
}

.breadcrumbs ul li a::after {
	position: absolute;
	top: 25%;
	right: -1.3em;
	width: 1em;
	height: .3em;
	transform: translateY(-50%);
	transform: skew(45deg);
	border-right: 1px solid #9acc33;
	border-bottom: 1px solid #9acc33;
	content: '';
}
/* ----------------------------------------------------------------------------------------------------
*  下層のヘッダーと下層のパンくず
* --------------------------------------------------------------------------------------------------*/
.underlayer #page_title {
		position: relative;
		padding: 6em 0;
}
.underlayer #page_title::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 125px;
		height: 3px;
		margin: 0 auto;
		background: #81bf00;
		content: "";
}
.underlayer #page_title h1.page_ttl {
		display: block;
		position: static;
		min-width: inherit;
		min-height: inherit;
		padding: 0;
		text-align: center;
}
.underlayer #page_title h1.page_ttl span.jp_ttl {
		color: #000;
		font-size: 2.9rem;
		letter-spacing: 0.2em;
}
.underlayer .breadcrumbs {
		padding: 1.5em 0 1em;
		border-top: 1px solid #D9DADB;
		background: #F5F5F5;
}
.underlayer .breadcrumbs ul li {
		margin-bottom: 0.5em;
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
.pagetop {
		display: none;
		z-index: 9;
		position: fixed;
		right: 2%;
		bottom: 5%;
		width: 5em;
		height: 5em;
}
.pagetop a {
		display: block;
		width: 100%;
		height: 100%;
}
.pagetop a img {
		width: 100%;
		height: auto;
}

#footer {
		border-top: 1px solid #81bf00;
}

.footer_link_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 1.5em 0;
}

#footer_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
#footer_nav nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.2rem;
}

.footer_nav02 ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.2rem;
}

#footer_nav nav ul li {
		position: relative;
		padding-right: 1em;
}

.footer_nav02 ul li {
		position: relative;
		padding-right: 1em;
}
.footer_nav02 ul li a {
		color: #81bf00;
}

#footer_nav nav ul li::after {
		padding-right: 1em;
		border-right: 1px solid #848484;
		content: "";
}
#footer_nav nav ul li:last-child::after {
		display: none;
}
#footer_nav nav ul li a {
		color: #848484;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
#footer_nav nav ul li a:hover {
		opacity: 0.7;
}

#copyright_area {
		padding: 4em 0;
		background: #323232;
}
#copyright_area p#copyright {
		color: #FFF;
		font-size: 1.1rem;
		text-align: center;
}

#drawer {
		display: none;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf {
		display: inline-block;
}
.cf:after {
		display: block;
		visibility: hidden;
		height: 0;
		clear: both;
		font-size: 0;
		content: ".";
}

/* Hides from IE Mac */
* html .cf {
		height: 1%;
}

.cf {
		display: block;
}

/* End Hack */
@-webkit-keyframes drawer-open {
		0% {
				-webkit-transform: scale(0.95);
				transform: scale(0.95);
				opacity: 0;
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
		}
}
@keyframes drawer-open {
		0% {
				-webkit-transform: scale(0.95);
				transform: scale(0.95);
				opacity: 0;
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
		}
}
@-webkit-keyframes drawer-close {
		0% {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
		}
		100% {
				-webkit-transform: scale(0.95);
				transform: scale(0.95);
				opacity: 0;
		}
}
@keyframes drawer-close {
		0% {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
		}
		100% {
				-webkit-transform: scale(0.95);
				transform: scale(0.95);
				opacity: 0;
		}
}
#main_visual {
		position: relative;
		width: 100%;
		height: 360px;
		overflow: hidden;
		background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 56px, #f8f8f8 56px, #f8f8f8 100%);
		text-align: center;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f8f8f8", endColorstr="#f8f8f8",GradientType=0 );
}
#main_visual.mv_small {
		height: 220px;
}
@media screen and (min-width: 768px) {
		#main_visual.mv_small .content__title {
				font-size: 3.3rem;
		}
		#main_visual.mv_small .content__title .jp_ttl {
				font-size: 1.6rem;
				line-height: 1.7;
				font-weight: normal;
		}
}
#main_visual .content__title {
		position: absolute;
		top: 51%;
		font-size: 4.8rem;
		font-weight: bold;
		line-height: 0.9;
		top: calc( 50% + 1em);
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
		#main_visual .content__title {
				font-size: 4rem;
				top: 50%;
		}
}
#main_visual .content__title .jp_ttl {
		display: block;
		margin-top: 1em;
		font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
		#main_visual .content__title .jp_ttl {
				line-height: 1.3;
				font-size: 2.2rem;
		}
}
#main_visual .mv-wrapper img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
}
#main_visual .title-wrapper {
		position: absolute;
		right: 0;
		left: 0;
		width: 1030px;
		height: 100%;
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;
		max-width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*  sec-contact
* --------------------------------------------------------------------------------------------------*/
.sec-contact {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		position: relative;
		padding: 75px 0 65px 0;
		background: url("../img/common/bg_contact.jpg") no-repeat center center;
		background-size: cover;
}
.sec-contact .sec_ttl {
		margin-bottom: 40px;
		color: #FFF;
}
.sec-contact .sec_ttl span {
		margin-bottom: 30px;
		color: #FFF;
		font-size: 5.2rem;
}
.sec-contact .sec_ttl:after {
		display: none;
}
.sec-contact .text {
		color: #FFF;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
}
.sec-contact .btn_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 40px 0 45px 0;
}
.sec-contact .btn_contact {
		width: 40%;
		max-width: 390px;
}
.sec-contact .btn_seminar {
		width: 40%;
		max-width: 390px;
		margin-left: 45px;
}
.sec-contact .btn {
		width: 100%;
		padding: 35px 10px;
		border: 3px solid #FFF;
		font-size: 2rem;
		font-weight: 700;
}
.sec-contact .btn_contact .btn {
		background: #81bf00;
}
.sec-contact .btn_contact .btn:before {
		display: inline-block;
		position: relative;
		top: -2px;
		width: 23px;
		height: 23px;
		margin-right: 10px;
		background: url("../img/common/icon_mail.png") no-repeat center center;
		background-size: 100% auto;
		vertical-align: middle;
		content: "";
}
.sec-contact .btn_seminar .btn {
		background: #f5a101;
}
.sec-contact .btn_seminar .btn:before {
		display: inline-block;
		position: relative;
		top: -2px;
		width: 24px;
		height: 20px;
		margin-right: 25px;
		background: url("../img/common/icon_check.png") no-repeat center center;
		background-size: 100% auto;
		vertical-align: middle;
		content: "";
}
.sec-contact .note {
		color: #FFF;
		font-size: 1.4rem;
		text-align: center;
}

.txt_link {
		padding: 0 6px;
		color: #fff600;
		font-weight: 700;
		text-decoration: underline;
}
.txt_link:hover {
		text-decoration: none;
}

.bg_text-content {
		position: relative;
}

@media screen and (max-width: 767px) {
		.breadcrumb {
				width: 100%;
				padding-bottom: 15px;
		}

		html {
				font-size: 1.3vw;
		}

		p {
				font-size: 3rem;
		}

		#idx .inner {
				width: 100%;
				padding: 0;
		}

		.inner {
				width: 84%;
				padding: 0;
		}

		.header_inner.inner {
				z-index: 13;
				position: relative;
				width: 100%;
				background: #fff;
		}

		#idx .outer_inner, .outer_inner {
				min-width: inherit;
				max-width: inherit;
		}

		.bg_fixed {
				min-width: inherit;
		}

		body.fixed {
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				overflow: hidden;
		}

		main {
				padding-top: 15vw;
		}

		#logo {
				width: 37vw;
				padding: 1em 1.7em;
		}

		#header_nav, #gnav {
				display: none;
		}

		.sec_ttl {
				margin-bottom: 0;
				padding-bottom: 2.5em;
				font-size: 2.6rem;
		}
		.sec_ttl span {
				margin-bottom: 0.7em;
				font-size: 4.8rem;
		}
		.sec_ttl:after {
				bottom: 0.5em;
				width: 0.5em;
				height: 0.5em;
		}

		.btn {
				max-width: 80%;
				padding: 2em 1em;
				border-radius: 5em;
				font-size: 2.8rem;
		}

		.arrow {
				position: relative;
		}
		.arrow:before, .arrow:after {
				right: 2em;
		}
		.arrow:before {
				width: 2em;
		}
		.arrow:after {
				margin-top: -0.4em;
				border-width: 0.4em 0 0 0.6em;
		}

		/* ------------------------------
		   ハンバーガーメニュー
		------------------------------ */
		#hamburger {
				z-index: 1001;
				position: fixed;
				top: 2.5em;
				right: 2em;
		}

		.menu-trigger {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				display: inline-block;
				-webkit-transition: all 0.4s;
				transition: all 0.4s;
				position: relative;
				width: 8em;
				height: 6em;
		}
		.menu-trigger span {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				display: inline-block;
				-webkit-transition: all 0.4s;
				transition: all 0.4s;
				position: absolute;
				left: 0;
				width: 100%;
				height: 2px;
				background-color: #000;
		}
		.menu-trigger span:nth-of-type(1) {
				top: 0;
		}
		.menu-trigger span:nth-of-type(2) {
				top: 2.8em;
		}
		.menu-trigger span:nth-of-type(3) {
				bottom: 0;
		}
		.menu-trigger.active span:nth-of-type(1) {
				-webkit-transform: translateY(2.7em) rotate(-45deg);
				transform: translateY(2.7em) rotate(-45deg);
		}
		.menu-trigger.active span:nth-of-type(2) {
				opacity: 0;
		}
		.menu-trigger.active span:nth-of-type(3) {
				-webkit-transform: translateY(-2.7em) rotate(45deg);
				transform: translateY(-2.7em) rotate(45deg);
		}

		/* ------------------------------
		   スマホナビゲーション
		------------------------------ */
		#drawer {
				-webkit-overflow-scrolling: touch;
				display: none;
				z-index: 10;
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				overflow-y: scroll;
				background: #323232;
		}
		#drawer.open {
				display: block;
		}

		#drawer_body {
				padding: 20% 10%;
		}

		.drower_nav li, .drower_nav a {
				display: block;
				color: #fff;
				font-size: 2.8rem;
		}

		ul.drower_nav .drower_ctg {
				position: relative;
		}
		ul.drower_nav .drower_ctg > span, ul.drower_nav .drower_ctg a {
				display: block;
				padding: 2em 0;
		}
		ul.drower_nav .drower_ctg > span {
				display: block;
				position: relative;
				width: 100%;
				height: 100%;
		}
		ul.drower_nav .drower_ctg > span.active {
				color: #81bf00;
		}
		ul.drower_nav .drower_ctg > span.active::after {
				border-right: 2px solid #81bf00;
				border-bottom: 2px solid #81bf00;
		}
		ul.drower_nav .drower_ctg > span::after {
				position: absolute;
				top: 50%;
				right: 0;
				width: 0.5em;
				height: 0.5em;
				-webkit-transform: translateY(-50%) rotate(45deg);
				        transform: translateY(-50%) rotate(45deg);
				border-right: 2px solid #fff;
				border-bottom: 2px solid #fff;
				content: "";
		}
		ul.drower_nav .drower_ctg.hav-child a {
				padding-bottom: 1em;
		}
		ul.drower_nav .drower_ctg-child {
				padding-left: 1em;
		}
		ul.drower_nav .drower_ctg-child-item a {
				padding: 1em 0;
		}
		ul.drower_nav ul.sub_ctg {
				display: none;
				padding-left: 1em;
		}
		ul.drower_nav ul.sub_ctg span, ul.drower_nav ul.sub_ctg a {
				display: block;
				padding: 1em 0;
		}
		ul.sub_ctg_item {
				padding-bottom: 1em;
				padding-left: 2em;
		}
		ul.sub_ctg_item a {
				display: block;
				position: relative;
				padding: 1em 0;
		}
		ul.sub_ctg_item a::before {
				position: absolute;
				top: 50%;
				left: -1.5em;
				width: 1em;
				height: 1em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				border-radius: 1em;
				background: #fff;
				content: "";
		}
		ul.sub_ctg_item a:after {
				z-index: 1;
				position: absolute;
				top: 50%;
				left: -1.25em;
				width: 0.3em;
				height: 0.3em;
				-webkit-transform: translateY(-50%) rotate(45deg);
				        transform: translateY(-50%) rotate(45deg);
				-webkit-transform-origin: center center;
				        transform-origin: center center;
				border-top: 1px solid #000;
				border-right: 1px solid #000;
				content: "";
		}

		.drower_login, 
		.drower_contact, 
		.drower_seminar, 
		.drower_bookmark,
		.drower_download {
				width: 100%;
				margin-top: 4em;
		}

		.drower_login a, 
		.drower_contact a, 
		.drower_seminar a, 
		.drower_bookmark a,
		.drower_download a {
				display: block;
				padding: 2em;
				border: 1px solid #fff;
				color: #fff;
				font-size: 2.8rem;
				text-align: center;
		}

		.drower_login a span, 
		.drower_contact a span, 
		.drower_seminar a span, 
		.drower_bookmark a span,
		.drower_download a span {
				position: relative;
		}

		.drower_bookmark a span {
				padding: 0;
		}

		.drower_login a span::before {
				position: absolute;
				top: 50%;
				left: -2em;
				width: 1.5em;
				height: 1.5em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				background: url("../img/common/sp_icon_login_.png") no-repeat top center;
				background-size: contain;
				content: "";
		}

		.drower_bookmark a span::before {
				position: absolute;
				top: 50%;
				left: -2em;
				width: 1.2em;
				height: 1em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				background: url("../img/common/sp_icon_blank.png") no-repeat top center;
				background-size: contain;
				content: "";
		}

		.drower_contact a span::before {
				position: absolute;
				top: 55%;
				left: -2em;
				width: 1.2em;
				height: 1.2em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				background: url("../img/common/icon_mail.png") no-repeat top center;
				background-size: contain;
				content: "";
		}

		.drower_seminar a span::before {
				position: absolute;
				top: 55%;
				left: -2em;
				width: 1.3em;
				height: 1.3em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				background: url("../img/common/icon_check.png") no-repeat top center;
				background-size: contain;
				content: "";
		}
		.drower_download a span::before {
			position: absolute;
			top: 55%;
			left: -2em;
			width: 1.3em;
			height: 1.3em;
			-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
			background: url("../img/common/icn_download.svg") no-repeat top center;
			background-size: contain;
			content: "";
	}

		.drower_sub {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				padding-top: 6em;
		}
		.drower_sub a {
				display: block;
				position: relative;
				width: 40%;
				color: #fff;
				font-size: 2.4rem;
				text-align: center;
		}
		.drower_sub a:last-of-type::after {
				position: absolute;
				top: 50%;
				right: 0;
				width: 1px;
				height: 1.5em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				background: #fff;
				content: "";
		}
		.drower_sub a::before {
				position: absolute;
				top: 50%;
				left: 0;
				width: 1px;
				height: 1.5em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				background: #fff;
				content: "";
		}
		.drower_sub a span.blank {
				position: relative;
		}
		.drower_sub a span.blank::before {
				position: absolute;
				top: 60%;
				left: -1.5em;
				width: 1em;
				height: 1em;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
				background: url("../img/common/sp_icon_blank.png") no-repeat top center;
				background-size: contain;
				content: "";
		}

		#pagetop {
				display: none;
				z-index: 9;
				position: fixed;
				right: 2%;
				bottom: 5%;
				width: 5em;
				height: 5em;
		}
		#pagetop a {
				display: block;
				width: 100%;
				height: 100%;
		}
		#pagetop a img {
				width: 100%;
				height: auto;
		}

		.pagetop {
				bottom: 3%;
				width: 10em;
				height: 10em;
		}

		#footer {
				border-top: 1px solid #81bf00;
		}

		.fotter_inner {
				width: 82% !important;
		}

		.footer_link_area {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				padding: 5em 0;
		}

		#footer_nav {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				margin-top: -0.5em;
		}
		#footer_nav nav ul {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				font-size: 2.8rem;
		}

		.footer_nav02 ul {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				font-size: 2.8rem;
		}

		#footer_nav nav ul li, .footer_nav02 ul li {
				margin-top: 0.5em;
				padding-right: 0;
				line-height: 1.3;
		}

		#footer_nav nav ul li {
				padding-right: 0.5em;
				margin-right: 0.5em;
				border-right: 1px solid #848484;
		}
		#footer_nav nav ul li::after {
				display: none;
		}

		.footer_nav02 {
				margin-top: 4em;
		}
		.footer_nav02 ul {
				display: block;
		}
		.footer_nav02 ul li + li {
				margin-top: 0.5em;
		}

		#copyright_area {
				padding: 4em 0;
				background: #323232;
		}
		#copyright_area p#copyright {
				color: #FFF;
				font-size: 1.1rem;
				text-align: center;
		}

		#main_visual {
				height: 120px;
		}
		#main_visual.mv_small {
				height: 120px;
		}
		#main_visual.mv_small .mv-wrapper img {
				height: 150px;
		}
		#main_visual .mv-wrapper img {
				height: 220px;
				-o-object-position: 30% 0;
				   object-position: 30% 0;
		}

		.sec-contact {
				padding: 10% 0;
		}
		.sec-contact .inner {
				width: 90% !important;
		}
		.sec-contact .sec_ttl {
				margin-bottom: 0;
				color: #FFF;
		}
		.sec-contact .sec_ttl span {
				margin-bottom: 0.7em;
				font-size: 4.8rem;
		}
		.sec-contact .text {
				font-size: 3rem;
				line-height: 1.6;
		}
		.sec-contact .btn_wrap {
				display: block;
				margin: 5em auto 0;
		}
		.sec-contact .btn_contact {
				width: auto;
				max-width: 100%;
		}
		.sec-contact .btn_seminar {
				width: auto;
				max-width: 100%;
				margin: 0 auto;
		}
		.sec-contact .btn {
				width: 100%;
				max-width: 89%;
				padding: 1.5em 0em;
				font-size: 2.8rem;
		}
		.sec-contact .btn_seminar {
				margin-top: 2em;
		}
		.sec-contact .btn_contact .btn {
				background: #81bf00;
		}
		.sec-contact .btn_contact .btn:before {
				top: -2px;
				width: 1em;
				height: 1em;
				margin-right: 1em;
		}
		.sec-contact .btn_seminar .btn {
				background: #f5a101;
		}
		.sec-contact .btn_seminar .btn:before {
				top: -2px;
				width: 1.2em;
				height: 1.2em;
				margin-right: 1.5em;
		}
		.sec-contact .note {
				margin-top: 1em;
				font-size: 2.8rem;
				line-height: 1.6;
		}

		.txt_link {
				padding: 0 0.2em;
		}
}
.sup {
		font-size: 75%;
		position: relative;
		top: -0.5em;
}

@media screen and (min-width: 768px) {
		body {
				min-width: 1200px;
		}
}
@media screen and (max-width: 768px) {
		.sp {
				display: block !important;
		}

		.pc, .pc_ib {
				display: none !important;
		}

		.sp_ib {
				display: inline-block;
		}
}
@media (min-width: 767px) {
		a[href*="tel:"] {
				text-decoration: none;
				cursor: default;
				pointer-events: none;
		}

		.ie11 a[href*="tel:"] {
				display: inline-block;
		}
}
@media screen and (min-width: 1000px) {
		aside.sidebar {
				margin-right: calc( (100vw - 1010px) / 2);
		}
}
.pager {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 45px;
}
.pager li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		line-height: 1;
		padding-bottom: 3px;
}
.pager .prev {
		margin-right: 20px;
}
.pager .next {
		margin-left: 20px;
}
.pager .prev a, .pager .next a {
		width: 70px;
		height: 35px;
		background: #81bf00;
		border-radius: 50px;
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
}
.pager .num a {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		font-size: 1.6rem;
}
.pager .num.current a {
		background: #d9d8dd;
}

@media screen and (max-width: 767px) {
		.pager {
				margin-top: 7vw;
		}
		.pager .prev {
				margin-right: 2vw;
		}
		.pager .next {
				margin-left: 2vw;
		}
		.pager .prev a, .pager .next a {
				width: 14vw;
				height: 7vw;
				border-radius: 100px;
				font-size: 3rem;
		}
		.pager .num a {
				width: 7vw;
				height: 7vw;
				font-size: 3rem;
		}
}
.c-bgcolor-box {
		padding: 70px 0 45px;
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 65%;
		background-image: url("../img/common/bg01.png");
}
@media screen and (max-width: 767px) {
		.c-bgcolor-box {
				padding: 9.3vw 0 9.3vw;
				background-size: 100%;
		}
}
.c-bgcolor-box .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
@media screen and (max-width: 767px) {
		.c-bgcolor-box .inner {
				display: block;
		}
}
.c-bgcolor-box:nth-of-type(2n) .inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
}
.c-bgcolor-box:nth-of-type(2n), .c-bgcolor-box:nth-of-type(5n) {
		background-position: top right;
		background-image: url("../img/common/bg02.png");
}
.c-bgcolor-box:nth-of-type(2n) .c-bgcolor-box-ttl01, .c-bgcolor-box:nth-of-type(5n) .c-bgcolor-box-ttl01 {
		color: #f5a101;
}
.c-bgcolor-box:nth-of-type(2n) .c-bgcolor-box-ttl01::after, .c-bgcolor-box:nth-of-type(5n) .c-bgcolor-box-ttl01::after {
		border-color: #f5a101;
}
.c-bgcolor-box:nth-of-type(3n) {
		background-image: url("../img/common/bg03.png");
}
.c-bgcolor-box:nth-of-type(3n) .c-bgcolor-box-ttl01 {
		color: #de4f89;
}
.c-bgcolor-box:nth-of-type(3n) .c-bgcolor-box-ttl01::after {
		border-color: #de4f89;
}
.c-bgcolor-box:nth-of-type(4n) {
		background-image: url("../img/common/bg04.png");
}
.c-bgcolor-box:nth-of-type(4n) .c-bgcolor-box-ttl01 {
		color: #1d99c4;
}
.c-bgcolor-box:nth-of-type(4n) .c-bgcolor-box-ttl01::after {
		border-color: #1d99c4;
}
.c-bgcolor-box:nth-of-type(5n) {
		background-position: left top;
		background-image: url("../img/common/bg05.png");
}
.c-bgcolor-box:nth-of-type(6n) {
		background-image: url("../img/common/bg06.png");
}
.c-bgcolor-box-cnt {
		width: 400px;
		max-width: 100%;
		padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
		.c-bgcolor-box-cnt {
				width: 100%;
				padding: 0 0 0;
		}
}
.c-bgcolor-box-img {
		width: 550px;
		max-width: 100%;
		padding: 0 0 60px;
}
.c-bgcolor-box-img img {
		max-width: 100%;
}
@media screen and (max-width: 767px) {
		.c-bgcolor-box-img {
				width: 100%;
				padding: 0 0 0;
				margin-top: 4vw;
		}
}
.c-bgcolor-box-ttl01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #1d99c4;
}
@media screen and (max-width: 767px) {
		.c-bgcolor-box-ttl01 {
				font-size: 3rem;
		}
}
.c-bgcolor-box-ttl01::after {
		border-top: 2px solid #1d99c4;
		content: "";
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		margin-left: 1em;
}
.c-bgcolor-box-ttl02 {
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.4;
		margin: 15px 0 25px;
}
@media screen and (max-width: 767px) {
		.c-bgcolor-box-ttl02 {
				font-size: 4.8rem;
				margin: 2vw 0 4vw;
		}
}
.c-bgcolor-box-txt {
		line-height: 1.8;
		letter-spacing: 0.04em;
}

/*---------------------- post-detail --------------*/
.post-head {
		padding-top: 50px;
		margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
		.post-head {
				padding-top: 10vw;
				margin-bottom: 10vw;
		}
}

.detail-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border-top: 1px solid #dedede;
		margin-top: 50px;
		padding-top: 30px;
}
@media screen and (max-width: 767px) {
		.detail-meta {
				margin-top: 4vw;
				padding-top: 4vw;
		}
}

.detail-ttl {
		text-align: center;
		font-weight: bold;
		font-size: 3.4rem;
		line-height: 1.4;
		position: relative;
		padding: 0 1.5em;
		word-break: break-all;
}
.detail-ttl::before, .detail-ttl::after {
		display: block;
		position: absolute;
		color: #81bf00;
		font-size: 180%;
		width: 1em;
		height: 1em;
		top: -0.2em;
}
.detail-ttl::before {
		content: "“";
		left: 0;
}
@media screen and (max-width: 767px) {
		.detail-ttl::before {
				left: -0.5em;
		}
}
.detail-ttl::after {
		content: "”";
		right: 0;
}
@media screen and (max-width: 767px) {
		.detail-ttl::after {
				right: -0.5em;
		}
}
@media screen and (max-width: 767px) {
		.detail-ttl {
				font-size: 3.5rem;
		}
}
.detail-ttl span {
		background-color: #81bf00;
		color: #ffffff;
		padding: 0 0.5em;
}

.post-detail {
		padding: 0 0 100px;
}
.post-detail::after {
		content: "";
		display: block;
		clear: both;
}
.post-detail .post-eyecatch {
		text-align: center;
}
.post-detail img + img {
		margin-top: 2em;
}
.post-detail img {
		max-width: 100%;
}
.post-detail img.alignleft {
		margin-right: 2em;
}
@media screen and (max-width: 767px) {
		.post-detail img.alignleft {
				/*margin-right: auto;*/
		}
}
.post-detail img.alignright {
		margin-left: 2em;
}
@media screen and (max-width: 767px) {
		.post-detail img.alignright {
				/*margin-left: auto;*/
		}
}
@media screen and (max-width: 767px) {
		.post-detail {
				padding: 0 0 15vw;
		}
}
.post-detail .cnt-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
@media screen and (max-width: 767px) {
		.post-detail .cnt-box {
				display: block;
		}
}
.post-detail .cnt-box .box {
		max-width: 100%;
}
.post-detail .cnt-box .box.-txt {
		width: 550px;
}
@media screen and (max-width: 767px) {
		.post-detail .cnt-box .box.-txt {
				width: 100%;
				margin-bottom: 6vw;
		}
}
.post-detail .cnt-box .box.-img {
		width: 400px;
}
.post-detail .cnt-box .box.-img img {
		width: 100%;
}
@media screen and (max-width: 767px) {
		.post-detail .cnt-box .box.-img {
				width: 100%;
				margin-bottom: 6vw;
		}
}
.post-detail .cnt-box .box.-img p {
		text-align: center;
		line-height: 1.4;
}
.post-detail p {
		font-size: 1.7rem;
		line-height: 2;
		letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
		.post-detail p {
				font-size: 2.4rem;
		}
}
.post-detail p + p {
		margin-top: 1.8em;
}



.post-detail h2 {
		font-size: 3rem;
		font-weight: bold;
		background-color: #e6f9d4;
		padding: 16px 16px;
		margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
		.post-detail h2 {
				font-size: 3rem;
				padding: 1em 1em;
				margin-bottom: 6vw;
				line-height: 1.3;
		}
}
.post-detail * + h2 {
		margin-top: 50px;
}
@media screen and (max-width: 767px) {
		.post-detail * + h2 {
				margin-top: 6vw;
		}
}

.post-detail h3 {
		font-size: 2rem;
		font-weight: bold;
		padding: 0.5em 0.4em;
		margin-bottom: 10px;
}

.post-detail h3::before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 2rem;
    background-color: #81BF00;
    position: relative;
	left: -8px;
	top: 0.2rem;
}



@media screen and (max-width: 767px) {
		.post-detail h3 {
				font-size: 2.7rem;
				padding: 1em 0em;
				margin-bottom: 6vw;
				margin-top: 6vw;
				line-height: 1.3;
		}
}

.post-detail * + h3 {
		margin-top: 1em;
		margin-bottom: 0.5em;

}


.post-detail h4 {
		font-size: 1.7rem;
		font-weight: bold;
		background-color: #ffffff;
		padding: 0.5em 0em;
		margin-bottom: 0px;
}


@media screen and (max-width: 767px) {
		.post-detail h4 {
				font-size: 2.4rem;
				padding: 0.5em 0em;
				margin-bottom: 6vw;
				line-height: 1.3;
		}
}
.post-detail * + h4 {
		margin-top: 12px;
}
@media screen and (max-width: 767px) {
		.post-detail h4 {
				margin-top: 6vw;
		}
}



.post-detail .txt-box {
		padding: 0 100px;
		margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
		.post-detail .txt-box {
				padding: 0 0;
				margin-top: 6vw;
		}
}
.post-detail .wp-caption {
		max-width: 100%;
}
@media screen and (max-width: 767px) {
		.post-detail .wp-caption {
				width: 100% !important;
		}
		.post-detail .wp-caption img {
				width: 100%;
		}
}
.post-detail .wp-caption.alignright {
		margin: auto 0 2em 50px;
}
@media screen and (max-width: 767px) {
		.post-detail .wp-caption.alignright {
				margin: auto auto 2em;
		}
}
.post-detail .wp-caption.alignleft {
		margin: auto 50px 2em auto;
}
@media screen and (max-width: 767px) {
		.post-detail .wp-caption.alignleft {
				margin: auto auto 2em;
		}
}
.post-detail .wp-caption .wp-caption-text {
		margin-top: 1.8em;
		text-align: center;
		line-height: 1.4;
		padding: 0 1em;
}

.post-share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
@media screen and (max-width: 767px) {
		.post-share {
				display: block;
		}
}
.post-share-item {
		font-size: 0;
		margin-right: 20px;
}
@media screen and (max-width: 767px) {
		.post-share-item {
				margin-right: 0;
				margin-bottom: 2.6vw;
		}
}
.post-share-item:last-of-type {
		margin-right: 0;
}
@media screen and (max-width: 767px) {
		.post-share-item:last-of-type {
				margin-bottom: 0;
		}
}