﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/**********************************

 main

***********************************/
main.top {
	background-color: #f3f4f5;
}

/**********************************

 glossary-wrap

***********************************/
.glossary-wrap {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 110px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.glossary-wrap--top {
	margin-top: 63px;
}

.glossary-wrap * {
	box-sizing: border-box;
}

.glossary-wrap .ov-img {
	overflow: hidden;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.glossary-wrap .ov-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.glossary-wrap__contents {
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	margin-top: 12px;
}

.glossary-wrap__main {
	flex: 1;
	margin-right: 50px;
}

.glossary-wrap__main--top {
	margin-right: 30px;
}

.glossary-wrap__main .box01 {
	/*height: 5000px;*/
	/*background: #2B88DC;*/
}

.glossary-wrap__main .box01 p {
	margin-top: 2em;
}

.glossary-wrap__main .box01 p:first-child {
	margin-top: 0;
}

.glossary-wrap__side {
	width: 320px;
}

.glossary-wrap__side--top {
	width: 220px;
}

.glossary-wrap__side-inner {
	position: sticky;
	top: 20px;
	left: 0;
	z-index: 1;
	/*padding-bottom: 165px;*/
}

.glossary-wrap__side-inner *:first-child {
	margin-top: 0;
}

.glossary-wrap__side--top .glossary-wrap__side-inner {
	top: 160px;
}

.glossary-wrap__side-inner .c-side-search {
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

.glossary-wrap__side-inner .c-side-search:first-child {
	margin-top: 0;
}

.glossary-wrap__side-inner .c-side-search input {
	width: 100%;
	height: 40px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
}

.glossary-wrap__side-inner .c-side-search button {
	display: block;
	width: 40px;
	height: 40px;
	background: #198537;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-radius: 0 6px 6px 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
}

.glossary-wrap__side-inner .c-side-search button:hover {
	opacity: .7;
}

.glossary-wrap__side-inner .c-side-search button:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/img/article/icon_search01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.glossary-wrap__side-inner .c-side-bnr01 {
	max-width: 320px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.glossary-wrap__side-inner .c-side-bnr01:first-child {
	margin-top: 0;
}

.glossary-wrap__side-inner .c-side-bnr02 {
	max-width: 320px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.glossary-wrap__side-inner .c-side-bnr02:first-child {
	margin-top: 0;
}

.glossary-wrap__side-inner .c-side-bnr03 {
	max-width: 220px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.glossary-wrap__side-inner .c-side-bnr03:first-child {
	margin-top: 0;
}

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

	.glossary-wrap__side {
		width: 280px;
	}

	.glossary-wrap__side--top {
		width: 220px;
	}
}

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

	.glossary-wrap__contents {
		display: block;
	}

	.glossary-wrap__main {
		margin-right: 0;
	}

	.glossary-wrap__side {
		width: auto;
		margin-top: 50px;
	}

	.glossary-wrap__side-inner {
		padding-bottom: 0 !important;
	}

	.glossary-wrap__side-inner .c-side-search {
		display: none;
	}

}

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

	.glossary-wrap .sp-only {
		display: none !important;
	}
}

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

	.glossary-wrap .pc-only {
		display: none !important;
	}

	.glossary-wrap {
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}

	.glossary-wrap--top {
		margin-top: 12px;
	}

	.glossary-wrap--fixed-search {
		margin-top: 127px;
		/*margin-top: 132px;*/
	}

	.glossary-wrap__contents {
		margin-top: 0;
		/*margin-top: 15px;*/
	}

	.glossary-wrap__side {
		margin-top: 30px;
	}

	.glossary-wrap__side-inner .c-side-bnr01 {
		max-width: none;
		margin-top: 20px;
	}

	.glossary-wrap__side-inner .c-side-bnr02 {
		max-width: none;
		margin-top: 20px;
	}

	.glossary-wrap__side-inner .c-side-bnr03 {
		max-width: none;
		margin-top: 20px;
	}

}


/**********************************

 c-breadcrumbs

***********************************/
.c-breadcrumbs {
}

.c-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
}

.c-breadcrumbs__list li {
	padding-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
	font-size: .8rem;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-breadcrumbs__list li:first-child {
	padding-left: 0;
}

.c-breadcrumbs__list li:before {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	margin-top: 7px;
	background: url(/img/article/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-breadcrumbs__list li:first-child:before {
	display: none;
}

.c-breadcrumbs__list li a {
	color: #198537;
	font-weight: bold;
}

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

	.c-breadcrumbs {
		display: none;
	}

	.c-breadcrumbs__list li {
		padding-left: 11px;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-right: 7.5px;
		font-size: 1rem;
	}

	.c-breadcrumbs__list li:before {
		width: 4px;
		height: 7px;
		margin-top: 7px;
		background: url(/img/article/icon_arr02.png) no-repeat center / contain;
	}
}


/**********************************

 c-ranking-wrap

***********************************/
.c-ranking-wrap {
	margin: 50px 0;
}

.c-ranking {
	padding: 10px 20px 20px;
	margin-top: 25px;
	background: #f4f7f9;
	border-top: 2px solid #1a2229;
}

.c-ranking:first-child {
	margin-top: 0;
}

.c-ranking__ttl {
	font-size: 1.4rem;
}

.c-ranking ul {
	margin-top: 10px;
}

.c-ranking ul li {
	margin-top: 5px;
	color: #1d3993;
	font-size: 1.06666667rem;
}

.c-ranking ul li:first-child {
	margin-top: 0;
}

.c-ranking ul li a {
	display: flex;
	align-items: center;
	min-height: 57px;
	padding: 5px 20px 5px 70px;
	color: #1d3993;
	background: #ffffff;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.c-ranking ul li:nth-child(1) a,
.c-ranking ul li:nth-child(2) a,
.c-ranking ul li:nth-child(3) a {
	min-height: 75px;
}

.c-ranking ul li:nth-child(1) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(2) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(3) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 55px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking03.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(4) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking04.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-ranking ul li:nth-child(5) a:before {
	content: "";
	display: block;
	width: 30px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/article/icon_ranking05.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

	.c-ranking-wrap {
		margin: 30px 0;
	}

	.c-ranking {
		padding: 10px 15px 15px;
		margin-top: 20px;
	}

	.c-ranking__ttl {
		font-size: 1.28571429rem;
	}

	.c-ranking ul {
		margin-top: 10px;
	}

	.c-ranking ul li {
		font-size: 1rem;
	}

	.c-ranking ul li a {
		padding: 4px 15px 4px 50px;
	}

	.c-ranking ul li:nth-child(1) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(2) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(3) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(4) a:before {
		margin-left: 10px;
	}

	.c-ranking ul li:nth-child(5) a:before {
		margin-left: 10px;
	}
}


/**********************************

 c-side-post-list

***********************************/
.c-side-post-list {
	padding: 20px;
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
}

.c-side-post-list__sec {
	margin-top: 15px;
}

.c-side-post-list__sec:first-child {
	margin-top: 0;
}

.c-side-post-list__sec .pic {
	max-width: 180px;
	margin: 0 auto;
}

.c-side-post-list__sec .pic a {
	display: block;
	overflow: hidden;
}

.c-side-post-list__sec .pic a:hover {
}

.c-side-post-list__sec .pic a img {
	display: block;
	margin: 0 auto;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-side-post-list__sec .pic a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	opacity: 1;
}

.c-side-post-list__sec .cate {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

.c-side-post-list__sec .cate li {

}

.c-side-post-list__sec .cate li a {
	display: block;
	padding: 1px 8px;
	color: #fff;
	background: #198537;
	border: 1px solid #198537;
	border-radius: 5px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-side-post-list__sec .cate li a:hover {
	text-decoration: none;
	color: #198537;
	background: #fff;
}

.c-side-post-list__sec .cate li a.bg-color01 {
	color: #fff;
	background: #1d3992;
	border: 1px solid #1d3992;
}

.c-side-post-list__sec .cate li a.bg-color01:hover {
	color: #1d3992;
	background: #fff;
}

.c-side-post-list__sec .cate li a.bg-color02 {
	color: #fff;
	background: #ff6304;
	border: 1px solid #ff6304;
}

.c-side-post-list__sec .cate li a.bg-color02:hover {
	color: #ff6304;
	background: #fff;
}

.c-side-post-list__sec .cate li a.bg-color03 {
	color: #fff;
	background: #198537;
	border: 1px solid #198537;
}

.c-side-post-list__sec .cate li a.bg-color03:hover {
	color: #198537;
	background: #fff;
}

.c-side-post-list__sec .ttl {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.8;
}

.c-side-post-list__sec .ttl a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color: #1d3992;
	text-decoration: underline;
}

.c-side-post-list__sec .ttl a:hover {
	text-decoration: none;
}

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

	.c-side-post-list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 20px 15px;
		padding: 20px 15px 15px;
		margin-top: 30px;
		border-radius: 10px;
	}

	.c-side-post-list__sec {
		width: calc(100% / 2 - 8px);
		flex: 0 1 calc(100% / 2 - 8px);
		margin-top: 0;
	}

	.c-side-post-list__sec .pic {
		max-width: none;
		margin: 0 auto;
	}

	.c-side-post-list__sec .pic a {
		display: block;
		overflow: hidden;
	}

	.c-side-post-list__sec .pic a:hover {
	}

	.c-side-post-list__sec .pic a img {
		width: 100%;
		max-width: none;
	}

	.c-side-post-list__sec .cate {
		gap: 10px 10px;
		margin-top: 10px;
		font-size: 10px;
		font-weight: bold
	}

	.c-side-post-list__sec .cate li {

	}

	.c-side-post-list__sec .cate li a {
		padding: 1px 6px;
		border: 1px solid #198537;
	}

	.c-side-post-list__sec .ttl {
		margin-top: 6px;
		font-size: 14px;
	}
}

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

/**********************************

 c-top-ranking

***********************************/
.c-top-ranking {
	padding: 6px 0 0;
	margin-top: 20px;
	border-top: 2px solid #1a2229;
}

.c-top-ranking:first-child {
	margin-top: 0;
}

.c-top-ranking__ttl {
	font-size: 18px;
	text-align: center;
}

.c-top-ranking ul {
	margin-top: 6px;
}

.c-top-ranking ul li {
	margin-top: 5px;
	color: #1d3993;
	font-size: 12px;
}

.c-top-ranking ul li:first-child {
	margin-top: 0;
}

.c-top-ranking ul li a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 5px 20px 5px 50px;
	color: #1d3993;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 3;*/
	overflow: hidden;
}

.c-top-ranking ul li:nth-child(1) a,
.c-top-ranking ul li:nth-child(2) a,
.c-top-ranking ul li:nth-child(3) a {
	min-height: 58px;
}

.c-top-ranking ul li:nth-child(1) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(2) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(3) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 38px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking03.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(4) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 25px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking04.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-top-ranking ul li:nth-child(5) a:before {
	content: "";
	display: block;
	width: 21px;
	height: 25px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/top/icon_ranking05.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

	.c-top-ranking {
		padding: 6px 0 15px;
		margin-top: 30px;
	}

	.c-top-ranking__ttl {
		padding: 0 15px;
		font-size: 18px;
		text-align: left;
	}

	.c-top-ranking ul {
		padding: 10px 0;
		margin-top: 6px;
		background: #fff;
		border-radius: 10px;
	}

	.c-top-ranking ul li {
		margin-top: 15px;
		font-size: 14px;
	}

	.c-top-ranking ul li a {
		min-height: 35px;
		padding: 0 15px 0 55px;
		background: transparent;
		border-radius: 0;
		-webkit-line-clamp: 2;
	}

	.c-top-ranking ul li:nth-child(1) a,
	.c-top-ranking ul li:nth-child(2) a,
	.c-top-ranking ul li:nth-child(3) a {
		min-height: 55px;
	}

	.c-top-ranking ul li:nth-child(1) a:before {
		width: 30px;
		height: 55px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(2) a:before {
		width: 30px;
		height: 55px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(3) a:before {
		width: 30px;
		height: 55px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(4) a:before {
		width: 30px;
		height: 35px;
		margin-top: 0;
		margin-left: 15px;
	}

	.c-top-ranking ul li:nth-child(5) a:before {
		width: 30px;
		height: 35px;
		margin-top: 0;
		margin-left: 15px;
	}
}


/**********************************

 c-title01

***********************************/
.c-title01 {
	padding: 12px 15px 12px 20px;
	font-size: 1.46666667rem;
	font-weight: bold;
	line-height: 1.8;
	background: #f4f7f9;
	border-left: 2px solid #198537;
}

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

	.c-title01 {
		padding: 6px 15px 6px 15px;
		font-size: 1.28571429rem;
	}

}


/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 10px 15px 10px 22px;
	font-size: 1.33333333rem;
	font-weight: bold;
	line-height: 1.8;
	background: #fff;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	position: relative;
	z-index: 1;
}

.c-title02:before {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: #198537;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:700px){
	.c-title02 {
		padding: 5px 15px 5px 17px;
		font-size: 1.14285714rem;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-title02:before {
		width: 60px;
		height: 1px;
		top: -1px;
	}

}


/**********************************

 c-title03

***********************************/
.c-title03 {
	padding: 12px 30px 12px 80px;
	font-size: 1.86666667rem;
	font-weight: bold;
	line-height: 1.6;
	background: #f4f7f9;
	position: relative;
	z-index: 1;
}

.c-title03:before {
	content: "";
	display: block;
	width: 44px;
	height: 48px;
	margin-left: 20px;
	background: url(/img/article/icon_ttl01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-title03 {
		padding: 6px 15px 6px 42px;
		font-size: 1.28571429rem;
	}

	.c-title03:before {
		width: 22px;
		height: 24px;
		margin-left: 10px;
	}

}


/**********************************

 c-title04

***********************************/
.c-title04 {
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-title04:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #d1d7da;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-title04:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #198537;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.c-title04 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.c-title04 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-title04 span.icon-service {
	padding-left: 36px;
}

.c-title04 span.icon-service:before {
	width: 29px;
	height: 26px;
	background: url(/img/top/icon_ttl01.png) no-repeat center / contain;
}

.c-title04 span.icon-document {
	padding-left: 30px;
}

.c-title04 span.icon-document:before {
	width: 21px;
	height: 26px;
	background: url(/img/top/icon_ttl02.png) no-repeat center / contain;
}

.c-title04 span.icon-recommend {
	padding-left: 30px;
}

.c-title04 span.icon-recommend:before {
	width: 20px;
	height: 26px;
	background: url(/img/top/icon_ttl03.png) no-repeat center / contain;
}

.c-title04 span.icon-genre {
	padding-left: 26px;
}

.c-title04 span.icon-genre:before {
	width: 18px;
	height: 18px;
	background: url(/img/top/icon_ttl04.png) no-repeat center / contain;
}

.c-title04 span.icon-news {
	padding-left: 34px;
}

.c-title04 span.icon-news:before {
	width: 26px;
	height: 26px;
	background: url(/img/top/icon_ttl05.png) no-repeat center / contain;
}


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

	.c-title04 {
		padding-bottom: 8px;
		font-size: 21px;
	}

	.c-title04:after {
		width: 20px;
	}

	.c-title04 span.icon-service {
		padding-left: 27px;
	}

	.c-title04 span.icon-service:before {
		width: 21px;
		height: 19px;
	}

	.c-title04 span.icon-document {
		padding-left: 22px;
	}

	.c-title04 span.icon-document:before {
		width: 16px;
		height: 19px;
	}

	.c-title04 span.icon-recommend {
		padding-left: 21px;
	}

	.c-title04 span.icon-recommend:before {
		width: 15px;
		height: 19px;
	}

	.c-title04 span.icon-genre {
		padding-left: 26px;
	}

	.c-title04 span.icon-genre:before {
		width: 18px;
		height: 18px;
	}

	.c-title04 span.icon-news {
		padding-left: 28px;
	}

	.c-title04 span.icon-news:before {
		width: 18px;
		height: 18px;
	}
}


/**********************************

 c-btn01

***********************************/
.c-btn01 {
	text-align: center;
}

.c-btn01 a {
	display: inline-block;
	width: 320px;
	max-width: 100%;
	padding: 10px 35px;
	color: #198537;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #198537;
	border-radius: 200px;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-btn01 a:hover {
	color: #fff;
	text-decoration: none;
	background: #198537;
}

.c-btn01 a:before {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	margin-right: 20px;
	background: url(/img/top/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-btn01 a:hover:before {
	background: url(/img/top/icon_arr01_w.png) no-repeat center / contain;
	transform: translateY(-50%) translateX(5px);
	-webkit-transform: translateY(-50%) translateX(5px);
}

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

	.c-btn01 a {
		width: 300px;
		padding: 11px 35px;
		font-size: 14px;
	}

	.c-btn01 a:before {
		width: 12px;
		height: 10px;
		margin-right: 20px;
	}
}


/**********************************

 c-archive-top

***********************************/
.c-archive-top {

}

.c-archive-top__sec {
	margin-top: 40px;
}

.c-archive-top__sec-list {
	margin-top: 35px;
}

.c-archive-top__sec .list-item {
	margin-top: 30px;
}

.c-archive-top__sec .list-item:first-child {
	margin-top: 0;
}

.c-archive-top__sec .list-item__ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-archive-top__sec .list-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 40px;
	margin-top: 10px;
}

.c-archive-top__sec .list-item ul li {
	width: calc(100%/4 - 30px);
	flex: 0 1 calc(100%/4 - 30px);
	font-size: 1.06666667rem;
	line-height: 1.8;
}

.c-archive-top__sec .list-item ul li a {
	color: #1d3992;
}

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

	.c-archive-top__sec {
		margin-top: 12.5px;
	}

	.c-archive-top__sec-list {
		margin-top: 15px;
	}

	.c-archive-top__sec .list-item {
		margin-top: 15px;
	}

	.c-archive-top__sec .list-item__ttl {
		font-size: 1.07142857rem;
	}

	.c-archive-top__sec .list-item ul {
		display: block;
		gap: normal;
		margin-top: 3px;
	}

	.c-archive-top__sec .list-item ul li {
		width: auto;
		flex: none;
		font-size: 1rem;
	}
}


/**********************************

 c-related-articles

***********************************/
.js-related-articles {
	margin-top: 50px;
}

.c-related-articles {
}

.c-related-articles ul {
	margin-top: 15px;
}

.c-related-articles ul li {
	text-indent: -.6em;
	margin-left: .6em;
	margin-top: 12px;
	color: #1d3994;
	font-size: 1.06666667rem;
}

.c-related-articles ul li:first-child {
	margin-top: 0;
}

.c-related-articles ul li a {
	color: #1d3994;
}

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

	.js-related-articles {
		margin-top: 30px;
	}

	.c-related-articles {
	}

	.c-related-articles ul {
		margin-top: 12px;
	}

	.c-related-articles ul li {
		text-indent: -.6em;
		margin-left: .6em;
		margin-top: 10px;
		font-size: 1rem;
	}
}


/**********************************

 c-archive-category

***********************************/
.c-archive-category {

}

.c-archive-category__related {
	margin-top: 40px;
}

.c-archive-category__related-txt01 {
	margin-top: 35px;
	font-size: 1.06666667rem;
}

.c-archive-category__related {
}

.c-archive-category__related .list-item {
	margin-top: 25px;
}

.c-archive-category__related .list-item:first-child {
	margin-top: 0;
}

.c-archive-category__related .list-item__ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-archive-category__related .list-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 40px;
	margin-top: 10px;
}

.c-archive-category__related .list-item ul li {
	width: calc(100%/4 - 30px);
	flex: 0 1 calc(100%/4 - 30px);
	font-size: 1.06666667rem;
	line-height: 1.8;
}

.c-archive-category__related .list-item ul li a {
	color: #1d3992;
}

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

	.c-archive-category__related {
		margin-top: 12.5px;
	}

	.c-archive-category__related-txt01 {
		margin-top: 12.5px;
		font-size: 1rem;
	}

	.c-archive-category__related {
	}

	.c-archive-category__related .list-item {
		margin-top: 12px;
	}

	.c-archive-category__related .list-item__ttl {
		font-size: 1.07142857rem;
	}

	.c-archive-category__related .list-item ul {
		display: block;
		gap: normal;
		margin-top: 3px;
	}

	.c-archive-category__related .list-item ul li {
		width: auto;
		flex: none;
		font-size: 1rem;
	}

}


/**********************************

 c-article

***********************************/
.c-article {

}

.c-article__info {
	border-bottom: 1px solid #dddddd;
}

.c-article__info-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 13px 0;
	margin: 0 -7.5px;
}

