@media screen and (min-width: 769px), print {
  p {
    font-size: 1.6rem;
    line-height: 38px;
  }
  .ttl_box {
    text-align: center;
    margin-top: 43px;
  }
  .ttl_box p {
    font-size: 1.8rem;
    color: #c23b26;
  }
  /*info list*/
  .info {
    padding-top: 35px;
    padding-bottom: 90px;
  }
  .info_item:last-child a {
    border-bottom: 1px solid #cfcfcf;
  }
  .info_item a {
    font-size: 1.6rem;
    line-height: 38px;
    padding: 7px 30px;
    border-top: 1px solid #cfcfcf;
    display: block;
    position: relative;
  }
  .info_item a:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 21px;
    background: url(../images/arrow.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
  }
  .info_item a:hover:after {
    right: 25px;
  }
  .info_item a time {
    font-weight: bold;
    color: #ba211a;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .info_item a span {
    font-weight: normal;
    width: 690px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: middle;
  }
  .info_pagination {
    margin-top: 44px;
  }
  .info_pagination ul {
    /*display: flex;
      justify-content: center;
      align-items: center;*/
    text-align: center;
  }
  .info_pagination ul li {
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
  }
  .info_pagination ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    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;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    padding-top: 2px;
    font-weight: normal;
    text-decoration: none;
  }
  .info_pagination ul li a span {
    display: none;
  }
  .info_pagination ul li.active a, .info_pagination ul li a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
  .info_pagination ul li.prev a, .info_pagination ul li.next a {
    border: none;
    position: relative;
    text-indent: 9999px;
    overflow: hidden;
  }
  .info_pagination ul li.prev a:hover, .info_pagination ul li.next a:hover {
    background: none;
  }
  .info_pagination ul li.prev a:before, .info_pagination ul li.next a:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 11px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
  }
  .info_pagination ul li.prev {
    margin-left: 0;
    margin-right: 15px;
  }
  .info_pagination ul li.prev a:hover:before {
    left: -10px;
  }
  .info_pagination ul li.prev a:before {
    background: url(../images/arrow_back.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .info_pagination ul li.next {
    margin-right: 0;
    margin-left: 15px;
  }
  .info_pagination ul li.next a:hover:before {
    right: -10px;
  }
  .info_pagination ul li.next a:before {
    background: url(../images/arrow_next.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /*end info list*/
  /*detail page*/
  .detail {
    padding-top: 45px;
    padding-bottom: 90px;
    overflow: hidden;
  }
  .detail_time {
    font-weight: bold;
    color: #ba211a;
    font-size: 1.6rem;
  }
  .detail_title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .detail figure {
    margin-top: 40px;
  }
  .detail_txt {
    font-size: 1.6rem;
    line-height: 38px;
    margin-top: 35px;
  }
  .detail_btn {
    float: right;
    margin-top: 50px;
  }
  .btn {
    width: 199px;
    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;
    border: 1px solid #000;
    height: 40px;
  }
  .btn a {
    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;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
  }
  .btn a:hover {
    color: #fff;
    opacity: 1;
  }
  /*end detail page*/
  body.ie .btn a {
    padding-top: 3px;
  }
  body.ie .info_pagination ul li a {
    padding-top: 1px;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 3.64583vw;
    line-height: 4.94792vw;
  }
  .ttl_box {
    margin-top: 5.20833vw;
  }
  .ttl_box img {
    width: 20.83333vw;
  }
  .ttl_box p {
    font-size: 3.64583vw;
    color: #c23b26;
  }
  /*info list*/
  .info {
    padding-top: 5.20833vw;
    padding-bottom: 15.625vw;
  }
  .info_wrap {
    margin: 0 -3.90625vw;
  }
  .info_item:last-child a {
    border-bottom: 1px solid #cfcfcf;
  }
  .info_item a {
    font-size: 3.64583vw;
    line-height: 3.38542vw;
    padding: 3.90625vw 3.90625vw;
    border-top: 1px solid #cfcfcf;
    display: block;
    position: relative;
  }
  .info_item a:after {
    position: absolute;
    content: "";
    width: 1.95312vw;
    height: 3.64583vw;
    background: url(../images/arrow_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    right: 3.90625vw;
    top: 9.11458vw;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
  }
  .info_item a time {
    font-weight: bold;
    color: #ba211a;
    display: block;
    letter-spacing: 1px;
  }
  .info_item a span {
    margin-top: 2.60417vw;
    font-weight: normal;
    width: 93%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .info_pagination {
    margin-top: 10.41667vw;
  }
  .info_pagination ul {
    text-align: center;
  }
  .info_pagination ul li {
    margin: 0 0.78125vw;
    display: inline-block;
    vertical-align: middle;
  }
  .info_pagination ul li a {
    width: 10.41667vw;
    height: 10.41667vw;
    border: 1px solid #000;
    padding-top: 0.26042vw;
    line-height: 1;
    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;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-size: 3.64583vw;
    font-weight: normal;
    text-decoration: none;
  }
  .info_pagination ul li a span {
    display: none;
  }
  .info_pagination ul li.active a, .info_pagination ul li a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
  .info_pagination ul li.prev a, .info_pagination ul li.next a {
    border: none;
    position: relative;
    text-indent: 9999px;
    overflow: hidden;
  }
  .info_pagination ul li.prev a:hover, .info_pagination ul li.next a:hover {
    background: none;
  }
  .info_pagination ul li.prev a:before, .info_pagination ul li.next a:before {
    position: absolute;
    content: "";
    height: 3.64583vw;
    width: 1.95312vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
  }
  .info_pagination ul li.prev {
    margin-left: 0;
    margin-right: 1.30208vw;
  }
  .info_pagination ul li.prev a:before {
    background: url(../images/arrow_back.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .info_pagination ul li.next {
    margin-right: 0;
    margin-left: 1.30208vw;
  }
  .info_pagination ul li.next a:before {
    background: url(../images/arrow_next.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /*end info list*/
  /*detail page*/
  .detail {
    padding-top: 5.20833vw;
    padding-bottom: 18.22917vw;
    overflow: hidden;
  }
  .detail_time {
    font-weight: bold;
    color: #ba211a;
    font-size: 3.64583vw;
  }
  .detail_title {
    font-size: 4.16667vw;
    line-height: 6.25vw;
    font-weight: bold;
  }
  .detail figure {
    margin-top: 5.20833vw;
  }
  .detail_txt {
    font-size: 3.64583vw;
    margin-top: 4.55729vw;
  }
  .detail_txt p {
    line-height: 6.25vw;
  }
  .detail_btn {
    float: right;
    margin-top: 50px;
  }
  .btn {
    width: 39.0625vw;
    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;
    border: 1px solid #000;
    height: 10.41667vw;
  }
  .btn a {
    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;
    width: 100%;
    height: 100%;
    font-size: 3.64583vw;
  }
  /*end detail page*/
}
