footer {
  line-height: 1;
  letter-spacing: .1em;
  vertical-align: baseline;
}
footer a {
  color: #4d4d4d;
  font-size: 13px;
  letter-spacing: .1em;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease-out;
 }
 footer a:active,
 footer a:hover {
   outline-width: 0;
   color: #96d200;
 }
footer.footer_baby {
  margin-bottom: 16px;
  padding-top: 160px; }

.footer_link_wrap {
  width: 860px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.footer_link_wrap > div {
  -webkit-flex: 0 0 22%;
  flex: 0 0 22%; }

.footer_baby .footer_link_wrap > div {
  color: #fff; }

.footer_baby a {
  color: #fff; }

.footer_baby a:hover {
  color: #009953; }

.footer_baby ul {
  color: #fff; }

footer dl dt {
  border-bottom: 1px solid #96d200;
  padding-bottom: 10px;
  margin-bottom: 17px;
}

footer dl dt a {
  font-family: 秀英丸ゴシック B, DNPShueiMGoStd-B;
  font-size: 13px;
}


footer.footer_baby dl dt {
  border-bottom: 1px solid #009953; }

footer.footer_senior a:hover {
  color: #00d1e5; }

footer.footer_research a:hover {
  color: #009a4d; }

footer.footer_mouth a:hover {
  color: #ff8232; }

footer.footer_senior dl dt {
  border-bottom: 1px solid #00d1e5; }

footer.footer_research dl dt {
  border-bottom: 1px solid #009a4d; }

footer.footer_mouth dl dt {
  border-bottom: 1px solid #ff8232; }

footer dl dd {
  margin: 0 0 9px 0; }

footer dl dd a {
  font-size: 11px;
  padding-left: 18px;
  letter-spacing: .1em;
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4; }

footer dl dd img {
  margin-right: 10px;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.footer_mouth_wrap {
  margin-top: 30px; }

.footer_corporate_wrap {
  margin-top: 30px; }

.footer_milk {
  margin-top: 30px;
}

.footer_corporate_link {
  margin-top: 67px;
  text-align: center; }

.footer_corporate_link ul li {
  padding: 0 12px;
  display: inline; }

.footer_corporate_link ul li a {
  font-size: 14px;
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4;
  letter-spacing: .1em; }

.footer_sns_wrap {
  width: 200px;
  text-align: center;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid #96d200; }

.footer_baby .footer_sns_wrap {
  border-bottom: 1px solid #009953; }

.footer_sns_wrap img {
  margin: 0 12px; }

.footer_baby path, .footer_baby rect {
  fill: #009953; }

.footer_baby svg:first-child path {
  fill: #96d200; }

.logo_copyright_wrap {
  font-size: 10px;
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.2em; }

.logo_copyright_wrap p {
  font-family: UD新丸ゴ R, UD Shin Maru Go Regular;
  margin-top: 12px; }

footer .logo {
  width: 26%;
  height: auto;
}

.cross_icon {
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px; }

.cross_icon:before,
.cross_icon:after {
  position: absolute;
  left: 4px;
  content: ' ';
  height: 12px;
  width: 1px;
  background-color: #96d200;
  transition: all .4s;
  border-radius: 10px;
}

.footer_baby .cross_icon:before,
.footer_baby .cross_icon:after {
  background-color: #009953; }

.footer_senior .cross_icon:before,
.footer_senior .cross_icon:after {
  background-color: #00d1e5; }

.footer_research .cross_icon:before,
.footer_research .cross_icon:after {
  background-color: #009a4d; }

.footer_mouth .cross_icon:before,
.footer_mouth .cross_icon:after {
  background-color: #ff8232; }

.cross_icon:before {
  transform: rotate(90deg); }

.cross_icon_change:before {
  transform: rotate(180deg); }

.cross_icon_change:after {
  transform: rotate(90deg); }

.footer_seminor {
  letter-spacing: 0em;
  font-size: 10px; }

.footer_nolink_head {
  font-family: 秀英丸ゴシック B, DNPShueiMGoStd-B;
  font-size: 13px;
}
#pagetop {
  position: fixed;
  right: 2%;
  bottom: 3%;
  cursor: pointer;
}
