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

/* ---------------------------------------------------------------------------------------------------- */

div#mainArea.wide.sdgs {
}
div#mainArea.wide.sdgs h1 {
	font-size: 2.1rem;
}
div#mainArea.wide.sdgs a {
	color: #003e6c;
	text-decoration: underline;
}
div#mainArea.wide.sdgs a:hover {
	text-decoration: none;
}
div#mainArea.wide.sdgs dl.tList dt {
	float: left;
	padding-bottom: 7px;
	padding-left: 60px;
	padding-top: 10px;
}
div#mainArea.wide.sdgs dl.tList dd {
	border-bottom: 2px dotted #ccc;
	padding: 10px 13px 7px 180px;
}
section .btn {
	max-width: 100%;
}
div#section {
	background: none;
}
#cnts div#section {
	background: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: relative;
	width: 1000px;
	z-index: 5;
}
div#mainArea.wide {
	width: 100%;
	float: none;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
div#mainArea.wide.sdgs .cntsArea {
	/* border-bottom: 1px dotted #9e8e7c;
    line-height: 145%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 6px; */
	width: 100%;
}
div#mainArea.wide.sdgs {
}
/* ---------------------------------------------------------------------------------------------------- */

/* ¥Ý¥¤¥ó¥È ¤Ç ÒÆÔO */

section .fl {
	float: left;
	text-align: left;
}
section .w49 {
	width: 49%;
}
section .w32 {
	width: 32%;
}
section img {
	max-width: 100%;
}
section .tc {
	text-align: center;
}
section .tr {
	text-align: right;
}
section .m_u10 {
	margin-bottom: 10px;
}
section .m_u20 {
	margin-bottom: 20px;
}
section .m_r2 {
	margin-right: 2%;
}
section .fs12 {
	font-size: 12px;
}
section .fs24 {
	font-size: 24px;
}
section .center {
	margin-left: auto;
	margin-right: auto;
}
section .btn {
	background: #eee;
	/* margin: 0 auto 1em; */
	display: block;
	padding: 0.5em 1em;
	/* border: 1px solid #ccc; */
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
}
section .btn:hover {
	filter: brightness(85%);
	-moz-filter: brightness(85%);
	-webkit-filter: brightness(85%);
}
/* btn color */
section .btn.default {
	background: #eee;
	color: #111;
}
section .btn.blue {
	background: #4b8efa;
	color: #fff;
}
section .btn.green {
	background: #6dcc54;
	color: #fff;
}
section .btn.white {
	background: #fff;
	color: #333;
}
/* ---------------------------------------------------------------------------------------------------- */

