@charset "UTF-8";

body {
	font-size: 1.4rem;
}
h1 {
	border-bottom: 2px solid #a1a1a1;
}
h1:after,
.mod-h1:after {
	display: none;
}
p {
	line-height: 1.8;
}
p:not([class]) {
	display: none;
}
ul {
	list-style: none;
	padding: 0;
}

/* Switch
=========================================== */
.viewPc { display: none !important; }

@media screen and (min-width: 600px) { .viewPc { display: block !important; }
  .viewSp { display: none !important; } }
/* layout
=========================================== */
.wrapperInner { padding-left: 10px; padding-right: 10px; margin: 0 auto; }
@media screen and (min-width: 600px) { .wrapperInner { max-width: 940px; padding-left: 0; padding-right: 0; } }

/*==============================================================================================
	module
===================================================================

/*	.mod-float
---------------------------*/
@media screen and (min-width: 600px) {
	.mod-pc-float-left {
		float: left;
	}
	.mod-pc-float-right {
		float: right;
	}
}

/*	.mod-sdgs
---------------------------*/
.mod-sdgs + .mod-sdgs {
	border-top: 2px dotted #a1a1a1;
}
.mod-sdgs__inner {
	padding-top: 28px;
	padding-bottom: 35px;
}
.mod-sdgs-head {
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: 0;
	margin: 0 0 22px;
	padding: 0;
}
.mod-sdgs-head02 {
	color: #0065b5;
	font-weight: bold;
	border-left: 2px solid #0065b5;
	border-bottom: 0;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}
.mod-sdgs-head-number {
	position: relative;
	color: #0065b5;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.mod-sdgs-head-number:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 24%;
	transform: translateY(-50%);
	background-color: #0065b5;
	display: inline-block;
	width: 95px;
	height: 1px;
}
.mod-sdgs-set + .mod-sdgs-set {
	margin-top: 20px;
}
.mod-sdgs-set.is-mt-short {
	margin-top: 15px;
}
.mod-sdgs-float-img {
	margin-top: 0;
}
@media screen and (min-width: 600px) {
	.mod-sdgs__inner {
		padding-top: 140px;
		padding-bottom: 90px;
	}
	.mod-sdgs-head {
		font-size: 3.2rem;
	}
	.mod-sdgs-head-number {
		font-size: 1.2rem;
		margin: 0 0 15px;
	}
	.mod-sdgs-head-number:after {
		left: 20%;
		width: 120px;
	}
	.mod-sdgs-set + .mod-sdgs-set {
		margin-top: 110px;
	}
	.mod-sdgs-set.is-mt-short {
		margin-top: 15px;
	}
	.mod-sdgs-txt.is-pc-w650 {
		width: 650px;
	}
	.mod-sdgs-float {
		overflow: hidden;
	}
	.mod-sdgs-float-area-txt {
		float: left;
		min-width: 300px;
		max-width: 420px;
	}
	.mod-sdgs-float-img {
		max-width: 550px;
		float: right;
	}
	.mod-sdgs-float-img.is-pc-w445 {
		max-width: 445px;
		float: right;
	}
}

/*	.mod-sdgs-btn
---------------------------*/
.mod-sdgs-btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 28px -4px 0;
}
.mod-sdgs-btn {
	width: calc(50% - 8px);
	margin: 0 4px;
}
.mod-sdgs-btn-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #0065b5;
	color: #0065b5;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	padding: 15px 20px 15px 8px;
	box-sizing: border-box;
	border-radius: 8px;
	text-decoration: none;
}
.mod-sdgs-btn-link::after {
	content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-bottom: solid 2px #0065b5;
    border-right: solid 2px #0065b5;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
}
@media screen and (min-width: 600px) {
	.mod-sdgs-btn-area {
		padding: 0 50px;
		margin: 15px -10px 0;
	}
	.mod-sdgs-btn {
		width: calc(50% - 20px);
		margin: 15px 10px 0;
	}
	.mod-sdgs-btn-link {
		font-size: 1.4rem;
		padding: 30px 30px;
	}
	.mod-sdgs-btn-link::after {
		margin-top: -8px;
		right: 82px;
	}
	.mod-sdgs-btn-link:hover {
		background: #0065b5;
		color: #fff;
	}
	.mod-sdgs-btn-link:hover.mod-sdgs-btn-link::after {
		border-bottom: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}

/*	.mod-bnr
---------------------------*/
.mod-bnr {
	margin-top: 30px;
	text-align: center;
}
.mod-bnr-item {
	display: block;
	margin-bottom: 20px;
}
.mod-bnr-item:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 600px) {
	.mod-bnr {
		margin: 62px auto 0;
	}
	/* .mod-bnr-link:hover {
		opacity: 0.8;
	} */
	.mod-bnr-item {
		display: inline-block;
		margin-bottom: 45px;
	}
	.mod-bnr-item:last-child {
		margin-bottom: 45px;
	}
}

