@charset "UTF-8";

/*====================================================================================
0）リセット
====================================================================================*/
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat;
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  font: 66.66667% sans-serif;
  cursor: default;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

html:root {
  background-color: #F0F3F6;
}

@media screen and (max-width: 830px) {
  html:root {
    position: relative;
    overflow-x: hidden;
  }
}

body {
  background: #fff;
  box-sizing: border-box;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

[v-cloak] {
  opacity: 0
}

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

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

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ Contents
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
@media screen and (min-width: 830px) {
  #content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 20px auto 0px;
  }

  #content #main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    background-color: #fff;
  }

  #content #sub {
    width: 340px;
    margin-left: 10px;
    background-color: #fff;
  }

  #content #sub>* {
    padding-top: 20px;
  }

  #main+#sub {
    max-width: 1020px;
    margin: 0 auto;
  }
}

#main>*:first-child {
  padding-top: 20px;
}

#main>*:not(:last-child) {
  padding-bottom: 20px;
}

#main>*:not(.box):last-child {
  padding-bottom: 20px;
}

#main>*:last-child {
  padding-bottom: 0;
}

/*====================================================================================
BOX
====================================================================================*/
.box {
  padding: 20px;
  background-color: #fff;
}

.box+.box {
  padding-top: 0;
}

.box>*:not(:last-child) {
  padding-bottom: 15px;
}

.box.fit {
  padding-right: 0;
  padding-left: 0;
}

.box.half {
  padding-right: 10px;
  padding-left: 10px;
}

/*====================================================================================
clearBox
====================================================================================*/
.clearBox {
  padding: 20px;
}

.clearBox.fit {
  padding-right: 0;
  padding-left: 0;
}

.clearBox.half {
  padding-right: 10px;
  padding-left: 10px;
}

/*====================================================================================
CARD
====================================================================================*/
.card {
  padding: 20px;
  background-color: #fff;
}

.card:not(:last-child) {
  margin-bottom: 15px;
}

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

.card figure>img.donwload__banner {
  width: 100%;
}

@media screen and (max-width: 830px) {
  .card {
    -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 8px;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.25);
  }
}

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

/*====================================================================================
タイトル
====================================================================================*/
/*------------------------------------------
title01
------------------------------------------*/
.title01 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.title01 .icon {
  width: 35px;
  margin-right: 5px;
}

/*------------------------------------------
title02
------------------------------------------*/
.title02 {
  font-weight: 600;
  line-height: 1em;
}

.title02 .icon {
  width: 22px;
  height: 22px;
  margin-right: 3px;
}

/*------------------------------------------
青
------------------------------------------*/
.blue {
  color: #319FAB;
}

/*------------------------------------------
赤
------------------------------------------*/
.red {
  color: #C00000;
}

/*------------------------------------------
中央
------------------------------------------*/
.center {
  text-align: center;
}

