/* ▼ footer settings ▼ */

.l-footer {
  width: 100%;
  margin: 0px auto;
  padding-top: 30px;
  background-color: #27a639;
  font-family: "Noto Sans JP", MS PGothic, Arial, Hiragino Kaku Gothic ProN, Osaka, sans-serif;
}

.l-footer__top-button--sp {
  display: none;
}

.l-footer__top-button__image {
  width: 80%;
  max-width: 454px;
  margin: 0 auto;
}

.l-footer__company,
.l-footer__company--pc {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.l-footer__company--left-logo {
  font-size: 2rem;
}

.l-footer__company--left-address {
  font-size: 1.4rem;
}

.l-footer__company--right {
  width: 28%;
}

.l-footer__company--right-list {
  font-size: 1.4rem;
  display: block;
  text-align: right;
}

.l-footer__company--right-list li {
  list-style: none;
}

.l-footer__company--right-list a {
  color: #142ff7;
  text-decoration: underline;
}

.l-footer__company--sp {
  display: none;
}

.l-footer__mark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 0;
}

.l-footer__jadma {
  width: 20%;
  max-width: 120px;
}

.l-footer__jadma--logo {
  width: 100%;
  max-width: 120px;
}

.l-footer__jadma--content {
  font-size: 11px;
}

.l-footer__privacy {
  width: 18%;
  max-width: 94px;
}

.l-footer__privacy--logo {
  width: 100%;
  max-width: 94px;
}

.l-footer__small {
  display: block;
  font-size: 10px;
  text-align: center;
  margin: 20px auto 0;
  padding: 25px 0;
  background: #e5e5e5;
}


/* フッター */

.footer__rogo {
  max-width: 100%;
  width: 100%;
padding: 0 10px;
}

.footer__rogo img {
  width: 100%;
  height: auto;
}


.l-footer {
  text-align: center;
  margin-top: 20px;
}

.l-footer__head {
  padding: 20px 0;
}

.l-footer__list {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.l-footer__item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.l-footer__item a:hover {
  color: #142ff7;
  text-decoration: underline;
}

.l-footer__item {
  border-right: 1px solid #fff;
  padding: 0px 10px;
	color: aliceblue
}

.l-footer__item:last-child {
  border-right: none;
}

.l-footer .l-footer__body h1 {
  margin: 0;
  font-size: 24px;
}

.l-footer .l-footer__body p {
  margin: 0;
  font-size: 16px;
}

/* SEAC用 */
.l-footer__small--seac {
  background-color: #232773;
  color: #fff;
}

/* SEAC用 */



@media screen and (min-width: 768px) {
  .footer__rogo {
    max-width: 600px;
    margin: 0 auto;
  }
  .footer__rogo img {
    width: 100%;
    height: auto;
  }
}



/* フッター */
/* ▲ footer settings ▲ */