@charset "UTF-8";

#gNav {
	margin: 0 0 15px 0;
}

.mtArea{
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0 100px;
  text-align: center;
}
.mtArea .mtTtl{
  color: #0068b7;
  font-size: 200%;
  font-weight: bold;
}
.mtArea .mtCnt{
  margin-top: 20px;
}
.mtArea .mtCnt p{
  line-height: 1.8;
}

@media screen and (max-width:768px){
  .mtArea{
    width: 100%;
    padding: 50px 15px;
  }
  .mtArea .mtTtl{
    font-size: 20px;
  }
  .mtArea .mtCnt{
    font-size: 14px;
  }
}
