#tabekata {
  background: #fff;
  margin-bottom: -100px !important;
}
#tabekata h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  color: #60451b;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#tabekata #link_nav {
  padding: 40px 0 87px;
}
#tabekata #link_nav .inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
#tabekata #link_nav .inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#tabekata #link_nav .inner ul li {
  list-style: none;
  width: 50%;
}
#tabekata #link_nav .inner ul li a {
  display: block;
  border-radius: 30px;
  border: #60451b 1px dashed;
  padding: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  color: #60451b;
  text-align: center;
  line-height: 1;
}
#tabekata #link_nav .inner ul li:first-child {
  margin-right: 19px;
}
#tabekata #point .inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
#tabekata #point .inner .point {
  background: #fefae4;
  padding: 14px 60px 16px 36px;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}
#tabekata #point .inner .point .left_img {
  margin-right: 27px;
}
#tabekata #point .inner .point .left_img img {
  width: 97px;
}
#tabekata #point .inner .point .txt_area {
  width: calc(100% - 123px);
}
#tabekata #point .inner .point .txt_area .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  color: #60451b;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
#tabekata #point .inner .point .txt_area .desc {
  padding-left: 0;
}
#tabekata #point .inner .point .txt_area .desc li {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #60451b;
  display: flex;
  align-items: flex-start;
}
#tabekata #point .inner .point .txt_area .desc li::before {
  content: "";
  display: block;
  background: url(/html/user_data/assets/img/list_arrow.svg) no-repeat center center/contain;
  width: 9.53px;
  height: 8.25px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 8px;
}
#tabekata #point .inner .point .txt_area .desc li:not(:last-child) {
  margin-bottom: 5px;
}
#tabekata #point .inner .point .right_img {
  position: absolute;
  right: 15px;
  bottom: 0;
}
#tabekata #point .inner .point .right_img img {
  width: 51px;
}
#tabekata .tabekata_sec {
  padding-bottom: 100px;
}
#tabekata .tabekata_sec .inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
#tabekata .tabekata_sec .inner h3::before {
  display: block;
  content: "";
  background: url(/html/user_data/assets/img/tabekata/icon_h3_01.png) no-repeat center center/contain;
  width: 60px;
  height: 65px;
  margin-right: 30px;
}
#tabekata .tabekata_sec .inner h3::after {
  display: block;
  content: "";
  background: url(/html/user_data/assets/img/tabekata/icon_h3_02.png) no-repeat center center/contain;
  width: 60px;
  height: 61px;
  margin-left: 29px;
}
#tabekata .tabekata_sec .inner .list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#tabekata .tabekata_sec .inner .list .block {
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
#tabekata .tabekata_sec .inner .list .block .step {
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  background: #60451b;
  color: #fff;
  border-radius: 12.31px;
  font-size: 17.57px;
  line-height: 1;
  width: 100%;
  font-weight: bold;
}
#tabekata .tabekata_sec .inner .list .block .step span {
  font-size: 24.89px;
  margin-left: 0.2em;
}
#tabekata .tabekata_sec .inner .list .block .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#tabekata .tabekata_sec .inner .list .block .img img {
  width: 100%;
}
#tabekata .tabekata_sec .inner .list .block .txt {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  margin-top: 21px;
  color: #60451b;
  text-align: center;
}
#tabekata .tabekata_sec .inner .list .block:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#tabekata .tabekata_sec .inner .list.illust .block {
  width: calc((100% - 81px) / 4);
}
#tabekata .tabekata_sec .inner .list.illust .block .img {
  margin-top: 15px;
  height: 137px;
}
#tabekata .tabekata_sec .inner .list.real .block {
  width: calc((100% - 120px) / 5);
}
#tabekata .tabekata_sec .inner .list.real .block .img {
  margin-top: 10px;
}
#tabekata .tabekata_sec .inner .list.real .block .txt {
  margin-top: 15px;
}
#tabekata .tabekata_sec .inner h4 {
  margin-top: 62px;
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto serif JP", serif;
  color: #60451b;
  text-align: center;
  margin-bottom: 29px;
}
#tabekata #reimen .inner .list .block {
  background: #f7f6f3;
}
#tabekata #reimen .inner .list .block:not(:last-child)::after {
  border-left: 20px solid #f7f6f3;
}
#tabekata #reimen .inner .list.illust .block:nth-child(1) .img img {
  width: 131px;
}
#tabekata #reimen .inner .list.illust .block:nth-child(2) .img img {
  width: 103px;
}
#tabekata #reimen .inner .list.illust .block:nth-child(3) .img img {
  width: 105px;
}
#tabekata #reimen .inner .list.illust .block:nth-child(4) .img img {
  width: 123px;
}
#tabekata #onmen {
  padding-top: 165px;
  background: #f3eee6;
}
#tabekata #onmen .inner .list .block {
  background: #fff;
}
#tabekata #onmen .inner .list .block:nth-child(1) .img img {
  width: 109px;
}
#tabekata #onmen .inner .list .block:nth-child(2) .img img {
  width: 125px;
}
#tabekata #onmen .inner .list .block:nth-child(3) .img img {
  width: 105px;
}
#tabekata #onmen .inner .list .block:nth-child(4) .img img {
  width: 113px;
}
#tabekata #onmen .inner .list .block:not(:last-child)::after {
  border-left: 20px solid #fff;
}
#tabekata #breadcrumb {
  border-top: 1px solid #f3eee6;
}

