body.wp-singular .article h1.page-ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 26px;
}
body.wp-singular .article h1.page-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("https://fmvmp.com/tabi-note/wp-includes/images/rec-link/main_ic_001.png") no-repeat 0 0 / 100% auto;
}
body.wp-singular .article h2.main-ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 6px 6px 6px 45px;
  font-size: 20px;
  border: none;
  border-bottom: 2px solid #cad8e0;
  background-color: #e1f1fa;
}
body.wp-singular .article h2.main-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
body.wp-singular .article .main-ttl.type-hotel::before {
  background-image: url("https://fmvmp.com/tabi-note/wp-includes/images/rec-link/rec_ic_001.png");
}
body.wp-singular .article .main-ttl.type-airtickets::before {
  background-image: url("https://fmvmp.com/tabi-note/wp-includes/images/rec-link/rec_ic_002.png");
}
body.wp-singular .article .main-ttl.type-rentalcars::before {
  background-image: url("https://fmvmp.com/tabi-note/wp-includes/images/rec-link/rec_ic_003.png");
}
body.wp-singular .article .main-ttl.type-goods::before {
  background-image: url("https://fmvmp.com/tabi-note/wp-includes/images/rec-link/rec_ic_004.png");
}


body.wp-singular .article .about {
  padding: 28px 20px 30px;
  background-color: #e1f1fa;
}
body.wp-singular .article h2.about-head {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
body.wp-singular .article h2.about-head .type-highlight {
  color: #c4141c;
}
body.wp-singular .article .about-list {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}
body.wp-singular .article .about-item {
  position: relative;
  width: calc((100% - (10px * 3)) / 4);
  margin: 0;
  padding: 20px 0 10px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(5px 8px 4px rgba(68, 68, 68, 0.3));
}
body.wp-singular .article .about-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -13.5px;
  width: 14px;
  height: calc(100% - 10px);
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  body.wp-singular .article .about-item:nth-child(1) {
    z-index: 3;
  }
  body.wp-singular .article .about-item:nth-child(2) {
    z-index: 2;
  }
  body.wp-singular .article .about-item:nth-child(3) {
    z-index: 1;
  }
}
body.wp-singular .article .about-number {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 6px;
  border: 4px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  background-color: #0079bf;
  border-radius: 100%;
  transform: translateX(-50%);
}
body.wp-singular .article .about-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  margin-bottom: 10px;
  color: #0079bf;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}
body.wp-singular .article .about-thumb {
  max-width: 100px;
  margin: 0 auto;
}
body.wp-singular .article .about-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
body.wp-singular .article .about-txt {
  margin: 0;
}
body.wp-singular .article .about-txt .type-highlight {
  color: #c4141c;
  font-weight: bold;
}
body.wp-singular .article .about-item.pattern-cashback {
  margin-left: 5px;
  padding: 5px;
  background: linear-gradient(-135deg, rgba(252,216,102,1) 0%, rgba(214,153,87,1) 19%, rgba(226,171,84,1) 52%, rgba(251,213,101,1) 100%);
}
body.wp-singular .article .about-bg {
  height: 100%;
  padding: 15px 10px 5px;
  background-color: #fff9d9;
  border-radius: 5px;
}
body.wp-singular .article .about-item.pattern-cashback::after {
  content: none;
}
body.wp-singular .article .pattern-cashback .about-ttl {
  color: #674b28;
}


body.wp-singular .article .member {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.wp-singular .article .member-txt {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
body.wp-singular .article .member-transition {
  flex-shrink: 0;
  margin: 0 0 0 20px;
  max-width: 250px;
}
body.wp-singular .article .member-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 42px;
  padding: 5px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #c4141c;
  border-radius: 50px;
}
body.wp-singular .article .member-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}


body.wp-singular .article .shopList-cont {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
body.wp-singular .article .shopList-thumb {
  margin: 0 auto 15px;
}
body.wp-singular .article .shopList-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
body.wp-singular .article .shopList-transition {
  margin: 15px auto 0;
  max-width: 250px;
}
body.wp-singular .article a.shopList-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 42px;
  padding: 5px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #c4141c;
  border-radius: 50px;
}
body.wp-singular .article a.shopList-btn:visited {
  color: #fff;
}
body.wp-singular .article a.shopList-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
body.wp-singular .article a.shopList-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}



@media (max-width: 768px) {
  body.wp-singular .article h2.main-ttl::before {
    top: 6px;
    left: 5px;
    width: 27px;
    height: 27px;
  }


  body.wp-singular .article .about {
    margin: 0 -20px 30px;
    padding: 20px;
  }
  body.wp-singular .article .about-list {
    display: block;
    max-width: 550px;
    margin: 20px auto 0;
  }
  body.wp-singular .article .about-item {
    width: 100%;
    padding: 22px 15px 15px;
    text-align: left;
    filter: drop-shadow(3px 4px 2px rgba(68, 68, 68, 0.3));
  }
  body.wp-singular .article .about-item:not(:first-child) {
    margin-top: 30px;
  }
  body.wp-singular .article .about-item::after {
    top: auto;
    bottom: -19.5px;
    right: 50%;
    width: calc(100% - 20px);
    height: 20px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateX(50%);
  }
  body.wp-singular .article .about-number {
    top: 20px;
    left: 15px;
    width: 25px;
    height: 25px;
    padding: 4px;
    border: none;
    font-size: 15px;
    transform: none;
  }
  body.wp-singular .article .about-ttl {
    display: block;
    min-height: auto;
    padding-left: 35px;
  }
  body.wp-singular .article .about-detail {
    display: flex;
    align-items: center;
  }
  body.wp-singular .article .about-thumb {
    flex-shrink: 0;
    max-width: 85px;
    margin: 0 15px 0 0;
  }
  body.wp-singular .article .about-cont {
    display: block;
    min-height: auto !important;
    margin-top: 0;
  }
  body.wp-singular .article .about-item.pattern-cashback {
    margin-left: 0;
    padding: 5px;
  }
  body.wp-singular .article .about-bg {
    padding: 20px 10px 15px;
  }
  body.wp-singular .article .pattern-cashback .about-ttl {
    padding-left: 0;
  }


  body.wp-singular .article .member {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  body.wp-singular .article .member-transition {
    margin: 10px auto 0;
    max-width: 500px;
  }
  body.wp-singular .article .member-btn {
    min-height: 36px;
    padding: 5px 35px;
    font-size: 14px;
  }
  body.wp-singular .article .member-btn::after {
    right: 15px;
  }


  body.wp-singular .article .is-layout-grid {
    display: block;
  }
  body.wp-singular .article .shopList-cont {
    padding: 20px 15px 10px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  }
  body.wp-singular .article .shopList:not(:first-child) {
    margin-top: 20px;
  }
  body.wp-singular .article .shopList-thumb {
    margin-bottom: 10px;
  }
  body.wp-singular .article .shopList-transition {
    max-width: 500px;
  }
  body.wp-singular .article a.shopList-btn {
    min-height: 36px;
    padding: 5px 35px;
    font-size: 14px;
  }
  body.wp-singular .article a.shopList-btn::after {
    right: 15px;
  }
}