.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), to(rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 100%), #FFFFFF;
}
.all .plan {
  color: #f06330;
  max-width: 80%;
}
.all .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.all .con {
  color: #737373;
  line-height: 2;
}
.all .con img {
  max-width: 100% !important;
  height: auto !important;
}
@media screen and (max-width:768px){
    .common_title{
        flex-direction: column;
        align-items: flex-start;
    }
    .all .plan{
        max-width: 100%;
        margin-top: 3vw;
        padding-left: 20px;
    }
}