@charset "UTF-8";

/*PC*/
@media print, screen and (min-width: 769px) {

.idx_event_box{
width: 935px;
height: 80px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px rgb(171, 169, 171);
-moz-box-shadow: 1px 1px 5px rgb(171, 169, 171);
box-shadow: 1px 1px 5px rgb(171, 169, 171);
-ms-box-shadow: 1px 1px 5px rgb(171, 169, 171);
font-size: 1.0em;
background: #FFF;
margin-bottom: 30px;
overflow: auto;
padding: 10px;
}

.news_wrap .event_list{
width: 100%;
margin: 0;
padding-left: 2.0em;
color: #004578;
background: url(../images/com/arrow.png) no-repeat center left !important;
box-sizing: border-box;
}

.news_wrap .event_list a {
color:#0064A0;
font-size: 1.0em;
font-weight: bold;
}

.cfs_wrap .event_list{
    width: 100%;
    margin: 0;
    padding-left: 2.0em;
    color: #004578;
    background: url(../images/com/arrow.png) no-repeat center left !important;
    box-sizing: border-box;
}
    
.cfs_wrap .event_list a {
    color:#0064A0;
    font-size: 1.0em;
    font-weight: bold;
}

}

/*SP*/
@media print, screen and (max-width: 768px) {

.idx_event_box{
width: 97%;
height:60px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px rgb(171, 169, 171);
-moz-box-shadow: 1px 1px 5px rgb(171, 169, 171);
box-shadow: 1px 1px 5px rgb(171, 169, 171);
-ms-box-shadow: 1px 1px 5px rgb(171, 169, 171);
font-size: 1.0em;
background: #FFF;
margin-bottom: 20px;
overflow: auto;
}


.news_wrap .event_list{
width: 100%;
padding-left: 25px;
color: #004578;
background: url(../images/com/arrow.png) no-repeat center left;
display: block;
box-sizing: border-box;
}

.news_wrap .event_list a {
color:#0064A0;
font-size: .95rem;
font-weight: bold;
}

.cfs_wrap .event_list{
    width: 100%;
    padding-left: 25px;
    color: #004578;
    background: url(../images/com/arrow.png) no-repeat center left;
    display: block;
    box-sizing: border-box;
    }
    
.cfs_wrap .event_list a {
    color:#0064A0;
    font-size: .95rem;
    font-weight: bold;
}

}
