/*--------------------------------
	common
--------------------------------*/
#sub {
  padding: 100px 0;
  background: #000;
  color: #fff; }
  #sub section:not(:first-child) {
    margin-top: 80px; }
  #sub p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px; }
  #sub h3, #sub h5, #sub h6 {
    color: #ccb989; }
  #sub h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px; }
    #sub h3::before {
      content: '';
      display: block;
      width: 216px;
      height: 40px;
      margin: 0 auto;
      margin-bottom: 10px;
      background-image: url("/img/common/sub-h3-obj.png");
      background-size: contain;
      vertical-align: middle; }
  #sub h4 {
    background: url("/img/common/sub-h4-bg.png");
    padding: 7px 20px 10px 20px;
    color: #70654a;
    margin-bottom: 50px; }
    #sub h4 span {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 35px; }
  #sub h5 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    border-left: solid 5px #ccb989;
    padding: 0 20px;
    margin-bottom: 30px; }
  #sub h6 {
    font-size: 20px;
    font-size: 2rem;
    border-bottom: solid 1px #ccb989;
    padding: 0 20px 10px 20px; }
    #sub h6 span {
      line-height: 30px; }
  #sub table.wrap-table {
    margin-top: 40px; }
    #sub table.wrap-table tr th, #sub table.wrap-table tr td {
      line-height: 24px;
      border-bottom: solid 1px #ccb887;
      padding: 25px 20px 12px 20px;
      vertical-align: bottom; }
    #sub table.wrap-table tr td {
      width: 35%;
      text-align: right; }
  #sub .wrap-btn {
    border: solid 1px #ccb887;
    margin: 0 auto;
    margin-top: 40px; }
    #sub .wrap-btn:hover {
      background: #fff;
      opacity: .8; }
  @media (max-width: 768px) {
    #sub {
      padding: 50px 0; }
      #sub section:not(:first-child) {
        margin-top: 60px; }
      #sub p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px; }
      #sub h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 40px;
        margin-bottom: 50px; }
      #sub h4 {
        padding: 10px 15px;
        margin-bottom: 40px; }
        #sub h4 span {
          font-size: 20px;
          font-size: 2rem;
          line-height: 30px; }
      #sub h5 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 25px;
        padding: 0 15px;
        margin-bottom: 20px; }
      #sub h6 {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 15px 8px 15px; }
        #sub h6 span {
          line-height: 25px; }
      #sub table.wrap-table tr th, #sub table.wrap-table tr td {
        padding: 15px 10px 5px 10px;
        vertical-align: bottom;
        white-space: pre-wrap; }
      #sub table.wrap-table tr td {
        width: 30%; } }

/*--------------------------------
	menu
--------------------------------*/
#sub.menu .box:not(:first-child) {
  margin-top: 50px; }
#sub.menu h3 {
  margin-bottom: 0; }
#sub.menu .wrap-tab {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center; }
  #sub.menu .wrap-tab a {
    width: 320px;
    max-width: 100%;
    height: 80px;
    background: #ccb887;
    color: #000;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; }
    #sub.menu .wrap-tab a:last-child {
      margin-left: 20px; }
    #sub.menu .wrap-tab a:hover {
      opacity: .8; }
#sub.menu section.wrap-about .box dl {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
  #sub.menu section.wrap-about .box dl dt {
    font-weight: 400; }
  #sub.menu section.wrap-about .box dl dd {
    background: url("/img/top/menu-bg.png");
    border: solid 4px #ccb887;
    padding: 60px 40px;
    width: 510px;
    max-width: 100%;
    margin-left: -20px;
    margin-top: 50px;
    position: relative;
    z-index: 1; }
    #sub.menu section.wrap-about .box dl dd p {
      color: #000; }
#sub.menu section.wrap-about .wrap_youtube {
  width: 100%; }
  #sub.menu section.wrap-about .wrap_youtube .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    #sub.menu section.wrap-about .wrap_youtube .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
