@charset "Shift_JIS";

/* *******************　全体設定　******************* */
body{
  width: 100%;
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  overflow-x: hidden;
}

body::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/news/news_bg.png), url(../img/news/news_bg.jpg);
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}

a { color: #FFF;}
a:hover{
  opacity: .7;
  transition: .3s;
}

.textimg {
  display: block;
  margin: auto;
  padding-top: 90px;
  height: 70px;
}

@media screen and (max-width: 480px) {
  .textimg {
    width: auto;
    height: 45px;
  }
}

/* *******************メニュー　******************* */
header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #000;
  z-index: 9999;
}

.news_menu{
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;

}

.news_menu img {
  height: 4vw;
  max-height: 14px;
  margin: 12px 13px;
}

@media screen and (max-width: 480px) {
  .textimg {
    width: auto;
    height: 45px;
  }
  .news_menu img { height: 2vw; }
}

/* *******************　絞り込みラベル　******************* */
.top_label {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

label:hover {
  position: relative;
  opacity: .7;
  cursor: pointer;
  top: 1px;
  transition: .3s;
}

@media screen and (max-width: 480px) {
  .refine-btn {margin-right: 10px}
}

/* *******************　お知らせボックス　******************* */
.news_all_wrap {
	width: 60%;
  min-width: 685px;
  margin: 50px auto;
	padding: 30px;
  font-size: 90%;
  background-color: rgba(0,0,0, .5);
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}

@media screen and (max-width: 480px) {
  .news_all_wrap {
  	width: 85%;
    min-width: 300px;
  }
}

.green_label{ background-color: green; }

/* *******************　絞り込みcss　******************* */

input[name='refine-btn'] {
  position: relative;
  display: none;
}
input[name='refine-btn']:checked + label {
  color: #fff;
}
#refine-1:checked ~ .refine-teims:not(.important),
#refine-2:checked ~ .refine-teims:not(.notice) {
  display: none;
}

/* ******************* ニュースコンテンツ　******************* */
.news_content_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.content_wrap {
  background-color: rgba(0,0,0, .5);
  width: 80%;
  max-width: 1000px;
  height: auto;
  margin-top: 50px;
  padding: 2em;
}

h1 { font-size: 120%; border-bottom: 1px solid #ccc; font-weight: bold;}
h2 { text-align: right; }

.content {
  width: 100%;
  margin: 15px auto;
  font-size: 90%;
}

.content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 35px auto;
}

.back {
  display: block;
  width: 88%;
  max-width: 1100px;
  margin: auto;
  padding: 1em 0;
  text-align: right;
  font-size: 90%;
}
