@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-repeat: no-repeat; }

/*  */
.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.ml20 {
  margin-left: 20px; }

.nb {
  border: none;
  border: 0; }

.left {
  float: left; }

.right {
  float: right; }

.left_ {
  float: left; }

.right_ {
  float: right; }

.center {
  width: 100%;
  text-align: center;
  clear: both;
  overflow: hidden; }

.map {
  width: 320px;
  height: 160px;
  border: 0;
  float: left; }

.map2 {
  width: 680px;
  height: 680px;
  border: 0; }

.bdr_top {
  border-top: 1px solid #009046; }

.font10 {
  font-size: 10px; }

.t_right {
  text-align: right; }

.font_b {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

ul, dl, ol {
  text-indent: 0; }

li {
  list-style: none; }

img {
  border: 0; }

/*  */
h1 {
  width: 100%;
  clear: both;
  overflow: hidden; }

/* N */
a,
a:link,
a:visited {
  color: #2c86c3;
  text-decoration: underline; }

a:hover {
  color: #3599cd;
  text-decoration: underline; }

a img {
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */

@charset "UTF-8";
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block;
  margin: 0;
  padding: 0; }

body {
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  background-color: #FFFFFF; }

.btn {
  border: none; }

.btn-black {
  background: #000000;
  color: #ffffff;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-black:hover, .btn-black:focus {
  background: #333333;
  color: #ffffff; }

.btn-black:active {
  background: #1f1f1f;
  color: #ffffff; }

.btn-warning {
  background: #f8931f !important; }

.btn-warning:hover, .btn-warning:focus {
  background: #fe9926 !important; }

.btn-warning:active {
  background: #fb9623 !important; }

.btn-primary {
  background: #598db1 !important; }

.btn-primary:hover, .btn-primary:focus {
  background: #5f87ab !important; }

.btn-primary:active {
  background: #5c8aae !important; }

.main-container {
  margin: 0px auto;
  padding: 0px 10px 60px 0px;
  max-width: 1024px;
  position: relative;
  z-index: 0;
  background-color: #FFFFFF; }

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

.logo {
  /*width: 100%;*/
  padding-top: 25px;}

.logo .left_header {
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
  line-height: 1.1;}

.logo .left_header .comp {
  color: #999;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;}

.logo .left_header .english {
  display: inline-block;}
.logo .left_header .english h1 {
  margin: 0px;
  font-size: 38px;
  font-weight: bold;}

.logo .left_header .katakana {
  display: inline-block;
  font-size: 20px;
  margin-left: 8px;}

.logo .left_header .order {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 10px;}

.logo .right_header {
  display: inline-block;
  float: right;
  color: #999;
  font-weight: bold;
  text-align: right;}

.logo .right_header .katakana {
  font-size: 12px;
  margin: 45px 0 8px;}

.logo .right_header .english h2 {
  font-size: 16.5px;
  margin: 0;
  font-weight: bold;}



.form-control {
  border: 1px solid #989898; }

h1 {
  margin: 20px 0px 0px 0px;
  padding: 0px; }
  h1 .title-left {
    padding: 30px 0px 0px 0px;
    text-align: center; }
  h1 .title-logo {
    padding: 0px 0px 0px 12%;
    text-align: left; }

#page-custom h2 {
  font-size: 18px; }

#page-custom h3 {
  width: 100%;
  margin-bottom: 10px !important;
  position: relative; }
  #page-custom h3 img {
    top: 0;
    left: 0;
    padding-top: 4px; }
  #page-custom h3 .step-title {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 18px !important;
    font-weight: bold;
    background-color: #e6e6e6;
    padding: 8px 30px;
    width: 97%;
    z-index: -100; }

label {
  font-weight: normal !important; }

.progress-dummy {
  height: 0px; }

.progress {
  height: 250px;
  text-align: center;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  background-color: #f2f2f2;
  margin: 20px auto 0px auto; }
  .progress h2 {
    padding-left: 150px; }
  .progress .title-help {
    padding: 10px 0px 0px 0px;
    text-align: left; }
  .progress .steps {
    padding-top: 20px;
    width: 858px;
    margin: 0 auto; }
    .progress .steps .step-mark {
      text-align: center; }
    .progress .steps .step-text {
      text-align: center;
      padding: 0px 0px !important;
      border: 1px solid #cccccc;
      background-color: #ffffff;
      height: 46px;
      font-size: 32px; }
    .progress .steps .step-comment {
      text-align: center;
      padding-top: 5px;
      height: 25px;
      font-size: 11px;
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .progress .steps .step-left {
      padding-right: 0px !important; }
    .progress .steps .step-right {
      padding-left: 0px !important; }
  .progress .step1 {
    float: left;
    width: 250px;
    height: 128px; }
  .progress .step2 {
    float: left;
    width: 90px;
    height: 133px; }
  .progress .step3 {
    float: left;
    width: 90px;
    height: 133px; }
  .progress .step4 {
    float: left;
    width: 90px;
    height: 133px; }
  .progress .step5 {
    float: left;
    width: 90px;
    height: 133px; }
  .progress .step-button {
    float: left;
    height: 133px;
    width: 258px;
    padding-top: 58px;
    padding-left: 5px; }
    .progress .step-button button {
      width: 124px;
      height: 52px; }

button:disabled {
  background-color: #cccccc !important;
  border-color: #cccccc !important; }

button[disabled]:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important; }

#page-custom .style-change {
  color: #e95532;
  font-size: 14px; }
  #page-custom .style-change span {
    font-size: 20px;
    margin: 0px 5px; }

#page-custom .upgrade {
  color: #00b8ee;
  font-size: 14px; }
  #page-custom .upgrade span {
    font-size: 20px;
    margin: 0px 5px; }

#page-custom .border-bottom {
  border-bottom: 2px solid #333333;
  margin-bottom: 20px; }

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

#part-number {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 400px; }

[class^='select2'] {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  line-height: 34px !important;
  font-size: 18px; }

.select2-container .select2-selection--single {
  height: 34px !important;
  line-height: 34px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px !important; }

.triangle {
  padding-left: 20px; }
  .triangle i {
    font-size: 30px;
    line-height: 100%; }

#default-set {
  font-size: 16px;
  line-height: 150%; }

#page-custom .radio {
  border: 1px solid #f1f1f1; }
  #page-custom .radio label {
    width: 100%;
    padding: 8px; }
    #page-custom .radio label input[type=radio] {
      width: 20px;
      height: 20px;
      margin: 3px 5px 0px 5px; }
    #page-custom .radio label .size-number,
    #page-custom .radio label .emboss-number,
    #page-custom .radio label .coating-number,
    #page-custom .radio label .topclear-number {
      margin: 0px 10px 0px 40px;
      padding: 0px 10px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      font-size: 18px;
      font-weight: bold; }
    #page-custom .radio label .size-number,
    #page-custom .radio label .emboss-number,
    #page-custom .radio label .coating-number,
    #page-custom .radio label .topclear-number {
      background-color: #fce9de !important;
      border: solid 1px #fce9de; }
    #page-custom .radio label .coating-number,
    #page-custom .radio label .topclear-number {
      background-color: #e9f5fc !important;
      border: solid 1px #e9f5fc; }
    #page-custom .radio label .size-text,
    #page-custom .radio label .emboss-text,
    #page-custom .radio label .coating-text {
      font-size: 16px; }
    #page-custom .radio label .size-nochange,
    #page-custom .radio label .emboss-nochange {
      margin: 0px 10px 0px 40px;
      font-size: 16px; }
    #page-custom .radio label .size-image {
      margin-right: 5px; }

