@charset "utf-8";

#answer {
  clear: both;
}
#answer ol,
#answer ul {
  margin-left: 1em;
}
#answer p,
#answer ul,
#answer ol,
#answer blockquote,
#answer pre,
#answer table {
  margin-bottom: 20px;
}
#answer h2 {
  font-size: 1.5em;
  border-bottom: none;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
#answer blockquote {
  border-left: 5px solid #ececec;
  padding-left: 5px;
}
#answer pre {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ececec;
}
#answer table {
  border-collapse: collapse;
}
#answer table th:not([class]) {
  background-color: #f8f8f8;
}
#answer table th:not([class]),
#answer table td:not([class]) {
  border: 1px solid #b2b2b2;
  padding: 5px 10px;
}
#answer a,
#answer a:visited,
#answer a:active {
  text-decoration: underline;
}
#answer ul {
  list-style-type: none;
}
#answer ul li {
  list-style: none;
}
#answer ul.disc {
  list-style-type: disc;/*ulタグにclass="disc"をつけると標準のリストスタイル*/
}
#answer ul.disc li {
  list-style: disc; /*ulタグにclass="disc"をつけると標準のリストスタイル*/
}
#answer h1,
#answer h2,
#answer h3,
#answer h4 {
    margin-bottom: 8px;
}
#answer span.text {
  width: 660px;
}
#answer ul li a img,
#answer a img {
  max-width: 100%;
}
#answer .fancyBox a,
#answer a.fancyBox,
#answer .popup-iframe a,
#answer a.popup-iframe {
  padding-left: 16px;
  text-indent: 0;
  display: inline-block;
  background: url(https://www.carenet.com/common/images/common/icon_zoom.png) no-repeat left 0.5em;
}
#answer .bgNoneMt0 a {
  padding-left: 0;
  background: none;
}

@media (max-width: 767px) {
  #answer ul li a img,
  #answer a img {
     max-width: 100%;
     height: auto;
  }
  #answer span.text {
    width: calc(100% - 4em);
  }
}