@charset "UTF-8";

:root {
    --main-color: #298DB6;
}
.haus-interviewees__person {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
}
.haus-interviewees__person img {
  width: 90px;
  height: 90px;
}
.haus-interviewees--info {
  width: 80%;
}
.haus-interviewees--strong {
  color: #fff;
  background: var(--main-color);
  font-weight: normal;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 0 8px;
}
#tokushu p.haus-interviewees__name {
  color: var(--main-color);
  font-weight: bold;
  margin: 0;
}
#tokushu p.haus-interviewees__text {
  margin: 0;
}
p.haus-color {
  color: var(--main-color);
}
#tokushu .box {
  padding: 60px 32px 32px;
}

#tokushu .box-title {
  background: var(--main-color);
  padding: 7px 20px;
  display: inline;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
#tokushu .box-insta {
  width: 16px;
  vertical-align: middle;
}
#tokushu .button--link {
    display: block;
    background-color: var(--main-color);
    color: #fff;
    padding: 16px;
    font-size: 16px;
    text-align: center;
    transition: 0.2s;
    margin: 50px 0 0;
    line-height: 1.5;
}
#tokushu .button--link:hover {
  text-decoration: none;
  opacity: 0.8;
}
#tokushu h3 {
  margin: 32px 0 16px 0;
  padding: 0;
  border-left: none;
}
#tokushu .haus-img_border {
  border: 1px solid #999;
}

body.white .site .haus-interviewees--strong {
  margin: 20px 0 8px;
}
body.white .site .haus-interviewees--info {
  width: 72%;
}
body.white .site #tokushu .box-info img {
  margin: 0 8px 0 0;
}
body.white .site #tokushu h3 {
  padding: 0;
}

/* slider */
#tokushu .swiper-container {
  margin:15px auto;
  width: 610px;
  height: 450px;
  clear: both;
}
#tokushu .swiper-slide {
  width:610px;
  font-size:12px;
  text-align: center;
  line-height:1.4em;
  color: #333;
}
#tokushu .swiper-slide img {
  margin:0 0 7px 0;
}
#tokushu .swiper-button-prev {
  background:url('/newsde/images/tokushu/1192_haus/prev.png') no-repeat left;
  width:250px;
  height:340px;
  filter:alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  display:block;
  margin:0;
  margin:-190px 0 0 -10px;
}
#tokushu .swiper-button-next {
  background:url('/newsde/images/tokushu/1192_haus/next.png') no-repeat right;	
  width:250px;
  height:340px;
  filter:alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  display:block;
  margin:-190px -10px 0 0;
}
#tokushu .swiper-button-prev:hover,
#tokushu .swiper-button-next:hover {
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}
#tokushu .swiper-pagination {
  padding:0;
  margin:70px 0 0 0;
  top:360px;
}
#tokushu .swiper-pagination-bullet-active{
  background: #298DB6;
}
body.white .site #tokushu .swiper-container {
  margin:15px auto;
  width: 100%;
  height: auto;
  clear: both;
}
body.white .site #tokushu .swiper-slide {
  width:100%;
  font-size:16px;
}