.c-article__info-inner .time {
	margin: 0 7.5px;
	font-size: 0.85714286rem;
}

.c-article__info-inner ul {

}

.c-article__info-inner ul li {
	margin: 0 7.5px;
	font-size: 0.85714286rem;
	font-weight: bold;
}

.c-article__info-inner ul li a {
	color: #198537;
}

.c-article__info-entry {
	margin-top: 30px;
}

.c-article__info-entry *:first-child {
	margin-top: 0;
}

.c-article__info-entry .c-article__toc {
	padding: 25px 20px 25px;
	margin-top: 30px;
	margin-bottom: 60px;
	background: #f4f7f9;
	border-radius: 15px;
}

.c-article__info-entry .c-article__toc-head {
	margin-bottom: 0;
	font-size: 1.28571429rem;
	font-weight: bold;
	text-align: center;
}

.c-article__info-entry .c-article__toc-head .toggle {
	margin-left: 1em;
	font-size: 0.93333333rem;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn {
	color: #1d3992;
	font-size: 0.93333333rem;
	cursor: pointer;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn:hover {
	text-decoration: underline;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn.is-active .hidden {
	display: none;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn .open {
	display: none;
}

.c-article__info-entry .c-article__toc-head .toggle .toggle__btn.is-active .open {
	display: inline;
}

.c-article__info-entry .c-article__toc-body {
}

.c-article__info-entry .c-article__toc-body ul {
	padding-bottom: 10px;
}

.c-article__info-entry .c-article__toc-body > ul:first-child {
	padding-top: 15px;
}

.c-article__info-entry .c-article__toc-body ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 1.06666667rem;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	counter-increment: item;
}

.c-article__info-entry .c-article__toc-body ul li:last-child {
	margin-bottom: 0;
}

.c-article__info-entry .c-article__toc-body ul li:before {
	content: counters(item, ".") ".";
	display: block;
	width: 30px;
	font-family: "Lato", sans-serif;
	color: #999999;
	font-size: 1.06666667rem;
	font-weight: bold;
}

.c-article__info-entry .c-article__toc-body ul li a {
	flex: 1;
	display: block;
	color: #1d3992;
}

.c-article__info-entry .c-article__toc-body ul li ul {
	width: 100%;
	padding-bottom: 0;
	margin-top: 20px;
}

.c-article__info-entry .c-article__toc-body ul li ul li {
	counter-increment: item_child;
}

.c-article__info-entry .c-article__toc-body ul li ul li:before {
	content: counters(item, ".") "-" counters(item_child, ".") ".";
	width: 45px;
}

.c-article__info-entry h2 {
	padding: 10px 15px 10px 20px;
	margin-top: 40px;
	font-size: 1.46666667rem;
	font-weight: bold;
	line-height: 1.8;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-article__info-entry h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #dddddd;
	box-sizing: border-box;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-article__info-entry h2:after {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #198537;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.c-article__info-entry h3 {
	padding: 10px 15px 10px 30px;
	margin-top: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
	background: #f4f7f9;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.c-article__info-entry h3.have-num {
	display: flex;
	align-items: flex-start;
	padding-left: 20px;
}

.c-article__info-entry h3:before {
	content: "";
	display: block;
	width: 3px;
	height: 13px;
	margin-top: 20px;
	margin-left: 18px;
	background: #198537;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-article__info-entry h3.have-num:before {
	display: none;
}

.c-article__info-entry h3 .have-num__box {
	display: block;
	padding: 3px 10px;
	margin-right: 15px;
	color: #fff;
	font-size: 0.86666667rem;
	font-weight: bold;
	background: #198537;
	border-radius: 8px;
}

.c-article__info-entry h3 .have-num__ttl {
	flex: 1;
	display: block;
	margin-top: -.1em;
}

.c-article__info-entry p {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 1.06666667rem;
	line-height: 1.8;
}

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

	.c-article__info-inner {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
		margin: -2px -4px;
	}

	.c-article__info-inner .time {
		margin: 2px 4px;
		font-size: 0.85714286rem;
	}

	.c-article__info-inner ul li {
		margin: 2px 4px;
		font-size: 0.78571429rem;
	}

	.c-article__info-entry {
		margin-top: 30px;
	}

	.c-article__info-entry *:first-child {
		margin-top: 0;
	}

	.c-article__info-entry .c-article__toc {
		padding: 18px 15px 18px;
		margin-top: 25px;
		margin-bottom: 30px;
		border-radius: 15px;
	}

	.c-article__info-entry .c-article__toc-head {
		font-size: 1.14285714rem;
	}

	.c-article__info-entry .c-article__toc-head .toggle {
		margin-left: .5em;
		font-size: 0.93333333rem;
	}

	.c-article__info-entry .c-article__toc-head .toggle .toggle__btn {
		font-size: 1rem;
	}

	.c-article__info-entry .c-article__toc-body ul {
		padding-bottom: 5px;
	}

	.c-article__info-entry .c-article__toc-body > ul:first-child {
		padding-top: 15px;
	}

	.c-article__info-entry .c-article__toc-body ul li {
		margin-bottom: 15px;
		font-size: 1rem;
		font-weight: bold;
	}

	.c-article__info-entry .c-article__toc-body ul li:before {
		width: 22px;
		font-size: 1rem;
	}

	.c-article__info-entry .c-article__toc-body ul li ul {
		margin-top: 15px;
	}

	.c-article__info-entry .c-article__toc-body ul li ul li:before {
		width: 41px;
	}

	.c-article__info-entry h2 {
		padding: 6px 15px 6px 15px;
		margin-top: 25px;
		font-size: 1.14285714rem;
		border-radius: 10px;
	}

	.c-article__info-entry h2:before {
		border-radius: 10px;
	}

	.c-article__info-entry h3 {
		padding: 6px 15px 6px 24px;
		margin-top: 20px;
		font-size: 1.07142857rem;
		border-radius: 10px;
	}

	.c-article__info-entry h3.have-num {
		padding-left: 15px;
	}

	.c-article__info-entry h3:before {
		width: 3px;
		height: 10px;
		margin-top: 14px;
		margin-left: 15px;
	}

	.c-article__info-entry h3.have-num:before {
		display: none;
	}

	.c-article__info-entry h3 .have-num__box {
		padding: 0 6px;
		margin-top: 5px;
		margin-right: 10px;
		font-size: 0.71428571rem;
		border-radius: 5px;
	}

	.c-article__info-entry h3 .have-num__ttl {
		margin-top: 0;
	}

	.c-article__info-entry p {
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 1rem;
	}
}


/**********************************

 c-back

***********************************/
.c-back {
	margin-top: 10px;
}

.c-back__link {
	font-size: 1.06666667rem;
	font-weight: bold;
	text-align: right;
}

.c-back__link a {
	display: inline-block;
	padding: 10px 0 10px 24px;
	color: #198537;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.c-back__link a:hover {
	text-decoration: none;
}

.c-back__link a:before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(/img/article/icon_arr03.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: margin 0.3s ease;
}

.c-back__link a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #198537;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-back__link a:hover:after {
	display: none;
}

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

	.c-back__link a {
		padding-left: 29px;
	}

	.c-back__link a:hover:before {
		margin-left: 5px;
	}

}

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

	.c-back {
		margin-top: 10px;
	}

	.c-back__link {
		font-size: 1rem;
	}

	.c-back__link a {
		padding: 7px 0 7px 20px;
	}

	.c-back__link a:before {
		width: 12px;
		height: 8.5px;
	}

}


