@charset "UTF-8";
/* カラー01
------------------------------------------*/
/* カラー03
------------------------------------------*/
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
エリア
====================================================================================*/
html:root {
  font-size: 80%;
  background-color: #f3f3f3;
}

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

html, body {
  overflow-x: hidden;
  position: relative;
}

/*====================================================================================
テキスト
====================================================================================*/
/*------------------------------------------
基本
------------------------------------------*/
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: #333;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "游ゴシック体", "YuGothic",  sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  list-style-type: none;
  word-wrap: break-word;
}

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

.hed_icn_txt_wrp {
    font-size: 12px;
}
.sat {
  color: #188ade;
}

.sun {
  color: #f73c4e;
}

.bold {
  font-weight: bold;
}

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

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

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△
▼ 共通パーツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△*/
/*====================================================================================
タイトル
====================================================================================*/
.tit-h1 {
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #ec97ea;
}

.tit-h3 {
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 5px;
}

.tit-h3 .ico {
  display: inline-block;
  height: 1.25em;
  margin-right: 5px;
}

.tit-h3 .ico img {
  height: 100%;
}

.tit-h3 .notice {
  font-weight: 300;
  text-align: center;
  display: block;
  line-height: 1em;
}

.tit-line {
  border-left: 2px solid #21A1C1;
  padding-left: 5px;
  line-height: 1em;
  font-weight: 600;
}

/*====================================================================================
注意書き
====================================================================================*/
.notice {
  font-size: 1.4rem;
}

/*====================================================================================
ボタン
====================================================================================*/
.btn {
  display: block;
  min-width: 200px;
  max-width: 375px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #ec97ea;
  border-radius: 100px;
}

.btn > * {
  display: block;
  color: #333;
  font-weight: 600;
  line-height: 2em;
  vertical-align: middle;
  padding: 5px 0;
  position: relative;
}

.btn > *:after {
  content: "";
  display: block;
  width: 19.5px;
  height: 18.5px;
  background-image: url("/s/uv/img/02/icon_arrow.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn .ico {
  height: 1.45em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -20px;
}

.btn .ico img {
  height: 100%;
}

.btn.disabled {
  position: relative;
  opacity: .25;
}

.btn.disabled:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.textLink {
  text-align: right;
}

.textLink > * {
  font-size: 13px;
  font-weight: 600;
  color: #f358bc;
}

.textLink > *:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-left-color: #f358bc;
  border-right: none;
  margin-left: 5px;
}

.textLink02 {
  text-align: center;
}

.textLink02 > * {
  font-size: 13px;
  font-weight: 600;
  color: #f358bc;
  border-bottom: 1px solid #f358bc;
}

/*====================================================================================
パンくず
====================================================================================*/
#area {
  overflow: hidden;
  padding: 0 10px;
}

#area .pan {
  font-size: 1.4rem;
  float: right;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

#area .pan a {
  font-size: 1.4rem;
  font-weight: 600;
}

#area .pan a:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  margin-left: 2px;
  margin-right: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

sub {
  vertical-align: super;
  display: inline-block;
  transform: scale(0.7);
  margin: 0 -1px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 共通エリア
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/

/* WNIロゴ
------------------------------------------*/
.logo-wni {
  width: 125px;
  height: 40px;
  display: block;
  position: relative;
}

.logo-wni .st0 {
  fill: #0C419A;
}

/* サイトロゴ
------------------------------------------*/
.logo_site * {
  font-weight: 600;
  line-height: 1em;
}

.logo_site img {
  width: 30px;
  margin-right: 5px;
}

/*====================================================================================
コンテンツ
====================================================================================*/
#main, #sub {
  background-color: #fff;
}

#main .ad {
  max-width: 320px;
}

@media screen and (min-width: 770px) {
  #content {
    width: 990px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    width: 650px;
  }
  #sub {
    width: 330px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 20px;
  }

  #sub > .ad:first-child {
    padding-top: 10px;
  }
}

@media screen and (max-width: 770px) {
  #main {
  }
  #sub {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 374px) {
  #main .ad, #main .ad img {
    max-width: 300px;
  }
}
.box_L {
  padding: 10px;
}

.box_L.noFat {
  padding-left: 0;
  padding-right: 0;
}

.box_L:not(:last-child) {
}

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

.box_L.mb10 {
  margin-bottom: 10px;
}

