@charset "UTF-8";
@media (min-width: 768px) {
  .site-main {
    padding: 0 50px;
    background-color: #fff;
  }
}

.sec_weblog_header {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .sec_weblog_header {
    margin: 24px 0;
  }
}
.sec_weblog_header .link_btn_t1 a {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_weblog_header .link_btn_t1 a {
    padding: 16px 0;
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    line-height: 1;
  }
}
.sec_weblog_header .link_btn_t1 a i {
  margin-left: 0.1em;
  color: #9c2423;
  background: none;
}
.sec_weblog_header .link_btn_t1 a:hover {
  color: #fff;
  background-color: #9c2423;
  opacity: 0.7;
}
.sec_weblog_header .link_btn_t1 a:hover i {
  color: #fff;
}

.sec_weblog_content {
  margin: 16px 0;
  position: relative;
}
@media (min-width: 768px) {
  .sec_weblog_content {
    margin: 16px 0 0;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .weblog_detail {
    margin: 16px 0 0;
  }
}
@media (min-width: 768px) {
  .weblog_detail * {
    font-size: 16px;
    line-height: 2;
  }
}
.weblog_detail_header .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.weblog_detail_header .date {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .weblog_detail_header .date {
    font-size: 16px;
  }
}
.weblog_detail_header .terms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
}
.weblog_detail_header .terms .term {
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: #88d7e0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .weblog_detail_header .terms .term {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.weblog_detail_header .terms .term:hover {
  opacity: 0.8;
}
.weblog_detail_header .title h1 {
  margin: 16px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .weblog_detail_header .title h1 {
    font-size: 30px;
  }
}
.weblog_detail_header .thumbnail {
  margin: 16px 0;
  text-align: center;
}
.weblog_detail_header .excerpt {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .weblog_detail_header .excerpt {
    margin: 1em 0;
  }
}
@media (min-width: 768px) {
  .weblog_detail_content * {
    font-size: 16px;
    line-height: 2;
  }
}
.weblog_detail_content h2 {
  margin: 16px 0;
  padding: 1px 10px 7px;
  font-size: 23px;
  border-left: 4px solid #8e2f29;
}
@media (min-width: 768px) {
  .weblog_detail_content h2 {
    margin: 22px 0 16px;
    padding: 5px 16px;
    font-size: 22px;
    border-left: 10px solid #8e2f29;
  }
}
.weblog_detail_content h2 span {
  font-size: 18px;
}
@media (min-width: 768px) {
  .weblog_detail_content h2 span {
    font-size: 20px;
  }
}
.weblog_detail_content h3 {
  margin: 16px 0;
  padding: 0 0 0 25px;
  color: #8e2f29;
  font-size: 16px;
  line-height: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .weblog_detail_content h3 {
    margin: 16px 0;
    padding: 0 0 0 34px;
    font-size: 20px;
    line-height: 18px;
  }
}
.weblog_detail_content h3 span {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .weblog_detail_content h3 span {
    font-size: 20px;
  }
}
.weblog_detail_content h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/category/icon_hair.svg);
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (min-width: 768px) {
  .weblog_detail_content h3::before {
    width: 26px;
    height: 26px;
  }
}
.weblog_detail_content img {
  margin-top: 0;
  margin-bottom: 0;
}
.weblog_detail_content p {
  margin: 16px 0;
}
.weblog_detail_content a {
  color: #0073aa;
}
.weblog_detail_content a.btn_m1 {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 700;
  line-height: 1;
  padding: 2px 0;
}
.weblog_detail_content a.btn_m1:after {
  content: "▶";
  display: inline-block;
  color: #8e2f29;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
  transition: all 0.5s;
}
.weblog_detail_content a.btn_m1:hover {
  color: #8e2f29;
  border-bottom: 1px solid #8e2f29;
}
.weblog_detail_content a.btn_m1:hover:after {
  transform: translateX(3px);
}
.weblog_detail_footer {
  margin: 16px 0;
}
.weblog_detail_footer .link_btn_t1 a {
  width: 100%;
  max-width: 100%;
}

.sec_weblog_footer {
  display: block;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .sec_weblog_footer {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec_weblog_footer .link_btn_t1 a {
    width: 320px;
  }
}

.d_bg_pink {
  display: none;
}
@media (min-width: 768px) {
  .d_bg_pink {
    display: block;
  }
}

.d_leaf_white {
  display: none;
}
@media (min-width: 768px) {
  .d_leaf_white {
    display: block;
  }
}

/*# sourceMappingURL=style-s-weblog-detail.css.map */
