@charset "utf-8";

#sec_01 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}
#sec_01 .arrow {
	max-width: 30%;
}



#sec_02 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
#sec_02 dt {
	text-indent: -2.2em;
	padding-left: 2.2em;	
}
.container blockquote {
	position: relative;
	background-color: #1C95A9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
}




/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {

#sec_01 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 0px;
	display: block;
}
#sec_01 .center {
	text-align: center;	
}
#sec_01 .arrow {
	max-width: 15%;
}

#sec_02 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
	display: block;
}

}

@media screen and (min-width:1000px) {


}

@media screen and (min-width:1200px) {

}