#page-custom .panel-default {
  border: 2px solid #f1f1f1 !important; }
  #page-custom .panel-default .detail3-image {
    margin-bottom: 5px; }
  #page-custom .panel-default .detail3-title {
    margin-bottom: 2px; }
    #page-custom .panel-default .detail3-title .emboss-number {
      margin: 5px 0px;
      padding: 0px 8px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      font-size: 16px;
      font-weight: bold;
      background-color: #fce9de !important;
      border: solid 1px #fce9de; }
    #page-custom .panel-default .detail3-title .emboss-text {
      font-size: 14px; }
  #page-custom .panel-default .detail3-text .emboss-text-s {
    font-size: 10px; }
  #page-custom .panel-default .detail4-image {
    margin-bottom: 5px; }
  #page-custom .panel-default .detail4-title {
    text-align: center;
    margin-bottom: 2px; }
    #page-custom .panel-default .detail4-title .coating-text {
      font-size: 14px; }
  #page-custom .panel-default .detail4-text {
    text-align: center; }
    #page-custom .panel-default .detail4-text .coating-text-c {
      margin: 5px 0px;
      padding: 0px 8px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      font-size: 12px;
      background-color: #e8f5fd !important;
      border: solid 1px #e8f5fd; }
  #page-custom .panel-default .detail5-image {
    margin-bottom: 5px; }
  #page-custom .panel-default .detail5-text {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px; }
    #page-custom .panel-default .detail5-text .detail5-title {
      font-size: 14px; }

