.case-tabMenu {
  background: #eff8f7;
  padding: 20px 0;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 50px;
}

.tabMenu {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  gap: 17.5px 2%;
}

.tabMenu li {
  display: flex;
  text-align: center;
  align-items: center;
}

.tabMenu li {
  width: 18%;
  /* margin-left: 1%;
    margin-right: 1%;
    margin-top: 14px; */
  background: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  /* border-radius: 5px; */
  color: #5fb7ad;
  font-size: 18px;
  font-weight: bold;
  transition: all;
  transition-duration: 300ms;
}

.tabMenu li:hover {
  cursor: pointer;
  color: white;
  background: #2bb9a5;
}

.tabMenu li.active {
  background: #caeae6;
  color: white;
  background: #5fb7ad;
}

.tabMenu li a {
  text-decoration: none;
}

.archives .u-inner,
.case_single .u-inner {
  max-width: 1100px;
  width: 90%;
}

.__box {
  width: calc(50% - 20px);
  padding: 40px;
  background: #f9fbfd;
}

.__box h2 {
  color: #2bb9a5;
  /* border-bottom: solid 1px #2BB9A5; */
  font-size: 24px;
  padding-bottom: 5px;
  line-height: 1.4;
}

.age_gender {
  margin-top: 20px;
  color: #666666;
  font-size: 1.8rem;
}

.__img_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.__img_area .__img img {
  height: 150px;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

.__img_area .before,
.__img_area .after {
  width: 48%;
}

.__img_area .name {
  text-align: center;
  color: #2bb9a5;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

.content_box {
  margin-top: 20px;
}

.content_box .in_box dl {
  margin-top: 10px;
}

.in_box_div {
  display: block;
}

.in_box_dl dt {
  border: solid 1px #2bb9a5;
  padding: 6px;
  width: auto;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
}

.in_box_dl dd {
  margin-left: 5px;
  margin-top: 15px;
  display: inline;
  line-height: 2.4;
  margin-right: 20px;
  font-size: 16px;
}

.content_box .link_btn {
  background: #2bb9a5;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
  position: relative;
}

.taxonomy-term-title {
  text-align: center;
  font-size: 40px;
}

.case-other-photos {
  width: 250px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.l-sub-img {
  margin-bottom: 20px;
}

#case {
  color: #555555;
}

#case .info_area01 {
  margin-bottom: 40px;
}

.container.case_archive {
  margin: 0 auto;
}

.case_title {
  font-size: 40px;
  text-align: center;
  color: #2bb9a5;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.4;
}

.case-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px 40px;
}

.info-block01 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  /* margin-top: 10px; */
  padding: 10px 0 15px;
}

.case_category {
  text-decoration: none;
  background: #2bb9a5;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}

.case_gender {
  font-size: 1.5rem;
}

.case_thumbnail {
  width: 80%;
  margin: 40px auto 60px;
}

#case .info_area02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
  background: #f7f7f9;
  padding: 20px 50px;
}

.case-dl {
  font-size: 1.4rem;
  margin: 5px 0;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: start;
}

.case-dl dt {
  font-size: 1.2rem;
  border: solid 1px #2bb9a5;
  color: #2bb9a5;
  display: inline-block;
  padding: 4px 8px;
  width: 80px;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
  letter-spacing: 0.02rem;
  font-weight: 500;
}

.case-dl dd {
  font-size: 1.4rem;
  color: #555;
  display: inline-block;
  line-height: 1.4;
  flex: 1;
}

.case-dl dd span {
  font-size: 1rem;
  /* color: #555; */
  /* display: inline-block; */
}

#case .info_area03 {
  margin-bottom: 60px;
}

.caseimg_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.caseimg_area_img {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.case_content_block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.case_h3 {
  font-size: 2.4rem;
  color: #2bb9a5;
  border-bottom: solid 1px #cccccc;
  line-height: 1.8;
  padding-bottom: 5px;
  margin-bottom: 30px;
  letter-spacing: 0.05rem;
  font-weight: 500;
}

.case_box {
  font-size: 1.5rem;
  line-height: 2.2;
}

.case_costdetail table {
  display: flex;
  align-items: stretch;
  width: 100%;
  /* border: 1px solid #CCCCCC; */
}
.case_costdetail table:first-of-type() {
  margin-top: 3rem;
}
.case_costdetail table:last-of-type() {
  margin-bottom: 10px;
}

.case_costdetail table thead {
  width: 25%;
  border: 1px solid #cccccc;
}

.case_costdetail table tbody {
  display: block;
  width: 75%;
  border: 1px solid #cccccc;
  border-left: none;
}

.case_costdetail tr th,
.case_costdetail tr td {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 1.5rem 1.8rem;
  font-weight: 500;
}

.case_costdetail tr {
  font-weight: normal;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.case_costdetail tr th {
  background: #d0ede9;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.case_costdetail tr td {
  font-weight: normal;
  width: 100%;
  text-align: center;
  display: block;
}

.case_costdetail p {
  font-size: 1.2rem;
}

#case .content_box .link_btn {
  font-weight: 500;
}

#case .info_area05 {
  /* width: 100%; */
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#case .risk_text {
  font-size: 1.2rem;
  color: #666666;
}