.box_M > *:not(:last-child) {
  margin-bottom: 10px;
}

.fat {
  padding: 0px 10px;
}

/*====================================================================================
サイドメニュー
====================================================================================*/
/*------------------------------------------
広告
------------------------------------------*/
.ad {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

/*------------------------------------------
トピックスリスト
------------------------------------------*/
.list_Topics {
  margin-bottom: 15px;
}

.list_Topics li {
  width: 100%;
  padding: 10px 0;
  position: relative;
  overflow-y: hidden;
}

.list_Topics li:not(:last-child) {
  border-bottom: 1px solid #ec97ea;
}

.list_Topics li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list_Topics li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #f358bc;
  border-right: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.list_Topics li > * {
  display: block;
  vertical-align: middle;
}

.list_Topics .thumb {
  width: 80px;
  float: left;
}

.list_Topics .thumb img {
  width: 100%;
}

.list_Topics .txt {
  display: block;
  padding-left: 90px;
  padding-right: 30px;
}

.list_Topics .tit {
  font-weight: 600;
  line-height: 1.25em;
}

.list_Topics .time {
  font-size: 1.4rem;
}

/*====================================================================================
フッター
====================================================================================*/
footer {
  margin-top: 60px;
}

footer * {
  text-align: center;
  font-weight: 600;
}

footer .item {
  padding: 10px 0;
  background-color: #fff;
}

footer .item:not(.copy) {
  padding-bottom: 40px;
}

footer .copy {
  background-color: #ec97ea;
}

footer .copy * {
  color: #fff;
}

@media screen and (max-width: 770px) {
  footer {
    margin-top: 0;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ index.html
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
エリアマップ
====================================================================================*/
.area_Map {
  position: relative;
}

.area_Map #map {
  border: 1px solid #ccc;
}

.area_Map .item > *, .area_Map .status-div > * {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  border-bottom-left-radius: 4px;
}

.area_Map .itemList {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.area_Map .item {
  width: 48px;
  padding: 1px;
  background-color: #fff;
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

.area_Map .stg_small {
  font-size: 1.1rem !important;
}

.area_Map .lv {
  color: #fff;
  padding: 3px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.area_Map .lv1 .ico {
  background-image: url(/s/uv/img/status_lv1_day.svg);
}

.area_Map .lv1 .status-div {
  background-color: #77A4FF;
}

.area_Map .lv2 .ico {
  background-image: url(/s/uv/img/status_lv2.svg);
}

.area_Map .lv2 .status-div {
  background-color: #A4C3FA;
}

.area_Map .lv3 .ico {
  background-image: url(/s/uv/img/status_lv3.svg);
}

.area_Map .lv3 .status-div {
  background-color: #DFC1E1;
}
.area_Map .lv4 .ico {
  background-image: url(/s/uv/img/status_lv4.svg);
  background-repeat: no-repeat;
}

.area_Map .lv4 .status-div {
  background-color: #FDB5CD;
}

.area_Map .lv5 .ico {
  background-image: url(/s/uv/img/status_lv5.svg);
}

.area_Map .lv5 .status-div {
  background-color: #FC80A9;
}
.area_Map .lv6 .ico {
  background-image: url(/s/uv/img/status_lv6.svg);
}
.area_Map .lv6 .status-div {
  background-color: #F80657;
}

.area_Map .status-div {
  height: 48px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.area_Map .area {
  padding: 3px 0;
  border-color: #F2F8FF;
}

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

.area_Map .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area_Map .tit {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 10px;
  left: 10px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

@media screen and (max-width: 770px) {
  .area_Map .tit {
    text-align: center;
    position: static;
    border: none;
    box-shadow: none;
    background-color: #fff;
    padding: 5px 10px;
  }
}

.area_Map .map-tit {
/*  color: #f358bc;*/
  border-bottom: 1px solid #f358bc;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 10px;
}

@media screen and (max-width: 770px) {
  .area_Map .map-tit {
    border-bottom: none;
    display: inline-block;
    padding: 0;
  }
}

.area_Map .day {
/*  color: #f358bc;*/
  padding: 5px 10px;
  font-weight: 600;
  text-align: center;
}

.area_Map .day .week {
  margin-left: .5em;
}

@media screen and (max-width: 770px) {
  .area_Map .day {
    display: inline-block;
    padding: 0;
  }
}

.area_Map .map-content {
  z-index: 2;
}

.area_Map .map-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.area_Map .map-bg img {
  width: 100%;
}

@media screen and (max-width: 320px) {
  .area_Map .itemList .item {
    width: 43px !important;
  }
  .area_Map .itemList .item .stg_small {
    font-size: 1.0rem !important;
  }
}

@media screen and (max-width: 989px) {
  .area_Map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .area_Map .map {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .area_Map .map .map-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 990px) {
  .area_Map {
    width: 630px;
  }
  .area_Map .map {
    position: relative;
    width: 100%;
    padding-top: 94%;
  }
  .area_Map .map .map-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

canvas.graph {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#graph_b_panel {
  border: 1px solid #e3e3e3;
  border-top: none;
  background: -webkit-linear-gradient(#fff, #EBFFE8);
  background: linear-gradient(#fff, #EBFFE8);
  -webkit-tap-highlight-color: transparent;
}

/*------------------------------------------
凡例
------------------------------------------*/
.mapBottom {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #ececec;
}

.legendList {
  font-size: 0;
  line-height: 1em;
  text-align: center;
  padding: 3px 0;
  background-color: #fff;
  border-radius: 200px;
  z-index: 10000;
}

.legendList:before, .legendList:after {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.legendList:before {
  content: "弱い";
  padding-right: 23px;
  background-image: url(//dcsgtk.wni.co.jp/s/uv/img/arrow_weak.png);
  background-position: center right;
  margin-right: 5px;
}

.legendList:after {
  content: "強い";
  padding-left: 23px;
  background-image: url(//dcsgtk.wni.co.jp/s/uv/img/arrow_strong.png);
  background-position: center left;
  margin-left: 5px;
}

.legendList__item {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  padding: 5px 0px;
}

.legendList__item:not(:last-child) {
  margin-right: 5px;
}

.legendList .icon {
  display: block;
  width: 25px;
}

.legendList .icon img {
  width: 100%;
}

@media screen and (min-width: 770px) {
  .legendList__item:not(:last-child) {
    margin-right: 10px;
  }
}


/*====================================================================================
マップ下の日付
====================================================================================*/
.btn-day {
  text-align: center;
  margin-top: 11px;
}

.btn-day ul {
  display: inline-block;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.day_panel {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  border: 2px solid #ec97ea;
  position: relative;
}

.day_panel:not(:last-child) {
  border-right: none;
}

.day_panel:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.day_panel:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.day_panel * {
  color: #555;
  font-weight: 600;
  line-height: 1em;
}

.day_panel > * {
  line-height: 1em;
}

.day_panel .day {
  font-size: 1.8rem;
}

.day_panel .week {
  font-size: 1.2rem;
  display: block;
}

.day_panel.act {
  background-color: #ec97ea;
}

.day_panel.act * {
  color: #000;
}

.day_panel.act:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom: 11px solid #ec97ea;
  border-top: none;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*====================================================================================
地域エリア
====================================================================================*/
.list_Area {
  font-size: 0;
  border-top: 1px solid #ccc;
}

.list_Area li {
  width: 49.5%;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}

.list_Area li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.list_Area a {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 10px 2px;
}

.list_Area a:after {
  content: "";
  display: block;
  width: 19.5px;
  height: 18.5px;
  background-image: url("https://dcsgtk.wni.co.jp/s/uv/img/02/icon_arrow.svg");
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ city.html
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
今日明日
====================================================================================*/
.day2 {
  width: 300px;
  height: 130px;
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

.day2 * {
  font-weight: 600;
  text-align: center;
}

.day2 > * {
  width: 50%;
  display: table-cell;
  padding: 10px;
  -webkit-transition: .15s;
  transition: .15s;
}

.day2 > *:not(:last-child) {
  border-right: 1px solid #eee;
}

.day2__icon {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .15s;
  transition: .15s;
}

.day2__icon img {
  width: 100%;
}

.day2__icon .text {
  font-size: 90%;
}

.day2__item.today .day2__icon {
  width: 65%;
}

.day2__title {
  font-size: 1.7rem;
}

.day2__title .day {
}



/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Pinpoint
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.pinPoint {
  position: relative;
  padding-left: 95px; /* .pinPoint__subjectのwidthと合わせる */
  border: 1px solid #ccc;
}

/* フォントサイズ
------------------------------------------*/
.pinPoint * {
  font-size: 15px;
}

/*====================================================================================
各サイズ
====================================================================================*/
.pinPoint__item, .pinPoint__day {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

/* 時間
------------------------------------------*/
.pinPoint__subject .pinPoint__item.day {
  height: 60px;
}

/* 指数
------------------------------------------*/
.pinPoint__item.status {
  height: 60px;
}

/* 天気
------------------------------------------*/
.pinPoint__item.weather {
  height: 40px;
}

/*====================================================================================
タイトル
====================================================================================*/
.pinPoint__subject {
  width: 95px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ccc;
  box-shadow: 2px 0px 2px 0px rgb(0 0 0 /  15%);
  -webkit-box-shadow: 2px 0px 2px 0px rgb(0 0 0 /  15%);
}

.pinPoint__subject > * {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pinPoint__subject * {
  font-size: 14px;
  line-height: 1em;
}

/*====================================================================================
コンテンツ
====================================================================================*/
.pinPoint__content {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 0;
  white-space: nowrap;
}

.pinPoint__content .pinPoint__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
} 

.pinPoint__timeGroup {
  font-size: 0px;
}

.pinPoint__item {
  text-align: center;
}

/*====================================================================================
日付
====================================================================================*/
.pinPoint__day {
  width: 70px;
  text-align: center;
  display: inline-block;
  position: sticky;
  top: 0;
  left: 0;
  padding: 0px 10px;
  font-weight: 600;
}


.pinPoint__day .week.sat {
  color: #188ade;
}

.pinPoint__day .week.sun {
  color: #f73c4e;
}


/*------------------------------------------
日付（グループ）
------------------------------------------*/
.pinPoint__group {
  display: inline-block;
}

/*------------------------------------------
時間（グループ）
------------------------------------------*/
.pinPoint__timeItem {
  display: inline-block;
  border-top: 1px solid #ccc;
}

.pinPoint__timeItem > * {
  padding: 0 10px;
  font-weight: 600;
  text-align: center;
}

/*====================================================================================
コンテンツ
====================================================================================*/
.pinPoint .icon + .txt {
  margin-top: 5px;
}

/*------------------------------------------
単位
------------------------------------------*/
.pinPoint .small {
  font-size: 75%;
}

/*====================================================================================
ステータス （指数）
====================================================================================*/
.pinPoint__content .status {
  padding: 1px 10px;
}

.pinPoint__content .weather {
  padding:  1px 10px;
}
/*------------------------------------------
アイコン
------------------------------------------*/
.pinPoint__item.status .icon {
  width: 30px;
}

.pinPoint__item.status .txt {
  line-height: 1em;
}

.pinPoint__item.weather .icon {
  width: 40px;
}

/* テキスト
------------------------------------------*/
.pinPoint .txt {
  display: block;
  font-size: 10px;
}

/*====================================================================================
夜時間
====================================================================================*/
.pinPoint__group.break, .pinPoint__group.break > * {
  width: 45px;
}

.pinPoint__group.break {
  background-color: #ccc;
  position: relative;
  vertical-align: top;
}

.pinPoint__group.break * {
  color: #ccc;
}

.pinPoint__group.break:before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("https://dcsgtk.wni.co.jp/s/uv/img/status_lv1_night2.svg");
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pinPoint__group.break > *:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

/*====================================================================================
グラフ
====================================================================================*/
/* .pinPoint {
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
}

.pinPoint * {
  text-align: center;
}

.pinPoint .subject {
  width: 85px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #ccc;
  background-color: #fff;
  z-index: 2;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.pinPoint .subject * {
  font-size: 1.2rem;
  font-weight: 600;
}

.pinPoint .subject > * {
  height: 35px;
  line-height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pinPoint .subject .day {
  height: 54px;
}

.pinPoint .subject .status {
  height: 59px;
}

.pinPoint .subject .weather {
  height: 40px;
}

.pinPoint .subject .uva .small, .pinPoint .subject .uvb .small {
  font-size: 10px;
  display: block;
  margin-left: 5px;
}

.pinPoint .content {
  width: 100%;
  font-size: 0;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 85px;
}

.pinPoint .content img {
  width: 100%;
}

.pinPoint .content .day, .pinPoint .content .time {
  font-size: 1.4rem;
  padding: 2.5px 5px;
}

.pinPoint .item {
  width: 70px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.pinPoint .item > * {
  padding: 5px;
}

.pinPoint .item > *:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.pinPoint .item .status {
  padding: 0;
}

.pinPoint .item .status .txt {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0px 0px 5px;
}

.pinPoint .item .status img {
  padding: 5px 20px;
}

.pinPoint .item .weather img {
  padding: 0px 10px;
}

.pinPoint .item .day, .pinPoint .item .time {
  height: 27px;
}

.pinPoint .item .uva, .pinPoint .item .uvb {
  height: 35px;
}

.pinPoint .item .status {
  height: 59px;
}

.pinPoint .item .weather {
  height: 40px;
}

.pinPoint__group.break {
  width: 45px;
  background-color: #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
}

.pinPoint__group.break * {
  color: #ccc;
}

.pinPoint__group.break:before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("https://dcsgtk.wni.co.jp/s/uv/img/status_lv1_night2.svg");
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pinPoint__group.break > *:not(:last-child) {
  border-bottom: 1px solid #ccc;
} */

/*====================================================================================
週間天気痛予報
====================================================================================*/
.weekList {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.weekList * {
  text-align: center;
  line-height: 1em;
}

.weekList .item {
  display: table-cell;
  border-collapse: collapse;
}

.weekList .item:not(:last-child) {
  border-right: 1px dashed #ccc;
}

.weekList .day {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}

.weekList .week {
  display: block;
  font-size: 1.2rem;
  margin-top: 2px;
}

.weekList .icon {
  padding: 10px 0;
}

.weekList .icon > img {
  display: block;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.weekList .iconTenki {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.weekList .iconTenki img {
  width: 100%;
}

.weekList .txt {
  font-weight: 600;
  font-size: 1.0rem;
}

.weekList .text {
  font-size: 13px;
}

@media screen and (min-width: 770px) {
  .weekList .week {
    display: inline;
    vertical-align: middle;
    margin-left: 2px;
  }
}



/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ color
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.hanrei .icon,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
#overlayContent .button > * 
{
  background-color: #f358bc;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 凡例テキスト
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.hanrei {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
}

.hanrei:hover {
  cursor: pointer;
}

/*====================================================================================
アイコン
====================================================================================*/
.hanrei .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}

.hanrei .icon:before {
  content: "？";
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ オーバーレイ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#overlay, .overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#overlayContent {
  position: relative;
  width: 95%;
  max-width: 500px;
  height: auto;
  max-height: 657px;
  padding: 25px 15px 70px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

#overlayContent > .inner {
  height: 100%;
  max-height: 450px;
  overflow: hidden;
}

#overlayContent > .inner > *:not(:last-child), #overlayContent > .inner .mCSB_container > *:not(:last-child) {
  margin-bottom: 20px;
}

#overlayContent > .inner .button {
  -webkit-transform: none;
  position: static;
  transform: none;
}

/*====================================================================================
タイトル
====================================================================================*/
.overlay__title {
  font-weight: 600;
  text-align: center;
}

/*====================================================================================
凡例
====================================================================================*/
.hanreiList {
  overflow: hidden;
}

.hanreiList__item {
  display: table;
  width: 100%;
}

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

.hanreiList__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.hanreiList__item > *:not(:last-child) {
  margin-bottom: 5px;
}

/* アイコン
------------------------------------------*/
.hanreiList__icon {
  width: 30px;
}

.hanreiList__icon img {
  display: block;
}

.hanreiList__icon img:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {
  .hanreiList__icon img {
    display: block;
    width: 30px;
    height: 30px;
  }
  .hanreiList__icon img:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* テキスト
------------------------------------------*/
.hanreiList__text {
  padding-left: 10px;
}

.hanreiList__text * {
  font-size: 18px;
}

@media screen and (max-width: 374px) {
  .hanreiList__text {
    padding-left: 10px;
  }
  .hanreiList__text * {
    font-size: 18px;
  }
}

/*====================================================================================
ボタン
====================================================================================*/
#overlayContent .btnList {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#overlayContent .btnList .button {
  -webkit-transform: none;
  position: static;
  margin: 0 5px;
  transform: none;
}

#overlayContent .button {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#overlayContent .button > * {
  display: block;
  font-size: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); 
}
#menu_ranking{background:#fff}
.areaRank__body .areaRank__item {
  border-bottom: 1px dotted rgba(255, 76, 67, 0.5);
}
