@charset "UTF-8";
/* --------------------------------------------------

ページタイトル

-------------------------------------------------- */
section.pagetitle {
	width: auto;
	background-color: #ffd800;
	height: 340px;
	border-radius: 0px 10px 10px 0px;
	margin-right: 6.25%;
	background: transparent url(/front/common/img/page_title_pc.png) 50% 50% repeat-x;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 92px;
	padding-left: 1em;
	padding-right: 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	section.pagetitle {
		background-image: url(/front/common/img/page_title_sp.png);
		padding-top: 10px;
		padding-bottom: 65px;
		height: 245px;
		margin-right: 20px;
		margin-bottom: 82px;
		position: relative;
	}
}
@media screen and (max-width: 375px) {
	section.pagetitle {
		padding-bottom: 50px;
	}
}
section.pagetitle.no-text {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-right: 1em;
	padding-left: 1em;
	height: 207px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
section.pagetitle.no-text h1 {
	padding: .25em .5em !important;
	margin-bottom: 0;
}
@media screen and (max-width: 434px) {
	section.pagetitle.no-text h1 {
		font-size: 6.45161vw;
	}
}
@media screen and (max-width: 767px) {
	section.pagetitle.no-text {
		height: 115px;
	}
}
section.pagetitle h1 {
	display: inline-block;
	background-color: #fff;
	min-width: 500px;
	border-radius: 38px;
	margin-left: auto;
	margin-right: auto;
	font-size: 50px;
	font-weight: 700;
	color: #19b184;
	line-height: 1;
	margin-bottom: 36px;
	padding: .25em .9em .26em 1em;
}
@media screen and (max-width: 767px) {
	section.pagetitle h1 {
		min-height: 46px;
		border-radius: 23px;
		min-width: 73.33333%;
		font-size: 30px;
		margin-bottom: .5em;
		padding: .5em .5em .45em;
	}
}
@media screen and (max-width: 470px) {
	section.pagetitle h1 {
		font-size: 6.38298vw;
	}
}
section.pagetitle .lead {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.692;
}
@media screen and (max-width: 1023px) {
	section.pagetitle .lead {
		font-size: 20px;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	section.pagetitle .lead {
		font-size: 16px;
		line-height: 1.5625;
		line-height: 1.5;
		margin-left: 2em;
		margin-right: 2em;
	}
}
@media screen and (max-width: 470px) {
	section.pagetitle .lead {
		font-size: 3.40426vw;
	}
}
@media screen and (max-width: 375px) {
	section.pagetitle .lead {
		margin-top: .5em;
	}
}
section.pagetitle figure {
	display: block;
	position: absolute;
	right: -5.26667%;
	bottom: -92px;
	width: 32.8%;
	height: auto;
}
@media screen and (max-width: 767px) {
	section.pagetitle figure {
		position: static;
		width: auto;
		position: absolute;
		max-width: 228px;
		bottom: -70px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
section.pagetitle figure img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	section.pagetitle figure img {
		width: 228px;
		margin-left: auto;
		margin-right: auto;
	}
}
#price section.pagetitle figure {
	right: 2.46667%;
	bottom: -92px;
	width: 13.73333%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#price section.pagetitle figure {
		max-width: 92px;
		width: auto;
		bottom: -70px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* --------------------------------------------------

ページ内ナビゲーション

-------------------------------------------------- */
nav.page {
	background-color: #e4e9de;
	width: -webkit-calc((100% - 80px));
	width: calc((100% - 80px));
	margin-top: 140px;
	padding-top: 58px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 88px;
}
@media screen and (max-width: 1023px) {
	nav.page {
		padding-top: 28px;
		padding-bottom: 28px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	nav.page {
		width: -webkit-calc((100% - 20px));
		width: calc((100% - 20px));
	}
}
nav.page .inner {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (min-width: 1024px) {
	nav.page .inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	nav.page .inner:after {
		content: "";
		width: -webkit-calc(((100% - 28px * 3) / 4));
		width: calc(((100% - 28px * 3) / 4));
	}
	nav.page .inner:before {
		content: "";
		width: -webkit-calc(((100% - 28px * 3) / 4));
		width: calc(((100% - 28px * 3) / 4));
		order: 1;
	}
}
@media screen and (max-width: 1023px) {
	nav.page .inner {
		padding-left: 20px;
		padding-right: 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
nav.page a {
	display: block;
	border-bottom: 4px solid #158274;
	padding-bottom: 18px;
	position: relative;
	color: #158274;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	padding-right: 35px;
}
@media screen and (min-width: 1024px) {
	nav.page a {
		width: -webkit-calc(((100% - 28px * 3) / 4));
		width: calc(((100% - 28px * 3) / 4));
	}
	nav.page a:nth-of-type(n+5) {
		margin-top: 30px;
	}
	nav.page a:nth-of-type(4n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 1023px) {
	nav.page a {
		width: -webkit-calc((50% - 7px));
		width: calc((50% - 7px));
		font-size: 13px;
		border-width: 3px;
		padding-bottom: 13px;
	}
	nav.page a:nth-of-type(n+3) {
		margin-top: 19px;
	}
}
nav.page a:after {
	position: absolute;
	content: "\f123";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 2px solid #158274;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	right: 0;
	top: -4px;
	color: #158274;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0;
	font-size: 14px;
}
@media screen and (max-width: 1023px) {
	nav.page a:after {
		width: 17px;
		height: 17px;
		line-height: 19px;
		font-size: 10px;
		top: -2px;
	}
}
@media screen and (min-width: 1024px) {
	nav.page a {
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	nav.page a:hover {
		color: #19b184;
	}
	nav.page a:hover:after {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background-color: #19b184;
		color: #fff;
		border-color: #19b184;
	}
}

/* 最大4メニュー */
nav.page02 {
	background-color: #e4e9de;
	width: -webkit-calc((100% - 80px));
	width: calc((100% - 80px));
	margin-top: 140px;
	padding-top: 58px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
	nav.page02 {
		width: -webkit-calc((100% - 20px));
		width: calc((100% - 20px));
		padding-top: 28px;
		padding-bottom: 28px;
		margin-bottom: 30px;
		margin-top: 10px;
	}
}
nav.page02 .inner {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (min-width: 1024px) {
	nav.page02 .inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1023px) {
	nav.page02 .inner {
		padding-left: 17px;
		padding-right: 17px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
nav.page02 a {
	display: block;
	border-bottom: 4px solid #158274;
	padding-bottom: 18px;
	position: relative;
	color: #158274;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	padding-right: 35px;
}
@media screen and (min-width: 1024px) {
	nav.page02 a {
		width: 100%;
	}
	nav.page02 a + a {
		margin-left: 2.4%;
	}
}
@media screen and (max-width: 1023px) {
	nav.page02 a {
		width: -webkit-calc((50% - 7px));
		width: calc((50% - 7px));
		font-size: 12px;
		border-width: 3px;
		padding-bottom: 13px;
	}
	nav.page02 a:nth-of-type(n+3) {
		margin-top: 19px;
	}
}
nav.page02 a:after {
	position: absolute;
	content: "\f123";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 2px solid #158274;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	right: 0;
	top: -4px;
	color: #158274;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0;
	font-size: 14px;
}
@media screen and (max-width: 1023px) {
	nav.page02 a:after {
		width: 15px;
		height: 15px;
		line-height: 17px;
		font-size: 9px;
		top: -2px;
	}
}
@media screen and (min-width: 1024px) {
	nav.page02 a {
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	nav.page02 a:hover {
		color: #19b184;
	}
	nav.page02 a:hover:after {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background-color: #19b184;
		color: #fff;
		border-color: #19b184;
	}
}

/* --------------------------------------------------

セクション（下層デフォルト）

-------------------------------------------------- */
section.second + section.second {
	margin-top: 105px;
}
@media screen and (max-width: 767px) {
	section.second + section.second {
		margin-top: 84px;
	}
}
section.second h2.heading {
	line-height: 1.2;
	padding-top: 60px;
	font-size: 44px;
	font-weight: 800;
	text-align: center;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	section.second h2.heading {
		font-size: 22px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 39px;
		letter-spacing: 0;
	}
}
section.second h2.heading:after {
	content: " ";
	display: block;
	height: 6px;
	width: 80px;
	background-color: #19b184;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}
@media screen and (max-width: 767px) {
	section.second h2.heading:after {
		width: 46px;
		height: 4px;
		margin-top: 18px;
	}
}

/* --------------------------------------------------

2カラム

-------------------------------------------------- */
#content .cols-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	max-width: 1160px;
	padding-left: 80px;
	padding-right: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}
@media screen and (max-width: 767px) {
	#content .cols-2 {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
		padding-bottom: 0px;
	}
}
#content .cols-2 h2.heading {
	line-height: 1.2;
	font-size: 40px;
	font-weight: 800;
	margin: 0;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 6px solid #19b184;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	#content .cols-2 h2.heading {
		font-size: 22px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 39px;
		letter-spacing: 0;
		margin-bottom: 12px;
		padding-bottom: 9px;
	}
}
#content .cols-2 h2.heading:after {
	display: none;
}
#content .cols-2 header.news .meta {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#content .cols-2 header.news .meta {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 25px;
	}
}
#content .cols-2 header.news .categ {
	border: 2px solid #17835e;
	width: 96px;
	height: 28px;
	border-radius: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #17835e;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#content .cols-2 header.news .categ {
		font-size: 12px;
		width: 70px;
		height: 23px;
		border: none;
		background-color: #17835e;
		color: #fff;
		letter-spacing: 0;
	}
	#content .cols-2 header.news .categ.event {
		background-color: #ffe800;
		color: #000;
	}
	#content .cols-2 header.news .categ.news {
		background-color: #17835e;
		color: #fff;
	}
	#content .cols-2 header.news .categ.seminar {
		background-color: blue;
		color: #fff;
	}
}
#content .cols-2 header.news .date {
	font-size: 16px;
	margin-left: 1.25em;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#content .cols-2 header.news .date {
		font-size: 13px;
		margin-left: 1em;
	}
}