/**********************************

 c-hero

***********************************/
.c-hero {
	margin-left: -40px;
	margin-right: -40px;
}

.c-hero__inner {
	max-width: 1250px;
	margin: 0 auto;
	overflow: hidden;
}

.c-hero__inner-slider {
	margin-bottom: 12px;
}

.c-hero__inner-slider.slick-dotted.slick-slider {
	margin-bottom: 12px;
}

.c-hero__inner-slider .slick-prev,
.c-hero__inner-slider .slick-next {
	width: 32px;
	height: 40px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 2;
}

.c-hero__inner-slider .slick-prev {
	background: url(/img/article/icon_slide_prev01.png) no-repeat center;
	background-size: 11px 20px;
	border-right: 2px solid #fff;
	left: 0;
	border-radius: 0 6px 6px 0;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner-slider .slick-prev:hover {
	opacity: .7;
}

.c-hero__inner-slider .slick-prev:before {
	display: none;
}

.c-hero__inner-slider .slick-next {
	background: url(/img/article/icon_slide_next01.png) no-repeat center;
	background-size: 11px 20px;
	border-left: 2px solid #fff;
	right: 0;
	border-radius: 6px 0 0 6px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner-slider .slick-next:hover {
	opacity: .7;
}

.c-hero__inner-slider .slick-next:before {
	display: none;
}

.c-hero__inner-slider .slick-dots {
	font-size: 0;
	bottom: 20px;
}

.c-hero__inner-slider .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #666;
	border-radius: 50%;
}

.c-hero__inner-slider .slick-dots li.slick-active {
	background: #fff;
}

.c-hero__inner-slider .slick-dots li button {
	display: none;
}

.c-hero__inner-slider-item {

}

.c-hero__inner-slider-item img {
	max-width: none;
	width: 100%;
}

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

	.c-hero {
		margin-top: 235px;
	}
}

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

	.c-hero {
		margin-top: 107px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.c-hero--pc-only {
		display: none !important;
	}

	.c-hero__inner {
	}

	.c-hero__inner-slider {
		margin-bottom: 20px;
	}

	.c-hero__inner-slider.slick-dotted.slick-slider {
		margin-bottom: 20px;
	}

	.c-hero__inner-slider .slick-prev,
	.c-hero__inner-slider .slick-next {
		display: none !important;
	}

	.c-hero__inner-slider .slick-dots {
		font-size: 0;
		bottom: 10px;
	}

	.c-hero__inner-slider .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 5px;
	}
}