div.copy {
	font-size: 24px;
	text-align: center;
	padding: 1em;
	line-height: 2;
	position: relative;
}
div.copy:after {
	background: url(https://www.kankyo-u.ac.jp/img/sdgs/title_border.png);
	background-size: 480px 3px;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
}
div.copy div.logo {
	text-align: center;
}
div.copy div.logo img {
	width: 50%;
}
/* ---------------------------------------------------------------------------------------------------- */

div.detail-header {
	font-size: 21px;
	text-align: center;
	padding: 1.5em 0;
	line-height: 1.5;
	position: relative;
	margin-bottom: 1em;
}
div.detail-header:after {
	background: url(https://www.kankyo-u.ac.jp/img/sdgs/title_border.png);
	background-size: 480px 3px;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
}
/* ---------------------------------------------------------------------------------------------------- */



section {
	line-height: 1.8;
	/* font-size: 16px; */ /* */
	/* padding-top: 20px; */
	padding-bottom: 20px;
}
section div.title {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	text-align: center;
	/* font-size: 18px; */
	position: relative;
}
section div.title:after {
	background: url(https://www.kankyo-u.ac.jp/img/sdgs/title_border.png);
	background-size: 480px 3px;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
}
section h2 {
	/* text-align: center; */
	font-size: 16px;
	font-weight: normal;
}
section.mainVisual {
	padding: 0;
}
section.mainVisual img {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------------------------------------------------------------------- */

/* ÉÏ•ø¤­ */

section.news {
	/* font-size: 13px;
	line-height: 130%; */
	background: none;
}
section.news:before {
	display: none;/* font-size: 13px;
	line-height: 130%; */
}
section.news .tListTtl {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	padding: 1.75em 1em 1.5em;
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}
section.news .tListTtl:before {
	width: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 1;
}
section.news .tListTtl:after {
	width: 30%;
	background: #00913b;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 2;
}
section.news .tListTtl .header {
	float: left;
	height: auto;
	width: auto;
}
section.news .tListTtl .header a, section.news .tListTtl .header span {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 18px;
	height: auto;
	overflow: visible;
	padding-top: 0;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #00913b;
	font-weight: bold;
}
section.news dl.tList dt.new {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	position: relative;
}
section.news dl.tList dt.new:before {
	background: #f44945;
	color: #fff;
	position: absolute;
	content: "NEW!";
	font-weight: bold;
	font-size: 12px;
	display: block;
	left: 0;
	padding: 0.125em 0.5em 0;
	vertical-align: top;
}
section.news .tListTtl .BtnArea ul li.list a {
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	height: 0;
	overflow: visible;
	/*  padding-top: 2em; */
	padding-top: 0;
	text-align: right;
	width: auto;
	height: auto;
	color: #564940;
	text-decoration: none;
	position: relative;
	display: block;
}
section.news .tListTtl .BtnArea ul li.list a:after {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 5px;
}
section.news .tListTtl .BtnArea ul li {
	float: left;
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
}
section.news div.link {
	text-align: right;
}
section.news div.link a {
	background-image: url("/img/btn_list.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 2px;
	height: 0;
	overflow: hidden;
	padding-top: 17px;
	width: 82px;/* background-image: url("http://www.kankyo-u.ac.jp/img/arrow_04.gif");
    background-position: 1px 3px;
    background-repeat: no-repeat;
    line-height: 150%;
    list-style-type: none;
    padding-left: 18px; */
}
section.topics {
/* font-size: 13px;
	line-height: 130%; */
}
section.topics .tListTtl {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	padding: 1.75em 1em 1.5em;
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}
section.topics .tListTtl:before {
	width: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 1;
}
section.topics .tListTtl:after {
	width: 30%;
	background: #00913b;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 2;
}
section.topics .tListTtl .header {
	float: left;
	height: auto;
	width: auto;
}
section.topics .tListTtl .header a, section.topics .tListTtl .header span {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 18px;
	height: auto;
	overflow: visible;
	padding-top: 0;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #00913b;
	font-weight: bold;
}
section.topics dl.tList dt.new {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	position: relative;
}
section.topics dl.tList dt.new:before {
	background: #f44945;
	color: #fff;
	position: absolute;
	content: "NEW!";
	font-weight: bold;
	font-size: 12px;
	display: block;
	left: 1.25em;
	padding: 0.125em 0.5em 0;
	vertical-align: top;
}
section.topics .tListTtl .BtnArea ul li.list a {
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	height: 0;
	overflow: visible;
	/*  padding-top: 2em; */
	padding-top: 0;
	text-align: right;
	width: auto;
	height: auto;
	color: #564940;
	text-decoration: none;
	position: relative;
	display: block;
}
section.topics .tListTtl .BtnArea ul li.list a:after {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 5px;
}
section.topics .tListTtl .BtnArea ul li {
	float: left;
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
}
section.topics div.link {
	text-align: right;
}
section.topics div.link a {
	position: relative;/* background-image: url("/img/btn_list.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 2px;
    height: 0;
    overflow: hidden;
    padding-top: 17px;
    width: 82px; *//* background-image: url("/img/arrow_04.gif");
    background-position: 1px 3px;
    background-repeat: no-repeat;
    line-height: 150%;
    list-style-type: none;
    padding-left: 18px; */	
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.plan */

section.plan {
/* font-size: 13px;
	line-height: 130%; */
}
section.plan .tListTtl {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	padding: 1.75em 1em 1.5em;
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}
section.plan .tListTtl:before {
	width: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 1;
}
section.plan .tListTtl:after {
	width: 30%;
	background: #00913b;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 2;
}
section.plan .tListTtl .header {
	float: left;
	height: auto;
	width: auto;
}
section.plan .tListTtl .header a, section.plan .tListTtl .header span {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 18px;
	height: auto;
	overflow: visible;
	padding-top: 0;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #00913b;
	font-weight: bold;
}
section.plan dl.tList dt.new {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	position: relative;
}
section.plan dl.tList dt.new:before {
	background: #f44945;
	color: #fff;
	position: absolute;
	content: "NEW!";
	font-weight: bold;
	font-size: 12px;
	display: block;
	left: 0;
	padding: 0.125em 0.5em 0;
	vertical-align: top;
}
section.plan .tListTtl .BtnArea ul li.list a {
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	height: 0;
	overflow: visible;
	/*  padding-top: 2em; */
	padding-top: 0;
	text-align: right;
	width: auto;
	color: #564940;
	text-decoration: none;
}
section.plan .tListTtl .BtnArea ul li {
	float: left;
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
}
section.plan dl.tList dd {
	padding: 10px 13px 7px 13px;
}
div#mainArea.wide.sdgs section.plan dl.tList dd {
	/* border-bottom: 2px dotted #ccc; */
	padding: 10px 13px 7px 13px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.achievement */

section.achievement {
/* font-size: 13px;
	line-height: 130%; */
}
section.achievement .tListTtl {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	padding: 1.75em 1em 1.5em;
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}
section.achievement .tListTtl:before {
	width: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 1;
}
section.achievement .tListTtl:after {
	width: 30%;
	background: #00913b;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 2px;
	z-index: 2;
}
section.achievement .tListTtl .header {
	float: left;
	height: auto;
	width: auto;
}
section.achievement .tListTtl .header a, section.achievement .tListTtl .header span {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 18px;
	height: auto;
	overflow: visible;
	padding-top: 0;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #00913b;
	font-weight: bold;
}
section.achievement dl.tList dt.new {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	position: relative;
}
section.achievement dl.tList dt.new:before {
	background: #f44945;
	color: #fff;
	position: absolute;
	content: "NEW!";
	font-weight: bold;
	font-size: 12px;
	display: block;
	left: 0;
	padding: 0.125em 0.5em 0;
	vertical-align: top;
}
section.achievement .tListTtl .BtnArea ul li.list a {
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	height: 0;
	overflow: visible;
	/*  padding-top: 2em; */
	padding-top: 0;
	text-align: right;
	width: auto;
	color: #564940;
	text-decoration: none;
}
section.achievement .tListTtl .BtnArea ul li {
	float: left;
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
}
section.achievement dl.tList dd {
	padding: 10px 13px 7px 13px;
}
div#mainArea.wide.sdgs section.achievement dl.tList dd {
	/* border-bottom: 2px dotted #ccc; */
	padding: 10px 13px 7px 13px;
}
/* ---------------------------------------------------------------------------------------------------- */

/* ¥Ý¥¤¥ó¥È ¤Ç ÒÆÔO */

div#mainArea.wide.sdgs div.cntsArea .fl {
	float: left;
	text-align: left;
}
div#mainArea.wide.sdgs div.cntsArea .w49 {
	width: 49%;
}
div#mainArea.wide.sdgs div.cntsArea .w32 {
	width: 32%;
}
div#mainArea.wide.sdgs div.cntsArea img {
	max-width: 100%;
}
div#mainArea.wide.sdgs div.cntsArea .tc {
	text-align: center;
}
div#mainArea.wide.sdgs div.cntsArea .tr {
	text-align: right;
}
div#mainArea.wide.sdgs div.cntsArea .m_u10 {
	margin-bottom: 10px;
}
div#mainArea.wide.sdgs div.cntsArea .m_u20 {
	margin-bottom: 20px;
}
div#mainArea.wide.sdgs div.cntsArea .m_r2 {
	margin-right: 2%;
}
div#mainArea.wide.sdgs div.cntsArea .fs12 {
	font-size: 12px;
}
div#mainArea.wide.sdgs div.cntsArea .fs24 {
	font-size: 24px;
}
div#mainArea.wide.sdgs div.cntsArea .center {
	margin-left: auto;
	margin-right: auto;
}
/* ¥«¥Æ¥´¥ê©`Ò»ÓE¥Ú©`¥¸ */

