.guideline {
  margin-bottom: 30px;
  width: 100%;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.guideline_title {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .guideline_title {
    width: 100%;
  }
}

.guideline_text{
  margin-top: 10px;
}

.guideline_text p {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}


.guideline_content {
  width: 100%;
  margin-top: 20px;
}

.guideline-tabs {
  width: 100%;
}

.tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

@media screen and (max-width: 991px) {
  .tab-buttons {
    gap: 3px;
  }
}

.tab-button {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #a0a0a0;
  border-radius: 20px 20px 0 0;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .tab-button {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 6px;
  }
}

.tab-button .tab_icon {
  display: block;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .tab-button .tab_icon {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
  }
}

.tab-button .tab_icon.tab2_icon {
  position: relative;
}

.tab-button .tab_icon.tab2_icon::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -8px;
  width: 25px;
  height: 15px;
  background-image: url(../../common/img/guideline_e/tab_icon02-after.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .tab-button .tab_icon.tab2_icon::after {
    top: -4px;
    right: -6px;
    width: 20px;
    height: 10px;
  }
}

.tab-button .text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1049px) {
  .tab-button .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .tab-button .text {
    text-align: center;
    font-size: 16px;
  }
}

.tab-button .text-small {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .tab-button .text-small {
    font-size: 12px;
  }
}

.tab-button.active {
  background-color: #d8aa4e;
}

.tab-panel {
  display: none;
  background-color: #f2eeea;
  padding: 35px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .tab-panel {
    padding: 20px 15px 30px;
  }
}

.tab-panel.active {
  display: block;
}

.point-items {
  display: grid;
  gap: 40px;
}

.point-item {
  display: grid;
  gap: 30px;
}

.point-title {
  padding-left: 100px;
}

@media screen and (max-width: 991px) {
  .point-title {
    padding-left: 0;
  }
}

.point-title .label {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
  color: #4a81a3;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .point-title .label {
    padding-left: 40px;
    font-size: 14px;
  }
}

.point-title .label::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 85px;
  height: 85px;
  background-image: url(../../common/img/guideline_e/point-title_icon_pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .point-title .label::before {
    top: -5px;
    left: -20px;
    width: 45px;
    height: 30px;
    background-image: url(../../common/img/guideline_e/point-title_icon_sp.png);
  }
}

.point-title .num {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .point-title .num {
    font-size: 18px;
  }
}

.point-title .title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #00000c;
}

@media screen and (max-width: 991px) {
  .point-title .title {
    margin-top: 10px;
    font-size: 18px;
  }
}

.point-title .bg-blue {
  background-color: #4a81a3;
  margin: 0 5px;
  padding: 0 20px 2px;
  border-radius: 50px;
  color: #fff;
}

.point-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .point-text {
    font-size: 14px;
    text-align: left;
  }
}

/* point01 */
.point01_title-box .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  text-align: center;
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .point01_title-box .title {
    font-size: 16px;
  }
}

.point01_title-box .content {
  background-color: #fff;
  padding: 30px 20px;
}

@media screen and (max-width: 991px) {
  .point01_title-box .content {
    padding: 20px 15px;
  }
}

.point01_title-box .content .img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .point01_title-box .content .img {
    width: 100%;
    max-width: 500px;
  }
}

.point01_title-box .content .img img {
  width: 100%;
}

.point01_title-box .content .text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .point01_title-box .content .text {
    font-size: 14px;
    text-align: left;
  }
}

.point01_img-text {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .point01_img-text {
    grid-template-columns: 1fr 2fr;
  }
}

.point01_img-text .img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.point01_img-text .img img {
  width: 100%;
}

.point01_img-text .text {
  font-size: 26px;
  font-weight: bold;
  color: #4a81a3;
}

@media screen and (max-width: 991px) {
  .point01_img-text .text {
    font-size: 17px;
  }
}

.point01_memo {
  position: relative;
  padding: 64px 28px 28px;
  border-radius: 20px;
  background-image: url(../../common/img/guideline_e/point-memo_bg_pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

@media screen and (max-width: 991px) {
  .point01_memo {
    padding: 60px 15px 30px;
    background-image: url(../../common/img/guideline_e/point-memo_bg_sp.png);
  }
}

.point01_memo .label {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 100%;
  max-width: 340px;
}

@media screen and (max-width: 991px) {
  .point01_memo .label {
    top: -5px;
    left: 10px;
    max-width: 270px;
  }
}

.point01_memo .label img {
  width: 100%;
}

.point01_memo .wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .point01_memo .wrap {
    grid-template-columns: 1fr;
  }
}

.point01_memo .dot-list {
  display: grid;
  gap: 5px;
  list-style: disc;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .point01_memo .dot-list {
    font-size: 13px;
  }
}

.point01_memo .icon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .point01_memo .icon-list {
    grid-template-columns: 1fr;
  }
}

