@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.6;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body, input, textarea, select, button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ 
-webkit-appearance: none;
-moz-appearance: none;
}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}
/* ==========================================================
 base Link
========================================================== */
a {
  color: #f00;
  text-decoration: none;
  cursor: pointer;
}
a:visited {}
a:hover { text-decoration: underline;}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
  *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { 
  overflow-y: scroll;
  height: 100%;
}
body { 
  text-align: left;
  background-color: #e4e4e4;
  height: 100%;
}
/* ==========================================================
 mfp-bg
 ========================================================== */
.mfp-bg.mfp-ready {
  z-index: 100;
}
/* ==========================================================
 mfp-wrap
 ========================================================== */
.mfp-wrap.mfp-auto-cursor.mfp-ready {
  top: 0%;
  height: 100%;
}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  min-width: 1366px;
  height: 100%;
}
/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  min-width: 768px;
  background-color:#000;
  height: 56px;
}
  .header-in {
    display: table;
    width: 100%;
    padding: 0 15px;
    text-align: left;
  }
  .header-logo {
    display: table-cell;
    vertical-align: top;
    padding-top: 13px;
  }
  .header-version {
    display: none;
    color: red;
    margin-left: 50px;
  }
  .header-utility {
    display: table-cell;
    padding-top: 13px;
    text-align: right;
    font-size: 16px;
    color: #b3b3b3;
  }
    .header-utility .user {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 230px;
      height: 32px;
      text-align: left;
      padding: 4px 0 0 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .header-utility .user .user-in {
      position: relative;
      display: inline-block;
      padding-left: 43px;
      height: 32px;
      cursor: pointer;
    }
    .header-utility .user .user-in:hover,
    .header-utility .user .user-in.is-active {
      color: #fff;
    }
      .header-utility .user .user-in:before {
        content: '';
        position:absolute;
        top: 50%;
        left: 0;
        width: 32px;
        height: 32px;
        margin-top: -20px;
        background: url(/common/img/ico_user_01.png) 0 0 no-repeat;
      }
      .header-utility .user:before {
        content: '';
        position:absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 32px;
        background-color:#707070;
      }
    .header-utility .alert {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-top: 5px;
      width: 58px;
      height: 32px;
      text-align: center;
    }
      .header-utility .alert span {
        position: relative;
        display: inline-block;
        cursor: pointer;
        opacity: 0.7;
      }
      .header-utility .alert span.is-active {
        opacity: 1;
      }
      .header-utility .alert.has-notification:after {
        display: none;
        content: '';
        position:absolute;
        top: 0;
        right: 13px;
        width: 8px;
        height: 8px;
        background-color: #ff2800;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
      }
      .header-utility .alert span:hover {
        opacity: 1;
      }
    .header-utility .alert:before {
      content: '';
      position:absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 32px;
      background-color:#707070;
    }
    .header-utility .page {
      display: inline-block;
      vertical-align: top;
      padding: 4px 17px 0 0;
    }
.header-operation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  min-width: 768px;
  background-color:#000;
  height: 120px;
}
  .header-in-operation {
    display: table;
    width: 100%;
    padding: 0 15px 11px 15px;
    text-align: left;
  }

/* box-logout
---------------------------------------------------------- */
.box-logout {
  display: none;
  position: absolute;
  top: 56px;
  right: 25px;
  width: 200px;
  background-color:#fff;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.16);
  box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.16);
}
.box-logout.is-active {
  display: block;
}
  .box-logout .box-in {
    position: relative;
    padding: 25px 27px;
  }
  .box-logout .box-in:before {
    content: '';
    position: absolute;
    top: -12px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: 40px;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
  }
    .box-logout .box-in .text {
      cursor: pointer;
    }
    .box-logout .box-in .text:hover {
      opacity: 0.7;
    }
/* box-notification
---------------------------------------------------------- */
.box-notification {
  display: none;
  position: absolute;
  top: 56px;
  right: 25px;
  width: 400px;
  padding-bottom: 16px;
  background-color:#fff;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.16);
  box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.16);
}
.box-notification.is-active {
  display: block;
}
  .box-notification .box-in {
    position: relative;
  }
  .box-notification .box-in:before {
    content: '';
    position: absolute;
    top: -12px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: 37px;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
  }
    .box-notification .item-date {
      float: right;
      font-size: 12px;
    }
    .box-notification .item-title {
      font-size: 12px;
      font-weight: bold;
      margin-right: 10em;
    }
    .box-notification .item-description {
      margin-top: 14px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      height: 50px;
    }
    
