@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ HTML背景のカラーの設定
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html:root {
  background-color: #1D2920;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ フォントのカラーの設定
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #fff;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ブロック&カードのカラーの設定
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.block, .cardContent {
  background-color: #1D3D2C;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 矢印のカラーの設定
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.linkList__inner:after, .attentionPoint > *:after {
  border-right-color: #FFFFC0;
  border-bottom-color: #FFFFC0;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ボーダーの色の設定
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.linkList__item {
  border-color: #0C3323;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ このページにのみ存在するスタイル
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
メインビジュアル
====================================================================================*/
.pageThumbGuerrilla {
  height: 124px;
  position: relative;
  margin: 5px 0;
}

.pageThumbGuerrilla:before, .pageThumbGuerrilla:after {
  content: "";
  height: 5px;
  width: 100%;
  background-image: url("https://site.weathernews.jp/site/guerrilla/images/kansyajo/mv_guerrilla_line.png");
  background-size: 60px 5px;
  position: absolute;
}

.pageThumbGuerrilla:before {
  top: -5px;
}

.pageThumbGuerrilla:after {
  bottom: -5px;
}

.pageThumbGuerrilla__title {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageThumbGuerrilla__title .small01 {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1em;
}

.pageThumbGuerrilla__bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.pageThumbGuerrilla__bg img {
  height: 124px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*====================================================================================
注目ポイント
====================================================================================*/
.attentionPoint > * {
  display: table;
  position: relative;
}

.attentionPoint > *:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #FFFFC0;
  border-bottom: 3px solid #FFFFC0;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.attentionPoint > * > * {
  display: table-cell;
  vertical-align: middle;
}

.attentionPoint__thumb {
  width: 96px;
  height: 64px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.attentionPoint__thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.attentionPoint__text {
  padding-left: 10px;
  padding-right: 20px;
}

.attentionPoint__text * {
  font-weight: 600;
}

/*====================================================================================
活動履歴
====================================================================================*/
.history {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.history > * {
  display: table-cell;
  width: 100%;
  border: 3px solid #1D2920;
  box-shadow: none;
}

.history .inner {
  padding: 5px;
}

.history__score {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFFF00;
}

.history__label {
  font-size: 1.2rem;
  line-height: 1.3em;
  text-align: center;
  margin-top: 5px;
}

.history__label.line01 {
  padding-top: 8px;
}

/*====================================================================================
感謝状
====================================================================================*/
.kansyaText {
  padding: 15px;
  border: 2px solid #F0C46E;
  border-radius: 4px;
}

.kansyaText * {
  font-weight: 600;
}

.kansyaText > *:not(:last-child) {
  margin-bottom: 1em;
}

.kansyaTitle {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1em;
  position: relative;
}

.kansyaTitle:before, .kansyaTitle:after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 20px;
  background-image: url("https://site.weathernews.jp/site/guerrilla/images/kansyajo/icon_kansya.png");
  background-size: cover;
  margin: 0 10px;
}

.kansyaTitle:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.kansyajou {
  padding: 20px 0;
}

.kansyajou .cardContent > *:not(:last-child) {
  margin-bottom: 20px;
}

.kansyajou .img01 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 5px;
  margin-bottom: 5px;
}

.kansyajou .small01 {
  color: #fff;
  opacity: .75;
}

.kansyajou .card.white .cardContent .kansyaText {
  border: 2px solid #F0C46E;
}

.kansyajou .card.white .cardContent .link01, .kansyajou .card.white .cardContent .download * {
  color: #559AF2;
}
