@charset "UTF-8";

/*
# =================================================================
# 気候変動と適応
# =================================================================
*/

/*ADD 2021.1.20 kishida*/
/*----------------------------*/
/*パンくず*/
/*----------------------------*/
.keni-breadcrumb-list_wrap {
    background-color: #55c2db;
	padding: 5px;
}

/*ADD 2021.1.20 kishida*/
/*----------------------------*/
/*サイドメニューの色*/
/*----------------------------*/
.keni-section .sub-section_title {
	background: #55c2db;
}


/*初期化*/
h3 {
  color:initial;
  margin:initial;
  padding:initial;
  border:initial;
  background:initial;
}

/*出典の「・」をとる*/
.noicon li {
	list-style-type: none;
}
.noicon li span {
    margin-right: 10px;
}




	
/*********************************************/
/*気候変動適応とは
/*********************************************/

/*バナー*/
.bannerbox {
	border: solid 1px #ccc;
    padding: 10px;
}
.bannerbox p {
    font-size: 1.3rem;
    line-height: 1.2em;
    margin: 0.5em 0 0;
}

/*適応事例*/
.casebox {
	margin: 0 auto;
}

/*詳しく*/
.moreinfo {}
.moreinfo .cover {
    width: 25%;
    margin: 0;
    padding: 10px;
}

.moreinfo .info {
    width: 73%;
    padding: 10px;
}





/*********************************************/
/*分野別影響＆適応
/*********************************************/

#agri {
    color: #22A5C3;
	overflow:hidden;
	background: url("../img/pictogram/agri.png") no-repeat left 5px;
	padding: 10px 60px;
}

#water {
    color: #22A5C3;
	overflow:hidden;
	background: url("../img/pictogram/water.png") no-repeat left 5px;
	padding: 10px 60px;
}

#eco {
    color: #22A5C3;
	overflow:hidden;
	background: url("../img/pictogram/eco.png") no-repeat left 5px;
	padding: 10px 60px;
}

#disaster {
    color: #22A5C3;
	overflow:hidden;
	background: url("../img/pictogram/disaster.png") no-repeat left 5px;
	padding: 10px 60px;
}

#health {
    color: #22A5C3;
	overflow:hidden;
	background: url("../img/pictogram/health.png") no-repeat left 5px;
	padding: 10px 60px;
}

#industry {
    color: #22A5C3;
	overflow:hidden;
	background: url("../img/pictogram/industry.png") no-repeat left 5px;
	padding: 10px 60px;
}

#life {
    color: #22A5C3;
	overflow:hidden;
	background: url("../img/pictogram/life.png") no-repeat left 5px;
	padding: 10px 60px;
}

.overview h3 {
    font-size: 1.8rem;
    border-left: 5px #2EA7E0 solid;
    border-left-color: rgb(46, 167, 224);
    padding-left: 10px;
	/*margin-bottom: 30px;*/
	color: #505050;
}

.overview .h3_02{
    border-left:5px #f9c705 solid;
    border-left-color: rgb(249, 199, 5);
}

.overview h3 span {
    border-bottom: 2px #ddd solid;
	padding: 0 20px 5px;
}
.overviewp {
    line-height: 160%;
}


.link-overview {
	padding: 20px 40px;
	margin-bottom: 50px;
	background-color: #f5f5f5;
}
.link-overview h3 {
	margin-bottom: 20px;
	font-size: 1.0em;
}
/*2段組*/
.link-overview ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    columns: 2;
	line-height: 160%;
  }

.link-overview ul li{
    font-size: 0.8em;
}

/*ページ内リンク用*/
.adaptmenu {
	width: 100%;
    margin: 0 0 50px 0;
    padding: 10px 30px;
    list-style-type: none;
    overflow:auto;
    border-bottom:3px #eee solid;
    
    
    /*
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
    line-height:100%;
	background-color:#FAF5EB;
    */

	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	justify-content: space-between;

}

.adaptmenu li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
}
.adaptmenu li img {
    display: block;
	margin: 0 auto 10px;
}
.adaptmenu li a {
    text-decoration: none;
	color:#000;
}


