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

.pc_img { display: none; }
.sp_img { display: block; }

a img:hover{
	opacity: 0.8;
}
.c-bread__nav.-top {
	position: absolute;
	top: 0;
}
.u-container-full {
	padding-top: 60px;
	background: #F7DAB0;
}
.u-container-full a {
  color: #036EB8;
  text-decoration: none;
}

.cop-section {
	background-color: #fff;
}
.cop-section .cop_container {
	margin-inline: auto;
	padding-block: 3.0rem;
	max-width: 85%;
}
.cop_container > *:last-child {
	margin-bottom: 0;
}

.cop-section h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
  padding: 5px 10px 10px 60px;
	line-height: 1.4em;
  background: url("../img/h2.png") no-repeat left center;
  background-size: 42px 42px;
}
.h3-line {
	font-size: 1.8rem;
	background: linear-gradient(transparent 60%, #DBF9F3 0%);
	display: inline;
}
	.h3-line + p {
		margin-top: 1em;
}

.relation_cop {
	border: 1px solid #B9B9B9;
	margin-top: 4.0rem;
	padding: 2.0em;
}
.relation_cop .link-ref {
	font-size: inherit;
}
.relation_cop .link-ref h6 {
	margin-bottom: 1.6rem;
}
.relation_cop .link-ref ul{
	margin: 0;
}
.relation_cop .link-ref ul li{
	list-style-type: disc;
	line-height: 1.6em;
	margin-inline: 1.2em;
	margin-bottom: 0.8em;
}
.relation_cop .link-ref ul a{
	font-size: inherit;
}
.cop_note{
	padding: 2.4rem;
	background-color: #fff6f3;
}
.cop_note *:last-child {
	margin-bottom: 0;
}
.cop_note h3{
    margin-bottom: 1em;
}
.emphasis{
    font-weight: bold;
    text-decoration: underline;
}

.cop27_news ul{
	margin-bottom: 50px;
}

.cop27_news li{
	color: #c69c6d;
	margin-bottom: 20px;
	margin-right: 15px;
}
.cop27_news span{
	color:#505050;
}


/********** COP30用 **************/

.cont-header {
	padding-top: 2.4em;
  background: #F7DAB0;
}

/* 背景グレー */
.cop30_bk_color1{
  background-color: #F2f2f2;
}
/* 背景レッド */
.cop30_bk_color2{
  background-color: #BF3A11;
}
/* 背景コラム色 */
.cop30_bk_color3{
  background-color: #FDEBD2;
}

/* KV背景 */
.cop30_bk_gradient{
  background: rgb(0,116,111);
background: linear-gradient(-0deg, rgba(247,218,176,1) 0%, rgba(219,249,243,1) 100%);
}

.note-gr{
  color:#1B5959;
}
.cop_menu > ul > li {
	display: flex;
}
.cop_content_wrap {
	padding: 2.0rem;
	background: #f2f2f2;
}
.cop_schedule {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 1em;
	border: 2px solid #BF3A11;
	background-color: #fff;
}
.cop_content_wrap .cop_schedule:last-of-type {
	margin-bottom: 0;
}

.cop_schedule .date {
	flex: 1;
	background-color: #BF3A11;
	color: #fff;
	padding: 5px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.0em;
	text-align: center;
}
.cop_schedule .date em {
	display: inline;
	font-style: normal;
	text-align: center;
	/*transform: rotate(-90deg);*/
	padding-bottom: 0.2em;
	margin-block: 0.1em;
}
.cop_schedule .event_summary {
	flex: 5;
	padding: 0.8rem;
}
.cop_schedule .event_summary ul {
	display: grid;
  column-gap: 2em;
  grid-auto-flow: column;
  grid-template-rows: repeat(20, auto);
	margin: 1.0em 2.0em;
}
.cop_schedule .event_summary ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding-right: 1.0rem;
}

.cop-section .spacer{
  width: 15%;
  margin-inline: auto;
  padding: 1rem 0;
}

