@charset "UTF-8";
/* CSS Document */

/*footer1*/
div#footer1 {
    padding: 67px 0 0 0;
    background-color: #f0f0f0;
    letter-spacing: 1.5px;
}

#footer1 .Block{
    display: flex;
    margin-bottom: 100px;
}

#footer1 .Block dl{
    float: left;
    margin-right: 60px;
    width: 360px;
}

#footer1 .Block dl:nth-of-type(3n){
    margin-right: 0;    
}

#footer1 .Block dl dt{
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #006d80;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
}
#footer1 .Block dl dd{
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}
#footer1 img{
    width: 100%;
}

#footer1 .ftr{
    margin: 50px 0;
}

#footer1 .ftr-logo {
    text-align: center;
    width: 140px; 
    margin: 5px auto;
}
#footer1 .ftr-ADD {
    text-align: center;
}
#footer1 .ftr-ADD p{
    margin: 5px 0;
}

#footer1 .ftr-ADD p a{
    color: #222;
    text-decoration: none;
}

#footer1 .ftr-SNS {
    width: 16%;
    margin: 15px auto;
}
#footer1 .ftr-SNS ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#footer1 .ftr-SNS ul li{
    list-style: none;
    width: 20%;
}

#footer1 .fnav{
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 20px auto 20px;
    padding: 0;
}

#footer1 .fnav li{
    list-style: none;
}

#footer1 .fnav li a{
    color: #222;
    text-decoration: none;
}
#footer1 div.Copyright{
    text-align: center;
    background: #1b1b1b;
    color: #fff;
    height: 100%;
    font-size: 13px;
    line-height: 100%;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*footer1*/

#footer1 .ftr-Heading.card {
    margin-top: 30px;
}

#footer1 div.Copyright a {
    color: #fff;
}

#footer1 div.Copyright a:hover {
    color: #8e8e8e;
}

div#logo_footer {
    margin: 0px auto 100px;
    text-align: center;
}

#footer1 .block {
    height: 100px;
}

@media(max-width:1024px){

}

#footer1 .Block dl dd {
    font-size: 14px;
}

.Copyright ul {
    padding: 30px 0 15px 0;
    font-size: 0;
    line-height: 0;
}
.Copyright ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    line-height: 100%;
}
.Copyright ul li:last-child {
    margin-right: 0px;
}

@media(max-width:960px){
/*footer1*/
    #footer1 .ftr {
        margin: 40px 0 30px;
    }
    #footer1 .ftr-SNS {
        width: 24%;
    }
    #footer1 .ftr-SNS ul li {
        width: 24%;
    }
/*footer1*/
}

@media(max-width:768px){
    div#logo_footer {
        margin-bottom: 60px;
    }
    div#footer1{
        padding: 0;
    }
    #footer1 .Block dl {
        float: left;
        margin-right: 0;
    }
    #footer1 .Block dl dt.ftr-Heading {
        position: relative;
        margin: 0;
    }
    #footer1 .Block dl dt {
        font-size: 17px;
        line-height: 17px;
        padding: 0 0 10px 0;
    }
    #footer1 .Block dl dd {
        font-size: 15px;
        line-height: 22px;
        margin-top: 20px;
    }
    #footer1 dt.ftr-Heading:after{
        content: "";
        width: 18px;
        height: 18px;
        border-bottom: 2px solid #006d80;
        border-right: 2px solid #006d80;
        position: absolute;
        top: -23%;
        right: 10px;
        transform: rotate(45deg);
    }
    #footer1 dt.ftr-Heading.open:after {
        content: "";
        width: 18px;
        height: 18px;
        border-bottom: 2px solid #006d80;
        border-right: 2px solid #006d80;
        position: absolute;
        top: 25%;
        right: 10px;
        transform: rotate(225deg);
    }
    #footer1 .Block {
        flex-wrap: wrap;
        padding: 0 11px;
        margin-bottom: 50px;
    }
    #footer1 .Block dl.sp-w100 {
        width: 100%;
        margin-top: 40px;
    }
    #footer1 .block {
        height: 100px;
    }
    #footer1 div.Copyright,
    .Copyright ul li {
        font-size: 11px;
    }
    .Copyright ul {
        padding-bottom: 20px;
    }
}
