@charset "utf-8";
/*===============================================

 *	common

===============================================*/
dl.accordion {
	margin:0 auto 30px;
	padding:10px;
	font-size:16px;
}
dl.accordion dt {
	background:url(../../img/arrow_bottom.png) 97% center no-repeat #d27eb3;
	background-size:15px 11px;
	border-top:#dc85bc 1px solid;
	border-bottom: 1px solid #c677a9;
	height:50px;
	text-indent:10px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
dl.accordion dt.open {
	background:url(../../img/arrow_top.png) 97% center no-repeat #d27eb3;
	background-size:15px 11px;
}
dl.accordion dd {
	padding:10px;
	line-height:1.5;
	display:none;
}
.kodawari-box {
	border:#45a1cf 3px solid;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:30px 10px 10px 10px;
	margin:0 0 20px 0;
	text-align:center;
}
.kodawari-box p span {
	display:block;
	font-size:13px;
}
.img-kodawari {
	position:absolute;
	margin:0 auto;
	top:-15px;
}
.img-kodawari img {
	width:60%;
}
.img-dakara img {
	width:23%;
}
.flow-title {
	position: relative;
	background: #e38692;
 border: 4px solid #;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:18px;
}
.flow-title span {
	display:block;
	position:absolute;
	width:31px;
	left:-5px;
	top:-10px;
}
.flow-title:after, .flow-title:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.flow-title:after {
	border-color: rgba(227, 134, 146, 0);
	border-top-color: #e38692;
	border-width: 10px;
	margin-left: -10px;
}
.flow-title:before {
	border-color: rgba(0, 0, 0, 0);
 border-top-color: #;
	border-width: 16px;
	margin-left: -16px;
}
.flow-list {
	margin:0 20px;
}
.flow-list li {
	margin:0 0 20px 0;
	text-align:center;
}
.flow-list li img {
	display:block;
	margin:0 auto;
	width:50%;
}
table.orange-table {
	background:#fef9ed;
	border:#e6855e 2px solid;
	margin:0 0 10px 0;
	width:100%;
}
table.orange-table th {
	background:#e6855e url(../../img/icon_note.png) 10px center no-repeat;
	background-size:19px 18px;
	padding:10px 0 10px 40px;
	font-weight:bold;
}
table.orange-table td {
	padding:10px;
	font-size:14px;
}
table.orange-table td .txt-price {
	display:block;
	font-size:20px;
	font-weight:bold;
}