/* box-show-icon
---------------------------------------------------------- */
.box-show-icon {
  width: calc(100% - 185px);
  table-layout: fixed;
}
  .box-show-icon th {
    background-color:#cccccc;
    width: 110px;
    height: 110px;
    text-align: center;
  }
    .box-show-icon th span {
      display: block;
      width: 110px;
    }
  .box-show-icon td {
    padding-left: 20px;
  }
    .box-show-icon td .txt-01 {
      display: block;
      font-size: 24px;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .box-show-icon td .txt-02 {
      display: block;
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

/* list-notification-item
---------------------------------------------------------- */
.list-notification-item {
  margin-bottom: 16px;
  padding: 8px 24px;
  border-bottom: 1px solid #dcdcdc;
}
  .list-notification-item > .item {
    padding: 16px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .list-notification-item .item:last-child {
    border-bottom: none;
  }
/* ==========================================================
 nav-global
========================================================== */
.fix-nav {
  position: fixed;
  width: 240px;
  top: 56px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.nav-global {}
  .nav-global .ttl-nav {
    padding: 11px 16px;
    font-size: 24px;
    font-weight: bold;
    background-color:#fafafa;
  }
  .nav-global ul {
    margin: 0 20px;
    padding: 25px 0 20px;
    border-bottom: 1px solid #aeaeae;
  }
  .nav-global ul:nth-of-type(2) {
    border-bottom: none;
  }
  .nav-global li {
    margin-bottom: 24px;
  }
  .nav-global li:last-child {
    margin-bottom: 0;
  }
    .nav-global li a {
      padding-left: 15px;
      font-size: 16px;
      color:#000;
    }
    .nav-global li a:hover {
      font-weight: bold;
      text-decoration: none;
    }
    .nav-global li a.is-active {
      font-weight: bold;
      text-decoration: none;
      background: url(/common/img/ico_arrow_orange.png) 0 center no-repeat;
    }
    .nav-global li a.is-disable {
      opacity: 0.32;
      pointer-events: none;
    }
/* ==========================================================
 nav-tree-menu
========================================================== */
.nav-tree-menu { }
  .nav-tree-menu li {
    margin: 5px 0 4px;
  }
  .nav-tree-menu .is-active,
  .nav-tree-menu a:hover {
    background-color: rgba(255, 130, 0, 0.3);
    padding: 0 0 0 19px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
    .nav-tree-menu li ul.inner {
      display: none;
      margin: 0 0 0 15px;
    }
    .nav-tree-menu li a {
      position: relative;
      display: inline-block;
      min-width: 100%;
      padding: 0 0 0 19px;
      height: 28px;
      line-height: 28px;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      color:#000;
    }
    .nav-tree-menu li a.toggle:before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      width: 12px;
      height: 12px;
      margin-top: -3px;
      background: url(/common/img/ico-arrow.png) 0 0 no-repeat;
    }
    .nav-tree-menu li a.toggle.is-open:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .nav-tree-menu li a:hover {
      text-decoration: none;
    }
    .nav-tree-menu li a.toggle.is-open + .inner {
      display: block;
    }
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  display: inline-block;
  padding-left: 20px;
  text-align: left;
  font-size: 12px;
}
  .nav-breadcrumb li {
    display: inline-block;
    white-space: nowrap;
  }
  .nav-breadcrumb li:before {
    content: '\00a0＞\00a0';
  }
  .nav-breadcrumb li.home:before {
    content: none;
  }
    .nav-breadcrumb li a {
      color: #000;
    }
/* ==========================================================
 contents
========================================================== */
.contents {
  margin: 0 auto;
  padding-top: 56px;
  text-align: left;
  height: 100%;
}
.contents-main {
  margin-left: 240px;
  background-color: #e4e4e4;
}
.contents-full { height: 100%; }
.contents-operation {
  margin: 0 auto;
  padding-top: 120px;
  text-align: left;
  height: 100%;
}
.area-content {
  overflow-y: auto;
  height: 100%;
  margin: 0 50px;
  padding-bottom: 16px;
}
.area-scrolly-01 {
  overflow-y: auto;
  height: 100%;
  margin: 0 50px;
}
.contents-partslist {
  max-width: 1366px;
  margin: 0 auto;
}
.partslist-in {
  padding: 50px 0;
}
.item-partslist-cmn {
  margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
.area-scrollx-01 {
  width: 1024px;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
}
/* ==========================================================
 fixed-bottom
========================================================== */
.fixed-bottom {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 768px;
  height: 110px;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.16);
  box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.16);
}
  .fixed-bottom.withfix-nav {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  .fixed-bottom .fixed-bottom-in {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 110px;
      padding-right: 40px;
  }
/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
  .grid-cmn > .col {
  }
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
  width: 100%;
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
}
.sec-partslist-cmn {
  margin-bottom: 120px;
}
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}
/* ==========================================================
 box
========================================================== */

/* box-row-container
---------------------------------------------------------- */
.box-row-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin:0 -8px;
}
  
/* box-container-01
---------------------------------------------------------- */
.box-container-01 {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color:#fff;
}
  .box-container-01 .box-item-menu-in {
    display: table-cell;
    vertical-align: top;
    width: 240px;
    border-right:1px solid #dcdcdc;
    background-color: #e4e4e4;
  }
  .box-container-01 .box-item-menu-in > .nav-tree-menu {
    padding: 22px 18px;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-height: 800px;
    background-color: #fff;
  }
  .box-container-01 .box-item-container-in {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 40px;
  }

/* box-container-01
---------------------------------------------------------- */
.box-container-02 {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #fff;
}
  .box-container-02 > .box-in {
    padding: 0 0 300px;
  }
  .box-container-02 .box-item {
    padding: 22px 40px;
    border-bottom: 1px solid #dcdcdc;
  }
  .box-container-02 .box-item:last-child {
    border-bottom: none;
  }
/* box-container-01
---------------------------------------------------------- */
.box-container-03 {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color:#fff;
}
  .box-container-03 .box-item-menu-in {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 40px;
    width: 240px;
    border-right:1px solid #dcdcdc;
    background-color: #e4e4e4;
  }
  .box-container-03 .box-item-menu-in > .nav-tree-menu {
    padding: 22px 18px;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-height: 800px;
    background-color: #fff;
  }
  .box-container-03 .box-item-card-in {
    display: table-cell;
    width: 310px;
    border-left:1px solid #dcdcdc;
  }
/* box-ttl-cmn-01
---------------------------------------------------------- */
.box-ttl-cmn-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  height: 64px;
  background-color:#fff;
}
  .box-ttl-cmn-01 .ttl-in {
    margin-left: 25px;
  }
  
