@charset "UTF-8";
/**
 * block.css
 */

/* ブロック表示
--------------------------------------------------------- */
.sitenews_block {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}



/* default news_style
--------------------------------------------------------- */
.news_style {
	margin: 0 0 40px 0;	
}
	.news_style .news_link:hover {
		text-decoration: none;
	}
	.news_style .news_date {
	}
	.news_style .news_title {
	}

/* news_style1
--------------------------------------------------------- */
.news_style1 {
	list-style: none;
	padding: 30px;
}
	.news_style1 li {
		border-bottom: solid 1px #ddd;
		list-style: none;
		padding: 6px 0 3px 0;
	}
		.news_style1 li a {
			color: #333;
		}
			.news_style1 .news_link {
				text-decoration: none;
			}
			.news_style1 .news_date {
				padding-right: 20px;
				font-weight: bold;
			}
			.news_style1 .news_title {
			}

/* news_style2
--------------------------------------------------------- */
.news_style2 {
	list-style: none;
	padding: 30px;
}
	.news_style2 li {
		border-bottom: dashed 1px #ddd;
		list-style: none;
		padding: 6px 0 3px 0;
	}
		.news_style2 li a {
			color: #333;
		}
			.news_style2 .news_link {
				text-decoration: none;
			}
			.news_style2 .news_date {
				padding-right: 20px;
				font-weight: bold;
			}
			.news_style2 .news_title {
			}

/* news_style3
--------------------------------------------------------- */
.news_style3 {
	border: solid 3px #ddd;
	padding: 30px;
}
	.news_style3 li {
		list-style: none;
		padding-bottom: 8px;
	}
	.news_style3 li:last-child {
		padding-bottom: 0;
	}
		.news_style3 li a {
			color: #666;
		}
			.news_style3 .news_link {
				text-decoration: none;
			}
			.news_style3 .news_date {
				padding-right: 20px;
			}
			.news_style3 .news_title {
			}

/* news_style4
--------------------------------------------------------- */
.news_style4 {
	padding: 30px;
	background: #f8f8f8;
	border-top:solid 6px #2eb1c7;
}
	.news_style4 li {
		list-style: none;
		padding-bottom: 8px;
	}
	.news_style4 li:last-child {
		padding:0;
	}
		.news_style4 li a {
			color: #333;
		}
			.news_style4 .news_link {
				text-decoration: none;
			}
			.news_style4 .news_date {
				padding-right: 20px;
			}
			.news_style4 .news_title {
			}

/* news_style5
--------------------------------------------------------- */
.news_style5 {
	border-top: solid 2px #2eb1c7;
	padding: 20px 20px;
}
	.news_style5 li {
		border-bottom: dashed 1px #eee;
		list-style: none;
		padding: 4px 8px;
		margin-bottom: 8px;
	}
		.news_style5 li a{
			text-decoration: none;
			color: #666;
		}
			.news_style5 .news_link{
			}
			.news_style5 .news_date {
				padding-right: 20px;
			}
			.news_style5 .news_title {
			}

/* news_style6
--------------------------------------------------------- */
.news_style6 {
	padding: 30px;
}
	.news_style6 li {
		list-style: none;
	}
		.news_style6 li a {
			color: #333;
			display: inline-block;
			margin-bottom: 10px;
		}
			.news_style6 .news_link {
				text-decoration: none;
			}
			.news_style6 .news_date {
				position: relative;
				display: inline-block;
				padding: 7px 10px;
				margin-right: 20px;
				max-width: 100%;
				color: #fff;
				background: #2eb1c7;
  			}
			.news_style6 .news_date:before {
				content: "";
				position: absolute;
				top: 50%;
				left: 100%;
				margin-top: -15px;
				border: 15px solid transparent;
				border-left: 15px solid #2eb1c7;
			}
			.news_style6 .news_title {
				padding-left: 12px;
			}

/* news_style7
--------------------------------------------------------- */
.news_style7 {
	padding: 20px;
}
	.news_style7 li {
		list-style: none;
		padding-bottom: 3px;
		margin-bottom: 20px;
		border-bottom: solid 1px #ddd;
	}
		.news_style7 li a{
			color: #666;
		}
			.news_style7 .news_link{
				text-decoration: none;
			}
			.news_style7 .news_date {
				display: block;
				padding: 0 0 6px 0;
				font-weight: bold;
			}
			.news_style7 .news_title {
				display: block;
			}




/* 編集画面でのブロック表示
--------------------------------------------------------- */
.block_edit_areas .sitenews_block {
	cursor: grab;
	user-select: none;
}
.block_edit_areas .sitenews_block .ql-editor {
	cursor: grab;
}

/* 設定
--------------------------------------------------------- */
.sitenews_block_setting_modal .field_items .news_style_field label.radio_label {
	display: block;
	padding: 16px 24px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 16px;
	cursor: pointer;
}
	.sitenews_block_setting_modal .field_items .news_style_field label.radio_label:hover {
		background: #f9f9f9;
	}
	.sitenews_block_setting_modal .field_items .news_style_field label.radio_label.selected {
		border: 3px solid #2eb1c7;
	}
	.sitenews_block_setting_modal .news_style_field .radio_label .news_style {
		margin-top: 8px;
	}


/* レスポンシブ bootstrap4 v2
----------------------------------------------- */
/* モバイル（xs） iPhone 6,7,8 縦 */
@media (max-width: 575px) {

	.news_style li {
		margin: 0 0 20px 0;	
	}
	.news_style li:last-child {
		margin-bottom: 0;	
	}
		.news_style .news_date {
			display: block;
			padding-bottom: 6px;
		}
		.news_style .news_title {
			display: block;
		}

		/* style6 */
		.news_style li a {
			display: block;
		}
			.news_style6 .news_date {
				margin: 0 0 10px 0;
			}
			.news_style6 .news_title {
				padding: 0 0 0 10px;
				margin: 0;
			}

}
/* モバイル（sm）iPhone 6,7,8 横 */
@media (min-width: 576px) and (max-width: 767px) {
}
/* タブレット（md） iPad 縦 */
@media (min-width: 768px) and (max-width: 991px) {
}
/* タブレット（lg） iPad 横 iPad Pro 縦 */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* PC（xl）iPad Pro 横 */
@media (min-width: 1200px) {
}
