@charset "UTF-8";
a#topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: #333;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0.8;
  z-index: 10;
}

a#topBtn span {
  color: white;
  line-height: 40px;
}

#footer_bg {
  background-color: #383838;
  width: 100%;
  padding-left: 160px;
  box-sizing: border-box;
  position: relative;
}

#footer_bg #footer {
  background-color: #256920;
  width: 100%;
  display: table;
  padding: 25px 0;
}

#footer_bg #footer .footer_left {
  display: table-cell;
  width: 500px;
  letter-spacing: -1px;
  background-color: #eefbed;
  position: relative;
  padding: 15px 10px 15px 20px;
  z-index: 0;
  font-size: 14px;
}

#footer_bg #footer .footer_left:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eefbed;
}

#footer_bg #footer .footer_left dl dt {
  font-size: 24px;
	margin-bottom: .25em;
}

#footer_bg #footer .footer_left dl dt p {
  display: inline-block;
  width: 8%;
}

#footer_bg #footer .footer_left dl dt span {
  height: 40px;
  vertical-align: super;
  padding-left: 5px;
}

#footer_bg #footer .footer_left dl dd {
  display: table-cell;
  padding-right: 10px;
}

#footer_bg #footer .footer_center {
  display: table-cell;
  width: auto;
  font-size: 18px;
  color: white;
  padding-left: 30px;
  box-sizing: border-box;
  vertical-align: middle;
}

#footer_bg #footer .footer_center p {
  line-height: 1.4;
}

#footer_bg #footer .footer_right {
  display: table-cell;
  width: 320px;
  padding: 0 25px 0 20px;
  box-sizing: border-box;
  color: white;
  vertical-align: middle;
}

#footer_bg #footer .footer_right p {
  font-size: 23px;
  margin-bottom: 5px;
  font-weight: bold;
}

#footer_bg #footer .footer_right p span {
  font-size: 36px;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
}

#footer_bg #footer .footer_right .footer_contact {
  background-color: white;
  color: #222222;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
}

#footer_bg #footer .footer_right .footer_contact a {
  padding: 12px;
  display: block;
}

#footer_bg #footer .footer_right .footer_contact span {
  font-size: 14px;
  background-color: #256920;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-right: 15px;
  min-width: 10%;
}

#footer_bg #footer .footer_right .footer_contact span:before {
  padding: 9px;
  display: inline-block;
}

#footer_bg #footer_menu .footer-menu ul {
	padding-top: 1em;
  padding-left: 15px;
  display: table;
}

#footer_bg #footer_menu .footer-menu ul li {
  display: table-cell;
  border-right: solid 1px white;
}

#footer_bg #footer_menu .footer-menu ul li:last-child {
  border: none;
}

#footer_bg #footer_menu .footer-menu ul li a {
  color: white;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
}

#footer_bg #footer_bottom {
  color: white;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 30px 30px;
}

#footer_bg #footer_bottom a {
  color: white;
}

#footer_bg #footer_bottom a:hover {
  background-color: inherit;
  color: white;
}

#footer_bg #footer_bottom .f_bottom_left {
  display: table-cell;
  font-size: 28px;
}

#footer_bg #footer_bottom .f_bottom_left span {
  font-size: 40px;
  vertical-align: sub;
  padding-right: 10px;
}

#footer_bg #footer_bottom .f_bottom_right {
  display: table-cell;
  text-align: right;
  font-size: 10px;
}

#footer_bg #footer_sp {
  display: none;
}

.br-pc {
  display: none;
}

#footer_menu .menu-footer ul {
  padding-left: 15px;
  display: table;
}

#footer_menu .menu-footer ul li {
  display: table-cell;
  border-right: solid 1px #ffffff50;
}

#footer_menu .menu-footer ul li:last-child {
  border: none;
}

#footer_menu .menu-footer ul li a {
  color: white;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
