@charset "UTF-8";
/*
Theme Name: styly-child
Version: 240130
Template: styly_tcd052
*/
.blog_list {
  width: 100%;
}
.blog_list > li {
  display: flex;
  justify-content: flex-start;
  gap: 3%;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  .blog_list > li {
    padding: 5% 0px;
  }
}
.blog_list > li .ph {
  width: 22%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog_list > li .ph {
    width: 28%;
  }
}
.blog_list > li .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_list > li .content {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .blog_list > li .content {
    width: 70%;
  }
}
.blog_list > li .content .head {
  font-size: clamp(10px, 1.1vw, 16px);
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .blog_list > li .content .head {
    display: block;
  }
}
.blog_list > li .content .head .term-list {
  display: flex;
  justify-content: flex-start;
  margin-left: 0em;
}
@media screen and (max-width: 768px) {
  .blog_list > li .content .head .term-list {
    margin-left: 0;
    display: none;
  }
}
.blog_list > li .content .head .term-list a {
  border: none !important;
  padding-right: 1em;
}
.blog_list > li .content h3 {
  border: none !important;
}
.blog_list > li .content h3 a {
  border: none !important;
  font-size: clamp(15px, 2vw, 26px);
}
.blog_list > li .content .term-list {
  display: flex;
  justify-content: flex-start;
}
.blog_list > li .content .term-list a {
  border: none !important;
}

/* ページャー */
.pager .nav-links {
  margin-top: var(--space-vertical120);
  font-size: var(--font-size22);
  font-family: var(--font_family_bold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
}
.pager .page-numbers {
  color: var(--c_case);
  flex: 0 0 1.5em;
  height: auto;
  aspect-ratio: 46/52;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager .current {
  background-color: var(--c_case);
  color: #fff;
}

.sec_3 .white_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 5%;
  margin: auto;
  flex-wrap: wrap;
}
.sec_3 .white_wrap .wrapper {
  width: 47.5%;
}
.sec_3 .white_wrap .wrapper h3 {
  font-size: clamp(18px, 2vw, 25px);
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}
.sec_3 .white_wrap .wrapper a {
  border: none !important;
}
.sec_3 .white_wrap .wrapper ul li:last-child {
  margin-bottom: 1em;
}

.wp_contents .category {
  display: flex;
  justify-content: flex-end;
}
.wp_contents .category a {
  border: none;
  display: inline;
  line-height: 1;
  border: none;
  background-color: #f7f6f4;
  color: #fff;
  padding: 5px;
  margin: 3px;
  color: var(--acc_color);
}

.send {
  display: flex;
  justify-content: space-between;
  padding: 3em 0 0;
}

.wp_box ul {
  list-style: disc;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp_box ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.wp_box ol {
  list-style: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp_box ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.wp_box h2 {
  font-size: 24px !important;
  color: #212179 !important;
  border-bottom: 3px double #212179 !important;
  text-align: left !important;
  padding: 0px 0px 5px !important;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  font-weight: normal !important;
  height: auto !important;
  background-image: none !important;
}
.wp_box h3 {
  font-size: 20px !important;
  color: #212179 !important;
  text-align: left !important;
  border-bottom: 1px solid #212179 !important;
  font-weight: normal !important;
  padding: 0px 0px 5px !important;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  height: auto !important;
  background-image: none !important;
}
.wp_box h4 {
  font-size: 18px !important;
  color: #212179 !important;
  border-bottom: 1px dashed #212179 !important;
  text-align: left !important;
  font-weight: normal !important;
  padding: 0px 0px 5px !important;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  height: auto !important;
  background-image: none !important;
}
@media screen and (max-width: 768px) {
  .wp_box .blog_tit {
    font-size: 23px;
  }
  .wp_box h2 {
    font-size: 20px !important;
  }
  .wp_box h3 {
    font-size: 18px !important;
  }
  .wp_box h4 {
    font-size: 17px !important;
  }
}

.bread {
  flex-wrap: wrap;
  line-height: 2;
}

.head_info .h_tel a {
  color: #fff !important;
}/*# sourceMappingURL=style2.css.map */