#carousel {
  margin: 0 0 40px;
}

.carousel_box {
  width: 114px;
  height: 300px;
  background-color: #F1E9DC;
  border: solid 1px #CCC;
  display: block;
  font-size: 12px;
}

.carousel_box-inner {
  padding: 6px;
}

.carousel_box p {
  margin: 1px;
  padding: 0 0 5px;
}

.carousel_box img {
  border: solid 1px #ccc;
}

.carousel a:visited {
  color: #03C !important;
}

.font_black-bold {
  color: #4B4B4B;
  font-weight: bold;
  font-size: 12px;
}

/* interview.html移行分 */
div#content_frame {
  font-size: 14px;
  line-height: 1.5em;
  color: #222222;
}

.interview-list {
  padding: 20px 30px 20px;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
  position: relative;
}

.interview-list p {
  color: #222;
}

#InterviewBox a:hover {
  text-decoration: none !important;
}

#InterviewBox a.rollover:after {
  content: "";
  display: block;
  clear: both;
}

.interview-list:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 50%;
  border-right: 3px solid #90816A;
  border-bottom: 3px solid #90816A;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-45deg);
}

a:hover .interview-list:after {
  right: 5px;
}

.interview-title {
  font-weight: bold;
}

.interview-title span:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

.interview-title-second {
  margin-top: 5px;
  font-weight: normal;
  color: #222;
  display: block;
}

.interview-title-second img {
  margin-left: 8px;
  padding-bottom: 2px;
}

.interview-title+p {
  margin-top: 10px;
}

.voice_blog_block {
  margin-top: 10px;
}

/* 追加 */
.un_interview_hdg {
  font-size: 24px;
  color: #fff;
  background-color: #319b03;
  text-shadow: #2e8e05 2px 2px 2px;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  padding: 13px ;
}
@media screen and (max-width: 640px) {
  .un_siteGuidePicCheck_hdg {
    display: block;
    box-sizing: border-box;
    color: var(--dekiruGreen);
    background-color: url(/img/default/shared/checker_bg.gif) 0 bottom repeat-x;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 16px 10px;
  }
}
