@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
@media (min-width: 1201px),print {
  .detail__ttl04 {
    margin: 37px 0 15px;
    font-size: 1rem;
    font-weight: 700;
  }
  .link {
    margin-top: 0 !important;
  }
  .link a {
    word-wrap: break-word;
    text-decoration: underline;
    color: #0a3291;
  }
  .sp_br {
    display: none;
  }
  .table-type__cell .td_p {
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {                
  .detail__ttl04 {
    margin: calc( var(--vw) * 3.3 ) 0 calc( var(--vw) * 1 );
    font-size: calc( var(--vw) * 1.25 );
    font-weight: 700;
  }
  .link {
    margin-top: 0 !important;
  }
  .link a {
    word-wrap: break-word;
    text-decoration: underline;
    color: #0a3291;
  }
  .sp_br {
    display: none;
  }
  .table-type__cell .td_p {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .detail__ttl04 {
    margin:4.947916666666666vw 0 3.125vw;
    font-size: 3.6458333333333335vw;
    font-weight: 700;
  }
  .link {
    margin-top: 0 !important;
  }
  .link a {
    word-wrap: break-word;
    text-decoration: underline;
    color: #0a3291;
  }
  .sp_br {
    display: block;
  }
  .table-type__cell .td_p {
    margin-top: 0.5em;
  }
}
