@charset "UTF-8";
/* CSS Document */

#container #terms-contents h6 {
  font-weight: bold;
  margin: 30px 0 10px;
}
#container #terms-contents ul,
#container #terms-contents ol {
  padding-left: 30px;
}
#container #terms-contents li,
#container #terms-contents p {
  margin-bottom: 10px;
}

#container #terms-contents h6 {
  font-weight: bold;
  margin: 30px 0 10px;
}
#container #terms-contents ul,
#container #terms-contents ol {
  padding-left: 30px;
}
#container #terms-contents ul li {
  list-style: disc;
}
#container #terms-contents ol li {
  list-style: decimal;
}
#container #terms-contents .pdg5p li,
#container #terms-contents .pdg5p p {
  margin-bottom: 10px;
}
/*table*/
.table-form-term {
  width: 100%;
  border: none;
  margin: 10px auto;
  border-collapse: collapse;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  text-align: left;
  background-color: #fff;
}
.table-form-term th,
.table-form-term tr {
  margin: 0;
  padding: 0;
}
.table-form-term th {
  /*font-weight: bold;*/
  width: 30%;
  padding: 15px;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0;
  vertical-align: middle;
  background: #f4f4f4;
  font-family: NotoSansCJKjp-Bold, Meiryo-Bold, Hiragino Kaku Gothic Pro;
  font-weight: 700;
}
.table-form-term td {
  padding: 15px;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0;
  vertical-align: middle;
}

/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
}
/*-------------------------------*/

/*@media screen and (min-width : 640px)

-------------------------------*/
@media screen and (max-width: 640px) {
  #products-contents .model-list li:nth-child(1) {
    margin: 0 auto 20px;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 400px)

-------------------------------*/
@media screen and (max-width: 400px) {
}

/*-------------------------------*/

/*@media screen and (min-width : 320px)

-------------------------------*/
@media screen and (max-width: 360px) {
}
