@charset "UTF-8";
/* CSS Document */

/* --- Base Layout --- */

.lower-contents {
    margin-top: 0 !important;
    padding-top: 170px;
    background: #f8f8f9;
}
main.main {
    max-width: 1184px !important;
    width: 1184px !important;
    line-height: 2;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/* --- Main Title (踏襲スタイル) --- */
h2.main-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 10px;
   /* 以前のコーヒーブラウン */
  color: #333;
}
h2.main-ttl:after {
    content: "";
    display: block;
    margin-top: 1%;
    height: 3px;
    background: #6B3906;
    background: linear-gradient(90deg, rgba(107, 57, 6, 1) 0%, rgba(107, 57, 6, 1) 6%, rgba(227, 219, 212, 1) 6%);
}

@media screen and (max-width: 768px) {
main.main {
    max-width: 95% !important;
    width: 95% !important;
}
.lower-contents {
    margin-top: 100px !important;
    padding-top: 0;
}
}
