footer{
    margin-top: 180px;
}
.footer_container{
    background: #1D1D1D;
}
.footer_wrapper{
    /*最大幅は変更になる可能性あり*/
    max-width: 1186px;
    margin: 0 auto;
    width: 95vw;
}
.footer_flex_content{
    display: flex;
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #ffffff;
}
.footer_flex p.footer_heading{
    padding-bottom: 25px;
}
.footer_flex a.footer_link{
    line-height: 35px;
}
.footer_flex01{
    width: 275px;
}
.footer_flex02{
    width: 310px;
}
.footer_flex03{
    width: 165px;
}
.footer_copy_right_flex_heading{
    display: flex;
    justify-content: center;
    gap:35px;
    padding-top:25px;
    padding-bottom: 40px;
}
.footer_copy_right_flex img{
    width: 178.42px;
}
.footer_copy_right_flex p{
    font-size: 14px;
}
/*---10/26〜10/27---*/
.footer_heading{
    font-weight: 700;
}
/*-------------*/
/*---10/26〜10/27---*/
.footer_heading{
    font-weight: 700;
}
/*-------------*/
/*==========レスポンシブ==========*/
/*横幅の変更がある事を考え、後ほど作成します。*/
/*---10/26〜10/27---*/
@media(max-width:768px){
    footer{
        margin-top:100px;
    }
}
/*-------------*/
/*-------------*/
/*-------------*/
@media(min-width:768px){
    .footer_flex i{
        display: none;
    }
}
@media(max-width:768px){
    .footer_copy_right_flex_heading{
        flex-wrap:wrap;
        width:95vw;
        margin:0 auto
    }
    footer br{
        display:none;
    }
    .footer_flex_content{
        flex-wrap:wrap;
        width:95vw;
        margin:0 auto;
        padding-top:25px !important;
        padding-bottom:25px !important;
    }
    .footer_flex {
        display: block;
        cursor: pointer;
        width:100% !important;
        transition: max-height 0.5s ease-out, transform 0.3s ease;
        margin-top:30px;
        overflow: hidden;
    }
    .footer_heading{
        padding-bottom:0 !important;
    }
    .footer_flex i{
        color:#ffffff;
        transition: transform 0.3s ease;
    }
    .footer_flex_arrow{
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin-bottom:15px;
    }
    .footer_flex > .footer_link {
        display: block;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .footer_flex > .footer_link:not(:first-child) {
        display: none;
    }
    .footer_flex.open > .footer_link:not(:first-child) {
        display: block;
        transform: translateY(0); 
        transition:0.5s;
    }
    .footer_flex p.footer_heading {
        font-weight: bold;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .footer_flex p.footer_heading i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }
    .footer_flex.open p.footer_heading i {
        transform: rotate(180deg);
    }
    .footer_copy_right_flex_heading {
        gap:20px !important
    }
    .footer_copy_right_flex img{
        max-width:154px
    }
    .footer_copy_right_flex{
        text-align:center;
                font-size:12px;
    }
    .footer_copy_right_flex br{
        display:block;
    }
}
/*
@media (min-width: 769px) and (max-width: 1100px) {
    .footer_wrapper {
        width: 95vw;
    }
}
/*
/*-------------*/
/*-------------*/
/*-------------*/