@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .ttl_main_tt:before {
    width: 150px;
    height: 142px;
    background: url("../images/ic_info.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .info {
    background: #fff;
    padding: 0 0 70px;
  }
  .info_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    border-bottom: 1px dashed #ccc;
  }
  .info_list ul li a time {
    margin-right: 50px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: "Avenir Heavy";
    color: gray;
  }
  .info_list ul li a .news_tag {
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 3px;
         border-radius: 3px;
    width: 105px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 44px;
  }
  .info_list ul li a .news_tag.blue {
    background: #00A8A0;
  }
  .info_list ul li a .news_tag.red {
    background: #FD6378;
  }
  .info_list ul li a p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: -webkit-calc(100% - 225px);
    width: -moz-calc(100% - 225px);
    width: calc(100% - 225px);
  }
  .info_list ul li a:hover time, .info_list ul li a:hover p {
    color: #00A8A0;
  }
  .pagi {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .st_info .b_detail {
    margin-bottom: 70px;
  }
  .st_info .b_detail time {
    font-size: 1.3rem;
    line-height: 16px;
    display: block;
    font-family: "Avenir Heavy";
    color: gray;
    margin: 0 0 18px;
  }
  .st_info .b_detail .ttl_dt {
    font-size: 2.6rem;
    line-height: 1.5;
    border-bottom: 3px solid #00A8A0;
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .st_info .b_detail figure {
    margin-bottom: 35px;
  }
  .st_info .b_detail figure img {
    width: 100%;
    height: auto;
  }
  .st_info .b_detail p {
    font-size: 1.6rem;
    line-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .ttl .ttl_main .ttl_main_tt:before {
    background: url(../images/ic_info.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .info {
    background: #fff;
    padding: 9.33333vw 0;
  }
  .info_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4vw 0;
    border-bottom: 1px dotted #000;
  }
  .info_list ul li a time {
    font-size: 3.2vw;
    line-height: 1.5;
    font-family: "Avenir Heavy";
    padding-right: 3.6vw;
    color: gray;
  }
  .info_list ul li a .news_tag {
    font-size: 2.8vw;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 3px;
         border-radius: 3px;
    width: 20vw;
    height: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info_list ul li a .news_tag.blue {
    background: #00A8A0;
  }
  .info_list ul li a .news_tag.red {
    background: #FD6378;
  }
  .info_list ul li a p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 4vw;
  }
  .info .btn_common {
    margin-top: 8vw;
  }
  .pagi {
    padding-bottom: 13.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .st_info .b_info .list_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -4vw;
  }
  .st_info .b_info .list_info li {
    width: -webkit-calc(50% - 4vw);
    width: -moz-calc(50% - 4vw);
    width: calc(50% - 4vw);
    margin: 0 0 9.33333vw 4vw;
  }
  .st_info .b_info .list_info li a {
    display: block;
  }
  .st_info .b_info .list_info li figure {
    overflow: hidden;
    line-height: 0;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
  }
  .st_info .b_info .list_info li figure img {
    width: 100%;
    height: auto;
  }
  .st_info .b_info .list_info li time {
    font-size: 2.93333vw;
    line-height: 1;
    display: block;
    font-family: "Avenir Heavy";
    color: #666666;
    margin: 2.66667vw 0;
  }
  .st_info .b_info .list_info li em {
    font-size: 3.73333vw;
    line-height: 5.06667vw;
    font-weight: bold;
    font-style: normal;
    color: #333333;
  }
  .st_info .b_info .pagi {
    text-align: center;
    margin: 10.66667vw 0 13.33333vw;
  }
  .st_info .b_info .pagi ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .st_info .b_detail {
    margin-bottom: 13.33333vw;
  }
  .st_info .b_detail time {
    font-size: 2.93333vw;
    line-height: 1;
    display: block;
    font-family: "Avenir Heavy";
    color: gray;
    margin: 2.66667vw 0;
  }
  .st_info .b_detail .ttl_dt {
    font-size: 5.5vw;
    line-height: 1.5;
    border-bottom: 3px solid #00A8A0;
    padding-bottom: 4.66667vw;
    margin-bottom: 6vw;
    font-weight: bold;
  }
  .st_info .b_detail figure {
    margin-bottom: 4.66667vw;
  }
  .st_info .b_detail figure img {
    width: 100%;
    height: auto;
  }
  .st_info .b_detail p {
    font-size: 3.73333vw;
    line-height: 6.4vw;
  }
}