.section-wrap {
	overflow: hidden;
}

/* --------------------------------------------------

セクション内WYSIWYGエリア

-------------------------------------------------- */
.WYSIWYG {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1362px) {
	.WYSIWYG {
		margin-left: 80px;
		margin-right: 80px;
	}
}
@media screen and (max-width: 767px) {
	.WYSIWYG {
		margin-left: 30px;
		margin-right: 30px;
	}
}
.WYSIWYG figure {
	display: block;
	margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG figure {
		margin-bottom: 36px;
	}
}
.WYSIWYG figure img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.WYSIWYG p.lead {
	text-align: center;
	font-size: 20px;
	font-weight: ;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG p.lead {
		margin-bottom: 25px;
	}
}
.cols-2 .WYSIWYG {
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.cols-2 .WYSIWYG {
		margin-left: 20px;
		margin-right: 20px;
	}
}
.WYSIWYG p {
	text-align: left;
	line-height: 1.778;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG p {
		font-size: 13px;
		line-height: 1.5;
	}
}
.WYSIWYG p a:not([class]) {
	text-decoration: underline;
	padding-bottom: .2em;
	padding-left: 1px;
}
.WYSIWYG p a:hover {
	color: #158274;
}
.WYSIWYG p a.arrow {
	text-decoration: none;
	padding-bottom: .2em;
	border-bottom: 1px solid #19b184;
	padding-left: 1px;
}
.WYSIWYG p a.arrow:before {
	content: "> ";
}
.WYSIWYG h2 {
	line-height: 1.2;
	font-size: 40px;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 6px solid #19b184;
}
@media screen and (max-width: 767px) {
	.WYSIWYG h2 {
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 12px;
		padding-bottom: 9px;
	}
}
.WYSIWYG h3 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG h3 {
		font-size: 17px;
		margin-top: 30px;
		margin-bottom: 0px;
		padding-bottom: 9px;
	}
}
.WYSIWYG h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG h4 {
		font-size: 15px;
		margin-top: 30px;
		margin-bottom: 0px;
		padding-bottom: 7px;
	}
}
.WYSIWYG h5 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 13px;
	color: #19b184;
}
@media screen and (max-width: 767px) {
	.WYSIWYG h5 {
		font-size: 14px;
		margin-top: 29px;
		margin-bottom: 0px;
		padding-bottom: 6px;
	}
}
.WYSIWYG h6 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG h6 {
		font-size: 13px;
		margin-top: 26px;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
}
.WYSIWYG ul {
	margin-top: 40px;
}
.WYSIWYG ul li {
	font-size: 18px;
	position: relative;
	padding-left: 1.25em;
}
@media screen and (max-width: 767px) {
	.WYSIWYG ul li {
		font-size: 13px;
	}
}
.WYSIWYG ul li + li {
	margin-top: .75em;
}
.WYSIWYG ul li:before {
	content: " ";
	width: 10px;
	height: 10px;
	border: 2px solid #19b184;
	display: block;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: .6em;
	left: 0;
}
@media screen and (max-width: 767px) {
	.WYSIWYG ul li:before {
		top: .35em;
	}
}
.WYSIWYG ol {
	margin-top: 40px;
	counter-reset: num;
}
.WYSIWYG ol li {
	font-size: 18px;
	position: relative;
	padding-left: 1.25em;
}
@media screen and (max-width: 767px) {
	.WYSIWYG ol li {
		font-size: 13px;
	}
}
.WYSIWYG ol li + li {
	margin-top: .75em;
}
.WYSIWYG ol li:before {
	content: counter(num) ". ";
	counter-increment: num;
	display: inline-block;
	width: 2em;
	position: absolute;
	top: 0;
	left: 0;
	color: #19b184;
}
.WYSIWYG ul ul, .WYSIWYG ol ul {
	margin-left: 1.25em;
	margin-top: .75em;
}
.WYSIWYG ul ul li, .WYSIWYG ol ul li {
	padding-left: 1.25em;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG ul ul li, .WYSIWYG ol ul li {
		font-size: 13px;
	}
}
.WYSIWYG ul ul li:before, .WYSIWYG ol ul li:before {
	content: "・";
	border: none;
	top: 0;
}
.WYSIWYG ul ol, .WYSIWYG ol ol {
	margin-left: 1.25em;
	margin-top: .75em;
}
.WYSIWYG ul ol li, .WYSIWYG ol ol li {
	padding-left: 1.25em;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG ul ol li, .WYSIWYG ol ol li {
		font-size: 13px;
	}
}
.WYSIWYG ul ol li:before, .WYSIWYG ol ol li:before {
	color: #000;
	border: none;
}
.WYSIWYG .link {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.WYSIWYG .link_hojo {
	margin-top: 70px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.WYSIWYG .link a {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	width: -webkit-calc((50% - 12px));
	width: calc((50% - 12px));
	position: relative;
	padding-left: 48px;
	font-size: 18px;
	font-weight: 500;
}
.WYSIWYG .link_hojo a {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	position: relative;
	padding-left: 48px;
	font-size: 18px;
	font-weight: 500;
}
.WYSIWYG .link a:hover,.WYSIWYG .link_hojo a:hover {
	color: #158274;
}
.WYSIWYG .link a:hover:before,.WYSIWYG .link_hojo a:hover:before {
	border-color: #158274;
	background-color: #158274;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link a {
		font-size: 13px;
		padding-left: 27px;
		min-height: 20px;
		width: -webkit-calc((50% - 6px));
		width: calc((50% - 6px));
		line-height: 1.25;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link_hojo a {
		font-size: 15px;
		padding-left: 27px;
		min-height: 20px;
		line-height: 1.25;
		letter-spacing: 0;
	}
}
.WYSIWYG .link a:before,.WYSIWYG .link_hojo a:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	display: inline-block;
	border: 2px solid #19b184;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -2px;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	padding-left: 2px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link a:before,.WYSIWYG .link_hojo a:before {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 16px;
		vertical-align: middle;
		top: 5px;
	}
}
.WYSIWYG .link a[target="_blank"]:after,.WYSIWYG .link_hojo a[target="_blank"]:after {
	content: " ";
	display: inline-block;
	width: 19px;
	height: 20px;
	background: transparent url(/front/common/img/ico-blank.png) 50% 50% no-repeat;
	margin-left: 1em;
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link a[target="_blank"]:after,.WYSIWYG .link_hojo a[target="_blank"]:after {
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
		margin-left: .5em;
	}
}
.WYSIWYG .link a[href$=".pdf"]:after,.WYSIWYG .link_hojo a[href$=".pdf"]:after {
	content: " ";
	display: inline-block;
	width: 19px;
	height: 20px;
	background: transparent url(/front/common/img/ico-pdf-02.png) 50% 50% no-repeat;
	margin-left: 1em;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link a[href$=".pdf"]:after,.WYSIWYG .link_hojo a[href$=".pdf"]:after {
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
		margin-left: .5em;
	}
}
.WYSIWYG .link-btn {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link-btn {
		display: block;
	}
}
.WYSIWYG .link-btn a {
	background-color: #19b184;
	position: relative;
	width: -webkit-calc((50% - 10px));
	width: calc((50% - 10px));
	min-height: 76px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 63px;
	padding-right: 50px;
	letter-spacing: 0;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
	.WYSIWYG .link-btn a {
		-moz-transition: background 0.3s;
		-o-transition: background 0.3s;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.WYSIWYG .link-btn a:hover {
		background-color: #5ec8a9;
	}
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link-btn a {
		min-height: 50px;
		font-size: 13px;
		border-radius: 5px;
		max-width: 420px;
		width: auto;
		padding-left: 50px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.WYSIWYG .link-btn a + a {
		margin-top: 20px;
	}
}
.WYSIWYG .link-btn a[target="_blank"] i {
	position: absolute;
	right: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 19px;
	height: 20px;
	background: transparent url(/front/common/img/ico-blank-white.png) 50% 50% no-repeat;
	margin-left: .5em;
}
.WYSIWYG .link-btn a[href$=".pdf"] i {
	position: absolute;
	right: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 22px;
	height: 22px;
	background: transparent url(/front/common/img/ico-pdf-02.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: .5em;
}
.WYSIWYG .link-btn a:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	position: absolute;
	top: 51%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid  #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	box-sizing: border-box;
	padding-left: 1px;
	left: 6.25%;
}
@media screen and (max-width: 920px) {
	.WYSIWYG .link-btn a:after {
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 13px;
		left: 4.6875%;
		padding-left: 2px;
	}
}
.WYSIWYG .link-btn a:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	top: 3px;
	left: 3px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/btn-bg.png);
}
@media screen and (max-width: 767px) {
	.WYSIWYG .link-btn a:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		top: 3px;
		left: 3px;
	}
}
.WYSIWYG table {
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.WYSIWYG table {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
.WYSIWYG table th, .WYSIWYG table td {
	border: 1px dotted #7f7f7f;
	padding: 20px 20px;
}
@media screen and (max-width: 767px) {
	.WYSIWYG table th, .WYSIWYG table td {
		padding: 15px;
		font-size: 13px;
		line-height: 1.84615;
	}
}
.WYSIWYG table tr *:first-child {
	border-left: none;
}
.WYSIWYG table tr *:last-child {
	border-right: none;
}
.WYSIWYG table th {
	white-space: nowrap;
	font-weight: bold;
	background-color: #fcf9d8;
}
.WYSIWYG table th.gray {
	background-color: #eef2f6;
}
.WYSIWYG table.fixed {
	table-layout: fixed;
}
.WYSIWYG table.fixed_price {
	table-layout: fixed;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.WYSIWYG .scroll-sp {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		max-width: 100%;
		margin-top: 30px;
	}
	.WYSIWYG .scroll-sp table {
		margin-top: 0;
		width: 767px;
		margin-bottom: 5px;
	}
}
.WYSIWYG .scroll-notice {
	display: none;
}
@media screen and (max-width: 767px) {
	.WYSIWYG .scroll-notice {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		border-style: solid;
		border-width: 2px;
		border-color: #e8ecec;
		background-color: #f8fafc;
		max-width: 100%;
		height: 45px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 13px;
		margin-bottom: 10px;
		width: -webkit-calc((100% -60px));
		width: calc((100% -60px));
		margin-top: 20px;
	}
	.WYSIWYG .scroll-notice:before {
		content: " ";
		display: inline-block;
		width: 22px;
		height: 22px;
		background: transparent url(/front/common/img/ico-scroll.png) 50% 50% no-repeat;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 10px;
	}
}
.WYSIWYG .code {
	background: #eee;
	display: inline-block;
	border-radius: 5px;
	margin: 2px;
	padding: 0 5px;
}
.WYSIWYG .code a {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-decoration: none !important;
	color: inherit;
}
.WYSIWYG .code a:hover {
	opacity: .7;
	color: #000;
}

/* タブ */
nav.tab {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 2px solid #d4d4d4;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	nav.tab {
		margin-left: 20px;
		margin-right: 20px;
	}
}
nav.tab a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #d4d4d4;
	width: 100%;
	height: 60px;
	border-radius: 10px 10px 0px 0px;
	font-weight: 700;
	color: #6f6f6f;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	nav.tab a {
		font-size: 13px;
		border-radius: 6px 6px 0px 0px;
		height: 50px;
	}
}
nav.tab a:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	top: 3px;
	left: 3px;
	border: 1px solid #d4d4d4;
	background: transparent url(/front/common/img/btn-bg-gray.png);
}
@media screen and (max-width: 767px) {
	nav.tab a:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		top: 3px;
		left: 3px;
	}
}
nav.tab a.active {
	background-color: #19b184;
	color: #fff;
}
nav.tab a.active:before {
	background: transparent url(/front/common/img/btn-bg.png);
	border: 1px solid  #19b184;
}
nav.tab a + a {
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	nav.tab a + a {
		margin-left: 10px;
	}
}
nav.tab a:last-child {
	margin-right: 5px;
}
@media screen and (min-width: 768px) {
	nav.tab a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav.tab a:hover {
		background-color: #19b184;
		color: #fff;
	}
	nav.tab a:hover:before {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background: transparent url(/front/common/img/btn-bg.png);
		border: 1px solid  #19b184;
	}
}

