@font-face {
    font-family: 'Noto Serif JP';
    src: url('../asserts/font/NotoSerifJP-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal; 
}
.pdf_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.pdf_title img {
    margin-bottom: 30px;
    max-width: 150px;
    height: auto;
}

.pdf_subtitle {
    padding: 5px 15px;
    font-size: 20px;
    background-color: #f0e3a1;
    border-radius: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pdf_title p {
    font-family: "Noto Sans JP";
    font-weight: 600;
    line-height: 1.2;
    font-size: 15px;
}

.pdf_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
}

.pdf_footer p {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#url{
    font-size: 15px;
}
.pdf_footer img:first-of-type {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.pdf_footer img:last-of-type {
    max-width: 400px;
    width: 100%;
    height: auto;
}
#chatHistory{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding-left:40px;
    padding-right:40px;
    line-height: 1.4;
    /* font-family: "Noto Serif JP"; */
}
@media (max-width: 860px) {
    .pdf_title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }
    
    .pdf_title img {
        margin-bottom: 15px;
        max-width: 150px;
        height: auto;
    }
    
    .pdf_title h3 {
        padding: 5px 10px;
        font-size: 15px;
        background-color: #f0e3a1;
        border-radius: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .pdf_title p {
        font-family: "Noto Sans JP";
        font-weight: 600;
        line-height: 1.2;
        font-size: 10px;
    }
    
    .pdf_footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
        gap: 15px;
    }
    
    .pdf_footer p {
        text-align: center;
        font-weight: bold;
        font-size: 10px;
    }
    #url{
        font-size: 10px;
    }
    .pdf_footer img:first-of-type {
        max-width: 150px;
        width: 80%;
        height: auto;
    }
    
    .pdf_footer img:last-of-type {
        max-width: 250px;
        width: 80%;
        height: auto;
    }
    #chatHistory{
        width: 100%;
        font-size: 10px;
        font-weight: bold;
        padding-left:15px;
        padding-right:15px;
        line-height: 1.4;
        /* font-family: "Noto Serif JP"; */
    }
}