/* box-tttl-cmn-02
---------------------------------------------------------- */
.box-ttl-cmn-02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  background-color:#fff;
  border-bottom:1px solid #dcdcdc;
}
  .box-ttl-cmn-02 .ttl-in {
    margin-left: 25px;
    flex: 1;            /* TOA add */
    overflow: hidden;   /* TOA add */
  }
  .box-ttl-cmn-02 .ttl-cmn-02 { /* TOA add */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

/* box-ttl-cmn-03
---------------------------------------------------------- */
.box-ttl-cmn-03 {}
  .box-ttl-cmn-03 .title {
    position: relative;
    padding-left: 15px;
    color: #35a16b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
    .box-ttl-cmn-03 .title:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 8px;
      height: 24px;
      background-color: #35a16b;
    }
  .box-ttl-cmn-03 .text {
    padding-left: 25px;
    font-size: 20px;
  }
/* box-ttl-cmn-04
---------------------------------------------------------- */
.box-ttl-cmn-04 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
  .box-ttl-cmn-03 .title {
    position: relative;
    padding-left: 15px;
    color: #35a16b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .box-ttl-cmn-03 .text {
    padding-left: 16px;
    font-size: 20px;
  }

/* box-ttl-cmn-05
---------------------------------------------------------- */
.box-ttl-cmn-05 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
}
  .box-ttl-cmn-05 .title {
    position: relative;
    padding-left: 15px;
    color: #35a16b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .box-ttl-cmn-05 .text-01 {
    margin-right: 24px;
    font-size: 24px;
    line-height: 1;
  }
  
/* box-icon-left
---------------------------------------------------------- */
.box-icon-left {
  border-top: 1px solid #dcdcdc;
}
  .box-icon-left .table {
    table-layout: fixed;
    width: calc(100% - 15px);
  }
    .box-icon-left .table th {
      background-color: #cccccc;
      width: 110px;
      height: 110px;
      text-align: center;
    }
    .box-icon-left .table th span {
      display: block;
      width: 110px;
    }
    .box-icon-left .table td {
      padding: 0 20px;
    }
      .box-icon-left .table td .txt-01 {
        font-size: 24px;
        font-weight: bold;
      }
      .box-icon-left .table td .txt-02 {
        font-size: 16px;
      }
      .box-icon-left .table td p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

/* box-return-01
---------------------------------------------------------- */
.box-return-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  flex: 1;            /* TOA add */
  overflow: hidden;   /* TOA add */
}
  .box-return-01 .ico {
    width: 64px;
    text-align: center;
  }
  .box-return-01 .ico:hover {
    opacity: 0.7;
  }
  .box-return-01 .title-in {
    border-left: 1px solid #dcdcdc;
    line-height: 1;
    flex: 1;            /* TOA add */
    overflow: hidden;   /* TOA add */
  }
  .box-return-01 .title-01 {
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-return-01 .title-02 {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  
/* box-utility-01
---------------------------------------------------------- */
.box-utility-01 {
  display: table;
  padding-right: 20px;
  font-size: 16px;
}
  .box-utility-01 .history {
    display:table-cell;
  }
    .box-utility-01 .history {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 148px;
      padding-left: 23px;
    }
      .box-utility-01 .history:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 32px;
        background-color: #dcdcdc;
      }
  .box-utility-01 .setting {
    display:table-cell;
  }
    .box-utility-01 .setting {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 115px;
      text-align: left;
      color: #000;
      padding-left: 23px;
    }
    .box-utility-01 .setting:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 32px;
      background-color: #dcdcdc;
    }

/* box-msg-error
---------------------------------------------------------- */
.box-msg-error {
  margin-bottom: 16px;
  padding: 10px 14px 11px 14px;
  width: auto;
  font-size: 16px;
  color: #801300;
  letter-spacing: -0.04em;
  background: rgba(255, 40, 0, 0.1);
  border: 1px solid #ff2800;
  max-height: 100px;
  overflow-y: auto;
}

/* box-msg-info
---------------------------------------------------------- */
.box-msg-info {
  margin-bottom: 16px;
  padding: 10px 14px 11px 14px;
  width: auto;
  font-size: 16px;
  color: #0D66D0;
  letter-spacing: -0.04em;
  background: rgba(38, 128, 235, 0.1);
  border: 1px solid #2680EB;
}

/* box-msg-nothing-list
---------------------------------------------------------- */
.box-msg-nothing-list {
  margin: 20px;
  padding: 10px 14px 11px 14px;
  width: auto;
  text-align: center;
  font-size: 16px;
  color: #000000;
  opacity: 0.6;
  letter-spacing: -0.04em;
}
  .box-msg-nothing-list > .topic {
    font-size: 24px;
    font-weight: bold;
  }

/* box-status-cmn
---------------------------------------------------------- */
.box-status-cmn {
  display: inline-block;
  margin-bottom: 9px;
  font-size: 12px;
}
  .box-status-cmn .status {
    position: relative;
    padding-left: 25px;
  }
  .box-status-cmn .status:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .box-status-cmn .status.status01:before {
    background: url(/common/img/ico_symbol-01.png) 0 0 no-repeat;
  }
  .box-status-cmn .status.status02:before {
    background: url(/common/img/ico_symbol-02.png) 0 0 no-repeat;
  }
  .box-status-cmn .status.status03:before {
    background: url(/common/img/ico_symbol-03.png) 0 0 no-repeat;
  }
  
/* box-classifier-cmn
---------------------------------------------------------- */
.box-classifier-cmn {
  margin-left: 35px;
  display: inline-block;
  font-size: 12px;
}
  .box-classifier-cmn .txt-in {
    display: inline-block;
    margin-left: 5px;
    width: 40px;
  }
  
.box-lable-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.box-lable-01 .text-01 {
  width: 50%;
}
.box-lable-01 .text-02 {
  width: 50%;
}
.box-lable-01 .text-03 {
  width: 150px;
}
.box-lable-01 .text-04 {
  width: 150px;
}

