@charset "UTF-8";
p, .standard_text {
  font-size: 16px;
}

.knowledge {
  background-color: #faf7f0;
  overflow: hidden;
}

.knowledge .billboard {
  background-image: url(../img/knowledge/knowledge_billboard.png);
}

.knowledge_detail .billboard {
  background-image: url(../img/knowledge/knowledge_billboard.png);
}

.knowledge_card_label {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .knowledge_card_label {
    margin-right: 10px;
    font-size: 3vw;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_card_label {
    margin-right: 10px;
    font-size: 3.5vw;
    padding: 10px 15px;
  }
}

.knowledge_card_label:last-child {
  margin-right: 0;
}



/*知識一覧*/
.knowledge_category_section {
  max-width: var(--pc-contents-width);
  margin: auto;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .knowledge_category_section {
    padding-top: 20px;
  }
}

.knowledge_category_section .sub_description_text {
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .knowledge_category_section .sub_description_text {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_category_section .sub_description_text {
    font-size: 12px;
    line-height: 1.7;
  }
}

.knowledge_category_section .knowledge_lead_text {
  padding-top: 40px;
}

/*脱毛知識一覧*/
.knowledge_section {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .knowledge_section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.knowledge_card_wrap {
  max-width: var(--pc-contents-width);
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.knowledge_card_wrap a {
  display: block;
}

@media screen and (max-width: 767px) {
  .knowledge_card_wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_card_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.knowledge_card {
  margin-bottom: 25px;
  background-color: white;
  border: 2px solid #f0ece4e0;
  box-shadow: 0px 0px 5px 5px #f0ece4e0;
}

@media screen and (max-width: 767px) {
  .knowledge_card {
    margin-bottom: 20px;
  }
}

.knowledge_card .inner {
  padding: 30px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
  .knowledge_card .inner {
    padding: 20px 15px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_card .inner {
    padding: 20px 30px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_card .inner {
    padding: 10px 15px;
  }
}

.knowledge_card .inner dl {
  width: 50%;
  margin-left: 50px;
}

@media screen and (max-width: 1200px) {
  .knowledge_card .inner dl {
    width: 100%;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_card .inner dl {
    margin-left: 0px;
  }
}

.knowledge_card .knowledge_img {
  max-width: 505px;
  width: 40vw;
  margin: auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .knowledge_card .knowledge_img {
    max-width: 700px;/* 100%にすれば？ */
    width: 100%;
  }
}

.knowledge_card .knowledge_img img {
  width: 100%;
  height: auto;
}

.knowledge_card .knowledge_card_title {
  font-size: 38px;
  padding-top: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .knowledge_card .knowledge_card_title {
    padding-top: 10px;
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_card .knowledge_card_title {
    font-size: 34px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_card .knowledge_card_title {
    font-size: 28px;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_card .knowledge_card_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .knowledge_card .knowledge_card_title {
    font-size: 17px;
  }
}

.knowledge_card .tag_label_wrap {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .knowledge_card .tag_label_wrap {
    margin: 5px auto auto auto;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_card .tag_label_wrap {
    width: 100%;

  }
}

@media screen and (max-width: 400px) {
  .knowledge_card .tag_label_wrap {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_card .tag_label_wrap .inner {
    margin: auto;
    width: 600px;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_card .tag_label_wrap .inner {
    margin: auto;
    width: 450px;
    padding: 0;
  }
}

.knowledge_card .knowledge_card_text {
  margin-top: 25px;
  padding-bottom: 15px;
}

.knowledge_card .knowledge_card_text p {
  font-family: var(--gothic);
}

@media screen and (max-width: 767px) {
  .knowledge_card .knowledge_card_text p {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_card .knowledge_card_text p {
    font-size: 12px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 1200px) {
  .knowledge_card .knowledge_card_text {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_card .knowledge_card_text {
    font-size: 12px;
    margin-top: 12px;
    padding-bottom: 12px;
  }
}

/*知識詳細ページ---------------------------*/
.knowledge_primary_text {
  font-size: 48px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .knowledge_primary_text {
    font-size: 38px;
  }
}

@media screen and (max-width: 1000px) {
  .knowledge_primary_text {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_primary_text {
    font-size: 5vw;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_primary_text {
    font-size: 6vw;
    margin-bottom: 10vw;
  }
}

.knowledge_secondly_text {
  font-size: 28px;
  background-color: #efe8d9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .knowledge_secondly_text {
    font-size: 16px;
    line-height: 1.2;
  }
}

.knowledge_detail_wrap {
  width: 100%;
  background-color: #faf7f0;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .knowledge_detail_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_detail_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.knowledge_detail_section {
  max-width: var(--pc-contents-width);
  margin: 50px auto 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: white;
  z-index: 2;
  position: relative;
/*  box-shadow: 1px 1px 2px #00000030;*/
  box-shadow: 0px 0px 5px 5px #f0ece4e0;
}

@media screen and (max-width: 767px) {
  .knowledge_detail_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_detail_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.knowledge_detail_section .tag_label_wrap {
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .knowledge_detail_section .tag_label_wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}

.knowledge_detail_section .knowledge_img {
  margin: 0;
  z-index: 2;
  position: relative;
}

.knowledge_detail_section .knowledge_img img {
  width: 100%;
}

.knowledge_detail_section .sub_description_text {
  margin: 30px auto 0;
  font-family: var(--gothic);
}

@media screen and (max-width: 767px) {
  .knowledge_detail_section .sub_description_text {
    margin: 15px 0;
  }
}

.knowledge_detail_section .knowledge_secondly_text {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1;
}

/*合わせて読みたい*/
.knowledge_together_wrap {
  border: 1px solid #a68b62;
  border-radius: 20px;
  background-color: #faf7f0;
  margin-top: 30px;
  position: relative;
}

.knowledge_together_wrap .inner {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: relative;
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .inner {
    border-radius: 10px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_together_wrap .inner {
    padding: 15px;
  }
}

.knowledge_together_wrap .inner:after {
  display: inline;
  content: url(../img/common/header_arrow_right.png);
  position: absolute;
  right: 10px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .inner:after {
    top: 40%;
  }
}

.knowledge_together_wrap .inner .knowledge_img {
  max-width: 280px;
  width: 25vw;
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .inner .knowledge_img {
    width: 30vw;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_together_wrap .inner .knowledge_img {
    width: 34vw;
  }
}

.knowledge_together_wrap .inner .text_wrap {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .inner .text_wrap {
    padding-left: 15px;
  }
}

.knowledge_together_wrap .lead_label_wrap {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .knowledge_together_wrap .lead_label_wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .lead_label_wrap {
    position: absolute;
    top: -18px;
    left: 15px;
  }
}

.knowledge_together_wrap .lead_label_wrap span {
  font-size: 18px;
  text-align: center;
  padding: 10px 15px;
  color: white;
  background-color: #a68b62;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .lead_label_wrap span {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_together_wrap .lead_label_wrap span {
    font-size: 12px;
  }
}

.knowledge_together_wrap .first_text {
  font-size: 24px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .knowledge_together_wrap .first_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .knowledge_together_wrap .first_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .first_text {
    padding-top: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_together_wrap .first_text {
    padding-top: 0;
    font-size: 16px;
  }
}

.knowledge_together_wrap .second_text {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .knowledge_together_wrap .second_text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_together_wrap .second_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_together_wrap .second_text {
    font-size: 12px;
  }
}

.knowledge_relation_plan {
  background-color: #efe8d9;
  padding: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .knowledge_relation_plan {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_relation_plan {
    padding: 10px;
  }
}

.knowledge_relation_plan span {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .knowledge_relation_plan span {
    font-size: 24px;
  }
}

.knowledge_relation_plan .label_wrap {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1000px) {
  .knowledge_relation_plan .label_wrap {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_relation_plan .label_wrap {
    flex-wrap: wrap;
  }
}

.knowledge_relation_plan .label_wrap li .label02 {
  font-size: min(16px, 3.5vw);
  padding: min(10px, 1vw) min(25px, 5vw);
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
  line-height: unset;
}

.knowledge_relation_plan .label_wrap li:hover {
  opacity: 0.8;
}

.knowledge_doctor_info {
  background-color: #faf7f0;
  padding: 15px 30px 30px 30px;
  margin: 30px auto 0px auto;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_doctor_info {
    padding: 10px;
  }
}

.knowledge_doctor_info .knowledge_primary_text {
  margin-bottom: 0;
  line-height: 1.3;
}

.knowledge_doctor_info .representative {
  font-size: 24px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info .representative {
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_doctor_info .representative {
    font-size: 12px;
  }
}

.knowledge_doctor_info ul {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul {
    flex-wrap: wrap;
  }
}

.knowledge_doctor_info ul li {
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li {
    width: 100%;
    flex-wrap: nowrap;
    margin-right: 0;
  }
}

.knowledge_doctor_info ul li:nth-child(4n) {
  margin-right: 0;
}

.knowledge_doctor_info ul li span {
  width: 100%;
  display: block;
  font-family: var(--gothic);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li span {
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_doctor_info ul li span {
    padding: 10px 10px 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_doctor_info ul li span {
    padding: 5px 5px 5px 12px;
  }
}

.knowledge_doctor_info ul li span:before {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li span:before {
    margin-right: 5px;
  }
}

.knowledge_doctor_info ul li .title {
  font-weight: bold;
  background-color: #efe8d9;
  font-weight: 500;
  height: 55px;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li .title {
    width: 30%;
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_doctor_info ul li .title {
    width: 50%;
  }
}

.knowledge_doctor_info ul li .academic:before {
  content: "";
  background-image: url(../img/knowledge/academic.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li .academic:before {
    width: 20px;
    height: 20px;
  }
}

.knowledge_doctor_info ul li .qualification:before {
  content: "";
  background-image: url(../img/knowledge/qualification.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li .qualification:before {
    width: 20px;
    height: 20px;
  }
}

.knowledge_doctor_info ul li .career:before {
  content: "";
  background-image: url(../img/knowledge/career.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li .career:before {
    width: 20px;
    height: 20px;
  }
}

.knowledge_doctor_info ul li .field:before {
  content: "";
  background-image: url(../img/knowledge/field.png);
  width: 30px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info ul li .field:before {
    width: 20px;
    height: 15px;
  }
}

.knowledge_doctor_info ul li .content {
  background-color: white;
  font-weight: 200;
}

.knowledge_doctor_info .message {
  font-size: 28px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.knowledge_doctor_info .message:before {
  content: url(../img/knowledge/message.png);
  margin-right: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .knowledge_doctor_info .message {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_doctor_info .message {
    font-size: 14px;
  }
}

.knowledge_doctor_info p {
  margin-top: 0;
  margin-bottom: 0;
}

.knowledge .other_links {
  max-width: var(--pc-contents-width);
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .knowledge .other_links {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge .other_links {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.knowledge .other_links li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .knowledge .other_links .prev_wrap, .knowledge .other_links .next_wrap {
    width: 45vw;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge .other_links .now_wrap {
    width: 100%;
  }
}

.knowledge .other_links .prev, .knowledge .other_links .now, .knowledge .other_links .next {
  height: 70px;
  line-height: 70px;
}

@media screen and (max-width: 767px) {
  .knowledge .other_links .prev, .knowledge .other_links .now, .knowledge .other_links .next {
    height: 60px;
    line-height: 60px;
  }
}

.knowledge .other_links .btn01 {
  max-width: 330px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .knowledge .other_links .btn01 {
    max-width: 100%;
    width: 100%;
  }
}

.knowledge .other_links .btn01 span {
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .knowledge .other_links .btn01 span {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}

.knowledge .other_links .btn05 {
  max-width: 330px;
  padding: 5px 0px;
  margin: auto;
}

.knowledge .other_links .btn05 span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .knowledge .other_links .btn05 span {
    font-size: 14px;
  }
}

/*関連記事*/
.knowledge_connection {
  margin-top: 70px;
  margin-bottom: 85px;
}

@media screen and (max-width: 1300px) {
  .knowledge_connection {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_connection {
    margin-bottom: 30px;
  }
}

.knowledge_connection .connection_lead_text {
  display: block;
  margin: auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 1300px) {
  .knowledge_connection .connection_lead_text {
    padding-bottom: 20px;
  }
}

.knowledge_connection .connection_card_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.knowledge_connection .connection_card {
  width: calc(50% - 8px);
  min-height: 250px;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #e9e7e0;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: white;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.knowledge_connection .connection_card:nth-child(2n) {
  margin-right: 0px;
}

@media screen and (max-width: 1000px) {
  .knowledge_connection .connection_card {
    padding: 20px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_connection .connection_card {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_connection .connection_card {
    padding: 10px;
  }
}

.knowledge_connection .img_wrap {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .knowledge_connection .img_wrap {
    display: flex;
    align-items: center;
  }
}

.knowledge_connection .img_wrap img {
  width: 100%;
}

.knowledge_connection .info_wrap {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .knowledge_connection .info_wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.knowledge_connection .connection_card_text {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: 300;
}

@media screen and (max-width: 1300px) {
  .knowledge_connection .connection_card_text {
    font-size: 18px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_connection .connection_card_text {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_connection .connection_card_text {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .knowledge_connection .connection_card_text {
    font-size: 12px;
  }
}

.knowledge_connection dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .knowledge_connection dl {
    display: block;
  }
}

.knowledge_connection dl dt {
  max-width: 210px;
  width: 40%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .knowledge_connection dl dt {
    height: 100%;
  }
}

.knowledge_connection dl dt img {
  width: 100%;
}

.knowledge_connection dl dd {
  margin-left: 15px;
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: 500;
}

@media screen and (max-width: 1300px) {
  .knowledge_connection dl dd {
    font-size: 20px;
    padding-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .knowledge_connection dl dd {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .knowledge_connection dl dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_connection dl dd {
    font-size: 14px;
  }
}

.knowledge_connection .connection_label_wrap {
  width: 100%;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .knowledge_connection .connection_label_wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
}

.knowledge_connection .connection_label_wrap .connection_card_label {
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .knowledge_connection .connection_label_wrap .connection_card_label {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .knowledge_connection .connection_label_wrap .connection_card_label {
    margin-top: 15px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .knowledge_connection .connection_label_wrap .connection_card_label {
    margin-top: 13px;
    margin-right: 8px;
  }
}
/*# sourceMappingURL=knowledge.css.map */


/*2021/09/09*/
.check li {
  background-image: url(../img/common/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 21px;
  padding: 2px 0 0 30px;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .check li {
    font-size: 14px;
  }
}

h5{
  font-weight: bold;
  font-size: 18px;
}

h4{
  font-weight: bold;
  font-size: 24px;
}

/* 2021-09-09 ADD */
.knowledge_detail_section section {
  margin-bottom: 55px;
}

.knowledge_detail_section h4 {
	background-image: url(../img/duet/icon1.png);
	background-repeat: no-repeat;
	background-position: top 10px left;
	min-height: 20px;
	font-size: 1.5rem;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

@media screen and (max-width: 767px){
  .knowledge_detail_section h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.knowledge_detail_section h5 {
	min-height: 20px;
	font-size: 1.5rem;
	padding: 0;
	margin: 0 0 8px 0;
	font-weight: bold;
}

.knowledge_detail_section p {
  font-family: var(--gothic);
}

.knowledge_detail_section p .red {
  font-family: var(--gothic);
}

.knowledge_detail_section img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.knowledge_detail_section .btn02 {
  font-family: var(--gothic);
	border: 3px solid #ff6a6a;
	background-image: -moz-linear-gradient( 90deg, rgb(255,101,101) 0%, rgb(255,130,130) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,101,101) 0%, rgb(255,130,130) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,101,101) 0%, rgb(255,130,130) 100%);
	box-shadow: 0 1px 2px rgba(30,10,0,.2), inset 0 0 0 1px #fff;
  width: 300px;
  color: #fff;
  padding: 10px;
}

.knowledge_detail_section .btn04 {
  font-family: var(--gothic);
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 55px;
	font-size: 1.2rem;
  -webkit-box-shadow: 0 1px 2px rgba(30,10,0,.2), inset 0 0 0 1px #fff;
	-moz-box-shadow: 0 1px 2px rgba(30,10,0,.2), inset 0 0 0 1px #fff;
	box-shadow: 0 1px 2px rgba(30,10,0,.2), inset 0 0 0 1px #fff;
	border: solid 3px #d2b465;
	background-color: #ffffff;
	height: 48px;
	border-radius: 6px;
}

.knowledge_detail_section .btn02::after {
	content: '';
	background-image: url(../img/common/icon02.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	width: 11px;
	height: 0.8rem;
	margin-top: 3px;
	margin-left: 5px;
}

.knowledge_detail_section .btn04::after {
  box-sizing: border-box;
  content: '';
	background-image: url(../img/common/icon03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  width: 11px;
  height: 100%;
  margin-top: 3px;
  margin-left: 8px;
}

.knowledge_detail_section .knowledge_table {
	width:100%;
	table-layout: fixed;
}
.knowledge_detail_section .sp_sub_tr {
	display:none;
}
.knowledge_detail_section .knowledge_table .sp_sub_tr th{
    background-color: #fefcf6;
	color:#372615;
	padding:15px 0;
}

.knowledge_detail_section .knowledge_table th,
.knowledge_detail_section .knowledge_table td {
	border:solid 1px #ece0c0;
	font-size:16px;
}
.knowledge_detail_section .knowledge_table th {
	min-width:126px;
	background-color:#d2b465;
	text-align:center;
	color:#ffffff;
	padding:20px 0;
	font-weight:normal;
}
.knowledge_detail_section .knowledge_table td {
	padding:20px 15px;
	line-height:140%;
}

.knowledge_detail_section .cap,
.knowledge_detail_section .box_1 {
	background-color:#faf7f0;
	border:solid 2px #faf7f0;
	-webkit-box-shadow:inset 0 0 0 1px #e0d3c7, 0 0 4px rgba(0, 0, 0, 0.14);
	-moz-box-shadow:inset 0 0 0 1px #e0d3c7, 0 0 4px rgba(0, 0, 0, 0.14);
	box-shadow:inset 0 0 0 1px #e0d3c7, 0 0 4px rgba(0, 0, 0, 0.14);
	padding:20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.knowledge_detail_section .sp_sub_tr {
		display: table-row;
	}
	.knowledge_detail_section .knowledge_table td {
		padding: 10px;
		line-height: 140%;
	}
	.knowledge_detail_section .sph { display:none; }
}

.knowledge_detail_section .framed_box02 {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #d1d464 inset, 0 0 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 0 2px #d2b465 inset, 0 0 4px rgba(0, 0, 0, 0.10);
    background-color: #fff;
}

.knowledge_detail_section .framed_style {
	padding: 20px;
}

.knowledge_detail_section .loud {
	position: relative;
	padding: 0 30px;
  font-family: var(--gothic);
}
@media screen and (max-width: 767px) {
	.knowledge_detail_section .loud {
		padding: 0 20px;
		display: inline-block;
	}
}
.knowledge_detail_section .loud::before,
.knowledge_detail_section .loud::after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 5px;
}
.knowledge_detail_section .loud::before {
	transform: rotate(50deg);
	left: 0;
}
.knowledge_detail_section .loud::after {
	transform: rotate(-50deg);
	right: 0;
}

.knowledge_detail_section .marker {
  display: inline;
  background: linear-gradient(transparent 50%, #fff10f 50%);
  font-weight: bold;
  font-family: var(--gothic);
}











/* 扉ページ 2021-09-09 ADD */
.knowledge_section .page_btns,
.knowledge_detail_wrap .page_btns {
  display: flex;
  justify-content: space-between;
  max-width: var(--pc-contents-width);
  margin: 0 auto 50px;
}

.knowledge_section .page_btns a,
.knowledge_detail_wrap .page_btns a {
  background-color: var(--btn-color-main);
  color: var(--white);
  width: min(250px, 30%);
  height: min(50px, 10vw);
  border-radius: 30px;
  box-shadow: 0px 3px #776447;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.knowledge_section .page_btns.w100p a {
  width: 100%;
}

.knowledge_detail_wrap .page_btns div {
  width: min(250px, 30%);
  display: flex;
  flex-direction: column;
}

.knowledge_detail_wrap .page_btns div a {
  background-color: var(--btn-color-main);
  color: var(--white);
  width: 100%;
  height: min(50px, 10vw);
  border-radius: 30px;
  box-shadow: 0px 3px #776447;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .knowledge_detail_wrap .page_btns div a {
    font-size: 12px;
  }
}

.knowledge_detail_wrap .page_btns div.prev a:before {
  display: inline;
  content: url(../img/common/header_arrow_right.png);
  position: absolute;
  left: 10px;
  top: 25%;
  transform: rotate(180deg);
}
.knowledge_detail_wrap .page_btns div.next a:after {
  display: inline;
  content: url(../img/common/header_arrow_right.png);
  position: absolute;
  right: 10px;
  top: 25%;
}

@media screen and (max-width: 767px) {
  .knowledge_detail_wrap .page_btns div.prev a:before,
  .knowledge_detail_wrap .page_btns div.next a:after {
    top: 33%;
  }
}

.knowledge_detail_wrap .page_btns a:not(.archive_link) {
  background-color: #efe8d9;
  color: #a29e95;
  position: relative;
}

.knowledge_detail_wrap .page_btns a.archive_link.pc {
  display: flex;
}
.knowledge_detail_wrap .page_btns a.archive_link.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .knowledge_section .page_btns, .knowledge_detail_wrap .page_btns {
    margin: 0 auto;
  }
  .knowledge_detail_wrap .page_btns a.archive_link.pc {
    display: none;
  }
  .knowledge_detail_wrap .page_btns a.archive_link.sp {
    display: flex;
    width: 100%;
    margin-bottom: 10vw;
    font-size: 12px;
  }
}

.knowledge_detail_wrap .page_btns .page_btns_text {
  padding: 20px;
  width: 100%;
}
.knowledge_detail_wrap .page_btns div span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .knowledge_detail_wrap .page_btns .page_btns_text {
    padding: 4vw;
  }
  .knowledge_detail_wrap .page_btns div span {
    font-size: 12px;
  }
}



.knowledge_section .wp-pagenavi,
.knowledge_detail_wrap .wp-pagenavi {
  display: flex;
  justify-content: center;
  max-width: min(600px, 100vw);
  margin: auto;
}
.knowledge_section .wp-pagenavi .pages,
.knowledge_detail_wrap .wp-pagenavi .pages,
.knowledge_section .wp-pagenavi .previouspostslink,
.knowledge_detail_wrap .wp-pagenavi .previouspostslink,
.knowledge_section .wp-pagenavi .nextpostslink,
.knowledge_detail_wrap .wp-pagenavi .nextpostslink {
  display: none;
}
.knowledge_section .wp-pagenavi .current,
.knowledge_detail_wrap .wp-pagenavi .current {
  background-color: var(--white);
  color: #776447;
  width: auto;
  border-radius: min(50px, 10vw);
  border: 1px solid #776447;
  box-shadow: 0px 3px #776447;
  font-size: min(16px, 4vw);
  line-height: 1;
  width: min(50px, 10vw);
  height: min(50px, 10vw);
  display: flex;
  padding: 5px;
  margin: 10px;
  align-items: center;
  justify-content: center;
}
.knowledge_section .wp-pagenavi .page,
.knowledge_detail_wrap .wp-pagenavi .page {
  background-color: var(--btn-color-main);
  color: var(--white);
  width: auto;
  border-radius: min(50px, 10vw);
  box-shadow: 0px 3px #776447;
  font-size: min(16px, 4vw);
  line-height: 1;
  width: min(50px, 10vw);
  height: min(50px, 10vw);
  display: flex;
  padding: 5px;
  margin: 10px;
  align-items: center;
  justify-content: center;
}

.knowledge_card .tag_label_wrap .inner {
  padding: 0;
}

.knowledge_card .knowledge_img {
  margin: auto;
}



/* 記事をもっと見る */
.knowledge_section .js_more_plan_click_area:before {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  white-space: pre;
  position: absolute;
  color: black;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  cursor: pointer;
  z-index: 2;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  z-index: 10;
  pointer-events: none;
}
.knowledge_section .js_more_plan_click_area {
  background: linear-gradient(rgba(236,222,192,0.1),rgba(250,247,240,1));
  display: block;
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
.knowledge_section .js_more_plan_click_area:after {
  content: "記事をもっと見る";
  background: unset;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 24px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  z-index: 10;
  pointer-events: none;
}
.knowledge_section .js_more_plan_click_area,
.knowledge_section .more_plan_link_bg:after {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  bottom: 60px;
  margin-top: -40px;
}