/**********************************

 c-column-archive

***********************************/
.c-column-archive {
	margin-top: 40px;
}

.c-column-archive__sec {
	display: flex;
	margin-bottom: 60px;
}

.c-column-archive__sec:last-child {
	margin-bottom: 0;
}

.c-column-archive__sec .pic {
	width: 180px;
	margin-right: 30px;
}

.c-column-archive__sec .pic a {
	display: block;
	position: relative;
	z-index: 1;
}

.c-column-archive__sec .pic a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #d5dfe6;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.c-column-archive__sec .pic a img {
	width: 180px;
	height: 98px;
	object-fit: cover;
}

.c-column-archive__sec .cont {
	flex: 1;
}

.c-column-archive__sec .cont .ttl {
	margin-top: -.3em;
	color: #191f26;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}

.c-column-archive__sec .cont .ttl a {
	color: #191f26;
}

.c-column-archive__sec .cont .ttl a:hover {
	text-decoration: underline;
	color: #198637;
}

.c-column-archive__sec .cont .meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 12px;
	margin-top: 15px;
}

.c-column-archive__sec .cont .meta ul {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.c-column-archive__sec .cont .meta ul li {
}

.c-column-archive__sec .cont .meta ul li a {
	color: #198637;
}

.c-column-archive__sec .cont .meta .time {
	padding-left: 22px;
	font-family: "Roboto", sans-serif;
	color: #71767a;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-column-archive__sec .cont .meta .time:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/img/article/icon_time01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-column-archive {
		margin-top: 20px;
	}

	.c-column-archive__sec {
		display: block;
		margin-bottom: 30px;
	}

	.c-column-archive__sec .pic {
		width: auto;
		margin-right: 0;
	}

	.c-column-archive__sec .pic a img {
		width: 100%;
		height: 48.8vw;
	}

	.c-column-archive__sec .cont {
		flex: 1;
	}

	.c-column-archive__sec .cont .ttl {
		margin-top: 12px;
		font-size: 16px;
	}

	.c-column-archive__sec .cont .ttl a {
		color: #191f26;
	}

	.c-column-archive__sec .cont .ttl a:hover {
		text-decoration: underline;
		color: #198637;
	}

	.c-column-archive__sec .cont .meta {
		gap: 7px 7px;
		margin-top: 10px;
	}

	.c-column-archive__sec .cont .meta ul {
		font-size: 11px;
	}

	.c-column-archive__sec .cont .meta .time {
		padding-left: 16px;
		font-size: 11px;
	}

	.c-column-archive__sec .cont .meta .time:before {
		width: 12px;
		height: 12px;
	}
}


