@charset "utf-8";

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

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


/*STEP*/
.flow {}
.column {
    width:100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.step {
    width: calc(100% - 100px);
}
.step-arrow {
    width: 90px;
    background-color: #f5f5f5;
    background-image:  url("../img/arrow01.gif") , url("../img/arrow02.gif") , url("../img/arrow03.gif");
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position:left top, left bottom, left center;
}

.step-inner {
    background-color: #f5f5f5;
    padding: 30px 20px 30px 80px;
}


.stepbox1 {
    background: url("../img/step1.png") no-repeat left 10px;
}
.stepbox2 {
    background: url("../img/step2.png") no-repeat left 10px;
}
.stepbox3 {
    background: url("../img/step3.png") no-repeat left 10px;
}
.stepbox4 {
    background: url("../img/step4.png") no-repeat left 10px;
}
.stepbox5 {
    background: url("../img/step5.png") no-repeat left 10px;
}
.stepbox6 {
    background: url("../img/step6.png") no-repeat left 10px;
}
.stepbox7 {
    background: url("../img/step7.png") no-repeat left 10px;
}
.stepbox8 {
    background: url("../img/step8.png") no-repeat left 10px;

    background-image:  url("../img/step8.png") , url("../img/step0.png");
    background-repeat: no-repeat, no-repeat;
    background-position:left 10px, center 90%;
    padding-bottom: 120px;
}

.step-category {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    margin-right: 0px;
}
.step-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.step-inner p {
    line-height: 160%;
}

/*▼マーク*/
.step-inner {
  position: relative;
    margin-bottom: 30px;
}
.step-inner:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -25px;
    border: 22px solid transparent;
    border-top: 20px solid #4E6EC6;
    z-index: 2;
}
.step .step-inner:last-child:before {
    border-top: 0;
}


/*色設定*/
.color-blue {
    background-color: #CAE4F1;
}
.color-blue::before {
    border-top-color:#CAE4F1;
}
.color-blue .step-category {
    color: #0091D0;
}
.color-orange {
    background-color:#F7D9BF;
}
.color-orange::before {
    border-top-color:#F7D9BF;
}
.color-orange .step-category {
    color: #D06400;
}


/*関連リンク*/
.link-btn {
    margin: 0 auto;
    margin-left: -60px;
    text-align: center;
    cursor: pointer;
}
.link-btn a {
	width: 100%;
	max-width: 200px;
    background: url("../../img/icon_plus.png") no-repeat 90% center;
    background-color: #fff;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    padding:5px 0;
    display: inline-block;
}
.step li {
    margin: 0;
}


/*関連リンクのリスト*/
.st1,.st2,.st3,.st4,.st5,.st6,.st7,.st8 { display: none; }
.step1 .st1 {
    display: block;	
}
.step2 .st2 {
    display: block;	
}
.step3 .st3 {
    display: block;	
}
.step4 .st4 {
    display: block;	
}
.step5 .st5 {
    display: block;	
}
.step6 .st6 {
    display: block;	
}
.step7 .st7 {
    display: block;	
}
.step8 .st8 {
    display: block;	
}


.step-ttl {
    padding-bottom: 10px;
    border-bottom: 3px #B7B7B7 solid;
}
.step-ttl div {
	font-size: 160%;
	font-weight: bold;
    margin-right: 70px;
}
.step-ttl div span {
    margin-right:20px;
}



