/** Shopify CDN: Minification failed

Line 189:25 The "+" operator only works if there is whitespace on both sides
Line 205:25 The "+" operator only works if there is whitespace on both sides

**/
.vd_table_title01 {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: 3px solid #000;
}
.vd_table_title01 span{
    display: inline-block;
    padding-left: 1em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", 'Noto Serif JP', "メイリオ", Meiryo, serif;
    font-size: .8em;
}
.vd_table_title01_2{
  margin-top:3em;
}
@media screen and (max-width: 767px){
.vd_table_title01_2{
  margin-top:1.5em;
}
}
.vd_table01{
    width: 100%;
    border-collapse: collapse;
}
.vd_table01>tbody>tr td, .vd_table01>tbody>tr th{
    border-bottom:1px solid #000;
}

.vd_table01 th{
    width: 10em;
    padding-right:20px;
}
.vd_table01 th, .vd_table01 td {
    padding-top:20px;
    padding-bottom: 20px;
}
.vd_table01 td table td{
    padding:20px;
}
.vd_table01 td table tr:first-of-type td, .vd_table01 td table tr:last-of-type td{
    padding: 0 20px 0 0;
}
@media screen and (min-width: 768px){
    .vd_table_title01 {
       margin-bottom:0;
    }
}
@media screen and (max-width: 767px){
    .vd_table01 th{
        margin-top: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        line-height: 1.2em;
    }
    .vd_table01>tbody>tr td {
       border-bottom: none;
    }
    .vd_table01>tbody>tr:first-of-type {
        border-top: none;
    }
    .vd_table01>tbody>tr{
        border-bottom:none;
    }
    .vd_table01 th{
        border-top:1px solid #000;
        border-bottom:1px solid #000;
    }
    .vd_table01 tr{
        display: flex;
        flex-wrap: wrap;
    }
    .vd_table01 th, .vd_table01 td{
        width: 100%;
    }
    .vd_table01 th, .vd_table01 td {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align:left;
    }
    .vd_table01 td table td {
        padding: 0px;
    }
    .vd_table01 td table tr:first-of-type td, .vd_table01 td table tr:last-of-type td{
        padding: 0px;
    }
    
}
.vd_spectable_wrap>table{
    box-shadow:none;
    border:none;
    width: 100%;
    border-collapse: collapse;
}
.vd_spectable_wrap>table td, .vd_spectable_wrap>table th{
    border:none;
    border-bottom:1px solid #000;
}

.vd_spectable_wrap>table th{
    width: 8em;
    padding-right:20px;
}
.vd_spectable_wrap>table th, .vd_spectable_wrap>table td {
    padding-top:20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px){
    .vd_spectable_wrap>table th, .vd_spectable_wrap>table td{
        display: block;
        text-align: left;
        width: 100%;
    }
    .page-width.vd_product.background-none {
        padding: 0;
    }
}
.multicolumn_vdcustom .metafield-rich_text_field h4:first-child{
    margin-top:0px;
}
.multicolumn_vdcustom .multicolumn-list__item:only-child {
    max-width: none;
}
.pdf-download-section {
  padding: 20px;
}

.pdf-download-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pdf-download-item {
 /*   flex: 1 1 calc(33.333% - 15px);3列レイアウト、幅が狭ければ折り返し */
  text-align: center;
}

.pdf-download-item a {
  text-decoration: none;
  color: #007acc;
  font-weight: bold;
}

.pdf-download-item a:hover {
  text-decoration: underline;
}
.vd_field {
    position: relative;
    width: 100%;
    transition: box-shadow var(--duration-short) ease;
}
.vd_field label {
    width: 100%;
}
.contact .vd_field {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .contact .vd_field {
    margin-bottom: 2rem;
  }
}
.vd_field__input, .customer .vd_field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width)* 2);
    min-width: calc(7rem +(var(--inputs-border-width)* 2));
    position: relative;
    
}
.vd_field__input, .select__select, .customer .field input, .customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width)* 2);
    min-width: calc(7rem +(var(--inputs-border-width)* 2));
    position: relative;
    border: 1px solid #121212;
}
.caption-large, .customer .vd_field input, .customer select, .vd_field__input, .form__label, .select__select {
    font-size: 1.3rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .04rem;
}


