body {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.l_mainvisual_sub {
  z-index: 0;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l_mainvisual_sub .l_content_size::before {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/kv_obj01.png);
    position: absolute;
    bottom: -6px;
    left: calc(50% - 730px);
  }
  .l_mainvisual_sub .l_content_size::after {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/kv_obj02.png);
    position: absolute;
    bottom: -6px;
    right: calc(50% - 595px);
  }
}
@media screen and (max-width: 768px) {
  .l_mainvisual_sub {
    height: 80px;
  }
  .l_mainvisual_sub::before {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/sp/kv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.l_bread {
  width: 1100px;
  margin: 10px auto 0;
  padding-left: 2%;
  padding-right: 2%;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l_bread {
    width: 100%;
  }
}
.l_bread a {
  text-decoration: underline;
}
.l_bread a:hover {
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.main_content {
  margin: 65px auto 0;
}
.main_content .flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main_content .flex .main {
  width: 100%;
  flex: 0 0 788px;
  max-width: 788px;
}
.main_content .flex .top .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main_content .flex .side {
  width: 100%;
  flex: 0 0 273px;
  max-width: 273px;
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
@media screen and (max-width: 768px) {
  .main_content .flex {
    width: 100%;
  }
  .main_content .flex .main,
  .main_content .flex .side {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_content .flex .main {
    padding: 0 4%;
  }
}

#pager {
  margin: 40px 0 100px;
  padding: 0;
}
#pager .pager_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#pager li a {
  font-size: 20px;
  line-height: 1.45;
  color: #848459;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 50px;
  height: 50px;
  border: 1px solid #848459;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  #pager li a {
    font-size: 16px;
    width: 42px;
    height: 42px;
    margin: 0 2px;
  }
}
#pager li a._prev, #pager li a._next {
  border: none;
  position: relative;
}
#pager li a._prev:hover, #pager li a._next:hover {
  background-color: transparent;
}
#pager li a._prev span, #pager li a._next span {
  display: none;
}
#pager li a._next:before {
  position: absolute;
  top: 20px;
  left: 16px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #848459;
  transform: rotate(45deg);
  border-right: 1px solid #848459;
}
#pager li a._prev:before {
  position: absolute;
  top: 20px;
  right: 16px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #848459;
  transform: rotate(-45deg);
  border-left: 1px solid #848459;
}
#pager li a._active, #pager li a:hover {
  color: #fff;
  background-color: #848459;
}

.article_list .article_item > a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.article_list .article_item > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #dcdcdc, #dcdcdc 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.article_list .article_item > a .flex .imgwrap {
  padding: 15px 0 14px 20px;
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 19.67%;
  max-width: 19.67%;
}
.article_list .article_item > a .flex .imgwrap img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .article_list .article_item > a .flex .imgwrap {
    flex: 0 0 24.08%;
    max-width: 24.08%;
    padding: 15px 0 14px 0;
  }
}
.article_list .article_item > a .flex .textwrap {
  padding: 14px 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 80.33%;
  max-width: 80.33%;
}
@media screen and (max-width: 768px) {
  .article_list .article_item > a .flex .textwrap {
    flex: 0 0 75.92%;
    max-width: 75.92%;
    padding: 15px 0 14px 20px;
  }
}
.article_list .article_item > a .flex .textwrap > .top .left .category_cat {
  display: inline-block;
  padding: 2px 9px;
  background-color: #acac75;
  border-radius: 2px;
  margin: 0 7px 0 0;
}
.article_list .article_item > a .flex .textwrap > .top .left .category_cat.green_cat {
  background-color: #2f7e07;
}
.article_list .article_item > a .flex .textwrap > .top .left .category_cat > p {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}
.article_list .article_item > a .flex .textwrap > .top .left .new_ico {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #fc6d05;
  display: inline-block;
}
.article_list .article_item > a .flex .textwrap > .top .left .date_time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  color: #646464;
}
.article_list .article_item > a .flex .textwrap .ttl {
  font-size: 25px;
  line-height: 1.5;
  color: #256e00;
  font-weight: 400;
  margin-bottom: 12px;
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .article_list .article_item > a .flex .textwrap .ttl {
    font-size: 16px;
    white-space: normal;
    height: 49px;
  }
}
.article_list .article_item > a .flex .textwrap .excerpt {
  font-size: 16px;
  line-height: 1.85;
  height: 54px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article_list .article_item > a .flex .textwrap .excerpt {
    display: none;
  }
}
.article_list .article_item > a .flex .textwrap .date_time {
  font-size: 13px;
  color: #646464;
  font-family: "Oswald", sans-serif;
}
.article_list .article_item > a:hover {
  background-color: #fafaf7;
}
.article_list .article_item > a:hover .flex .textwrap .ttl {
  text-decoration: none;
}
.article_list.aside_list {
  padding-bottom: 9px;
}
.article_list.aside_list .article_item > a .flex .imgwrap {
  padding: 14px 0 15px 10px;
  flex: 0 0 36.48%;
  max-width: 36.48%;
}
@media screen and (max-width: 768px) {
  .article_list.aside_list .article_item > a .flex .imgwrap {
    flex: 0 0 24.08%;
    max-width: 24.08%;
    padding: 14px 0 13px 0;
  }
}
.article_list.aside_list .article_item > a .flex .textwrap {
  flex: 0 0 63.52%;
  max-width: 63.52%;
  padding: 14px 5px 13px 6px;
}
@media screen and (max-width: 768px) {
  .article_list.aside_list .article_item > a .flex .textwrap {
    flex: 0 0 75.92%;
    max-width: 75.92%;
    padding: 14px 0 13px 17px;
  }
}
.article_list.aside_list .article_item > a .flex .textwrap .top .category_cat > p {
  font-size: 11px;
}
.article_list.aside_list .article_item > a .flex .textwrap .top .date_time {
  font-size: 13px;
  color: #646464;
  font-family: "Oswald", sans-serif;
}
.article_list.aside_list .article_item > a .flex .textwrap .ttl {
  font-size: 16px;
  line-height: 1.5625;
  white-space: normal;
  height: 49px;
  margin-bottom: 0;
}

