@charset "utf-8";
footer {
  display: block;
  background: #fff;
  padding: 50px 0 48px;
  overflow: hidden;
}
.news p {
  font-size: 15px;
  font-weight: 600;
}
.news dl {
  padding-bottom: 16px;
  margin-top: 17px;
  border-bottom: 2px #000 dotted;
  clear: both;
  overflow: hidden
}
.news dl:last-of-type {
  border: none
}
.news dl:first-of-type {
  border-bottom: 2px #000 dotted;
}
.news dt {
  width: 10%;
  float: left;
  font-size: 14px;
  color: #585858;
  line-height: 22px;
}
.news dd {
  width: 90%;
  float: right;
  font-size: 14px;
  line-height: 22px;
}
.footer_area {
  position: relative;
  display: flex;
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_logo {
  padding: 0 26px 0 0;
}
.footer_logo img {
  width: 120px;
}
.footer_text {
  padding: 11px 0 0 0;
  line-height: 19px;
  z-index: 2;
  text-align: left;
}
.footer_text div:first-of-type {
  padding-bottom: 5px;
}
.footer_text a {
  text-decoration: none;
  font-size: 12px;
  margin-right: 4px;
}
.scblock {
  display: block;
}
.footer_sns {
  position: absolute;
  right: 0;
}
.footer_sns img {
  width: 26px;
  margin: 0 0 8px 11px;
}
.footer_sns .snsicon {
  margin: 1px 0 0 auto;
  display: table;
}
/* common footer */
.commonFooter .footer_text {
  padding: 0;
}
.commonFooter .footer_sns {
  bottom: 0;
}
.copyrights {
  text-align: right;
  display: block;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block;
  }
  .cvarea {
    padding-left: 13px;
  }
  .cvarea a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: .1s
  }
  .cvarea a:hover {
    transform: scale(1.07);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: .2s
  }
  _::-webkit-full-page-media, _:future, :root .concept .pac img {
    width: 462px;
    height: 456px;
  }
}
.less320 {
  display: none;
}
@media screen and (max-width: 320px) {
  .less320 {
    display: block;
  }
  .more320 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news dd {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
  .news {
    padding: 0 30px 4px
  }
  .news dt {
    font-size: 12px;
    line-height: 22px;
  }
  .news dd {
    width: 78%;
    font-size: 12px;
    line-height: 22px;
  }
  .news dl {
    margin-top: 12px;
  }
  .footer_area {
    padding: 5px 30px 0;
  }
  .footer_text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0;
  }
  .footer_text a {
    margin-right: 9px;
  }
  .footer_logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 27px 0 0 0;
  }
  .footer_sns {
    right: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: calc(100% - 120px);
    padding: 46px 0 0 0;
    bottom: 2px;
  }
  .footer_sns img {
    width: 26px;
    margin: 0 0 5px 11px;
  }
  .footer_text {
    line-height: 20px;
  }
  .copyrights {
    font-size: 8px;
    line-height: 12px;
  }
  .footer_text {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .commonFooter .footer_text {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .footer_text a {
    margin-right: 7px;
  }
  .footer_text {
    line-height: 21px;
  }
}
.footer_area {
    min-width: auto;
    max-width: 680px;
  margin: auto
}
@media screen and (max-width: 991px) {
.commonFooter {
    width: 100%;
    max-width: 745px;
}
}
