<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
  text-decoration: underline; }

.sec1 {
  background: #FFF;
  padding: 40px 0 40px 0;
  border-top: 2px solid #ce6a65; }
  .sec1 .text1 {
    text-align: left;
    font-size: 2rem;
    line-height: 3.0rem;
    color: #770600; }
  .sec1 .text2 {
    text-align: left;
    padding: 20px 0 0 0;
    font-size: 1.4rem; }
  .sec1 .clm2 {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center; }
    .sec1 .clm2 li {
      width: 50%;
      margin: 0 10px 30px 10px; }
    .sec1 .clm2 .img1 {
      text-align: right;
      height: auto; }
    .sec1 .clm2 .txt1 {
      text-align: left; }
      .sec1 .clm2 .txt1 b {
        font-size: 1.8rem;
        color: #e9462c; }
  .sec1 .price1 {
    padding: 40px 0 0 0; }
    .sec1 .price1 table {
      width: 100%;
      border-spacing: 0px;
      border-top: 2px solid #a38b89;
      border-left: 2px solid #a38b89;
      font-size: 1.4rem; }
      .sec1 .price1 table th, .sec1 .price1 table td {
        padding: 10px;
        border-bottom: 2px solid #a38b89;
        box-sizing: border-box; }
      .sec1 .price1 table th {
        background: #eae5e3;
        color: #42210b; }
      .sec1 .price1 table td {
        text-align: center;
        border-right: 2px solid #a38b89; }

@media all and (max-width: 896px) {
  .sec1 .clm2 {
    display: block; }
    .sec1 .clm2 li {
      width: 100%; }
    .sec1 .clm2 .img1 {
      text-align: center; }
    .sec1 .clm2 .txt1 {
      text-align: center; } }
</pre></body></html>