@charset "UTF-8";
/*##########################################################################################
##//ログ・レポーティング機能 CSS //#########################################################
##########################################################################################*/
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section figure {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 15px auto;
    float: none;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section figure img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
#main section article {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 60px;
  clear: both;
}
#main section article div {
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
#main section article div:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#main section article div h3 {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: normal;
  line-height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  padding-left: 2em;
  background: url(/common/images/bullet/cloud.png) no-repeat 0px 1px/1.55em auto;
  line-height: 140%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#main section article div h3:before {
  display: none;
}
#main section article div h3:after {
  display: none;
}
#main section article div figure {
  margin: 0;
  margin-top: 30px;
  float: none;
}
#main section article div h3 + figure {
  margin: 0;
  margin-left: 20px;
  float: right;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div h3 + figure {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 15px auto;
    float: none;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div h3 + figure img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
#main section article div dl {
  margin-top: 40px;
}
#main section article div dt {
  margin-bottom: 5px;
  font-size: 18px;
  color: #0459B2;
}
#main section article div dd {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 160%;
}
#main section article div dd ul {
  margin-top: 10px;
}
#main section article div dd ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 85%;
}
#main section article div dd ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}