html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
html :after, html :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body .ui.header {
  background-color:white!important;
  text-align : center!important;
  z-index : 100!important;
  width: 100%;
  position: relative;
}
body {
  font-weight: 500;
  line-height: 1.6;
  color: #212121!important;
}
button, input, optgroup, select, textarea {
}
ol, ul {
  margin: 0;
  padding-left: 0;
}
ol li, ul li {
  list-style: none;
  word-wrap: break-word;
  word-break: break-all;
}
#process_header{
  width: 100%;
  background-color: #e1e3e6;
  left: 0px!important;
}
.ui.form {
  margin-top : 80px;
}
.ql-editor h2{
  border-left: 10px solid #00986b;
  padding-left: 10px;
  width: 400px;
}
.ql-editor h2 span{
  color: #00986b!important;
}
[type=checkbox]{
  position: relative;
  top: 0.3em;
  margin-right: 10px;
}
body .field.nav .el-step__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  counter-reset: step 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
body .field.nav .el-steps .el-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.d-none {
  display: none!important;
}
.txt-center {
  height: 100px;
  width: 30%;
  text-align:center;
  line-height:100px;
}
.table-products {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
}
#confirm_order_table_PW1300,
#confirm_order_table_AT201,
#confirm_order_table_option,
#confirm_meisai_table,
#confirm_monthlyBilling_rental_table,
#confirm_monthlyBilling_lease_table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
}

#p2146-2-table-PW1300 th,
#p2146-2-table-PW1300 td,
.table-products th,
.table-products td,
#p2146-2-table-option th,
#p2146-2-table-option td,
#confirm_order_table_PW1300 th,
#confirm_order_table_AT201 th,
#confirm_order_table_option th,
#confirm_order_table_PW1300 td,
#confirm_order_table_AT201 td,
#confirm_order_table_option td,
#confirm_meisai_table th,
#confirm_monthlyBilling_rental_table th,
#confirm_monthlyBilling_rental_table td,
#confirm_monthlyBilling_lease_table th,
#confirm_monthlyBilling_lease_table td{
  border: 1px solid #ccc;
  padding: 8px 6px;
  text-align: center;
}

#confirm_meisai_table td {
  padding: 20px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
#confirm_meisai_table td:first-child{
  text-align: left!important;
}

#p2146-2-table-PW1300 th,
.table-products th,
#p2146-2-table-option th,
#confirm_order_table_PW1300 th,
#confirm_order_table_AT201 th,
#confirm_order_table_option th,
#confirm_meisai_table th,
#confirm_monthlyBilling_rental_table th,
#confirm_monthlyBilling_lease_table th {
  background-color: #00986b;
  color: #fff;
}
#p2146-2-table-PW1300 th,
#confirm_order_table_PW1300 th {
  background-color: #455a64;
  color: #fff;
}
.table-products th,
#confirm_order_table_AT201 th {
  background-color: #00A0C2;
  color: #fff;
}
#p2146-2-table-option th,
#confirm_order_table_option th{
  background-color: #3B3527;
  color: #fff;
}

#p2146-2-table-PW1300 input,
.table-products input,
#p2146-2-table-option input,
#confirm_order_table_PW1300 input,
#confirm_order_table_AT201 input,
#confirm_order_table_option input,
#confirm_meisai_table input,
#confirm_monthlyBilling_rental_table input,
#confirm_monthlyBilling_lease_table input{
  width: 80px;
  padding: 8px 6px;
  border: 1px solid #ccc;
  border-radius: .2em;
  vertical-align:middle;
}
#confirm_order_table_PW1300 i,
#confirm_order_table_AT201 i,
#confirm_order_table_option i,
#confirm_meisai_table i{
  font-size: 18px;
  color: #E1C80A;
}
#p2146-2-table-PW1300 i,
.table-products i,
#p2146-2-table-option i{
  color: #000000;
}
#info_agree_area {
  padding-top: 20px;
  font-size: 16px;
}
.button-style {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  padding: 8px 6px;
  margin : 2px 2px;
}

