@charset "UTF-8";


/***************************************************

	policy

***************************************************/


.p-policy > details > summary {
    cursor: pointer;
}


.p-terms__body .p-terms__bodyTitle {
    font-size: 20px;
    margin-bottom: 52px;
    font-weight: 700;
    text-align: center;
}

.p-terms__body .p-terms__bodyText {
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: 500;
    text-align: left;
    line-height: 2;
}

.p-terms__body td,
.p-terms__body th{
    border: 1px solid #fff;
    padding: 12px;
    box-sizing: border-box;
}






/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {


.p-terms__body .p-terms__bodyTitle {
    font-size: 1.041667vw;
    margin-bottom: 2.708333vw;
}

.p-terms__body .p-terms__bodyText {
    font-size: 0.9375vw;
    margin-bottom: 1.666667vw;
}

.p-terms__body td,
.p-terms__body th{
    padding: 0.625vw;
}










}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){


.p-terms__body .p-terms__bodyTitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.p-terms__body .p-terms__bodyText {
    font-size: 16px;
    margin-bottom: 30px;
}

.p-terms__body td,
.p-terms__body th{
    padding: 8px;
}

.p-terms__body th:first-of-type{
    width: 30%;
}

.p-terms__body th:last-of-type{
    width: 70%;
}




}