@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700&subset=japanese");

/*---------------------------------------------------------*/
/* VPORTスタイル */
/* last update/ 2021.3.25 */
/*-----------------------------------------------------------*/

/*** フォント基本定義 ***/
html {
  font-size: 10px; /* initial 10px */
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem; /* default font-size 14px */
  line-height: 1.5;

  /* 最下余白 */
  padding-bottom: 40px;
  /* 基本フォントカラー */
  color: #1a1a1a;
}

/*---------------------------------------------------------*/
/* リセット */
/*---------------------------------------------------------*/
ul,
li {
  padding: 0;
  list-style: none;
}
p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

/*---------------------------------------------------------*/
/* override */
/*---------------------------------------------------------*/
/***-------- Bootstrap --------***/
/* モーダルウインドウ／モーダルフッター */
.modal-footer {
  display: block !important;
  text-align: right;
}

/*---------------------------------------------------------*/
/* レイアウト・ブロック */
/*---------------------------------------------------------*/
.download-cont section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0;
  padding: 60px 0;
}
/*-------- BT包含 override --------*/
.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > div {
  padding-left: 0;
  padding-right: 0;
}

/*---------------------------------------------------------*/
/* ヘッダー・フッター */
/*---------------------------------------------------------*/
header {
  margin: 0 auto;
  padding: 12px;
  width: 100%;
  max-width: 960px;
  background-color: #e9ecef;
}
@media screen and (min-width: 768px) {
  header {
    padding: 20px 12px;
  }
}
footer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
hr {
  width: 100%;
  margin: 0 0 15px 0;
  background: #1a1a1a;
}
@media screen and (min-width: 992px) {
  footer {
    padding: 0 15px;
  }
}

/*---------------------------------------------------------*/
/* ページメイン */
/*---------------------------------------------------------*/
/*-------- 見出し --------*/
h1 {
  margin: 0;
  text-align: center;
  color: #333886;
  font-size: 2.4rem;
  font-weight: bold;
}
h1 span {
  display: block;
  margin: 0 0 4px 0;
  font-size: 2.2rem;
}
h2,
h3 {
  font-weight: 700;
}
h2 {
  line-height: 1.1;
  font-size: 2.4rem;
  color: rgba(51, 56, 134, 0.5);
}
h3 {
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-size: 2.6rem;
  text-align: center;
  color: #333886;
}
h3 span {
  position: relative;
}
h3 span::before,
h3 span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 49%;
  background: #333886;
}
h3 span::before {
  left: -22px;
}
h3 span::after {
  right: -22px;
}
.download-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  margin: 0 0 15px 0;
  background: url("../images/common/h2title-underline.gif") 0 0 repeat-x;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h1 span {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  h3 span::before,
  h3 span::after {
    width: 60px;
  }
  h3 span::before {
    left: -64px;
  }
  h3 span::after {
    right: -64px;
  }
}

/* BT4ボタン override／汎用／クイズ・ダウンロード */
.caution{
font-size: 12px;
text-align: left;
}

.question-btn.btn-secondary {
  padding: 5px 10px !important;
  font-size: 14px;
}
.question-btn .fas {
  color: #fff !important;
}
/* bt4 override ▼ */
.modal-header {
  padding-bottom: 0;
  border-bottom: none;
}
.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.close:focus,
.close:hover {
  color: #fff;
  opacity: 1;
}
.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-footer {
  padding-top: 0;
  border-top: none;
}
.modal-content {
  border-radius: 0;
}

div.common-help-window p.help-window-title {
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  border-bottom: solid 1px #ccc;
}
div.common-help-window div.modal-header {
  margin-bottom: 15px;
}
div.common-help-window div.modal-header button {
  color: #000;
}
div.common-help-window div.modal-body p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .caution{
  text-align: center;
  }
}

