@charset "UTF-8";

#tw-telebooth{    
    /* height: 600px; */
    background: #FFF;
}

#tw-telebooth .tw-telebooth{
    display: flex!important;
    justify-content: space-around;
    padding-top: 80px;
}

#tw-telebooth .tw-telebooth .intro{
    margin: auto;
    text-align: justify;
}

#tw-telebooth .tw-telebooth img {
    content: url(../../images/telebooth-wire/function-intro.png);
    margin: 0px 0px 0px 64px;
}

#tw-telebooth .intro h4.pre-title{
    color: #000;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 8px;
}

#tw-telebooth .intro p.title{
    margin-top: 10px;
    color: #000;
    font-family: IBM Plex Sans JP;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}

#tw-telebooth .intro p.content{
    margin-top: 86px;
    margin-left: -3px;
    color: #000;
    /* body */
    font-family: IBM Plex Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}