#sub.menu section.wrap-menu .box dl {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
  #sub.menu section.wrap-menu .box dl dt {
    width: 575px;
    max-width: 100%;
    font-weight: normal; }
    #sub.menu section.wrap-menu .box dl dt p {
      white-space: pre-wrap; }
#sub.menu section.wrap-ba ul.list,
#sub.menu section.wrap-ba-slim ul.list,
#sub.menu section.wrap-ba-health ul.list {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
  #sub.menu section.wrap-ba ul.list li,
  #sub.menu section.wrap-ba-slim ul.list li,
  #sub.menu section.wrap-ba-health ul.list li {
    width: 490px;
    max-width: 100%; }
    #sub.menu section.wrap-ba ul.list li .frame,
    #sub.menu section.wrap-ba-slim ul.list li .frame,
    #sub.menu section.wrap-ba-health ul.list li .frame {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify; }
    #sub.menu section.wrap-ba ul.list li:nth-child(n+3),
    #sub.menu section.wrap-ba-slim ul.list li:nth-child(n+3),
    #sub.menu section.wrap-ba-health ul.list li:nth-child(n+3) {
      margin-top: 30px; }
    #sub.menu section.wrap-ba ul.list li:nth-child(n+5),
    #sub.menu section.wrap-ba-slim ul.list li:nth-child(n+5),
    #sub.menu section.wrap-ba-health ul.list li:nth-child(n+5) {
      display: none; }
    #sub.menu section.wrap-ba ul.list li article,
    #sub.menu section.wrap-ba-slim ul.list li article,
    #sub.menu section.wrap-ba-health ul.list li article {
      width: calc(50% - 1px); }
      #sub.menu section.wrap-ba ul.list li article a:hover img,
      #sub.menu section.wrap-ba-slim ul.list li article a:hover img,
      #sub.menu section.wrap-ba-health ul.list li article a:hover img {
        opacity: .8; }
      #sub.menu section.wrap-ba ul.list li article a img,
      #sub.menu section.wrap-ba-slim ul.list li article a img,
      #sub.menu section.wrap-ba-health ul.list li article a img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        font-family: 'object-fit:cover'; }
      #sub.menu section.wrap-ba ul.list li article h6,
      #sub.menu section.wrap-ba-slim ul.list li article h6,
      #sub.menu section.wrap-ba-health ul.list li article h6 {
        border-bottom: solid 2px #ccb887;
        margin-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem; }
#sub.menu section.wrap-ba .wrap-btn:hover,
#sub.menu section.wrap-ba-slim .wrap-btn:hover,
#sub.menu section.wrap-ba-health .wrap-btn:hover {
  cursor: pointer; }
#sub.menu section.wrap-ba .wrap-btn a,
#sub.menu section.wrap-ba-slim .wrap-btn a,
#sub.menu section.wrap-ba-health .wrap-btn a {
  color: #000; }
  #sub.menu section.wrap-ba .wrap-btn a::after,
  #sub.menu section.wrap-ba-slim .wrap-btn a::after,
  #sub.menu section.wrap-ba-health .wrap-btn a::after {
    transform: rotate(90deg); }
@media (max-width: 768px) {
  #sub.menu .box:not(:first-child) {
    margin-top: 30px; }
  #sub.menu section.wrap-about .box dl {
    display: block; }
    #sub.menu section.wrap-about .box dl dt {
      width: calc(100% - 100px); }
    #sub.menu section.wrap-about .box dl dd {
      width: calc(100% - 20px);
      padding: 30px 20px;
      margin-left: auto;
      margin-top: -50px;
      position: relative;
      z-index: 1; }
      #sub.menu section.wrap-about .box dl dd p {
        text-align: left; }
  #sub.menu section.wrap-menu .box dl {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse; }
    #sub.menu section.wrap-menu .box dl dt {
      margin-top: 20px; }
    #sub.menu section.wrap-menu .box dl dd {
      text-align: center; }
  #sub.menu section.wrap-ba ul.list li,
  #sub.menu section.wrap-ba-slim ul.list li,
  #sub.menu section.wrap-ba-health ul.list li {
    margin: 0 auto; }
    #sub.menu section.wrap-ba ul.list li:nth-child(n+2),
    #sub.menu section.wrap-ba-slim ul.list li:nth-child(n+2),
    #sub.menu section.wrap-ba-health ul.list li:nth-child(n+2) {
      margin-top: 30px; }
  #sub.menu .wrap-tab a {
    text-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; }
    #sub.menu .wrap-tab a:last-child {
      margin-left: 10px; }
    #sub.menu .wrap-tab a span {
      display: block; } }

