@charset "utf-8";
/* CSS Document */

/*- テキスト -*/
.maintext{ margin:10px 0 20px; }

/*- 即配タクシーの流れ -*/
.flow {
	padding: 0px;
}

.flow h3 {
	border: none;
	border-left: 10px solid #076098;
	padding: 7px 0 7px 15px;
	margin: 0 0 20px;
	line-height: 1.5;
	font-size: 17px;
	background-color: inherit;
}

.flow dl {
	background-image: url(../../delivery/image/arrow-down.png);
	background-size: 10%;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
.flow dl:last-child {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.flow dl dt {
	color: #076098;
	font-size: 130%;
	font-weight: bold;
}

.flow dl dd {
	height: 130px;
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: top right;
	padding-right:150px;
	margin: 0;
}
.flow dl:nth-of-type(1) dd {
	background-image: url(../../delivery/image/image01.jpg);
}
.flow dl:nth-of-type(2) dd {
	background-image: url(../../delivery/image/image02.jpg);
}
.flow dl:nth-of-type(3) dd {
	background-image: url(../../delivery/image/image03.jpg);
}

.flow dl dd p {
	margin:0;
	font-size: 80%;
}


/*- 詳細 -*/
.details{
	padding: 15px 0 0;
}

.details dl{
	border-bottom: dashed 1px #333;
	padding: 10px 0;
}

.details dt,.details dd {
	font-size: 130%;
}
.details dt:before {
	content:"●"; 
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.details dt {
	color: #076098;
}
.details dd {
	padding-left:1em;
}

.details #tel dd {
	font-size:150%;
	font-weight:bold;
}

.details #price dd p {
	font-size: 100%;
	padding-bottom:10px;
}

/*- 取扱不可 -*/
.details #handling dd ul {
	list-style:none;
	padding:0;
	margin: auto;
	width: 260px;
}
.details #handling dd li {
	float: left;
	width: 90px;
	padding-top:100px;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 20px;
}
.details #handling dd li:nth-of-type(2)::after {
	clear: both;
}
.details #handling dd li:nth-of-type(4)::after {
	clear: both;
}

.details #handling dd li:nth-of-type(1) {
	background-image: url(../../delivery/image/icon01.png);
}
.details #handling dd li:nth-of-type(2) {
	background-image: url(../../delivery/image/icon02.png);
}
.details #handling dd li:nth-of-type(3) {
	background-image: url(../../delivery/image/icon03.png);
}
.details #handling dd li:nth-of-type(4) {
	background-image: url(../../delivery/image/icon04.png);
}

.details p {
	margin:0;
	font-size: 80%;
}


/*- くわしくはこちら -*/
.details #link {
	padding:20px 0 0;
	margin: auto;
}

.details #link a{
	display:inline-block;
	text-align:center;
	width: 100%;
	padding:20px 0;
	background-color:#076098;
	color: #FFFFFF;
	font-size: 150%;
	font-weight:bold;
	text-decoration: none;
}

.details #link a:hover {
	opacity: 0.5 ;
}
