@charset "UTF-8";
.header {
  position: relative;
  margin: 0 auto;
  background: url(../img/news/header_bg.png) center top;
}

.header .official_link {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .header .official_link {
    left: 2%;
    bottom: 5px;
    margin-left: 0;
  }
}

.header .official_link a {
  position: relative;
  display: block;
  background-color: #000;
  padding: 9px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .05em;
}

@media screen and (max-width: 750px) {
  .header .official_link a {
    font-size: 10px;
    padding: 5px 7px 5px 18px;
  }
}

.header .official_link a:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  width: 14px;
  height: 100%;
  background: url(../img/news/point_btn.png) no-repeat center left;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 750px) {
  .header .official_link a:after {
    left: 4px;
    width: 7px;
  }
}

@media screen and (min-width: 751px) {
  .header .official_link a:after {
    -webkit-transition: left .4s ease;
            transition: left .4s ease;
  }
  .header .official_link a:hover:after {
    left: 5px;
  }
}

.main_head {
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .main_head {
    width: 31%;
    margin: 9% auto 0;
  }
}

.category_nav {
  margin: 40px 0;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .category_nav {
    margin: 25px 0;
    font-size: 12px;
  }
}

.category_nav li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .category_nav li {
    margin: 0 4px;
  }
}

.category_nav li a {
  position: relative;
  display: block;
  padding: 3px 0;
}

@media screen and (max-width: 750px) {
  .category_nav li a {
    padding: 3px;
  }
}

@media screen and (min-width: 751px) {
  .category_nav li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    -webkit-transition: width .4s ease;
            transition: width .4s ease;
  }
  .category_nav li a:hover:after {
    width: 100%;
  }
}

.category_nav li.current a {
  border-bottom: 4px solid #e50065;
}

@media screen and (max-width: 750px) {
  .category_nav li.current a {
    border-width: 3px;
  }
}

.news_list {
  margin-top: 70px;
}

.news_list .news_list_wrap {
  width: 990px;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-size: 0;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_wrap {
    width: 86%;
  }
}

.news_list .news_list_wrap .news_list_item {
  display: inline-block;
  width: 270px;
  margin: 0 30px 75px;
  letter-spacing: normal;
  font-size: 14px;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_wrap .news_list_item {
    width: 45%;
    margin: 0 2.5% 40px;
  }
}

.news_list .news_list_wrap .news_list_item .news_list_date {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #e50065;
  letter-spacing: .05em;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_wrap .news_list_item .news_list_date {
    font-size: 11px;
  }
}

.news_list .news_list_wrap .news_list_item .news_list_img {
  position: relative;
  margin-top: 10px;
  width: 100%;
  padding-bottom: 55.6%;
  background-color: #000;
  background-image: url(../img/common/news_thumb_emp.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.news_list .news_list_wrap .news_list_item .news_list_img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/news_thumb_frame.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_wrap .news_list_item .news_list_img {
    margin-top: 6px;
  }
}

.news_list .news_list_wrap .news_list_item .news_list_title {
  margin-top: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_wrap .news_list_item .news_list_title {
    margin-top: 5px;
    font-size: 12px;
  }
}

.news_list .news_list_wrap .news_list_item .tag_lsit {
  margin-top: 10px;
  font-size: 13px;
  font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_wrap .news_list_item .tag_lsit {
    margin-top: 5px;
    font-size: 10px;
  }
}

.news_list .news_list_wrap .news_list_item .tag_lsit span {
  display: inline-block;
  padding: 3px 5px;
  margin: 5px;
  background: #e50065;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .news_list .news_list_wrap .news_list_item .tag_lsit span {
    padding: 2px 3px;
    margin: 3px;
  }
}

.news_list .news_list_wrap .news_list_item a {
  position: relative;
  display: block;
}

@media screen and (min-width: 751px) {
  .news_list .news_list_wrap .news_list_item a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 6px solid #e50065;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
  }
  .news_list .news_list_wrap .news_list_item a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 6px solid #e50065;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .news_list .news_list_wrap .news_list_item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .news_list .news_list_wrap .news_list_item a:hover:after {
    -webkit-animation: hov_circle 1.5s ease infinite;
            animation: hov_circle 1.5s ease infinite;
  }
}

@-webkit-keyframes hov_circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: .5;
    filter: alpha(opacity=50);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  71% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes hov_circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: .5;
    filter: alpha(opacity=50);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  71% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.news_detail {
  max-width: 930px;
  margin: 70px auto 0;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .news_detail {
    width: 82%;
    margin: 30px auto 0;
  }
}

.news_detail .news_detail_date {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #e50065;
  letter-spacing: .05em;
}

@media screen and (max-width: 750px) {
  .news_detail .news_detail_date {
    font-size: 11px;
  }
}

.news_detail .news_detail_title {
  padding-top: 10px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .news_detail .news_detail_title {
    font-size: 22px;
  }
}

