@charset "UTF-8";

.interview-date {
  text-align: right;
}
.interview-date +.catchtitle {
    margin: 20px auto 24px auto;
}
.interview__list-title {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  min-width: 120px;
  width: 100%;
  background: #FFF;
  border: solid 4px #F5A600;
  box-sizing: border-box;
  border-radius: 12px;
  color: #FF5E00;
  font-size: 1.2em;
  text-align: left;
  margin:2em 0 0 0;
}
.interview__list-title + ul.interview__list {
  margin-top:10px;
}
.interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:30px;
  position: relative;
}
.interview__list > li {
  margin-top:20px;
  margin-bottom:20px;
  width:49%;
}

.new {
  position: absolute;
  top:10px;
  left:10px;
z-index: 100;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #FF5A00;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.interview__list .list__inner {
  margin-top:20px;
  background:#fff;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
  border-radius: 10px;
  box-sizing: border-box;
}
.interview__list .list__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  padding:20px 0 20px 30px;
  box-sizing: border-box;
}
.interview__list .list__inner a:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #e99d40;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: translate(0,-50%);
}
.interview__list figure {
  margin-right:30px;
  width:175px;
  overflow: hidden;
  aspect-ratio:7/4;
}
.interview__list figure img {
  width:100%;
  height:auto;
  transition: 0.3s;
}
.interview__list a:hover {
  text-decoration: none;
}
.interview__list a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s;
}
.interview__list .list__inner--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:calc(100% - 205px);
}
.list__title {
  color: #e99d40;
  font-size:1.8rem;
  font-weight: 700;
}
.athlete__name {
  font-size:1.8rem;
  line-height:1;
}
.athlete__name ruby {
  font-size:2.1rem;
  font-weight:700;
}
.athlete__name ruby rt {
  margin-bottom:2px;
  font-size:1.0rem;
  font-weight: 500;
}
.disease__name {
  margin-top:20px;
  font-size:1.8rem;
  font-weight:700;
  line-height:1;
}
.voice__footer {
  position:relative;
  margin:70px 0 20px;
  height:30px;
}
.voice__footer .btnPagetop {
  bottom: 0;
  right: 20px;
}
.voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice__profile figure {
  width:240px;
  height:auto;
  aspect-ratio:1/1;
}
.voice__profile figure img {
  width:100%;
  height:auto;
}
.voice__profile--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:calc(100% - 260px);
}
.voice__profile--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:100%;
}
.voice__profile .profile__title {
  color:#e99d40;
  font-size: 1.9rem;
  font-weight: 700;
  line-height:1;
}
.voice__profile .profile__text {
  margin-top:35px;
  font-size: 1.5rem;
}
.article__footer.interview__footer {
  margin-top: 0;
  padding-bottom: 120px;
  border-top: 0;
}
.catchtitle {
  line-height: 1.4 !important;
}
/*#sidenav-ibd-intheirshoes-voice .sideNav #interview li:nth-child(1) a {
  color:#F15A24;
  text-decoration:none;
}
#sidenav-ibd-intheirshoes-talk-interview .sideNav #interview li:nth-child(2) a {
  color:#F15A24;
  text-decoration:none;
}*/
figure > figcaption {
width: 100%!important;
}
a.link-dec {
  color:#FF5E00;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .interview__list {
    margin-top: 0;
  }
  .interview__list > li {
    margin-top:20px;
    width: 100%;
  }  
}

@media screen and (max-width: 768px) {
  .new {
top:5px;
    left:3px;
  z-index: 100;

  }

  .interview__list .list__inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
  }
  .interview__list figure {
    margin-right: 15px;
    width:38%;
  }
  .interview__list .list__inner--right {
    width: calc(100% - (38% + 15px));
  }
  .disease__name {
    margin-top: 10px;
  }
  .voice__profile figure {
    width: 100%;
  }
  .voice__profile--right {
    margin-top:20px;
    width: 100%;
  }
  .voice__profile .profile__text {
    margin-top: 20px;
  }
}

.omiyage-corp a.link_pdf  {
  display: inline-flex;
  margin: 0em auto 1em auto;
  text-decoration: underline;
  background-color: #EBA800;
  color: #ffffff;
  text-decoration: none;
  padding: 0.25em 1em;
  justify-content: center;
  align-items: center;
  margin-top:1em;
  margin-bottom:3em;
}

div.omiyage-corp-1 + h2 {
  margin-top:30px;
}

#omiyage .booksinfo > .omiyage-img a.link_pdf span.pdf-ic,
.omiyage-corp a.link_pdf span.pdf-ic  {
  background-color: #ffffff;
  padding: 0.25em;
  margin-left: 0.5em;
  display: flex;
}