<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "UTF-8";
/** Slide Setting
-----------------------------
*/
.page-wrap {
  width: 75%;
}

.bgindent {
  text-indent: -9999px;
}

.mgauto {
  margin: 0 auto;
  text-align: center;
}

.dblock {
  float: left;
  overflow: hidden;
  display: block;
}

.linkhover a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

.linkhover2 a:hover img {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  opacity: 0.9;
  zoom: 1;
}

/**

縲general style
-----------------------------------
-----------------------------------
*/
body {
  font-family: Noto Sans JP, 貂ｸ繧ｴ繧ｷ繝�け, 繝偵Λ繧ｮ繝手ｧ偵ざ Pro, sans-serif !important;
}

#Contents .flag-spmode {
  display: none;
}

#Contents .layout-inner {
  max-width: 1280px;
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Contents .wgt-heading {
  margin: 40px 0 0 0;
}

#Contents .wgt-heading s.heading-level2 {
  font-size: 18px;
}

#Breadcrumbs {
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

#Breadcrumbs dl {
  display: table;
  padding: 0;
  font-size: 12px;
}

#Breadcrumbs dl a {
  margin: 10px 10px 0 0;
  color: #909090;
}
#Breadcrumbs dd a {
    color:#595758;
}

#Breadcrumbs dt a::after {
  content: ' ';
  display: inline-block;
  width: 9px;
  height: 14px;
  margin: 0 0 0 5px;
  background: url(/common_assets/img/img-icon-arrow-right-gray@2x.png) 50% 100% no-repeat;
  background-size: 4px 7px;
}

#Breadcrumbs dl dt {
  display: table-cell;
}

#Breadcrumbs dl dd {
  display: table-cell;
}

.mod-pagetitle {
  height: 130px;
  margin: 0 auto;
  padding: 65px 0 40px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mod-pagetitle::after {
  content: '';
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 1px;
  background: #e60039;
}

.mod-pagetitle .title {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
}

.mod-pagetitle .subtitle {
  position: relative;
  top: -4px;
  left: 20px;
  padding: 0;
  color: #e60039;
  font-size: 16px;
  font-weight: normal;
}

#Contents .mod-contact {
  padding-top: 50px;
  font-weight: bold;
}

#Contents .mod-contact {
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 10px 0px 10px;
}

#Contents .mod-contact .title {
  font-size: 1.125rem;
  line-height: 1.88889;
  margin-bottom: 20px;
}

#Contents .mod-contact .title + p {
  font-size: 0.75rem;
  line-height: 1.66667;
  margin-bottom: 20px;
}

#Contents .mod-contact .title + p a {
  color: #e60039;
  text-decoration: underline;
}

#Contents .mod-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#Contents .mod-contact ul li {
  margin: 10px;
  width: 360px;
}

#Contents .mod-contact ul li a {
  width: 360px;
  height: 134px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #e60039 solid 2px;
  font-size: 0.9375rem;
  color: #2f3138;
  background: url(/common_assets/img/svg/arrow_icon.svg) no-repeat 50%;
  background-position: right 18px center;
  background-size: 6px 10px;
}

#Contents .mod-contact ul li .img {
  width: 42px;
  height: 38px;
}

#Contents .mod-contact ul li .img img[src*="catalog_icon"] {
  width: 36px;
  height: 29px;
}

#Contents .mod-contact ul li .img img[src*="products_icon"] {
  width: 26px;
  height: 38px;
}

#Contents .mod-contact ul li .img img[src*="img-icon-balloon"] {
  width: 34px;
  height: 30px;
}

#Contents .mod-contact ul li .img img[src*="img-icon-balloon-exclamation"] {
  width: 34px;
  height: 30px;
}

#Contents .mod-contact ul li .img img[src*="mail-phone_icon"] {
  width: 42px;
  height: 31px;
}

#Contents .mod-contact p.note {
  margin-top: 20px;
  color: #909090;
  font-size: 0.6875rem;
  line-height: 1.81818;
}

#Contents .mt10 {
  margin-top: 10px;
}