/*-----------------------------------------------------------------------------*/
/* 記事リスト表示・共通 */
/*-----------------------------------------------------------------------------*/
/*** 記事1件分／基本スタイル ***/
/* 包含 */
.kiji-box .kiji-box-inner {
  transition: all ease-in 0.2s;
}
.kiji-box .kiji-box-inner {
  padding: 15px;
  background-color: #fff;
  border-bottom: dashed 2px #898989;
}
#featured .kiji-box .kiji-box-inner {
  border-bottom: none;
}
.kiji-box a:hover .kiji-box-inner {
  background-color: #fdd000;
}
.kiji-box a:hover p,
.kiji-box a:hover p span {
  text-decoration: none !important;
}
.kiji-box a:hover div img {
  opacity: 1 !important;
}

/* BOX右側 */
.kiji-box .kiji-detail {
  position: relative;
  padding-left: 15px;
}
/* 段落間余白 */
.kiji-box .kiji-detail > p {
  margin: 0;
}
.kiji-box .kiji-detail > p:nth-of-type(2) {
  margin-top: 8px;
}
.kiji-box .kiji-detail > p:nth-of-type(3) {
  margin-top: 16px;
}
.kiji-box .kiji-detail .desc {
  margin-bottom: 30px;
}
/* カテゴリ名 */
.cate-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #313c68;
}
/* 記事名 */
.kiji-title {
  line-height: 1.3;
  color: #000;
}
/* new用 */
.kiji-title .new {
  color: #ff0000;
}

/*壁紙バックナンバー専用*/
p.kiji-title-dlbk {
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
p.desc {
  font-size: 1.1rem;
  color: #444;
}
div.quiz-kiji-detail p.kiji-title {
  font-size: 1.8rem;
}
div.quiz-kiji-notes {
  margin-top: 15px;
}
div.quiz-kiji-notes p.desc {
  font-size: 1.4rem;
  color: #ff0000;
}
div.quiz-kiji-detail p.kiji-title,
div.quiz-kiji-notes p.desc {
  margin-bottom: 0;
}

.wallpaper .kiji-box-inner img {
  width: 100%;
  max-width: 350px;
}

@media (max-width: 767px) {
  .kiji-list > div:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .kiji-box .kiji-box-inner {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  /** レイアウト **/
  /* featuredのみのパディング処置 */
  #featured .kiji-list > div:nth-of-type(odd) {
    padding-left: 0;
  }
  #featured .kiji-list > div:nth-of-type(even) {
    padding-right: 0;
  }
  /* 共通 */
  .background .kiji-list > div:nth-of-type(n + 2),
  .kiji-list > div:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  /* 記事長文の可変対応 */
  .kiji-box .kiji-detail > p:nth-of-type(2) {
    padding-bottom: 35px;
  }
}

/*---------------------------------------------------------*/
/* 汎用クラス */
/*---------------------------------------------------------*/
/* センタリング */
.pos-center {
  margin: 0 auto 0;
}

.btm-20 {
  margin-bottom: 20px;
}
.btm-10 {
  margin-bottom: 10px;
}
.btm-30 {
  margin-bottom: 30px;
}
a img:hover {
  opacity: 0.7;
  transition: all ease-in 0.2s;
}
a {
  color: #000;
}
a:hover {
  color: #666;
}

div.common-help-button {
  margin-top: 25px;
}

/*-------- imgブロック要素化（bt3踏襲） --------*/
.img-fluid {
  display: block;
}

/*-------- 1文字インデント --------*/
.text-indent-1 {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/*-------- バナー用スミフチ --------*/
.banner-frame-black {
  border: solid 1px #000;
}

/*-------- 下マージン --------*/
.btm5 {
  margin-bottom: 5px !important;
}
.btm10 {
  margin-bottom: 10px !important;
}
.btm15 {
  margin-bottom: 15px !important;
}
.btm20 {
  margin-bottom: 20px !important;
}
.btm25 {
  margin-bottom: 25px !important;
}
.btm30 {
  margin-bottom: 30px !important;
}
.btm35 {
  margin-bottom: 35px !important;
}
.btm40 {
  margin-bottom: 40px !important;
}
