     @charset "utf-8";
/* CSS Document */
 .about__title__bg {
   width: 100%;
   height: 200px;
   background-color: #F2F2F2;
   border-radius: 50px 50px 0 0;
 }
.about__title {
  padding-top: 60px;
  font-size: 2.0rem;
  text-align: center;
}
 .about__discription__bg {
   width: 100%;
   margin-top: -50px;
   border-radius: 50px 50px 0 0;
   background-color: #fbfbfb;
 }
 .about__discription {
  padding: 80px 24px;
   line-height: 3.1rem;
 }
.about__image img {
  width: 100%;
}
.picture__discription {
  margin-left: 24px;
  margin-bottom: 60px;
  line-height: 
}
 .about___outline__bg {
   width: 95%;
   height: 700px;
   margin: 60px auto 80px;
   background-color: #F2F2F2;
   border-radius: 50px 50px;
 }
.about__outline__list {
  list-style: none;
}
.about__outline__title {
  margin: 8px 16px 0;
}
.menu__top {
  margin-top: 40px;
}
.about__outline__item {
  margin: 0 35px;
}
.list__style {
  list-style: disc;
  margin-left: 50px;
}
@media(min-width:769px) {
  .about__discription {
    width: 40%;
    padding: 80px 143px;
    margin: 0 auto;
  }
}