*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

body {
  font-size: 16px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #303030;
  background-color: #fff;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

[class*='original_icon']::before {
  display: inline-block;
  content: "";
}

.original_icon_menu::before {
  background-image: url(/digital-paper/gen1/images/icon/sp_menu.png);
}

.original_icon_home::before {
  background-image: url(/digital-paper/gen1/images/icon/home.png);
}

.original_icon_facebook::before {
  background-image: url(/digital-paper/gen1/images/icon/facebook.png);
}

.original_icon_twitter::before {
  background-image: url(/digital-paper/gen1/images/icon/twitter.png);
}

.original_icon_black_facebook::before {
  background-image: url(/digital-paper/gen1/images/icon/facebook_black.png);
}

.original_icon_black_twitter::before {
  background-image: url(/digital-paper/gen1/images/icon/twitter_black.png);
}

.icon_new {
  display: inline-block;
  width: 42px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 0.725rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 42px;
  background-color: #807560;
  border-radius: 50%;
}

.btn_base {
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #151414;
  padding: 15px 40px;
  transition: background-color 0.2s;
}

.btn_base:hover {
  background-color: #807560;
}

.header {
  background-color: #151414;
}

@media (min-width: 1001px) {
  .header {
    color: #ccc;
  }
}

@media (max-width: 1000px) {
  .header {
    position: relative;
    z-index: 10;
    height: 60px;
  }
}

.header_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 1001px) {
  .header_inner {
    position: relative;
    padding-top: 48px;
  }
}

@media (min-width: 1001px) {
  .global_navigation > * {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1000px) {
  .global_navigation {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #999;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
  }
  .global_navigation.is_show {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1001px) {
  .navigation_main > *:not(:first-of-type) {
    margin-left: 32px;
  }
}

@media (min-width: 1001px) and (max-width: 1100px) {
  .navigation_main > *:not(:first-of-type) {
    margin-left: 22px;
  }
}

@media (min-width: 1001px) and (min-width: 1001px) {
  .navigation_main .btn_global_navigation {
    font-size: 0.875rem;
    line-height: 48px;
    border-bottom: 3px solid transparent;
    transition: border 0.2s;
  }
  .navigation_main .btn_global_navigation:hover, .navigation_main .btn_global_navigation.is_active {
    color: #fff;
    border-color: #fff;
  }
}

@media (min-width: 1001px) {
  .other_navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
  .other_navigation > *:not(:first-of-type) {
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
  }
  .other_navigation > *:not(:first-of-type)::before {
    display: block;
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    bottom: 13px;
    width: 1px;
    background-color: #fff;
  }
  .other_navigation .btn_global_navigation {
    font-size: 0.8125rem;
    line-height: 40px;
    padding-top: 4px;
  }
}

@media (min-width: 1001px) {
  .btn_global_navigation {
    display: inline-block;
  }
  .btn_global_navigation:hover, .btn_global_navigation.is_active {
    color: #fff;
  }
  .btn_global_navigation[class*='original_icon']::before {
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
  }
  .btn_global_navigation[class*='original_icon'] span {
    display: none;
  }
}

@media (max-width: 1000px) {
  .btn_global_navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 46px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #e4e4e4;
  }
  .btn_global_navigation::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 8px;
    margin-right: 14px;
    background-image: url(/digital-paper/gen1/images/icon/arrow_right.png);
  }
}

.btn_sns_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.btn_sns_list > *:not(:first-of-type) {
  margin-left: 26px;
}

.btn_sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 28px;
  height: 48px;
}

.btn_sns::before {
  width: 28px;
  height: 28px;
}

@media (max-width: 1000px) {
  .btn_sns {
    height: 60px;
  }
}

.btn_sp_menu[class*='original_icon']::before {
  width: 35px;
  height: 38px;
  margin-bottom: -3px;
}

@media (min-width: 1001px) {
  .btn_sp_menu {
    display: none;
  }
}

.footer {
  background-color: #151414;
  color: #fff;
}

.footer_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-top: 48px;
  padding-bottom: 36px;
}

.footer_navigation {
  font-size: 0.875rem;
}

@media (min-width: 801px) {
  .footer_navigation {
    display: -ms-flexbox;
    display: flex;
  }
  .footer_navigation > *:not(:last-of-type) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .footer_navigation > *:not(:last-of-type)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1em;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 800px) {
  .footer_navigation {
    text-align: center;
  }
  .footer_navigation > *:not(:first-of-type) {
    margin-top: 24px;
  }
}

