@charset "UTF-8";
/*##########################################################################################
##//「m-FILTER」ファミリーのメール誤送信対策 CSS //#########################################
##########################################################################################*/
#main section .gososhin-report {
  padding: 20px 15px;
  background: #fafaf3;
  border: 1px solid #ccc;
}
#main section .gososhin-report h4 {
  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%;
  margin-bottom: 10px;
  clear: both;
  color: #0459b2;
  font-size: 22px;
  line-height: 150%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .gososhin-report h4 {
    font-size: 16px;
  }
}
#main section .gososhin-report h4:before {
  display: none;
}
#main section .gososhin-report h4:after {
  display: none;
}
#main section .gososhin-report figure {
  margin: 10px auto;
  float: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section .gososhin-report figure img {
    width: 100%;
    height: auto;
  }
}
#main section .gososhin-report ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 85%;
  width: auto;
  height: auto;
  text-align: right;
}
#main section .gososhin-report ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section article {
  margin-bottom: 50px;
}
#main section article figure {
  margin: 10px 0;
  float: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article figure img {
    width: 100%;
    height: auto;
  }
}
#main section article dl {
  border-radius: 4px;
  margin: 10px 10px 5px;
  padding: 15px;
  border: 1px solid #ccc;
  float: left;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article dl {
    width: 100%;
    margin: 0px;
  }
}
#main section article dt {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article dt br {
    display: none;
  }
}
#main section article li {
  margin-top: 10px;
  text-align: center;
}
#main section article li a {
  border-radius: 4px;
  width: 120px;
  height: 25px;
  margin: 0 auto;
  display: block;
  background: #0459B3;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#main section article dl:nth-of-type(2) li a {
  background: #EA5D25;
}
#main section div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#main section div dl {
  width: 315px;
  margin-right: 20px;
  float: left;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section div dl {
    width: 100%;
    margin-right: 0px;
  }
}
#main section div dl:nth-child(1) dt {
  background-image: url(/bs/mf/common/images/family/l.jpg);
}
#main section div dl:nth-child(2) dt {
  background-image: url(/bs/mf/common/images/family/m.jpg);
}
#main section div dl:nth-child(3) {
  margin-right: 0;
}
#main section div dl:nth-child(3) dt {
  background-image: url(/bs/mf/common/images/family/s.jpg);
}
#main section div dt {
  border-radius: 4px;
  text-align: left;
  height: 63px;
  margin-bottom: 5px;
  padding: 10px 10px 0 60px;
  font-size: 16px;
  background-color: #ea5e27;
  border: 1px solid #ea5e27;
  color: #fff;
  background-position: 8px;
  background-repeat: no-repeat;
}
#main section div dd {
  border-radius: 4px;
  text-align: left;
  min-height: 180px;
  padding: 10px;
  border: 1px solid #ddd;
}
#main section div dd ul {
  margin-top: 10px;
}
#main section div dd li {
  padding-left: 15px;
  background: url(/common/images/bullet/todetail.png) no-repeat 0px 6px;
}
