@charset "UTF-8";
/* CSS Document */

/************************************************
sozai.css
************************************************ */
#sozaiorder {
	width: 1000px;
	margin: 0 auto;
}
#sozaiorder h3 {
	width: 100%;
	font-size: 28px;
	padding: 10px;
	margin: 40px auto 20px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	background: #f2f2f2;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}
#sozaiorder h3 span{
	font-size: 14px;
	padding: 10px;
}
#sozaiorder .sozailead_ul{
	width: 860px;
	border: 1px solid #333;
	padding: 30px;
	margin: 0 auto;
}
#sozaiorder .sozailead_ul li{
	font-size: 15px;
	line-height: 1.6;
}
#sozaiorder .item_spec {
	border:none;
	padding: 70px 0;
	margin-top: -60px;
}
#sozaiorder .item_spec .spec_detail dl {
    margin-top: 40px;
    overflow: hidden;
}
#sozaiorder .item_spec .item_img .catch {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
}
#sozaiorder .item_spec .name{
	width: 100%;
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: .3em;
	margin: 20px auto;
	border-bottom: 1px solid #000;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
}
#sozaiorder .item_spec .name span{
	font-size: 14px;
}
#sozaiorder .item_spec .item_img{
	float: left;
	width: 48%;
	margin: 0 10px 0 0;
}
#sozaiorder .item_spec .spec_detail{
	float: right;
	width: 50%;
	margin: 20px auto 0;
}
#sozaiorder .item_spec .spec_detail .show_list_box .check a.show_list {
	background: #F7F397;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	margin: auto;
	text-align: center;
}
#sozaiorder .item_spec .spec_detail .show_list_box .check a.show_list:after{
	content: "▼";
	padding-left: .3em;
	font-size: 90%;
}
#sozaiorder .item_spec .spec_detail .show_list_box .checked a.show_list {
	background: #F7F397;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	margin: auto;
	text-align: center;
}
#sozaiorder .item_spec .spec_detail .show_list_box .checked a.show_list:after{
	content: "▲";
	padding-left: .3em;
	font-size: 90%;
}
.sample_cart_ul {
    border: 1px solid #ccc;
    background: #fff;
    background-size: auto;
    background-size: 420px auto;
    height: auto;
}
.sozaiorder_aten {
	background: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px 0;
	border: 1px solid #ccc;
	border-top: none;
}
.sozaiorder_submit a {
	background: #048ABF none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 500;
}
#sozaiorder .item_spec .spec_detail dl dd.code_list ul {
	margin: 0 0 15px 10px;
	overflow: hidden;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#sozaiorder .item_spec .spec_detail dl dd.code_list ul li {
    /*float: left;*/
    /*list-style-type: none;
    list-style-position: inside;*/
    width: 47%;
    margin-right: 2%;
}
#sozaiorder .item_spec .spec_detail dl dt {
    float: none;
    width: auto;
    margin-right: 0;
	margin-bottom: 5px;
		font-size: 16px;
}
#sozaiorder .item_spec .spec_detail dl dd {
		font-size: 14px;
}
#sozaiorder .item_spec .spec_detail dl dd.code_sozai_dd,#sozaiorder .item_spec .spec_detail dl dd.code_color_dd {
    margin-left: 15px;
		margin-bottom: 10px;
}
#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list {
    background: #fff;
		display: none;
}
/*#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list label {
	word-break: break-all;
}*/
#sozaiorder td a {
    text-decoration: underline !important;
    vertical-align: middle;
}
#sozaiorder #sozai_form{
	padding-top: 50px;
	margin-top: -30px;
}

@media screen and (max-width: 896px){
	#sozaiorder {
		width: 100%;
		margin: 0 auto;
	}
	#sozaiorder h3 {
		font-size: 20px;
		padding: .3em .5em;
		margin: 0 auto 20px;
	}
	#sozaiorder h3 span{
		font-size: 14px;
	}
	#sozaiorder .sozailead_ul{
		width: 100%;
		padding: 18px;
		margin-bottom: 30px;
	}
	#sozaiorder .sozailead_ul li{
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	#sozaiorder .sozailead_ul li:last-child{
		margin: 0;
	}
	#sozaiorder .item_spec {
		padding: 50px 0 0;
		margin: -40px auto 30px;
	}
	#sozaiorder .item_spec .spec_detail dl {
			margin: 10px 0 0;
	}
	#sozaiorder .item_spec .item_img .catch {
		font-size: 15px;
	}
	#sozaiorder .item_spec .name{
		font-size: 24px;
		padding: 0 0 5px;
		margin: .5em 0;	
	}
	#sozaiorder .item_spec .name span{
		font-size: 13px;
	}
	#sozaiorder .item_spec .item_img{
		float: none;
		width: 80%;
		margin: 0 auto 10px;
	}
	#sozaiorder .item_spec .spec_detail{
		float: none;
		width: 100%;
		margin: 20px auto 0;
	}	
	#sozaiorder .item_spec .spec_detail{
		font-size: 13px;
	}
	#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list {
		width: 100%;
		 margin: 20px auto;
	}
	#sozaiorder .item_spec .spec_detail dl dd.code_list ul {
			margin: 0 0 0.5em 0;
			border: none;
			/*overflow: hidden;*/
			padding: 0 .8em .4em .8em;
	}

	#sozaiorder .item_spec .spec_detail dl dt {
			float: none;
			width: auto;
			margin-right: 0;
	}
	#sozaiorder .item_spec .spec_detail dl dd {
		font-size: 13px;
	}
	#sozaiorder .item_spec .spec_detail dl dt.code_sozai_dt,#sozaiorder .item_spec .spec_detail dl dt.code_color_dt {
			min-width: 100px;
		display: block;
	}	
	#sozaiorder .item_spec .spec_detail dl dd.code_sozai_dd,#sozaiorder .item_spec .spec_detail dl dd.code_color_dd {
			margin-left: 15px;
			margin-bottom: 10px;
	}
	.sozaiorder_aten {
		font-size: 12px;
	}
		#sozaiorder .sample_cart_box_position{
			margin-top: 20px;
		
	}
	#sozaiorder #sozai_form{
		padding-top: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 568px){
	#sozaiorder h3 {
		font-size: 5vw;
	}
	#sozaiorder h3 span{
		font-size: 3.2vw;
	}
	#sozaiorder .sozailead_ul li{
		font-size: 3.6vw;
	}
	#sozaiorder .item_spec .item_img {
    width: 100%;
    margin: 0 auto 10px;
	}
	#sozaiorder .item_spec .item_img .catch {
		font-size: 3.8vw;
	}
	#sozaiorder .item_spec .name{
		font-size: 5vw;
	}
	#sozaiorder .item_spec .name span{
		font-size: 3.2vw;
	}
	#sozaiorder .item_spec .spec_detail{
		font-size: 3.2vw;
	}
	#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list {
		margin: 20px auto 0;
	}
	#sozaiorder .item_spec .spec_detail .show_list_box ul.sozai_list li{
		font-size: 2.6vw
	}
	#sozaiorder .item_spec .spec_detail dl dd.code_list ul li {
		width: 100%;
		margin-right: 0;
	}
	#sozaiorder .item_spec .spec_detail dl dt {
		font-size: 3.4vw;
	}
	#sozaiorder .item_spec .spec_detail dl dd {
		font-size: 3.2vw;
	}
	.sozaiorder_aten {
		font-size: 3.4vw;
		padding: 10px;
	}
	.sozai_list{
		display: none;
	}
}