@charset "UTF-8";
/*共通*/
.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size: 16px;
}

#monthly p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}

#monthly p.ketujyo {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}

#monthly .midashi {
  width: 900px;
}

#monthly table {
  border-collapse: collapse;
}

#monthly br.clear {
  clear: both;
}

#monthly .cf:before,
.cf:after {
  content: " ";
  display: table;
}

#monthly .cf:after {
  clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}

/*各ページ*/
#monthly .interview_wrapper {
  display: flex;
}

#monthly .interview_tittle_main {
  position: relative;
  width: 900px;
  height: 1044px;
  background: linear-gradient(to bottom, transparent 0%, transparent 95%, #fff 100%), url(img/interview_4546_main.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #f8cedf;
  text-shadow: 3px 3px 2px #920783, -3px 3px 2px #920783, 3px -3px 2px #920783, -3px -3px 2px #920783, 3px 0px 2px #920783, 0px 3px 2px #920783, -3px 0px 2px #920783, 0px -3px 2px #920783;
  text-align: center;
  font-size: 60px;
}
#monthly .interview_tittle_main .interview_tittle_text {
  position: absolute;
  bottom: 40px;
  left: 120px;
}

#monthly .interview_container1 {
  position: relative;
}

.interview_racer_name {
  position: absolute;
  left: 130px;
  top: 1000px;
  font-size: 50px;
  font-family: serif;
  font-weight: bold;
  color: black;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
}
.interview_racer_name .racer_name {
  font-size: 80px;
  margin: 0px 20px 0px 40px;
  color: #920783;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
}
.interview_racer_name .racer_area {
  text-shadow: none;
  font-size: 30px;
}

#monthly .interview_racer_img1 {
  width: 150px;
  height: 150px;
}

#monthly .interview_racer_img2{
  margin-right: 10px;
}


#monthly .interview_container2 {
  width: 900px;
  margin-top: 90px;
}
#monthly .interview_container2 .interview_container3 {
  display: flex;
}

#monthly .interview_text {
  margin-top: 20px;
}

#monthly .interview_text p{
  text-indent:0;
}


#monthly .interview_text .interview_interviewer {
  color: #5e310d;
}
#monthly .interview_text .interview_racer {
  color: black;
}

#monthly .interview_text_right{
  display: flex;
}


/*# sourceMappingURL=interview.css.map */