@media screen and (min-width: 769px), print {
  .area img {
    width: 100%;
  }
  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: 30px;
    padding-bottom: 99px;
    overflow: hidden;
  }
  .info_tabs {
    text-align: center;
    margin: 5px 0 30px;
    font-size: 0;
  }
  .info_tabs li {
    display: inline-block;
    position: relative;
  }
  .info_tabs li:not(:first-child) a {
    /*border-left: 1px solid #aaaaaa;*/
    /*padding-left: 20px;*/
  }
  .info_tabs li:not(:first-child) a:after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    background: #aaa;
  }
  .info_tabs li a {
    font-size: 1.6rem;
    padding: 0 20px;
    padding: 0 22px;
    line-height: 1;
  }
  .info_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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_item {
    width: 232px;
    border: 1px solid #cfcfcf;
  }
  .info_item:not(:nth-of-type(5n + 1)) {
    margin-left: 10px;
  }
  .info_item:not(:nth-of-type(-n + 5)) {
    margin-top: 20px;
  }
  .info_item a {
    padding: 24px 25px 19px;
    display: block;
    position: relative;
  }
  .info_item a figure {
    width: 180px;
    height: 156px;
  }
  .info_item a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .info_item a span {
    font-size: 1.4rem;
    line-height: 23px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 6px;
    display: block;
  }
  .info_title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 16px;
    padding-bottom: 6px;
    position: relative;
  }
  .info_title:after {
    position: absolute;
    content: "";
    width: 27px;
    height: 2px;
    background: #d67c6e;
    bottom: 0;
    left: 0;
  }
  .info_pagination {
    margin-top: 83px;
  }
  .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;
    padding-top: 2px;
    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: 14px;
    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;
    margin: 0 auto;
    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_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 .info_pagination ul li a {
    padding-top: 1px;
  }
}

@media screen and (max-width: 768px) {
  .area img {
    max-width: 100%;
  }
  p {
    font-size: 3.64583vw;
    line-height: 5.20833vw;
  }
  .ttl_box {
    margin-top: 5.20833vw;
  }
  .ttl_box img {
    width: 68.88021vw;
  }
  .ttl_box p {
    font-size: 3.64583vw;
    color: #c23b26;
  }
  /*info list*/
  .info {
    padding: 13.02083vw 0 18.22917vw;
  }
  .info_tabs {
    text-align: center;
    margin: 0 0 6.51042vw;
    font-size: 0;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info_tabs li {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
  }
  .info_tabs li:first-child a {
    padding-left: 1.30208vw;
  }
  .info_tabs li:not(:first-child) a:after {
    content: "";
    width: 1px;
    height: 4.16667vw;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #aaa;
  }
  .info_tabs li a {
    font-size: 3.64583vw;
    display: block;
    padding: 0 2.60417vw;
    line-height: 1.5;
    text-align: center;
  }
  .info_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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_item {
    width: 45.18229vw;
    border: 1px solid #cfcfcf;
  }
  .info_item:not(:nth-of-type(2n + 1)) {
    margin-left: 1.5625vw;
  }
  .info_item:not(:nth-of-type(-n + 2)) {
    margin-top: 2.60417vw;
  }
  .info_item a {
    padding: 3.90625vw 2.34375vw 3.25521vw;
    display: block;
    position: relative;
  }
  .info_item a figure {
    width: 39.71354vw;
    height: 30.20833vw;
  }
  .info_item a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .info_item a span {
    font-size: 3.125vw;
    line-height: 4.42708vw;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 1.5625vw;
    display: block;
  }
  .info_title {
    font-weight: bold;
    font-size: 3.64583vw;
    margin-top: 2.60417vw;
    padding-bottom: 1.5625vw;
    position: relative;
  }
  .info_title:after {
    position: absolute;
    content: "";
    width: 5.33854vw;
    height: 0.26042vw;
    background: #d67c6e;
    bottom: 0;
    left: 0;
  }
  .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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.26042vw;
    line-height: 1;
    -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;
    font-weight: bold;
    line-height: 6.25vw;
  }
  .detail figure {
    margin-top: 5.20833vw;
  }
  .detail_txt p {
    font-size: 3.64583vw;
    margin-top: 4.55729vw;
    line-height: 6.25vw;
  }
  .detail_btn {
    float: right;
    margin-top: 6.51042vw;
  }
  .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*/
}
