@charset "UTF-8";

@media screen and (max-width: 767px) {

  /*共通*/
  .sp_w100 {
    width: 100%;
  }

  .sp_mB15 {
    margin-bottom: 15px !important;
  }

  .modalOpen {
    padding: 1%;
  }

  .sideNav {
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
  }

  .sideNav>ul {
    display: flex;
  }

  .sideNav li a {
    flex-direction: column;
    border-bottom: none;
    border-right: 1px solid #ffffff57;
    height: 100%;
    font-size: 12px;
    padding: 10px 0 3px !important;
  }

  .sideNav li a img {
    margin-right: 0;
    margin-bottom: 2px;
    height: 20px;
  }

  .sideNav li {
    width: 25%;
    position: relative;
  }

  .accepting_o .sideNav li a.page_highlight {
    border-bottom: none;
  }

  .accepting_o .orderArea .sideNav li:nth-child(2) img {
    left: 0;
  }

  .accepting_o .orderArea .sideNav li:nth-child(3) img {
    margin-right: 0;
  }

  .accepting_o .orderArea .sideNav li:nth-child(4) img {
    left: 0px;
    transform: translateY(2px);
  }
  .on_behalf_o .sideNav li a.page_highlight {
    border-bottom: none;
  }

  .on_behalf_o .orderArea .sideNav li:nth-child(2) img {
    left: 0;
  }

  .on_behalf_o .orderArea .sideNav li:nth-child(3) img {
    margin-right: 0;
  }

  .on_behalf_o .orderArea .sideNav li:nth-child(4) img {
    left: 0px;
    transform: translateY(2px);
  }

  .sideNav .flashing {
    position: absolute;
    right: 21px !important;
    left: auto;
    top: 16px;
  }

  .jasmin_logo {
    padding-left: 10px;
    display: block;
  }

  .header_select {
    margin-left: 0;
  }

  .header_right a:nth-child(1) img {
    width: 27px;
    margin-right: 3px;
  }

  .header_right a:nth-child(1) {
    padding: 0 8px;
  }

  .header_right a:nth-child(2) {
    width: 47px;
    padding-top: 3px;
  }

  header .jasmin_logo a {
    width: 6em;
    position: relative;
    top: 5px;
    left: 12px;
  }

  .inner_sp {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .sp_noflex {
    display: inherit !important;
  }

  .mainHead {
    flex-direction: column-reverse;
    position: relative;
    align-items: flex-start;
    width: 100vw;
  }

  .mainHead>div:nth-child(2) ul:nth-child(1) {
    position: absolute;
    bottom: 0;
    align-items: center;
    right: 0;
    font-size: 14px;
  }

  .mainflow {
    width: 100vw;
    background: #c9dcf3;
  }

  .accepting_o .mainflow {
    background: #a2d18c;
  }
  .on_behalf_o .mainflow {
    background: #8e6b5d;
  }

  .mainHead .mainLink li:nth-child(1) p {
    padding: 3px 8px;
    height: auto;
  }

  .mainArea {
    width: 100vw;
  }

  .mainArea02 {
    width: 100%;
    margin-top: 0 !important;
    /* overflow-y: hidden; */
  }

  .mainflow li:nth-child(2) {
    /* width: 100%; */
  }

  .mainflow li:nth-child(2) div.partner-state-wrapper {
    white-space: nowrap;
  }

  .mainflow li p:nth-child(1) {
    margin-right: 0.3em;
  }

  .mainflow li:nth-child(1) {
    padding-right: 55px;
    background: #375477;
    background: linear-gradient(to left, #c9dcf3 36px, #375477 36px);
    padding-left: 15px;
    white-space: nowrap;
  }

  .accepting_o .mainflow li:nth-child(1) {
    background: #4b931c;
    background: linear-gradient(to left, #a2d18c 36px, #4b931c 36px);
  }
  .on_behalf_o .mainflow li:nth-child(1) {
    background: #774937;
    background: linear-gradient(to left, #8e6b5d 36px, #774937 36px);
  }

  .mainflow li:nth-child(1):before {
    width: 38px;
  }

  .mainHead .greenTxt {
    padding: 10px 0;
    padding-left: 15px;
    width: 100vw;
  }

  .titleArea {
    flex-direction: column-reverse;
    margin-top: 11px !important;
  }

  .inner {
    width: calc(100% - 30px);
  }

  .detail_info>div:nth-child(1) {
    display: block;
    width: 100%;
  }

  .detail_info>div:nth-child(1)>div {
    display: block;
  }

  .pc {
    display: none;
  }

  .tbodyArea>div:nth-child(2) {
    position: absolute;
    border-right: none;
    bottom: 10px;
    padding: 0;
    right: 7px;
  }

  .tbodyArea {
    position: relative;
    width: 100vw;
  }

  .txtArea_b {
    display: block;
  }

  .kingaku {
    position: relative;
    float: right;
  }

  .kingaku>button {
    /* bottom: -41px; */
    display: block;
    width: auto;
    padding: 6px 1em 5px;
    height: auto;
    line-height: initial;
    right: 60px;
    border-radius: 0.3em;

    right: 0;
    position: relative;
    float: right;
  }

  .txtArea_b .kingaku ul {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
  }

  .txtArea_b .kingaku {
    width: 100%;
  }

  .txtArea_b .kingaku ul li {
    width: 50%;
    padding: 10px 10px;
  }

  .txtArea_b .kingaku ul li:nth-child(2) {
    border-right: 1px solid #FFF;
  }

  .txtArea_b>div:nth-child(1) {
    width: 100%;
    padding-top: 0;
  }

  .txtArea_t {
    flex-wrap: wrap;
  }

  .theadArea02>div:nth-child(1),
  .theadArea02>div:nth-child(2) {
    width: 50%;
  }

  .theadArea>div:nth-child(1)>div {
    padding-left: 5px;
  }

  .theadArea {
    width: 100vw;
    align-items: center;
  }

  .theadArea02 {
    width: calc(100vw - 26px);
  }

  .tbodyArea02 .bg_w {
    width: calc(100% - 26px);
  }

  .switchin_tab button {
    min-width: 6em;
    margin-left: 3px;
  }

  .mainArea02,
  .btnArea_fix,
  .btnArea_fix02 {
    width: 100%;
    border-radius: 0 !important;
  }

  .mainHead .mainLink li:nth-child(2) button {
    padding: 10px;
    padding-right: 15px;
  }

  .t-ui-select select,
  .t-ui-select option {
    padding-top: 3px !important;
    padding-bottom: 1px !important;
  }

  .titleArea>div:nth-child(2) li a {
    min-width: 111px;
    margin-left: 6px !important;
  }

  .switchin_tab button {
    padding: 6px 16px 2px;
  }

  h2 {
    font-size: 18px !important;
  }

  .ui-multi-tag-select .component-wrapper .multi_tag_select_wrapper .selected_tag_wrapper .selected_tag_container {
    flex-flow: unset !important;
  }
  .ui-multi-tag-select .component-wrapper .multi_tag_select_wrapper .selected_tag_wrapper .selected_tag_container .selected_tag span {
    white-space: nowrap !important;
  }
  
  .tenpu {
    width: calc(100% - 30px);
    margin: auto;
    border-radius: 0.5em;
    padding: 18px 0;
  }

  .tenpu .flex_wrap:nth-child(1) {
    justify-content: space-between;
    margin-bottom: 10px !important;
  }

  .tenpu .flex_wrap:nth-child(2) div:not(:last-child) {
    margin-bottom: 7px;
  }

  .basic_info .inner>div:nth-of-type(1)>div {
    display: flex;
    flex-direction: column;
    /* margin-right: 2% !important; */
  }

  .basic_info .inner>div:nth-of-type(1) {
    /* width: calc(100% + 20px); */
  }

  .basic_info .inner>div:nth-of-type(1)>div.sp_adu01 {
    margin-right: 0 !important;
  }

  .basic_info .sp_adu01 span:last-child {
    height: 34px;
    display: block;
    line-height: 35px;
  }

  .oriBox01 ul li {
    padding: 15px 0 10px;
    width: 33.3%;
    text-align: center;
  }

  .oriBox01 {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin-top: 13px;
  }

  .oriBox01 ul li:last-child {
    width: 43.3%;
  }

  .detail_info .btn01 {
    position: absolute;
    top: -11px;
    right: 20px;
    padding: 9px 14px 4px;
  }

  .boder_b02 {
    margin-bottom: 35px !important;
  }

  .btn01 {
    padding: 7px 14px 3px;
  }

  .oriBox01 .f25,
  .oriBox01 .f25_dps {
    font-weight: bold;
  }

  .tbodyArea>div:nth-child(3) {
    width: 100%;
  }

  .txtArea_t>div:nth-child(1),
  .txtArea_t>div:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid #d7dce2;
  }

  .txtArea_t>div:nth-child(3),
  .txtArea_t>div:nth-child(4) {
    width: 7em;
    border-right: none !important;
    padding: 12px 6px !important;
  }

  .txtArea_t>div:nth-child(2) {
    border-right: none !important;
  }

  .txtArea_b .kingaku.kingaku li {
    margin-bottom: 0;
    padding-top: 13px;
  }

  input[type=textarea],
  input[type=text],
  .searchArea01 .searchicon02,
  input[type=password],
  input[type=number],
  select,
  input[type=date],
  input[type=month],
  input[type=datetime-local],
  input[type=time],
  input[type=email],
  input[type=search],
  label select,
  textarea,
  .tbodyArea02 select.f14,
  .tbodyArea02 select.f14_dps {
    padding: 0.5em 0.5em 0.4em 0.5em !important;
    height: 35px;
    min-height: 35px;
  }

  .txtArea_t>div:nth-child(3) {
    padding-left: 10px !important;
  }

  .txtArea_t>div:nth-child(5) {
    width: calc(100% - 14em - 0px);
    padding-top: 12px;
  }

  .txtArea_t>div:nth-child(3) p,
  .txtArea_t>div:nth-child(4) p,
  .txtArea_t>div:nth-child(5) p,
  .txtArea_b p {
    margin-bottom: 5px;
  }

  .tbodyArea02_01 .f12,
  .tbodyArea02_01 .f12_dps,
  .tbodyArea02_01 .mB3 {
    margin-bottom: 5px !important;
  }

  .tbodyArea02_01>div:nth-child(1)>div:nth-child(1) {
    width: calc(100% - 8em);
  }

  .tbodyArea02_01>div:nth-child(1)>ul:nth-child(2) {
    width: 6.7em;
    margin-right: 0;
    margin-top: 7px !important;
    margin-bottom: 0;
    display: block;
  }

  .tbodyArea02_01>div:nth-child(1)>ul:nth-child(2) li {
    margin-left: 0 !important;
  }

  .tbodyArea02_01>div:nth-child(1)>ul:nth-child(2) li:nth-child(1) {
    margin-bottom: 11px;
  }

  .tbodyArea02_01>div:nth-child(1)>div:nth-child(1) span {
    display: block;
  }

  .tbodyArea02_01 {
    padding: 8px 10px 13px 14px;
  }

  .tbodyArea02_01 .mT10 {
    margin-top: 15px !important;
  }

  .tbodyArea02_01>.mT10 li {
    margin-bottom: 15px;
  }

  .tbodyArea02_01>div:nth-child(1) {
    border-bottom: 1px solid #dadfe4;
    padding-bottom: 9px;
    align-items: center;
  }

  .tbodyArea02_01>div:nth-child(1)>ul:nth-child(2) li:nth-child(2) {
    margin-bottom: 6px;
  }

  .tbodyArea02_01>.mT10 li:nth-child(1),
  .tbodyArea02_01>.mT10 li:nth-child(2) {
    width: 48.5%;
  }

  .tbodyArea02_01 .mT10 li:nth-child(2),
  .tbodyArea02_01 .mT10 li:nth-child(5) {
    margin-right: 0 !important;
  }

  .tbodyArea02_01 .mT10 li:nth-child(3),
  .tbodyArea02_01 .mT10 li:nth-child(4) {
    width: 6em;
  }

  .tbodyArea02_01 .mT10 li:nth-child(5) {
    width: calc(100% - 12em - 6%);
  }

  .basic_info .cl50 input[type=text] {
    width: calc(100% - 9.4em);
  }

  .theadArea01>div:nth-child(1),
  .tbodyArea>div:nth-child(1),
  .tbodyArea03>div:nth-child(1),
  .listBox th:nth-child(1) {
    width: 36px !important;
    min-width: 36px;
  }

  boxArea .check {
    width: 21px;
    height: 15px;
  }

  .checkboxArea .checkBtn01 {
    width: 20px;
    height: 20px;
    left: 0;
  }

  textarea {
    min-height: 10em;
  }

  .detail_info_price .modalList01 {
    width: 5em;
    display: flex;
    justify-content: end;
  }

  .detail_info {
    margin-bottom: 5px !important;
    padding-bottom: 20px !important;
  }

  .basic_info02,
  .basic_info03 {
    margin-bottom: 7px !important;
    padding-bottom: 20px;
  }

  .basic_info03 .mR30 {
    margin-bottom: 10px;
  }

  .basic_info03 label {
    width: 4.5em !important;
    display: inline-block;
  }

  .btnArea_fix02 {
    bottom: 115px;
  }

  .btnArea>div {
    bottom: 51px;
  }

  .basic_info04 {
    padding-bottom: 126px;
  }

  .modalOpen {
    width: 94%;
    position: absolute;
  }

  .modalOpen .batuBtn>button {
    right: 11px;
    top: -23px;
    width: 2em;
    height: 2em;
    bottom: 0;
    z-index: 99999;
  }

  /*modalBox06*/
  .modalBox06 {
    padding-right: 0px;
    width: 100%;
    height: auto;
  }

  .modalBox06 .oriBox01 ul li {
    width: 50%;
  }

  .modalBox06>ul:nth-child(2) li:nth-child(1) {
    width: 126px;
    position: relative;
    left: 12px;
    margin-right: 10px;
  }

  .modalBox06>ul:nth-child(2) li {
    margin-bottom: 12px;
  }

  .modalBox06 .listBox_inner {
    margin-top: 0px !important;
    padding: 15px 4px;
  }

  .modalBox06 .listBox>div:nth-child(1) {
    display: block;
    position: relative;
    margin-bottom: 11px;
  }

  .modalBox06 .listBox>div:nth-child(1)>div:nth-child(1) {
    margin: 0;
    display: block;
    /* text-align: center; */
    margin-left: 11px;
  }

  .modalBox06 .listBox>div:nth-child(1)>div:nth-child(2) {
    position: absolute;
    bottom: -40px;
    right: 0;
    font-size: 12px;
    display: flex;
    flex-wrap: initial;
    width: 192px;
    margin-right: 7px;
    justify-content: end;
  }

  .modalBox06 .listBox {
    padding: 20px 0;
  }

  .modalBox06 .listBox>div:nth-child(1)>div:nth-child(1) p {
    margin-bottom: 3px;
  }

  .modalBox06 .tag span {
    padding: 2px 3px;
    margin-left: 7px;
  }

  .modalBox06 .scrollArea {
    padding-right: 0px;
    max-height: calc(100vh - 300px);
    min-height: calc(100vh - 300px);
  }

  .modalBox06 .listBox th:last-child {
    width: 28px;
    max-width: 28px;
  }

  .modalBox06 .listBox tbody td:nth-child(2) .sp {
    background: #f3f3f3;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    bottom: -8px;
    padding: 10px 10px 10px;
    border-top: 1px solid #e8e8e8;
  }

  .modalBox06 .listBox th {
    vertical-align: middle;
  }

  .modalBox06 .listBox th .checkboxArea label {
    margin-left: 7px;
  }

  .modalBox06 .listBox td .checkboxArea label {
    position: relative;
    left: -2px;
  }

  /*modalBox02*/
  .modalBox02>div:nth-of-type(1) {
    display: block;
  }

  .modalBox02>div:nth-of-type(1) p {
    margin-bottom: 12px;
  }

  .modalBox02>div:nth-of-type(1) select {
    margin-left: 0 !important;
  }

  .modalBox_inner_sp {
    padding: 20px 10px;
  }

  .modalBox05 .inner {
    width: 100%;
  }
  .messageBox {
    padding-bottom: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 54vh;
  }
  .messageBox_areaIn>div:nth-child(1) img {
    width: 2.2em;
  }
  .messageBox_input textarea {
    min-height: unset;
    resize: none;
    height: 4em;
    width: 75vw;
  }
  .btnArea_fix, .messageBox_input {
    position: unset;
  }
  .messageBox_input {
    width: -webkit-fill-available;
  }
  .messageBox_area {
    /* max-height: 210px; */
    overflow-y: scroll;
    margin-bottom: 10px;
    background: #fffef8;
  }
  .messageBox_input button {
    height: 12vw;
    width: 12vw;
    padding-left: unset;
    background-position: center !important;
  }
  .messageBox_input button .fa {
    font-size: 0;
  }

  .searchArea01 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .searchArea01 .ui-component,
  .searchArea01 button {
    width: 49%;
    margin: 0;
  }

  .searchArea01>label>select {
    width: 100%;
  }

  .searchArea01 .ui-component,
  .searchArea01 button {
    margin-bottom: 8px;
  }

  /*listTable */
  .listTable tr {
    position: relative;
    display: flex;
    min-width: 100vw;
  }

  .listTable thead th:nth-child(n+3),
  .listTable td:nth-child(n+3) {
    width: 76px;
  }

  .listTable thead th:nth-child(3),
  .listTable td:nth-child(3) {
    width: 92px;
  }

  .listTable thead th {
    padding: 4px 5px;
  }

  .listTable tbody td {
    padding: 8px 5px;
  }

  .listTable tbody td:nth-child(-n+4) {
    padding-bottom: 42px;
  }

  .listTable td.sp_adu {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    width: calc(50% - 16px - 4.5em);
    padding: 6px 5px 2px !important;
    border-top: 1px solid #d7dce2;
    align-items: center;
    font-size: 11px;
    display: block;
  }

  .listTable td.sp_adu>div {
    position: relative;
  }

  .listTable td.sp_adu:nth-of-type(5) {
    right: auto;
    left: 39px;
  }

  .listTable td.sp_adu:nth-of-type(6) {
    right: calc(9em + 0px);
    border-right: none;
  }

  .listTable td.sp_adu:nth-of-type(7) {
    width: calc(9em + 5px);
    background: #ffffff;
    padding-right: 5px !important;
    text-align: right;
    padding-left: 0px !important;
  }

  .listTable td.sp_adu p {
    font-size: 11px !important;
    color: #232323;
    position: relative;
    display: initial;
  }

  .listTable a.btn01 {
    position: relative;
    top: 10px;
  }

  .listTable td.sp_adu p.f12:after,
  .listTable td.sp_adu p.f12_dps:after {
    content: ":";
  }

  .listTable td.sp_adu:nth-of-type(5)>div:after,
  .listTable td.sp_adu:nth-of-type(6)>div:after {
    content: "/";
    position: absolute;
    right: 0;
  }

  .listTable td.sp_adu:nth-of-type(5) .f16,
  .listTable td.sp_adu:nth-of-type(5) .f16_dps {
    display: contents;
  }

  .listTable .listTable tbody td:nth-child(3),
  .listTable .listTable tbody td:nth-child(4) {
    padding-top: 19px;
  }

  .listTable .listTable thead th:nth-child(1),
  .listTable .listTable td:nth-child(1) {
    padding-left: 1px !important;
  }

  .listTable table {
    position: relative;
    width: calc(100vw - 4px);
  }

  .searchArea01>.searchicon02 {
    padding: 0.5em 1em 0.4em 2em !important;
    height: 42px;
  }

  .searchArea02>div:nth-child(1) {
    width: 200px;
  }

  .listTable thead th:nth-child(1) {
    width: 36px;
  }

  .listTable thead th:nth-child(1),
  .listTable td:nth-child(1) {
    width: 39px;
    padding: 4px 5px;
    padding-left: 1px;
  }

  .listTable thead th:nth-child(2),
  .listTable td:nth-child(2) {
    width: calc(100% - 206px);
  }

  .listTable thead th:nth-child(n+3) {
    /* width: 111px; */
    padding-right: 0;
  }

  .listTable .thead tr {
    align-items: center;
  }

  .listTable thead th:nth-child(n+2) {
    padding-top: 8px;
  }

  .listTable tbody td:nth-child(-n+4) {
    align-items: center;
  }

  .listTable td:nth-child(3),
  .listTable td:nth-child(4) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
  }

  .listTable td:nth-child(4) {
    justify-content: right;
  }

  .flashing02 {
    top: 6px;
    right: 7px;
  }

  .listTable thead .checkboxArea .checkBtn01 {
    left: 4px;
  }

  .listTable tbody td:nth-child(1) {
    padding-top: 8px;
  }

  .header_right span.f14 {
    font-size: 14px !important;
  }

  @media (max-width: 767px) and (min-width: 451px) {
    .listTable td.sp_adu:nth-of-type(5) {
      width: 13em;
      border-right: none;
    }

    .listTable td.sp_adu:nth-of-type(6) {
      left: calc(35px + 13em);
      right: auto;
      width: 14em;
    }

    .listTable td.sp_adu:nth-of-type(7) {
      right: auto;
      left: calc(34px + 27em);
      width: calc(100% - 35px - 27em);
      text-align: left;
    }
  }

  @media (max-width: 379px) {
    .sideNav li a {
      font-size: 10px;
    }
  }

  .listTable tbody td:nth-child(3),
  .listTable tbody td:nth-child(4) .f16,
  .listTable tbody td:nth-child(4) .f16_dps {
    font-size: 14px !important;
  }
  .accordionBtnWrapper{
    position:absolute !important;
    bottom:3px !important;
    left:3px !important;
    width:fit-content !important;
    display: grid;
  }

  
  @media (max-width: 450px) {
    .order_placement_table .listTable td.sp_adu {
      padding: 5px 5px 0 !important;
    }

    .order_placement_table .listTable tbody td {
      overflow: hidden;
    }

    .order_placement_table .listTable tbody td:nth-child(-n+4) {
      padding-bottom: 50px;
    }

    .order_placement_table .listTable tbody td p .btn01 {
      width: min-content;
      white-space: nowrap;
    }

    .order_placement_table .listTable td:nth-child(2) {
      display: grid !important;
    }

    .order_placement_table .listTable td:nth-child(2) > p {
      display: grid !important;
    }

    .order_placement_table .listTable td:nth-child(2) > p span.taiou {
      white-space: nowrap;
      width: min-content;
    }

    .order_placement_table .listTable td.sp_adu:nth-of-type(5) > div {
      display: grid;
      min-height: 40px;
    }

    .order_placement_table .listTable td.sp_adu:nth-of-type(6) > div {
      display: grid;
      min-height: 40px;
    }

    .order_placement_table .listTable td.sp_adu:nth-of-type(7) > div {
      display: grid;
      min-height: 40px;
    }

    #main_contents .btn_business_partner_wrapper {
      margin-bottom: 30px;
    }
  }

  @media (max-width: 480px) {
    .pagination-wrapper .pagination .page-note {
      display: none;
    }
  }

  .switchingArea #payment_info > div.inner {
    display: grid;
    white-space: nowrap;
  }

  #search_records_modal .modal-content {
    width: 95vw;
    padding: 16px;
  }

  #search_records_modal .modal-content .search_section {
    display: grid !important;
    margin-top: 10px;
  }

  #search_records_modal .modal-content .search_section .search_section_left {
    max-width: 100% !important;
  }

  #search_records_modal .modal-content .search_section .search_section_left .ui-component.ui-text {
    display: inline-block !important;
  }

  #company_info_section #company_info_section_inner #company_address_wrapper #company_address_inner1,
  #office_info_section #office_info_section_inner #office_address_wrapper #office_address_inner1 {
    display: grid;
  }

  div.mainArea #filter_date_range input,
  div.mainArea #inspection_filter_date_range input {
    width: fit-content !important;
    padding: 0.2em !important;
  }
}
