body {
	font-family:メイリオ,Meiryo,Hiragino Sans W3,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}
a {
	color: #42965e;
	text-decoration: underline
}

.row-10 {
	margin-left: -5px;
	margin-right: -5px
}

.row-10>[class^=" col-"], .row-10>[class^=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.row-14 {
	margin-left: -7px;
	margin-right: -7px
}

.row-14>[class^=" col-"], .row-14>[class^=col-] {
	padding-right: 7px;
	padding-left: 7px
}

.row-20 {
	margin-left: -10px;
	margin-right: -10px
}

.row-20>[class^=" col-"], .row-20>[class^=col-] {
	padding-right: 10px;
	padding-left: 10px
}

.row-30 {
	margin-left: -15px;
	margin-right: -15px
}

.row-30>[class^=" col-"], .row-30>[class^=col-] {
	padding-right: 15px;
	padding-left: 15px
}

.row-40 {
	margin-left: -20px;
	margin-right: -20px
}

.row-40>[class^=" col-"], .row-40>[class^=col-] {
	padding-right: 20px;
	padding-left: 20px
}

.text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}

.box-shadow {
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .06)
}

body {
	background-color: #efefef;
	color: #323232
}

img[data-sizes=auto] {
	display: block;
	width: 100%
}

#main {
	margin-top: 62px
}

@media (min-width:992px) {
	#main {
		margin-top: 113px
	}
}

.container {
	max-width: 1130px
}

.btn-1 {
	border: 3px solid #42965e;
	font-weight: 700;
	font-size: 1.125rem;
	display: inline-block;
	text-decoration: none;
	line-height: 2.8em;
	padding: 0 3em 0 1.2em;
	border-radius: 1.5em;
	position: relative;
	transition: all .3s ease
}

@media (min-width:992px) {
	.btn-1 {
		padding: 0 3.2em 0 1.4em;
		font-size: 1.25rem
	}
}

.btn-1:after {
	content: "\f144";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%)
}

@media (min-width:992px) {
	.btn-1:after {
		right: 20px
	}
}

.btn-1:hover {
	text-decoration: none;
	background: #ebebeb;
	color: #46815a
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	border-top: 2px solid #42965e;
	transition: all .3s ease
}

@media (min-width:992px) {
	header {
		border-bottom: 1px solid #ebebeb
	}
}

header .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding-left: 12px;
	border-bottom: 1px solid #ebebeb;
	height: 62px
}

@media (min-width:992px) {
	header .head {
		height: 110px;
		max-width: 1100px;
		margin: auto;
		border: none
	}
}

@media (min-width:1240px) {
	header .head {
		padding-left: 0
	}
}

header .head h1 {
	width: 220px;
	padding: 0;
	margin: 0;
	z-index: 101;
	line-height: 0
}

@media (min-width:992px) {
	header .head h1 {
		width: 296px
	}
}

header .head h1 a {
	display: block
}

header .head #toggle-btn {
	width: 62px;
	height: 62px;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	transition: all .3s ease
}

@media (min-width:992px) {
	header .head #toggle-btn {
		display: none
	}
}

header .head #toggle-btn span {
	display: block;
	width: 30px;
	height: 3px;
	background: #ccc8c8;
	margin: 3px 0;
	transition: all .3s ease
}

header #drawer {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	transition: all .3s ease;
	max-height: 0;
	overflow: hidden
}

@media (min-width:992px) {
	header #drawer {
		max-height: none;
		position: relative;
		max-width: 1070px;
		height: 114px;
		margin: -114px auto auto;
		background: none;
		border: none
	}
}

@media (min-width:1240px) {
	header #drawer {
		max-width: 1100px
	}
}

@media (min-width:992px) {
	header #drawer nav#nav-global {
		position: absolute;
		top: 25px;
		right: 15px
	}
}

@media (min-width:1240px) {
	header #drawer nav#nav-global {
		right: 0
	}
}

