@charset "utf-8";


/* for Common & Smartphone*/
.pageTtl02 p{
	font-size: 139%;
	color: #000;
}
/*ppList ////////////////////////////// */
.ppList{}
.ppList dt,
.ppList dd{ 
	text-align: left;
	}
.ppList dt{
	font-size:124%;
	font-weight: bold;
	color: #81292d;
	}
.ppList dd{
	font-size:108%;
	margin: 0 0 2em 0;
	}

.ppList dd ol{
	counter-reset: pp-counter;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.ppList dd p + ol{
	margin-top: 10px;
}
.ppList dd ol li{
	padding-left: 20px;
	position: relative;
}
.ppList dd ol li::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: counter(pp-counter);
	counter-increment: pp-counter;
	background-color: #fff;border: 1px solid #000;
	color: #000;
	display: block;
	line-height: 14px;
	text-align: center;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	font-size: 77%;
}
.telFax.txtJust{
	display: inline-block;
	width:2.2em;
	margin: 0 0.5em 0 0;
	text-align: left;
	}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {
.pageTtl02 p{
	font-size: 186%;
}
/*ppList ////////////////////////////// */
.ppList{}
.ppList dt,
.ppList dd{	}
.ppList dt{
	font-size:139%; 
	}
.ppList dd{
	font-size:124%; 
	}
.ppList dd ol{}
.ppList dd p + ol{}
.ppList dd ol li{
	padding-left: 20px;
}
.ppList dd ol li::before {
	top: 8px;
}
}

/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

