@charset "UTF-8";
/*************************
価格表02
 *************************/

/* type */

.t-ttl{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

/* ossm */
.popularity{
	padding:40px 30px 30px;
	background:#f0efe8;
}

.packbox{
	background:#fff;
	padding:30px;
	margin-bottom:50px;
}

.contents_box .packbox:last-child{
	margin-bottom:0;
}

.po-ttl{
	font-size:18px;
	font-weight:bold;
	color:#7bac2f;
	line-height:1.3;
	margin-bottom:20px;
}

.po-detail{
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
}

.po-caption .po-detail:last-of-type{
	margin-bottom:30px;
}

.po-area{
	font-size:16px;
	font-weight:bold;
}

.po-area span{
	font-weight:bold;
	font-size:16px;
}

.po-price{
	text-align:right;
}

.po-price span{
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
}


@media screen and (min-width:641px){

.typebox{
	float:left;
	width:32%;
	margin-right:2%;
}

.float .typebox:last-child{
	margin-right:0;
}

.typebox > figure{
	margin-bottom:15px;
}

.t-minibox figure{
	float:left;
	width:30%;
	margin-right:4%;
}

.t-minibox .t-caption{
	float:left;
	width:66%;
}

.po-img{
	float:right;
	width:35%;
}

.po-caption{
	float:right;
	width:60%;
	margin-right:5%;
}

.po-area{
	float:left;
	width:48%;
	margin-right:4%;
	padding-top: 10px;
}

.po-price{
	float:left;
	width:48%;
}	margin-right:4%;

}

@media screen and (max-width:640px){

.typebox{
	margin-bottom:30px;
}

.typebox figure{
	margin-bottom:15px;
}

.float .typebox:last-child{
	margin-bottom:0;
}

.popularity{
	padding:20px;
}

.packbox{
	padding:30px 20px 20px;
	margin-bottom:50px;
}

.po-img{
	text-align:center;
	margin-bottom:30px;
}

.po-ttl{
	font-size:16px;
}

.po-ttl br{
	display:none;
}

.po-area{
	margin-bottom:10px;
}

.po-price span{
	font-size:18px;
}

}