.two_column_text h5 {
	font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

@media screen and (max-width: 640px) {
    .two_column_text h5 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        font-weight: 400;
    }
    .pc {
        display: none;
    }
}

hr.sline {
	max-width: 1520px;
	width: calc(100% - 80px);
	border: none;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px solid #b3b3b3;
	margin: 40px auto 30px;
}

