.interview-special {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .interview-special {
    padding: 15px;
  }
}

.interview-special-title {
  border-top: 3px solid #74c8eb;
  border-bottom: 2px dotted #74c8eb;
  padding: 20px 10px;
  margin: 20px 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview-special-title {
    font-size: 1.3em;
    padding: 15px 10px;
  }
}

.interview-special-chapter {
  margin: 20px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #c7243a;
}
@media screen and (max-width: 768px) {
  .interview-special-chapter {
    font-size: 1.1em;
    margin: 15px 0;
  }
}

section {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  section {
    margin: 15px 0;
  }
}
section h1, section h2, section h3, section h4, section h5, section h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section h1, section h2, section h3, section h4, section h5, section h6 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
section h1 {
  font-size: 1.8em;
  border-bottom: 2px solid #74c8eb;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section h1 {
    font-size: 1.5em;
  }
}
section h2 {
  font-size: 1.5em;
  border-left: 4px solid #74c8eb;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 1.3em;
  }
}
section h3 {
  font-size: 1.3em;
  color: #c7243a;
}
@media screen and (max-width: 768px) {
  section h3 {
    font-size: 1.1em;
  }
}
section p {
  margin: 15px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section p {
    margin: 12px 0;
    line-height: 1.6;
  }
}
section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  section img {
    margin: 15px auto;
  }
}
section ul, section ol {
  margin: 15px 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  section ul, section ol {
    margin: 12px 0;
    padding-left: 25px;
  }
}
section ul li, section ol li {
  margin: 8px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section ul li, section ol li {
    margin: 6px 0;
    line-height: 1.6;
  }
}
section blockquote {
  margin: 20px 0;
  padding: 15px 20px;
  border-left: 4px solid #74c8eb;
  background: #f5f5f5;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  section blockquote {
    margin: 15px 0;
    padding: 12px 15px;
  }
}
section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  section table {
    margin: 15px 0;
    font-size: 0.9em;
  }
}
section table th, section table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section table th, section table td {
    padding: 8px;
  }
}
section table th {
  background: #f5f5f5;
  font-weight: bold;
}

.sp_interview_paging {
  display: block;
  margin: 20px;
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sp-float-btm {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-float-btm {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #3db680;
    z-index: 999;
  }
  .sp-float-btm-title {
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #3db680;
    text-align: center;
  }
  .sp-float-btm table {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90%;
  }
  .sp-float-btm table td {
    width: 50%;
  }
  .sp-float-btm table td img {
    width: 90%;
    margin: 0 auto;
  }
}

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