
/* 20251022w */
.cp_btnbox01 {
  display: flex;
  gap: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.cp_btnbox01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  min-height: 80px;
  padding: 10px 20px;
  width: 330px;
}
.cp_btnbox01 a span {
  color: #666666;
  font-weight: 700;
  font-size: 16px;
}
.cp_btnbox01 a i {
  border-radius: 100px;
  background-color: #d31088;
  color: #dfff48;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  padding: 0 20px;
}
.cp_btnbox01 a::after {
  content: "";
  background: url(https://wclinic-osaka.jp/fukuoka/wp-content/themes/wclinic/img/cp_btn01.png?01) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.cp_btnbox01 a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cp_btnbox01 {
    width: 90%;
    margin: 0 auto;
  }
  .cp_btnbox01 a i {
    font-size: 14px;
    padding: 0 10px;
  }
}
.contents_indexbox01.cp01 {
  margin-bottom: 30px;
  border-radius: 10px;
  margin-top: 40px;
}
.contents_indexbox01.cp01 .ttl01 span {
  font-size: 18px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding: 0 30px;
  line-height: 1;
}
.contents_indexbox01.cp01 .box01 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.contents_indexbox01.cp01 .box01>div {
  width: 290px;
}
.contents_indexbox01.cp01 .box01 .ttl02 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  min-height: 28px;
}
.contents_indexbox01.cp01 .box01 .ttl02 span {
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1;
  color: #1b449c;
  font-weight: 700;
}
.contents_indexbox01.cp01 .box01 .ttl02 i {
  border-radius: 100px;
  background-color: #d31088;
  color: #dfff48;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  padding: 0 20px;
}
.contents_indexbox01.cp01 .list02 {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.contents_indexbox01.cp01 .list02::before {
  /* content: ""; */
  position: absolute;
  /* top: -0.5em; */
  top: 1.4em;
  left: 0;
  width: 1px;
  height: calc(100% - .4em);
  border-left: 1px solid #e3e3e3;
}
.contents_indexbox01.cp01 .list02 a::after {
  content: "";
  position: absolute;
  /* top: -0.5em; */
  top: 1em;
  left: 0;
  width: 1px;
  /* height: calc(100% - .4em); */
  height: calc(100%);
  border-left: 1px solid #e3e3e3;
}
.contents_indexbox01.cp01 .list02>li:last-child a::after {
  content: none;
}
.contents_indexbox01.cp01 .list02 a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #666666;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: underline;
  text-align: left;
}
.contents_indexbox01.cp01 .list02 a::before {
  content: "";
  border-bottom: 1px solid #e3e3e3;
  width: 10px;
  flex-shrink: 0;
  margin-top: 1em;
}
.contents_indexbox01.cp01 .list02 a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .contents_indexbox01.cp01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .contents_indexbox01.cp01 .ttl01 {
    top: -.5em;;
  }
  .contents_indexbox01.cp01 .ttl01 span {
    font-size: 24px;
  }
  .contents_indexbox01.cp01 .box01>div {
    width: 245px;
  }
  .contents_indexbox01.cp01 .box01 .ttl02 {
    min-height: 50px;
  }
  .contents_indexbox01.cp01 .box01 .ttl02 span {
    font-size: 18px;
  }
  .contents_indexbox01.cp01 .list02 {
    margin-left: 0;
    margin-top: 10px;
  }
  .contents_indexbox01.cp01 .list02 a {
    line-height: 1.8;
    /* font-size: 16px; */
    font-size: 18px;
    padding: 5px 0;
  }
  .contents_indexbox01.cp01 .list02 a::after {
    top: 1.5em;
  }
}