header #drawer nav#nav-global ul {
	list-style: none;
	padding: 0;
	margin: 0
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul {
		display: flex
	}
}

header #drawer nav#nav-global ul li {
	border-bottom: 1px solid #ebebeb
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul li {
		border: none;
		margin-left: 16px
	}
}

header #drawer nav#nav-global ul li a {
	padding: 15px 18px 14px 30px;
	display: block;
	color: #707070;
	letter-spacing: .15em;
	position: relative;
	transition: all .3s ease;
	font-size: 16px;
	text-decoration: none
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul li a {
		padding: 0 8px;
		display: inline-block;
		line-height: 1.8em;
		letter-spacing: .1em;
		border-radius: 3px;
		font-size: 1.0625rem
	}
}

header #drawer nav#nav-global ul li a:before {
	content: "";
	display: block;
	position: absolute;
	height: calc(100% - 28px);
	border-left: 4px solid #42965e;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	transition: all .3s ease
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul li a:before {
		left: -8px;
		height: 100%;
		border-left: 1px solid #ccc8c8
	}
}

header #drawer nav#nav-global ul li a:after {
	content: "\F054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	color: #ebebeb;
	font-size: 18px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: all .3s ease
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul li a:after {
		display: none
	}
}

header #drawer nav#nav-global ul li a:hover {
	background: #fff;
	text-decoration: none
}

header #drawer nav#nav-global ul li a:hover:after {
	right: 10px
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul li a:hover {
		color: #46815a;
		background: #f6faf5
	}
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul li.active a:before {
		border-left: 5px solid #42965e
	}
}

@media (min-width:992px) {
	header #drawer nav#nav-global ul li:first-child a:before {
		border: none
	}
}

header #drawer .sub {
	margin-top: 45px
}

@media (min-width:992px) {
	header #drawer .sub {
		display: flex;
		position: absolute;
		top: 22px;
		right: 15px
	}
}

@media (min-width:1240px) {
	header #drawer .sub {
		right: 0
	}
}

header #drawer .sub .lang {
	text-align: center;
	font-size: 0
}

header #drawer .sub .lang a, header #drawer .sub .lang span {
	display: inline-block;
	background: #42965e;
	font-size: 18px;
	font-weight: 700;
	padding: 7px 12px;
	color: #fff;
	text-decoration: none
}

@media (min-width:992px) {
	header #drawer .sub .lang a, header #drawer .sub .lang span {
		font-size: 14px;
		padding: 5px 10px
	}
}

header #drawer .sub .lang a {
	background: #efefef;
	color: #42965e;
	transition: all .3s ease
}

header #drawer .sub .lang a:hover {
	background: #ebebeb;
	color: #46815a
}

header .bg-close {
	position: absolute;
	content: "";
	display: block;
	top: 59px;
	left: 0;
	width: 0;
	height: 100vh;
	background: transparent;
	z-index: -1;
	transition: background .3s ease
}

header.scrolled {
	margin-top: -66px
}

@media (min-width:992px) {
	header.scrolled {
		margin-top: 0
	}
}

header.scrolled.scrollView {
	margin-top: 0
}

header.open .bg-close {
	width: 100%;
	background: rgba(0, 0, 0, .4)
}

header.open .head #toggle-btn {
	background: #42965e
}

header.open .head #toggle-btn span {
	background: #fff
}

header.open .head #toggle-btn span:first-child {
	transform: translateY(9px) rotate(135deg)
}

header.open .head #toggle-btn span:nth-child(2) {
	width: 0
}

header.open .head #toggle-btn span:nth-child(3) {
	transform: translateY(-9px) rotate(45deg)
}

header.open #drawer {
	max-height: calc(100vh - 66px);
	padding-bottom: 40px
}

#mainvisual {
	padding: 32px 0 20px
}

#mainvisual .wrap {
	background: #fff;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .06)
}

