@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html:root {
  background: url("https://smtgvs.weathernews.jp/s/ski/img/bg.png") #d1edff;
  background-size: 255px;
}

@media screen and (max-width: 700px) {
  html:root {
    background: #fff;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 700px) {
  　position: relative;
  overflow-x: hidden;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 700px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
Font
====================================================================================*/
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 {
  word-wrap: break-word;
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}

a {
  color: #083997;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Header
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#header {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  table-layout: fixed;
}

#header > * {
  display: table-cell;
  vertical-align: middle;
}

#header .left > * {
  margin-right: auto;
}

#header .right > * {
  margin-left: auto;
}

@media screen and (max-width: 700px) {
  #header {
    -webkit-box-shadow: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
  }
}

/*====================================================================================
ロゴ
====================================================================================*/
/*------------------------------------------
WNIロゴ
------------------------------------------*/
#logo_wni {
  display: block;
  position: relative;
  width: 125px;
  height: 40px;
}

#logo_wni .st0 {
  fill: #0C419A;
}

/*------------------------------------------
サイトロゴ
------------------------------------------*/
.logo_site {
  display: block;
  width: 92px;
  height: 36px;
}

.logo_site img {
  width: 100%;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ コンテンツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
クローズメッセージ
====================================================================================*/
.close_msg {
  max-width: 990px;
  margin: 20px 10px 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #606060;
  font-size: 14px;
  text-align: left;
}

@media screen and (min-width: 700px) {
  .close_msg {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

/*====================================================================================
トップページ
====================================================================================*/
.notice_comment {
  display: block;
  padding: 5px;
  border: 1px solid #083997;
  border-radius: 6px;
  background-color: rgba(8, 57, 151, 0.05);
}

.notice_comment * {
  color: #083997;
  font-size: 1.3rem;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ コンテンツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
トップエリア
====================================================================================*/
.topArea {
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.topArea * {
  color: #083997;
  text-shadow: 0px 0px 5px white;
}

@media screen and (min-width: 700px) {
  .topArea {
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    background: none;
    text-align: center;
  }
  .topArea p {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 700px) {
  body[data-col="1"] .topArea {
    width: 650px;
  }
  body[data-col="2"] .topArea {
    width: 990px;
  }
}

/*====================================================================================
wrap
====================================================================================*/
#wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 700px) {
  #wrap {
    display: block;
    width: 100%;
  }
}

/*====================================================================================
メイン&サブ
====================================================================================*/
#main, #sub {
  padding: 10px;
  background-color: #fff;
}

/*------------------------------------------
メイン
------------------------------------------*/
#main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-item-align: start;
  flex: 1;
  align-self: flex-start;
  padding-bottom: 60px;
}

@media screen and (max-width: 700px) {
  #main {
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    padding: 0;
  }
}

/*------------------------------------------
サブ
------------------------------------------*/
#sub {
  width: 320px;
  margin-left: 10px;
  padding-bottom: 30px;
}

@media screen and (max-width: 700px) {
  #sub {
    width: 100%;
    margin-left: 0;
  }
}

