@charset "utf-8";
/* CSS Document */
main {
   display: block;
}
.img-bottom{
  margin-bottom: 80px;
}
.right-text{
  text-align: right;
}
.box .container{
  max-width: 770px;
  margin: auto;
}
.detailbox{
  background-color:#f1f4f6;
  padding: 30px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 30px;
}
.detail-text{
  background-color: #fff;
  padding: 30px;
  max-width: 480px;
  width: 100%;
      box-sizing: border-box;
}
.mainvisual-area-title{
  line-height: 1;
  display: inline-block;
}
.contents-wrap table,.contents-wrap02 table{
	width: 100%;
}
.contents-wrap table.widthout,.contents-wrap02 table.widthout{
	width: auto;
}
.contents-wrap table th,.contents-wrap02 table th{
	background-color:#ccdce7;
	font-weight: bold;
}
.contents-wrap table tr.top th,.contents-wrap02 table tr.top th{
	background-color:#6896b8;
	color: #fff;
}
.thirdh3-en{
  display: inline-block;
  line-height: 1.2;
}

.contents-wrap table td,.contents-wrap table th,.contents-wrap02 table td,.contents-wrap02 table th{
	padding: 15px 40px;
	border: 1px solid #457ea9;
	text-align: center;
	box-sizing: border-box;
}
.contents-wrap02 {
    overflow: hidden;
    padding: 20px 0 40px;
}

.center{
	margin-bottom: 20px;
}
.climate_title{
	font-size: 88%;
    color: #04508a;
	font-weight: bold;
}
.submidashi{
color: #04508a;
    text-align: center;
    font-size: 115%;
    margin: 40px auto 10px;
    font-weight: bold;
}
p span {
	color:#035089;
}
a.agencies-card_button {
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    background: #035089 url("../../../common/img/arrow-icon05.png")no-repeat right 20px center;
    letter-spacing: 1.25px;
    position: relative;
    display: inline-block;
	width: 100%;
	text-align: center;
}
.btn{
	width: 300px;
	margin: 30px auto 0;
}
.graph{
	width: 80%;
	margin: auto;
}
.graph img{
	width: 100%;
}
.tcfd{
	width: 70%;
	margin: 30px auto 0;
}
.tcfd img{
	width: 100%;
}

/*--------------
.circle_list
----------------*/

.table-outer table {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #6896B8;
}
.table-outer table th {
	background: #ccdce7;
}
.table-outer table td:nth-child(4){
	width: 200px;
}
.table-outer table .th_fit{
  text-align: center;
}
.table-outer table td {
	text-align: right;
}
.table-outer table th{
  text-align: right;
}
.table-outer table td, .table-outer table th {
  padding: 15px 10px;
  border: 1px solid #6896B8;
  box-sizing: border-box;
}
.table-outer table .double td, .table-outer table .double th{
  border-bottom: double 3px #6896B8;
}
.lefttable .first td{
  text-align: center;
}
.table_text{
  margin-top: 14px;
  text-indent: -6em;
  padding-left: 6em;
}
.lefttable tr td:nth-child(1){
  text-align: center;
}
.table-outer table td, .table-outer table th{
  padding: 15px 10px;
}
@media screen and ( max-width: 767px ){
.detailbox{
  display: block;
    padding: 30px 5%;
  }
.detail-img{
  text-align: center;
  margin-bottom: 30px;
  }
a.agencies-card_button {
    background: #035089 url("../../../common/img/arrow-icon05.png")no-repeat right 20px center;
    padding: 15px 0px;
}
.detail-text{
  padding: 5%;
  }
.btn{
	width: 90%;
	margin: 30px auto 0;
	font-size: 13px;
}
	.contents-wrap table td,.contents-wrap table th,.contents-wrap02 table th{
    padding: 15px 20px;
}
	.graph{
		width: 100%;
	}
  .table-outer {
    overflow-x: scroll;
  }
  .table-outer table {
    width: 385px;
    padding-bottom: 20px;
}
  .table-outer table td, .table-outer table th{
    font-size: 10px;
  }
  .table-outer table td:nth-child(4) {
    width: auto;
  }
  .table-outer table td, .table-outer table th{
    padding: 15px 5px;
  }
  .lefttable tr td:nth-child(1) {
    width: 20px;
  }
}
@media print {

}