@charset "utf-8";

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


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

.contact {
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: 5px;
	border-style: solid;
	border-color: #FFF;
	text-align: center;
}

.tag_list {
	list-style-type: none;
}
.tag_list li {
	position: relative;
	display: block;
	min-height: 2em;
	margin-left: 1em;
	margin-bottom: 0.3em;
	color: #fff;
	background: #1C95A9;
	padding-top: 0.3em;
	padding-left: 0.6em;
}

.tag_list li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '';
  border-width: 1em 1em 1em 0;
  border-style: solid;
  border-color: transparent #1C95A9 transparent transparent;
}

.tag_list li:after {
  position: absolute;
  top: calc(50% - 5px);
  left: -5px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #51AEBD;
}

.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;
}
.container blockquote:before{
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 15px;
    content: "“";
    font-family: sans-serif;
    color: #FFF;
    font-size: 90px;
    line-height: 1;
}
.container ol {
	list-style-type: none;
	padding: 0px;
}
.container ol li {
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.container ol li ul {
	list-style-type: none;
}
.container ol li ul li {
	text-indent: -2em;
	padding-left: 2em;
}
.container .quote {
	background-color: #51AEBD;
	padding: 15px;
}




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

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


/* 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_02 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
	display: block;
}

#sec_03 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
	display: block;
}
#sec_04 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}
#sec_05 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}

}

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


}

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

}

.contact {
	
}
