@charset "utf-8";
/* ==========================================================================
   reset css
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html{
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea{
  margin: 0;
  padding: 0;
}

ol, ul{
  list-style:none;
}

table{
  border-collapse: collapse; 
  border-spacing:0;
}

caption, th{
  text-align: left;
}

a:focus {
  outline:none;
}

a:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
    }
img {
  width: 100%;
  vertical-align: bottom;
}

.bold {
font-weight: bold;
}

.mt-20{
margin-top: 20px;
}

/* ==========================================================================
   Base styles
   ========================================================================== */

body {
background: #fff;
font-size: 1em;
color: #222;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
font-style: normal;
line-height: 1.5;
height: 100%;
width: 100%;
}

a,
a:link,
a:visited{
  color: #333;
}

li {
list-style: none;
}

p {
line-height: 1.6em;
}

.shadow {
  text-shadow: 2px 2px 2px rgba(0,0,0,2);
  }

#wrapper {
padding: 0;
width: 100%;
margin: 0 auto;
top: 0;
left: 0;
height: 100%;
}

.header {
    width: 100%;
	height: 100px;
    background-color: #036eb8;
}

.header-in {
	height: 100px;
    display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}

.header-in .logo {
    width: 300px;
    display: block;
}



/* --------------------
navigation
------------------------*/

.header-in ul#menu {
font-size: 1em;
list-style: none;
text-align: center;
}

.header-in ul#menu li {
    display: inline-block;
	padding: 10px 20px;
    background-color: #0091d3;
}

.header-in ul#menu li a {

    text-decoration: none;
    color: #FFFFFF;
}

.header-in .ul#menu li a:hover { 
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
color: #999;
}



/*-------------------
slider
----------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.wideslider li h3.caption{
	color: #fff;
	font-size: 35px;
/*	font-weight: bold;*/
	line-height: 1.4;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7); 
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 30px;
	left: 40px;
	margin-right: 40px;
}
.wideslider li h3.caption span{
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../img/next.png) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #efefef;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

