@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap');


/*-------------------------------------
 setting
-------------------------------------*/
body {
  min-width: inherit;
}
#sdgs {
	position: relative;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
#sdgs a {
	color: #00f;
	text-decoration: none;
}
#sdgs a:hover{
	text-decoration: underline;
}
#sdgs strong {
	font-weight: bold;
}
#sdgs em {
	font-style: normal;
}
#sdgs img {
  max-width: 100%;
  vertical-align: bottom;
	display: inline;
}
#sdgs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sdgs .inner {
  max-width: 930px;
  margin: 0 auto;
	padding: 0 15px;
}

#sdgs .forpc, #sdgs img.forpc { display: none; }
#sdgs .forsp { display: block; }
#sdgs img.forsp { display: inline-block; }



/*-------------------------------------
 topTitle
-------------------------------------*/
#sdgs .topTitle {
	position: relative;
	z-index: 1;
	margin: 0 0 110px 0;
	padding: 30px 0 18px 0;
	text-align: center;
}
#sdgs .topTitle:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 124px;
	background: #ebf8ff;
}
#sdgs .topTitle:after {
	content: "";
	position: absolute;
	bottom: -50px; left: 50%;
	margin-left: -450px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 450px 0 450px;
	border-color: #ebf8ff transparent transparent transparent;
}
#sdgs .topTitle .lead {
	max-width: 740px;
	margin: 0 auto;
	padding: 25px 0 35px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	border-top: 1px solid #333;
}


/*-------------------------------------
 topNav
-------------------------------------*/
#sdgs .topNav {
	padding-bottom: 70px;
}
#sdgs .topNav .ttl {
	margin: 0 0 48px 0;
	text-align: center;
}
#sdgs .topNav ul {
	display: flex;
	justify-content: center;
}
#sdgs .topNav ul li {
	width: 25%;
	max-width: 232px;
	padding: 0 16px;
}
#sdgs .topNav ul li a {
	position: relative;
	display: block;
	height: 150px;
	padding: 18px 0;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	box-sizing: border-box;
}
#sdgs .topNav ul li.topNav01 a {
	background-color: #e83418;
}
#sdgs .topNav ul li.topNav02 a {
	background-color: #28a838;
}
#sdgs .topNav ul li.topNav03 a {
	background-color: #004c88;
}
#sdgs .topNav ul li.topNav04 a {
	background-color: #ffaa0f;
}
#sdgs .topNav ul li.topNav05 a {
	padding: 60px 0 0 0;
	text-shadow: 0 0 2px rgba(0,0,0,0.4);
	background-color: #00a6d9;
	background-image: url(../img/topnav_pic03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#sdgs .topNav ul li a:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 30px;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(135deg);
}


/*-------------------------------------
 section
-------------------------------------*/
#sdgs .section.sectionBg01 {
	background-color: #ebf8ff;
}
#sdgs .section h2 {
	margin: 0 0 40px 0;
	padding: 10px 0;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
}
#sdgs .ttl01 {
	background-color: #e83418;
}
#sdgs .ttl02 {
	background-color: #28a838;
}
#sdgs .ttl03 {
	background-color: #004c88;
}
#sdgs .ttl04 {
	background-color: #ffaa0f;
}
#sdgs .ttl05 {
	background-color: #00a6d9;
}
#sdgs .section h3 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	color: #00a1e9;
	font-size: 24px;
	font-weight: 900;
	border-bottom: 1px solid #333;
}
#sdgs .section p {
	margin: 0 0 8px 0;
	line-height: 1.6;
}


/*-------------------------------------
 SDGsってなんだろう？
-------------------------------------*/
#sdgs .section01 {
	padding-bottom: 60px;
}
#sdgs .section01Box {
	margin: 30px 0;
	padding: 36px;
	border-radius: 25px;
	border: 2px solid #00a1e9;
	background: #fff;
}
#sdgs .section01 .modal {
	display: none;
}


