@charset "UTF-8";

.col2{
    background-color: #f4e5ba;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.32));
}
.col2 a p{
    background-color: #fbf8f0;
}
.clone-col2{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: initial;
    transform: initial;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    width: fit-content;
    transition: .7s;
}
.clone-col2.is-show{
    opacity: 1;
    pointer-events: all;
    transition: .7s;
}

.sekoubox2 .box {
    padding: 0 8px;
}
.sekoubox2 .box div {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.sekoubox2 .box div::before {
    text-align: center;
    font-family: minion-pro-caption, serif;
    font-size: 24px;
    color: #c3a03d;
    margin-top: 10px;
    text-align: center;
}
.sekoubox2 .box h3{
    display: none;
}
.sekoubox2 .box:nth-child(1) div::before {
    content: "Step.01";
}
.sekoubox2 .box:nth-child(2) div::before {
    content: "Step.02";
}
.sekoubox2 .box:nth-child(3) div::before {
    content: "Step.03";
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
    .clone-col2{
        display: none;
    }
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
}
