@charset "UTF-8";

.maintitle{
  padding-left: 10px;
  border-left: 5px solid #EB5505;
  font-size: 1.5rem;
  font-weight: 500;
}

.ponta{
  display: inline-block;
  margin-top: 14px;
  padding: 3px 6px;
  border: 2px solid #EB5505;
  font-size: 0.9rem;
  font-weight: 600;
  color: #D23A00;
}

.end-date{
  padding: 14px 20px;
  background-color: #FDF6EF;
  margin-top: 22px;
}

.end-date_title{
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.end-date_date{
  font-size: 1.2rem;
  font-weight: 600;
  color: #D23A00;
  margin-bottom: 2px; 
}

.end-date_annotation{
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
}


.end-date_annotation2{
  font-size: 0.8rem;
  font-weight: 600;
  color: #000000;
}

.contents{
  padding: var(--size-4);
  list-style: none;
  border: 1.4px solid #d3d3d3;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}

.contents p{
  margin-bottom: 4px;
}

.contents p a{
  color: #D23A00;
}

.flex{
  display: flex;
  column-gap: 30px;
}

.headline{
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-gray{
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  margin-top: 6px;
}

.flex_fee{
  display: flex;
  justify-content: space-between;
}

.text-red{
  font-size: 0.9rem;
  font-weight: 400;
  color: #ff0000;
  margin-top: 8px;
}

.subhead{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.mb-30{
  margin-bottom: 30px;
}

.border-bottom{
  border-bottom: 1.5px solid #d3d3d3;
}

.border-bottom2{
  padding-bottom: 6px;
  border-bottom: 1.5px solid #d3d3d3;
}

.mt-20{
  margin-top: 20px;
}

details{
  border-bottom: 1.5px solid #d3d3d3;
}

details summary{
  padding: 10px 0;
}

details summary::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background: url("../images/news/p-change/icon-faq_question.png") center center no-repeat;
  background-size: contain;
  vertical-align: -4px;
}

details li{
  list-style: none;
  padding-bottom: 20px;
  font-size: 0.9rem;
}

details li::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.1em;
  background: url("../images/news/p-change/icon-faq_answer.png") center center no-repeat;
  background-size: contain;
  vertical-align: -4.3px;
}

.mt-24{
  margin-top: 24px;
}

.decoration-none{
  text-decoration: none;
}

.qanda{
  margin-bottom: 40px;
}

.text-red2{
  color: #ff0000;
}

@media (min-width: 960px){
  .p-4{
    padding-left: 10%;
    padding-right: 10%;
  }
}