/*-------------------------------------
 キミの興味とSDGs
-------------------------------------*/
#sdgs .section02 .balloon {
	margin: 0 0 40px 0;
	text-align: center;
}
#sdgs .section02 .balloon p {
	position: relative;
	display: inline-block;
	padding: 20px 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	border-radius: 50px;
	background: #00a1e9;
}
#sdgs .section02 .balloon p:after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -16px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px 16px 0 16px;
	border-color: #00a1e9 transparent transparent transparent;
}
#sdgs .section02List {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -40px 0 0;
	padding: 30px 0 20px 0;
}
#sdgs .section02List .clm {
	width: 50%;
	margin: 0 0 30px 0;
	flex-shrink: 0;
}
#sdgs .section02List .card {
	display: flex;
	flex-direction: column;
	max-width: 430px;
	height: 100%;
	margin: 0 40px 0 0;
	padding: 0 28px 30px 28px;
	text-align: center;
	border-radius: 25px;
	background: #e1f4ff;
	box-sizing: border-box;
}
#sdgs .section02List .num p {
	display: inline-block;
	min-width: 210px;
	padding: 0 10px 2px 10px;
	color: #fff;
	font-size: 15px;
	border-radius: 0 0 20px 20px;
	background: #00a1e9;
	box-sizing: border-box;
}
#sdgs .section02List .num p span {
	font-size: 19px;
}
#sdgs .section02List .num p em {
	font-size: 22px;
}
#sdgs .section02List .ttl {
	padding: 25px 0  20px 0;
}
#sdgs .section02List .ttl img {
	width: 302px;
}
#sdgs .section02List .txt {
	margin: 0 0 55px 0;
	line-height: 1.6;
	text-align: left;
}
#sdgs .section02List .box {
	position: relative;
	margin-top: auto;
	padding: 54px 0 30px 0;
	border-radius: 20px;
	background: #fff;
}
#sdgs .section02List .box p {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	z-index: 0;
	display: flex;
	width: 80%;
	max-width: 292px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 8px 0;
	color: #00a1e9;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 18px;
	border: 2px solid #00a1e9;
	background: #fff;
	box-sizing: border-box;
}
#sdgs .section02List .box p:before {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -7px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
#sdgs .section02List .box p:after {
	content: "";
	position: absolute;
	bottom: -14px; left: 50%;
	margin-left: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #00a1e9 transparent transparent transparent;
	z-index: -1;
}
#sdgs .section02List ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sdgs .section02List ul li {
	width: 56px;
	padding: 0 3px 0 2px;
	flex-shrink: 0;
}
#sdgs .section02 h3 {
	border-bottom: none;
	text-align: center;
}
#sdgs .section02 .section02bnr {
	max-width: 420px;
	width: 100%;
	margin: 0 auto 45px;
}


/*-------------------------------------
 MY SDGs
-------------------------------------*/
#sdgs .section05Menu {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 20px 0;
}
#sdgs .section05Menu .clm {
	width: 50%;
	padding: 0 10px 30px 10px;
}
#sdgs .section05Menu .card {
	display: flex;
	flex-direction: column;
	max-width: 420px;
	height: 100%;
	padding: 0 10px 30px 10px;
	text-align: center;
	border-radius: 25px;
	border: 4px solid #00a1e9;
	background: #fff;
	box-sizing: border-box;
}
#sdgs .section05Menu figure {
	position: relative;
	margin: -43px 0 35px 0;
}
#sdgs .section05Menu figure img {
	width: 220px;
}
#sdgs .section05Menu figcaption {
	position: absolute;
	left: 50%;
	bottom: 15px;
	display: inline-block;
	padding: 1px 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	white-space: nowrap;
	background: #00a1e9;
	transform: rotate(-10deg) translateX(-50%);
}
#sdgs .section05Menu .item {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#sdgs .section05Menu p {
	margin: 0 0 30px 0;
	color: #00a1e9;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
}
#sdgs .section05Menu .btn {
	margin-top: auto;
}
#sdgs .section05Menu .btn a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 13px 0 16px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	text-decoration: none;
	border-radius: 30px;
	background: #ff7800;
}
#sdgs .section05Menu .btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(45deg);
}

#sdgs .section05Menu.section05MenuOne {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#sdgs .section05Menu.section05MenuOne .clm {
	width: 100%;
}
#sdgs .section05Menu.section05MenuOne .card {
	flex-direction: row;
	align-items: center;
	max-width: inherit;
	padding: 0 10px;
}
#sdgs .section05Menu.section05MenuOne figure {
	width: 50%;
	height: 260px;
	margin: -31px 0 0 0;
	padding: 0 20px 0 0;
	flex-shrink: 0;
	box-sizing: border-box;
	overflow: hidden;
}
#sdgs .section05Menu.section05MenuOne figure img {
	width: 300px;
}
#sdgs .section05Menu.section05MenuOne figcaption {
	bottom: 55px;
	transform: rotate(-10deg) translateX(-30%);
}
#sdgs .section05Menu.section05MenuOne .item {
	width: 50%;
	padding: 15px 0 15px 20px;
	flex-shrink: 0;
	box-sizing: border-box;
}


