/*----------------------------------------
media query
----------------------------------------*/
.c-subcaption{
  font-size: 1.2em;
  color: #923e5a;
  border-left: 5px solid #923e5a;
  padding-left: 15px;
  margin-bottom: 0em;
  font-weight: bold;
}
@media screen and (max-width: 428px) {
  .c-subcaption{
    font-size: 1.1em;
  }
}
.contents__box p.c-subcaption {
  margin-bottom: 1em;
}


.contents__box .p-speaker {
  border: solid 1px #d4d4d4;
  background: #f9f9f9;
  font-size: 16px;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.contents__box .p-explanation {
  background: #f9f9f9;
  padding: 30px 40px;
}
.contents__box .p-explanation h3 {
  font-size: 20px;
  border-bottom: solid 1px #cbcbcb;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.contents__box .p-explanation p {
  margin-bottom: 0;
}
@media screen and (max-width: 428px) {
  .contents__box .p-speaker {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contents__box .p-explanation {
    padding: 25px;
  }
  .contents__box .p-explanation h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.cta__item-description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .cta__item-description {
    font-size: 12px;
  }
}

.p-button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Noto Sans Japanese-m";
  position: relative;
  background: linear-gradient(175deg, #ba5889 50%, #a74978 50%);
  box-shadow: 0px 5px 0px 0px #791c4a;
}
.p-button:link, .p-button:visited {
  color: white;
}
.p-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  border-width: 5px 0 5px 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 428px) {
  .p-button {
    height: 35px;
    font-size: 1.2rem;
    box-shadow: 0px 3px 0px 0px #791c4a;
  }
  .p-button:after {
    right: 15px;
    top: 13px;
    border-width: 4px 0 4px 6px;
  }
}



.result_list{
  max-width: 960px;
  margin: 0 auto 2.5em;
  padding: 1.5em;
  border: solid 1px #923e5a;
  font-size: 1.2em;
  line-height: 2;
}
.result_list li{
  color:#923e5a;
  font-weight: 900;
}


.page-article .contents__category-color{
  margin-bottom: 1.2em;
}

.page-article .c-caption h2{
  margin-bottom: 2em;

}