@charset "UTF-8";

@import url("/css/root.css");

/* ----------------------------------------------------------------------
共通フレーム CSS
---------------------------------------------------------------------- */

/* - font
---------------------------- */
.en {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  /* font-family: "Roboto", sans-serif;
  font-style: normal; */
}

/* - 共通仕様
---------------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN", "MS Pゴシック", "游ゴシック", "メイリオ",
    sans-serif;
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url("/images/common/bg.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}

html {
  font-size: 62.5%;
}

header {
  width: 100%;
  line-height: 1.6;
}

a {
  color: #ffffff;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.resizeimage img {
  width: 100%;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.alertBox {
  margin: 10px 0;
  padding: 10px;
  background: #d9d9d9;
}

.alertBox a {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.bg_blue {
  background: var(--main-color);
}

.bg_gray {
  background: var(--gray-color);
  background: rgba(217, 217, 217, 0.7);
}

.contents {
  max-width: 960px;
  margin: auto;
  /* padding: 40px 20px; */
}

.--viewmax {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.--viewmax .contents {
  padding: 0 20px;
}

/* - ロゴ
---------------------------- */

#logo {
  padding: 10px 0;
  background-image: var(--gradation-main);
}

#logo .logoImg {
  width: 100%;
  text-align: center;
}

#logo .logoImg img {
  /* max-width: 130px;
  width: 30%; */
  width: 130px;
  vertical-align: middle;
}
/* - テンプレート　コラム
---------------------------- */

#contents_wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* #contents_wrapper.column2 {
  display: grid;
} */

.main,
.column1 {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.main {
  max-width: 960px;
}

.column1 {
  max-width: 1200px;
  padding-bottom: 20px;
}

.column1 .main {
  max-width: 960px;
}

.wide .main {
  max-width: 100%;
}

.spacer {
  margin-top: 40px;
}

.line {
  border: #dfdfdf solid 1px;
  background-color: #fff;
}

.line_bottom {
  border-bottom: solid 1px #dfdfdf;
}

.font12 {
  float: left;
  font-size: 1.2rem;
}

.font14 {
  font-size: 1.4rem;
}

.font22 {
  font-size: 2.2rem;
}

.fontDate {
  font-size: 2.4rem;
}

.today {
  clear: both;
  padding: 0;
}

/* - フッター
---------------------------- */
footer {
  width: 100%;
  /* background-image: var(--gradation-main); */
  background-color: #233757;
}

footer>.content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 32px 2%;
  max-width: 960px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

footer .copyright {
  line-height: 2.5;
}


/* - Topに戻るボタン
---------------------------- */
.pagetopBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--main-color);
  border-right: 3px solid var(--main-color);
  ;
  transform: translateY(20%) rotate(-45deg);
}

body.has_page_nav .pagetopBtn {
  bottom: 70px;
}


/*---------------------------------------
  .contents_title
--------------------------------------- */
.contents_title {
  text-align: center;
  margin-bottom: 30px;
}

.contents_title img {
  height: 80px;
}

.main>section .contents_title {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .contents_title img {
    height: 55px;
  }
}

/*----------------------------
  見出し
---------------------------- */
.title_style_main {
  color: var(--sub-color);
  text-align: center;
  margin-bottom: 20px;
}

.title_style_main>span {
  display: block;
}