/*-------------------------------------
 大学の学びとSDGs
-------------------------------------*/
#sdgs .section04Menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -40px 0 0;
	padding: 20px 0 45px 0;
}
#sdgs .section04Menu .clm {
	width: 50%;
	margin: 0 0 40px 0;
	flex-shrink: 0;
}
#sdgs .section04Menu .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 40px 0 0;
}
#sdgs .section04Menu .item a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 40px 0 0;
	color: #00a1e9;
	font-size: 18px;
	font-weight: 900;
}
#sdgs .section04Menu .item a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	text-decoration: none;
	border-width: 4px 4px 0 0;
	border-style: solid;
	border-color: #ff7800;
	transform: rotate(45deg);
}
#sdgs .section04Menu .item figure {
	width: 108px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}
#sdgs .section04Menu .item p {
	margin: 0;
}
#sdgs .section04Menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 11px 0 24px 0;
}
#sdgs .section04Menu ul li {
	width: 60px;
	padding: 0 6px 6px 0;
	flex-shrink: 0;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
#sdgs .pagetop a {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: block;
	width: 60px;
	height: 60px;
	padding: 35px 0 0 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background: rgba(0,161,233,0.8);
	box-sizing: border-box;
}
#sdgs .pagetop a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 15px;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(-45deg);
}














/* 
-------------------------------------------------------------------*/
@media screen and (max-width: 705px) {

#sdgs .forsp { display: block; }
#sdgs img.forsp { display: inline-block; }
#sdgs .forpc, #sdgs img.forpc { display: none; }

#sdgs {
	font-size: 15px;
	overflow: hidden;
}

/*-------------------------------------
 topTitle
-------------------------------------*/
#sdgs .topTitle {
	margin: 0 0 70px 0;
	padding: 0 15px 18px 15px;
}
#sdgs .topTitle:before {
	height: 60px;
}
#sdgs .topTitle:after {
	bottom: -42px;
	margin-left: -188px;
	border-width: 42px 188px 0 188px;
}
#sdgs .topTitle h1 {
	margin: 0 -5px;
}
#sdgs .topTitle .lead {
	padding: 15px 0 25px 0;
	font-size: 13px;
	line-height: 1.9;
	border-top: 1px solid #333;
}
#sdgs .topTitle figure {
	padding: 0 30px;
}


/*-------------------------------------
 topNav
-------------------------------------*/
#sdgs .topNav {
	padding: 0 10px 50px 10px;
}
#sdgs .topNav .ttl {
	margin: 0 0 33px 0;
}
#sdgs .topNav ul {
	flex-wrap: wrap;
	justify-content: space-between;
}
#sdgs .topNav ul li {
	width: 50%;
	max-width: inherit;
	padding: 0 12px 20px 12px;
	box-sizing: border-box;
}
#sdgs .topNav ul li a {
	height: 105px;
	font-size: 21px;
	border-radius: 5px;
}
#sdgs .topNav ul li.topNav05 a {
	padding: 40px 0 0 0;
	background-image: url(../img/topnav_pic03_sp.jpg);
	background-size: auto 87px;
}
#sdgs .topNav ul li a:before {
	bottom: 15px;
	width: 12px;
	height: 12px;
	margin-left: -5px;
	border-width: 4px 4px 0 0;
}


/*-------------------------------------
 section
-------------------------------------*/
#sdgs .section h2 {
	margin: 0 0 25px 0;
	padding: 22px 0 18px 0;
	font-size: 24px;
}
#sdgs .section h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
}
#sdgs .section p {
	margin: 0 0 10px 0;
	line-height: 1.8;
}


/*-------------------------------------
 SDGsってなんだろう？
-------------------------------------*/
#sdgs .section01Box {
	padding: 20px 13px;
	border-radius: 15px;
	border-width: 1px;
}
.modaal-wrapper,
.modaal-outer-wrapper,
.modaal-inner-wrapper {
	width: 100vw;
	padding: 0;
	box-sizing: border-box;
}
.modaal-container {
	width: 100vw;
	background: transparent;
	box-shadow: none;
}
.modaal-content-container {
	padding: 0;
}
.slider li {
	width: 100vw !important;
	text-align: center;
}
.slider figure {
	display: inline-block;
	padding: 45px;
	width: calc(100vw - 100px);
	max-width: 300px;
	text-align: left;
	background: #fff;
}
.slider figcaption {
	display: block;
	padding: 10px 0 0 0;
	font-size: 16px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	text-indent: -9999px;
	border: none;
	background: none;
}
.slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #fff;
}
.slick-prev {
	left: 0;
}
.slick-prev:before {
	transform: rotate(-135deg);
}
.slick-next {
	left: calc(100vw - 50px);
}
.slick-next:before {
	transform: rotate(45deg);
}




