@charset "UTF-8";

/*
 * ABSORBER.2024.04.01
 */
 
 
 
/*
■ internal_link 6種

■ 01_地図
■ 02_ＦＡＱ
■ 03_２列簡易テーブル
■ 04_カスタムテーブル
■ 05_簡易フロー
■ 06_動画
■ 07_SDGsブロック記事
■ 08_沿革データver3
*/





  
/*
 * internal_link 5種
 */ 


/* 01 */

#internal_link {
	display: block;
	position: relative;
	margin: 1em 0 2em 0;
	padding: 14px 0 14px 0;
	background-color: #fff;
	border-radius: 4px;
}

#internal_link ul {
	/*display: block;*/
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#internal_link li {
	display: block;
	position: relative;
	padding: 12px 0 18px 52px;
	margin: 10px 16px 4px 16px;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
	border-bottom: 1px solid #d2d2d2;
}

#internal_link li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #b81c22;
	text-decoration: none;
}

#internal_link li a:hover {
	color: #b81c22;
	text-decoration: underline;
}

#internal_link li span {
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
	font-size: 1.2em;
}



/* 02 */

#internal_link2 {
	display: block;
	position: relative;
	margin: 1em 0 2em 0;
	padding: 0 0 14px 0;
	border-top: 1px solid #d2d2d2;
}

#internal_link2 ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
	
#internal_link2 li {
	display: block;
	position: relative;
	padding: 18px 46px 18px 22px;
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
	background-color: #fff;
	border-bottom: 1px solid #d2d2d2;
}

#internal_link2 li a {
	display: block;
	position: relative;
	color: #b81c22;
	text-decoration: none;
}

#internal_link2 li a:hover {
	display: block;
	position: relative;
	color: #b81c22;
	text-decoration: underline;
}

#internal_link2 li a span {
	display: block;
	position: absolute;
	top: -3px;
	right: -24px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #b81c22;
	text-decoration: none;
}



/* 03 */

#internal_link3 {
	display: block;
	position: relative;
	margin: 1em 0 2em 0;
	padding: 36px 18px 36px 18px;
	background-color: #fff;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#internal_link3 ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
	
#internal_link3 li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 18px;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

#internal_link3 li a {
	display: block;
	position: relative;
	color: #b81c22;
	text-decoration: none;
}

#internal_link3 li a:hover {
	display: block;
	position: relative;
	color: #b81c22;
	text-decoration: underline;
}



/* 04 */

#internal_link4 {
	display: block;
	position: relative;
	margin: 1em 0 2em 0;
	padding: 36px 18px 36px 18px;
	/*
	background-color: #f7f9fc;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	*/
	overflow: hidden;
}

#internal_link4 ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
	
#internal_link4 li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 1% 8px 1%;
	width: 31%;
	height: 56px;
	line-height: 56px;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
	float: left;
	background-color: #fff;
}

#internal_link4 li a {
	display: block;
	position: relative;
	padding: 0 0 0 18px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #b81c22;
	text-decoration: none;
	border: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
	
	#internal_link4 li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 1% 8px 1%;
		width: 48%;
		height: 56px;
		line-height: 56px;
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		float: left;
	}

}
	
@media screen and (max-width: 540px) {
	
	#internal_link4 li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 3% 8px 3%;
		width: 94%;
		height: 56px;
		line-height: 56px;
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		float: none;
	}

	#internal_link4 li a {
		display: block;
		position: relative;
		padding: 0 0 0 8px;
		width: 100%;
		height: 56px;
		line-height: 56px;
		color: #b81c22;
		text-decoration: none;
		border-bottom: 1px solid #d2d2d2;
	}
	
}	
	
#internal_link4 li a {
	display: block;
	position: relative;
	padding: 0 0 0 18px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #b81c22;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}

#internal_link4 li a:hover {
	display: block;
	position: relative;
	color: #b81c22;
	text-decoration: underline;
	background-color: #f7f9fc;
	border-bottom: 1px solid #d2d2d2;
}

#internal_link4 li a span {
	display: block;
	position: absolute;
	top: 14px;
	right: 8px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #b81c22;
	text-decoration: none;
}



