/*
  Theme Name: 31-blog
  Description: Theme of 31-blog.
  Template: bloom_tcd053
  Version: 1.0 */
.c-sidemenu-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-sidemenu-button:before {
  content: '';
  display: block;
  width: 40px;
  height: 9px;
  background-image: url(./img/menu_pc.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .p-menu-button.u-visible-lg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-menu-button.u-visible-lg:before {
    content: '';
    display: block;
    width: 24px;
    height: 10px;
    background-image: url(./img/menu_sp.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.p-index-tab__link {
  color: #577c50;
}

.p-widget__title {
  color: #577c50;
}

.p-footer-blog__catch {
  color: #577c50;
  border-top: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .p-footer-blog__catch {
    padding: 10px 0;
  }
}

.p-footer-widget-area {
  padding-top: 80px;
  padding-bottom: 20px;
  border: 0;
  background-color: #577c50;
  color: #ffffff;
}

.p-footer-widget-area a {
  color: #ffffff;
}

.p-footer-widget-area a:hover {
  color: #ffffff !important;
  opacity: .7 !important;
}

.p-footer-widget-area a:hover .p-article__title {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  .p-footer-widget-area {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.p-widget-list__type3 .p-widget-list__item a::after {
  color: #ffffff;
}

.p-footer-widget-area .p-widget {
  padding: 20px 4.2% 20px;
}

.p-footer-widget-area .p-widget.site_info_widget {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .p-footer-widget-area .p-widget.site_info_widget {
    width: 100%;
  }
}

.p-footer-widget-area .p-widget.styled_post_list1_widget {
  width: 41.6666%;
}

@media only screen and (max-width: 767px) {
  .p-footer-widget-area .p-widget.styled_post_list1_widget {
    width: 100%;
  }
}

.p-footer-widget-area .p-widget__title, .p-footer-widget-area .wp-block-heading {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-footer-widget-area .p-widget__title {
    color: #ffffff !important;
  }
}

.p-footer-widget-area .p-widget.p-footer-widget__border-bottom::after {
  content: none;
}

.p-copyright {
  border-top: none;
  background-color: #577c50;
  color: #ffffff;
  text-align: left;
}

.p-entry__body p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .1em;
  margin-bottom: 30.4px;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  .p-entry__body p {
    font-size: 15px;
    line-height: 24px;
  }
}

.p-entry__body h1, .p-entry__body h2, .p-entry__body h3, .p-entry__body h4, .p-entry__body h5, .p-entry__body h6 {
  clear: both;
  line-height: 1.4;
  margin-bottom: 24.2px;
  position: relative;
}

.p-entry__body h1 {
  font-size: 32px;
}

.p-entry__body h2 {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: .1em;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.p-entry__body h2:before {
  content: '';
  display: block;
  width: 60px;
  height: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #577C50;
}

@media only screen and (max-width: 767px) {
  .p-entry__body h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}

.p-entry__body h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .1em;
  font-weight: 500;
  padding-left: 13px;
}

.p-entry__body h3:before {
  content: '';
  display: block;
  width: 0;
  height: 24px;
  border-left: 2px solid #577C50;
  position: absolute;
  top: 0;
  left: -1px;
}

@media only screen and (max-width: 767px) {
  .p-entry__body h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
