@charset "utf-8";
.title {
  height: 310px;
  background-image: url(../images/concept/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}
.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.title p {
  font-size: 14px;
  margin-top: 15px;
}
.main h2 {
  text-align: center;
  color: #54C3F1;
  font-size: 32px;
  font-weight: 100;
  line-height: 2em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.suiso-txt p {
  color: #6D6C6C;
  font-size: 14px;
  line-height: 2.5em;
  margin-bottom: 30px;
}
@media(max-width: 800px) {
.main h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
	margin-top: 20px;
    margin-bottom: 15px;
  }
  .suiso-txt p {
    font-size: 12px;
    line-height: 2.5em;
    margin-bottom: 30px;
  }
}
.footer{
	padding-top: 0px;
}
.ll-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px
}
@media (max-width: 700px) {
  .ll-inner {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%
  }
}