@charset "utf-8";

.wp-block-heading {
	font-family: 'ShipporiMincho', serif;
	line-height: 1.2;
}
.wp-block-heading:first-child {
	margin-top: 0;
}
h2.wp-block-heading {
	text-align: left;
	padding-left: 52px;
	margin: 45px 0;
	color: #0B7373;
	position: relative;
}
h2.wp-block-heading:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/common/mark.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 45px;
	height: 45px;
}
h2.wp-block-heading:first-child {
	margin-top: 0;
}
h3.wp-block-heading {
	text-align: left;
	margin: 45px 0;
	padding-left: 0.7em;
	position: relative;
}
h3.wp-block-heading::after {
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	width: 2px;
	height: 100%;
	background-color: #0B7373;
}
h4.wp-block-heading {
	text-align: left;
	margin: 30px 0;
	padding: 18px 30px;
	background: #F5FAF9;
}
h5.wp-block-heading {
	text-align: left;
	padding-bottom: 18px;
	color: #0B7373;
	border-bottom: 3px dotted #0B7373;
	margin: 30px 0;
}
h6.wp-block-heading {
	text-align: left;
	padding-left: 30px;
	margin: 30px 0;
	color: #0B7373;
	position: relative;
}
h6.wp-block-heading:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #0B7373;
	width: 18px;
	height: 18px;
}

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

	/* ページ内 */
	h2.wp-block-heading {
		font-size: 2rem;
	}
	h3.wp-block-heading {
		font-size: 1.6rem;
	}
	h4.wp-block-heading {}
	h5.wp-block-heading {}
	h6.wp-block-heading {}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {

	/* ページ内 */
	h2.wp-block-heading {
		font-size: 1.6rem;
		padding-left: 46px;
	}
	h2.wp-block-heading:before {
		width: 38px;
		height: 38px;
	}
	h3.wp-block-heading {
		font-size: 1.3rem;
		margin: 30px 0;
	}
	h4.wp-block-heading {
		font-size: 1.3rem;
	}
	h5.wp-block-heading {}
	h6.wp-block-heading {}
}
@media screen and (max-width: 430px) {

	/* ページ内 */
	h2.wp-block-heading {
		font-size: 1.5rem;
		padding-left: 42px;
	}
	h2.wp-block-heading:before {
		width: 32px;
		height: 32px;
	}
	h3.wp-block-heading {
		font-size: 1.2rem;
	}
	h4.wp-block-heading {
		font-size: 1rem;
		padding: 18px;
	}
	h5.wp-block-heading {
		padding: 18px 18px;
	}
	h6.wp-block-heading {}
}
@media screen and (max-width: 320px) {

	/* ページ内 */
	h2.wp-block-heading {
		font-size: 1.1rem;
		padding-left: 34px;
	}
	h2.wp-block-heading:before {
		width: 26px;
		height: 26px;
	}
	h3.wp-block-heading {
		font-size: 1rem;
	}
	h4.wp-block-heading {}
	h5.wp-block-heading {
		padding: 12px 12px;
	}
	h6.wp-block-heading {}
}


.wp-block-title {
	scroll-behavior: smooth;
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
}

/* テキストブロックのスタイリング */
.wp-block-paragraph {
	font-size: 1rem;
	line-height: 1.6;
	text-indent: 1rem;
}

/* 画像の中央寄せ・左寄せ・右寄せ */
.wp-block-image img {
	max-width: 100%;
	height: auto;
}
figure.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
figure.alignleft {
	float: left;
	margin: 1rem 2rem 2rem 0;
}
figure.alignright {
	float: right;
	margin: 1rem 0 2rem 2rem;
}

/* クォート */
.wp-block-quote {
	border-left: 2px solid #ddd;
	padding-left: 10px;
	font-style: italic;
}
.wp-block-quote cite {
	display: block;
	text-align: right;
	font-size: smaller;
}

/* カラムブロックのスタイリング */
.wp-block-embed {
	max-width: 100%;
}

/*リスト*/
.wp_contents ol,
.wp_contents ul {
	margin: 0 0 30px;
	padding: 0 0 0 2em;
}
.wp_contents ol li,
.wp_contents ul li {
	margin-top: 9px;
}
.wp_contents ol ol,
.wp_contents ol ul,
.wp_contents ul ul,
.wp_contents ul ol {
	margin: 0 0 12px;
	padding: 0 0 0 2em;
}