/*主要7分野リスト表記*/
.projectcase-usage-guide {
    width: 100%;
    padding: 4vw 5vw;
    margin-bottom: 11.71875vw;
    border: 1px solid #ccc;
}
.projectcase-usage-guide .icon-list {
    margin: 0;
    list-style: none;
}
.projectcase-usage-guide .icon-list li{
    margin-bottom: 2vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.projectcase-usage-guide .icon-list li:last-of-type {
    margin-bottom: 0   
}
.projectcase-usage-guide .icon-list li img {
    width: 7.0625vw;
    margin-right: 2.65625vw;
}
.projectcase-usage-guide .icon-list li a {
    line-height: 1.2em!important;
    color: #505050;
}
.projectcase-usage-guide .icon-list li br {
    display: none;
}
.projectcase-usage-guide .icon-list li span {
    line-height: 1em;
    font-size: 1.5rem;
}

/*********************************************/
/*IPCC WGII AR6特集ページ
/*********************************************/
.toc_l{
	background-color: #f0f0f0;
	padding: 30px;
}
.toc_r{
	padding: 30px;
	border: 5px solid #f0f0f0;
}
.toc_title,.rl_title {
	color: #819faf;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	font-size: 2rem;
}
.toc_list li{
	font-weight: bold;
	font-size: 1.8rem;
}
.toc_list li a{
	text-decoration: underline;
}
.toc_list li a:hover{
	color: #666;
	text-decoration: none;
}
.toc_list ul li{
	font-weight: normal;
	margin-bottom: 0;
	font-size: 1.6rem;
}
.toc_list ul li a{
	text-decoration: none;
}
.toc_list ul li a:hover{
	text-decoration: underline;
}
.rl_note{
	font-size: 1.4rem;
	color: #999;
	padding-left: 20px;
}
.report-list ul{
	margin-top: 0;
	margin-bottom: 0;
}
.report-list li{
	margin-bottom: 0;
}
#ipcc h2{
	background-image: none;
	margin: 50px 0 20px;
	padding: 0;	
}
#ipcc h2 {
  position: relative;
  padding: 0.25em 0;
}
#ipcc h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
#ipcc h3 span{
  background: #0075a9;
	color: #fff;
	padding: 0 10px 2px;
	margin-right: 10px;
}
#ipcc h4{
  font-size: 16px;
  font-size: 1.6rem;
}
#ipcc h4 span{
	font-size:2.0rem;
	color: #09435C;
	padding: 0 10px 2px;
}
#ipcc li{
	line-height: 1.6;
}
.bold{
	font-weight: bold;
}
.list_non{
		list-style: none;	
}
.related_info{
	display: flex;
	position: relative;
	margin-top: 80px;
	margin-bottom: 50px;
}
.related_info h4{
  margin: 0;
}
.relation_r{
	padding: 20px 25px;
	color: #555;
	background: #f4f4f4;
    width: 100%;
}
.relation_r ul{
	margin: 10px 30px 10px;
}
#ipcc .relation_r li{
	margin-bottom: 0;
}
.info_tab {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: -32px;
  left: 0;
  height: 32px;
  padding: 0 1em;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #a9a9a9;
}
.relation_ipcc{
    border: 5px solid #ccc;
    padding: 30px;
}
.toc_title{
    background-color: none;
}
/*.toc_l{
	background:  url("../climate_change_adapt/ipcc/img/ipcc_index_img.jpg")no-repeat;
  background-size: cover;
    background-position: center;
}*/
.bk_color{
  background-color: rgba(255, 255, 255, 0.562);	
	padding: 30px;
}
#ipcc p{
    padding-left: 20px;
    padding-right: 20px;
}
.report_ipcc06{
	border: 2px solid #ccc;
    padding: 35px 30px 30px 30px;
	margin-bottom: 20px;
}
.report_ipcc06 li{
	margin-bottom: 2em;
}
.report_ipcc06 ul li ul li{
	margin-bottom: .5em;
}
.line_yellow-70 {
	background: linear-gradient(transparent 70%, #fff499 0%);
}
.ipcc_qa{
    margin-bottom: 50px;
}
#ipcc h2 .circle-q{
  background: #e65b5b;
  border-radius: 50%;
  color: #fff;
    display: inline-block;
    width: 50px;
    height: 48px;
  font-size: 40px;
  text-align: center;
    vertical-align: text-bottom;
    margin-right: 10px;
}
#ipcc h3 .circle-a{
  background: #86aabe;
  border-radius: 50%;
  color: #fff;
    display: inline-block;
    width: 40px;
    height: 38px;
  font-size: 32px;
  text-align: center;
    margin-right: 5px;
}
#ipcc h3 .circle-q{
  background: #e65b5b;
  border-radius: 50%;
  color: #fff;
    display: inline-block;
    width: 42px;
    height: 40px;
  font-size: 32px;
  text-align: center;
    vertical-align: text-bottom;
    margin-right: 10px;
	padding: 0;
}
#ipcc h4 .circle-a{
  background: #86aabe;
  border-radius: 50%;
  color: #fff;
    display: inline-block;
    width: 40px;
    height: 38px;
  font-size: 32px;
  text-align: center;
    margin-right: 5px;
}
#ipcc h4{
  color: #3F5C6C;
}

