@charset "utf-8";
/* CSS Document */
/* パルワンラCPN */
.lp_box{
    text-align: center;
    margin: 0 auto;
	padding: 30px 0 0 0;
}

.lp_bn1{
/*    background-image: url(/img/lp/bn01.png);
        background-size: cover;
        scroll-snap-align: start;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 2% 1%;*/
        overflow: hidden;
/*	height: 342px; */
	max-width: 750px;
    margin: 25px auto 0;
	position: relative;
}
.lp_bn2{
    /*background-image: url(/img/lp/bn02.png);*/
/*        background-size: cover;
        scroll-snap-align: start;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 2% 1%;*/
        overflow: hidden;
/*	height: 347px; */
	max-width: 750px;
    margin: 25px auto 25px;
	position: relative;
}

 .lp_bn_b1{
    position: absolute;
    bottom: 23px;
    right: 30px;
    width: 230px;
	 margin-bottom: 0px;
}
 .lp_bn_b2{
    position: absolute;
    bottom: 23px;
    right: 30px;
    width: 230px;
	 margin-bottom: 0px;
}
.lp_bn_b2:hover{
    opacity: 0.7;  
}
.lp_bn_b1:hover{
    opacity: 0.7;  
}
.lp_box2 a:hover{
    opacity: 0.7;  
}

 .lp_ttl{
    margin: 0 auto;
    text-align: center;
	 padding: 20px 0 0;
}

.lp_box2{
    text-align: center;
    margin: 0 auto;
	padding: 0 0 30px 0;
	display: flex;
	justify-content: center;
	max-width: 800px;
}

.SNSIns{
    text-align: center;
    margin: 25px auto;
	max-width: 300px;
	font-size: 17px;
	font-weight: 600;
}

.SNSIns span{
	font-size: 16px;
}

/* パルモル */
 .features_moru{
    position: relative;
	 max-width: 800px;
    margin: 0 auto;
}
 .moru_bn{
        position: absolute;
    bottom: 60px;
    right: 250px;
    width: 300px;
    text-align: center;
}

/* レビューCPN */

.review_box{
	max-width: 700px;
	font-size: 16px;
	margin: 0 auto;
	padding: 20px 0 50px;
}

.review_box h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin: 10px 0;
    background-color: #f2f2f2;
    padding: 6px 6px 6px 10px;
}

.review_box li {
    list-style-type: disc;
    margin: 0 0 10px 0;
	
}

.review_box ul {
    padding: 0 20px 0 20px;
}

