@charset "UTF-8";
/* ▼▼▼ reset ▼▼▼ */
*,
*::before,
*::after,
*::marker {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin-block-start: 0;
  margin-block-end: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul.nodisc li {
  list-style-type: none !important;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.5;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

li {
  list-style: none;
}

/* ▲▲▲ reset ▲▲▲ */
.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
body.active {
  overflow: hidden;
}

h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
h1 a {
  font-size: 0.05em;
  color: rgba(255, 255, 255, 0);
  display: block;
  width: 176px;
  height: 46px;
}

.top-page-header h1 a {
  background: url(../img/common/logo_w.png) no-repeat;
  background-size: cover;
}

.scrolled {
  background-color: #FFF;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.scrolled h1 a {
  background: url(../img/common/logo.png) no-repeat;
  background-size: cover;
}

.child-page-header {
  background-color: #FFF;
}
.child-page-header h1 a {
  background: url(../img/common/logo.png) no-repeat;
  background-size: cover;
}

h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.375em;
  font-weight: bold;
}

h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
}

h4 {
  font-size: 1.75em;
  font-weight: bold;
}

p {
  font-size: 0.9375em;
  line-height: 1.8;
}

.f32 {
  font-size: 2em;
}

.f24 {
  font-size: 1.5em;
}

.f21 {
  font-size: 1.3125em;
}

.f18 {
  font-size: 1.125em;
}

.f14 {
  font-size: 0.875em;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  hxeight: 80px;
  z-index: 10;
}
header nav {
  justify-content: space-between;
  padding: 1em 2.5em;
}
header nav ul.header_menu {
  gap: 2.5em;
  height: 46px;
  align-items: center;
}
header nav ul.header_menu li.parent a.parent_a {
  color: #000;
  font-size: 0.92em;
  letter-spacing: 1px;
}
header.top-page-header nav ul.header_menu li.parent a.parent_a {
  color: #FFF;
  font-weight: 500;
}
header.scrolled nav ul.header_menu li.parent a.parent_a {
  color: #000;
  font-weight: 400;
}
header.scrolled nav .header_menu_wrap .menu_btn span::before, header.scrolled nav .header_menu_wrap .menu_btn span::after {
  background-color: #003387;
}
header.scrolled nav .header_menu_wrap .menu_btn.active span::before, header.scrolled nav .header_menu_wrap .menu_btn.active span::after {
  background-color: #003387;
}

.child-page {
  mxargin-top: 80px;
}

.section_inner {
  position: relative;
  width: calc(100% - 32px);
  max-width: 980px;
  margin: 0 auto;
  z-index: 1;
}

.flex_wrap {
  display: flex;
}

.fade_in {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s;
}
.fade_in.fade_in_left {
  transform: translate(-80px, 0);
}
.fade_in.fade_in_right {
  transform: translate(40px, 0);
}
.fade_in.fade_in_up {
  transform: translate(0, -40px);
}
.fade_in.fade_in_bottom {
  transform: translate(0, 30px);
}
.fade_in.active {
  opacity: 1;
  transform: translate(0, 0);
}

.btn_wrap {
  text-align: center;
}
.btn_wrap a {
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 1.75em;
  font-weight: bold;
  border: 2px solid #003387;
  border-radius: 10px;
  background: #003387;
  padding: 0.75em;
  margin: 0 auto;
}
.btn_wrap a::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  bottom: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_white.png) no-repeat;
  background-size: cover;
}
.btn_wrap a:hover {
  color: #003387;
  background: #FFF;
  text-decoration: none;
}
.btn_wrap a:hover::after {
  background: url(../img/common/arrow_gray.png) no-repeat;
  background-size: cover;
}

#contact {
  position: relative;
  background: url(../img/common/contact_bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.75em 0;
}
#contact .section_inner {
  text-align: center;
}
#contact .section_inner .ttl_wrap {
  color: #FFF;
  margin-bottom: 1.8em;
}
#contact .section_inner .ttl_wrap h3 {
  font-size: 1.125em;
}
#contact .section_inner .ttl_wrap h2 {
  letter-spacing: 0.1em;
}
#contact .section_inner .contact_wrap {
  background: #FFF;
  padding: 2.5em 3em;
}
#contact .section_inner .contact_wrap p.f18 {
  font-weight: 500;
  margin-bottom: 2em;
}
#contact .section_inner .contact_wrap .flex_wrap {
  align-items: flex-start;
  gap: 2.5em;
}
#contact .section_inner .contact_wrap .flex_wrap .text {
  width: 50%;
  text-align: left;
}
#contact .section_inner .contact_wrap .flex_wrap .text p.flex_wrap {
  align-items: center;
  color: #003387;
  font-size: 1.5em;
  gap: 0;
}
#contact .section_inner .contact_wrap .flex_wrap .text p.flex_wrap a {
  color: #F39005;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-left: 0.25em;
}
#contact .section_inner .contact_wrap .flex_wrap .text p.flex_wrap a:hover {
  text-decoration: none;
}
#contact .section_inner .contact_wrap .flex_wrap .text p.time {
  font-size: 0.875em;
}
#contact .section_inner .contact_wrap .flex_wrap .btn_wrap {
  width: 50%;
}
#contact .section_inner .contact_wrap .flex_wrap .btn_wrap a {
  letter-spacing: 0.1em;
}