#delivery-date {
  background-color: #ffffff;
  cursor: text; }

#page-custom .bottom-button {
  margin: 50px 0px 0px 0px; }
  #page-custom .bottom-button button {
    width: 124px;
    height: 52px; }

.size-table {
  border-collapse: collapse; }
  .size-table th {
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    padding: 5px 3px; }
  .size-table td {
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
    padding: 10px 5px;
    text-align: center;
    font-size: 12px;
    font-weight: normal; }
    .size-table td .size-number {
      padding: 0px 10px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      font-size: 18px;
      font-weight: bold;
      background-color: #fce9de !important;
      border: solid 1px #fce9de; }
  .size-table td.size-col {
    border-right: 1px #000000 solid; }

#page-order h2 {
  font-size: 18px;
  background-color: #e6e6e6;
  padding: 10px 20px; }

#page-order .form-group {
  height: 20px; }

#page-order .order-input label {
  font-size: 14px;
  line-height: 100%;
  padding-top: 8px; }

#page-order .order-input label.two {
  padding-top: 4px; }

#page-order .order-input .row {
  padding-bottom: 15px; }

#page-order .mandatory {
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 5px;
  position: absolute;
  margin: 6px 0px 0px -5px; }

#page-order .mandatorytwo {
  margin: 8px 0px 0px -5px; }

#page-order .mandatory-dummy {
  color: #ffffff;
  font-size: 10px; }

#page-order .mandatory-case {
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 5px; }

#page-order .ordering {
  padding-top: 5px;
  margin-top: 20px;
  border-top: 2px solid #000000; }

#page-order .ordering-btn {
  margin-bottom: 20px; }
  #page-order .ordering-btn button {
    width: 142px;
    height: 38px; }

#page-order .delivery-about {
  width: 475px;
  border: 1px solid #ef8200;
  padding: 5px 10px; }
  #page-order .delivery-about .orange {
    color: #ef8200; }
  #page-order .delivery-about .red {
    color: #ef0808; }
  #page-order .delivery-about .txt_bold {
    font-weight: bold; }
  #page-order .delivery-about .line_under {
    text-decoration: underline; }