.point01_memo .icon-list li {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  align-items: center;
}

.point01_memo .icon-list li .icon {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 991px) {
  .point01_memo .icon-list li .icon {
    width: 50px;
    height: 50px;
  }
}

.point01_memo .icon-list li .icon img {
  width: 100%;
}

.point01_memo .icon-list li .text {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .point01_memo .icon-list li .text {
    font-size: 12px;
  }
}

.point01_memo .column {
  position: relative;
  padding: 15px 10px;
  border: 4px solid #b5b5b5;
  border-radius: 10px;
  background-color: #fff;
}

.point01_memo .column::before {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 170px;
  height: 70px;
  background-image: url(../../common/img/guideline_e/point-memo_column-icon_pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .point01_memo .column::before {
    top: -10px;
    right: -8px;
    width: 140px;
    height: 70px;
    background-image: url(../../common/img/guideline_e/point-memo_column-icon_sp.png);
  }
}

.point01_memo .column .title {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #d8aa4e;
  border-bottom: 1px solid #b5b5b5;
}

@media screen and (max-width: 991px) {
  .point01_memo .column .title {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
  }
}

.point01_memo .column .text {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .point01_memo .column .text {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
  }
}

/* point02 */
.point02_before-after {
  position: relative;
  text-align: center;
  width: 100%;
}

.point02_before-after .dog_tear img{
  width: 80%;
}

@media screen and (max-width: 991px) {
  .point02_before-after {
    max-width: 500px;
    margin: 0 auto;
  }
}

.point02_before-after .after-img {
  position: absolute;
  top: -50px;
  right: -30px;
  width: 100%;
  max-width: 220px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .point02_before-after .after-img {
    top: -2px;
    right: -25px;
    width: 30%;
    max-width: initial;
  }
}

.point02_paw-box {
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 30px;
  padding: 50px 20px 20px;
}

@media screen and (max-width: 991px) {
  .point02_paw-box {
    padding: clamp(45px, 12vw, 80px) 15px 30px;
  }
}

.point02_paw-box .heading {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 700px;
  aspect-ratio: 1416 / 150;
  background-image: url(../../common/img/guideline_e/point-paw-box_heading_bg_pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .point02_paw-box .heading {
    top: -30px;
    width: 80%;
    max-width: 400px;
    aspect-ratio: 667 / 180;
    background-image: url(../../common/img/guideline_e/point-paw-box_heading_bg_sp.png);
    font-size: clamp(14px, 2vw, 18px);
    padding-bottom: 10px;
  }
}

.point02_paw-box .items {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items {
    max-width: 500px;
    margin: 0 auto;
  }
}

.point02_paw-box .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 336 / 272;
    background-image: url(../../common/img/guideline_e/point-paw-box_item_bg01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items .item {
    max-width: 180px;
  }
}

.point02_paw-box .items .item .text {
  font-size: 20px;
  font-weight: bold;
  color: #59493f;
  text-align: center;
}

/* col3 */
.point02_paw-box .items.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.point02_paw-box .items.col3 .item.item01 {
  background-image: url(../../common/img/guideline_e/point-paw-box_item_bg01.png);
}

.point02_paw-box .items.col3 .item.item02 {
  background-image: url(../../common/img/guideline_e/point-paw-box_item_bg02.png);
}

.point02_paw-box .items.col3 .item.item03 {
  background-image: url(../../common/img/guideline_e/point-paw-box_item_bg01.png);
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items.col3 .item.item01 {
    grid-column: 1 / 3;
    justify-self: center;
    width: 50%;
  }

  .point02_paw-box .items.col3 .item.item02 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  .point02_paw-box .items.col3 .item.item03 {
    grid-column: 2 / 3;
    justify-self: center;
  }
}

.point02_paw-box .items.col3 .item .text {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items.col3 .item .text {
    padding-top: 40px;
    font-size: 15px;
  }
}

/* col4 */
.point02_paw-box .items.col4 {
  margin-left: -5%;
  width: 110%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items.col4 {
    margin: 0 auto;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.point02_paw-box .items.col4 .item.item01,
.point02_paw-box .items.col4 .item.item03 {
  margin-bottom: 80px;
  background-image: url(../../common/img/guideline_e/point-paw-box_item_bg02.png);
}

.point02_paw-box .items.col4 .item.item02,
.point02_paw-box .items.col4 .item.item04 {
  margin-top: 80px;
  background-image: url(../../common/img/guideline_e/point-paw-box_item_bg01.png);
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items.col4 .item.item01,
  .point02_paw-box .items.col4 .item.item03 {
    margin-bottom: 0;
  }

  .point02_paw-box .items.col4 .item.item02,
  .point02_paw-box .items.col4 .item.item04 {
    margin-top: 0;
  }

  .point02_paw-box .items.col4 .item.item01,
  .point02_paw-box .items.col4 .item.item04 {
      background-image: url(../../common/img/guideline_e/point-paw-box_item_bg02.png);
  }

  .point02_paw-box .items.col4 .item.item02,
  .point02_paw-box .items.col4 .item.item03 {
      background-image: url(../../common/img/guideline_e/point-paw-box_item_bg01.png);
  }
}

.point02_paw-box .items.col4 .item .text {
  padding-top: 50px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .point02_paw-box .items.col4 .item .text {
    padding-top: 40px;
    font-size: 13px;
  }
}

.point02_bottom-text {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .point02_bottom-text {
    max-width: 440px;
    margin: 0 auto;
  }
}

.point02_bottom-text .img {
  position: absolute;
}

.point02_bottom-text .img.panel01 {
  top: -26%;
  left: clamp(60px, 8vw, 120px);
  width: clamp(60px, 7vw, 80px);
  height: auto;
}

.point02_bottom-text .img.panel02 {
  top: 42%;
  transform: translateY(-50%);
  left: 20px;
  width: clamp(80px, 9vw, 130px);
  height: auto;
}

.point02_bottom-text .img.panel03 {
  top: 65%;
  transform: translateY(-50%);
  left: 0;
  width: clamp(80px, 9vw, 130px);
  height: auto;
}

@media screen and (max-width: 991px) {
  .point02_bottom-text .img.panel01 {
    top: -15px;
    left: 0;
    width: 75px;
  }

  .point02_bottom-text .img.panel02 {
    top: -15px;
    transform: translateY(0);
    left: 0;
    width: 70px;
    height: auto;
  }

  .point02_bottom-text .img.panel03 {
    top: -15px;
    transform: translateY(0);
    left: 0;
    width: 80px;
    height: auto;
  }
}

.point02_bottom-text .text {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.point02_bottom-text .text:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 991px) {
  .point02_bottom-text .text {
    font-size: 18px;
  }

  .point02_bottom-text .text.top {
    text-align: left;
    color: #4a81a3;
  }

  .point02_bottom-text .text.bottom span.blue {
    color: #333;
  }

  .point02_bottom-text .text.top.panel01 {
    padding-left: 100px;
  }

  .point02_bottom-text .text.top.panel02 {
    padding-left: 80px;
  }

  .point02_bottom-text .text.top.panel03 {
    padding-left: 90px;
  }
}

/* measure */
.measure {
  width: 100%;
  margin-top: 40px;
}

.measure .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.measure .heading .sub {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .measure .heading .sub {
    font-size: 20px;
  }
}

.measure .heading .sub::before,
.measure .heading .sub::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .measure .heading .sub::before,
  .measure .heading .sub::after {
    width: 33px;
  }
}

.measure .heading .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.measure .heading .title .bg-blue {
  background-color: #4a81a3;
  padding: 0 30px 2px;
  border-radius: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .measure .heading .title .bg-blue {
    padding: 0 15px 2px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
}

.measure .heading .title .text-wrap {
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #c4912b;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .measure .heading .title .text-wrap {
    font-size: 20px;
  }
}

.measure .heading .title .num {
  font-size: 72px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .measure .heading .title .num {
    font-size: 42px;
  }
}

.measure .heading .title .text-l {
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .measure .heading .title .text-l {
    font-size: 25px;
  }
}

.measure .items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .measure .items {
    gap: 20px 10px;
    margin-top: 20px;
  }
}

.measure .items .item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.measure .items .item .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  height: 80px;
  padding: 20px 14px;
  border-radius: 5px;
  background-color: #d8aa4e;
}

@media screen and (max-width: 991px) {
  .measure .items .item .heading {
    position: relative;
    height: 75px;
    padding: 25px 5px 10px;
  }
}

@media screen and (max-width: 479px) {
  .measure .items .item .heading.sp-height85 {
    height: 85px;
  }
}

.measure .items .item .heading .num {
  width: 45px;
}

@media screen and (max-width: 991px) {
  .measure .items .item .heading .num {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
  }
}

.measure .items .item .heading .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 1145px) {
  .measure .items .item .heading .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1089px) {
  .measure .items .item .heading .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .measure .items .item .heading .title {
    display: block;
    font-size: 15px;
    text-align: center;
  }

  .measure .items .item .heading .title.space-s {
    letter-spacing: 0;
    letter-spacing: -0.07em;

  }
}