footer {
  padding: 5em 0 2.5em;
}
footer .footer_inner {
  gap: 10%;
  position: relative;
  width: 980px;
  padding-bottom: 1em;
  margin: 0 auto;
}
footer .footer_inner .logo {
  width: 22%;
  min-width: 252px;
}
footer .footer_inner .logo a {
  display: block;
  margin-bottom: 2em;
}
footer .footer_inner .logo p {
  color: #003387;
  font-size: 1em;
  font-weight: 900;
}
footer .footer_inner .logo p:last-child {
  color: #000;
  font-size: 0.75em;
  font-weight: normal;
  margin-top: 0.8em;
}
footer .footer_inner .footer_menu {
  width: 68%;
}
footer .footer_inner .footer_menu .footer_menu_parent_wrap ul.flex_wrap {
  gap: 2.6em;
  border-top: 1px solid #B3C2DB;
}
footer .footer_inner .footer_menu .footer_menu_parent_wrap ul.flex_wrap li a {
  display: block;
  color: #003387;
  font-weight: bold;
  padding: 1.75em 0;
}
footer .footer_inner .footer_menu .footer_menu_item_wrap:not(:last-child) {
  margin-bottom: 1.875em;
}
footer .footer_inner .footer_menu .footer_menu_item_wrap a.footer_menu_item_parent {
  display: block;
  color: #003387;
  font-size: 0.9375em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
footer .footer_inner .footer_menu .footer_menu_item_wrap .footer_menu_item_box {
  gap: 1.25em;
}
footer .footer_inner .footer_menu .footer_menu_item_wrap .footer_menu_item_box ul {
  width: calc(50% - 0.625em);
}
footer .footer_inner .footer_menu .footer_menu_item_wrap .footer_menu_item_box ul li {
  margin-bottom: 0.25em;
}
footer .footer_inner .footer_menu .footer_menu_item_wrap .footer_menu_item_box ul li a {
  color: #000;
  font-size: 0.8125em;
}
footer .footer_inner .footer_menu .copyright {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.5em;
  font-size: 500;
  border-top: 1px solid #B3C2DB;
  padding-top: 1em;
}
footer .page_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  height: 44px;
  width: 44px;
  border-radius: 4px;
  background: #647CA3;
  transform: rotate(45deg);
  z-index: 10;
}
footer .page_top img {
  width: 22px;
  height: auto;
  transform: rotate(-45deg);
}

.child-page #child_page_ttl {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background: #003387;
  padding: 2em 1em;
}
.child-page #child_page_ttl h2 {
  margin-bottom: 0.5em;
}
.child-page #child_page_ttl h2 span {
  position: relative;
}
.child-page #child_page_ttl h2 span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 29px);
  background-color: #FFF;
  width: 58px;
  height: 1px;
}

#breadcrumb {
  padding: 6em 0 0;
}
#breadcrumb .section_inner ul {
  border-bottom: 1px solid #666;
  padding-bottom: 1.5em;
}
#breadcrumb .section_inner ul li {
  color: #666;
  font-size: 0.875em;
}
#breadcrumb .section_inner ul li a {
  color: #666;
  border-right: 1px solid #666;
  padding-right: 1em;
  margin-right: 1em;
}
#breadcrumb .section_inner span {
  font-size: 0.94em;
  color: #666;
  fxont-size: 0.875em;
  padding: 0 0.2em 0 0;
}
#breadcrumb .section_inner span:not(:first-child) {
  padding: 0 0.2em;
}
#breadcrumb .section_inner span a {
  color: #666;
  border-right: 1px solid #666;
  padding-right: 0.8em;
  margin-right: 0.8em;
}

