/*------------------------------------------------------------------------------

  News Release Detail

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .detail .mod-h1 h1 {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 0 0 24px;
    margin: 0 0 53px;
  }
}

@media only screen and (max-width: 767px) {
  .detail .mod-h1 h1 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 0 12px;
    margin: 0 0 29px;
  }
}

.detail .mod-h1 h1::before {
  background-image: none;
  background-color: #5cb531;
  top: auto;
}

@media print, screen and (min-width: 768px) {
  .detail .mod-h1 h1::before {
    width: calc(100% - 3px);
    height: 4px;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .detail .mod-h1 h1::before {
    width: calc(100% - 4px);
    height: 3px;
    bottom: 0;
  }
}

.detail .mod-h1 h1::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #5cb531;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
}

@media print, screen and (min-width: 768px) {
  .detail .mod-h1 h1::after {
    bottom: -16px;
    right: 8px;
    width: 6px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .detail .mod-h1 h1::after {
    bottom: -12px;
    right: 8px;
    width: 5px;
    height: 15px;
  }
}

.detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .detail-info {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-info {
    margin: 0 0 9px;
  }
}

.detail-info-date {
  color: #222;
  font-family: arial;
  display: inline-block;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .detail-info-date {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .detail-info-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .detail-info-date + .detail-info-tag {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-info-date + .detail-info-tag {
    margin-left: 16px;
  }
}

.detail-info-tag {
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .detail-info-tag {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 115px;
    border-radius: 10px;
    padding: 3px 10px 2px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-info-tag {
    font-size: 11px;
    font-size: 1.1rem;
    min-width: 90px;
    border-radius: 9px;
    padding: 2px 10px 2px;
  }
}

.detail-info-tag.tag-ir {
  background-color: #00787e;
}

.detail-info-tag.tag-release {
  background-color: #5cb531;
}

.detail-info-tag.tag-information {
  background-color: #0dafdd;
}

.detail-contact {
  background-color: #ecf2f5;
}

@media print, screen and (min-width: 768px) {
  .detail-contact {
    padding: 30px;
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .detail-contact {
    padding: 25px 10px;
    margin: 40px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .detail-contact-title {
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-contact-title {
    margin: 0 0 15px;
  }
}

.detail-contact-title p {
  color: #222;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .detail-contact-title p {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-contact-title p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 25px;
  }
}

.detail-contact-title p::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .detail-contact-title p::before {
    top: 2px;
    width: 21px;
    height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-contact-title p::before {
    top: 1px;
    width: 19px;
    height: 21px;
  }
}

@media print, screen and (min-width: 768px) {
  .detail-contact dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .detail-contact dl + dl {
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .detail-contact dl + dl {
    margin: 17px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .detail-contact dt, .detail-contact dd {
    line-height: 1.9;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .detail-contact dt, .detail-contact dd {
    line-height: 1.8;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .detail-contact dt + dd {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-contact dt + dd {
    margin-top: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .detail .mod-button-toList {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .detail .mod-button-toList {
    margin: 40px 0 0;
  }
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .detail .mod-h1 h1::after {
    bottom: -17px;
  }
  *::-ms-backdrop, :root .detail-info-tag {
    padding: 4px 10px 0;
  }
  *::-ms-backdrop, :root .detail-contact-title p::before {
    top: -2px;
  }
}
