/*==================================
maincontants
==================================*/
.section p {
	margin: 0 0 10px 0; 
}

/*:: POINT_CARD :::::::::::::::::::::::*/
/*
.right_no_margin {
	margin-right: 0 !important; 
}
*/

.section .point_item_area .point_item_box {
	width: 320px;
	height: auto;
	float: left;
	margin: 0 auto;
	border: 1px solid #666;
	box-sizing: border-box;
	z-index: 100; 
	margin-bottom: 25px;
	margin-right: 60px;
}
.section .point_item_area>div:nth-child(2n){
	margin-right: 0;
}

.section .point_item_area a{
	text-decoration: none;
	display: block;
	height: auto;
}


.section .pointItemArea__3col .pointItemBox {
	width: 224px;
	height: 340px;
	float: left;
	margin: 0 14px 20px 0;
	border: 1px solid #666;
	box-sizing: border-box;
	z-index: 100; 
}


.section .point_item_area h3 ,
.section .pointItemArea__3col h3 {
	margin: 0;
	width: 100%;
	text-align: center;
	background-color: #004098;
	line-height: 30px;
	color: #ffdd3d;
	font-size: 24px;
	padding: 10px 0; 
	font-weight: bold; 
}
/*  .section .point_item_area h3 span ,
  .section .pointItemArea__3col h3 span {
		color: #ffdd3d;
		font-size: 23px;		
}*/

.section .point_item_area .item_img ,
.section .pointItemArea__3col .item_img {
	text-align: center; 
}
.section .point_item_area .item_img img ,
.section .pointItemArea__3col .item_img img {
	z-index: -10; 
}
.section .point_item_area h2 ,
.section .pointItemArea__3col h2 {
	padding: 0 5px 5px 5px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold; 
	text-align: center;
	margin: 10px auto;
}
.section .point_item_area p.brand ,
.section .pointItemArea__3col p.brand {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding-left: 5px; 
}
.section .point_item_area p.kikaku ,
.section .pointItemArea__3col p.kikaku {
	font-size: 12px;
	padding-left: 5px; 
}
.section .point_item_area .kuhaku ,
.section .pointItemArea__3col .kuhaku {
	border: none; 
}

.point_item_area ul.nabelist {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.point_item_area ul.nabelist>li{
	list-style: none;
	width: 320px;
	margin-right: 60px;
	float: left;
}

/*.point_item_area ul.nabelist{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 20px;
}

.point_item_area ul.nabelist>li{
	list-style: none;
	width:  49%;
	margin-right: 2%;
	float: left;
}*/

.point_item_area ul.nabelist>li:nth-child(2n){
	margin-right: 0;
}

.point_item_area ul.nabelist>li>img{
	max-width: 320px;
}
.lastbox{
	margin-right: 0 !important;
}