<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.items:not(:last-child) {
	padding-bottom: 80px;
}
.items .subrow {
	margin-bottom: 15px;
}
.items .sub-title-txt {
	max-width: 80%;
	margin-left: 4rem;
}
.items .desc img:not(.strategies-icon) {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.items .desc img.strategies-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.strategies_details {
	letter-spacing: 2px;
}
.strategies_details p {
	margin-bottom: 2rem;
	color: #565759;
}
.strategies_details ul li {
	color: #565759;
}
.strategies_details ol {
	padding-left: 18px;
	margin-top: 100px;
}
.strategies_details a {
	text-decoration: underline;
	color: #000;
}
.strategies_details a:hover {
	color: #743ca5;
}
.strategies_details .table a {
	display: contents;
	text-decoration: underline;
}
ol a {
	cursor: pointer;
	word-break:break-all;
	text-decoration: underline;
	color: #000;
}
ol a:hover {
	color: #743ca5;
}
.strategies_details ol li {
	font-size: 1rem;
	line-height: 1.2;
	padding-bottom: 10px;
	letter-spacing: 0px;
}

.section2 .rm.active {
	color: #006f69;
}
.section3 .rm.active {
	color: #e89622;
}
.section4 .rm.active {
	color: #8f5517;
}
.section5 .rm.active {
	color: #009d98;
}

.strategies_details ul {
    list-style: none; /* 蝘駁膄暺䁅恕����𡑒”憿� */
}
.strategies_details ul li:before {
    content: "��"; /* ��𥕦遣銝�銝芸��� */
    font-size: 1em; /* 霈曄蔭憭批�� */
    display: inline-block;
    width: 1em; /* �綉�����孵�峕��𧋦銋钅𡢿��頝萘氖 */
    margin-left: -1.2rem; /* �綉�����孵�峕��𧋦銋钅𡢿��頝萘氖 */
}
.strategies_details .table ul li {
	margin-left: 0.5rem;
	color: #565759;
	color: #000;
}
.strategies_details .bq {
	color: transparent;
}
.subpage &gt; div {
	padding-top: 0px;
}
.strategies_details .details-title {
	font-weight: bold;
	font-size: 1.4rem;
	display: inline-block;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	line-height: 1.7;
}

.section2 .details-title {
	color: #006f69;
	border-bottom: 3px solid #006f69;
}
.section3 .details-title {
	color: #e89622;
	border-bottom: 2px solid #e89622;
}
.section4 .details-title {
	color: #8f5517;
	border-bottom: 2px solid #8f5517;
}
.section5 .details-title {
	color: #009d98;
	border-bottom: 2px solid #009d98;
}

.strategies_details .ind {
	border-radius: 3px;
	display: inline-block;
	width: 5px;
	height: 1.6rem;
	margin-bottom: -5px;
	margin-right: 10px;
	margin-top: 30px;
}

.strategies_details .details-subtitle {
	margin-bottom: 1.5rem;
}


.img01 &gt; div {
	display: inline-block;
	width: 33.3333333%;
	border: none;
	margin: 0px;
	margin-top: -10px;
	margin-bottom: -40px;
	padding: 0px;
	float: left;
}
.img01 &gt; div:nth-child(1) {
	padding-right: 2%;
}
.img01 &gt; div:nth-child(2) {
	padding-left: 1%;
	padding-right: 1%;
}
.img01 &gt; div:nth-child(3) {
	padding-left: 2%;
}
.img01 {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
}
.img02 img {
	margin: 0px;
}
.img02 &gt; div {
	display: inline-block;
	width: 50%;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.img02 {
	margin-bottom: 30px;
	overflow: hidden;
}
.img02 &gt; div:nth-child(1){
	padding-right: 0.5%;
}
.img02 &gt; div:nth-child(2){
	padding-left: 0.5%;
}

.section2 .ind {
	background-color: #006f69;
}
.section3 .ind {
	background-color: #e89622;
}
.section4 .ind {
	background-color: #8f5517;
}
.section5 .ind {
	background-color: #009d98;
}

.strategies_details .details-icon {
  width: 25px;
  height: 15px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -19px;
  right: -5px;
  margin-right: 3px;
}
.strategies_details .arrow {
  position: absolute;
  top: 25px;
  width: 70%;
  height: 3px;
  background-color: #000;
  transition: all .3s linear;
}
.strategies_details .arrow::after, .strategies_details .arrow::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 3px;
  right: -2px;
  background-color: #000;
  transition: all .3s linear;
}
.strategies_details .arrow::after {
  top: -3px;
  transform: rotate(45deg);
}
.strategies_details .arrow::before {
  top: 3px;
  transform: rotate(-45deg);
}
.table {
	margin: 30px 0px;
}
.table ul {
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
}
.strategies_details .table {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
/*  font-size: 1.4rem;*/
  line-height: 1.5;
  color: #000;
}
/*.strategies_details .table p {
	margin-bottom: 0px;
	color: #000;
}*/
.strategies_details .table &gt; div {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  padding: 10px 15px;
}

.strategies_details .table &gt; div:nth-child(2n+1){
	width: 15%;
	display: flex;
	justify-content: center;
  align-items: center;
  text-align: center;
}
.strategies_details.strategies_details03 .table &gt; div:nth-child(2n+1){
	justify-content: start;
	text-align: left;
}
.strategies_details .table &gt; div:nth-child(2n+2){
	width: 85%;
	display: flex;
	align-items: center;
}

.strategies_details .table03 &gt; div:nth-child(2n+1){
	width: 20%;
	display: flex;
}
.strategies_details .table03 &gt; div:nth-child(2n+2){
	width: 80%;
}

.strategies_details .table08 &gt; div:nth-child(2n+1){
	width: 18%;
	display: flex;
}
.strategies_details .table08 &gt; div:nth-child(2n+2){
	width: 82%;
}

.strategies_details .table14 &gt; div:nth-child(2n+1){
	width: 22%;
	display: flex;
}
.strategies_details .table14 &gt; div:nth-child(2n+2){
	width: 78%;
}

.strategies_details .table11 &gt; div:nth-child(2n+2) {
	display: block;
}

.strategies_details .table &gt; div:nth-child(2){
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #fff;
}
.strategies_details .table &gt; div:nth-child(4n+1){
	background-color: #cae6d5;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.strategies_details .table &gt; div:nth-child(4n+3){
	background-color: #adcac7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.strategies_details .table &gt; div:nth-child(4n+4) {
	background-color: #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #fff;
}
.strategies_details .table01 &gt; div:nth-child(2){
	border-top: none;
}
.section3 .table &gt; div:nth-child(4n+1){
	background-color: #f9deb5;
	color: #e89622;
}
.section3 .table &gt; div:nth-child(4n+3){
	background-color: #fff6d0;
	color: #e89622;
}

.section4 .table &gt; div:nth-child(4n+1){
	background-color: #c19a73;
	color: #8f5517;
}
.section4 .table &gt; div:nth-child(4n+3){
	background-color: #d6bca1;
	color: #8f5517;
}

.section2 .table01 &gt; div:nth-child(3n+1){
	width: 15%;
	display: flex;
	justify-content: center;
  align-items: center;
}
.section2 .table01 &gt; div:nth-child(3n+2){
	background-color: #fff;
	width: 55%;
	text-align: left;
	justify-content: start;
}
.section2 .table01 &gt; div:nth-child(3n+3){
	background-color: #fff;
	width: 30%;
	display: flex;
	text-align: left;
	justify-content: start;
	align-items: center;
}

.section2 .table01 &gt; div:nth-child(6n+4){
	background-color: #adcac7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.section2 .table01 &gt; div:nth-child(6n+1){
	background-color: #cae6d5;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.section2 .table01 &gt; div:nth-child(6n+2), .section2 .table01 &gt; div:nth-child(6n+3) {
	background-color: #ededed;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.section2 .table01 &gt; div:nth-child(6n+3) {
	border-right: 1px solid #ededed;
}

.section2 .table01 &gt; div.th {
	background-color: #006661;
	color: white;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.section4 .table &gt; div.th {
	background-color: #8f5517;
	color: white;
	border-top: 1px solid #8f5517;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.section4 .table &gt; div.th:nth-child(2){
	border-right: 1px solid #8f5517;
}


.section2 .table02 &gt; .th:nth-child(1) {
	background-color: #006661;
	color: #fff;
	width: 30%;
}
.section2 .table02 &gt; .th:nth-child(2) {
	width: 70%;
	padding: 0;
	border: none;
}
.section2 .table02 &gt; .th:nth-child(2) &gt; table td {
	padding: 5px 15px;
	vertical-align: middle;
}
.section2 .table02 &gt; .th:nth-child(2) &gt; table {
	height: 100%;
	width: 100%;
	border: none;
	text-align: center;
}
.section2 .table02 &gt; .th:nth-child(2) &gt; table tr:nth-child(1) td {
	background-color: #adcac7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.section2 .table02 &gt; .th:nth-child(2) &gt; table tr:nth-child(1) td:nth-child(2) {
	background-color: #cae6d5;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.section2 .table02 &gt; .th:nth-child(2) &gt; table tr:nth-child(2) td {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.section2 .table02 &gt; .th:nth-child(2) &gt; table tr:nth-child(2) td:nth-child(2) {
	background-color: #ededed;
}
.items .subrow {
	cursor: pointer;
}


.cross {
	height: 100%;
	width: 3.5rem;
	position: absolute;
	top: 50%;
	left: 2rem;
}
.cross img {
	transition: opacity .5s linear;
	width: 1.8rem;
	position: absolute;
	margin-top: -0.9rem;
	top:0px;
	left: 0px;
}
.cross .expanded {
	opacity: 0;
}
.cross.active .expanded {
	opacity: 1;
}
.cross.active .expand {
	opacity: 0;
}

.section2 .table02 &gt; .th td {
	width: 33.3333333%;
}

.subpage &gt; div {
	padding: 0px;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
	.items .sub-title-txt {
    max-width: 60%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.cross {
		left: 1.5rem;
	}
	.cross img {
		width: 1.5rem;
		margin-top: -0.75rem;
	}
	.items .sub-title-txt {
		margin-left: 3rem;
	}
	.items ol {
		margin: 0px 10px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
	.section2 .table02 &gt; .th:nth-child(1) {
		width: 100%;
	}
	.section2 .table02 &gt; .th:nth-child(2) {
		width: 100%;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	.cross {
		left: 1rem;
	}
	.table ul {
		padding-left: 15px;
	}
	.strategies_details .items {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.strategies_details .ind {
		margin-top: 10px;
	}
	.strategies_details .details-subtitle {
		margin-bottom: 0.5rem;
	}
	.img01 {
		margin-bottom: 0px;
	}
	.img01 &gt; div {
		margin: 0px;
	}
	.items .desc img {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.strategies_details p {
		margin-bottom: 1.3rem;
	}

	.strategies_details .table &gt; div:nth-child(2n+1) {
		width: 20%;
	}
	.strategies_details .table &gt; div:nth-child(2n+2) {
		width: 80%;
	}

	.strategies_details .table10 &gt; div:nth-child(2n+1) {
		width: 30%;
	}
	.strategies_details .table10 &gt; div:nth-child(2n+2) {
		width: 70%;
	}

	.strategies_details .table {
/*		font-size: 1rem;*/
	}
	.strategies_details .table &gt; div {
		padding: 5px;
	}
	.section2 .table01 &gt; div:nth-child(1){
		display: none;
	}
	.section2 .table01 &gt; div:nth-child(3n+1){
		width: 100%;
	}
	.section2 .table01 &gt; div:nth-child(3n+2){
		width: 70%;
	}
	.section2 .table01 &gt; div:nth-child(3n+3){
		width: 30%;
		border-right: none;
	}
	
	.section2 .table01 &gt; div:nth-child(6n+2), .section2 .table01 &gt; div:nth-child(6n+3) {
		background-color: #fff;
	}
	.section2 .table01 &gt; div.th {
    background-color: #006661;
  }


  .strategies_details ul li {
		margin-left: 0px;
	}
  .strategies_details ol li {
  	font-size: 0.8rem;
  }
  .strategies_details ul li:before {
  	margin-left: -1rem;
  }
}</pre></body></html>