/*	.mod-sdgs-intro
---------------------------*/
.mod-sdgs-intro__inner {
	padding: 10px 0 30px;
	border-bottom: 1px solid #a1a1a1;
}
.mod-sdgs-intro-set {
	overflow: hidden;
}
.mod-sdgs-intro-set .mod-sdgs-intro__img {
	width: 88px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0;
}
.mod-sdgs-intro-set .mod-sdgs-intro__img img {
	width: 100%;
}
.mod-sdgs-intro-set .mod-sdgs-intro__lead {
	float: right;
	width: 65%;
	width: calc(100% - 115px);
	color: #0065b5;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 0;
}
.mod-sdgs-intro-set .mod-sdgs-intro__txt {
	clear: both; margin: 0;
}
@media screen and (min-width: 600px) {
	.mod-sdgs-intro__inner {
		padding: 50px 0 100px;
	}
	.mod-sdgs-intro-set .mod-sdgs-intro__img {
		width: 218px;
		float: left;
		margin-bottom: 15px;
	}
	.mod-sdgs-intro-area-txt {
		clear: none;
		float: right;
		width: calc(100% - 256px);
	}
	.mod-sdgs-intro-set .mod-sdgs-intro__lead {
		width: 100%;
	}
	.mod-sdgs-intro-set .mod-sdgs-intro__txt {
		font-size: 1.4rem;
	}
	.mod-sdgs-intro-set .mod-sdgs-intro__lead {
		font-size: 2.1rem;
		margin-bottom: 12px;
		margin-top: 0;
		line-height: 1.4;
	}
}

/*	.mod-sdgs-box
---------------------------*/
.mod-sdgs-box {
	margin-top: 30px;
}
.mod-sdgs-box-bg {
	background: #d1e7ff;
	padding: 20px 20px 10px;
}
.mod-sdgs-box-head {
	font-weight: bold;
	text-align: center;
	margin-top: -32px;
	margin-bottom: 15px;
}
.mod-sdgs-box-txt {
	margin: 0 0 15px;
}
@media screen and (min-width: 600px) {
	.mod-sdgs-box {
		margin-top: 60px;
	}
	.mod-sdgs-box-bg {
		padding: 20px 60px 15px;
	}
	.mod-sdgs-box-head {
		font-size: 2.4rem;
		margin-top: -40px;
		margin-bottom: 10px;
	}
	.mod-sdgs-box-txt {
		text-align: center;
	}
}

/*==============================================================================================
	under01 / under02
==============================================================================================*/
/* .under01 ul { padding-left: 0; }
.under01 li { list-style: none; }
.under01 h2 { padding-bottom: 0; }
.under01 h3 { border-bottom: none !important; font-weight: bold; }
.under01 h4 { padding-left: 0; border-left: none; } */

/*=============================================================
	.sdgs-mv
=============================================================*/
.sdgs-mv {
	margin: 20px -10px;
}
.sdgs-mv-head {
	box-sizing: border-box;
	background: #d1e7ff;
	color: #0065b5;
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
	padding: 28px 20px;
	border-bottom: none;
}
.sdgs-mv-img {
	border-bottom: none;
	margin: 0 auto;
}
@media screen and (min-width: 600px) {
	.sdgs-mv {
		background: #d1e7ff;
		margin: 0 -100%;
	}
	.sdgs-mv__inner {
		width: 1000px;
		margin: auto;
	}
	.sdgs-mv-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sdgs-mv-head {
		font-size: 3.2rem;
		line-height: 1.5;
	}
	.sdgs-mv-img {
		width: 582px;
		margin: 0;
	}
	.sdgs-mv-img.is-pc-w630 {
		width: 630px;
		margin: 0;
	}
}

/* zehPageLinks
=========================================== */
.zehPageLinks{
	width: 100%;
	margin: 50px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}
.zehPageLinks::before {
	content: "";
	display: block;
	width: 235px;
	order:1;
}
.zehPageLinks::after {
	content: "";
	display: block;	  
	width: 235px;
}
.zehPageLinks li {
	list-style-type: none;
	width: 235px;
	display:table;
	margin-bottom: 20px;
}
.zehPageLinks li:nth-child(4+n) {
	margin-top: 10px;
}
.zehPageLinks li a{
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	display: block;
}
.zehPageLinks .currentBtn a{
	color: #333;
	background-color: #ffca0d;
	border: 1px solid #ebb602;
	pointer-events: none;
	display: table-cell;
	vertical-align: middle;
}
.zehPageLinks .anotherBtn a{
	color: #2652b2;
	background-color: #f4f7f8;
	border: 1px solid #ddd;
	display: table-cell;
	vertical-align: middle;
}
.zehPageLinks .anotherBtn a::before{
	content: '';
	display: inline-block;
	border-left: 7px solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	vertical-align: middle;
	box-sizing: border-box;
	margin-right: 5px;
}
.zehPageLinks .anotherBtn a:hover{
	background-color: #ddd;
	opacity: .8;
}
@media screen and (max-width: 736px) {
	.zehPageLinks{
		padding: 0;
		display: -webkit-inherit;
		display: -webkit-inherit;
		display: -ms-inherit;
		display: inherit;
		margin: 0 15px;
	}
	.zehPageLinks li{
		width: 92%;
		margin-bottom: 15px;
	}
}

/* 共通部分
=========================================== */
.lout-grid {
	width: auto;
}
@media screen and (min-width: 600px) {
	.lout-grid {
	  width: 1000px;
	}
	.lout-contents {
	  padding: 0;
	}
	.under01 {
		margin: 0 -100%;
	}
}
