@charset "utf-8";
* {
 margin: 0;
 padding: 0;
 line-height: 1;
 box-sizing: border-box;
}
html, body {
 min-height: 100%;
}
body {
 border-top: solid 5px #e50012;
 font-size: 16px;
 color: #666666;
 font-family: sans-serif;
}
a {
 text-decoration: none;
 color: #000;
}
a:hover {
 color: #EF3162;
}
a:hover img {
 opacity: 0.6;
 -moz-opacity: 0.6;
 -webkit-opacity: 0.6;
 filter:alpha(opacity=60);
}
a[href^="tel:"] { cursor: default; }
a[href^="tel:"]:hover span { color: #000; }
.text_deco_ul {
 text-decoration: underline;
}
img {
 border: none;
 max-width: 100%;
 height: auto;
 width: auto;
 vertical-align: bottom;
}
.disp_n {
 display: none;
}
.disp_ib {
 display: inline-block;
 _display: inline;
}
.text_l {
 text-align: left;
}
.text_c {
 text-align: center;
}
.text_r {
 text-align: right;
}
.float_l {
 float: left;
}
.float_r {
 float: right;
}
.ovf_h {
 overflow: hidden;
}
.pos_a {
 position: absolute;
}
.pos_r {
 position: relative;
}
.pos_f {
 position: fixed;
}
.v_top {
 vertical-align: top;
}
.v_mid {
 vertical-align: middle;
}
.v_btm {
 vertical-align: bottom;
}
.fs_0 {
  font-size: 0;
}
.fs_12 {
  font-size: 12px;
}
.fs_14 {
  font-size: 14px;
}
.fs_16 {
  font-size: 16px;
}
.fs_18 {
  font-size: 18px;
}
.fs_20 {
  font-size: 20px;
}
.fs_26 {
  font-size: 26px;
}
.font_b {
  font-weight: bold;
}
.font_n {
  font-weight: normal;
}
.col_red {
 color: #e50012;
}
.mt-10 {
 margin-top: 10px;
}
.mt-20 {
 margin-top: 20px;
}
.mt-30 {
 margin-top: 30px;
}
.mt-50 {
 margin-top: 50px;
}
.mt-70 {
 margin-top: 70px;
}
.pdr-20 {
 padding-right: 20px;
}
.pdt-30 {
 padding-top: 30px;
}
.pdt-50 {
 padding-top: 50px;
}
.pdb-70 {
 padding-bottom: 70px;
}
.lh-12 {
 line-height: 1.2;
}
.lh-13 {
 line-height: 1.3;
}
.lh-14 {
 line-height: 1.4;
}
.lh-16 {
 line-height: 1.6;
}
.lh-18 {
 line-height: 1.8;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
/* End hide from IE-mac */
.op0 {
 opacity: 0;
 -moz-opacity: 0;
 -webkit-opacity: 0;
 filter:alpha(opacity=0);
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#nav-toggle {
 display: none;
 position: absolute;
 right: 0px;
 top: 5px;
 width: 50px;
 height: 55px;
 overflow: hidden;
 padding: 5px;
 padding-top: 10px;
 z-index: 101;
}
#nav-toggle div {
 position: relative;
 color: #e50012;
}
#nav-toggle div p {
 padding-top: 30px;
 font-size: 14px;
 text-align: center;
}
#nav-toggle span {
 display: block;
 position: absolute;
 height: 3px;
 width: 100%;
 background-color: #e50012;
 left: 0;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50px;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#global-nav {
/* margin-bottom: 20px; */
}

#to_top {
 position: fixed;
 width: 45px;
 height: 27px;
 left: 50%;
 margin-left: -22px;
 bottom: 5px;
 cursor: pointer;
 z-index: 10000;
 visibility: hidden;
}
#container{
 height: 100%;
}
.cont-1 {
}
.cont-2 {
 background-color: #f1f1f1;
 padding: 50px 0;
}
.inner {
 max-width: 1260px;
 margin-left: auto;
 margin-right: auto;
}
#header {
 padding: 30px 0;
}
.logo-box {
 display: block;
 float: left;
}
.menu {
 list-style: none;
 float: right;
 padding-top: 25px;
}
.menu li {
 float: left;
 border-left: solid 1px #000;
}
.menu li:first-child {
 border-left: none;
}
.menu li a {
 display: block;
 padding: 5px 10px;
 font-size: 16px;
 text-align: center;
}
#footer {
}
#footer > div {
 padding: 30px 10px;
}
#footer > div:first-child {
 background-color: #e50012;
}
.fmenu {
 list-style: none;
 font-size: 0;
 text-align: center;
}
.fmenu li {
 border-left: solid 1px #fff;
 display: inline-block;
}
.fmenu li:first-child {
 border-left: none;
}
.fmenu li a {
 padding: 2px 10px;
 font-size: 16px;
 color: #fff;
}