/*-------------------------------------
 キミの興味とSDGs
-------------------------------------*/
#sdgs .section02 .balloon {
	margin: 0 0 15px 0;
}
#sdgs .section02 .balloon p {
	padding: 13px 20px;
	font-size: 20px;
	line-height: 1.4;
}
#sdgs .section02 .balloon p:after {
	bottom: -16px;
	margin-left: -8px;
	border-width: 16px 8px 0 8px;
}
#sdgs .section02List {
	display: block;
	margin: 0;
	padding: 10px 0 20px 0;
}
#sdgs .section02List .clm {
	width: auto;
	margin: 0 0 25px 0;
}
#sdgs .section02List .card {
	max-width: inherit;
	margin: 0;
	padding: 0 10px 25px 10px;
	border-radius: 15px;
}
#sdgs .section02List .num p {
	min-width: 185px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 0 0 10px 10px;
}
#sdgs .section02List .num p span {
	font-size: 17px;
}
#sdgs .section02List .num p em {
	font-size: 19px;
}
#sdgs .section02List .ttl {
	padding: 18px 0  15px 0;
}
#sdgs .section02List .ttl img {
	width: 271px;
}
#sdgs .section02List .txt {
	margin: 0 0 40px 0;
	line-height: 1.8;
}
#sdgs .section02List .box {
	padding: 50px 0 25px 0;
	border-radius: 15px;
}
#sdgs .section02List .box p {
	top: -23px;
	min-height: 50px;
	padding: 5px 0;
	font-size: 13px;
	border-radius: 10px;
	border-width: 1px;
}
#sdgs .section02List .box p:before {
	bottom: -10px;
	margin-left: -6px;
	border-width: 10px 6px 0 6px;
}
#sdgs .section02List .box p:after {
	bottom: -12px;
	margin-left: -7px;
	border-width: 11px 7px 0 7px;
}
#sdgs .section02List ul {
	padding: 0 3px;
}
#sdgs .section02List ul li {
	width: 16.666%;
	box-sizing: border-box;
}


/*-------------------------------------
 MY SDGs
-------------------------------------*/
#sdgs .section05Menu {
	display: block;
	justify-content: space-between;
	max-width: 420px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}
#sdgs .section05Menu .clm {
	width: auto;
	padding: 35px 0;
}
#sdgs .section05Menu .card {
	padding: 0 13px 28px 13px;
	border-radius: 15px;
	border-width: 2px;
}
#sdgs .section05Menu figure {
	margin: -33px 0 30px 0;
}
#sdgs .section05Menu figure img {
	width: 180px;
}
#sdgs .section05Menu figcaption {
	bottom: 25px;
	padding: 1px 15px;
	font-size: 17px;
	/*transform: rotate(-10deg) translateX(-80%);*/
}
#sdgs .section05Menu p {
	margin: 0 0 25px 0;
	font-size: 19px;
	line-height: 1.4;
}
#sdgs .section05Menu .btn a {
	padding: 10px 0 13px 0;
	font-size: 20px;
	border-radius: 30px;
}
#sdgs .section05Menu .btn a:before {
	right: 20px;
	width: 8px;
	height: 8px;
}

#sdgs .section05Menu.section05MenuOne {
	padding-left: 0;
	padding-right: 0;
}
#sdgs .section05Menu.section05MenuOne .card {
	flex-direction: column;
	padding: 0 13px 28px 13px;
}
#sdgs .section05Menu.section05MenuOne figure {
	width: 100%;
	height: auto;
	margin: -33px 0 30px 0;
	padding: 0;
	overflow: visible;
}
#sdgs .section05Menu.section05MenuOne figure img {
	width: 180px;
}
#sdgs .section05Menu.section05MenuOne figcaption {
	bottom: 25px;
	padding: 1px 15px;
	font-size: 17px;
	transform: rotate(-10deg) translateX(-50%);
}
#sdgs .section05Menu.section05MenuOne .item {
	width: 100%;
	padding: 0;
}


