/* Scss Document */
/* line 13, ../scss/download.scss */
.down-cate {
  margin-top: 30px; }
  /* line 15, ../scss/download.scss */
  .down-cate h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #f3eef4;
    background-repeat: no-repeat;
    padding: 8px 10px;
    border-top: #662355 2px solid;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      /* line 15, ../scss/download.scss */
      .down-cate h3 {
        padding: 4px 10px; } }
  /* line 28, ../scss/download.scss */
  .down-cate .blocks {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    /* line 32, ../scss/download.scss */
    .down-cate .blocks a {
      display: block;
      margin-top: 20px;
      margin-right: 20px; }
      @media only screen and (min-width: 641px) {
        /* line 37, ../scss/download.scss */
        .down-cate .blocks a:nth-child(4n), .down-cate .blocks a:last-child {
          margin-right: 0; } }
      @media only screen and (max-width: 640px) {
        /* line 32, ../scss/download.scss */
        .down-cate .blocks a {
          margin: 20px 10px 0; } }
    /* line 46, ../scss/download.scss */
    .down-cate .blocks a:hover {
      color: inherit; }
      /* line 48, ../scss/download.scss */
      .down-cate .blocks a:hover dl {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)"; }
    /* line 54, ../scss/download.scss */
    .down-cate .blocks dl {
      transition: all 0.3s ease;
      position: relative;
      padding: 10px;
      width: calc((978px - 40px - (20px * 3)) / 4);
      box-sizing: border-box;
      border: 1px solid #dedede; }
      /* line 61, ../scss/download.scss */
      .down-cate .blocks dl:after {
        content: url("../images/downloadcontents/corner.svg");
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        bottom: 0; }
      /* line 68, ../scss/download.scss */
      .down-cate .blocks dl dt {
        color: #6b2559;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42;
        border-bottom: 1px dotted #999999;
        padding-bottom: 0.3em;
        margin-bottom: 0.5em; }
        /* line 76, ../scss/download.scss */
        .down-cate .blocks dl dt img {
          width: 197px;
          height: 148px;
          display: block;
          margin-bottom: 10px; }
      /* line 82, ../scss/download.scss */
      .down-cate .blocks dl dd {
        font-size: 12px;
        line-height: 1.66;
        color: #000 !important; }
