#articleView p,
#articleView div,
#articleView table,
#articleView ol,
#articleView ul,
#articleView img{
  margin-top: 24px;
  margin-bottom: 24px;
}
#articleView > *:last-child{
  margin-bottom: 0;
}
#articleView .md-box > *:first-child{
  margin-top: 0;
}
#articleView .md-box > *:last-child{
  margin-bottom: 0;
}
#articleView td > img:first-child{
  margin-top: 8px;
}
#articleView td > img:last-child{
  margin-bottom: 8px;
}
#articleView li ol,
#articleView li ul{
  margin-top: 0;
  margin-bottom: 0;
}
#articleView p {
  font-size: 15px;
  line-height: 24px;
}
#articleView h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
#articleView small {
  font-size: 13px;
  line-height: 24px;
}
#articleView a {
  color: #00754a;
}
#articleView ul {
  margin-left: 1.5em;
  text-indent: -1em;
  padding-left: 0;
}
#articleView ol {
  margin-left: 1.5em;
  text-indent: -1.5em;
  padding-left: 0;
}
#articleView ul > li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 24px;
}
#articleView ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 24px;
}
#articleView li p {
  display: inline;
}
#articleView li.md-asterisk-list {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -1.5em;
}
#articleView li.md-asterisk-list::before {
  content: "※";
  margin-right: 0.5em;
}
#articleView table,
#articleView th,
#articleView td {
  border-collapse: collapse;
  border:1px solid #CCCCCC;
}
#articleView table {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  table-layout: fixed;
}
#articleView th {
  background-color: #EDEBE9;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
#articleView td {
  padding: 8px 16px;
}
#articleView .md-center{
  text-align: center;
}
#articleView .md-text-left{
  text-align: left;
}
#articleView .md-text-center{
  text-align: center;
}
#articleView .md-text-right{
  text-align: right;
}
#articleView .md-table-center{
  text-align: center;
}
#articleView .md-table-right{
  text-align: right;
}
#articleView .md-box{
  border: solid 1px #CCCCCC;
  width: 100%;
  padding: 16px 32px;
  box-sizing: border-box;
}
#articleView .md-text-red {
  color: #d62b1f !important;
}
#articleView img{
  display: inline-block;
}
#articleView .md-row,
#articleView .md-row-pc{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#articleView .md-row > *,
#articleView .md-row-pc > *{
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}
#articleView .md-row > * > *,
#articleView .md-row-pc > * > *{
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #articleView .md-row-pc{
    flex-direction: column;
  }
}







