@charset "utf-8";
/* CSS Document */


/*========================
         大口注文
========================*/
/*.heading1 {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    border-left: unset;
    margin: 0 0 15px;
    line-height: 1.6;
}*/

.point_summary{
	width: 800px;
	background-color: #EDEDED;
	padding: 15px;
	margin: 30px auto;
}
.point_summary_p{
	margin: 0 0 25px 0;
}
.point_summary_p:last-of-type{
	margin: 0;
}

.point_btn{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 300px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    /*font-weight: bold;*/
	/*border: solid 1px #192c56;*/
    background-color: #192c56;
	color: #fff;
	transition: 0.4s;
}
.point_btn:hover,
.point_btn:active{
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}
.point_btn:visited{
	opacity: 1.0;
	color: #fff;
	text-decoration: none;
}
.point_note {
    width: 800px;
    margin: 0 auto;
    font-size: 1.3rem;
    text-align: center;
}


@media screen and (max-width:680px){
	.point_summary{
		width: 100%;
	}
	.point_btn{
		width: 80%;
	}
	.point_note{
		width: 100%;
	}
	
	
}