/**********************************

 c-pager

***********************************/
.c-pager {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.c-pager ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.c-pager ul li {
	font-size: 18px;
	font-weight: bold;
}

.c-pager ul li a,
.c-pager ul li.is-current span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 50px;
	padding: 0 20px;
	text-align: center;
}

.c-pager ul li a {
	color: #1a2229;
	background: #f4f7f9;
	text-decoration: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-pager ul li a:hover {
	opacity: .7;
}

.c-pager ul li.is-current span {
	color: #fff;
	background: #1a2229;
}

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

	.c-pager {
		margin-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.c-pager ul {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 15px;
		letter-spacing: normal;
	}

	.c-pager ul li {
		font-size: 12px;
	}

	.c-pager ul li a,
	.c-pager ul li.is-current span {
		min-width: 30px;
		height: 30px;
		padding: 0 10px;
	}
}


/**********************************

 #mainimg

***********************************/

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

	#mainimg.column {
		display: none !important;
	}
}


/**********************************

 c-top-sec

***********************************/
.c-top-sec {
	padding: 20px 20px 35px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}

.c-top-sec:last-child {
	margin-bottom: 0;
}

.c-top-sec .c-btn01 {
	margin-top: 35px;
}

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

	.glossary-wrap__side--top .c-top-sec.js-top-news {
		display: none !important;
	}
}

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

	.glossary-wrap__main--top .c-top-sec.js-top-news {
		display: none !important;
	}

	.glossary-wrap__side--top .c-top-sec.js-top-news {
		margin-top: 30px;
	}
}

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

	.c-top-sec {
		padding: 15px 15px 25px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.c-top-sec .c-btn01 {
		margin-top: 20px;
	}

}


