@charset "UTF-8";
/* _setting CSS */

.mt5 { margin-top: 5px; }
.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px; }
.w80p { width: 80%; }
.w100p { width: 100%; }
.w100 { width: 100px; }
.w300 { width: 300px; }

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.d-block {
  display: block;
}
.scroll_func {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(50px);
}
.scroll_func.scroll_on {
  opacity: 1;
  transform: translateY(0);
}

.scroll_func_y0 {
  transform: translateY(0);
}
.scroll_func_y0.scroll_on {
  transform: translateY(0);
}

.color_default {
  color: #3c3c3c;
}

#err {
  border: 1px solid red;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 30px auto;
}
#err-title {
  color: crimson;
  font-size: 1.75rem;
  font-weight: 700;
}
#err .attention {
  padding-left: 1px;
}

.attention {
  color: #e70607;
}

a {
  text-decoration: none;
}
.t_center_pc {
  text-align: center;
}

.top_link {
  text-align: right;
}
.top_link li {
  display: inline-block;
}
.top_link li.on a {
  color: #3c3c3c;
  text-decoration: underline;
}

/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  body, html {
    min-width: 1220px;
    min-height: 100%;
  }
  .history-box {
    /* position: absolute; */
    width: 100vw !important;
    /* left: 160px; */
  }
}
@media screen and (min-width: 751px) and (min-width: 1141px) {
  body, html {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  .small {
    font-size: 1.4rem;
  }

  .common_wrap1 {
    position: relative;
    margin: 0 auto;
  }

  .common_wrap2 {
    position: relative;
    width: 860px;
    margin: 0 auto;
  }

  .common_wrap3 {
    position: relative;
    width: 860px;
    margin: 0 auto;
  }

  .common_hd1 {
    position: relative;
    margin: 0 0 60px;
    font-size: 2.8rem;
    text-align: center;
  }
  .common_hd1:after {
    content: '';
    display: block;
    width: 31px;
    height: 20px;
    background: url(../images/common/deco2.png) no-repeat;
    background-size: 100%;
    margin: 10px auto 0;
  }
  .common_hd1 .small {
    font-size: 1.7rem;
  }

  .common_btn1 {
    text-align: center;
  }
  .common_btn1 a,
  .common_btn1 span {
    display: inline-block;
    min-width: 270px;
    padding: 16px 20px;
    border: 1px solid #000;
    transition: 0.3s;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
  }
  .common_btn1 a:before,
  .common_btn1 span:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
  }
  .common_btn1 a:hover,
  .common_btn1 span:hover {
    opacity: 0.7;
  }

  .common_btn_center {
    margin: 0 auto;
  }

  .common_search_wrap1 {
    position: relative;
    margin: 0 20px 0 0;
  }
  .common_search_wrap1 input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 10px;
    border: 3px solid #000;
    border-radius: 30px;
    outline: none;
  }
  .common_search_wrap1 button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    padding: 30px 0 0;
    background: url(../images/common/icon_search1.png) no-repeat 4px 5px;
    background-size: 18px;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  #header {
    position: relative;
    z-index: 1000;
    background-color: #01AFDD;
  }
  #header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1020px;
    height: 80px;
  }




  #header .inner #nav_open {
    order: 4;
    /* position: relative; */
    position: absolute;
    top: 20px;
    left: 83%;
    /* width: 5vw; */
    width: 80px;
    /* height: 5vw; */
    height: 80px;
    /* margin: 5vw 0 0; */
    margin: 0;
    /* border-radius: 2vw; */
    /* background: #cf1516; */
  }
  #header .inner #nav_open span, #header .inner #nav_open:before, #header .inner #nav_open:after {
    content: '';
    position: absolute;
    top: 30%;
    width: 66%;
    padding: 8% 0 0;
    /* margin: -4% 0 0 -33%; */
    margin: -4% 0 0 -23%;
    background: #fff;
    transition: 0.3s;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #header .inner #nav_open:before {
    margin-top: -27%;
  }
  #header .inner #nav_open:after {
    margin-top: 19%;
  }
  #header .inner #nav_open.on span {
    opacity: 0;
  }
  #header .inner #nav_open.on:before {
    margin-top: -4%;
    transform: rotate(45deg);
  }
  #header .inner #nav_open.on:after {
    margin-top: -4%;
    transform: rotate(-45deg);
  }
  #nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: auto;
    z-index: 500;
    /* width: 100%; */
    width: 100%;
    height: 100vh;
    /* padding: 25.73333vw 0 0; */
    background: #10B6D7;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    margin: 0 auto;
  }
  #nav.on {
    opacity: 1;
    pointer-events: auto;
  }
  #nav > ul {
    border-top: 1px solid #fff;
    overflow-y: auto;
    height: 100%;
    margin-top: 11.533333vh;
  }
  #nav > ul > li {
    border-bottom: 1px solid #fff;
  }
  #nav > ul > li > a,
  #nav > ul > li > span {
    position: relative;
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-size: 2.3vw;
    /* font-size: 2.5rem; */
    font-weight: bold;
    text-decoration: none;
  }
  #nav > ul > li > span {
    padding-right: 16vw;
  }
  #nav > ul > li > span .c_li_open {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 4vw;
    padding: 4vw 0 0;
    border-radius: 1vw;
    background: #fff;
    transform: translateY(-50%);
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #nav > ul > li > span .c_li_open:before, #nav > ul > li > span .c_li_open:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 8%;
    background: #000;
    /* background: orange; */
    transform: translate(-50%);
  }
  #nav > ul > li > span .c_li_open:after {
    transform: translate(-50%) rotate(90deg);
  }
  #nav > ul > li > span.on .c_li_open:after {
    display: none;
  }
  #nav > ul > li ul {
    display: none;
    border-top: 1px dotted #fff;
    /* padding: 5.33333vw 4vw 2.66667vw 8vw; */
    padding: 3.33333vw 2vw 0.66667vw 5vw;
  }
  #nav > ul > li ul li {
    margin: 0 0 1.66667vw;
  }
  #nav > ul > li ul li a {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
    padding: 0 0 0 4vw;
    color: #fff;
    /* font-size: 4.26667vw; */
    font-size: 2vw;
    text-decoration: none;
  }
  #nav > ul > li ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 1.5vw;
    height: 1.5vw;
    margin: -4px 0 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translateY(-10%);
  }
  #nav > ul > li ul.on {
    display: block;
  }

  


  #header .header_right {
    display: flex;
    align-items: center;
  }
  #header .logo-s {
    margin-top: -24px;
    margin-left: 120px;
    width: 90px;
  }
  #header .home-s {
    width: 180px;
    z-index: 777;
  }
  #header h1 {
    font-size: 3rem;
    font-weight: bold;
  }
  #header h1 a {
    color: #333;
    text-decoration: none;
  }
  #header h2 {
    color: yellow;
    font-size: 3rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 20px;
    /* left: 46%; */
    /* margin-left: -20%; */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
  }
  #header #login_user {
    display: block;
    width: 100%;
    /* text-align: right; */
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
  #header .deliv_text {
    display: flex;
    align-items: center;
    position: absolute;
    top: -20px;
    right: 20px;
    line-height: 20px;
    font-size: 1rem;
  }
  #header .deliv_text .coloer_red {
    color: #e70607;
  }
  #header .deliv_text:before {
    content: '';
    width: 18px;
    height: 12px;
    margin: 0 3px 0 0;
    background: url(../images/common/icon_truck1.png) no-repeat;
    background-size: 100%;
  }
  #header ul {
    display: flex;
    align-items: center;
  }
  #header ul li {
    margin: 0 20px 0 0;
  }
  #header ul li a {
    display: flex;
    align-items: center;
    transition: 0.3s;
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
  }
  #header ul li a:before {
    content: '';
    width: 22px;
    height: 22px;
    margin: 0 8px 0 0;
    background: url(../images/common/icon_i1.png);
  }
  #header ul li a:hover {
    opacity: 0.7;
  }
  #header ul .h_nav2 a:before {
    background: url(../images/common/icon_figure1.png);
  }
  #header ul .h_nav3 a:before {
    background: url(../images/common/icon_padlock1.png);
  }
  #header ul .h_nav4 {
    margin: 0;
  }
  #header ul .h_nav4 a {
    justify-content: center;
    width: 180px;
    height: 40px;
    border-radius: 40px;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #header ul .h_nav4 a:before {
    background: url(../images/common/cart.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  #main {
    margin: 10px 0;
  }
  #main h3 {
    color: orange;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
  }
  .fa-chevron-circle-left {
    color: orange;
    font-size: 2.3rem;
  }
  .back-link {
    color: #666;
    padding-left: 3px;
  }
  .top-btns {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 15px auto; 
    width: 860px;
    height: 42px;
  }
  .back-btn {
    /* width: 860px;
    margin: 15px auto 0; */
    /* padding-left: 50px; */
    /* margin-top: 5px; */
    text-align: left;
  }
  .back-text {
    color: #666;
    margin-left: 3px;
  }
  .history-btn {
    color: #fff;
    /* margin-top: 5px; */
  }
  .history-btn a {
    /* background-color: #0081B9; */
    color: #fff;
    display: block;
    padding: 10px;
    width: 100%;
    line-height: 1em;
  }
  i.fa-history {
    font-size: 2.2rem !important;
  }
  .history-btn .history-text {
    font-size: 2.2rem !important;
    padding-left: 2px;
  }
  .receive-history-btn {
    background-color: #0081B9;
  }
  .ship-history-btn {
    background-color: #089080;
  }
  .inventory-history-btn {
    background-color: #B10783;
  }
  .unregistered-history-btn {
    background-color: #EB6077;
  }
  .history-btn a:hover {
    color: yellow !important;
    cursor: pointer;
    -webkit-filter: brightness(.95);
    -moz-filter: brightness(.95);
    -o-filter: brightness(.95);
    -ms-filter: brightness(.95);
    filter: brightness(.95);  
  }
  .m-form-text {
    height: 2.4em;
    /* width: 100%; */
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 10px 5px;
  }
  .m-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  .input-num {
    width: 60px;
    text-align: right;
  }
  .block-title {
    color: #000080;
    font-size: 1.75rem;
    font-weight: 600;
  }
  .block-title2 {
    color: #01AFDD;
    font-size: 1.54rem;
    font-weight: 600;
    text-align: left;
  }
  .p-inline {
    display: inline-block;
    color: #000;
    font-weight: 500;
  }  
  .block-span {
    color: #000;
    font-weight: 500;
  }
  .ship-items {
    margin-top: 15px;
  }
  .ship-item {
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
  }
  .line-title {
    display: inline-block;
    width: 100px;
    text-align: right;
  }
  .sel-type {
    width: 860px;
    margin: 0 auto;
    text-align: left;
  }  
  #menu-btn {
    width: 860px;
    margin: 0 auto;
  }
  #menu-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #menu-btn ul .li-shift,
  #menu-btn ul .li-disposal,
  #menu-btn ul .li-inventory-input,
  #menu-btn ul .li-inventory-report
  {
    margin: 15px;
    width: 470px;
    height: 220px;
  }
  #menu-btn ul .li-shift img,
  #menu-btn ul .li-disposal img,
  #menu-btn ul .li-inventory-input img,
  #menu-btn ul .li-inventory-report img
  {
    width: 470px;
  }
  #menu-btn ul .li-pricecard,
  #menu-btn ul .li-ship-transfer,
  #menu-btn ul .li-inventory-history,
  #menu-btn ul .li-inventory-report-history
  {
    margin: 15px;
    width: 220px;
    height: 225px;
  }
  #menu-btn ul .li-pricecard img,
  #menu-btn ul .li-ship-transfer img,
  #menu-btn ul .li-inventory-history img,
  #menu-btn ul .li-inventory-report-history img
  {
    height: 226px;
  }
  #menu-btn ul .li-receive,
  #menu-btn ul .li-ship,
  #menu-btn ul .li-inventory,
  #menu-btn ul .li-ship-history,
  #menu-btn ul .li-move-vm,
  #menu-btn ul .li-disposal-vm
  {
    margin: 15px;
    width: 220px;
    height: 220px;
  }
  #menu-btn ul .li-receive img,
  #menu-btn ul .li-ship img,
  #menu-btn ul .li-inventory img,
  #menu-btn ul .li-ship-history img,
  #menu-btn ul .li-move-vm img,
  #menu-btn ul .li-disposal-vm img
  {
    height: 100%;
  }
  #menu-btn ul .li-normal-receive {
    margin: 15px;
    width: 718px;
    /* height: 220px; */
  }
  #menu-btn ul .li-normal-receive img {
    width: 100%;
  }
  #menu-btn ul .li-receive-history,
  #menu-btn ul .li-back-vm,
  #menu-btn ul .li-receive-transfer {
    margin: 15px;
    width: 220px;
    height: 220px;
  }
  #menu-btn ul .li-receive-history img,
  #menu-btn ul .li-back-vm img,
  #menu-btn ul .li-receive-transfer img {
    height: 100%;
  }

  /* #menu-btn ul li p {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
  } */
  table#history {
    border-collapse: collapse;
    border: solid 2px #01AFDD;/*表全体を線で囲う*/
    width: 860px;
  }
  table#history th, table#history td {
    border: dashed 1px #666;/**/
    padding: 5px;
    /*破線 1px オレンジ*/
  }
  table#history th {
    text-align: center;
    color: yellow;/*文字色*/
    background: #01AFDD;/*背景色*/
    font-weight: 600;
  }
  .search_result {
    font-size: 1.65rem;
    font-weight: 600;
    text-align: right;
    width: 860px;
  }
  .pager-box {
    width: 860px;
    margin: 25px 0;
  }
  .delete-message-box {
    background-color: #ffb6c1;
      border: 2px dotted red;
      font-size: 1.54rem;
      margin: 10px auto;
      width: 860px;
  }
  .delete-massage {
    padding: 5px;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
  }

  /* table#history {
    width: 500px;
  }
  table#history th {
    width: 180px;
  } */

  .attention-box {
    background: #ffe6ea;
    border: 2px solid lightpink;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    color: #000;
    letter-spacing: 0.02em;
  }
  p.attn-title {
    font-size: 1.4em;
    padding: 0;
    text-align: center;
  }
  .attention-box .attn-str {
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    padding: 0;
  }

  table#history-detail {
    border-collapse: collapse;
    border: solid 2px #01AFDD;/*表全体を線で囲う*/
    width: 860px;
  }
  table#history-detail th, table#history-detail td {
    border: dashed 1px #666;/**/
    padding: 5px;
    /*破線 1px オレンジ*/
  }
  table#history-detail th {
    text-align: center;
    color: yellow;/*文字色*/
    background: #01AFDD;/*背景色*/
    font-weight: 600;
  }
  table#history-detail th.th-0, table#history-detail td.td-0 {
    width: 60px;
    text-align: center;
  }
  table#history-detail th.th-1, table#history-detail td.td-1 {
    width: 150px;
    text-align: center;
  }
  table#history-detail th.th-2, table#history-detail td.td-2 {
    width: 300px;
  }
  table#history-detail th.th-3, table#history-detail td.td-3 {
    width: 50px;
  }
  table#history-detail td.td-3 {
    text-align: center;
  }
  table#history-detail th.th-4, table#history-detail td.td-4 {
    width: 50px;
  }
  .action-btns {
    width: 860px;
    text-align: right;
  }
  a.update-btn {
    background-color: #4169e1;
    color: #fff;
    padding: 10px;
    margin: 0 0 5px 0;
    border-radius: 16px;
    cursor: pointer;
  }
  a.update-btn:hover {
    background-color: #41abe0;
  }
  a.delete-all-btn {
    display: inline-block;
    background-color: #dc143c;
    color: #fff;
    padding: 5px 8px;
    border-radius: 12px;
    cursor: pointer;
    width: 110px;
    text-align: center;
  }
  a.delete-btn {
    display: inline-block;
    background-color: #dc143c;
    color: #fff;
    padding: 5px 8px;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  a.delete-all-btn:hover, a.delete-btn:hover {
    background-color: #ff4d70;
  }
  .delete_attention {
    text-align: right;
  }
  .worktime-attention {
    font-size: 1.25rem;
    /* padding: 0; */
    margin-left: 17px;
    margin-top: -5px;
  }
  .memo {
    height: 100px;
    width: 300px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .input_time {
    color: #666;
  }

  #main #sec1 {
    width: 860px;
    margin: 0 auto;
    padding-top: 15px;
  }
  #main #sec1 .info ul {
    background-color: #e6f9ff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    /* overflow-y: scroll; */
  }
  #main #sec1 .info li {
    border-bottom: 1px dashed #666;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #main #sec1 .info li a {
    color: #666;
  }
  #main #sec1 .info li span.badge-new {
    background: crimson;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2px 5px;    
  }
  #main #sec1 .info li .info-date {
    font-size: 1.6rem;
    font-weight: 550;
  }
  #main #sec1 .info li .info-title {
    font-size: 1.6rem;
    font-weight: 550;
  }
  #main #sec1 .info li .text_warp {
    font-size: 1.54rem;
    font-weight: 500;
  }
  #main #sec1 .detail-info {
    width: 720px;
  }
  #main #sec1 h3.info-title {
    border-bottom: 1px dashed #666;
    color: #666;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 5px;
    text-align: left;
    margin: 15px 5px 0;
  }
  #main #sec1 p.detail-info-date {
    color: #666;
    font-size: 1.75rem;
    margin-top: 10px;
    text-align: right;
  }
  #main #sec1 h4.info-title {
    color: #666;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin: 15px 5px 0;
  }
  #main #sec1 .detail-info-text {
    /* background-color: #e6f9ff; */
    border: 1px dashed #666;
    border-radius: 8px;
    margin-top: 15px;
    padding: 10px 15px;
  }

  .history-box {
    width: 100px;
    margin: 0 0 10px auto;    
  }
  .history-box a img {
    width: 100px;
  }
  .history-box p {
    font-size: 1.45rem;
    font-weight: 600;
    text-align: center;
  }

  h3.history-title {
    color: #3636b3 !important;
    font-size: 2.4rem !important;
    font-weight: 500;
  }

  .transfer-list {
    text-align: left;
    margin: 15px 0;
  }
  .ship_select {
    padding: 5px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin: 5px;
  }
  input[type=tel].ship_store_id {
    background-color: #ddd;
    border: 1px solid #ccc !important;
    margin: 5px;
  }
  input[type=tel].receive_store_id {
    padding: 5px 15px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 5px;
    width: 197px;
    height: 33.59px;
  } 
  input[type=date].disposal_date {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin: 5px;
    padding: 5px 15px;
    width: 160px;
  }
  input[type=tel].product_key {
    padding: 5px 15px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 5px;
    width: 140px;
    height: 33.59px;
  }
  input[type=tel].product_quantity {
    padding: 5px 15px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 5px;
    width: 120px;
    height: 33.59px;
  }
  textarea.product_name {
    width: 30%;
    height: 58px;
    /* font-size: 1.45rem; */
    vertical-align: middle;
    padding: 5px;
  }

  .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    width: 72px;
    padding: 62px 0 0;
    border: 5px solid #000;
    border-radius: 50%;
    background: #fff;
    margin: -36px 0 0 -36px;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -9px;
    border-top: 5px solid #000;
    border-left: 5px solid #000;
    transform: rotate(-45deg);
  }

  .slick-next {
    left: auto;
    right: 0;
    margin: -36px -36px 0 0;
  }
  .slick-next:before {
    margin: -13px 0 0 -17px;
    transform: rotate(135deg);
  }

  /* #nav {
    position: relative;
    z-index: 1000;
    min-width: 1100px;
    background: #112b4b;
  }
  #nav > ul {
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
  }
  #nav > ul > li {
    display: flex;
    flex-grow: 1;
    align-items: center;
    height: 50px;
    text-align: center;
  }
  #nav > ul > li > a,
  #nav > ul > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    border-left: 1px dotted #fff;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
  }
  #nav > ul > li > a .c_li_open,
  #nav > ul > li > span .c_li_open {
    display: none;
  }
  #nav > ul > li > span:after {
    content: '';
    position: relative;
    top: -3px;
    width: 8px;
    height: 8px;
    margin: 0 0 0 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  #nav > ul > li:last-child > a,
  #nav > ul > li:last-child span {
    border-right: 1px dotted #fff;
  }
  #nav > ul .c_ul {
    cursor: pointer;
  }
  #nav > ul .c_ul ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background: #081e3a;
    opacity: 0;
    transition: 0.6s;
    cursor: auto;
    pointer-events: none;
  }
  #nav > ul .c_ul ul:before, #nav > ul .c_ul ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #081e3a;
  } */
}
@media screen and (min-width: 751px) and (max-width: 1140px) {
  /* #nav > ul .c_ul ul:before, #nav > ul .c_ul ul:after {
    display: none;
  } */
}
@media screen and (min-width: 751px) {
  /* #nav > ul .c_ul ul:after {
    left: auto;
    right: 100%;
  }
  #nav > ul .c_ul ul li {
    width: 194px;
    margin: 0 5px 10px;
    background: #fff;
  }
  #nav > ul .c_ul ul li a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 60px;
    line-height: 1.4;
    padding: 10px 10px 10px 26px;
    background: #fff;
    transition: 0.3s;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
  }
  #nav > ul .c_ul ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    border-bottom: 2px solid #cf1516;
    border-right: 2px solid #cf1516;
    transform: rotate(-45deg);
  }
  #nav > ul .c_ul ul li a:hover {
    opacity: 0.7;
  }
  #nav > ul .c_ul:hover {
    background: #081e3a;
    background: orange;
  }
  #nav > ul .c_ul:hover ul {
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
  } */

  select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }

  #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .common_list_nav {
    display: flex;
    justify-content: center;
    position: relative;
    width: 520px;
    margin: 0 auto;
    padding: 0 60px;
  }
  .common_list_nav li {
    margin: 0 4px;
  }
  .common_list_nav li span,
  .common_list_nav li a {
    display: block;
    width: 38px;
    line-height: 35px;
    border: 1px solid #dfdfde;
    text-align: center;
    color: #3c3c3c;
  }
  .common_list_nav li span {
    background: #3c3c3c;
    color: #fff;
  }
  .common_list_nav .prev,
  .common_list_nav .next {
    position: absolute;
    top: 3px;
    margin: 0;
  }
  .common_list_nav .prev a,
  .common_list_nav .next a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border: none;
  }
  .common_list_nav .prev {
    left: 0;
  }
  .common_list_nav .next {
    left: auto;
    right: 0;
  }

  .common_hd01 {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 3px 25px;
    border-bottom: 1px dotted #afadab;
  }
  .common_hd01:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 5px;
    background: #cf1516;
  }

  .purchase_btn {
    display: block;
    width: 220px;
    margin: 20px auto 0;
  }
  .purchase_btn:hover {
    opacity: 0.8;
  }
  .purchase_btn a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #cf1516;
  }

  main {
    padding: 0 0 150px;
  }
  main .hd_wrap {
    background: #fff;
    padding-bottom: 60px;
  }
  main .hd_wrap h2 {
    padding: 40px 40px 0px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    background: #fff;
    color: #3c3c3c !important;
  }
  main .hd_wrap h3 {
    text-align: center;
  }

  .common_form_table {
    width: 100%;
    margin: 0 0 50px;
    background: #fff;
  }
  .common_form_table th,
  .common_form_table td {
    width: 790px;
    line-height: 30px;
    padding: 20px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    box-sizing: border-box;
    color: #666;
    vertical-align: middle;
  }
  .common_form_table input[type=text],
  .common_form_table input[type=password],
  .common_form_table textarea {
    width: 425px;
    height: 40px;
    margin: 0 20px 0 0;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .common_form_table .input_zip01 {
    margin: 0 !important;
  }
  .common_form_table .input_s {
    width: 140px !important;
  }
  .common_form_table .input_time {
    width: 50px !important;
    margin: 0 !important;
  }
  .common_form_table .input_m {
    width: 170px !important;
  }
  .common_form_table th {
    padding: 22px 28px;
    width: 230px;
    background: #e3e3e3;
    color: #666;
    text-align: center;
    vertical-align: top;
  }
  .common_form_table td p {
    margin: 0 0 10px;
  }
  .common_form_table td p:last-shild {
    margin: 0;
  }
  .common_form_table td p .zip_search {
    color: #173187;
    text-decoration: underline;
  }
  .common_form_table label {
    margin: 0 20px 0 0;
  }
  .common_form_table label input {
    margin: 0 5px 0 0;
  }
  .common_form_table .td_tel input {
    margin: 0 !important;
  }
  .common_form_table .zip_btn {
    line-height: 35px;
    padding: 0 0 0 20px;
  }
  .common_form_table .zip_btn a {
    display: inline-block;
    width: 135px;
    line-height: 35px;
    margin: 0 18px 0 0;
    background: #594840;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
  }
  .common_form_table select {
    width: 160px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }

  .common_form_table3 th,
  .common_form_table3 td {
    line-height: 25px;
    padding: 10px;
    vertical-align: middle;
  }
  .common_form_table3 input[type=text],
  .common_form_table3 input[type=password],
  .common_form_table3 input[type=tel],
  .common_form_table3 input[type=number],
  .common_form_table3 textarea {
    height: 30px;
    margin: 5px 10px 5px 0;
    padding: 0 5px;
    line-height: 25px;
  }
  .common_form_table3 select {
    height: 30px;
  }
  .common_form_table3 th {
    padding: 10px 15px;
  }

  .form_btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 670px;
    margin: 30px auto;
    font-weight: 700;
  }
  .form_btn_wrap p {
    width: 315px;
    text-align: center;
  }
  .form_btn_wrap p a {
    display: block;
    line-height: 50px;
    color: #fff;
  }
  .form_btn_wrap .btn01 {
    background: #7f7f7f;
  }
  .form_btn_wrap .btn02, 
  .form_btn_wrap .btn02a {
    /* background: #cf1516; */
    background: #e7981a;
  }
  
  .form_btn_wrap .btn03 {
    background: #7f7f7f;
  }
  .form_btn_wrap .btn04 {
    background: #e7981a;
  }
  .form_btn_wrap .btn-disabled {
		background: #666;
		color: #fff;
	}

  .addr_add_btn {
    width: 245px;
    margin: 0 0 20px;
  }
  .addr_add_btn a {
    display: block;
    line-height: 40px;
    background: #333;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
  }
  .addr_add_btn span {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 17px;
    height: 0;
    margin: 0 10px 0 0;
    padding: 15px 0 0;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 100%;
  }
  .addr_add_btn span:before, .addr_add_btn span:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 9px;
    height: 1px;
    background: #fff;
  }
  .addr_add_btn span:after {
    top: 3px;
    left: 7px;
    width: 1px;
    height: 9px;
    background: #fff;
  }

  .addr_0 {
    color: #666;
  }

  #footer {
    width: 100%;
    margin: 130px auto 0;
    padding: 60px 0 0;
    background: #f3f5f8;
  }
  #footer .inner1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #333;
  }
  #footer .inner1 h2 {
    width: 100%;
    margin: 0 0 65px;
    font-family: 'Roboto';
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
  }
  #footer .inner1 h2:after {
    content: '';
    display: block;
    width: 40px;
    height: 8px;
    margin: 10px auto 0;
    background: #cf1516;
  }
  #footer .inner1 .sec_wrap {
    width: 100%;
  }
  #footer .inner1 .sec_wrap .info_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .inner1 .sec_wrap1 {
    padding: 0 10px 0 0;
  }
  #footer .inner1 .sec_wrap2 {
    padding: 0 0 0 10px;
  }
  #footer .inner1 section {
    margin: 0 0 45px;
  }
  #footer .inner1 h3 {
    display: flex;
    align-items: center;
    margin: 0 0 13px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #footer .inner1 h3:before {
    content: '';
    width: 20px;
    height: 7px;
    margin: 0 7px 0 0;
    background: #cf1516;
  }
  #footer .inner1 p {
    margin: 0 0 17px;
    font-size: 1.6rem;
  }
  #footer .inner1 p:last-child {
    margin: 0;
  }
  #footer .inner1 .small {
    display: inline-block;
    font-size: 1.2rem;
  }
  #footer .inner1 .btn1 a {
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #cf1516;
  }
  #footer .inner1 .btn1 a:hover {
    opacity: 0.8;
  }
  #footer .inner1 #f_sec4 img {
    width: 256px;
    margin: 5px 0 0;
  }
  #footer .inner1 #f_sec6 {
    padding: 20px 30px 30px;
    background: #fff;
  }
  #footer .inner1 #f_sec6 h3 {
    padding: 0 0 8px;
    border-bottom: 1px dotted #333;
  }
  #footer .inner1 #f_sec6 h3:before {
    display: none;
  }
  #footer .inner1 #f_sec6 p {
    line-height: 2;
  }
  #footer .inner2 {
    display: none;
    padding: 0 20px;
    background: #fff;
  }
  #footer .inner2 .common_wrap1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .inner2 .common_wrap1 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px;
  }
  #footer .inner2 .common_wrap1 ul li {
    margin: 0 25px 5px 0;
  }
  #footer .inner2 .common_wrap1 ul li a {
    display: inline-block;
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
  }
  #footer .inner2 .common_wrap1 ul li a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 7px;
    height: 7px;
    margin: 0 10px 0 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
  }
  #footer .inner2 .common_wrap1 ul li a:hover {
    text-decoration: underline;
  }
  #footer .inner2 .common_wrap1 p {
    font-size: 1.2rem;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html.on {
    overflow: hidden;
  }

  .scroll_func {
    transform: translateY(20vw);
  }
  .scroll_func.scroll_on {
    transform: translateY(0);
  }

  .scroll_func_y0 {
    transform: translateY(0);
  }
  .scroll_func_y0.scroll_on {
    transform: translateY(0);
  }

  .small {
    font-size: 3.46667vw;
  }

  #wrapper {
    padding: 22.66667vw 0 0;
    overflow-x: hidden;
  }

  .pc {
    display: none !important;
  }

  .common_hd1 {
    position: relative;
    margin: 0 0 7.33333vw;
    font-size: 6.66667vw;
    text-align: center;
  }
  .common_hd1:after {
    content: '';
    display: block;
    width: 6vw;
    height: 3.86667vw;
    background: url(../images/common/deco2.png) no-repeat;
    background-size: 100%;
    margin: 2vw auto 0;
  }
  .common_hd1 .small {
    display: block;
    font-size: 4vw;
  }

  .common_btn1 {
    text-align: center;
  }
  .common_btn1 a,
  .common_btn1 span {
    display: inline-block;
    min-width: 66.66667vw;
    margin: 0 auto;
    padding: 2.66667vw;
    border: 1px solid #000;
    color: #000;
    font-size: 3.46667vw;
    font-weight: bold;
    text-decoration: none;
  }
  .common_btn1 a:before,
  .common_btn1 span:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.2vw;
    width: 2.26667vw;
    height: 2.26667vw;
    margin: 0 2.66667vw 0 0;
    border-bottom: 0.53333vw solid #000;
    border-right: 0.53333vw solid #000;
    transform: rotate(-45deg);
  }

  .common_search_wrap1 {
    position: relative;
    padding: 4vw;
  }
  .common_search_wrap1 input {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    padding: 0 13.33333vw 0 4vw;
    border: 3px solid #000;
    border-radius: 12vw;
    outline: none;
  }
  .common_search_wrap1 button {
    position: absolute;
    right: 4vw;
    top: 4vw;
    width: 13.33333vw;
    padding: 12vw 0 0;
    background: url(../images/common/icon_search1.png) no-repeat center;
    background-size: 6.66667vw;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0 0 1.86667vw;
    border-bottom: 1px solid #f3f5f8;
    /* background: #fff; */
    background-color: #01AFDD;
    height: 74px;
  }
  #header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 3vw;
  }
  #header .logo-a {
    /* margin-top: 1.6vw; */
  }
  #header .logo-s {
    width: 76px;
    z-index: 777;
    position: absolute;
    top: 2.1vw;
  }
  #header .home-a {
    position: absolute;
    right: 15vw;
    top: 6vw;

    /* margin-top: 3.3vw; */
  }
  /* #header .home-s {
    width: 30px;
    z-index: 777;
  } */
  #header .inner h2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* padding: 6vw 0 0; */
    color: #FFFF00;
    font-size: 4.5vw;
    font-weight: 700;
  }
  #header .inner h1 {
    padding: 4.4vw 0 0;
    font-weight: bold;
  }
  #header .inner h1 a {
    color: #333;
    font-size: 5vw;
    text-decoration: none;
    letter-spacing: -0.08em;
  }
  #header .inner h1 a span {
    width: 33.46667vw;
    margin: 0 auto;
    padding: 8.53333vw 0 0;
    background: url(../images/common/logo1.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #header .inner #login_user {
    position: absolute;
    top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    /* font-size: 3.33333vw; */
    text-align: center;
    color: #fff;
    font-size: 4vw;
  }
  #header .inner .deliv_text {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.06667vw 4vw;
    background: #f3f3f3;
    font-size: 2.66667vw;
    letter-spacing: -0.03em;
  }
  #header .inner .deliv_text .coloer_red {
    color: #e70607;
  }
  #header .inner .deliv_text:before {
    content: '';
    width: 3.06667vw;
    height: 2vw;
    margin: 0 0.66667vw 0 0;
    background: url(../images/common/icon_truck1.png) no-repeat;
    background-size: 100%;
  }
  #header .inner ul {
    order: 3;
    display: flex;
    justify-content: flex-end;
    width: 34.66667vw;
    padding: 2.4vw 0 0 0;
  }
  #header .inner ul li {
    width: 15vw;
    margin-top: 5vw;
  }
  #header .inner ul li a {
    display: block;
    color: #000;
    font-size: 2.66667vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #header .inner ul li a:before {
    content: '';
    display: block;
    width: 7.06667vw;
    height: 9.33333vw;
    margin: 0 auto;
    background: url(../images/common/icon_padlock2.png) no-repeat;
    background-size: 100% !important;
  }
  #header .inner ul .h_nav1 {
    display: none;
  }
  #header .inner ul .h_nav1 a:before {
    position: relative;
    left: -0.53333vw;
    width: 5vw;
    height: 8vw;
    background: url(../images/common/guide.png) no-repeat;
  }
  #header .inner ul .h_nav2 a:before {
    position: relative;
    left: -0.53333vw;
    width: 6vw;
    height: 8vw;
    background: url(../images/common/kiyaku.png) no-repeat;
  }
  #header .inner ul .h_nav4 a:before {
    position: relative;
    left: -0.53333vw;
    width: 7vw;
    height: 8vw;
    background: url(../images/common/icon_cart2.png) no-repeat;
  }
  #header .inner #nav_open {
    order: 4;
    position: relative;
    width: 12vw;
    height: 12vw;
    /* margin: 5vw 0 0; */
    margin: 0;
    /* border-radius: 2vw; */
    /* background: #cf1516; */
  }
  #header .inner #nav_open span, #header .inner #nav_open:before, #header .inner #nav_open:after {
    content: '';
    position: absolute;
    top: 80%;
    left: 50%;
    width: 66%;
    padding: 8% 0 0;
    /* margin: -4% 0 0 -33%; */
    margin: -4% 0 0 -23%;
    background: #fff;
    transition: 0.3s;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #header .inner #nav_open:before {
    margin-top: -27%;
  }
  #header .inner #nav_open:after {
    margin-top: 19%;
  }
  #header .inner #nav_open.on span {
    opacity: 0;
  }
  #header .inner #nav_open.on:before {
    margin-top: -4%;
    transform: rotate(45deg);
  }
  #header .inner #nav_open.on:after {
    margin-top: -4%;
    transform: rotate(-45deg);
  }
  #header .header_right {
    display: flex;
    align-items: center;
  }

  #nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    padding: 25.73333vw 0 0;
    /* background: #112b4b; */
    background: #10B6D7;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  #nav.on {
    opacity: 1;
    pointer-events: auto;
  }
  #nav > ul {
    border-top: 1px solid #fff;
    overflow-y: auto;
    height: 100%;
  }
  #nav > ul > li {
    border-bottom: 1px solid #fff;
  }
  #nav > ul > li > a,
  #nav > ul > li > span {
    position: relative;
    display: block;
    padding: 3.33333vw 4vw;
    color: #fff;
    font-size: 4.53333vw;
    font-weight: bold;
    text-decoration: none;
  }
  #nav > ul > li > span {
    padding-right: 16vw;
  }
  #nav > ul > li > span .c_li_open {
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 8vw;
    padding: 8vw 0 0;
    border-radius: 1vw;
    background: #fff;
    transform: translateY(-50%);
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #nav > ul > li > span .c_li_open:before, #nav > ul > li > span .c_li_open:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62%;
    height: 8%;
    background: #000;
    transform: translate(-50%);
  }
  #nav > ul > li > span .c_li_open:after {
    transform: translate(-50%) rotate(90deg);
  }
  #nav > ul > li > span.on .c_li_open:after {
    display: none;
  }
  #nav > ul > li ul {
    display: none;
    border-top: 1px dotted #fff;
    padding: 5.33333vw 4vw 2.66667vw 8vw;
  }
  #nav > ul > li ul li {
    margin: 0 0 2.66667vw;
  }
  #nav > ul > li ul li a {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
    padding: 0 0 0 4vw;
    color: #fff;
    font-size: 4.26667vw;
    text-decoration: none;
  }
  #nav > ul > li ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2vw;
    height: 2vw;
    margin: -4px 0 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translateY(-10%);
  }
  #nav > ul > li ul.on {
    display: block;
  }

  #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .common_list_nav {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 5.33333vw;
  }
  .common_list_nav .prev,
  .common_list_nav .next {
    position: absolute;
    margin: 0;
  }
  .common_list_nav .prev {
    left: 0;
  }
  .common_list_nav .next {
    right: 0;
  }
  .common_list_nav .prev a,
  .common_list_nav .next a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border: none;
  }
  .common_list_nav li {
    margin: 0 1.3vw;
    font-size: 4vw;
  }
  .common_list_nav li a,
  .common_list_nav li span {
    display: block;
    width: 9vw;
    line-height: 8vw;
    border: 1px solid #dfdfde;
    color: #3c3c3c;
    text-align: center;
    text-decoration: none;
  }
  .common_list_nav li span {
    background: #3c3c3c;
    color: #fff;
  }

  .common_hd01 {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 3px 25px;
    border-bottom: 1px dotted #afadab;
  }
  .common_hd01:before {
    content: '';
    display: block;
    width: 16px;
    height: 5px;
    margin: 0 5px 0 0;
    background: #cf1516;
  }

  #main h3 {
    color: orange;
    font-size: 2.3rem !important;
    font-weight: 700;
    text-align: center;
  }
  .fa-chevron-circle-left {
    color: orange;
    font-size: 2.3rem;
  }
  .top-btns {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 5px auto; 
    width: 100%;
    height: 42px;
  }
  .back-btn {
    /* width: 860px; */
    /* margin: 5px auto 0; */
    padding-left: 15px;
    text-align: left;
  }
  .back-link {
    color: #666;
    padding-left: 3px;
  }
  .back-text {
    color: #666;
    margin-left: 3px;
  }
  
  .history-btn {
    color: #fff;
    /* margin-top: 5px; */
    margin-right: 15px;
  }
  .history-btn a {
    /* background-color: #0081B9; */
    color: #fff;
    display: block;
    padding: 8px;
    width: 100%;
    line-height: 1em;
  }
  i.fa-history {
    font-size: 1.9rem !important;
  }
  .history-btn .history-text {
    font-size: 1.9rem !important;
    padding-left: 2px;
  }
  .receive-history-btn {
    background-color: #0081B9;
  }
  .ship-history-btn {
    background-color: #089080;
  }
  .inventory-history-btn {
    background-color: #B10783;
  }
  .unregistered-history-btn {
    background-color: #EB6077;
  }
  .history-btn a:hover {
    color: yellow !important;
    cursor: pointer;
    -webkit-filter: brightness(.95);
    -moz-filter: brightness(.95);
    -o-filter: brightness(.95);
    -ms-filter: brightness(.95);
    filter: brightness(.95);  
  }
  .attention-box {
    background: #ffe6ea;
    border: 2px solid lightpink;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    color: #000;
    letter-spacing: 0.02em;
  }
  p.attn-title {
    font-size: 0.9em;
    font-weight: 600;
    padding: 0;
    text-align: center;
  }
  .attention-box .attn-str {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1.35em;
    text-align: left;
    padding: 0;
  }

  .m-form-text {
    height: 2.4em;
    /* width: 100%; */
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 10px 5px;
  }
  .m-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  .input-num {
    width: 60px;
    text-align: right;
  }
  .block-title {
    color: #000080;
    font-size: 1.75rem;
    font-weight: 600;
  }
  .block-title2 {
    color: #01AFDD;
    font-size: 1.54rem;
    font-weight: 600;
    text-align: left;
  }
  .p-inline {
    display: inline-block;
    color: #000;
    font-weight: 500;
  }

  .transfer-list {
    text-align: left;
    margin: 15px 0;
  }
  .ship_select {
    font-size: 1.6rem;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin: 5px;
    width: 100%;
  }
  input[type=tel].ship_store_id {
    background-color: #ddd;
    border: 1px solid #ccc !important;
    margin: 5px;
    width: 100px;
  }
  input[type=tel].receive_store_id {
    padding: 5px 15px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 5px;
    width: 100px;
  }
  input[type=date].disposal_date {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin: 5px;
    padding: 5px 15px;
    width: 160px;
  }
  input[type=tel].product_key {
    padding: 5px 15px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 5px;
    width: 140px;
    height: 33.59px;
  }
  input[type=tel].product_quantity {
    padding: 5px 15px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 5px;
    width: 120px;
    height: 33.59px;
  }

  .block-span {
    color: #000;
    font-weight: 500;
  }
  .ship-items {
    margin-top: 15px;
  }
  .ship-item {
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
  }
  .line-title {
    display: inline-block;
    width: 100px;
    text-align: right;
  }
  .sel-type {
    width: 860px;
    margin: 0 auto;
    text-align: left;
  }  
  #menu-btn {
    /* width: 860px; */
    width: 100%;
    margin: 0 auto 15px;
  }
  #menu-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #menu-btn ul .li-shift,
  #menu-btn ul .li-disposal,
  #menu-btn ul .li-inventory-input,
  #menu-btn ul .li-inventory-report
  {
    /* width: 53%;
    margin: 8px; */
    width: 57%;
    height: 56%;
    margin: 8px 8px 0 0;
  }
  #menu-btn ul .li-shift img,
  #menu-btn ul .li-disposal img,
  #menu-btn ul .li-inventory-input img,
  #menu-btn ul .li-inventory-report img
  {
    width: 100%;
    margin: 8px;
  }
  #menu-btn ul .li-pricecard,
  #menu-btn ul .li-ship-transfer
  {
    width: 27.5%;
    height: 30%;
    margin: 8px 25px 0 0;
  }
  #menu-btn ul .li-inventory-history,
  #menu-btn ul .li-inventory-report-history
  {
    width: 28%;
    margin: 8px;
  }
  #menu-btn ul .li-pricecard img {
    height: 100%;
    margin: 8px;
  }
  #menu-btn ul .li-ship-transfer img,
  #menu-btn ul .li-inventory-history img,
  #menu-btn ul .li-inventory-report-history img
  {
    /* width: 100%; */
    height: 88%;
    margin: 8px;
  }
  #menu-btn ul .li-receive,
  #menu-btn ul .li-ship,
  #menu-btn ul .li-inventory,
  #menu-btn ul .li-receive-history,
  #menu-btn ul .li-back-vm,
  #menu-btn ul .li-receive-transfer,
  #menu-btn ul .li-ship-history,
  #menu-btn ul .li-move-vm,
  #menu-btn ul .li-disposal-vm
  {
    width: 27.5%;
    /* margin: 8px; */
    margin: 0 8px 8px 0;
  }
  #menu-btn ul .li-receive img,
  #menu-btn ul .li-ship img,
  #menu-btn ul .li-inventory img,
  #menu-btn ul .li-receive-history img,
  #menu-btn ul .li-back-vm img ,
  #menu-btn ul .li-receive-transfer img,
  #menu-btn ul .li-ship-history img,
  #menu-btn ul .li-move-vm img,
  #menu-btn ul .li-disposal-vm img
  {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #menu-btn ul .li-normal-receive {
    width: 85.5%;
    margin: 0 8px 0 0;
  }
  #menu-btn ul .li-normal-receive img {
    width: 100%;
  }
  /* #menu-btn ul li p {
    font-size: 1.54rem;
    font-weight: 700;
    text-align: center;
  } */
  p.long-text {
    font-size: 1.45rem !important;
    letter-spacing: 0.01em;
    padding-top: 2px;
  }

  .purchase_btn {
    display: block;
    width: 86%;
    margin: 20px auto 0;
  }
  .purchase_btn:hover {
    opacity: 0.8;
  }
  .purchase_btn a {
    display: block;
    line-height: 8vw;
    text-align: center;
    color: #fff;
    font-size: 3.5vw;
    background: #cf1516;
  }
  #main #sec1 {
    /* width: 90%; */
    margin: 0 auto;
    padding: 0 !important;
    /* padding-top: 25px !important; */
  }
  #main #sec1 .info ul {
    background-color: #e6f9ff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 5px 20px;
    /* overflow-y: scroll; */
  }
  #main #sec1 .info li {
    border-bottom: 1px dashed #666;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2rem;
    margin-bottom: 10px;
  }
  #main #sec1 .info li a {
    color: #666;
  }
  #main #sec1 .info li span.badge-new {
    background: crimson;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2px 5px;
    vertical-align: middle !important;
  }
  #main #sec1 .info li .info-date {
    font-size: 1.6rem;
    font-weight: 550;
    vertical-align: middle !important;
  }
  #main #sec1 .info li .info-title {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 3px;
    padding-bottom: 3px;
  }
  #main #sec1 .info li .text_warp {
    font-size: 1.54rem;
    font-weight: 500;
  }
  #main #sec1 .detail-info {
    width: 100%;
  }
  #main #sec1 h3.info-title {
    border-bottom: 1px dashed #666;
    color: #666;
    font-size: 1.85rem !important;
    font-weight: 550;
    padding-bottom: 5px;
    text-align: left;
    margin: 15px 5px 0;
  }
  #main #sec1 p.detail-info-date {
    color: #666;
    font-size: 1.6rem;
    margin-top: 10px;
    text-align: right;
  }
  #main #sec1 h4.info-title {
    color: #666;
    font-size: 1.75rem !important;
    font-weight: 550;
    text-align: center;
    margin: 15px 5px 0;
  }
  #main #sec1 .detail-info-text {
    /* background-color: #e6f9ff; */
    border: 1px dashed #666;
    border-radius: 8px;
    font-size: 1.6rem !important;
    margin-top: 10px;
    padding: 10px;
  }

  .history-box {
    width: 80px;
    margin: 0 0 10px auto;    
  }
  .history-box a img {
    width: 80px;
  }
  .history-box p {
    font-size: 1.45rem;
    font-weight: 600;
    text-align: center;
  }
  .history-box p.btn-text {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }

  h3.history-title {
    color: #3636b3 !important;
    font-size: 2.4rem !important;
    font-weight: 500;
  }

  .search_result {
    font-size: 1.65rem;
    font-weight: 600;
    text-align: right;
  }
  .pager-box {
    width: 860px;
    margin: 25px 0;
  }
  .delete-message-box {
    background-color: #ffb6c1;
      border: 2px dotted red;
      font-size: 1.54rem;
      margin: 10px auto;
      /* width: 860px; */
  }
  .delete-massage {
    padding: 5px;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
  }

  table#history {
    width: 100%;
    margin-bottom: 15px;
    /* border: 2px solid #01AFDD; */
  }
  table#history tr.go-detail {
    /* border: 2px solid #01AFDD; */
    border: 2px solid #FF6E00;
  }
  table#history th {
    width: 30%;
    background-color: #01AFDD;
    /* border :#000 1px solid; */
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    border: 1px dashed #fff;
  }
  table#history td {
    text-align: center;
    font-size: 1.6rem;
    width: 70%;
    padding: 5px;
    border :#ccc 1px dashed;
  }  
  .detail-link {
    background-color: orange;
    border : none;
    font-weight: 600;
    padding: 10px !important;
  }
  .detail-link a {
    color: #fff;
    font-weight: 600;
  }

  /* table#history {
    width: 100%;
  }
  table#history .thead {
    display: none;
  }
  table#history tr,
  table#history td {
    display: block;
    width: 99.999999999%;
    position: relative;
    text-align: center;
  }
  table#history td p {
    padding: 5px;
    text-align: center;
  }
  table#history td:first-child:before {
    content: '処理日';
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    color: yellow;
    position: fix;
    font-weight: bold;
    background: #01AFDD;
    top: -50px;
  }
  table#history td:nth-child(2):before {
    content: '区　分';
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    color: yellow;
    position: fix;
    font-weight: bold;
    background: #01AFDD;

  }
  table#history td:nth-child(3):before {
    content: '転送元';
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    color: yellow;
    font-weight: bold;
    background: #01AFDD;
  }
  table#history td:nth-child(4):before {
    content: '転送先';
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    color: yellow;
    font-weight: bold;
    background: #01AFDD;
  }
  table#history td:nth-child(5):before {
    content: '処理番号';
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    color: yellow;
    font-weight: bold;
    background: #01AFDD;
  }
  table#history td:nth-child(6) {
    background-color: orange;
    padding: 5px;
  }
  table#history td:nth-child(6) a {
    color: #fff;
    font-weight: 600;
  }
  table#history tr {
    margin-bottom: 30px;
  } */

  table#history-detail {
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #01AFDD;
  }
  table#history-detail tr {
    /* border: 2px solid #01AFDD; */
    border: 1px dashed yellow;
  }
  table#history-detail th {
    width: 30%;
    background-color: #01AFDD;
    /* border :#000 1px solid; */
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    border: 1px dashed #fff;
  }
  table#history-detail td {
    font-size: 1.6rem;
    text-align: center;
    width: 70%;
    padding: 5px;
    border :#ccc 1px dashed;
  }  

  .action-btns {
    width: 100%;
    text-align: right;
    font-size: 1.6rem;
  }
  a.update-btn {
    background-color: #4169e1;
    color: #fff;
    padding: 10px;
    margin: 0 0 5px 0;
    border-radius: 16px;
    cursor: pointer;
  }
  a.update-btn:hover {
    background-color: #41abe0;
  }
  a.delete-all-btn {
    display: inline-block;
    background-color: #dc143c;
    color: #fff;
    padding: 5px 8px;
    border-radius: 12px;
    cursor: pointer;
    width: 126px;
    text-align: center;
  }
  a.delete-btn {
    display: inline-block;
    background-color: #dc143c;
    color: #fff;
    padding: 5px 8px;
    border-radius: 12px;
    cursor: pointer;
    width: 120px;
    text-align: center;
  }
  a.delete-all-btn:hover, a.delete-btn:hover {
    background-color: #ff4d70;
  }
  .delete_attention {
    text-align: right;
  }
  .worktime-attention {
    font-size: 1.25rem;
    margin-left: 17px;
    margin-top: -5px;
  }
  .memo {
    /* height: 100px;
    width: 300px; */
    width: 60%;
    height: 100px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .input_time {
    background-color: #fff;
    color: #666;
    font-size: 1.45rem;
  }

  .form_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 24.66667vw;
    padding: 0 4vw;
  }
  .form_btn_wrap p {
    width: 100%;
    text-align: center;
  }
  .form_btn_wrap p a {
    display: block;
    line-height: 50px;
    color: #fff;
  }
  .form_btn_wrap .btn01 {
    margin: 0 0 4vw;
    background: #7f7f7f;
  }
  .form_btn_wrap .btn02,
  .form_btn_wrap .btn02a {
    /* background: #cf1516; */
    background: #e7981a;
  }
  .form_btn_wrap .btn03 {
    margin: 0 0 4vw;
    background: #7f7f7f;
  }
  .form_btn_wrap .btn04 {
    background: #e7981a;
  }
  .form_btn_wrap .btn-disabled {
		background: #666;
		color: #fff;
	}
  .toSend {
    /*ページ下部に固定*/
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background: orange;
    z-index: 9999;
  }
  .toSendButton {
    /* width: 100%; */
    margin: 0 auto;
  }
  .toSendButton a {
    color: #fff;
    text-decoration: none;
  }
  .toSendButton span.to-send {
    display: inline-block;
    width:100%;
    height:100%;
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    padding-top: 0.4em;
  }
  .btn-disabled {
    width:100%;
    height:100%;
    font-size: 2.3rem;
    font-weight: 600;
		background: #666;
		color: #fff;
    padding-top: 0.4em;
	}

  #contents main {
    /* padding: 4vw 0 25.33333vw; */
    padding: 4vw 0;
    /* background: #f3f3f3; */
  }
  #contents main #sec1 {
    padding: 40px 0 0;
  }
  #contents main h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 5.3333vw;
    font-weight: bold;
    color: #3c3c3c !important;
  }
  #contents main h3 {
    font-size: 3.5vw;
    text-align: center;
  }
  #contents main .m_inner {
    position: relative;
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
  #contents main .m_inner .top_text {
    margin: 0 0 20px;
  }
  #contents main .m_inner .common_form_table {
    width: 100%;
    margin: 0 0 25px;
    background: #fff;
  }
  #contents main .m_inner .common_form_table tbody {
    width: 100%;
  }
  #contents main .m_inner .common_form_table th,
  #contents main .m_inner .common_form_table td {
    display: block;
    width: 100%;
    min-height: 35px;
    padding: 10px;
    box-sizing: border-box;
  }
  #contents main .m_inner .common_form_table input[type=text],
  #contents main .m_inner .common_form_table input[type=password],
  #contents main .m_inner .common_form_table input[type=number],
  #contents main .m_inner .common_form_table textarea {
    width: 100%;
    height: 40px;
    line-height: 30px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  #contents main .m_inner .common_form_table .input_zip01 {
    margin: 0 !important;
  }
  #contents main .m_inner .common_form_table .input_s {
    width: 24% !important;
  }
  #contents main .m_inner .common_form_table .input_m {
    width: 47% !important;
  }
  #contents main .m_inner .common_form_table th {
    background: #eee;
    color: #584940;
  }
  #contents main .m_inner .common_form_table td p {
    margin: 0 0 10px;
  }
  #contents main .m_inner .common_form_table td p:last-shild {
    margin: 0;
  }
  #contents main .m_inner .common_form_table td p .zip_search {
    display: inline-block;
    margin: 5px 0 0 20px;
    color: #173187;
    text-decoration: underline;
  }
  #contents main .m_inner .common_form_table label {
    margin: 0 20px 0 0;
  }
  #contents main .m_inner .common_form_table label input {
    margin: 0 5px 0 0;
  }
  #contents main .m_inner .common_form_table .td_name {
    display: flex;
    justify-content: space-between;
  }
  #contents main .m_inner .common_form_table .td_tel input {
    margin: 0 !important;
  }
  #contents main .m_inner .common_form_table .zip_btn {
    padding: 0 0 0 20px;
  }
  #contents main .m_inner .common_form_table .zip_btn a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    margin: 0 0 10px;
    background: #594840;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
  }
  #contents main .m_inner .common_form_table select {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    background: #fff;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  #contents main .m_inner .common_form_table3 th,
  #contents main .m_inner .common_form_table3 td {
    line-height: 25px;
    padding: 5px;
    font-size: 3vw;
    vertical-align: middle;
  }
  #contents main .m_inner .common_form_table3 input[type=text],
  #contents main .m_inner .common_form_table3 input[type=password],
  #contents main .m_inner .common_form_table3 input[type=tel],
  #contents main .m_inner .common_form_table3 input[type=number],
  #contents main .m_inner .common_form_table3 textarea {
    height: 25px !important;
    margin: 4px 10px 4px 0 !important;
    line-height: 28px !important;
  }
  #contents main .m_inner .common_form_table3 input[type=text].input_time,
  #contents main .m_inner .common_form_table3 input[type=password].input_time,
  #contents main .m_inner .common_form_table3 input[type=tel].input_time,
  #contents main .m_inner .common_form_table3 input[type=number].input_time,
  #contents main .m_inner .common_form_table3 textarea.input_time {
    width: 45px !important;
    margin: 0 !important;
  }
  #contents main .m_inner .common_form_table3 select {
    height: 25px !important;
    line-height: 28px !important;
  }
  #contents main .m_inner .common_form_table3 textarea {
    line-height: 1.6 !important;
  }
  #contents main .m_inner .common_form_table3 select.input_time {
    width: 45px !important;
    height: 25px !important;
    text-align: center;
  }
  #contents main .m_inner .common_form_table3 th {
    padding: 5px 10px;
  }
  #contents main .m_inner .common_form_table4 tr {
    text-align: left;
  }
  #contents main .m_inner .common_form_table4 tr td {
    display: inline-block;
    width: auto;
    line-height: 1.5;
    min-height: inherit;
    padding: 0 5px;
    text-align: left;
  }
  #contents main .m_inner .common_form_table4 tr td.t_center_sp {
    width: 80%;
    min-height: 0;
    line-height: 1.6;
    padding: 0 5px !important;
  }
  #contents main .m_inner .common_form_table4 tr td.t_block {
    width: 20%;
    display: block;
  }
  #contents main .m_inner .common_form_table4 tr th {
    margin-top: 5px;
  }
  #contents main .m_inner .t_center {
    text-align: left;
  }
  #contents main .m_inner .form_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 24.66667vw;
  }
  #contents main .m_inner .form_btn_wrap p {
    width: 100%;
    text-align: center;
  }
  #contents main .m_inner .form_btn_wrap p a {
    display: block;
    line-height: 50px;
    color: #fff;
  }
  #contents main .m_inner .form_btn_wrap .btn01 {
    margin: 0 0 4vw;
    background: #7f7f7f;
  }
  #contents main .m_inner .form_btn_wrap .btn02,
  #contents main .m_inner .form_btn_wrap .btn02a {
    /* background: #cf1516; */
    background: #e7981a;
  }
  #contents main .m_inner .form_btn_wrap .btn03 {
    margin: 0 0 4vw;
    background: #7f7f7f;
  }
  #contents main .m_inner .form_btn_wrap .btn04 {
    background: #e7981a;
  }
  #contents main .m_inner .form_btn_wrap .btn-disabled {
    background: #666;
    color: #fff;
  }  
  #contents .mypage_link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15vw;
  }
  #contents .mypage_link li {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #afadab;
  }
  #contents .mypage_link li a {
    display: block;
    line-height: 53px;
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
  }
  #contents .mypage_link li a:before {
    content: '＞';
    position: relative;
    margin: 0 5px 0 0;
    color: #d23435;
  }
  #contents .mypage_link .current a {
    background: #f29a9a;
    color: #fff;
    opacity: 1;
  }
  #contents .mypage_link .current a:before {
    content: '＞';
    position: relative;
    margin: 0 5px 0 0;
    color: #fff;
  }
  #contents .addr_add_btn {
    width: 245px;
    margin: 0 0 20px;
  }
  #contents .addr_add_btn a {
    display: block;
    line-height: 40px;
    background: #333;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
  }
  #contents .addr_add_btn span {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 17px;
    height: 0;
    margin: 0 10px 0 0;
    padding: 15px 0 0;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 100%;
  }
  #contents .addr_add_btn span:before, #contents .addr_add_btn span:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 9px;
    height: 1px;
    background: #fff;
  }
  #contents .addr_add_btn span:after {
    top: 3px;
    left: 7px;
    width: 1px;
    height: 9px;
    background: #fff;
  }
  #contents .addr_0 {
    color: #666;
  }

  #footer {
    margin: 18.66667vw 0 0;
    padding: 12vw 0 0;
    background: #f3f5f8;
  }
  #footer .inner1 {
    padding: 0 4vw;
    color: #333;
  }
  #footer .inner1 h2 {
    width: 100%;
    margin: 0 0 9.33333vw;
    font-family: 'Roboto';
    font-size: 6.13333vw;
    font-weight: bold;
    text-align: center;
  }
  #footer .inner1 h2:after {
    content: '';
    display: block;
    width: 5.33333vw;
    height: 4px;
    margin: 1vw auto 0;
    background: #cf1516;
  }
  #footer .inner1 h3 {
    display: flex;
    align-items: center;
    margin: 0 0 0.8vw;
    font-size: 4vw;
    font-weight: bold;
  }
  #footer .inner1 h3:before {
    content: '';
    width: 2.66667vw;
    height: 3px;
    margin: 0 1.06667vw 0 0;
    background: #cf1516;
  }
  #footer .inner1 p {
    font-size: 3.46667vw;
  }
  #footer .inner1 p:last-child {
    margin: 0;
  }
  #footer .inner1 .small {
    display: inline-block;
    font-size: 2.66667vw;
  }
  #footer .inner1 .btn1 a {
    display: inline-block;
    width: 100%;
    line-height: 10vw;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    text-decoration: none;
    background: #cf1516;
  }
  #footer .inner1 #f_sec4 img {
    width: 69.6vw;
    margin: 1.33333vw 0 0.8vw;
  }
  #footer .inner1 #f_sec6 {
    padding: 4vw;
    background: #fff;
  }
  #footer .inner1 #f_sec6 h3 {
    padding: 0 0 8px;
    border-bottom: 1px dotted #333;
  }
  #footer .inner1 #f_sec6 h3:before {
    display: none;
  }
  #footer .inner1 #f_sec6 p {
    line-height: 2;
  }
  #footer .inner2 {
    background: #fff;
  }
  #footer .inner2 .common_wrap1 ul li {
    border-bottom: 1px dotted #bfbfbf;
  }
  #footer .inner2 .common_wrap1 ul li a {
    display: block;
    position: relative;
    padding: 2.66667vw 13.33333vw 2.66667vw 4vw;
    color: #000;
    font-size: 4vw;
    text-decoration: none;
  }
  #footer .inner2 .common_wrap1 ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: -0.6vw 0 0;
    right: 4vw;
    width: 1.86667vw;
    height: 1.86667vw;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
  }
  #footer .inner2 .common_wrap1 p {
    padding: 4vw;
    font-size: 2.66667vw;
    text-align: center;
  }

  textarea.product_name {
    width: 60%;
    height: 80px;
    font-size: 1.45rem;
    vertical-align: middle;
    padding: 5px;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}




/* -------------------------------------------------------------------------
Chrome 91で tableの<col width="**">が使えなくなって、モバイル表示がレイアウト崩れ
<col width="**">を消すと、PCが崩れるので応急処置 2021/06/09
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .attendance_table1 th {
    font-size: 1.4rem;
    width: 9%;
  }
  .attendance_table2 th {
    font-size: 1.4rem;
    width: 15%;
  }  
}