@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 16px; }

.Gothic {
  font-family: "Koburina Gothic W3 JIS2004","Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

a {
  text-decoration: none; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.hide,
.pcNone {
  display: none !important; }

#contentsWrapper {
  min-width: 820px;
  overflow: hidden;
  margin: 75px 0 0; }

.mintyo {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.gothic {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif; }

.box {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

body input[type="text"],
body input[type="email"],
body input[type="tel"],
body input[type="number"],
body textarea,
body select,
body input[type="password"] {
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 18px;
  border: 1px solid #ebebeb;
  border-radius: 3px; }
body select {
  cursor: pointer; }
body input[type="checkBox"] {
  width: 18px;
  height: 18px;
  margin: 10px 5px 0 0; }
body input[type="radio"] {
  margin: 0 5px 0 0; }
body textarea {
  height: 100px;
  line-height: 28px; }
body input[type="number"]::-webkit-outer-spin-button,
body input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
body .submit {
  display: block;
  padding: 10px 100px;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #464646;
  border-radius: 3px;
  background: #464646;
  cursor: pointer; }
  body .submit:hover {
    border: 1px solid #0082e6;
    color: #0082e6;
    background: #fff; }
body #form {
  overflow: hidden; }
  body #form dt {
    float: left;
    width: 220px;
    padding: 20px 10px;
    text-align: right; }
    body #form dt .required {
      position: relative; }
      body #form dt .required::after {
        content: '必 須';
        position: absolute;
        top: 1px;
        left: -43px;
        padding: 2px 5px;
        font-size: 12px;
        color: #fff;
        background: #c80000; }
    body #form dt.dtTitle {
      float: none;
      overflow: hidden; }
    body #form dt span {
      padding: 2px 5px;
      border-radius: 2px;
      margin: 0 10px 0 0;
      font-size: 14px;
      color: #fff;
      background: #c80000;
      cursor: pointer; }
      body #form dt span:hover {
        background: #FFA0A0; }
    body #form dt.required {
      position: relative; }
      body #form dt.required::after {
        content: '※必須';
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: 14px;
        color: red; }
  body #form dd {
    float: left;
    width: calc(100% - 220px);
    padding: 20px 10px; }
    body #form dd.separate {
      overflow: hidden; }
      body #form dd.separate p {
        float: left;
        width: 40px;
        padding: 0 10px 0 0;
        text-align: right; }
      body #form dd.separate input {
        float: left;
        width: calc((100% - 80px) / 2); }
    body #form dd #postCode {
      width: 81px; }
    body #form dd #prefectures {
      width: 110px; }
    body #form dd#dtBtn {
      width: 100%;
      margin: 0 0 40px;
      overflow: hidden; }
      body #form dd#dtBtn p {
        width: fit-content;
        padding: 10px 20px;
        border-radius: 5px;
        margin-left: 220px;
        letter-spacing: 2px;
        color: #fff;
        background: DarkOrange;
        cursor: pointer; }
        body #form dd#dtBtn p:hover {
          background: orange; }
    body #form dd.cancelCheck {
      overflow: hidden; }
      body #form dd.cancelCheck label, body #form dd.cancelCheck p {
        float: left; }
      body #form dd.cancelCheck p {
        padding: 12px 0 0; }
    body #form dd .pre {
      font-weight: 700;
      color: red; }
  body #form .extra-input {
    display: none; }
  body #form .custom-checkbox {
    display: none; }
  body #form .custom-label {
    display: inline-block;
    padding: 10px 5px 10px 30px;
    border: 1px solid #969696;
    margin: 0 20px 0 0;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    margin: 0 15px 0 0; }
  body #form .custom-label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #969696;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px; }
  body #form .custom-checkbox:checked + .custom-label::before {
    background-color: #fff;
    border: 2px solid #c80000; }
  body #form .custom-checkbox:checked + .custom-label {
    border: 1px solid #c80000;
    background-color: #FFA0A0; }
  body #form .custom-checkbox:checked + .custom-label::after {
    content: '✓';
    position: absolute;
    left: 9px;
    top: 54%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #c80000; }
body #success, body #errore {
  padding: 0 20px; }
  body #success p, body #errore p {
    padding: 10px;
    border: 1px solid #0082e6;
    margin: 20px 0 0;
    background: #fff;
    text-align: center;
    color: #c80000; }
    body #success p a, body #errore p a {
      text-decoration: underline; }
      body #success p a:visited, body #success p a:link, body #errore p a:visited, body #errore p a:link {
        color: #0082e6; }
      body #success p a:hover, body #errore p a:hover {
        color: #003c78; }
body #success p {
  color: #0082e6; }

#login {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  background: #0082e6; }
  #login .box {
    margin: 200px auto 0; }
    #login .box #headLogo {
      width: 250px;
      margin: 0 auto 20px; }
      #login .box #headLogo img {
        width: 100%; }
    #login .box h1 {
      text-align: center;
      color: #fff; }
    #login .box dl {
      max-width: 600px;
      margin: 30px auto 0;
      overflow: hidden;
      color: #fff; }
      #login .box dl dt {
        float: left;
        width: 132px;
        padding: 28px 10px 12px;
        text-align: right; }
        #login .box dl dt.noInput {
          padding: 20px 10px; }
      #login .box dl dd {
        float: left;
        width: -webkit-calc(100% - 132px);
        width: calc(100% - 132px);
        padding: 20px 0; }

