@charset "utf-8";

/* ちょっと隙間空けます、広がりすぎないようにします */
.vontents{
    padding-left:1em;
    padding-right: 1em;
    max-width: 960px;
    margin-left:auto;
    margin-right:auto;
    
}

#voice{padding: 1em 0.5em 1em 0.5em;}

.vcont-cimg{
    width: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left:auto;
    margin-right:auto;
}

.vcont-cimg img{
    width: 100%;
    height:auto;
}

.vcont-text h5{font-size: 110%;}

.vcont{
    /*padding: 2.55em 1.5em 2.2em 1.5em;*/
    /* background-color: whitesmoke; */
    /*background-image: url(../images/pin1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 28px;
    border: 2px solid #f0f0f0;*/
}

/* 背景とかポジション */
.vcont-text{
    /*position: relative;*/
    /*margin-top: 16px;*/
    /*height: calc(100% - 40px);
    width: 100%;
    background-image: repeating-linear-gradient(white 0px, white 24px, steelblue 25px);*/
}
/*.vcont h4{
    
    background-image: repeating-linear-gradient(white 0px, white 24px, red 25px);
    padding-bottom: 16px;
    
}
*/

/*.vcont-text p{
  line-height: 25px;
  overflow: hidden;
  outline: none;
}*/



