@charset "utf-8";
/* CSS Document */

.text-c{
text-align: center;
}

.text-r{
text-align: right;
}


table.div_list {
  border-collapse: collapse;
  width: 100%;
}
table.div_list th,
table.div_list td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
table.div_list th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}

.pay_ex {
    width: 100%;
    display: -webkit-box;
    display: flex
;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 12px 0;
}

.pay_ex > div {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 20px;
    background-color: #ECECEC;
    border-radius: 10px;
    line-height: 1.5;
}
  .n_divisions {
    font-weight: bold;
  }
	
@media(max-width: 500px) {
  .heading {
    display: none;
  }
table.div_list td {
    display: block;
  }
table.div_list td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #000;
    display: block;
    margin-bottom: 0.25rem;
	white-space: pre-line;
  }
  .n_divisions {
    background: #eee;
  }
	

.text-r{
text-align: center;
}

	.pay_ex > div {
    width: 100%;
		margin-bottom: 20px;
}
}