@media screen and (max-width:480px) {
	.wideslider li .caption{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		text-shadow: 0px 1px 2px rgba(150, 150, 150, 1); 
		-moz-text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
		-webkit-text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
		position: absolute;
		top: 18px;
		left: 15px;
		margin-right: 15px;
	}
	.wideslider li .caption span{
		font-size: 14px;
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
	}
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* ==========================================================================
   content styles
   ========================================================================== */

.content {
width: 100%;
margin: 0 auto;
background: #fff
}

h2{
border-bottom: 2px solid #84d5f7;
font-weight: bold;
padding-top: 40px;
color: #333;
font-size: 1.3em;
margin-bottom: 32px;
letter-spacing: 0.15em;
}

.service {
width: 960px;
background: #fff;
margin: 0 auto;
padding-bottom: 60px;
}

.box_area{
display: inline-block;
width: 960px;
}

p.logo_img {
width: 70%;
margin: 0 auto;
}

ul.box_l {
display: inline-block;
margin-right: 34px;
width: 460px;
}

ul.box_r {
width: 460px;
display: inline-block;
vertical-align: top;
}

ul.box_l li.box_img,
ul.box_r li.box_img{
width: 396px;
margin: 0 auto;
}

ul.box_l li.text,
ul.box_r li.text{
margin-top: 20px;
width: 460px;
font-size: 0.9em;
line-height: 1.8em;
text-align: justify; 
text-justify: distribute-all-lines; 
}
ul.box_l li.text p,
ul.box_r li.text p{
margin-top: 20px;
width: 460px;
padding: 2px 0 0 12px;
border-left: 5px solid #84d5f7;
font-size: 1.8em;
line-height: 1.8em;
margin-bottom: 15px;
}

ul.box_l li.text2,
ul.box_r li.text2{
margin-top: 20px;
width: 460px;
padding: 2px 0 0 12px;
line-height: 1.8em;
margin-bottom: 15px;
}

.invite-bg {
clear: both;
width: 100%;
background-color: #E1F4FD;
margin: 0;
padding:22px 0;
}

.invite {
clear: both;
width: 960px;
margin: 0 auto 60px;
}

.invite ul {
text-align: left;
margin: 30px 0;
}

.invite li {
line-height: 1.8em;
font-size: 0.9em;
}

.invite p {
text-align: center;
line-height: 1.8em;
}

.invite p.link{
text-align: left;
margin: 20px 0;

}

.invite img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.invite p.sub {
text-align: center;
margin-bottom: 20px;
font-size: 1.5em;
}
.company{
width: 960px;
height: auto;
background: #fff;
margin: 0 auto;
padding-bottom: 20px;
}

.company td img {
width: auto;
}

.c_table{
width: 100%;
}

table {
	border-collapse: collapse;
	width:100%;
	margin-bottom: 20px;
}
/*th.t_top {
    border-top: #be1309 4px solid;
}*/
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
/*td.t_top {
	border-top: #b3b3b3 4px solid;
}*/
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
tr:hover {
    background: #E1F4FD;
    color: #333;
}

@media only screen and (max-width:320px){
    tbody tr{
        display: block;
        margin-bottom: 1em;
        border-bottom: 1px dotted #cc;
    }
    tbody th,
    tbody td{
        display: list-item;
    }
}

[if !IE]>>
    <style>
        @media only screen and (max-width:320px){
        }
    </style>
<![endif]

.ggmap {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.inquiry-bg,
.trial-bg {
clear: both;
width: 100%;
background: url(../img/bg_inq.gif) repeat;
margin: 0;
padding-bottom: 40px;
}
.inquiry,
.trial{
clear: both;
margin: 0 auto;
width: 960px;
}

.trial p {
font-size: 0.9em;
margin-bottom: 20px;
}
/* === List Styles === */
.contact_form ul {
    width:80%;
    list-style-type:none;
	list-style-position:outside;
	margin:0 auto;
	padding:0px;
}
.contact_form li{
	padding:12px; 

	position:relative;
} 
/*.contact_form li:first-child, .contact_form li:last-child {
	border-bottom:1px solid #777;
}*/

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:200px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
	font-size: 0.9em;
}
.contact_form input {

	width:220px; 
	padding:5px 8px;
}

.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left: 228px;}

	/* form element visual styles */
	.contact_form input,
	.contact_form textarea,
	.contact_form select
	 { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5 validation styles ===	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535 
}
*/
/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background-color: #2AB673;
	background: -webkit-gradient(linear, left top, left bottom, from(#2AB673), to(#2A9973));
	background: -webkit-linear-gradient(top, #2AB673, #2A9973);
	background: -moz-linear-gradient(top, #2AB673, #2A9973);
	background: -ms-linear-gradient(top, #2AB673, #2A9973);
	background: -o-linear-gradient(top, #2AB673, #2A9973);
	background: linear-gradient(top, #2AB673, #2A9973);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #33CC70;
	-webkit-box-shadow: 0 1px 0 0 #33CC70 inset ;
	-moz-box-shadow: 0 1px 0 0 #33CC70 inset;
	-ms-box-shadow: 0 1px 0 0 #33CC70 inset;
	-o-box-shadow: 0 1px 0 0 #33CC70 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}


   
.agency {
width: 960px;
clear: both;
background: #fff; 
margin: 0 auto;
padding: 40px 0 40px 0;
border-top: 1px solid #efefef;
}

.agency h3 {
margin: 20px 0 0;
background: url(../img/icon.png) no-repeat left center;
}

.agency p {
margin-left: 50px;
font-size: 0.9em;
margin: 10px 0 10px 30px;
}
.agency ul.bnr {
width: 950px;
margin: 0 auto;
list-style: none;
}

.agency ul.bnr li {
width: 32%;
display: inline-block;
background: #fff;
margin-right: 10px;
}

.agency ul.bnr li.r_box {
display: inline-block;
margin-right: 0;
background: #fff;
}

.agency ul.bnr li a {
text-decoration: none; 
color: #222;
}


.agency ul.bnr li a:hover { 
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
color: #999;
}

.footer {
    height: 65px;
    width: 100%;
    background-color: #036eb8;
	color: #FFFFFF;
	font-size: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*ページトップ*/

.content .page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.content .page-top a {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 28px 0;
    text-align: center;
    display: block;
    border-radius: 38px;
    border: 1px solid #ccc;
}
.content .page-top a:hover {
    text-decoration: none;
    background: #999;
}

* html .page-top{ display: none!important; }

/*--------------------------------------------------------
mobile
------------------------------------------------------*/
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
#wrapper,
.content,
.header,
.invite-bg,
.inquiry-bg,
.trial-bg,
.box_area,
.footer{
	width: 100%;
	margin: 0 auto;

}
.header-in {
width: 100%;
	height: 110px;
font-size: 1.2em;
padding: 0;
}

.header-in .logo {
width: 200px;
padding: 5px;	
display: inline-block;
}	
	
	
.service,
p.logo_img,
.box_l,
.box_r,
.box_img,
li.text,
.invite,
.company,
.c_table,
.map,
.inquiry,
.trial,
.contact_form,
.footer-in,
.logo_copy {
	width: 90%;
	margin: 0 auto;
}
.header-in ul#menu {
width: 100%;
display: table;
margin: 0 auto;
font-size: 0.9em;
margin: 1px auto 30px;
line-height: 2em;
list-style: none;
text-align: center;
}

.header-in ul#menu li {
font-size: 16px;
padding: 10px 4px;
display: table-cell;
border-left: 1px solid #A7A9AC;
}

.header-in ul#menu li a {
text-decoration: none; 
color: #222;
}

.header-in ul#menu li:last-child {
border-right: 1px solid #A7A9AC;
}

.header-in .ul#menu li a:hover { 
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
color: #999;
}


.box_area,
ul.box_l,
ul.box_r,
ul.box_l li.box_img,
ul.box_r li.box_img{
width: 100%;
margin: 0;
text-align: center;
margin-bottom: 30px;
}

ul.box_l li.box_img img,
ul.box_r li.box_img img{
width: 80%;
text-align: center;
}

ul.box_l li.text,
ul.box_r li.text{
margin-top: 20px;
width: 100%;
font-size: 0.92em;
line-height: 1.8em;
text-align: justify; 
text-justify: distribute-all-lines; 
margin-bottom: 20px;
}

ul.box_l li.text2,
ul.box_r li.text2{
margin-top: 20px;
text-align: left;
width: 90%;
padding: 2px 0 0 12px;
line-height: 1.8em;
margin-bottom: 15px;
}

ul.box_l li.text p,
ul.box_r li.text p{
margin-top: 20px;
width: 90%;
padding: 2px 0 0 12px;
border-left: 5px solid #84D5F7;
font-size: 1.8em;
line-height: 1.8em;
margin-bottom: 15px;
}

.invite-bg {
width: 100%;
background-color: #e1f4fd;
margin: 0;
padding:22px 0 74px;
}

.invite-bg .invite {
width: 90%!important;
margin: 0 auto;
}

.invite p {
width: 72%;
margin: 0 auto;
text-align: center;
line-height: 1.8em;
}

.invite p.sub {
width: 90%;
text-align: center;
margin-bottom: 20px;
font-size: 1.2em;
}

.c_table{
width: 100%;
float: left;
}

   
.agency {
width: 90%;
clear: both;
background: #fff; 
margin: 0 auto;
padding: 40px 0 40px 0;
border-top: 1px solid #ccc;
}

.agency ul.bnr {
width: 90%;
text-align: center;
margin: 0 auto;
list-style: none;
}

.agency ul.bnr li,
.agency ul.bnr li.r_box {
width: 100%;
display: block;
background: #fff;
margin-bottom: 20px;
}
}

@media screen and (max-width:480px) {
.content h2{
border-bottom: 2px solid #84D5F7;
font-weight: bold;
padding-top: 20px;
color: #333;
font-size: 1em;
margin-bottom: 32px;
letter-spacing: 0.15em;
}

.header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #036eb8;
}

.header-in{
width: 100%;
}

.header-in .logo img{
width: 100%;
}
.header-in  h1{
color: #333;
font-size: 0.55em;
text-align: center;
margin: 0;
padding: 0;
}

.header-in ul#menu {
width: 100%;
display: table;
margin: 0 auto;
font-size: 0.9em;
margin: 1px auto 30px;
line-height: 2em;
list-style: none;
text-align: center;
}

.header-in ul#menu li {
font-size: 11px;
padding: 0;
margin: 0;
display: table-cell;
border-left: 1px solid #A7A9AC;
}

