@charset "UTF-8";
html {
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #222;
  margin: 0;
  padding: 8px;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

a {
  text-decoration: none; }

address {
  font-style: normal; }

a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.5s ease; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#moBody,
#moBody2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: auto; }

#moBody2 {
  z-index: 21; }

#moContent,
#moContent2 {
  display: none;
  z-index: 12;
  padding: 5px;
  text-align: center; }

#moContent2 {
  z-index: 22; }

.modal-close,
.modal-close2 {
  position: fixed;
  top: 0;
  right: 0;
  margin: 20px;
  padding-top: 9px;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .modal-close img,
  .modal-close2 img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; }

.moDalart {
  margin-top: 10px;
  color: #f00;
  font-weight: bold; }

#moLoding,
#moLoding2 {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  height: 24px; }

#modata,
#modata2 {
  background-color: #fff;
  max-width: 1200px;
  display: inline-block;
  margin: 0 auto;
  padding: 24px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.bg_yellow td {
  background-color: #ffffc0 !important; }

.cursor-pointer {
  cursor: pointer; }

.menu-body {
  padding: 8px;
  text-align: right; }

.msg01 {
  margin-top: 24px; }

.login-body {
  margin: 64px auto 0 auto;
  max-width: 320px;
  width: 100%; }
  .login-body__form {
    margin-top: 24px; }

.staff-list {
  margin: 24px auto;
  max-width: 640px; }
  .staff-list h1 {
    font-size: 20px; }
  .staff-list table {
    margin-top: 24px !important;
    table-layout: fixed; }
  .staff-list__btn {
    margin-top: 32px;
    text-align: center; }

.tel-list {
  margin: 24px auto;
  max-width: 800px; }
  .tel-list h1 {
    font-size: 20px; }
    .tel-list h1 span {
      display: inline-block;
      vertical-align: top;
      margin-left: 16px; }
  .tel-list table {
    margin-top: 24px !important; }
    .tel-list table th {
      text-align: center !important;
      background-color: #fff; }
    .tel-list table td {
      line-height: 1.5;
      background-color: #fff; }
  .tel-list__id {
    width: 80px; }
  .tel-list__name {
    width: 176px; }
  .tel-list__tel {
    width: 128px; }
  .tel-list__control {
    width: 160px; }
  .tel-list__sortid input {
    text-align: center !important; }
  .tel-list .m-move {
    cursor: grab; }

.tel-edit {
  margin: 24px auto;
  max-width: 640px; }
  .tel-edit h1 {
    font-size: 20px; }
  .tel-edit table {
    margin-top: 24px !important; }
  .tel-edit__title {
    width: 104px; }
  .tel-edit__title2 {
    width: 296px;
    line-height: 1.5;
    text-align: center !important; }

.call-all {
  margin: 24px auto;
  max-width: 800px; }
  .call-all h1 {
    font-size: 20px; }
  .call-all ul {
    list-style-type: none;
    margin: 32px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .call-all ul li {
      margin: 1%;
      width: 23%; }
  .call-all-btn input[type="checkbox"] {
    display: none; }
    .call-all-btn input[type="checkbox"]:checked + label {
      background-color: #000;
      color: #fff; }
  .call-all-btn label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .call-all-btn label:hover {
      background-color: #fff;
      color: #000; }
  .call-all__check {
    margin-top: 24px;
    text-align: center; }
  .call-all__cmt {
    margin-top: 56px; }
    .call-all__cmt label {
      font-size: 16px;
      padding-bottom: 8px; }
  .call-all__send {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
    .call-all__send p {
      font-size: 24px;
      text-align: center; }
    .call-all__send--active {
      display: flex; }

.tel-log {
  margin: 32px auto;
  padding-bottom: 32px;
  max-width: 1024px; }
  .tel-log h1 {
    font-size: 20px;
    margin-bottom: 24px; }
  .tel-log .red {
    font-weight: bold;
    color: #c00; }
  .tel-log .blue {
    font-weight: bold;
    color: #00c; }

#Loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 640px) {
  .call-all ul li {
    margin: 1.25%;
    width: 47.5%; } }

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