
.footer-section-small{
    display:flex;
    margin:0 auto;
    width:300px;
}
.footer-section-small-right{
    width:150px;
}
.footer-section-small-left{
width:150px;
}
.footer-image-small {
display: flex;
margin:0 auto;
/*height:82px;*/
/*width: 150px;*/
width:300px;
max-width: 100%;
/*height: 82px;*/
/*align-items:flex-end;*/
align-items: center;
}
.logo-footer-small{
width: 150px;
height: 55.3px;
}
.slogan-footer-small{
width: 150px;
height: 25.7px;
}
.footer-ul-small {
column-count: 1;
column-gap: 10px;
font-size:14px;
padding: 0;
list-style: none;
/*width:350px;*/
width:150px;
margin: 0 auto ;
}

.footer-ul-small li {
break-inside: avoid;
margin-bottom: 4px;
padding: 4px;
color: #fff;
text-align: left;
}



.footer-text{
color:#000000;
text-align:left;
}

.environment-form-small {
text-align: center;
color: white;
padding: 20px;
background-color: #919191;
width: 100%;
}
.environment-form-vertical-small {
    text-align: center;
    color: white;
    padding: 20px;
    background-color: #919191;

    }
.footer-sub-text{
color:#000000;
text-align:left;
font-size:12px;
}


/*large*/
.environment-form {
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 20px;
    background-color: #25201e;
    box-shadow: 0 0 5px rgb(30, 102, 17, 0.1);
    min-width: 1100px;

}
.footer-content{
    width:1000px;
    margin: 0 auto 10px auto;

    display:flex;
}

.footer-ul-list {
  column-count: 1;
  padding: 0;
  list-style: none;
  margin: 0 auto ;
  text-align:left;
}

.footer-ul-list li {
  break-inside: avoid;
  color: #fff;
}

.footer-center{
    display:flex;
    width:1000px;
}
.logo-footer{
    width: 200px;
    height: 73.7px;
}
.slogan-footer{
    width: 200px;
    height: 34px;
}
.footer-center > *:not(:last-child) {
    margin-right: 50px;
}
.yellow-white-underline {
color:  rgb(255, 255, 255);
text-decoration: none;
position: relative;
}

.yellow-white-underline:hover::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -2px;
border-bottom: 1px solid #9c9c9c;
}

.yellow-white-underline:hover {
color: rgb(150, 150, 150);
}
.black-white-underline {
    color:  rgb(255, 255, 255);
    text-decoration: none;
    position: relative;
    }

    .black-white-underline:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 1px solid #000000;
    }

    .black-white-underline:hover {
    color: rgb(0, 0, 0);
    }
.footer-large-text{
color:#d0d0d0;
text-align:left;
font-weight:500;
font-size:12px;
}
.sns-box-footer{
    display:flex;
}

.sns-box {
    display: flex;
    gap: 0.5rem;
    }

    .btn-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    box-sizing: border-box;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    }

    .btn-sns svg {
    fill: #fff;
    }

    .btn-x {
    background-color: #111319;
    }


    .btn-sns:hover {
    opacity: 0.8;
    }

    .footer-image {
        display: block;
        margin-left:0;
        width:200px;
        max-width: 100%;
        /*height: 82px;*/

        }
/*vertical-footer*/
.environment-form-vertical {
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 20px;
background-color: #25201e;
    box-shadow: 0 0 5px rgb(30, 102, 17, 0.1);
    width: 520px;

}
.footer-center-vertical{
    display: flex;
    justify-content: space-around;
    height: 100%;
}
.footer-section {
    width: 100%;
}
.footer-ul-list-vertical {
  column-count: 1;
  /*column-gap: 10px;*/

  padding: 0;
  list-style: none;
  /*width:700px;*/
  margin: 0 auto ;
  text-align:left;
}

.footer-ul-list-vertical li {
  break-inside: avoid;
  /*margin-bottom: 4px;
  padding: 4px;*/
  color: #fff;
}
@media screen and (min-width: 481px) {
    .environment-form-small{
        display:none;
    }
    .environment-form-vertical-small{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .environment-form{
        display:none;
    }
    .environment-form-vertical{
        display: none;
    }
}