/* 05 */
	
#internal_link5 {
	display: block;
	position: relative;
	margin: 1em 0 2em 0;
	padding: 36px 18px 36px 18px;
	/*
	background-color: #f7f9fc;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	*/
	overflow: hidden;
}

#internal_link5 ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
	
#internal_link5 li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 1% 28px 1%;
	width: 48%;
	height: 60px;
	line-height: 60px;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background-color: #b81c22;
	float: left;
}

#internal_link5 li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

#internal_link5 li a:hover {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: underline;
}	
	
#internal_link5 li a span {
	display: block;
  position: absolute;
	font-size: 1.2em;
	top: 0;
	left: 18px;
}

#internal_link5 li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #b81c22;
}

@media screen and (max-width: 768px) {
	
	#internal_link5 li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 28px 0;
		width: 50%;
		height: 60px;
		line-height: 60px;
		font-size: 1.1em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		text-align: center;
		color: #fff;
		background-color: #b81c22;
		float: left;
		border-right: 1px solid #fff;
	}
	
	#internal_link5 li:last-child {
		border-right: none;
	}

}	
	
@media screen and (max-width: 580px) {
	
	#internal_link5 li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 28px 0;
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 1.1em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		text-align: center;
		color: #fff;
		background-color: #b81c22;
		float: none;
		border-right: none;
	}

	#internal_link5 li a span {
		display: none;
	}

}	















 /* 
	* 01_iframe版 h600-350
	*/
 

.main-area .mapframe {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 24px 0 24px 0;
	width: 100%;
	height: 400px;
}

.main-area .mapframe iframe {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 400px;
}

/* iframe版 表示スペース調整 */
.main-area .mapframe_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 90px auto;
	width: 90%;
	max-width: 1200px;
}

@media only screen and (max-width: 640px){
 
	.main-area .mapframe {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 24px 0 24px 0;
		width: 100%;
		height: 350px;
	}
 
	.main-area .mapframe iframe {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 350px;
	}
 
}
 
 
 
 

 /* 
 	* 02_faq アコーディオン 
	*/

.accordion-faq {
	list-style: none;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto 60px auto;
	overflow: hidden;
}

.accordion-faq li {
  margin: 10px 0;
}

.accordion-faq section {
	border: 1px solid #b81c22;
}

/*アコーディオンタイトル*/
.accordion-faq .title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: normal;
	padding: 18px 3% 18px 50px;
	transition: all .5s ease;
	color: #b81c22;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