@media (min-width:768px) {
	#mainvisual .wrap {
		display: flex
	}
}

#mainvisual .wrap .title {
	max-width: 240px;
	margin: auto
}

@media (min-width:768px) {
	#mainvisual .wrap .title {
		max-width: none
	}
}

#menu {
	margin: auto auto 30px;
	max-width: 350px
}

@media (min-width:576px) {
	#menu {
		max-width: none
	}
}

@media (min-width:992px) {
	#menu {
		margin-bottom: 35px
	}
}

#menu .articles {
	margin-left: -10px;
	margin-right: -10px
}

#menu .articles article {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px
}

#menu .articles article a {
	display: block;
	color: #323232;
	background: #fff;
	text-decoration: none;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .06);
	transition: all .3s ease
}

#menu .articles article a .title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 3.5em;
	padding-left: 1em;
	position: relative
}

@media (min-width:992px) {
	#menu .articles article a .title {
		font-size: 1.25rem
	}
}

#menu .articles article a .title:after {
	content: "\f144";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	color: #5db179;
	transform: translateY(-50%)
}

#menu .articles article a:hover {
	box-shadow: 8px 8px 0 rgba(0, 0, 0, .2)
}

#news {
	border-top: 1px solid #ebebeb;
	background: #fff;
	padding: 50px 0
}

@media (min-width:992px) {
	#news {
		padding: 120px 0
	}
}

#news h2 {
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding: 1.1em 0 1.2em 1.2em;
	text-shadow: 0 0 4px #fff
}

@media (min-width:992px) {
	#news h2 {
		padding: 1em 0 1.2em 1.2em;
		font-size: 2.375rem
	}
}

#news h2:before, .content-title h1:before {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 72px;
	top: 15px;
	left: -5px;
	background-image: url(/wp-content/uploads/2020/08/title-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}

@media (min-width:992px) {
	#news h2:before {
		left: -10rpx
	}
}

#news .articles {
	margin-bottom: 30px;
	margin-left: -10px;
	margin-right: -10px
}

@media (min-width:992px) {
	#news .articles {
		margin-bottom: 50px
	}
}

#news .articles article {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:992px) {
	#news .articles article {
		margin-bottom: 20px
	}
}

#news .articles article a {
	display: block;
	height: 100px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .06);
	display: flex;
	text-decoration: none;
	position: relative;
	transition: all .3s ease
}

@media (min-width:992px) {
	#news .articles article a {
		height: 150px
	}
}

#news .articles article a:after {
	content: "\F054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	color: #ebebeb;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%)
}

@media (min-width:992px) {
	#news .articles article a:after {
		display: none
	}
}

#news .articles article a .img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	font-family: "object-fit: cover;"
}

@media (min-width:992px) {
	#news .articles article a .img img {
		width: 150px;
		height: 150px
	}
}

#news .articles article a .titles {
	width: calc(100% - 100px);
	padding: .8em 2.4em 0 .8em
}

#news .articles article a .titles-noimg {
	width: 100% !important;
}

@media (min-width:992px) {
	#news .articles article a .titles {
		width: calc(100% - 150px);
		padding: 1.2em 1.5em
	}
}

#news .articles article a .titles .date {
	font-size: .6875rem;
	display: block;
	margin-bottom: .3em;
	color: #707070
}

@media (min-width:992px) {
	#news .articles article a .titles .date {
		font-size: .875rem
	}
}

#news .articles article a .titles .title {
	font-size: .875rem;
	line-height: 1.3em;
	height: 3.8em;
	overflow: hidden;
	font-weight: 700;
	color: #323232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

@media (min-width:992px) {
	#news .articles article a .titles .title {
		font-size: 1rem;
		line-height: 1.4em;
		height: 4.1em
	}
}

#news .articles article a:hover {
	background: #efefef;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, .2)
}

#news .bottom {
	text-align: center
}

