/*段落-大*/
article h3,
.paragraph_title,
.is-style-paragraph_title{
    margin-top: 36px;
    font-size: 21px;
    line-height: 36px;
    font-weight: bold;
    border-bottom: solid 1px #eee;
	margin-bottom:18px;
	color:#3cacb9;
}
article h3:before,
.paragraph_title,
.is-style-paragraph_title{
	content:'■';
}
/*段落-中*/
.pharagraph_circle,
.is-style-pharagraph_circle{
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 18px;
    font-weight: bold;
	display: list-item;
	list-style: disc inside;
}
/*段落-小*/
article h4,
.pharagraph_separator,
.is-style-pharagraph_separator {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 18px;
    font-weight: bold;
}