@charset "utf-8";

#lp section{
	width: 836px;
	padding: 0 82px;
}

#lp .content{
	padding: 45px 0 45px;
	margin: 0;
}

#lp h2{

	font-size:2.4rem;
	font-weight:bold;
	border-left:8px solid #69F;
	padding-left:8px;
	text-align:left;
	line-height:1.6em;
	margin-bottom: 30px;
}
#lp .point{
	font-size: 1.8rem;
	padding: 0.2em 2.0em;
	color: #fff;
	background: #c11920;
	display: inline;
}


#lp .txt{
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 2.0em;
}

#lp .cap{
	font-size: 1.2rem;
	text-align: right;
}

#lp .image{
	text-align: center;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



#lp .read{
	font-size: 2.8rem;
	line-height: 1.8em;
	margin-top: 40px;
	font-weight: bold;
}


#lp .read .enclose{
	font-size: 2.0rem;
	line-height: 1.8em;
	font-weight: normal;
	border: 2px solid #c11920;
	border-radius: 10px;
	padding: 0 0.5em;
	margin: 0 0.3em;
}

#lp .sample{
	margin-top: 30px;
	padding: 20px;
}



#lp h3{
	font-size: 2.4rem;
	line-height: 1.6em;
	margin-bottom: 10px;
	color: #c11920;
}
#lp h3 span{
	font-size: 1.8rem;
	padding: 0 0.3em;
	color: #fff;
	background: #c11920;
}

#lp h4{
	font-size: 1.6rem;
	line-height: 13px;
	margin-top: 30px;
	border-left: 13px solid #c11920;
	padding-left: 0.5em;
}

#lp .sample .image{
	width: 100%;
	height: auto;
}

#lp .mail{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 30px;
	border: 3px solid #c11920;
	border-radius: 20px;
	padding: 20px;
	
}

#lp .mail .txt{
	font-size: 1.8rem;
	margin-bottom: 0;
}

#lp .mail a{
	color: #c11920;
}




@media(max-width:768px) {

#lp h2{
	font-size:2.2rem;
}
#lp .point{
	padding: 0.2em 1.0em;
	display: inline-block;
}


#lp .txt{
	font-size: 1.6rem;
}


#lp .image img{
	width: 100%;
}

#lp .read{
	font-size: 2.0rem;
}


#lp .read .enclose{
	font-size: 1.6rem;
}

#lp .sample{
	margin-top: 30px;
	padding: 20px;
}



#lp h3{
	font-size: 2.0rem;
	line-height: 1.6em;
	margin-bottom: 10px;
	color: #c11920;
}
#lp h3 span{
	font-size: 1.4rem;
}

#lp h4{
	font-size: 1.6rem;
	line-height: 1.4em;
	border-left: 5px solid #c11920;
}
#lp .sample{
	width: 100%;
	padding: 0;
}
#lp .sample .image{
	width: 100%;
	height: auto;
}

#lp .mail{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 30px;
	border: 3px solid #c11920;
	border-radius: 20px;
	padding: 20px;
	
}

#lp .mail .txt{
	font-size: 1.8rem;
	margin-bottom: 0;
}

#lp .mail a{
	color: #c11920;
}
}