@media screen and (min-width: 1081px), print {
  .info {
    padding: 70px 0 100px;
  }
  .info .row {
    max-width: 940px;
  }
  .info_lst {
    margin: 20px 0 30px;
  }
  .info_lst li {
    border-top: 1px dashed #e6e6e6;
    padding: 15px 0 19px;
  }
  .info_lst li:last-child {
    border-bottom: 1px dashed #e6e6e6;
  }
  .info_lst li a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
  }
  .info_lst li a:hover {
    opacity: .7;
  }
  .info_lst li a time, .info_lst li a span, .info_lst li a em {
    display: inline-block;
  }
  .info_lst li a .meta {
    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;
  }
  .info_lst li a time {
    width: 110px;
    font-size: 1.8rem;
    line-height: 22px;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1.25px;
    margin-right: 2px;
  }
  .info_lst li a em {
    font-style: normal;
    width: 70px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: #626262;
    text-align: center;
    vertical-align: middle;
    padding: 4px 3px;
  }
  .info_lst li a span {
    width: -webkit-calc(100% - 90px - 70px);
    width: -moz-calc(100% - 90px - 70px);
    width: calc(100% - 90px - 70px);
    padding-left: 21px;
    color: #000;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .info_lst li a span.pdf:after {
    background: url(/commons/img/ic_pdf_pc.png) left top no-repeat;
    content: '';
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: text-bottom;
    width: 18px;
  }
  .info_detail {
    padding: 64px 0 100px;
  }
  .info_detail .row {
    padding: 0 70px;
    max-width: 940px;
  }
  .info_detail_ttl {
    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;
  }
  .info_detail_ttl time, .info_detail_ttl em {
    display: inline-block;
  }
  .info_detail_ttl time {
    width: 110px;
    font-size: 1.8rem;
    line-height: 22px;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1.25px;
    padding-right: 2px;
  }
  .info_detail_ttl em {
    font-style: normal;
    width: 70px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: #626262;
    text-align: center;
    vertical-align: middle;
    padding: 4px 3px;
  }
  .info_detail h3 {
    font-size: 2.2rem;
    line-height: 24px;
    font-weight: 300;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 18px 0 16px;
    margin: 19px 0 20px;
    letter-spacing: 1px;
  }
  .info_detail figure img {
    width: 100%;
  }
  .info_detail p {
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
    margin: 21px 0;
    letter-spacing: 1px;
  }
  .info_detail_btn {
    text-align: center;
  }
  .ie .info_lst li a span {
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .info {
    padding: 6.48148vw 0 9.25926vw;
  }
  .info_lst {
    margin: 1.85185vw 0 2.77778vw;
  }
  .info_lst li {
    border-top: 1px dashed #e6e6e6;
    padding: 1.38889vw 0 1.75926vw;
  }
  .info_lst li:last-child {
    border-bottom: 1px dashed #e6e6e6;
  }
  .info_lst li a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info_lst li a time, .info_lst li a span, .info_lst li a em {
    display: inline-block;
  }
  .info_lst li a .meta {
    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;
  }
  .info_lst li a time {
    width: 10.18519vw;
    font-size: 1.66667vw;
    line-height: 2.03704vw;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 0.11574vw;
    margin-right: 0.18519vw;
  }
  .info_lst li a em {
    font-style: normal;
    width: 6.48148vw;
    font-size: 0.92593vw;
    line-height: 1;
    color: #fff;
    background: #626262;
    text-align: center;
    vertical-align: middle;
    padding: 0.37037vw 0.27778vw;
  }
  .info_lst li a span {
    width: -webkit-calc(100% - 8.33333vw - 6.48148vw);
    width: -moz-calc(100% - 8.33333vw - 6.48148vw);
    width: calc(100% - 8.33333vw - 6.48148vw);
    padding-left: 1.94444vw;
    color: #000;
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    letter-spacing: 1px;
  }
  .info_lst li a span.pdf:after {
    background: url(/commons/img/ic_pdf.png) left top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 2.03704vw;
    margin-left: 5px;
    vertical-align: text-bottom;
    width: 1.66667vw;
  }
  .info_detail {
    padding: 5.92593vw 0 9.25926vw;
  }
  .info_detail_ttl {
    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;
  }
  .info_detail_ttl time, .info_detail_ttl em {
    display: inline-block;
  }
  .info_detail_ttl time {
    width: 10.18519vw;
    font-size: 1.66667vw;
    line-height: 2.03704vw;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 0.11574vw;
    padding-right: 0.18519vw;
  }
  .info_detail_ttl em {
    font-style: normal;
    width: 6.48148vw;
    font-size: 0.92593vw;
    line-height: 1;
    color: #fff;
    background: #626262;
    text-align: center;
    vertical-align: middle;
    padding: 0.37037vw 0.27778vw;
  }
  .info_detail h3 {
    font-size: 2.03704vw;
    line-height: 2.22222vw;
    font-weight: 300;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 1.66667vw 0 1.48148vw;
    margin: 1.75926vw 0 1.85185vw;
    letter-spacing: 1px;
  }
  .info_detail figure img {
    width: 100%;
  }
  .info_detail p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    color: #000;
    margin: 1.94444vw 0;
    letter-spacing: 1px;
  }
  .info_detail_btn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .info {
    padding: 9.11458vw 0 10.15625vw;
  }
  .info_lst {
    margin: 3.64583vw 0 5.20833vw;
  }
  .info_lst li {
    border-top: 1px dotted #e6e6e6;
  }
  .info_lst li:last-child {
    border-bottom: 1px dotted #e6e6e6;
  }
  .info_lst li a {
    display: block;
    padding: 3.64583vw 0 2.47396vw;
  }
  .info_lst li a time, .info_lst li a span, .info_lst li a em {
    display: inline-block;
  }
  .info_lst li a .meta {
    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;
  }
  .info_lst li a time {
    width: 17.57812vw;
    font-size: 3.64583vw;
    line-height: 3.64583vw;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    margin-right: 1.30208vw;
    letter-spacing: 0.26042vw;
  }
  .info_lst li a em {
    font-style: normal;
    min-width: 14.58333vw;
    font-size: 2.86458vw;
    line-height: 3.64583vw;
    min-height: 3.64583vw;
    color: #fff;
    background: #626262;
    text-align: center;
    padding: 0.26042vw 0.39062vw;
  }
  .info_lst li a span {
    display: block;
    width: 100%;
    color: #000;
    font-size: 3.38542vw;
    line-height: 6.25vw;
    margin-top: 1.04167vw;
  }
  .info_lst li a span.pdf:after {
    background: url(/commons/img/ic_pdf.png) left top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 3.90625vw;
    margin-left: 5px;
    vertical-align: text-bottom;
    width: 3.125vw;
  }
  .info_detail {
    padding: 8.85417vw 0 10.41667vw;
  }
  .info_detail_ttl {
    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;
  }
  .info_detail_ttl time, .info_detail_ttl em {
    display: inline-block;
  }
  .info_detail_ttl time {
    width: 18.22917vw;
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    padding-right: 0.65104vw;
    letter-spacing: 0.19531vw;
  }
  .info_detail_ttl em {
    font-style: normal;
    min-width: 14.58333vw;
    font-size: 2.86458vw;
    line-height: 4.16667vw;
    min-height: 4.16667vw;
    color: #fff;
    background: #626262;
    text-align: center;
    padding: 0.26042vw 0.39062vw;
  }
  .info_detail h3 {
    font-size: 3.90625vw;
    line-height: 6.51042vw;
    font-weight: 300;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 2.34375vw 0 2.86458vw;
    margin: 2.08333vw 0 5.20833vw;
  }
  .info_detail figure img {
    width: 100%;
    max-width: 100%;
  }
  .info_detail p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    color: #000;
    margin: 3.25521vw 0 4.81771vw;
  }
  .info_detail_btn {
    text-align: center;
  }
}