div#mainArea.wide.sdgs .listFrame {
	background: none;
	clear: both;
	padding-bottom: 0;
	width: 100%;
}
div#mainArea.wide.sdgs .listBox {
	float: left;
	width: 32%;
	margin: 0;
	margin-right: 2%;
	box-sizing: border-box;
	padding-bottom: 20px;/* border-bottom: 2px dotted #b6aa9d; */
}
div#mainArea.wide.sdgs .listBox:nth-child(3n) {
	margin-right: 0;
}
div#mainArea.wide.sdgs .listBox dl dt {
	background: none;
	/* border-bottom: 3px solid #0c8839; */
	
	/* background-image: url("/img/lst_line01.gif"); */
    /* background-position: center bottom;
    background-repeat: no-repeat; */
	color: #43352b;
	font-size: 15px;
	font-weight: bold;
	line-height: 130%;
	/* margin-bottom: 15px; */
	padding: 5px 5px 7px;
}
div#mainArea.wide.sdgs .listBox ul li a {
	/*     background-image: url("/img/arrow_04.gif");
    background-position: 1px 3px;
    background-repeat: no-repeat;
    line-height: 150%;
    list-style-type: none;
 */    padding-left: 18px;
	position: relative;
}
div#mainArea.wide.sdgs .listBox ul li a:before {
	border-right: 1px solid #003e6c;
	border-top: 1px solid #003e6c;
	content: "";
	height: 8px;
	position: absolute;
	right: left;
	top: 50%;
	left: 0;
	transform: translate(0px, -50%) rotate(45deg);
	-webkit-transform: translate(0px, -50%) rotate(45deg);
	transition: all 0.2s ease-in 0s;
	width: 8px;
}
 @media only screen and (max-width: 768px) {
div#mainArea.wide.sdgs section .tc {
	text-align: left;
}
div#mainArea.wide.sdgs section.mainVisual {
	height: auto;
}
div#mainArea.wide.sdgs section.message div.fl {
	float: none;
	width: 100%;
}
div#mainArea.wide.sdgs section.message div.fl img {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
div#mainArea.wide.sdgs section.message div.fl div.tr {
	text-align: center;
}
div#mainArea.wide.sdgs dl.tList dt {
	float: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	padding: 1em;
	padding-bottom: 0;
}
/* NEW ±í Ê¾ ¤¬ ¤¢ ¤ë ¤È ¤­ */
div#mainArea.wide.sdgs dl.tList dt.new {
	padding-left: 4.5em;
}
div#mainArea.wide.sdgs dl.tList dd {
	border-bottom: 2px dotted #ccc;
	padding: 1em;
	padding-top: 0;
}
div#mainArea.wide.sdgs .listBox {
	box-sizing: border-box;
	float: none;
	margin: 0 0 0 0;
	padding-bottom: 0;
	width: 100%;
}
div#mainArea.wide.sdgs section.link {
	float: none;
	margin: 0 0 0 0;
}
div#mainArea.wide.sdgs section.link .w32 {
	width: 100%;
	margin-bottom: 0.5em;
}
}