/*------------------------------------------
アンダーテキスト
------------------------------------------*/
.underContent {
  width: 650px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.underContent * {
  color: #083997;
}

@media screen and (max-width: 700px) {
  .underContent {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }
}

/*====================================================================================
block
====================================================================================*/
/*------------------------------------------
ボックス：大
------------------------------------------*/
.box_L + .box_L {
  margin-top: 30px;
}

/*------------------------------------------
ボックス：中
------------------------------------------*/
.box_M > *:not(:last-child) {
  margin-bottom: 10px;
}

.box_M + .box_M {
  margin-top: 20px;
}

/*.box_M.sp + .box_M {
  margin-top: 0px;
}*/

.box_M.bg {
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #bed2f3;
  background-image: url("https://weathernews.jp/s/ski/img/bg.jpg");
  background-position: 0px 10px;
  background-size: cover;
}

.box_M.bg + .box_M {
  margin-top: 0;
}

/*------------------------------------------
ボックス：小
------------------------------------------*/
.box_S > *:not(:last-child) {
  margin-bottom: 10px;
}

.box_S + .box_S {
  margin-top: 10px;
}

/*------------------------------------------
ボックス：2カラム　
------------------------------------------*/
.box_Col2 {
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
}

.box_Col2 .item {
  display: table-cell;
  vertical-align: top;
}

.box_Col2 .item:first-child {
  padding-right: 5px;
}

.box_Col2 .item:last-child {
  padding-left: 5px;
}

/*------------------------------------------
土日のテキストカラー
------------------------------------------*/
.sat {
  color: #0000CC;
}

.sun {
  color: #cc0000;
}

.holiday {
  color: #cc0000;
}

/*------------------------------------------
内側padding
------------------------------------------*/
.inner {
  padding: 0 10px;
}

/*====================================================================================
タイトル
====================================================================================*/
/*------------------------------------------
title_01
------------------------------------------*/
.title_01 {
  font-size: 18px;
  font-weight: 600;
}

.title_01:before {
  -webkit-transform: translateY(-2px);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  overflow: hidden;
  transform: translateY(-2px);
  background-image: url("https://smtgvs.weathernews.jp/s/ski/img/icon_title.svg");
  background-position: left top;
  background-size: cover;
  text-indent: 110%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
}

@media screen and (max-width: 374px) {
  .title_01 {
    font-size: 18px;
  }
}

/*------------------------------------------
title_02
------------------------------------------*/
.title_02 {
  padding: 20px 0;
  color: #083997;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
}

.title_02.ico:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-image: url("https://weathernews.jp/s/ski/img/icon_title.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  vertical-align: middle;
  content: "";
}

/*------------------------------------------
title_03
------------------------------------------*/
.title_03 {
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
}

.title_03.ico:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-image: url("https://weathernews.jp/s/ski/img/icon_title.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  vertical-align: middle;
  content: "";
}

/*====================================================================================
テキストリンク
====================================================================================*/
.textLink {
  text-align: right;
}

.textLink > * {
  font-weight: 600;
}

.textLink > *:before {
  -webkit-transform: translateY(-2px);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
  transform: translateY(-2px);
  background-image: url("https://smtgvs.weathernews.jp/s/ski/img/icon_arrow.png");
  background-position: left top;
  background-size: cover;
  text-indent: 110%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
}

/*====================================================================================
注意書き
====================================================================================*/
.textSmall {
  color: #083997;
  font-size: 13px;
  line-height: 20px;
}

/*====================================================================================
ボタン
====================================================================================*/
.btnList {
  text-align: center;
}

.btnList > * {
  display: inline-block;
}

/*------------------------------------------
ボタン：01
------------------------------------------*/
.btn_pt01 {
  text-align: center;
}

.btn_pt01 > * {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  display: inline-block;
  width: 150px;
  height: 40px;
  border-radius: 2px;
  background-color: #0088FF;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  color: #fff;
  font-weight: 600;
  line-height: 40px;
}

/*------------------------------------------
  ボタン：02
  ------------------------------------------*/
.btn_pt02 > * {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  background-color: #0088FF;
}

.btn_pt02 * {
  color: #fff;
}

.btn_pt02 .ico {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
}

.btn_pt02 .tit {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.btn_pt02 .txt {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
}

/* 矢印あり
  ------------------------------------------*/
.btn_pt02.arrow > *:after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border: 2px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  content: "";
}

/*------------------------------------------
  ボタン：新雪情報
  ------------------------------------------*/
.btnShinsetsu {
  width: 100%;
  max-width: 362px;
  height: 37px;
  margin: 0px auto;
}

.btnShinsetsu a {
  display: block;
  width: 100%;
  height: 37px;
  overflow: hidden;
  background-image: url("../img/button_shinsetsu_sp.png?3");
  background-size: 100%;
  text-indent: 110%;
  white-space: nowrap;
}

@media screen and (min-width: 700px) {
  .btnShinsetsu {
    width: 603px;
    max-width: 100%;
    height: 44px;
    margin: 0px auto;
  }
  .btnShinsetsu a {
    height: 44px;
    background-image: url("../img/button_shinsetsu_pc.png?3");
  }
}

/*------------------------------------------
  ボタン：プッシュ
  ------------------------------------------*/
.btn_push {
  max-width: 500px;
  margin: 15px auto -10px;
  border: 3px solid #fff;
  border-radius: 200px;
  background-color: #f6e16b;
}

.btn_push a {
  display: block;
  position: relative;
  padding: 10px 5px;
}

.btn_push a:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: .5em solid transparent;
  border-right: 0;
  border-left: .75em solid #1b4194;
  content: "";
}

.push_text {
  display: block;
  color: #1b4194;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
}

.push_text .big {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}

.btn_push .ico {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 33px;
  transform: translateY(-50%);
}

.btn_push .ico img {
  width: 100%;
}

/*====================================================================================
col-2
====================================================================================*/
.col {
  display: table;
  width: 100%;
}

.col__item {
  display: table-cell;
  padding: 7px;
  vertical-align: middle;
}

.col__item:first-child {
  padding-left: 0;
}

.col__item:last-child {
  padding-right: 0;
}

/*====================================================================================
通常リスト&ランキング
====================================================================================*/
.list01, .listRank {
  margin-top: -10px;
}

.list01__item, .listRank__item {
  position: relative;
  border-bottom: 1px solid #083997;
}

.list01__item > *, .listRank__item > * {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 5px;
  overflow: hidden;
  color: #083997;
  font-weight: 600;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list01__item.ico > *, .listRank__item.ico > * {
  padding-left: 50px;
}

.list01 .small, .listRank .small {
  display: block;
  margin-top: 5px;
  color: #606060;
  font-size: 14px;
  font-weight: 300;
}

.list01 .icon, .listRank .icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}

