/* -----------------------------------------------
  papertest (contents)
----------------------------------------------- */
#contents section#title {
  box-sizing: border-box;
  padding: 40px 10px;
  position: relative;
}
#contents section#title h1 {
  box-sizing: border-box;
  padding: 30px 0 10px;
  font-size: 175%;
  text-align: center;
}
#contents section#title .logo figure {
  width: 264px;
  margin: 0 auto;
}
#contents section.cont-sec .cont-block {
  margin-bottom: 60px;
}
#contents section.cont-sec h2 {
  background-color: #b3d0c7;
  font-size: 150%;
  padding: 20px 0;
  margin-bottom: 40px;
}
#contents section.cont-sec h3 {
  text-align: left;
}
#contents section#howto .cont01-01 ul.about-list {
  list-style-type: disc;
  margin: 0 0 0 1em;
}
#contents section#howto .cont01-01 ul.about-list li {
  margin-bottom: 1em;
}
#contents section#howto .cont01-02 .example {
  background-color: #f5f5f5;
  padding: 30px 0;
}
#contents section#howto .cont01-02 .example .row-box {
  zoom: 1;
  min-height: 1%;
  position: relative;
  margin-bottom: 30px;
}
#contents section#howto .cont01-02 .example .row-box:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#contents section#howto .cont01-02 .example h4 {
  box-sizing: border-box;
  background-color: #b3d0c7;
  width: 136px;
  height: 136px;
  border-radius: 68px;
  font-size: 125%;
  padding-top: 58px;
  text-align: center;
  margin-right: calc(34% - 136px);
  float: left;
}
#contents section#howto .cont01-02 .example .example-box {
  box-sizing: border-box;
  width: 34%;
  background-color: #e2e2e2;
  border-radius: 6px;
  padding: 15px;
}
#contents section#howto .cont01-02 .example .example-box p {
  margin-bottom: 0;
}
#contents section#howto .cont01-02 .example #example01 {
  float: left;
}
#contents section#howto .cont01-02 .example #example02 {
  float: left;
}
#contents section#howto .cont01-02 .example #example02 p {
  margin-bottom: 1em;
}
#contents section#howto .cont01-02 .example #example02 h5 {
  margin-bottom: .5em;
}
#contents section#howto .cont01-02 .example #example02 ol {
  list-style-type: none;
}
#contents section#howto .cont01-02 .example #example02 ol li {
  line-height: 1.4;
  margin-bottom: .5em;
}
#contents section#howto .cont01-02 .example #example03 {
  float: right;
}
#contents section#howto .cont01-02 .example figure {
  width: 20%;
  margin: 0 6%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#contents section#howto .cont01-03 dl dt {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
#contents section#howto .cont01-03 dl dd {
  padding: 0 15px;
  margin-bottom: 30px;
}
#contents section#download .btn-list {
  margin-bottom: 30px;
}
#contents section#download .btn-list li a {
  display: inline-block;
  width: 240px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 15px;
}

.lang-en #contents section#howto .cont01-02 .example h4 {
  padding-top: 44px;
}

.lang-id #contents section#howto .cont01-02 .example h4 {
  padding-top: 48px;
}

.lang-th #contents section#howto .cont01-02 .example h4 {
  font-size: 90%;
}

/* sp */
@media screen and (max-width: 767px) {
  #contents section#title {
    height: auto;
    padding: 30px 10px;
  }
  #contents section#title h1 {
    font-size: 20px;
    padding-top: 20px;
  }
  #contents section.cont-sec .cont-block {
    margin-bottom: 40px;
  }
  #contents section.cont-sec h2 {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 30px;
  }
  #contents section.cont-sec h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #contents section#howto .cont01-02 .example {
    padding: 20px 0;
  }
  #contents section#howto .cont01-02 .example .row-box {
    margin-bottom: 0;
  }
  #contents section#howto .cont01-02 .example h4 {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0 0 20px 0;
    float: none;
  }
  #contents section#howto .cont01-02 .example .example-box {
    width: 100%;
    margin-bottom: 10px;
  }
  #contents section#howto .cont01-02 .example #example01 {
    float: none;
  }
  #contents section#howto .cont01-02 .example #example02 {
    float: none;
  }
  #contents section#howto .cont01-02 .example #example03 {
    float: none;
  }
  #contents section#howto .cont01-02 .example figure {
    width: 40%;
    margin: 0 auto;
    position: static;
  }
  #contents section#howto .cont01-03 dl dt {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #contents section#howto .cont01-03 dl dd {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #contents section#download .btn-list li {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px;
  }
}