.footer_fmv_btn {
  border: 1px solid #fff;
  padding: 13px 25px;
  margin-top: 25px;
  transition: all 0.3s ease 0s;
}

.footer_fmv_btn:hover {
  background: #fff;
  color: #151514;
}

.footer_notes {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 45px;
}

.copyright {
  font-size: 0.8125rem;
  margin-top: 15px;
}

.btn_page_to_top {
  position: absolute;
  top: 56px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(/digital-paper/gen1/images/icon/go_to_top.png);
}

@media (min-width: 801px) {
  .btn_page_to_top {
    margin-right: -20px;
  }
}

@media (min-width: 801px) {
  .top_view {
    height: 440px;
  }
}

@media (max-width: 800px) {
  .top_view {
    height: 240px;
  }
}

.top_view_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 801px) {
  .top_view_inner {
    padding-top: 60px;
  }
}

@media (max-width: 800px) {
  .top_view_inner {
    padding-top: 20px;
  }
}

.top_view_logo {
  background-image: url(/digital-paper/gen1/images/icon/logo_white.svg);
  background-size: contain;
  filter: drop-shadow(1px 1px 30px rgba(0, 0, 0, 0.4));
}

@media (min-width: 801px) {
  .top_view_logo {
    width: 365px;
    height: 66px;
  }
}

@media (max-width: 800px) {
  .top_view_logo {
    width: 210px;
    height: 38px;
  }
}

