@charset "utf-8";
/* CSS Document */

#rmsheader_wrap {
	text-align: center;
}

/*-----------------

banner

-------------------*/

.bannerA {
	width: 1024px;
	max-width:100%;
	margin: 10px auto 0;
	text-align: center;
	color:red;
}
.bannerA img{
	width: 90%;
}

.bannerA_sp {
	display: none;
	width: 100%;
}
.bannerA_sp img{
	width: 100%;
}

.bannerTextA {
	width: 1024px;
	max-width:100%;
	margin: 10px auto;
	text-align: center;
	color:black;
	font-weight: bold;
}
@media screen and (max-width:560px){
	
	.bannerA {
		display: none;
	}
	.bannerA_sp {
		display:block;
	}

	.bannerTextA {
		max-width:95%;
	}
}


/* ----------------------------------------------------------------------
LP
---------------------------------------------------------------------- */
#lp_list {
	text-align: left;
	margin: 0 0 0 50px;
	font-size: 35px;
}
#lp_list a{
	text-decoration: underline;
}

#lp_title_box {
	display: block;
	padding: 0 20px;
}
#lp_title_box img{
	width: 100%;
}
.lp_list {
	text-align: left;
	padding: 0 20px;
	color: black;
}
.lp_list dt {
	padding-left:50px;
	font-size: 35px;
	color: #fff;
	line-height: 50px;
	background:url("../img/lp_nenmatu/title_icon.jpg") no-repeat left center;
	background-color: #00886a;
}
.lp_list dt:first-child {
	border-top:none;
	margin-bottom: 20px;
}
.lp_list dt span {
	display:inline-block;
}
.lp_list dd {
	font-size: 16px;
	margin-bottom:20px;
}

.lp_list dd span {
	display:block;
	margin-left:20px;
}
.lp_box_20 {
	display: table;
	margin: 0 auto;
	border: solid 20px darkred;
	padding: 5px 10px;
	text-align: center;
}
.lp_box_10 {
	display: table;
	margin: 0 auto;
	border: solid 10px darkred;
	padding: 5px 40px;
	text-align: center;
}
.lp_box_5 {
	display: table;
	margin: 0 auto;
	border: solid 5px darkred;
	padding: 5px 40px;
	text-align: center;
}


.lp_list img{
	max-width: 100%;;
}

.one {
	font-size: 50px;
	font-weight: bold;
	color: #e21313;
}
.two {
	font-size: 40px;
	font-weight: bold;
	color: darkred;
}
.three {
	font-size: 25px;
	font-weight: bold;
}
.four {
	font-size: 20px;
	font-weight: bold;
}

.center {
	margin: 0 auto;
	text-align: center;
}

/*ラベル*/
.lp_list dt {
	min-height:50px;
	font-size:20px;
	padding-bottom: 0;
	margin-bottom: 0;
}




.rev {
	text-align: center !important;
	margin: 0 auto !important;
}
.rev a {
	border-bottom: none !important;
	padding: 0 !important;
}
.rev a img{
	width: 100% !important;	
	display: block !important;
	float:none !important;
	margin: 0 auto !important;
	max-width: 220px;
}
