@charset "utf-8";
.qa-list .in-dl {
  padding: 15px;
  border: 2px solid #2a4174;
  margin-bottom: 14px;
}

.qa-list dt {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 1.3;
}

.qa-list dt::before {
  content: "Q";
  color: #2a4174;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.qa-list dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 2.5px solid #2a4174;
  border-right: 2.5px solid #2a4174;
  transform: rotate(135deg);
  transition: .3s;
}

.qa-list dt.current:after {
  transform: rotate(-45deg);
  transition: .3s;
}

.qa-list dd {
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  padding-top: 20px;
  padding-left: 35px;
  margin-top: 20px;
  border-top: 1px solid darkred;
}

.qa-list dd::before {
  content: "A";
  color: darkred;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 1;
}

.faq-cont {
  margin-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}