@charset "utf-8";

/***************************************************
  highlights.css
***************************************************/

h3{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 40px;
}
h3.under-line{
  border-bottom: 1px solid #918c89;
  padding-bottom: 7px;
}
@media only screen and (max-width: 640px){
  h3{
    font-size: 15px;
    margin-top: 20px;
  }
  h3.under-line{
    border-bottom: none;
    border-top: 1px solid #918c89;
    padding: 25px 10px 0;
  }
}
.caution {
  font-weight: bold;
}
ul.box-img-half{
  width: 100%;
  margin: 10px 0 10px;
}
ul.box-img-half li{
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 30px;
}
ul.box-img-half li:nth-child(2n){
  margin-right: 0;
}
ul.box-img-half li h4{
  font-weight: bold;
}
ul.box-img-half img{
  width: 100%;
}
@media only screen and (max-width: 640px){
  ul.box-img-half li{
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
h4{
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
@media only screen and (max-width: 640px){
  h4{
    margin: 8px 0;
    font-size: 14px;
  }
}
/* テーブル */
.performance table{
  width: 100%;
  margin-bottom: 40px;
}
.performance th {
  background-color: #eeede9;
  color: #000;
}
.performance td{
  border-bottom: 1px solid #e4e1da;
  text-align: right;
}
.performance th,.performance td{
  width: 13%;
  height: 37px;
  line-height: 20px;
  border: solid 1px #e4e1da;
  padding: 10px 7px;
  font-size: 14px;
  vertical-align: middle;
}
.performance th:first-child{
  width: 35%;
  text-align: left;
}
.conts_esg .performance td {
  width: inherit;
}
.conts_esg .performance th {
  width: 16.25%;
}
.conts_esg .performance th.wp8 {
  width: 8.125%;
}
.conts_esg .performance th:first-child{
  width: 35%;
}
.conts_esg .performance th.wp27:first-child{
  width: 27%;
}
#hqir2 p a {
  text-decoration: underline;
}
#hqir2 p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px){
  .performance::-webkit-scrollbar{
    width: 20px;
    background: #999;
  }
  .performance::-webkit-scrollbar:horizontal{
    height: 10px;
    background: #eee;
    border-radius: 5px;
  }
  .performance::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .performance::-webkit-scrollbar-thumb:horizontal{
    background: #999;
    border-radius: 5px;
  }
  .performance{
    width: 100%;
    overflow: auto;
    margin-bottom: 60px;
  }
  .performance table{
    width: 600px;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 0;
  }
  .performance th:first-child {
    width: 30%;
  }
  .performance td {
    width: inherit;
  }
  .performance table th,.performance table td{
    padding: 15px 5px;
  }
  .performance th,.performance td{
    font-size: 13px;
  }
  .ttl-weight {
    margin: 30px 0 10px 0;
  }
  .table-slide-arrow{
    position: relative;
    border: solid 1px #e4e1da;
  }
  .table-slide-arrow.after:after{
    content: "";
    width: 126px;
    height: 80px;
    background: url("/shared/img/svg/icon_cr03.svg")no-repeat;
    opacity: 0.4;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.btm-20{
  margin-bottom: 20px;
}
.btm-75{
  margin-bottom: 75px;
}

.scroll-hint-icon {
  top: calc(50% - 45px);
}