/* ------------------------------------------------------
 * PC
------------------------------------------------------ */
@keyframes arrow-anime01 {
  50% {
    bottom: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  /* reset */
  .container {
    position: relative;
    width: 100%;
  }

  .HeaderBody {
    min-width: auto;
  }

  .Footer {
    min-width: auto;
  }

  .home-hero {
    position: relative;
    background-color: #d6d6d6;
    }
  .home-hero > .home-hero_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -20px;
  }
  /* home-hero_slider */
  .home-hero_slider {
    position: relative;
  }
  .home-hero_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .home-hero_slider .slick-track .slick-slide {
    float: left;
  }
  .home-hero_slider .slick-dots {
    display: inline-block !important;
    right: 5%;
    bottom: 4%;
    width: auto;
    z-index: 100;
  }
  .home-hero_slider .slick-dots li {
    padding: 2px;
  }
  .home-hero_slider .slick-dots li button:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #e6e6e6;
    border: 2px solid #bcbcbc;
    border-radius: 16px;
    opacity: 1;
  }
  .home-hero_slider .slick-dots li:hover button:before,
  .home-hero_slider .slick-dots li.slick-active button:before {
    background: #9d1f23;
    border: 2px solid #fff;
  }

  .home-hero_sliderWrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 4%;
    margin-left: -3em;
    width: 6em;
    text-align: center;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon > a {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    height: 70px;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    opacity: 0.8;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon > a:before, .home-hero_sliderWrap .home-hero_sliderIcon > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon > a:before {
    margin-left: -1px;
    width: 2px;
    height: 38px;
    background: #97a4b0;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon > a:after {
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-hero_sliderWrap .home-hero_sliderIcon > a:hover:before, .home-hero_sliderWrap .home-hero_sliderIcon > a:hover:after {
    animation: arrow-anime01 .2s;
  }
  .home-hero_slider >:first-child {
    z-index: 10;
  }
  .home-hero_slider a > span,
  .home-hero_slider div > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .home-hero_slider .slick-slide a > span,
  .home-hero_slider .slick-slide div > span {
    position: relative;
  }

  /* .home-hero_bottom */
  .home-hero_bottom {
    content: '';
    display: block;
    width: 100%;
    min-height: 54px;
    background: #9d1f23;
  }

  .home-hero_bottom > .home-news_important {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
    background: #9d1f23;
  }
  .home-hero_bottom > .home-news_important > dt {
    padding: 1.18% 1.6%;
    min-width: calc(2.2em + 3.2%);
    min-height: 54px;
    line-height: 1;
    text-align: center;
    background: #000;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-hero_bottom > .home-news_important > dt {
    padding: 1.18% 0.8%;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-hero_bottom > .home-news_important > dd {
    padding-left: 2%;
  }
  .home-hero_bottom > .home-news_important > dd > a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
  }
  .home-hero_bottom > .home-news_important > dd > a:before, .home-hero_bottom > .home-news_important > dd > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .home-hero_bottom > .home-news_important > dd > a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .home-hero_bottom > .home-news_important > dd > a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-hero_bottom > .home-news_important > dd > a:hover {
    text-decoration: underline;
  }
  .home-hero_bottom > .home-news_important > dd > a:hover:before {
    left: 5px;
  }
  .home-hero_bottom > .home-news_important > dd > a:hover:after {
    left: 10px;
  }

  .home-news-top {
    margin-top: 60px;
  }

  /* .home-newsList-important */
  .home-news-top > .home-newsList-important {
    padding-left: 11%;
    width: 56.5%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top > .home-newsList-important {
    padding-left: 15%;
  }
}
@media print, screen and (min-width: 768px) {
  .home-news-top > .home-newsList-important > li {
    margin-top: 10px;
  }
  .home-news-top > .home-newsList-important > li > a {
    display: block;
    padding: 20px 20px 20px 7.5%;
    text-decoration: none;
    background: url(../img/index_ic01.png) 7.5% 50% no-repeat;
    border: 1px solid #ddd;
  }
  .home-news-top > .home-newsList-important > li > a:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
  }
  .home-news-top > .home-newsList-important > li > a > span {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    padding-left: 32px;
  }
  .home-news-top > .home-newsList-important > li > a > span:before, .home-news-top > .home-newsList-important > li > a > span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-news-top > .home-newsList-important > li > a > span:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #555555;
  }
  .home-news-top > .home-newsList-important > li > a > span:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .home-box_list */
  .home-box_list {
    display: -webkit-flex;
    display: flex;
    margin-top: 60px;
  }
  .home-box_list > .home-box_item {
    margin-left: 6px;
    width: calc((100% / 3) - 4px);
  }
  .home-box_list > .home-box_item:nth-child(3n+1) {
    margin-left: 0;
  }

  a.home-box {
    display: block;
    text-decoration: none;
  }

  /* .home-box_hedding */
  .home-box_hedding {
    position: relative;
    margin-left: 4.8%;
    padding-top: 14px;
    padding-left: 35px;
    line-height: 1.2;
    font-size: 3.6rem;
    text-decoration: none;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-box_hedding {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-box_hedding {
    display: block;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 830px) {
  .home-box_hedding {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box_hedding:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background: #777777;
    z-index: 1;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
  .home-box_hedding .home-heading_subtitle {
    margin-left: 10px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-box_hedding .home-heading_subtitle {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-box_hedding .home-heading_subtitle {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box_hedding .home-heading_title {
    position: relative;
  }
  .home-box_hedding .home-heading_title:before, .home-box_hedding .home-heading_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.7em;
    backface-visibility: hidden;
  }
  .home-box_hedding .home-heading_title:before {
    left: -35px;
    width: 22px;
    height: 1px;
    background: #000;
  }
  .home-box_hedding .home-heading_title:after {
    margin-top: -5px;
    left: -25px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-box:hover .home-box_hedding {
    padding-left: 65px;
    color: #9d1f23;
  }
  .home-box:hover .home-box_hedding:before {
    background: #9d1f23;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-box:hover .home-box_hedding {
    padding-left: 55px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-box:hover .home-box_hedding {
    padding-left: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box:hover .home-box_hedding .home-heading_title:before {
    background: #9d1f23;
  }
  .home-box:hover .home-box_hedding .home-heading_title:after {
    border-top: 1px solid #9d1f23;
    border-right: 1px solid #9d1f23;
  }

  /* .home-boxInner */
  .home-boxInner {
    position: relative;
    margin-top: 12px;
  }
  .home-boxInner > .home-box_text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12% 10% 7%;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(5, 24, 43, 0.6);
    overflow: auto;
    opacity: 0;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-boxInner > .home-box_text {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box:hover .home-box_text {
    opacity: 1;
  }
  .home-boxInner .home-box_btn {
    display: inline-block;
    position: relative;
    margin: 40px 0 25px;
    padding: 10px 20px 8px;
    min-width: 37%;
    text-align: center;
    border: 1px solid #fff;
  }
  .home-boxInner .home-box_btn:before, .home-boxInner .home-box_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-boxInner .home-box_btn:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .home-boxInner .home-box_btn:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .news-top */
  .home-news-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1630px) {
  .home-news-top {
    padding: 0 2%;
  }
}

@media print, screen and (min-width: 768px) {
  .home-heading-news {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 11%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news {
    width: 15%;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news {
    font-size: 4.0rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1630px) {
  .home-heading-news .home-heading_title-news {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news > span {
    position: relative;
    padding-left: 37px;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news > span {
    padding-left: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news > span:before, .home-heading-news .home-heading_title-news > span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
  .home-heading-news .home-heading_title-news > span:before {
    left: 0;
    width: 22px;
    height: 1px;
    background: #555555;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news > span:before {
    width: 14px;
    height: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news > span:after {
    margin-top: -5px;
    left: 10px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news > span:after {
    margin-top: -4px;
    left: 4px;
    width: 9px;
    height: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_subtitle {
    padding-left: 37px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1630px) {
  .home-heading-news .home-heading_subtitle {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_subtitle {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news a.home-heading_inner-news {
    text-decoration: none;
  }
  .home-heading-news a.home-heading_inner-news:hover {
    color: #9d1f23;
  }
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news > span:before {
    left: 6px;
    background: #9d1f23;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news > span:before {
    left: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news > span:after {
    left: 16px;
    border-top: 1px solid #9d1f23;
    border-right: 1px solid #9d1f23;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news > span:after {
    left: 9px;
  }
}

@media print, screen and (min-width: 768px) {
  /* .home-news-top */
  .home-news-top > .news-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 3.5%;
    width: 89%;
    border-left: 1px solid #dddddd;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top > .news-layout {
    width: 85%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top > .news-layout {
    padding-left: 2%;
  }
}
@media print, screen and (min-width: 768px) {
  .home-news-top > .news-layout > .news_article {
    width: 100%;
  }
  .home-news-top > .news-layout > .news_article > a {
    margin: 0 -20px;
    padding: 30px 20px 28px;
    background: #fff;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top > .news-layout > .news_article > a {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .home-message {
    margin-top: 60px;
    padding: 80px 7% 70px;
    line-height: 1.2;
    background: url(../img/index_bg01.jpg) 60% 0 no-repeat;
    background-size: cover;
  }
  .home-message > .home-messageInner {
    width: 53%;
  }

  .home-message_hedding {
    font-size: 5.1rem;
    color: #fff;
  }
  .home-message_hedding > .is-font-large {
    display: inline-block;
    font-size: 8.1rem;
  }

  .home-messageList {
    display: -webkit-flex;
    display: flex;
  }
  .home-messageList .home-messageList_item {
    width: 50%;
  }
  .home-messageList .home-messageList_item:nth-child(odd) {
    padding-right: 7%;
  }
  .home-messageList .home-messageList_item:nth-child(even) {
    padding-left: 7%;
    border-left: 1px solid #fff;
  }

  .home-message_text {
    line-height: 1.7;
    text-align: center;
    font-size: 1.6rem;
  }
  .home-message_text .home-message_number {
    text-align: left;
    font-size: 9rem;
    color: #0b2e50;
  }
  .home-message_text .home-message_lend {
    margin: 22px 0 8px;
    font-size: 2.3rem;
    line-height: 1.3;
    color: #fff;
  }
  .home-message_text .home-message_p{color: #fff;}
  .home-message_btn {
    display: block;
    margin: 40px auto 0;
    max-width: 300px;
    text-align: center;
  }
  .home-message_btn > a {
    display: block;
    position: relative;
    padding: 14px 20px 12px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    border: 1px solid #fff;
    color: #fff;
  }
  .home-message_btn > a:before, .home-message_btn > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    backface-visibility: hidden;
  }
  .home-message_btn > a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .home-message_btn > a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-message_btn > a:hover {
    background: #9d1f23;
    border: 1px solid #fff;

  }

  .home-bannerList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1008px;
    margin: 60px auto 0;
  }
  .home-bannerList > li {
    width: 225px;
    margin: 36px 0 0 36px;
  }
  .home-bannerList > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .home-bannerList > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .home-bannerList > li > a {
    display: block;
  }
  .home-bannerList > li > a:hover {
    opacity: 0.7;
  }

  /* clearfix */
  .home-hero_slider .slick-track::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * Media Queries
====================================================== */
@media print, screen and (min-width: 768px) and (max-width: 1899px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .gnavList-sub > li {
    margin-left: 6.6%;
  }

  .gnavList-sub > li > a {
    font-size: 1.5rem;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .FooterBody {
    padding: 60px 4%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1780px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  /* gnavList */
  .gnavList-sub > li {
    margin-left: 6%;
  }

  .gnavList-sub > li > a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1630px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .HeaderBody {
    padding-left: 3%;
  }

  .Gnav {
    padding-left: 3%;
  }

  /* gnavList */
  .gnavList-main > li > a {
    font-size: 1.6rem;
  }

  .gnavList-sub > li {
    margin-left: 5%;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .FooterBody {
    padding: 60px 3%;
  }

  .sitemap-link > li > a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1342px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  /* gnavList */
  .gnavList-main > li {
    margin-left: 5%;
  }

  .gnavList-main > li > a {
    font-size: 1.5rem;
  }

  .gnavList-sub > li {
    margin-left: 4%;
  }

  .gnavList-sub > li > a {
    font-size: 1.4rem;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .sitemap-link > li > a {
    font-size: 1.5rem;
  }

  .sitemap-link_detail > li > a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1150px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .HeaderBody {
    padding-left: 2%;
  }

  .Gnav {
    padding-left: 2%;
  }

  .gnavList-main > li > a {
    font-size: 1.4rem;
  }

  .gnavList-sub {
    padding-left: 2%;
  }

  .gnavList-sub > li {
    margin-left: 3%;
  }

  .gnavList-sub > li > a {
    font-size: 1.2rem;
  }

  .headerUtility_btn {
    width: 70px;
    font-size: 1.2rem;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .sitemap-link > li > a {
    font-size: 1.4rem;
  }

  .sitemap-link_detail > li > a {
    font-size: 1.2rem;
  }

  .footer-sitemap > .sitemap_item:last-of-type {
    max-width: 26%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 830px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .gnavList-sub > li {
    margin-left: 2%;
  }
}
@media print {
  .container {
    width: 1200px;
  }

  .HeaderBody {
    min-width: 1200px;
  }

  .Footer {
    min-width: 1200px;
  }

  .home-hero_slider {
    position: relative;
    width: 1200px;
  }

  .home-hero_slider img {
    width: 1200px;
  }

  section {
    page-break-inside: avoid;
  }
}
/* ------------------------------------------------------
 * SP
------------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .container {
    position: relative;
    padding: 0 15px;
  }

  .home-hero {
    position: relative;
    margin: 0 -15px;
    background-color: #d6d6d6;
  }
  .home-hero > .home-hero_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
  }
  /* home-hero_slider */
  .home-hero_slider {
    position: relative;
  }
  .home-hero_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .home-hero_slider .slick-track .slick-slide {
    float: left;
  }
  .home-hero_slider .slick-dots {
    display: inline-block !important;
    right: 15px;
    bottom: 10px;
    width: auto;
    z-index: 100;
  }
  .home-hero_slider .slick-dots li {
    margin: 0 9px;
    padding: 2px;
    width: 9px;
    height: 9px;
  }
  .home-hero_slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .home-hero_slider .slick-dots li button {
    content: '';
    padding: 0;
    width: 9px;
    height: 9px;
    background: #e6e6e6;
    border: 2px solid #bcbcbc;
    border-radius: 16px;
    opacity: 1;
  }
  .home-hero_slider .slick-dots li.slick-active button {
    background: #9d1f23;
    border: 2px solid #fff;
  }
  .home-hero_slider .slick-dots li button:before {
    display: none;
  }

  .home-hero_sliderWrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon {
    display: none;
  }
  .home-hero_slider >:first-child {
    z-index: 10;
  }
  .home-hero_slider a > span,
  .home-hero_slider div > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .home-hero_slider .slick-slide a > span,
  .home-hero_slider .slick-slide div > span {
    position: relative;
  }

  /* .home-hero_bottom */
  .home-hero_bottom > .home-news_important {
    display: -webkit-flex;
    display: flex;
    padding-right: 15px;
    color: #fff;
    background: #9d1f23;
  }
  .home-hero_bottom > .home-news_important > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 8px;
    min-width: 3.3em;
    line-height: 1.5;
    text-align: center;
    background: #000;
  }
  .home-hero_bottom > .home-news_important > dd {
    padding: 12px 0 12px 10px;
  }
  .home-hero_bottom > .home-news_important > dd > a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
  }
  .home-hero_bottom > .home-news_important > dd > a:before, .home-hero_bottom > .home-news_important > dd > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-hero_bottom > .home-news_important > dd > a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .home-hero_bottom > .home-news_important > dd > a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .home-newsList-important */
  .home-news-top > .home-newsList-important {
    margin-top: 24px;
    width: 100%;
  }
  .home-news-top > .home-newsList-important > li {
    margin-top: 10px;
  }
  .home-news-top > .home-newsList-important > li:first-child {
    margin-top: 0;
  }
  .home-news-top > .home-newsList-important > li > a {
    display: block;
    padding: 20px 14px 20px 14px;
    text-decoration: none;
    background: url(../img/index_ic01_sp.png) 14px 50% no-repeat;
    background-size: 22px auto;
    border: 1px solid #ddd;
  }
  .home-news-top > .home-newsList-important > li > a > span {
    display: inline-block;
    position: relative;
    margin-left: 32px;
  }

  /* .home-box_list */
  .home-box_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .home-box_list > .home-box_item {
    margin-top: 30px;
    width: 100%;
  }
  .home-box_list > .home-box_item:first-child {
    margin-top: 0;
  }

  a.home-box {
    text-decoration: none;
  }

  /* .home-box_hedding */
  .home-box_hedding {
    padding-left: 25px;
    line-height: 1.1;
    font-size: 3rem;
    text-decoration: none;
  }
  .home-box_hedding .home-heading_subtitle {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .home-box_hedding .home-heading_title {
    position: relative;
  }
  .home-box_hedding .home-heading_title:before, .home-box_hedding .home-heading_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-box_hedding .home-heading_title:before {
    left: -25px;
    width: 17px;
    height: 1px;
    background: #000;
  }
  .home-box_hedding .home-heading_title:after {
    margin-top: -4px;
    left: -17px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .home-boxInner */
  .home-boxInner {
    position: relative;
    margin-top: 14px;
  }
  .home-boxInner > .home-box_img img {
    width: 100%;
  }
  .home-boxInner > .home-box_text {
    display: none;
  }

  /* .news-top */
  .home-news-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-heading-news {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
    align-items: center;
  }
  .home-heading-news .home-heading_title-news {
    display: inline-block;
    font-size: 3.2rem;
  }
  .home-heading-news .home-heading_title-news > span {
    position: relative;
    padding-left: 27px;
    text-decoration: none;
  }
  .home-heading-news .home-heading_title-news > span:before, .home-heading-news .home-heading_title-news > span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-heading-news .home-heading_title-news > span:before {
    left: 0;
    width: 17px;
    height: 1px;
    background: #555555;
  }
  .home-heading-news .home-heading_title-news > span:after {
    margin-top: -5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-heading-news .home-heading_subtitle {
    display: inline-block;
    padding-left: 8px;
    font-size: 1.6rem;
  }
  .home-heading-news a.home-heading_inner-news {
    text-decoration: none;
  }

  /* .home-news-top */
  .home-news-top > .news-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .home-news-top > .news-layout > .news_article {
    width: 100%;
  }
  .home-news-top > .news-layout > .news_article > a,
  .home-news-top > .news-layout > .news_article > .block {
    padding: 25px 0 25px;
    height: 100%;
    background: #fff;
  }
  .home-news-top > .news-layout > .news_article:first-child > a {
    padding-top: 0;
  }
  .home-news-top > .news-layout > .news_article:last-child > a {
    padding-bottom: 0;
  }
  .home-news-top > .news-layout > .news_article .news_title {
    padding-left: 0;
  }
  .home-news-top > .news-layout > .news_article .news_title:before, .home-news-top > .news-layout > .news_article .news_title:after {
    display: none;
  }

  .home-message {
    margin: 35px -15px 0;
    padding: 15px 15px 40px;
    line-height: 1.2;
    background: #e8e8e8;
    background-size: 100% auto;
  }
  .home-message > .home-messageInner {
    width: 100%;
  }

  .home-message_hedding {
    /* margin-bottom: 60px; */
    text-align: center;
    color: #333;
    font-size: 3.3rem;
  }
  .home-message_hedding > .is-font-large {
    display: inline-block;
    font-size: 5.3rem;
  }

  .home-messageList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-messageList .home-messageList_item {
    padding-bottom: 30px;
    width: 100%;
    border-top: 1px solid #a0cdd6;
  }
  .home-messageList .home-messageList_item:first-child {
    border-top: none;
  }

  .home-message_text {
    line-height: 1.7;
    font-size: 1.3rem;
    text-align: center;
    
  }
 
  .home-message_text .home-message_number {
    margin: 0 auto 0;
    width: 50%;
    /* text-align: left; */
    font-size: 5rem;
    color: #981818;
}
  .home-message_text .home-message_lend {
    margin: 0px 0 15px;
    font-size: 1.6rem;
  }

  .home-message_btn {
    margin-top: 10px;
    text-align: center;
  }
  .home-message_btn > a {
    display: inline-block;
    position: relative;
    padding: 12px 20px 10px;
    min-width: 60%;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #555555;
  }
  .home-message_btn > a:before, .home-message_btn > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-message_btn > a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #555555;
  }
  .home-message_btn > a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-message_btn > a:hover {
    background: #fff;
    border: 1px solid #fff;
  }

  .home-bannerList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .home-bannerList > li {
    margin-top: 15px;
    width: calc((100% / 2) - 8px);
  }
  .home-bannerList > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .home-bannerList > li:nth-child(2n) {
    margin-left: 16px;
  }
  .home-bannerList > li > a {
    display: block;
    text-align: center;
  }
  .home-bannerList > li > a > img {
    width: auto;
  }

  /* clearfix */
  .home-hero_slider .slick-track::after {
    display: block;
    clear: both;
    content: "";
  }
}