.page_header {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-weight: 300;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

.page_header::after {
  display: block;
  content: "";
  width: 280px;
  height: 14px;
  background-image: url(/digital-paper/gen1/images/common/bg_swoosh.png);
  margin: 22px auto 0;
}

@media (max-width: 800px) {
  .page_header::after {
    width: 200px;
    height: 10px;
  }
}

@media (min-width: 801px) {
  .page_header {
    font-size: 2.25rem;
    padding-top: 80px;
    padding-bottom: 92px;
  }
}

@media (max-width: 800px) {
  .page_header {
    font-size: 1.875rem;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media (min-width: 801px) {
  .top_view {
    background-image: url(/digital-paper/gen1/images/product/bg_main.jpg);
  }
}

@media (max-width: 800px) {
  .top_view {
    background-image: url(/digital-paper/gen1/images/product/bg_main_sp.jpg);
  }
}

.lead {
  width: 90%;
  max-width: 760px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 801px) {
  .lead {
    font-size: 1.125rem;
    margin-top: -28px;
  }
}

@media (max-width: 800px) {
  .lead {
    font-size: 1rem;
    margin-top: -14px;
  }
}

.lead .mark_attention {
  font-size: 0.8125rem;
}

.lead_attention {
  width: 90%;
  max-width: 760px;
  font-size: 0.875rem;
  line-height: 1.65;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.product_info {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 801px) {
  .product_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 92px;
  }
}

@media (max-width: 1166px) {
  .product_info {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 760px;
  }
}

@media (max-width: 800px) {
  .product_info {
    margin-top: 56px;
  }
}

.product_description_outer[data-product-size="small"] .product_description_image::before {
  background-image: url(/digital-paper/gen1/images/product/bg_product_small.png);
}

@media (min-width: 1167px) {
  .product_description_outer[data-product-size="small"] {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    width: 44.6%;
  }
  .product_description_outer[data-product-size="small"] .product_description_image {
    width: 40%;
    margin-left: 32px;
  }
  .product_description_outer[data-product-size="small"] .product_description_image::before {
    padding-top: 130%;
  }
}

@media (max-width: 1166px) {
  .product_description_outer[data-product-size="small"] .product_description_image {
    width: 220px;
    height: 290px;
    margin-bottom: 50px;
  }
  .product_description_outer[data-product-size="small"] .product_description_image::before {
    height: 100%;
  }
}

@media (max-width: 800px) {
  .product_description_outer[data-product-size="small"] .product_description_image {
    width: 176px;
    height: 232px;
  }
}

.product_description_outer[data-product-size="large"] .product_description_image::before {
  background-image: url(/digital-paper/gen1/images/product/bg_product_large.png);
}

@media (min-width: 1167px) {
  .product_description_outer[data-product-size="large"] {
    width: 49.7%;
  }
  .product_description_outer[data-product-size="large"] .product_description_image {
    width: 50%;
    margin-right: 32px;
  }
  .product_description_outer[data-product-size="large"] .product_description_image::before {
    padding-top: 128%;
  }
}

@media (max-width: 1166px) {
  .product_description_outer[data-product-size="large"] .product_description_image {
    width: 290px;
    height: 370px;
    margin-bottom: 50px;
  }
  .product_description_outer[data-product-size="large"] .product_description_image::before {
    height: 100%;
  }
}

@media (max-width: 800px) {
  .product_description_outer[data-product-size="large"] .product_description_image {
    width: 232px;
    height: 296px;
  }
}

@media (min-width: 1167px) {
  .product_description_outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media (max-width: 1166px) {
  .product_description_outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 800px) {
  .product_description_outer:not(:first-of-type) {
    margin-top: 80px;
  }
}

.product_description_image::before {
  display: block;
  content: "";
  background-size: contain;
}

.product_description {
  width: 260px;
  text-align: center;
  margin-bottom: 40px;
}

.product_title {
  line-height: 1.7;
}

.product_title span {
  display: block;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
}

.product_sub_title {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 16px;
}

.product_text {
  font-size: 0.9375rem;
  margin-top: 24px;
  margin-bottom: 18px;
}

.btn_buy_product {
  display: inline-block;
  min-width: 180px;
  margin-top: 14px;
  text-align: center;
}

.btn_buy_product[data-size="small"] {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn_to_spec_outer {
  margin-top: 16px;
}

.btn_to_spec {
  display: inline-block;
  font-size: 0.875rem;
  padding-bottom: 4px;
  border-bottom: 1px solid #999;
  transition: color 0.2s, border 0.2s;
}

.btn_to_spec:hover {
  color: #666;
  border-bottom-color: transparent;
}

.product_main_image {
  width: 570px;
  height: 370px;
  background-image: url(/digital-paper/gen1/images/product/bg_product_main.png);
}

.accessories_header {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  text-align: center;
  margin-top: 132px;
  margin-bottom: 40px;
}

@media (min-width: 801px) {
  .accessories_header {
    font-size: 1.375rem;
  }
}

@media (max-width: 800px) {
  .accessories_header {
    font-size: 1.375rem;
  }
}

.accessories_list_header {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  background-color: #efefef;
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (max-width: 1166px) {
  .accessories_list_header {
    width: 96%;
  }
}

@media (max-width: 800px) {
  .accessories_list_header {
    width: 90%;
  }
}

.accessories_list {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9f8f7;
}

@media (max-width: 1166px) {
  .accessories_list {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 801px) {
  .accessories_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 65px;
  }
}

@media (max-width: 800px) {
  .accessories_list {
    -ms-flex-pack: center;
        justify-content: center;
    width: 90%;
    padding: 20px 0 32px;
  }
}

.accessories {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
}

@media (max-width: 1000px) {
  .accessories {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.accessories[data-accessories-number="1"] .accessories_image::before {
  width: 15px;
  height: 150px;
  background-image: url(/digital-paper/gen1/images/product/bg_pen.png);
}

@media (max-width: 800px) {
  .accessories[data-accessories-number="1"] {
    padding-top: 20px;
  }
}

.accessories[data-accessories-number="2"] .accessories_image::before {
  width: 65px;
  height: 86px;
  background-image: url(/digital-paper/gen1/images/product/bg_kaeshin01.png);
}

.accessories[data-accessories-number="3"] .accessories_image::before {
  width: 127px;
  height: 97px;
  background-image: url(/digital-paper/gen1/images/product/bg_usb.png);
}

.accessories[data-accessories-number="4"] .accessories_image::before {
  width: 160px;
  height: 98px;
  background-image: url(/digital-paper/gen1/images/product/bg_app_site.png);
}

.accessories[data-accessories-number="5"] .accessories_image::before {
  width: 60px;
  height: 60px;
  background-image: url(/digital-paper/gen1/images/icon/app_quaderno_mobile.png);
}

.accessories[data-accessories-number="6"] .accessories_image::before {
  width: 60px;
  height: 70px;
  background-image: url(/digital-paper/gen1/images/icon/fw_icon.png);
}

.accessories[data-accessories-number="7"] .accessories_image::before {
  width: 90px;
  height: 120px;
  background-image: url(/digital-paper/gen1/images/product/bg_note01.jpg);
}

.accessories[data-accessories-number="8"] .accessories_image::before {
  width: 90px;
  height: 120px;
  background-image: url(/digital-paper/gen1/images/product/bg_note02.jpg);
}

@media (max-width: 800px) {
  .accessories {
    padding-bottom: 40px;
  }
}

.accessories_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 180px;
}

.accessories_image::before {
  display: block;
  content: "";
  background-size: contain;
}

.accessories_text {
  line-height: 1.75;
  text-align: center;
}

.accessories_text_small {
  font-size: 0.8125rem;
}

.accessories_text_link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 4px;
  margin-top: 16px;
  border-bottom: 1px solid #999;
  transition: color 0.2s, border 0.2s;
}

.accessories_text_link:hover {
  color: #666;
  border-bottom-color: transparent;
}

.accessories_attention {
  max-width: 280px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.accessories_attention a {
  text-decoration: underline;
}

.option {
  background-color: #f9f8f7;
  margin-top: 112px;
}

.option_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 56px;
}

.option_header {
  font-weight: 500;
  text-align: center;
}

@media (min-width: 801px) {
  .option_header {
    font-size: 1.375rem;
  }
}

@media (max-width: 800px) {
  .option_header {
    font-size: 1.375rem;
  }
}

.option_item_list {
  max-width: 660px;
  margin: 76px auto 0;
}

@media (min-width: 801px) {
  .option_item_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.option_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 76px;
}

.option_item[data-option-item-number="1"] {
  width: 100%;
}

.option_item[data-option-item-number="1"] .option_item_image {
  width: 100%;
}

.option_item[data-option-item-number="1"] .option_item_image::before {
  padding-top: 39%;
  background-image: url(/digital-paper/gen1/images/product/bg_case.png);
}

.option_item[data-option-item-number="2"] .option_item_image, .option_item[data-option-item-number="3"] .option_item_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 210px;
}

.option_item[data-option-item-number="2"] .option_item_image::before {
  width: 107px;
  height: 150px;
  background-image: url(/digital-paper/gen1/images/product/bg_pen_kaeshin.png);
}

.option_item[data-option-item-number="3"] .option_item_image::before {
  width: 142px;
  height: 75px;
  background-image: url(/digital-paper/gen1/images/product/bg_kaeshin02.png);
  margin-top: 28px;
}

.option_item .btn_buy_product {
  padding-left: 60px;
  padding-right: 60px;
}

.option_item_image::before {
  display: block;
  content: "";
  background-size: contain;
}

.option_item_title {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 28px;
  margin-bottom: 24px;
}

@media (max-width: 800px) {
  .option_item_title {
    font-size: 0.9375rem;
  }
}

.option_item_text {
  max-width: 660px;
  font-weight: 300;
  line-height: 1.75;
}

@media (max-width: 800px) {
  .option_item_text {
    font-size: 0.875rem;
  }
}

.spec_header {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  margin-top: 96px;
}

.spec_table {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  border: 1px solid #bababa;
}

.spec_table_section:not(:first-of-type) {
  border-top: 1px solid #bababa;
}

.spec_table_section[data-section-type="product_image"] .spec_table_th {
  background-color: transparent;
}

@media (max-width: 1100px) {
  .spec_table_section[data-section-type="product_image"] .spec_table_tr {
    position: relative;
  }
  .spec_table_section[data-section-type="product_image"] .spec_table_tr::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    background-color: #bababa;
  }
}

@media (min-width: 831px) {
  .spec_table_section {
    position: relative;
  }
}

.spec_table_section_header {
  font-weight: 500;
  text-align: center;
  background-color: #efefef;
}

@media (min-width: 831px) {
  .spec_table_section_header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 140px;
    padding-top: 24px;
    border-right: 1px solid #bababa;
  }
}

@media (max-width: 830px) {
  .spec_table_section_header {
    padding: 24px 12px;
    border-bottom: 1px solid #bababa;
  }
}

.spec_table_tr {
  display: -ms-flexbox;
  display: flex;
}

.spec_table_tr:not(:first-of-type) {
  border-top: 1px solid #bababa;
}

@media (min-width: 831px) {
  .spec_table_tr {
    margin-left: 140px;
  }
}

@media (max-width: 1100px) {
  .spec_table_tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.spec_table_th,
.spec_table_td {
  font-size: 0.875rem;
  line-height: 1.7;
}

.spec_table_th {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.spec_table_th:not([data-no-background-color]) {
  background-color: #f9f8f7;
}

@media (max-width: 1100px) {
  .spec_table_th[data-no-background-color] {
    display: none;
  }
}

@media (min-width: 1101px) {
  .spec_table_th {
    max-width: 340px;
    width: 34%;
    padding: 20px;
    border-right: 1px solid #bababa;
  }
}

@media (max-width: 1100px) {
  .spec_table_th {
    width: calc(100% - 32px);
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto 0;
  }
}

.spec_table_td {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  padding: 20px;
}

@media (min-width: 1101px) {
  .spec_table_td:not(:first-of-type) {
    border-left: 1px solid #bababa;
  }
}

@media (max-width: 1100px) {
  .spec_table_td:not(:first-of-type) {
    position: relative;
  }
  .spec_table_td:not(:first-of-type)::before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 12px;
    width: 1px;
    background-color: #bababa;
  }
}

.spec_table_product_info[data-product-size="small"] .spec_table_product_image {
  width: 85px;
  height: 110px;
  background-image: url(/digital-paper/gen1/images/product/bg_product_small.png);
}

@media (min-width: 831px) {
  .spec_table_product_info[data-product-size="small"] .spec_table_product_image {
    margin-left: 36px;
  }
}

@media (max-width: 831px) {
  .spec_table_product_info[data-product-size="small"] .spec_table_product_image {
    margin-bottom: 20px;
  }
}

.spec_table_product_info[data-product-size="large"] .spec_table_product_image {
  width: 109px;
  height: 140px;
  background-image: url(/digital-paper/gen1/images/product/bg_product_large.png);
}

@media (min-width: 831px) {
  .spec_table_product_info[data-product-size="large"] .spec_table_product_image {
    margin-left: 32px;
  }
}

@media (max-width: 831px) {
  .spec_table_product_info[data-product-size="large"] .spec_table_product_image {
    margin-bottom: 20px;
  }
}

@media (min-width: 831px) {
  .spec_table_product_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 40px 20px;
  }
}

@media (max-width: 830px) {
  .spec_table_product_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    padding: 28px 8px 20px;
  }
}

.spec_table_product_description {
  margin-bottom: 18px;
}

.spec_table_product_title {
  font-weight: 500;
  line-height: 1.4;
}

.spec_table_product_sub_title {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 16px;
}

.spec_table_product_image {
  background-size: contain;
}

.spec_note_list {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}

.spec_note {
  font-size: 0.8125rem;
  line-height: 2;
}

.sub_spec_table {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 60px;
  border: 1px solid #bababa;
}

.sub_spec_table_section {
  position: relative;
}

.sub_spec_table_section_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 831px) {
  .sub_spec_table_section_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 28%;
    border-right: 1px solid #bababa;
  }
}