#parallax {
	/*background-image: url(/wp-content/uploads/2020/08/footer-parallax.jpg);*/
	height: 160px;
	background-repeat: no-repeat;
	background-size: 220%;
	background-position: top;
	transition-property: background-position
}

@media (min-width:576px) {
	#parallax {
		background-size: 150%
	}
}

@media (min-width:768px) {
	#parallax {
		height: 240px
	}
}

@media (min-width:992px) {
	#parallax {
		background-size: cover
	}
}

#banners {
	padding: 50px 0;
	margin: auto;
	max-width: 270px
}

@media (min-width:768px) {
	#banners {
		max-width: none
	}
}

@media (min-width:992px) {
	#banners {
		padding: 100px 0 40px
	}
}

#banners .container .row {
	margin-left: -12px;
	margin-right: -12px
}

@media (min-width:992px) {
	#banners .container .row {
		margin-bottom: 30px
	}
}

#banners .container .row>div {
	padding-left: 12px;
	padding-right: 12px
}

#banners .container .banner, #banners .container a {
	display: block;
	text-decoration: none;
	transition: all .3s ease
}

#banners .container .banner img, #banners .container a img {
	margin-bottom: 5px
}

#banners .container .banner .wp-caption-text, #banners .container .wp-caption-text {
	text-align: center;
	font-weight: 700;
	font-size: .75rem;
	color: #323232
}

#banners .container .banner:hover, #banners .container a:hover {
	opacity: .8
}

.breadcrumb {
	font-size: .75rem;
	border-bottom: 1px solid #ebebeb;
	background-color: #fafafa;
	display: block;
	border-radius: 0;
	padding: 7px 0;
	margin: 0
}

@media (min-width:992px) {
	.breadcrumb {
		padding: 12px 10px;
		font-size: .875rem
	}
}

.breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.breadcrumb ul li {
	display: inline-block;
	color: #707070
}

.breadcrumb ul li a, .breadcrumb ul li span {
	display: inline-block;
	position: relative
}

.breadcrumb ul li a {
	padding-right: 30px;
	color: #707070;
	text-decoration: none
}