.header-in ul#menu li a {
text-decoration: none; 
color: #FFF;
padding: 8px;
}

.header-in ul#menu li:last-child {
border-right: 1px solid #A7A9AC;
}

.header-in .ul#menu li a:hover { 
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
color: #999;
}




.wideslider li h3.caption{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7); 
	-moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 10px;
	left: 10px;
	margin-right: 40px;
}
.box_area,
ul.box_l,
ul.box_r,
ul.box_l li.box_img,
ul.box_r li.box_img{
width: 100%;
margin: 0;
text-align: center;
margin-bottom: 20px;
}
ul.box_l li.box_img img,
ul.box_r li.box_img img{
width: 80%!important;
}

ul.box_l li.text,
ul.box_r li.text{
margin-top: 20px;
width: 100%;
font-size: 0.8em;
line-height: 1.8em;
margin-bottom: 5px;
}

ul.box_l li.text p,
ul.box_r li.text p{
margin-top: 20px;
width: 95%;
padding: 2px 0 0 12px;
border-left: 5px solid #84D5F7;
font-size: 1.5em;
line-height: 1.8em;
margin-bottom: 15px;
}

ul.box_l li.text2,
ul.box_r li.text2{

font-size: 0.8em;
width: 95%;
padding: 2px 0 0 12px;
line-height: 1.8em;
margin-bottom: 15px;
text-align: left;
}