/*--------------------------------
	epiration
--------------------------------*/
#sub.epiration section.wrap-about figure {
  margin-top: 60px; }
#sub.epiration section.wrap-about .box {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
  #sub.epiration section.wrap-about .box article {
    width: 490px;
    max-width: 100%;
    background: #fff; }
    #sub.epiration section.wrap-about .box article h4 {
      margin-bottom: 0; }
    #sub.epiration section.wrap-about .box article .frame {
      padding: 20px; }
      #sub.epiration section.wrap-about .box article .frame p {
        color: #000; }
#sub.epiration section.wrap-about.campaign .box {
  display: block; }
  #sub.epiration section.wrap-about.campaign .box article {
    width: 100%; }
    #sub.epiration section.wrap-about.campaign .box article h4 {
      text-align: center; }
    #sub.epiration section.wrap-about.campaign .box article .frame p {
      white-space: pre-wrap; }
#sub.epiration section.wrap-menu table.wrap-table tr th span {
  display: block;
  color: #ccb887;
  margin-top: 5px; }
@media (max-width: 768px) {
  #sub.epiration section.wrap-about figure {
    margin-top: 50px; }
  #sub.epiration section.wrap-about .box {
    display: block; }
    #sub.epiration section.wrap-about .box article {
      margin: 0 auto; }
      #sub.epiration section.wrap-about .box article .frame {
        padding: 15px; }
      #sub.epiration section.wrap-about .box article:not(:first-child) {
        margin-top: 20px; }
  #sub.epiration section.wrap-menu .wrap-table tr, #sub.epiration section.wrap-menu .wrap-table th, #sub.epiration section.wrap-menu .wrap-table td {
    display: block;
    width: 100%; }
  #sub.epiration section.wrap-menu .wrap-table tr th {
    border-bottom: solid 1px rgba(204, 184, 135, 0.4); } }

/*--------------------------------
	info
--------------------------------*/
#sub.info .box:not(:first-child) {
  margin-top: 60px; }
#sub.info section.wrap-concept h4 {
  text-align: center; }
#sub.info section.wrap-concept .box:first-child article h4 {
  margin-bottom: 0; }
#sub.info section.wrap-concept .box:first-child article .inner {
  background: #fff;
  padding: 40px; }
  #sub.info section.wrap-concept .box:first-child article .inner p {
    color: #000;
    text-align: center; }
    #sub.info section.wrap-concept .box:first-child article .inner p strong {
      display: block;
      text-align: right;
      font-weight: 500; }
#sub.info section.wrap-concept .box:nth-child(2) p {
  text-align: center; }
#sub.info section.wrap-concept .box:nth-child(2) article {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center; }
  #sub.info section.wrap-concept .box:nth-child(2) article ul {
    width: 575px;
    max-width: 100%; }
    #sub.info section.wrap-concept .box:nth-child(2) article ul li {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox; }
      #sub.info section.wrap-concept .box:nth-child(2) article ul li:not(:first-child) {
        margin-top: 20px; }
      #sub.info section.wrap-concept .box:nth-child(2) article ul li::before {
        content: '';
        display: inline-block;
        min-width: 16px;
        height: 12px;
        background-image: url("/img/info/check.png");
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px; }
      #sub.info section.wrap-concept .box:nth-child(2) article ul li p {
        text-align: left;
        line-height: 16px; }