/*-------------------------------------
 大学の学びとSDGs
-------------------------------------*/
#sdgs .section04Menu {
	display: block;
	margin: 0;
	padding: 20px 0 25px 0;
}
#sdgs .section04Menu .clm {
	width: auto;
	margin: 0 0 25px 0;
}
#sdgs .section04Menu .card {
	margin: 0;
}
#sdgs .section04Menu .item a {
	padding: 0 20px 0 0;
	font-size: 16px;
}
#sdgs .section04Menu .item a:before {
	right: 5px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-width: 3px 3px 0 0;
}
#sdgs .section04Menu .item figure {
	width: 90px;
	margin: 0 10px 0 0;
}
#sdgs .section04Menu .item p {
	line-height: 1.4;
}
#sdgs .section04Menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 11px 0 20px 0;
}
#sdgs .section04Menu ul li {
	width: 16.666%;
	padding: 0 6px 6px 0;
	box-sizing: border-box;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
#sdgs .pagetop a {
	width: 70px;
	height: 70px;
	padding: 40px 0 0 0;
	font-size: 11px;
}
#sdgs .pagetop a:before {
	top: 18px;
	width: 12px;
	height: 12px;
	margin-left: -6px;
}



}



/* 
-------------------------------------------------------------------*/
@media screen and (min-width: 706px) {



#sdgs .forpc { display: block; }
#sdgs img.forpc { display: inline-block; }
#sdgs .forsp, #sdgs img.forsp { display: none; }


#sdgs .topNav ul li a,
#sdgs .section05Menu .btn a,
#sdgs .section04Menu .item a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
#sdgs .topNav ul li a:hover,
#sdgs .section05Menu .btn a:hover,
#sdgs .section04Menu .item a:hover {
	opacity: 0.7;
	text-decoration: none;
}

}




@media screen and (max-width: 374px) {


}


/*-------------------------------------
 世の出来事とSDGs
-------------------------------------*/
#sdgs .section03 {
	background-color: #ebf8ff;
}
#sdgs .section03 .inner {
	padding-bottom: 40px;
}
#sdgs .section03List {
	background-color: #ffffff;
	padding: 30px 10px 25px;
	margin-top: 20px;
}
#sdgs .section03 .clm {
	display: flex;
	flex-wrap: wrap;
}
#sdgs .section03 .card {
	width: 32.2%;
	margin-bottom: 3.4%;
}
#sdgs .section03 .card:not(:nth-child(3n+1)) {
	margin-left: 1.7%;
}
#sdgs .section03 .card a:hover {
	text-decoration: none;
}
#sdgs .section03 .card .txt {
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	line-height: 1.67;
	margin-top: 15px;
}
#sdgs .section03 .section03List .clm.acc {
	height: 24rem;
	overflow: hidden;
	transition: all 0.3s ease;
}
#sdgs .section03 .section03List .clm.acc.acc-open {
	height: 113rem;
}
#sdgs .section03 .section03List .accBtn {
	font-size: 16px;
	font-weight: bold;
	color: #00a1e9;
	text-align: center;
	cursor: pointer;
}
#sdgs .section03 .section03List .accBtn::after {
	content: "+";
	font-size: 16px;
	margin-left: 5px;
}
#sdgs .section03 .section03List .accBtn.acc-open::after {
	content: "-";
}

@media screen and (max-width: 705px) {
	#sdgs .section03List {
		padding: 23px 15px 35px;
	}
	#sdgs .section03 .section03List .clm.acc {
		height: 36rem;
	}
	#sdgs .section03 .section03List .clm.acc.acc-open {
		height: 328rem;
	}
	#sdgs .section03 .card {
		width: 100%;
		margin-bottom: 6%;
	}
	#sdgs .section03 .card:not(:nth-child(3n+1)) {
		margin-left: 0;
	}
	#sdgs .section03 .section03List .accBtn {
		margin-top: 30px;
	}
}

/*-------------------------------------
 sectionend
-------------------------------------*/
#sdgs .sectionend {
	background-color: #00a1e9;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}
@media screen and (max-width: 705px) {
	#sdgs .sectionend {
		padding: 35px 30px;
	}
}
/*-------------------------------------
 2023 add
-------------------------------------*/
#contents{
  width: auto;
}

#content #breadClumb.bottomBreadClumb, #contents #breadClumb.bottomBreadClumb{
  margin: 35px auto;
}

