@charset "UTF-8";

#ad-92 {
  font-family: 'Roboto', fot-cezanne-pron,  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  background: #f5f3ef;
  line-height: 1.7;
}

#ad-92 .container {
  width: 1200px;
  max-width: none;
  background: #fff;
}
#ad-92 .contents {
  padding: 0 2rem;
}
#ad-92 .right-pane  {
  margin-left: 2rem;
}

@media (max-width: 1200px) {
  #ad-92 .container {
    width: 95% !important;
  }
}

@media (max-width: 768.98px) {
  #ad-92 .container {
    width: 100% !important;
  }
  #ad-92 .right-pane  {
    margin-left: 0;
    margin-bottom: 4rem;
  }
}

#ad-92 a:hover {
  opacity: .7;
  transition: .2s;
}

#ad-92 h1 {
  background: #161d26;
  color: #fff;
  text-align: center;
}

#ad-92 h2 {
  position: relative;
  margin-bottom: 2rem;
  padding-right: 0 8px;
  border-left: 8px solid #ff6200;
  color: #161d26;
  font-size: 2.4rem;
  line-height: 1.5;
}
#ad-92 h2:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #161d26;
}
#ad-92 h2 span {
  position: relative;
  padding: 0 1.5rem 0 1rem;
  background: #fff;
  z-index: 2;
}
#ad-92 h3 {
  margin-bottom: .5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
#ad-92 h3 a {
  color: #ff6200;;
}

@media (max-width: 480.98px) {
  #ad-92 h2 {
    font-size: 1.8rem;
    border-left: 6px solid #ff6200;
  }
  #ad-92 h3 {
    font-size: 1.5rem;
  }
}

#ad-92 .lead {
  margin-bottom: 4rem;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  margin-left: 9.5rem;
}
@media (max-width: 768.98px) {
  #ad-92 .lead {
    margin-left: 0;
  }
}
@media (max-width: 480.98px) {
  #ad-92 .lead {
    font-size: 1.5rem;
  }

}

#ad-92 .truncate {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-full {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: .8rem 1rem; 
  color: #fff!important;
  border-radius: 100px;
  background-color: #161D26;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#ad-92 a.btn-full {
  text-decoration: none;
}

#ad-92 p.caption {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

#ad-92 img.width-50 {
  width: 50%;
}