.step-link {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.step-link li {
	padding:30px 0;
	border-bottom: 2px #B7B7B7 solid;
}

.step-link .link-name {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	
}
.step-link .link-outline {}
.step-link .ref {}



/*ポップアップ*/
.remodal {
	padding:40px 20px 50px;
}
.remodal-close-local {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 0;
}
.remodal-close-local img {
    display: block;
    width: 60px;
    height: 60px;
} 

/*MOREボタン*/
.remodal .more {
    text-align: center;
    margin: 30px 0 0;
}
.remodal .more a {
    /*background: url("../img/icon_next3_w.png") no-repeat 90% center;*/
    background-image:url("../../img/icon_blank2_pro.png");
}


/*計画策定マニュアル ダウンロード*/
.download-box{
	display: flex;
}
.web_template .download-section_area{
	width: 60%;
}
.download-list{
	width: 40%;
	border: 3px solid #f5f5f5;
    justify-content: center;
}
.download-list ul{
	list-style: none;
}
.download-list li{
	margin-bottom: 0;
    font-size: 0.9em;
}
.pdf_icon::before {
    font-family: "FontAwesome";
    content: '\f1c1';
	margin-right: 5px;
	color: #FF6666;
}
.folder_icon::before {
    font-family: "FontAwesome";
    content: '\f07b';
	margin-right: 5px;
	color: #ffd700;
}
.zip_a_icon::after {
    font-family: "FontAwesome";
    content: '\f1c6';
	margin-right: 5px;
	color: #4169e1;
}
.word_icon::before {
    font-family: "FontAwesome";
    content: '\f1c2';
	margin-right: 5px;
	color: #4169e1;
}
.excle_icon::before {
    font-family: "FontAwesome";
    content: '\f1c3';
	margin-right: 5px;
	color: #008000;
}

.reference_link{
	border: 1px solid #ccc;
	padding: 20px;
}
.reference_link p{
	margin-top: 0;
	padding: 0
}
.study-block_image a[target="_blank"][rel="noopener"]::after{
   content: none;
}

.local_reference{
	border: 1px solid #D05866;
	padding: 10px 15px;
	line-height: 1.6;
	font-size: 0.9em;
}

/*アイコン（Excel）のサイズ調整*/
.icon{
	color: #227447;
	max-height: 25px;
	padding:0 2px 10px;
}

/*計画一覧　WP対応*/
.tbl-adaptation-wp {
	border: 1px solid #ddd;
    margin: 0 0 10px 0;
    padding: 0;
}
.tbl-adaptation-wp .adaptation-plan th {
	border-bottom: 0;
	border-top: 0;
}
.tbl-adaptation-wp .adaptation-plan th:not(:first-child){
	border-bottom: 1px solid #ddd;
}

/*計画位置づけの説明枠*/
.list_box{
	border: 1.5px solid #D05866;
	padding: 0px 30px;
	margin-top: 50px;
	
}
.keni-main .tbl-adaptation a[target=_blank][rel=noopener] {
	padding: 0;
}
.keni-main .tbl-adaptation a[target=_blank][rel=noopener]::after {
    display: none;
	margin: 0;
}
tbody th .th-ken{border: #333;}

/*地域気候変動適応計画策定・改定の参考事例*/
.contentbox ul{
	margin-left: 0;
}
.contentbox li{
	list-style-type: none;
	line-height: 1.2;
	margin-bottom: 8px;
}
.icon_excel{
	color:#227447 !important;
	margin-left: 10px;
}
.icon_ppt{
	color: #D24827!important;
	margin-left: 10px;
}

/*20250415　追加*/
.tbl-adaptation .td-list {
    width: 80%; }
.tbl-adaptation .td-list2 {
    width: 48%; }
.tbl-adaptation .td-list3 {
    width: 15%; }
.tbl-adaptation .td-list4 {
    width: 15%; }

/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {

}

@media (min-width: 768px) {
}

@media (min-width: 920px) {
    .step-arrow {
        width: 100px;
    }
    .step {
        width: calc(100% - 130px);
    }
    .step-inner {
        padding: 30px 100px 30px 100px;
    }
    .step-inner p {
        line-height: 180%;
    }
    .step-category {
        margin-right: -50px;
    }
    .link-btn {
        margin: 0 auto;
    }
    .remodal {
	    padding:60px 50px 50px;
    }
    .stepbox8 {
        background: url("../img/step8.png") no-repeat left 10px;
        background-image:  url("../img/step8.png") , url("../img/step0.png");
        background-repeat: no-repeat, no-repeat;
        background-position:left 10px, 95% 85%;
        padding-bottom: 30px;
        background-color: #CAE4F1;
    }
    .remodal .more {
        text-align: right;
    }
}

@media (min-width: 1400px) {
}
@media (max-width: 768px) {
	/*計画策定マニュアル*/
}

@media (max-width: 920px) {
	.col2-wrap > .col{
	width: 100%;
	}
	.tbl-change .thead {
      display: none;
    }
    .tbl-change tr {
      width: 100%;
    }
    .tbl-change td {
      display: block;
      width: 100%;
    }
    .tbl-change td:first-child {
      background: #f7f7f7;
      color: #505050;
      font-weight: bold;
      /*text-align: center;*/
    }
    .tbl-change td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      margin-right: 10px;
    }

}