#sub.info section.wrap-concept .box:nth-child(3) {
  background: url("/img/top/menu-bg.png");
  position: relative;
  padding: 40px; }
  #sub.info section.wrap-concept .box:nth-child(3) p {
    color: #70654a;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center; }
    #sub.info section.wrap-concept .box:nth-child(3) p span {
      display: block;
      font-size: 40px;
      font-size: 4rem;
      margin: 30px 0; }
  #sub.info section.wrap-concept .box:nth-child(3)::before, #sub.info section.wrap-concept .box:nth-child(3)::after {
    content: '';
    display: block;
    background: #ccb887;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0; }
  #sub.info section.wrap-concept .box:nth-child(3)::before {
    top: -10px; }
  #sub.info section.wrap-concept .box:nth-child(3)::after {
    bottom: -10px; }
#sub.info section.wrap-staff p.about {
  text-align: center; }
#sub.info section.wrap-staff ul.list {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
  #sub.info section.wrap-staff ul.list li {
    width: 490px;
    max-width: 100%;
    padding: 20px;
    border: solid 1px #ccb887; }
    #sub.info section.wrap-staff ul.list li:nth-child(n+3) {
      display: none;
      margin-top: 20px; }
    #sub.info section.wrap-staff ul.list li figure img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      font-family: 'object-fit:cover'; }
    #sub.info section.wrap-staff ul.list li p.name {
      color: #ccb887;
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 10px; }
#sub.info section.wrap-staff .wrap-btn:hover {
  cursor: pointer; }
#sub.info section.wrap-staff .wrap-btn a {
  color: #000; }
  #sub.info section.wrap-staff .wrap-btn a::after {
    transform: rotate(90deg); }
#sub.info section.wrap-flow ul {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
  #sub.info section.wrap-flow ul li {
    width: 192px;
    max-width: 100%;
    position: relative;
    border: solid 1px #ccb887;
    padding: 20px 10px; }
    #sub.info section.wrap-flow ul li figure {
      text-align: center; }
    #sub.info section.wrap-flow ul li:not(:last-child)::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 14px;
      background-image: url("/img/info/arrow.png");
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: 0;
      right: -10px;
      bottom: 0;
      margin: auto 0; }
    #sub.info section.wrap-flow ul li p {
      margin-top: 20px; }
      #sub.info section.wrap-flow ul li p:nth-child(2) {
        font-size: 20px;
        font-size: 2rem;
        color: #ccb989;
        text-align: center; }
      #sub.info section.wrap-flow ul li p:last-child {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 30px; }
#sub.info section.wrap-access table tr:not(:last-child) th, #sub.info section.wrap-access table tr:not(:last-child) td {
  border-bottom: solid 1px #70654a; }
#sub.info section.wrap-access table tr th, #sub.info section.wrap-access table tr td {
  padding: 15px 20px;
  line-height: 24px;
  color: #000; }
#sub.info section.wrap-access table tr th {
  background: #ccb887;
  text-align: center;
  width: 235px;
  max-width: 100%; }
#sub.info section.wrap-access table tr td {
  background: #fff; }
#sub.info section.wrap-access table tr a:hover {
  color: #000;
  opacity: .8; }
#sub.info section.wrap-access iframe {
  height: 300px; }
#sub.info section.wrap-gallery .sliderArea {
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 40px 50px; }
#sub.info section.wrap-gallery .slick-slide {
  margin: 0 5px; }
#sub.info section.wrap-gallery .slick-slide img {
  width: 100%;
  height: auto; }
#sub.info section.wrap-gallery .slick-prev, #sub.info section.wrap-gallery .slick-next {
  z-index: 1; }
#sub.info section.wrap-gallery .slick-prev:before, #sub.info section.wrap-gallery .slick-next:before {
  color: #000; }
