@charset "UTF-8";

.crm_interview {
  margin: 0 auto;
  max-width: 780px;
}
.crm_interview p {
  margin: 1em 0;
  line-height: 1.75;
}
.crm_interview h2 {
  margin: 20px 0;
  background: #C3ADB0;
  padding: 6px 0;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.titleBIG {
  margin: 30px 0;
  font-size: 3.0rem;
  color: #D6408D;
  text-align: center;
}

.essentialPoint .item + .item {
  margin-top: 2em;
}
.essentialPoint .itemTitle {
  margin-bottom: 1em;
  font-weight: bold;
  text-decoration: underline;
}
.essentialPoint .itemText {
  line-height: 1.7;
}
.essentialPoint .itemTitle::before {
  content: "■ ";
}

p.interview_woman {
  margin: 0 auto;
  max-width: 228px;
}

.lead {
  margin-bottom: 40px;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
}

.note {
  margin-left: 1em;
}
.note li {
  line-height: 1.75;
  text-indent: -1em;
}
.note li::before {
  content: "※";
}
.note li + li {
  margin-top: .5em;
}
.note li a {
  text-decoration: underline;
}

.interviewButton.btn.center {
  margin: 2em auto 0;
  background-color: #C4ADB0;
}
.interviewButton a {
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .titleBIG { 
    font-size: 1.8rem;
  }
  .titleS {
    font-size: 1.8rem;
  }
  .note {
    margin: 0 1em;
  }
}