.title_style_main span span {
  background: var(--gradation-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_style_main .ja {
  font-size: 4rem;
  font-weight: bold;
}

.title_style1 {
  font-size: 1.8rem;
  margin: 20px 0;
  padding: 16px;
  padding: 10px 10px 10px 15px;
  border: solid #dfdfdf 1px;
  border-left: solid 5px var(--main-text-color);
  background-color: #fff;
  color: var(--main-text-color);
  ;
}

.title_style2 {
  position: relative;
  font-size: 1.8rem;
  margin: 20px 0;
  padding: 10px;
  border: double 4px #5c5c5c;
  border-left: none;
  border-right: none;
}

/*---------------------------------------
  パンくず
--------------------------------------- */
.breadcrumbs {
  display: flex;
  gap: 5px;
  font-size: 1.2rem;
  align-items: center;
  color: var(--main-text-color);
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs a {
  color: #777;
}

.breadcrumbs li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #777;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  vertical-align: middle;
  margin-left: 3px;
}

/*---------------------------------------
  btn
--------------------------------------- */
.btn a {
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 0.3em 1em;
  position: relative;
  display: inline-block;
}

.btn.--flex a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.--white a {
  background-color: #fff;
  color: var(--main-text-color);
}

.btn.--yellow a {
  background-color: var(--key-color);
  color: var(--main-text-color);
}

.btn.--arrow a {
  padding-right: 2em;
}

.btn.--arrow a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.btn.--white.--arrow a::after {
  border-color: var(--main-text-color);
}

.btn.--yellow.--arrow a::after {
  border-color: var(--main-text-color);
}

.btn.--center {
  text-align: center;
}

.btn a img {
  margin-right: 10px;
}

.btn_flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.btn_flex a {
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

/*---------------------------------------
  highlight_block
--------------------------------------- */
.highlight_block {
  background-color: var(--key-color);
  background: rgba(255, 229, 8, 0.8);
  border: solid 2px var(--key-color);
  padding: 15px;
  border-radius: 5px;
}

/*---------------------------------------
  bold
--------------------------------------- */
.bold{
  font-weight: bold;
}

/*---------------------------------------
  メディアクエリ
--------------------------------------- */

@media screen and (min-width: 768px) {

  .title_style1,
  .title_style2 {
    font-size: 2.2rem;
    margin: 30px 0;
  }
}

@media screen and (max-width: 960px) {
  .resizeimage img {
    width: 100%;
  }

  body {
    font-size: 1.6rem;
  }

  /* --------------------------------- */
  /* 的中情報ティッカー                   */
  /* --------------------------------- */
  .tekichuInfo #tekichuTxt {
    font-size: 1.7vw;
  }

}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }

  body::before {
    display: none;
  }

  /* #logo .logoImg a{
    margin-right: 45px;
  } */

  /* #logo .logoImg img {
    width: 50%;
  } */

  #menu-btn-check:checked~.menu-btn {
    position: fixed;
  }

  .color_nav ul {
    justify-content: center;
  }

  #side_block {
    display: block;
  }

  #contents_wrapper .main {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 0;
    box-sizing: border-box;
  }

  /* .login_account{
    border-bottom: solid 1px var(--main-color);
  } */

  /* ログアウト中 */
  body[data-login-status='logout'] .menu-content-member {
    grid-template-columns: auto;
    font-size: 18px;
  }

  body[data-login-status='logout'] .menu-content-member-link {
    display: inline;
  }

  .blackBox,
  h2 {
    font-size: 1.6rem;
  }

  #contents_wrapper.column2 .main {
    width: 100%;
  }

  #contents_wrapper.column2 .right {
    width: 100%;
  }

  #side_block .en {
    font-size: 4rem;
  }

  .font22 {
    font-size: 2rem;
  }

  /* --------------------------------- */
  /* ヘッダー                         */
  /* --------------------------------- */
  .color_nav {
    padding-top: 10px;
  }

  .color_nav>div {
    display: block;
  }


  /* --------------------------------- */
  /* フッター                           */
  /* --------------------------------- */
  footer>.content {
    font-size: 1rem;
  }

  /* --------------------------------- */
  /* Topに戻るボタン
  /* --------------------------------- */
  .pagetopBtn {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }

  /* --------------------------------- */
  /* 的中情報ティッカー                   */
  /* --------------------------------- */
  .tekichuInfo .tekichud,
  .tekichuInfo #tekichuTxt {
    height: 36px;
  }

  .tekichuInfo .tekichud {
    width: 23%;
  }

  .tekichuInfo #tekichuTxt {
    padding-left: 0.5rem;
    font-size: 2.5vw;
  }

  /* --------------------------------- */
  /* 記者ランキング                      */
  /* --------------------------------- */
  .ranking .rankingContents {
    width: 100%;
  }

  /* --------------------------------- */
  /* バナーグループ                      */
  /* --------------------------------- */
  .bannerContentsBlock a {
    width: calc(50% - 2px);
  }
}

@media screen and (max-width: 480px) {
  #side_block br.sp {
    display: block;
  }

  #side_block span.pc {
    display: none;
  }

  /* .page_nav ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    font-size: 1.3rem;
    text-align: center;
  } */

  /* --------------------------------- */
  /* メインビジュアル                    */
  /* --------------------------------- */
  /* .slider img {
    height: 200px;
  } */

  /* --------------------------------- */
  /* 的中情報                           */
  /* --------------------------------- */
  .tekichuInfo #tekichuTxt {
    font-size: 1.3rem;
  }

  .ranking .rank3 {
    text-align: left;
    float: none;
    margin-left: 60px;
  }

  /* --------------------------------- */
  /* フッター                           */
  /* --------------------------------- */
  #side_block .helpBlock {
    flex-direction: column;
  }

  #side_block .helpBlock>.flexBlock {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  #side_block .helpBlock .helppageBtn {
    width: 48.5%;
  }

  footer .footer-menu {
    gap: 1rem 3rem;
  }

  /* --------------------------------- */
  /* 見出し　　　                        */
  /* --------------------------------- */
  .title_style_main .ja {
    font-size: 3rem;
  }

}

@media print{
  .page_nav,.pagetopBtn,.hamburger-menu{
    display: none!important;
  }
}