@charset "UTF-8";

.metals_radio{
	display: none;
}
.disabled{
	color: #999;
}
div.metals_choice{
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px 0 0;
}
div.metals_choice div{
	width: 32%;
	height: auto;
	margin: 0 5px 1.5rem 0;
}
div.metals_choice div.secondchoice  {
	width: 100% !important;
	padding: 10px;
	display: none;
	/* display: block !important; */
}
div.metals_choice div.secondchoice  p{
	font-size: 1rem;
	font-weight: bold;
	padding: 0.5rem !important;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	margin-top: 30px !important;
	margin-left: 0 !important;
}
#notice2{
	margin: 3px;
	padding: 0;
}
#notice2 p{
	font-size: 1rem;
	line-height: 1.8 !important;
	font-weight: bold;
	padding: 0.5rem !important;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
	border: solid 3px #ffaf58;/*左線（実線 太さ 色）*/
	border-radius: 3px;
	margin-top: 30px !important;
	margin-left: 0 !important;
}
#notice5{
	margin: 3px;
	padding: 0;
}
#notice5 p{
	font-size: 1rem;
	line-height: 1.8 !important;
	font-weight: bold;
	padding: 0.5rem !important;/*文字周りの余白*/
  background: #fffaf4;/*背景色*/
	border: solid 3px #ffaf58;/*左線（実線 太さ 色）*/
	border-radius: 3px;
	margin-top: 30px !important;
	margin-left: 0 !important;
}
div.metals_choice div.secondchoice a{
	display: block;
	font-size: 0.9rem;
	margin-left: 5px;
	margin-bottom: 10px;
}
#metal_13_color{
	width: 65%;
	height: 195px;
	/* border: 1px solid #CCC; */
	display: none;
}
#metal_13_color.active_13{
	display: block;
}
#metal_13_color .must{
	display: inline;
}
#metal_13_text{
	width: 80%;
	margin-left: 5%;
}
div.metals_choice .metals_radio_label{
	white-space: normal !important;
	font-size: 0.9rem;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 170px;
	border: solid 1px #CCC;
	border-bottom: solid 5px #CCC;
  padding: 3px 10px;
  background-color: #fff;
	cursor: pointer;
}
div.metals_choice .metals_radio_label:hover{
	border-bottom: 0;
	border: solid 3px #CC0000;
}
div.metals_choice .metals_radio_label span{
	display: block;
	text-align: center;
	width: 100%;
}
input[type="radio"]:disabled {
  cursor:not-allowed; /* 禁止カーソル */
}

/* チェックが入った後 */
.metals_radio:checked ~ .metals_radio_label {
	-webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
	border-bottom: 0;
	border: solid 3px #CC0000;
}
@media screen and (max-width: 500px){
	div.metals_choice div{
		width: 100%;
	}
	div.metals_choice .metals_radio_label{
		height: 150px;
		width: 95%;
	}
	div.metals_choice div img{
		width: 170px !important;
		height: 100px;
		text-align: center;
		display: block;
	}
	#metal_13_color{
		width: 100%;
	}
}