#page-order #ordering-table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  width: 100%; }
  #page-order #ordering-table th {
    padding: 5px 5px;
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 16px; }
  #page-order #ordering-table th.title {
    background-color: #e6e6e6; }
  #page-order #ordering-table th.orderth-no {
    width: 42px; }
  #page-order #ordering-table th.orderth-num {
    width: 270px; }
  #page-order #ordering-table th.orderth-price {
    width: 130px; }
  #page-order #ordering-table th.orderth-in {
    width: 130px; }
  #page-order #ordering-table th.orderth-case {
    width: 206px; }
  #page-order #ordering-table th.orderth-m2 {
    width: 142px; }
  #page-order #ordering-table th.orderth-btn {
    width: 108px; }
  #page-order #ordering-table td {
    padding: 10px 5px;
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    text-align: center;
    font-size: 12px; }
  #page-order #ordering-table td.no {
    font-size: 18px;
    vertical-align: bottom;
    text-align: center;
    border-left: none; }
  #page-order #ordering-table td.part-number {
    font-size: 20px;
    text-align: left; }
  #page-order #ordering-table td.part-price {
    text-align: left; }
  #page-order #ordering-table td.part-in {
    text-align: left; }
  #page-order #ordering-table td.detail {
    font-size: 14px;
    color: #5585a9;
    border-top: solid 1px #cdcdcd;
    text-align: left; }
  #page-order #ordering-table .line-u {
    border-top: 1px solid #000000; }
  #page-order #ordering-table .line-d {
    border-bottom: 1px solid #000000; }
  #page-order #ordering-table .case {
    font-size: 24px;
    text-align: right;
    padding: 0 5px;
    width: 3em; }
  #page-order #ordering-table .btns {
    text-align: center;
    border-right: none; }
    #page-order #ordering-table .btns button {
      margin: 5px 0px;
      width: 80px; }

.error-msg {
  color: #e74c3c; }

#field-name,
#customer-company,
#customer-staff,
#customer-municipality,
#customer-address-building,
#shipping-company,
#shipping-staff,
#shipping-municipality,
#shipping-address-building,
#shipping-remark {
  width: 80%; }

.print-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000000; }

.print-btn {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000000; }
  .print-btn button {
    width: 142px;
    height: 38px; }

.modal-body {
  text-align: center; }

.modal-footer {
  text-align: center; }
  .modal-footer .btn-ok, .modal-footer .btn-cancel {
    width: 95px; }

.lb-outerContainer {
  background-color: transparent !important; }

.lightbox .lb-image {
  border-color: transparent !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }

.lb-data .lb-close {
  position: relative;
  top: 60px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px; }
  .lb-data .lb-close img {
    width: 40px;
    height: 40px; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }

#page-top a {
  display: block;
  z-index: 99999;
  padding: 8px 0 0 0px;
  width: 50px;
  height: 35px;
  background-color: #e6e6e6;
  color: #303030;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }
  #page-top a i {
    transform: scale(2.5, 1); }

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7; }

.print-canvas .buttons {
  padding: 20px 0px; }
  .print-canvas .buttons button {
    width: 142px;
    height: 38px; }
  .print-canvas .buttons a#download-link {
    text-decoration: none;
    color: #ffffff;
    padding-top: 10px;
    width: 142px;
    height: 38px; }

@media print {
  .print-canvas {
    padding: 0px; }
    .print-canvas button {
      display: none; }
    .print-canvas a {
      display: none; } }

.print-canvas .print-image {
  display: block; }

@media screen {
  .print-canvas .fax {
    margin: 0 auto;
    border: 1px solid #000000;
    width: 768px;
    height: 1086px; }
    .print-canvas .fax img {
      width: 100%;
      height: 100%; } }

div.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 300px;
  padding-left: 49%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999; }

