@charset "UTF-8";

/* CSS Document */

@media print {
body {
	width: 1024px;
}
.gmenu {
	display: block;
}
.area1 {
	padding: 50px 0;
}
.area1 .mobile {
	display: none;
}
.area1 .pc {
	display: block;
	width: 95%;
	max-width: 945px;
	margin: auto;
}
.area1 .pc ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
}
.area1 .pc ul li {
	width: 31.2169312%;
}
.area2 {
	padding: 40px 0 50px;
}
h3 {
	position: relative;
	font-size: 2.5rem;
	color: #0b2f80;
	padding-left: 30px;
}
h3::before {
	position: absolute;
	left: 0;
	bottom: 7px;
	content: url(../../img/common/var.png);
}
.photo {
	margin: 35px auto;
}
.copy {
	line-height: 2;
}
.last_margin {
	height: 50px;
}
}