#forget {
  margin: 50px 20px 0 0;
  text-align: right; }
  #forget a {
    text-decoration: underline;
    color: #fff; }
    #forget a:visited, #forget a:link {
      color: #fff; }
    #forget a:hover {
      color: #003c78; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  color: #fff;
  background: #0082e6;
  z-index: 500; }
  header #logo {
    position: absolute;
    top: 10px;
    left: 10px; }
  header nav {
    position: absolute;
    top: 44px;
    left: 10px; }
    header nav #nav {
      font-size: 0; }
      header nav #nav li {
        position: relative;
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 16px;
        letter-spacing: 2px; }
        header nav #nav li a {
          letter-spacing: 3px; }
          header nav #nav li a:last-of-type {
            margin: 0; }
          header nav #nav li a:visited, header nav #nav li a:link {
            color: #fff; }
          header nav #nav li a:hover {
            color: #003c78; }
        header nav #nav li ul {
          position: absolute;
          top: 100%;
          left: 0; }
          header nav #nav li ul li {
            width: 170px;
            text-align: center;
            background: #003c78; }
            header nav #nav li ul li a {
              display: block;
              padding: 10px; }
            header nav #nav li ul li:hover {
              background: orange; }
              header nav #nav li ul li:hover a {
                color: #fff; }
  header #loginUser {
    position: absolute;
    top: 13px;
    right: 10px;
    text-align: right;
    font-size: 12px; }
    header #loginUser p {
      margin: 0 0 10px; }
    header #loginUser a {
      padding: 2px 5px;
      border-radius: 2px;
      color: #fff;
      background: #003c78;
      transition: 0.5s; }
      header #loginUser a:visited, header #loginUser a:link {
        color: #fff; }
      header #loginUser a:hover {
        color: #0082e6;
        background: #fff; }

#indexMenu {
  padding: 50px 20px; }
  #indexMenu #newOrder a {
    padding: 5px 50px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 3px;
    color: #fff;
    background: #0082e6;
    transition: 0.5s; }
    #indexMenu #newOrder a:visited, #indexMenu #newOrder a:link {
      color: #fff; }
    #indexMenu #newOrder a:hover {
      background: #003c78; }
  #indexMenu .orderList {
    position: relative;
    margin: 80px 0 0; }
    #indexMenu .orderList .listCate {
      overflow: hidden;
      padding: 0 0 10px;
      border-bottom: 3px solid #003c78;
      margin: 0 0 10px; }
      #indexMenu .orderList .listCate h2 {
        float: left;
        width: 90px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px; }
      #indexMenu .orderList .listCate a {
        position: absolute;
        top: -3px;
        left: 80px;
        display: block;
        width: 150px;
        padding: 5px 0;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        background: #464646; }
        #indexMenu .orderList .listCate a:valid, #indexMenu .orderList .listCate a:link {
          color: #fff; }
        #indexMenu .orderList .listCate a:hover {
          background: #969696; }
    #indexMenu .orderList table {
      width: 100%; }
      #indexMenu .orderList table tr th {
        padding: 0 10px 10px;
        border-bottom: 1px solid #969696; }
      #indexMenu .orderList table tr.clickable-row {
        cursor: pointer; }
        #indexMenu .orderList table tr.clickable-row:hover {
          background: #ebebeb; }
      #indexMenu .orderList table tr td {
        padding: 10px;
        border-bottom: 1px solid #969696; }
        #indexMenu .orderList table tr td:first-of-type {
          padding: 10px 0;
          font-size: 18px;
          color: orange; }
        #indexMenu .orderList table tr td:nth-of-type(2), #indexMenu .orderList table tr td:nth-of-type(3), #indexMenu .orderList table tr td:nth-of-type(4) {
          text-align: center; }
        #indexMenu .orderList table tr td:nth-of-type(2) {
          width: 104px;
          font-size: 14px;
          font-weight: 700; }
        #indexMenu .orderList table tr td:nth-of-type(3) {
          width: 100px; }
        #indexMenu .orderList table tr td:nth-of-type(4) {
          width: 131px; }
        #indexMenu .orderList table tr td div {
          padding: 3px 0;
          border-radius: 3px;
          color: #fff; }
          #indexMenu .orderList table tr td div:nth-of-type(2) {
            margin: 5px 0 0; }
          #indexMenu .orderList table tr td div.new {
            background: #0082e6; }
          #indexMenu .orderList table tr td div.getting {
            background: orange; }
          #indexMenu .orderList table tr td div.ready {
            background: green; }
          #indexMenu .orderList table tr td div.now {
            background: #0082e6; }
          #indexMenu .orderList table tr td div.cancel {
            background: black; }
          #indexMenu .orderList table tr td div.fini {
            background: gray; }
          #indexMenu .orderList table tr td div.requestH, #indexMenu .orderList table tr td div.requestC {
            background: #c80000; }
          #indexMenu .orderList table tr td div.requestC {
            font-size: 12px;
            letter-spacing: -1px; }

#makeData {
  margin: 50px 0; }
  #makeData .box {
    max-width: 980px; }
  #makeData h1 {
    width: fit-content;
    padding: 0 0 10px;
    border-bottom: 3px solid #0082e6;
    margin: 0 auto 20px;
    font-size: 24px; }

