@charset "utf-8";
/* ===========================================
	heading
=========================================== */
.inner-head {
    padding: 45px 0;
	text-align: center;
    background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/bg_inner_h1.jpg) center no-repeat;
    background-size: cover;
}

#categorytitle {
    color: #FFF;
    font-size: 156%;
	font-weight: bold;
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

h1 {
	color: #333;
	padding: 20px 30px;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 40px;
	/*background: #c3e3f3;
	border-bottom: 2px solid #67b5de;*/
	background: #d9ebf4;
	border-bottom: 2px solid #9abfd2;
}
h2 {
	color: #FFF;
	padding: 12px 20px;
	font-size: 125%;
	font-weight: bold;
	background: #005dac;
	margin-bottom: 30px;
}
h3 {
	color: #333;
	padding-left: 22px;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 2px solid #c9c9c9;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_h4.png) left 9px no-repeat;
}
h4 {
	color: #005dac;
	font-weight: bold;
	font-size: 112%;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .inner-head {
    padding: 15px 0;
    text-align: center;
    background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/header_mb.png) center no-repeat;
    background-size: 100%
  }
  #categorytitle {
    font-size: 1.2rem;
  }
  
  h1 {
    color: #333;
    padding: 10px 15px;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    background: #d9ebf4;
    border-bottom: 2px solid #9abfd2;
    text-align: center;
  }
  h2 {
    color: #FFF;
    padding: 6px 10px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: center;
  }
  h3 {
    padding-left: 32px;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 10px;
    background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_h4.png) 10px 7px no-repeat;
  }
  h4 {
    color: #005dac;
    font-weight: bold;
    font-size: 112%;
    width: 94%;
    margin: 0 auto;
  }
}


/* ===========================================
	button
=========================================== */

.btn-01, .btn-02 {
	text-align: center;
}
.btn-01 a, .btn-02 a {}
.btn-01 {
	
}
.btn-01 {
	margin-top: 30px;
}
.btn-01 a {
	color: #333;
	padding: 10px 20px;
	font-size: 150%;
	text-align: center;
	display: inline-block;
	background: #f6e661;
}
.btn-01 a:hover {
	color: #FFF;
	background: #ffc000;
}

/* c_btn_type01
----------------------*/
.c_btn_type01 a {
	display: inline-block;
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
    font-size: 112%;
}
	.c_btn_type01 a:hover {
		color: #FFF;
	}
	/* btn_red01 */
	.btn_red01 a {
		background: #cc2200;
	}
	.btn_red01 a:hover {
		background: #750b0b;
	}
	/* btn_blue01 */
	.btn_blue01 a {
		background: #005dac;
	}
	.btn_blue01 a:hover {
		background: #083154;
	}

/* c_btn_type02
----------------------*/
.c_btn_type02 a {
	display: inline-block;
	text-align: center;
	color: #333;
	padding: 10px 20px;
	font-weight: bold;
}
	.c_btn_type02 a:hover {
		color: #333;
	}
	/* btn_yellow01 */
	.btn_yellow01 a {
		background: #eee187;
	}
	.btn_yellow01 a:hover {
		background: #fbd396;
	}


/* ===========================================
	box
=========================================== */
/* 連絡先
----------------------*/
.box_contact01 {
	border: 1px solid #FFDB6F;
	background: #FFFAEC;
	padding: 30px;
}
.box_contact01 .ttl {
	font-weight: bold;
	font-size: 112%;
}

@media screen and (max-width: 640px) {
  .box_contact01 {
    width: 88%;
    margin: 0 auto;
    border: 1px solid #FFDB6F;
    background: #FFFAEC;
    padding: 10px;
  }
  .box_contact01 .ttl {
    font-weight: bold;
    font-size: 1.1rem;
  }
}


/* その他
----------------------*/
.box_type_red01 {
	background: #FEF8F9;
	padding: 30px;
	border: 1px solid #EFA3A7;
}

.box_type_wh01 {
	background: #FFF;
	padding: 30px;
}

@media screen and (max-width: 640px) {
  .box_type_wh01 {
    padding: 15px;
  } 
  .box_type_red01 {
    margin: 0 auto;
    padding: 2%;
    width: 94%;
  }
  .box_type_red01 tr,
  .box_type_red01 td {
    display: block;
    width: auto;
  }
}