.measure .items .item .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 10px 30px;
}

@media screen and (max-width: 991px) {
  .measure .items .item .content {
    padding: 15px 10px 10px;
  }
}

.measure .items .item .content .img {
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .measure .items .item .content .img {
    padding: 0;
  }
}

.measure .items .item .content .img img {
  width: 100%;
}

.measure .items .item .content .text {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  .measure .items .item .content .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .measure .items .item .content .text {
    font-size: 14px;
    text-align: left;
  }
}

.measure .items .item .content .tear_caution{
  font-size: 0.8em;
  padding: 0 2em;
}

.measure .items .img-wrap {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 52%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .measure .items .img-wrap {
    right: initial;
    left: 52%;
    width: 255px;
  }
}

.measure .items .item .content .att-s{
  font-size: 0.7em;
vertical-align:top;
}
.measure ol.tear_caution {
margin-top:10px;
}
.measure ol.tear_caution li {
  font-size: 0.8em;
text-indent: -2em;
    margin-left: 2em;
}

/* table */
.table {
  width: 100%;
  margin-top: 40px;
}

.table .text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.table .heading {
  width: 95%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 12px;
  border-radius: 5px;
  background-color: #cf9178;
  box-shadow: 0 4px 0 rgba(184, 111, 82, 1);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .table .heading {
    width: 100%;
  }
}

