.s-top{min-height: 100%;}
.cont-new{min-height: 100%;}
h1{color: var(--color4); font-size: 5vw; margin: 30px 0 20px 0;}
section p{color: var(--txt); font-size: 1.4vw; line-height: 1.4; margin-bottom: 10px;}
img.img-1{width: 60%; height: auto; margin: 20px 0;}
img.img-border-2{border: 2px solid var(--color4); border-radius: 7px;}
.a-txt{color: var(--color4); text-decoration: underline;}
/************************************************************/
/************************************************************/
@media only screen and (max-width: 767px){
h1{font-size: 9vw; line-height: 1.2; margin-top: 50px;}
section p{font-size: 4.5vw;}
img.img-1{width: 100%; margin: 10px 0;}
}