.photo_order {
    padding: 50px 0;
}

.photo_order h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 80px;
    font-size: 3.25rem;
}

.photo_order h2::before,
.photo_order h2::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 60px;
    background: url(images/line.jpg) no-repeat center / cover;
}

.photo_order h2::before {
    left: -80px;
}

.photo_order h2::after {
    right: -80px;
}

.photo_order ul li {
    margin-bottom: 50px;
    font-size: 2.25rem;
}

.photo_order ul li .order_cont,
.photo_order ul li figure {
    width: 47%;
}

.photo_order ul li .step_ttl {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    border-bottom: 6px solid #bfbfbf;
}

.photo_order ul li .step_num {
    color: #ff9999;
    font-size: 3.5rem;
}

.photo_method {
    padding: 70px 0 100px;
    background: #00b7ee;
}

.photo_method h2 {
    margin-bottom: 50px;
    font-size: 3.25rem;
}

.photo_method ul {
    margin-bottom: 70px;
}

.photo_method ul li {
    width: 32.5%;
    font-size: 2rem;
}

.photo_method ul li h3 {
    color: #ffff33;
    font-size: 2.5rem;
}

.photo_method ul li h3 span {
    font-size: 120%;
}

.photo_method ul li figure {
    margin: 10px 0;
}

@media screen and (max-width: 991px) {
    .photo_order h2 {
        font-size: 2.5rem;
    }
    .photo_method ul li h3 {
        font-size: 2rem;
    }
    .photo_method ul li {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 768px) {
    .photo_order ul li {
        margin-bottom: 35px;
        font-size: 1.5rem;
    }
    .photo_order ul li .order_cont {
        width: 100%;
    }
    .photo_order ul li figure {
        width: 100%;
        margin-top: 20px;
    }
    .photo_order ul li .step_ttl {
        font-size: 1.5rem;
    }
    .photo_order ul li .step_num,
    .photo_method h2 {
        font-size: 2.5rem;
    }
    .photo_method ul li {
        width: 48.5%;
        margin-bottom: 30px;
    }
    .photo_method ul li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .photo_order {
        padding-top: 0;
    }
    .photo_order h2 {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }
    .photo_order h2::before,
    .photo_order h2::after {
        width: 30px;
    }
    .photo_order h2::before {
        left: -45px;
    }
    .photo_order h2::after {
        right: -45px;
    }
    .photo_order ul li,
    .photo_order ul li .step_ttl {
        font-size: 1.25rem;
    }
    .photo_order ul li .step_num,
    .photo_method h2,
    .photo_method ul li h3 {
        font-size: 1.75rem;
    }
    .photo_method {
        padding: 40px 0 50px;
    }
    .photo_method ul li {
        width: 100%;
        font-size: 1.5rem;
    }
}