@charset "UTF-8";
.about_top{
    width: 97%;
    position: relative;
}
.about_top_cp{
    position: absolute;
    top:50px;
    left:15%;
    width:70%;
    color:#70461F;
    font-size: 1.3rem;
    line-height: 2.5rem;
    -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
@media screen and (max-width:1100px){
    .about_top_cp{
    position: absolute;
    top:55px;
    left:10%;
    width:80%;
    color:#70461F;
    font-size: 1.1rem;
    line-height: 2.2rem;
    -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
}
@media screen and (max-width:900px){
    .about_top{
    width: 100%;
    position: relative;
}

.about_top_cp{
    position: absolute;
    top:55px;
    left:10%;
    width:80%;
    color:#70461F;
    font-size: 1.1rem;
     line-height: 2.2rem;

    -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
}


@media screen and (max-width:480px){
    .about_top{
    width: 100%;
    position: relative;
}
.about_top_cp{
    position: absolute;
    top:30px;
    left:10%;
    width:80%;
    color:#70461F;
    font-size: 15px;
    line-height: 1.5em;
}
}