@charset "utf-8";
/* CSS Document */

/*新着情報
----------------------------------------------*/
.up_ymd{
	font-size: 14px;
	padding: 0;
	font-weight: 900;
}

.catName{
	display: inline-block;
	padding: 2px 10px;
	margin: 0 5px;
	font-size: 12px;
}

.cat-0 .catName{
	background-color: #0036BC;
}

.cat-1 .catName{
	border: 1px solid #fff;
}

.newstitle{
	font-size: 15px;
	line-height: 1.3;
	padding: 5px 0 0;
}

.clearfix{
	display: flex;
	flex-direction: column;
}

.thumbNailWrap{
	width: 100%;
}

.thumbNailWrap img{
	width: 100%;
  height: 180px;
  object-fit: cover;
}

.newsList {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:60%;
    margin:0 auto;
}

.newsList .slick-slide {
    margin:0 10px;
}

.comment{
	display: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.newsList-prev, 
.newsList-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.newsList-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.newsList-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.newsList-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.newsList-dots li {
    display:inline-block;
	margin:0 5px;
}

.newsList-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.newsList-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.newsdetaillink{
	display: block;
	width:60%;
    margin:0 auto;
	text-align: right;
	font-size: 12px;
}


@media (max-width: 1185px){
	
	/*新着情報
----------------------------------------------*/
.up_ymd{
	font-size: 14px;
	padding: 0;
	font-weight: 900;
}

.catName{
	display: inline-block;
	padding: 2px 10px;
	margin: 0 5px;
	font-size: 12px;
}

.newstitle{
	font-size: 15px;
	line-height: 1.3;
	padding: 5px 0 0;
}

.clearfix{
	display: flex;
	flex-direction: column;
}

.thumbNailWrap{
	width: 100%;
}

.thumbNailWrap img{
	width: 100%;
  height: 180px;
  object-fit: cover;
}

.newsList {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:80%;
    margin:0 auto;
}

.newsList .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.newsList-prev, 
.newsList-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.newsList-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.newsList-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.newsList-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.newsList-dots li {
    display:inline-block;
	margin:0 5px;
}

.newsList-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.newsList-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.newsdetaillink{
	width:80%;
    margin:0 auto;
	text-align: right;
	font-size: 12px;
}

	
}



@media (max-width: 750px){
	
	/*新着情報
----------------------------------------------*/
.up_ymd{
	font-size: 14px;
	padding: 0;
	font-weight: 900;
}

.catName{
	display: inline-block;
	padding: 2px 10px;
	margin: 0 5px;
	font-size: 12px;
}

.newstitle{
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 0 0;
}

.clearfix{
	display: flex;
	flex-direction: column;
}

.thumbNailWrap{
	width: 100%;
}

.thumbNailWrap img{
	width: 100%;
  height: 180px;
  object-fit: cover;
}

.newsList {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:85%;
    margin:0 auto;
}

.newsList .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.newsList-prev, 
.newsList-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.newsList-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.newsList-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.newsList-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.newsList-dots li {
    display:inline-block;
	margin:0 5px;
}

.newsList-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.newsList-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.newsdetaillink{
	width:85%;
    margin:0 auto;
	text-align: right;
	font-size: 12px;
}

	
}
