@charset "utf-8";
/* CSS Document */
.his_allcontainer{
  margin-bottom: 0;
}
.his_mgt64{
  margin-top: 64px;
}
.his_spbr{
  display: inline-block;
}
.his_backcolor {
  background-color: #FAFAFA;
  padding: 48px 0 114px;
}
.his_contentcontainer {
  padding: 5% 6%;
  background-color: #FFFFFF;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear;
}
.his_contentcontainer.active{
  transform: translate(0);
  opacity: 1;
}

table.his_tablewrap tr>*:first-child{
  width: 33.6%;
  padding-right: 48px!important;
}
table.his_tablewrap tr>*:nth-child(2){
  width: 21%;
  padding-right: 8px!important;
}
table.his_tablewrap tr th,
table.his_tablewrap tr td{
  color: #5A5A5A;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: clamp(0.875rem, 0.716rem + 0.59vw, 1rem);/* 14-16 430-768 */
}
table.his_tablewrap thead.his_table_ttl{
  border-bottom: 2px solid #E6E6E6;
  font-size: 0.875rem;
  text-align: start;
}
table.his_tablewrap thead.his_table_ttl tr th{
  padding-bottom: 16px;
}
table.his_tablewrap tbody.his_table_content tr{
  border-bottom: 0.5px solid #E0E1E3;
}
table.his_tablewrap tbody.his_table_content tr>* {
  padding: 18px 0;
}


a.his_pdflink {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  padding-top: 12px;
  color: inherit;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.2s text-decoration-color ease;
}
.his_arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  transition: 0.2s transform ease;
}
.his_arrow::before,
.his_arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.his_arrow::before {
  width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
  border-radius: 50%;
	background: #004098;
}
.his_arrow::after {
  left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




@media (min-width: 768px){
  a.his_pdflink:hover{
    text-decoration-color: inherit;
  }
  a.his_pdflink:hover .his_arrow{
    transform: translateX(5px);
  }
}




@media (max-width: 768px) {
  br.his_pcbr {
    display: none;
  }
  table.his_tablewrap, thead.his_table_ttl, tbody.his_table_content, table.his_tablewrap tr, table.his_tablewrap tr th, table.his_tablewrap tr td {
    display: block;
  }
  thead.his_table_ttl {
    display: none;
  }
  table.his_tablewrap tr {
    margin-bottom: 18px;
  }
  table.his_tablewrap tr>*:first-child,
  table.his_tablewrap tr>*:nth-child(2){
    width: 100%;
  }
  table.his_tablewrap tr>*:first-child{
    padding-right: 0!important;
  }
  table.his_tablewrap tr td {
    position: relative;
  }
  table.his_tablewrap tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.75rem;
  }
}
