.globalnav .dropdown {
  left: -85px;
  width: 260px;
}
#side_button .top1 {
  top: 50%;
  right:0;
  text-align: center;
  font-weight: 600;
  background:rgb(5, 139, 183, 0.2);
  font-size: 11px;
  color: #058bb7;
  z-index: 300;
}
#side_button p a {
  z-index: 9999;
  position: fixed;
  display: inline-block;
  transition: all 0.2s ease;
  padding: 12px;
}
.btn {
  margin: 35px 0 10px 0;
  border-radius: 12px;
  border: solid 1px #ccc;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
  background-image: linear-gradient(178deg, rgb(251, 249, 249), rgb(212, 211, 211));
}
.btn a {
  padding: 12px 0;
  display: block;
}
.btn a:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e409";
  color: #000;
  position: relative;
  top: 3px;
}
.material-icons {
  font-size: 35px;
  display: block;
  color: #058bb7;
}
.video_icon:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e04a";
  position: relative;
  top: 5px;
  font-size: 18px;
}
.link_icon:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e89e";
  position: relative;
  top: 4px;
  font-size: 18px;
}
.video_icon a,
.link_icon a {
  text-decoration: underline;
}
.pc_none {
  display: none;
}

@media screen and (max-width: 960px) {
  #side_button {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .globalnav .dropdown {
    width: 100%;
  }
}

#footer_bana ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer_bana ul:after {
  content: "";
  width: 24%;
}
#footer_bana ul li {
  width: 24%;
  margin-bottom: 7px;
}
#footer_bana ul li img {
  width: 100%;
  height: auto;
}
#footer_info {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
#footer_info div {
  width: 47%;
  margin-bottom: 10px
}
#footer_info div .f_name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: -3px;
}
#footer_info div .f_name span {
  font-weight: normal;
  font-size: 14px;
}
#footer_info div .f_tel {
  font-weight: bold;
  font-size: 20px;
}
#footer_info div .f_tel span {
  margin-left: 1em;
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
}
#footer_info .pdf,
#footer_info .mail {
  margin: 7px 0 0 0;
}
#footer_info .pdf a,
#footer_info .mail a {
  text-decoration: underline;
}

.f_btn_area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.btn_pdf,
.btn_mail {
  margin:0 12px 10px 0;
  width: 10em;
  border-radius: 12px;
  border: solid 1px #ccc;
  font-size: 16px;
  text-align: center;
  background-image: linear-gradient(178deg, rgb(251, 249, 249), rgb(212, 211, 211));
}
.btn_pdf a,
.btn_mail a {
  padding: 5px 0;
  display: block;
}
.btn_pdf a:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e415";
  color: #c00;
  position: relative;
  top: 1px;
  font-size: 16px;
}
.btn_mail a:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e0e1";
  color: #000;
  position: relative;
  top: 1px;
  font-size: 16px;
}
.footer_map {
font-weight: 600;
  border: solid 1px #000;
  font-size: 12px;
  display: inline-block;
}
.footer_map a {
  display: block;
  padding: 0 5px;
  color: #000 !important;
  padding: 3px 5px 0 5px;
}

@media screen and (max-width: 800px) {
#footer_info {
  display: block;
}
#footer_info div {
  width: 100%;
}
}
@media screen and (max-width: 600px) {
#footer_bana ul li {
  width: 48%;
}
}