footer {
    background-image: url(../images/common/fot-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 57px 0 25px;
}

footer a{
    color: #fff;
    text-decoration: none;
    font-size: .16rem;
}

.fot-contents{
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.fot-logo{
    width: 432px;
    max-width: 100%;
    display: block;
    margin: 0 auto 52px;
}

.fot-address{
    font-size: .14rem;
}

.fot-address > p{
    text-align: center;
    display: block;
    margin-bottom: 17px;
    color: #fdd841;
    font-size: .14rem;
}

.fot-address span{
    /* color: #808080; */
    margin-right: 11px;
    font-size: .14rem;
}

.fot-address--text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    width: fit-content;
}
.foot-addr{
    margin-right: 25px;
}
.fot-main--office,
.fot-tokyo--office {
    margin-bottom: 35px;
}



.fot-address--text a:nth-of-type(1) {
    margin-right: 10px;
}

.fot-coltd {
    display: block;
    text-align: center;
    margin-top: 55px;
    font-size: .13rem;
}
/*
.fot-main--office{
    margin-bottom: 36px;
}
.foot-addr{
    text-indent: -.53rem;
    margin-left: .5rem;
}
*/
/* .fot-address p{
    text-align: center;
} */
@media screen and (min-width:801px) and (max-width:980px) {
	.fot-address--text{
		flex-direction: column;
        align-items: center;
	}
}

@media screen and (max-width:800px) {
    footer {
        padding: 48px 0 17px;
        background-image: url(../images/common/sp-fot-back.jpg);
    }

    .fot-logo {
        width: 89%;
        margin: 0 auto 40px;
    }

    .fot-address--text {
        flex-direction: column;
		align-items: center;
    }

    .fot-address--text div{
        display: flex;
        flex-direction: column;
    }

    .fot-address--text a:nth-of-type(1){
        margin-right: 0;
        margin-bottom: 7px;
    }

	.fot-address--text p {
        margin-bottom: 8px;
        text-align: center;
        margin-right: 0;
    }

    .fot-coltd {
        margin-top: 42px;
    }
	/*
	.foot-addr {
		text-indent: 0;
		margin-left: 0;
	}*/
}