@charset "UTF-8";
/*==================================================================*/
/* item_top css　*/
/*==================================================================*/
/* ovf-auto
---------------------------------------------------------------------------- */
.ovf-auto {
  margin-bottom: 1em;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.ovf-auto #tf_form {
  margin-bottom: 0;
  padding: 15px;
  background-color: #fff;
}
.ovf-auto #tf_form .error {
  width: 100%;
  margin: 0 0 1em;
  font-size: .9rem;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.ovf-auto #tf_form #estimate_btn {
  padding: 0 2.5em;
  border: 1px solid #1D6DC1;
  border-radius: 5px;
  background-image: linear-gradient(#7abcff, #4096ee);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 3px #4096ee;
  color: #fff;
  font-weight: bold;
  font-size: .9rem;
}
.ovf-auto #tf_form #estimate_btn:hover, .ovf-auto #tf_form #estimate_btn:active {
  background-image: linear-gradient(#4096ee, #7abcff);
}
.ovf-auto #tf_form #form {
  margin: 0 0 .5em;
  padding: .5em;
  border: 1px solid #ccc;
  border-style: solid none;
  background-color: #eee;
  color: #000;
  font-size: .8rem;
  text-align: center;
}
.ovf-auto #tf_form #form input[type="tel"] {
  padding: .5em;
  border-radius: 3px;
  border: 1px solid #aaa;
}
.ovf-auto #tf_form #cart_btn {
  max-height: 43px;
  width: auto;
  margin-bottom: 1em;
}
.ovf-auto #tf_form .note {
  width: 57%;
  margin: .5em 0 1em;
  padding: 0;
  background-color: transparent;
  font-size: .75rem;
  color: #333;
}
.ovf-auto #tf_form > ul {
  width: 57%;
  padding-bottom: 0 !important;
  border-top: 1px dotted #ccc;
}
.ovf-auto #tf_form > ul li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  color: #666;
}
.ovf-auto #tf_form > ul li#size_width_00 {
  top: 125px;
  left: 505px;
}
.ovf-auto #tf_form > ul li#size_width_01 {
  top: 35px;
  left: 500px;
}
.ovf-auto #tf_form > ul li#size_length {
  top: 181px;
  left: 503px;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* ovf-auto */
  /* -------------------------------------------- */
  .ovf-auto #tf_form {
    width: 100%;
    padding: 246px 10px 15px;
    background-position-x: 50%;
  }
  .ovf-auto #tf_form #estimate_btn {
    display: block;
    margin: 0 auto 1em;
    padding: 0 4.5em;
    text-align: center;
  }
  .ovf-auto #tf_form #screen_cut {
    width: 280px;
    height: 126px;
    left: calc(50% + 26px);
    transform: translateX(-50%);
  }
  .ovf-auto #tf_form #form {
    width: 100%;
    padding: .5em .2em;
    font-feature-settings: "palt";
    font-size: .75rem;
  }
  .ovf-auto #tf_form #form input[type="tel"] {
    width: 60px;
    font-size: 16px;
    transform: scale(0.9);
  }
  .ovf-auto #tf_form .note {
    width: 100%;
  }
  .ovf-auto #tf_form > ul {
    width: 100%;
  }
  .ovf-auto #tf_form > ul li#size_width_00, .ovf-auto #tf_form > ul li#size_width_01, .ovf-auto #tf_form > ul li#size_length {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 65px;
  }
}