.product-page-lite #product_detail_lite {
  padding: 1.875em 0 0;
}
.product-page-lite #product_detail_lite .section_inner #breadcrumb {
  background-color: #154EAC;
}
.product-page-lite #product_detail_lite .section_inner #breadcrumb span {
  font-size: 0.5em;
}
.product-page-lite #product_detail_lite .section_inner #breadcrumb span a {
  font-size: 0.5em;
}
.product-page-lite #product_detail_lite .section_inner .product_name {
  margin-bottom: 3.75em;
}
.product-page-lite #product_detail_lite .section_inner .product_name p {
  font-weight: bold;
}
.product-page-lite #product_detail_lite .section_inner .product_name h2 {
  font-size: 2.4em;
}
.product-page-lite #product_detail_lite .section_inner .product_name h2 span {
  font-size: 0.4em;
}
.product-page-lite #product_detail_lite .section_inner .product_main_img {
  margin-bottom: 2.4em;
}
.product-page-lite #product_detail_lite .section_inner .product_main_img img {
  margin: 0 auto;
}
.product-page-lite #product_detail_lite .section_inner .product_lead {
  text-align: center;
  border-bottom: 2px solid #B3C2DB;
  padding-bottom: 3.75em;
  margin-bottom: 3.75em;
}
.product-page-lite #product_detail_lite .section_inner .product_lead h2 {
  color: #003387;
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
.product-page-lite #product_detail_lite .section_inner .product_lead p {
  font-size: 1.2em;
  font-weight: 500;
}
.product-page-lite #product_detail_lite .section_inner .product_feature h3 {
  color: #003387;
  font-size: 2.25em;
  text-align: center;
  margin-bottom: 0.75em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature span.border_two_color {
  display: block;
  position: relative;
  width: 64px;
  height: 6px;
  background: #D9D9D9;
  margin: 0 auto 3.75em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature span.border_two_color::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 6px;
  background-color: #003387;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box {
  gap: 2.5em;
  margin-bottom: 3.75em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .img {
  position: relative;
  width: calc(40% - 20px);
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #FFF;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFF;
  border-right: 20px solid transparent;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid #FFF;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .img img {
  width: 100%;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text {
  width: calc(60% - 20px);
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text ul li {
  position: relative;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 1.25em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text_fw {
  width: 100%;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text_fw ul li {
  position: relative;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 1.25em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text_fw ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_box .text_fw ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_point {
  margin-bottom: 3.75em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_point ul {
  gap: 2.5em;
  flex-wrap: wrap;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_point ul li {
  width: calc(33% - 24px);
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_point ul li img {
  margin-bottom: 1.25em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_point ul li p {
  line-height: 1.3em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_demo {
  gap: 2.5em;
  background: #F5F5F5;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_demo .img {
  width: 33%;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_demo .text {
  width: calc(67% - 40px);
  padding: 3em 1em 3em 0;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_demo .text h4 {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_demo .text p {
  line-height: 1.5;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_demo .text .btn_wrap {
  max-width: 421px;
  margin-top: 1.5em;
}
.product-page-lite #product_detail_lite .section_inner .product_feature .product_feature_demo .text .btn_wrap a {
  font-size: 1.375em;
}
.product-page-lite #product_spec_lite {
  padding: 3em 0;
}
.product-page-lite #product_spec_lite .section_inner h2 {
  font-size: 1.75em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table {
  margin-bottom: 3.75em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table thead {
  background: #D4DAE4;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table thead th {
  font-weight: 500;
  width: 38%;
  vertical-align: middle;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table thead th:not(:first-child) {
  width: 31%;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table thead th.cls03 {
  font-weight: 500;
  width: auto;
  vertical-align: middle;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table thead th.cls03:not(:first-child) {
  width: auto;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table tbody th {
  text-align: left;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table tbody th sup {
  font-size: 0.8em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table tbody td {
  text-align: center;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table table th, .product-page-lite #product_spec_lite .section_inner .product_spec_table table td {
  font-size: 0.9375em;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #A2A2A2;
  padding: 0.625em 1em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table ul li {
  position: relative;
  font-size: 0.75em;
  padding-left: 2.75em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table ul li::before {
  position: absolute;
  left: 0;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table ul li:first-child::before {
  content: "※1 .";
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table ul li:nth-child(2)::before {
  content: "※2 .";
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table ul li:nth-child(3)::before {
  content: "※3 .";
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table ul li:nth-child(4)::before {
  content: "【注】";
  font-weight: 500;
  font-size: 0.75em;
  top: 2px;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table02 {
  margin-bottom: 3.75em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table02 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table02 table thead {
  background: #D4DAE4;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table02 table thead .cls03 {
  font-weight: 500;
  width: auto;
  vertical-align: middle;
}
.product-page-lite #product_spec_lite .section_inner .product_spec_table02 table thead .cls03:not(:first-child) {
  width: auto;
}
.product-page-lite #product_spec_lite .section_inner .product_material, .product-page-lite #product_spec_lite .section_inner .product_option {
  margin-bottom: 3.75em;
}
.product-page-lite #product_spec_lite .section_inner .product_material .flex_wrap, .product-page-lite #product_spec_lite .section_inner .product_option .flex_wrap {
  gap: 2.5em;
}
.product-page-lite #product_spec_lite .section_inner .product_material .flex_wrap.first, .product-page-lite #product_spec_lite .section_inner .product_option .flex_wrap.first {
  border-bottom: 1px solid #B3C2DB;
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
}
.product-page-lite #product_spec_lite .section_inner .product_material .flex_wrap .text, .product-page-lite #product_spec_lite .section_inner .product_option .flex_wrap .text {
  width: calc(52% - 20px);
}
.product-page-lite #product_spec_lite .section_inner .product_material .flex_wrap .text h3, .product-page-lite #product_spec_lite .section_inner .product_option .flex_wrap .text h3 {
  color: #003387;
  margin-bottom: 0.5em;
}
.product-page-lite #product_spec_lite .section_inner .product_material .flex_wrap .text ul li, .product-page-lite #product_spec_lite .section_inner .product_option .flex_wrap .text ul li {
  position: relative;
  font-size: 0.9375em;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1em;
}
.product-page-lite #product_spec_lite .section_inner .product_material .flex_wrap .img, .product-page-lite #product_spec_lite .section_inner .product_option .flex_wrap .img {
  width: calc(48% - 20px);
}
.product-page-lite #product_spec_lite .section_inner .product_download {
  background: url(../img/product/product_download_bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.5em;
}
.product-page-lite #product_spec_lite .section_inner .product_download .product_download_inner {
  width: 640px;
  text-align: center;
  background: #FFF;
  padding: 2em;
  margin: 0 auto;
}
.product-page-lite #product_spec_lite .section_inner .product_download .product_download_inner h2 {
  color: #003387;
  font-weight: 900;
  margin-bottom: 0.75em;
}
.product-page-lite #product_spec_lite .section_inner .product_download .product_download_inner p {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
.product-page-lite #product_spec_lite .section_inner .product_download .product_download_inner .btn_wrap a {
  max-width: 448px;
  font-size: 1.375em;
}
.product-page-lite .product_spec_table_lite {
  margin-bottom: 3.75em;
}
.product-page-lite .product_spec_table_lite table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.product-page-lite .product_spec_table_lite table thead {
  background: #D4DAE4;
}
.product-page-lite .product_spec_table_lite table thead th {
  font-weight: 500;
  width: 38%;
  vertical-align: middle;
}
.product-page-lite .product_spec_table_lite table thead th:not(:first-child) {
  width: auto;
}
.product-page-lite .product_spec_table_lite table tbody th {
  text-align: left;
}
.product-page-lite .product_spec_table_lite table tbody th sup {
  font-size: 0.8em;
}
.product-page-lite .product_spec_table_lite table tbody th.sm {
  width: 30%;
}
.product-page-lite .product_spec_table_lite table tbody td {
  text-align: center;
}
.product-page-lite .product_spec_table_lite table th, .product-page-lite .product_spec_table_lite table td {
  font-size: 0.9375em;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #A2A2A2;
  padding: 0.625em 1em;
}
.product-page-lite .product_spec_table_lite ul li {
  position: relative;
  font-size: 0.75em;
  padding-left: 2.75em;
}
.product-page-lite .product_spec_table_lite ul li::before {
  position: absolute;
  left: 0;
}
.product-page-lite .product_spec_table_lite ul li:first-child::before {
  content: "※1 .";
}
.product-page-lite .product_spec_table_lite ul li:nth-child(2)::before {
  content: "※2 .";
}
.product-page-lite .product_spec_table_lite ul li:nth-child(3)::before {
  content: "※3 .";
}
.product-page-lite .product_spec_table_lite ul li:nth-child(4)::before {
  content: "【注】";
  font-weight: 500;
  font-size: 0.75em;
  top: 2px;
}

#cmn_box1 .section_inner .fw_text {
  margin: 7.5em 0 0;
}
#cmn_box1 .section_inner .fw_text p.mt1 {
  margin-top: 2em;
}/*# sourceMappingURL=common.css.map */