@charset "utf-8";

#main h2#page_ttl{
background:#8F68B4;
}

.ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	    margin-bottom: 30px;
}

.ttl::before,
.ttl::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #e3bf00;
}

.ttl::before {
	margin-right: 20px;
}
.ttl::after {
	margin-left: 20px;
}

@media screen and (max-width:767px){
.ttl {
    line-height: 1.2em;
	    font-size: 24px;
}
}

.comment {
    margin-bottom: 60px;
}

.point {
    margin-bottom: 10px;
}

.point strong{
    background: #eb1515;
    color: #fff;
    padding: 4px;
}

.point_text{
    padding: 10px;
    background: #fff9d0;
    border-radius: 10px;
}