@charset "UTF-8";


ul.wp-block-list {
	list-style: none;
	margin: 30px 0 30px 1em;
	padding: 0;
}
ul.wp-block-list li {
	padding-left: 18px;
	margin-top: 6px;
	position: relative;
}
ul.wp-block-list li:before {
	content: '-';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



h3.wp-block-heading {
	text-align: left;
	font-weight: 600;
	padding-left: 42px;
	position:relative;
}
h3.wp-block-heading::before {
	content: "❖";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #5FB2CD;
}
h4.wp-block-heading {
	text-align: left;
	padding-bottom: 12px;
	border-bottom:solid 2px #ededed;
	position:relative;
}
h4.wp-block-heading::after{
	position:absolute;
	content:"";
	display:block;
	border-bottom:solid 2px #5FB2CD;
	bottom: -2px;
	width: 30%;
}
h5.wp-block-heading {
	text-align: left;
}


.wysiwyg01 {
	padding: 18px;
	    background: #F4F2E6;
}
.wysiwyg01 .wysiwyg01-title {
	margin-bottom: 12px;
}
.wysiwyg01 .wysiwyg01-title span {
	display: inline-block;
    background: #FFF;
    margin: 0 0 0 0;
    padding: 3px 18px 3px 38px;
    border-radius: 40px;
    border: 1px solid #E4DFC2;
	position: relative;
}
.wysiwyg01 .wysiwyg01-title span:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	background: url(../images/common/icon-warning.webp) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.wysiwyg01 ul {
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
}
.wysiwyg01 ul li {
	padding-left: 18px;
	margin-top: 6px;
	position: relative;
}
.wysiwyg01 ul li:before {
	content: '-';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.group_fee-wysiwyg02 {
	margin-left: auto;
    width: calc(100% - 8vw);
}
.group_fee-wysiwyg02 .group_fee-wysiwyg02_fee {
	font-size: 1.1em;
}
.group_fee-wysiwyg02 .group_fee-wysiwyg02_explanation {
	margin-top: 30px;
}
.group_fee-wysiwyg03 {
	margin-left: auto;
    width: calc(100% - 8vw);
}
.group_fee-wysiwyg03 .group_fee-wysiwyg03_fee {
	font-size: 1.1em;
}
.group_fee-wysiwyg03 .group_fee-wysiwyg03_explanation {
	margin-top: 30px;
}
.group_fee-wysiwyg04 {
	margin-left: auto;
    width: calc(100% - 8vw);
}
.group_fee-wysiwyg04 .group_fee-wysiwyg04_fee {
	font-size: 1.1em;
}
.group_fee-wysiwyg04 .group_fee-wysiwyg04_explanation {
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
	ul.wp-block-list li:before,
	.wysiwyg01 ul li:before {
		top: 1em;
	}

	h3.wp-block-heading {
		padding-left: 32px;
	}
	h4.wp-block-heading {
		text-align: left;
		padding-bottom: 12px;
		border-bottom:solid 2px #ededed;
		position:relative;
	}
	h4.wp-block-heading::after{
		width: 26%;
	}
	h5.wp-block-heading {
		text-align: left;
	}
}