.category_ul .category_li {
  position: relative;
}
.category_ul .category_li a {
  color: #333;
  padding: 15px 0;
  font-size: 16px;
  display: block;
  position: relative;
}
.category_ul .category_li a:visited {
  color: #333;
}
.category_ul .category_li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 6px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.category_ul .category_li a:hover {
  color: #256e00;
}
.category_ul .category_li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #dcdcdc, #dcdcdc 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.border_ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding: 0 0 5px;
  margin-bottom: 3px;
}
.border_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 88px;
  height: 3px;
  background-color: #acac75;
}

#p_hair-care-single .main_content {
  overflow: hidden;
}
#p_hair-care-single img {
  max-width: 100%;
  height: auto;
}
#p_hair-care-single .detail-ttl-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
#p_hair-care-single .detail-ttl-wrap .article-ttl {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}
#p_hair-care-single .detail-ttl-wrap .category_date_wrap {
  text-align: right;
}
#p_hair-care-single .detail-ttl-wrap .category_date_wrap .category_cat {
  display: inline-block;
  background: #acac75;
  padding: 2px 10px 3px;
  border-radius: 2px;
  margin-right: 10px;
}
#p_hair-care-single .detail-ttl-wrap .category_date_wrap .category_cat.green_cat {
  background-color: #2f7e07;
}
#p_hair-care-single .detail-ttl-wrap .category_date_wrap .category_cat > p {
  font-size: 13px;
  color: #fff;
}
#p_hair-care-single .detail-ttl-wrap .category_date_wrap .date {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #646464;
}
#p_hair-care-single .contents-wrap > p {
  line-height: 1.875;
  margin-bottom: 20px;
}
#p_hair-care-single .contents-wrap > p + h2 {
  margin-top: 50px;
}
#p_hair-care-single .contents-wrap > p + h4, #p_hair-care-single .contents-wrap > p + h3 {
  margin-top: 40px;
}
#p_hair-care-single .contents-wrap > p + h5 {
  margin-top: 35px;
}
#p_hair-care-single .contents-wrap h1,
#p_hair-care-single .contents-wrap h2,
#p_hair-care-single .contents-wrap h3,
#p_hair-care-single .contents-wrap h4,
#p_hair-care-single .contents-wrap h5,
#p_hair-care-single .contents-wrap h6 {
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
}
#p_hair-care-single .contents-wrap h2 {
  font-size: 32px;
  padding-bottom: 15px;
}
#p_hair-care-single .contents-wrap h2::before {
  content: "";
  background-color: #acac75;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap h2 {
    font-size: 22px;
    line-height: 1.259;
  }
  #p_hair-care-single .contents-wrap h2::before {
    width: 65px;
  }
}
#p_hair-care-single .contents-wrap h3 {
  font-size: 24px;
  padding-left: 20px;
  border-bottom: 2px dotted #acac75;
  border-radius: 1px;
  position: relative;
}
#p_hair-care-single .contents-wrap h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 6px;
  height: 100%;
  background: #acac75;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap h3 {
    font-size: 23px;
  }
}
#p_hair-care-single .contents-wrap h4 {
  font-size: 20px;
}
#p_hair-care-single .contents-wrap h5 {
  font-size: 18px;
}
#p_hair-care-single .contents-wrap > ul:not([class]) {
  margin-bottom: 20px;
}
#p_hair-care-single .contents-wrap > ul:not([class]) li {
  padding-left: 15px;
  position: relative;
}
#p_hair-care-single .contents-wrap > ul:not([class]) li + li {
  margin: 10px 0 0;
}
#p_hair-care-single .contents-wrap > ul:not([class]) li::before {
  content: "";
  line-height: 1.875;
  position: absolute;
  top: calc((1em + 4px) / 2);
  left: 0;
  width: 8px;
  height: 8px;
  background: #acac75;
  border-radius: 50%;
}
#p_hair-care-single .contents-wrap > ol {
  margin-bottom: 68px;
  counter-reset: number 0;
}
#p_hair-care-single .contents-wrap > ol > li {
  position: relative;
  padding-left: 26px;
}
#p_hair-care-single .contents-wrap > ol > li + li {
  margin: 10px 0 0;
}
#p_hair-care-single .contents-wrap > ol > li::before {
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero) " ";
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -0.3em;
  left: 0;
  font-size: 20px;
  line-height: 1.875;
}
#p_hair-care-single .contents-wrap a {
  color: #256e00;
  text-decoration: underline;
  position: relative;
}
#p_hair-care-single .contents-wrap a:visited {
  color: #256e00;
}
#p_hair-care-single .contents-wrap a[rel="noreferrer noopener"]::after {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/ico_link.svg);
  margin-left: 8px;
}
#p_hair-care-single .contents-wrap a:hover {
  text-decoration: none;
}
#p_hair-care-single .contents-wrap .tableContentswrap {
  border: 2px solid #f2f2f2;
  padding: 27px 18px 24px;
  margin: 54px 0 50px;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
