<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.videoArea{
margin-top: 60px;
display: flex;
justify-content: center;
}

.videoArea .videoBox01 {
width: 48%;
float: left;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 20px;
    background: #F5F4F1;
}
.videoArea .videoBox01:nth-child(even){
float: right;
}
.videoArea .videoBox01 .tit{
    font-size: 129%;
	color: #009937;
	
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.videoArea .videoBox01 video{
width: 100%;
height: auto;
}



@media screen and (max-width: 768px) {
.videoArea .videoBox01 {
width: auto;
float: none;
    margin-bottom: 20px;
    padding: 10px;
}
.videoArea .videoBox01:nth-child(even){
float: none;
}
.videoArea .videoBox01 img{
width: 100%;
}
}

.messArea{
margin-top: 60px;
padding: 20px;
background: #FDF8F4;
}
.messArea .messBox01{
padding: 20px;
margin-bottom: 20px;
background: #fff;
border: 1px solid #ddd;
/*font-family: "繝偵Λ繧ｮ繝取�譛� ProN W6", "HiraMinProN-W6", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;*/
color: #4E3937;
}
.messArea .messBox01:last-child{
margin-bottom: 0;
}
.messArea .messBox01 .tit{
    font-size: 129%;
font-weight: bold;
border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

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

.messArea .messBox01 .alR{
text-align: left;
margin-top: 15px;
}
}</pre></body></html>