.reportlink{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.reportbox {
  margin: 20px;
  width: 90%;
  height: auto;
  text-align: center;
  background-color: #fff;
}

.reportbox p {
  padding: 15px;
  text-align: center;
} 
  
.reportbox_temp{
  display: block;
  margin: 20px;
    width: 80%;
  height:auto;
  text-align: center;
  background-color: #F0F0F0;
  justify-content: center;
  }
  
  .reportbox_temp p{
    text-align: center;
    color: #7C7C7C;
  }


/********** /COP30用 ここまで**************/

.cop_menu h3{
	color: #336600;		
}
.cop_menu ul{
	font-size: 1.4rem;
	list-style: none;
}
.cop_menu ul a{
	color: #000;	
}
.cop_menu .soon {
	display: inline-block;
	padding: 0.8em 1.4rem 0.9em;
	margin: 0 1.0em 0.3em 0;
	color: #1B5559;
	font-size: 1.2rem;
	word-break: keep-all;
	line-height: 0em;
	vertical-align: middle;
	background: #fffcf7;
	border-radius: 4px;
}

.jp-event{
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	border: 1px solid #BF3A11;
	padding: 20px 15px;
	}
.jp-event-title{
	border-left: 8px solid #BF3A11;
	color: #505050;
	font-size: 2.0rem;
	padding-left: 15px;
	margin-bottom: 10px;
	}
.jp-event_sub{
	padding: 10px 20px;	
	}

.flex-col{
    display: flex;
    flex-direction: column;
}
.ap_color {
	border: 2px solid #BF3A11;
}

.cop_from_japan h2{
	background: none;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
	padding: 10px;
}
.cop_from_japan img{
	margin-bottom: 20px;
}
.ap_info a[target=_blank][rel=noopener],.ccabj a[target=_blank][rel=noopener] {
    background:none;
}
.tw_widgets{
	border: 10px solid #CCB59E;
	margin-top: 20px;
}

.col{
	margin-bottom: 0;
}
.sp_on{
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1;
}

/* 日本企業の気候変動適応への取り組み */
#cop-business{
	background-color: #fff;
}
.cop-business-section{
	padding: 20px;	
}
.h2_wrap{
	background-image: url("../../img/cop27/deco01.png");
	background-repeat: repeat;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: flex-start;
	padding: 0 20px;
	margin-top: 40px;
}
#cop-business h2{
	font-size: 2.6rem;
	font-weight: normal;
	align-self: center;
	color: #000;
}
.h2_wrap img{
	width: 30px;
	align-self: center;
}
.h2_wrap img:last-child{
	margin-left: auto;
}
#cop-business h3{
	background: #ebfffc;
	background: -moz-linear-gradient(left, #fff2eb 0%, #fffdf0 17%, #fdffe0 53%, #ebfffb 77%, #ebfffc 100%);
	background: -webkit-gradient(linear, left center, right center, from(#fff2eb), color-stop(17%, #fffdf0), color-stop(53%, #fdffe0), color-stop(77%, #ebfffb), to(#ebfffc));
	background: -webkit-linear-gradient(left, #fff2eb 0%, #fffdf0 17%, #fdffe0 53%, #ebfffb 77%, #ebfffc 100%);
	background: -o-linear-gradient(left, #fff2eb 0%, #fffdf0 17%, #fdffe0 53%, #ebfffb 77%, #ebfffc 100%);
	background: linear-gradient(to right, #fff2eb 0%, #fffdf0 17%, #fdffe0 53%, #ebfffb 77%, #ebfffc 100%);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 60%;
	font-size: 2rem;
	padding-bottom: 0.5em;
	margin-bottom: 20px;
}
.img_bk{
	background-image: url("../../img/cop27/CCABJ_PC_impact1.png");
	background-size: cover;
	padding: 20px;
	color: #fff;
}
#cop-business .img_bk h2{
	padding-left: 0;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 2rem;
	color: #fff;
}
.production_cooperation{
	margin: 40px 0;
}
.production_cooperation h4{
	color: #666;
}
.production_cooperation li{
	margin-bottom: 0;
}
.production_cooperation a[target=_blank][rel=noopener] {
    background:none;
}

.dl_file_col2_wrap{
	display: flex;
	justify-content: center;
	margin: 20px 0;
	text-align: center;
}
.ap_file_col:first-child{
	margin-right: 20px;
}
.ap_info col img{
	margin-bottom: 10px;
}


@media screen and (min-width: 480px) {
.cop-section h2 {
	font-size: 2.8rem;
}
.h3-line {
	font-size: 2.2rem;
}
.tw_widgets{
  margin-top: 0;}
  

.cop_schedule .event_summary{
	padding: 1.4rem;
}	
.cop_schedule .event_summary ul {
	grid-template-rows: repeat(6, auto);
	grid-template-columns: repeat(auto, 1fr);
}
.cop30_note{
  padding: 1rem;
  margin: 1rem auto 0 auto;
	background-color: #FDEBD2;
}
.cop30_note h3{
    margin-bottom: 2rem;
}

.cop30_note table {
  display: flex;
  width: 90%;
  margin: 0 auto 2em auto;
  padding: 1rem;
  border:none;
  border-collapse:separate;
  border-spacing: 3px;
}

.cop30_note table th{
  padding: 0.5rem;
  width: 50px;
  height: auto;
  background-color: #08A1BA;
  border:solid 1px #f7f2f0;
  vertical-align: middle;
}

.cop30_note table td{
  text-align: left;
  align-content: center;
  background-color: #FFFFFF;
  border:solid 1px #f7f2f0;
}
.cop30_note img {
  width: 100%;
  border: none;
}

.cop30_note img .zu{
  border: none;
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
  
}

@media screen and (min-width: 768px) {
	.h3-line{
		background: linear-gradient(transparent 60%, #DBF9F3 0%);
	}
	.sp_br{display: none;}
	.pc_br {display: none}
	.tw_widgets{
		margin-top: 0;
	}
	.cop-section .cop_container {
	margin-inline: auto;
	padding-block: 4.0rem;
	max-width: 80%;
	}
	.cop_menu.cop_container {
		padding-block: 6.0rem;
	}
	.cop_menu ul{
		font-size: 1.6rem;
		list-style: none;
	}
	.cop_note{
		padding: 3.4rem;
	}
	.cop_content_wrap {
		padding: 4.0vw;
	}
	.cop_schedule .event_summary ul {
		grid-template-rows: repeat(5, auto);
		grid-template-columns: repeat(2, 1fr);
		margin: 0.6em 2.0em;
	}
	.cop_schedule .event_summary ul li {
		font-size: 2.0rem;
		padding-right: 1.0rem;
	}
	.reportbox {
	  margin: 20px;
	  width: 70%;
	  height: auto;
	  text-align: center;
	  background-color: #fff;
	}
}

@media (min-width: 960px) {
.pc_img { display: block; }
.sp_img { display: none; }

.cont-header {
	padding-top: 0;
}
.cop-section h2{
	font-size: 4.0rem;
	margin-bottom: 30px;
	line-height: 1.2em;
  display: block;
}	
.h3-line {
	font-size: 2.6rem;
}
.cop-section p {
  font-size: 1.7rem;
  line-height: 3.6rem;
  letter-spacing: 0.2rem;
  }
.cop_content_wrap {
	padding: 6.0rem;
}
.cop_menu ul{
	font-size: 2.0rem;
}

.ap_color {
	border: 4px solid #ffba9c;
}
.cop_from_japan h2{
	padding: 30px;
}
.tw_widgets{
	border: 16px solid #CCB59E;
	margin-top: 0;
}
.sp_on{
	display: none;
}

  /* COP30用 */
.cop-section .spacer{
  width: 9%;
}

.cop30_note{
  position: relative;
  border: none;
  padding: 3rem;
  margin: 3rem auto 0 auto;
	background-color: #FDEBD2;
}
.cop30_note h3{
    margin-bottom: 2rem;
}

.cop30_note table {
  display: flex;
  width: 80%;
  margin: 0 auto 2em auto;
  border:none;
  border-collapse:separate;
  border-spacing: 3px;
}

.cop30_note table th{
  width: 75px;
  height: 75px;
  background-color: #08A1BA;
  border:solid 1px #f7f2f0;
  vertical-align: middle;
}

.cop30_note table td{
  text-align: left;
  align-content: center;
  background-color: #FFFFFF;
  border:solid 1px #f7f2f0;
}
.cop30_note img {
  width: 100%;
  border: none;
}

.cop30_note img .zu{
  border: none;
  width: 100%;
  padding: 0 3rem 3rem 3rem;
}
}

@media (min-width: 1200px) {
	.cop-section .cop_container {
		padding-block: 6.0rem;
		max-width: 900px;
	}
	.cop_schedule .date{
		font-size: 2.8rem;
	}	
	.cop_schedule .event_summary{
		font-size: 2.0rem;
	}	
	.cop_schedule .event_summary ul {
		padding-inline: 5.0rem;
	}
	.jp-event {
		flex-direction: row;
		font-size: 1.6rem;
	}

.reportlink{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.reportbox {
  margin: 10px;
  width: 30%;
  height: 390px;
  text-align: center;
  background-color: #fff;
  justify-content: center;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.05);
	position: relative;
}
	.reportbox .soon {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

.reportbox img {
  width: auto;
  height: 56%;
  object-fit: cover;
  text-align: center;
}

.reportbox a {
  color: #505050;
  font-size: 0.8rem;
}

.reportbox p {
  margin:auto 0;
  padding: 15px;
  text-align: center;
  line-height: 1.9;
}  

.reportbox_temp{
  position: relative;
  display: block;
  margin: 20px;
  width: 30%;
  height:360px;
  background-color: #F0F0F0;
  justify-content: center;
  }
  
  .reportbox_temp p{
    width: 100%;
    position: absolute;
    top: 50%;
    left:50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
    text-align: center;
    color: #7C7C7C;
  }
}
	
/* 日本企業の気候変動適応への取り組み */
.img_bk{
	background-size: auto;
	padding: 50px 80px;
}
.cop-business-section{
	padding:  40px 50px;	
}
#cop-business .img_bk h2{
	font-size: 2.6rem;
}
.h2_wrap{
	padding: 0 50px;
}
#cop-business h2{
	font-size: 3rem;
}
.h2_wrap img{
	width: 50px;
}
#cop-business h3{
	background-size: 100% 60%;
	font-size: 2.6rem;
	padding-bottom: 0.5em;
	margin-bottom: 20px;
}