@charset "UTF-8";

/* base */
#contents {
  padding: 0;
}
#vrn_contents img {
  width: 100%;
  min-width: 100%;
  vertical-align: top;
}
.tac {
  text-align: center;
}

/* accordion */
.accordion .accordion_inner {
  display: none;
}

/* contents */
#vrn_contents {
  line-height: 1.6;
  color: #000000;
  font-size: 16px;
}

#vrn_contents .offertxt {
  font-size: 10px;
  line-height: 1.6;
  color: #000000;
  background-color: #fdd325;
  padding: 15px;
}

.about_purchase {
  padding: 0 3%;
}
.about_purchase h3 {
  margin: 0 0 20px;
}
.about_purchase h3 a {
  text-decoration: underline;
}

#item_detail_data {
  margin: 0 0 50px;
  padding: 0 2%;
}
#item_detail_data .component {
  margin: 0 0 30px;
  padding: 30px 5% 10px;
  background-color: #f5f4f4;
  border: 2px solid #cfcfcf;
}
#item_detail_data .component h3 {
  margin-bottom: 10px;
}
#item_detail_data .component .sup {
  margin-bottom: 20px;
  font-size: 90%;
}
#item_detail_data .component dl {
  margin: 0;
  padding: 19px 0 0;
  border-top: 1px dashed #0c0307;
}
#item_detail_data .component dl dt {
  margin: 0 0 10px;
  font-weight: 600;
}
#item_detail_data .component dl dd {
  margin: 0 0 20px;
}
#item_detail_data .item_detail_notes {
  margin: 0;
}
#item_detail_data .item_detail_notes li {
  margin: 0 0 10px;
  padding: 0 0 0 1em;
  position: relative;
}
#item_detail_data .item_detail_notes li:before {
  content: '\25CF';
  font-size: 130%;
  position: absolute;
  top: -.25em;
  left: 0;
}

#vrn_contents #sec5 {
  margin: 0 2%;
  padding: 20px 3% 0;
}
#vrn_contents #sec5 .requirements_list {
  margin: 0;
  padding: 0;
}
#vrn_contents #sec5 .requirements_list dt {
  margin: 0 0 5px;
  padding: 0;
  text-indent: -.5em;
  color: #000000;
  font-weight: 600;
}
#vrn_contents #sec5 .requirements_list dd {
  margin: 0 0 20px;
  padding: 0 0 0;
}
#vrn_contents #sec5 .requirements_list dd:last-child {
  margin-bottom: 0;
  border: none;
}
#vrn_contents #sec5 .requirements_list dd ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
#vrn_contents #sec5 .requirements_list dd ul li {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}
#vrn_contents #sec5 .requirements_list dd ul li:last-child {
  margin-bottom: 0;
}
#vrn_contents #sec5 .requirements_list dd ul li .sup {
  font-size: 90%;
}
.caution_att_tp{
  color: #000;
  margin: 0 2% 30px !important;
  padding: 0 3%;
}
.caution_att{
  padding-left: 0;
}
