#pagetitle {
  background: url(../images_new/news/title_bk_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 600px) {
  #pagetitle {
    background: url(../images_new/news/title_bk.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media (min-width: 600px) {
  #news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90vw;
    margin: 3vw auto;
  }
}
@media (min-width: 1025px) {
  #news {
    width: 74vw;
  }
}
@media (min-width: 1680px) {
  #news {
    width: 1400px;
    margin: 60px auto;
  }
}
@media (min-width: 600px) {
  #news #contents {
    width: 70%;
  }
}
#news #contents .subtitle h3 {
  text-align: center;
  font-size: 135%;
  margin-top: 8vw;
}
@media (min-width: 600px) {
  #news #contents .subtitle h3 {
    margin: 0 0 2vw;
    font-size: 145%;
  }
}
@media (min-width: 1680px) {
  #news #contents .subtitle h3 {
    margin: 0 0 40px;
  }
}
#news #contents .newsbox {
  border: 1px solid #ccc;
  border-radius: 6.6vw;
  width: 86vw;
  margin: 8vw auto;
  padding-bottom: 5vw;
}
@media (min-width: 600px) {
  #news #contents .newsbox {
    width: 100%;
    margin: 2vw auto;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2.6vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox {
    margin: 40px auto;
    border-radius: 50px;
  }
}
#news #contents .newsbox .photo {
  width: 86%;
  margin: 5vw auto;
  overflow: hidden;
  border-radius: 6.6vw;
  border: 1px solid #f4f4f4;
  height: 49vw;
}
@media (min-width: 600px) {
  #news #contents .newsbox .photo {
    width: 40%;
    height: 16.5vw;
    margin: 3vw auto;
    border-radius: 2vw;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .photo {
    height: 13.7vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .photo {
    margin: 60px auto;
    height: 260px;
    border-radius: 40px;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #news #contents .newsbox .photo img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 600px) {
  #news #contents .newsbox .text {
    width: 55%;
  }
}
#news #contents .newsbox .text .datebox {
  width: 86%;
  margin: 5vw auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  #news #contents .newsbox .text .datebox {
    margin: 0 auto;
  }
}
#news #contents .newsbox .text .datebox .cate {
  border: 1.5px solid #303030;
  border-radius: 50vw;
  padding: 1vw 5vw;
  font-size: 85%;
}
@media (min-width: 600px) {
  #news #contents .newsbox .text .datebox .cate {
    padding: 0.3vw 1.5vw;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .text .datebox .cate {
    padding: 0.2vw 1.3vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .text .datebox .cate {
    padding: 4px 30px;
  }
}
#news #contents .newsbox .text .datebox .day {
  color: #999;
  font-size: 80%;
}
#news #contents .newsbox .text h4 {
  width: 86%;
  margin: 5vw auto;
  font-size: 110%;
  line-height: 160%;
}
@media (min-width: 600px) {
  #news #contents .newsbox .text h4 {
    margin: 1vw auto;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .text h4 {
    margin: 1vw auto 2vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .text h4 {
    margin: 15px auto 40px;
  }
}
#news #contents .newsbox .text .tabbox {
  width: 86%;
  margin: 5vw auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 600px) {
  #news #contents .newsbox .text .tabbox {
    margin: 1vw auto;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .text .tabbox {
    margin: 15px auto;
  }
}
#news #contents .newsbox .text .tabbox ul {
  width: 60%;
}
@media (min-width: 1025px) {
  #news #contents .newsbox .text .tabbox ul {
    width: 65%;
  }
}
#news #contents .newsbox .text .tabbox li {
  font-size: 75%;
  display: inline-block;
  margin-right: 2vw;
}
@media (min-width: 600px) {
  #news #contents .newsbox .text .tabbox li {
    margin-right: 1vw;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .text .tabbox li {
    margin-right: 0.5vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .text .tabbox li {
    margin-right: 15px;
  }
}
#news #contents .newsbox .text .tabbox li a {
  color: #303030;
}
#news #contents .newsbox .text .tabbox .btn3 {
  font-size: 90%;
  padding-top: 4.5vw;
}
@media (min-width: 600px) {
  #news #contents .newsbox .text .tabbox .btn3 {
    font-size: 85%;
    padding-top: 1vw;
    padding-right: 0.5vw;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .text .tabbox .btn3 {
    padding-top: 0.8vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .text .tabbox .btn3 {
    padding-top: 20px;
  }
}
#news #contents .newsbox .text .tabbox .btn3::after {
  width: 14vw;
  height: 14vw;
}
@media (min-width: 600px) {
  #news #contents .newsbox .text .tabbox .btn3::after {
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .text .tabbox .btn3::after {
    width: 3vw;
    height: 3vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .text .tabbox .btn3::after {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1025px) {
  #news #contents .newsbox .text .tabbox .btn3:hover::after {
    width: 3.5vw;
    height: 3.5vw;
    top: -0.25vw;
    right: -0.25vw;
  }
}
@media (min-width: 1680px) {
  #news #contents .newsbox .text .tabbox .btn3:hover::after {
    width: 66px;
    height: 66px;
    top: -3px;
    right: -3px;
  }
}
#news #contents .wp-pagenavi {
  text-align: center;
  font-size: 4vw !important;
  padding: 0 !important;
}
@media (min-width: 600px) {
  #news #contents .wp-pagenavi {
    font-size: 18px !important;
  }
}
#news #contents .wp-pagenavi a, #news #contents .wp-pagenavi .pages, #news #contents .wp-pagenavi .extend {
  color: #bc1f7d !important;
  background: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 1vw !important;
  font-size: 4vw !important;
}
@media (min-width: 600px) {
  #news #contents .wp-pagenavi a, #news #contents .wp-pagenavi .pages, #news #contents .wp-pagenavi .extend {
    font-size: 1.5vw !important;
  }
}
@media (min-width: 1025px) {
  #news #contents .wp-pagenavi a, #news #contents .wp-pagenavi .pages, #news #contents .wp-pagenavi .extend {
    font-size: 1vw !important;
  }
}
@media (min-width: 1680px) {
  #news #contents .wp-pagenavi a, #news #contents .wp-pagenavi .pages, #news #contents .wp-pagenavi .extend {
    font-size: 18px !important;
    margin: 0 15px !important;
  }
}
#news #contents .wp-pagenavi .page {
  color: #303030 !important;
  background: #f1f1f1 !important;
  border-radius: 50% !important;
  display: inline-block;
  width: 8vw !important;
  height: 8vw !important;
  margin: 0 1vw !important;
}
@media (min-width: 600px) {
  #news #contents .wp-pagenavi .page {
    width: 3.2vw !important;
    height: 3.2vw !important;
    margin: 0 0.5vw !important;
  }
}
@media (min-width: 1025px) {
  #news #contents .wp-pagenavi .page {
    width: 2vw !important;
    height: 2vw !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (min-width: 1680px) {
  #news #contents .wp-pagenavi .page {
    width: 40px !important;
    height: 40px !important;
    margin: 0 8px !important;
  }
}
@media (min-width: 1025px) {
  #news #contents .wp-pagenavi .page:hover {
    background: #bc1f7d !important;
    color: #fff !important;
  }
}
#news #contents .wp-pagenavi .pages {
  display: block;
  color: #303030 !important;
  margin-bottom: 2vw !important;
}
@media (min-width: 600px) {
  #news #contents .wp-pagenavi .pages {
    margin-bottom: 1vw !important;
  }
}
@media (min-width: 1680px) {
  #news #contents .wp-pagenavi .pages {
    margin-bottom: 40px !important;
  }
}
#news #contents .wp-pagenavi .extend {
  color: #303030 !important;
}
#news #contents .wp-pagenavi .current {
  background: #bc1f7d !important;
  border-radius: 50% !important;
  border: none !important;
  display: inline-block;
  width: 8vw !important;
  height: 8vw !important;
  margin: 0 1vw !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 4vw !important;
}
@media (min-width: 600px) {
  #news #contents .wp-pagenavi .current {
    font-size: 1.5vw !important;
    width: 3.2vw !important;
    height: 3.2vw !important;
    margin: 0 0.5vw !important;
  }
}
@media (min-width: 1025px) {
  #news #contents .wp-pagenavi .current {
    font-size: 1vw !important;
    width: 2vw !important;
    height: 2vw !important;
  }
}
@media (min-width: 1680px) {
  #news #contents .wp-pagenavi .current {
    font-size: 18px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px !important;
  }
}
#news #sidebar {
  width: 86vw;
  margin: 15vw auto;
  border-top: 2px solid #aaaaaa;
}
@media (min-width: 600px) {
  #news #sidebar {
    width: 25%;
    border: none;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  #news #sidebar {
    width: 23%;
  }
}
#news #sidebar h4 {
  font-size: 135%;
  color: #bc1f7d;
  margin-top: 8vw;
}
@media (min-width: 600px) {
  #news #sidebar h4 {
    margin-top: 2vw;
  }
}
@media (min-width: 1680px) {
  #news #sidebar h4 {
    margin-top: 40px;
  }
}
#news #sidebar #category li a {
  display: block;
  border-bottom: 1px solid #cccccc;
  color: #303030;
  padding: 5vw 0 5vw 3vw;
}
@media (min-width: 600px) {
  #news #sidebar #category li a {
    padding: 1.5vw 0 1.5vw 1vw;
    font-size: 90%;
  }
}
@media (min-width: 1025px) {
  #news #sidebar #category li a {
    padding: 1vw 0 1vw 0.5vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (min-width: 1680px) {
  #news #sidebar #category li a {
    padding: 15px 0 15px 7px;
  }
}
#news #sidebar #category li a::before {
  content: "> ";
  display: inline-block;
  margin-right: 2vw;
}
@media (min-width: 600px) {
  #news #sidebar #category li a::before {
    margin-right: 0.5vw;
  }
}
@media (min-width: 1680px) {
  #news #sidebar #category li a::before {
    margin-right: 7px;
  }
}
@media (min-width: 1025px) {
  #news #sidebar #category li a:hover {
    color: #bc1f7d;
  }
}
#news #sidebar #tags li {
  display: inline-block;
  margin-top: 3vw;
  margin-right: 3vw;
}
@media (min-width: 600px) {
  #news #sidebar #tags li {
    margin-top: 1vw;
    margin-right: 0.5vw;
  }
}
@media (min-width: 1025px) {
  #news #sidebar #tags li {
    margin-top: 0.5vw;
  }
}
@media (min-width: 1680px) {
  #news #sidebar #tags li {
    margin-top: 7px;
    margin-right: 7px;
  }
}
#news #sidebar #tags li a {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 5vw;
  padding: 2vw 4vw;
  font-size: 90%;
  color: #303030;
}
@media (min-width: 600px) {
  #news #sidebar #tags li a {
    padding: 1vw 2vw;
    font-size: 80%;
  }
}
@media (min-width: 1025px) {
  #news #sidebar #tags li a {
    padding: 0.5vw 1vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (min-width: 1680px) {
  #news #sidebar #tags li a {
    padding: 7px 15px;
  }
}
@media (min-width: 1025px) {
  #news #sidebar #tags li a:hover {
    background: #303030;
    color: #fff;
  }
}
#news #sidebar #recent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 600px) {
  #news #sidebar #recent {
    display: block;
  }
}
#news #sidebar #recent .nbox {
  width: 45%;
  margin-bottom: 5vw;
}
@media (min-width: 600px) {
  #news #sidebar #recent .nbox {
    width: 100%;
    margin-bottom: 2vw;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2vw;
  }
}
@media (min-width: 1680px) {
  #news #sidebar #recent .nbox {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
#news #sidebar #recent .nbox .photo img {
  border-radius: 4vw;
}
@media (min-width: 600px) {
  #news #sidebar #recent .nbox .photo img {
    border-radius: 1.5vw;
  }
}
@media (min-width: 1680px) {
  #news #sidebar #recent .nbox .photo img {
    border-radius: 30px;
  }
}
#news #sidebar #recent .nbox p {
  line-height: 160%;
  font-size: 85%;
  margin-top: 1.5vw;
}
@media (min-width: 600px) {
  #news #sidebar #recent .nbox p {
    margin-top: 0.5vw;
  }
}
@media (min-width: 1680px) {
  #news #sidebar #recent .nbox p {
    margin-top: 10px;
  }
}
#news #sidebar #recent .nbox p a {
  color: #303030;
}

