<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.close-contents{
border-top: solid 1px #c5c5c5;
padding-top: 20px;
}
.close-contents dl{
display: table;
margin: 0 auto;
}
.close-contents dt{
font-weight: bold;
}
.close-contents dd{
padding-left: 12em;
margin-top: -1.6em;
}

@media print, screen and (min-width: 1258px) {
#rwd-content .rwd-mc-keyvisual-caption-wrap {
    left: -29px;
}
}

@media print, screen and (min-width: 1235px) and (max-width: 1257px){
#rwd-content .rwd-mc-keyvisual-caption-wrap {
    left: 0;
}
}

@media print, screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */
/*カードのタイトル部*/
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt {
    font-size: 2.0rem!important;
}
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dd {
    line-height: 1.5;
}
/*カード文字部padding*/
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dl {
    padding: 19px 18px 28px 18px!important;
}
}


@media print, screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
/*カードのタイトル部行間*/
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt, #rwd-content .rwd-grid-cardlist03 .rwd-grid-item dt, #rwd-content .rwd-grid-cardlist04 .rwd-grid-item dt {
    line-height: 1.4!important;
}
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dd{
    line-height: 1.5!important;
}


}



/* - - - - - - - - - - - - - - - - - - - -
main-image
- - - - - - - - - - - - - - - - - - - - */

.main-visual-area {
  position: relative;
  margin-bottom: 30px !important;
}
.main-image-wrap {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.main-image-wrap .image {
  width: 4900px; /* 2450px x 2 */
  height: 100%;
  background: url(../jpg/slide_001.jpg) repeat-x left top / auto 100%;
  animation: slider 50s linear 0s infinite;
}

@media print, screen and (min-width: 768px){
  .main-visual-area .layout-box {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
  }
  #rwd-content .rwd-mc-keyvisual-caption-wrap {
    width: 100%;
    height: auto;
  }
  #rwd-content .rwd-mc-keyvisual-caption {
    width: 240px;
    height: 240px;
    position: static;
  }
  #rwd-content .rwd-mc-keyvisual-caption-wrap::before {
    display: none;
  }
}

@media print, screen and (max-width: 767px){
  .main-visual-area {
    margin-bottom: 85px !important;
  }
  .main-image-wrap {
    height: 280px;
  }
  .main-image-wrap .image {
    width: 2858px; /* 1429px x 2 */
  }
}

@keyframes slider {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}</pre></body></html>