@charset "utf-8";

.title {
  height: 310px;
  background-image:
                    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),  
                      url(../images/change/AdobeStock_564900474.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-shadow: 5px 5px 10px #ffffff;
  position: relative;
}

.title h1 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.line {
padding-top: 50px;
  width: 930px;
  max-width: 90%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  border-bottom: 1px solid #999;
}

/*  

.info-title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.info-caption {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.cha-image {
  display: flex;
  justify-content: center;
  width: 500px;
}

  */

.change {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  border-bottom: 1px solid #999;
  background-color: #f8f8f8;
}

.change-text {
  max-width: 90%;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 20px;
  margin-bottom: 25px;
}

.change img {
  width: 500px;
  padding-bottom: 20px;
}


.change-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.change-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px;
}





.footer {
  margin-top: 100px;
}



@media (max-width: 800px) {
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}


  .change {
    display: block;
    width: 500px;
    /* margin-top: 45px; */
  }

  .change-text {
    margin-left: auto;
    margin-right: auto;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .change img {
    width: 400px;
    height: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

}