@charset "UTF-8";
 /* -----------------------------------------------------------
	main
----------------------------------------------------------- */
.sliderbox{
     position: relative;
    margin-bottom: 50px;
}
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}
.slider li {
  text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 0;
        max-height: 760px;
    overflow: hidden;
}
.slider li img{
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;

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

}

/* -----------------------------------------------------------
	重用なお知らせ
----------------------------------------------------------- */
#news{
    background: #fff;
    border:2px #F2A735 solid;
    display: table;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#news h2{
    background-image: url("../images/top/exclamation.png");
    background-position: 20px;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    background-color: #F2A735;
    width: 260px;
    position: relative;
    padding: 32px 24px 42px 56px;
    box-sizing: border-box;
}
#news h2:after {
  content: "Notice";
    position: absolute;
    font-size: 0.8rem;
    bottom:20px;
    left:56px;
}
#news ul{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
    padding-left: 32px;
}
#news li{
    margin-top: 8px;
}
#news li > a:before  {
	content: url(../images/common/arrow03.png);
    display: inline-block;
    margin-right: 8px;
}
@media screen and (max-width:1405px) {
#news{
    width: 95%;
}
}
@media screen and (max-width:768px) {
#news{
    display: block;
}
#news h2{
    display: block;
    width: 100%;
    padding:16px 24px 16px 56px;
}
#news h2:after {
    bottom:0;
}
#news ul{
    padding:16px 16px 16px 16px;
    font-size: 1rem;
}
#news li{
    margin-top: 8px;
}
}

   
    
    
    
    
    
    
    
    
    
    
    