@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.talent01 .box img {
    max-width: 100%;
    height: 100% !important;
}
.talent02 .box img {
    max-width: 100%;
    height: 100% !important;
}
.blog img{
	pointer-events: none;
}
.oshirase{
  max-height: 600px;
  overflow-y: auto;
}
.oshirase dl{
  display: block !important;
  background: #f6f6f6;
  padding: 30px;
  border-radius: 10px;
}
.oshirase dl:not(:last-child){
  margin-bottom: 30px !important;
}
.oshirase dl dt{
  background: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 100% !important;
  border: none !important;
  padding: 0px !important;
  display: block !important;
  margin-bottom: 10px !important
}
.oshirase dl dd{
  background: none !important;
  width: 100% !important;
  border: none  !important;
  padding: 0 !important;
}
/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){






}
/*===========================sp END====================================== */