@charset "UTF-8";

/*******************************
message
*******************************/
#mainContents.message p {
    text-indent: 1em;
    margin-bottom: 2rem;
}
#mainContents.message .movie01 {
    padding: 0.5rem 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#mainContents.message .movie01 li {
    width: 48.28%;
    font-weight: bold;
    color: #666666;
}
#mainContents.message .movie01 li iframe {
    width: 100%;
    height: 190px;
}
#mainContents.message .movie01 li iframe {
    width: 100%;
    height: 190px;
}
.signature01 {
    text-align: right;
}
#mainContents.message .signature01 p {
    margin-bottom: 0.4rem;
}