button#add_row_btn_PW1300,
button#add_row_btn_AT201,
button#add_row_btn_option {
  background-color: #00986b;
  color: #fff;
  border: none;
  border-radius: .2em;
}

.addbutton_area{
  padding: 8px 6px;
}

.order_period_area input {
  padding: 8px 6px;
  border: 1px solid #ccc;
  border-radius: .2em;
}

.order_period_area input.order_period_year {
  width: 59px !important;
  margin: 0 4px;
}

.order_period_area input.order_period_day,
.order_period_area input.order_period_month {
  margin: 0 4px;
  width: 36px !important;
  text-align: center;
}

.order_period_area input.order_period_day.end,
.order_period_area input.order_period_month.end,
.order_period_area input.order_period_year.end{
  background: #fff;
  border: none !important;
}
.ui.grid>.row{
  display:block;
}
.description P{
  margin-bottom:2em;
}

input[type="text"][disabled].serial_num,
input[type="text"][disabled].order_period_day.start,
input[type="text"][disabled].order_period_month,
input[type="text"][disabled].order_period_year{
  background-color: #e4e4e4 !important;
  cursor:not-allowed; /* 禁止カーソル */
}
.select_sensor .select_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding: 20px 0 20px 16px;
  border-bottom: 1px solid #ccc;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.select_sensor .select_items:last-child {
  border-bottom: none
}
.select_sensor .sensor_image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 132px;
  -ms-flex-preferred-size: 132px;
  flex-basis: 132px
}
.select_sensor .sensor_info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
.select_sensor .sensor_info .sensor_product {
  margin-bottom: 8px;
  font-weight: 700;
}
.select_sensor .sensor_info .sensor_usage:last-child {
  margin-bottom: 0
}
.select_sensor .select_btn {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
.select_sensor .sensor_info {
  flex-basis: 300px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.select_sensor .select_items {
  padding: 20px 0 20px 16px;
}
.modal_content {
  padding: 40px;
}
.modal_content .modal_select_btn {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 8px 15px;
  color: #fff;
  border: none;
  background-color: #00986b;
}
.iziModal .iziModal-header.iziModal-noSubtitle h2.iziModal-header-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0!important;
  border: none;
}
#validation_list_block {
  border: 1px solid #EB3F4A;
  color: #EB3F4A;
  padding: 10px!important;
  margin: 30px 0;
  background: #FFF2F3;
  font-weight: 700;
}
#validation_list_block li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2.0rem;
}
#btn_next, #btn_confirm{
  font-size: 16px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 224px;
  height: 48px;
  cursor: pointer;
  color: #333;
  border-color: #e5c92e;
  border-radius: 4px;
  background-color: #e5c92e;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#btn_back, #btn_close {
  font-size: 16px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 224px;
  height: 48px;
  margin-top: 40px;
  cursor: pointer;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
}
.button_beneath {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 60px auto;
}
#apply_completed {
  width: 100%;
  padding: 40px 20px 30px;
  margin-bottom: 60px;
  background: #eeeeee;
}
#apply_completed h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00986b !important;
  margin-bottom: 20px!important;
  border-left: none;
  padding-left: 0 !important;
  text-align: center;
}
#apply_completed p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
body #btn_option_decision,
body #btn_option_cancel {
  font-size: 16px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 224px;
  height: 48px;
  margin-top: 40px;
  cursor: pointer;
  color: #333;
  border-radius: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body #btn_option_cancel {
  border: 1px solid #ccc;
  background-color: #fff;
}
body #btn_option_decision {
  border-color: #e5c92e;
  background-color: #e5c92e;
}
.btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#option_list .el-checkbox__label {
  padding-left: 25px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 16px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
div#AT201_stock_alert {
    border: 1px solid #EB3F4A;
    color: #EB3F4A;
    padding: 10px!important;
    margin: 20px 0;
    background: #FFF2F3;
    font-weight: 700;
    font-size: 18px;
}
.ql-editor p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
