@charset "utf-8";
#page-about .ttl-tline {
	color: #f26968;
	font-size: 20px;
	padding-top: 0;
	text-align: center;
	padding-bottom: 20px;
	border-width: 0;
	/* border-top:5px solid; */
	border-bottom:5px solid;
	border-top-color: #f26968;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 30px;
}
.contact_second{
	border-top:5px solid #f26968;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 90%;
}
#page-about .inner .terms .textbox p .br_sp{
        display:none;
}

@media screen and (max-width: 768px) {
#page-about .ttl-tline {
	border-bottom:4px solid;
	margin-bottom: 20px;
}
#page-about .inner .terms .textbox p .br_sp{
        display:block;
}
#page-about .inner .terms .textbox p a{
       color: #f26968;
}
}