@charset "utf-8";
/*HOME homeban (banner)
---------------------------------------------------------------------------*/
.homeban {
	list-style: none;
	animation: opa1 0s 0.5s both;
	position: relative;
	margin: 0 auto 0;
	text-align: center;
	padding: 60px 0 20px;
	width: 100%;
	background: #0E7D3B;
	background: linear-gradient(0deg, rgba(44, 163, 56, 0.5) 10%, rgba(255, 255, 255, 0) 70%);
}
 @media screen and (max-width:900px) {
.homeban {
	padding: 20px 10px 20px;
}
}
.homeban li {
	display: inline-block;
	margin: 5px 8px;
}
.homeban li img {
	text-decoration: none;
	border: 1px solid #97d79c;
	max-width: 208px;
}
 @media screen and (max-width:900px) {
.homeban li img {
	width: 200px;
}
}
 @media screen and (max-width:600px) {
.homeban li {
	margin: 5px;
}
.homeban li img {
	width: 160px;
}
}
/* HOME catch
-----------------------------------*/
.catch {
	margin-top: 35px;
	padding: 18px 0 5px;
	background: url(../imgs/bg_catch.png), rgba(44,163,56,0.3);
	border-top: 1px solid rgba(44,163,56,0.1);
	border-bottom: 1px solid rgba(44,163,56,0.1);
}
 @media screen and (max-width:1660px) {
.catch {
	padding: 18px 15px 5px;
}
}
.catch_cts {
	max-width: 1600px;
	margin: 0 auto;
}
.catch_cts {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	margin-bottom: 15px;
}
.catch_cts .list {
	display: grid;
	background: #fff;
	grid-template-rows: auto 1fr auto;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
	transition: 0.3s;
	padding: 0;
}
.catch_cts .list:hover {
	background: #fcffe1;
}
.catch_cts .list h2 {
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
	color: #0e7d3b;
	line-height: 1.4;
	margin: 12px 0 8px;
	padding: 0;
}
.catch_cts .list figure {
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
}
 @media screen and (max-width:1200px) {
.catch_cts .list h2 {
	font-size: 1em;
}
.catch_cts figure img {
	width: 100%;
	max-width: 90px;
}
}
 @media screen and (max-width:1000px) {
.catch_cts {
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
}
 @media screen and (max-width:900px) {
.catch_cts {
	grid-template-columns: repeat(2, 1fr);
}
.catch_cts figure img {
	max-width: 70px;
}
}
 @media screen and (max-width:600px) {
.catch_cts {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.catch_cts .list {
	box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}
.catch_cts .list h2 {
	margin: 8px 0 6px;
	font-size: 0.85em;
}
.catch_cts .list figure img {
	max-width: 50px;
}
}
/* HOME news, events
-----------------------------------*/
.news_evts {
	display: grid;
	grid-template-columns: 4fr 2fr;
	gap: 2rem;
	max-width: 1600px;
	margin: 25px auto 0;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}
 @media screen and (max-width:1660px) {
.news_evts {
	gap: 30px;
}
}
 @media screen and (max-width:900px) {
.news_evts {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding: 0 20px;
	margin: 40px 0 0;
}
}
.news h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 7px 0 25px;
	font-size: 1.6em;
	position: relative;
	font-weight: normal;
	border-bottom: 1px solid #b6d8c4;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.news h2 .deco {
	display: inline-block;
	position: relative;
	padding: 0 10px 10px;
	bottom: -3px;
	border-bottom: 5px solid var(--primary-color);
}
.new {
	background: #FFF;
	overflow: hidden;
	height: 595px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 1.4;
	font-size: 0.9em;
	padding: 0 10px;
	border: 1px solid #cfe5d8;
}
.new dt {
	padding: 6px 5px 0 5px;
	display: block;
	font-weight: 600;
	color: #0e7d3b;
	border-top: 1px dashed #a4c41c;
}
.new dt:first-child, .news.past .new dt:first-child {
	border-top: none;
}
.news.past .new {
	height: auto;
	border: none;
	padding: 0;
}
.news.past .new dt {
	color: #000;
	border-top: 1px dashed #cecece;
}
.new dd {
	padding: 6px 5px 8px 20px;
	display: block;
	background: url(../imgs/arrow03.png) no-repeat left top 7px;
}
.news.past .new dd {
	background: url(../imgs/arrow03_1.png) no-repeat left top 7px;
}
.new dd + dd {
	margin-top: -10px;
}
.new dt.cat1::after {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	border-radius: 3px;
	padding: 0.1rem 0.5rem 0.2rem;
	margin-left: 0.5rem;
	font-size: 0.75rem;
	font-weight: 400;
	color: #fff;
	position: relative;
	bottom: 1px;
	content: "会員専用";
	background: #2ca338;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.news .btn {
	text-align: right;
}
.news .btn span {
	display: inline-block;
}
.news .btn span a {
	padding: 4px 20px 8px 12px;
	display: block;
	border: 1px solid #0e7d3b;
	border-radius: 4px;
	background: url(../imgs/arrow02.png) no-repeat right 4px top 0.5em, #2ca338;
	color: #fff;
	font-size: 0.95em;
	line-height: 1.4;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.news .btn span a:hover {
	background: url(../imgs/arrow02.png) no-repeat right 4px top 0.5em, #0e7d3b;
}
.events {
	background: url(../imgs/bg_events.png);
	padding: 0 15px 5px;
	border: 1px solid #d5edd7;
	border-radius: 6px;
}
.events h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 8px 0 20px;
	font-size: 1.5em;
	position: relative;
	font-weight: normal;
	border-bottom: 1px solid #b6d8c4;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.events h2 .deco {
	display: inline-block;
	position: relative;
	padding: 0 10px 10px;
	bottom: -3px;
	border-bottom: 5px solid var(--primary-color);
}
.eventsul {
	overflow: auto;
	overflow-x: hidden;
	padding-top: 5px;
}
.eventsul a {
	color: #000;
}
.events ul {
	background: #FFF;
	overflow: hidden;
	margin-bottom: 12px;
	overflow: auto;
	line-height: 1.4;
}
.events ul.cat1 {
	border: 1px solid #9fcbb1;
	background: url(../imgs/ic_blk.png) no-repeat right 10px center, #fff;
	transition: 0.3s;
	padding-right: 20px;
}
.events ul.cat2 {
	border: 1px solid #d1aac3;
	background: #fff;
	transition: 0.3s;
}
.events ul.cat3 {
	border: 1px solid #a0c2d5;
	background: #fff;
	transition: 0.3s;
}
.events ul.cat4 {
	border: 1px solid #c6cdd8;
	background: #fff;
	transition: 0.3s;
}
.events a:hover ul.cat1 {
	background: url(../imgs/ic_blk.png) no-repeat right 10px center, #fcffe1;
	border: 1px solid #0e7d3b;
}
.events a:hover ul.cat2 {
	background: #fcffe1;
	border: 1px solid #8c2a69;
}
.events a:hover ul.cat3 {
	background: #fcffe1;
	border: 1px solid #116697;
}
.events a:hover ul.cat4 {
	background: #fcffe1;
	border: 1px solid #70839d;
}
.events ul .date::after {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	border-radius: 3px;
	padding: 0.2rem 0.5rem 0.25rem;
	margin-left: 0.5rem;
	font-size: 0.75em;
	font-weight: 400;
	color: #fff;
	position: relative;
	bottom: 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.events ul.cat1 .date::after {
	content: "学術集会総会";
	background: #0e7d3b;
}
.events ul.cat2 .date::after {
	content: "認定・検定試験";
	background: #8c2a69;
}
.events ul.cat3 .date::after {
	content: "主催セミナー";
	background: #116697;
}
.events ul.cat4 .date::after {
	content: "協力セミナー";
	background: #70839d;
}
.events li.date {
	padding: 10px 10px 0;
	display: block;
	font-weight: 600;
	line-height: 1.6;
}
.events li.ttl {
	padding: 3px 10px 10px;
	display: block;
	font-size: 0.9em;
}
.events li.date span {
	display: inline-block;
	margin-right: 0.2em;
	font-size: 0.9em;
	font-weight: 400;
	color: #000;
}
.events .cat1 li.date {
	color: #0e7d3b;
}
.events .cat2 li.date {
	color: #8c2a69;
}
.events .cat3 li.date {
	color: #116697;
}
.events .cat4 li.date {
	color: #495f7c;
}
 @media screen and (max-width:600px) {
.events {
	margin-left: -20px;
	margin-right: -20px;
	border-radius: 0;
}
.news h2, .events h2 {
	font-size: 1.4em;
	letter-spacing: 0;
}
}
@media print {
html, body {
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 12px;
	background: none;
}
.mainimg {
	display: none !important;
}
.catch {
	padding: 20px 20px 10px;
	margin-top: 20px;
}
.catch_cts {
	grid-template-columns: repeat(5, 1fr);
	gap: 5px 15px;
	font-size: 0.9em;
}
.catch_cts figure img {
	max-width: 50px;
}
.catch_cts h2 {
	font-size: 0.9em;
}
.news_evts {
	display: block;
	padding: 0 20px;
	margin: 20px 0 0;
}
.new {
	font-size: 11px;
}
.btn {
	display: none;
}
.events li.date {
	font-size: 11px;
}
.events li.date span {
	font-size: 10px;
}
.events li.ttl {
	font-size: 11px !important;
}
.homeban img {
	width: 100px;
}
}
