p {
    margin-bottom:auto;
}

/* ---------------------------------フッター---------------------------------*/
.GlobalFooter__root {
    background-color: #eceded;
    padding: 32px 0 16px;
}

.GlobalFooter__root, .GlobalFooter__container {
    margin: auto;
    padding: 0 16px;
    color: #636363;
}

.GlobalFooter__container a{
    margin: auto;
    color: #636363;
}

.GlobalFooter__root .GlobalFooter__relatedService {
    border-bottom: 1px solid #c9cacb;
    padding-bottom: 32px;
}

.GlobalFooter__root .GlobalFooter__companyInfo {
    border-bottom: 1px solid #c9cacb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    padding-bottom: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.GlobalFooter__root .GlobalFooter__copyright {
    margin: 16px 0;
}

.GlobalFooter__relatedService ul{
    display :flex;
    list-style:none;
    padding:0;
    margin-top: 16px;
}

.GlobalFooter__companyInfo ul{
    list-style:none;
    padding:0;
}

.GlobalFooter__root .GlobalFooter__companyLogoImage {
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/67516544eec52/original.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 146px;
}

.GlobalFooter__root ul.GlobalFooter__companyLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: -12px 0 0 48px;
    max-width: 726px;
    padding: 0;
    font-size: 12px;
}

.GlobalFooter__root li.GlobalFooter__relatedServiceListItem {
    line-height: 1;
    width: 25%;
	font-size: 12px;
}

.GlobalFooter__root li.GlobalFooter__companyLinkListItem {
    line-height: 1;
    margin-top: 16px;
    width: 33.33333%;
}

.GlobalFooter__root .GlobalFooter__copyrightText {
    color: #8f8f90;
    font-size: 12px;
}

.GlobalFooter__root .GlobalFooter__companyPrivacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.GlobalFooter__root .GlobalFooter__companyPrivacyLogo {
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/675140e4d5839/original.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 56px;
    width: 56px;
}

.GlobalFooter__root .GlobalFooter__companyPrivacyIsoLogo {
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/a30231b0-b19c-013e-8fb3-0a58a9feac02/logo-iso.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 56px;
    margin-left: 16px;
    width: 75px;
}

@media screen and (max-width: 768px) {
    .GlobalFooter__root ul.GlobalFooter__relatedServiceList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
    .GlobalFooter__root li.GlobalFooter__relatedServiceListItem {
        margin-top: 16px;
        width: 100%;
    }
	.GlobalFooter__root h2.GlobalFooter__relatedServiceTitle {
        font-size: 12px;
    }
	.GlobalFooter__root li a.GlobalFooter__relatedServiceListItemLink {
        font-size: 10px;
        padding: 0;
    }
    .GlobalFooter__root, .GlobalFooter__container {
        padding: 0;
	}
	.GlobalFooter__root .GlobalFooter__companyInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px;
        padding-bottom: 24px;
    }
	.GlobalFooter__root li.GlobalFooter__companyLinkListItem {
        width: 50%;
    }
	.GlobalFooter__root li a.GlobalFooter__companyLinkListItemLink {
        font-size: 10px;
	}
    .GlobalFooter__root ul.GlobalFooter__companyLinkList {
		margin: 0;
    }
	.GlobalFooter__root .GlobalFooter__companyInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px;
        padding-bottom: 24px;
    }
	.GlobalFooter__root .GlobalFooter__companyPrivacyLogo {
        height: 48px;
        width: 48px;
    }
	.GlobalFooter__root .GlobalFooter__companyPrivacyIsoLogo {
        height: 48px;
        margin-left: 14px;
        width: 64px;
    }
    .GlobalFooter__root .GlobalFooter__companyPrivacy {
        margin: 16px 0 0;
    }
}