#p_hair-care-single .contents-wrap .tableContentswrap .tableContentstitle {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -0.8em;
  display: inline-block;
  background: #fff;
  padding: 0px 10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#p_hair-care-single .contents-wrap .tableContentswrap .tableContents {
  text-align: left;
}
#p_hair-care-single .contents-wrap .tableContentswrap .tableContents > li {
  padding: 5px 0 0 1.25em;
  font-size: 18px;
  color: #646464;
  font-family: "Oswald", sans-serif;
  text-indent: -1.25em;
}
#p_hair-care-single .contents-wrap .tableContentswrap .tableContents > li:first-child {
  padding: 0 0 0 1.25em;
}
#p_hair-care-single .contents-wrap .tableContentswrap .tableContents > li a {
  color: #256e00;
  font-family: "Noto Sans JP", sans-serif;
}
#p_hair-care-single .contents-wrap .tableContentswrap .tableContents > li a:visited {
  color: #256e00;
}
#p_hair-care-single .contents-wrap .tableContentswrap .tableContents .seoBlockH3 {
  margin-left: 40px;
}
#p_hair-care-single .contents-wrap .wp-block-embed {
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  padding: 23px 23px 25px;
  margin: 0 0 51px;
}
#p_hair-care-single .contents-wrap .wp-block-embed iframe,
#p_hair-care-single .contents-wrap .wp-block-embed video {
  object-fit: fill;
  width: 100%;
}
#p_hair-care-single .contents-wrap .wp-block-embed figcaption {
  margin: 15px 0 0;
}
#p_hair-care-single .contents-wrap .wp-block-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 40px;
}
@media screen and (min-width: 769px) {
  #p_hair-care-single .contents-wrap .wp-block-columns {
    flex-wrap: nowrap;
  }
}
#p_hair-care-single .contents-wrap .wp-block-columns .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  padding: 0 8px;
}
#p_hair-care-single .contents-wrap .wp-block-columns .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
#p_hair-care-single .contents-wrap .wp-block-columns .wp-block-column p {
  line-height: 1.875;
}
#p_hair-care-single .contents-wrap .border_box {
  padding: 22px 15px;
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  margin: 0 0 20px;
}
#p_hair-care-single .contents-wrap .border_box h1:last-child,
#p_hair-care-single .contents-wrap .border_box h2:last-child,
#p_hair-care-single .contents-wrap .border_box h3:last-child,
#p_hair-care-single .contents-wrap .border_box h4:last-child,
#p_hair-care-single .contents-wrap .border_box h5:last-child,
#p_hair-care-single .contents-wrap .border_box h6:last-child {
  margin: 0;
}
#p_hair-care-single .contents-wrap .border_box p {
  margin-bottom: 15px;
}
#p_hair-care-single .contents-wrap .border_box p:last-child {
  margin: 0;
}
#p_hair-care-single .contents-wrap .background_block {
  border-radius: 10px;
  background-color: #fafafa;
  padding: 22px 15px;
  margin: 0 0 27px;
}
#p_hair-care-single .contents-wrap .background_block h1:last-child,
#p_hair-care-single .contents-wrap .background_block h2:last-child,
#p_hair-care-single .contents-wrap .background_block h3:last-child,
#p_hair-care-single .contents-wrap .background_block h4:last-child,
#p_hair-care-single .contents-wrap .background_block h5:last-child,
#p_hair-care-single .contents-wrap .background_block h6:last-child {
  margin: 0;
}
#p_hair-care-single .contents-wrap .background_block p {
  margin-bottom: 15px;
}
#p_hair-care-single .contents-wrap .background_block p:last-child {
  margin: 0;
}
#p_hair-care-single .contents-wrap .quote_area_block {
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  margin: 0 0 24px;
}
#p_hair-care-single .contents-wrap .quote_area_block p {
  color: #b1b1b1;
}
#p_hair-care-single .contents-wrap .quote_area_block::before {
  content: "";
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 18px;
  width: 23px;
  height: 14px;
}
#p_hair-care-single .contents-wrap .quote_area_block::after {
  content: "";
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  bottom: -10px;
  width: 23px;
  height: 14px;
  transform: scale(-1, -1);
}
#p_hair-care-single .contents-wrap .wp-post-block {
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  margin: 0 0 44px;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap .wp-post-block {
    padding: 0 11px;
  }
}
#p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a {
  text-decoration: none;
}
#p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a::before {
  display: none;
}
#p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .flex .imgwrap {
  flex: 0 0 30.48%;
  max-width: 30.48%;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .flex .imgwrap {
    padding: 12px 0 11px 0;
  }
}
#p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .flex .textwrap {
  flex: 0 0 69.52%;
  max-width: 69.52%;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .flex .textwrap {
    padding: 12px 0 11px 11px;
  }
}
#p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .ttl {
  overflow: visible;
  white-space: normal;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .ttl {
    height: inherit;
  }
}
#p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .date_time {
  text-align: right;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  color: #646464;
}
#p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a:hover .flex .ttl {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .flex .textwrap > .top .left .category_cat {
    display: inline-block;
  }
  #p_hair-care-single .contents-wrap .wp-post-block .article_list .article_item > a .flex .textwrap > .top .left .date_time {
    display: inline-block;
  }
}
#p_hair-care-single .contents-wrap .wp-block-buttons {
  text-align: center;
}
#p_hair-care-single .contents-wrap .wp-block-buttons .wp-block-button__link {
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #acac75;
  width: 308px;
  height: 70px;
  border-radius: 3px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #d0d09e 0%, #acac75 100%) 0% 0% no-repeat padding-box;
}
#p_hair-care-single .contents-wrap .wp-block-buttons .wp-block-button__link:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #acac75 0%, #d0d09e 100%) 0% 0% no-repeat padding-box;
}
#p_hair-care-single .contents-wrap .wp-block-table table thead tr th {
  border-color: #dcdcdc;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #fafafa;
  text-align: center;
  padding: 13px;
}
#p_hair-care-single .contents-wrap .wp-block-table table tbody tr td {
  border-color: #dcdcdc;
  padding: 13px;
  vertical-align: top;
}
#p_hair-care-single .contents-wrap .wp-block-table table tbody:first-child tr td:first-child {
  background-color: #fafafa;
  width: 20%;
}
#p_hair-care-single .profile_area {
  margin: 42px 0 0;
  padding: 0 0 58px;
}
#p_hair-care-single .profile_area .profile_block {
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  padding: 25px 23px 21px 24px;
}
#p_hair-care-single .profile_area .profile_block .photo_name_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#p_hair-care-single .profile_area .profile_block .photo_name_row .photo_col,
#p_hair-care-single .profile_area .profile_block .photo_name_row .name_col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding: 0 10px;
}
#p_hair-care-single .profile_area .profile_block .photo_name_row .photo_col {
  flex: 0 0 23.67%;
  max-width: 23.67%;
}
#p_hair-care-single .profile_area .profile_block .photo_name_row .name_col {
  flex: 0 0 76.33%;
  max-width: 76.33%;
}
#p_hair-care-single .profile_area .profile_block .photo_name_row .name_col .ttl {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 7px;
}
#p_hair-care-single .profile_area .profile_block .photo_name_row .name_col .name {
  font-size: 18px;
  line-height: 1.875;
  margin-bottom: 5px;
}
#p_hair-care-single .profile_area .profile_block .photo_name_row .name_col .text_content {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .profile_area .profile_block {
    padding: 12px;
  }
  #p_hair-care-single .profile_area .profile_block .photo_name_row {
    margin: 0 -8px;
  }
  #p_hair-care-single .profile_area .profile_block .photo_name_row .photo_col {
    flex: 0 0 28.6%;
    max-width: 28.6%;
    padding: 0 8px;
  }
  #p_hair-care-single .profile_area .profile_block .photo_name_row .name_col {
    flex: 0 0 71.4%;
    max-width: 71.4%;
    padding: 0 8px;
  }
}
#p_hair-care-single .btn2 {
  border-radius: 3px;
  box-shadow: 0px 0px 2px #00000029;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
  width: 238px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .btn2 {
    margin: 0 auto 50px;
  }
}
#p_hair-care-single .btn2 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
#p_hair-care-single .btn2 > p img {
  margin-left: 8px;
}
#p_hair-care-single .btn2:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #eae8e8 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
#p_hair-care-single .main_content {
  padding: 0 0 100px;
}
#p_hair-care-single .main_content .detail-column {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap .wp-block-columns .wp-block-column {
    flex-basis: inherit !important;
  }
  #p_hair-care-single .contents-wrap .wp-block-image {
    max-width: 173px;
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
  }
  #p_hair-care-single .contents-wrap .wp-block-image + div:not(.wp-block-column),
  #p_hair-care-single .contents-wrap .wp-block-image p {
    clear: both;
  }
  #p_hair-care-single .contents-wrap .wp-block-image + .wp-block-image {
    margin: 10px 0 0;
  }
  #p_hair-care-single .contents-wrap .wp-block-column {
    margin: 0 0 15px;
  }
  #p_hair-care-single .contents-wrap .wp-block-column + .wp-block-image {
    float: right;
    margin: 0 0 0 15px;
  }
}

aside .aside_block {
  padding: 20px 20px 11px;
  border: 1px solid #dcdcdc;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  aside .aside_block {
    padding: 0 4%;
    border: none;
  }
}
@media screen and (min-width: 769px) {
  aside .aside_block .aside_list {
    min-height: 422px;
  }
}

/*# sourceMappingURL=p_knowledge.css.map */

@media screen and (max-width: 768px) {
  .l_mainvisual_sub .c_ttl_1 h1, .l_mainvisual_sub .c_ttl_1 p.ttl {
    font-size: 26px;
    font-weight: 500;
  }
  .l_mainvisual_sub .c_ttl_1 p {
    font-size: 14px;
  }
  .l_header_sp .left > a > img {
    width: 90px;
  }
  .l_header_sp .right > .flex .c_btn_4 {
    display: none;
  }
  .l_header_sp .right > .flex {
    right: 20px;
    width: auto;
  }
  .p_page {
    margin: -30px 0 0;
  }
  .main_content {
    margin: 10px auto 0;
  }
  #p_hair-care-single .detail-ttl-wrap .article-ttl {
    font-size: 26px;
  }
}