/*====================================================================================
凡例
====================================================================================*/
.hanrei {
  float: right;
  text-align: right;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.hanrei:hover {
  cursor: pointer;
}

.hanrei img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.hanreiList__item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.hanreiList__item>* {

  display: table-cell;
  vertical-align: top;

}

.hanreiList__text>span {
  font-weight: 600;
}

.hanreiList__text>p{
  margin-bottom: 10px;
}

.hanreiList__icon {
  width: 50px;
}

/*====================================================================================
テキスト
====================================================================================*/
/*------------------------------------------
text01
------------------------------------------*/
.text01 {
  color: #319FAB;
  font-weight: 600;
  line-height: 23px;
}

/*------------------------------------------
text02
------------------------------------------*/
.text02 {
  text-align: center;
}

.text02>* {
  color: #0C419A;
  font-weight: 600;
  text-decoration: underline;
}

.text02 .icon {
  width: 30px;
  vertical-align: middle;
}

/*------------------------------------------
text03
------------------------------------------*/
.text03 {
  color: #319FAB;
  font-size: 19px;
  font-weight: 600;
}

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

/*====================================================================================
ボタン
====================================================================================*/
/*------------------------------------------
ボタン
------------------------------------------*/
.button {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.button>* {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 15px 0;
  border-radius: 4px;
  background-color: #08A1C1;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.button.type02 {
  width: auto;
  max-width: 400px;
}

.button.type02 .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.button.type02>* {
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 17px;
  line-height: 1em;
  text-align: left;
}

/* @media screen and (max-width: 374px) {
  .button.type02 > * {
    font-size: 16px;
  }
  .button.type02 .icon {
    width: 24px;
    height: 24px;
  }
} */

.button.type03 {
  width: auto;
  max-width: 400px;
}

.button.type03>* {
  padding: 17px 0px;
  border-radius: 6px;
  background-color: #319FAB;
  font-size: 17px;
  line-height: 1em;
  text-align: center;
}

.button[disabled="disabled"] {
  opacity: .5;
}

.button.gray>* {
  background-color: #F0F0F0;
  color: #909090;
}

/*====================================================================================
テキストリンク
====================================================================================*/
.textLink {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.textLink .icon {
  height: 16px;
  margin-right: 5px;
}

.textLink>* {
  color: #00f;
  font-weight: 600;
  text-decoration: underline;
}

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

.textLink.ver02 {
  max-width: auto;
  font-size: 16px;
  text-align: center;
}

.textLink.ver02>* {
  color: #0c419A;
}

.textLink.back {
  margin-left: 10px;
}

/*====================================================================================
マップ
====================================================================================*/
.mapContent {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #E9FAFF;
}

.mapContent:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.mapContent .noti {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 50px;
  content: "";
}

.mapItem {
  position: absolute;
  top: 0;
  left: 0;
}

.mapItem__area {
  width: 48px;
  padding: 5px 0;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

/*====================================================================================
スイッチ
====================================================================================*/
.mapContent+.daySwitch {
  margin-top: -10px;
}

.daySwitch {
  z-index: 1000;
  position: relative;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #ededed;
  font-size: 0;
  line-height: 1em;
}

.daySwitch__item {
  display: inline-block;
  position: relative;
  width: 25%;
  padding: 5px 0;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.daySwitch__item span {
  z-index: 1;
  position: relative;
}

.daySwitch__item:not(:last-child):before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
}

.daySwitch__item:after {
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 120%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  content: "";
}

.daySwitch__item.act {
  color: #fff;
  font-size: 17px;
}

.daySwitch__item.act:after {
  -webkit-transition: .1s;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: #438FEC;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  transition: .1s;
}

.daySwitch__date {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
}

.daySwitch__time {
  font-size: 16px;
  line-height: 1.4em;
}

/* @media screen and (max-width: 374px) {
  .daySwitch {
    width: 100%;
  }
  .daySwitch__date {
    font-size: 10px;
  }
  .daySwitch__time {
    font-size: 11px;
  }
} */

/*====================================================================================
凡例
====================================================================================*/
.legendList {
  font-size: 0px;
  text-align: center;
}

.legendList__item {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

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

.legendList .icon {
  width: 28px;
  height: 28px;
  margin-right: 2px;
}

/* @media screen and (max-width: 374px) {
  .legendList .icon {
    width: 18px;
    height: 18px;
  }
} */

/*====================================================================================
バナー
====================================================================================*/
.banner {
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.banner img {
  width: 100%;
  height: auto;
}

/*====================================================================================
検索
====================================================================================*/
.areaList {
  border-top: 1px solid #CCC;
  font-size: 0;
}

.areaList__item {
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 7px 5px;
}

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

.areaList__item>* {
  display: block;
  position: relative;
  padding: 20px 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

.areaList__item a {
  color: #0c419a;
}

.areaList__item>*:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid rgba(0, 0, 0, 0.25);
  border-right: 2px solid rgba(0, 0, 0, 0.25);
  content: "";
}

/*====================================================================================
トピックス
====================================================================================*/
.topicsList__item {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C0C0C0;
}

.topicsList__item:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid rgba(0, 0, 0, 0.25);
  border-right: 2px solid rgba(0, 0, 0, 0.25);
  content: "";
}

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

.topicsList__inner {
  display: table;
}

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

.topicsList__thumb {
  width: 95px;
  height: 70px;
}

.topicsList__thumb img {
  -o-object-fit: cover;
  width: 95px;
  height: 70px;
  object-fit: cover;
}

.topicsList__content {
  padding-right: 25px;
  padding-left: 5px;
}

.topicsList__title {
  font-weight: 600;
  line-height: 22px;
}

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

/*====================================================================================
ピンポイント予報
====================================================================================*/
#main .pinpoint__card {
  padding: 0
}

.pinPoint {
  position: relative;
  padding-left: 61px;
}

.pinPoint__subject {
  position: absolute;
  top: 0;
  left: 0;
}

.pinPoint__subject .pinPoint__item {
  position: relative;
  width: 61px;
  height: 36px;
  background-image: url("https://site.weathernews.jp/site/washing/images/icon_cloud.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 36px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15em;
  text-align: center;
}

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

.pinPoint__subject .status {
  width: 61px;
  height: 57px;
  background-image: url("https://site.weathernews.jp/site/washing/images/icon_cloud_status.png");
  background-size: 61px 47px;
}

.pinPoint__content {
  width: 100%;
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
}

@media screen and (min-width: 830px) {
  .pinPoint__content {
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13) inset;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13) inset;
  }
}

.pinPoint__content .item {
  display: inline-block;
  list-style-type: none;
}

.pinPoint__content .pinPoint__item {
  width: 70px;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.pinPoint__content .pinPoint__item span {
  display: block;
}

.pinPoint__content .pinPoint__item .small {
  display: inline;
  font-size: 70%;
}

.pinPoint__content .date>*,
.pinPoint__content .kaze>* {
  height: 18px;
  line-height: 18px;
}

.pinPoint__content .status {
  height: 57px;
  font-size: 14px;
  line-height: 1em;
}

.pinPoint__content .status img {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  width: 43px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}

.pinPoint__content .status .txt {
  margin-top: 2.5px;
}

.pinPoint__content .kaze {
  line-height: 1.15em;
}

/*====================================================================================
洗濯ものの種類をカスタマイズ
====================================================================================*/
.typeSelect {
  padding: 10px;
}

.typeSelect__text {
  color: #909090;
  font-size: 13px;
}

.typeSelect__list {
  position: relative;
  margin-left: 25px;
}

.typeSelect__list:before,
.typeSelect__list:after {
  display: block;
  position: absolute;
  content: "";
}

.typeSelect__list:before {
  left: -10px;
  width: 2px;
  height: 100%;
  background-color: #D8D8D8;
}

.typeSelect__list:after {
  bottom: 0;
  left: -15.5px;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-top: 8px solid #D8D8D8;
  border-bottom: none;
}

.typeSelect__item {
  position: relative;
  padding-left: 35px;
}

.typeSelect__item:not(:last-child) {
  margin-bottom: 10px;
}

.typeSelect__item>* {
  line-height: 1em;
  vertical-align: middle;
}

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

.typeSelect__radio {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 1px solid #909090;
  border-radius: 100px;
}

.typeSelect__radio:after {
  -webkit-transform: translate(-50%, -65%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 60%;
  transform: translate(-50%, -65%) rotate(45deg);
  border-right: 2px solid #E0E0E0;
  border-bottom: 2px solid #E0E0E0;
  content: "";
}

.typeSelect__input {
  display: none;
}

.typeSelect__input:checked+.typeSelect__radio {
  -webkit-transition: .15s;
  background-color: #319FAB;
  transition: .15s;
}

.typeSelect__input:checked+.typeSelect__radio:after {
  -webkit-transition: .15s;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transition: .15s;
}

.typeSelect__icon {
  width: 30px;
  margin-right: 10px;
}

.typeSelect__p {
  display: table;
}

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

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ カスタムスクロールバー
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #08a1c1;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ オーバーレイ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#overlay,
.overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  z-index: 1000000;
  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: calc(95% - 100px);
  max-height: 600px;
  padding: 25px 15px 70px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

#overlayContent>.inner {
  height: 100%;
  max-height: 500px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

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

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

#overlayContent .button {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

#overlayContent .button>* {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  font-size: 20px;
}

#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;
  width: 50%;
}

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

.checkList__item {
  margin-bottom: 10px;
  font-weight: 600;
}

.checkList .icon {
  width: 28px;
  height: 27px;
  margin-right: 5px;
}

.checkbox {
  display: none;
}

.label {
  -webkit-transition: .15s;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #319FAB;
  vertical-align: middle;
  opacity: 0.2;
  transition: .15s;
}

.label:after {
  -webkit-transform: translate(-50%, -55%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 60%;
  transform: translate(-50%, -55%) rotate(45deg);
  border: 3px solid #fff;
  border-top: transparent;
  border-left: transparent;
  content: "";
}

.checkbox:checked+.label {
  opacity: 1;
}

.btnList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 275px;
  margin: 0 auto;
}

.btnList .btn {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  width: 130px;
  padding: 15px 0;
  border-radius: 4px;
  background-color: #f0f0f0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  color: #909090;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}

.btnList .btn.act {
  background-color: #0ba1c1;
  color: #fff;
  font-weight: 600;
}

/*====================================================================================
NG判定（雨の可能性/雪の可能性/雨あり）
====================================================================================*/
.ng {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  padding: 2.5px 15px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.ng .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.ng.red {
  background-color: #C00000;
  color: #fff;
}

.ng.yellow {
  background-color: #FFFF00;
  color: #000;
}

.ng.long .icon {
  width: 30px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼　Footer
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.panList {
  padding: 30px 20px;
  background-color: #fff;
}

.panList__item {
  display: inline-block;
}

.panList__item:not(:last-child):after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  margin-left: 6px;
  border: .35em solid transparent;
  border-right: 0;
  border-left: .5em solid #ccc;
  content: "";
}

.panList__home {
  width: 20px;
}

.panList * {
  font-weight: 600;
}

.panList a {
  color: #3569C0;
}

@media screen and (min-width: 830px) {
  .panList {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
    background: transparent;
  }
}


@media screen and (min-width: 830px) {
  footer .inner {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}

.pageList>* {
  display: inline-block;
  width: 32.5%;
  vertical-align: top;
}

@media screen and (min-width: 830px) {
  .pageList>* {
    width: 24.5%;
  }
}

.pageList__item>* {
  color: #3569C0;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.25em;
}

.copy {
  padding: 20px;
  color: #303030;
  font-size: 13px;
  text-align: center;
}

.mapIcon {
  text-align: center;
}

.mapIcon.mini {
  transform: scale(0.8)
}

.mapIcon.small {
  transform: scale(0.9)
}

.mapText {
  font-weight: 600;
  border-radius: 8px;
  background-color: #fff;
  font-size: 13px;
  top: 20px;
  line-height: 20px;
  width: 48px;
  margin: 0 auto;
}

.mapText.small {
  font-size: 95%;
  width: 60px;
}

.mapIconImage {
  width: 48px;
  position: relative;
}

.leaflet-control-attribution a {
  font-size: 11px;
}

.map {
  padding-bottom: 15px;
}

#mapContainer {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E8FAFF
}

.icon {
  width: 24px;
  height: 24px;
}

.nochi {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 50px;
  z-index: 1000;

}

/*====================================================================================
地域エリア
====================================================================================*/
.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;
}

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

/*------------------------------------------
トピックスリスト
------------------------------------------*/
.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.6rem;
  margin-top: 10px;
  color: #999999;
}

.title02 .icon {
  width: 36px;
  height: 34px;
  margin-right: 3px;
}

.title02 {
  font-weight: 600;
  line-height: 1em;
  font-size: 20px;
}

.button>* {
  -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
  display: block;
  padding: 15px 0;
  border-radius: 4px;
  background-color: #08a1c1;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}