@charset "utf-8";


div#confirm_field{
  width: 100%;
  margin: 1.5rem auto;
  font-size : 1.6rem;
  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%;
  height : 3rem;
  color: #00489d;
  font-weight: 600;
  padding: 0 1rem;
  background-color: #fff;
  border-radius: .5rem;
  display: flex;
  align-items: center;
}
.item_box div#confirm_field dl dt{
  color: #ffffff;
  background-color: #323133;
}
div#confirm_field dl dd{
  width: 100%;
  line-height : 1;
  padding: .9rem 1rem;
  display: flex;
  align-items: center;
}
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: #fff;
}
.item_box p.kak{
  color:#fff;
}
#confirm_window{
  min-width: 100%!important;
}
