/* CSS Document */

.content-image{
	background-image: url(../img/kv.jpg);
	background-size: cover;
}

.about-content .lead-txt{
	text-align: center;
}

.about-content{
	adding: 0 10px 150px 10px;
  max-width: 710px;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.ttl-about {
  font-size: 2.2rem;
  padding-top: 50px;
}

.about-content p{
	line-height: 1.8;
	text-align: left;
	padding-bottom: 20px;
}
.about-content img{
	width: 100%;
	height: auto;
}

.about-content .lead-txt{
	padding: 0px;
	margin: 10px 0 10px 0;
}

.PT40{
	padding-top: 20px;
}

.about-content img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
.content-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    height: 250px;
}
}
