@charset "UTF-8";




/*メイン部分
------------------------------------------------- */
main{
  background-image: linear-gradient(0deg, rgba(230, 230, 255, .3), rgba(245, 255, 250, .6)),
 url(images/11.jpg);
   background-size: cover;
   background-position: center top;
   background-repeat: no-repeat;
  padding: 50px 80px;
}

.textarea1{
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
.textarea2{
  font-size: 19px;
  text-align: left;
  padding: 0 30px;
}
.textarea3{
  font-size: 25px;
  text-align: left;
  color: #fff;
  padding: 100px 50px;
}