@charset "UTF-8";
/*特定のページのみに適用させるスタイル
/terms/
---------------------------------------------------------*/
    
.page-terms .breadcrumb{
  max-width: 1180px;
  margin:0 auto;
  padding-top: 3rem;
  padding-left: 3rem;
}
.page-terms .breadcrumb ul{
  color: #241816;
}
.page-terms main .l-pageTitle-area {
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    background-image: url(/images/terms/img01.jpg);
}
.page-terms main h1 {
  margin: 0;
  font-weight: bold;
  font-size: 2.5rem;
  text-shadow: 1px 1px 2px #6b6363;
  color: #fff;
  text-align: center;
}

.page-terms main p {
  padding: 0 1rem 1rem;
}
.terms-area h3 {
  background: #f5f5f5;
  border-left:solid 5px #00B7B7;
  padding: 1rem;
}
.terms-area h3::after {
  border: none;
}
.terms-area h4 {
  border-bottom: dashed 1px #00B7B7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
