@charset "UTF-8";
/*-----------------------------共通設定-----------------------------*/

.print-intro {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #3C3C1E;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.print-intro:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.print-content {
    width: 70%;
    padding: 20px;
}
.print-h4 {
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #3C3C1E;
    margin-bottom: 10px;
}
.print-card {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.print-title {
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.print-info {
    margin-top: 20px;
    padding: 10px;
    background-color: #f0E6C8;
}
.print-info h4 {
    font-weight: normal;
}
.print-info ul li::before {
        content: "・";
    margin-right: .5em;
}
.print-img .modal-inner {
    width: 100%;
}

/*-------------------------------------------------------------------*/
/*---------------------------タブレット用------------------------------*/
/*-------------------------------------------------------------------*/
@media screen and (max-width:1024px) {

}
/*-------------------------------------------------------------------*/
/*-----------------------------スマホ用------------------------------*/
/*-------------------------------------------------------------------*/

@media screen and (max-width:767px) {
.print-intro {
    flex-direction: column;
}
.print-content {
    width: auto;
}
.print-img {
    width: 100%;
}
.print-step-guide {
    flex-direction: column;
}
.modal-inner {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
}