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

#contents h2 {
	font-size: 30px;
	margin-top: 15px;
	margin-left: 30px;
}
#sdgs_visual{
	position: relative;
}
#sdgs_visual img{
	width: 100%;
}
.sdgs_title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 26px;
	color: #595757;
	letter-spacing: 0.08em;
}
.sdgs_intro{
	text-align: center;
	margin: 80px auto;
}
.intro_text{
	margin: 50px auto;
	line-height: 2;
}
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #0075BA),
    to(#0098D8)
  );
  background-image: -webkit-linear-gradient(left, #0075BA 40%, #0098D8 100%);
  background-image: linear-gradient(90deg, #0075BA 40%, #0098D8 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0075BA),
    color-stop(#0098D8),
    to(#00BBEA) 
  );
  background-image: -webkit-linear-gradient(left, #0075BA, #0098D8);
  background-image: linear-gradient(90deg, #0075BA, #00BBEA);
}
a.btn-gradient span {
  position: relative;
  z-index: 1;
}
a.btn-gradient:hover {
  color: #fff;
}
a.btn-gradient:hover:after {
  opacity: 0;
}
.fa-file-pdf{
	font-size: 1.3em;
}
.sdgs_wrap{
	margin: 100px auto;
	width: 80%;
}
.wrap_title{
	font-size: 1.3em;
	letter-spacing: 0.05em;
}
.line_bold{
	border-bottom: 2px solid #6582BE;
	margin-top: 10px;
}
.line_thin{
	border-bottom: 1px solid #6582BE;
}
.sdgs_box_left,.sdgs_box_right{
	display: flex;
	align-items: flex-start;
	margin: 100px auto;
}
.sdgs_box_right{
	flex-direction: row-reverse;
}
.box_img{
	width: 100%;
	height: auto;
}
.sdgs_inner_left{
	margin:30px 0 30px 80px;
}
.sdgs_inner_right{
	margin: 30px 80px 30px 0;
}
.inner_title{
	font-size: 1.3em;
	font-weight: bold;
}
.inner_text{
	margin: 20px 0 50px;
}
.inner_logo{
	height: 80px;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
	#contents h2 {
		text-align: center;
		margin-left: 0;
	}
.sdgs_title{
	font-size: 18px;
}
.sdgs_intro{
	margin: 50px auto;
}
	.sdgs_intro img{
		width: 200px;
	}
.intro_text_br{
	display: none;
}
.sdgs_wrap{
	margin: 50px auto;
	width: 95%;
}
.wrap_title{
	font-size: 1.2em;
}
.sdgs_box_left,.sdgs_box_right{
	flex-direction: column;
	margin: 60px auto;
}
.box_img{
	width: 100%;
	height: auto;
}
.sdgs_inner_left{
	margin:30px 0 0px 0px;
}
.sdgs_inner_right{
	margin: 30px 0px 0px 0;
}
.inner_title{
	font-size: 1.2em;
}
.inner_text{
	margin: 20px 0 30px;
}
.inner_logo{
	height: 50px;
}
@media screen and (max-width: 700px) {
}

@media screen and (max-width: 600px) {
	#contents h2 {
		font-size: 24px;
		text-align: center;
		margin-top: 20px;
	}
}
@media screen and (max-width: 500px) {
	#contents h2 {
		margin-left: 0em;
		margin-top: 35px;
		font-size: 21px;
	}
}

@media screen and (max-width: 500px) {
	.sub_ttl p {
		font-size: 24px;
	}
	.flexbox #left01, .flexbox #left02 {
		width: 98%;
		margin: 0 auto;
	}
	.flexbox #right01, .flexbox #right02 {
		width: 98%;
		margin: 10px auto 0;
	}
	#list02 {
		margin-top: 15px;
	}
	#box02 {
		margin-top: 10px;
	}
	#list03 {
		width: 90%;
		margin: 20px auto 0;
	}
}
}