/**********************************

 c-post-list

***********************************/
.c-post-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 20px;
	gap: 25px 15px;
}

.c-post-list__sec {
	width: calc(100%/5 - 12px);
	flex: 0 1 calc(100%/5 - 12px);
}

.c-post-list__sec .pic {

}

.c-post-list__sec .pic a {
	display: block;
	overflow: hidden;
}

.c-post-list__sec .pic a:hover {
}

.c-post-list__sec .pic a img {
	display: block;
	margin: 0 auto;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-post-list__sec .pic a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	opacity: 1;
}

.c-post-list__sec .ttl {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.8;
}

.c-post-list__sec .ttl a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #1d3992;
	text-decoration: underline;
}

.c-post-list__sec .ttl a:hover {
	text-decoration: none;
}

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

	.c-post-list {
		margin-top: 15px;
		gap: 20px 15px;
	}

	.c-post-list__sec {
		width: calc(100%/2 - 8px);
		flex: 0 1 calc(100%/2 - 8px);
	}

	.c-post-list__sec .ttl {
		margin-top: 8px;
		font-size: 14px;
	}
}


/**********************************

 c-genre-list

***********************************/
.c-genre-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 10px;
	gap: 10px 20px;
}

.c-genre-list__sec {
	width: calc(100%/3 - 14px);
	flex: 0 1 calc(100%/3 - 14px);
}

