@charset "utf-8";
/*--------------- mainVisual ---------------*/
#mainVisual img {
	display: block;
}
@media screen and (min-width: 768px) {
	#mainVisual img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#mainVisual img {
		width: 100%;
	}
}
/*--------------- Common ---------------*/
h2 {
	color: #64c8e6;
	font-size: 2.2em;
	text-align: center;
	margin: 40px 0;
	font-weight: 700;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.4em;
		margin: 25px 0;
	}
}
/*--------------- Feature ---------------*/
#feature {
	background-color: rgba(100, 200, 230, 0.3);
}
.featureInner {
	background-color: #f5f5f5;
}
.featureInner .photo img {
	width: 100%;
	display: block;
}
.featureInner .text p {
	font-weight: 700;
}
.featureInner .text p .small, .featureInner .text p.cap {
	font-size: 12px;
	font-weight: normal;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.featureInner .text p.cap {
	margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
	#feature {
		padding: 60px 40px;
	}
	.featureInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}
	.featureInner.rowReverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.featureInner .photo {
		width: 50%;
	}
	.featureInner .text {
		width: 50%;
		padding: 0 65px 0 70px;
		box-sizing: border-box;
	}
	.featureInner .text p {
		line-height: 1.8;
		font-size: 1.2em;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.featureInner .text {
		padding: 0 20px 0 25px;
	}
	.featureInner .text p {
		font-size: 1em;
	}
}
@media screen and (max-width: 767px) {
	#feature {
		padding: 20px 20px 1px;
	}
	.featureInner {
		margin: 0 0 20px;
	}
	.featureInner .text {
		padding: 15px 20px 20px;
	}
	.featureInner .text p {
		line-height: 1.6;
		font-size: 0.85em;
	}
}
@media screen and (orientation: landscape) and (max-width: 767px) {
	#feature {
		padding: 20px 15px;
	}
	.featureInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
	}
	.featureInner.rowReverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.featureInner .photo {
		width: 50%;
	}
	.featureInner .text {
		width: 50%;
		box-sizing: border-box;
		padding: 0 15px 0 20px;
	}
	.featureInner .text p {
		line-height: 1.6;
	}
}
/*--------------- Spec ---------------*/
#spec {
	max-width: 980px;
	margin: 0 auto;
}
#spec .itemPhotoContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 20px 60px;
}
#spec .itemPhotoContainer div {
	width: calc((100% - 50px) / 2);
}
#spec .itemPhotoContainer div img {
	width: 100%;
}
#spec h3 {
	font-size: 1.2em;
	font-weight: 700;
	padding: 15px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#spec table {
	width: 100%;
}
#spec th {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	font-weight: 700;
}
#spec td {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	word-break: break-word;
}
@media screen and (min-width: 768px) {
	#spec {
		padding: 1px 40px 60px;
	}
	#spec th {
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	#spec {
		padding: 1px 20px 30px;
	}
	#spec .itemPhotoContainer {
		margin: 0 5px 25px;
	}
	#spec .itemPhotoContainer div {
		width: calc((100% - 20px) / 2);
	}
	#spec h3 {
		padding: 10px 0;
	}
	#spec th {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #f5f5f5;
	}
	#spec td {
		display: block;
		padding: 10px 0 15px;
	}
}
/*--------------- Contact ---------------*/
#contact {
	background-color: rgba(100, 200, 230, 0.1);
	text-align: center;
}
#contact p {
	margin: 0 0 30px;
	font-weight: 700;
	line-height: 1.6;
}
#contact p.small {
	margin: 10px 0 10px;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
}
#contact .btn a {
	display: inline-block;
	background-color: #64c8e6;
	color: #fff;
	text-decoration: none;
	padding: 20px 30px;
	font-size: 1.2em;
}
#contact .note {
	border: 1px solid #CCC;
	background-color: #FFF;
	max-width: 650px;
	margin: 45px auto 0;
	padding: 25px 25px 20px;
	box-sizing: border-box;
}
#contact .note h3 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.4;
}
#contact .note p {
	font-weight: 400;
	margin: 0 0 5px;
	text-align: left;
}
#contact .note p.asterisk {
	text-indent: -1.1em;
	padding-left: 1.1em;
}
@media screen and (min-width: 768px) {
	#contact {
		padding: 1px 0px 55px;
	}
	#contact h2 {
		margin: 50px 0 30px;
	}
}
@media screen and (max-width: 767px) {
	#contact {
		padding: 1px 20px 40px;
	}
	#contact h2 {
		margin: 30px 0 20px;
	}
	#contact p {
		margin: 0 0 20px;
	}
	#contact .note {
		margin: 35px auto 0;
		padding: 20px 15px 15px;
	}
	#contact .note h3 {
		margin: 0 0 15px;
	}
}