@charset "utf-8";




/*============================================================
	Main

#main{
	width: 100%;
	position: relative;
		z-index: 2;
}

#main:after{
	display: block;
	clear: both;
	content: "";
}
============================================================*/
/* Main Design 
#main p,
#main ul,
#main dl,
#main ol,
#main blockquote,
#main pre,
#main td,
#main th{
	line-height: 1.8;
	font-size: 88%;
	margin-bottom: 1em;
}

#main table{
	margin-bottom: 1em;
}

#main td,
#main th{
	margin-bottom: 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 1em;
}
*/
/* default 
#main ul ul,
#main ul p,
#main ul blockquote,
#main ul pre,
#main ul dl,
#main dl dl,
#main dl p,
#main dl ul,
#main dl ol,
#main blockquote p,
#main blockquote ul,
#main blockquote dl,
#main blockquote ol,
#main ol blockquote,
#main ol pre,
#main ol p,
#main td p,
#main td ul,
#main td dl{
	font-size: 100%;
}

#main *:last-child{
	margin-bottom: 0;
}






.service_nav{
	background:#f2f2f2;
	padding: 40px 0 90px 0;
}

#main .service_nav .main_head{
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 1;
}

#main .service_nav ul{
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
#main .service_nav li{
	width: 23.5%;
	margin: 0 2% 2% 0;
	float: left;
	text-align: center;
	line-height: 1;
}
#main .service_nav li:nth-of-type(4n){
	margin: 0 0 2% 0;
}

#main .service_nav a{
	display: block;
	background: #fff;
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	color: #f39706;
	padding: 24px 10px;
	 box-shadow: 1px 2px 8px 0px rgba( 0, 0, 0,0.2 );
}
#main .service_nav .on,
#main .service_nav a:hover{
	 box-shadow: none;
	 background: #f2f2f2;
	 border-color: #f39706;
}

.inner{
	width: 100%;
	max-width: 1100px;
	min-width: 1050px;
	padding:  0 10px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

ul li{
	list-style: none;
}

#main .main_head{
	margin-bottom: 1em;
	font-size: 175.0%;
	line-height: 1.5;
	border-left: #f8b73d 10px solid;
	padding: 0 0 0 20px;
	letter-spacing: 0.05em;
}

#main .main_head i{
	display: block;
	font-size: 50%;
	font-weight: normal;
}
#main .main_head small{
	font-size: 75%;
	font-weight: normal;
}

#main .org_head{
	color: #f39706;
	margin-bottom: 1em;
}

*/



.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 16px;
}

.top-left {
	position: absolute;
    top: 15%;
    left: 17%;
	width:65%;
    font-weight: bold;
    font-size: 16pt;
    line-height: 2;
    color: white;
    text-shadow: 0 0 10px #000;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttonBusiness {
    background-color: #559CDC;
    border: none;
    color: white !important;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 200px;
	text-decoration: underline;
    text-decoration-color: white;	
}

@media screen and (max-width: 1024px) {
	.top-left {
    font-size: 13pt;
    }
}

@media screen and (max-width: 800px) {
	.top-left {
    font-size: 10pt;
    }
}

@media screen and (max-width: 640px) {
	.top-left {
    font-size: 9pt;
    }
}

@media screen and (max-width: 520px) {
	.top-left {
    font-size: 7pt;
	
    }
}
