section.footer {
  padding-top: 0;
}

.footer {
  border-top: 2px solid #333333;
  background-color: #fff;
  max-width: 1402px;
  /* padding: 0 10px; */
  margin: 0 auto;
  padding-bottom: 8px;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
}

.bg-footer {
  background-color: #1d5c07 !important;
}

.py-50 {
  padding: 50px 0;
}

.border-bottom {
  /* border-bottom: 1px solid #dee2e6 !important; */
}

@media (min-width: 1300px) {
  .container2 {
    max-width: 1400px;
  }


}

/*@media (max-width: 992px){
	.container2 {
	    max-width: 95%;
	}
}*/
@media (max-width: 768px) {
  .container2 {
    max-width: 100%;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
}

.footer-links {
  display: flex;
  justify-content: space-around;
}

.footer-links li {
  padding-bottom: 7px;
  margin-bottom: 20px;

}

.footer-links a {
  /*color: #fff;*/
  text-decoration: none;
  color: #333;
  font-size: 18px;
  position: relative;
  transition: .3s all;
  opacity: 1;
}

.footer-links a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: transparent;
  bottom: -5px;
  display: block;
  border-radius: 10px;
  transition: .3s all;
}

.footer-links a:hover {
  opacity: 1;
}

.ju-ar {
  justify-content: space-around;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.fon18 {
  font-size: 18px;
}

.fon16 {
  font-size: 16px;
}

.fon14 {
  font-size: 14px;
}

.b {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.information-margin {
  margin-top: 20px;
}



/* その5  */
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}


.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #9D50BB;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }

  .footer-links a {
    /*color: #fff;*/
    text-decoration: none;
    font-size: 1.3em;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #777;
  }

  .footer-links a:after {
    content: ">";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
  }

  .footer-links li {
    padding-bottom: 0;
    margin-bottom: 0;
  }


}

.centering_parent {
  padding: 20px;
  /* 余白指定 */
  /*background-color:  #ddd;*/
  height: 150px;
  /* 高さ指定 */
}

.centering_item {
  /*background-color: #03A9F4;  */
  width: 400px;
  /* 幅指定 */
  height: 180px;
  /* 高さ指定 */
  margin: 0 auto;
  /* 中央寄せ */
}



.address_block {
  display: flex;
  /* gap: 0 50px; */
  justify-content: flex-end;
}

.address_box:first-child {
  margin-right: 40px;
}

.address_box:nth-child(2) .address_name_tex {
  padding: 3px 25px;
}

/* .address_box:nth-child(2) {
  width: 53%;
} */

.address_box {
  display: flex;
  /* gap: 0 26px; */
}
.address_name_box {
	margin-right: 26px;
}

.footer .inner2 {
  width: 100%;
}

.address_detai_text {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.9px;
}

.address_name_tex {
  font-size: 16px;
  border: 1px solid #333;
  padding: 3px 15px;
}

.footer_logo_block {
  position: relative;
}

.footer_logo_box {
  position: absolute;
  left: -39px;
}

.no_padding {
  padding-right: 0;
}

.footer-links {
  justify-content: flex-end;
  gap: 0 60px;
  flex-wrap: wrap;
  margin-right: 55px;
}

.copy_small_font {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.row-p2 {
  justify-content: center;
}

.privacy_text {
  font-size: 12px;
  text-align: right;
}

.logoarea>img {
  width: 90%;
}

@media (max-width:1300px) {
  .footer {
    padding: 0 10px;
    margin: 0 10px;
  }

}

@media (max-width:1257px) {
  /* .footer_flex {
    flex-direction: column;
  } */

  .footer_logo_box {
    text-align: center !important;
    position: inherit;
  }

  /* .logoarea img {
    width: 50%;
  } */
  .footer-links {
    justify-content: flex-start;
  }

  .address_block {
    justify-content: flex-start;
    flex-direction: column;
  }

  .footer_flex {
    align-items: center;
  }
}

@media (max-width:991px) {
  .footer_flex {
    flex-direction: column;
  }

  .logoarea>img {
    width: 30%;
  }

  .footer_logo_box {
    left: 0;
  }

  .address_box:first-child {
    margin-right: 0;
  }

  .footer-links {
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
    margin-right: 0;
  }
}

@media (max-width:767px) {
.address_name_box {
	margin-right: 0;
}
  .footer-links {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .logoarea>img {
    width: 40%;
  }

  .no_padding {
    padding-right: 10px;
  }

  .address_box {
    flex-direction: column;
  }

  .address_box:first-child {
    margin-bottom: 30px;
  }

  .privacy_text {
    text-align: center;
  }
}

/* footer */