@charset "UTF-8";

/* フッター
***************************************************************/
.footer {
    padding-bottom: 100px;
}
.footer a {
    display: block;
}
.footer__inner {
    display: flex;
    padding-top: 103px;
    max-width: 1240px !important;
}
.footer__box01 {
    margin-right: 245px;
}

.footer__com {
    font-size: 14px;
    font-weight: 700;
    margin-top: 24px;
    color: #030303;
}

.footer__address {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #030303;
    margin-top: 22px;
}

.footer__small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #26499D;
    max-width: 1240px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.footer__box02 {
    margin-right: 177px;
}

.footer__link01 {
    font-size: 14px;
    font-weight: 700;
    color: #26499D;
    margin-bottom: 43px;
}

.footer__item {
    font-size: 14px;
    font-weight: 700;
    color: #26499D;
}

.footer__lists {

}

.footer__list {
    font-size: 12px;
    font-weight: 700;
    margin-top: 14px;
    line-height: 1;
    color: #26499D;
}

.footer__box03 {

}

.footer__link02,
.footer__link03 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 43px;
    color: #26499D;
}

#footerbtm{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}


@media screen and (min-width: 681px) {
    a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 680px) {
    .footer {
        padding-bottom: 40px;
    }
    .footer a {
        display: block;
    }
    .footer__inner {
        flex-flow: column;
        padding-top: 53px;
    }
    .footer__box01 {
        margin-right: unset;
    }
    
    .footer__com {
        font-size: 14px;
        font-weight: 700;
        margin-top: 24px;
        color: #030303;
    }
    
    .footer__address {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        color: #030303;
        margin-top: 22px;
    }
    
    .footer__small {
        display: block;
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        margin-top: 47px;
        margin-left: unset;
		width: 100%;
    }
    
    .footer__box02 {
        margin-right: unset;
    }
    
    .footer__link01 {
        font-size: 14px;
        font-weight: 700;
        margin-top: 44px;
    }
    
    .footer__link02 {
        margin-top: 43px;
        font-size: 14px;
        font-weight: 700;
    }
    
    .footer__lists {
        
    }
    
    .footer__list {
        font-size: 12px;
        font-weight: 700;
        margin-top: 14px;
        line-height: 1;
    }
    
    .footer__box02 {
        margin-top: 43px;
    }
    
    .footer__box03 {
        margin-top: 43px;
    }
    
    .footer__link03 {
        font-size: 14px;
        font-weight: 700;
        margin-top: 43px;
    }
    
    .footer__link04,
    .footer__link05 {
        font-size: 14px;
        font-weight: 700;
        margin-top: 43px;
    }
	.footer__box03 > .footer__link01{
		margin-top: 0.5em;
	}

	#footerbtm{
		flex-wrap: wrap;
		margin-top: 1em;
	}
	#footerbtm p:first-child{
		order:2;
		width: 100%;
		text-align: center;
	}
	#footerbtm p:last-child{
		order: 1;
		width: calc(100% - 40px);
		margin: 0 auto;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10vw;
	}

}