@charset "UTF-8";




/* zemi/privacy/zemi.html
========================================== */

.p-zemi .l-section {
	max-width: 1000px;
}

.p-zemi .c-buttonGroup__items.is-anchor {
	max-width: initial;
}

.p-zemi .c-primaryHeading {
	margin-bottom: 45px;
	text-align: center;
}

.p-zemi-upperLink {
	margin-top: 35px;
}

.p-zemi-posting {
	border: 1px solid var(--bdr-default);
	margin-top: 60px;
	padding: 27px 32px;
}

.p-zemi-posting+.p-zemi-posting {
	margin-top: 30px;
}

.p-zemi .table {
    margin-top: 35px;
    font-size: 1.2rem;
}

.p-zemi .table .c-secondaryHeading {
    font-size: 2.6rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-zemi .table .c-secondaryHeading {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
}

.p-zemi .table table {
    margin-top: 20px;
    word-break: break-all;
}

.p-zemi .table table a::before {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-zemi .c-primaryHeading {
        font-size: 3.4rem;
    }

    .p-zemi .table table thead th {
        font-weight:bold;
        font-family: var(--font-koburina-w6);
        background-color: #f4f4f4;
    }

    .p-zemi .table table th,.table table td {
        padding: 0.25em 0.5em;
        border: 1px solid #b2b2b2;
        vertical-align: middle;
    }

    .p-zemi .table table th:nth-child(1),.table table td:nth-child(1) {
        width: 7.5%;
        text-align: center;
    }

    .p-zemi .table table th:nth-child(2),.table table td:nth-child(2) {
        width: 27.5%;
    }

    .p-zemi .table table th:nth-child(3),.table table td:nth-child(3) {
        width: 15%;
    }

    .p-zemi .table table th:nth-child(4),.table table td:nth-child(4) {
        width: 25%;
    }

    .p-zemi .table table th:nth-child(5),.table table td:nth-child(5) {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
	.p-zemi .c-primaryHeading {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.p-zemi .c-buttonGroup__items.is-anchor {
		margin-top: 30px;
	}

	.p-zemi-upperLink {
		margin-top: 20px;
	}

	.p-zemi-posting {
		margin-top: 40px;
	}

    .p-zemi .table table thead {
        display:none;
    }

    .p-zemi .table table tbody tr {
        display: block;
        padding: 15px;
        border: 1px solid #b2b2b2;
    }

    .p-zemi .table table tbody tr:not(:first-child) {
        margin-top: 15px;
    }

    .p-zemi .table table tbody td {
        display: block;
    }

    .p-zemi .table table tbody td:not(:first-child) {
        margin-top: 10px;
    }

    .p-zemi .table table tbody td:before {
        content: attr(data-label) "：";
        display: block;
        font-weight: bold;
        font-family: var(--font-koburina-w6);
    }

    .p-zemi .table table tbody td:nth-child(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .p-zemi .table table tbody td:nth-child(1):before {
        margin-right: 10px;
    }
}

/* .p-zemi .table table a {
    display: block;
} */