.c-genre-list__sec .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.c-genre-list__sec .ttl a {
	display: block;
	padding: 10px 35px 10px 0;
	color: #192027;
	border-bottom: 1px solid #d1d7da;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec .ttl a:hover {
	color: #fff;
	text-decoration: underline;
	background: #198537;
	/*color: #198537;*/
	/*text-decoration: underline;*/
}

.c-genre-list__sec .ttl a:before {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	margin-right: 0;
	background: url(/img/top/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec .ttl a:hover:before {
	background: url(/img/top/icon_arr01_w.png) no-repeat center / contain;
	transform: translateY(-50%) translateX(-10px);
	-webkit-transform: translateY(-50%) translateX(-10px);
}

.c-genre-list__sec .ttl a .inner {
	display: inline-block;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec .ttl a:hover .inner {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

.c-genre-list__sec ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
}

.c-genre-list__sec ul li {
}

.c-genre-list__sec ul li a {
	display: block;
	padding: 5px 10px;
	color: #198537;
	text-align: center;
	border: 1px solid #198537;
	border-radius: 200px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-genre-list__sec ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #198537;
}

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

	.c-genre-list {
		display: block;
		margin-top: 15px;
	}

	.c-genre-list__sec {
		width: auto;
		margin-bottom: 25px;
	}

	.c-genre-list__sec:last-child {
		margin-bottom: 0;
	}

	.c-genre-list__sec .ttl a {
		padding: 8px 25px 8px 0;
	}

	.c-genre-list__sec ul {
		gap: 10px 10px;
		margin-top: 15px;
		font-size: 16px;
	}

	.c-genre-list__sec ul li a {
		display: block;
		padding: 5px 13px;
		color: #198537;
		text-align: center;
		border: 1px solid #198537;
		border-radius: 200px;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-genre-list__sec ul li a:hover {
		color: #fff;
		text-decoration: none;
		background: #198537;
	}
}


/**********************************

 c-news-list

***********************************/
.c-news-list {
	margin-top: 15px;
}

.c-news-list ul {

}

.c-news-list ul li {
	display: flex;
	margin-bottom: 10px;
}

.c-news-list ul li:last-child {
	margin-bottom: 0;
}

.c-news-list ul li .time {
	display: block;
	/*width: 110px;*/
	/*padding-right: 1em;*/
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.c-news-list ul li .ttl {
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
}

.c-news-list ul li .ttl a {
	color: #1d3992;
	text-decoration: underline;
}

.c-news-list ul li .ttl a:hover {
	text-decoration: none;
}

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

	.c-news-list {
		margin-top: 15px;
	}

	.c-news-list ul li {
		display: block;
		margin-bottom: 15px;
	}

	.c-news-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-news-list ul li .time {
		width: auto;
		padding-right: 0;
		margin-right: 0;
		font-size: 14px;
	}

	.c-news-list ul li .ttl {
		margin-top: 3px;
		font-size: 14px;
	}

	.c-news-list ul li .ttl a {
		text-decoration: none;
	}
}


/**********************************

 xxx

***********************************/

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

}