#sub.info section.wrap-gallery .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }
#sub.info section.wrap-gallery .slick-active {
  opacity: 1; }
#sub.info section.wrap-gallery .slick-current {
  opacity: 1; }
#sub.info section.wrap-gallery .thumb {
  margin: 20px 0 0; }
#sub.info section.wrap-gallery .thumb .slick-slide {
  cursor: pointer; }
#sub.info section.wrap-gallery .thumb .slick-slide:hover {
  opacity: .7; }
@media (max-width: 768px) {
  #sub.info section.wrap-concept .box:first-child article .inner {
    padding: 20px; }
  #sub.info section.wrap-concept .box:nth-child(2) article {
    display: block; }
    #sub.info section.wrap-concept .box:nth-child(2) article figure {
      text-align: center; }
    #sub.info section.wrap-concept .box:nth-child(2) article ul {
      margin-top: 20px; }
  #sub.info section.wrap-concept .box:nth-child(3) {
    padding: 40px 20px; }
    #sub.info section.wrap-concept .box:nth-child(3) p {
      font-size: 18px;
      font-size: 1.8rem; }
      #sub.info section.wrap-concept .box:nth-child(3) p span {
        font-size: 25px;
        font-size: 2.5rem;
        margin: 20px 0; }
  #sub.info section.wrap-staff ul.list {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center; }
    #sub.info section.wrap-staff ul.list li {
      margin: 0 auto; }
  #sub.info section.wrap-flow ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center; }
    #sub.info section.wrap-flow ul li {
      width: calc(50% - 10px);
      max-width: 192px;
      margin: 5px; }
  #sub.info section.wrap-access table tr th, #sub.info section.wrap-access table tr td {
    padding: 10px; }
  #sub.info section.wrap-access table tr th {
    width: 32%; }
  #sub.info section.wrap-gallery .sliderArea {
    background: none;
    padding: 0; }
  #sub.info section.wrap-gallery .slick-prev {
    left: 0; }
  #sub.info section.wrap-gallery .slick-next {
    right: 0; } }

/*--------------------------------
	news-index
--------------------------------*/
#sub.news-index ul.list-tag {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #sub.news-index ul.list-tag li {
    margin-right: 10px;
    margin-bottom: 10px; }
    #sub.news-index ul.list-tag li a {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 15px;
      letter-spacing: 0;
      padding: 5px 10px;
      background: #ccb887;
      color: #000;
      border-radius: 4px; }
#sub.news-index .list a, #sub.news-index .list p {
  color: #000; }
#sub.news-index .list li {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }
  #sub.news-index .list li:not(:first-child) {
    margin-top: 50px; }
  #sub.news-index .list li img {
    width: 200px;
    height: 200px;
    margin-right: 15px;
    object-fit: cover;
    font-family: 'object-fit:cover'; }
  #sub.news-index .list li .inner {
    width: 100%; }
    #sub.news-index .list li .inner p, #sub.news-index .list li .inner a {
      color: #fff; }
    #sub.news-index .list li .inner .day {
      font-size: 14px;
      font-size: 1.4rem; }
    #sub.news-index .list li .inner .ttl h4 {
      margin-bottom: 0; }
    #sub.news-index .list li .inner .ttl span {
      font-size: 18px;
      font-size: 1.8rem;
      display: block;
      overflow: hidden;
      height: 35px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      text-overflow: ellipsis; }
    #sub.news-index .list li .inner .body {
      line-height: 30px;
      display: block;
      overflow: hidden;
      height: 90px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis; }
#sub.news-index .list .pagenation {
  margin-top: 30px; }
@media (max-width: 768px) {
  #sub.news-index .list li img {
    display: none; }
  #sub.news-index .list li .inner .ttl span {
    display: block;
    overflow: hidden;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  #sub.news-index .list li .inner .body {
    display: block;
    overflow: hidden;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; } }

/*# sourceMappingURL=style_sub.css.map */
