@media (max-width: 767px) {
    .sp-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .pc-none {
        display: none;
    }
}

.finish_step_4 a {
    color: #fff;
    width: 100%;
    height: 100%;
}

details {
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

details table {
    margin: 0 auto;
    text-align: center;
}

.pd {
    text-align: center;
}

select {
    margin: 0 auto;
    display: block;
}

.zip_summary {
	display: flex;
	justify-content: center;
	align-items: center;
}

.zip_font_1 {
	font-size:24px;
	color:#6B6B6B;
}

.zip_summary_head_close {
    background-color: #EEEEEE; /* 背景色を無色に設定 */
	border-radius: 10px;
	padding: 5px 10px 0px 10px;
    cursor: pointer;
}

.zip_summary_head_open {
	padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.zip_details_close {
	color:#FFFFFF
}
