@charset "utf-8";


.massage-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.flex-content {
  flex-grow: 1;
  background-color: palegoldenrod;
  box-sizing: border-box;
  border: 8px solid green;
}

.fixed-content {
  height: 128px;
  background-color: thistle;
  box-sizing: border-box;
  border: 8px solid darkmagenta;
}






.massage-text {
  max-width: 900px;
  margin: 30px auto;
}

.massage-text h3 {
  background-color: #54a4a6;
  color: #ffffff;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
}

.massage-text-ep {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  max-width: 90%;
}

.mte-a02 img {
  width: 800px;
  padding-top: 14px;
}



.massage-text p {
  line-height: 2;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.mte-a01 p {
  padding-bottom: 0px;
}


.massage-tokuchou01 {
  width: 900px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.massage-tokuchou02 h3 {
  background-color: #8fbc8f;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-top: 50px;
}

.mta-01 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  align-items: flex-start;
}

.mta-01 img {
  width: 130px;
  margin-left: 10px;
  margin-right: 10px;
}

.mta-01 p {
  line-height: 2;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}


.mta-001-01 p {
  font-weight: bold;
  text-decoration: underline;
}

.mta-002-01 img {
  width: 200px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

.mta-002-02 img {
  width: 1000px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;

}



.mta-002a {
  display: flex;
}

.mta-002 {
  text-align: left;
}


.mta-003 ol li {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-left: 40px;
  line-height: 1;
}

.mta-003 ol {
  list-style-type: square;
  padding-bottom: 10px;
}

.mta-003a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;

}

.mta-003a img {
  width: 900px;
  margin-left: 10px;
 padding-right: 40px;
}

.mta-003 {
  text-align: left;
}

.mta-001 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mta-002 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mta-003 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mta-01-003 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.mt01-02-01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.mt01-02-01 img {
  width: 100px;
  margin-left: 30px;
  padding-top: 20px;
}

.mt01-02-01 ol {
  list-style-type: square;
  padding-left: 35px;
  padding-bottom: 10px;
}

.mt01-02-01 ol li {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-left: 40px;
  line-height: 2;
}



.pte03 {
  border-bottom: 2px solid #8fbc8f;
  padding-bottom: 10px;
}

.pte03 p {
padding-top: 0px;
padding-bottom: 10px;
}


@media (max-width: 768px) {


  .massage-text-ep {
    display: block;
    max-width: 100%;
  }

  .massage-text p {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .massage-tokuchou02 {
    padding-bottom: 20px;
  }



  .massage-tokuchou02 h3 {
    margin-top: 0px;
  }


  .mte-a02 img {
    width: 60%;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .mte-a02 {
    display: block;
    text-align: center;
  }

 

  .mta-01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mta-01 img {
    padding-bottom: 10px;
  }



  .mta-01-003 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }




  .mta-003 ol li {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 30px;
  }

  .mt01-02-01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
  }

  .mt01-02-01 img {
    margin-left: 0px;
  }

  .mta-002a {
    display: block;
    text-align: center;
  }


  .mta-002a img {
    width: 30%;
  }

  .mta-002-02 img {
    width: 50%;
  
  }
  


 .mta-003a {
    display: block;
    text-align: center;
  }

  .mta-003a img {
    width: 50%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 0px;
   
  }

  .mt01-02-01 ol {
    padding-left: 0px;
  }
  
  .mt01-02-01 ol li {
    margin-left: 30px;
  }
  





  .link-button-area {
    margin-top: 0px;
   }
  


}