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

/*/ call /*/

#call .red {
	color: #BB1717 !important;
}
#call .col-pc-5 {
	padding-top: 34px;
}
#cancel {
	padding-bottom: 5px;
	text-align: center;

}
#call .border {
	width: 50px;
	margin: 0 auto 20px auto;
	border-top: solid 2px #C0B9B9; 
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	#call .col-pc-5 {
		padding-top: 0;
		margin-top: 0;
		margin-top: 25px;
	}
	#cancel {
		font-weight: bold;
	}
}

/*/ guide-delivery /*/

#call .section-inner {
	height: 250px;
	background: url(../img/belt-area.gif) no-repeat top right;
	background-size: contain;
	padding: 0;
}
#call .delivery-list li {
	background: #76000D;
	color: #fff;
	padding: 7px 20px;
	border-radius: 20px;
}
#call .guide-delivery {
	padding-bottom: 5px;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width: 768px){
	#call .guide-delivery {
		margin-top: 60px;
		font-weight: bold;
	}
}
@media screen and (max-width:768px) {
	#call .guide-delivery {
		margin-top: 10px;
	}
}

/* area-map */

@media screen and (max-width:768px) {
	#call .area-map { margin-top: 20px !important; }
}
@media screen and (min-width:769px) {
}



/*/ flow /*/

/* h2 */

#flow h2 {
	font-weight: bold;
	text-align: center;
	border-bottom: dashed 1px #BFB19D;
	padding-bottom: 5px;
	margin-bottom: 10px; 
	letter-spacing: 2px;
	color: #333;
}
#flow h2 strong {
	color: #1a1a1a;
}
#flow h2:first-child {
	padding-top: 5px;
}
@media screen and (min-width: 769px){
	#flow .mt-pc {
		margin-top: 120px;
	}
}
#flow li {
	color: #333;
	background: #F7F0E6;
	position: relative;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#flow .col-pc-8:last-child li:before {
	display: none;
}
#flow li:before {
	content: "";
	border: solid 20px transparent;
	border-top-color: #F7F0E6;
	position: absolute;
	right: 50%;
	margin-right: -20px;
	bottom: -40px;
}
#flow .orange {
	color: #F08D54;
}
#flow li:last-child:before {
	border: none;
}
#flow .flow-photo .col-pc-12:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 769px){
	#flow .col-pc-8 {
		padding-right: 20px;
	}
	#flow li {
		padding: 14px 20px;
		margin-bottom: 42px;
	}
}
@media screen and (max-width: 768px){
	#flow li {
		width: 300px;
		padding: 14px 7px;
		margin-bottom: 32px;
	}
	#flow .flow-contact,
	#flow .flow-contact {
		padding: 10px 0;
		text-align: center;
	}
	#flow .flow-contact:before {
		content: "";
		border: solid 20px transparent;
		border-top-color: #F7F0E6;
		position: absolute;
		bottom: -40px;
		left: 50%;
		margin-left: -20px;
	}
}

/*/ asked /*/

#asked dl {
	padding-bottom: 7px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: dotted 1px #ccc;
}
#asked dl:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	#asked dl {
		margin-bottom: 20px;
	}
}
#asked dt,
#asked dd {	
	margin-bottom: 13px;
}
#asked dt { 
	display: block;
	position: relative;
}
#asked dd { 
	display: block;
	position: relative;
}
#asked dt:before,
#asked dd:before {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 20px;
	content: " ";
	background: url(img/asked-qa.gif)no-repeat left top;
	background-size: cover;
	vertical-align: middle;
	position: absolute;
}
#asked dt:before { background-position: 0 0; top: 8px; }
#asked dd:before { background-position: 0 -28px; top: -2px; }
#asked .q {
	display: inline-block;
	height: auto;
	margin-left: 48px;
	padding: 10px 15px;
	max-width: 894px;
	background: #F9F0F3;
	line-height: 1.5;
	text-align: let;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	z-index: 0;
	position: relative;
}
#asked .q:before {
	content: "";
	position: absolute;
	top: 20px; left: -13px;
	margin-top: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 13px 8px 0;
	border-color: transparent #F9F0F3 transparent transparent;
}
#asked .a {
	display: inline-block;
	margin-left: 48px;
	position: relative;
}
#asked .a a {
	color: #DC6C6E;
	text-decoration:underline;
}
#asked .a a:hover {
	color: #E8A1A1;
}