#case .link_btnImg {
  display: block;
  width: 29px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .case-tabMenu {
    width: 92.5%;
  }

  .archives .u-inner,
  .case_single .u-inner {
    width: 92.5%;
    padding: 0;
    margin: 0 auto 50px;
  }

  .case_title {
    font-size: 24px;
  }

  #case .info_area02 {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f7f7f9;
    padding: 10px 15px;
  }

  #case .case_thumbnail {
    width: 100%;
    margin: 25px auto 25px;
  }

  .case_h3 {
    font-size: 2rem;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .case_content_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .caseimg_area_img {
    width: 46%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .case_box {
    font-size: 1.4rem;
    line-height: 2;
  }

  #case .info_area01 {
    margin-bottom: 20px;
  }

  .case_costdetail tr th,
  .case_costdetail tr td {
    font-size: 1.3rem;
  }

  #case .case_archive .__box {
    padding: 20px;
    width: 100%;
    /* margin-top:30px; */
    /* margin-bottom: 30px; */
  }

  .tabMenu {
    justify-content: center;
  }

  .tabMenu li {
    width: 44%;
    margin-left: 1%;
    margin-right: 1%;
  }

  #case .l-sub-img {
    margin-bottom: 10px;
  }

  #case .info_area05 {
    gap: 0px;
    flex-direction: column;
    align-items: start;
  }

  .case-dl dd {
    font-size: 1.3rem;
  }

  .case-dl dt {
    padding: 4px 0;
  }

  .__img_area .name {
    margin-top: 0;
  }

  .__img_area .__img img {
    height: 125px;
  }

  .__box {
    width: 100%;
  }
}

#case .case-nopost {
  color: #999;
  margin: 140px auto;
}

.case_box_risk {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 20px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.case_single .content .info-block01 {
  justify-content: center;
  border-bottom: none;
}

.case_single .content .__img_area--single .__img img {
  width: 100%;
  height: 200px;
}

.case_single .content .__img_area--single .before,
.case_single .content .__img_area--single .after {
  width: 50%;
}

.case_single .content .__img_area--single .name {
  color: #999999;
  font-size: 2.5rem;
  font-weight: normal;
}

.case_single .content .__img_area--single .before .name {
  text-align: left;
}

.case_single .content .__img_area--single .after .name {
  text-align: right;
}

.case_single .content .info_area05 {
  margin: 15px auto 0 !important;
}

.case_single .content .info_area02 {
  background: #f9fbfd !important;
}

.case_single .content .info_area02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.results_post_category {
  background: rgba(239, 248, 247, 0.7);
  padding: 50px 0 75px;
}

.results_post_category_title {
  color: #5fb7ad;
  text-align: center;
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 15px;
}

.results_post_category .__box {
  background: white;
}

@media (max-width: 767px) {
  .case_single .content .__img_area--single .name {
    font-size: 2rem;
  }

  .case_costdetail table thead {
    width: 50%;
  }

  .case_single .content .info_area02 {
    padding: 20px 5px;
  }

  .case_costdetail table tbody {
    /* display: block; */
    width: 50%;
  }

  .results_post_category {
    /* background: rgba(239, 248, 247, 0.7); */
    padding: 25px 0;
  }

  .results_post_category_title {
    font-size: 30px;
  }
}

.beer {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.beer-slider {
  height: 400px;
  width: 100%;
}

.beer-slider img {
  height: 100% !important;
  object-fit: cover;
}

.beer-texts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* margin-top: 20px; */
}

@media (max-width: 767px) {
  .beer {
    width: fit-content;
  }

  .beer-slider {
    height: 300px;
  }

  .beer-texts {
    /* margin: 0 auto 25px; */
  }
}

.beer-reveal {
  touch-action: none !important;
  /* 追加 */
}