/*アイコンの＋と×*/
.accordion-faq .title::before,
.accordion-faq .title::after {
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #b81c22;
}
.accordion-faq .title::before {
  top:48%;
  left: 15px;
  transform: rotate(0deg);  
}
.accordion-faq .title::after {    
  top:48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.accordion-faq .title.close::before {
	transform: rotate(45deg);
}

.accordion-faq .title.close::after {
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-faq .box {
	display: none;/*はじめは非表示*/
	background: #f4f4f4;
	margin:0 3% 18px 3%;
	padding: 2% 3% 2% 3%;
	font-size: 1.1em;
	line-height: 180%;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
	border-radius: 3px;
}



 /* 
 	* 03_２列簡易テーブル
	*/

.main-area .cms-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.main-area .cms-table table td,
.main-area .cms-table table th {
	border: 5px solid #fff;
}

.main-area .cms-table {
	display: block;
	position: relative;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto 50px auto;
	/*padding: 22px 0 0 0;*/
	padding: 0 0 0 0;
	background-color: #fff;
	overflow: hidden;
	border: none;
}

.main-area .cms-table .asset-item { 
	max-width: 1400px;
	padding-bottom: 5px;
}

.main-area .cms-table .asset-item-head { 
	padding-left: 18px; 
	padding-bottom: 14px; 
	padding-right: 18px; 
	padding-top: 16px; 
	font-style: normal; 
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 1px;
	font-size: 1.3em; 
	line-height: 160%; 
	text-align: left; 
	/*vertical-align: middle;*/
	vertical-align: top;
	width: 25%;
}

.main-area .cms-table .asset-item-body { 
	padding-left: 20px; 
	padding-bottom: 24px; 
	padding-right: 16px; 
	padding-top: 16px; 
	font-size: 1.2em; 
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
	line-height: 200%; 
	text-align: left; 
	vertical-align: top;
	width: 75%;
}

.main-area .cms-table .asset-item-head { 
	border-bottom: 1px solid #fff; 
	height: 32px; 
	color: #0e619f;
	background: #ebebeb repeat-x; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}

.main-area .cms-table .asset-item-body { 
	border-bottom: 1px solid #fff; 
	height: auto; 
	background: #ebebeb repeat-x; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}

.main-area .tableLeadTitle {
	display: block;
	position: relative;
	padding: 0 0 5px 0;
	margin: 28px 10px 4px 6px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #0e619f;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 4px solid #ffffff;
}

.main-area .tableLeadTitle:before {
	content:  ''; 
	width: 40%;
	height: 3px; 
	background-color: #0e619f;
	display:  block;
	position:  absolute;
	left:  0;
	bottom: -4px;   
}

.main-area .tableLeadText {
	display: block;
	padding: 12px 0 0 0;
	margin: 0 10px 12px 6px;
	font-size: 0.9em;
	line-height: 200%; 
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}



/*
 * 04_カスタムテーブル(横Scroll)
 */

.table-container {
	position: relative;
	overflow-x: auto;
	margin: 40px 0 40px 0;
	white-space: nowrap;
  padding-bottom: 10px;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.table-container table { 
	width: 95%; 
	max-width: 1200px;
	margin: 0 auto;
}

.table-container .table { 
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%; 
	max-width: 1200px;
	background-color: #f5f5f5;
	margin: 0 auto;
}

.table-container .table th,
.table-container .table td {
	min-width: 150px;
	min-height: 60px;
	padding: 8px 12px 8px 12px;
	border: 2px solid #fff ;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.table-container .table td span {
	display: block;
	font-size: 0.7em;
	line-height: 150%;
	padding: 6px 0 0 8px;
}

.table-container .table_head th {
  color: #fff; 
  background: #1492AF; 
  font-weight: 700;
  text-align: left;
}

/* 青系 */
.table-container .table_head01 th {
  color: #fff; 
  background: #0e619f;
  font-weight: 700;
  text-align: left;
}
/* 茶系 */
.table-container .table_head02 th {
  color: #fff; 
  background: #6d5641; 
  font-weight: 700;
  text-align: left;
}
/* 緑系 */
.table-container .table_head03 th {
  color: #fff; 
  background: #1492AF; 
  font-weight: 700;
  text-align: left;
}
/* グレー系 */
.table-container .table_head04 th {
  color: #fff; 
  background: #b6b6b6; 
  font-weight: 700;
  text-align: left;
}
/* 黒系 */
.table-container .table_head05 th {
  color: #fff; 
  background: #333333; 
  font-weight: 700;
  text-align: left;
}


/* グレー系 左トップ背景 */
.table-container .table_body .table_cell {
  color: #fff; 
  background: #b6b6b6; 
  font-weight: 700;
  text-align: left;
}

.table-container .sticky {
  position: sticky;
  top:0;
  left:0;
  /*
  border-left: none;
  border-right: none;
  background: none;
  */
}

.table-container .sticky::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*
  border-left: 1px #999 solid;
  border-right: 1px #999 solid;
  background-color: #eee;
  */
  z-index: -1;
  box-sizing: content-box;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 20px 12px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
  border-radius: 8px;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

/*
 * 05_簡易フロー
 */

.plan {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 120px auto;
	width: 95%;
	max-width: 1080px;
}

.plan-part {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 60px 0;
	width: 100%;
	height: auto;
}

.plan-top {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 84px;
	background-color: #0e619f;
}

.plan-number {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 18%;
	height: 84px;
	line-height: 84px;
	color: #fff;
	font-size: 3.4em;
	text-align: center;
	float: left;
	border-right: 1px solid #fff;
  font-weight: 700;
	font-family: "Trirong", serif;
}

.plan-title {
	display: flex;
	position: relative;
	padding: 0 18px 0 18px;
	margin: 0 0 0 0;
	width: 82%;
	height: 84px;
	line-height: 120%;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	align-items: center;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

.plan-detail {
	display: block;
	position: relative;
	padding: 18px 18px 24px 28px;
	margin: 0 0 0 0;
	width: 100%;
	border-left: 2px solid #0e619f;
	border-right: 2px solid #0e619f;
	border-bottom: 2px solid #0e619f;
	overflow: hidden;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.plan-lead {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.16em;
	line-height: 180%;
	width: 70%;
	float: left;
}

.plan-lead-all {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
	font-size: 1.1em;
	line-height: 200%;
	width: 100%;
	float: none;
}

.plan-lead-bt a {
	display: block;
	position: relative;
	padding: 0 12px 0 12px;
	margin: 12px 0 0 0;
	width: auto;
	min-width: 180px;
	max-width: 220px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #0e619f;
	text-align: center;
	text-decoration: none;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
}

.plan-lead-bt a:hover {
	opacity: 0.8;	
}

.plan-img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 2% 0 2%;
	width: 26%;
	float: left;
}

.plan-img img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.triangle {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -28px;
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 22px solid #0e619f;
}

.plan ul li:last-child .triangle {
	display: none;
}

@media only screen and (max-width: 768px){

	.plan-top {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		background-color: #0e619f;
		border: 2px solid #0e619f;
	}
	
	.plan-number {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 68px;
		line-height: 68px;
		color: #fff;
		font-size: 3.2em;
		text-align: center;
		float: none;
		border-right: none;
		/*border-bottom: 1px solid #fff;*/
	}
	
	.plan-title {
		display: block;
		position: relative;
		padding: 0 18px 12px 18px;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 40px;
		line-height: 1.2em;
		color: #fff;
		font-size: 1.4em;
		text-align: center;
	}
	
	.plan-detail {
		display: block;
		position: relative;
		padding: 18px 0 24px 0;
		margin: 0 0 0 0;
		width: 100%;
		border-left: 2px solid #0e619f;
		border-right: 2px solid #0e619f;
		border-bottom: 2px solid #0e619f;
		overflow: hidden;
	}
	
	.plan-lead {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		font-size: 1.16em;
		line-height: 180%;
		width: 90%;
		float: none;
	}

	.plan-lead-all {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		font-size: 1.1em;
		line-height: 200%;
		width: 90%;
		float: none;
	}

	.plan-lead-bt a {
		margin: 12px auto 0 auto;
	}
	
	.plan-img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 18px auto 0 auto;
		width: 60%;
		float: none;
	}

}



/*
 * 06_modal_YouTube再生
 */

.modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	/*background-color:rgba(51,51,51,0.96);*/
	/*background-color:rgba(244,240,235,1);*/
	background-color:#fff;
}

.modal-wrap.shown {
	display: flex;
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear {
	
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
	
}

.modal-panel {
	width: calc(100% - 40px);
	max-width: 1000px;    
	position: relative;
	z-index: 10002;
}

.modal-frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto;
}

.modal-frame iframe {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*
.modal-close {
	font-size: 0;
	width: 44px;
	height: 44px;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	right: 36px;
	top: -44px;
	transform: translate(15px, -15px);
	border: none;
}
*/

.modal-close {
	width: 44px;
	height: 44px;
	background: url(../images/close.png) no-repeat center center;
	position: fixed;
	right: 36px;
	top: 36px;
	border: none;
	z-index: 10001;
}




/*
 * modal_YouTubeセット
 */

.youtube-area {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto 36px auto;
	padding: 0 0 1em 0 ;
	width: 95%;
	max-width: 880px;
	overflow: hidden;
}

.youtube-part {
	display: block;
	position: relative;
	float: left;
	padding: 0 0 0 0;
	margin: 0 1.5% 18px 1.5%;
	width: 30.3%;
}

.youtube-part img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.youtube-title {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin: 0.5em auto 0 auto;
}

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

	.youtube-area {
		clear: both;
		display: block;
		position: relative;
		margin: 0 auto 36px auto;
		padding: 0 0 1em 0 ;
		width: 95%;
		max-width: 600px;
		overflow: hidden;
	}
	
	.youtube-part {
		display: block;
		position: relative;
		float: left;
		padding: 0 0 0 0;
		margin: 0 1.5% 18px 1.5%;
		width: 47%;
		max-width: 276px;
		height: auto;
		overflow: hidden;
	}

}

@media only screen and (max-width: 760px){

	.youtube-area {
		clear: both;
		display: block;
		position: relative;
		margin: 0 auto 36px auto;
		padding: 0 0 1em 0 ;
		width: 95%;
		max-width: 320px;
		overflow: hidden;
	}
	
	.youtube-part {
		display: block;
		position: relative;
		float: none;
		padding: 0 0 0 0;
		margin: 0 auto 18px auto;
		width: 90%;
		max-width: 276px;
		height: auto;
		overflow: hidden;
	}

	.youtube-part img {
		display: block;
		position: relative;
		margin: 0 auto 0 auto;
		width: 100%;
		height: auto;
	}

}



/*
 * 07_SDGsブロック記事
 */

.sdgs_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 50px auto 200px auto;
	width: 90%;
	max-width: 1200px;
	height: auto;
	border-bottom: 1px solid #a2a2a2;
	font-size: 1.1em;
}

.sdgs_area_title {
	display: block;
	position: relative;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	width: 100%;
  color: #363636;
	font-weight: 300;
	font-family: "M PLUS Rounded 1c";
	font-size: 2.6em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: center;
}

.sdgs_area_lead {
	display: block;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	width: 100%;
  color: #363636;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: center;
}

.sdgs_area_inner {
	display: block;
	position: relative;
	padding: 60px 0 50px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	border-top: 1px solid #a2a2a2;
}

/* ナンバー */
.number {
	display: block;
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 12em;
	color: #ecd13e;
	font-weight: 300;
	font-family: 'Noto serif JP';
}

.number span {
	display: block;
	position: absolute;
	top: 60px;
	left: -40px;
	font-size: 0.3em;
}

@media screen and (max-width:768px) {

	.number {
		display: block;
		position: absolute;
		top: -54px;
		right: 0;
		font-size: 12em;
		color: #ecd13e;
		font-weight: 300;
		font-family: 'Noto serif JP';
	}

}

.sdgs_title_block {
	display: block;
	position: relative;
	padding: 0 0 0 24px;
	margin: 0 0 28px 0;
	border-left: 8px solid #363636;
	overflow: hidden;
}

.sdgs_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
  color: #363636;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: 1px;
}

.sdgs_lead {
	display: block;
	position: relative;
	padding: 12px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
  color: #363636;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.3em;
	line-height: 170%;
}

/* 本文 + 画像 */
.sdgs_content {
	display: block;
	position: relative;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* 100% */
.sdgs_txt {
	display: block;
	position: relative;
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
	width: 100%;
  color: #363636;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1em;
	line-height: 200%;
}

/* 60% */
.sdgs_txt_60 {
	display: block;
	position: relative;
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
	width: 55%;
  color: #363636;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1em;
	line-height: 200%;
	float: left;
}

.sdgs_content p {
	display: block;
	position: relative;
	padding: 0 0 8px 28px;
}

/* リストスタイル */
.sdgs_content ol {
	padding: 0 0 12px 0;
	margin: 0 0 0 48px;
  list-style: disc;
  list-style-position: outside;
}

.sdgs_content ol li {
  position: relative;
	padding: 0 0 12px 0;
	margin: 0 0 0 -18px;
  color: #363636;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.2em;
}

.sdgs_content ol li::marker {
  color: #9d8666;
  font-size: 1.5em;
}

@media screen and (max-width:940px) {

	/* 100% */
	.sdgs_txt {
		display: block;
		position: relative;
		padding: 12px 0 12px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		color: #363636;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		font-size: 1em;
		line-height: 200%;
		float: none;
	}
	
	/* 60% */
	.sdgs_txt_60 {
		display: block;
		position: relative;
		padding: 12px 0 12px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		color: #363636;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		font-size: 1em;
		line-height: 200%;
		float: none;
	}
	
}

/* 画像01バージョン */
.sdgs_pict01 {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	width: 45%;
	float: left;
}

.sdgs_pict01 ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	list-style: none;
}

.sdgs_pict01 ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 2% 0;
	width: 100%;
}

.sdgs_pict01 ul li img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width:940px) {

	.sdgs_pict01 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 40px auto 0 auto;
		width: 80%;
		float: none;
	}

}

