@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top {
		padding-top: 6.66667vw;
		padding-bottom: 6.66667vw;
	}
}

.tpl-content .tpl-title--3rd-top .blog-name {
	display: flex;
	align-items: center;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .blog-name {
		font-size: 17px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .blog-name {
		font-size: 3.46667vw;
	}
}

.tpl-content .tpl-title--3rd-top .blog-name .blog-thumbnail {
	display: inline-block;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .blog-name .blog-thumbnail {
		width: 44px;
		height: 44px;
		margin-right: 8px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .blog-name .blog-thumbnail {
		width: 8.8vw;
		height: 8.8vw;
		margin-right: 2.13333vw;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .label {
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .label {
		margin-top: 1.33333vw;
	}
}

.tpl-content .tpl-title--3rd-top .data-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	line-height: 1;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .data-wrap {
		margin-bottom: 1em;
	}
}

.tpl-content .tpl-title--3rd-top .data-wrap .date {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .data-wrap .date {
		font-size: 18px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .data-wrap .date {
		font-size: 4.26667vw;
	}
}

.tpl-content .tpl-title--3rd-top .data-wrap .category {
	margin-left: 1.6em;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .data-wrap .category {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .data-wrap .category {
		font-size: 3.2vw;
		margin-left: 1em;
	}
}

.tpl-content .tpl-title--3rd-top .data-wrap--new::before {
	content: 'NEW';
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	display: inline-block;
	color: #f33823;
	margin-right: 1em;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .data-wrap--new::before {
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .data-wrap--new::before {
		font-size: 4.26667vw;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .data-wrap {
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .data-wrap {
		margin-top: 2.66667vw;
	}
}

.tpl-content .tpl-title--3rd-top .data-wrap::before {
	content: none;
}

.tpl-content .tpl-title--3rd-top .data-wrap.data-wrap--new::after {
	content: 'NEW';
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	display: inline-block;
	color: #f33823;
	margin-left: 1em;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--3rd-top .data-wrap.data-wrap--new::after {
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--3rd-top .data-wrap.data-wrap--new::after {
		font-size: 4.26667vw;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-title--l {
		margin: 0 0 40px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--l {
		margin: 0 0 4vw;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-title--s {
		margin-top: 6.66667vw;
	}
}

.tpl-content .tpl-body .tpl-body__kv {
	padding-bottom: 63%;
	background-size: cover;
	overflow: hidden;
	width: 100%;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__kv {
		border-radius: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__kv {
		border-radius: 2.66667vw;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__section {
		margin-top: 70px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__section {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__section + .tpl-body__section {
		margin-top: 100px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__section + .tpl-body__section {
		margin-top: 12.66667vw;
	}
}

.tpl-content .tpl-body .tpl-body__paragraph {
	margin: 1em 0;
	line-height: 1.9;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__paragraph {
		font-size: 17px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__paragraph {
		font-size: 3.46667vw;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__paragraph--left-image img {
		float: left;
		width: 246px;
		height: 226px;
		border-radius: 20px;
		margin: 10px 30px 10px auto;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__paragraph--left-image img {
		display: inline-block;
		width: 100%;
		border-radius: 2.66667vw;
		margin-bottom: 4vw;
	}
}

.tpl-content .tpl-body .tpl-body__section-link {
	display: inline-flex;
	position: relative;
	align-items: center;
	background-color: #fff;
	border-radius: 1000px;
	color: #000 !important;
	text-decoration: none;
	transition: all 0.2s;
	z-index: 5;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__section-link {
		padding: 10px 55px 10px 20px;
		margin-top: 20px;
		border: 1px solid #969696;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__section-link {
		padding: 1.33333vw 7.33333vw 1.33333vw 5.33333vw;
		margin-top: 6.66667vw;
		border: 0.13333vw solid #969696;
		font-size: 3.46667vw;
	}
}

.tpl-content .tpl-body .tpl-body__section-link::after {
	content: '';
	position: absolute;
	background-image: url("/common-rwd/images/_ico_arr_01_r_g.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	top: 0;
	bottom: 0;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__section-link::after {
		right: 20px;
		width: 14px;
		height: 12px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__section-link::after {
		right: 2.66667vw;
		width: 2.66667vw;
		height: 2vw;
	}
}

.tpl-content .tpl-body .tpl-body__section-link:hover {
	color: #fff !important;
	background-color: #005628;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__section-link:hover {
		border: 1px solid #005628;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__section-link:hover {
		border: 0.13333vw solid #005628;
	}
}

.tpl-content .tpl-body .tpl-body__section-link:hover::after {
	background-image: url("/common-rwd/images/_ico_arr_01_r_w.svg");
}

.tpl-content .tpl-body .tpl-body__section-link[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	vertical-align: middle;
	background: url(/common-rwd/images/icon-blank.svg) no-repeat right center;
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__section-link[target="_blank"]::after {
		background-size: 2.4vw auto;
		width: 2.4vw;
		height: 2.4vw;
	}
}

.tpl-content .tpl-body .tpl-body__section-link[target="_blank"]:hover::after {
	background-image: url(/common-rwd/images/icon-blank-white.svg);
}

.tpl-content .tpl-body .tpl-body__section-link[href$=".pdf"] span.label::after {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 16px;
	height: 19px;
	margin-left: 5px;
	vertical-align: middle;
	background: url(/common-rwd/images/icon-pdf.svg) no-repeat right center;
	background-size: 100% auto;
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__section-link[href$=".pdf"] span.label::after {
		width: 3.2vw;
		height: 3.8vw;
	}
}

.tpl-content .tpl-body .tpl-body__images {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__images {
		margin: 30px 0;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__images {
		margin: 4vw 0;
	}
}

.tpl-content .tpl-body .tpl-body__images img {
	display: inline-block;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__images img {
		border-radius: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__images img {
		border-radius: 2.66667vw;
	}
}

.tpl-content .tpl-body .tpl-body__images--2rows img {
	width: 48.125%;
}

.tpl-content .tpl-body .tpl-body__images--3rows img {
	width: 31.25%;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__page-navigation {
		display: flex;
		border-top: 1px solid #bcbcbc;
		border-bottom: 1px solid #bcbcbc;
		margin-top: 60px;
		position: relative;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__page-navigation {
		margin-top: 19.33333vw;
		border-top: 0.13333vw solid #bcbcbc;
		border-bottom: 0.13333vw solid #bcbcbc;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__page-navigation::before {
		content: '';
		display: block;
		background-color: #bcbcbc;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 1px;
		height: 50%;
	}
}

.tpl-content .tpl-body .tpl-body__page-navigation .prev-button,
.tpl-content .tpl-body .tpl-body__page-navigation .next-button {
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.8em;
	text-decoration: none;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__page-navigation .prev-button,
	.tpl-content .tpl-body .tpl-body__page-navigation .next-button {
		flex: 0 0 50%;
	}
}

.tpl-content .tpl-body .tpl-body__page-navigation .prev-button:hover,
.tpl-content .tpl-body .tpl-body__page-navigation .next-button:hover {
	text-decoration: underline;
}

.tpl-content .tpl-body .tpl-body__page-navigation .prev-button::before, .tpl-content .tpl-body .tpl-body__page-navigation .prev-button::after,
.tpl-content .tpl-body .tpl-body__page-navigation .next-button::before,
.tpl-content .tpl-body .tpl-body__page-navigation .next-button::after {
	display: block;
	position: absolute;
	background-image: url("/common-rwd/images/_ico_arr_01_r_g.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	top: 0;
	bottom: 0;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__page-navigation .prev-button::before, .tpl-content .tpl-body .tpl-body__page-navigation .prev-button::after,
	.tpl-content .tpl-body .tpl-body__page-navigation .next-button::before,
	.tpl-content .tpl-body .tpl-body__page-navigation .next-button::after {
		width: 14px;
		height: 12px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__page-navigation .prev-button::before, .tpl-content .tpl-body .tpl-body__page-navigation .prev-button::after,
	.tpl-content .tpl-body .tpl-body__page-navigation .next-button::before,
	.tpl-content .tpl-body .tpl-body__page-navigation .next-button::after {
		width: 3.86667vw;
		height: 3.06667vw;
	}
}

.tpl-content .tpl-body .tpl-body__page-navigation .prev-button {
	text-align: left;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__page-navigation .prev-button {
		padding: 35px 40px 35px 30px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__page-navigation .prev-button {
		border-bottom: 0.13333vw solid #bcbcbc;
		padding: 4vw 1.33333vw 4vw 8vw;
	}
}

.tpl-content .tpl-body .tpl-body__page-navigation .prev-button::before {
	content: '';
	transform: scaleX(-1);
	left: 0;
}

.tpl-content .tpl-body .tpl-body__page-navigation .next-button {
	text-align: right;
	justify-content: flex-end;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__page-navigation .next-button {
		padding: 35px 30px 35px 40px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__page-navigation .next-button {
		padding: 6vw 8vw 6vw 1.33333vw;
	}
}

.tpl-content .tpl-body .tpl-body__page-navigation .next-button::after {
	content: '';
	right: 0;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__blog-index {
		margin-top: 30px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__blog-index {
		margin-top: 5.33333vw;
	}
}

.tpl-content .tpl-body .tpl-body__blog-index .index-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	border-radius: 1000px;
	border: 1px solid #bcbcbc;
	color: #000 !important;
	text-decoration: none;
	transition: all 0.2s;
	margin: auto;
	line-height: 0;
	overflow: visible;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__blog-index .index-button {
		width: 150px;
		height: 50px;
		padding-left: 20px;
		font-size: 17px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__blog-index .index-button {
		width: 32vw;
		height: 10vw;
		padding-left: 5.33333vw;
	}
}

.tpl-content .tpl-body .tpl-body__blog-index .index-button::after {
	content: '';
	position: absolute;
	background-image: url("/common-rwd/images/icon-news-index-green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	top: 0;
	bottom: 0;
}

@media print, screen and (min-width: 751px) {
	.tpl-content .tpl-body .tpl-body__blog-index .index-button::after {
		left: 20px;
		width: 13px;
		height: 13px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-content .tpl-body .tpl-body__blog-index .index-button::after {
		left: 4vw;
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

.tpl-content .tpl-body .tpl-body__blog-index .index-button:hover {
	color: #fff !important;
	background-color: #005628;
	border: 1px solid #005628;
}

.tpl-content .tpl-body .tpl-body__blog-index .index-button:hover::after {
	background-image: url("/common-rwd/images/icon-news-index-white.svg");
}

.tpl-body__nav__main {
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.tpl-body__nav__main {
		padding-bottom: 0 !important;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-body__nav__main .category-name {
		margin-left: -20px;
		margin-right: -20px;
		height: 110px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-body__nav__main .category-name {
		margin-left: -5.33333vw;
		margin-right: -5.33333vw;
	}
}

@media print, screen and (min-width: 751px) {
	.tpl-body__nav__main .category-name .label {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		padding: 0 1em;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 750px) {
	.tpl-body__nav__main .nav-sp-wrap .modal-trigger {
		color: #fff;
		margin: auto !important;
		padding: 0 !important;
		width: 100%;
		height: 100%;
	}
}

.tpl-body__nav__main .nav-sp-wrap .modal-trigger:hover {
	color: #fff !important;
}

@media screen and (max-width: 750px) {
	.tpl-body__nav__main .nav-sp-wrap .modal-trigger::after {
		background: url(/common-rwd/images/icon-modal-white.svg) no-repeat center !important;
		transform: translateX(-5.33333vw);
	}
}

@media screen and (max-width: 750px) {
	.tpl-body__nav__main .nav-sp-wrap .modal-trigger .label {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5) !important;
		padding: 6.66667vw 2.66667vw !important;
		margin-left: -5.33333vw;
		margin-right: -5.33333vw;
	}
}

@media screen and (max-width: 750px) {
	.tpl-modal-nav {
		padding-top: 5.33333vw;
		padding-bottom: 5.33333vw;
	}
}

@media screen and (max-width: 750px) {
	.tpl-modal-nav .category-name {
		margin-left: -5.33333vw;
		margin-right: -5.33333vw;
	}
}

@media screen and (max-width: 750px) {
	.tpl-modal-nav .category-name .label {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 5.33333vw 8vw;
		padding-right: 10.66667vw;
		margin-right: -8.53333vw;
	}
}

.tpl-body__nav .tpl-body__nav__main .list-wrap .child-wrap {
	padding-bottom: 0;
}

@media print, screen and (min-width: 751px) {
	#mv + .tpl-sec {
		margin-top: 40px;
	}
}

/*# sourceMappingURL=../../../../_map/service/blog/@article-id/css/style.css.map */