.news_detail .tag_lsit {
  margin: 0 0 20px;
  font-size: 13px;
  text-align: right;
  font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .1em;
}

@media screen and (max-width: 750px) {
  .news_detail .tag_lsit {
    margin-top: 5px;
    font-size: 10px;
  }
}

.news_detail .tag_lsit span {
  display: inline-block;
  padding: 3px 5px;
  margin: 5px 0 5px 5px;
  background: #e50065;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .news_detail .tag_lsit span {
    padding: 2px 3px;
    margin: 2px;
  }
}

.news_detail .news_detail_body {
  padding-top: 40px;
  border-top: 2px solid #000;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .news_detail .news_detail_body {
    padding-top: 20px;
    border-width: 1px;
  }
}

.news_detail .news_detail_body img {
  max-width: 100%;
  height: auto !important;
}

.news_detail .news_detail_body strong {
  font-weight: bold;
}

.news_detail .news_detail_body iframe {
  max-width: 100%;
}

.news_detail .news_detail_sns {
  padding: 20px 0;
  text-align: right;
}

.news_detail .news_detail_sns .news_detail_sns_btns li {
  display: inline-block;
  width: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .news_detail .news_detail_sns .news_detail_sns_btns li {
    width: 8.5%;
    margin-left: 1.5%;
  }
}

.news_pagination {
  max-width: 930px;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 2px solid #000;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 750px) {
  .news_pagination {
    width: 82%;
    border-width: 1px;
  }
}

.news_pagination .news_pagination_prev {
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .news_pagination .news_pagination_prev {
    margin-right: 20px;
  }
}

.news_pagination .news_pagination_prev a {
  display: block;
  width: 28px;
  padding: 3px;
}

@media screen and (max-width: 750px) {
  .news_pagination .news_pagination_prev a {
    padding: 5px;
  }
}

.news_pagination .news_pagination_number {
  display: inline-block;
  vertical-align: middle;
}

.news_pagination .news_pagination_number ul li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .news_pagination .news_pagination_number ul li {
    margin: 0 3px;
    font-size: 14px;
  }
}

.news_pagination .news_pagination_number ul li a {
  display: block;
  width: 42px;
  height: 42px;
  padding-top: 10px;
  background-color: #e50065;
  color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .news_pagination .news_pagination_number ul li a {
    width: 30px;
    height: 30px;
    padding-top: 8px;
  }
}

.news_pagination .news_pagination_number ul li.current a {
  background-color: #000;
}

.news_pagination .news_pagination_back {
  display: inline-block;
  vertical-align: middle;
}

.news_pagination .news_pagination_back a {
  display: block;
  padding: 12px 35px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  letter-spacing: .08em;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .news_pagination .news_pagination_back a {
    padding: 10px 30px;
  }
}

.news_pagination .news_pagination_next {
  display: inline-block;
  margin-left: 35px;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .news_pagination .news_pagination_next {
    margin-left: 20px;
  }
}

.news_pagination .news_pagination_next a {
  display: block;
  width: 28px;
  padding: 3px;
}

@media screen and (max-width: 750px) {
  .news_pagination .news_pagination_next a {
    padding: 5px;
  }
}

.footer {
  padding-top: 50px;
  background: url(../img/news/line.png) no-repeat center top;
}

@media screen and (max-width: 750px) {
  .footer {
    background: url(../img/news/line_sp.png) no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}

.footer .page_top {
  top: 80px;
}

/*article*/
.news_detail_frame{
     width: 95%;
    margin: 20px auto;
    border: #555 solid 1px;
    word-wrap:break-word;
   }

.news_detail_frame > div{

  padding:2%;
}

.news_detail_frame_title{
    text-align: center;
    color: #FFF;
    font-size: 20px;
    background: #E50065;
    line-height: 47px;
   }


.news_detail_box {
    width: 100%;
    margin: 20px auto;
    background: #F8F8F8;
    padding: 2%;
    border: #555 solid 1px;
    border-radius: 8px;
}

.news_detail_txt_bold{

  font-weight:bold;
}

.news_detail_txt_red{

  color: #F00;
}

.news_detail_txt_blue{

  color: #00F;
}

.news_detail_frame a{

  text-decoration: underline;
}

.link_btn{
border-radius: 10px;

    background: linear-gradient(rgb(0,169,224),rgb(123,221,253));
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
  }

@media screen and (max-width: 750px) {

  .news_detail_frame{
     width: 95%;
    margin: 20px auto;
    border: #555 solid 1px;
   }

.news_detail_frame > div{

  padding:2%;
}

.news_detail_frame_title{
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background: #E50065;
    line-height: 34px;
   }


.news_detail_box {
    width: 100%;
    margin: 20px auto;
    background: #F8F8F8;
    padding: 2%;
    border: #555 solid 1px;
    border-radius: 8px;
}


}
