.virtusize {
  font-size: 14px;
}

.main-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
}

.section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-title-sub {
  font-size: 14px;
  font-weight: bold;
}
.section-desc {
  font-size: 14px;
  font-weight: normal;
}
.section-img {
  display: block;
  margin: 40px auto 0;
}

.sub-section {
  margin-top: 60px;
}
.sub-section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sub-section-desc {
  font-size: 14px;
}
.sub-section_list {
  letter-spacing: -.4em;
  font-size: 0;
}
.sub-section_list > li {
  width: 47%;
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 14px;
}
.sub-section_list > li:first-child {
  margin-right: 6%;
}
.sub-section_list .section-img {
  margin: 15px 0 0 0;
}
.sub-section_list .sub-section-desc {
  margin-top: 20px;
  padding-left: 5px;
}
.sub-section_list .sub-section-desc_detail {
  margin-top: 30px;
  padding-left: 5px;
}

.legend {
  margin-top: 10px;
}
.legend > li {
  display: inline-block;
}
.legend > li:nth-child(n+2):before {
  content: "|";
  margin-right: 10px;
  margin-left: 5px;
}
.legend_item-store {
  color: #0098e6;
}

.caption {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.hdr {
  margin-bottom: 55px;
}
.hdr_inner {
  background: url(../img/border.png) repeat-x;
  padding: 55px 40px;
  border: 1px solid #ccc;
  letter-spacing: -.4em;
  font-size: 0;
}
.hdr_inner .main-title {
  margin-bottom: 20px;
}
.hdr_inner_desc {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 30px;
}
.hdr_inner_desc .section-desc {
  margin-bottom: 30px;
}
.hdr_inner_img {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
}

.guide {
  margin-bottom: 10px;
}
.guide dl {
  margin-bottom: 30px;
}

.procedure {
  padding-top: 50px;
  padding-bottom: 60px;
  border-top: 1px dotted #ccc;
}
.procedure .section-title,
.procedure .sub-section-title {
  color: #004b2a;
}
