@media screen and (min-width: 1081px), print {
  .meta em {
    font-style: normal;
  }
  .meta em + em {
    margin-top: 5px;
  }
  .meta em.latest {
    background: #c69f54;
  }
  .meta em.education {
    background: #5487c6;
  }
  .meta em.study {
    background: #54bdc6;
  }
  .meta em.regional {
    background: #bf7ce5;
  }
  .meta em.exchange {
    background: #dd74b2;
  }
  .meta em.life {
    background: #50b494;
  }
  .meta em.other {
    background: #7d7d7d;
  }
  .meta em.media {
    background: #f1875d;
  }
  .meta em.sdgs {
    background: #c65353;
  }
  .meta em.agriculture {
    background: #075b20;
  }
  .info {
    padding: 70px 0 82px;
    background: #fafafa;
  }
  .info .row {
    max-width: 940px;
  }
  .info .info_bar ul {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .info .info_bar ul li {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
  }
  .info_lst {
    margin: 20px 0 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .info_lst li {
    width: 300px;
    background: #fff;
    position: relative;
  }
  .info_lst li figure {
    text-align: center;
  }
  .info_lst li:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }
  .info_lst li:not(:nth-of-type(-n + 3)) {
    margin-top: 20px;
  }
  .info_lst li a {
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
    display: block;
  }
  .info_lst li a:hover {
    opacity: .7;
  }
  .info_lst li a time, .info_lst li a span, .info_lst li a em {
    display: block;
  }
  .info_lst li a .txt {
    padding: 20px 20px 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info_lst li a .meta {
    width: 100%;
    padding: 17px 20px;
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info_lst li a time {
    font-size: 1.6rem;
    line-height: 22px;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1.25px;
    padding-right: 2px;
  }
  .info_lst li a em {
    font-style: normal;
    font-size: 1rem;
    line-height: 16px;
    padding: 1px 13px;
    min-width: 70px;
    color: #fff;
    background: #626262;
    text-align: center;
  }
  .info_lst li a span {
    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 80px;
  }
  .info_detail .row {
    padding: 0 99px;
  }
  .info_detail .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_detail .meta time {
    font-size: 1.8rem;
    line-height: 22px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1.25px;
    padding-right: 2px;
  }
  .info_detail .meta em {
    font-style: normal;
    min-width: 70px;
    font-size: 1rem;
    color: #fff;
    margin-left: 7px;
    text-align: center;
    vertical-align: middle;
    padding: 2px 13px 1px;
  }
  .info_detail .meta em + em {
    margin-top: 0;
  }
  .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;
    margin-top: 31px;
  }
  .ie .info_lst li a em {
    margin-top: 2px;
  }
  .ie .info_lst li a span {
    padding-top: 4px;
  }
  .ie .info_detail_ttl em {
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .meta em {
    font-style: normal;
  }
  .meta em + em {
    margin-top: 0.46296vw;
  }
  .meta em.latest {
    background: #c69f54;
  }
  .meta em.education {
    background: #5487c6;
  }
  .meta em.study {
    background: #54bdc6;
  }
  .meta em.regional {
    background: #bf7ce5;
  }
  .meta em.exchange {
    background: #dd74b2;
  }
  .meta em.life {
    background: #50b494;
  }
  .meta em.other {
    background: #7d7d7d;
  }
  .meta em.media {
    background: #f1875d;
  }
  .meta em.sdgs {
    background: #c65353;
  }
  .meta em.agriculture {
    background: #075b20;
  }
  .info {
    padding: 6.48148vw 0 7.59259vw;
    background: #fafafa;
  }
  .info .info_bar ul {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .info .info_bar ul li {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
  }
  .info_lst {
    margin: 1.85185vw 0 3.51852vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .info_lst li {
    width: 30.09259vw;
    background: #fff;
    position: relative;
  }
  .info_lst li figure {
    text-align: center;
  }
  .info_lst li figure img {
    max-width: 100%;
  }
  .info_lst li:not(:nth-of-type(3n + 1)) {
    margin-left: 1.85185vw;
  }
  .info_lst li:not(:nth-of-type(-n + 3)) {
    margin-top: 1.85185vw;
  }
  .info_lst li a {
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
    display: block;
  }
  .info_lst li a:hover {
    opacity: .7;
  }
  .info_lst li a time, .info_lst li a span, .info_lst li a em {
    display: block;
  }
  .info_lst li a .txt {
    padding: 1.85185vw 1.85185vw 1.57407vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info_lst li a .meta {
    width: 100%;
    padding: 1.57407vw 1.85185vw;
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info_lst li a time {
    font-size: 1.48148vw;
    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_lst li a em {
    font-style: normal;
    font-size: 0.92593vw;
    line-height: 1.48148vw;
    padding: 1px 1.2037vw;
    min-width: 6.48148vw;
    color: #fff;
    background: #626262;
    text-align: center;
  }
  .info_lst li a span {
    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 7.40741vw;
  }
  .info_detail .row {
    padding: 0 9.16667vw;
  }
  .info_detail .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_detail .meta time {
    font-size: 1.66667vw;
    line-height: 2.03704vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 0.11574vw;
    padding-right: 0.18519vw;
  }
  .info_detail .meta em {
    font-style: normal;
    min-width: 6.48148vw;
    font-size: 0.92593vw;
    color: #fff;
    margin-left: 0.64815vw;
    text-align: center;
    vertical-align: middle;
    padding: 0.18519vw 1.2037vw 1px;
  }
  .info_detail h3 {
    font-size: 2.03704vw;
    line-height: 2.03704vw;
    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;
    margin-top: 2.87037vw;
  }
}

@media screen and (max-width: 767px) {
  .meta em {
    font-style: normal;
  }
  .meta em + em {
    margin-top: 0.65104vw;
  }
  .meta em.latest {
    background: #c69f54;
  }
  .meta em.education {
    background: #5487c6;
  }
  .meta em.study {
    background: #54bdc6;
  }
  .meta em.regional {
    background: #bf7ce5;
  }
  .meta em.exchange {
    background: #dd74b2;
  }
  .meta em.life {
    background: #50b494;
  }
  .meta em.other {
    background: #7d7d7d;
  }
  .meta em.media {
    background: #f1875d;
  }
  .meta em.sdgs {
    background: #c65353;
  }
  .meta em.agriculture {
    background: #075b20;
  }
  .info {
    padding: 9.11458vw 0 10.15625vw;
    background: #fafafa;
  }
  .info .info_bar ul {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .info .info_bar ul li {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
  }
  .info .info_bar ul li a {
    line-height: 1;
  }
  .info_lst {
    margin: 3.64583vw 0 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info_lst li {
    width: 48%;
    background: #fff;
    position: relative;
  }
  .info_lst li figure img {
    width: 100%;
  }
  .info_lst li:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
  .info_lst li:not(:nth-of-type(-n + 2)) {
    margin-top: 2.60417vw;
  }
  .info_lst li a {
    display: block;
  }
  .info_lst li a time, .info_lst li a span, .info_lst li a em {
    display: inline-block;
  }
  .info_lst li a time {
    font-size: 3.64583vw;
    line-height: 3.64583vw;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .info_lst li a em {
    font-style: normal;
    font-size: 2.86458vw;
    color: #fff;
    display: block;
    min-width: 18.22917vw;
    background: #626262;
    text-align: center;
    padding: 0 1.30208vw;
  }
  .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_lst li a .txt {
    padding: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info_lst li a .meta {
    width: 100%;
    padding: 2.21354vw 2.60417vw;
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info_detail {
    padding: 8.85417vw 0 10.41667vw;
  }
  .info_detail .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_detail .meta time {
    width: 18.22917vw;
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    padding-right: 0.65104vw;
    letter-spacing: 0.19531vw;
  }
  .info_detail .meta em {
    font-style: normal;
    min-width: 14.58333vw;
    font-size: 2.86458vw;
    line-height: 4.16667vw;
    min-height: 4.16667vw;
    color: #fff;
    text-align: center;
    padding: 0 2.60417vw;
  }
  .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;
  }
}