/* 画像02バージョン */
.sdgs_pict02 {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	width: 45%;
	float: left;
}

.sdgs_pict02 ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	list-style: none;
}

.sdgs_pict02 ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 2% 2% 0;
	width: 48%;
	float: left;
}

.sdgs_pict02 ul li:nth-child(odd){
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 2% 0;
	width: 48%;
	float: left;
}

.sdgs_pict02 ul li:first-child {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 2% 2% 0;
	width: 98%;
}

.sdgs_pict02 ul li img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width:940px) {

	.sdgs_pict02 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 40px auto 0 auto;
		width: 80%;
		float: none;
	}

	.sdgs_pict02 ul li,
	.sdgs_pict02 ul li:nth-child(odd),
	.sdgs_pict02 ul li:first-child {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 2% 0;
		width: 100%;
		float: none;
	}

}

p.sdgs_pict_cap {
	clear: both;
	position: relative;
	padding: 0 0 12px 0;
	margin: 16px 0 0 0;
	width: 100%;
	color: #363636;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 0.8em;
	line-height: 180%;
}

/* アイコン */
.sdgs_icon {
	clear: both;
	display: block;
	position: relative;
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sdgs_icon ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.sdgs_icon ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 12px 0;
	width: 90px;
	height: auto;
	float: left;
}