/* カテゴリーリスト */
dl.category-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
dl.category-list p{
	margin-top:25px;
}
@media screen and (max-width: 767px) {
	dl.category-list {
		display: block;
		padding-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
dl.category-list dt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 74px;
	width: 220px;
}
@media screen and (max-width: 767px) {
	dl.category-list dt {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
dl.category-list .categ {
	border: 2px solid #17835e;
	width: 96px;
	height: 28px;
	border-radius: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #17835e;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	dl.category-list .categ {
		font-size: 12px;
		width: 70px;
		height: 23px;
		border: none;
		background-color: #17835e;
		color: #fff;
		letter-spacing: 0;
	}
	dl.category-list .categ.event {
		background-color: #ffe800;
		color: #000;
	}
	dl.category-list .categ.news {
		background-color: #17835e;
		color: #fff;
	}
	dl.category-list .categ.seminar {
		background-color: blue;
		color: #fff;
	}
}
dl.category-list .date {
	font-size: 16px;
	margin-left: .75em;
}
@media screen and (max-width: 767px) {
	dl.category-list .date {
		font-size: 13px;
		margin-left: 1em;
	}
}
dl.category-list dd {
	width: -webkit-calc((100% - 220px));
	width: calc((100% - 220px));
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 768px) {
	dl.category-list dd:after {
		content: " ";
		display: block;
		position: absolute;
		left: -220px;
		bottom: 0;
		width: -webkit-calc((100% + 220px));
		width: calc((100% + 220px));
		border-bottom: 1px dotted #000;
	}
}
@media screen and (max-width: 767px) {
	dl.category-list dd {
		width: 100%;
		height: auto;
		border-bottom: 1px dotted #000;
		font-size: 13px;
		padding-bottom: 10px;
	}
}
dl.category-list dd a {
	color: #333333;
}
@media screen and (min-width: 768px) {
	dl.category-list dd a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	dl.category-list dd a:not([href='javascript:void(0)']):hover {
		color: #19b184;
	}
	dl.category-list dd a[href='javascript:void(0)']:hover {
		cursor: default;
	}
}
dl.category-list dd a[href$=".pdf"] {
	padding-right: 2em;
	position: relative;
}
dl.category-list dd a[href$=".pdf"]:after {
	position: absolute;
	right: 0;
	content: " ";
	display: inline-block;
	width: 19px;
	height: 20px;
	background: transparent url(/front/common/img/ico-pdf-02.png) 50% 50% no-repeat;
	margin-left: 1em;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
@media screen and (max-width: 767px) {
	dl.category-list dd a[href$=".pdf"]:after {
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
		margin-left: .5em;
		position: static;
		display: inline-block;
	}
}

/* ステップリスト */
dl.step {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	dl.step {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}
dl.step dt {
	background-color: #19b184;
	color: #fff;
	text-align: center;
	width: 120px;
	min-height: 148px;
	border-radius: 10px 0px 0px 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.2;
	position: relative;
}
@media screen and (max-width: 767px) {
	dl.step dt {
		width: 60px;
		min-height: 0;
		font-size: 30px;
	}
}
dl.step dt:before {
	content: "STEP";
	font-size: 20px;
	display: block;
}
@media screen and (max-width: 767px) {
	dl.step dt:before {
		font-size: 12px;
	}
}
dl.step dt:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #19b184 transparent transparent transparent;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}
@media screen and (max-width: 767px) {
	dl.step dt:after {
		border-width: 7px 7px 0 7px;
	}
}
dl.step dt:nth-of-type(n+2) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	dl.step dt:nth-of-type(n+2) {
		margin-top: 17px;
	}
}
dl.step dt:last-of-type:after {
	display: none;
}
dl.step dd {
	width: -webkit-calc((100% - 120px));
	width: calc((100% - 120px));
	border: 3px solid #19b184;
	border-radius: 0px 10px 10px 0px;
	padding: 22px 23px;
}
@media screen and (max-width: 767px) {
	dl.step dd {
		padding: 20px;
		width: -webkit-calc((100% - 60px));
		width: calc((100% - 60px));
	}
}
dl.step dd:nth-of-type(n+2) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	dl.step dd:nth-of-type(n+2) {
		margin-top: 17px;
	}
}
dl.step dd.fig {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	dl.step dd.fig {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}
dl.step dd.fig figure {
	width: 45%;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	dl.step dd.fig figure {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
}
dl.step dd.fig figure img {
	width: 100%;
	height: auto;
	display: block;
}
dl.step dd.fig p {
	width: -webkit-calc((100% - 47.5%));
	width: calc((100% - 47.5%));
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	dl.step dd.fig p {
		width: auto;
		font-size: 13px;
		margin-bottom: 1em;
		letter-spacing: 0;
	}
}

/* 画像説明テキスト */
figure.caption {
	background-color: #fff;
	border: 1px solid #d0d8e0;
	border-radius: 10px;
	padding: 8px;
	padding-bottom: 8px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	figure.caption {
		padding-bottom: 8px;
		margin-top: 10px;
	}
}
figure.caption img {
	margin-bottom: 0;
	width: 100%;
}
figure.caption figcaption {
	font-size: 18px;
	line-height: 1.2;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
	figure.caption figcaption {
		font-size: 12px;
		padding-left: 0;
	}
}

.fig-2cols {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.fig-2cols {
		display: block;
	}
}
.fig-2cols figure {
	width: -webkit-calc((50% - 10px));
	width: calc((50% - 10px));
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.fig-2cols figure {
		width: 100%;
		margin-bottom: 0;
	}
	.fig-2cols figure + figure {
		margin-top: 20px;
	}
}
.fig-2cols + figure {
	margin-top: -10px;
}

/* 注釈 */
.notes {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 25px 20px;
	margin-bottom: 60px;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.notes {
		padding: 18px;
		font-size: 12px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}
.notes ul {
	margin-top: 0;
}
.notes ul li {
	font-size: inherit;
	position: relative;
	padding-left: 1.25em;
}
@media screen and (max-width: 767px) {
	.notes ul li {
		font-size: 13px;
	}
}
.notes ul li + li {
	margin-top: .4em;
}
.notes ul li:before {
	content: "※";
	width: 1em;
	height: 1em;
	border: none;
	display: block;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: auto;
	left: 0;
}
.notes.type02 {
	background-color: #fcf9d8;
	border: none;
}
.notes.type02 .hd {
	position: relative;
	font-weight: 700;
	padding-left: 2.25em;
	margin-bottom: .75em;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.notes.type02 .hd {
		font-size: 13px;
	}
}
.notes.type02 .hd:before {
	content: "\f101";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-color: #ffd600;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.notes.type02 .hd:before {
		width: 20px;
		height: 20px;
	}
}

/* キャッチコピー */
.catch {
	text-align: center;
	margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
	.catch {
		margin-bottom: 30px;
	}
}
.catch span {
	font-size: 32px;
	letter-spacing: 0;
	font-weight: 800;
	text-align: right;
	line-height: 1.5;
	display: inline;
	background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffe800 65%, #ffe800 90%, rgba(0, 0, 0, 0) 90%);
}
@media screen and (max-width: 767px) {
	.catch span {
		font-size: 18px;
	}
}
@media screen and (max-width: 374px) {
	.catch span {
		font-size: 4.54545vw;
	}
}

/* 画像左 テキスト右 */
.fig_left-text_right {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1023px) {
	.fig_left-text_right {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
}
.fig_left-text_right figure {
	display: block;
	width: 48%;
	margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
	.fig_left-text_right figure {
		width: 96%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.fig_left-text_right figure {
		margin-bottom: 26px;
	}
}
.fig_left-text_right figure img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.fig_left-text_right figure img {
		width: auto;
		max-width: 100%;
	}
}
.fig_left-text_right .text {
	width: 48%;
}
@media screen and (max-width: 1023px) {
	.fig_left-text_right .text {
		width: 96%;
	}
}
.fig_left-text_right .text p {
	font-size: 20px;
	line-height: 1.7;
}
.fig_left-text_right .text p + p {
	margin-top: .75em;
}
@media screen and (max-width: 767px) {
	.fig_left-text_right .text p {
		font-size: 15px;
	}
}
.fig_left-text_right .text em {
	font-weight: bold;
}

/* 横3段パネル型リスト */
.panel-list {
	margin-top: 100px;
	margin-bottom: 140px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.panel-list {
		margin-top: 50px;
		margin-bottom: 70px;
	}
}
.panel-list h3 {
	background-color: #e8f7f2;
	min-height: 80px;
	border-radius: 40px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	color: #19b184;
	margin-bottom: 60px;
	padding: 16px;
}
@media screen and (max-width: 767px) {
	.panel-list h3 {
		margin-bottom: 30px;
		min-height: 50px;
		font-size: 19px;
		border-radius: 25px;
		padding: 12px;
	}
}
.panel-list h4 {
	display: block;
	height: 100px;
	display: table-cell;
	line-height: 1.13333;
	font-weight: 800;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	width: 1000px;
	letter-spacing: 0;
}
@media screen and (max-width: 1176px) {
	.panel-list h4 {
		font-size: 2.04082vw;
	}
}
@media screen and (max-width: 767px) {
	.panel-list h4 {
		font-size: 16px;
		display: block;
		width: auto;
		height: auto;
		margin-top: 10px;
	}
}
.panel-list h4 span {
	background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffe800 65%, #ffe800 90%, rgba(0, 0, 0, 0) 90%);
	display: inline;
}
.panel-list h4 + p {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.panel-list h4 + p {
		margin-top: 20px;
	}
}
.panel-list h4 + p + p {
	margin-top: 1em;
}
.panel-list ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	counter-reset: num;
}
@media screen and (min-width: 768px) {
	.panel-list ol:after {
		display: block;
		content: "";
		height: 0;
		width: -webkit-calc(((100% - 40px) / 3));
		width: calc(((100% - 40px) / 3));
	}
}
@media screen and (max-width: 767px) {
	.panel-list ol {
		display: block;
	}
}
.panel-list li {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.panel-list li {
		width: -webkit-calc(((100% - 40px) / 3));
		width: calc(((100% - 40px) / 3));
	}
	.panel-list li:nth-of-type(n+4) {
		margin-top: 70px;
	}
}
@media screen and (max-width: 767px) {
	.panel-list li + li {
		margin-top: 25px;
	}
}
.panel-list li:before {
	content: "0" counter(num);
	counter-increment: num;
	display: block;
	width: 2em;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #19b184;
	text-align: center;
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.panel-list li:before {
		font-size: 16px;
	}
}
.panel-list p {
	text-align: left;
	line-height: 1.778;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.panel-list p {
		font-size: 13px;
		line-height: 1.5;
	}
}
.panel-list p a:not([class]) {
	text-decoration: none;
	padding-bottom: .2em;
	border-bottom: 1px solid #19b184;
	padding-left: 1px;
}
.panel-list p a:hover {
	color: #158274;
}
.panel-list p a.arrow {
	text-decoration: none;
	padding-bottom: .2em;
	border-bottom: 1px solid #19b184;
	padding-left: 1px;
}
.panel-list p a.arrow:before {
	content: "> ";
}

/* 戻る */
a.back {
	margin-top: 50px;
	display: inline-block;
	font-weight: 700;
	color: #19b184;
	color: #777;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
a.back:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f124";
	box-sizing: border-box;
	border: 2px solid  #777;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 17px;
	color: inherit;
}
@media screen and (max-width: 767px) {
	a.back:before {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}
}
@media screen and (min-width: 768px) {
	a.back {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	a.back:hover {
		color: #19b184;
	}
	a.back:hover:before {
		border-color: #19b184;
		color: #19b184;
	}
}
@media screen and (max-width: 767px) {
	a.back {
		margin-top: 30px;
		margin-left: 20px;
		font-size: 14px;
	}
}

/* 質問リスト */
dl.faq {
	margin-top: 50px;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	dl.faq {
		margin-top: 25px;
	}
}
dl.faq .wrap {
	background-color: #fff;
	border: 2px solid #19b184;
	border-radius: 10px;
	margin-right: 10px;
	position: relative;
}
dl.faq .wrap + .wrap {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	dl.faq .wrap + .wrap {
		margin-top: 15px;
	}
}
dl.faq .wrap:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	top: 5px;
	left: 5px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/btn-bg.png);
}
@media screen and (max-width: 767px) {
	dl.faq .wrap:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		top: 3px;
		left: 3px;
	}
}
dl.faq dt {
	font-weight: 500;
	color: #19b184;
	font-size: 22px;
	padding: 22px 70px 25px 90px;
	border-radius: 10px 10px 0px 0px;
	position: relative;
}
@media screen and (min-width: 768px) {
	dl.faq dt {
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	dl.faq dt:hover {
		cursor: pointer;
		color: #158274;
	}
}
@media screen and (max-width: 767px) {
	dl.faq dt {
		font-size: 15px;
		padding: 16px 43px 17px 60px;
	}
}
dl.faq dt:before {
	content: "Q.";
	display: inline-block;
	font-size: 50px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-right: .25em;
	line-height: 1;
	position: absolute;
	left: 24px;
	top: 14px;
}
@media screen and (max-width: 767px) {
	dl.faq dt:before {
		font-size: 25px;
	}
}
dl.faq dt:after {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "\f2c7";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	width: 1em;
	height: 1em;
	font-size: 50px;
	position: absolute;
	right: 10px;
	top: 13px;
}
@media screen and (max-width: 767px) {
	dl.faq dt:after {
		font-size: 30px;
	}
}
dl.faq dt.active:after {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "\f2f4";
}
dl.faq dd {
	background-color: #eef2f6;
	padding: 20px 20px 50px 90px;
	position: relative;
	border-radius: 0px 0px 10px 10px;
	display: none;
}
@media screen and (max-width: 767px) {
	dl.faq dd {
		padding: 50px 20px 50px 56px;
	}
}
dl.faq dd.active {
	display: block;
}
dl.faq dd:before {
	content: "A.";
	display: inline-block;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	-moz-transform: translateY(0.15em);
	-ms-transform: translateY(0.15em);
	-webkit-transform: translateY(0.15em);
	transform: translateY(0.15em);
	margin-right: .25em;
	line-height: 1;
	position: absolute;
	left: 30px;
	top: 15px;
	color: #19b184;
}
@media screen and (max-width: 767px) {
	dl.faq dd:before {
		font-size: 20px;
		left: 60px;
	}
}
dl.faq dd p {
	margin-bottom: .75em;
}
dl.faq dd a {
	display: inline-block;
	display: inline;
	font-size: 18px;
	color: #19b184;
	padding-bottom: .25em;
	border-bottom: 1px solid #19b184;
}
@media screen and (max-width: 767px) {
	dl.faq dd a {
		font-size: 13px;
		display: inline;
	}
}
dl.faq dd a:before {
	content: "＞";
	display: inline-block;
	margin-right: .5em;
}
@media screen and (min-width: 768px) {
	dl.faq dd a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	dl.faq dd a:hover {
		opacity: .7;
	}
}

/* プランリスト */
.plan-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 960px) {
	.plan-list {
		display: block;
	}
}
.plan-list .plan {
	width: -webkit-calc((100% / 3));
	width: calc((100% / 3));
	border-radius: 10px;
	box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.6);
	text-align: center;
	background: #fff7cc;
}
@media screen and (max-width: 960px) {
	.plan-list .plan {
		margin-left: auto;
		margin-right: auto;
		width: auto;
		max-width: 500px;
	}
}
.plan-list .plan + .plan {
	margin-left: 5%;
}
@media screen and (max-width: 960px) {
	.plan-list .plan + .plan {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
}
.plan-list .plan:nth-of-type(2) {
	border: 4px solid #19b184;
}
.plan-list .plan:nth-of-type(2) .plan_name {
	background: #19b184;
	height: 56px;
	padding-bottom: 2px;
	position: relative;
	border-radius: 0;
}
.plan-list .plan:nth-of-type(2) .plan_name:before {
	content: "オススメ";
	position: absolute;
	display: block;
	border-radius: 100%;
	background: #ffd800;
	width: 78px;
	height: 78px;
	left: -40px;
	top: -40px;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 78px;
	font-weight: bold;
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
@media screen and (max-width: 960px) {
	.plan-list .plan:nth-of-type(2) .plan_name:before {
		width: 50px;
		height: 50px;
		font-size: 10px;
		line-height: 50px;
		left: -10px;
		top: -15px;
	}
}
.plan-list .plan:nth-of-type(3) .plan_name {
	background: #1fce71;
}
.plan-list .head {
	background-color: #fff;
	padding-bottom: 33px;
}
.plan-list .plan_name {
	background: #158274;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 6px 6px 0px 0px;
}
.plan-list .copy {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top: 27px;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.plan-list .price {
	color: #158274;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 16px;
	display: inline-block;
	margin-left: 1.5em;
	margin-right: 1.5em;
	background: linear-gradient(rgba(0, 0, 0, 0) 55%, #ffd800 55%, #ffd800 90%, rgba(0, 0, 0, 0) 90%);
}
.plan-list .price span {
	font-family: Poppins, sans-serif;
	font-size: 32px;
}
.plan-list .support {
	color: #158274;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.plan-list p {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.plan-list .description {
	padding: 24px 12px;
	position: relative;
	bottom: 0;
	border-radius: 0px 0px 6px 6px;
}
.plan-list .description ul {
	margin-top: 20px;
	margin-left: 5%;
	margin-right: 3.33333%;
}
.plan-list .description ul li {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}
.plan-list .description ul li:before {
	content: "・";
	border: none;
	top: auto;
}
.plan-list .description ul li + li {
	margin-top: .5em;
}
.plan-list .hd {
	background: #ffd800;
	height: 34px;
	border-radius: 17px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: bold;
}

/* 料金表 */
table#price_table {
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	table#price_table {
		margin-top: 0px;
		margin-bottom: 30px;
		width: 600px;
	}
}
table#price_table th, table#price_table td {
	border: 1px solid #ccc;
	padding: 20px 20px;
}
@media screen and (max-width: 767px) {
	table#price_table th, table#price_table td {
		padding: 15px 10px;
		font-size: 13px;
		line-height: 1.84615;
	}
}
table#price_table tr *:first-child {
	border-left: none;
}
table#price_table tr *:last-child {
	border-right: none;
}
table#price_table th {
	white-space: nowrap;
	font-weight: bold;
	background-color: #eef2f6;
}
table#price_table th.gray {
	background-color: #eef2f6;
}
table#price_table td:nth-of-type(1) {
	background-color: #fcf9d8;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	table#price_table td:nth-of-type(1) {
		font-size: 13px;
	}
}
table#price_table .price {
	color: #158274;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	background: linear-gradient(rgba(0, 0, 0, 0) 55%, #ffd800 55%, #ffd800 90%, rgba(0, 0, 0, 0) 90%);
}
@media screen and (max-width: 767px) {
	table#price_table .price {
		font-size: 13px;
	}
}
table#price_table .price span {
	font-family: Poppins, sans-serif;
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	table#price_table .price span {
		font-size: 16px;
	}
}
table#price_table .bdln {
	border-left: none;
}
table#price_table .bdrn {
	border-right: none;
}
table#price_table .bdtn {
	border-top: none;
}
table#price_table .bdbn {
	border-bottom: none;
}

