@charset "UTF-8";
/* CSS Document */
/* privacyArea */
.priceArea{
	height:auto;
	padding-bottom: 150px;
}
.priceArea .inner{
  max-width:1100px;
  padding-right: 0;
  padding-left: 0;
}
.priceArea .inner h3 {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.priceArea .inner h3:not(:first-of-type) {
	margin-top: 50px;
}
.priceArea .inner h3:nth-of-type(1) {
    color: #D43446;
}
.priceArea .inner h3:nth-of-type(2){
    color: #00ABE3;
}
.priceArea .inner h3:nth-of-type(3) {
    color: #85B200;
}
.priceArea .inner h3:nth-of-type(4){
    color: #854D97;
}
.priceArea .inner h3:nth-of-type(5){
    color: #FFA64D;
}

.priceArea .inner h3:nth-of-type(1) span {
    background-color: #D43446;
}
.priceArea .inner h3:nth-of-type(2) span{
    background-color: #00ABE3;
}
.priceArea .inner h3:nth-of-type(3) span{
    background-color: #85B200;
}
.priceArea .inner h3:nth-of-type(4) span{
    background-color: #854D97;
}
.priceArea .inner h3:nth-of-type(5) span{
    background-color: #FFA64D;
}
.priceArea .inner h3 span {
	margin-right: 10px;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	text-shadow: none;
}
.priceArea .inner .kakaku_box .red {
	color: #f00;
}
.priceArea .inner .kakaku_box table{
	font-size:18px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	background-color:#fff;
}
.priceArea .inner .kakaku_box p{
	margin-top: 20px;
	font-size: 18px;
}
.priceArea .inner .kakaku_box table .p_postage{
	vertical-align: middle;
	line-height: 1.8;
}
.priceArea .inner .kakaku_box table th {
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #666;
  color:#fff;
  width: inherit;
}
.priceArea .inner .kakaku_box table .small_th {
    font-size: 10px;
}
.priceArea .inner .kakaku_box table th{
	text-align: center;
	padding:10px;
}
.priceArea .inner .kakaku_box table td {
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
	padding:10px;
	text-align: center;
	vertical-align: middle;
}
.priceArea .inner .kakaku_box table td:first-child{
	text-align: left;
	padding-left:30px;
}
.priceArea .inner .tal{
	text-align: left;
}
	.priceArea .inner .kakaku_box .notice{
  margin-top: 30px;
  text-align: justify;
}

.sale {
	color: red;
	font-weight: bold;
}

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

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

@media screen and (max-width: 1200px) {
	.priceArea{
	padding-bottom: 50px;
}
.priceArea .inner {

}
}

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


@media screen and (max-width: 897px) and (orientation: landscape) {
}


@media screen and (max-width: 767px) {
	.priceArea {
    padding-top: 30px;
  }
	.priceArea .inner {
    width: 100%;
    padding: 0 3vw;
  }
	.priceArea .inner .kakaku_box table{
		font-size:75%;
	}
	.priceArea .inner .kakaku_box table td{
	padding: 5px 1%;	
}
	.priceArea .inner .kakaku_box table td:first-child{
	padding: 5px 2%;	
}
	.priceArea .inner .kakaku_box table th {
    padding: 5px;
}
	.priceArea .inner h3 span {
    width: 50px;
    height: 50px;
    font-size: 39px;
    line-height: 46px;
}
	.priceArea .inner h3 {
    font-size: 26px;
	}
	
	.priceArea .inner .kakaku_box p {
    font-size: 16px;
    line-height: 1.4;
}
	.priceArea .inner .kakaku_box .notice{
	font-size:13px;
}
}


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

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

}

  



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


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













