@charset "utf-8";


div#confirm_field {
	width: 100%;
	margin: auto;
	margin-bottom: 3rem;
  font-size : 1.5rem;
  display: flex;
  flex-wrap:wrap;
  gap:1.3rem;
}

div#confirm_field {
	display: none;
}

div#confirm_field dl {
	width: 90%;
  max-width: 45rem;
	margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap:wrap;
  gap:.2rem;
}

div#confirm_field dl dt {
  width: 100%;
  color: #008040;
  font-weight: 700;
  padding: .5rem 1rem;
  background-color: #dceedb;
  border-radius: 1rem;
}
.item_box div#confirm_field dl dt {
  color: #ffffff;
  background-color: #323133;
}
div#confirm_field dl dd {
  width: 100%;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
}

div#confirm_field p#confirm_submit {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
  display: flex;
  justify-content: center;
  gap:3rem;
}

div#confirm_field input[type="button"] {
	padding: 9px 15px;
	vertical-align: middle;
	line-height: 1;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 100%;
}

div#confirm_field input#confirm_submit_button {
	background: #008040;
	border: 1px solid #008040;
	margin:0;
}

div#confirm_field input#confirm_submit_button:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #449d44;
}

div#confirm_field input#confirm_cancel_button {
	background: #dd2726;
	border: 1px solid #dd2726;
}

div#confirm_field input#confirm_cancel_button:hover {
	cursor: pointer;
	background: #c9302c;
	border: 1px solid #c9302c;
}

p.kak{
  font-size:1.6rem;
  margin: 0 auto 1rem;
  text-align: center;
  color: #008040;
}
.item_box p.kak{
  color:#fff
}

