@charset "utf-8";

/*=====================================

lp.css

=====================================*/

#lp {
	line-height: 1.5;
	font-size:18px;
}
#lp .pageContainer{
  margin-top:-20px;
}
#lp h3 {
	font-size:40px;
	font-weight:bold;
	margin-top:50px;
}
#lp h4 {
  margin-top:60px;
  font-weight: bold;
  color: #777777;
}

/*#lp table */
#lp .pageContainer .lpPrice {
	font-size:14px;
	margin-bottom:30px;
	list-style-type:disc;
	padding-left: 20px;
}
#lp .pageContainer .price {
	font-size:24px;
	font-weight:bold;
	color:#d50055;
}
#lp .pageContainer .priceInhouse {
	font-size:24px;
	font-weight:bold;
	color:#00B1FF;
}
#lp .pageContainer .imgContact {
	margin: 50px 0 auto;
	width:700px;
}
#lp .lpFaq dt {
	position: relative;
	padding: 0 0 0 30px;
}
#lp .lpFaq dd {
	position: relative;
	padding: 0 0 20px 30px;
}
#lp .lpFaq em {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
#lp .lpFaq dt em {
	color: #00b7f5;
}
#lp .lpFaq dd em {
	color: #f93894;
}
#lp .lpCompany th {
	width: 130px;
	text-align: left;
	vertical-align: top;
}
#lp .lpMap iframe {
	border: none;
}



/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 781px) {

a,
a img,
img {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
}


}





/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 780px) {

body {
	min-width: inherit;
	font-size: 14px;
}
.headerInner {
	width: auto;
}
#header h1,
#header.headerFixed h1 {
	width: 60px;
	height: 35px;
	padding: 7px 0 0 5px;
}
#lp .pageContainer {
	width: auto;
}
#lp .pageContainer section {
	padding: 0 10px 35px 10px;
}
#lp #scrollTop a {
	right: 10px;
	bottom: 10px;
	padding: 15px 0 0 0;
	font-size: 12px;
	background: url(/common/images/scrolltop.png) no-repeat center top;
	background-size: 15px 8px;
}
#lp .footerInner {
	width: auto;
	padding: 10px 0;
}
#lp .footerNav {
	padding: 0;
}
#lp .footerLink {
	padding: 0 10px;
}
#lp .footerLink dl {
	float: none;
	width: auto;
	padding: 0 0 20px 0;
}
#lp .footerLink dl:after {
	clear: both;
	display: block;
	content: "";
}
#lp .footerLink dl dt {
	float: none;
	width: auto;
	padding: 0 0 10px 0;
	text-align: left;
}
#lp .footerLink dl dt img {
	width: 55px;
	vertical-align: middle;
}
#lp .footerLink dl dt p {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: middle;
}
#lp .footerLink dl dd {
	float: none;
	width: auto;
	padding: 0;
}
#lp .footerLink dl dd ul li a em {
	font-size: 14px;
}
#lp .footerCopyright {
	font-size: 12px;
}
#lp .footerLogo {
	padding: 0;
	text-align: center;
}
#lp .footerLogo img {
	width: 100px;
}

#lp .imgC,
#lp .imgL {
	float: none;
	min-width: inherit;
	padding: 0 0 10px 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#lp .imgC img,
#lp .imgL img {
	max-width: inherit;
}



#lp {
	font-size: 14px;
}
#lp .pageContainer .imgContact {
	width: 90%;
	margin: 20px 0 auto;
}
#lp h3 {
	margin-top: 25px;
	font-size: 24px;
}
#lp h4 {
	margin-top: 30px;
	font-size: 16px;
}
#lp .pageContainer .sectionRow strong span {
	font-size: 18px !important;
}
#lp .lpMap {
	position: relative;
	padding-bottom: 62.5%;
	height: 0;
	overflow: hidden;
}
#lp .lpMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lp .lpCompany th {
	display: block;
	width: auto;
}
#lp .lpCompany td {
	display: block;
	width: auto;
	padding: 0 0 20px 0;
}

}




