.wrap {
	font-size:115%;
}

.lead_lightbox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lead_lightbox > li {
	width: calc((100% - 1em * 6) / 7);
	margin-top: 1.5em;
}
.lead_lightbox > li:not(:nth-child(7n+1)) {
	margin-left: 1em;
}

h2 {
	color: #916200;
	font-size: 130%;
}

h3 {
	display: inline-block;
	padding: 0 2em;
	background: #c1b151;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height:1.6em;
}
.just_box {
	padding: 1.5em;
	border: solid 2px #c1b151;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.just_box .option_area {
	flex: none;
	margin-right: 1.5em;
}
.just_box .option {
	flex: auto;
}
.just_box .option > li:not(:first-child) {
	margin-top: 3em;
}
.just_box dt {
	font-weight: bold;
}
.just_box dt:not(:first-child) {
	margin-top: 1.5em;
}
.just_box dd {
	margin-top: 0.5em;
}

.just_box .col {
	margin-top: 1em;
	display: -webkit-flex;
	display: flex;
}
.just_box .col > * {
	margin: 0;
}
.just_box .col > *:not(:first-child) {
	margin-left: 1.5em;
}

.just_box .border {
	padding: 1em;
	border: solid 1px #c1b151;
}

.just_box .size {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.just_box .size li {
	margin: 1em 0.5em 0;
	padding: 0 0.5em;
	border: solid 1px #c1b151;
	color: #c1b151;
	text-align: center;
}

