@charset "UTF-8";

/* ============================================
SU-BA Product Page Styles
============================================ */

/* --------------------------------------------
  Common Styles
-------------------------------------------- */
.suba-sec {
  padding: 0 12%;
}
.suba-sec picture{
  display: block;
  margin-bottom: 20px;
}
#container_world .suba-sec .note{
  font-size: 12px;
  line-height: 1.5;
}
h2 span{
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.06em;
}
h5{
  font-size: 20px;
  padding: 0 0 10px 0;
}
#container_world .title{
  font-size: 22px;
  padding: 0 0 10px 0;
}

#suba_sec01 h3.heading,
#suba_sec02 h3.heading{
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .suba-sec {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  #suba_detail, #container_world, .suba-sec, .inside_box_world {
    max-width: 100%;
  }
  #suba_sec01 ul{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    justify-items: center;
    padding: 0;
  }
  #suba_sec01 ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    list-style: none;
  }
  #suba_sec01 ul li figure{
    width: 80%;
    margin: 0 auto;
  }
  .suba-sec {
    padding: 0 0;
  }
  #suba_sec01 h3.heading,
  #suba_sec02 h3.heading{
    font-size: 22px;
    margin-bottom: 30px;
  }
  #container_world .title{
    font-size: 20px;
    padding: 0 0 10px 0;
  }
}

/* --------------------------------------------
  SU-BA Hero Section
-------------------------------------------- */
.suba-hero {
  background-image: url('../img/pic_suba_main.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0 60px 0;
  position: relative;
  height: 50vh;
}
.suba-hero .hero-box {
  position: absolute;
  top: 10%;
  left: 5%;
}  
#container_world .suba-hero h2.heading {
  font-size: 2.5vw;
  line-height: 1.5;
  margin: 25px 0 30px auto!important;
}
.suba-hero h2.heading .sub-heading01 {
  font-size: 58%;
  padding-bottom: 5px;
  display: inline-block;
}
.suba-hero h2.heading .sub-heading02 {
  font-size: 70%;
  display: inline-block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .suba-hero {
    padding: 80px 0 20px 0;
  }
  .suba-hero .suba-sec {
    margin: 0 0 30px 0;
  }
  h2{
    width: 100%;
  }
  .suba-hero h2.heading {
    margin: 15px 0 20px auto!important;
  }
}

@media screen and (max-width: 768px) {
  .suba-hero {
    height: 80vh;
    background-image: url('../img/pic_suba_main-sp.jpg');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
  }
  .suba-hero:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 33.68%;
  }
  .suba-hero .hero-box {
    top: 5%;
    left: 5%;
  }
  .suba-hero .suba-sec {
    margin: 30px 0 0 0;
    padding: 0 20px;
  }
  #container_world .suba-hero h2.heading {
    font-size: 22px;
    margin: 10px 0 15px auto!important;
  }
}

/* --------------------------------------------
  SU-BA Section 01 (Color Lineup)
-------------------------------------------- */
#suba_sec01{
  background-color: #F5F5F5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
#suba_sec01 .suba_sec01-bg{
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
#suba_sec01 .suba_sec01-bg__layer{
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation: subaSec01Layer 12s infinite ease-in-out;
  will-change: opacity;
}
#suba_sec01 .suba_sec01-bg__layer.col1{ background-image: url('../img/bg_shine_01.png'); animation-delay: 0s; }
#suba_sec01 .suba_sec01-bg__layer.col2{ background-image: url('../img/bg_shine_02.png'); animation-delay: 4s; }
#suba_sec01 .suba_sec01-bg__layer.col3{ background-image: url('../img/bg_shine_03.png'); animation-delay: 8s; }

@keyframes subaSec01Layer{
  0%   { opacity: 0; }
  6%   { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}

#suba_sec01 ul{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#suba_sec01 ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
#suba_sec01 ul li figure{
  width: 80%;
  margin: 0 auto;
}
#suba_sec01 ul li figure img{
  width: 100%;
  height: auto;
  display: block;
}
#suba_sec01 .suba_sec01__txt2{
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #suba_sec01{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #suba_sec01 .suba_sec01-bg__layer.col1{ background-image: url('../img/bg_shine_01_sp.png'); }
  #suba_sec01 .suba_sec01-bg__layer.col2{ background-image: url('../img/bg_shine_02_sp.png'); }
  #suba_sec01 .suba_sec01-bg__layer.col3{ background-image: url('../img/bg_shine_03_sp.png'); }
  #suba_sec01 .suba_sec01__txt2{
    text-align: left;
  }
}

