@charset "UTF-8";
/*************************************
MIXINS
*************************************/
@media screen and (max-width: 1440px) {
  #receipt-edit .meta-list {
    max-width: 100%;
    margin-bottom: 1em;
  }
  #receipt-edit .meta-list .smallinput1 {
    width: 100%;
  }
  #receipt-edit #list {
    width: 100%;
  }
}
@media screen and (max-width: 1299px) {
  .dashboad-item {
    width: 100%;
  }

  .search_btm {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .search_btm .search_btm_item01,
.search_btm .search_right_item01 {
    width: 100%;
  }

  .table02,
.innertable {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .table02 tbody,
.table02 caption,
.table02 tr,
.table02 th,
.table02 td,
.innertable tbody,
.innertable caption,
.innertable tr,
.innertable th,
.innertable td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    text-align: left;
  }

  .flex-wrap {
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .flex-wrap .btn_detail,
.flex-wrap .btn_print {
    width: 48%;
    margin: 0 0.5%;
    display: block;
  }

  .table01 th,
.table01 td,
.table.list th,
.table.list td {
    width: 100%;
    min-height: 38px;
  }
  .table01 th.full-width,
.table01 td.full-width,
.table.list th.full-width,
.table.list td.full-width {
    width: 100%;
    box-sizing: border-box;
  }

  .table01 tr:nth-child(2n) {
    background: #f7f7f7;
  }

  .search_btm_submit_btn {
    margin-left: 0;
  }

  .form-control-wrap {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .form-control-wrap .row-count-not-details {
    width: 100%;
    margin-top: 1em;
  }
  .form-control-wrap .search_btm_right_btn {
    margin-top: 0.5em;
  }
}
@media (max-width: 1280px) {
  .cmnwrap {
    padding-right: 25px;
    padding-left: 25px;
  }

  .mainbox {
    padding: 30px 20px;
  }

  .tbody01.type01 {
    padding-left: 10px;
  }

  table.edit {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.edit tbody,
table.edit tr,
table.edit th,
table.edit td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.edit tr {
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  table.edit tr th {
    width: 120px;
  }
  table.edit tr td {
    width: calc(100% - 120px);
  }
}
@media (min-width: 1195px) {
  .sideblock_list {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
  }

  .loginwrap {
    min-height: 100svh;
  }

  .loginbox {
    width: 70vw;
    box-sizing: border-box;
  }

  .largeinput {
    width: 100%;
    margin-bottom: 5px;
  }

  .delivery_sumbox .delivery_sumbox-item {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .delivery_sumbox .delivery_sumbox-item dt {
    width: 120px;
    flex-basis: unset;
  }
  .delivery_sumbox .delivery_sumbox-item dd {
    width: calc(100% - 120px);
    flex-basis: unset;
  }

  .totalbilling {
    font-size: 1.2rem;
  }

  .form-control-wrap {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .form-control-wrap .search_btm_right_btn {
    margin-top: 1em;
    margin-left: 0 !important;
  }
  .form-control-wrap [name=client_id] {
    width: 100%;
    margin-bottom: 0.5em;
  }

  input[type=text], input[type=email], input[type=tel], input[type=file], input[type=password], input[type=date], select {
    min-width: 180px;
  }

  input[type=date] {
    font-size: 14px;
  }

  input[type=time i] {
    font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lucida Grande", sans-serif;
    font-size: 14px;
  }

  .table04 {
    box-sizing: border-box;
  }
  .table04 .inner04 {
    margin: 0;
  }
  .table04 .inner04 tr {
    display: flex;
  }
  .table04 .inner04 tr:not(:last-child) {
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .table04 .inner04 tr:last-child th {
    padding-top: 1.15em !important;
  }
  .table04 .inner04 th,
.table04 .inner04 td {
    box-sizing: border-box;
    padding: 5px !important;
  }
  .table04 .inner04 th {
    text-align: left;
    width: auto;
    display: block;
  }
  .table04 .inner04 td {
    width: auto;
    display: block;
  }

  .label-full-width {
    display: block;
    width: 100% !important;
  }

  .mgt1em {
    margin-top: 1em;
  }

  .search_right_item01 .search_btm_right01 {
    display: block;
  }
  .search_right_item01 .input {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  .btnarea {
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .btnarea .btn01,
.btnarea .btn02,
.btnarea .btn03,
.btnarea .btn04,
.btnarea .btn05,
.btnarea input[type=submit] {
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    /*font-size: 0.6rem;*/
    font-size: 13px;
  }

  .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex input[type=submit],
.flex input[type=button] {
    margin: 0 5px;
  }

  .area-flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .area-flex .label {
    width: 100%;
  }

  .half-btns {
    width: 100%;
    margin-top: 1em;
  }

  #edit-table02 {
    margin-bottom: 0;
  }

  input[type=text], input[type=email], input[type=tel], input[type=file], input[type=password], input[type=date], select {
    min-width: 120px;
  }
}
@media screen and (max-width: 820px) {
  .loginbox {
    padding: 3em;
    width: 90%;
  }

  .tablelogin {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .tablelogin th {
    min-width: auto;
    width: 100px;
  }
  .tablelogin td {
    width: calc(100% - 120px);
  }
  .tablelogin td input {
    min-width: auto;
    width: 100%;
  }

  .search_txt.search {
    padding: 10px;
  }
  .search_txt .table03 {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .search_txt .table03 tbody,
.search_txt .table03 tr,
.search_txt .table03 th,
.search_txt .table03 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .search_txt .table03 th {
    background: #f7f7f7;
    border-bottom: #ddd 1px solid;
  }

  .checkbox-control-wrap {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .checkbox-control-wrap .checkbox-control {
    width: 50%;
    position: relative;
  }
  .checkbox-control-wrap .checkbox-control input {
    width: 100%;
    height: 35px;
    opacity: 0;
  }
  .checkbox-control-wrap .checkbox-control label {
    position: absolute;
    top: 0;
    left: 0;
    color: #b6b6b6;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: #f0f0f0;
    border: #fff 1px solid;
    font-size: 12px;
  }
  .checkbox-control-wrap .checkbox-control:last-child label {
    border-right: 0;
  }
  .checkbox-control-wrap .checkbox-control input:checked + label {
    background: #00747A;
    font-weight: 500;
    color: #fff;
  }

  .nopdl {
    padding-left: 0 !important;
  }

  .search_btm .search_btm_item01 .search_btm_left01 {
    display: block;
  }
  .search_btm .search_btm_item01 .search_btm_left02 {
    width: calc(50% - 12px);
    margin-bottom: 1em;
  }
  .search_btm .search_btm_item01 .search_btm_left02.mr20 {
    margin-right: 0;
  }
  .search_btm .search_btm_item01 .search_btm_right_btn {
    width: auto;
    min-width: 100px;
    margin-left: 0 !important;
    /*margin-top: 0.5em;*/
  }

  .table04 .inner04 tr {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .table04 .inner04 tr:nth-last-child(2) th, .table04 .inner04 tr:last-child th {
    width: 100px;
  }
  .table04 .inner04 tr:nth-last-child(2) td, .table04 .inner04 tr:last-child td {
    width: calc(100% - 100px);
  }
  .table04 .inner04 tr:nth-last-child(2) td:last-child {
    display: none;
  }
  .table04 .inner04 tr:nth-last-child(4) th {
    width: 100px;
  }
  .table04 .inner04 tr:nth-last-child(4) td:nth-child(3) {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  input[type=submit] {
    -webkit-appearance: none;
  }

  textarea {
    -webkit-appearance: none;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  a:hover {
    text-decoration: none;
    opacity: 1;
  }

  #t_clear {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000px;
    z-index: 10;
    filter: alpha(opacity=50);
    -moz-opacity: 0;
    opacity: 0.5;
  }

  img {
    width: auto;
    height: auto;
  }

  body {
    line-height: 1.5;
  }

  .headwrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    float: none;
    padding-top: 0;
    width: 100%;
    /*min-width: 1024px;*/
    min-height: 1px;
    height: 60px !important;
    background: linear-gradient(to right, #037072 0%, #004041 100%);
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }

  .logo {
    /*float: left;*/
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 10px;
    width: 120px;
    margin-right: auto;
  }

  .logo img {
    height: 35px;
  }

  .name {
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    margin: 0;
    text-align: right;
    font-size: 12px;
    display: none;
  }

  .spwrap_name {
    /*float: right;*/
    /*padding-top: 9px;
    padding-right: 50px;*/
    padding: 0;
    width: 60px;
    height: 60px;
    position: relative;
  }

  .sideblock {
    /*float: left;*/
    align-self: flex-end;
    width: 60px;
    box-sizing: border-box;
  }

  .sideblock_list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #269D88;
    /*padding-left: 200px;*/
    box-sizing: border-box;
  }

  .sideblock_list.active {
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .sideblock_head {
    position: relative;
    padding-top: 22px;
    padding-right: 10px;
    padding-bottom: 22px;
    padding-left: 10px;
    min-width: 102px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #00747A;
    line-height: 1;
    border-right: 1px solid #01696C;
    cursor: pointer;
  }

  .sideblock_head.sp_current::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 19px;
    height: 7px;
    margin-left: -9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon_arrow02.png);
  }

  .sideblock_item {
    /*float: left;*/
    width: 33.333333%;
    box-sizing: border-box;
  }

  .sideblock_item a {
    position: relative;
    /*padding-right: 45px;
    padding-left: 0;*/
    padding: 1em;
    display: block;
    /*font-size: 0;*/
    font-size: 1rem;
  }

  .sideblock_item.current a {
    border-top: none;
    border-bottom: none;
    background-color: #269D88;
  }

  .sideblock_item.current a::after {
    display: none;
  }

  .sideblock_item01 {
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    vertical-align: middle;
  }

  .sideblock_item01 svg {
    display: flex;
  }

  .sideblock_item02 {
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
  }

  .pcnav_right {
    float: none;
    padding-top: 0;
    font-size: 0;
    display: flex !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin-right: auto;
  }

  .pcnav_btn {
    /*display: inline-block;*/
    display: block;
  }
  .pcnav_btn:nth-child(1) {
    margin-right: 10px;
  }

  .pcnav_btn01 {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    border-radius: 3px;
  }

  .pcnav_btn01.type02 {
    /*margin-left: 30px;*/
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    background-color: transparent;
  }

  .pcnav_btn02 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .pcnav_btn03 {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    color: #fff;
    display: none;
  }

  .content {
    float: none;
    width: 100%;
  }

  .cmnwrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cmnhead {
    padding-top: 75px;
  }

  .row .right {
    /*margin-top: 80px;*/
    margin-bottom: 1.5em;
  }

  .search {
    margin-bottom: 20px;
  }

  .search_btm_left {
    padding-top: 10px;
  }

  .search_btm_left01 {
    display: inline-block;
    vertical-align: middle;
  }

  .search_btm_left02 {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
  }

  .search_btm_right02 {
    width: 260px;
  }

  .search_btm_left03 {
    display: inline-block;
    vertical-align: middle;
  }

  .search_btm_right {
    padding-right: 20px;
  }

  .search_btm_right_btn {
    margin-left: 15px;
  }

  .table {
    margin-bottom: 30px;
  }

  .mainbox {
    margin-bottom: 40px;
    padding: 1em;
  }

  .tbody01 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tbody01.type01 {
    padding-left: 5px;
  }

  /*
  .table01 {
  	thead, tr, th, td {
  		display: block;
  	}

  	tr {
  		margin-bottom: 15px;
  	}

  	th {
  		display: none;
  	}

  	td {
  		display: flex;
  		justify-content: space-between;
  		padding: 10px;
  		border-bottom: 1px solid #ddd;

  		&:before {
  			content: attr(data-label);
  			font-weight: bold;
  			width: 50%;
  			display: inline-block;
  		}
  	}

  	.pdf_cell, .two_btn_cell {
  		text-align: right;
  	}
  }
  */
  .sideblock {
    height: 60px;
  }
  .sideblock.icon .sideblock_head {
    position: relative;
  }
  .sideblock.icon-manage .sideblock_head::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    display: block;
    width: 20px;
    height: 21px;
    background: url(../img/icon_manage.svg) no-repeat center center;
    background-size: contain;
    content: "";
    z-index: 1;
  }
  .sideblock.icon-report .sideblock_head::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    display: block;
    width: 23px;
    height: 19px;
    background: url(../img/icon_report.svg) no-repeat center center;
    background-size: contain;
    content: "";
    z-index: 1;
  }
  .sideblock.icon-settings .sideblock_head::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/icon_settings.svg) no-repeat center center;
    background-size: contain;
    content: "";
    z-index: 1;
  }
  .sideblock .sideblock_head {
    padding: 0 !important;
    width: 60px;
    min-width: auto;
    height: 60px;
    min-height: auto;
    background: none;
    z-index: 2;
  }
  .sideblock .sideblock_head span {
    display: none;
  }
  .sideblock .sideblock_head.active, .sideblock .sideblock_head.sp_current {
    background-color: #00747A;
  }

  .print_log {
    font-size: 0.7rem;
  }

  .search_btm .search_btm_item01 input[type=date] {
    /*width: 45%;*/
  }

  .search_btm .search_btm_item01 span.search_btm_left01 {
    width: 100%;
  }

  .search_btm .search_btm_item01 span.search_btm_left03 {
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .loginbox {
    padding: 2.5em 1.5em;
  }

  .tablelogin {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .tablelogin tbody,
.tablelogin tr,
.tablelogin th,
.tablelogin td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .tablelogin th {
    padding-bottom: 0;
  }

  .itemRremindTXT {
    width: 100%;
  }

  .btnarea {
    margin-bottom: 0;
  }
  .btnarea.top-lead {
    margin-bottom: 1em;
  }

  .dashboad-item-inner {
    padding: 1.5em;
  }

  .dashboad-item ul li {
    font-size: 0.8rem;
  }
  .dashboad-item ul li.simple strong {
    font-size: 1rem;
  }

  .cmnhead span {
    font-size: 1.4rem;
    display: block;
  }

  select {
    width: 100%;
    box-sizing: border-box;
  }

  input[type=text], input[type=email], input[type=tel], input[type=file], input[type=password], input[type=date] {
    width: 100%;
    box-sizing: border-box;
  }

  .search_btm .search_btm_item01 span,
.search_btm .search_btm_item01 input {
    /*width: 100%;*/
  }

  .search_btm .search_right_item01 span,
.search_btm .search_right_item01 input {
    width: 100%;
  }

  .mr10,
.mr20,
.mr30,
.mr40 {
    margin-right: 0;
  }

  .pagination-wrp .pagination .page-item {
    min-width: auto;
  }

  .pagination-wrp .pagination .page-item a, .pagination-wrp .pagination .page-item span {
    font-size: 1rem;
  }

  .smallinput,
.middleinput {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .cmnhead,
.search_head {
    font-size: 1rem;
  }

  .search_clear_txt {
    font-size: 0.6rem;
  }

  .sp-no-mgl {
    margin-left: 0 !important;
  }

  .sp-mgt {
    margin-top: 1em !important;
  }

  select#year {
    width: 100px;
  }

  select#month {
    width: 70px;
  }

  select#day {
    width: 70px;
  }

  .search-flex {
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  #date-select span.search_btm_left01 {
    width: 100%;
  }
  #date-select span.search_btm_left03 {
    width: auto !important;
    margin: 0 5px;
  }

  .mainbox > .btnarea {
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  .sideblock_item {
    width: 50%;
  }

  .select2-container {
    width: 100% !important;
  }

  .half-btns {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1em;
  }
  .half-btns input[type=submit],
.half-btns input[type=button] {
    width: 48%;
    margin: 0 0.5%;
  }

  .pattern01 td:last-child {
    width: 100% !important;
  }

  .checkboxlabel {
    width: 100%;
    max-width: 100%;
  }

  .edit-row {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .edit-row tbody,
.edit-row tr,
.edit-row th,
.edit-row td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .input-full-width {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .mgb1em {
    margin-bottom: 1em;
  }

  .mgb2em {
    margin-bottom: 2em;
  }

  .mainbox > .btnarea.mgb1em .btn05 {
    width: 45%;
  }

  .table04 .inner04 tr:nth-last-child(4) td:nth-child(3) {
    width: 100%;
  }
}

/*# sourceMappingURL=sp_style.css.map */
