@charset "UTF-8";
img {
  max-width: 100%;
}

.top .case_add {
  max-width: 1024px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.top .case_add h2 {
  text-align: center;
  position: relative;
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3f2965;
  padding: 0;
  margin-bottom: 1em;
  background-color: transparent;
}
.top .case_add h2 small {
  display: block;
  font-size: 14px;
}
.top .case_add h2::before, .top .case_add h2::after {
  content: none !important;
}
.top .case_add article {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  padding: 4%;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(63, 41, 101, 0.2);
          box-shadow: 4px 4px 4px rgba(63, 41, 101, 0.2);
}
.top .case_add article:nth-of-type(n + 2) {
  margin-top: 80px;
}
.top .case_add article h3 {
  text-align: center;
  position: relative;
  font-size: 22px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0;
  color: #3f2965;
  margin-bottom: 1em;
  background-color: transparent;
}
.top .case_add article .case_slider img {
  width: 100%;
  height: auto;
}
.top .case_add article h6 {
  border-left: 4px solid #3f2965;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 1.4rem;
  cursor: pointer;
}
.top .case_add article h6::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  vertical-align: 0em;
  line-height: 1;
  margin-left: 0.5em;
}
.top .case_add article p {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.7;
  display: none;
}
@media only screen and (max-width: 640px) {
  .top .case_add article:nth-of-type(n + 2) {
    margin-top: 6vw;
  }
  .top .case_add article h3 {
    font-size: 16px;
  }
  .top .case_add article h6 {
    font-size: 16px;
  }
  .top .case_add article p {
    font-size: 14px;
  }
}