/*
赤
	background-color: #c7000b;
青
	background-color: #003498;
*/





.a_area {
	height: 160px;
}

.b_area {
	height: 45px;
    z-index: 10000;
}

.footer {
	padding: 2em 0 4em 0;
	background: #c7000b;
	display: block;
	position: relative;
	clear: both;
}

.footer-body {
	margin: 0 auto;
	width: 100%;
}

.caution, .company-data {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	padding: 0;
	color: #ffffff;
}



button, .img_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }

  button:hover, button:focus, .img_button:hover, .img_button:focus {
    opacity: 0.7;
    background-color: #007095; }
  button:hover, button:focus, .img_button:hover, .img_button:focus {
    opacity: 0.7;
    color: #000000; }





.companyname {
	background-color: #c7000b;
	margin: 0;
}

a.companynamelink {
	background-color: none;
}

.introtxt {
    margin: 180px 0 0 0;
    font-size: 26px;
	font-weight: bold;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px #333;
    z-index: 9999;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.introtxt_m {
    margin: 160px 0 0 0;
    font-size: 22px;
	font-weight: bold;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px #333;
    z-index: 9999;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.introtxt_s {
    margin: 20% 0 0 0;
    font-size: 16px;
	font-weight: bold;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px #333;
    z-index: 9999;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.photocopyright {
	font-size: 0.7rem;
	text-align: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}


.banner_a {
	text-align: center;
}

.bodytext {
	font-size: 90%;
	padding: 0 1em;
	margin: 0;
}

h3.midashi {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 0 0;
	color: #c7000b;
}

h4.midashi {
	font-size: 110%;
	font-weight: bold;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	line-height: 38px;
}
.pagetop.show {
	opacity: 0.7;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.bt_t1a-1r0l0 {
	font-size: 90%;
	line-height: 150%;
	margin: 0 0 0 1em;
	text-indent: -1em;
}

.bt_t0a0r0l0 {
	font-size: 90%;
	line-height: 170%;
	margin: 0;
}

.bt_t0a0r2l0 {
	font-size: 90%;
	line-height: 170%;
	margin: 1em 0 0 0;
}

.img_frame {
	border: 1px solid #000000;
	margin: 1em 0;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}