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


#wacoms-header{
    margin-top: 30px;
    background: #32373D;
    padding: 25px 0 25px 5%;
}

#wacoms-header a{
    color: #fff;
}

@media only screen and (max-width: 760px) {
    #wacoms-header{
        padding: 0;
        background: #fff;
    }
    #wacoms-header a{
    color: #000;
}

}


        #voice {
            text-align: left;
            width: 90%;
            max-width: 1000px;
            margin: auto;
            margin-top: 80px;
        }
        
        #voice h2 {
    margin: 0 auto 100px;
    text-align: left;
    font-size: 40px;
    font-family: eb-garamond,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 300;
    letter-spacing: 8px;
}
        
        #voice h2 span {
    font-size: 16px;
    color: #777;
    margin-top: 20px;
    letter-spacing: 1px;
}
        #voice .flex-box {
            display: flex;
            justify-content: space-between;
        }
        
        #voice .flex-box .box {
            width: 22%;
        }
        
        #voice .voice_link img {
            margin-bottom: 15px;
        }
        
        #voice .voice_link ed {
            color: #687380;
            font-size: 12px;
        }
        
        #voice .voice_link span {
            font-size: 18px;
        }
        
        #voice .voice_link p {
            font-size: 12px;
            margin: 5px auto;
            line-height: 1.8;
        }
        
        #voice .v-margin p {
            margin: 50px auto;
        }

#voice .v-box {
    width: 48%;
}
        
        @media only screen and (max-width: 798px){
            #voice .flex-box {
            display: block;
        }
            #voice .flex-box .box {
            width: 100%;
                margin-bottom: 50px;
        }
            #voice h2 {
    margin: 0 auto 50px;
                    font-size: 33px;
}
            #voice {
    margin-top: 50px;
}
            
            
        }



    #voice .v-box {
    width: 48%;
        margin-bottom: 80px;
}
        #voice .text {
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        #voice .voice-ttl .mincho {
            font-size: 30px;
            margin-bottom: 80px;
        }
        
        #voice .v-item {
            font-size: 12px;
        }
        
        #voice .v-name {
            font-size: 30px;
            margin: 30ox auto 50px!important;
        }
        
        #voice .v-ttl {
            width: 80%;
            margin: auto;
        }
        
        #voice .v-ttl p {
            margin: 30px auto;
        }
        
        #voice #voice-footer {
            margin: 50px auto;
        }
        
        #voice #voice-footer .koe {
            font-size: 22px;
            margin-bottom: 30px;
            position: relative;
            top: 45px;
            width: 230px;
            background: white;
        }
        
        #voice #voice-footer .koe span {
            font-size: 14px;
        }
        
        #voice #voice-footer .voice_link img {
    margin-bottom: 5px;
}
        #voice #voice-footer .v-border {
            border-top: 1px solid;
            margin-bottom: 50px;
        }

#voice .v-box span {
    font-size: 14px;
}        


        @media only screen and (max-width: 798px) {
            #voice .voice-ttl .mincho {
    font-size: 24px;
    margin-bottom: 30px;
}
            
            #voice .v-box {
    width: 100%;
    margin-bottom: 50px;
}
            #voice .v-ttl {
    width: 100%;
}
        }
        
        
        
  