@charset "UTF-8";
footer {
  padding: 40px 0;
}
.footerB {
  color: #7b7b7b;
}
.footerB ul {
  display: flex;
  align-items: center;
}
.footerB ul span {
  margin: 0 10px;
}
.footerB ul li {
  font-size: 15px;
}
.ft_logo img { width: 248px; }
section.main_btnBox {
  position: fixed;
  right: 36px;
  bottom: 30px;
  z-index: 11;
}
section.main_btnBox.main_btnBox ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.main_btnBox.main_btnBox ul li {
  margin-bottom: 20px;
}
section.main_btnBox.main_btnBox li a {
  display: block;
  border-radius: 130px;
}
section.main_btnBox.main_btnBox li {
  width: 66px;
}
section.main_btnBox.main_btnBox li.sublink {
  width: 120px;
  cursor: pointer;
}
section.main_btnBox.main_btnBox li a img {
  width: 100%;
  cursor: pointer;
}
.footerTop {
  border-bottom: 1px solid #cecece;
  padding-bottom: 5px;
  margin-bottom: 48px;
}
.footerTop ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footerTop ul li a {
  font-size: 14px;
  color: #7b7b7b;
  display: block;
}
.footerTop ul li:first-child::after {
  content: "";
  display: block;
  background: #7d7d7d;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.footerTop ul li {
  margin-left: 40px;
  position: relative;
}
.copyright {
  font-size: 14px;
  color: #7b7b7b;
}
.ft_name {
  font-size: 18px;
  color: #7b7b7b;
}
.footerBottom { display:flex; }
.footerBottom > .left { flex:1; font-size:25px; color:#ed6f1a; font-weight:700; }
.footerBottom > .right { flex:1; }
.footerBottom > .right > ul { display: flex; width: 240px; margin-left:auto; }
.footerBottom > .right {
  padding-top: 5px;
}
.footerBottom > .right ul {
  float: right;
  margin:0;
  padding:0;
}
.footerBottom > .right ul li {
	position: relative;
	padding:010px;
}
.footerBottom > .right ul li a {
  font-size: 14px;
  color: #7b7b7b;
  display: block;
}
.footerBottom > .right ul li:first-child::after {
  content: "";
  display: block;
  background: #7d7d7d;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.footerB .tel {
  display:none;
  font-size: 25px; 
  color: #ed6f1a; 
  font-weight: 700;
}

@media screen and (max-width: 767px) {
	footer { padding: 40px 0 12px; position:relative; }
	.ft_logo { position: absolute; top:48px; left:calc(50% - 74px); transform: translate(0, -50%); }
	.ft_logo img { width: 140px; }
	.footerB.flex_sb { margin-top: 40px !important; margin-bottom: 0 !important; }
	.footerB .tel { text-align: center; margin-top: 10px; }
	.ft_name.wrap { display: none; }
	.footerBottom > .right { display: flex; justify-content: center; padding-top: 0; }
	.footerB ul li { font-size: 13px; }
	.footerBottom > .right ul li a { font-size: 14px; }
	.ft_name { font-size: 16px; }
}