@charset "Shift_JIS";

.order_utility_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px 0 46px; }

.order_utility_button_area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px 0 46px; }

.order_utility_button_area3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 48px; }

.order_utility_button_area9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px 0 50px; }

.order_utility_button_area4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0; }

.order_utility_button_area4_last {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.order_utility_button_area4_stackbutton {
  display: block;
  outline: 0; }
  .order_utility_button_area4_stackbutton + .order_utility_button_area4_stackbutton {
    margin-top: 20px; }
  .order_utility_button_area4_last .order_utility_button_area4_stackbutton img {
    width: 100%;
    height: auto; }

.order_utility_button_area5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0; }

.order_utility_button_area6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 50px; }

.order_utility_button_area6_button {
  outline: 0; }

/* 20180220 No.346 C³ŠJŽn */
.order_utility_button_imgtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 50px; }
  .order_utility_button_imgtext_label {
    margin-left: 4px;
    padding-left: 7px;
    padding-right: 14px; }
  .order_utility_button_imgtext_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3; }
    .order_utility_button_imgtext_title span {
      font-size: 14px; }
  .order_utility_button_imgtext_description {
    font-size: 11px; }

.order_utility_button_imgtext_button {
  width: 100%;
  max-width: 430px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1px;
  box-sizing: border-box;
  position: relative;
  outline: 0; }
  .order_utility_button_imgtext_button:link, .order_utility_button_imgtext_button:visited {
    color: #ffffff; }
  .order_utility_button_imgtext_button:hover {
    text-decoration: none; }
  .order_utility_button_imgtext_button:after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
    right: 10px;
    top: calc(50% - 5px); }
  .order_utility_button_imgtext_button--red {
    background-color: #c91234; }
  .order_utility_button_imgtext_button--blue {
    background-color: #0070c0; }
  /* 20180220 No.349 C³ŠJŽn */
  .order_utility_button_imgtext_button--gray {
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f1 47%, #ededed 100%);
    border: 1px solid #afafaf;
    margin-left: auto;
    }
    .order_utility_button_imgtext_button--gray:link, .order_utility_button_imgtext_button--gray:visited {
      color: #333; }
    .order_utility_button_imgtext_button--gray:after {
      border-color: transparent transparent transparent #666666; }
  /* 20180220 No.349 C³I—¹ */

/* 20180220 No.346 C³I—¹ */
.order_utility_button_area7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0; }

.order_utility_button_area8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px 0 46px; }
  .order_utility_button_area8 .order_utility_button_home {
    width: 210px;
    box-sizing: border-box; }
    .order_utility_button_area8 .order_utility_button_home + .order_utility_button_next {
      width: 230px; }

.order_utility_button_home {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px 0 40px;
  height: 36px;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background-color: #ececec;
  text-align: center;
  font-size: 15px;
  outline: 0; }
  .order_utility_button_home:link, .order_utility_button_home:active, .order_utility_button_home:visited, .order_utility_button_home:hover {
    color: #000;
    text-decoration: none; }
  .order_utility_button_home:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: solid transparent;
    border-width: 5px 8px 5px 0;
    border-right-color: #666; }

.order_utility_button_home2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 30px;
  height: 36px;
  line-height: 1;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background-color: #ececec;
  font-size: 16px;
  outline: 0; }
  .order_utility_button_home2:link, .order_utility_button_home2:active, .order_utility_button_home2:visited, .order_utility_button_home2:hover {
    color: #000;
    text-decoration: none; }
  .order_utility_button_home2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: solid transparent;
    border-width: 4px 8px 4px 0;
    border-right-color: #666; }

.order_utility_button_next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  width: 290px;
  height: 56px;
  border: 0 none;
  color: #fff;
  font-size: 22px;
  background-color: #c91234;
  outline: 0; }
  .order_utility_button_next:link, .order_utility_button_next:visited, .order_utility_button_next:hover, .order_utility_button_next:focus, .order_utility_button_next:active {
    color: #fff;
    text-decoration: none; }
  .order_utility_button_next:disabled {
    opacity: .3; }
  .order_utility_button_next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: solid transparent;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff; }
  .order_utility_button_home + .order_utility_button_next,
  .order_utility_button_home2 + .order_utility_button_next {
    margin-left: auto; }

.order_utility_button_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }
  .order_form_input_text_zip + .order_utility_button_search {
    margin-left: 15px; }
  .order_utility_button_search::before {
    content: "";
    background-image: url(/kaunet/images/template/spritesheet_calc.png);
    background-repeat: no-repeat; }

.order_utility_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.order_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 60px;
  border-width: 0 0 3px;
  border-style: solid;
  border-color: #c91234; }

.order_header_logo {
  width: 176px;
  height: 40px;
  background-image: url(/kaunet/images/template/spritesheet_calc.png);
  background-repeat: no-repeat;
  background-position: -19px -1201px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  cursor: pointer; }

 .order_header_logo_nolink {
  width: 176px;
  height: 40px;
  background-image: url(/kaunet/images/template/spritesheet_calc.png);
  background-repeat: no-repeat;
  background-position: -19px -1201px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
   }

  .order_header_logo a {
    display: block;
    width: 100%;
    height: 100%; }

.order_header_copy {
  font-size: 11px;
  text-align: right; }

.order_contents {
  box-sizing: border-box;
  margin: 0 auto 75px;
  padding: 0 10px 0;
  max-width: 1120px; }
  .order_contents_1280 {
    max-width: 1280px; }
    .order_contents_1280 #contents #main #main_inner {
      padding-left: 0;
      padding-right: 0; }

.order_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.order_column_main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.order_column_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 14px;
  width: 300px; }

.order_breadcrumb {
  margin: 10px 0 20px;
  overflow: hidden; }

.order_breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5; }

