@charset "utf-8";

input[type=number] {
  width: 70px;
}

h1 {
  background-color: #ededed;
  border-left: 20px solid #1162a1;
  border-right: 20px solid #1162a1;
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 5px 0 0 10px;
  color: black;
}

h2 {
  background-color: #16a;
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
  margin: 40px 0 20px 0;
  padding: 5px 0 0 10px;
  color: white;
  height: auto;
}

.header {
  height: 80px;
}

input[type=radio] {
	transform: scale(2);
    margin: 0 13px 0 6px;
}

.label-title {
	font-size: 21px;
}

.corner {
  border: 2px solid #999;
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  line-height: 150%;
  background: #ffb6c16b;
}

.select_area {
  font-size: 24px;
}

.column {
  position: relative;
}

.p-r {
  position: relative;
}

.yes_desk_frame {
  height: 435px;
  width: 100%;
}

.desk_slim_frame {
  position: absolute;
  top: 69px;
  left: 300px;
  font-size: 21px;
  text-align: center;
}

.desk_middle_frame {
  position: absolute;
  top: 69px;
  left: 0px;
  font-size: 21px;
  text-align: center;
}

.yes_desk_border {
  border: 3px solid black;
  padding: 15px 30px;
}

.yes_desk_bottom {
  padding: 15px;
}

.yes_server_frame {
  height: 360px;
  width: 100%;
}

.yes_rack_server_frame {
  height: 225px;
  width: 100%;
}

.yes_tower_server_frame {
  height: 225px;
  width: 100%;
}

.yes_box_frame {
  height: 250px;
  width: 100%;
}

.t-r {
  text-align: right;
}

.t-l {
  text-align: left;
}

.yes_server_size {
  position: relative;
}

.rack_server_img {
  position: absolute;
  top: -23px;
  left: 300px;
  width: 140px;
  height: auto;
}

.tower_server_img {
    position: absolute;
    top: 10px;
    left: 300px;
    width: 85px;
    height: auto;
}

.server_size_table {
  width: 275px;
  border-collapse: separate;
  border-spacing: 0px 9px;
  font-size: 21px;
  text-align: center;
}

.box_amount_size {
  font-size: 21px;
}

.box_size_table {
  margin-top: 20px;
  width: 350px;
  border-collapse: separate;
  border-spacing: 0px 9px;
  font-size: 21px;
  text-align: center;
}

#no_floor_preparate, #yes_alert_erea , #no_parking_space_end{
  display: none;
}

.yes_alert_marge {
  margin: 24px 0;
}

/*#yes_parking_space {
  display: none;
}*/

#no_parking_space {
  display: none;
}

#no_trolley {
  display: none;
}

.caution_margin_adjust {
  margin-top:10%;
}

#yes_rack_server {
  display: none;
}

#yes_tower_server {
  display: none;
}

#yes_box {
  display: none;
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

::placeholder {
  color: #ddd;
}

#no_invoce_reason {
  display: none;
}

.margin-top-adjust {
  margin-top: 24px;
}

.font-size-16px {
  font-size: 16px;
}

.ul-summary {
  display: block;
  padding-left: 40px;
}


/* 同意書確認画面 *****************************************************************************/
/* チェックボックス */

.ECM_CheckboxInput {
  padding: 11px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 81px;
  }
  .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
  }
  .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
  }
  .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
  }
  .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  /*border: solid 2px #333333;
  background: #FFFFFF;*/
  }
  .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
  }
  .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
  }
  .ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  }

  #transfer_area {
    display: none;
  }

  #delete_area {
    display: none;
  }

  
#main_field {
  display: none;
}

#date_caution {
  display: none;
}

#date_caution_tce {
  display: none;
}

#file_caution {
  display: none;
}

.agree_button-adjust {
  width: 500px;
  margin-left: 222px;
}

.submit_button-adjust {
  width: 497px;
  border: none;
}


.cursor-pointer {
  cursor:pointer;
}

#agree_field {
  margin-top: 35px;
}


.required-button {
  margin: 1px 0 -4px 0;
  width: 40px;
  height: auto;
}

.cost_field {
  position: relative;
}

.cost {
  position: absolute;
}

.underline {
  border: 1px solid #000;
  width: 160px;
  position: absolute;
  top: 23px;
  left: 0px;
}