@charset "UTF-8";
/* CSS Document */

/***ABOUT***/

.about-mainimg-area {
	width: 98%;
	margin: 0 auto 60px;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
	border: solid 10px #D3F3FF; 
}

.about-mainimg-area .about-mainimg {
	width: 50%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.about-mainimg-area .about-maintxt {
	width: 50%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.about-mainimg-area .about-maintxt .ab-small {
	font-size: 80%;
}

.about-intro {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-intro .about-img {
	width: 38%;
}

.about-intro .about-txt {
	width: 55%;
	font-size:110%;
	font-weight: bold;
	line-height: 210%;
}

.regional-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size:110%;
	font-weight: bold;
	line-height: 210%;
}

.regional-txt .highlight {
	color: #009DDA;
}

/***MESSAGE***/

.pres-img-area {
	width: 50%;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pres-img-area .pres-img {
	width: 30%;
}

.pres-img-area .pres-profile {
	width: 60%;
	font-size: 120%;
	font-weight: bold;
}

.pres-img-area .pres-profile .pres-info {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.pres-img-area .pres-profile .pres-small {
	font-size: 100%;
	margin: 0 20px 0 0;
	display: inline;
}

.pres-img-area .pres-profile .pres-name {
	display: inline;
	font-size: 160%;
}

.pres-message-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	line-height: 240%;
}

/**ACTIVITIES:ALL**/

.sdgs-flex {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sdgs-flex .sdgs-left {
	width: 22%;
	background-color: #02103B;
}

.sdgs-left .sl-wrap {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
}

.sdgs-left .sl-search {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.sl-search .gsc-control-cse {
	padding: 0;
	border-color: transparent;
	background-color: transparent;
}

.sdgs-left .goal-mds {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
}

ul.goalsearch-list {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 110%;
	
	border-bottom: solid 1px #8B98B1;
}

ul.goalsearch-list li.goalsearch-item {
	width: 31%;
	margin: 0 0 10px;
	opacity: 1.0;
	transition: all 0.3s;
}

ul.goalsearch-list li.goalsearch-item:hover {
	opacity: 0.5;
}

.deptsearch {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	opacity: 1.0;
	transition: all 0.3s;
}

.deptsearch:hover {
	opacity: 0.5;
}

.deptsearch a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	text-decoration: none;
}

.deptsearch a:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background-image: url("/SDGs/img/activities/dept_search-icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sdgs-flex .sdgs-right {
	width: 76%;
}

ul.reports-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

ul.reports-list li.reports-item {
	width: 32% !important;
	display: block !important;
	margin: 0 2% 60px 0 !important;
}

ul.reports-list li.reports-item:nth-child(3n+3) {
	margin: 0 0 60px !important;
}

ul.reports-list li.reports-item .reports-img {
	height: unset;
}

ul.pagination-list {
	width: 50%;
	max-width: 200px;
	float: right;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	font-size: 110%;
	line-height: 110%;
}

ul.pagination-list li.page-item {
	width: 20%;
	background-color: #009DDA;
}

ul.pagination-list li.current {
	background-color: #02103B;
}

ul.pagination-list li.page-item a {
	width: 100%;
	padding:10px 0;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

ul.pagination-list li.page-item a img {
	width: 20%;
	margin: 0 auto;
}

.goalintro {
	width: 100%;
	margin: 0 0 60px;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background-color: #F2F2F2;
}

.goalintro-wrap {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goal-logo {
	width: 20%;
}

.goal-txt {
	width: 75%;
	font-size: 100%;
	font-weight: bold;
}

.goal-txt .goal-name {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
}

.goal-txt .goal-desc {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/***REPORT***/

.sdgs-mds {
	width: 20%;
	margin: 0 0 20px;
	padding: 2px 0;
	position: relative;
	overflow: hidden;
	background-color: #02103B;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h3.sdgs-title {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
	color: #007DBB;
	border-bottom: solid 2px #007DBB;
}

ul.sdgs-icons-list {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

ul.sdgs-icons-list li.sdgs-icons-item
{
	width:8%;
	margin: 0 1% 0 0;
}

ul.sdgs-icons-list li.sdgs-icons-item:last-child {
	margin: 0;
}

ul.sdgs-icons-list li.si-main {
	width: 12%;
}

.sdgs-img-area {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sdgs-img-area .sdgs-img {
	width: 48%;
	margin: 0 1% 30px 0;
}

.sdgs-img-area .sdgs-img:nth-child(2n+2) {
	margin: 0 0 30px;
}

.sdgs-img-area .si-img {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 110%;
}

.sdgs-img-area .si-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 80%;
	line-height: 180%;
}

.sdgs-desc {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 240%;
}

.sdgs-desc p {
	margin: 0 0 3px;
}

ul.member-list {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.member-list li.member-item {
	width: 90%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: visible;
	font-size: 110%;
	font-weight: bold;
	line-height: 180%;
}

ul.member-list li.member-item:before {
	content: "■";
	font-size: 100%;
	color: #009DDA;
	display: inline;
	width: 1.4em;
	margin: 0 0 0 -1.4em;
}

ul.member-list li.member-item:last-child {
	margin: 0 auto;
}

ul.member-list li.member-item .m-tanto {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}

ul.member-list li.member-item .m-tanto .m-yaku {
	font-size: 100%;
	margin: 0 1.0em 0 0;
}

ul.member-list li.member-item .m-tanto .m-name {
	font-size: 120%;
	margin: 0 10px 0 0;
}

ul.member-list li.member-item .m-soran {
	display: inline-block;
	background-color: #E01A83;
	padding: 2px 5px 2px 10px;
	text-align: center;
	font-size: 70%;
	line-height: 180%;
	border-radius: 5px;
	
	transition: all 0.3s;
}

ul.member-list li.member-item .m-soran:hover {
	opacity: 0.5;
}

ul.member-list li.member-item .m-soran a {
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
}

ul.member-list li.member-item .m-soran a:after {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 0 0 10px;
	background-image: url("/SDGs/img/activities/soran-arr.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.member-list li.member-item .m-soran-sp  {
	display: none;
}

ul.member-list li.member-item .member-dept {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden; 
	font-size: 100%;
	font-weight: normal;
}



.sdgs-link {
	width: 90%;
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.sdgs-partner {
	width: 90%;
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/**NEWS**/

.news-wrap {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.newsdet-datecat {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 80%;
	line-height: 120%;
}

.newsdet-date {
	font-size: 100%;
	margin: 0 10px 0 0;
}

.newsdet-cat {
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	color: #FFFFFF;
}

.newsdet-datecat .news {
	background-color: #009DDA;	
}

.newsdet-datecat .event {
	background-color: #FDB714;	
}

h3.newsdet-title {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 160%;
	font-weight: bold;
	color: #009DDA;
	border-bottom: solid 5px #009DDA;
}

.newsdet-img {
	width: 80%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.newsdet-backbtn {
	width: 50%;
    max-width: 200px;
    margin: 100px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: rgb(2,158,217);
    background: linear-gradient(
90deg
, rgba(2,158,217,1) 0%, rgba(152,213,153,1) 100%);
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}

.newsdet-backbtn a {
	width: 100%;
    display: block;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.05em;
}

/***DEPTS***/

ul.dept-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.dept-list li.dept-item {
	width: 90%;
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
    overflow: visible;
    font-size: 140%;
    font-weight: bold;
    line-height: 120%;
}

ul.dept-list li.dept-item a {
	color: #000000;
	text-decoration: none;
	display: inline-table;
}

ul.dept-list li.dept-item:before {
	content: "■";
    font-size: 100%;
    color: #009DDA;
    display: inline;
    width: 1.4em;
    margin: 0 0 0 -1.4em;
}