@charset "UTF-8";
/*============================================================================*\
    Page - Report
\*============================================================================*/
/* Heading */
.report-h2 {
	display: flex;
	flex-direction: column-reverse;
	font-weight: 700;
	font-feature-settings: "pkna";
	line-height: 1.4;
	letter-spacing: .1em;
}
.report-h2__main { font-size: 2rem; }
.report-h2__sub {
	margin-bottom: .8rem;
	font-size: 1.2rem;
}
.report-h3 {
	margin-bottom: 1.6rem;
	color: #000080;
	font-size: 1.8rem;
	font-weight: 700;
	font-feature-settings: "pkna";
	line-height: 1.5;
	letter-spacing: .1em;
}
.report-h4 {
	margin-bottom: 1.6rem;
	color: #000080;
	font-size: 1.8rem;
	font-weight: 700;
	font-feature-settings: "pkna";
	line-height: 1.5;
	letter-spacing: .1em;
}
.report-h4.box-heading { margin-bottom: 1.4rem; }

@media (min-width:42.5em) {
	.report-h2__main { font-size: 3.6rem; }
	.report-h2__sub { font-size: 2rem; }
	.report-h2__sub--main-long { margin-bottom: 4rem; }
	.report-h3 {
		margin-bottom: 4rem;
		font-size: 2.6rem;
	}
	.report-h4 {
		margin-bottom: 3.2rem;
		font-size: 2rem;
	}
	.report-h4.box-heading { margin-bottom: 1.6rem; }
}

/* 2023.10.02 add */
.tac {
  text-align: center;
}

@media (min-width: 42.5em){
  .gap10 {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 0;
    flex-basis: 100%;
  }
  .gap10 [class*="fx-col"] {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
  }
  .gap10 .w-100 {
    height: auto;
    max-height: 338px;
  }
  .gap10 .fx-col-100 {
    flex-basis: auto;
  }
}

.fx-row--gutter-6-md {
  justify-content: start;
}