.forexample{
    text-align: center;
    margin: 20px 0;
}
.qa_ol{
	margin-left: 2em;
}
.qa_ul ul{
	margin-top: 0;
}
.qa_ul li{
	margin-bottom: 0;
}
.underline_01{
	border-bottom: 2px solid #0000cd;
	font-weight: bold;
}
.underline_02{
	border-bottom: 2px solid #008000;
	font-weight: bold;
}
.underline_03{
	border-bottom: 2px solid #dc143c;
	font-weight: bold;
}
/*cop26特集　2021.10.31*/
.h1_bdr_navy h1{
	border-bottom: 8px solid #000B4D;
	display: inline-block;
	margin-right: 0!important;
	padding-left: 0!important;
	margin-left: 0px !important;
	margin-bottom: 10px!important;
}
.check_box{
	height: 350px;
	border: 1px solid #B9B9B9;
	padding: 20px;
}
.cop26{
	padding: 10px 10px 0 10px;
	border: 1px solid #ddd
}
.cop26 p{
	font-size:85%;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.5;
}
.cop26 ul{
	margin: 0;
}
.cop26 ul li{
	display: inline;
	font-size:90%;
	padding: 5px 10px 0 0;
}
.relation_cop{
    border: 1px solid #B9B9B9;
    padding: 30px;
}
/* Youtubeアスペクト比 */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*********************************************/
/*気候変動の「適応策」を学べる読み物～初級編～
/*********************************************/
/*202206add*/
/*flexbox 親要素（コンテナ）*/
/*.flex-container {
	margin-top: 50px;
}
.keni-section h2 {
    background: none;
	border-left: none;
	padding: 1px 0 1px 20px;
}
/* 子要素(アイテム) */
.flex-item {
	box-sizing: border-box;
	border:2px solid #ADADAD;
	padding: 30px 10px;;
	margin-bottom: 30px;
}
.flex-item-2 {
	box-sizing: border-box;
	flex: auto;
}
.flex-item-2 ul{
	margin-top: 0;
	margin-bottom: 0;
}

.flex-img{
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
.flex-img img{
    max-height: 260px;
    margin: 0 auto;
}
.flex-text{
	padding-left: 15px;
}
.flex-text h2{
	margin-bottom: 30px;
}
.col4-cont {
	margin-bottom: 0!important;
}
.col_3of4 {
	margin-top: 30px;
}
.date_of_issue{
	text-align: right;
	margin-top: 1em;
	margin-bottom: 0;
}

/*20220613addここまで*/

@media (min-width: 920px) {
    .projectcase-usage-guide {
        padding: 2.551vw 1vw;
        margin-bottom: 6.087vw;
    }
    .projectcase-usage-guide h2 {
        margin-bottom: 2.0408vw;
        font-size: 1.6327vw;
    }
    .projectcase-usage-guide .icon-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .projectcase-usage-guide .icon-list li {
        width: 25%;
        margin-bottom: 2.0408vw;
    }
    .projectcase-usage-guide .icon-list li:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .projectcase-usage-guide .icon-list li img {
        width: 19.565%;
        margin-right: 4.3478%;
    }
    .projectcase-usage-guide .icon-list li a {
        line-height: 1.2em!important;
        color: #505050;
    }
    .projectcase-usage-guide .icon-list li a span {
        font-size: 1vw;
        letter-spacing: -0.05em;
    }
    .projectcase-usage-guide .icon-list li br {
        display: block;
    }
#toc_container{
	display: flex;
}
.toc_l{
	width: 60%;
	padding: 30px 50px;
}
.toc_r{
	width: 40%;
	padding: 30px 50px;
}
.rl_title {
	text-align: left;
}
}

