article.pattern3 section.page_title {
  background: url(/img/side/page_title_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  article.pattern3 section.page_title div.container {
    padding: 6% 0;
  }
}
article.pattern3 section.page_title div.container h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article.pattern3 section.page_title div.container h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article.pattern3 section.page_title div.container h1 {
    margin: 0;
    text-align: center;
  }
}
article.pattern3 section div.container strong {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  article.pattern3 section div.container strong {
    font-size: font_size_small_sp;
  }
}
article.pattern3 section div.container h2 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0px;
  color: #515151;
  margin-bottom: 20px;
  border-radius: 2px;
  display: inline-block;
  border-bottom: 2px solid #3fbb97;
  border-image: linear-gradient(to right, #45b897 0%, #ccd996 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  article.pattern3 section div.container h2 {
    font-size: 18px;
  }
}
article.pattern3 section div.container ul {
  margin-bottom: 20px;
}
article.pattern3 section div.container ul li {
  padding: 4px 0;
}
article.pattern3 section div.container dd p.top_terms {
  text-align: center;
}

input[type=radio] + label::before {
  display: none;
}

input[type=radio]:checked + label::after {
  display: none;
}
