﻿@charset "UTF-8";
input,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 4px;
  outline: none;
  background: none;
  font-size: 16px;
}

input[type=text] {
  background: #f8f8f8;
  border: 1px solid #a0a0a0;
  height: 80rem;
  border-radius: 4px;
  width: 100%;
  padding: 10rem;
}
input[type=text].short {
  width: 140rem;
}

button {
  border-radius: 4px;
}

select {
  background: #f8f8f8;
  padding: 10rem;
  border: 1px solid #a0a0a0;
  height: 80rem;
}
select.w_100 {
  width: 100%;
}

html {
  font-size: calc(100vmin / 750);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 28rem;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #333;
}

.pc {
  display: none;
}

p {
  line-height: 1.6;
  color: #333;
  font-size: 28rem;
  text-align: justify;
  letter-spacing: 0;
}

header {
  padding: 30rem;
  background: #00559d;
}
header .inner_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner_header .wrap_logo {
  display: flex;
  align-items: center;
}
header .inner_header .wrap_logo .logo {
  width: 70rem;
  margin-right: 30rem;
}
header .inner_header .wrap_logo .info {
  color: #fff;
  padding-left: 30rem;
  border-left: 1px solid #fff;
}
header .inner_header .wrap_logo .info .wrap_store span.store {
  background: #fff;
  color: #00559d;
  font-weight: bold;
  font-size: 24rem;
  text-align: center;
  margin-right: 10rem;
  width: 72rem;
  height: 38rem;
  display: inline-block;
}
header .inner_header .wrap_logo .info .wrap_store span.store_name {
  font-size: 30rem;
  font-weight: bold;
}
header .inner_header .wrap_logo .info .wrap_employee span.employee_name,
header .inner_header .wrap_logo .info .wrap_employee span.position {
  font-size: 26rem;
}
header .inner_header .wrap_logo .info .wrap_employee span.position::before {
  content: "（";
}
header .inner_header .wrap_logo .info .wrap_employee span.position::after {
  content: "）";
}
header button.btn_logout {
  background: none;
  border: 1px solid #faed00;
  color: #faed00;
  font-size: 22rem;
  font-weight: bold;
  border-radius: 4px;
  width: 146rem;
  height: 60rem;
  white-space: nowrap;
}

.page_head {
  background: #fff;
}
.page_head .inner {
  padding: 30rem 20rem;
}
.page_head .inner p {
  font-weight: bold;
  font-size: 34rem;
  text-align: center;
}
.page_head.orange {
  background: #ff975b;
}
.page_head.orange .inner p {
  color: #ffffff;
}
.page_head.green {
  background: #a8cf5e;
}
.page_head.green .inner p {
  color: #ffffff;
}
.page_head.blue {
  background: #44bcce;
}
.page_head.blue .inner p {
  color: #ffffff;
}

main .inner_main {
  padding: 40rem;
  margin-bottom: 120rem;
}

.btn_back {
  position: fixed;
  bottom: 20rem;
  left: 20rem;
  z-index: 10;
}
.btn_back a {
  display: block;
  width: 90rem;
  height: 90rem;
  background: #b3b3b3;
  border-radius: 45rem;
  position: relative;
}
.btn_back a::before, .btn_back a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_back a::before {
  left: 37rem;
  width: 20rem;
  height: 20rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}

.wrap_btn {
  width: 515rem;
  margin: 80rem auto 0 auto;
}
.wrap_btn button.yellow {
  outline: none;
  background: #faed00;
  border: 3px solid #00559d;
  width: 100%;
  height: 110rem;
  font-size: 36rem;
  font-weight: bold;
  color: #00559d;
  border-radius: 55rem;
  display: block;
  -ms-box-shadow: 0px 0px 20px -11px black;
  box-shadow: 0px 0px 20px -11px black;
}

.wrap_largeBtn {
  margin-top: 10rem;
}
.wrap_largeBtn .largeBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #44bcce;
  color: #fff;
  font-size: 32rem;
  font-weight: bold;
  border-radius: 6px;
  height: 122rem;
}
.wrap_largeBtn .largeBtn:not(:first-child) {
  margin-top: 30rem;
}

