.mainV_free {
  margin-bottom: 60px;
}

.mainV_free .main_free > div {
  padding: 0;
  text-align: center;
}

/* .h2B {
  font-family: 'Lora', 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 60px;
  font-size: 24px;
} */

.acArea {
  margin-bottom: 100px;
}

.acArea .container .acList .hasChildren--click {
  border: 2px solid #4d4d4d;
  border-radius: 10px;
  margin-bottom: 20px;
  list-style: none;
  background: #fff;
}

.acArea .container .acList .hasChildren--click > a {
  padding: 15px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  position: relative;
}

.acArea .container .acList .hasChildren--click > a::before {
  content: none;
}

.acArea .container .acList .hasChildren--click > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
}

.acArea .container .acList .hasChildren--click > a span {
  display: inline-block;
}

.acArea .container .acList .hasChildren--click > a span:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-right: 7px;
  width: fit-content;
  color: #f21a0a;
  text-align: left;
}

.acArea .container .acList .hasChildren--click > a span:nth-child(2) {
  width: calc(100% - 30px);
  padding-right: 30px;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #4d4d4d;
  text-align: left;
}

.acArea .container .acList .hasChildren--click > a.open::after {
  transform: rotate(-45deg) translateY(-50%);
}

.acArea .container .acList .hasChildren--click > ul {
  padding: 15px;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}

.acArea .container .acList .hasChildren--click > ul li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.acArea .container .acList .hasChildren--click > ul li span {
  display: inline-block;
}

.acArea .container .acList .hasChildren--click > ul li span:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-right: 7px;
  width: fit-content;
  color: #3094dd;
  text-align: left;
}

.acArea .container .acList .hasChildren--click > ul li span:nth-child(2) {
  width: calc(100% - 30px);
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #4d4d4d;
  text-align: left;
}

@media (max-width: 750px) {
  .mainV_free {
    margin-bottom: 30px;
  }
  .h2B {
    margin-bottom: 30px;
  }
  .acArea {
    margin-bottom: 50px;
  }
  .acArea .container .acList .hasChildren--click {
    margin-bottom: 10px;
  }
}

/* 20220623 */
.acArea .container .acList .hasChildren--click {
 border-color: transparent;
 box-shadow: 2px 2px 6px rgb(96 100 7 / 18%);
}