<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*product-documents*/
@media only screen and (min-width: 769px) {
  .product-documents .intro {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .product-documents .intro {
    margin-bottom: 35px;
  }
}

.product-documents .lineTitle {
  color: #595955;
  border-bottom: 2px solid #F6BD03;
}

@media only screen and (min-width: 769px) {
  .product-documents .lineTitle {
    margin-bottom: 35px;
    font-size: 2.4rem;
    line-height: 2.25;
  }
}

@media only screen and (max-width: 768px) {
  .product-documents .lineTitle {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 3;
  }
}

.product-documents .lineTitle .catName {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #F6BD03;
}

@media only screen and (min-width: 769px) {
  .product-documents .lineTitle .catName {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    top: -4px;
  }
}

@media only screen and (max-width: 768px) {
  .product-documents .lineTitle .catName {
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
    top: -2px;
  }
}

.product-documents .listHead {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .product-documents .listHead__navi {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .product-documents .listHead__navi li {
    margin-left: 30px;
    display: inline-block;
  }
  .product-documents .listHead__navi li a {
    color: #252527;
    font-weight: bold;
    transition: .5s all ease !important;
  }
  .product-documents .listHead__navi li a i {
    margin-right: 5px;
  }
  .product-documents .listHead__navi li a:hover {
    color: #F6BD03 !important;
  }
}

@media only screen and (max-width: 768px) {
  .product-documents .listHead__navi {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .product-documents .listHead__navi li {
    margin-right: 20px;
    display: inline-block;
  }
  .product-documents .listHead__navi li a {
    color: #252527;
    font-weight: bold;
  }
  .product-documents .listHead__navi li a i {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 769px) {
  .product-documents .prodList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .product-documents .prodList__item {
    margin-bottom: 30px;
    padding: 0 0 30px;
    flex-basis: 500px;
    border-bottom: 1px solid #ccc;
  }
  .product-documents .prodList__child {
    display: table;
  }
  .product-documents .prodList__child .childImage {
    display: table-cell;
    width: 200px;
    padding: 0 20px;
  }
  .product-documents .prodList__child .childImage img {
    width: 100%;
    border: 1px solid #ccc;
  }
  .product-documents .prodList__child .childTxt {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    padding-right: 20px;
  }
  .product-documents .prodList__child .childTxt .dc_ttl {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
  }
  .product-documents .prodList__child .childTxt .dc_dl {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .product-documents .prodList__item {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
  }
  .product-documents .prodList__child {
    display: table;
  }
  .product-documents .prodList__child .childImage {
    display: table-cell;
    width: 35%;
    padding: 0 20px 0 10px;
  }
  .product-documents .prodList__child .childImage img {
    width: 100%;
    border: 1px solid #ccc;
  }
  .product-documents .prodList__child .childTxt {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    padding-right: 10px;
  }
  .product-documents .prodList__child .childTxt .dc_ttl {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .product-documents .prodList__child .childTxt .dc_dl {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  #product-documents-form .sec02 {
    padding: 20px 0 80px;
    background: url(/assets/img/bg_products-top_01.jpg) center top no-repeat;
    background-size: cover;
  }
  #product-documents-form .sec03 {
    padding-top: 80px;
  }
  #product-documents-form .selectDocs {
    display: table;
  }
  #product-documents-form .selectDocs__image {
    display: table-cell;
    width: 300px;
  }
  #product-documents-form .selectDocs__image img {
    max-width: 100%;
    border: 1px solid #ccc;
  }
  #product-documents-form .selectDocs__txt {
    display: table-cell;
    width: auto;
    padding-left: 40px;
    vertical-align: middle;
  }
  #product-documents-form .selectDocs__txt .title {
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.45455;
    font-weight: 700;
  }
  #product-documents-form .selectDocs__txt .seal {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 2;
    background-color: #343434;
    color: #F6BD03;
    font-weight: normal;
  }
  #product-documents-form .selectDocs__txt .btn {
    text-align: center;
  }
  #product-documents-form .hs_form_area {
    padding-top: 0;
  }
  #product-documents-form .completeTxt {
    margin-bottom: 60px;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #product-documents-form .sec02 {
    padding: 0 0 20px;
    background: url(/assets/img/bg_products-top_01.jpg) center top no-repeat;
    background-size: cover;
  }
  #product-documents-form .sec03 {
    padding-top: 35px;
  }
  #product-documents-form .selectDocs__image {
    width: 50%;
    margin: 0 auto 20px;
  }
  #product-documents-form .selectDocs__image img {
    max-width: 100%;
    border: 1px solid #ccc;
  }
  #product-documents-form .selectDocs__txt {
    width: auto;
    vertical-align: middle;
  }
  #product-documents-form .selectDocs__txt .title {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
  }
  #product-documents-form .selectDocs__txt .seal {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 1em;
    font-size: 1rem;
    line-height: 1.8;
    background-color: #343434;
    color: #F6BD03;
    font-weight: normal;
  }
  #product-documents-form .selectDocs__txt .btn {
    margin-bottom: 30px;
    text-align: center;
  }
  #product-documents-form .hs_form_area {
    padding-top: 0;
  }
  #product-documents-form .completeTxt {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*product-documents フォーム入力*/
</pre></body></html>