@charset "utf-8";

/* --------------------
スポーツと油の良い関係
-------------------- */
@media screen and (min-width: 1025px) {
  .page__label {
    width: min(100%,982px);
  }
}

.heading02 {
  width: 80%;
    text-align: center;
    margin: 0 auto 20px;
}
.intro {
  display: flow-root;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 30px;  
  padding-bottom: 20px;
  background: url(/sports/common/images/dot_line.png) no-repeat center bottom;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.intro img {
  float: left;
  width: min(40%,230px);
  margin: 0 1em .5em 0;
}
.intro p {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
}
.intro strong {
  display: block;
  color: #54a900;
}
.list__index {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2em 1em;
  width: min(90%,720px);
  margin: 0 auto 4em;
}
.list__index a {
  display: block;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  box-shadow: .2em .2em .3em rgb(0 0 0 / .1);
}
.interview {
  padding-block: 2em;
  border-top: 2px dotted #50ac01;
}
.nterview_ttl {
  width: min(100%,506px);
  margin: 1em auto 2em;
  padding-inline: 2em;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .heading02 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .intro {
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;  
    padding-bottom: 20px;
    background: url(/sports/common/images/dot_line.png) no-repeat center bottom;
  }
  .intro img {
    float: inherit;
    width: auto;
    margin: 0;
  }
  .intro p {
    line-height: 1.8;
  }
  .intro strong {
    display: inline-block;
    font-size: 2em;
    color: #54a900;
  }
  .list__index {
    gap: 21px;
    width: 720px;
  }
}

@media (hover: hover) {
  .list__index a {
    transition: border-color .2s,  box-shadow .2s , transform .2s;
  }
  .list__index a:hover {
    border-color: #54a900;
    box-shadow: 0 0 0 rgb( 0 0 0 / .2 );
    transform: scale(1.05);
/*    transform: translate( .3em, .3em );*/
  }
}
