@charset "utf-8";
/* CSS Document */
/*システム*/
body{
	background: url("../img/tos/header_img.jpg") top center no-repeat;
}
.header img{
	width: 100%;
}
.header1{
	height: 80px;
}

.contact{
	margin: 0 1.0rem 3.0rem;
}
.contact p{
	margin-bottom: 0;
}

h4 {
	font-size: 22px;
	border-bottom: #0E0B53 solid 1px;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
h4 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 16px;
	text-transform: uppercase;
}
h4 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}
h4 i{
	margin-right: 0.5rem;
}

.contents{
	margin: 0 1.0rem;
}
.contents p{
	margin-top: 0.5rem;
	font-size: 0.8rem;
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:769px) {
}