/*連番*/
.wp_contents ol {}
.wp_contents ol li {
	line-height: 30px;
	margin: 9px 0 0 34px;
	padding-left: 10px;
	position:relative;
}
.wp_contents ol li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -32px;
	width: 30px;
	height: 30px;
	background: #F8F1F4;
	text-align: center;
	z-index: -1;
}
.wp_contents ol ul li,
.wp_contents ol ol li {
	margin: 9px 0 0 0;
}
.wp_contents ol ul li:before,
.wp_contents ol ol li:before {
	content: none;
}

@media screen and (max-width: 560px) {
	.wp_contents ol,
	.wp_contents ul {
		padding: 0 0 0 1em;
	}
	.wp_contents ol ol,
	.wp_contents ol ul,
	.wp_contents ul ul,
	.wp_contents ul ol {
		padding: 0 0 0 0;
	}
}


/*YouTube埋め込み*/
.youtube {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*通常のリスト*/
.single_contents ul {
	list-style: disc;
	margin: 0 0 30px 1em;
	padding: 0;
}
.single_contents ul li {
	margin-top: 8px;
}
.single_contents ol {
	list-style: decimal;
	margin: 0 0 30px 1em;
	padding: 0;
}
.single_contents ol li {
	margin-top: 8px;
}

/*固定ページのリスト*/
ul.wp-block-page-list {
	list-style: none;
	margin: -12px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
ul.wp-block-page-list li {
	padding-left: 20px;
	margin: 12px 12px 0;
	position: relative;
}
ul.wp-block-page-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon_arrowR.png) no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
}

@media screen and (max-width: 768px) {
	ul.wp-block-page-list {
		justify-content: flex-start;
	}
	ul.wp-block-page-list li {
		margin: 12px 18px 0 0;
	}
}
@media screen and (max-width: 560px) {
	ul.wp-block-page-list {
		margin: -18px 0 0;
		justify-content: flex-start;
	}
	ul.wp-block-page-list li {
		margin: 18px 30px 0 0;
	}
}
@media screen and (max-width: 430px) {
	ul.wp-block-page-list li {
		padding-left: 16px;
	}
	ul.wp-block-page-list li:before {
		width: 12px;
		height: 12px;
	}
}

/*ボックス */
.wp_contents .box {
	background: #F8F1F4;
	padding: 30px;
}
.wp_contents .boxB {
	background: #F2F3F7;
	padding: 30px;
}

@media screen and (max-width: 430px) {
	.wp_contents .box,
	.wp_contents .boxB {
		padding: 20px;
	}
}

/*テーブル*/
.wp_contents table {
	margin: 30px 0;
}
.wp_contents figcaption {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 12px;
}

/* Flexible Table
 * **********************************/

figure.wp-block-flexible-table-block-table {
	margin-bottom: 30px;
}
figure.wp-block-flexible-table-block-table table {
	
}
figure.wp-block-flexible-table-block-table table th {
	padding: 12px !important;
}
figure.wp-block-flexible-table-block-table table td {
	padding: 12px !important;
}


/* ボタン */
a.wp-block-button__link.wp-element-button {
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}


/*記述リスト*/
.dl_group {
	margin: 30px 0;
	padding: 60px;
	background: #F8F1F4;
}
.dl_group dl {
	width:100%;
}
.dl_group dl div {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	padding: 5px 0;
}
.dl_group dl div::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #000;
}
.dl_group dl dt{
	margin:0;
	padding: 0 9px 0 0;
	background-color: #F8F1F4;
	font-weight: bold;
	z-index: 2;
	text-align: left;
}
.dl_group dl dd{
	margin:0;
	padding: 0 0 0 9px;
	background-color: #F8F1F4;
	z-index: 2;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.dl_group {
		padding: 45px;
	}
}
@media screen and (max-width: 560px) {
	.dl_group {
		padding: 30px;
	}
	.dl_group dl div {
		border-bottom: 1px dotted #999;
	}
	.dl_group dl div:first-child {
		border-top: 1px dotted #999;
	}
	.dl_group dl div::after {
		content: none;
	}
}
@media screen and (max-width: 430px) {
	.dl_group {
		padding: 20px;
	}
	.dl_group dl div {
		flex-direction: column;
	}
}
