/* ------------------------------------------
  MAIN ＊出荷形態＊
--------------------------------------------- */
.sales_shippingform{
	text-align:center;
	
	}
	.sales_shippingform .sales_attention{
		display:flex;
		justify-content:flex-start;
		align-items: center;
		width:96%;
		width:-webkit-calc(96% - 4px) ;
		width:calc(96% - 4px) ;
		border:2px solid #D61718;
		padding:2%;
	}
		.sales_shippingform .sales_attention p{
			font-size:14px;
			font-weight:bold;
	}
			.sales_shippingform .sales_attention p span{
				color:#D61718;
	}
			.sales_shippingform .sales_attention p br{
			display:none;
	}
	.sales_shippingform .sales_attention2{
		text-align:center;
		color:#D61718;
		font-size:14px;
		font-weight:bold;
		margin-top:0px;
	}
		.sales_shippingform .sales_attention2 br{
			display:none;
	}
	.sales_shippingform .sales_attention3{
		width:100%;
		display:flex;
		justify-content:center;
		align-items: center;
		font-size:14px;
		font-weight:bold;
		background:#FFF;
		padding:10px 0 0 0;
		margin:0 auto;
		margin-top:1em;
		border:2px solid #FF0000;
	}
		.sales_shippingform .sales_attention3 p{
			font-size:12px;
			padding:0 2%;
	}		
	.sales_shippingform .sales_attention4{
		width:100%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:flex-start;
		margin:0 auto;
		margin-top:20px;
	}
		.sales_shippingform .sales_attention4 dd{
			width:280px;
			margin:0 auto;
			display:flex;
			flex-direction:column;
	}
			.sales_shippingform .sales_attention4 dd .boreder_glay{
				width:254px;
				border:4px solid #CCC;
				padding:10px;
	}
				.sales_shippingform .sales_attention4 dd .boreder_glay div{
					font-size:14px;
	}		
				.sales_shippingform .sales_attention4 dd .boreder_glay span{
					font-size:18px;
	}	
				.sales_shippingform .sales_attention4 dd .boreder_glay img{
					margin:5px 0;
	}	
				.sales_shippingform .sales_attention4 dd .boreder_glay p{
					display:flex;
					justify-content:center;
					align-items: center;
					width:200px;
					padding:5px 0;
					margin:0 auto;
					margin-top:0.5em;
					background :#666;
					border-radius: 20px;        /* CSS3 */  
					-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
					-moz-border-radius: 20px;   /* Firefox用 */    
	}	
