@charset "UTF-8";
/* 変数 */
/* BLニュース検索 */
.c-search_news {
  overflow: hidden;
  margin: 10px 6px;
}
.c-search_news .form-group {
  float: left;
  width: 38%;
  margin: 0 2% 0 0;
}
.c-search_news .form-group + .form-group {
  width: 43%;
}
.c-search_news .btn {
  display: block;
  float: left;
  width: 15%;
  text-align: center;
}

/* BLニュース一覧（全体） */
.c-list_wrap.news {
  padding: 0;
  border: none;
}
.c-list_wrap .c-search_news_msg {
  margin: 50px 0;
  color: #e52e6e;
  text-align: center;
}
.c-list_wrap .c-search_news_msg p {
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

/* BLニュース一覧（単体） */
.c-item_news {
  position: relative;
  padding: 6px;
  border-top: 1px solid #eee;
}
.c-item_news:after {
  content: "";
  display: table;
  clear: both;
}
.c-item_news:first-child {
  border-top: none;
}
.c-item_news .img {
  float: left;
  width: 50px;
}
.c-item_news .img img {
  width: 48px;
  border: 1px solid #eee;
}
.c-item_news .text {
  padding-left: 56px;
  font-size: 13px;
  line-height: 1.3;
}
.c-item_news .text:after {
  content: "";
  display: table;
  clear: both;
}
.c-item_news .text .new {
  display: inline-block;
  margin-right: 3px;
  padding: 1px 3px 0;
  color: #fff;
  background-color: #ff89b3;
  font-size: 10px;
  line-height: 1;
}
.c-item_news .text .c-list_favorite {
  float: right;
  margin: 5px 0 0;
}
.c-item_news .text .date {
  display: block;
  float: right;
  margin: 13px 5px 0 0;
  color: #999;
  font-size: 10px;
}
.c-item_news .text .count {
  display: block;
  float: right;
  margin: 5px 5px 0 0;
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 10px;
}
.c-item_news .text .count img {
  width: 13px;
  margin: 0 3px 0 0;
  vertical-align: middle;
}
.c-item_news .text .num {
  float: right;
  margin: 13px 5px 0 0;
  font-size: 10px;
}
.c-item_news .text .num strong {
  color: #e52e6e;
  font-weight: bold;
}
.c-item_news .text .company {
  float: right;
  margin: 13px 5px 0 0;
  font-size: 12px;
}

/* BLニュース一覧（バリエーション） */
.c-list {
  /* サムネイルなし */
  /* ランキング */
  /* コメント一覧 */
}
.c-list.noimg .c-item_news .text {
  padding-left: 0;
}
.c-list.ranking .c-item_news .text .text_head {
  overflow: hidden;
}
.c-list.ranking .c-item_news .text .date {
  float: left;
  margin: 0;
  color: #e52e6e;
  font-size: 12px;
  font-weight: bold;
}
.c-list.ranking .c-item_news .text .num {
  margin: 0;
}
.c-list.comment .c-item_news .text {
  margin: 0 0 8px;
}
.c-list.comment .c-item_news .text .text_head {
  margin: 0 0 4px;
  overflow: hidden;
}
.c-list.comment .c-item_news .text .date {
  margin: 0;
}
.c-list.comment .c-item_news .text .category {
  float: left;
  font-size: 12px;
}
.c-list.comment .c-item_news .text .category a {
  text-decoration: underline;
}
.c-list.comment .c-item_news .text .title {
  font-size: 13px;
}
.c-list.comment .c-item_news .text .title a {
  color: #ff89b3;
  text-decoration: underline;
}
.c-list.comment .c-item_news .text .title a:hover {
  color: #e52e6e;
}
.c-list.comment .c-item_news .name {
  margin: 0 0 5px;
  color: #e52e6e;
  font-size: 14px;
  font-weight: bold;
}
.c-list.comment .c-item_news .comment {
  font-size: 14px;
  line-height: 1.3;
}

/* BLニュース詳細 */
.c-news_detail {
  margin: 15px 12px 50px;
  overflow: hidden;
}
.c-news_detail .c-social01 {
  float: right;
  width: 80px;
  margin-right: 0;
}
.c-news_detail .c-news_release {
  float: left;
  margin: 8px 0 0;
  margin-right: 10px;
  font-size: 12px;
}
.c-news_detail .c-news_release i {
  margin-right: 3px;
}
.c-news_detail .c-news_update {
  float: left;
  margin: 8px 0 0;
  font-size: 12px;
}
.c-news_detail .c-news_update i {
  margin-right: 3px;
}

@media (max-width: 363px) {
  .c-news_detail .c-news_release {
    margin-top: 2px;
    margin-bottom: 4px;
  }
  .c-news_detail .c-news_update {
    margin: 0;
  }
}
/* @media */
.c-news_browser {
  display: none;
  margin: 15px 0;
  padding: 10px;
  border: 2px solid #f00;
}
.c-news_browser p {
  font-size: 13px;
  line-height: 1.5;
}
.c-news_browser p i {
  margin-right: 5px;
  color: #f00;
}
.c-news_browser p a {
  text-decoration: underline;
}

.c-news_title {
  clear: both;
  margin: 0 0 10px;
  padding: 0 0 8px;
  border-bottom: 1px solid #555;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.c-news_body {
  clear: both;
  width: 200%;
  padding: 10px 0 30px;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-size: 32px;
  line-height: 1.73;
  overflow: hidden;
}
.c-news_body strong {
  font-weight: bold;
}
.c-news_body a:link {
  color: #1006a6;
}
.c-news_body a:hover {
  color: #1006a6;
  text-decoration: underline;
}
.c-news_body a:visited {
  color: #800080;
}
.c-news_body .c-yes_no a {
  font-size: 32px;
}
.c-news_body .c-yes_no a:link {
  color: #fff;
}
.c-news_body .c-yes_no a:hover {
  color: #fff;
  text-decoration: none;
}
.c-news_body .c-yes_no a:visited {
  color: #fff;
}

/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  .c-news_body .twitter,
  .c-news_body .instagram,
  .c-news_body .tiktok {
    width: calc(50% - 2px);
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .c-news_body .youtube {
    position: relative;
    width: 50%;
    padding-top: 56.25vw;
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .c-news_body .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* @media */
/* BLニュース ボタン */
.c-news_btn {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden;
}
.c-news_btn > div {
  float: left;
  margin: 0 1%;
}
.c-news_btn > div a {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
}
.c-news_btn .c-review_btn_good,
.c-news_btn .c-review_btn_bad {
  float: none;
  margin: 0;
}
.c-news_btn .c-list_favorite a {
  padding: 0;
  font-size: 18px;
}

/* コメント */
.c-news_comment {
  margin: 0 0 30px;
  /* 確認画面 */
  /* 完了画面 */
}
.c-news_comment .c-news_num {
  display: inline-block;
  margin-left: 1em;
  color: #e52e6e;
}
.c-news_comment .c-news_sort {
  margin: 10px 0 0;
  text-align: right;
}
.c-news_comment .c-news_sort a, .c-news_comment .c-news_sort span {
  display: inline-block;
  padding: 0 10px;
}
.c-news_comment .c-news_sort span {
  color: #e52e6e;
}
.c-news_comment .c-news_sort a {
  text-decoration: underline;
}
.c-news_comment .c-news_sort a:hover {
  text-decoration: none;
}
.c-news_comment .c-review_form {
  margin-top: 10px;
}
.c-news_comment .c-review_form.js-accordion_cont {
  display: block;
}
.c-news_comment.confirm {
  margin: 30px 15px 60px;
}
.c-news_comment.confirm .name {
  margin-bottom: 10px;
  color: #e52e6e;
  font-size: 14px;
  font-weight: bold;
}
.c-news_comment.confirm .text {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
}
.c-news_comment.confirm .caption {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f00;
  font-size: 10px;
}
.c-news_comment.confirm .c-news_submit_btn li {
  display: table-cell;
  min-width: 200px;
  padding: 0 20px;
}
.c-news_comment.complete {
  margin: 30px 15px 60px;
}
.c-news_comment.complete .msg {
  margin: 20px 0 30px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.c-news_comment.complete .link a {
  margin: 10px 0;
}

/* ニュースヘッダ（各企業） */
.c-news_header {
  margin-bottom: 15px;
}
.c-news_header .logo {
  margin: 0 auto;
}
.c-news_header .nav {
  margin: 15px 0 0;
  text-align: center;
}
.c-news_header .nav li {
  display: inline-block;
  margin: 0 0 5px;
}
.c-news_header .nav a {
  padding: 1px 1px 1px 0;
  color: #ff89b3;
  font-size: 16px;
}

.c-news_com_num {
  float: left;
  margin: 8px 0 0;
  font-size: 12px;
}
.c-news_com_num strong {
  color: #e52e6e;
}

/* 関連記事 */
.c-related_news h3 {
  line-height: 1.2;
}

/* Yes No チャート */
.c-yes_no {
  position: relative;
  border: 1px solid #555;
}
.c-yes_no .c-box_block {
  padding: 3%;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.c-yes_no .c-box_none {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3%;
}
.c-yes_no h2 {
  margin: 0 0 3%;
  padding-bottom: 2%;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
.c-yes_no h2 img {
  margin-right: 2%;
  vertical-align: middle;
}
.c-yes_no .c-yes_no_img {
  text-align: center;
}
.c-yes_no .c-btn_select {
  margin-top: 10%;
}
.c-yes_no .c-btn_select + .c-btn_select {
  margin-top: 0;
}
.c-yes_no .c-btn_select > div {
  margin-bottom: 12px;
  padding-right: 6px !important;
  padding-left: 6px !important;
}
.c-yes_no .c-btn_select .tweet a {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #1b95e0;
  font-size: 38px;
}
.c-yes_no .c-btn_select .tweet a:hover {
  background: #1886c9;
}
.c-yes_no .c-btn_select .tweet a i {
  margin-right: 0.5em;
  font-size: 50px;
  vertical-align: middle;
}
.c-yes_no .c-btn_select > span {
  padding-right: 6px !important;
  padding-left: 6px !important;
}
.c-yes_no .c-btn_select .btn-lg {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 38px;
}
.c-yes_no p {
  margin: 0 0 5%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* BLニュース検索 */
  .c-search_news {
    margin: 15px 0 30px;
  }
  .c-search_news .form-group {
    float: left;
    width: 28%;
  }
  .c-search_news .form-group + .form-group {
    width: 53%;
  }

  /* BLニュース一覧（単体） */
  .c-item_news {
    padding: 10px 0;
  }
  .c-item_news .text {
    font-size: 18px;
  }
  .c-item_news .text .date {
    margin-right: 15px;
    font-size: 12px;
  }
  .c-item_news .text .count {
    margin-right: 10px;
    font-size: 12px;
  }
  .c-item_news .text .num {
    margin-right: 15px;
    font-size: 12px;
  }
  .c-item_news .c-review_btn_good,
  .c-item_news .c-review_btn_bad {
    margin: 0 5px 0 0;
    width: 80px;
  }
  .c-item_news .c-review_btn_good a,
  .c-item_news .c-review_btn_bad a {
    float: none;
    margin: 5px 0 0;
  }

  /* BLニュース一覧（バリエーション） */
  .c-list {
    /* ランキング */
    /* コメント一覧 */
  }
  .c-list.ranking .c-item_news .text .date {
    font-size: 16px;
  }
  .c-list.comment .c-item_news .text {
    margin: 0 0 10px;
  }
  .c-list.comment .c-item_news .text .text_head {
    margin: 2px 0 6px;
  }
  .c-list.comment .c-item_news .text .title {
    font-size: 15px;
  }
  .c-list.comment .c-item_news .name {
    font-size: 12px;
  }
  .c-list.comment .c-item_news .comment {
    font-size: 12px;
    line-height: 1.5;
  }

  /* BLニュース詳細 */
  .c-news_detail .c-news_release {
    margin-right: 15px;
  }

  .c-news_title {
    margin: 0 0 10px;
    font-size: 32px;
  }

  .c-news_body {
    width: auto;
    margin: 0 !important;
    font-size: 18px;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .c-news_body .c-yes_no a {
    font-size: 18px;
  }
  .c-news_body .twitter,
  .c-news_body .instagram,
  .c-news_body .tiktok,
  .c-news_body .youtube {
    margin: 0 !important;
  }

  /* BLニュース ボタン */
  .c-news_btn {
    float: right;
    margin: 0 0 30px;
  }
  .c-news_btn > div {
    float: left;
    margin: 0 0 0 10px;
  }
  .c-news_btn > div a {
    font-size: 14px;
  }
  .c-news_btn .c-review_btn_good,
  .c-news_btn .c-review_btn_bad {
    width: auto;
    margin: 0;
  }
  .c-news_btn a {
    float: none;
    margin: 0;
  }
  .c-news_btn .c-list_favorite a {
    font-size: 18px;
  }

  /* コメント */
  .c-news_comment {
    margin: 0 0 50px;
    /* 確認画面 */
    /* 完了画面 */
  }
  .c-news_comment.confirm {
    margin: 0 15px 120px;
  }
  .c-news_comment.complete {
    margin: 0 15px 120px;
  }
  .c-news_comment.complete .msg {
    margin: 30px 0 60px;
  }
  .c-news_comment.complete .link {
    width: 50%;
    margin: 0 auto;
  }

  /* ニュースヘッダ（各企業） */
  .c-news_header .nav {
    display: table;
    width: 100%;
    margin: 26px auto;
  }
  .c-news_header .nav li {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
  }
  .c-news_header .nav a {
    padding: 0 10px;
  }
  .c-news_header .nav a:hover {
    color: #e52e6e;
  }

  /* 高さ制限（アクセスランキング）----------------------------------- */
  .c-access_ranking.c-related_news .c-item {
    height: auto;
  }

  /* Yes No チャート */
  .c-yes_no .c-btn_select .tweet a {
    font-size: 24px;
  }
  .c-yes_no .c-btn_select .tweet a i {
    font-size: 30px;
  }
  .c-yes_no .c-btn_select .btn-lg {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }
}
/* @media */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* 高さ制限（アクセスランキング）----------------------------------- */
  .c-access_ranking.c-related_news .c-item {
    height: auto;
  }
}
/* @media */
/* Large devices (large desktops, 1200px and up) */
/* @media */
