@charset "UTF-8";

section {
	position: relative;
}

section .sec-logo {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 4vw;
	transform: translateY(-50%);
}
section .sec-logo img {
	width: 100%;
}

#mainv {
	color: #fff;
	height: 60.8vw;
	background: url(../images/main_p_01.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 6.25vw;
}
#mainv a {
	color: #000;
	text-decoration: none;
}
#mainv nav span {
	color: #000;
}

#mainv h1 {
	color: #fff;
	margin: 20vw 0 0 13%;
}
#intro {
	background: url(../images/intro_p_01.jpg) no-repeat center top;
	background-size: cover;
	padding: 3.5vw 0 10vw;
	position: relative;
}
#intro .subContents {
	text-align: center;
}
#intro .catch {
	font-size: 2.14rem;
	margin: 0 0 20px;
}
#intro p {
	line-height: 2.28;
}
#intro .emp {
	margin: 30px 0 0 0;
	text-align: center;
}
#intro .emp span {
	color: #174e9d;
	font-size: 1.28rem;
	border: solid 1px #174e9d;
	padding: 5px 4em;
	display: inline-block;
}

#price .subContents {
	width: 62.5vw;
}
#price .subContents h2 {
	font-size: 5.71rem;
	text-align: center;
	margin: -9vw 0 0;
}
#price .subContents h2 em {
	font-size: 125%;
	font-style: normal;
}
#price .subContents h3 {
	text-align: center;
	margin: 0 0 30px;
}
#price .subContents h3 span {
	font-size: 1.57rem;
	font-weight: bold;
	border-bottom: solid 3px #174e90;
	padding: 0 2em 10px;
}
#price .subContents dl.bui {
	margin: 0 0 50px;
}
#price .subContents dl.bui dt {
	font-size: 1.357rem;
	padding-top: .7em;
	float: left;
}
#price .subContents dl.bui dd {
	border-bottom: solid 1px #000;
	padding: 1.5em 0 1.5em 20em;
}

#price .subContents table {
	width: 100%;
	margin: 60px 0 0 0;
}
#price .subContents table th,
#price .subContents table td {
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #000;
	padding: 10px 30px;
}
#price .subContents table th {
	color: #fff;
	background: #174e90;
}
#price .subContents table tr th:nth-child(2) { text-align: right; }
#price .subContents table tr th:nth-child(3) { text-align: right; }
#price .subContents table tr td:nth-child(2) { width: 25%; text-align: right; }
#price .subContents table tr td:nth-child(3) { width: 25%; text-align: right; }

#price .subContents .note {
	margin: 10px 0 0 30px;
}




/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:799px) {

	section .sec-logo {
		display: none;
	}

	#mainv {
		height: 135vw;
		background-image: url(../images/main_p_01_sp.jpg);
		padding-top: 5vw;
	}
	#mainv h1 {
		margin: 70vw 0 0 0;
	}
	#intro {
		height: auto;
		background: url(../images/intro_p_01_sp.jpg) no-repeat center top;
		background-size: cover;
		padding: 5vw 0;
	}
	#intro .subContents {
		text-align: left;
	}
	#intro .catch {
		font-size: 1.6rem;
		margin: 0 0 2vw;
	}
	#intro p {
		line-height: 2.1;
	}
	#intro .emp {
		margin: 15px 0 0 0;
	}
	#intro .emp span {
		font-size: 1.1rem;
		padding: 5px 3em;
	}

	#price {
		padding: 5vw 0 10vw 0;
	}
	#price .subContents {
		width: 92vw;
	}
	#price .subContents h2 {
		font-size: 12vw;
		margin: 0;
	}
	#price .subContents h2 em {
	}
	#price .subContents h3 {
		margin: 0 0 20px;
	}
	#price .subContents h3 span {
		font-size: 1.2rem;
	}
	#price .subContents dl.bui {
		width: 100vw;
		margin: 0 -4vw 6vw;
	}
	#price .subContents dl.bui dt {
		font-size: 1.2rem;
		padding: 0 0 0 4vw;
		float: none;
	}
	#price .subContents dl.bui dd {
		margin: 0 0 1.5em;
		padding: 0 4vw 1.5em;
	}

	#price .subContents table {
		width: 100vw;
		margin: 5vw -4vw 0;
	}
	#price .subContents table th,
	#price .subContents table td {
		font-size: .857rem;
		line-height: 1.6;
		padding: 5px 10px;
	}
	#price .subContents table th {
	}
	#price .subContents table tr th:nth-child(2) { }
	#price .subContents table tr th:nth-child(3) { }
	#price .subContents table tr td:nth-child(2) { width: 25%; white-space: nowrap; }
	#price .subContents table tr td:nth-child(3) { width: 25%; white-space: nowrap; }

	#price .subContents .note {
		font-size: .857rem;
		margin: 10px 0 0;
	}


}