@media (max-width: 900px) {
  #tabekata #point .inner .point .txt_area .ttl {
    font-size: 20px;
  }
  #tabekata .tabekata_sec .inner .list {
    flex-direction: column;
    align-items: center;
  }
  #tabekata .tabekata_sec .inner .list .block:not(:last-child) {
    margin-bottom: 32px;
  }
  #tabekata .tabekata_sec .inner .list .block:not(:last-child)::after {
    border: 20px solid transparent;
    top: 100%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #tabekata .tabekata_sec .inner .list.illust .block {
    width: 500px;
    max-width: 100%;
  }
  #tabekata .tabekata_sec .inner .list.real .block {
    width: 500px;
    max-width: 100%;
  }
  #tabekata .tabekata_sec .inner .list.real .block .img img {
    width: 147px;
  }
  #tabekata .tabekata_sec#reimen .inner .list .block .img {
    height: unset;
  }
  #tabekata .tabekata_sec#reimen .inner .list .block:not(:last-child)::after {
    border-left: 20px solid transparent;
    border-top: 20px solid #f7f6f3;
  }
  #tabekata .tabekata_sec#onmen .inner .list .block .img {
    height: unset;
  }
  #tabekata .tabekata_sec#onmen .inner .list .block:not(:last-child)::after {
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
  }
}
@media (max-width: 768px) {
  #tabekata #link_nav {
    padding: 0;
  }
  #tabekata #link_nav .inner ul li {
    width: calc((100% - 19px) / 2);
  }
  #tabekata #link_nav .inner ul li a {
    font-size: 14px;
    padding: 11px 0;
  }
  #tabekata #link_nav .inner ul li:first-child {
    margin-right: 19px;
  }
  #tabekata #point {
    padding-top: 40px;
  }
  #tabekata #point .inner .point {
    border-radius: 10px;
    align-items: flex-start;
    flex-direction: column;
    padding: 17px 20px 20px;
  }
  #tabekata #point .inner .point .left_img {
    margin-right: 0;
  }
  #tabekata #point .inner .point .left_img img {
    width: 50px;
  }
  #tabekata #point .inner .point .txt_area {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  #tabekata #point .inner .point .txt_area .ttl {
    position: absolute;
    bottom: calc(100% + 20px);
    height: 87px;
    display: flex;
    align-items: center;
    padding-left: 67px;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 0;
  }
  #tabekata #point .inner .point .txt_area .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  #tabekata #point .inner .point .right_img {
    display: none;
  }
  #tabekata .tabekata_sec {
    padding-bottom: 40px;
  }
  #tabekata .tabekata_sec .inner h3 {
    font-size: 28px;
  }
  #tabekata .tabekata_sec .inner h3::before {
    width: 32px;
    height: 36px;
    margin-right: 21px;
  }
  #tabekata .tabekata_sec .inner h3::after {
    width: 32px;
    height: 33px;
    margin-left: 19px;
  }
  #tabekata .tabekata_sec .inner .list {
    margin: 25px 0 21px;
  }
  #tabekata .tabekata_sec .inner .list .block {
    border-radius: 10px;
  }
  #tabekata .tabekata_sec .inner .list .block .step {
    font-size: 14px;
    padding-top: 4px;
  }
  #tabekata .tabekata_sec .inner .list .block .step span {
    font-size: 21px;
  }
  #tabekata .tabekata_sec#onmen {
    padding-top: 45px;
  }
}/*# sourceMappingURL=tabekata.css.map */