#headMainCatch{
    width: 9rem;
    right: -3rem;
    top: 5rem;
}

#topNewsUL{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
   padding: 0;
}

#topNewsUL li{ 
    list-style-type: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 0;
}
#topNewsUL li a small{
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 100;
}

#topNewsUL li a{
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

#topNewsUL li+li{
    border-top: 1px solid #ccc;
}
#headMainCatch img{
        filter: drop-shadow(3px 2px 3px #000);
}

#topCustomer{
    background-color: #1CAA39;
    color: white;
}

.voiceTip{
    background-color: white;
    border-radius: 2rem;
    padding: 2rem;
    margin: auto;
}
.voiceImg{
    border-radius: 1rem;
height: 25rem;
    object-fit: cover;
}

.voiceTip p{ 
    color: #000;
    
}

a.voiceTipWrap{
    text-decoration: none;
}

.voiceTip h4.denki{
background-color: darkblue;    
}

.voiceTip h4{
    background-color: #1CAA39;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin: 1rem auto 1rem 0;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    width: 35%;
    white-space: nowrap;
    text-align: center;
}

.tab1{
    width: 30%;
}

small.topNewsDate{
    font-family: 'Roboto';
    letter-spacing: 1px;
    color: #555;
    font-weight: bold;
}

@media (max-width: 1480px) {

    #headMainImg{
    width: 86%;
        left: -1%;
        top: 1rem;
    }

    section.page-section{
        padding: 4rem 0;
    }
}

#syobun{
    padding-left: calc(100vw / 9);
}

#allNewsLink{
    display: block;
    text-align: left;
    margin: 4rem auto auto auto;
}

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

    #topSatei{
        width: 100%;
    }
    .voiceTipWrap+.voiceTipWrap{ margin-top: 2rem; }
    .voiceImg {
        height: 14rem;
    }
    .voiceTip h4{ 
        width: 100%;
        font-size: 1.25rem;
    }
    
    #newsTitle{
        margin-bottom: 2rem;
    }
    
    #newsTitle,
    #voiceTitle{
        height: 6rem;
    }
    #voiceCmt{
        font-size: 1.1rem;
    text-align: center;
    line-height: 1.2 !important;
    margin: 2rem;
    }
    
    #syobunAttn{
        margin: 2rem auto;
    }
    #topcont1{
        margin-top: auto;
    }
    
    #soudanTipWrap > div{
        width: 46%;
        margin: 1rem 2%;
        flex:0 0 46%;
    }
    
    #soudanTipWrap div+div{
        /*margin-top: 1rem;*/
    }
    
    #kaitoriFIg{
        margin-top: 4rem;
    }
    
    #allNewsLink{
        margin-top: 1.5rem;
    }
    #indexSpCatchImg{
        margin-bottom: 2rem;
    }
    header.masthead{
        padding-top: 7rem;
        padding-bottom: 2rem;
    }
}