@media screen and (min-width: 769px), print {
  .ttl h2 span:nth-of-type(1) {
    padding-left: 62px;
  }
  .ttl h2 span:nth-of-type(1)::before {
    width: 37px;
    height: 44px;
    background-image: url("../images/ttl_ic.png");
  }
  .block_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_lst > li {
    width: 437px;
    margin-right: 28px;
    margin-bottom: 25px;
  }
  .block_lst > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .block_lst > li a {
    display: block;
    height: 100%;
    position: relative;
    padding: 28px 25px 56px;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow: hidden;
  }
  .block_lst > li a:hover {
    opacity: .7;
  }
  .block_lst > li figure {
    float: left;
    margin: 0 20px 0 0;
    width: 154px;
    height: 175px;
    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;
  }
  .block_lst > li figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .block_lst > li .tags {
    display: inline-block;
    line-height: 1;
    padding: 4px 10px 3px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    color: #fff;
    background-color: #3d78f1;
    margin-bottom: 11px;
  }
  .block_lst > li .tags.news_event {
    background: #ffa71d;
  }
  .block_lst > li .block_item_title {
    font-size: 1.8rem;
    letter-spacing: .9px;
    font-weight: bold;
    line-height: 22px;
    min-height: 52px;
    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: 5px;
  }
  .block_lst > li p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 23px;
    color: #757575;
  }
  .block_lst > li time {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    position: absolute;
    right: 25px;
    bottom: 16px;
  }
  .pagination {
    margin: 20px auto 65px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .pagination > li {
    margin: 5px 7px;
  }
  .pagination > li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    height: 53px;
    width: 53px;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .pagination > li a span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
  }
  .pagination > li a.active, .pagination > li a:hover {
    color: #fff;
    background-color: #2756c2;
    border-color: #2756c2;
  }
  .pagination > li a.mute {
    color: #cdcdcd !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    pointer-events: none !important;
  }
  .pagination > li.navi a {
    width: 78px;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .pagination > li:first-of-type span {
    margin-right: 7px;
  }
  .pagination > li:first-of-type a:hover span {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .pagination > li:last-of-type span {
    margin-left: 7px;
  }
  .pagination > li:last-of-type a:hover span {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .topics_info_detail_cont {
    display: block;
    margin-bottom: 50px;
    border: 1px solid #cdcdcd;
  }
  .topics_info_detail_cont .article_cont {
    padding: 33px 64px 30px;
  }
  .topics_info_detail_cont .article_cont .article_title {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 8px;
  }
  .topics_info_detail_cont .article_cont time {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    vertical-align: middle;
    margin-left: 7px;
  }
  .topics_info_detail_cont .article_cont .tag {
    display: inline-block;
    line-height: 1;
    padding: 4px 10px 3px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    color: #fff;
    background-color: #3d78f1;
    vertical-align: middle;
    margin-left: 12px;
  }
  .topics_info_detail_cont .article_cont .tag.news_event {
    background-color: #ffa71d;
  }
  .topics_info_detail_cont .article_cont figure {
    text-align: center;
    margin-top: 37px;
    margin-bottom: 44px;
  }
  .topics_info_detail_cont .article_cont figure img {
    max-width: 100%;
    height: auto;
  }
  .topics_info_detail_cont .article_cont p {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 0 22px;
  }
  .topics_info_detail_cont .back_btn {
    display: block;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    font-weight: 500;
    text-decoration: none;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    margin-top: 14px;
    padding: 33px 0 35px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .topics_info_detail_cont .back_btn span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
  }
  .topics_info_detail_cont .back_btn:hover {
    opacity: .7;
  }
  .topics_info_detail_cont .back_btn:hover span {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .tp_detail {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .ttl h2 span:nth-of-type(1) {
    padding-left: 11.97917vw;
  }
  .ttl h2 span:nth-of-type(1)::before {
    width: 7.94271vw;
    height: 8.98438vw;
    background-image: url("../images/ttl_ic.png");
  }
  .ttl h2 span:nth-of-type(2) {
    padding-left: 11.97917vw;
  }
  .block_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0.65104vw;
  }
  .block_lst > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2.86458vw;
  }
  .block_lst > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .block_lst > li a {
    display: block;
    height: 100%;
    position: relative;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    padding: 4.55729vw 3.90625vw 10.41667vw;
  }
  .block_lst > li figure {
    margin: 0;
    height: 54.6875vw;
    margin-bottom: 3.90625vw;
    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;
  }
  .block_lst > li figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .block_lst > li .tags {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: 0.78125vw 1.30208vw 0.52083vw;
    font-family: "Poppins", sans-serif;
    font-size: 2.60417vw;
    letter-spacing: 0.26042vw;
    color: #fff;
    background-color: #3d78f1;
    margin-bottom: 1.30208vw;
  }
  .block_lst > li .tags.news_event {
    background-color: #ffa71d;
  }
  .block_lst > li .block_item_title {
    font-size: 3.64583vw;
    letter-spacing: 0.09115vw;
    font-weight: bold;
    margin-bottom: 1.30208vw;
  }
  .block_lst > li p {
    font-size: 3.38542vw;
    color: #757575;
  }
  .block_lst > li time {
    font-family: "Poppins", sans-serif;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
    position: absolute;
    right: 3.90625vw;
    bottom: 3.90625vw;
  }
  .pagination {
    margin: 3.25521vw auto 6.51042vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .pagination > li {
    margin: 1.30208vw;
  }
  .pagination > li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    height: 7.8125vw;
    width: 7.8125vw;
    font-family: "Poppins", sans-serif;
    font-size: 4.6875vw;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .pagination > li a.active, .pagination > li a:hover {
    color: #fff;
    background-color: #2756c2;
    border-color: #2756c2;
  }
  .pagination > li a.mute {
    color: #cdcdcd !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    pointer-events: none !important;
  }
  .pagination > li.navi a {
    width: 15.625vw;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 3.64583vw;
  }
  .topics_info_detail_cont {
    display: block;
    margin-bottom: 6.51042vw;
    border: 1px solid #cdcdcd;
  }
  .topics_info_detail_cont .article_cont {
    padding: 3.90625vw 7.8125vw;
  }
  .topics_info_detail_cont .article_cont .article_title {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 4.94792vw;
    letter-spacing: 0.26042vw;
  }
  .topics_info_detail_cont .article_cont time {
    font-family: "Poppins", sans-serif;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
  }
  .topics_info_detail_cont .article_cont .tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    line-height: 1;
    padding: 0.78125vw 1.30208vw 0.52083vw;
    font-family: "Poppins", sans-serif;
    font-size: 2.60417vw;
    letter-spacing: 0.26042vw;
    color: #fff;
    background-color: #3d78f1;
    vertical-align: middle;
    margin-left: 2.60417vw;
  }
  .topics_info_detail_cont .article_cont .tag.news_event {
    background: #ffa71d;
  }
  .topics_info_detail_cont .article_cont figure {
    text-align: center;
    margin: 5.20833vw 0;
  }
  .topics_info_detail_cont .article_cont figure img {
    max-width: 100%;
    width: auto;
  }
  .topics_info_detail_cont .article_cont p {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 3.38542vw;
  }
  .topics_info_detail_cont .back_btn {
    display: block;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
    font-weight: 500;
    text-decoration: none;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    margin-top: 3.90625vw;
    padding: 3.90625vw 0;
  }
}