#Contents .mt20 {
  margin-top: 20px;
}

#Contents .mt30 {
  margin-top: 30px;
}

#Contents .mt40 {
  margin-top: 40px;
}

#Contents .mt50 {
  margin-top: 50px;
}

#Contents .mt60 {
  margin-top: 60px;
}

#Contents .mt70 {
  margin-top: 70px;
}

#Contents .mt80 {
  margin-top: 80px;
}

#Contents .mt90 {
  margin-top: 90px;
}

#Contents .mt100 {
  margin-top: 100px;
}

#Contents .mb10 {
  margin-bottom: 10px;
}

#Contents .mb20 {
  margin-bottom: 20px;
}

#Contents .mb30 {
  margin-bottom: 30px;
}

#Contents .mb40 {
  margin-bottom: 40px;
}

#Contents .mb50 {
  margin-bottom: 50px;
}

#Contents .mb60 {
  margin-bottom: 60px;
}

#Contents .mb70 {
  margin-bottom: 70px;
}

#Contents .mb80 {
  margin-bottom: 80px;
}

#Contents .mb90 {
  margin-bottom: 90px;
}

#Contents .mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1160px) {
  #Contents {
    font-size: 1.37931vw;
  }
  #Contents .mod-contact ul li {
    width: 55vw;
  }
  #Contents .mod-contact ul li a {
    width: 55vw;
    height: 134px;
  }
}

@media screen and (min-width: 768px) {
  #Contents .forSP {
    display: none;
  }
  #Contents img[src*="_sp."] {
    display: none;
  }
  #Contents a:hover {
    opacity: 0.6;
  }
  .wgt-list ul li a:hover {
    color: #595758 !important;
    text-decoration: underline;
  }
  #Contents .mod-contact ul li a:hover {
    background: #e60039 url(/common_assets/img/svg/arrow_icon_w.svg) no-repeat 50% !important;
    background-position: right 18px center !important;
    background-size: 6px 10px !important;
    color: #ffffff !important;
    opacity: 1;
  }
  #Contents .mod-contact ul li {
    width: 40vw;
    max-width: 360px;
  }
  #Contents .mod-contact ul li a {
    width: 40vw;
    max-width: 360px;
    height: 134px;
    /*        font-size: 1.55172vw; */
  }
}

