﻿@charset "utf-8";
/*--------------------------------PCレイアウト---------------------------------*/
/*----------共通設定・パーツ---------*/
.kv-s{
  background: url(../images/pc-kv.jpg) no-repeat center center;
  background-size: cover;;
}
#hoge{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content{
  margin-bottom: 0;
}
.main-title{
  line-height: 0.8;
  color: #164a84;
  text-shadow: none;
}
.title-small{
  font-size: 18px;
}
.unit{
  text-align: right;
  font-size: 14px;
  color: #585858;
}
/*-------------.table---------------*/
select {
  font-size: 16px;
  color: #164a84;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*Firefox用*/
  text-indent: .01px;
  text-overflow: “”;
  transition: 0.5s;
}
/*IE対応*/
select::-ms-expand {
display: none;
}
.extraction {
  padding: 0.5em;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width:200px;
  border-color: #164a84;
}
.select-box label{
  position:relative;
  width:200px;
}
.select-box label:before {
    content: "";
    display: block;
    position:absolute;
    right: 1em;
    top: 50%;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #164a84;
    z-index: 1;
}
.select-box{
  text-align: right;
  margin-bottom: 20px;
}
.ir-table{
  width: 100%;
}
.ir-table .thead{
  background: #164a84;
  color: #fff;
}
.ir-table .thead th{
  padding: 0.5em 0;
}
.ir-table th, .ir-table td{
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
}
.ir-table tr td a .left{
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.ir-table tr {
  border-bottom: 1px dotted #ccc;
  padding: 10px 20px 10px 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.ir-table tr:hover {
  background-color: #164A84;
}
.ir-table tr:hover td{
  color: #fff;
}
.ir-table tr:hover td a{
  color: #fff;
}


.ir-table th{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #164a84;
}
.ir-table td{
  padding: 1em 3%;
  font-size: 16px;
}
.table-year{
  width: 16%;
}
.table-date{
  width: 22%;
  font-weight: bold;
}
.table-text{
  position: relative;
  text-align: left;
  position: relative;
}
.pdf-title::after{
  position: absolute;
  right: 30px;
  content: ">";
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: red;
}
.table-text a{
  font-weight: bold;
}
.table-text a:hover{
  text-decoration: underline;
}
.ir-table .table-text .left{
  width: 84%;
  padding-right: 6%;
  text-indent: inherit;
}
.ir-table .table-text .right{
  width: 4%;
}
.ir-table .table-text .left,
.ir-table .table-text .right{
float: left;
}
/*----------------------------------------------------------------------------*/





/*-------------------------SPレイアウト(0～640px)------------------------------*/
@media screen and (max-width:640px){
/*----------共通設定・パーツ---------*/
.kv-m{
  background: url(../images/sp-kv.jpg) no-repeat center center;
  background-size: cover;
}
.sub-title {
    font-size: 28px;
    margin-bottom: 25px;
}
select{
  font-size: 18px;
}
/*-------------.table---------------*/
.table-text{
  text-indent: inherit;
}
.pdf-title{
  text-indent: inherit;
}
.ir-table td{
  display: block;
  width: 94%;
  padding: 0 3% 5px;
  margin-bottom: 10px;
}
.ir-table th, .ir-table td{
  border-bottom: 0
}
.ir-table .title{
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #898989;
}
.ir-table .table-text .left{
  width: 90%;
  padding-right: 6%;
  font-size: 16px;
  text-indent: inherit;
  margin-bottom: 10px;
}
.ir-table .table-text .right{
  width: 4%;
}
.ir-table .table-text .left,
.ir-table .table-text .right{
float: left;
}
.pdf-title::after{
  display: block;
  position: static;
  vertical-align: -webkit-baseline-middle;
  padding-left: 2%;
}
.select-box{
  text-align: center;
  margin-bottom: 25px;
}
.extraction{
  padding-left: 70px;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/





/*-------------------------SPレイアウト(0～400px)------------------------------*/
@media screen and (max-width:400px){
/*----------共通設定・パーツ---------*/
.sub-title {
  font-size: 21px;
}
/*-------------.table---------------*/
select{
  font-size: 16px;
}
.extraction{
  padding: 0.3em;
  width: 180px;
  padding-left: 65px;
}
.ir-table .title{
  font-size: 14px;
}
.ir-table .table-text .left{
  width: 84%;
  font-size: 14px;
  margin-bottom: 0;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/