/* box-search-selector
---------------------------------------------------------- */
.box-search-selector {
  padding: 40px 40px 20px 40px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
  /* list-cmn-search-selector */
  .list-cmn-search-selector {
  }
    .list-cmn-search-selector > * {
      min-height: 36px;
    }
    .list-cmn-search-selector > dt {
      float: left;
      width: 210px;
      margin-top: 5px;
    }
      .list-cmn-search-selector .check-item {
        margin-bottom: 0;
        font-size: 16px;
      }
    .list-cmn-search-selector > dd {
      margin-left: 216px;
      margin-bottom: 16px;
    }
      .list-cmn-search-selector .txt-to {
        display: inline-block;
        margin: 0 5px;
      }
      .list-cmn-search-selector .form-input-01 {
        width: 50%;
        min-width: 400px;
      }
  /* box-submit-item */
  .box-search-selector .box-submit-item {
    display: table;
  }
  .box-search-selector .box-submit-item p {
    display: table-cell;
    width: 100%;
    text-align: right;
    padding-left: 34px;
  }
  /* list-cmn-search-checkbox */
  .list-cmn-search-checkbox {
  }
    .list-cmn-search-checkbox > * {
      display: inline-block;
    }
    .list-cmn-search-checkbox > dt {
      width: 170px;
    }
    .list-cmn-search-checkbox > dd:not(:last-child) {
      margin-right: 40px;
    }
      .list-cmn-search-checkbox .check-item {
        margin-bottom: 0;
        font-size: 16px;
      }

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
}
/* ==========================================================
 module
========================================================== */

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  font-size: 24px;
}
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  font-size: 16px;
  font-weight: bold;
}
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
}
/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
  font-size: 16px;
  font-weight: bold;
}
  .ttl-cmn-04 span {
    position: relative;
    font-weight: normal;
  }

/* ttl-partslist-cmn
---------------------------------------------------------- */
.ttl-partslist-cmn {
  margin-bottom: 30px;
  font-size: 32px;
  line-height:  1.25;
  font-weight: bold;
  color: #585858;
  border-bottom: 2px solid #707070;
}
/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
.wrap-classifier-01 {
  position: relative;
}
.wrap-classifier-01:before {
  content: '';
  position:absolute;
  top: 50%;
  left: -25px;
  width: 1px;
  height: 32px;
  margin-top: -16px;
  background-color: #dcdcdc;
}

/* txt-color
---------------------------------------------------------- */
.txt-color-01 {
  color: #0043ff;
}
.txt-color-02 {
  color: #000;
}
.txt-color-03 {
  color: #ff8200;
}
.txt-color-04 {
  color: #666;
}

/* txt-classifier-01
---------------------------------------------------------- */
.txt-classifier-01 {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  padding-left: 13px;
  color:#FF2800;
  line-height: 1;
}
  .txt-classifier-01:before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 4px;
    height: 15px;
    background-color: #ff2800;
  }
  
/*txt-hassup-01
---------------------------------------------------------- */
.txt-hassup-01 {}
  .txt-hassup-01 sup {
    color: #ff2800;
    font-size: 16px;
    line-height: 1;
  }
  
/*txt-partslist
---------------------------------------------------------- */
.txt-partslist-01 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #585858;
}
.txt-partslist-02 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #585858;
}

/*txt-example
---------------------------------------------------------- */
.txt-example-01 {
  padding-left: 15px;
  font-size: 16px;
  color: #000;
}
.txt-example-01.step-02 {
  font-weight: bold;
}
.txt-example-01.step-03 {
  font-weight: bold;
  text-decoration: none;
  background: url(/common/img/ico_arrow_orange.png) 0 center no-repeat;
}
.txt-example-01.step-04 {
  opacity: 0.32;
  pointer-events: none;
}
/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-cmn-01 {
  overflow: hidden;
  margin-top: 6px;
  font-size: 16px;
}
  .list-cmn-01 dt {
    padding: 11px 0;
    float: left;
  }
  .list-cmn-01 dd {
    padding: 11px 0;
    border-bottom: 1px solid #dcdcdc;
    text-align: right;
  }
  .list-cmn-01 dd:last-child {
    border-bottom: none;
  }

/*list-cmn-02
---------------------------------------------------------- */
.list-cmn-02 {
  overflow: hidden;
  font-size: 16px;
}
  .list-cmn-02 > dt {
    padding: 11px 0;
    float: left;
  }
  .list-cmn-02 > dd {
    padding: 11px 0 11px 180px;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
  }
  .list-cmn-02 > dd:last-child {
    border-bottom: none;
  }
  
/*list-cmn-03
---------------------------------------------------------- */
.list-cmn-03 {}
  .list-cmn-03 > .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .list-cmn-03 > .item:last-child {
    border-bottom: none;
  }
  .list-cmn-03 > .item-no-bottom {
    border-bottom: none;
  }

/*list-cmn-04
---------------------------------------------------------- */
.list-cmn-04 {}
  .list-cmn-04 > .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 15px;
    border-bottom: 1px solid #dcdcdc;
  }
  .list-cmn-04 > .item:last-child {
    border-bottom: none;
  }
  
/*list-cmn-05
---------------------------------------------------------- */
.list-cmn-05 {
  overflow: hidden;
  font-size: 16px;
}
  .list-cmn-05 > dt {
    padding: 11px 0;
    float: left;
  }
  .list-cmn-05 > dd {
    padding: 11px 0 11px 180px;
    text-align: left;
  }

/*list-cmn-06(list-cmn-03の下線の表示非表示を上線に変更しただけ)
---------------------------------------------------------- */
.list-cmn-06 > .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #dcdcdc;
}
.list-cmn-06 > .item:first-child {
  border-top: none;
}

/* list-cmn-definitiondescription
---------------------------------------------------------- */
.list-cmn-definitiondescription{
  border-bottom: 1px solid #dcdcdc;
}
.list-cmn-definitiondescription:last-child {
  border-bottom: none;
}

/* box-size
---------------------------------------------------------- */
.box-size-m{
  width: 360px;
}
/* box-item-utility
---------------------------------------------------------- */
.box-item-utility {
  display: table-cell;
  position: relative;
  padding: 0 10px;
}
  .box-item-utility .btn {
    position: relative;
    display: block;
    height: 64px;
    line-height: 64px;
    color:#000;
  }
  .box-item-utility .btn:hover,
  .box-item-utility .btn.is-active {
    position: relative;
    font-weight: bold;
    text-decoration: none;
  }
  .box-item-utility .btn:hover:before,
  .box-item-utility .btn.is-active:before {
    content: '';
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff8200;
  }
