@charset "UTF-8";
/* ===================================================================
  use news
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use pc
=================================================================== */
  
  /* news_conte */
  .news_conte {
    max-width: 1200px;
    margin: 0 auto 0;
    z-index: 99;
  }
  .news_conte h2 {
    font-size: 3rem;
    padding: 40px 0;
    text-align: center;
  }
  .news_conte h2 span {
    padding: 40px 0;
    text-align: center;
    position: relative;
  }
  .news_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 22px;
    background: url("../common/images/stripe.png") no-repeat;
    width: 65px;
    height: 100%;
    z-index: -1;
  }
  .news_conte .contents {
    padding-top: 0;
  }
  .news_conte ul.news_list {
    width: 92.5%;
    margin: 0 auto;
  }
  .news_conte ul.news_list li {
    background: url("../common/images/news_line.png") no-repeat right bottom;
    display: flex;
    padding: 20px 0;
  }
  .news_conte .news_date {
    padding-right: 1em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news_conte .news_ttl {
    font-size: 1.6rem;
  }
  .news_conte .detail_ttl {
    font-size: 1.8rem;
    padding: 20px 0;
    background-image: url("../common/images/grd_line.png"),url("../common/images/grd_line.png"),url("../common/images/title_bg.png");
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center center;
  }
  .news_conte .detail_date {
    padding: 10px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
  }
  .news_conte .detail_body {
    padding-bottom: 50px;
  }
  
  .news_conte .back {
    text-align: center;
    margin-bottom: 50px;
  }
  .news_conte .back a {
    display: inline-block;
    padding: 0 100px 0 102px;
    border: 1px solid #eee;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
     -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    transform:skew(-25deg);
  }
  .news_conte .back a:hover {
    padding: 0 100px;
    text-decoration: none;
    border-left: 3px solid #e4007f;
  }
  .news_conte .back span {
    display: block;
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    transform:skew(25deg);
  }
  
  
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use sp
=================================================================== */
  /* news_conte */
  .news_conte {
    padding: 3vw 0 0;
  }
  .news_conte h2 {
    font-size: 3rem;
    text-align: center;
    padding: 3vw 0;
  }
  .news_conte h2 span {
    text-align: center;
    position: relative;
    padding: 1vw 0;
  }
  .news_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 65px;
    height: 100%;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 100%;
    z-index: -1;
  }
  .news_conte .contents {
    padding-top: 0;
  }
  .news_conte ul.news_list {
    width: 95%;
    margin: 0 auto;
  }
  .news_conte ul.news_list li {
    background: url("../common/images/news_line.png") no-repeat right bottom;
    background-size: 100% auto;
    padding: 3vw 0;
  }
  .news_conte .news_date {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news_conte .news_ttl {
    font-size: 1.6rem;
  }
  .news_conte .detail_ttl {
    font-size: 1.8rem;
    padding: 3vw;
    background-image: url("../common/images/grd_line.png"),url("../common/images/grd_line.png"),url("../common/images/title_bg.png");
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center center;
    background-size: auto auto,auto auto,100% auto;
  }
  .news_conte .detail_date {
    padding: 3vw;
    font-weight: bold;
    text-align: right;
    margin-bottom: 6vw;
  }
  .news_conte .detail_body {
    padding: 0 3vw 10vw;
  }
  .news_conte .detail_body img {
    max-width: 95%;
    height: auto;
  }
  
  .news_conte .back {
    text-align: center;
    margin-bottom: 10vw;
  }
  .news_conte .back a {
    display: inline-block;
    padding: 0 100px 0 102px;
    border: 1px solid #eee;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
     -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    transform:skew(-25deg);
  }
  .news_conte .back a:hover {
    padding: 0 100px;
    text-decoration: none;
    border-left: 3px solid #e4007f;
  }
  .news_conte .back span {
    display: block;
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    transform:skew(25deg);
  }
}

/* ===================================================================
  for cms
=================================================================== */
.news_conte .detail_body p {
  padding: inherit;
}
.news_conte .detail_body ul, 
.news_conte .detail_body ol, 
.news_conte .detail_body li {
  margin: inherit;
  padding: inherit;
  list-style-type: inherit;
}
.news_conte .detail_body ul, 
.news_conte .detail_body ol {
  margin-left: 1em;
}