#myData {
  padding: 50px 20px; }
  #myData h1 {
    width: fit-content;
    padding: 0 0 5px;
    border-bottom: 4px solid #0082e6;
    margin: 0 0 20px;
    font-size: 24px; }
  #myData dl dd p {
    padding: 0 0 30px; }
    #myData dl dd p a {
      text-decoration: underline; }
      #myData dl dd p a:visited, #myData dl dd p a:link {
        color: #000; }
      #myData dl dd p a:hover {
        color: #0082e6; }

#mysetting {
  max-width: 780px;
  padding: 50px 20px; }
  #mysetting h1 {
    width: fit-content;
    padding: 0 0 5px;
    border-bottom: 4px solid #0082e6;
    margin: 0 auto 30px;
    font-size: 24px; }
  #mysetting p {
    line-height: 34px; }
    #mysetting p.center {
      text-align: center; }

#list {
  padding: 50px 20px; }
  #list h1 {
    width: fit-content;
    padding: 0 0 5px;
    border-bottom: 2px solid #0082e6;
    margin: 0 0 40px;
    font-size: 28px;
    letter-spacing: 2px; }
  #list #narrow {
    margin: 0 0 40px;
    overflow: hidden; }
    #list #narrow div {
      float: left;
      width: calc(100% - 160px); }
    #list #narrow button {
      float: right;
      width: 140px;
      padding: 8px 10px 7px;
      margin: 0 auto;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      border: 1px solid #464646;
      border-radius: 3px;
      background: #464646;
      cursor: pointer; }
      #list #narrow button:hover {
        border: 1px solid #0082e6;
        color: #0082e6;
        background: #fff; }
  #list table {
    width: 100%; }
    #list table tr th {
      padding: 10px;
      border-bottom: 1px solid #000; }
    #list table tr td {
      padding: 20px 10px;
      border-bottom: 1px solid #000; }
      #list table tr td a {
        display: block;
        padding: 5px 10px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        background: #0082e6; }
        #list table tr td a:visited, #list table tr td a:link {
          color: #fff; }
        #list table tr td a:hover {
          background: #003c78; }
        #list table tr td a.changeCharge {
          padding: 0 5px 3px;
          margin: 5px 0 0;
          font-size: 14px;
          color: #fff;
          background: #464646; }
          #list table tr td a.changeCharge:hover {
            background: #969696; }
      #list table tr td form .offBtn, #list table tr td form .onBtn {
        padding: 5px 10px;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        background: #c80000;
        cursor: pointer; }
        #list table tr td form .offBtn:hover, #list table tr td form .onBtn:hover {
          background: #FFA0A0; }
      #list table tr td form .onBtn {
        text-align: center;
        background: #0082e6; }
        #list table tr td form .onBtn:hover {
          background: #AAD2FA; }
      #list table tr td.btn {
        width: 88px; }
    #list table#listCompany .clickable-row {
      cursor: pointer; }
      #list table#listCompany .clickable-row:hover {
        background: #ebebeb; }

#pageNav {
  margin: 20px 0 0;
  overflow: hidden; }
  #pageNav ul {
    font-size: 0; }
    #pageNav ul li {
      display: inline-block;
      font-size: 14px;
      border: 1px solid #464646;
      border-radius: 5px;
      background: #0082e6;
      pointer-events: none; }
      #pageNav ul li:not(:last-of-type) {
        margin: 0 5px 0 0; }
      #pageNav ul li .doubleArrow {
        letter-spacing: -3px; }
      #pageNav ul li:hover {
        border: 1px solid #AAD2FA;
        background: #AAD2FA; }
      #pageNav ul li a {
        display: block;
        padding: 8px 10px;
        pointer-events: auto; }
        #pageNav ul li a:hover {
          color: #fff; }
        #pageNav ul li a:visited, #pageNav ul li a:link {
          color: #fff; }
      #pageNav ul li p {
        padding: 8px 10px;
        color: #fff; }
      #pageNav ul li#nowPage {
        padding: 8px 10px;
        color: #fff !important;
        border: 1px solid #003c78;
        background: #003c78; }
      #pageNav ul li.invalid {
        background: #003c78; }
  #pageNav #prev, #pageNav #next {
    float: left;
    width: 67px; }
    #pageNav #prev li, #pageNav #next li {
      display: inline-block; }
  #pageNav #number {
    float: left;
    max-width: calc(100% - 154px);
    margin: 0 10px;
    overflow-x: scroll; }
    #pageNav #number ul {
      display: flex;
      padding: 0;
      margin: 0; }
      #pageNav #number ul li {
        flex: none; }

