@charset "utf-8";
.main-wrap {
  padding: 1em 1em 3em;
}
.title-interview {
  padding-bottom: 0.3em;
  font-size: 180%;
}
.interview-main {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 1.4em;
  border-radius: 15px;
  background-color: #f2d3e1;
}
.interview-main-color {
	color: #f2d3e1;
}
a.interview-main, a.interview-main:hover, a.interview-main:focus {
  color: #333;
}
.interview-main02 {
  background-color: #dcefcf;
}
.report-main {
  background-color: #f8eeff;
}
.interview-main-img {
  width: 100%;
  max-width: 440px;
  margin-right: 0.8em;
  border-radius: 10px;
}
.interview-main-text {
  margin: auto;
}
.interview-main-text img {
  max-width: 180px;
}
.interview-main-text-stts {
  border-bottom: 1px dotted #888;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.interview-main-text-name {
  padding: 0.4em 0;
  font-size: 180%;
  line-height: 1;
  letter-spacing: 1px;
}
.interview-text {
  margin: 1.8em 0;
}
.interview-text + .interview-text {
  margin-top: 0;
}
.interview-q {
  position: relative;
  margin-bottom: 0 !important;
  padding: 0.2em 0 0.2em 3.2em;
  border-bottom: 3px solid #9cd5b6;
  color: #555;
}
.icon-q {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-right: 0.5em;
  padding: 0.3em 0.3em 0.2em;
  border-radius: 10px 10px 0 0;
  background-color: #9cd5b6;
  color: #fff;
  font-size: 120%;
  line-height: 1;
  letter-spacing: 2px;
}
.interview-img + .interview-q {
  margin-top: 2.2em !important;
}
.report-title + .interview-img {
  margin-top: 1.8em !important;
}
.interview-text-emp {
  position: relative;
  padding-left: 1.8em;
  font-weight: bold;
}
.interview-text-emp::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 1.5em;
  height: 1px;
  background-color: #333;
  content: "";
}
.interview-img p {
  padding-top: 0.5em;
}
.interview-img.flex {
  margin-right: -0.3em;
  margin-left: -0.3em;
}
.interview-img-flex {
  flex: 1 auto;
  width: 100%;
  padding: 0.3em;
}
.report-title {
  margin-bottom: 0 !important;
  padding: 0.2em 0;
  border-bottom: 3px solid #d3c8e2;
  color: #555;
}
.report-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  padding: 0.5em 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.report-list + .report-title {
  margin-top: 1.8em !important;
}
/* max-width: 767px
__________________________________________*/
@media (max-width: 767px) {
  .interview-main {
    position: relative;
    padding: 130px 1em 1em;
  }
  .interview-main-img {
    max-width: 38vw;
  }
  .interview-main-text img {
    max-width: 100px;
  }
  .interview-main-text-title {
    position: absolute;
    top: 1em;
    right: 0;
    left: 0;
    width: calc(100% - 2em);
    margin: auto;
  }
  .interview-main-text-stts {
    font-size: 13px;
  }
}
/* max-width: 480px
__________________________________________*/
@media (max-width: 480px) {
  .title-interview {
    font-size: 6vw;
  }
  .interview-main-text-name {
    font-size: 5vw;
  }
  .interview-main-text .small {
    font-size: 3vw;
  }
  .icon-q {
    padding: 0.4em 0.4em 0.3em;
    font-size: 18px;
  }
  .interview-title {
    padding: 1em;
    font-size: 5.5vw;
  }
}
/* pc用
__________________________________________*/
@media (min-width: 768px) {
  .interview-main-text-stts {
    margin-bottom: 1em;
    padding: 0.5em 0 1em;
  }
  .report-list p {
    text-align: center;
  }
}