/* ===========================================
	col
=========================================== */
.col li {
	display: inline-block !important;
	padding: 0 10px 10px;
	box-sizing: border-box;
}
.col1 li {
    width: 100%;
}
.col2 li {
	width: 50%;
}
.col5 li {
	width: 20%;
}

@media screen and (max-width: 640px) {
  .col2 li {
    width: 100%;
    margin-bottom: 30px;
  } 
  .col5 li {
    width: 100%;
  }
}


.col_btn_type01 li a {
	display: block;
	background: #FFF;
	padding: 15px 0;
	text-align: center;
	color: #005dac;
	border: 1px solid #005dac;
	font-weight: bold;
}
.col_btn_type01 li a:hover {
	color: #FFF;
	background: #005dac;
}




/* ===========================================
	table
=========================================== */
table th.white {
	background: #FFF;
}

/* tbl_type01 */
.tbl_type01 {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 100%;
}
.tbl_type01 th,
.tbl_type01 td {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tbl_type01 th {
	background: #DBEEF8;
	font-weight: bold;
}
.tbl_type01 td {
	background: #fff;
}

/* vertical-align */
.tbl_th_vt th {
	vertical-align: top;
}
.tbl_th_vm th {
	vertical-align: middle;
}

.tbl_type01 .td_gray {
	background-color: #C9C9C9;
}
.tbl_type01 .td_blue01 {
	background-color: #f1faff;
}
.tbl_type01 .td_blue02 {
	background-color: #67b5de;
}
.tbl_normal {
	width: 100%;
}

@media screen and (max-width: 640px) {
  /* tbl_type01 */
  .tbl_type01 {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
  }
  .tbl_type01 th,
  .tbl_type01 td {
    padding: 5px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }  
  
  .tbl_normal {
    width: 94%;
    margin: 10px auto;
  }  
  #link .tbl_normal tr,
  #link .tbl_normal td {
	  display: block;
  } 
}

.PickupText .logo{
	margin-right:6px;
	vertical-align: middle;
		}
.PickupText .text{
	display: inline-block;
	vertical-align: middle;
}
.PickupText .title{
	margin: 0;
	/* font-size:22px; */
    font-weight: bold;
}
.PickupText p{
	margin:0;
	line-height: 1;
    text-align: center
}

.PickUpContainer {
  line-height:200px;
  background-color:#fec;
  text-align:center;
}
.PickUpContainer .target{
  display:inline-block;
  vertical-align: middle;
  line-height:normal;
}

/* ===========================================
	list
=========================================== */
.disc li {
	list-style-type: disc !important;
	display: list-item !important;;
	margin-left: 1.5em;
}
/*.dec ul li {
	list-style-type: disc;
	display: list-item !important;;
	margin-left: 1.5em;
}*/
.dec li {
	list-style-type: decimal;
	display: list-item !important;
	margin-left: 1.5em;
}
.lower-alpha li {
	list-style-type: lower-alpha;
	display: list-item !important;;
	margin-left: 1.5em;
}
.normal_list li {
	list-style-type: none !important;
}
.normal_mab10 li {
	margin-bottom: 10px;
}



/* ===========================================
	section
=========================================== */
.sub-content {
	margin-bottom: 60px;
}
.sub-content:last-of-type {
	margin-bottom: 0;
}
.sub-content .caption {
	text-align: right;
}

@media screen and (max-width: 640px) {
  #section {
    width: auto;
  }
  .sub-content p,
  .sub-content ul {
    margin: 0 1rem;
    font-size: 0.95rem;
  } 
}


/* ===========================================
	link
=========================================== */

/* PDF リンク用 */
a.pdf-link {
	color: #005dac;
	padding: 1px 0 0 25px;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_pdf.png) left center no-repeat;
}
/* 内部PDFファイルの場合 */
a.pdf-link_inner {
	color: #005dac;
	padding: 1px 0 0 25px;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_pdf.png) left center no-repeat;
}

/* Word リンク用 */
a.word-link {
	color: #005dac;
	padding: 1px 0 0 25px;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_word.png) left center no-repeat;
}
/* 内部Wordファイルの場合 */
a.word-link_inner {
	color: #005dac;
	padding: 1px 0 0 25px;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_word.png) left center no-repeat;
}

/* Excel リンク用 */
a.excel-link {
	color: #005dac;
	padding: 1px 0 0 25px;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_excel.png) left center no-repeat;
}
/* 内部Excelファイルの場合 */
a.excel-link_inner {
	color: #005dac;
	padding: 1px 0 0 25px;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_excel.png) left center no-repeat;
}


