@charset "utf-8";

.box{
	float: left;
}

.list p .fa{
	padding-right: 7px;
	font-size: 130%;
}

.description-block p .fa{
	padding-right: 3px;
	font-size: 115%;
}

.fa-circle-o{
	color: #ed8086;
}

.fa-times{
	color: #469cca;
}

.list{
	color: #69230f;
	font-weight: bold;
	font-size: 110%;
	margin: 10px;
}

.list p img{
	width: 20px;
	height: auto;
	margin-left: -2px;
	padding-right: 5px;
	margin-bottom: -2px;
}

.color-pink{
	background: #ed8086;
}

.color-orange{
	background: #eea445;
}

.color-green{
	background: #79c36b;
	border-top-right-radius: 3px;
}

.pnk{
	background: #fff7f8;
}

.org{
	background: #fef7ed;
}

.grn{
	background: #f5fbf2;
}

.grn:last-child{
	border-bottom-right-radius: 8px;
}

.dark-orange{
	color:#ff711c;
}
.box-border{
	width: 958px;
	height: auto;
	border: 2px solid #acaaa7;
	border-top-right-radius: 7px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fff;
	margin: 0 auto;
}

.txt-box{
	width: 632px;
	height: 60px;
	float: left;
	border-right: 1px solid #acaaa7;
	padding: 10px;
	font-size: 15px;
}

.part-line:not(:last-of-type) .txt-box{
	line-height: 60px;
}

.part-line:last-of-type .txt-box{
	position: relative;
}

.part-line:last-of-type .txt-box p{
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
}

.img-box{
	width: 81px;
	height: 60px;
	border-right: 1px solid #ccc;
	float: left;
	padding: 10px;
	text-align: center;
}

.img-box:last-child{
	border-right: none;
	border-bottom-right-radius: 10px;
}

.img-box img{
	width: 70%;
	vertical-align:middle;
}

.part-line{
	overflow: hidden;
	width: 958px;
}

.btm-l{
	border-bottom: 1px solid #ccc;
}

.box-border div:last-child{
	border-bottom: none;
}

.top-txt{
	font-size: 14px;
	margin: 25px 0 0 0;
}

.description-block{
	margin: 10px 0;
}

.description-box{
	padding: 15px;
	border: 0.2em solid #f78f9f;
	background: #fff;
}

.description-txt{
	color: #ef6074;
	font-size: 110%;
	font-weight: bold;
	margin-right: 5px;
}

.txt-detail{
	font-size: 105%;
	padding-left: 5px;
	margin-top: 3px;
}

.txt-block{
	margin: 0px 0px 15px;
}

.txt-block:last-child{
	margin-bottom: 0px;
}

.box-top{
	background: #acaaa7;
	font-weight: bold;
	color: #fff;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.box-top-txt{
	font-size: 120%;
}

.box-top-mini{
	font-size: 98%;
}


#box01{
	height: 85px;
	border-top-left-radius: 6px;
	padding: 10px;
	text-align: center;
	background: #469cca;
	line-height: 85px;
	vertical-align: middle;
}

#box02{
	width: 81px;
	height: 85px;
	border-right: 1px solid #acaaa7;
	padding: 10px;
	text-align: center;
	background: #79c36b;
	position: relative;
}

#box02 p{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.5em 0 0 -2em;
}

#box03{
	width: 203px;
	height: 30px;
	text-align: center;
	background: #806c50;
	border-top-right-radius: 6px;
}

#box03 p{
	line-height: 30px;
}

#box04{
	width: 81px;
	height: 55px;
	border-right: 1px solid #ccc;
	float: left;
	padding: 10px;
	text-align: center;
	text-align: center;
	background: #ed8086;
	line-height: 55px;
	vertical-align: middle;
}

#box05{
	width: 81px;
	height: 55px;
	padding: 10px;
	text-align: center;
	background: #eea445;
	position: relative;
}

#box05 p{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.5em 0 0 -2.4em;
}

#box01 img,
#box02 img{
	width: 31%;
	vertical-align: middle;
	margin: 13px 0px 0px -3px;
}

#box-float{
	width: 203px;
	height: 85px;
	text-align: center;
	border-top-right-radius: 6px;
	background: #eea445;
}

#box03 img{
	width: 17%;
	margin: -3px 0px 0px -3px;
	vertical-align:middle;
}

#box02 img,
#box04 img,
#box05 img{
	width: 95%;
}
