.topdiv img{
  width: 100%;
}
img {
	max-width: 100%;
}
h1{
  text-align: center;
  margin-top: -3px;
  padding-top: 3%;
  padding-bottom: 3%;
  color:#fff;
  font-size: 14px;
  background: linear-gradient(180deg,#99CC66,#228B22);
}
.yellowdiv{
  background-color: #fff9b1;
  padding-bottom: 2%;
}
.yellowdiv img{
  padding-top: 2%;
}
.yellowdiv p{
  text-align: center;
  padding-top: 3%;
  line-height: 1.5em;
}
h2{
  line-height: 1.5em;
  text-align: center;
  color: #b71c25;
  font-size: 18px;
  font-weight: bold;
  padding-top: 3%;
  padding-bottom: 3%;
}
.clean{
  line-height: 1.5em;
}
.redbox h3 {
  color: #fff;
  font-weight: bold;
  background-color: #b71c25;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  height: 70px;
  margin: 0 auto;
  line-height: 21px;
}
.redbox{
  margin-bottom: 5%;
}
.redbox p{
  line-height: 1.5em;
  padding-top: 2%;
  padding-bottom: 2%;
}
dl{
  margin-top: 3%;
  margin-bottom: 10%;
  border-left:1px solid #898989;
  border-bottom:1px solid #898989;
  border-right:1px solid #898989;
}
dl,dt,dd{
  box-sizing: border-box;
}
dt {
  padding-left: 3%;
  display: block;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  font-size: 14px;
  width: 100%;
  line-height: 2em;
}
dt span{
  padding-left: 5%;
}
dd {
  padding-top: 2%;
  margin-bottom: 2%;
  display: block;
  font-size: 14px;
  padding-left: 3%;
  padding-right: 3%;
  line-height: 2em;
  margin-left: 0%;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
.ex{
  line-height: 1.5em;
}
.propose h4{
  background-color: #fff799;
  border: 1px solid #231815;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
  color: #b71c25;
  font-weight: bold;
  border-radius: 8px;
  margin-bottom: 5%;
}
.propose h4 br{
  display: none;
}
.proredbox h5 {
  color: #fff;
  font-weight: bold;
  background-color: #b71c25;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  height: 70px;
  margin: 0 auto;
  line-height: 21px;
}
.proredbox{
  margin-bottom: 5%;
}
.proredbox p{
  line-height: 1.5em;
  padding-top: 4%;
  padding-bottom: 2%;
}
.yellowdiv:last-child{
  margin-bottom: 10%;
}
@media (min-width: 769px){
.menu li:nth-of-type(4){
	background-color: #88bb56;
}
h1 {
  font-size: 24px;
  letter-spacing: 5px;
  margin-top: -3px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}
.yellowdiv p{
  text-align: center;
  padding-top: 3%;
  line-height: 1.5em;
  font-size: 20px;
}
h2 {
  font-size: 41px;
  padding-bottom: 0;
}
h2 br{
  display: none;
}
.clean {
  text-align: center;
  font-size: 19px;
}
.beforeafterdiv img{
  float: left;
  width: 40%;
}
.reddiv{
  float: left;
  width: 60%;
  margin-top: 6%;
}
.redbox{
  width: 100%;
}
.redbox h3 {
  font-size: 18px;
  float: left;
  width: 23%;
}
.redbox p{
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  width: 75%;
  padding-left: 2%;
}
.ex{
  padding-left: 3%;
  font-size: 18px;
}
dl {
  margin-top: 1%;
  margin-bottom: 3%;
}
dt {
  border-right: 1px solid #000;
  padding-left: 3%;
  display: block;
  border-bottom: none;
  font-size: 16px;
  width: 43%;
  text-align: center;
  float: left;
}
dd {
  font-size: 16px;
  padding-left: 0;
  margin-left: 24%;
  text-align: center;
  padding-top: 0%;
  padding-left: 2%;
  margin-bottom: 0%;
  border-top: 1px solid #898989;
}
.propose h4{
  float: left;
  width: 15%;
  height: 178px;
  font-size: 24px;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 1.5em;
  font-weight: bold;
}
.propose h4 br{
  display:block;
}
.proredbox{
  float: left;
  padding-left: 3%;
  width: 80%;
  margin-bottom: 1.5%;
}
.proredbox h5 {
  font-size: 18px;
  float: left;
  width: 28%;
}
.proredbox p{
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  width: 70%;
  padding-left: 2%;
}
.yellowdiv:last-child{
  margin-bottom: 5%;
}
