#Contents .txt:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #Contents .txt {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .txt {
    margin-bottom: 8px;
  }
}


.text-in{
	padding-left: 5%;
	padding-bottom: 20px;
}

.text-in li{
	padding-left: 2%;
	
}

h2{
	margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .text-in{
	margin-top: 10px;
	font-size:90%;
}
 .text-in p{
	 margin-top: 5px;
 }
 

}

.mainCont {
    font-size: 15px;
    line-height: 2;
}
@media only screen and (max-width: 767px) {
.mainCont {
    font-size: 1.4rem;
    line-height: 1.5;
}
}
