/* CSS Document */
/*--------------------------------------------------------------------
  interview-detail
--------------------------------------------------------------------*/
.interview-detail .topTitle {
  margin: 30px 0;
  text-align: center;
  font-size: 28px;
  color: #003894;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interview-detail .topTitle {
    font-size: 22px;
  }
  .interview-detail .topTitle br {
    display: none;
  }
}
.interview-detail .interViewKeyVisual {
  width: 100%;
  min-height: 350px;
  position: relative;
  background: #fdf6e4;
}
@media screen and (max-width: 768px) {
	.interview-detail .interViewKeyVisual {
		min-height: 0;
	}
  .interview-detail .interViewKeyVisual .thumbnail {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.interview-detail .interViewKeyVisual .explain {
  position: absolute;
  width: 36%;
  height: 290px;
  padding: 20px;
  background: #003894;
  color: #fff;
  right: 10px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .interview-detail .interViewKeyVisual .explain {
    position: static;
    width: 100%;
    height: auto;
  }
}
.interview-detail .interViewKeyVisual .explain .inner {
  position: relative;
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .interview-detail .interViewKeyVisual .explain .inner {
    min-height: auto;
  }
}
.interview-detail .interViewKeyVisual .explain span.tag {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interview-detail .interViewKeyVisual .explain span.tag {
    position: static;
    margin-top: 10px;
    display: block;
  }
}
.interview-detail .interViewKeyVisual .explain .text {
  font-size: 14px;
  line-height: 1.6;
}
.interview-detail .interViewKeyVisual .explain .text span {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .interview-detail .interViewKeyVisual .explain .text span {
    margin: 10px 0;
  }
}
.interview-detail .interViewText {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #c9c9c9;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .interview-detail .interViewText {
    margin-top: 10px;
    padding: 10px;
  }
}
.interview-detail .interViewText.finally {
  background: #fff9cb;
  border: none;
}
.interview-detail .interViewText dt {
  padding: 10px 0;
  font-size: 28px;
  line-height: 1.3;
  color: #003894;
  border-bottom: 2px solid #aaa;
}
@media screen and (max-width: 768px) {
  .interview-detail .interViewText dt {
    font-size: 22px;
  }
}
.interview-detail .interViewText dd {
  font-size: 18px;
  line-height: 1.6;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .interview-detail .interViewText dd {
    font-size: 16px;
  }
}
.interview-detail .subVisual {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
  background: #003894;
}
@media screen and (max-width: 768px) {
  .interview-detail .subVisual {
    margin-top: 20px;
  }
}
.interview-detail .subVisual li {
  display: table-cell;
}
.interview-detail .subVisual li:nth-of-type(1) {
  width: 70%;
  background: #fdf6e4;
}
@media screen and (max-width: 768px) {
  .interview-detail .subVisual li:nth-of-type(1) {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.interview-detail .subVisual li:nth-of-type(2) {
  width: 30%;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  vertical-align: middle;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview-detail .subVisual li:nth-of-type(2) {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.interview-detail .subVisual li:nth-of-type(2) span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .interview-detail .subVisual li:nth-of-type(2) span {
    font-size: 18px;
  }
}

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