@charset "UTF-8";
/*##########################################################################################
##//オプション製品 CSS
/bs/dspa/option/
//###################################################################
##########################################################################################*/
#main section aside ol {
  border-radius: 4px;
  margin: 0px 0px 40px 0px;
  padding: 15px 15px 5px 15px;
  background: #eee;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section aside ol {
    display: none;
  }
}
#main section aside ol:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
#main section aside ol li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  width: 220px;
  margin-bottom: 10px;
  float: left;
}
#main section aside ol li:before {
  transform: rotate(90deg);
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  background: url(/common/images/bullet/circleArrow/blue.png) no-repeat;
}
#main section aside ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section article {
  margin: 30px 0 50px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article {
    padding-top: 0px;
  }
}
#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%;
  margin-bottom: 10px;
  font-size: 22px;
  clear: none;
  line-height: 120%;
}
@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 h3 small {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
#main section article div figure {
  width: 240px;
  float: right;
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div figure {
    width: auto;
    height: auto;
    float: none;
    text-align: center;
    margin: 20px auto;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div figure img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
#main section article div h3 + figure {
  margin-top: -15px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #main section article div h3 + figure {
    margin: 15px auto;
  }
}
#main section article div h3 + figure ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 85%;
}
#main section article div h3 + figure ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section article div h3 + figure ul li li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 100%;
}
#main section article div h3 + figure ul li li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main section article dl {
  font-size: 14px;
}
#main section article dt {
  font-weight: bold;
}
#main section article dd {
  margin-bottom: 15px;
}