.app-matome{
   position: relative;
   padding-bottom: 30px;
}
.app-matome img{
   width: 100%;
   height: auto;
}
.page-title,
.section{
   width: 798px;
}
.section{
   display: block;
   position: relative;
   background-repeat: no-repeat;
   background-position: center top;
   -moz-background-size:  100% auto;
   -webkit-background-size: 100% auto;
   background-size: 100% auto;
   margin: auto;
   padding: 0;
}
.section .main{
   text-align: center;
   font-size: 18px;
   padding: 40px 0 75px;
}
.section .main .description{}
.section .main .btns{
   margin-top: 30px;
}
.section a.btn{
   display: inline-block;
   text-align: center;
   overflow: hidden;
   font-size: 18px;
   padding: 23px 50px 20px;
   color: #000 !important;
   background: transparent;
   border: solid 2px #000;
}
.section a.btn:hover{
   background: #000;
   color: #fff !important;
}

.section .main .sub-info{
   margin-top: 30px;
   font-size: 15px;
}