.table .heading .text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .table .heading .text {
    font-size: 20px;
  }
}

.table .heading .text .num {
  display: inline-block;
  transform: translateY(2px);
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .table .heading .text .num {
    font-size: 30px;
  }
}

.table .table-wrap {
  width: 100%;
  margin-top: 30px;
}

.table .table-wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
}

@media screen and (max-width: 991px) {
  .table .table-wrap table {
    border-spacing: 4px;
  }
}

  .table .table-wrap table th,
  .table .table-wrap table td {
    text-align: center;
    border-radius: 5px;
    padding: 10px;
  }

  @media screen and (max-width: 991px) {
    .table .table-wrap table th,
    .table .table-wrap table td {
      padding: 3px;
    }
  }

  .table .table-wrap table th:first-child {
    width: 40%;
  }

  @media screen and (max-width: 991px) {
    .table .table-wrap table th:first-child {
      width: 34%;
    }
  }

  .table .table-wrap table th:not(:first-child) {
    width: 20%;
  }

  @media screen and (max-width: 991px) {
    .table .table-wrap table th:not(:first-child) {
      width: 22%;
    }
  }

  .table .table-wrap table th {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
  }

  @media screen and (max-width: 991px) {
    .table .table-wrap table th {
      font-size: 13px;
    }
  }

  .table .table-wrap table th.black {
    background-color: #333;
  }

  .table .table-wrap table th.yellow {
    background-color: #c4912b;
  }

  .table .table-wrap table th.brown {
    background-color: #aa9888;
  }

  .table .table-wrap table th.brown2 {
    background-color: #6b5a59;
  }

  .table .table-wrap table th.green {
    background-color: #7dae92;
  }

  .table .table-wrap table th.khaki {
    background-color: #84846f;
  }

  .table .table-wrap table th.blue {
    background-color: #4a81a3;
  }

  .table .table-wrap table td {
    background-color: #fff;
    vertical-align: middle;
  }

  .table .table-wrap table td img {
    width: 30px;
    vertical-align: middle;
  }



/* utility */
.sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .sp {
    display: block;
  }

}

.pc {
  display: block;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

span.blue {
  color: #4a81a3;
}

span.bold {
  font-weight: bold;
}

span.text-l {
  font-size: 1.2em;
}

span.text-s {
  font-size: 0.8em;
}

span.marker {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #faf29c 0%);
}

.guideline_lasttable{
  padding-bottom: 5px;
}

.compare_title {
    position: relative;
    padding: 1.25rem;
    text-align: center;
}

.compare_title:before,.compare_title:after {
    position: absolute;
    content: '';
    background:linear-gradient(0deg, #59320e, #c1ad84);
}

.compare_title:before {
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #c0ac83;
}

.compare_title:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.compare_title i {
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 60px;
    text-align: center;
}

.compare_title span {
    position: relative;
    z-index: 1;
    font-weight:bold;
    color: #fff;
    font-size: 1.2rem;
}

.compare_title span.maintitle {
    font-size: 1.7rem;
}

.compare_title span.caution {
    font-size: 0.8em;
    vertical-align: top;
}

.guideline_lasttable .caution_text {
    font-size: 0.8em;
    text-align: right;
}

.guideline-anchor {
  padding-bottom: 36px;
}
