<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .res-inner-contents ul,.res-inner-contents ol {
      list-style: none;
      margin: 0;
      padding: 0;
      border: 0;
      font-style: normal;
      font-weight: 400;
      vertical-align: baseline;
    }
    .res-inner-contents ul img,.res-inner-contents ol img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: 0;
    }
  @media only screen and (min-width: 800px), print {
    .res-inner-contents {
      width: 800px;
      margin: 0 auto;
    }
  }
    @media only screen and (max-width: 767px) {
      .pc {
        display: none;
      }
    }
    @media only screen and (min-width: 768px), print {
      .sp {
        display: none;
      }
    }
    .res-inner-contents .icon-blank img {
      display: none;
    }
    @media only screen and (max-width: 767px) {
    .res-inner-contents {
      width: 100%;
      margin: 0 auto;
      padding: 10px;
    }
    img.m_img {
      width: 100%;
      max-width: 100% !important;
      height: auto !important;
    }
    .foot_info h2 img {
      width: 100%;
      height: auto;
    }
  }
    h1 {
      margin-bottom: 10px;
    }
    .headline {
      margin-bottom: 20px;
      position: relative;
    }
  @media only screen and (min-width: 768px), print {
    h1 {
      width: 85%;
    }
    .headline {
      padding: 0 15px;
    }
    .headline .left {
      float: left;
      width: 410px;
    }
    .sp_info {
      display: none;
    }
    .headline .left .txt {
      font-size: 11px;
      line-height: 1.8;
    }
  }
  @media only screen and (min-width: 768px), print {
    .headline .right {
      position: absolute;
      right: 15px;
      bottom: 0;
      text-align: right;
    }
  }
    .num {
      font-size: 15px;
    }
    .num span {
      font-size: 35px;
    }
    .headline .right .c_name {
      font-size: 12px;
    }
    .main_img {
      margin-bottom: 30px;
    }


    @media only screen and (max-width: 767px) {
      .headline .left h1 {
        width: 70%;
      }
      .headline .right {
        display: none;
      }
      .sp_info {
        background: #e6e6e6;
        padding: 10px 10px;
      }
      .sp_info .num {
        float: left;
        margin-right: 15px;
        width: 15%;
      }
      .sp_info .c_name {
        float: left;
        width: 80%;
        font-size: 9px;
        margin-top: 6px;
      }
      .sp_info .c_name p {
        display: table-cell;
        padding-right:12px;
      }
      .num span {
        font-size: 22px;
      }
    }

    @media only screen and (max-width: 767px) {
      .main_img {
        margin-bottom: 0;
      }
    }
    article p {
      line-height: 2.0;
    }
  @media only screen and (min-width: 768px), print {
    article .inner {
      padding: 0 15px;
    }
  }
    #column_box {
      background: #e9e9e9;
      padding: 25px 25px;
    }
  @media only screen and (min-width: 768px), print {
    #column_box .left {
      float: left;
      width: 55%;
    }
    #column_box .right {
      float: right;
    }
  }
    #column_box .right {
      text-align: right;
    }
    @media only screen and (max-width: 767px) {
      #column_box .right {
        margin-top: 15px;
      }
    }
    #column_box .txt {
      font-size: 12px;
      line-height: 1.8;
    }
    .foot_info#col_backnumber li {
      margin-bottom: 12px;
    }
    .foot_info {
      margin-bottom: 40px;
          font-size: 12px;
    }
    .foot_info p {
      font-weight: bold;
      line-height: 1.8;
    }
    .foot_info:last-child {
      margin-bottom: 0;
    }
    .foot_info h2 {
      margin-bottom: 10px;
    }
    @media only screen and (min-width: 768px), print {
      .foot_info {
        padding: 0 15px;
      }
    }

    @media only screen and (max-width: 767px) {
      #col_contact p {
        text-align: center;
      }
    }
    #col_backnumber ul li {
      margin-bottom: 8px;
      font-weight: bold;
    }

    .col_pic {
    }
    .col_pic li {
      width: 49%;
    }
    .col_pic li:nth-of-type(1) {
      float: left;
    }
    .col_pic li:nth-of-type(2) {
      float: right;
    }
    @media only screen and (max-width: 767px) {
      .col_pic {
        display: none;
      }
    }
    .att {
      font-size: 11px;
      margin-top: 5px;
    }
    @media only screen and (min-width: 768px), print {
      .link_target a {
        background:  url(../img/ico_link.png) no-repeat right center;
        padding-right: 15px;
        text-decoration: none;
        color: #333333;
      }
  }
    @media only screen and (max-width: 767px) {
      .link_target {
        width: 100%;
      }
      .link_target a {
        background: #063676;
        display: block;
        color: #ffffff;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
      }
  }

  #col_backnumber ul {
    height: 200px;
    overflow: auto;
    overflow-y: auto;
  }
  #col_backnumber ul::-webkit-scrollbar {
    width: 10px;
    background: #cccccc;
  }
  #col_backnumber ul::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  #col_backnumber ul::-webkit-scrollbar-track-piece {
    background: #efefef;
  }

  .attension {
    font-size: 12px;
  }


    /* --- clearfix ----*/
    .cf:before,
    .cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        *zoom: 1;
    }
    .mt5  { margin-top: 5px !important;}
    .mt10 { margin-top: 10px !important;}
    .mt15 { margin-top: 15px !important;}
    .mt20 { margin-top: 20px !important;}
    .mt25 { margin-top: 25px !important;}
    .mt30 { margin-top: 30px !important;}
    .mt40 { margin-top: 40px !important;}
    .mt50 { margin-top: 50px !important;}


    .mb5  { margin-bottom: 5px !important;}
    .mb10 { margin-bottom: 10px !important;}
    .mb15 { margin-bottom: 15px !important;}
    .mb20 { margin-bottom: 20px !important;}
    .mb25 { margin-bottom: 25px !important;}
    .mb30 { margin-bottom: 30px !important;}
    .mb40 { margin-bottom: 40px !important;}
    .mb50 { margin-bottom: 50px !important;}
    .mb60 { margin-bottom: 60px !important;}
</pre></body></html>