@charset "UTF-8";

.l_l_content p {
	margin-top: 10px;
}

#z3 {
	z-index: 3
}

#z2 {
	z-index: 2
}

#z1 {
	z-index: 1
}

/* balloon_b */
.balloon {
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 930px;
	min-width: 115px;
	height: auto;
	line-height: 0px;
	text-align: left;
	z-index: 0;
}

.balloon:after {
	content: "";
	position: absolute;
	bottom: -20px; left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
}

.balloon h2 {
	margin: 15px;
	padding: 20px 0;
}

.balloon p {
	font-size: 14px;
	text-align: left;
	line-height: 2em;
}

.bg_blue {
	color: #476B9B;
	background: #D2DFEF;
}

.bg_blue:after {
	border-color: #D2DFEF transparent transparent transparent;
}

.bg_white {
	color: #476B9B;
	background: #f6f6f6;
}

.bg_white:after {
	border-color: #f6f6f6 transparent transparent transparent;
}

#baloon_last {
	display: inline-block;
	padding: 20px;
	width: 930px;
	min-width: 115px;
	height: auto;
	color: #476B9B;
	text-align: left;
	font-size: 14px;
	line-height: 2em;
}

#baloon_last2 {
	display: inline-block;
	padding: 20px;
	width: 930px;
	min-width: 115px;
	height: auto;
	color: #476B9B;
	text-align: left;
	font-size: 14px;
	line-height: 2em;
}

#thanks {
	display: inline-block;
	padding: 80px 20px;
	width: 930px;
	min-width: 115px;
	height: auto;
	color: #476B9B;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

/* balloon top-right */
#balloon-top-right {
	position: relative;
	display: inline-block;
	margin: 30px 0;
	padding: 20px 40px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #19283C;
	line-height: 30px;
	text-align: left;
	background: #f6f6f6;
	border-radius: 50px;
	z-index: 0;
}
#balloon-top-right:before {
	content: "";
	position: absolute;
	top: -17px; right: 15px;
	margin-right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
}
#balloon-top-right:after {
	content: "";
	position: absolute;
	top: -25px; right: 25px;
	margin-right: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
}

.m_50 {
	margin: 50px;
}

.mt_50 {
	padding-top: 50px;
}

