/***********************************************
ご利用ガイドトップ
***********************************************/
.content_box .content .page_description {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 400;
  text-align: left;
  color: #444;
}

.content_box .guide_menu .outer_1200.inner_1080 {
    padding: 0;
}

.content_box .content .guide__grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #f0f0f0;
  gap: 20px;
}

section.content_box .content .guide__grid .guide__item {
  position: relative;
  width: calc(96% / 3);
  background-color: #fff;
}

.content_box .content .guide__grid .guide__item a {
  display: flex;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  transition: 0.5s;
}

.content_box .content .guide__grid .guide__item a:hover {
  opacity: .6;
  text-decoration: none;
}

.content_box .content .guide__grid .guide__item a:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: 2px solid #4e3227;
  border-right: 2px solid #4e3227;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.page .content_box .guide__grid .guide__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.page .content_box .guide__grid .guide__text {
  width: calc(100% - 40px);
  font-weight: bold;
}

.guide__footer {
  margin: 80px auto 0;
  max-width: 1000px;
}

.guide__footer .guide__faq-button {
  position: relative;
  display: block;
  margin: 60px auto 0;
  padding: 5px 28px 5px 10px;
  max-width: 400px;
  background-color: #63564a;
  min-height: 54px;
  border-radius: 5px;
  min-height: 54px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  transition: 0.5s;
}

.guide__footer .guide__faq-button:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.guide__footer .guide__faq-button:hover {
  opacity: .6;
  text-decoration: none;
}

@media (max-width: 768px) {
  section.content_box .content .page_description {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .content_box .guide_menu{
    padding: 0 4%;
  }
  .content_box .content .guide__grid {
    padding: 20px 4%!important;
    flex-direction: column;
  }
  .content_box .content .guide__grid .guide__item {
      width: 100% !important;
  }
  .content_box .content .guide__grid .guide__item a {
    padding: 0 4%;
    min-height: 75px;
  }
  .guide__footer {
    margin: 30px auto 0;
  }  
}

/***********************************************
使い方
***********************************************/
/*** kurokamiスカルプの使い方 ***/
.howto {
  padding-top: 100px;
}

.howto .content_box {
  padding-top: 100px;
}

.howto .p-page_header {
  background-color: #f5f5f5;
  padding: 60px 0 40px;
}

.howto .p-page_header__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.howto .p-page_header__inner__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  text-align: center;
}

.howto .sec {
  margin-bottom: 80px;
}

.howto .sec_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.howto .box {
  margin-bottom: 40px;
}

.howto .box_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.howto .txt {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.howto .txt_heading {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
}

.howto .mdl_block_layout_2,
.howto .mdl_block_layout_2b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.howto .mdl_block_layout_2 .block_l,
.howto .mdl_block_layout_2b .block_r {
  width: 48%;
}

.howto .elm_list_number {
  list-style: decimal;
  padding-left: 1em;
}

.howto .mdl_part_point {
  background-color: #f0f9ff;
  padding: 16px;
  border-left: 4px solid #00a0e9;
  margin-top: 24px;
}

.howto .elm_part_heading_point .txt_heading {
  font-weight: bold;
  margin-bottom: 8px;
  color: #0078c0;
}

.howto .mdl_sec_main_3rd {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 30px;
}

.howto .mdl_sec_main_3rd .mdl_block {
  width: 100%;
}

.howto .mdl_sec_main_3rd .mdl_block .conts_heading {
  margin: 0;
}

.howto .mdl_sec_main_3rd .mdl_block .conts_heading + .box,
.howto .mdl_sec_main_3rd .mdl_block .box + .box {
  margin-top: 20px;
}

.howto .mdl_sec_main_3rd .mdl_block .txt_lead {
  font-size: 1.8rem;
  line-height: 1.8;
}

/* PC用スタイル（769px以上） */
@media only screen and (min-width: 769px) {
  .howto .mdl_sec_main_3rd {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .howto .mdl_sec_main_3rd .mdl_block .conts_heading {
    width: 100%;
  }

  .howto .mdl_sec_main_3rd .mdl_block .conts_heading + .box {
    margin-top: 40px;
  }

  .howto .mdl_sec_main_3rd .mdl_block .txt_lead {
    text-align: center;
  }

  .howto .mdl_sec_main_3rd .mdl_block .txt_lead_b {
    text-align: center;
  }
}

.recommend_product_sec .box_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
}