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

.case_add {
  max-width: 1024px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
.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: transparent;
}
.case_add h2 small {
  display: block;
  font-size: 14px;
}
.case_add h2::before, .case_add h2::after {
  content: none !important;
}
*/
.case_add div.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case_add div.flex_box article {
  width: 49%;
  margin-top: 0;
  padding: 2%;
  margin-bottom: 4%;
}
.case_add div.flex_box article:nth-of-type(n + 2) {
  margin-top: 0;
}
.case_add article {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  padding: 4%;
  background-color: rgba(17, 18, 48, 0.1);
  -webkit-box-shadow: 4px 4px 4px rgba(63, 41, 101, 0.2);
          box-shadow: 4px 4px 4px rgba(63, 41, 101, 0.2);
}
.case_add article:nth-of-type(n + 2) {
  margin-top: 80px;
}
.case_add article h3 {
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0;
  color: #3f2965;
  margin-top: 0;
  margin-bottom: 1em;
  background-color: transparent;
  background-image: none;
}
.case_add article .case_slider img {
  width: 101%;
  height: auto;
}
.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;
}
.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;
}
.case_add article p {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.7;
  display: none;
}
.case_add article h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 1em;
}
.case_add article h4 a {
  display: inline-block;
  padding: 0.5em 2em;
  text-align: center;
  background-color: #32427c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 4px 4px 0px 0px #5f6d9b;
          box-shadow: 4px 4px 0px 0px #5f6d9b;
}

.injection .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 h3 {
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



@media only screen and (max-width: 640px) {
  .case_add {
    margin-top: 6%;
  }
  .case_add div.flex_box article {
    width: 100%;
  }
  .case_add div.flex_box article:nth-of-type(n + 2) {
    margin-top: 6%;
  }
  .case_add article:nth-of-type(n + 2) {
    margin-top: 6vw;
  }
  .case_add article h3 {
    font-size: 16px;
  }
  .case_add article h6 {
    font-size: 16px;
  }
  .case_add article p {
    font-size: 14px;
  }
  .top.case_add article h3 {
    height: auto;
    display: block;
  }
}

/*その他の症例へのリンクボタン設置 2022/11/30*/

.more-cases-btn {
	text-align: center;
	margin-top: 60px;
}

.more-cases-btn a {
	display: inline-block;
  padding: 0.5em 2em;
  text-align: center;
  background-color: #32427c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 4px 4px 0px 0px #5f6d9b;
  box-shadow: 4px 4px 0px 0px #5f6d9b;
}

@media only screen and (max-width: 768px) {
	.more-cases-btn {
		margin-top: 40px;
	}
}

/*ここまでその他の症例へのリンクボタン設置 2022/11/30*/