.sales_shippingform .sales_attention4 dd .boreder_glay p a{color:#FFF;}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:link{}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:visited{}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:hover{color:#333;}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:active{}

			.sales_shippingform .sales_attention4 dd .red_br{
	}
				.sales_shippingform .sales_attention4 dd .red_br span{
					font-size:22px;
	}
				.sales_shippingform .sales_attention4 dd .red_br strong{
					color:#D61718;
	}		
				.sales_shippingform .sales_attention4 dd .red_br p{
					display:flex;
					justify-content:center;
					align-items: center;
					width:200px;
					padding:10px 0;
					margin:0 auto;
					margin-bottom:5px;
					background :#D61718;
					color:#FFF;
					border-radius: 20px;        /* CSS3 */  
					-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
					-moz-border-radius: 20px;   /* Firefox用 */    
	}
			.sales_shippingform .sales_attention4 dd .common{
				color:#D61718;
				font-weight:bold;
				margin-top:1em;				
	}
			.sales_shippingform .sales_attention4 dd .yuupack{
				font-size:12px;
				text-align:left;
				width:240px;
				margin:0 auto;
				margin-top:1em;	
				font-weight:normal;
				margin-bottom:2em;							
	}
				.sales_shippingform .sales_attention4 dd .yuupack strong{
					font-size:12px;						
	}		
			.sales_shippingform .sales_attention4 dd .palette{
				font-size:12px;
				text-align:left;
				width:240px;
				margin:0 auto;
				margin-top:1em;
				font-weight:normal;									
	}
			.sales_shippingform .sales_attention4 dd .cost{
				font-size:10px;
				text-align:left;
				font-weight:normal;	
				border:2px solid #CCC;
				width:220px;
				margin:10px auto 0;	
				padding:5px 5px 5px 10px;
				font-feature-settings: "palt";						
	}
				.sales_shippingform .sales_attention4 dd span{
					color:#000;						
	}	
			.sales_shippingform .sales_attention4 .fa-long-arrow-alt-down{
				color:#CCC;						
	}
@media screen and (min-width:980px) {
	.sales_shippingform{
	margin-top:60px;
	
	}
	.sales_shippingform .sales_attention{
		display:flex;
		justify-content:center;
		align-items: center;
		width:100%;
		border:2px solid #D61718;
		padding:20px 0;
	}
		.sales_shippingform .sales_attention p{
			font-size:25px;
			font-weight:bold;
	}
			.sales_shippingform .sales_attention p span{
				color:#D61718;
	}
			.sales_shippingform .sales_attention p br{
				display:block;
	}
	.sales_shippingform .sales_attention2{
		text-align:center;
		color:#D61718;
		font-size:18px;
		font-weight:bold;
		margin-top:0px;
	}
			.sales_shippingform .sales_attention2 br{
			display:block;
	}
	.sales_shippingform .sales_attention3{
		width:100%;
		width:-webkit-calc(100 - 4px) ;
		width:calc(100% - 4px) ;
		display:flex;
		justify-content:center;
		align-items: center;
		font-size:18px;
		font-weight:bold;
		background:#FFF;
		padding:10px 0 0 0;
		margin:0 auto;
		margin-top:1em;
		border:2px solid #FF0000;
	}
		.sales_shippingform .sales_attention3 p{
			font-size:16px;
			padding:0;
	}			
	.sales_shippingform .sales_attention4{
		width:710px;
		display:flex;
		flex-direction: row;
		justify-content:center;
		align-items:flex-start;
		margin:0 auto;
		margin-top:40px;
	}
		.sales_shippingform .sales_attention4 dd{
			width:280px;
			margin:0 auto;
			display:flex;
			flex-direction:column;
	}
			.sales_shippingform .sales_attention4 dd .boreder_glay{
				width:254px;
				border:4px solid #CCC;
				padding:10px;
	}
				.sales_shippingform .sales_attention4 dd .boreder_glay div{
					font-size:16px;
	}	
				.sales_shippingform .sales_attention4 dd .boreder_glay span{
					font-size:22px;
	}	
				.sales_shippingform .sales_attention4 dd .boreder_glay img{
					margin:5px 0;
	}	
				.sales_shippingform .sales_attention4 dd .boreder_glay p{
					display:flex;
					justify-content:center;
					align-items: center;
					width:200px;
					padding:5px 0;
					margin:0 auto;
					margin-top:0.5em;
					background :#666;
					border-radius: 20px;        /* CSS3 */  
					-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
					-moz-border-radius: 20px;   /* Firefox用 */    
	}	
.sales_shippingform .sales_attention4 dd .boreder_glay p a{color:#FFF;}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:link{}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:visited{}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:hover{color:#333;}
.sales_shippingform .sales_attention4 dd .boreder_glay p a:active{}

			.sales_shippingform .sales_attention4 dd .red_br{
	}
				.sales_shippingform .sales_attention4 dd .red_br span{
					font-size:22px;
	}
				.sales_shippingform .sales_attention4 dd .red_br strong{
					color:#D61718;
	}		
				.sales_shippingform .sales_attention4 dd .red_br p{
					display:flex;
					justify-content:center;
					align-items: center;
					width:200px;
					padding:10px 0;
					margin:0 auto;
					margin-bottom:5px;
					background :#D61718;
					color:#FFF;
					border-radius: 20px;        /* CSS3 */  
					-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
					-moz-border-radius: 20px;   /* Firefox用 */    
	}
			.sales_shippingform .sales_attention4 dd .common{
				color:#D61718;
				font-weight:bold;
				margin-top:1em;				
	}
			.sales_shippingform .sales_attention4 dd .yuupack{
				font-size:14px;
				text-align:left;
				width:240px;
				margin:0 auto;
				margin-top:1em;	
				font-weight:normal;
				margin-bottom:0;						
	}
				.sales_shippingform .sales_attention4 dd .yuupack strong{
					font-size:14px;						
	}	
			.sales_shippingform .sales_attention4 dd .palette{
				font-size:14px;
				text-align:left;
				width:240px;
				margin:0 auto;
				margin-top:1em;
				font-weight:normal;									
	}
			.sales_shippingform .sales_attention4 dd .cost{
				font-size:12px;
				text-align:left;
				font-weight:normal;	
				border:2px solid #CCC;
				width:220px;
				margin:10px auto 0;	
				padding:5px 0 5px 10px;
				font-feature-settings: "palt";						
	}
				.sales_shippingform .sales_attention4 dd span{
					color:#000;						
	}
			.sales_shippingform .sales_attention4 .fa-long-arrow-alt-down{
				color:#CCC;						
	}
}

/* ------------------------------------------
  MAIN ＊パレット購入＊
--------------------------------------------- */
#PALETTE_TABLE{
	width:100%;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	}		
	#PALETTE_TABLE h6{
		font-size:20px;
		margin-top:0;
		margin-bottom:0;
	}
	#PALETTE_TABLE .palette_ex{
		margin-top:15px;
	}
		#PALETTE_TABLE .palette_ex .palette_ex_box{
			background:#000;
			height:70px;
			display:flex;
			justify-content:center;
			align-items:center;
	}
			#PALETTE_TABLE .palette_ex .palette_ex_box i{/* /exclamationマーク */
				color:#FFF;
				background:#D61718;
				margin-right:15px;
				width:30px;
				height:27px;
				padding-top:3px;
				font-size:22px;
				position:relative;
				border-radius: 50px;        /* CSS3 */  
				-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
				-moz-border-radius: 50px;   /* Firefox用 */  
			
	}	
			#PALETTE_TABLE .palette_ex .palette_ex_box div{
				font-size:18px;
				color:#FFF;
				text-align:left;
	}
				#PALETTE_TABLE .palette_ex .palette_ex_box div br{
					display:block;
	}
		#PALETTE_TABLE .palette_ex .red_box{
			display:flex;
			justify-content:center;
			align-items: center;
			background:#D61718;
			height:auto;
			margin-top:5px;
			padding:10px 10px 0 10px;
	}
			#PALETTE_TABLE .palette_ex .red_box p{
				font-size:14px;
				color:#FFF;
	}
	#PALETTE_TABLE .palette_attention{
		width:100%;
		text-align:left;
		margin:0 auto;
		margin-top:15px;
	}
		#PALETTE_TABLE .palette_attention span{
			font-size:12px;
	}
	#PALETTE_TABLE .palette_attention .contact{
		display:flex;
		justify-content:center;
		align-items: center;
		background:#00ACAE;
		height:40px;
		margin-top:5px;
		padding:10px 10px 0 10px;
		text-align:center;
	}