/* --------------------------------------------
  SU-BA Section 02 (Product Design)
-------------------------------------------- */
#suba_sec02 h4.heading{
  color: #886D4B;
  line-height: 1.4;
}
#suba_sec02 h4.heading span{
  color: #111;
}
#suba_detail h4 span{
  font-size: 18px;
  font-weight: 400;
}
#suba_sec02 .feature-heading .heading {
  position: relative;
}

#suba_sec02 .feature-heading .heading:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
}

#suba_sec02 .feature-heading .heading:after {
  content: "Easy daily care";
  position: absolute;
  top: -32px;
  left: 85px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 10px;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  white-space: nowrap;
}

#suba_sec02 .feature-heading--wide .heading:after {
  content: "Always the perfect temp";
  position: absolute;
  top: -32px;
  left: 130px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 10px;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  white-space: nowrap;
}

#suba_sec02 .feature-heading--mid .heading:after {
  content: "Compact and portable";
  position: absolute;
  top: -32px;
  left: 120px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 10px;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  white-space: nowrap;
}
#suba_sec02{
  background-color: #F8F5F3;
  padding-top: 130px;
  padding-bottom: 120px;
}
#suba_sec02 .inner_secret h3.heading{
  text-align: center;
}
#suba_sec02 .inner_secret:not(.inner_secret-other) h5.title{
  position: relative;
  padding-top: 36px;
}
#suba_sec02 .inner_secret:not(.inner_secret-other) h5.title:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 77px;
  height: 35px;
  background: url('../img/ico_new.png') no-repeat 0 0;
  background-size: contain;
  display: block;
}
#suba_sec02 .inner_secret-other h5.title:before{
  padding-top: 0px;
}
#suba_sec02 h5.title:nth-of-type(2){
  padding-top: 95px;
}
#suba_sec02 .inner_secret{
  background-color: #fff;
  padding: 45px 70px;
  margin-top: 20px;
  overflow: hidden;
}
#suba_sec02 .feature-heading{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 3em;
  min-width: 0;
}
#suba_sec02 .feature-heading__icon{
  width: 136px;
  height: auto;
  flex: 0 0 auto;
}
#suba_sec02 .feature-heading .heading{
  margin: 40px 0 0 0;
  min-width: 0;
}
#suba_sec02 .feature-heading__eyebrow{
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
#suba_sec02 .feature-heading__eyebrow:after{
  content: "";
  display: inline-block;
  height: 1px;
  background: #6c6c6c;
  width: 240px;
  max-width: 45%;
  margin-left: 18px;
  vertical-align: middle;
}
#suba_sec02 .feature-heading--wide .feature-heading__eyebrow:after{
  width: 380px;
  max-width: 60%;
}
#suba_sec02 .feature-heading--mid .feature-heading__eyebrow:after{
  width: 300px;
  max-width: 50%;
}
#suba_sec02 .inner_secret:nth-of-type(2) {
  margin-top: 120px;
}
#suba_sec02 .inner_secret p {
  margin-bottom: 1em!important;
}
#suba_sec02 .inner_secret .column-inner > div:nth-of-type(1) {
  width: calc(50% - 40px);
}
#suba_sec02 .inner_secret > .column-inner:nth-child(3) {
  margin-top: 40px;
}
#suba_sec02 .inner_secret.inner_secret-other{
  background-color: transparent;
}
#suba_sec02 .inner_secret.inner_secret-other h4{
  text-align: center;
}
#suba_sec02 .inner_secret-other h5.title:before{
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #suba_detail #suba_sec02 h4.title{
    font-size: 20px;
  }
  #suba_sec02{
    background-color: #F8F5F3;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #suba_sec02 .inner_secret:not(.inner_secret-other) h5.title{
    position: relative;
    padding-top: 22px;
  }
  #suba_sec02 h5.title:nth-of-type(2){
    padding-top: 50px;
  }
  #suba_sec02 .inner_secret{
    background-color: #fff;
    padding: 8% 8%;
    margin-top: 20px;
  }
  #suba_sec02 .inner_secret h5.title{
    padding-top: 32px;
  }
  #suba_sec02 .inner_secret h5.title:before{
    top: 6px;
    width: 44px;
    height: 18px;
  }
  #suba_sec02 .inner_secret:not(.inner_secret-other) h5.title:before {
    top: -4px;
    left: 0;
    width: 47px;
    height: 22px;
  }
  #suba_sec02 .feature-heading{
    gap: 12px;
    align-items: flex-start;
  }
  #suba_sec02 .feature-heading__icon{
    width: 64px;
    margin: 0 auto;
  }
  #suba_sec02 .feature-heading__eyebrow{
    white-space: nowrap;
    display: block;
    width: 100%;
  }
  #suba_sec02 .feature-heading__eyebrow:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #6c6c6c;
    margin: 6px 0 0 0;
  }
  #suba_sec02 .feature-heading--wide .feature-heading__eyebrow:after,
  #suba_sec02 .feature-heading--mid .feature-heading__eyebrow:after{
    width: 100%;
  }
  #suba_sec02 .inner_secret .column-inner > div:nth-of-type(1){
    width: 100%;
  }
  #suba_sec02 .inner_secret .column-inner > div:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
  #suba_sec02 .inner_secret p {
    margin-bottom: 0!important;
  }
  #suba_sec02 .inner_secret.inner_secret-other{
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 0;
  }
  #suba_sec02 .inner_secret.inner_secret-other img{
    margin-top: 20px;
  }
  #suba_sec02 .inner_secret.inner_secret-other h5.title{
    padding-top: 0;
  }
  #suba_sec02 .feature-heading{
    flex-direction: column;
  }
  #suba_sec02 .feature-heading .heading:after {
    content: "Easy daily care";
    position: absolute;
    top: -28px;
    left: 56px;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
  }
  
  #suba_sec02 .feature-heading--wide .heading:after {
    content: "Always the perfect temp";
    position: absolute;
    top: -28px;
    left: 90px;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
  }
  
  #suba_sec02 .feature-heading--mid .heading:after {
    content: "Compact and portable";
    position: absolute;
    top: -28px;
    left: 85px;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
  }
}

