@charset "UTF-8";
/**************************************/
/******** All Setting *********/
/**************************************/
.container {
	width: 100%;
	max-width: 100%;
}
.flex {
	display: flex;
}
.brsp {
	display: none;
}
.brpc {
	display: block;
}
.wp-block-list {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.8;
	margin-bottom: 1em;
	padding-left: 1.5em;
}
.wp-block-list li {}
.wp-block-column p {
	line-height: 1.8;
}
.green {
	color:green;
}
.black {
	color:black;
}
header {
	background-color: #fff;
	width: 100%;
	position: relative;
}
header .container {
	align-items: center;
}
.siteTitle {
	flex-basis: 30%;
	padding: 15px;
}
.siteTitle h1 a {
	display: block;
}
.siteTitle h1 img {
	width: 100%;
	max-width: 383px;
	min-width: 200px;
}
.navToggle {
	display: none;
}
.menuBlock {
	flex-basis: 70%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.menuBlocksp {
	display: none;
}
.exMenu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 5px;
	padding: 10px;
}
.exMenu .contact {
	margin-left: 2em;
}
.exMenu .contact > a {
	display: flex;
	align-items: center;
	background: linear-gradient(to right, #48b67d, #5ada8b);
	color: #fff;
	border-radius: 50px;
	padding: 5% 2.5em;
	white-space: nowrap;
	font-size: 1.0vw;
	line-height: 1;
	transition: 0.5s;
}
.exMenu .contact > a:hover {
	opacity: 0.85;
}
.exMenu .contact > a > i {
	font-size: 20px;
	margin-right: 0.3em;
}
.exMenu .search {
	width: 200px;
}
#searchform {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
}
#searchform label {
	flex-basis: calc(100% - 50px);
}
#searchform input {
	width: 100%;
	height: 30px;
	padding: 5px 15px;
	border: none;
	box-sizing: border-box;
	font-size: 1em;
	outline: none;
}
#searchform input::placeholder {
	color: #999;
}
#searchform button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 35px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
#searchform button::after {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}
/******** globalMenu Setting *********/
.globalMenu {}
.globalMenu .menu_list {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
	padding-right: 15px;
	/*padding-bottom: 5px;*/
}
.globalMenu .menu_list .nav_item {
	/*position: relative;*/
	margin: 0 4px 4px;
	display: flex;
	text-align: center;
}
.globalMenu .menu_list .nav_item > a {
	padding: 5px 5px 8px;
	position: relative;
	font-size: 1.2vw;
	font-weight: 500;
	color: #000;
	transition: none;
	display: flex;
	align-items: center;
}
.globalMenu .menu_list .nav_item > a :hover {
	opacity: 1;
}
.globalMenu .menu_list .nav_item > a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}
.globalMenu .menu_list .nav_item > a.active:after, 
.globalMenu .menu_list .nav_item > a:hover:after,
.globalMenu .menu_list .nav_item:hover > a:after{
	background-color: #318e5c;
}
.globalMenu .menu_list .nav_item .panel {
	position: absolute;
	top: 100%;
	/*left: 50%;*/
	left: 0;
	/*transform: translateX(-50%);*/
	/*margin: auto;*/
	display: none;
	z-index: 99;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding-right: 50px;
}
.globalMenu .menu_list .nav_item .panel.open {
	display: block;
}

