.contentsWrap{
  width: 100%;
  margin: auto;
  padding:40px 0  60px;
}

h1{
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
h2{
  font-size: 24px;
  text-align: left;
  margin-bottom: 60px;
  color: #000000;
}
h3{
  font-size: 21px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #000000;
}

.contentsSection{
  padding: 60px 0;
  border-top: solid 1px #CBCBCB;
  font-size: 16px;
}

.contentsInner{
  margin: auto;
  max-width: 668px;
  position: relative;
  color: #5A5A5A;
}

.contentsInner p.center{
  text-align: center;
  margin: 20px 0;
}

.contentsInner table{
  margin-top: 60px;
  border-spacing: 0;
}

.contentsInner table tr{
  position: relative;
}
.contentsInner table tr th{
  font-weight: normal;
  padding-right: 20px;
  color: #000000;
}

.contentsInner table tr th,
.contentsInner table tr td{
  padding-top:16px;
  padding-bottom:16px;
  border-top: solid 1px #CBCBCB;
  width: 50%;
  text-align: left;
}

.contentsInner table tr:nth-last-of-type(1) th,
.contentsInner table tr:nth-last-of-type(1) td{
  border-bottom: solid 1px #CBCBCB;
}

.contentsInner p a{
  color:#5A5A5A;
  text-decoration: underline;
}

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
  h1{
    margin-bottom: 16px;
  }
  h2{
    font-size: 20px;
    margin-bottom: 36px;
  }
  h3{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .contentsWrap{
    padding-top: 16px;
  }
  .contentsSection{
    padding: 40px 0;
    font-size: 14px;
  }

  .contentsInner{
    padding: 0 25px;
  }
  .contentsInner table{
    margin-top: 40px;
  }
}