/* list-accordion-01
---------------------------------------------------------- */
.wrap-accordion-01 { padding: 10px 0 130px; }
.list-accordion-01 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 14px;
  background-color:#fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.16);
}
  .list-accordion-01 .title-acc {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 80px 15px 25px;
    font-size: 20px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .list-accordion-01 .title-acc:hover {
    opacity: 0.7;
  }
  .list-accordion-01 .title-acc:after {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    content: '';
    position: absolute;
    z-index: 2;
    right: 40px;
    top: 25px;
    width: 17px;
    height: 17px;
    background: url(/common/img/ico_according.png) 0 0 no-repeat;
  }
  .list-accordion-01 .title-acc.is-active:after {
    margin-top: -8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
    .list-accordion-01 .title-acc .number {
      margin-right: 24px;
      color: #666;
      font-weight: bold;
    }
  .list-accordion-01 .details-acc {
    display: none;
    padding: 4px 27px 20px;
  }
  .list-accordion-01.is-active .details-acc {
    display: block;
  }

/* box-item-utility
---------------------------------------------------------- */
.wrap-table-01 {
  padding: 0 20px;
}
.wrap-table-02 {
  padding: 0 25px;
}
.wrap-table-02.type-01 {
  border-bottom: 1px solid #dcdcdc;
} 
.wrap-table-02.type-02 {
  padding-bottom: 10px;
} 
.wrap-table-03 {
  padding: 0 30px;
}
/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-container-01 {
  width: 100%;
  table-layout: fixed;
}
.table-container-01.type-list thead {
  position: relative;
}
/*.table-container-01.type-list thead:after {
  position: absolute;
  left: 0;
  margin: -1px 0 0;
  width: calc(100% - 8px);
  height: 1px;
  content: "";
  background-color: #dcdcdc;
}
*/
  .table-container-01 .link {
    display: block;
    color: #000;
  }
  .table-container-01 .link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .table-container-01 .row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-container-01 th {
    vertical-align: top;
    padding: 11px 5px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
  }
  .table-container-01 td {
    padding: 9px 5px;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    word-wrap: break-word;
  }
  .table-container-01 tr:last-child td {
    border-bottom: none;
  }
  .table-container-01 thead th {
    text-align: left;
  } 
  .col-status {
    width: 4rem;
    text-align: center !important;
  }
  .col-condition {
    width: 5rem;
    text-align: center !important;;
  }
  .col-condition-contact {
    width: 6rem;
    text-align: center !important;
  }
  .col-error-icon {
    width: 4rem;
    text-align: center !important;
  }
  .col-info-title {
    width: 100%;
    text-align: left;
  }
  .col-device-name {
    width: 50%;
    text-align: left;
  }
  .col-device-id {
    width: 7rem;
    text-align: left;
  }
  .col-fw-version {
    width: 4rem;
    text-align: left;
  }
  .col-mac-address {
    width: 30%;
    text-align: left;
  }
  .col-schedule {
    width: 50%;
    text-align: left;
  }
  .col-file {
    width: 50%;
    text-align: left;
  }
  .col-priority {
    width: 6rem;
    text-align: left;
  }
  .col-date {
    width: 30%;
    text-align: left;
  }
  .col-date-ymd {
    width: 8.5rem;
    text-align: left;
  }
  .col-category-error {
    width: 8.0rem;
    text-align: left;
  }
  .col-category-task {
    width: 10.0rem;
    text-align: left;
  }
  .col-details {
    width: 50%;
    text-align: left;
  }
  .col-taskmanagement-id{
    width:8.0rem;
  }
  .col-number {
    width: 3rem;
    text-align: left;
  }
  tbody .col-number {
    border-bottom: none !important;
  }
  .col-direct-name {
    width: auto;
    text-align: left;
  }
  .col-repeat {
    width: 5rem;
    text-align: left;
  }
  .col-volume {
    width: 3em;
    text-align: left;
  }
  .col-contents-volume {
    width: 6rem;
    text-align: left;
  }
  .col-link-cancel {
    width: 6.1rem;
    text-align: left;
    vertical-align: middle;
  }
    .col-link-cancel a {
      margin-top: -2px;
      font-size: 12px;
    }
  .col-link-more {
    width: 2rem;
    text-align: center;
  }
  .col-link-more-02 {
    width: 48px;
    text-align: center;
  }
    .col-link-more-02 a {
      width: 47px;
      display: block;
      position: relative;
    }
    .col-link-more-02 a:before {
      content: '';
      position:absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 32px;
      margin-top: -16px;
      background-color: #dcdcdc;
    }
  .col-link-more-03 {
    width: 70px;
  }
  .col-edit {
    width: 3rem;
  }
  .col-delete {
    width: 3rem;
  }
  .col-checkbox {
    width: 2.5rem;
  }
  .col-contents-name {
    width: 50%;
  }
  .col-group-name {
    width: 70%;
  }
  .col-user-name-02 {
    width: 33.3%;
  }
  .col-user-group-id {
    width: 25%;
  }
  .col-email {
    width: 33.3%;
  }
  .col-authority {
    width: 33.3%;
  }
  .col-log {
    width: 100%;
  }
  .col-schedule-name {
    width: 40%;
  }
  .col-schedule-file {
    width: 40%;
  }
  .col-author {
    width: 20%;
  }
  .col-btn-more {
    width: 6rem;
    text-align: center;
  }
  .col-task-process {
    width: 6rem;
    text-align: left;
  }
/* table-container-02
---------------------------------------------------------- */
.table-container-02 {
  width: 100%;
  font-size: 16px;
}
  .table-container-02 th {
    text-align:left;
  }
  .table-container-02 td {
    text-align:right;
  }
  .table-container-02 th,
  .table-container-02 td {
    padding: 15px 0;
    width: 52%;
  }
  .table-container-02 th.title,
  .table-container-02 td.title {
    padding: 10px 8px;
    height: 55px;
  }
/* table-container-03
---------------------------------------------------------- */
.table-container-03 {
  margin-top: 8px;
  width: 100%;
  font-size: 16px;
  table-layout: fixed;
}
  .table-container-03 th {
    text-align:left;
    width: 38%;
  }
  .table-container-03 td {
    text-align:right;
    word-wrap: break-word;

  }
  .table-container-03 th,
  .table-container-03 td {
    vertical-align: top;
    padding: 10px 0;
    line-height: 1.75;
    border-bottom: 1px solid #dcdcdc;
  }
  .table-container-03 tr:last-child th,
  .table-container-03 tr:last-child td {
    border-bottom: none;
  }
/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.wrap-btn-01 {
  padding: 25px 15px;
  border-top: 1px solid #dcdcdc;
}
.wrap-btn-02 {
  padding: 8px 0 0 40px;
}
/* btn-cmn-01
---------------------------------------------------------- */
.btn-cmn-01 {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color:#fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #ff8200;
}
.btn-cmn-01:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn-cmn-01.is-disable {
  pointer-events: none;
  color:#aaa;
  background-color: #fafafa;
}
/* btn-cmn-02
---------------------------------------------------------- */
.btn-cmn-02 {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #35a16b;
}
.btn-cmn-02:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* btn-cmn-03
---------------------------------------------------------- */
.btn-cmn-03 {
  display: inline-block;
  min-width: 150px;
  height: 48px;
  padding: 0 5px;
  line-height: 48px;
  color:#000;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #bababa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-cmn-03:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* btn-cmn-04
---------------------------------------------------------- */
.btn-cmn-04 {
  display: inline-block;
  padding: 0 13px;
  height: 36px;
  line-height: 36px;
  min-width: 80px;
  color:#000;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #bababa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  white-space: nowrap;
}
.btn-cmn-04:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn-cmn-04.is-disable {
  border: none;
  pointer-events: none;
  color:#aaa;
}
/* btn-cmn-05
---------------------------------------------------------- */
.btn-cmn-05 {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #ff8200;
}
.btn-cmn-05:hover,
.btn-cmn-05.is-active {
  text-decoration: none;
  opacity: 0.6;
}
.btn-cmn-05.is-disable {
  border: none;
  pointer-events: none;
  color:#aaa;
  background-color:#fafafa;
}
/* btn-cmn-06
---------------------------------------------------------- */
.btn-cmn-06 {
  display: inline-block;
  width: 272px;
  height: 56px;
  line-height: 56px;
  color:#fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #ff8200;
}
.btn-cmn-06:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* btn-cmn-07
---------------------------------------------------------- */
.btn-cmn-07 {
  display: inline-block;
  width: 320px;
  height: 56px;
  line-height: 56px;
  color:#fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #ff8200;
}
.btn-cmn-07:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* btn-cmn-08
---------------------------------------------------------- */
.btn-cmn-08 {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #35a16b;
}
.btn-cmn-08:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* btn-cmn-09
---------------------------------------------------------- */
.btn-cmn-09 {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #ff2800;
}
.btn-cmn-09:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* btn-cmn-10
---------------------------------------------------------- */
.btn-cmn-10 {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color:#ff8200;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border:1px solid #ff8200;
}
.btn-cmn-10:hover,
.btn-cmn-10.is-active {
  text-decoration: none;
  opacity: 0.6;
}
.btn-cmn-10.is-disable {
  border: none;
  pointer-events: none;
  color:#aaa;
  background-color:#fafafa;
}
/* btn-cmn-11
---------------------------------------------------------- */
.btn-cmn-11 {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: #ff2800;
}
.btn-cmn-11:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn-01 {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #ff8200;
}
.link-cmn-01:after {
  content: '＞';
  padding-left: 0.5em;
  font-size: 16px;
  line-height: 1;
  color: #ff8200;
}
.link-cmn-01:before {
  position:absolute;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color:#ff8200;
}
.link-cmn-01:hover:before {
  content: '';
}
.link-cmn-01:hover,
.link-cmn-01.is-active {
  text-decoration: none;
}
/* link-cmn-02 
---------------------------------------------------------- */
.link-cmn-02 {
  font-size: 16px;
  padding-left: 32px;
}
  .link-cmn-02 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    padding: 2px 0 0 0;
    text-align: left;
    color: #000;
  }
  .link-cmn-02:hover span:before,
  .link-cmn-02.is-active span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background-color:#000;
  }
  .link-cmn-02 span:after {
    content: '';
    position: absolute;
    top: 3px;
    left: -32px;
    width: 24px;
    height: 24px;
  }
  .setting .link-cmn-02 span:after {
    background: url(/common/img/ico_setting.png) 0 0 no-repeat;
  }
  .history .link-cmn-02 span:after {
    background: url(/common/img/ico_history.png) 0 0 no-repeat;
  }
/* link-cmn-03 
---------------------------------------------------------- */
.link-cmn-03 {
  font-size: 24px;
  line-height: 1;
  color: #ff2800;
}
.link-cmn-03:hover,
.link-cmn-03.is-active {
  border-bottom: 2px solid #ff2800;
  text-decoration: none;
}
/* link-cmn-04
---------------------------------------------------------- */
.link-cmn-04 {
  display: inline-block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.link-cmn-04:hover {
  text-decoration:none;
  opacity: 0.7;
}
/* link-cmn-05
---------------------------------------------------------- */
.link-cmn-05 {
  font-size: 16px;
  line-height: 1;
  color: #ff8200;
  position: relative;
}
.link-cmn-05:before {
  position:absolute;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color:#ff8200;
}
.link-cmn-05:hover:before {
  content: '';
}
.link-cmn-05:hover,
.link-cmn-05.is-active {
  text-decoration: none;
}

/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn-height {
  vertical-align: -4px;
}
/* ==========================================================
 card-style
========================================================== */
/* card-style-01
---------------------------------------------------------- */
.card-style-01 {
  background-color:#fff;
}
  .card-style-01 .card-in {
    padding: 24px 20px 10px;
    min-height: 504px;
  }
  .card-style-01 .title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
  }
/* card-style-02
---------------------------------------------------------- */
.card-style-02 {
  background-color:#fff;
}
  .card-style-02 .card-in {
    padding: 24px 25px 10px;
    min-height: 504px;
  }
    .card-style-02 .card-in .box-ttl {
      position: relative;
      margin-bottom: 12px;
    }
    .card-style-02 .card-in .title {
      margin: 8px 0;
      font-size: 16px;
      font-weight: bold;
    }
    .card-style-02 .card-in .btn {
      position: absolute;
      right: 0;
      top: -8px;
      display: inline-block;
      width: 80px;
      height: 36px;
      line-height: 36px;
      color: #ff8200;
      font-size: 16px;
      text-align: center;
      border-radius: 2px;
      border: none;
      cursor: pointer;
      background-color: #fff;
      border: 1px solid #ff8200;
    }
    .card-style-02 .card-in .btn:hover {
      opacity: 0.6;
      text-decoration: none;
    }
    .card-style-02 .card-in .list-detail {
      margin-bottom: 20px;
      text-align: left;
    }
      .card-style-02 .card-in .list-detail dt {
        display:inline-block;
      }
      .card-style-02 .card-in .list-detail dd {
        display:inline-block;
      }
    .card-style-02 .card-in .list-icon {
      position: relative;
      margin-bottom: 8px;
      padding: 0 35px 0 10px;
      border:1px solid #bababa;
      height: 48px;
      line-height: 48px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background-color:#fafafa;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .card-style-02 .card-in .list-icon .ico {
      position: absolute;
      right: 10px;
      top: 50%;
      margin: -18px 0 0;
    }
    .card-style-02 .card-in .list-icon .ico:hover {
      opacity: 0.7;
      text-decoration: none;
    }
@media screen and (max-width: 1920px) {
.card-style-03 {
  margin-bottom: 16px;
}
}
/* ==========================================================
 img-cmn-adjust
========================================================== */
.img-cmn-adjust {
}
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
.card-form-01 {
  margin-bottom: 20px;
}
  .card-form-01 .txt-label {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }

.card-form-02 {
  width: 420px;
}
.card-form-03 {
  float: right;
  margin-right: 20px;
}

/* type="text" */
input[type="text"] {
  -webkit-appearance: none;
  font-size: 16px;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="text"]:hover {
  border: 1px solid #ff8200 !important;
  outline: 0;
}

input[type="file"] {
  width: 100%;
}
.input-file {
}
.input-file:hover {
  opacity: 0.7;
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {
}
/* select */
select {
  position: relative;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #bababa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
select:focus,
select:active,
select:hover {
  border: 1px solid #ff8200 !important;
  outline: 0;
}
select::-ms-expand {
  display: none;
}
.form-select-01 {
  display: inline-block;
  border: 1px solid #bababa;
  width: 180px;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fafafa url(/common/img/ico_select.png) 91% center no-repeat;
}
.form-select-01:focus,
.form-select-01:active,
.form-select-01:hover {
  border: 1px solid #ff8200 !important;
  outline: 0;
}
.form-select-02 {
  display: inline-block;
  width: 115px;
  background: #fafafa url(/common/img/ico_select.png) 90px center no-repeat;
}
.form-select-03 {
  display: inline-block;
  width: 158px;
  background: #fafafa url(/common/img/ico_select.png) 91% center no-repeat;
}
/* textarea */
textarea {
  -webkit-appearance: none;
  font-size: 16px;
}
textarea:focus,
textarea:active,
textarea:hover {
  border: 1px solid #ff8200 !important;
  outline: 0;
}

.form-textarea-01 {
  padding: 10px 10px;
  width: 540px;
  max-height: 128px;
  overflow-y: auto;
  border: 1px solid #bababa;
  border-radius: 2px;
}
.form-textarea-02 {
  padding: 10px 10px;
  width: 320px;
  height: 83px;
  overflow-y: auto;
  border: 1px solid #bababa;
  border-radius: 2px;
}
/* button */
button {
  -webkit-appearance: none;
}
/* placeholder */
::-webkit-input-placeholder {
  font-size: 16px;
  color: #adadad;
}
::-moz-placeholder {
  color: #adadad;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #adadad;
  font-size: 16px;
}
:-moz-placeholder {
  color: #adadad;
  font-size: 16px;
}

/* class Form
---------------------------------------------------------- */
.form-input-01 {
  padding: 0 0 0 5px;
  width: 320px;
  height: 36px;
  border:1px solid #bababa;
  border-radius: 2px;
}
.form-input-02 {
  padding: 0px 10px 0px 16px;
  width: 320px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #bababa;
  border-radius: 2px;
}
.form-input-02:focus,
.form-input-02:hover,
.form-input-02:active,
.form-input-02.is-focus {
  border: 1px solid #ff8200;
  outline: 0;
}
.form-input-02.is-disable {
  border: none;
  pointer-events: none;
  background-color:#fafafa;
}
.form-input-02.is-error {
  border:1px solid #ff2800;
}
.form-input-03 {
  padding: 0px 10px 0px 17px;
  width: 400px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #bababa;
  border-radius: 2px;
}
.form-input-03:focus,
.form-input-03.is-focus {
  border: 1px solid #ff8200;
}
.form-input-03.is-disable {
  border: none;
  pointer-events: none;
  background-color:#fafafa;
}
.form-input-03.is-error {
  border:1px solid #ff2800;
}
.form-input-04 {
  padding: 0px 10px 0px 17px;
  width: 389px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #bababa;
  border-radius: 2px;
}
.form-input-04:focus,
.form-input-04.is-focus {
  border: 1px solid #ff8200;
}
.form-input-04.is-disable {
  border: none;
  pointer-events: none;
  background-color:#fafafa;
}
.form-input-04.is-error {
  border:1px solid #ff2800;
}
.form-btn-01 {
  width: 80px;
  height: 36px;
  line-height: 36px;
  border:1px solid #bababa;
  border-radius: 2px;
  background-color: #fafafa;
}
.form-btn-01:hover { opacity: 0.7; }
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {}
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {}

.check-item {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 17px;
  line-height: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-item.is-disable {
  pointer-events: none;
  color:#aeaeae;
}
.check-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobtn {
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fafafa;
  border-radius: 50%;
  border: 1px solid #bababa;
}
.is-disable .radiobtn {
  pointer-events: none;
  border: none;
}
.check-item:not(.is-disable) input:checked ~ .radiobtn {
  border: 1px solid #ff8200;
}
.check-item:hover input ~ .radiobtn,
.check-item.is-hover input ~ .radiobtn {
  border: 1px solid #ff8200;
}
.radiobtn:after { /* checked circle */
  content: "";
  position: absolute;
  display: none;
}
.check-item input:checked ~ .radiobtn:after {
  display: block;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.check-item.is-disable input:checked ~ .radiobtn:after {
  background: #bababa;
  opacity: 0.5;
}
.check-item:not(.is-disable) input:checked ~ .radiobtn:after {
  background: #ff8200;
}
.checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fafafa;
  border: 1px solid #bababa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.is-disable .checkmark {
  background-color: #fafafa;
  border: none;
}

.check-item:hover input ~ .checkmark,
.check-item.is-hover input ~ .checkmark {
  background-color: #fafafa;
  border:1px solid #ff8200;
}

.check-item input:checked ~ .checkmark {
  background-color: #fafafa;
  border: 1px solid #ff8200;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-item .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #ff8200;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio {
}
/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
}
.select-item {
  overflow: hidden;
  margin-bottom: 22px;
}
  .select-item .my-select:first-of-type {
    width: 145px;
    margin-right: 5px;
  }
  .select-item .my-select:last-of-type {
    width: 115px;
  }
/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
}
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button {
}
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover
{
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}
/* css animation 
---------------------------------------------------------- */
.is-animate
{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==========================================================
 layout partslist
========================================================== */
.partslist-layout-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
}
.partslist-layout-02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -5px;
}
  .partslist-layout-02 > .flex-item {
    margin: 0 5px;
  }



/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-bg-w     { background: #fff !important;}
.s-pos-s     { position: static !important;}
.s-pos-r     { position: relative !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-mb-05    { margin-bottom: 5px !important;}
.s-mb-15    { margin-bottom: 15px !important;}
.s-mb-20    { margin-bottom: 20px !important;}
.s-mb-40    { margin-bottom: 40px !important;}
.s-mb-100    { margin-bottom: 100px !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-ml-05    { margin-left: 5px !important;}
.s-ml-10    { margin-left: 10px !important;}
.s-ml-15    { margin-left: 15px !important;}
.s-ml-20    { margin-left: 20px !important;}
.s-mr-00    { margin-right: 0 !important;}
.s-mr-25    { margin-right: 25px !important;}
.s-pd-20    { padding: 20px !important;}
.s-pd-50    { padding: 50px !important;}
.s-fz-12    { font-size: 12px !important;}
.s-fz-24    { font-size: 24px !important;}
.s-full-100    { width: 100% !important;}
.s-w-132    { width: 132px !important;}
.s-w-250    { width: 250px !important;}
.s-mxw-320    { max-width: 320px !important;}
.s-mxw-328    { max-width: 328px !important;}
.s-mxw-504    { max-width: 504px !important;}
.s-mxw-600    { max-width: 600px !important;}
.s-mxw-608    { max-width: 608px !important;}
.s-mxw-652    { max-width: 652px !important;}
.s-mxw-720    { max-width: 720px !important;}
.s-mxw-1024    { max-width: 1024px !important;}
.s-mxw-1062    { max-width: 1062px !important;}
.s-mxw-full    { max-width: 100% !important;}
.s-disable    { 
  opacity: 0.32;
  pointer-events: none;
}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-tb,
.only-sp,
.no-pc { display: none !important;}
.no-tb {}
.no-sp {}
/* tb
---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
.only-pc,
.no-tb    { display: none !important;}
.only-tb,
.no-pc    { display: block !important;}
img.only-tb,
img.no-pc { display: inline-block !important;}
}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.only-pc,
.no-sp,   
.only-tb,
img.only-tb  { display: none !important;}
.only-sp,
.no-pc,
.no-tb     { display: block !important;}
img.only-sp,
img.no-pc,
img.no-tb  { display: inline-block !important;}
}

/* ==========================================================
 TOA add
 ========================================================== */
/* all delete button
---------------------------------------------------------- */
.all-del-btn-pos-r {
  float: right;
}
/* filtering area
---------------------------------------------------------- */
.filter-area-r {
  text-align: right;
  margin-right: 20px;
}
 .filter-area-r > .filter-area-label {
  font-size: 16px;
  margin-right: 8px;
 }

 /* form select
---------------------------------------------------------- */
.form-select-w-auto {
  display: inline-block;
  background: #fafafa url(/common/img/ico_select.png) calc(100% - 10px) center no-repeat;
  padding-right: 30px;
}

/* form input
---------------------------------------------------------- */
.form-input-textbox {
  padding: 0px 10px 0px 16px;
  width: 400px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #bababa;
  border-radius: 2px;
}

.form-input-password {
  padding: 0px 10px 0px 16px;
  width: 400px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #bababa;
  border-radius: 2px;
}