/**
縲width 767px
*/
@media screen and (max-width: 767px) {
  /** Slide Setting
  -----------------------------
  */
  .page-wrap {
    width: 75%;
  }
  .bgindent {
    text-indent: -9999px;
  }
  .mgauto {
    margin: 0 auto;
    text-align: center;
  }
  .dblock {
    float: left;
    overflow: hidden;
    display: block;
  }
  .linkhover a:hover img {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
  }
  .linkhover2 a:hover img {
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    opacity: 0.9;
    zoom: 1;
  }
  /**
  縲general style
  -----------------------------------
  -----------------------------------
  */
  #Contents .flag-pcmode {
    display: none;
  }
  #Contents .flag-spmode {
    display: block;
  }
  #Contents .layout-inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
  #Contents .heading {
    margin: 40px 0 0 0;
  }
  #Contents .heading.heading-level2 {
    font-size: 18px;
  }
  #Breadcrumbs {
    display: none;
  }
  .mod-pagetitle {
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 35px 0 0 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mod-pagetitle::after {
    content: '';
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 1px;
    background: #e60039;
  }
  .mod-pagetitle .title {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
  }
  .mod-pagetitle .subtitle {
    position: relative;
    top: -4px;
    left: 20px;
    padding: 0;
    color: #e60039;
    font-size: 16px;
    font-weight: normal;
  }
  #Contents {
    font-size: 3.2vw;
  }
  #Contents .mod-contact {
    width: 89.33333vw;
    margin: 0 auto 10vw;
    padding: 0;
  }
  #Contents .mod-contact .title {
    font-size: 4.8vw;
    line-height: 1.88889;
    margin-bottom: 0.69444em;
  }
  #Contents .mod-contact .title + p {
    font-size: 3.2vw;
    line-height: 1.66667;
    margin-bottom: 20px;
  }
  #Contents .mod-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #Contents .mod-contact ul li {
    margin: 0;
    width: 100%;
    margin-top: 4.26667vw;
  }
  #Contents .mod-contact ul li :first-child {
    margin-top: 0;
  }
  #Contents .mod-contact ul li a {
    width: 100%;
    height: 35.73333vw;
    font-size: 0.9375rem;
    background-position: right 4.8vw center;
    background-size: 1.6vw 2.66667vw;
    color: #2f3138;
    background: url(/common_assets/img/svg/arrow_icon.svg) no-repeat 50%;
    background-position: right 4.8vw center;
    background-size: 1.6vw 2.66667vw;
  }
  #Contents .mod-contact ul li a :hover {
    color: #2f3138 !important;
  }
  #Contents .mod-contact ul li .img {
    width: 11.2vw;
    height: 10.13333vw;
  }
  #Contents .mod-contact ul li .img img[src*="catalog_icon"] {
    width: 9.6vw;
    height: 7.73333vw;
  }
  #Contents .mod-contact ul li .img img[src*="products_icon"] {
    width: 7.06667vw;
    height: 10.13333vw;
  }
  #Contents .mod-contact ul li .img img[src*="img-icon-balloon"] {
    width: 9.06667vw;
    height: 8vw;
  }
  #Contents .mod-contact ul li .img img[src*="img-icon-balloon-exclamation"] {
    width: 9.06667vw;
    height: 8vw;
  }
  #Contents .mod-contact ul li .img img[src*="mail-phone_icon"] {
    width: 11.2vw;
    height: 8.26667vw;
  }
  @-webkit-keyframes gotoScrollAnimation {
    0% {
      top: 3px;
    }
    1% {
      top: 3px;
    }
    100% {
      top: 15px;
    }
  }
  @keyframes gotoScrollAnimation {
    0% {
      top: 3px;
    }
    1% {
      top: 3px;
    }
    100% {
      top: 15px;
    }
  }
  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-out {
    0% {
      display: block;
      opacity: 1;
    }
    90% {
      display: block;
      opacity: 0;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fade-out {
    0% {
      display: block;
      opacity: 1;
    }
    90% {
      display: block;
      opacity: 0;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}

@-webkit-keyframes gotoScrollAnimation {
  0% {
    top: 3px;
  }
  1% {
    top: 3px;
  }
  100% {
    top: 15px;
  }
}

@keyframes gotoScrollAnimation {
  0% {
    top: 3px;
  }
  1% {
    top: 3px;
  }
  100% {
    top: 15px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

h1{font-size:28px;}
h2{font-size:18px;}
h3{font-size:18px;}
h4{font-size:15px;}
h5{font-size:14px;}
h6{font-size:12px;}
p{font-size:14px;}
label{font-size:10px;}

.contact_btn {
width: 100%;
height: 100px;
max-width: 400px;
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 0 auto;
display: block;
}
.afterservice_btn {
  display: inline-block;
  background: url('/common_assets/img/img-icon-afterservice@2x.png') no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px){
.contact_btn {
    width: calc(100% - 21.33vw);
    }
.mod-pagetitle{
    padding-left: 0px;	
    }
}
.btn-flat {
background: url('/common_assets/img/svg/arrow_icon.svg');
background-repeat: no-repeat, no-repeat;
background-position: right 18px center, center 16px;
background-size: 6px 10px, 42px 31px;
background-color: #FFFFFF;
color: #000;
margin:15px auto;
}
.btn-flat:hover {
background: url('/common_assets/img/svg/arrow_icon_w.svg');
background-repeat: no-repeat, no-repeat;
background-position: right 18px center, center 16px;
background-size: 6px 10px, 42px 31px;
background-color: rgb(230, 0, 57);
color: #FFFFFF !important;
}
.btn-common {
min-width:200px;
max-width:500px;
}
.link-text:after {
content: '';
display: inline-block;
width: 11px;
height: 11px;
margin-left: 10px;
background: url('/common_assets/img/svg/arrow_icon.svg') no-repeat;
background-size: 11px 11px;
vertical-align: baseline;
}



#block-search{
    margin-bottom: 35px;
}
@media (max-width: 767px){
    #block-search{
        margin-bottom:20px;
    }
    .mg-md{
        margin-top:20px;
        margin-bottom:12px;
    }
}
.search-txt{
    margin-top: 20px;
    margin-bottom: 20px;
}
#block-search .select-row{
    padding-left:5px;
    padding-right:5px;
}

#block-search .select-col{
    padding-left:10px;
    padding-right:10px;
}
@media (max-width: 767px){
    #block-search .select-row{
        padding-left:0;
        padding-right:0;
    }
    #block-search .select-col{
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 27px;
    }
}