#makeOrder {
  position: relative;
  padding: 50px 20px;
  margin: 50px auto; }
  #makeOrder h1 {
    width: fit-content;
    padding: 0 0 10px;
    border-bottom: 3px solid #0082e6;
    margin: 0 auto 20px;
    font-size: 24px; }
  #makeOrder #h1 {
    position: relative; }
    #makeOrder #h1 #listOpen {
      position: absolute;
      top: 0;
      right: 0;
      width: 180px;
      padding: 10px 0;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      background: #464646;
      cursor: pointer; }
      #makeOrder #h1 #listOpen:hover {
        background: gray; }
  #makeOrder #note {
    color: red; }
  #makeOrder dl dd.selectText {
    overflow: hidden; }
    #makeOrder dl dd.selectText .selectBtn {
      float: left;
      width: 100px; }
      #makeOrder dl dd.selectText .selectBtn p {
        padding: 9px 0;
        background: #0082e6;
        text-align: center;
        color: #fff;
        cursor: pointer; }
        #makeOrder dl dd.selectText .selectBtn p:hover {
          background: #003c78; }
    #makeOrder dl dd.selectText .input {
      float: right;
      width: calc(100% - 120px); }
    #makeOrder dl dd.selectText .insert {
      overflow-y: scroll;
      position: fixed;
      top: 10%;
      left: 10%;
      width: 80vw;
      height: 80vh;
      padding: 20px;
      border: 1px solid #003c78;
      font-size: 0;
      background: #fff;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
      z-index: 600; }
      #makeOrder dl dd.selectText .insert .selectList {
        position: relative;
        display: inline-block;
        padding: 5px 22px;
        font-size: 16px;
        cursor: pointer; }
        #makeOrder dl dd.selectText .insert .selectList::before {
          content: '【';
          position: absolute;
          top: 5px;
          left: 0; }
        #makeOrder dl dd.selectText .insert .selectList::after {
          content: '】';
          position: absolute;
          top: 5px;
          right: 0; }
        #makeOrder dl dd.selectText .insert .selectList:hover {
          color: #0082e6; }
      #makeOrder dl dd.selectText .insert .subList {
        margin: 0 0 20px; }
        #makeOrder dl dd.selectText .insert .subList:last-of-type {
          margin: 0; }
        #makeOrder dl dd.selectText .insert .subList li {
          display: inline-block;
          font-size: 16px; }
          #makeOrder dl dd.selectText .insert .subList li.ku {
            width: 100%;
            padding: 0 0 3px;
            border-bottom: 1px solid #003c78;
            margin: 0 0 3px;
            color: #003c78; }
          #makeOrder dl dd.selectText .insert .subList li:not(:first-of-type) {
            padding: 5px 22px;
            cursor: pointer; }
            #makeOrder dl dd.selectText .insert .subList li:not(:first-of-type)::before {
              content: '【';
              position: absolute;
              top: 5px;
              left: 0; }
            #makeOrder dl dd.selectText .insert .subList li:not(:first-of-type)::after {
              content: '】';
              position: absolute;
              top: 5px;
              right: 0; }
            #makeOrder dl dd.selectText .insert .subList li:not(:first-of-type):hover {
              color: #0082e6; }
  #makeOrder dl dd.exDate, #makeOrder dl dd.exTime {
    overflow: hidden; }
    #makeOrder dl dd.exDate div, #makeOrder dl dd.exTime div {
      float: left;
      width: calc((100% - 40px) / 2);
      max-width: 110px;
      text-align: center; }
    #makeOrder dl dd.exDate p, #makeOrder dl dd.exTime p {
      float: left;
      width: 20px;
      margin: 10px; }
  #makeOrder dl dd.exTime div {
    width: calc((100% - 40px) / 2);
    max-width: 140px; }
  #makeOrder dl dd.exTime select {
    width: 55px; }
  #makeOrder #notChange {
    padding: 0 20px;
    text-align: center; }

#orderedListWrapp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }
  #orderedListWrapp #orderedList {
    width: 90%;
    max-width: 980px;
    height: 90%;
    padding: 20px 20px 60px;
    background: #fff;
    overflow-y: scroll; }
  #orderedListWrapp ul li {
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer; }
    #orderedListWrapp ul li:hover {
      color: #0082e6; }
  #orderedListWrapp #close {
    position: absolute;
    bottom: 60px;
    left: calc((100% - 150px) / 2);
    width: 150px;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #464646;
    cursor: pointer; }
    #orderedListWrapp #close:hover {
      background: gray; }

#head {
  position: fixed;
  top: 75px;
  width: 100%;
  height: 76px;
  padding: 20px;
  background: #fff;
  z-index: 50; }
  #head #headInner #title {
    position: absolute;
    top: 0;
    left: 0; }
    #head #headInner #title h1 {
      float: left;
      width: fit-content;
      margin: 0 20px 0 0;
      font-size: 24px;
      font-weight: 700; }
    #head #headInner #title div {
      float: left;
      width: fit-content;
      padding: 2px 10px;
      border-radius: 5px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff;
      background: #c80000; }
      #head #headInner #title div#new {
        margin: 0 15px 0 0;
        background: #0082e6; }
      #head #headInner #title div#getting {
        margin: 0 15px 0 0;
        background: orange; }
      #head #headInner #title div#ready {
        margin: 0 15px 0 0;
        background: green; }
      #head #headInner #title div#cancel {
        margin: 0 15px 0 0;
        background: black; }
      #head #headInner #title div#fini {
        margin: 0 15px 0 0;
        background: gray; }
  #head #headInner #btn {
    position: absolute;
    top: 0;
    right: 0; }
    #head #headInner #btn a {
      float: right;
      display: block;
      width: fit-content;
      padding: 5px 20px;
      border-radius: 5px;
      color: #fff;
      background: orange; }
      #head #headInner #btn a:visited, #head #headInner #btn a:link {
        color: #fff; }
      #head #headInner #btn a:hover {
        opacity: 0.5; }
    #head #headInner #btn #printBtn {
      float: right;
      width: fit-content;
      padding: 5px 20px;
      border: none;
      border-radius: 5px;
      margin: 0 0 0 20px;
      font-size: 16px;
      color: #fff;
      background: #003c78;
      cursor: pointer; }
      #head #headInner #btn #printBtn:hover {
        background: #0082e6; }
    #head #headInner #btn form {
      float: right;
      width: fit-content;
      margin: 0 0 0 20px; }
      #head #headInner #btn form #cancel {
        padding: 5px 20px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        background: #003c78;
        cursor: pointer;
        background: #c80000; }
        #head #headInner #btn form #cancel:hover {
          opacity: 0.5; }