/* --------------------------------------------
  SU-BA Section 03 (Spec Table)
-------------------------------------------- */
@media all and (max-width: 768px) {
  .u-pc-only { display: none !important; }
}
@media screen and (min-width: 769px), print {
  .u-sp-only { display: none !important; }
}

#suba_sec03 {
  padding-top: 130px;
  padding-bottom: 120px;
}
.p-suba03 {
  position: relative;
}
#container_world #suba_sec03 h3.heading{
  font-size: 40px;
}

.p-suba03__tit2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.03em;
  color: #555555;
}
.p-suba03__txt {
  letter-spacing: 0em;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-suba03__txt .dowrap {
  display: inline-block;
  position: relative;
  left: -1px;
}
.p-suba03__txt .do {
  display: inline-block;
  position: relative;
  left: 1px;
}
.p-suba03-item__tit {
  display: block;
  text-align: center;
}
.p-suba03-item__tit span {
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-suba03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-suba03-list p {
  text-align: center;
  font-size: 17px;
  color: #414141;
  font-family: 'YakuHanJPs',"Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-suba03 table {
  width: 100%;
  border-top: 1px solid rgba(85, 85, 85, 0.5);
}
.p-suba03 table th,
.p-suba03 table td {
  padding: 10px;
  text-align: center;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #414141;
}
.p-suba03 table th .dowrap,
.p-suba03 table td .dowrap {
  display: inline-block;
  position: relative;
  left: -2px;
}
.p-suba03 table th .do,
.p-suba03 table td .do {
  display: inline-block;
  position: relative;
  left: 1px;
}
.p-suba03 table th {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  letter-spacing: 0.1em;
  font-size: 13px;
}
.p-suba03 table td {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) and (max-width: 1680px) 
{
  #suba_sec03 {
    padding-left: 1%;
    padding-right: 1%;
  }
  #suba_sec03 .inside_box_world {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-suba03-tablewrap table {
    min-width: 100%;
    font-size: 12px;
  }
  .p-suba03 table th,
  .p-suba03 table td {
    padding: 8px 4px;
    font-size: 11px;
  }
  .p-suba03__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .p-suba03-boxwrap {
    gap: 10px;
  }
  .p-suba03-side {
    width: 180px;
    flex: 0 0 180px;
  }
  .p-suba03-box {
    flex: 0 0 calc((100% - 180px) / 2);
    max-width: calc((100% - 180px) / 2);
    padding: 0 0 0 8px;
  }
  .p-suba03-list {
    max-width: 200px;
    margin: 20px auto 0;
    gap: 12px;
  }
  .p-suba03-list li {
    width: 50px;
  }
  .p-suba03-list figure {
    width: 40px;
    min-height: 120px;
  }
  .p-suba03-list p {
    font-size: 10px;
    margin: 8px -8px 0;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1025px), print {
  .p-suba03-tablewrap table {
    min-width: 1200px;
  }
}

@media all and (max-width: 768px) {
  #container_world #suba_sec03 h3.heading{
    font-size: 22px;
  }
  #suba_sec03 {
    padding: 9.33333vw 6.66667vw 8vw 6.66667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-suba03__tit2 {
    margin: 0vw auto 0vw;
  }
  .p-suba03__tit2 span {
    padding: 0vw 0vw 0vw 1.06667vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-suba03__txt {
    margin: 4vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.45;
  }
  .p-suba03__txt .dowrap {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
  }
  .p-suba03__txt .do {
    display: inline-block;
    position: relative;
    left: 0vw;
  }
  .p-suba03-box {
    margin: 20vw 0vw 0vw 0vw;
  }
  .p-suba03-box:nth-of-type(2) {
    margin: 17.33333vw 0vw 0vw 0vw;
  }
  .p-suba03-box:nth-of-type(3) {
    margin: 18.13333vw 0vw 0vw 0vw;
  }
  .p-suba03-box table {
    margin: 6.66667vw 0vw 0vw 0vw;
    border-top: none;
  }
  .p-suba03-box table tr:first-of-type th,
  .p-suba03-box table tr:first-of-type td {
    border-top: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suba03-box table th,
  .p-suba03-box table td {
    width: 50%;
    padding: 2.26667vw 0vw 2.26667vw 0vw;
    font-size: 13px;
    font-size: 3.46667vw;
    height: 16vw;
  }
  .p-suba03-box table th sup,
  .p-suba03-box table td sup {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-suba03-box table th .dowrap,
  .p-suba03-box table td .dowrap {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
  }
  .p-suba03-box table th .do,
  .p-suba03-box table td .do {
    display: inline-block;
    position: relative;
    left: 0vw;
  }
  .p-suba03-box table th {
    width: 38%;
    border-right: 1px solid rgba(85, 85, 85, 0.5);
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suba03-box table td {
    width: 62%;
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suba03-item {
    margin: 17.33333vw 0vw 0vw 0vw;
  }
  .p-suba03-list {
    margin: 6.93333vw auto 0vw;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, 1fr);
  }
  .p-suba03-list figure {
    margin: 4vw 0vw 0vw 0vw;
    width: 11.73333vw;
    margin: 0 auto;
  }
  .p-suba03-list p {
    position: relative;
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-suba03-list.type2 {
    margin: 2.13333vw auto 0vw;
    width: 69.33333vw;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
  }
  .p-suba03-list.type2 figure {
    margin: 4.8vw auto 0vw;
    width: 12.26667vw;
  }
  .p-suba03-list.type2 figure img {
    height: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p-suba03 {
    position: relative;
  }
  .p-suba03__inner {
    position: relative;
    max-width: 1100px;
    margin: 0px auto 0;
    padding: 0px 0px 0px 0px;
  }
  .p-suba03 .u-suba-tit {
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-suba03 .u-suba-tit::before {
    display: none;
  }
  .p-suba03__tit2 {
    width: 145px;
    margin: 0 auto;
  }
  .p-suba03__tit2 span {
    padding: 0 0 0 4px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  .p-suba03__txt {
    margin: 15px 0 0;
    font-size: 11px;
    line-height: 1.5;
  }
  .p-suba03-boxwrap {
    padding: 42px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-suba03-side {
    width: 210px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
  .p-suba03-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 210px) / 2);
            flex: 0 0 calc((100% - 210px) / 2);
    max-width: calc((100% - 210px) / 2);
    position: relative;
    padding: 0 0 0 10px;
  }
  .p-suba03-list {
    max-width: 234px;
    margin: 31px auto 0;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-suba03-list li {
    width: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-suba03-list figure {
    width: 48px;
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-suba03-list figure img {
    height: auto;
  }
  .p-suba03-list p {
    display: block;
    margin: 14px -15px 0;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  .p-suba03 table {
    margin: 32px 0 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .p-suba03 table th,
  .p-suba03 table td {
    padding: 20px 0;
    height: 70px;
    letter-spacing: 0.1em;
  }
  .p-suba03 table th {
    width: 210px;
    font-size: 14px;
  }
  .p-suba03 table th sup {
    font-size: 9px;
  }
  .p-suba03 table td {
    border-left: 1px solid rgba(85, 85, 85, 0.5);
    width: calc((100% - 210px) / 2);
    font-size: 14px;
  }
  .p-suba03 table td sup {
    font-size: 9px;
  }
  .p-suba03__inner { min-width: 1100px; }
  .p-suba03__tit2 { width: 210px; }
  .p-suba03-side { width: 210px; }
  .p-suba03-list { max-width: 234px; }
  .p-suba03-list li { width: 62px; }
  .p-suba03-list figure { width: 48px; }
  .p-suba03-tablewrap table { min-width: 1100px; }
  .p-suba03 table th .dowrap,
  .p-suba03 table td .dowrap {
    display: inline-block;
    position: relative;
    left: -2px;
  }
  .p-suba03 table th .do,
  .p-suba03 table td .do {
    display: inline-block;
    position: relative;
    left: 1px;
  }
}