.list01 .icon img, .listRank .icon img {
  width: 100%;
}

.list01 .icon:before, .listRank .icon:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 40px;
  content: "";
}

.listRank__item > * {
  padding: 20px 5px;
  padding-left: 45px;
}

.listRank .icon.rank_1 {
  background-image: url("https://smtgvs.weathernews.jp/s/ski/img/icon_star01.svg");
}

.listRank .icon.rank_2 {
  background-image: url("https://smtgvs.weathernews.jp/s/ski/img/icon_star02.svg");
}

.listRank .icon.rank_3 {
  background-image: url("https://smtgvs.weathernews.jp/s/ski/img/icon_star03.svg");
}

.listRrank .icon small {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  font-size: .5em;
  vertical-align: bottom;
}

@media screen and (max-width: 700px) {
  .listRank {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*====================================================================================
ゲレンデ状況リスト
====================================================================================*/
.listSlope__item {
  position: relative;
  padding: 5px;
  padding-right: 15px;
  overflow: hidden;
  border-bottom: 1px solid #4362A8;
}

.listSlope__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listSlope__link::after {
  -o-border-image: initial;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0px;
  height: 0px;
  margin-top: -7px;
  border-width: 7px 0px 7px 7px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: solid;
  border-left-style: solid;
  border-image: initial;
  border-top-color: transparent;
  border-right-color: initial;
  border-bottom-color: transparent;
  border-left-color: #083997;
  content: "";
}

.listSlope__status {
  width: 68px;
  float: left;
}

.listSlope__status .ico {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 50px;
}

.listSlope__status.lv01 .ico {
  background-image: url("https://weathernews.jp/s/ski/img/icon_propriety01.svg");
}

.listSlope__status.lv02 .ico {
  background-image: url("https://weathernews.jp/s/ski/img/icon_propriety02.svg");
}

.listSlope__status.lv03 .ico {
  background-image: url("https://weathernews.jp/s/ski/img/icon_propriety03.svg");
}

.listSlope__status.lv04 .ico {
  background-image: url("https://weathernews.jp/s/ski/img/icon_propriety04.svg");
}

.listSlope__status.lv05 .ico {
  background-image: url("https://weathernews.jp/s/ski/img/icon_propriety05.svg");
}

.listSlope__status .snow {
  display: block;
  width: 100%;
  background-color: #E0F5FF;
  color: #4362A8;
  font-weight: 600;
  text-align: center;
}

.listSlope__info {
  padding-left: 73px;
}

.listSlope__name {
  color: #083997;
  font-weight: 600;
  line-height: 1.2em;
}

.listSlope__weather {
  display: table;
  width: 220px;
  table-layout: fixed;
}

.listSlope__weather > * {
  display: table-cell;
}

.listSlope__day {
  padding: 1px;
}

.listSlope__txt {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.listSlope__img img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .listSlope {
    padding-right: 20px;
    padding-left: 20px;
  }
  .listSlope_item {
    padding: 10px;
  }
  .listSlope__status {
    margin-right: 15px;
  }
  .listSlope__status .ico {
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
    background-size: 68px;
  }
  .listSlope__info {
    margin-top: 10px;
  }
  .listSlope__weather {
    width: 450px;
  }
}

/*====================================================================================
エリアリスト
====================================================================================*/
.listArea * {
  color: #083997;
}

.listArea .area {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed;
}

.listArea .area > * {
  display: table-cell;
}

.listArea .tit {
  width: 90px;
  text-align: center;
}

.listArea .tit:before {
  content: "【";
}

.listArea .tit:after {
  content: "】";
}

.listArea .item {
  font-size: 0;
}

.listArea .item > * {
  display: inline-block;
  width: 16.6666666667%;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .listArea .item > * {
    width: 10%;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ サブ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
トピックス
====================================================================================*/
.listTopics__item {
  display: table;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #4362A8;
  table-layout: fixed;
}

.listTopics__item > * {
  display: table-cell;
  vertical-align: top;
}

.listTopics a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.listTopics .thumb {
  display: block;
  width: 95px;
  height: 70px;
  overflow: hidden;
}

.listTopics .thumb img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listTopics .txt {
  padding-left: 10px;
}

.listTopics .tit {
  position: relative;
  padding-right: 15px;
  color: #083997;
  font-weight: 600;
  line-height: 1.2em;
}

.listTopics .tit:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #083997;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
}

.listTopics .info {
  margin-top: 5px;
}

.listTopics .info * {
  font-size: 12px;
  line-height: 1em;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Footer
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#footer {
  margin-top: 30px;
}

#footer a {
  color: #083997;
}

#footer * {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

#footer > * {
  background-color: #fff;
}

#footer > *:not(:last-child) {
  margin-bottom: 1px;
}

#footer .copy {
  color: #999999;
}

@media screen and (max-width: 700px) {
  #footer {
    margin-top: 15px;
  }
  #footer .bottom {
    background-color: #f0f0f0;
  }
}
