@charset "utf-8"; 

h2 span.txt_lead {
  font-size: 75%;
  font-weight: normal;
  color: #000000 !important;
  margin-bottom: 10px;
  display: inline-block;
}
h2 span.note {
  font-size: 67%;
  font-weight: normal;
  color: #000000 !important;
  margin-top: 10px;
  display: block;
  text-align: right;
}

#sp_contents.corporate ul.feature_list {
	overflow: hidden;
	padding: 0;
  width: 100%;
}
ul.feature_list li {
  border: none !important;
  width: 100% !important;
  background: none !important;
	clear: both;
}

ul.feature_list li strong {
  display: block;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.photo {
    width: 100% !important;
    float: none;
    text-align: center;
}
#sp_contents .section .photo img {
    width: 50%;
	text-align: center;
}
#sp_contents.corporate ul.feature_list li {
	margin: 1%;
}
@media print {
	#sp_contents .section .print_size img {
		max-width: 273px;
	}
}