@charset "UTF-8";
/**********************************************************************
	コンテンツ01 - className : Contents01
***********************************************************************/
.mokuroku {
  padding: 0 30px;
}

.mokuroku .mokuroku_list {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .mokuroku {
    padding: unset;
  }
  .mokuroku .mokuroku_list {
    padding: unset;
  }
}

.table-primary {
  text-align: center;
  line-height: 1.4;
}

.table-primary th {
  width: inherit;
  border-right: solid 1px white;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .table-primary th {
    padding: 20px 10px;
  }
}

.table-primary th:last-child {
  border-right: none;
}

.table-primary th.border-bottom {
  border-bottom: solid 1px #ffffff;
}

.table-primary td {
  border-right: dashed 1px #0d4270;
  padding: 20px 10px;
}

.table-primary td:last-child {
  border-right: none;
}

.table-primary td.boder-r {
  border-right: dashed 1px #0d4270;
}

.table-primary .m-btn {
  margin-right: auto;
  margin-left: auto;
}