.breadcrumb ul li a:after {
	content: "\F054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	opacity: .4;
	font-size: 1.5 em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.breadcrumb ul li a:hover {
	text-decoration: underline
}

.content-title {
	padding-top: 1.6em;
	background: #fff;
	padding-bottom: 100px;
	margin-bottom: -100px
}

@media (min-width:992px) {
	.content-title {
		border-bottom: 1px solid #ebebeb
	}
}

.content-title h1 {
	max-width: 1100px;
	margin: auto;
	font-size: 1.75rem;
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding: 1.4em 0 1.8em 1.2em;
	text-shadow: 0 0 4px #fff
}

@media (min-width:992px) {
	.content-title h1 {
		padding: 1em 0 1.4em 1.2em;
		font-size: 2.375rem
	}
}

@media (min-width:992px) {
	.content-title h1:before {
		left: -10rpx
	}
}

.content-wrap {
	border: 1px solid #ebebeb;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .06);
	background: #fff;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 2rem;
	min-height: 400px;
}

.sidemenu {
	background: #fafafa;
	height: 100%;
	padding: 1.5em 1em;
	border-top: 1px solid #ebebeb
}

@media (min-width:992px) {
	.sidemenu {
		border-top: none
	}
}

.sidemenu dt {
	border-left: 4px solid #42965e;
	font-size: 1.25rem;
	padding: 3px 10px 1px;
	margin-bottom: .8em;
	letter-spacing: .05em;
	line-height: 1.3em
}

.sidemenu dd a {
	display: block;
	position: relative;
	padding-left: 22px;
	color: #707070;
	text-decoration: none
}

.sidemenu dd a:before {
	content: "\f0da";
	font-family: Font Awesome\ 5 Free;
	color: #42965e;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%)
}

.sidemenu dd a:hover {
	text-decoration: underline;
	color: #46815a
}

.content {
	border-right: 1px solid #ebebeb;
	padding: 25px 18px 50px;
	background: #fff
}

@media (min-width:768px) {
	.content {
		padding: 30px 30px 60px
	}
}

.content a {
	text-decoration: underline
}

.content p {
	font-size: .875rem;
	margin-bottom: 1.2em
}

@media (min-width:992px) {
	.content p {
		font-size: 1rem
	}
}

.content h1 {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
	padding: 5px 5px 3px 0;
	margin: 0 0 .8em;
	letter-spacing: .08em
}

@media (min-width:992px) {
	.content h1 {
		font-size: 1.5rem
	}
}

.content h1:after {
	content: "";
	position: absolute;
	width: 30%;
	border-top: 5px solid #42965e;
	bottom: -5px;
	left: 0
}

.content h2 {
	font-size: 1.1875rem;
	padding: .2em .1em;
	margin: 0 0 .8em;
	letter-spacing: .08em;
	line-height: 1.4em;
	font-weight: 700;
	border-bottom: 2px solid #ebebeb;
	position: relative
}

@media (min-width:992px) {
	.content h2 {
		font-size: 1.25rem
	}
}

.content h2:after {
	content: "";
	position: absolute;
	width: 30%;
	border-top: 2px solid #42965e;
	bottom: -2px;
	left: 0
}

.content h3 {
	font-size: 1.125rem;
	margin: 0 0 .8em;
	line-height: 1.2em;
	position: relative;
	font-weight: 700;
	letter-spacing: .08em;
	padding: 2px 0 0 15px
}

@media (min-width:992px) {
	.content h3 {
		font-size: 1.1875rem;
		padding: 4px 0 0 15px
	}
}

.content h3:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	border-left: 4px solid #42965e;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.content h4 {
	font-size: 1rem;
	padding: .6em .8em .5em;
	margin: 0 0 .8em;
	line-height: 1.4em;
	letter-spacing: .08em;
	position: relative;
	background: #ffc103;
	border-radius: 3px;
	font-weight: 700
}

@media (min-width:992px) {
	.content h4 {
		font-size: 1.125rem
	}
}

.content h5 {
	font-size: .875rem;
	padding: .6em .7em .5em .1em;
	margin: 0 0 .8em;
	letter-spacing: .08em;
	line-height: 1.4em;
	font-weight: 700;
	color: #42965e;
	border-top: 2px dashed #42965e;
	border-bottom: 2px dashed #42965e
}

@media (min-width:992px) {
	.content h5 {
		font-size: 1rem
	}
}

.content h6 {
	font-size: .875rem;
	font-weight: 700;
	position: relative;
	padding-left: 18px;
	margin: 0 0 .4em;
	z-index: 2;
	letter-spacing: .05em
}

@media (min-width:992px) {
	.content h6 {
		font-size: 1rem
	}
}

.content h6:before {
	content: "\f111";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	color: #ffc103;
	top: 0;
	left: 0
}

.content a.btn, .content a.btn:active, .content a.btn:hover {
	text-decoration: none
}

.content mark {
	background: #ffc103
}

.content pre {
	padding: 15px;
	margin: .8em 0;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #efefef
}

.content ol, .content ul {
	font-size: .875rem;
	padding: 0;
	margin: 0 0 1em;
	list-style: none;
	counter-reset: item
}

@media (min-width:992px) {
	.content ol, .content ul {
		font-size: 1rem
	}
}

.content ol li, .content ul li {
	position: relative;
	padding-left: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px
}

.content ol li:before, .content ul li:before {
	position: absolute;
	left: 0;
	top: 0
}

.content ul>li:before {
	content: "\f111";
	font-family: Font Awesome\ 5 Free;
	color: #ebebeb;
	font-weight: 900;
	line-height: 2em;
	font-size: .75rem;
	left: 2px
}