#PALETTE_TABLE .palette_attention .contact p a{color:#fff608;}
#PALETTE_TABLE .palette_attention .contact p a:link{}
#PALETTE_TABLE .palette_attention .contact p a:visited{}
#PALETTE_TABLE .palette_attention .contact p a:hover{color:#FFF;}
#PALETTE_TABLE .palette_attention .contact p a:active{}	
		#PALETTE_TABLE .palette_attention .contact p{
			color:#FFF;
			font-size:14px;
	}
		#PALETTE_TABLE .palette_attention .contact p i{
			margin:0 5px;
	}
	#PALETTE_TABLE .delivery{
		width:100%;
		text-align:left;
		margin:0 auto;
		margin-top:30px;
	}
		#PALETTE_TABLE .delivery dl{
			background:#EEE;
			display:flex;
			flex-direction:column;
			align-items:center;
			height:auto;
	}
			#PALETTE_TABLE .delivery dl dt{
				display:flex;
				align-items: center;
				justify-content:center;
				width:96%;
				height:auto;
				font-weight:bold;
				padding-bottom:10px;			
				border-right:none;
				border-bottom:1px solid #999;
	}
				#PALETTE_TABLE .delivery dl dt span{
					font-size:28px;
					color:#000;
	}
				#PALETTE_TABLE .delivery dl dd{
				padding-left:0;
				padding:10px 0 8px 10px;
				font-weight:bold;
				line-height:1.8em;
	}
				#PALETTE_TABLE .delivery dl dd p{
					font-size:12px;
	}	
				#PALETTE_TABLE .delivery dl dd span{
					font-size:13px;
					color:#D61718;
	}		
		#PALETTE_TABLE .delivery div{
			font-size:12px;
			margin-top:15px;
	}
			#PALETTE_TABLE .delivery div span{
				color:#D61718;
	}
		#PALETTE_TABLE .delivery .delivery_attention{
			padding-left:0;
			margin-bottom:3em;
	}
