@charset "UTF-8";


.about img,
.point img{
	border-radius: 8px;
}

/*------概要------*/


.about > tbody > tr >th {
    background: #2e4c3b;
	color:#fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	width: 30%;
}

.about > tbody > tr > td{
    border-top: 1px solid #d9d9d9;
	font-size: 14px;
}

.attention h3{
	color: #d73e4b;
}

.attention .bk-pink{
	background: #fdedee;
	padding: 30px;
	border-radius: 6px;
}

.point h4 {
	border-bottom: #dc3e4b 2px solid;
}

.point h4 br{
	display: none;
}

.point h4 span{
	font-size: 12px;
    margin-right: 10px;
}

@media (max-width: 767px) {
	.point h4{
		font-size: 17px;
	}
	.point h4 br{
		display: inherit;
	}
	.point .offset-top-40{
		margin-top: 0!important;
	} 
	.point .section-50{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}