@charset "UTF-8";
/*--------------------------------------------
 Interview
--------------------------------------------*/
/* Interview / Base
----------------------------------------*/
#special h1,
#special h2,
#special h3,
#special h4,
#special p {
  margin: 0;
}
#special h1,
#special h2,
#special h3,
#special h4 {
  line-height: 1.5;
}
#special ul,
#special ol,
#special dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#special img,
#special table img {
  width: 100%;
}

#special {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #special a:hover img {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}

/* Interview / Utility
----------------------------------------*/
#special .u_sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #special .u_sm_pc {
    display: block !important;
  }
  #special .u_sm_sp {
    display: none !important;
  }
}
#special .u_clearFix:after {
  content: "・";
  display: block;
  height: 0rem;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

/* Interview / Read
----------------------------------------*/
#special .spRead {
  margin-top: 40px;
}
#special .spRead > p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #special .spRead > p {
    font-size: 18px;
  }
}

/* Interview / Member
----------------------------------------*/
#special .spMember {
  padding: 20px;
  margin: 40px -20px 0;
  background-color: #eee;
}
#special .spMember > h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#special .spMember__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
#special .spMember__name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 10px);
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
  margin-left: 10px;
}
#special .spMember__name > b {
  font-weight: bold;
}
#special .spMember__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  min-height: 0%;
}
@media only screen and (min-width: 768px) {
  #special .spMember {
    padding: 3.75%;
    margin: 40px auto 0;
  }
  #special .spMember > h2 {
    font-size: 24px;
  }
  #special .spMember__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
  #special .spMember__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(50% - 20px);
  }
  #special .spMember__item:nth-child(even) {
    margin-left: 20px;
  }
  #special .spMember__item:nth-child(n+3) {
    margin-top: 20px;
  }
  #special .spMember__name {
    width: 100%;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
  #special .spMember__image {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  #special .spMember__content {
    overflow: hidden;
  }
  #special .spMember__item:nth-child(even) {
    padding-left: 20px;
    margin-left: 0;
  }
}

/* Interview / Interview
----------------------------------------*/
#special .spInterview__content > h3 {
  color: #11aa66;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
#special .spInterview__content > h3:first-child {
  margin-top: 30px;
}
#special .spInterview__content > * > p > sup {
  top: -0.3em;
  font-size: 14px;
}
#special .spInterview__content > * > p > sup.bravia {
  top: -0.1em;
  font-size: 20px;
}
#special .spInterview__content > * > ol {
  font-size: 13px;
}
#special .spInterview__content > * > ol > li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}
#special .spInterview__content > * > ul {
  font-size: 13px;
}
#special .spInterview__content > * > ul > li {
  text-indent: -1em;
  margin-left: 1em;
}
#special .spInterview__image, #special .spInterview__ques, #special .spInterview__ans, #special .spInterview__meaning {
  margin-top: 20px;
}
#special .spInterview__ques > p {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-indent: 35px;
}
#special .spInterview__ques > p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #000;
}
#special .spInterview__ques > p > sup {
  text-indent: 0;
}
#special .spInterview__ans > p {
  font-size: 16px;
}
#special .spInterview__ans > p + p {
  margin-top: 10px;
}
#special .spInterview__ans > p > b {
  font-weight: bold;
}
#special .spInterview__ans > ul + p {
  margin-top: 10px;
}
#special .spInterview__meaning {
  padding: 15px;
  background-color: #f5f5f5;
}
#special .spInterview__meaning > h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
#special .spInterview__meaning > p {
  font-size: 14px;
}
#special .spInterview__meaning > p > a {
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  #special .spInterview__content > h3 {
    font-size: 24px;
    margin-top: 55px;
  }
  #special .spInterview__content > h3:first-child {
    margin-top: 40px;
  }
  #special .spInterview__content > * > ol {
    font-size: 12px;
  }
  #special .spInterview__content > * > ol > li {
    text-indent: -2.7em;
    margin-left: 2.7em;
  }
  #special .spInterview__content > * > ul {
    font-size: 12px;
  }
  #special .spInterview__image, #special .spInterview__ques, #special .spInterview__meaning {
    margin-top: 30px;
  }
  #special .spInterview__meaning {
    padding: 30px;
  }
}

/* Interview / Banner
----------------------------------------*/
#special .spBanner {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #special .spBanner {
    max-width: 640px;
    margin: 20px auto 0;
  }
}