@charset "utf-8";

.interview .lead a {
  color: rgba(0,98,197,1.00);
  text-decoration: underline;
}

.interview .area_gallery_flex {
  display: flex;
  justify-content: center;
}
.interview .area_gallery_flex_c {
  display: flex;
  justify-content: center;
  margin: 0 auto 4px;
}
.interview .area_gallery_flex_rev {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 4px;
  width: 720px;
}
.interview .area_gallery_flex figure {
  margin: 0 8px;
}
.interview figure img {
  width: 100%;
}
.interview figure figcaption {
  padding: 4px 0 0;
}
.interview figure.border_on img {
  border: 1px solid #000000;
}
.interview figure.box_img_w180 {
  flex-basis: 180px;
}
.interview figure.box_img_w360 {
  flex-basis: 360px;
}
.interview figure.box_img_w720 {
  flex-basis: 720px;
}
.interview .box_caption {
  margin: 0 auto;
}
.interview .box_caption_c {
  margin: -40px auto 48px;
  text-align: center;
  width: 100%;
}
.interview figure figcaption,
.interview .box_caption p,
.interview .box_caption_c p {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.interview p .yukimori {
  color: #0062C5;
  font-weight: 700;
}
.interview p .tantou {
  color: #0062C5;
  font-weight: 700;
}
.interview .el_matome {
  border: solid 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 32px;
  padding: 16px; 
}
.interview .el_matome dt {
  background-color: var(--mc-black);
  color: var(--mc-white);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5em;
  margin: 0 0 8px;
  padding: 4px;
}
.interview .el_matome dd {
  font-size: 1.3rem;
  line-height: 1.6em;
  margin: 0;
}
.interview .box_next {
  border-bottom: 2px solid #0062C5;
  margin: 0 0 56px;
  padding: 32px 0 0;
  text-align: center;
}
.interview .box_next p {
  color: rgba(0,98,197,1.00);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 0 8px;
}
.interview .box_next .box_img_next {
  margin: 0 auto 16px;
  width: 360px;
}

/* ruby */
[data-ruby]::before {
	bottom: 120%;
}