@media (max-width: 1100px) {
  .sub_spec_table_section_header {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 830px) {
  .sub_spec_table_section_header {
    border-bottom: 1px solid #bababa;
  }
}

.sub_spec_table_section_header_image {
  margin-right: 36px;
}

.sub_spec_table_section_header_image[data-image-number="1"] {
  width: 10px;
  height: 110px;
  background-image: url(/digital-paper/gen1/images/product/bg_pen.png);
}

.sub_spec_table_section_header_text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

.sub_spec_table_section_header_text span {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
}

.sub_spec_table_tr {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 831px) {
  .sub_spec_table_tr {
    margin-left: 28%;
  }
}

@media (min-width: 1101px) {
  .sub_spec_table_tr:not(:first-of-type) {
    border-top: 1px solid #bababa;
  }
}

@media (max-width: 1100px) {
  .sub_spec_table_tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub_spec_table_tr:not(:first-of-type) {
    border-top: 1px solid #bababa;
  }
}

.sub_spec_table_th,
.sub_spec_table_td {
  font-size: 0.875rem;
  line-height: 1.7;
}

.sub_spec_table_th {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  background-color: #f9f8f7;
}

@media (min-width: 1101px) {
  .sub_spec_table_th {
    max-width: 340px;
    width: 18%;
    padding: 20px;
    border-right: 1px solid #bababa;
  }
}

@media (max-width: 1100px) {
  .sub_spec_table_th {
    width: calc(100% - 32px);
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto 0;
  }
}

.sub_spec_table_td {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 20px;
}

@media (max-width: 1100px) {
  .sub_spec_table_td {
    text-align: center;
  }
}

.footer {
  margin-top: 108px;
}
