@charset "utf-8";

/**********************************************/
/* A-PLAT 改修版 */
/* 地域の適応　計画を策定する  2020.11.11 */
/**********************************************/


/*メニューの色*/
#sidemenu-6 ul.child {
    display: block;
}
#sidemenu-6 > a {
    background-color: #F1B0B7; /*赤*/
}

/*画像リンクの外部リンクアイコン非表示*/
.study-block_image a::after{
	display: none;
}
.study-block_content h3{
	border-bottom: none;
}


/*WebGISによるデータ収集・共有・発信ページ*/

.scroll-table table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.arcgis_tbl{
    border-collapse: separate;
    border-spacing: 5px 0px;
}
.scroll-table table tbody {
	width: 1400px;
  display:table;
}
.scroll-table tbody th,.scroll-table tbody tr,.scroll-table tbody td {
	border: none;
}
.table-w7{
	width: 70px;
}
.table-w19{
	width: 190px;
	
}
.arcgis_tbl th{
	background-color: #fff;
}
.objective td{
	padding: 0; 
	border: 2px solid #fff;
	vertical-align: middle;
}
.objective span{
    background: -moz-linear-gradient(top, #e0edff, #99c3ff);
    background: -webkit-linear-gradient(top, #e0edff, #99c3ff);
    background: linear-gradient(to bottom, #e0edff, #99c3ff);
	border: 2px solid #1277bf;
	border-radius: 20px;
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 128px;
    box-shadow: 2px 2px 4px gray;
}
.function{
	background-color: #1779bf;
	color: #fff;
	text-align: center;
}
.scroll-table .app_border1 td{
	border: 4px solid #1779bf;
	border-bottom: none;
	font-weight: bold;
}
.scroll-table .app_border1 td .f08em{
	color: #666;
	font-weight: normal;
}
.scroll-table .app_border2 td{
	border: 4px solid #1779bf;
	border-top: none;
}
.runbook{
	background-color: #f7f0ff;
	border: 2px solid #fff;
}
.runbook td{
	border: 2px solid #fff;
}
.casestudy{
	background-color: #f2f8ee;
	border: 2px solid #fff;
}
.casestudy td{
	border: 2px solid #fff;
}


/*DLボタン*/
.download-section_area_co2{
	display: flex;
	justify-content: space-between;
}
.download-section_col{
	width:  48%;
	background-color: #f5f5f5;
	padding: 20px;
}
.download-section_col p{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.fa-file-word-o{
	color: #6495ed;
}
.fa-file-powerpoint-o{
	color: #d2691e;
}
.survey_list{
    list-style: none;
    line-height: 1.5;
}
.survey_list li{
    margin-bottom: 0;
}
.survey_list li ul{
    margin: 10px 0 0 30px;
}

.flex_bnr{
    margin-top: -20px;
	margin-bottom: 30px;
}

.flex_bnr .flex_title h1{
    margin-top: 0;
}
.casestudy{
background-color: #f2f8ee;
}
/* 下矢印 */
.casestudy_jmp a{
    position: relative;
    display: block;
	padding-left: 20px;
}
.casestudy_jmp a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #697b91;
    border-right: solid 2px #697b91;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.casestudy_tbl tr:nth-child(odd){
    background-color: #F8F8F8;
}
.casestudy_tbl th:nth-child(1) {
    width: 8%;
}    
 .casestudy_tbl th:nth-child(2) {
    width: 12%;
}     
.casestudy_tbl th:nth-child(3) {
    width: 40%;
}    
 .casestudy_tbl th:nth-child(4) {
    width: 40%;
} 

@media (min-width: 480px) {    
.flex_bnr{
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
}
.flex_bnr .flex_title{
    width: 60%;
}
.flex_bnr .flex_title h1{
    font-size: 2.4rem;
}
.flex_bnr a{
    width: 30%;
}

}
@media (min-width: 768px) {    
.flex_bnr .flex_title{
    width: 70%;
}
.flex_bnr .flex_title h1{
    font-size: 3.4rem;
}
.flex_bnr a{
    width: 20%;
}	
}
@media (min-width: 1400px) {    
.arcgis_tbl{
	width: 1400px;
}
.casestudy_tbl{
 	width: 1400px;
}
.w1400{
 	width: 1400px;       
}
.casestudy_tbl tr:nth-child(odd){
    background-color: #F8F8F8;
}
.casestudy_tbl th:nth-child(1) {
    width: 8%;
}    
 .casestudy_tbl th:nth-child(2) {
    width: 12%;
}     
.casestudy_tbl th:nth-child(3) {
    width: 40%;
}    
 .casestudy_tbl th:nth-child(4) {
    width: 40%;
}     
}