.order_breadcrumb_listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  background: #f4f4f4;
  color: #444;
  font-size: 114.3%;
  padding: 7px 0 7px 15px;
  width: calc(100% / 3);
  position: relative;
  box-sizing: border-box;
  line-height: 1; }
  .order_breadcrumb_listitem:after {
    content: "";
    width: 18px;
    height: calc(100% + 2px);
    display: block;
    position: absolute;
    right: -18px;
    top: -1px;
    z-index: 5;
    background-image: url(/kaunet/images/template/k035_tf_180228_order_breadcrumb_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .order_breadcrumb_listitem:first-child {
    border-left: 1px solid #c5c5c5;
    padding-left: 15px; }
  .order_breadcrumb_listitem:last-child {
    border-right: 1px solid #c5c5c5; }
    .order_breadcrumb_listitem:last-child:after {
      display: none; }
  .order_breadcrumb_listitem.is-current {
    color: #fff;
    background-color: #c91234;
    border-top: 1px solid #c91234;
    border-bottom: 1px solid #c91234; }
    .order_breadcrumb_listitem.is-current:after {
      background-image: url(/kaunet/images/template/k035_tf_180228_order_breadcrumb_arrow_is-current.png); }

.order_heading {
  margin-bottom: 15px;
  border-bottom: 1px solid #b0b0b0;
  font-size: 26px;
  font-weight: bold; }

.order_heading_title_cal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order_heading_title_cal::before {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
    width: 33px;
    height: 36px;
    background: url(/kaunet/images/template/k032_t_20160815_icon_datepicker.gif) no-repeat 0 0;
    background-size: contain; }

.order_quickguide {
  margin-bottom: 28px; }

.order_quickguide_title {
  font-size: 128.6%; }

.order_quickguide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.order_quickguide_listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px;
  border: 1px solid #dbdbdb;
  width: calc((100% - 20px) / 5); }
  .order_quickguide_listitem + .order_quickguide_listitem {
    margin-left: 5px; }
    .order_quickguide_listitem + .order_quickguide_listitem img {
      margin: 7px 3.5px; }
  .order_quickguide_listitem + .order_quickguide_listitem + .order_quickguide_listitem img {
    margin: 6px 4.5px; }
  .order_quickguide_listitem + .order_quickguide_listitem + .order_quickguide_listitem + .order_quickguide_listitem img {
    margin: 5px 6.5px; }
  .order_quickguide_listitem + .order_quickguide_listitem + .order_quickguide_listitem + .order_quickguide_listitem + .order_quickguide_listitem img {
    margin: 1px 8px; }
  .order_quickguide_listitem p {
    margin-left: 5px;
    letter-spacing: -0.05em; }
  .order_quickguide_listitem em {
    color: #c91234;
    font-weight: bold; }
  .order_quickguide_listitem img {
    margin: 4px 1px; }

.order_error .order_error_text a {
  padding-left: 26px;
  background-image: url(/kaunet/images/template/k035_tf_180215_error_glyph.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center; }

.order_error {
  display: none;
  margin: 28px 0;
  padding: 15px;
  background-color: #f6dee2; }
  .order_error.is-show {
    display: block; }

.order_error_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #c91234;
  font-size: 14px;
  font-weight: bold; }
  .order_error_title::before {
    content: "";
    position: relative;
    top: 3px;
    display: block;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(/kaunet/images/template/k035_tf_180228_order_icon_ex.png); }

.order_error_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 7px;
  color: #c91234;
  font-size: 14px; }
  .order_error_text i {
    position: relative;
    top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 6px;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    background-color: #fff; }
    .order_error_text i::before {
      content: "";
      display: block;
      margin-top: 1px;
      border: 5px solid transparent;
      border-bottom-width: 0;
      border-top-color: #c91234; }
  .order_error_text a:link, .order_error_text a:visited, .order_error_text a:hover, .order_error_text a:focus, .order_error_text a:active {
    color: #c91234;
    text-decoration: none; }
  .order_error_text a:hover, .order_error_text a:focus {
    text-decoration: underline; }

.order_form_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
  border-bottom: 2px solid #c91234; }

.order_form_header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 10px; }

.order_form_header_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1; }

.order_form_header_title::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 8px;
  height: 25px;
  border-radius: 8px;
  background-color: #c91234; }

.order_form_header_title_desc {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal; }

.order_form_desc {
  margin-bottom: 20px;
  font-size: 14px; }

.order_form_note {
  z-index: 1;
  position: relative; }

.order_form_note_link {
  position: absolute;
  top: 5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #0070c0; }
  .order_form_note_link::before {
    content: "";
    display: block;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    background-image: url(/kaunet/images/template/k032_t_20160815_ico_question.png);
    background-size: cover; }

.order_form_intro {
  position: relative; }

.order_form_intro_title {
  margin-bottom: 1em;
  font-weight: bold; }

.order_form_intro > p {
  font-size: 14px;
  line-height: 1.42857; }
  .order_form_intro > p span {
    font-weight: bold; }
  .order_form_intro > p + p {
    margin-top: 1em; }
  .order_form_intro > p > em {
    font-weight: bold; }

.order_quickguide + .order_form_intro {
  margin-bottom: 28px; }

.order_form_table {
  margin: 20px 0 30px; }

.datail_table {
  padding: 0px 60px; }

.order_form_row.order_form_scnd_eml {
  display: none; }
  .order_form_row.order_form_scnd_eml.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .order_form_row.order_form_scnd_eml.is-show + .order_form_rowspan {
      display: table; }
  .order_form_row.order_form_scnd_eml + .order_form_rowspan {
    display: none; }

.order_form_head {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order_form_head h3 {
    font-size: 14px;
    line-height: 1; }
  .order_form_head small {
    color: #808080;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap; }
  .order_form_head strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
    background-color: #e60012; }

.order_form_line {
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  word-break: break-all; }
  .order_form_line:first-of-type {
    margin-top: 0; }
  .order_form_line:last-of-type {
    margin-bottom: 0; }
  [data-validate] + .order_form_line {
    margin-bottom: 0px; }
  .order_form_line .order_form_hang .order_form_hang_link::before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    background-image: url(/kaunet/images/template/k032_t_20160815_ico_question.png);
    background-size: 100%;
    vertical-align: -3px; }

.order_form_mykaunetlink {
  margin: -10px 0;
  width: 100px;
  height: 40px;
  background-image: url(/kaunet/images/template/spritesheet_calc.png);
  background-position: -5px -140px;
  background-size: 150px 1250px;
  outline: 0; }

.order_form_ml_banner {
  display: block;
  margin: 10px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-size: contain; }

.order_form_preview_head {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6; }
  .order_form_preview_head h3 {
    font-size: 14px;
    line-height: 1; }

.order_form_preview_data {
  box-sizing: border-box; }

.order_form_notice {
  color: #ff0000; }

.order_form_error {
  display: none;
  position: relative;
  margin-top: 10px;
  padding: 9px 10px;
  border-radius: 3px;
  background-color: #f6dee2; }
  .order_form_error.order_form_error_tel {
    position: absolute; }
  .order_form_error.is-show {
    display: inline-block; }
  .order_form_error::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-width: 0 5px 6px;
    border-style: solid;
    border-color: transparent transparent #f6dee2; }
  .order_form_error p {
    display: block;
    padding-left: 20px;
    color: #c91234;
    font-size: 14px; }
    .order_form_error p::before {
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      background-image: url(/kaunet/images/template/k035_tf_180228_order_icon_ex.png);
      background-size: cover;
      position: absolute;
      left: 5px;
       }
  .order_form_error p + p {
    margin-top: 5px; }

.order_form_input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order_form_input:not(:first-child) {
    margin-top: 10px; }
  .order_form_input.order_form_input_zip {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.order_form_input_inner {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.order_form_input_button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 5px;
  padding: 0 10px;
  border: 1px solid #b0b0b0;
  width: auto;
  height: 32px;
  line-height: 33px;
  font-size: 14px;
  background-color: #fff; }

.order_form_input_aid {
  font-size: 14px; }

.order_form_input_text {
  box-sizing: border-box;
  border: 1px solid #b0b0b0;
  padding: 5px 5px 4px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.1);
  ime-mode: active; }
  .order_form_input_text::-webkit-input-placeholder {
    color: #cccccc; }
  .order_form_input_text:-moz-placeholder {
    opacity: 1;
    color: #cccccc; }
  .order_form_input_text::-moz-placeholder {
    opacity: 1;
    color: #cccccc; }
  .order_form_input_text:-ms-input-placeholder {
    color: #cccccc; }
  .order_form_input_text[type="tel"] {
    max-width: 118px;
    ime-mode: inactive; }
  .order_form_input_text:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .order_form_input_text:disabled {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none; }
  .order_form_input_text.order_form_input_text_zip {
    width: auto;
    inline-size: 25ch;
    ime-mode: inactive; }
  .order_form_input_text.order_form_eml_name {
    margin-left: 5px;
    width: auto; }
  .order_form_input_text.order_form_eml_address {
    ime-mode: inactive;
  }
  .order_form_input_text.order_form_pwd {
  	ime-mode: inactive;
    max-width: 300px; }

.order_form_hyphen {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
  width: 24px; }
  .order_form_hyphen::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #b0b0b0; }

.order_form_col {
  position: relative; }

.order_form_check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.order_form_input_check {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.order_form_check_mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  border: 2px solid #b0b0b0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background-color: #fff; }
  .order_form_input_check:focus + .order_form_check_mark {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  .order_form_input_check:disabled + .order_form_check_mark {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.1); }
  .order_form_input_check:checked + .order_form_check_mark::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 10px;
    width: 4px;
    height: 10px;
    border-right: 3px solid #c91234;
    border-bottom: 3px solid #c91234;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg); }
.order_form_check_mark.margin {
    margin-left: 10px;}

.order_form_check_text {
  margin-left: 5px;
  font-size: 12px; }
  .order_form_input_check:disabled ~ .order_form_check_text {
    cursor: not-allowed; }

.order_form_more_input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  outline: 0; }

.order_form_more_input_check {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.order_form_more_input_mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/kaunet/images/template/k035_tf_180228_order_icon_plus_sp.png);
  background-size: contain; }
  .order_form_more_input_check:checked + .order_form_more_input_mark {
    background-image: url(/kaunet/images/template/k035_tf_180228_order_icon_minus_sp.png); }

.order_form_more_input_text {
  margin-left: 5px;
  font-size: 14px;
  color: #0070c0; }

.order_form_radio_list.order_form_radio_list_eml_name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.order_form_radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .order_form_radio + .order_form_radio {
    margin-top: 10px; }

.order_form_input_radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.order_form_radio_mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  border: 2px solid #b0b0b0;
  border-radius: 20px;
  width: 16px;
  height: 16px; }
  .order_form_input_radio:checked + .order_form_radio_mark {
    background-color: #c91234;
    box-shadow: inset 0 0 0 3px white; }

.order_form_radio_text {
  margin-left: 5px;
  font-size: 12px; }

.order_form_select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	border-radius: 0;
	border: 0;
	margin: 0;
	background: none;
	vertical-align: middle;
	font-size: 13.93px;
	width: 100%;
	height: 39px;
	color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 6px;
	padding-right: 20px;
	color: #000;
}
.order_form_select::-ms-expand {
	display: none;
}
.order_form_select option[disabled] {
 	color: #cccccc;
}

.order_form_term {
  overflow-y: scroll;
  margin: 10px 40px;
  padding: 20px;
  border: 1px solid #cccccc;
  height: 198px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

.order_form_term_inner {
  font-size: 85.7%; }
  .order_form_term_inner p + p {
    margin-top: 1em; }

.order_form_post {
  margin: 10px 0;
  text-align: center; }

.order_form_post_error {
  display: none;
  margin-top: 5px; }
  .order_form_post_error.is-show {
    display: block; }
  .order_form_post_error p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #c91234;
    font-size: 14px;
    line-height: 1; }
    .order_form_post_error p::before {
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      background-image: url(/kaunet/images/template/k035_tf_180228_order_icon_ex.png);
      background-size: cover; }

.order_form_post_submit {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  border-radius: 2px;
  width: 290px;
  height: 53px;
  padding: 0;
  border: 0 none;
  color: #fff;
  font-size: 21.994px;
  line-height: 58px;
  background-color: #c91234;
  outline: 0; }
  .order_form_post_submit:hover {
    color: #fff;
    text-decoration: none; }
  .order_form_post_submit:disabled, .order_form_post_submit.order_form_post_disabled {
    opacity: 0.3 !important;
    cursor: default;
    pointer-events: none; }
  .order_form_post_submit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff; }

.order_form_post_submit_new {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  border-radius: 2px;
  width: 400px;
  height: 50px;
  padding: 0;
  border: 0 none;
  color: #fff;
  font-size: 19px;
  line-height: 53px;
  background-color: #c91234;
  outline: 0; }
  .order_form_post_submit_new:hover {
    color: #fff;
    text-decoration: none; }
  .order_form_post_submit_new:disabled, .order_form_post_submit_new.order_form_post_disabled {
    opacity: 0.3 !important;
    cursor: default;
    pointer-events: none; }
  .order_form_post_submit_new::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff; }

.order_form_footer {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #f6f6f6; }

.order_form_footer_title {
  margin-bottom: 5px;
  font-size: 18.004px;
  font-weight: bold; }

.order_form_footer_hang {
  font-size: 14px;
  line-height: 1.5; }
  .order_utility_button_area7 + .order_form_footer .order_form_footer_hang {
    text-indent: -1em;
    margin-left: 1em; }
  .order_form_footer_hang em {
    color: #c91234;
    font-weight: normal; }

.order_payment {
  font-size: 14px; }

.order_payment_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 48px;
  background-color: #d99694; }

.order_payment_title {
  color: #fff;
  font-size: 128.6%;
  font-weight: bold; }

.order_payment_body {
  padding: 15px;
  background-color: #f7bac4; }

.order_payment_total {
  padding: 10px;
  background-color: #f6dee2; }

.order_payment_total_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.order_payment_total_price {
  margin-left: auto;
  color: #c91234;
  font-size: 128.3%;
  font-weight: bold; }

.order_payment_next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  height: 42px;
  color: #fff;
  font-size: 128.6%;
  background-color: #c91234;
  outline: 0; }
  .order_payment_next:link, .order_payment_next:visited, .order_payment_next:hover, .order_payment_next:focus, .order_payment_next:active {
    color: #fff;
    text-decoration: none; }
  .order_payment_next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: solid transparent;
    border-width: 4px 0 4px 8px;
    border-left-color: #fff; }

.order_payment_info {
  padding: 10px;
  background-color: #fff; }

.order_payment_info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 1px;
  border-bottom: 3px solid #49a092; }
  .order_payment_info_title::before {
    content: "";
    display: block;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 4px;
    height: 15px;
    background-color: #49a092; }

.order_payment_info_title_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 1px;
  border-bottom: 3px solid #49a092; }
  .order_payment_info_title_sub::before {
    content: "";
    display: block;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 4px;
    height: 35px;
    background-color: #49a092; }

.order_payment_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .order_payment_info_item + .order_payment_info_item {
    margin-top: 5px; }

.order_payment_info_item_title {
  font-size: 90%; }

.order_payment_info_item_data {
  margin-left: auto; }
  .order_payment_info_item_data em {
    font-weight: bold; }

.order_done {
  font-size: 14px; }

.order_done_title {
  margin: 40px 0;
  font-size: 22px;
  text-align: center;
  font-weight: bold; }

.order_done_note {
  margin: 0 auto 30px;
  padding: 15px;
  max-width: 940px;
  background-color: #f4f4f4; }

.order_done_note_mb {
  margin-bottom: 1em; }

.order_done_note_em {
  margin: 1em 0;
  font-weight: bold; }

.order_done_note_margin {
  margin-bottom: 1em; }

.order_done_note_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .order_done_note_icon img {
    margin: 0 2px; }

.order_done_note_link:link, .order_done_note_link:visited {
  text-decoration: none; }

.order_done_note_link:hover, .order_done_note_link:focus, .order_done_note_link:active {
  text-decoration: underline; }

.order_done_banner {
  text-align: center; }

.order_done_banner_kaucore,
.order_done_banner_webtoku {
  display: inline-block;
  margin: auto; }
  .order_done_banner_kaucore img,
  .order_done_banner_webtoku img {
    max-width: 100%;
    outline: 0; }

.order_feature {
  margin: 20px auto 15px; }

.order_feature_title {
  margin-bottom: 20px;
  text-align: center; }

.order_feature_list {
  overflow: hidden;
  margin: 0 auto;
  width: 960px; }
  .order_feature_list li {
    box-sizing: border-box;
    float: left;
    padding: 2px 0;
    border: 1px solid #b0b0b0;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }

.order_item_tags {
  overflow: hidden; }
  .order_item_tags li {
    float: left;
    width: 91px;
    margin-right: 5px;
    margin-bottom: 5px; }

.order_confirm_attention {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 20px;
  border-top: 1px solid #c91234;
  border-bottom: 1px solid #c91234;
  height: 60px; }
  .order_confirm_attention::before, .order_confirm_attention::after {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    content: "";
    display: block;
    width: calc(90 / 565 * 100%);
    height: 100%; }
  .order_confirm_attention::before {
    background: url(/kaunet/images/template/k035_tf_180228_orderflow_ico_cart_pc.png) no-repeat right center; }
  .order_confirm_attention p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 100%;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0 !important; }
    .order_confirm_attention p::after {
      content: "";
      position: absolute;
      top: 100%;
      right: 173px;
      width: 14px;
      height: 8px;
      background: url(/kaunet/images/template/k035_tf_180228_orderflow_ico_arrow.png) no-repeat; }
    .order_confirm_attention p strong {
      color: #c91234;
      font-weight: bold; }

.order_freedial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center; }

.order_freedial_inner img + img {
  margin-top: 30px; }

.order_freedial_title {
  text-align: center; }

.order_freedial_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 10px auto;
  height: 56px;
  font-size: 54px;
  line-height: 68px;
  font-weight: bold; }
  .order_freedial_num::before {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
    width: 73px;
    height: 42px;
    background: url(/kaunet/images/template/k035_tf_180228_order_icon_fd.gif) no-repeat 0 0;
    background-size: contain; }
  .order_freedial_num > span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #eb1022;
    font-size: 70px; }

.order_freedial_sub {
  font-size: 12px; }

.order_freedial_strong {
  color: #f80406; }

.order_freedial_em {
  font-size: 18px;
  font-weight: bold; }

.order_contents #main_inner .order_form_footer p,
.order_contents #main_inner .order_form_intro p,
.order_contents #main_inner .order_form_table p {
  margin-bottom: 0; }

/*--tbl_type04--*/
.tbl_type04 {
  width: 100%;
  table-layout: fixed; }
  .tbl_type04 th {
    padding: 0;
    width: 132px;
    white-space: nowrap;
    text-align: left;
    background: #f4f4f4;
    border-bottom: 5px solid #fff;
    vertical-align: middle;
    box-sizing: border-box; }
  .tbl_type04 td {
    padding: 0 10px 0 5px;
    border-bottom: 5px solid #fff;
    box-sizing: border-box; }

.delivery_box_headtxt > ul {
  margin-top: 1em; }

@media (min-width: 700px){

  .order_utility_sp_only{
    display: none; }

  .order_utility_button_area9 .order_utility_button_home{
    height: 34px;
    font-size: 105.3%;
    padding: 0px 41px 0 59px; }

  .order_utility_button_area4{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

  .order_utility_button_area4_last{
    margin-left: auto;
    width: 400px; }

  .order_utility_button_area4_stackbutton:hover{
    opacity: .7; }

  .order_utility_button_area6_button:hover{
    opacity: .7; }

  .order_utility_button_area6_button + .order_utility_button_area6_button{
    margin-left: 20px; }

  .order_utility_button_imgtext_button:hover{
    opacity: .7; }

    /* 20180220 No.346 C³ŠJŽn */
  .order_utility_button_imgtext_button + .order_utility_button_imgtext_button{
    margin-left: 20px;}

  .order_utility_button_imgtext_button + .order_utility_button_imgtext_button--gray{

    margin-left: auto;
    margin-top: 20px;}
    /* 20180220 No.349 C³I—¹ */

  .order_utility_button_area8{
    width: 500px;
    margin: 38px auto 46px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  .order_utility_button_home:hover{
    opacity: .7; }

  .order_utility_button_home2:hover{
    opacity: .7; }

  .order_utility_button_next:hover{
    opacity: .7; }

  .order_utility_button_search{
    border-radius: 3px;
    width: 110px;
    height: 30px;
    font-size: 13px;
    background-image: linear-gradient(to bottom, #666666, #585858);
    background-color: #585858; }

  .order_header_copy{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box; }

  .order_header_copy.order_header_copy_xl{
    max-width: 1120px; }

  .order_contents .order_column{
    margin-right: 10px; }

  .order_form_header + .order_form_desc{
    margin-top: -10px; }

  .order_quickguide + .order_form_intro{
    margin-top: -18px; }

  .order_form_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }

  .order_form_row:first-child{
    border-top: 1px solid #cccccc; }

  .order_form_row.order_form_row_center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .order_form_head{
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #cccccc;
    padding: 10px 15px;
    width: 230px;
    background-color: #f6f6f6; }

  .order_form_head h3{
    font-weight: normal;
    white-space: nowrap; }

  .order_form_head small{
    margin-top: 5px;
    white-space: nowrap; }

  .order_form_head strong{
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 21px;
    font-size: 12px; }

  .order_form_rowspan{
    display: table;
    width: 100%; }

  .order_form_rowspan .order_form_row:first-child{
    border-top: none; }

  .order_form_rowspan .order_form_rowspan_head{
    width: 75px;
    display: table-cell;
    vertical-align: middle;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0 0px 1px 1px;
    padding: 10px 15px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    font-size: 14px; }

  .order_form_rowspan .order_form_rowspan_body{
    display: table-cell;
    width: calc(100% - 90px); }

  .order_form_rowspan .order_form_head{
    width: 155px; }

  .order_form_rowspan .order_form_head h3{
    line-height: 1.2; }

  .order_form_rowspan.order_form_rowspan_eml .order_form_rowspan_head{
    width: 90px; }

  .order_form_rowspan.order_form_rowspan_eml .order_form_rowspan_head h3{
    width: 59px;
    font-weight: normal;
    white-space: nowrap; }

  .order_form_rowspan.order_form_rowspan_eml .order_form_head{
    width: 140px; }

  .order_form_data{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 20px; }

  .order_form_line > p{
    font-size: 12px;
    word-break: break-all; }

  .order_form_line .order_form_hang{
    max-width: calc(100% - 91px); }

  .order_form_mykaunetlink:hover{
    opacity: .7; }

  .order_form_hang{
    margin-left: 1em;
    text-indent: -1em;
    font-size: 14px; }

  .order_form_hang a:link, .order_form_hang a:visited, .order_form_hang a:focus, .order_form_hang a:active{
    text-decoration: none; }

  .order_form_hang a:hover{
    text-decoration: underline; }

  .order_form_hang2{
    margin-left: 1em; }

  .order_form_ml_banner{
    width: 500px;
    height: 46px;
    background-image: url(/kaunet/images/template/k035_tf_180215_bnr_mm_pc.png); }

  .order_form_preview_head{
    box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #cccccc;
    padding: 7px 10px;
    width: 230px;
    min-height: 35px; }

  .order_form_preview_head h3{
    font-weight: normal;
    white-space: nowrap; }

  .order_form_preview_data{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7px 10px;
    min-height: 35px;
    font-size: 14px; }

  .order_form_error.order_form_error_tel{
    width: 290px;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.15); }

  .order_form_col:not(:first-child) .order_form_error.order_form_error_tel{
    left: 20px; }

  .order_form_input_text.order_form_input_text_zip{
    max-width: 100%; }

  .order_form_check_text{
    line-height: 20px; }

  .order_form_more_input:hover{
    opacity: .7; }

  .order_form_radio_text a:link{
    text-decoration: none; }

  .order_form_radio_text a:visited, .order_form_radio_text a:hover, .order_form_radio_text a:focus, .order_form_radio_text a:active{
    text-decoration: underline; }

  .order_form_post_submit:hover{
    opacity: .7; }

  .order_form_post_submit_new:hover{
    opacity: .7; }

  .order_form_footer_hang{
    margin-left: 1em;
    text-indent: -1em; }

  .order_payment_next:hover{
    opacity: .7; }

  .order_done_banner_kaucore img:hover,
      .order_done_banner_webtoku img:hover{
    opacity: .7; }

  .order_feature_list li{
    margin-left: calc((960px - 307px * 3) / 2);
    margin-bottom: 20px; }

  .order_feature_list li:nth-child(1), .order_feature_list li:nth-child(4){
    margin-left: 0; }

  .order_feature_list li:nth-child(n + 4){
    margin-bottom: 5px; }

  .delivery_box_type01 table.tbl_delivery #calid_btn{
    margin-left: 10px; }

  .order_form_note .pr170pc{
    padding-right:170px !important; }

  .disp_sp {
	  display: none;
  }
}

@media (min-width: 700px) and (max-width: 980px){

  .order_contents{
    min-width: 960px; } }

@media all and (min-width: 700px) and (max-width: 1100px) and (-ms-high-contrast: none){

  .order_form_line > p{
    width: 655px; } }

@media screen and (min-width: 700px) and (max-width: 1030px){

  .order_item_tags li{
    margin-right: 1.5%;
    font-size: 1%; }

  .order_item_tags li img{
    width: auto; }

  #main:not(.no_column) .tbl_order_item td.tbl_order_item_detail dl dd ul li{
  	max-width: 100%;
	width: 91px;
    margin-right: 1.5%;
    font-size: 1%; } }

@media screen and (min-width: 700px) and (max-width: 1030px) and (max-width: 699px){

  .order_item_tags li img{
    width: 82px;
    height: auto; } }

@media (min-width: 840px){

  .order_form_input_aid{
    margin-left: 10px; } }

@media (max-width: 699px){

  .order_utility_pc_only{
    display: none; }

  .order_utility_button_area{
    margin: 64px 0 32px; }

  .order_utility_button_area2{
    margin: 20px 0; }

  .order_utility_button_area2 .order_utility_button_home{
    width: calc(120 / 300 * 100%);
    font-size: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0; }

  .order_utility_button_area2 .order_utility_button_home + .order_utility_button_next{
    width: calc(172 / 300 * 100%);
    height: 40px;
    font-size: 12px;
    line-height: 38px; }

  .order_utility_button_area3{
    margin: 40px 0 22px; }

  .order_utility_button_area9{
    margin: 64px 10px 0; }

  .order_utility_button_area9 .order_utility_button_home{
    height: 45px;
    width: auto;
    padding: 0 17px 0 29px; }

  .order_utility_button_area4{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .order_utility_button_area4_last{
    margin: 0 auto 40px;
    width: 100%;
    /* 20180220 No.349 C³ŠJŽn */
    /*text-align: center;*/
    /* 20180220 No.349 C³I—¹ */ }

  /* 20180220 No.349 C³ŠJŽn */
  .order_utility_button_area4_last .order_utility_button_imgtext_button img{
    /* 20180220 No.346 C³ŠJŽn */
    /*width: 16.12903%;*/
    width: 101px;
    /* 20180220 No.346 C³I—¹ */}

  .order_utility_button_area4_last .order_utility_button_imgtext_label{
    /* 20180220 No.346 C³ŠJŽn */
    /*width: 83.87097%;*/
    width: calc(100% - 101px);
    /* 20180220 No.346 C³I—¹ */
    margin-left: 0;
    padding-left: calc(16 / 640 * 100vw);
    padding-right: 24px;}

  .order_utility_button_area4_last .order_utility_button_imgtext_title{
    line-height: 1.15;
    letter-spacing: 0.05em;
    margin-bottom: 5px;}

  .order_utility_button_area4_last .order_utility_button_imgtext_description{
    line-height: 1.5;}
  /* 20180220 No.349 C³I—¹ */

  .order_utility_button_area4_stackbutton + .order_utility_button_area4_stackbutton{
    margin-top: 15px; }

  .order_utility_button_area6{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    margin: 20px 0 30px;
    width: 100%; }

  .order_utility_button_area6 a{
    display: block; }

  .order_utility_button_area6 a + a{
    margin-top: 10px; }

  .order_utility_button_area6 img{
    width: 100%; }

  .order_utility_button_area6_button + .order_utility_button_area6_button{
    margin-top: 15px; }

    /* 20180220 No.346 C³ŠJŽn */
  .order_utility_button_imgtext_label{
    margin-left: 0;
    padding-left: calc(12 / 640 * 100vw);
    /* 20180220 No.346 C³ŠJŽn */
    /*width: 86.66667%;*/
    width: calc(100% - 84px);
    /* 20180220 No.346 C³I—¹ */}

  .order_utility_button_imgtext_title{
    font-size: 14.5px;
    margin-bottom: 0px;}

  .order_utility_button_imgtext_title span{
    font-size: 12px;}

  .order_utility_button_imgtext_description{
    font-size: 11px;
    letter-spacing: -0.01em;
    line-height: 1.2;}

  .order_utility_button_imgtext{
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 30px;
    width: 100%;}

  .order_utility_button_imgtext a + a{
    margin-top: 10px; }

  .order_utility_button_imgtext img{
    width: 100%; }

  .order_utility_button_imgtext_button:link, .order_utility_button_imgtext_button:visited{
    text-decoration: none;}

  .order_utility_button_imgtext_button{
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    padding: calc(4 / 640 * 100vw);}

  .order_utility_button_imgtext_button + .order_utility_button_imgtext_button{
    margin-top: 15px;}

  .order_utility_button_imgtext_button img{
    /* 20180220 No.346 C³ŠJŽn */
    /*width: 13.33333%;*/
    width: 84px;
    /* 20180220 No.346 C³I—¹ */}
  /* 20180220 No.346 C³I—¹ */

  .order_utility_button_area7{
    margin: 15px 0 17.5px; }

  .order_utility_button_area7 .order_utility_button_home2{
    width: calc(120 / 300 * 100%);
    font-size: 10px;
    height: 38px;
    padding: 0; }

  .order_utility_button_area7 .order_utility_button_home2 + .order_utility_button_next{
    width: calc(172 / 300 * 100%);
    height: 40px;
    font-size: 12px; }

  .order_utility_button_area8{
    margin: 20px 0; }

  .order_utility_button_area8 .order_utility_button_home{
    width: calc(120 / 300 * 100%);
    font-size: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0; }

  .order_utility_button_area8 .order_utility_button_home + .order_utility_button_next{
    width: calc(172 / 300 * 100%);
    height: 40px;
    font-size: 12px;
    line-height: 38px; }

  .order_utility_button_home{
    width: calc(120 / 300 * 100%);
    font-size: 12px;
    padding-left: 12px;
    height: 47px;
    line-height: 47px; }

  .order_utility_button_home:before{
    left: 7px; }

  .order_utility_button_home2{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
    height: 35px;
    font-size: 12px; }

  .order_utility_button_home2:before{
    left: 7.5px; }

  .order_utility_button_next{
    width: calc(172 / 300 * 100%);
    height: 40px;
    font-size: 12px;
    line-height: 38px; }

  .order_utility_button_next::after{
    right: 7.5px; }

  .order_utility_button_search{
    border-radius: 2px;
    width: 90px;
    height: 30px;
    font-size: 12px;
    background-color: #646464; }

  .order_utility_button_search:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

  .order_utility_button_search::before{
    margin-right: 3.5px;
    width: 11px;
    height: 11px;
    background-position: calc(-9px * 11 / 23) calc(-1535px * 11 / 23);
    background-size: calc(300px * 11 / 23) calc(2500px * 11 / 23); }

  .order_header_inner{
    border-width-bottom: 1px;
    height: 75/2px; }

  .order_header_logo{
    width: 110px;
    height: 28.4px;
    background-position: calc(-25px * 125 / 176) calc(-1202px * 125 / 176);
    background-size: calc(300px * 125 / 176) calc(2500px * 125 / 176); }

  .order_contents{
    padding-top: 0; }

  .order_contents :focus{
    outline: none; }

  .order_contents_1280{
    padding: 0 10px 0; }

  .order_column_side{
    display: none; }

  .order_breadcrumb{
    margin-top: 20px;
    margin-bottom: 10px; }

  .order_breadcrumb_listitem{
    padding: 7px 0 7px 10px;
    font-size: 12px; }

  .order_breadcrumb_listitem:after{
    width: 12px;
    right: -11px; }

  .order_breadcrumb_listitem:first-child{
    padding-left: 5px; }

  .order_heading{
    margin: 0 -10px 10px;
    padding: 0 10px 2px;
    font-size: 18px; }

  .order_heading_title_cal::before{
    margin-right: 5px;
    width: 21px;
    height: 24px; }

  .order_quickguide{
    display: none; }

  .order_error .order_error_text a{
    padding-left: calc(15 / 640 * 100vw + 13px);
    background-position: left 1px;
    background-size: 13px; }

  .order_error{
    margin: 10px 0;
    padding: 12px; }

  .order_error_title::before{
    width: 14px;
    height: 14px; }

  .order_error_title{
    font-size: 11px; }

  .order_error_text{
    font-size: 11px; }

  .order_form_header{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 12px -10px;
    padding: 0 10px; }

  .order_form_header > small{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 1em; }

  .order_form_header2{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 12px -10px;
    padding: 0 10px; }

  .order_form_header2 > small{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 1em; }

  .order_form_header_title{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 7px;
    font-size: 16px; }

  .order_form_header_title_desc {
    margin-top: 3px; }

  .no_flex{
    flex: none; }

  .order_form_header_title::before{
    width: 4px;
    height: 18px; }

  .order_form_desc{
    font-size: 14px; }

  .order_form_note{
    margin-bottom: 20px;
    text-align: right; }

  .order_form_note_link{
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  .order_form_note_link:link, .order_form_note_link:visited, .order_form_note_link:hover, .order_form_note_link:focus, .order_form_note_link:active{
    text-decoration: none; }

  .order_form_note_link::before{
    margin-left: auto;
    margin-right: 6px;
    width: 12px;
    height: 12px; }

  .order_form_intro{
    margin-bottom: 20px; }

  .order_form_intro > p{
    font-size: 12px;
    line-height: 1.5; }

  .order_form_table{
    margin: 19px 0 30px; }

  .datail_table{
  	padding-left: 10px;}

  .order_form_row{
    margin: 0 0 20px; }

  .order_form_row.order_form_scnd_eml.is-show{
    display: block; }

  .order_form_head{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.5px; }

  .order_form_row_center .order_form_head{
    display: block; }

  .order_form_row_center .order_form_head small{
    margin-left: 0;
    white-space: normal; }

  .order_form_row_center .order_form_head br{
    display: none; }

  .order_form_head h3{
    font-size: 13px;
    font-weight: bold; }

  .order_form_head small{
    margin-left: .75em; }

  .order_form_head strong{
    margin-left: 10px;
    width: 29px;
    height: 18px;
    font-size: 12px; }

  .order_form_rowspan .order_form_rowspan_head{
    display: none; }

  .order_form_line > p{
    font-size: 11px; }

  .order_form_ml_banner{
    width: 260px;
    height: 42px;
    background-image: url(/kaunet/images/template/k035_tf_180215_bnr_mm_sp.png); }

  .order_form_preview_head{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    padding: 5px; }

  .order_form_preview_head h3{
    font-size: 13px;
    font-weight: bold; }

  .order_form_preview_data{
    font-size: 13px; }

  .order_form_preview_data p{
    padding: 0 5px; }

  .order_form_error p{
    font-size: 13px;

    /* 20180219 No.341 C³ŠJŽn */

    /* SP‚ÌƒGƒ‰[•\Ž¦C³ */
    display: block;

    /* 20180219 No.341 C³I—¹ */ }

  .order_form_error p::before{
    margin-right: 8px;
    width: 18px;
    height: 18px;

    /* 20180219 No.341 C³ŠJŽn */

    /* SP‚ÌƒGƒ‰[•\Ž¦C³ */
    display: inline-block;
    vertical-align: -5px;

    /* 20180219 No.341 C³I—¹ */ }

  .order_form_input.order_form_input_zip .order_form_input_inner .order_form_input_text_zip{
    max-width: 15em; }

  .order_form_input_text{
    font-size: 13px; }

  .order_form_input_text.order_form_input_text_zip{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

  .order_form_more_input{
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    padding: 18px 5px;
    background-color: #f6f6f6; }

  .order_form_more_input_mark{
    background-image: url(/kaunet/images/template/k035_tf_180228_order_icon_plus_sp.png); }

  .order_form_more_input_check:checked + .order_form_more_input_mark{
    background-image: url(/kaunet/images/template/k035_tf_180228_order_icon_minus_sp.png); }

  .order_form_more_input_text{
    margin-left: 10px;
    font-size: 11px; }

  .order_form_radio + .order_form_radio{
    margin-top: 15px; }

  .order_form_select_arrow{
    width: 40px; }

  .order_form_select_arrow::before{
    right: 11px;
    border-width: 12px 9px 0; }

  .order_form_term{
    margin: 10px 0;
    padding: 10px;
    height: 167px; }

  .order_form_post_error p{
    font-size: 11px; }

  .order_form_post_error p::before{
    margin-right: 4px;
    width: 11px;
    height: 11px; }

  .order_form_post_submit{
    width: 203px;
    height: 40px;
    font-size: 13.992px;
    line-height: 42px; }

  .order_form_post_submit::after{
    right: 7.5px;
    border-width: 3px 0 3px 5px; }

  .order_form_post_submit_new{
    width: 288px;
    height: 40px;
    font-size: 13.992px;
    line-height: 42px; }

  .order_form_post_submit_new::after{
    right: 7.5px;
    border-width: 3px 0 3px 5px; }

  .order_form_footer{
    padding: 10px; }

  .order_form_footer_title{
    font-size: 14.98px; }

  .order_payment_next::after{
    right: 7.5px;
    border-width: 3px 0 3px 5px; }

  .order_done_title{
    font-size: calc(12px * 1.571); }

  .order_done_banner_kaucore img,
      .order_done_banner_webtoku img{
    width: 100%; }

  .order_feature{
    margin-top: 15px; }

  .order_feature_list{
    width: 100%; }

  .order_feature_list li{
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc((100% - 14px) / 2); }

  .order_feature_list li:nth-child(2n+1){
    margin-left: 0; }

  .order_confirm_attention{
    margin: 15px 10px; }

  .order_confirm_attention::before, .order_confirm_attention::after{
    width: calc(80 / 560 * 100%);
    min-width: 25px; }

  .order_confirm_attention::before{
    background-image: url(/kaunet/images/template/k035_tf_180228_orderflow_ico_cart_sp.png);
    background-size: 25px 23px; }

  .order_confirm_attention p{
    -ms-flex-negative: 1;
        flex-shrink: 1;
    font-size: 12px;
    line-height: 1.41667; }

  .order_confirm_attention p::after{
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .order_freedial_inner{
    margin: 0 10px; }

  .order_freedial_inner img{
    width: 100%;
    max-width: 100%; }

  .order_freedial_title{
    font-size: 10px; }

  .order_freedial_num{
    height: 28px;
    font-size: 28px;
    line-height: 34px; }

  .order_freedial_num::before{
    margin-right: 0;
    width: 40px;
    height: 22px; }

  .order_freedial_num > span{
    font-size: 36px; }

  .order_freedial_sub{
    font-size: 10px; }

  .order_freedial_em{
    font-size: 10px; }

  .tbl_type04{
    display: block; }

  .tbl_type04 tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .tbl_type04 th{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 49%;
    padding: 5px 0 5px 5px;
    border-bottom: 0;
    font-size: 100%; }

  .tbl_type04 td{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 51%;
    padding: 5px 0 5px 5px;
    border-bottom: 0; }

  .tbl_type04 td span{
    display: block;
    font-size: 86.5%; }

  .tbl_order_item td.tbl_order_item_num{
    display: table;
    margin-left: 98px;
  }

  .tbl_order_item td.tbl_order_item_num .tbl_order_item_num_txt{
    display: table-cell;
    text-align: left;
    padding-left: 5px; }

  /* 20180227 No.350 C³ŠJŽn */
  .delivery_box_type01 table.tbl_delivery #calid{
    z-index: 10000; }

  .delivery_box_type01_sp_p5 table.tbl_delivery tbody tr{
    font-size: 0; }

  .delivery_box_type01 table.tbl_delivery thead th,
  .delivery_box_type01 table.tbl_delivery th.head_ajust{
    width: 90px; }

  .delivery_box_type01 table.tbl_delivery th.head_ajust{
    padding-top: 17px; }
  /* 20180227 No.350 C³I—¹ */

  .delivery_box_type01 table.tbl_delivery th.head_ajust,
  .delivery_box_type01 table.tbl_delivery td{
    display: inline-block;
    /* 20180227 No.350 C³ŠJŽn */
    /*
    max-width: calc(100% - 95px);
    */
    max-width: calc(100% - 90px);
    /* 20180227 No.350 C³I—¹ */
  }

  /* 20180227 No.350 C³ŠJŽn */
  .delivery_box_type01 table.tbl_delivery td{
    padding: 10px 5px 5px;
    font-size: 12px; }
  /* 20180227 No.350 C³I—¹ */
  .disp_pc {
	  display: none;
  }
}

@media (max-width: 839px){

  .order_form_input.order_form_input_zip{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .order_form_input_inner{
    width: 100%; }

  .order_form_input_aid{
    margin: 10px 0;
    width: 100%; } }

/* 20180227 No.350 C³ŠJŽn */
@media (max-width: 320px){

  .delivery_box_type01 table.tbl_delivery #calid{
    right: 6px; }

  .delivery_box_type01 table.tbl_delivery td{
    position: relative; }

  .delivery_box_type01 table.tbl_delivery td input{
    max-width: 3.5em !important; }

  .delivery_box_type01 table.tbl_delivery td input + input{
    max-width: 2.5em !important; } }
/* 20180227 No.350 C³I—¹ */
.order_form_select_parent:before {
	content: " ";
	position: absolute;
	right: 3px;
	top: 50%;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	background: url(../images/template/k031_t_160425_ico_05.gif) 50% 50% no-repeat;
	-ms-background-size: 14px 10px;
	-moz-background-size: 14px 10px;
	-webkit-background-size: 14px 10px;
	background-size: 14px 10px;
}
.order_form_select_parent {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #8f8f8f;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}

.order_form_indiv_no {
	padding-left: 20px;
	padding-top: 5px;
}
@media (max-width: 699px){
	.order_form_indiv_no {
		padding-left: 0px;
	}
}

.is-hide {
	display: none;
}

#ZIP_NO:disabled {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
.order_submit_caution {
	height: 63px;
	padding-top: 20px;
}

@media screen and (min-width: 1800px) {
	.search_banner_box_inner.k032_t_20161219_over ul li,
	.search_column .search_banner_box_inner ul li {
		width: 33%
	}
}
.order_contents a:focus {
	outline: none;
}

#order_form_post_error_message {
	padding-bottom: 5px;
}