a:visited {
	color: #000;
}

/* local setting */
body{
  font-family: MyHiraginoGothic,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  margin: 0;
}

/* footer sp */
footer h1{
  margin-top: 0;
  margin-bottom: 0;
}
footer a {
  text-decoration: none;
  color: #333;
}
footer a:hover{
  text-decoration: underline;
}
footer ol,footer  ul {
  margin-top: 0;
  margin-bottom: 0;
}
footer .clearfix:after, footer .clearfix:before {
  display: table;
  content: " ";
}
footer *, footer :after, footer :before {
  box-sizing: border-box;
}
footer .clearfix:after {
  clear: both;
}
footer.l-footer {
  background-color: #f5f5f5;
}
footer .l-footer__bottom {
  height: auto;
  border-top: 1px solid #e40011;
}
footer .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
footer .row {
  margin-right: -16px;
  margin-left: -16px;
}
footer .row:after, footer .row:before {
  display: table;
  content: " ";
}
footer .row:after {
  clear: both;
}
footer .col-sm-8{
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
footer .c-footer__btm__menu {
  padding-top: 16px;
  text-align: center;
  padding-left: 0;
  list-style: none;
}
footer .c-footer__btm__menu:after, footer .c-footer__btm__menu:before {
  display: table;
  content: " ";
}
footer .c-footer__btm__menu:after {
  clear: both;
}
footer .c-footer__btm__menu li {
  font-size: 12px;
  display: inline-block;
  float: none;
  margin-right: 12px;
  margin-left: 12px;
}
footer .l-footer__bottom__copyright {
  margin-top: 14px;
  margin-bottom: 10px;
}
.c-footer__copyright {
  font-size: 10px;
  text-align: center;
  line-height: 1em;
}


.l-footer__outer {
    border-top: 5px solid #e40011;
}

.l-header__submenu__company {
    display: none;
}
.hidden-xs {
    display: none!important;
}

/* sns */

.l-footer__sns {
    background-color: #dddddd;
}

.l-footer__sns ul {
    margin: 0;
    padding: 16px 0;
    list-style: none;
    text-align: center;
}

.l-footer__sns ul li {
    margin: 0 16px;
    padding: 0;
    display: inline-block;
}

.l-footer__sns ul li a::before {
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 8px 0 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.l-footer__sns__facebook a::before {
    background-image: url(../img/icon_facebookat2x.svg);
    background-size: 14px 14px;
    width: 14px;
}

.l-footer__sns__twitter a::before {
    background-image: url(../img/icon_twitterat2x.svg);
    background-size: 17px 14px;
    width: 17px;
}
.l-footer__sns__instagram a::before {
    background-image: url(../img/icon_instagramat2x.svg);
    background-size: 14px 14px;
    width: 14px;
}

.l-footer__sns__youtube a::before {
    background-image: url(../img/icon_youtubeat2x.svg);
    background-size: 20px 14px;
    width: 20px;
}