@charset "UTF-8";
.quest-hero{
  background:url("../images/quest/sce/quest-hero-back.png");
}

.quest-case-study{
background: url("../images/common/footer-back.png") repeat;
}
/************higuchi************/
.quest-main{
    background: url("../images/quest/sce/quest-hero-back.png") repeat;
    background-color: #92539D;
}
.quest-main-logo{
  background: #92539D;
}
.quest-main-image{
 width: 415px; 
}
.quest-download-btn{
  color: #92539D;
}
.quest-download-btn{
  color: #92539D;
}
.quest-download-btn::before{
  border-bottom:60px solid #92539D;
}
.quest-content-sub-title {
  color: #92539D;
}
.quest-content-intern-effect {
  background-color: #F5EFF7;
}
.quest-content-intern-effect-title::before {
  border-color: #92539D;
}
.quest-content-intern-effect-card-image p{
 color: #92539D;
}
.quest-content-intern-effect-card-check {
  border-color:#92539D;
}
.quest-content-intern-effect-card-link {
  border-color: #92539D;
  color: #92539D;
}
.quest-content-intern-effect-card-link:hover {
  background-color: #92539D;
}
.quest-content-program {
  background-color: #F5EFF7;
}

.quest-content-program-card-section {
  color: #92539D;
}
.quest-content-program-card-icon {
  color: #92539D;
}

.quest-content-coordinator{
  background-color: #F5EFF7;
}
.quest-content-plan-card-title{
  color: #92539D;
}

.quest-content-case-card-back-button:hover{
  color: #fff;
	
}


.quest-content-case-card-back-button:hover::before {

  border-bottom: 60px solid #92539D;
}

.quest-content-case-card-back-button {
  border: 1px solid #92539D;
  color: #92539D;

}
.quest-content-case-card-back-button::before {
  border-bottom: 60px solid #92539D;

}

.quest-content-faq{
  background-color: #F5EFF7;
}
.quest-content-faq-question::after {
  background-image: url("../images/quest/sce/plus.png");
}
.quest-content-faq-question::before {
  background-image: url("../images/quest/sce/question-icon.png");
}
.quest-content-faq-item.active .quest-content-faq-question::after {
  background-image: url("../images/quest/sce/minus.png");
}