@charset "UTF-8";
/* CSS Document */

.gmenu {
	display: none;
}

.area1 {
	background: #f7e9d6;
	padding: 26px 0;
}

.area1 .pc {
	display: none;
}

.area1 .mobile {
	width: 90%;
	max-width: 420px;
	margin: 10px auto 0;
}

.area1 .mobile ul li:nth-child(n + 2) {
	margin-top: 18px
}

.area1 img {
	opacity: 1;
	transition: opacity 0.5s linear 0s;
	-webkit-transition: opacity 0.5s linear 0s;
	-ms-transition: opacity 0.5s linear 0s;
	-moz-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
}

.area1 img:hover {
	opacity: 0.8;
}

.area1 p {
	font-size: 1.2rem;
	margin-top: 3px
}

.area1 p a {
	color: #6c5d55;
	text-decoration: none;
}

.area2 {
	padding: 26px 0;
}
	
.area2 article {
	width: 90%;
	max-width: 670px;
	margin: auto;
}

h3 {
	position: relative;
	font-size: 2.0rem;
	color: #0b2f80;
	padding-left: 25px;
}

h3::before {
	position: absolute;
	left: 0;
	bottom: 5px;
	content: url(../../img/common/var_mini.png);
}

.photo {
	max-width: 360px;
	margin: 16px auto;
}

.copy li:nth-child(-n + 3) {
	text-indent: 1em;
}

.copy li:last-child {
	font-size: 2.0rem;
	text-align: right;
}

.copy li:last-child span {
	font-size: 0.8em;
}

.last_margin {
	height: 20px;
}

@media (min-width: 320px){
	
} /*iPhone 5*/

@media (min-width: 375px){
	
} /*iPhone 7*/

@media (min-width: 414px){	
	
} /*iPhone 7 Plus*/

@media (min-width: 600px){
	
} /*Nexus 7*/

@media (min-width: 768px){
	.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;
	}
	
} /*iPad*/

@media (min-width: 960px){
	.last_margin {
		height: 50px;
	}
} /*Minimum size PC*/

@media (min-width: 1024px){
} /*Basic PC*/