#orderDetail h1 {
  width: fit-content;
  padding: 50px 0 5px;
  border-bottom: 2px solid #0082e6;
  margin: 0 auto;
  font-size: 28px; }
#orderDetail #detail {
  padding: 100px 20px 50px; }
  #orderDetail #detail ul li {
    margin: 0 0 10px;
    overflow: hidden;
    background: none !important; }
    #orderDetail #detail ul li .sepa2 {
      overflow: hidden; }
      #orderDetail #detail ul li .sepa2 p {
        position: relative;
        float: left; }
        #orderDetail #detail ul li .sepa2 p:first-of-type {
          width: 110px;
          padding: 5px 0;
          border-radius: 2px;
          margin: 0 15px 0 0;
          text-align: center;
          font-size: 14px;
          color: #fff;
          background: #464646; }
        #orderDetail #detail ul li .sepa2 p:nth-of-type(2) {
          padding: 5px 0; }
        #orderDetail #detail ul li .sepa2 p span {
          color: red; }
        #orderDetail #detail ul li .sepa2 p.cancel {
          background: red; }
        #orderDetail #detail ul li .sepa2 p.add {
          background: green; }
    #orderDetail #detail ul li #info tr td:first-of-type, #orderDetail #detail ul li #info tr td:nth-of-type(3) {
      padding: 10px 15px 10px 0; }
      #orderDetail #detail ul li #info tr td:first-of-type p, #orderDetail #detail ul li #info tr td:nth-of-type(3) p {
        width: 95px;
        padding: 5px 0;
        border-radius: 2px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #464646; }
    #orderDetail #detail ul li #info tr td:nth-of-type(2) {
      padding: 10px 40px 10px 0; }
    #orderDetail #detail ul li #info tr td:last-of-type {
      padding: 10px 0; }
    #orderDetail #detail ul li #info tr td span {
      color: red; }
    #orderDetail #detail ul li #order {
      width: 100%; }
      #orderDetail #detail ul li #order tr {
        border-bottom: 1px solid #000; }
        #orderDetail #detail ul li #order tr.fontHide {
          font-size: 0; }
        #orderDetail #detail ul li #order tr td {
          display: block;
          width: 100%;
          padding: 10px 0 5px; }
          #orderDetail #detail ul li #order tr td:nth-of-type(2), #orderDetail #detail ul li #order tr td:nth-of-type(3), #orderDetail #detail ul li #order tr td:nth-of-type(4) {
            padding: 5px 0 5px 120px; }
          #orderDetail #detail ul li #order tr td:last-of-type {
            padding: 5px 0 10px 120px; }
          #orderDetail #detail ul li #order tr td span {
            color: red; }
            #orderDetail #detail ul li #order tr td span.cancel {
              display: block;
              color: #fff;
              background: red; }
          #orderDetail #detail ul li #order tr td .black {
            color: #000; }
    #orderDetail #detail ul li #menu tr td {
      padding: 10px 0; }
      #orderDetail #detail ul li #menu tr td p {
        width: 95px;
        padding: 5px 0;
        border-radius: 2px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #464646; }
      #orderDetail #detail ul li #menu tr td:not(#orderDetail #detail ul li #menu tr td:first-of-type) {
        padding: 10px 15px; }
      #orderDetail #detail ul li #menu tr td span {
        color: red; }
    #orderDetail #detail ul li #option tr td#optionCon {
      padding: 10px 0;
      vertical-align: top; }
      #orderDetail #detail ul li #option tr td#optionCon p {
        width: 95px;
        padding: 5px 0;
        border-radius: 2px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #464646; }
    #orderDetail #detail ul li #option tr td.subHead {
      padding: 10px 5px 10px 15px; }
      #orderDetail #detail ul li #option tr td.subHead p {
        padding: 2px 5px;
        border: 1px solid #000;
        text-align: center; }
    #orderDetail #detail ul li #option tr td span {
      color: red; }
#orderDetail #btn {
  width: 600px;
  margin: 20px auto 80px;
  overflow: hidden; }
  #orderDetail #btn div {
    float: left;
    width: 50%; }
    #orderDetail #btn div button {
      display: block;
      width: 200px;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      margin: 0 auto;
      text-align: center;
      font-size: 20px;
      color: #fff;
      background: #464646;
      cursor: pointer; }
      #orderDetail #btn div button:hover {
        background: #969696; }
    #orderDetail #btn div form button {
      background: #0082e6; }
      #orderDetail #btn div form button:hover {
        background: #AAD2FA; }

#completion {
  padding: 100px 20px; }
  #completion h1 {
    width: fit-content;
    padding: 0 0 5px;
    border-bottom: 4px solid #0082e6;
    margin: 0 auto;
    font-size: 28px; }
  #completion div {
    text-align: center; }
    #completion div p {
      margin: 40px 0 30px;
      font-size: 20px; }
    #completion div a {
      text-decoration: underline;
      color: #000; }
      #completion div a:visited, #completion div a:link {
        color: #000; }
      #completion div a:hover {
        color: #003c78; }