@media screen and (min-width:980px) {
#PALETTE_TABLE{
	width:auto;
	margin:0 auto;
	margin-top:20px;
	}		
	#PALETTE_TABLE h6{
		font-size:24px;
		margin-top:0;
		margin-bottom:0;
	}
	#PALETTE_TABLE .palette_ex{
		margin-top:15px;
	}
		#PALETTE_TABLE .palette_ex .palette_ex_box{
			background:#000;
			height:50px;
			display:flex;
			justify-content:center;
			align-items: center;
	}
			#PALETTE_TABLE .palette_ex .palette_ex_box i{/* /exclamationマーク */
				color:#FFF;
				background:#D61718;
				margin-right:15px;
				width:30px;
				height:27px;
				padding-top:3px;
				font-size:22px;
				position:relative;
				border-radius: 50px;        /* CSS3 */  
				-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
				-moz-border-radius: 50px;   /* Firefox用 */  
			
	}	
			#PALETTE_TABLE .palette_ex .palette_ex_box div{
				font-size:20px;
				color:#FFF;
				text-align:left;
	}
				#PALETTE_TABLE .palette_ex .palette_ex_box div br{
					display:none;
	}	
		#PALETTE_TABLE .palette_ex .red_box{
			display:flex;
			justify-content:center;
			align-items: center;
			background:#D61718;
			height:30px;
			margin-top:5px;
			padding:10px 0 0 0;
	}
			#PALETTE_TABLE .palette_ex .red_box p{
				font-size:16px;
				color:#FFF;
	}
	#PALETTE_TABLE .palette_attention{
		width:610px;
		text-align:left;
		margin:0 auto;
		margin-top:15px;
	}
		#PALETTE_TABLE .palette_attention span{
			font-size:14px;
	}
	#PALETTE_TABLE .palette_attention .contact{
		display:flex;
		justify-content:center;
		align-items: center;
		background:#00ACAE;
		height:30px;
		margin-top:5px;
		padding:10px 0 0 0;
		text-align:left;
	}
		#PALETTE_TABLE .palette_attention .contact p{
			color:#FFF;
			font-size:14px;
	}
		#PALETTE_TABLE .palette_attention .contact p i{
			margin:0 5px;
	}
	#PALETTE_TABLE .delivery{
		width:610px;
		text-align:left;
		margin:0 auto;
		margin-top:30px;
	}
		#PALETTE_TABLE .delivery dl{
			background:#EEE;
			display:flex;
			flex-direction: row;
			align-items: center;
			height:100px;
	}
			#PALETTE_TABLE .delivery dl dt{
				display:flex;
				align-items: center;
				justify-content:center;
				width:146px;
				height:75px;
				font-weight:bold;
				padding-bottom:0;			
				border-right:1px solid #999;
				border-bottom:none;
	}
				#PALETTE_TABLE .delivery dl dt span{
					font-size:28px;
					color:#000;
	}
			#PALETTE_TABLE .delivery dl dd{
				padding:0;
				padding-left:20px;
				font-weight:bold;
				line-height:1.8em;
	}
				#PALETTE_TABLE .delivery dl dd p{
					font-size:16px;
	}		
				#PALETTE_TABLE .delivery dl dd span{
					font-size:19px;
					color:#D61718;
	}		
		#PALETTE_TABLE .delivery div{
			font-size:14px;
			margin-top:15px;
	}
			#PALETTE_TABLE .delivery div span{
				color:#D61718;
	}
		#PALETTE_TABLE .delivery .delivery_attention{
			padding-left:166px;
			margin-bottom:3em;
	}
}