@charset "UTF-8";
/* CSS Document */

/* =================================================================
   Border radius
   ================================================================= */
.border-copy-blue {
	border: #0095d1 solid 2px;
	border-radius: 10px;
	font-size: 180%;
	padding: 10px;
	text-align: center;
	color: #0095d1;
	margin-bottom: 50px;
	font-weight: bold;
}
.border-copy-small {
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #475a81; 
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 130%;
}
.border-copy-wh {
	text-align: center;
	background-color: #477eeb;
	padding: 15px;
	border-radius: 10px;
	font-size: 180%;
	color: #fff;
	font-weight: bold
}
.border-copy-fill {
	background-color: #475C85;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}
.border-copy-fill-02 {
	background-color:#7fcaef;
	border-radius: 50px;
	font-size: 180%;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	margin-bottom:20px;
	font-weight: bold;
}
/* =================================================================
   CO2 sub
   ================================================================= */
.subscript-2 {
	vertical-align: text-bottom;
	font-size: 80%;
}
/* =================================================================
   list black circle
   ================================================================= */
.text-list-notes-circle li {
	margin: 5px 0 12px 0;
	max-height: 999999px;
	font-size: 14px;
	line-height: 1.75;
}
.text-list-notes-circle li::before {
	content: "⚫︎";
}
.text-list-notes-circle li {
	padding-left: 1em;
}
.text-list-notes-circle li:last-of-type {
	margin-bottom: 1em;
}
/* =================================================================
   infomation
   ================================================================= */
.info-frame {
	border: solid 1px;
	padding: 0px 30px 12px 30px;
}
.info-border {
	border-top: solid 1px;
	margin: 1em 0em;
	border-color: #ccc;
}
.info-label {
	display: inline-block;
	width: 8em;
}
/* =================================================================
   ghp table
   ================================================================= */
.t-caption {
	display: flex;
	align-items: center; 
	gap: 8px;            /* 長方形と文字の間の余白 */
	font-size: 16px;
}
.t-caption::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 18px;
	background-color: #d1c7e0;
}
.t-caption-b {
	display: flex;
	align-items: center; 
	gap: 8px;            /* 長方形と文字の間の余白 */
	font-size: 16px;
}
.t-caption-b::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 18px;
	background-color: #c8cadf;
}
.caption-container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0;
	padding: 0;
}
.column-one_default .column-one_child-2 > * + *,
.column-two_default .column-two_child-2 > * + *,
.column-three_default .column-three_child-2 > * + *,
.column-four_default .column-four_child-2 > * + * {
	margin-top: 0px;
}
.column-two_default .column-two_child-2 {
    width: 48%;
    float: none;
    margin-right: 0;
  }
.product-n-r {
	color: red;
	font-weight: bold;
}
.product-n {
	color: purple;
	font-weight: bold;
}
.sub-baseline {
	display: inline;
	vertical-align: text-bottom;
	font-size: 80%;
}
.percent-26 {
	color: purple;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}
/* =================================================================
   table margin
   ================================================================= */
table.table_default-m {
	border: 1px solid #e6e6e6;
	width: 100%;
}
table.table_default-m th,
table.table_default-m td {
	border: 1px solid #cccccc;
	padding: 0.5em ;
	vertical-align: middle;
}
table.table_default-m th {
	background: #f1f1f2;
	color: #333;
	font-weight: normal;
	text-align: center;
}
table.table_default-m td {
	color: #333;
}

@media (max-width: 768px) {
.column-two_default .column-two_child-2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}