.wrap {
	font-size:115%;
}

.lead_lightbox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-around;
	text-align:center;
 	
}

.lead_lightbox > li {
	width: calc((100% - 0.1em * 6) / 8);
	margin-top: 1.5em;
}

.lead_lightbox >  li:last-child {
	margin-right: 0;
}


/* ********** main ********** */
.title h1 {
	margin: 6em 0;
}
.title h1 img {
	margin: 0 auto;
}
.title h1 img:first-child {
	width: 300px;
	margin: 3em auto;
}

/* ********** just_section ********** */
.just_section {
	margin: 10em 0 5em;
}
.just_section h2 {
	margin: 0 0 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.just_section h2::before,
.just_section h2::after {
	content: "";
	width: 20%;
	height: 0;
	border-top: solid 1px #ccc;
	position: absolute;
	top: 50%;
}
.just_section h2::before {
	left: 0;
}
.just_section h2::after {
	right: 0;
}
.just_section h2 + p {
	margin: 0 0 5em;
	text-align: center;
}

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

.selectType_detail .just_title h3 {
	display: inline-block;
	padding: 0 2em;
	background: #c1b151;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height:1.6em;
}
/* **** just_box1～4共通 **** */
.just_box1,
.just_box2,
.just_box3,
.just_box4 {
	padding: 3em;
	border: solid 2px #c1b151;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.just_box1 dd,
.just_box2 dd,
.just_box3 dd,
.just_box4 dd {
	margin-top: 0.5em;
}

.just_box2 .option_area,
.just_box3 .option_area {
	flex: none;
	margin-right: 1.5em;
}

.just_box3 .border,
.just_box4 .border {
	padding: 1em;
	border: solid 1px #c1b151;
}

.option {
	flex: auto;
	width:500px;
}
.option > li:not(:first-child) {
	margin-top: 3em;
}

/* **** just_box1 **** */
.just_box1 dt:not(:first-child) {
	margin-top: 3em;
}
.just_box1 dt {
	font-weight: bold;
}
.just_box1 dd {
	display: inline-block;
	width: 530px;
}

/* **** just_box2 **** */
.just_box2 dt:not(:first-child) {
	margin-top: 1.5em;
}
.just_box2 dt {
	font-weight: bold;
}
.just_box2 .option_area {
	height:300px;
}
.just_box2 .size {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:800px;
}
.just_box2 .size li {
	margin: 1em 0.5em 0;
	padding: 0 0.5em;
	border: solid 1px #c1b151;
	color: #c1b151;
	text-align: center;
}
.just_box2 .size li:first-of-type {
	margin-left:0;
}
.just_box2 .size li:nth-of-type(6) {
	margin-left:0;
}


/* **** just_box3 **** */
.just_box3 dt:not(:first-child) {
	margin-top: 1.5em;
}
.just_box3 dt {
	font-weight: bold;
}
.just_box3 dd:nth-of-type(3) {
	margin-top:2em;
}

/* **** just_box4 **** */
.just_box4 dt:not(:first-child) {
	margin-top: 1.5em;
}
.just_box4 dt {
	font-weight: bold;
}
.just_box4 .col {
	margin-top: 1em;
	display: -webkit-flex;
	display: flex;
}
.just_box4 .col > * {
	margin: 0;
}
.just_box4 .col > *:not(:first-child) {
	margin-left: 3.5em;
}

/* ********** How To Order ********** */
/* **** 見出し **** */
.selectType h3 {
	padding: 1.4em 0;
	background-color: #666;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	position: relative;
	transition: 0.5s opacity;
}
.selectType h3:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s opacity;
}
.selectType h3::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 2em;
}
.selectType .active::after {
	content: "\f106";
}

.selectType h4{
    padding: 0.2em 0;
	font-size: 1.2em;
	font-weight: normal;
    border-bottom: 2px solid #666;
}

.howToOrder p{
   margin: 3em 0;
   text-align: center;
}



/* **** 詳細 **** */
.selectType_detail .type {
	margin: 0.5em 0;
	padding: 0.2em 1em;
	border: solid 1px #999;
	background-color: #999;
	color: #fff;
	font-size: 1.2em;
	position: relative;
	transition: 0.5s opacity;
}
.selectType_detail .color li::before {
	content: "";
	display: inline-block;
	margin-right: 0.2em;
	width: 0.8em;
	height: 0.8em;
}
.selectType_detail .color .na::before {
	background-color: #cfad7e;
}
.selectType_detail .color .wn::before {
	background-color: #6f4500;
}
.selectType_detail .color .bk::before {
	background-color: #000;
}
.selectType_detail .color .mb::before {
	background-color: #2a1702;
}
.selectType_detail .color .metal::before {
	background-color: #aaa;
}
.selectType_detail .cover_header {
	margin: 0.5em 0;
	padding: 0.2em 1em;
	background-color: #999;
	color: #fff;
	font-size: 1.2em;
}
.selectType_detail .baseunit .type::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.selectType_detail .baseunit .type:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.5s opacity;
}
.selectType_detail .baseunit .show {
	background-color: #fff;
	color: #999;
}
.selectType p a {
	display: block;
	width: 95%;
	margin: 2em auto 6em;
	padding: 1em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
	transition: 0.5s;
}
.selectType p a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.selectType p a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}