span.loading-sp, span.loading-sp:after {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(radial, 4 center, 0, 4 center, 4, from(#cccccc), color-stop(0.5, #cccccc), color-stop(0.9, transparent), to(transparent)), -webkit-gradient(radial, center 4, 0, center 4, 4, from(#cccccc), color-stop(0.5, #cccccc), color-stop(0.9, transparent), to(transparent)), -webkit-gradient(radial, 46 center, 0, 46 center, 4, from(#cccccc), color-stop(0.5, #cccccc), color-stop(0.9, transparent), to(transparent)), -webkit-gradient(radial, center 46, 0, center 46, 4, from(#cccccc), color-stop(0.5, #cccccc), color-stop(0.9, transparent), to(transparent));
  background-image: -webkit-radial-gradient(10% 50%, 4px 4px, #cccccc, #cccccc 95%, #cccccc 95%, transparent), -webkit-radial-gradient(50% 10%, 4px 4px, #cccccc, #cccccc 95%, #cccccc 95%, transparent), -webkit-radial-gradient(90% 50%, 4px 4px, #cccccc, #cccccc 95%, #cccccc 95%, transparent), -webkit-radial-gradient(50% 90%, 4px 4px, #cccccc, #cccccc 95%, #cccccc 95%, transparent);
  background-image: radial-gradient(4px 4px at 10% 50%, #cccccc, #cccccc 95%, transparent), radial-gradient(4px 4px at 50% 10%, #cccccc, #cccccc 95%, transparent), radial-gradient(4px 4px at 90% 50%, #cccccc, #cccccc 95%, transparent), radial-gradient(4px 4px at 50% 90%, #cccccc, #cccccc 95%, transparent); }

span.loading-sp {
  position: relative;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-animation: loading-sp_animation 2s linear infinite;
  animation: loading-sp_animation 2s linear infinite; }

span.loading-sp:after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@-webkit-keyframes loading-sp_animation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loading-sp_animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

div.image {
  text-align: center;
  overflow: hidden;
  width: 450px;
  /* トリミングしたい枠の幅 */
  height: 400px;
  /* トリミングしたい枠の高さ */
  position: relative; }

img.item_image {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 3; }

.shosai {
  margin-top: -30px;
  width: 50% !important; }

img.item_zoom {
  position: relative;
  float: left;
  z-index: 4;
  width: 25px;
  margin: 10px 0 0 10px;
  cursor: pointer; }

img.item_print {
  position: relative;
  float: left;
  z-index: 4;
  width: 25px;
  margin: 10px 0 0 10px;
  cursor: pointer; }

img.item_save {
  position: relative;
  float: left;
  z-index: 4;
  width: 25px;
  margin: 10px 10px 0 10px;
  cursor: pointer; }

img.item_close {
  position: absolute;
  z-index: 4;
  width: 27px;
  right: 0;
  cursor: pointer;
  top: 0; }

img.modal_save {
  position: relative;
  float: left;
  z-index: 4;
  width: 25px;
  margin: 10px 5px 0 15px;
  cursor: pointer;
  right: -679px;
  top: -7px; }

img.modal_print {
  position: relative;
  float: left;
  z-index: 4;
  width: 25px;
  margin: 10px 0 0 10px;
  cursor: pointer;
  right: -679px;
  top: -7px; }

div.modal_image {
  margin: 30px auto;
  text-align: center;
  overflow: hidden;
  width: 800px;
  /* トリミングしたい枠の幅 */
  height: 900px;
  /* トリミングしたい枠の高さ */
  position: relative;
  z-index: 2; }

img.modal_image {
  position: absolute;
  top: -10%;
  left: 0;
  width: 800px; }

img.modal_logo {
  position: absolute;
  float: left;
  z-index: 4;
  margin: 10px 0 0 10px;
  cursor: pointer;
  right: 582px;
  top: 0; }

p.modal_item_no {
  z-index: 4;
  position: absolute;
  right: 666px;
  top: 52px;
  font-size: 2rem; }

p.modal_item_data {
  z-index: 4;
  position: absolute;
  left: 143px;
  top: 55px;
  font-size: 1.7rem; }

p.modal_line {
  z-index: 4;
  position: absolute;
  right: 498px;
  top: 84px;
  width: 283px;
  border-bottom: 1px solid #a8a7a7; }

p.modal_item_size {
  z-index: 4;
  position: absolute;
  left: 23px;
  top: 91px;
  font-size: 1.7rem; }

p.downloadButton {
  z-index: 5;
  position: absolute;
  right: 49px;
  top: 7px;
  font-size: 1.7rem;
  opacity: 0; }

div.modal_image p.downloadButton {
  z-index: 5;
  position: absolute;
  right: 49px;
  top: 7px;
  font-size: 1.7rem;
  opacity: 0; }

div.image p.downloadButton {
  z-index: 5;
  position: absolute;
  right: 349px;
  top: 7px;
  font-size: 1.7rem;
  opacity: 0; }

/*
img.logo_img {
	width: 600px;
}
*/
.text-red {
  color: red;
  font-size: 10px; }

#img_size_text {
  display: none;
}