@media (min-width: 1100px) {
    .projectcase-usage-guide {
        padding: 1.7857vw 2.1429vw;
        margin-bottom: 4vw;
    }
    .projectcase-usage-guide .icon-list li {
        margin-bottom: 1.42857vw;
    }
    .projectcase-usage-guide .icon-list li a {
        line-height: 1.2em!important;
        color: #505050;
    }
    .projectcase-usage-guide .icon-list li a span {
        font-size: 1vw;
        letter-spacing: normal;
    }
}

@media (min-width: 1400px) {
    .projectcase-usage-guide {
        padding: 2.5rem 3rem;
        margin-bottom: 5.6rem;
    }
    .projectcase-usage-guide .icon-list li {
        margin-bottom: 2rem;
    }
    .projectcase-usage-guide .icon-list li a {
        line-height: 1.2em!important;
        color: #505050;
    }
    .projectcase-usage-guide .icon-list li a span {
        font-size: 1.4rem;
    }

}






/*テキスト内レイアウト*/

.ovh{
    overflow: hidden;
}

.dl_impact{
   background-color: #D8F1FD/*#EAF8FF*/;
    padding: 20px;
}

.dl_impact02{
   background-color:#fbfabe/*#dff2e7*/;
}


.dl_impact dt{
   /*background-color: #EAF8FF;
   padding: 5px 10px 5px 15px;*/
   font-weight: bold;
   /*margin-bottom: 15px;*/
}

/*.dl_impact02 dt{
   background-color:#dff2e7;
}
*/
.dl_impact dd{
    margin-bottom: 30px;
}

.dl_impact dd:last-child{
    margin-bottom: 0px;
}

/*自然災害・沿岸域の適応*/
.dl_impact h4{
    font-size: 1.6rem;
    margin: 0 0 5px 0;
}

.dl_impact h5{
    font-size: 1.6rem;
    margin: 0;
    position: relative;
    color: #505050;
    padding-left: 20px;
}

h5::before{
    content: "■";
    color: #f9c705;
    font-size:0.8em;
    position: absolute;
    left: 0;
}


/****************************/
/*レスポンシブ
/****************************/
@media (min-width: 480px) {
	.flex-container-2 {
		display:flex;
		justify-content: flex-start;
	}
.col_3of4 {
	margin-top: 0;
}
}


@media (min-width: 768px) {
	.flex-img{
		display: flex;

	}
	.flex-img a {
        margin: 0 auto;

	}
	.flex-img img  {
    width: auto;
    max-height: 260px;
	}
} 

@media (max-width: 480px) {
	.flex-container-2 ul{
		margin-bottom: 10px;
	}

}


@media (max-width: 768px) {
     /*テキスト内写真*/
    .right {
        float: right;
        margin: 0 0 1em 1em;
    }
}



@media (min-width: 1100px) {
    /*主要7分野メニュー*/
    #adaptmenu_sp{
        display: none;
    }
}


@media (max-width: 1100px) {
   /*主要7分野メニュー*/
    #adaptmenu_pc{
        display: none;
    }
    #adaptmenu_sp{
        display:block!important;
        background-color: #f7f5f5;
        padding: 30px 30px 5px;
        border-bottom: none;
    }
    #adaptmenu_sp li {
        text-align: left;
        padding: 0 0 20px 0;
    }
    #menu_agri a{
        background: url("../img/pictogram/agri.png") no-repeat left 5px;
        padding: 20px 60px;
    }
    #menu_water a{
        background: url("../img/pictogram/water.png") no-repeat left 5px;
        padding: 20px 60px;
    }
    #menu_eco a{
        background: url("../img/pictogram/eco.png") no-repeat left 5px;
        padding: 20px 60px;
    }
    #menu_disaster a{
        background: url("../img/pictogram/disaster.png") no-repeat left 5px;
        padding: 20px 60px;
    }
    #menu_health a{
        background: url("../img/pictogram/health.png") no-repeat left 5px;
        padding: 20px 60px;
    }
    #menu_industry a{
        background: url("../img/pictogram/industry.png") no-repeat left 5px;
        padding: 20px 60px;
    }
    #menu_life a{
        background: url("../img/pictogram/life.png") no-repeat left 5px;
        padding: 20px 60px;
    }
}

@media (min-width: 1200px) {
.flex-container {
	flex-direction:row;
	justify-content: space-between;
}
/*.flex-item {
	flex-basis: 49%;
	flex-direction:column;
}*/
    
.tab_area label {
    width: 80px;
}
}

@media (min-width: 1400px) {

}


    