select.form-control,
input.form-control{
    appearance: none;
    width: 100%;
    height: 54px;
    padding: 13px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2f3138;
    font-size:18px;
}
@media (max-width: 767px){
    select.form-control,
    input.form-control{
        font-size:1rem;
    }
}
select.form-control::-ms-expand {
    display: none;
}
.form-control:focus{
    border-color:inherit;
    box-shadow:none;
}
select.form-control{
    background: #F2F3F4 url(../img/icon_select.png) calc(100% - 5px) calc(50% + 5px) no-repeat;
}
input.form-control{
    background-image:url(../img/icon_search.png);
    background-repeat: no-repeat;
    background-position-x:calc(100% - 10px);
    background-position-y : 50%;
}



#block-detail{
    display: flex;
    flex-wrap: wrap;
    padding-top: 101px;
    margin-top: -101px;
}
#block-detail &gt; .row{
    flex-basis:100%;
    flex-grow:2;
}
#block-detail &gt;.col{
    padding-left:0;
    padding-right:0;
}
#block-detail &gt;.col.detail-description{
    display: flex;
    flex-direction: column;
    padding-right:30px;
}
@media (max-width: 767px){
    #block-detail &gt;.col.detail-description{
        padding-right:0;
    }
}

.detail-description .btn-dl{
    margin-top:0;
}
.card-description .card-body{
    padding-top: 0;
}

.sketchfab-embed-wrapper{
    border:#D6DBD9 solid 1px;
}
.ratio-16-9{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* This is your aspect-ratio */
}
.ratio-inner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.icon-download{
    background-image:url(../img/icon_dl.png);
    width: 21px;
    height: 19px;
    display: inline-block;
}
@media (max-width: 767px){
    .icon-download.float-lg-right{
        float:right;
    }
}

.ar-block{
    justify-content: space-between;
    border:1px solid #D6DBD9;
    padding:0.375rem 0.6rem 0.375rem 0.75rem;
    color:#212529;
    font-size: 14px;
    overflow: hidden;
}
.ar-block img{
    float: right;
}
@media (max-width: 767px){
    #contents .ar-block{
        font-size: 14px;
    }
}


#block-items .item{
    margin-bottom: 40px;
}
@media (max-width: 767px){
#block-items .item{
    margin-bottom: 20px;
}
}
#block-items .item img{
    border: 1px solid #eee;
    box-sizing: border-box;
}
#block-items .item p{
    background-image:url(../img/icon_arw_2_l.png);
    background-repeat: no-repeat;
    background-position:left 7px;
    background-size:8px auto;
    padding-left:15px;
}

.btn-dl.btn-flat{
    background-image:none;
}
#block-detail hr{
    width:100%;
}
#block-detail .btn-flat{
    font-size: 14px;
}
#block-detail .btn-flat:hover{
    opacity:1;
}

.flex-grow{
    flex-grow:2;
}
.card-gray{
    background-color:#F1F1F1;
}

#block-contact{
    margin-bottom: 90px;
}
.detail-description .product_btn{
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding-right: calc(0.75rem + 20px);
    margin-top:0;
}
.product_btn:hover{
    text-decoration: underline;
}

/*
.related-info{
    text-align: center;
}
*/
</pre></body></html>