@charset "euc-jp";

h3 {
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
	font-size: 1rem;
}

p {
	margin-bottom: 3rem;
	letter-spacing: 0.1rem;
}

.other_title {
	text-align: center;
	font-size: 1.25rem;
	border-bottom: 1px solid #575757;
	margin-bottom: 2rem;
	margin-top: 20px;
	padding-bottom: 1rem;
	letter-spacing: 0.10rem;
	font-weight: 500;	
}

@media (max-width: 480px) {
	
.other_title {
	text-align: center;
	font-size: .9rem;
	border-bottom: 1px solid #575757;
	margin-bottom: 2rem;
	margin-top: 20px;
	padding-bottom: 1rem;
	letter-spacing: 0.10rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	}
.mobile_wrapper {
	width: 95%;
	margin-left: auto;
	margin-right: auto;

}
	
}
