@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
}

/* SPモード用のテキストバナーのスタイル */
#sp-banner-text {
    background-color: #1FAC9C; /* 背景色を緑に */
    padding: 15px 10px;
    text-align: center;
}

#sp-banner-text p {
    margin: 0;
    line-height: 1.5;
}

#sp-banner-text .line1 {
    color: #ffffff; /* 1行目を白文字に */
    font-size: 16px;
    font-weight: bold;
}

#sp-banner-text .line2 {
    color: #F8FF4A; /* 2行目を黄色文字に */
    font-size: 17px;
    font-weight: bold;
}

#sp-banner-image {
  width: 100%;
}