body .o_main_catch_box {
  background-image: url(../img/official/emergency/o_main_catch_bg.png);
}
body .o_table-th{
	padding: 15px 40px 15px 0px;
}
body .o_table-td {
  padding: 15px;
}
.o_form-short, .mw_wp_form .o_form-short.error {
  width: 7.7em;
  display: inline;
}
img{
	width: auto;
	max-width: 100%;
}
.box2 {
  width: 100%;
  max-width: 510px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.box2 li {
  width: 48%;
}

.box2 a {
  position: relative;
  display: block;
}

.box2 a:before {
  content: "拡大して確認できます。";
  position: absolute;
  color: white;
  background: #0042a0;
  padding: 10px;
  left: 0;
  right: 0;
  text-align: center;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mw_wp_form_confirm .box2,
.mw_wp_form_confirm form td img{
	display: none;
}
#zip{
	margin: 0 0 10px;
}
.mt20{
	margin-top: 20px;
}
.ok {
  position: absolute;
  background: #014099;
  color: white;
  padding: 10px;
  line-height: 1;
  height: 2.5rem;
  margin: auto;
}

@media (min-width: 769px){
	body .o_table tr:last-child .o_table-th {
	  border-bottom: 1px solid #014099;
	}
	body .o_table tr:last-child .o_table-td {
	  border-bottom: 1px solid #d9d9d9;
	}
	.o_table-th {
	  width: 260px;
	}
	.ok {
	  top: 16px;
	  right: 100%;
	}
}
@media (max-width: 768px){
  .ok {
    right: 0;
    top: -44px;
  }
}

@media (max-width: 768px){
  #form .o_form-input {
    margin: 4px;
  }
  .box2 a {
    margin-top: 5px;
  }
}

.input_wrap {
  padding-bottom: 15px;
}
.o_form-number {
  width: 150px;
  margin-left: 10px;
}