#footer .copyright {
 border-top: solid 1px #e50012;
 color: #000;
 font-size: 16px;
}


.box-1 {
 margin-left: -30px;
 margin-right: -30px;
 font-size: 0;
 text-align: center;
}
.box-1 > div {
 width: 25%;
 padding: 30px 30px 0;
 display: inline-block;
 vertical-align: top;
}
.box-1 > div > div {
 max-width: 270px;
 margin-left: auto;
 margin-right: auto;
}
.box-1 img {
 margin-top: 5px;
}
.bdr_b {
 padding-bottom: 5px;
 border-bottom: solid 1px #666;
}
.w50p {
 width: 50%;
}
.tbl-1 {
 border: none;
 width: 100%;
 font-size: 16px;
}
.tbl-1 td {
 vertical-align: top;
}
.tbl-1 td:first-child {
 padding-right: 20px;
}

.pdl-45p {
 padding-left: 30px;
}
.pdr-45p {
 padding-right: 30px;
}

.box-2 {
 max-width: 668px;
 margin-left: auto;
 margin-right: auto;
}
.box-2 > div {
 margin-left: -43px;
 margin-right: -43px;
}
.box-2 > div > div {
 width: 33.33%;
 float: left;
 padding-left: 43px;
 padding-right: 43px;
}

.about_tbl {
 border-collapse: collapse;
 font-size: 18px;
 width: 100%;
}
.about_tbl th {
 border: solid 1px #ddd;
 background-color: #f26475;
 color: #fff;
 padding: 15px;
 width: 25%;
}
.about_tbl td {
 border: solid 1px #ddd;
 padding: 15px;
 text-align: left;
 line-height: 1.4;
}
iframe {
 width: 100%;
 height: 360px;
}
.list-1 {
 margin-left: 30px;
}
.list-1 li {
 padding-top: 10px;
}
.listtbl {
 border-collapse: collapse;
 width: 100%;
}
.listtbl th {
 padding: 25px 0px 10px;
 text-align: left;
}
.listtbl tr:first-child th {
 padding-top: 5px;
}
.listtbl td {
 border: solid 1px #000;
 padding: 8px 3px;
}


@media screen and (max-width: 1260px){
 .pdlr-10 {
  padding-left: 10px;
  padding-right: 10px;
 }
}
@media screen and (max-width: 820px){
 body {
  border-top: none;
 }
 #header {
  padding: 0px;
 }
 .logo-box {
  float: none;
  padding: 10px 10px 0;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #fff;
  position: relative;
  z-index: 100;
  border-top: solid 5px #e50012;
  height: 80px;
 }
 .logo {
  display: block;
  width: 160px;
 }
 .menu {
  float: none;
  background: #fff;
  border: solid 4px #e50012;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
 }
 .pdl-45p {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 0;
 }
 .pdr-45p {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-right: 0;
 }
 #nav-toggle {
  display: block;
 }
 #global-nav {
  position: absolute;
  z-index: 99;
  top: -730px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
 }
 #global-nav ul li {
  float: none;
  position: static;
  border: none;
  border-top: solid 1px #888;
  width: auto;
 }
 #global-nav ul li a {
  display: block;
  padding: 20px;
  color: #000;
  text-align: left;
 }
 #global-nav ul li a:hover {
  background-color: #eee;
 }
 .open #global-nav {
   -moz-transform: translateY(810px);
   -webkit-transform: translateY(810px);
   transform: translateY(810px);
 }
 .box-1 {
  margin-left: -10px;
  margin-right: -10px;
 }
 .box-1 > div {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
 }
}
@media screen and (max-width: 640px){
 .box-2 > div {
  margin-left: -10px;
  margin-right :-10px;
 }
 .box-2 > div > div {
  padding-left: 10px;
  padding-right :10px;
 }
}
@media screen and (max-width: 420px){
 #footer > div:first-child {
  padding-left: 0;
  padding-right: 0;
 }
 .fmenu {
  text-align: left;
 }
 .fmenu li {
  border: none;
  border-bottom: solid 1px #fff;
  display: block;
 }
 .fmenu li:first-child {
  border-top: solid 1px #fff;
 }
 .fmenu li a {
  display: block;
  padding: 15px 10px;
 }
 .fmenu li a:hover {
  opacity: 0.7;
 }
 .tbl-1,.tbl-1 tr, .tbl-1.tbody, .tbl-1 td {
  display: block;
 }
 .tbl-1 tr {
  padding-bottom: 15px;
 }

 .box-3 > div {
  float: none;
 }
 .box-3 > div:first-child {
  padding-right: 0;
  margin-bottom: 15px;
  text-align: center;
 }
}
@media screen and (max-width: 360px){
 .menu li a.lh-sp420 {
  line-height: 20px;
 }
}
