@charset "utf-8";
/* CSS Document */


.table-container th:first-child{width: 12%;}
.table-container th:not(:first-child){width: calc(60% / 11);word-break: keep-all;}
.table-container td:not(:first-child) {text-align: right;}
.table-container th, .table-container td {font-size:14px;}
.table-container .c-table_content tr:not(:last-child) {border-bottom: 1px solid #eae4d9;}
.table-container th:not(:first-child) {border-left: 1px solid #fff;}

.check-container input[type="checkbox"] {
    display: inline-block !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
}

.irp_comment {
    text-align: right;
    margin: 2em 0;
}

#nav {
  margin: 0;
}

#nav ul {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  flex: 1;
}

#nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: var(--colorMain);
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#nav a.active {
	background: var(--colorMain);
    border-color: var(--colorMain);
    color: #fff;
}

#fychart h2.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 60px;
    letter-spacing: .04em;
}

#fychart h3.h3Tit {
    font-size: 17px;
    font-weight: bold;
}

#fychart label {
    font-size: 14px;
    margin-right: 13px;
}

#buttons {
    margin: 30px 0;
}

#buttons .text-left ul,
#buttons .text-right ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#buttons .text-left {
	float: left;
}

#buttons .text-right {
	float: right;
}

#buttons .graph-container ul,
#buttons .table-container ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#buttons a {
  text-decoration: none;
  box-sizing: border-box;
}

/* 左側ボタン */
#buttons .text-left li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 34px;
  padding: 0 16px;
  border: 1px solid #2c356f;
  border-radius: 4px;
  background: #fff;
  color: #2c356f;
  font-size: 14px;
  line-height: 1;
}

/* 右側ボタン */
#buttons .text-right > div ul li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #2c356f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#buttons #adjst {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-left: 4px;
  color: #666;
  font-size: 13px;
}

#buttons .xls-download,
#buttons .pdf-download {
    padding: 8px 5px !important;
    color: #fff !important;
    height: 1rem !important;
    border: none !important;
    font-size: 10px !important;
}

#buttons .xls-download {
    background: #438055 !important;
}

#buttons .pdf-download {
	color: #fff !important;
    background: #c4464d !important;
}

/* hover */
#buttons .text-left li a:hover,
#buttons .text-right > div ul li > a:hover {
  transition: opacity 0.5s !important;
}

#buttons .show-graph::before {
  content: "📊";
  margin-right: 6px;
  font-size: 13px;
}

#buttons .show-table::before {
  content: "▦";
  margin-right: 6px;
  font-size: 13px;
}

#buttons .print::before {
  content: "🖨";
  margin-right: 6px;
  font-size: 12px;
}

#buttons .graph-container ul li > a[href$=".xlsx"]::before,
#buttons .table-container ul li > a[href$=".xlsx"]::before {
  content: "⇩";
  margin-right: 6px;
  font-size: 12px;
}

#buttons #adjst a:before {
    content: none !important;
}

a.show-graph.active,
a.show-table.active {
    background: #f0f0f0 !important;
}


/* SP */
@media screen and (max-width: 768px) {

  #nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #nav li {
    flex: none;
    width: calc(50% - 4px);
  }

  #nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 8px;
    text-align: center;
    box-sizing: border-box;
  }

	#buttons .text-left {
	margin-bottom: 1rem;
	}

	p#desc {
		font-size: 14px;
	}

	.irp_comment {
		font-size: 14px;
	}


	#fychart label {
        font-size: 11px;
        letter-spacing: -.1em;
	}

	#fychart h2.title {
		font-size: 18px;
		margin-top: 20px;
	}


  .table-container .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-container .table-scroll table {
    min-width: 900px;
  }

  .table-container .table-scroll th,
  .table-container .table-scroll td {
    font-size: 12px;
    padding: 8px;
  }

  .table-container .table-scroll tbody th {
    min-width: 160px;
  }

  .table-container .annotation.spOnly {
    display: block;
    margin-top: 8px;
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    color: #666;
  }

  .table-container .annotation.spOnly .number::before {
    content: "※";
  }

  .table-container .annotation.spOnly span:last-child::before {
    content: "表は横にスクロールしてご覧ください。";
  }


}