.maw1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------

ページャー

-------------------------------------------------- */
nav.pager {
	margin-top: 50px;
	background-color: #eef2f6;
	border-radius: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	position: relative;
}
nav.pager .paginationjs-pages ul {
	display: -webkit-flex;
    display: flex;
}
@media screen and (max-width: 767px) {
	nav.pager {
		margin-top: 25px;
		height: 50px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
nav.pager a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-family: Poppins, sans-serif;
	font-size: 26px;
	font-weight: 500;
	margin-left: 6px;
	margin-right: 6px;
	display: inline-block;
	width: 1em;
	text-align: center;
	line-height: 1;
	padding-top: 6px;
}
@media screen and (max-width: 767px) {
	nav.pager a {
		font-size: 18px;
		margin-left: 3px;
		margin-right: 3px;
	}
}
nav.pager a:after {
	content: " ";
	display: block;
	width: 18px;
	height: 4px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 767px) {
	nav.pager a:after {
		width: 13px;
		height: 3px;
	}
}
@media screen and (min-width: 768px) {
	nav.pager a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav.pager a:hover {
		color: #19b184;
	}
	nav.pager a:hover:after {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background-color: #19b184;
	}
}
nav.pager a.current,
.paginationjs-page.active a,
.paginationjs-page.active a:after{
	color: #19b184;
}
nav.pager .paginationjs-prev a,
nav.pager .paginationjs-next a{
	color: #b3baad;
}
nav.pager a.current:after,
.paginationjs-page.active a:after{
	background-color: #19b184;
}
nav.pager a.prev {
	margin-right: 40px;
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	nav.pager a.prev {
		margin-right: 20px;
	}
}
nav.pager a.prev:before {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "\f3cf";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #b3baad;
}
nav.pager a.prev:after {
	display: none;
}
@media screen and (min-width: 768px) {
	nav.pager a.prev {
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	nav.pager a.prev:hover:before {
		color: #19b184;
	}
}
nav.pager a.next {
	margin-left: 40px;
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	nav.pager a.next {
		margin-left: 20px;
	}
}
nav.pager a.next:before {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "\f3d1";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #b3baad;
}
nav.pager a.next:after {
	display: none;
}
@media screen and (min-width: 768px) {
	nav.pager a.next {
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	nav.pager a.next:hover:before {
		color: #19b184;
	}
}
nav.pager span {
	display: inline-block;
	margin-left: 6px;
	margin-right: 9px;
	margin-bottom: 10px;
}
nav.pager span:before {
	content: "･･･";
	color: #000;
}
@media screen and (max-width: 767px) {
	nav.pager span:before {
		font-size: 13px;
	}
}

/* --------------------------------------------------

4パネル

-------------------------------------------------- */
.panels {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.panels {
		display: block;
	}
}

.panel {
	width: -webkit-calc((50% - 23px));
	width: calc((50% - 23px));
	border-radius: 10px;
	border: 3px solid #19b184;
	padding: 30px 44px;
	position: relative;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.panel:nth-of-type(n+3) {
		margin-top: 55px;
	}
}
@media screen and (max-width: 1023px) {
	.panel {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 767px) {
	.panel {
		width: auto;
		padding: 20px 20px;
		border-width: 2px;
	}
	.panel + .panel {
		margin-top: 15px;
	}
}
.panel:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	top: 5px;
	left: 5px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/btn-bg.png);
}
@media screen and (max-width: 767px) {
	.panel:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		top: 4px;
		left: 4px;
	}
}
.panel header {
	width: 1000px;
	height: 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.panel header {
		height: 60px;
	}
}
.panel h3 {
	font-size: 29px;
	letter-spacing: 0;
	font-weight: 500;
	text-align: center;
	line-height: 1.13333;
	display: inline;
	background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffe800 65%, #ffe800 90%, rgba(0, 0, 0, 0) 90%);
}
@media screen and (max-width: 1023px) {
	.panel h3 {
		font-size: 2.93255vw;
	}
}
@media screen and (max-width: 767px) {
	.panel h3 {
		font-size: 20px;
	}
}
.panel figure {
	display: block;
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.panel figure {
		height: 225px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.panel figure {
		margin-bottom: 22px;
		margin-top: 10px;
	}
}
.panel figure img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.panel p {
	font-size: 20px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.panel p {
		font-size: 14px;
	}
}

/*# sourceMappingURL=module.css.map */
