@charset "UTF-8";

/* CSS import */
@import "/css/reset.css";
@import "/css/common.css";

@import "/css/layout_top_pc.css" print,screen and (min-width: 768px);
@import "/css/original_pc.css" print,screen and (min-width: 768px);
@import "/css/parts_pc.css" print,screen and (min-width: 768px);

@import "/css/layout_top_sp.css" screen and (max-width: 767px) ;
@import "/css/original_sp.css" screen and (max-width: 767px) ;
@import "/css/parts_sp.css" screen and (max-width: 767px) ;

/* pros 20170720 */
<style media="screen">
  #img-main01{
    margin-bottom: -5px;
  }
  #img-main01 .mainimages{
    height: 300px;
    background-position: center;
    background-size: cover;
    margin-bottom: -5px;
  }
  #img-main01 .mainimages .item{
    width: 900px;
    margin: 0 auto;
  }
@media screen and (max-width:767px) { 
#contents{
padding-top: 0;
}
    #img-main01{
      
    }
    #img-main01 .mainimages{
    margin-top: 58px;
    height: 25vw;
  }
    #img-main01 .mainimages .item{
    max-width: 100%;
    margin: 0 auto;
  }
      #img-main01 .mainimages .item img{
    width: 100%;
    height: auto;
  }
}
#g-menu{
width: 100% !important;
}
#g-menu ul{
   width: 900px;
   margin: 0 auto;
}
@media screen and (min-width:768px) { 
#g-menu{
width: 100% !important;
}
#g-menu ul{
   width: 900px;
   margin: 0 auto;
}
  }
</style>

/* ##################### */
#img-main01.type02 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}
#img-main01.type02 .mainimages {
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
#img-main01.type02 .mainimages .item-wrap {
  background-position: center;
  background-size: cover;
  position: relative;
}
#img-main01.type02 .mainimages .item {
  height: 300px;
  width: 900px;
  margin: 0 auto;
}
#img-main01.type02 .mainimages .item-wrap a {
  display:block;
  position:relative;
}
#img-main01.type02 .mainimages .item-wrap a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity .2s ease;
}

#img-main01.type02 .mainimages .item-wrap a:hover::before {
  opacity: 0.3;
}

#img-main01.type02 .slick-prev:before, #img-main01.type02 .slick-next:before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

#img-main01.type02 .slick-dots {
  text-align: center;
  bottom: 10px;
}

#img-main01.type02 .slick-dots li button:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

#img-main01.type02 .slick-dots li button:before {
  background: #dedede;
  border: 1px solid #b9b9b9;
}

#img-main01.type02 .slick-dots li.slick-active button:before {
  background: #005396;
  border: 1px solid #00294b;
}

@media screen and (max-width:767px) { 

  #img-main01.type02 {
    margin-bottom: 30px;
    
  }
  #img-main01.type02 .mainimages {
    margin-top: 58px;
    height: 34vw;
  }
  #img-main01.type02 .mainimages .item {
    max-width: 100%;
    height: 34vw;
    margin: 0 auto;
  }

    #img-main01.type02 .mainimages .item img {
    width: 100%;
    height: auto;
  }

  #img-main01.type02 .slick-prev, #img-main01.type02 .slick-next {
    width: 24px;
    height: 24px;
  }
  #img-main01.type02 .slick-dots {
    bottom: -30px;
  }
}
/* ##################### */

/* pd 20220616 */
.newsListType01 dl.list .category {
    width: 80px;
    margin-right: 10px;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    line-height: 21px;
font-weight: 700;
}
  
@media screen and (min-width:768px) { 
.newsListType01 dl.list dt {
    float: left;
    margin-right: 10px;
}

.newsListType01 dl.list .category {
    width: 80px;
    margin-right: 14px;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    line-height: 21px;
font-weight: 700;
}

.newsListType01 dl.list dd {
    padding: 0 0 13px 171px;
}
}
 /* ##################### */