a.out-link {
	color: #005dac;
	padding-left: 25px;
	background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_report.png) 3px center no-repeat;
}
a.pdf-link_inner:hover,
a.word-link_inner:hover,
a.excel-link_inner:hover,
a.pdf-link:hover,
a.word-link:hover,
a.excel-link:hover,
a.out-link:hover {
	color: #B3DEFB;
}
/* アイコンリンク時の別窓アイコン隠し */
a.outer_linkicon {
	padding-left: 0 !important;
	background: none !important;
}

@media screen and (max-width: 640px) {
  a.out-link {
    word-break: break-word;
  }
  a.pdf-link_inner:hover,
  a.word-link_inner:hover,
  a.wxcel-link_inner:hover,    
  a.pdf-link:hover,
  a.word-link:hover,
  a.excel-link:hover,    
  a.out-link:hover {
    color: #054080;
  }
}


.pdf-link02 a {
	display: block;
	background: #cc2200;
	color: #FFF;
	padding: 10px;
}
	.pdf-link02 a:hover {
		background: #750b0b;
		color: #FFF;
	}
	.pdf-link02 a span {
		background: url(https://www.jcm.go.jp/information/wp-content/themes/Carbon-Markets-Child/assets/images/icon_pdf02.png) left center no-repeat;
		padding-left: 25px;
		font-weight: bold;
	}



/* ===========================================
	margins and others
=========================================== */
.mat5 {
	margin-top: 5px !important;
}
.mat10 {
	margin-top: 10px !important;
}
.mat20 {
	margin-top: 20px !important;
}
.mat30 {
	margin-top: 30px !important;
}
.mat40 {
	margin-top: 40px;
}
.mat50 {
	margin-top: 50px;
}
.mleft10 {
	margin-left: 10px;
}
.mleft30 {
	margin-left: 30px;
}
.mab5 {
	margin-bottom: 5px !important;
}
.mab10 {
	margin-bottom: 10px !important;
}
.mab20 {
	margin-bottom: 20px !important;
}
.mab30 {
	margin-bottom: 30px !important;
}
.mab40 {
	margin-bottom: 40px !important;
}
.mab50 {
	margin-bottom: 50px !important;
}
.mab60 {
	margin-bottom: 60px !important;
}
.ALleft {
	text-align: left !important;
}
.ALcenter {
	text-align: center !important;
}
.ALright {
	text-align: right !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inline li {
	display: inline-block;
}
.clear {
	clear: both;
}

/* indent
--------------------*/
.indent {
	text-indent: 1.5em;
}
.indent li {
	text-indent: -1em;
	margin-left: 1em;
}

.indent_kome {
	text-indent: -1em;
	margin-left: 1em;
}
.indent_ast {
	text-indent: -0.5em;
	margin-left: 0.5em;
}
.indent02 li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.indent03 li {
	text-indent: -2em;
	margin-left: 2em;
}

@media screen and (max-width: 640px) {
  .indent_kome {
    text-indent: 0;
    margin-left: 0;
  }  
  .indent03 li {
    text-indent: -2em;
    margin-left: 2em;
  }  
}



/* text
--------------------*/
.txt_red {
	color: #cc2200;
}
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 80%;
}

.italic {
	font-style: italic;
}

/* width
--------------------*/
.w80 { width: 80px; }
.w110 { width: 110px; }
.w130 { width: 130px; }
.w150 { width: 150px; }
.w260 { width: 260px; }
.w280 { width: 280px; }
.w350 { width: 350px; }
.w360 { width: 360px; }
.w400 { width: 400px; }

.w_half { width: 50%; }
.w_one_third { width: 33%; }

@media screen and (max-width: 640px) {
  .w_half { width: 100%; }
  .w350 { width: 90%; }
  .w360 { width: 90%; }
  .w400 { width: 90%; }
}

.imgReduction70 {
    width: 70%;
    height: auto;
}

.imgReduction40 {
    width: 40%;
    height: auto;
}

.imgReductionJcmgpPkUp {
    width: 240px;
    height: 180px;
}

.imgReductionJcmgp3pillar {
    width: 832px;
    height: auto;
}


/* ===========================================
	clearfix
=========================================== */
.clearfix:after, .wrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	min-height: 0;
	overflow: hidden;
}
* html .clearfix, * html .wrap {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	