@media print {
  @page {
    margin: 0mm 5mm;
    size: A4 portrait; }
  .onPrint {
    display: block !important; }

  .noPrint {
    display: none !important; }

  #detail {
    transform: scale(1);
    padding: 0 !important;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px; }
    #detail ul li {
      overflow: visible; }
      #detail ul li#FAXinfo div:first-of-type {
        float: left;
        font-size: 40px; }
      #detail ul li#FAXinfo div:last-of-type {
        float: right; }
        #detail ul li#FAXinfo div:last-of-type p {
          border-bottom: 1px solid #000; }
          #detail ul li#FAXinfo div:last-of-type p:first-of-type {
            border-bottom: none;
            margin: 0 0 15px; }
      #detail ul li .sepa2 {
        overflow: visible; }
        #detail ul li .sepa2 p:nth-of-type(2) {
          float: none;
          padding: 0; }
      #detail ul li#title p {
        width: 100%;
        margin: 50px 0 0;
        text-align: center;
        font-size: 50px; }
      #detail ul li#subject p {
        width: 100%;
        text-align: center;
        font-size: 34px; }
      #detail ul li#annotation {
        text-align: center; }
      #detail ul li #info {
        width: 100%; }
        #detail ul li #info tr td {
          border: 1px solid #000; }
          #detail ul li #info tr td:first-of-type, #detail ul li #info tr td:nth-of-type(3) {
            width: 120px !important;
            padding: 5px !important; }
            #detail ul li #info tr td:first-of-type p, #detail ul li #info tr td:nth-of-type(3) p {
              width: 100% !important;
              padding: 0;
              font-size: 24px !important;
              color: #000 !important;
              background: none; }
          #detail ul li #info tr td:nth-of-type(2) {
            padding: 5px !important; }
          #detail ul li #info tr td:nth-of-type(3) {
            min-width: 150px; }
          #detail ul li #info tr td:last-of-type {
            padding: 5px !important; }
      #detail ul li #order {
        width: 100% !important;
        margin: 20px 0 0; }
        #detail ul li #order tr.fontHide {
          font-size: 24px !important; }
        #detail ul li #order tr th {
          display: table-cell !important;
          padding: 1px 5px !important;
          border: 1px solid #000;
          text-align: center; }
        #detail ul li #order tr td {
          display: table-cell !important;
          width: auto !important;
          padding: 2px 5px;
          border: 1px solid #000; }
          #detail ul li #order tr td:nth-of-type(1), #detail ul li #order tr td:nth-of-type(2), #detail ul li #order tr td:nth-of-type(3), #detail ul li #order tr td:nth-of-type(4) {
            padding: 1px 5px !important; }
          #detail ul li #order tr td:last-of-type {
            padding: 1px 5px !important;
            text-align: center; }
          #detail ul li #order tr td:nth-of-type(1) {
            width: 14% !important; }
          #detail ul li #order tr td.noPrint {
            display: none !important; }
      #detail ul li #menu {
        width: 100%; }
        #detail ul li #menu tr td {
          padding: 1px 5px !important;
          border: 1px solid #000; }
          #detail ul li #menu tr td p {
            width: 100% !important;
            padding: 0 !important;
            text-align: left !important;
            font-size: 24px !important;
            color: #000 !important;
            background: none !important; }
          #detail ul li #menu tr td:not(#detail ul li #menu tr td:first-of-type) {
            padding: 1px 5px !important; }
          #detail ul li #menu tr td:first-of-type {
            width: 14% !important; }
      #detail ul li #option {
        width: 100%; }
        #detail ul li #option tr td {
          padding: 1px 5px !important;
          border: 1px solid #000; }
          #detail ul li #option tr td#optionCon {
            width: 14% !important;
            padding: 5px !important;
            vertical-align: middle !important; }
            #detail ul li #option tr td#optionCon p {
              width: 100% !important;
              padding: 0 !important;
              text-align: left !important;
              font-size: 24px !important;
              color: #000 !important;
              background: none; }
          #detail ul li #option tr td.subHead {
            padding: 1px 5px !important; }
            #detail ul li #option tr td.subHead p {
              padding: 0 !important;
              border: none !important;
              text-align: center; } }
footer {
  padding: 30px 0 10px;
  background: #ebebeb;
  overflow: hidden; }
  footer #charge {
    float: right;
    margin: 0 20px; }
    footer #charge ul li {
      font-size: 14px; }
      footer #charge ul li a {
        text-decoration: underline;
        color: #0082e6; }
        footer #charge ul li a:visited, footer #charge ul li a:link {
          color: #0082e6; }
        footer #charge ul li a:hover {
          color: #003c78; }
      footer #charge ul li:first-of-type {
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 700; }
      footer #charge ul li:nth-of-type(4) {
        margin: 10px 0 0; }
      footer #charge ul li:nth-of-type(6) {
        margin: 10px 0 0; }
        footer #charge ul li:nth-of-type(6) a {
          text-decoration: none;
          color: #000; }
          footer #charge ul li:nth-of-type(6) a:visited, footer #charge ul li:nth-of-type(6) a:link {
            color: #000; }
          footer #charge ul li:nth-of-type(6) a:hover {
            color: #000; }
  footer #ver {
    width: 100%;
    text-align: center;
    font-size: 12px;
    overflow: hidden; }

