@charset "UTF-8";

/* 背景 */

.entry {
  width: 80%;
  padding: 0 20px;
  margin: 0 auto; 
}

.mokuteki2 {
  color: #1496a0;
  font-size: 20px;
}
  
.imgtext {
  margin: 20px 0;
}

.text h2 {
  color: #1496a0;
  font-size: 30px;
}

.text h3 {
  color: #f68b58;
  margin: 40px 0 10px;
  font-size: 16px;
}

.text h4 {
  color: #1496a0;
  font-size: 16px;
}

.text p {
  margin: 10px 0 15px 20px;
  font-size: 16px;
}

.text li {
  font-size: 14px;
  list-style-type: decimal;
}

.imgtext .img {
  margin-top: 30px;
}


/* --------------PC--------------- */

@media screen and (min-width: 768px) {

  .entry {
   max-width: 80%;
  }

  .imgtext {
   display: flex;
   align-items: flex-start;
  }

  .imgtext .text {
   width: 60%;
  }

  .imgtext .img {
   width: 40%;
   padding: 0;
   text-align: center;
   border: 2px solid #0bd;
  }

  .text h3 {
   color: #f68b58;
   margin: 40px 0 10px;
   font-size: 20px;
  }

  .text h4 {
   color: #1496a0;
   font-size: 18px;
  }

  .text p {
   margin: 10px 0 15px 20px;
   font-size: 18px;
  }

.text li {
  font-size: 16px;
  list-style-type: decimal;
}

}