.table_nav {
  margin-top: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_nav span {
  width: 50rem;
  text-align: center;
}
.table_nav button.display {
  height: 70rem;
  width: 120rem;
  background: #faed00;
  border: 2px solid #00559d;
  color: #00559d;
  font-weight: bold;
}
.table_nav button.print {
  height: 70rem;
  width: 120rem;
  background: #44bcce;
  color: #fff;
  font-weight: bold;
  border: none;
  margin-left: 20rem;
}

.swipe {
  margin-top: 30rem;
  text-align: center;
}
.swipe img {
  width: 414rem;
}

.table_wrap {
  margin-top: 20rem;
  max-height: 778rem;
  overflow: auto;
  border-bottom: 2px solid #808080;
}

table.sticky_table {
  table-layout: fixed;
}
table.sticky_table thead {
  border-bottom: 2px solid #808080;
  border-top: 2px solid #808080;
}
table.sticky_table thead tr:nth-child(1) th {
  top: 0;
}
table.sticky_table thead tr:nth-child(2) th {
  border-top: 1px solid #a0a0a0;
}
table.sticky_table thead th {
  background-clip: padding-box;
  background: #e3f5f8;
  font-size: 20rem;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  min-width: 160rem;
  padding: 10rem;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
table.sticky_table thead th:not(:last-of-type) {
  border-right: 1px solid #a0a0a0;
}
table.sticky_table thead th.w_s {
  min-width: 120rem;
}
table.sticky_table thead th.w_l {
  min-width: 500rem;
}
table.sticky_table td {
  background-clip: padding-box;
  border-bottom: 1px solid #a0a0a0;
  padding: 10rem;
  font-size: 24rem;
}
table.sticky_table td:not(:last-of-type) {
  border-right: 1px solid #a0a0a0;
}
table.sticky_table td.center {
  text-align: center;
}
table.sticky_table td.right {
  text-align: right;
}
table.sticky_table span.red {
  color: #d32c40;
}

table.style01 {
  width: 100%;
  table-layout: fixed;
}
table.style01.mainte_ippan th:first-of-type {
  width: 58%;
}
table.style01.mainte_machine th:first-of-type {
  width: 45%;
}
table.style01.mainte_machine th:nth-child(2) {
  width: 33%;
}
table.style01 th {
  background-clip: padding-box;
  background: #e3f5f8;
  font-size: 24rem;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  min-width: 160rem;
  padding: 10rem;
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
}
table.style01 th:not(:last-of-type) {
  border-right: 1px solid #a0a0a0;
}
table.style01 td {
  background-clip: padding-box;
  border-bottom: 1px solid #a0a0a0;
  padding: 20rem;
  font-size: 28rem;
}
table.style01 td:not(:last-of-type) {
  border-right: 1px solid #a0a0a0;
}
table.style01 td.center {
  text-align: center;
}
table.style01 td a {
  color: #0071bc;
  text-decoration: underline;
}

.info_tableTop {
  background: #f2f2f2;
  padding: 25rem;
  margin-bottom: 40rem;
}

table.style02 {
  width: 100%;
}
table.style02 th,
table.style02 td {
  display: block;
}
table.style02 textarea {
  background: #f8f8f8;
  border: 1px solid #a0a0a0;
  width: 100%;
  height: 238rem;
  padding: 10rem;
}
table.style02 th {
  font-weight: bold;
  text-align: left;
  font-size: 32rem;
}
table.style02 th .repuired {
  background: #d32c40;
  font-size: 22rem;
  color: #fff;
  width: 60rem;
  height: 32rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
table.style02 td {
  padding: 10rem 0 40rem 0;
}
table.style02 ul.kome {
  margin-top: 13rem;
}
table.style02 ul.kome li {
  font-size: 24rem;
  position: relative;
  padding-left: 1em;
}
table.style02 ul.kome li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
table.style02 .wrap_radio label:not(:last-of-type) {
  margin-right: 30rem;
}
table.style02 .wrap_checkbox label:not(:last-of-type) {
  margin-right: 20rem;
}
table.style02 .wrap_checkbox.block label {
  display: block;
}
table.style02 .wrap_checkbox.block label:not(:first-child) {
  margin-top: 10rem;
}
table.style02 .wrap_checkbox.block label input {
  margin-right: 10rem;
}
table.style02.td_l td p {
  padding-left: 30rem;
}
table.style02 .wrap_y_m .box {
  display: flex;
  align-items: center;
}
table.style02 .wrap_y_m .box:not(:first-child) {
  margin-top: 20rem;
}
table.style02 .wrap_y_m .spacer {
  width: 50rem;
  text-align: center;
}

.wrap_delete {
  margin-bottom: 60rem;
}

button.red {
  outline: none;
  background: #d32c40;
  padding: 0 50rem;
  height: 72rem;
  border-radius: 36rem;
  border: none;
  color: #fff;
  font-weight: bold;
}

.hstyle_bgGray {
  font-size: 28rem;
  font-weight: bold;
  text-align: center;
  background: #e6e6e6;
  padding: 10rem 0;
  margin-bottom: 22rem;
}

.horei_head01 {
  display: flex;
  justify-content: space-between;
  margin-left: 100rem;
  margin-bottom: 20rem;
}
.horei_head01 div {
  width: 50%;
  text-align: center;
  font-size: 32rem;
  font-weight: bold;
}

.wrap_ondo {
  margin-bottom: 40rem;
}
.wrap_ondo .box_ondo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap_ondo .box_ondo .head02 {
  width: 100rem;
  font-size: 32rem;
  font-weight: bold;
}
.wrap_ondo .box_ondo p.ondo {
  display: inline-block;
  font-size: 32rem;
}
.wrap_ondo .box_ondo span.c {
  font-size: 32rem;
  margin-left: 10rem;
}
.wrap_ondo .box_ondo input {
  width: 200rem;
}
.wrap_ondo .date_time {
  margin-left: 120rem;
  font-size: 32rem;
  padding-left: 30px;
}

.wrap_shitsu {
  margin-bottom: 40rem;
}
.wrap_shitsu .box_shitsu {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50rem;
}
.wrap_shitsu .box_shitsu .head02 {
  width: 140rem;
  font-size: 32rem;
  font-weight: bold;
}
.wrap_shitsu .box_shitsu span.c {
  font-size: 32rem;
  margin-left: 10rem;
}
.wrap_shitsu .box_shitsu div {
  display: flex;
  align-items: center;
}
.wrap_shitsu .box_shitsu input {
  width: 200rem;
}
.wrap_shitsu .date_time {
  margin-left: 120rem;
  font-size: 32rem;
}

section.wrap_bBorder {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50rem;
}
section.wrap_bBorder:not(:last-of-type) {
  margin-bottom: 50rem;
}

.page_head_sub {
  padding: 50rem 40rem 0 40rem;
}
.page_head_sub p {
  text-align: center;
  font-weight: bold;
}

.info_tableTop_style02 {
  background: #e3f5f8;
  padding: 30rem;
  margin-bottom: 40rem;
}
.info_tableTop_style02 .title {
  margin-bottom: 5rem;
  font-weight: bold;
}

.wrap_seizo {
  display: flex;
  align-items: center;
}
.wrap_seizo span {
  width: 50rem;
  text-align: center;
}

.inner_inline .inline_tx {
  font-size: 30rem;
  text-align: center;
}
.inner_inline p.inline_tx {
  font-weight: bold;
}
.inner_inline .wrap_button {
  display: flex;
  justify-content: space-between;
  width: 400rem;
  margin: 40rem auto 0 auto;
}
.inner_inline .wrap_button button {
  width: 46%;
  height: 80rem;
}
.inner_inline .wrap_button button.agree {
  background: #d32c40;
  color: #fff;
  border: none;
  font-weight: bold;
}
.inner_inline .wrap_button button.disagree {
  background: #bbb;
  color: #fff;
  border: none;
  font-weight: bold;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  input[type=text] {
    height: 46px;
  }

  body {
    letter-spacing: 0.03em;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
  }

  select {
    padding: 10px;
    height: 46px;
    padding: 0 10px;
    font-size: 18px;
  }
  select.pc_w_50 {
    width: 50%;
  }

  input.pc_w_50 {
    width: 50%;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  p {
    font-size: 14px;
    line-height: 1.8;
  }

  header {
    padding: 20px;
  }
  header .inner_header {
    max-width: 696px;
    margin: 0 auto;
  }
  header .inner_header .wrap_logo .logo {
    width: 60px;
    margin-right: 30px;
  }
  header .inner_header .wrap_logo .info {
    padding-left: 30px;
  }
  header .inner_header .wrap_logo .info .wrap_store span.store {
    font-size: 22px;
    margin-right: 10px;
    width: 72px;
    height: 38px;
  }
  header .inner_header .wrap_logo .info .wrap_store span.store_name {
    font-size: 28px;
  }
  header .inner_header .wrap_logo .info .wrap_employee span.employee_name,
header .inner_header .wrap_logo .info .wrap_employee span.position {
    font-size: 24px;
  }
  header button.btn_logout {
    outline: none;
    font-size: 22px;
    width: 146px;
    height: 60px;
    cursor: pointer;
  }
  header button.btn_logout:hover {
    color: #00559d;
    background: #faed00;
  }

  .page_head .inner {
    padding: 40px 20px;
  }
  .page_head .inner p {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }

  main .inner_main {
    max-width: 670px;
    margin: 0 auto 80px auto;
    padding: 40px 0;
  }
  main .inner_main.w_940 {
    max-width: 940px;
  }
  main .inner_main.w_1200 {
    max-width: 1200px;
  }
  main.bg_gray {
    background: #f2f2f2;
  }

  .btn_back a {
    width: 76px;
    height: 76px;
    border-radius: 38px;
  }
  .btn_back a::before {
    left: 32px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg);
  }

  .wrap_btn {
    width: 515px;
    margin: 60px auto 0 auto;
  }
  .wrap_btn button.yellow {
    cursor: pointer;
    height: 92px;
    font-size: 28px;
    border-radius: 46px;
  }

  .wrap_largeBtn {
    max-width: 670px;
    margin: 0 auto;
  }
  .wrap_largeBtn .largeBtn a {
    font-size: 24px;
    height: 92px;
  }
  .wrap_largeBtn .largeBtn a:hover {
    opacity: 0.9;
  }
  .wrap_largeBtn .largeBtn:not(:first-child) {
    margin-top: 20px;
  }

  .table_nav {
    margin-top: 0;
  }
  .table_nav span {
    width: 50px;
  }
  .table_nav select {
    height: 56px;
    font-size: 20px;
    padding: 0 10px;
  }
  .table_nav button.display {
    height: 56px;
    width: 120px;
    font-size: 24px;
  }
  .table_nav button.print {
    height: 56px;
    width: 120px;
    font-size: 24px;
    margin-left: 20px;
  }

  .swipe {
    margin-top: 50px;
  }
  .swipe img {
    width: 414px;
  }

  .table_wrap {
    margin-top: 20px;
    max-height: 778px;
    position: relative;
    z-index: 10;
  }

  table.sticky_table {
    table-layout: fixed;
  }
  table.sticky_table thead tr:nth-child(1) th {
    top: 0;
  }
  table.sticky_table thead th {
    font-size: 15px;
    min-width: 160px;
    padding: 10px;
  }
  table.sticky_table thead th.w_s {
    min-width: 120px;
  }
  table.sticky_table thead th.w_l {
    min-width: 500px;
  }
  table.sticky_table td {
    padding: 10px;
    font-size: 18px;
  }

  table.style01 {
    max-width: 670px;
    margin: 0 auto;
  }
  table.style01.mainte_ippan th:first-of-type {
    width: 58%;
  }
  table.style01.mainte_machine th:first-of-type {
    width: 48%;
  }
  table.style01.mainte_machine th:nth-child(2) {
    width: 30%;
  }
  table.style01 th {
    font-size: 20px;
    min-width: 160px;
    padding: 10px;
  }
  table.style01 td {
    padding: 20px;
    font-size: 20px;
  }
  table.style01 td a:hover {
    text-decoration: none;
  }

  .info_tableTop {
    padding: 0 0 35px 50px;
    margin-bottom: 0;
  }
  .info_tableTop p {
    font-size: 20px;
  }

  .bg_white {
    background: #fff;
    max-width: 940px;
    padding: 40px;
  }

  table.style02 tr:not(:first-of-type) {
    border-top: 1px solid #e6e6e6;
  }
  table.style02 th,
table.style02 td {
    display: table-cell;
    align-items: center;
  }
  table.style02 label {
    cursor: pointer;
  }
  table.style02 input[type=text] {
    height: 46px;
    padding: 10px;
  }
  table.style02 input[type=text].short {
    width: 99px;
  }
  table.style02 textarea {
    height: 238px;
    padding: 10px;
  }
  table.style02 th {
    font-size: 18px;
    width: 240px;
    position: relative;
    padding-left: 20px;
    padding-right: 70px;
  }
  table.style02 th .repuired {
    font-size: 13px;
    width: 36px;
    height: 20px;
    margin-left: 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  table.style02 td {
    padding: 20px 0;
  }
  table.style02 ul.kome {
    margin-top: 13px;
  }
  table.style02 ul.kome li {
    font-size: 18px;
  }
  table.style02 .wrap_radio label:not(:last-of-type) {
    margin-right: 30px;
  }
  table.style02 .wrap_checkbox label:not(:last-of-type) {
    margin-right: 20px;
  }
  table.style02 .wrap_checkbox.block label {
    display: inline-block;
    padding: 5px 0;
  }
  table.style02 .wrap_checkbox.block label:not(:first-child) {
    margin-top: 0;
  }
  table.style02 .wrap_checkbox.block label input {
    margin-right: 10px;
  }
  table.style02.td_l td p {
    padding-left: 0;
    font-size: 18px;
  }
  table.style02 .wrap_y_m {
    display: flex;
  }
  table.style02 .wrap_y_m .box {
    display: flex;
    align-items: center;
  }
  table.style02 .wrap_y_m .box:not(:first-child) {
    margin-top: 0;
  }
  table.style02 .wrap_y_m .box select {
    width: 100px;
  }
  table.style02 .wrap_y_m .spacer {
    width: 30px;
    text-align: center;
  }

  .wrap_delete {
    margin-bottom: 0;
    margin-top: 30px;
  }

  button.red {
    cursor: pointer;
    min-width: 140px;
    height: 56px;
    border-radius: 28px;
    font-size: 24px;
    padding: 0 30px;
  }

  .hstyle_bgGray {
    font-size: 20px;
    padding: 5px 0;
    margin-bottom: 22px;
  }

  .horei_head01 {
    width: 520px;
    margin-left: 100px;
    margin-bottom: 20px;
  }
  .horei_head01 div {
    font-size: 18px;
  }

  .wrap_ondo {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 30px;
  }
  .wrap_ondo .box_ondo {
    width: 560px;
  }
  .wrap_ondo .box_ondo .head02 {
    width: auto;
    font-size: 18px;
  }
  .wrap_ondo .box_ondo p.ondo {
    font-size: 18px;
  }
  .wrap_ondo .box_ondo div {
    text-align: right;
    width: 33%;
  }
  .wrap_ondo .box_ondo span.c {
    font-size: 18px;
    margin-left: 10px;
  }
  .wrap_ondo .box_ondo input {
    width: 100px;
  }
  .wrap_ondo .date_time {
    margin-left: 0;
    font-size: 18px;
    width: 280px;
  }

  .wrap_shitsu {
    margin-bottom: 40px;
  }
  .wrap_shitsu .box_shitsu {
    margin-top: 50px;
  }
  .wrap_shitsu .box_shitsu .head02 {
    width: 183px;
    font-size: 18px;
  }
  .wrap_shitsu .box_shitsu span.c {
    font-size: 18px;
    margin-left: 10px;
  }
  .wrap_shitsu .box_shitsu input {
    width: 100px;
  }

  section.wrap_bBorder {
    padding-bottom: 50px;
  }
  section.wrap_bBorder:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .page_head_sub {
    padding: 40px 0 0 0;
  }
  .page_head_sub p {
    font-size: 24px;
  }

  .info_tableTop_style02 {
    padding: 20px 40px;
    margin-bottom: 40px;
  }
  .info_tableTop_style02 .title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .info_tableTop_style02 p {
    font-size: 20px;
  }

  .wrap_seizo span {
    width: 30px;
    text-align: center;
  }

  .modaal-container {
    max-width: 600px !important;
  }

  .inner_inline {
    padding: 30px 0;
  }
  .inner_inline .inline_tx {
    font-size: 18px;
  }
  .inner_inline .wrap_button {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin: 40px auto 0 auto;
  }
  .inner_inline .wrap_button button {
    cursor: pointer;
    outline: none;
    width: 46%;
    height: 60px;
    font-size: 18px;
  }
  .inner_inline .wrap_button button:hover {
    opacity: 0.85;
  }
}
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .wrap_ondo {
    display: block;
  }
  .wrap_ondo .date_time {
    margin-left: auto;
    text-align: right;
  }
}