
body{
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ,Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#wrap {
    padding: 0 0 70px;
}


.inner_new{
    max-width:1200px;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%; 
    position: relative;
    overflow: hidden;


}

h1 span{
    padding-left: 30px;
  }


#page-title2{
    margin-bottom: 15px;
}

#page-title2 h1{
    font-size: 40px;
    margin: 30px 0 20px 0;
}

#page-title2 h1 span{
    font-size: 26px;
}

#page-title2 .lead{
    font-size: 17px;
    width: 54%;
    margin-right: 5%;
    line-height: 1.8;
}

 .page-info-unit {
    display: flex;
    margin-bottom: 35px;

  }

.page-info-unit .lead {
    font-size: 17px;
    line-height: 1.8;
}


.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next {
  right: 0;
}

.slider{
  
}

.slider_box1{
 margin-bottom: 50px;
 width: 1200px;
 height: auto;

}

.slider_item img{
  width: 600px;
  height: 400px;
  border-radius: 6px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.slider_box2{
 margin-bottom: 25px;
 width: 1200px;
 height: auto;

}

.slider_item2{
  position:  relative; 
  
}

.slider_item2 img{
  width: 291px;
  height: 193px;
  border-radius: 4px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.conts{
  margin-top: 15px;
  padding-right: 20px;

}

.conts .tit{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
}

.conts .lead{
  font-size: 12px;
  line-height: 1.5;
  /*color: #444;*/
  /*width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/

  /* 2行で文字制限 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 

}


.prev_icon1{
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translate(0,-50%);
  width: 65px;
  z-index: 1;
  cursor: pointer;
}
.next_icon1{
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0,-50%);
  width: 65px;
  z-index: 1;
  cursor: pointer;
}

.prev_icon2{
  position: absolute;
  top: 34%;
  left: -26px;
  transform: translate(0,-50%);
  width: 50px;
  z-index: 1;
  cursor: pointer;
}

.next_icon2{
  position: absolute;
  top: 34%;
  right: -18px;
  transform: translate(0,-50%);
  width: 50px;
  z-index: 1;
  cursor: pointer;
  
}


.category_tit{
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
  margin-right: 25px;

}

.slider_item2 a:link,
.slider_item2 a:visited
{
  color: #444 !important;
  text-decoration: none !important;

}

.slider_item2 a:hover{
  color: #2777E2 !important;
　text-decoration: none;
}

.category_box{
  display: flex;

}

.category_link{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  

}

.category_link a{
  background: url(../images/arrow_black.png) no-repeat 3px 0.5em;
  padding-left: 20px;

}


.category_link a:link,
.category_link a:visited
{
  color: #444 !important;
  text-decoration: none !important;

}

.category_link a:hover{
  color: #2777E2 !important;
　text-decoration: none;
}

.new{
  position: absolute;
    top: 0;
    left: 15px;
    z-index: 999;
}

.slider_item2 .new img{
   width: 37px;
   height: 39px;
}


.slider,
.slider2{
  display: none;
}

.slick-initialized{
  display: block;
}


/*ここからループさせないときの指定例*/
.slick-disabled {
    opacity: .3;
}
 
.slick-disabled:before {
    opacity: 1;
}

.sp_br{
  display: none;
}

.slick-list{
  overflow:visible !important;
}


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


.inner_new{
    padding-left: 0%;
    padding-right: 0%;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
}


.page-info-unit{
  display: flex;
  flex-direction: column;
}


.lead{
  order: 2;
}

.page-img{
  order: 1;
  margin-bottom: 30px;
}

.page-img{
  width:100%;

}

#page-title2 h1{
    font-size: 34px;
    margin: 30px 0 20px 0;
}

#page-title2 h1 span{
  display: block;
  font-size: 22px;
}

#page-title2 .lead {
  font-size: 16px;
  width: 100%;
  margin-right: 0%;
}

#page-title2 h1{
    font-size: 30px;
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 4%;
    padding-right: 0%;
    position: relative;
}

#page-title2 h1 span{
  display: block;
  font-size: 20px;
  padding-left: 0px;
}

.page-info-unit{
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  margin-bottom: 30px;

}

.page-info-unit .lead {
    font-size: 16px;
    line-height: 1.8;
}

.slider_box1{
 margin-bottom: 45px;
 width: 100%;
 height: auto;

}

.slider_item{
  margin-left: 5px;
}

.slider_item img{
  width: 100%;
  height: auto;
  border-radius: 6px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.slider_box2{
 margin-bottom: 35px;
 width: 100%;
 height: auto;

}

.slider_item2{
  margin-left: 5px;
  /*width: 46vw !important;*/
}


.slider_item2 img{
  width: 100%;
  height: auto;
  border-radius: 4px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.prev_icon1{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
  width: 40px;
  z-index: 1;
  cursor: pointer;
}

.next_icon1{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  width: 40px;
  z-index: 1;
  cursor: pointer;
}

.prev_icon2{
  position: absolute;
  top: 29%;
  left: 0px;
  transform: translate(0,-50%);
  width: 35px;
  z-index: 1;
  cursor: pointer;
}

.next_icon2{
  position: absolute;
  top: 29%;
  right: 0px;
  transform: translate(0,-50%);
  width: 35px;
  z-index: 1;
  cursor: pointer;
}


.category_tit{
  font-size: 18px;
  padding-left: 4%;
  line-height: 1.3;
  margin-bottom: 12px;
  margin-right: 15px;

}


.category_link a{
  background: url(../images/arrow_black.png) no-repeat 3px 0.2em;
  padding-left: 20px;

}

.conts .tit{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
}

.conts{
  margin-top: 10px;
  padding-right: 20px;

}


.sp_br{
  display: block;
}


}