<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form table td{
    width: 50%;
}

.form table td table tr td{
    width: 32%;
}

.form table td table tr td:first-of-type{
    width: 24%;
}
.form table td table tr td.poa{
    width: 100%;
    position: absolute;
}
.c-ic{
    display: block;
}
.c-ic::before{
    content: '笳�';
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 10px;
}
.c-ic.zoom-size::before{
    margin-right: 15px;
}
.pro-99999999{
    display: none;
}
.pro-88888888{
    display: none;
}
.bus, .b-t{
    border-top: none !important;
}

@media screen and (max-width: 1024px){
    .form table td{
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .form table td table tr td{
        width: 100%;
        font-size: 14px;
    }
    .form table th {
        font-size: 14px;
    }
    .note-show.ct2 {
        font-size: 14px;
    }
    .is-price {
        font-size: 10px;
    }
}
@media all and (max-width: 768px) {
    .form table td table tr td:first-of-type {
        width: 100%;
    }	
    .sp-none{
        display: none !important;
    }
}
@media screen and (max-width: 580px){
    .form table td table tr td:first-of-type {
        width: 100%;
        
    }
    i.c-show-new.checkshow {
      left: 50%;
      bottom: -15px;
      transform: translateX(-50%);
      text-align: center;
      display: inline-block;
  }
  .note-show.ct2 {
    left: 0;
    bottom: 0px;
    transform: unset;
    width: 100%;
    text-align: center;
}
}
</pre></body></html>