@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
  font-optical-sizing: auto;
  letter-spacing: 0.12em;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/
/*font-family: "Kosugi Maru", sans-serif;
font-family: "Raleway", sans-serif;*/

/* body base
===============================================================*/


.l-inner {
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}






.l-footer {
  padding: 25px 20px 30px;
  text-align: center;
}
.l-footerWrap {
  margin-bottom: 20px;
}
.l-footerMenuList {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.l-footerMenuList li {
  margin: 5px 10px;
}
.l-footerMenuList li a {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #ea8d8d;
  text-decoration: underline;
}
.l-footer__copy {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #ea8d8d;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding-bottom: 118px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 20px 20px 80px;
  }
  .l-footerMenuList li {
    margin: 3px 7px;
  }
  .l-footerMenuList li a {
    font-size: 11px;
  }
  .l-footer__copy {
    font-size: 11px;
  }
}

