@charset "utf-8";
/* customer-harassment Page  */
h3, h4, h5 {
  display: inline-block;
  width: 100%;
  height: auto;
}

h3 {
  font-size: 0.6em;
  margin-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px dotted #333;
}

.cas_head_text p {
  margin-bottom: 1em;
}

.cas_head_text p:first-of-type {
  margin-top: 1.5em;
  margin-bottom: 1.9em;
}

.cas_head_text p:last-of-type {
  margin-bottom: 0;
}

.cas_head_text2 {
  margin-bottom: 1em;
}

.cas_head_text2:first-of-type {
  margin-top: 1em;
}

.attention1 .boxTitle1, .attention2 .boxTitle2 {
  padding: 5px 20px;
  height: auto;
  top: -36px;
}

.attention1 .boxTitle1:before, .attention2 .boxTitle2:before {
  content: '';
  padding-right: 0;
}

.attention2 .boxTitle2 {
    background: #00833e;
}

.attention2 {
    border: solid 3px #00833e;
    background: lightyellow;
    margin-bottom: 1em;
}

.attention2 .border_dashed-b {
  border-color: #e10101;
  color: #e10101;
}

.li-indent {
  text-indent: -1.5em;
  padding-left: 1.5em!important;
}

.attention1 li, .attention2 li {
  list-style-position: inside;
}

.attention3 {
  border: solid 3px #007083;
  background: #f0ffff;
}

.attention3 li {
  margin-bottom: 1em;
}

.boxTitle3 {
  background: #007083!important;
}

li.list-style-c {
  list-style-type: circle;
  border-bottom:solid 1px #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* 画面サイズ 768px以下 */
@media only screen  and (max-width: 767px) {
  h3, h4 {
    font-size: 0.625em;
  }
}
