@media screen and (min-width: 769px), print {
  .download {
    padding-bottom: 80px;
  }
  .download__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 34px;
  }
  .download__info p {
    width: -webkit-calc(100% - 212px);
    width: -moz-calc(100% - 212px);
    width: calc(100% - 212px);
    padding-left: 7px;
    padding-top: 14px;
  }
  .download__info .download__btn {
    display: block;
    width: 212px;
  }
  .download__info .download__btn span {
    width: 100%;
    height: 66px;
    font-size: 1.6rem;
    line-height: 21px;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .download__info .download__btn span:before {
    content: "";
    width: 32px;
    height: 29px;
    margin-right: 28px;
    display: block;
    background: url("../images/ic_book.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .download__info .download__btn:hover span {
    background: #716d6d;
  }
  .download__tt {
    background: #f2f2f2;
    border: 2px solid #e3e3e3;
    padding: 23px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .download__tt h3 {
    font-size: 2.2rem;
    line-height: 1;
    color: #404040;
    font-weight: bold;
    width: -webkit-calc(100% - 354px);
    width: -moz-calc(100% - 354px);
    width: calc(100% - 354px);
    padding-right: 30px;
  }
  .download__gr {
    width: 169px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .download__gr .btn {
    width: 169px;
  }
  .download__gr .btn + .btn {
    margin-left: 15px;
  }
  .download__gr .btn span {
    width: 100%;
    height: 41px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 12px 17px;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .download__gr .btn span:before {
    content: '';
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    height: 16px;
    background: url("../images/ic_download.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 15px;
  }
  .download__gr .btn.download__dxf span {
    background: #2667c8;
  }
  .download__gr .btn.inactive {
    pointer-events: none !important;
  }
  .download__gr .btn.inactive span {
    background: #716d6d !important;
  }
  .download__gr .btn:hover span {
    background: #716d6d;
  }
  .download__tb {
    margin-bottom: 25px;
    border: solid 2px #e3e3e3;
  }
  .download__tb dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .download__tb dl + dl {
    border-top: 2px solid #fff;
  }
  .download__tb dl dt {
    width: 112px;
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    background: #576f92;
    font-weight: bold;
    -webkit-writing-mode: tb;
    writing-mode: tb;
    -ms-writing-mode: tb-rl;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download__tb dl dd {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
  }
  .download__tb dl dd .download__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 27px;
  }
  .download__tb dl dd .download__list li.gray {
    background: #f2f2f2;
  }
  .download__tb dl dd .download__list li h4 {
    width: 295px;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #404040;
  }
  .download__tb dl dd .download__list li .fig {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .download__tb dl dd .download__list li .fig picture {
    width: 259px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
  }
  .download__tb dl dd .download__list li .fig picture:last-of-type {
    margin-right: 0 !important;
  }
  .download__tb dl.vertical dt {
    background: #818995;
  }
  .download__tb dl.lying dt {
    background: #708098;
  }
  .download__tb dl.other dd {
    width: 100%;
  }
  .download__tb dl.other dd .download__list li:nth-of-type(1) picture {
    width: 234px;
    text-align: left;
  }
  .download__tb dl.other dd .download__list li:nth-of-type(1) picture:last-of-type {
    margin-right: 27px;
  }
  .download__tb dl.other dd .download__list li:nth-of-type(2) h4 {
    width: 412px;
  }
  .download p {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  .download {
    padding-bottom: 5.20833vw;
  }
  .download__info {
    margin-bottom: 5.20833vw;
  }
  .download__info .download__btn {
    display: block;
    width: 100%;
    margin-top: 3.90625vw;
  }
  .download__info .download__btn span {
    width: 100%;
    height: 11.71875vw;
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .download__info .download__btn span:before {
    content: "";
    width: 5vw;
    height: 4.53125vw;
    margin-right: 3.90625vw;
    display: block;
    background: url("../images/ic_book.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .download__info .download__btn:hover span {
    background: #716d6d;
  }
  .download__tt {
    background: #f2f2f2;
    border: 1px solid #e3e3e3;
    padding: 3.90625vw 2.60417vw;
    margin-bottom: 6.51042vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download__tt h3 {
    font-size: 4.16667vw;
    line-height: 1.5;
    color: #404040;
    font-weight: bold;
    width: -webkit-calc(1005 - 29.94792vw);
    width: -moz-calc(1005 - 29.94792vw);
    width: calc(1005 - 29.94792vw);
    padding-right: 1.30208vw;
  }
  .download__gr {
    width: 29.94792vw;
  }
  .download__gr .btn {
    width: 29.94792vw;
    height: 7.8125vw;
  }
  .download__gr .btn + .btn {
    margin-top: 1.95312vw;
  }
  .download__gr .btn span {
    width: 100%;
    height: 7.8125vw;
    font-size: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    padding: 1.95312vw;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .download__gr .btn span:before {
    content: '';
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 1.5625vw;
            flex: 0 0 1.5625vw;
    width: 1.5625vw;
    height: 2.5vw;
    background: url("../images/ic_download.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.95312vw;
  }
  .download__gr .btn.download__dxf {
    background: #2667c8;
  }
  .download__gr .btn.download__dxf span {
    background: #2667c8;
  }
  .download__gr .btn.inactive {
    pointer-events: none !important;
  }
  .download__gr .btn.inactive span {
    background: #716d6d !important;
  }
  .download__gr .btn:hover span {
    background: #716d6d;
  }
  .download__tb {
    margin-bottom: 3.90625vw;
    border: solid 1px #e3e3e3;
  }
  .download__tb dl + dl {
    border-top: 2px solid #fff;
  }
  .download__tb dl dt {
    font-size: 4.16667vw;
    line-height: 1;
    color: #fff;
    background: #576f92;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 17.1875vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.90625vw;
  }
  .download__tb dl dd .download__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125vw 0 5.20833vw;
  }
  .download__tb dl dd .download__list li.gray {
    background: #f2f2f2;
  }
  .download__tb dl dd .download__list li h4 {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    color: #404040;
  }
  .download__tb dl dd .download__list li .fig {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.90625vw auto 0;
    width: 87.23958vw;
  }
  .download__tb dl dd .download__list li .fig picture {
    text-align: center;
    width: 41.66667vw;
    margin-bottom: 3.90625vw;
  }
  .download__tb dl dd .download__list li .fig picture:nth-of-type(2n-1) {
    margin-right: 3.25521vw;
  }
  .download__tb dl dd .download__list li .fig picture img {
    width: 100%;
  }
  .download__tb dl.vertical dt {
    background: #818995;
  }
  .download__tb dl.lying dt {
    background: #708098;
  }
  .download__tb dl.other dt {
    background: #5d5d5d;
  }
  .download__tb dl.other dd .fig {
    -webkit-box-pack: justify !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .download p {
    font-size: 3.38542vw;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