@media screen and (max-width: 480px) {
  main {
    min-width: 100%; }

  .pcNone {
    display: block; }

  .spNone {
    display: none; }

  #contentsWrapper {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    min-width: 100vw;
    margin: 0;
    transition: left 0.7s; }

  .box {
    max-width: 100%; }

  body #form {
    padding: 0 10px; }
    body #form dt {
      float: none;
      width: 100%;
      padding: 0 0 0 10px;
      border-left: 4px solid #0082e6;
      margin: 10px 0;
      text-align: left; }
      body #form dt .required {
        position: relative; }
        body #form dt .required::after {
          top: 1px;
          left: calc(100% + 10px);
          width: 40px;
          padding: 2px 0;
          text-align: center; }
    body #form dd {
      float: none;
      width: 100%;
      padding: 0 0 0 10px;
      margin: 0 0 20px; }
      body #form dd.separate p {
        float: left;
        width: 40px;
        padding: 0;
        text-align: center; }
      body #form dd.separate input {
        float: left;
        width: calc((100% - 80px) / 2); }
      body #form dd#dtBtn {
        margin: 0 0 50px; }
        body #form dd#dtBtn p {
          margin-left: 0; }
      body #form dd.cancelCheck p {
        width: calc(100% - 153px) !important;
        padding: 0;
        font-size: 14px; }

  #login .box {
    margin: 100px auto 0; }
    #login .box dl {
      max-width: 100%;
      padding: 0 10px;
      margin: 30px auto 0; }
      #login .box dl dt {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left; }
      #login .box dl dd {
        float: none;
        width: 100%;
        width: 100%;
        padding: 10px 0; }

  header {
    height: 60px;
    transition: left 0.7s; }
    header #logo {
      position: absolute;
      top: calc((100% - 24px) / 2); }
    header nav {
      position: fixed;
      top: 0;
      left: 100%;
      width: 85vw;
      height: 100vh;
      background: #0082e6;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover;
      transition: 0.7s; }
      header nav #nav {
        width: 100%;
        padding: 20px;
        margin: 0; }
        header nav #nav li {
          display: block;
          padding: 5px 10px;
          border-bottom: 1px solid #fff;
          margin: 0 0 10px 0;
          text-align: center; }
          header nav #nav li.mainMenu {
            padding: 0 0 5px;
            border-bottom: none; }
            header nav #nav li.mainMenu p {
              padding: 0 0 5px;
              border-bottom: 1px solid #fff; }
          header nav #nav li .pcNone {
            display: block !important; }
          header nav #nav li ul {
            position: static;
            width: 100%; }
            header nav #nav li ul li {
              width: 100%;
              border-bottom: none;
              margin: 0;
              text-align: center;
              background: none; }
              header nav #nav li ul li a {
                padding: 5px 0 10px; }
              header nav #nav li ul li:hover {
                background: orange; }
                header nav #nav li ul li:hover a {
                  color: #fff; }
    header #loginUser {
      top: 10px;
      right: 60px; }
      header #loginUser p {
        margin: 0 0 3px; }
    header #spMenu {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      display: block !important; }
      header #spMenu div {
        position: absolute;
        top: 16px;
        left: 13px;
        width: 34px;
        height: 28px;
        overflow: hidden; }
        header #spMenu div span {
          position: absolute;
          top: 0;
          left: 0;
          width: 34px;
          height: 3px;
          border-radius: 10px;
          background: #fff;
          transition: 0.7s;
          transform-origin: left top; }
        header #spMenu div span:nth-child(2) {
          top: 12.5px; }
        header #spMenu div span:last-child {
          top: 25px;
          transform-origin: left bottom; }

  #indexMenu {
    padding: 40px 10px; }
    #indexMenu #newOrder {
      text-align: center; }
      #indexMenu #newOrder a {
        padding: 5px 100px; }
    #indexMenu .orderList {
      margin: 40px 0 0; }
      #indexMenu .orderList table {
        width: 100%; }
        #indexMenu .orderList table tr:first-of-type {
          display: none !important; }
        #indexMenu .orderList table tr td {
          border-bottom: none; }
          #indexMenu .orderList table tr td div {
            padding: 3px 0;
            border-radius: 3px;
            color: #fff; }
            #indexMenu .orderList table tr td div.new {
              background: #c80000; }
            #indexMenu .orderList table tr td div.getting {
              background: orange; }
            #indexMenu .orderList table tr td div.ready {
              background: green; }
            #indexMenu .orderList table tr td div.cancel {
              background: black; }
            #indexMenu .orderList table tr td div.fini {
              background: gray; }
        #indexMenu .orderList table tr td {
          display: inline-block; }
          #indexMenu .orderList table tr td:first-of-type {
            width: 5%;
            min-height: 45px;
            font-size: 16px; }
          #indexMenu .orderList table tr td:nth-of-type(2) {
            width: 45%;
            padding: 8px 10px; }
          #indexMenu .orderList table tr td:nth-of-type(3), #indexMenu .orderList table tr td:nth-of-type(4), #indexMenu .orderList table tr td:nth-of-type(5) {
            width: 50%; }
          #indexMenu .orderList table tr td:last-of-type {
            width: 100%;
            border-bottom: 3px solid #969696;
            margin: 0 0 40px; }

  #makeData {
    margin: 40px 0; }
    #makeData h1 {
      padding: 0 0 5px;
      margin: 0 auto 30px; }

  #myData {
    padding: 50px 10px; }

  #list {
    padding: 0 10px 40px; }
    #list h1 {
      margin: 30px auto 40px; }
    #list table tr th {
      display: none; }
    #list table tr td {
      display: block;
      width: 100%;
      padding: 10px 0; }
      #list table tr td:first-of-type {
        padding: 50px 0 0; }
      #list table tr td form .offBtn, #list table tr td form .onBtn {
        width: 100%; }
      #list table tr td.btn {
        width: 100%; }

  #makeOrder {
    padding: 40px 0;
    margin: 40px auto; }
    #makeOrder #h1 h1 {
      width: calc(100% - 20px);
      padding: 0 0 5px;
      margin: 0 auto 20px; }
    #makeOrder #h1 #listOpen {
      top: 0;
      right: 10px;
      width: 150px;
      padding: 8px 0 10px;
      font-size: 14px; }
    #makeOrder dl dd {
      padding: 0; }
      #makeOrder dl dd.selectText {
        overflow: hidden; }
        #makeOrder dl dd.selectText .selectBtn {
          float: left;
          width: 50px;
          font-size: 14px;
          text-align: left; }
          #makeOrder dl dd.selectText .selectBtn p {
            padding: 4px 0;
            text-align: center; }
        #makeOrder dl dd.selectText .input {
          float: right;
          width: calc(100% - 55px); }
        #makeOrder dl dd.selectText .insert {
          padding: 10px; }

  #head {
    top: 60px;
    left: 0;
    height: 76px;
    padding: 10px; }
    #head #headInner #title {
      top: 0; }
      #head #headInner #title h1 {
        float: none;
        font-size: 20px; }
      #head #headInner #title div {
        float: left;
        padding: 2px 8px;
        font-size: 14px;
        margin: 10px 0 0; }
        #head #headInner #title div#new, #head #headInner #title div#getting, #head #headInner #title div#ready, #head #headInner #title div#now, #head #headInner #title div#cancel, #head #headInner #title div#fini {
          margin: 10px 5px 0 0; }
    #head #headInner #btn {
      top: 0; }
      #head #headInner #btn a {
        padding: 5px 8px; }
      #head #headInner #btn #printBtn {
        margin: 0 0 0 5px; }
      #head #headInner #btn form {
        margin: 0 0 0 5px; }
      #head #headInner #btn button {
        padding: 5px !important; }

  #orderDetail #detail {
    padding: 90px 10px 30px; }
    #orderDetail #detail ul li {
      margin: 30px 0 0; }
      #orderDetail #detail ul li .sepa2 p {
        float: none; }
        #orderDetail #detail ul li .sepa2 p:first-of-type {
          float: none;
          width: 100%;
          padding: 5px 0;
          margin: 0;
          font-size: 16px;
          color: #fff;
          background: #969696; }
        #orderDetail #detail ul li .sepa2 p:last-of-type {
          float: none;
          padding: 5px 0;
          text-align: center; }
      #orderDetail #detail ul li #info {
        width: 100%; }
        #orderDetail #detail ul li #info tr td {
          display: block;
          width: 100%; }
          #orderDetail #detail ul li #info tr td:first-of-type, #orderDetail #detail ul li #info tr td:nth-of-type(3) {
            padding: 5px 0 !important;
            background: #969696; }
            #orderDetail #detail ul li #info tr td:first-of-type p, #orderDetail #detail ul li #info tr td:nth-of-type(3) p {
              width: 100%;
              padding: 0;
              font-size: 14px;
              color: #fff;
              background: none; }
          #orderDetail #detail ul li #info tr td:nth-of-type(2) {
            padding: 5px 0;
            text-align: center; }
          #orderDetail #detail ul li #info tr td:last-of-type {
            padding: 5px 0;
            text-align: center; }
      #orderDetail #detail ul li #order {
        width: 100%; }
        #orderDetail #detail ul li #order tr {
          border-bottom: none; }
          #orderDetail #detail ul li #order tr td {
            display: block;
            width: 100%;
            padding: 5px 0;
            text-align: center; }
            #orderDetail #detail ul li #order tr td:nth-of-type(2), #orderDetail #detail ul li #order tr td:nth-of-type(3), #orderDetail #detail ul li #order tr td:nth-of-type(4) {
              padding: 5px 0; }
            #orderDetail #detail ul li #order tr td:last-of-type {
              padding: 5px 0; }
      #orderDetail #detail ul li #menu {
        width: 100%;
        margin: 20px 0 10px; }
        #orderDetail #detail ul li #menu tr td {
          width: 100%;
          display: block;
          text-align: center;
          padding: 5px 0; }
          #orderDetail #detail ul li #menu tr td:first-of-type {
            background: #969696; }
          #orderDetail #detail ul li #menu tr td p {
            width: 100%;
            padding: 0;
            font-size: 14px;
            color: #fff;
            background: none; }
          #orderDetail #detail ul li #menu tr td:not(#orderDetail #detail ul li #menu tr td:first-of-type) {
            padding: 5px 0; }
      #orderDetail #detail ul li #option {
        width: 100%; }
        #orderDetail #detail ul li #option tr td {
          display: block;
          width: 100%;
          text-align: center; }
          #orderDetail #detail ul li #option tr td#optionCon {
            display: none !important; }
          #orderDetail #detail ul li #option tr td.subHead {
            padding: 5px 0; }
  #orderDetail #btn {
    width: 100%;
    margin: 10px auto 50px; }
    #orderDetail #btn div {
      float: left;
      width: 50%; }
      #orderDetail #btn div button {
        width: 90%;
        padding: 8px 10px; }

  footer {
    padding: 20px 0 10px; }
    footer #charge {
      float: none;
      padding: 0 10px;
      margin: 0 auto; }
    footer #ver {
      margin: 20px 0 0; } }
