@charset "utf-8";
/* CSS Document */

.left .message h4 {
    color: hsla(206,100%,38%,1.00);
    background-color: hsla(0,0%,100%,1.00);
    background-image: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 160%;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 20px;
    display: inline-block;
    white-space: break-spaces;
}
.left .message p {
    display: block;
}
.left .message .border {
    border-bottom: 1px dotted hsla(0,0%,83%,1.00);
    padding-bottom: 30px;
}

.left .message img.m_right {
    float: right;
    margin-left: 10px;
    display: block;
}
.left .message img.m_left {
    float: left;
    margin-right: 10px;
}
li ul .first,
li ul li:first-child {
    border-top: 1px solid hsla(0,0%,83%,1.00);
    margin-top: 10px;
}

.left .program img.l_img {
    float: left;
    margin-right: 20px;
}


@media screen and (max-width:768px){

.message .mv {
    width: 100%;
}
.message {
    text-align: center;
}


.left .message img.m_right {
    float: none;
    margin-left: auto;
    display: block;
    clear: both;
    margin-right: auto;
    margin-bottom: 30px;
}
.left .message img.m_left {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom: 30px;
}




}

@media screen and (max-width:430px){
.left .program img.l_img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-top: 0px;
    margin-left: auto;
    float: none;
    clear: both;
    display: block;
}

}
