@charset 'UTF-8';
#about-symptoms{
  word-break: normal;
word-wrap: break-word;
margin-bottom:2em;
}
#about-symptoms a {
  color: #4a973a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.left{float: left;}

p.midashi{
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px dashed #ccc;
  color: #4a973a;
  font-size:1.2em;
}

ul.list-menu li{
  padding-left: 1.2em;
  background-image: url(/images/general/icon-arrow.jpg);
  background-repeat: no-repeat;
  background-size:auto;
  background-position: left center;
  font-weight: bold;
}

div.list2{
  overflow: hidden;
}

div.list2 ul{
  padding: 5px 0 10px!Important;
}
div.list2 li:first-child{
  border-bottom: 1px solid #4a973a;
  list-style-type: none;
  color: #4a973a;
  font-weight: bold;
  padding-bottom:0.5em;
  font-size:1.2em;
}
div.list2 li{
  border-bottom: 1px solid #4a973a;
  list-style-type: none;
  padding-bottom:0.5em;
  font-size:1.2em;
}


.vertical-line{
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

.kidneydisease-link-btn {margin-top: 15px;margin-bottom: 15px;border:1px dotted #4a973a;padding:10px;display:flex;justify-content: space-between;}
.kidneydisease-link-btn a{
  width:50%;
}
.kidneydisease-link-btn a:last-child{
  text-align: right;
}
.kidneydisease-link-btn a,
.kidneydisease-top-btn a {
  color: #4a973a;
  font-size:1.2em;
  display: block;
  font-weight: bold;
}

.kidneydisease-top-btn {
  margin-top: 15px; text-align: right;
  margin-bottom:2em;
}

@media only screen and (max-width: 768px) {
  .kidneydisease-link-btn {display:block;}

  .kidneydisease-link-btn a{
    width:100%;
    text-align:center;
  }
  .kidneydisease-link-btn a:last-child{
    text-align:center;
  }
  .kidneydisease-link-btn a:first-child{

    margin-bottom:1em;
  }

}