@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
	font-family: 'icon2';
	src: url('../fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
 }
.page [class^="icon-"], .page [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icon2' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page .icon-arrow-down:before {
	content: "\e900";
}
.page .icon-arrow-next:before {
	content: "\e901";
}
.page .icon-arrow-prev:before {
	content: "\e902";
}
.page .icon-arrow-up:before {
	content: "\e903";
}
.page .icon-pdf:before {
	content: "\e904";
}
.page .icon-phone:before {
	content: "\e905";
}

/*============================================================
	PAGE
*/
.page {
	padding: 0 0 120px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.content {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 900px;
	font-size: 13px;
	line-height: 1.6;
}
/**/
@media screen and (max-width:820px) {
	.page {
		padding: 0 0 50px 0;
	}
	.content {
		padding: 0 10px;
		font-size: 12px;
	}
}

/*============================================================
	MAIN
*/
.main {
	height: 300px;
	background-position: 50% 50%;
	background-image: url('../img/kv-pc.jpg');
	background-size: cover;
}
/**/
@media screen and (max-width:820px) {
	.main {
		height: 150px;
		background-image: url('../img/kv-sp.jpg');
	}
}

/*============================================================
	HEADLINE
*/
.headline {
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
	text-align: center;
}
.headline h2 {
	font-size: 48px;
	line-height: 1.1;
}
.headline h3 {
	margin: 30px 0 0 0;
	font-size: 24px;
	line-height: 1.1;
}
/**/
@media screen and (max-width:820px) {
	.headline {
		margin: 0 0 30px 0;
		padding: 30px 0 0 0;
	}
	.headline h2 {
		font-size: 30px;
	}
	.headline h3 {
		margin: 15px 0 0 0;
		font-size: 16px;
	}
}

/*============================================================
	AREA
*/
.area {

}
.area table {
	width: 100%;
	border-bottom: 2px solid #ccc;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
.area table .list th {
	padding: 15px 0;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
/**/
@media screen and (max-width:820px) {
	.area table .list th {
		padding: 10px 0;
	}
}

/*============================================================
	HEADING
*/
.heading {
	margin: 30px 0 10px 0;
	text-align: center;
	font-size: 20px;
}
/**/
@media screen and (max-width:820px) {
	.heading {
		margin: 20px 0 5px 0;
		font-size: 18px;
	}
}

/*============================================================
	PRICE
*/
.price {

}
.price table {
	width: 100%;
	text-align: center;
}
.price table td {
	padding: 20px 5px;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.price table td span {
	display: inline-block;
}
.price table tr:nth-child(even) td {
	background-color: #f7f7f7;
}
/**/
@media screen and (max-width:820px) {
	.price table td {
		padding: 12px 2px;
	}
}

/*============================================================
	NOTES
*/
.notes {
	margin: 20px 0 0 0;
	font-size: 12px;
}
.notes ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/*============================================================
	FOOT
*/
.foot {
	margin: 40px 0 0 0;
	text-align: center;
	font-size: 14px;
}
.foot a {
	transition: color 0.3s ease 0s;
}
.foot a:hover {
	color: #c00;
}
.foot a i {
	position: relative;
	top: 1px;
	padding: 0 0 0 2px;
}