.content ul.arrow>li:before {
	font-size: 1rem;
	line-height: 1.4em;
	content: "\f0da"
}

.content ol>li:before {
	position: absolute;
	left: 0;
	top: 0;
	counter-increment: item;
	content: counter(item) ".";
	font-weight: 700;
	color: #707070
}

.content ul>li ul>li {
	font-size: .9em
}

.content ul>li ul>li:before {
	content: "\f068"
}

@media (min-width:768px) {
	.content ul.list-three {
		display: flex;
		flex-wrap: wrap
	}
	.content ul.list-three li {
		width: 33.333%
	}
}

@media (min-width:768px) {
	.content ul.linklist-two {
		display: flex;
		flex-wrap: wrap
	}
	.content ul.linklist-two li {
		width: 50%
	}
}

.content blockquote {
	padding: 15px;
	font-size: 1.071em;
	margin-bottom: 15px
}

.content figure figcaption {
	text-align: center;
	font-size: .9em
}

.content .asterisk {
	position: relative;
	padding-left: 1.2em
}

.content .asterisk:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0
}

.content dl.qa dt {
	position: relative;
	padding: 1em .5em .5em 2em;
	border-bottom: 2px dotted #004597
}

.content dl.qa dt:before {
	content: "Q";
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 1.6em;
	color: #004597
}

.content dl.qa dd {
	position: relative;
	font-weight: 400;
	padding: .8em .5em .5em 2em
}

.content dl.qa dd:before {
	content: "A";
	font-weight: 700;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 1.6em;
	color: #8a8a8a
}

.content table {
	width: 100%;
	border-left: 1px solid #ebebeb;
	margin-bottom: 15px
}

.content table td, .content table th {
	min-width: 110px;
	padding: 10px 15px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-size: .9em;
	line-height: 1.5em;
	font-size: .875rem
}

@media (min-width:992px) {
	.content table td, .content table th {
		font-size: 1rem
	}
}

.content table th {
	text-align: center;
	background: #f6f8f9
}

@media (max-width:767px) {
	.content table td, .content table th {
		min-width: 50px;
		padding: 8px 10px;
		font-size: .875rem;
		line-height: 1.5em
	}
}

.content .margin-top20 {
	margin-top: 20px
}

.content .box02 {
	background: #f6f8f9;
	border: 1px solid #ebebeb;
	padding: 15px
}

.content .box02>ul {
	margin-bottom: 0
}

.content .box02>ul li:before {
	content: "\f061";
	color: #42965e
}

.content table.normal {
	margin-bottom: 30px
}

.content p.link {
	position: relative;
	padding-left: 20px;
	font-weight: 700;
	font-size: 1rem
}

@media (min-width:992px) {
	.content p.link {
		font-size: 1.125rem
	}
}

.content p.link:after {
	content: "\f152";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #42965e
}

.content .font-s, .content .img-caption {
	font-size: .6875rem
}

@media (min-width:992px) {
	.content .font-s, .content .img-caption {
		font-size: .75rem
	}
}

@media (min-width:992px) {
	.content .float-r {
		float: right;
		margin-left: 20px
	}
}

@media (min-width:992px) {
	.content .float-l {
		float: left;
		margin-right: 20px
	}
}

.content .clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.content .clear {
	display: inline-table;
	min-height: 1%
}

.content * html .clear {
	height: 1%
}

.content .clear {
	display: block
}

.content .line1 {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 20px
}

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

.content ul.list-fs {
	display: flex;
	flex-wrap: wrap
}

.content ul.list-fs li {
	width: 50%
}

@media (min-width:992px) {
	.content ul.list-fs li {
		width: 33.333%
	}
}

#labo .articles article {
	border: 1px solid #ccc8c8;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .06);
	margin-bottom: 15px
}

#labo .articles article .toggle-btn {
	cursor: pointer;
	margin: 4px;
	border: 1px solid #ebebeb;
	padding: 1em 3em 1em 1em;
	transition: all .3s ease;
	position: relative
}