.invite-bg {
width: 100%;
background-color: #E1F4FD;
margin: 0;
padding:22px 0 34px;
}

.invite li {
font-size: 0.75em;
}

.invite-bg .invite {
width: 90%!important;
margin: 0 auto;
}

.invite p {
width: 90%;
margin: 0 auto;
text-align: center;
line-height: 1.8em;
font-size: 0.8em;
}
.invite-bg .invite p.sub {
width: 90%;
text-align: center;
margin-bottom: 20px;
font-size: 0.9em;
}

.company{
width: 90%;
height: auto;
background: #fff;
margin: 0 auto;
padding-bottom: 20px;
}
.c_table{
width: 100%;
float: none;
}

table {
	border-collapse: collapse;
	width:100%;
	list-style: none;
}
/*th.t_top {
    border-top: #be1309 4px solid;
}*/
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 2px;
	font-weight: normal;
}
/*td.t_top {
	border-top: #b3b3b3 4px solid;
}*/
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 2px;
}
tr:hover {
    background: #E1F4FD;
    color: #333;
}

.map {
width: 100%;
padding-top: 30px;
height: 0;
}
 
.map iframe,
.mapr object,
.map embed {
width: 100%!important;
margin-bottom: 50px;
}

.inquiry-bg {
width: 100%;
background: url(../img/bg_inq.gif) repeat;
margin: 0;
padding-bottom: 40px;
}
.inquiry{
margin: 0 auto;
width: 90%;
}
/* === List Styles === */
.contact_form ul {
    width:90%;
    list-style-type:none;
	list-style-position:outside;
	margin:0 auto;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	position:relative;
} 
/*.contact_form li:first-child, .contact_form li:last-child {
	border-bottom:1px solid #777;
}*/

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:90%;
	margin-top: 3px;
	padding:3px 0;
}
.contact_form input {
	width:90%; 
	padding:5px 8px;
}

.contact_form textarea {padding:8px; width:80%;}
.contact_form button {
text-align: center;
margin: 0;
}

	/* form element visual styles */
	.contact_form input,
	.contact_form textarea,
	.contact_form select
	 { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:10px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:20px;
	}



/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	

   
.agency {
width: 90%;
background: #fff; 
margin: 0 auto;
padding: 40px 0 40px 0;
border-top: 1px solid #ccc;
}

.agency h3 {
width: 84%;
font-size: 0.75em;
margin: 0 auto 5px;
}

.agency p {
width: 84%;
text-align: left;
font-size: 0.75em;
margin: 10px auto;
}

.agency ul.bnr {
width: 90%;
margin: 0 auto;
list-style: none;
}

.agency ul.bnr li {
width: 100%;
background: #fff;
text-align: center;
}

.agency ul.bnr li.r_box {
width: 100%;
margin-right: 0;
background: #fff;
}

.agency ul.bnr li a {
width: 100%;
text-decoration: none; 
color: #222;
}


.agency ul.bnr li a:hover { 
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
color: #999;
}

.footer {
    height: 65px;
    width: 100%;
    background-color: #036eb8;
	color: #FFFFFF;
	font-size: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;

}

@media screen and (max-width:320px) {

.header {
width: 100%;
height: auto;
margin: 0 auto;
background: #F6F6F6;
}

.header-in {
border: 0;
}
}