#newsdetailbox {
  width: 86vw;
  margin: 8vw auto;
}
@media (min-width: 600px) {
  #newsdetailbox {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #newsdetailbox {
    margin: 3vw auto;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox {
    margin: 60px auto;
  }
}
#newsdetailbox .cate {
  border: 1.5px solid #303030;
  border-radius: 50vw;
  padding: 0.5vw 3vw;
  margin-right: 1vw;
  margin-bottom: 1vw;
  font-size: 85%;
  display: inline-block;
}
@media (min-width: 600px) {
  #newsdetailbox .cate {
    padding: 0.3vw 1.5vw;
  }
}
@media (min-width: 1025px) {
  #newsdetailbox .cate {
    padding: 0.2vw 1.3vw;
    margin-right: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox .cate {
    padding: 4px 30px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
#newsdetailbox h3 {
  font-size: 120%;
  line-height: 160%;
  margin: 3vw 0;
}
@media (min-width: 600px) {
  #newsdetailbox h3 {
    margin: 1.5vw 0;
    font-size: 165%;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox h3 {
    margin: 30px 0;
  }
}
#newsdetailbox .day {
  color: #999;
  font-size: 80%;
  background-image: -webkit-linear-gradient(left, #dadada, #dadada 2px, transparent 2px, transparent 8px);
  background-image: linear-gradient(to right, #dadada, #dadada 2px, transparent 2px, transparent 8px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 3vw;
}
@media (min-width: 600px) {
  #newsdetailbox .day {
    padding-bottom: 1.5vw;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox .day {
    padding-bottom: 30px;
  }
}
#newsdetailbox #archivebox {
  margin-top: 10vw;
}
@media (min-width: 600px) {
  #newsdetailbox #archivebox {
    margin-top: 4vw;
  }
}
@media (min-width: 1025px) {
  #newsdetailbox #archivebox {
    max-width: 840px;
    margin: 4vw auto 0;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox #archivebox {
    margin-top: 80px;
  }
}
#newsdetailbox #archivebox .tag {
  background-image: -webkit-linear-gradient(left, #dadada, #dadada 2px, transparent 2px, transparent 8px);
  background-image: linear-gradient(to right, #dadada, #dadada 2px, transparent 2px, transparent 8px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 5vw;
  padding-left: 0;
}
@media (min-width: 600px) {
  #newsdetailbox #archivebox .tag {
    padding-top: 2vw;
  }
}
@media (min-width: 1025px) {
  #newsdetailbox #archivebox .tag {
    padding-top: 1vw;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox #archivebox .tag {
    padding-top: 20px;
  }
}
#newsdetailbox #archivebox .tag li {
  display: inline-block;
  margin-right: 2vw;
  margin-top: 2vw;
}
@media (min-width: 600px) {
  #newsdetailbox #archivebox .tag li {
    margin-top: 0.5vw;
    margin-right: 1vw;
  }
}
@media (min-width: 1025px) {
  #newsdetailbox #archivebox .tag li {
    margin-right: 0.5vw;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox #archivebox .tag li {
    margin-right: 7px;
  }
}
#newsdetailbox #archivebox .tag li a {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 5vw;
  padding: 1vw 3.5vw;
  font-size: 85%;
  color: #303030;
  text-decoration: none;
}
@media (min-width: 600px) {
  #newsdetailbox #archivebox .tag li a {
    padding: 1vw 2vw;
    line-height: 100%;
  }
}
@media (min-width: 1025px) {
  #newsdetailbox #archivebox .tag li a {
    padding: 0.7vw 1vw;
  }
  #newsdetailbox #archivebox .tag li a:hover {
    background: #303030;
    color: #fff;
  }
}
@media (min-width: 1680px) {
  #newsdetailbox #archivebox .tag li a {
    padding: 14px 25px;
  }
}
#newsdetailbox .wp_social_bookmarking_light img {
  width: auto;
}