div.main_text{
    padding: 0 25vw;
    line-height: 120%;
    font-size: 20px;
}
p.main_title{
    text-align: center;
    line-height: 100%;
    font-size: 40px;
    color: #292929;
}
p.main_subtitle{
    font-size: 25px;
    line-height: 50%;
    color: #292929;
}

p.main_subtitle_space{
    font-size: 25px;
    padding: 0 3%;
    color: #292929;
}

p.sub_main_subtitle_space{
    font-size: 25px;
    padding: 0 3%;
    color: #8a8a8a;
}

p.sub_main_subtitle{
    font-size: 25px;
    line-height: 50%;
    color: #8a8a8a;
}
ul.simple_list{
    line-height: 125%;
}