@charset "UTF-8";



/* フッタ
-----------------------------------------------------------------*/
footer {
  background: #565656;
	/*background: #6fb401;*/
}

.footer-info h1 {
  width: 285px;
  margin-bottom: 10px;
}
.footer-address p {
	color: #fff;
	font-size: 1.2rem;
}


.footer-info,
.copyright {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-info {
  padding: 50px 0 20px;
}
.copyright {
  padding: 10px 0 50px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width:1200px) {
.footer-info {
  padding: 50px 50px;
}
.copyright {
  padding: 10px 50px 50px;
}
}
@media screen and (max-width:480px) {
.footer-info {
  padding: 50px 20px 20px;
}
.copyright {
  padding: 20px;
}
}


.footer-info dl a {
  color: #fff;
  transition: .3s;
}
.footer-info dl a:hover {
  color: #ffc041;
}

.footer-info dl {
  margin-bottom: 30px;
}
.footer-info dl dt {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  /*border-bottom: 1px dotted #ccc;*/
}
.footer-info dl dd {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin-bottom: 0.6em;
}
.footer-info dl dd:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0.2em; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #ccc; /*点の色*/
    }


.footer-contents {
  display: flex;
  justify-content: space-between;
}

.footer-contents-logo {
  width: 70%;
}
.footer-contents-nav {
  width: 25%;
}

@media screen and (max-width:768px) {
.footer-contents {
  flex-wrap: wrap;
}
.footer-contents-logo {
  width: 100%;
}
.footer-contents-nav {
  width: 100%;
}
.footer-info dl dt {
  border-bottom: 1px dotted #ccc;
}
}

@media screen and (max-width:480px) {
.footer-contents-item {
  width: 100%;
}
}



.hidden-slash {
	display: inline-block;
}


.copyright p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
	text-align: left;
}
.copyright p span {
  margin-left: 2px;
}

@media screen and (max-width:480px) {
.hidden-slash {display: none;}
}
