@charset "UTF-8";
/*!------------------------
 * 新着情報詳細ページ用スタイルシート
 * WordPressのエディターで入力したタグのスタイル
 * /news/
 *------------------------*/
.wysiwyg h4,
.wysiwyg h3,
.wysiwyg h2 {
	margin: 2em 0 .5em;
	font-weight: 500;
}

.wysiwyg h2 {
	font-size: 1.5rem;
}

.wysiwyg h3 {
	font-size: 1.25rem;
}

.wysiwyg h4 {
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.wysiwyg h2 {
		font-size: 2rem;
	}
	.wysiwyg h3 {
		font-size: 1.75rem;
	}
	.wysiwyg h4 {
		font-size: 1.5rem;
	}
}

.wysiwyg q {
	padding: 5px;
	background: #f1f4f6;
}

.wysiwyg dl:not([class]) {
	margin: 0 0 1rem;
}

.wysiwyg dl:not([class]) dt {
	font-weight: 500;
}

.wysiwyg dl:not([class]) dd {
	margin-left: 1em;
}

.wysiwyg table:not([class]) {
	width: 100%;
	margin: 0 0 1rem;
}

.wysiwyg table:not([class]) td,
.wysiwyg table:not([class]) th {
	border: 1px solid #DEDEDE;
	padding: 10px;
}

.wysiwyg table:not([class]) th {
	font-weight: normal;
}

.wysiwyg table:not([class]) thead th, .wysiwyg table:not([class]) thead td {
	background: #0284C7;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.wysiwyg ol:not([class]),
.wysiwyg ul:not([class]) {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1rem;
}

.wysiwyg ol:not([class]) ol,
.wysiwyg ol:not([class]) ul,
.wysiwyg ul:not([class]) ol,
.wysiwyg ul:not([class]) ul {
	margin: 0;
}

.wysiwyg ul:not([class]) > li {
	position: relative;
	padding-left: 1.3em;
}

.wysiwyg ul:not([class]) > li:before {
	position: absolute;
	left: 0;
	content: '・';
}

.wysiwyg ul:not([class]) ul:not([class]) > li:before {
	content: '◻';
}

.wysiwyg ul:not([class]) ul:not([class]) ul:not([class]) > li:before {
	content: '▪';
}

.wysiwyg ol:not([class]) {
	counter-reset: item;
}

.wysiwyg ol:not([class]) > li {
	position: relative;
	padding-left: 1.3em;
}

.wysiwyg ol:not([class]) > li:before {
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "Roboto", sans-serif;
	counter-increment: item;
	content: counter(item) ".";
}

.wysiwyg pre:not([class]),
.wysiwyg address:not([class]),
.wysiwyg blockquote:not([class]) {
	background: #ebeff2;
	padding: 1em;
	margin: 0 0 1rem;
	line-height: 1.8;
}

.wysiwyg pre:not([class]) > *:first-child,
.wysiwyg address:not([class]) > *:first-child,
.wysiwyg blockquote:not([class]) > *:first-child {
	margin-top: 0 !important;
}

.wysiwyg pre:not([class]) > *:last-child,
.wysiwyg address:not([class]) > *:last-child,
.wysiwyg blockquote:not([class]) > *:last-child {
	margin-bottom: 0 !important;
}

.wysiwyg pre:not([class]) {
	line-height: 1.5;
}

.wysiwyg .wp-caption {
	max-width: 100%;
	background: #ebeff2;
	padding: 10px;
	margin: 0 auto 1rem;
}

.wysiwyg .wp-caption-text {
	margin: 5px 0 0;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.wysiwyg .alignnone img,
.wysiwyg img[class*="align"] {
	height: auto;
}

@media (max-width: 767px) {
	.wysiwyg img {
		width: auto;
		height: auto;
	}
	.wysiwyg .aligncenter,
	.wysiwyg .alignright,
	.wysiwyg .alignleft {
		display: block;
		margin: 0 auto 1rem;
	}
}

@media (min-width: 768px) {
	.wysiwyg .alignleft {
		float: left;
		margin: 0 1rem 1rem 0;
	}
	.wysiwyg .alignright {
		float: right;
		margin: 0 0 1rem 1rem;
	}
	.wysiwyg .aligncenter {
		display: block;
		margin: 0 auto;
	}
}