.globalMenu .menu_list .nav_item .panel ul.panel-inner {
	display: flex;
	justify-content: flex-end;
}
.globalMenu .menu_list .nav_item .panel .panel_item {
	display: block;
}
.globalMenu .menu_list .nav_item .panel .panel_item a {
	color: #333;
	font-weight: 500;
	display: block;
	white-space: nowrap;
	/*background: linear-gradient(23deg, #48b67d, #5ada8b);*/
	font-size: 1.2vw;
	text-align: left;
	padding: 2em 1em;
	transition: 0.5s;
}
.globalMenu .menu_list .nav_item .panel .panel_item a:hover {
	color: #777;
}
.globalMenu .menu_list .nav_item .panel .panel_item a:after {
	content: "\f138";
	font: var(--fa-font-solid);
	margin-left: 3px;
}
.globalMenu .menu_list .nav_item .panel .panel_item a:hover:after {}
.globalMenu .menu_list .nav_item .panel .panel_item a:hover {}
.home .globalMenu .menu_list .nav_item.gmenu_home > a:after, 
.intro .globalMenu .menu_list .nav_item.gmenu_intro > a:after, 
.research .globalMenu .menu_list .nav_item.gmenu_research > a:after,
.achievements .globalMenu .menu_list .nav_item.gmenu_achievements > a:after,
.coordination .globalMenu .menu_list .nav_item.gmenu_coordination > a:after,
.seminar .globalMenu .menu_list .nav_item.gmenu_seminar > a:after,
.backnumber .globalMenu .menu_list .nav_item.gmenu_backnum > a:after,
.post-type-researcher .globalMenu .menu_list .nav_item.gmenu_intro > a:after, 
.post-type-archive-researcher .globalMenu .menu_list .nav_item.gmenu_intro > a:after, 
.single-researcher .globalMenu .menu_list .nav_item.gmenu_intro > a:after, 
.consulting-template-default .globalMenu .menu_list .nav_item.gmenu_consult > a:after, 
.post-type-archive-consulting .globalMenu .menu_list .nav_item.gmenu_consult > a:after, 
.post-type-archive-achievements .globalMenu .menu_list .nav_item.gmenu_consult > a:after, 
.single-achievements .globalMenu .menu_list .nav_item.gmenu_consult > a:after, 
.post-type-archive-coordination .globalMenu .menu_list .nav_item.gmenu_consult > a:after, 
.single-coordination .globalMenu .menu_list .nav_item.gmenu_consult > a:after, 
.research-template-default .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.post-type-archive-research .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.post-type-archive-report .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.post-type-archive-survey .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.post-type-archive-interview .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.single-report .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.single-survey .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.single-interview .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.tax-researchtag .globalMenu .menu_list .nav_item.gmenu_research > a:after, 
.seminar-template-default .globalMenu .menu_list .nav_item.gmenu_seminar > a:after, 
.post-type-archive-management .globalMenu .menu_list .nav_item.gmenu_seminar > a:after, 
.post-type-archive-seminar .globalMenu .menu_list .nav_item.gmenu_seminar > a:after, 
.post-type-archive-collabo .globalMenu .menu_list .nav_item.gmenu_seminar > a:after, 
.single-collabo .globalMenu .menu_list .nav_item.gmenu_seminar > a:after, 
.economicinfo .globalMenu .menu_list .nav_item.gmenu_backnum > a:after, 
.post-type-archive-economicinfo .globalMenu .menu_list .nav_item.gmenu_backnum > a:after, 
.post-type-archive-researchreport .globalMenu .menu_list .nav_item.gmenu_backnum > a:after, 
.post-type-archive-saitama .globalMenu .menu_list .nav_item.gmenu_backnum > a:after, 
.single-economicinfo .globalMenu .menu_list .nav_item.gmenu_backnum > a:after, 
.single-researchreport .globalMenu .menu_list .nav_item.gmenu_backnum > a:after, 
.single-saitama .globalMenu .menu_list .nav_item.gmenu_backnum > a:after, 
.post-type-archive-achievements .nav_item.gmenu_achievements > a:after, 
.post-type-archive-coordination .nav_item.gmenu_coordination > a:after, 
.single-management .nav_item.gmenu_management > a:after, 
.single-achievements .nav_item.gmenu_achievements > a:after, 
.single-coordination .nav_item.gmenu_coordination > a:after,
.tax-achiveyear .nav_item.gmenu_achievements > a:after,
.tax-consulting_tag .nav_item.gmenu_achievements > a:after
{
	background-color: #318e5c;
}
.breadBlock {
	background-color: #E8F4ED;
	padding: 10px;
}
.breadcrumbs {
	width: 1000px;
	margin: auto;
	font-size: 11px;
	color: #777;
	white-space: nowrap;
	/*overflow-x: scroll;*/
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.breadcrumbs .home {
	color: #2a627e;
}
.breadcrumbs .arrow {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1.5px #aaa;
	border-right: solid 1.5px #aaa;
	margin-right: 10px;
	margin-left: 10px;
	transform: rotate(45deg);
}
/**************************************/
/******** footer Setting *********/
/**************************************/
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
footer .cp {
	font-size: 12px;
	color: #318e5c;
	text-align: center;
	font-weight: 500;
	padding: 30px;
	font-family: "��S�V�b�N��", YuGothic, "��S�V�b�N", "Yu Gothic", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS PGothic", "���C���I", sans-serif;
}
.pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 2;
}
.pagetop a {
	display: block;
	width: 80px;
	height: 65px;
	font-size: 18px;
	color: #318e5c;
	font-weight: 700;
	text-align: center;
	position: relative;
	transition: 0.5s;
}
.pagetop a:hover {
	opacity: 0.75;
}
.pagetop a:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-top: solid 4px #318e5c;
	border-right: solid 4px #318e5c;
	transform: rotate(-45deg) translateX(-40%);
	position: absolute;
	bottom: 0;
	left: 40%;
}
/**************************************/
/******** TopContents Setting *********/
/**************************************/
main {
	padding-bottom: 160px;
}
.slider {
	width: 100%;
	position: relative;
}
.slider img {
	width: 100%;
	display: block;
}
.slider .slider_logo {
	width: 35%;
	padding-top: 6%;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/logo_w.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.topContents {
	display: flex;
	justify-content: flex-start;
}
.topContents .topContens--title {
	flex-basis: 28%;
	background: url("../images/top_infonews_bg.jpg") no-repeat left top;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topContents .topContens--title h2 {
	display: flex;
	flex-direction: column;
	color: #318e5c;
	font-weight: 700;
}
.topContents .topContens--title h2 span:nth-child(1) {
	font-size: 14px;
}
.topContents .topContens--title h2 span:nth-child(2) {
	font-size: 42px;
}
.topContents .topContents--main {
	flex-basis: 72%;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
}
.tab_label {
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	padding: 3% 5%;
	margin: 0;
	font-size: 18px;
	background: linear-gradient(23deg, #48b67d, #5ada8b);
	transition: 0.5s;
}
.tab_label:hover {
	opacity: 0.75;
}
.tab_content {
	flex: 100%;
	display: none;
	position: relative;
	animation: fadeIn 0.5s ease;
	height: 300px;
	overflow: auto;
}
input[name="tab_switch"] {
	display: none;
}
.tabs input:checked + .tab_label {
	color: #318e5c;
	background: #fff;
}
#tab01:checked ~ #tab01_content, #tab02:checked ~ #tab02_content, #tab03:checked ~ #tab03_content {
	display: block;
}
.tab_content {}
@keyframes fadeIn {
	0% {
		opacity: 0;
		top: 50px;
		;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
.tab_content .item,
.newsBlock li a {
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #e4e5e7;
	margin: 0 5%;
	padding: 3% 0;
	transition: 0.5s;
}
.tab_content .item:hover {
	background-color: #F0FCF6;
}
.newsBlock li a .date,
.tab_content .item .date {
	flex-basis: 20%;
	font-weight: 700;
	color: #000;
}
/*.tab_content .item .catTitle {
	flex-basis:10%;
}*/
.tab_content .item .catTitle > span {
	display: inline-block;
	font-size: 12px;
	color: #318e5c;
	border-radius: 20px;
	border: solid 1px #318e5c;
	padding: 0.3em 1em;
}
.newsBlock li a .title,
.tab_content .item .title {
	flex-basis: 80%;
	color: #318e5c;
}
.tab_content .item.pdfarea .title {
	flex-basis: calc(70% - 20px);
	color: #318e5c;
}
.newsBlock li a .item-img,
.tab_content .item .item-img {
	flex-basis: 15%;
	padding: 0 10px;
}
/**************************************/
/******** SubContents Setting *********/
/**************************************/
.container.sub {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 50px;
}
.page_head {
	background-color: #000;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
.page_head .h2_block {
	text-align: center;
	position: relative;
}
.page_head .h2_block:after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 20%;
	background: linear-gradient(to right, rgba(72, 182, 125, 1.00) 50%, transparent);
}
.page_head .h2_block h2 {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	font-weight: 700;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}
.page_head .h2_block h2:after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #fff 10%, transparent);
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.page_head_search {
	background: linear-gradient(to right, rgba(72, 182, 125, 1.00) 50%, transparent);
}
.page_head_search .h2_block {
	padding: 20px;
}
.page_head_search .h2_block h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.search_result {
	font-size: 18px;
	text-align: center;
	padding: 20px;
}
.search_result span {
	font-size: 22px;
	font-weight: 500;
	display: inline-block;
	padding: 0 0.5em;
}
.searchPost li {
	padding: 5px 8px;
	margin-bottom: 8px;
}
.searchPost li .title {
	border-left: solid 2px #48B67D;
	padding: 5px 8px;
	font-weight: 700;
	color: #48B67D;
	text-decoration: underline;
}
.searchPost .excerpt {
	font-size: 12px;
	padding: 5px 20px;
}
.searchPost .excerpt span {
	display: block;
	text-align: right;
}
.search-highlight {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.h3_block {
	text-align: center;
	padding: 8% 0 4%;
}
.h3_block h3 {
	font-size: 28px;
	font-weight: 700;
	color: #318e5c;
}
.h3_block h3 span {
	padding: 0;
	display: inline-block;
	position: relative;
}
.h3_block h3 span:after {
	content: "";
	display: block;
	width: calc(100% + 2em);
	height: 4px;
	background: linear-gradient(to right, #318e5c 10%, #8FD2AE, #318e5c 90%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
}
.h4_block {
	text-align: left;
	padding: 8% 0 6%;
}
.h4_block h4 {
	font-size: 24px;
	font-weight: 700;
	border-bottom: solid 2px #dcdcdc;
	padding: 0 0 5px;
}
.h4_block h4 span {
	display: inline-block;
	padding: 0 3px;
	line-height: 1;
	position: relative;
}
.h4_block h4 span:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #48b67d;
	position: absolute;
	bottom: -10px;
}
.h5_block {
	text-align: left;
	padding: 6% 0;
}
.h5_block h5 {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	color: #318e5c;
}
.h6_block {
	text-align: left;
	padding: 6% 0;
}
.h6_block h6 {
	font-weight: 700;
	padding: 0;
}
.maincopy {
	font-size: 18px;
	line-height: 1.8;
	margin: 2em 0;
}
.text-box {
	border: solid 1px #318e5c;
	padding: 20px;
	margin: 2em 0;
}
.outlineBlock {
	padding: 50px 20px;
}
.outlineBlock ul {
	width: 100%;
	border-top: solid 1px #318e5c;
}
.outlineBlock > ul li {
	display: flex;
	justify-content: space-between;
}
.outlineBlock > ul li > p {
	padding: 10px 1em;
	border-bottom: solid 1px #318e5c;
}
.outlineBlock > ul li > p.title {
	flex-basis: 20%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	background-color: #318e5c;
	border-bottom-color: #fff;
}
.outlineBlock > ul li > p.content {
	flex-basis: 80%;
}
.historyBlock {
	padding: 50px 20px;
}
.historyBlock ul {
	width: 100%;
	border-top: solid 1px #318e5c;
}
.historyBlock > ul li {
	display: flex;
	justify-content: space-between;
}
.historyBlock > ul li > p {
	padding: 10px 1em;
	border-bottom: solid 1px #318e5c;
}
.historyBlock > ul li > p.year, .historyBlock > ul li > p.month {
	flex-basis: 10%;
	text-align: right;
	color: #000;
	font-weight: 500;
	background-color: #DDF0E6;
	border-bottom-color: #318e5c;
}
.historyBlock > ul li > p.month {
	flex-basis: 8%;
}
.historyBlock > ul li > p.content {
	flex-basis: 82%;
}
/******** archivePage Setting *********/
.arch_desc {
	background-color: #E8F4ED;
}
.arch_desc p {
	line-height: 1.8;
	padding: 40px 20px;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.tag_list {
	margin-bottom: 40px;
	padding-top:20px;
}
.tag_list a {
	display: inline-block;
	border: solid 1px #666;
	font-size: 87%;
	margin: 5px;
	color: #666;
	padding: 3px 1em;
	border-radius: 5px;
	transition: 0.5s;
}
.tag_list a:hover {
	border-color: #318e5c;
	background-color: #DDF0E6;
	color: #318e5c;
}
.achiveBlock {
	width: 100%;
	max-width: 1024px;
	margin: 50px auto;
}
.achiveBlock > ul {
	display: flex;
	flex-wrap: wrap;
	padding:0;
	gap:20px;
}
.achiveBlock > ul > li {
	border: solid 1px #ccc;
	flex-basis:calc(100% / 3 - 20px);
}
.achiveBlock .archive-card {
	display: block;
	padding: 12px;
}
.achiveBlock.listType ul {
	border-top: solid 1px #ccc;
}
.achiveBlock.listType > ul > li {
	flex-basis: 100%;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	padding: 1em;
	margin: 0;
}
.archive-list .head {
	display: flex;
	justify-content: space-between;
	padding: 0.5em;
}
.archive-list .head .date {
	flex-basis: 30%;
}
.archive-list .head .tag {
	flex-basis: 50%;
}
.archive-list .head .author {
	flex-basis: 20%;
	color: #48B67D;
	font-weight: 500;
	text-align: right;
}
.archive-list .title {
	font-weight: 500;
	color: #8E6331;
	font-size: 113%;
	padding: 0 1em;
}
.archive-list .title a {
	color: #8E6331;
}
.archive-card .thumbnail {
	overflow: hidden;
	width: 100%;
	height: 95px;
	position: relative;
}
.archive-card .thumbnail img {
	width: 100%;
	max-width: 100%;
	height:auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
.achiveBlock .archive-card .date {
	font-size: 87%;
	padding: 8px 0;
}
.achiveBlock .archive-card .date > span {
	display: inline-block;
	font-size: 73%;
	background-color: #FF4D50;
	color: #fff;
	border-radius: 3px;
	padding: 0.1em 0.3em;
}
.achiveBlock .archive-card .title {
	padding-bottom: 8px;
}
.achiveBlock .archive-card .title.sub {
	min-height: 3em;
}
.achiveBlock .archive-card .title.single {
	padding-top: 8px;
}
.achiveBlock .archive-card .title a {
	color: #8E6331;
	font-size: 113%;
	font-weight: 700;
}
.achiveBlock .archive-card .title a:hover {
	color: #318e5c;
}
.achiveBlock .archive-card .title a span {
	display: block;
}
.achiveBlock .archive-card .title a span.subtitle {
	font-size: 73%;
}
.achiveBlock .archive-card .content {
	font-size: 87%;
	min-height: 3em;
	padding-bottom: 8px;
}
.archive-list .tag a, .achiveBlock .archive-card .tag a {
	display: inline-block;
	border: solid 1px #666;
	font-size: 76%;
	margin: 3px;
	color: #666;
	padding: 3px;
	border-radius: 5px;
	transition: 0.5s;
}
.archive-list .tag a {
	margin: 0 3px;
}
.achiveBlock .archive-card .title_en {
	font-size: 14px;
}
.achiveBlock.reseracher_cont .archive-card .title {
	padding: 8px 0 3px;
}
.achiveBlock.reseracher_cont .archive-card .title_en {
	padding-bottom: 8px;
}
.achiveBlock.reseracher_cont .archive-card .post {
	font-size: 12px;
}
.archive-card .chargeArea {
	display: flex;
	flex-wrap:wrap;
}
.archive-card .chargeArea .image {
	flex-basis: 30%;
}
.archive-card .chargeArea .charge_name_block {
	padding: 3px;
	flex-basis: 70%;
}
.archive-card .chargeArea .charge_name_block .charge_name {
	font-size: 108%;
	font-weight: 500;
	padding: 0 0 0.5em 0;
}
.archive-card .chargeArea .charge_name_block .charge_name i {
	color: #48B67D;
	margin-left: 0.3em;
	font-size: 85%;
}
.archive-card .chargeArea .charge_name_block .department {
	font-size: 85%;
	padding-left: 1em;
}
/******** SinglePage Setting *********/
.single main {
	border-top: solid 1px #318e5c;
}
.single article {
	width: 100%;
	max-width: 1024px;
	margin: 50px auto;
	padding: 12px;
}
.single article .date {
	text-align: right;
}
.single article .h3_box {
	text-align: left;
	padding: 2% 0 1.5%;
}
.single article .h3_box h3 {
	font-size: 24px;
	font-weight: 700;
	border-bottom: solid 2px #dcdcdc;
	padding: 0 0 5px;
}
.single article .h3_box h3 span.subtitle {
	display: block;
	font-size: 73%;
	padding: 0.5em 0;
}
.single article .tagconnect .tag span {
	font-size: 87%;
	font-weight: 700;
}
.single article .tagconnect .tag a {
	display: inline-block;
	border: solid 1px #666;
	font-size: 76%;
	margin: 3px;
	color: #666;
	padding: 3px;
	border-radius: 5px;
	transition: 0.5s;
}
.single article .charge_name {
	padding: 0 1em;
	font-weight: 500;
	display: flex;
	justify-content: flex-end;
	font-size: 115%;
}
.single article .charge_name .department {
	font-size: 85%;
	padding-right: 1em;
	font-weight: 300;
}
.single article .contents {
	padding: 20px 0;
}
.single article .contents p {
	margin-bottom: 1em;
	padding: 12px;
}
.pdf {
	display: flex;
	justify-content: flex-end;
	padding: 0.5em;
}
.pdf a {
	display: inline-block;
	padding: 0.5em 1em;
	font-weight: 500;
	border: solid 1px #666;
}
.pdf a:hover {
	border-color: #FF4649;
	color: #FF4649;
}
.pdf a i {
	color: #FF4649;
	font-size: 150%;
	margin-right: 0.5em;
}
.reportBlock {
	margin-top: 3em;
}
.reportBlock .title {
	background-color: #48B67D;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	line-height: 1;
	padding: 0.5em 2em !important;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0 !important;
}
.reportBlock .block {
	border: solid 1px #48B67D;
	border-radius: 0 5px 5px 5px;
	padding: 2em;
	line-height: 1.8;
}
.reportBlock .block ul li {
	color: #48B67D;
	font-weight: 500;
}
.reportBlock .block ul li i {
	font-size: 73%;
	margin-right: 0.5em;
}
.for_list {
	text-align: center;
	padding: 30px 0;
}
.for_list a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin: 0 auto;
	font-size: 20px;
	color: #333;
	transition: 0.5s;
}
.for_list a:before {
	content: '';
	width: 24px;
	height: 24px;
	background: #318e5c;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.for_list a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.for_list a:hover {
	color: #318e5c;
}
.for_list a:hover:after {
	left: 8px;
}
/******** achievements Setting *********/
.contractBlock ul li {
	display: flex;
	border-bottom: solid 1px #DDF0E6;
}
.contractBlock ul li.header {
	text-align: center;
}
.contractBlock ul li p {
	padding: 8px 10px !important;
	margin: 0 !important;
}
.contractBlock ul li .issuesname {
	flex-basis: 60%;
}
.contractBlock ul li .consignor {
	flex-basis: 40%;
}
.contractBlock ul li.header .issuesname, .contractBlock ul li.header .consignor {
	background-color: #DDF0E6;
	font-weight: 700;
}
/******** ResearcherPage Setting *********/
.re_info_box {
	display: flex;
}
.re_info_box .information {
	flex-basis: 70%;
	background-color: #DDF0E6;
	padding: 12px;
}
.re_info_box .name {
	font-size: 24px;
	font-weight: 700;
	border-bottom: solid 1px #318e5c;
	padding: 10px 5px
}
.re_info_box .name span {
	display: inline-block;
	width: 50%;
}
.re_info_box .name span:nth-child(2) {
	font-size: 20px;
	padding-left: 1em;
	text-align: right;
}
.re_info_box .post {
	font-size: 16px;
	padding: 12px
}
.re_info_box .image {
	flex-basis: 30%;
	padding: 0 5%;
	border: solid 1px #DDF0E6;
}
.re_report_box {
	padding: 12px;
}
.re_report_box .title {
	font-weight: 700;
	margin-bottom: 5px;
}
.re_report_box ul li {
	padding: 5px 2em;
}
.re_report_box ul li:before {}
.discloseBlock ul {
	display: flex;
}
.discloseBlock ul li {
	flex-basis: 25%;
}
.discloseBlock ul li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #666;
	transition: .5s;
}
.discloseBlock ul li a:hover {
	color: #318e5c;
}
.discloseBlock ul li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border: solid 2px #318e5c;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	left: 0;
	top: 5px;
	transform: rotate(45deg);
}
.discloseBlock ul li a:after {
	content: "pdf";
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	color: #ff0000;
	padding: 1px 3px;
	border: solid 1px #ff0000;
	border-radius: 2px;
	margin-left: 3px;
	transition: 0.5s;
}
.discloseBlock ul li a:hover:after {
	background-color: #f00;
	color: #fff;
}
/******** seminarPage Setting *********/
.page_head.seminar {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.page_head.seminar .h2_block {
	text-align: center;
	position: relative;
}
.page_head.seminar .h2_block:after {
	padding-top: 35%;
	background: transparent;
}
.page_head.seminar .h2_block h2 {
	width: 100%;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 0 10px;
}
.seminarAchiveBlock {
	display: flex;
	border: solid 1px #ccc;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
}
.seminarAchiveBlock .archive-card {
	flex-grow: 1;
}
.arch_desc.seminar {
	text-align: center;
	font-size: 18px;
}
.currentBlock {
	padding: 30px;
	text-align: center;
}
.currentBlock p {
	display: inline-block;
	background-color: #F6912F;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	padding: 10px 2em;
}
.currentBlock p.currentOff {
	background-color: #fff;
	color: #F6912F;
	border: solid 2px #F6912F;
}
.seminarAchiveBlock .currentBlock {
	padding: 0;
}
.seminarAchiveBlock .currentBlock p {
	font-size: 18px;
}
.achiveBlock.seminar .archive-card .title {
	padding-bottom: 0;
}
.detailLink {
	text-align: center;
	padding: 30px 0;
}
.detailLink a {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
}
.detailLink a:before {
	content: '';
	width: 24px;
	height: 24px;
	background: #318e5c;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.detailLink a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.detailLink a:hover {
	color: #318e5c;
}
.detailLink a:hover:after {
	right: 8px;
}
article.management .h3_block {
	padding-top: 10px;
	padding-bottom: 50px;
}
article.management .h4_block {
	padding: 12px 0 30px;
}
article.management .h5_block {
	padding: 12px 0;
}
.manageseminarBlock {
	padding: 20px;
	line-height: 1.8;
	border: solid 1px #ccc;
	margin-bottom: 50px;
}
.manageseminarBlock .information {
	background-color: #DDF0E6;
	padding: 20px;
	font-weight: 500;
}
.manageseminarBlock .information a {
	text-decoration: underline;
	color: #666;
}
.single article .manageseminarBlock .information p {
	margin-bottom: 0;
}
.manageseminarBlock .inrtroduction {
	padding: 20px 0;
}
.manageseminarBlock .inrtroduction .post_name {
	border-bottom: solid 2px #666;
	margin-bottom: 8px;
}
.manageseminarBlock .inrtroduction .post_name > span {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	padding-left: 1em;
}
.manageseminarBlock .inrtroduction .img_disc {
	display: flex;
}
.manageseminarBlock .inrtroduction .img_disc .image {
	flex-basis: 30%;
}
.manageseminarBlock .inrtroduction .img_disc .discription {
	padding: 20px;
	flex-basis: 70%;
}
.pastperfoBlock .pastperfoLine {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #DDF0E6;
	align-items: stretch;
}
.pastperfoBlock .pastperfoLine > p {
	padding: 8px 5px;
}
.pastperfoBlock .pastperfoLine.head > p {
	text-align: center;
	background-color: #DDF0E6;
	font-weight: 700;
}
.pastperfoBlock .pastperfoLine .date {
	flex-basis: 10%;
}
.pastperfoBlock .pastperfoLine .theme {
	flex-basis: 47%;
}
.pastperfoBlock .pastperfoLine .post {
	flex-basis: 28%;
}
.pastperfoBlock .pastperfoLine .name {
	flex-basis: 15%;
}
.contactBlock {
	padding: 12px;
}
.contactBlock .setumei {
	padding: 12px;
	line-height: 1.8;
}
.contactBlock .notice {
	color: #c00;
	font-weight: 700;
}
.contactBlock ul {
	border-top: solid 2px #DDF0E6;
}
.contactBlock ul li {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.contactBlock ul li p {
	padding: 12px;
}
.contactBlock ul li .title {
	flex-basis: 30%;
	background-color: #DDF0E6;
	text-align: center;
	border-bottom: solid 2px #fff;
	font-weight: 700;
}
.contactBlock ul li .title.required label {
	display: block;
	position: relative;
}
.contactBlock ul li .title.required label:before {
	content: "必須";
	background-color: #c00;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	font-size: 12px;
	margin-right: 0.5em;
	padding: 1px 3px;
	border: solid 1px #c00;
	position: absolute;
	left: 0;
	border-radius: 3px;
}
.contactBlock ul li .cont_form {
	flex-basis: 70%;
	border-bottom: solid 2px #DDF0E6;
}
.contactBlock ul li .cont_form .notice {
	font-size: 12px;
}
.contactBlock ul li .cont_form input[type=text], .contactBlock ul li .cont_form input[type=tel], .contactBlock ul li .cont_form input[type=email], .contactBlock ul li .cont_form textarea {
	font-size: 18px;
	padding: 5px;
	border: solid 1px #DDF0E6;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.contactBlock ul li .cont_form textarea {
	width: 100%;
}
.contactBlock .submit {
	text-align: center;
	padding: 10px;
}
.contactBlock .submit input[type=submit] {
	padding: 7px 3em;
	border-radius: 7px;
	border: none;
	border-bottom: 4px solid #1B5F3A;
	background-color: #318e5c;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	appearance: none;
	margin: 0 auto;
}
.contactBlock .submit input[type=submit]:hover, .contactBlock .submit input[type=submit]:active {
	margin-top: 3px;
	background-color: #5EB787;
	border-bottom: 2px solid #006366;
}
.wpcf7-response-output {
	border-color: #c00 !important;
	padding: 8px !important;
}
.indecBlockCont {
	display: flex;
}
.indecBlockCont .leftCont {
	flex-basis: 65%;
}
.indecBlockCont .leftCont > p {
	padding: 12px;
	line-height: 1.8;
}
.indecBlockCont .rightCont {
	flex-basis: 35%;
}
.indecBlockCont .rightCont .imageCont {
	padding: 12px;
}
.indecBlockCont .rightCont .btn a {
	display: block;
	text-align: center;
	background: #318e5c;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 1.5em;
	transition: 0.8s;
	position: relative;
	margin: 0 12px;
}
.indecBlockCont .rightCont .btn a:after {
	font: var(--fa-font-solid);
	content: "\f138";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	color:rgba(255,255,255,0.7);
	transition:0.8s;
}
.indecBlockCont .rightCont .btn a:hover:after {
	color:rgba(255,255,255,1.0)
}
.achiveBlock .tag_menu {
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:10px;
}
.achiveBlock .tag_menu a {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-basis:calc(33.33% - 10px);
	border:solid 1px #48B67D;
	padding:18px 10px;
	position:relative;
	color:#fff;
	font-weight:500;
}
.achiveBlock .tag_menu a:after {
	content:"";
	display:block;
	position:absolute;
	background-color:#48B67D;
	top:5px;
	bottom:5px;
	left:5px;
	right:5px;
	z-index:-1;
	transition:0.5s;
}
.achiveBlock .tag_menu a:hover {
	background-color:#48B67D;
	color:#2A8456;	
}
.achiveBlock .tag_menu a:hover:after {
	background-color:#fff;	
	
}

@media screen and (min-width:1024px) {
	.globalMenu .menu_list .nav_item > a {
		font-size:14px;
	}
	.globalMenu .menu_list .nav_item .panel .panel_item a {
		font-size:14px;
	}
}