PC - Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #footer_bg #footer {
    position: relative;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
  }
  #footer_bg #footer p, #footer_bg #footer span, #footer_bg #footer dt, #footer_bg #footer dd, #footer_bg #footer img, #footer_bg #footer div {
    font-size: 1.25vw;
    line-height: 1.5em;
  }
  #footer_bg #footer:before {
    content: "";
    display: block;
    padding-top: 120px;
  }
  #footer_bg #footer .footer_left {
    position: absolute;
    top: 10px;
    left: 0;
    width: 48%;
    height: 120px;
    box-sizing: border-box;
  }
  #footer_bg #footer .footer_left dl dt img {
    width: 100%;
  }
  #footer_bg #footer .footer_left dl dt span {
    font-size: 1.8vw;
    line-height: 1.5em;
  }
  #footer_bg #footer .footer_left dl dd {
    font-size: 1.2vw;
    line-height: 1.5em;
  }
  #footer_bg #footer .footer_center {
    position: absolute;
    top: 0%;
    left: 48%;
    width: 22%;
    padding-left: 2.5%;
    height: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 140px;
  }
  #footer_bg #footer .footer_center p {
    font-size: 1.75vw;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
  }
  #footer_bg #footer .footer_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    padding-right: 2.5%;
    padding-left: 1.6666666666666667%;
    padding-top: 2%;
    height: 100%;
    box-sizing: border-box;
  }
  #footer_bg #footer .footer_right p {
    font-size: 1.8vw !important;
    line-height: 1.5em;
  }
  #footer_bg #footer .footer_right p span {
    font-size: 3vw !important;
    line-height: 1.5em;
  }
  #footer_bg #footer .footer_right .footer_contact {
    font-size: 1.25vw !important;
  }
  #footer_bg #footer .footer_right .footer_contact a {
    padding: 4.444444444444445%;
    display: block;
  }
  #footer_bg #footer .footer_right .footer_contact a:hover {
    background-color: white;
  }
  #footer_bg #footer .footer_right .footer_contact a span {
    font-size: 1.25vw !important;
    margin-right: 5%;
  }
  #footer_bg #footer .footer_right .footer_contact a span:before {
    font-size: 1.25vw !important;
    padding: 10% 20%;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .br-pc {
    display: block;
  }
  #footer_bg {
    padding-left: 0;
  }
  #footer_bg #footer {
    background-color: white;
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  #footer_bg #footer .footer_left {
    display: block;
    width: 87.16577540106952%;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    background: white;
    border: 1px solid #808080;
    z-index: 0;
  }
  #footer_bg #footer .footer_left:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: white transparent transparent transparent;
    z-index: 0;
  }
  #footer_bg #footer .footer_left:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #808080 transparent transparent transparent;
    z-index: -1;
    top: auto;
  }
  #footer_bg #footer .footer_left dl {
    text-align: left;
  }
  #footer_bg #footer .footer_left dl dt {
    display: table;
    margin: 0 auto;
    padding: 15px 0;
  }
  #footer_bg #footer .footer_left dl dt p {
    display: table-cell;
    max-width: 100%;
    width: 42px;
    vertical-align: middle;
  }
  #footer_bg #footer .footer_left dl dt p img {
    vertical-align: bottom;
  }
  #footer_bg #footer .footer_left dl dt span {
    height: auto;
    vertical-align: bottom;
    padding-left: 10px;
    display: table-cell;
    line-height: 1;
    font-size: 18px;
  }
  #footer_bg #footer .footer_left dl dd {
    display: none;
  }
  #footer_bg #footer .footer_center {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #222;
    padding-left: 0px;
    text-align: center;
  }
  #footer_bg #footer .footer_right {
    display: none;
  }
  #footer_bg #footer_menu {
    display: none;
  }
  #footer_bg #footer_bottom {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 20px 20px 20px;
  }
  #footer_bg #footer_bottom a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  #footer_bg #footer_bottom .f_bottom_left {
    display: block;
    font-size: 20px;
  }
  #footer_bg #footer_bottom .f_bottom_left span {
    vertical-align: sub;
    padding-right: 10px;
  }
  #footer_bg #footer_bottom .f_bottom_right {
    display: none;
  }
  #footer_bg #footer_sp {
    display: block;
    width: 100%;
  }
  #footer_bg #footer_sp ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
  }
  #footer_bg #footer_sp ul li {
    display: table-cell;
    width: 50%;
    text-align: center;
    background-color: #256920;
  }
  #footer_bg #footer_sp ul li:first-child {
    border-right: solid 1px white;
  }
  #footer_bg #footer_sp ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 600;
    height: 80px;
  }
  #footer_bg #footer_sp ul li a:hover {
    background-color: inherit;
  }
  #footer_bg #footer_sp ul li a span {
    font-size: 30px;
    display: block;
    color: white;
    padding-bottom: 5px;
    color: white;
  }
  #footer_bg #footer_sp ul li a span:before {
    color: white;
  }
}