.sdgs_icon ul li img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

/* アンダーテキスト */
.sdgs_content_un {
	clear: both;
	display: block;
	position: relative;
	padding: 18px 0 18px 30px;
	margin: 20px auto 20px auto;
	width: 90%;
	color: #363636;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1em;
	line-height: 200%;
	border-left: 1px solid #a2a2a2;
	overflow: hidden;
}



/*
 * 08_沿革データ
 */

.enkaku {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.enkaku-inner {
	display: block;
	position: relative;
	padding: 0 0 120px 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 960px;
}

.enkaku-year {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 60px 0;
	width: 100%;
	height: auto;
}

.enkaku-year ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 16%;
	width: 84%;
	list-style: none;
	font-size: 1.2em;
}

.enkaku-year ul li {
	display: block;
	position: relative;
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
  color: #363636;
}

.enkaku-year ul li .line {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100px;
	height: 320px;
	top: -4px;
	left: -68px;
	z-index: 10;
	background-image: url(../images/enkaku_line.png);
	background-position: left 0;
}

.enkaku-year ul li:last-child .line {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100px;
	height: 150px;
	top: -4px;
	left: -68px;
	z-index: 10;
	background-image: url(../images/enkaku_line_end.png);
	background-position: left 0;
}

.enkaku-year ul li .west {
	display: inline-block;
	position: relative;
	padding: 0 18px 0 0;
	margin: 0 0 0 12px;
	font-size: 1.2em;
	width: 150px;
	height: auto;
	text-align: left;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	vertical-align: middle;
}

.enkaku-year ul li .era {
	display: inline-block;
	position: relative;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
	width: 110px;
	height: auto;
	line-height: 1em;
	font-size: 0.8em;
	text-align: center;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	vertical-align: middle;
	background-color: #f4f4f4;
	border-radius: 8px;
}

.enkaku-year ul li p {
	display: block;
	position: relative;
	padding: 2px 30px 4px 16px;
	font-size: 1em;
	line-height: 140%;
	text-align: left;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 460px) {

	.enkaku-year ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 20%;
		width: 80%;
		list-style: none;
	}
	
	.enkaku-year ul li .line,
	.enkaku-year ul li:last-child .line	 {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: -4px;
		left: -60px;
		z-index: 10;
	}

}

