#labo .articles article .toggle-btn:after {
	content: "\f055";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #5db179
}

#labo .articles article .toggle-btn:hover {
	background: #efefef
}

#labo .articles article .toggle-content {
	display: none;
	padding: 15px
}

#labo .articles article.open .toggle-btn {
	background: #42965e;
	color: #fff
}

#labo .articles article.open .toggle-btn:after {
	content: "\f056";
	color: #fff
}

#labo .articles article.open .toggle-btn:hover {
	background: #46815a
}

footer {
	border-top: 1px solid #ebebeb;
	position: relative;
	background: #fff;
	z-index: 2
}

footer .head {
	padding: 40px 20px 20px
}

@media (min-width:768px) {
	footer .head {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		max-width: 1140px;
		margin: auto;
		padding: 55px 15px 10px
	}
}

footer .head .left .logo {
	max-width: 220px;
	margin-bottom: 10px
}

@media (min-width:768px) {
	footer .head .left .logo {
		max-width: 223px;
		margin-left: 0
	}
}

@media (min-width:992px) {
	footer .head .left .logo {
		max-width: 296px
	}
}

footer .head .left .addr {
	font-size: 13px
}

@media (min-width:768px) {
	footer .head .left .addr {
		font-size: .875rem
	}
}

@media (min-width:992px) {
	footer .head .left .addr {
		font-size: 1rem
	}
}

footer .head .right {
	margin-top: 15px
}

footer .head .right ul {
	list-style: none;
	padding: 0;
	margin: 0
}

@media (min-width:768px) {
	footer .head .right ul {
		display: inline-flex
	}
}

@media (min-width:768px) {
	footer .head .right ul li {
		margin-left: 1em
	}
}

footer .head .right ul li a {
	text-decoration: none;
	color: #707070;
	font-size: 13px;
	display: inline-block;
	position: relative;
	padding-left: 1em
}

@media (min-width:768px) {
	footer .head .right ul li a {
		font-size: .875rem
	}
}

footer .head .right ul li a:before {
	content: "\f0da";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

footer .head .right ul li a:hover {
	text-decoration: underline
}

footer .copyright {
	color: #ccc8c8;
	font-size: 10px;
	padding: 0 20px 40px
}

@media (min-width:768px) {
	footer .copyright {
		max-width: 1140px;
		margin: auto;
		padding: 0 15px 80px;
		font-size: .875rem;
		text-align: right
	}
}

@media print {
	header {
		position: absolute
	}
	#mainvisual, #mainvisual .photos {
		height: 30vh
	}
	@page {
		size: 380mm 537mm
	}
	body {
		-webkit-print-color-adjust: exact
	}
}

/* ==================================================
■mv
================================================== */
#mv {
	opacity: 0;
	visibility: hidden;
}

#mv-wrap {
	z-index: 2;
}
@media print, screen and (min-width: 641px) {
	#mv-wrap {
		min-height: 423px;
	}
	#mv, .mv-slider, .slick-list, .slick-track {
		max-height: 423px;
	}
}
.widget_sp_image-description p {
	display: none;
}

.tile {
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 5px 10px;
}
.slick-dots {
	visibility: hidden;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
	#mainvisual .wrap .title {
		width: 361px;
	}
	#mainvisual .wrap .img {
		width: calc(100% - 361px);
	}

}
#menu .articles img {
	width: 100%;
	transition-duration: 0.5s;
}
#menu .articles img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
}
#menu .articles a {
	overflow: hidden;
}
.articles {
	position: relative;
	z-index: 4;
}
.lab-name {
	padding-top: 120px !important;
	margin-top: -120px !important;
}
.current-menu-item a, .current-page-ancestor a {
	color: #46815a;
	background: #f6faf5
}
#signup-content {
	text-align: center;
    margin: 200px 0;
}
#mv .title {
	display: none;
}