@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  border: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  padding: 8px 7px 5px 7px;
  font-weight: bold;
  font-size: 20px;
  border: none;
  background: none; }

li {
  list-style-type: none; }

html {
  overflow-x: hidden; }

body {
  background: #252F39; }

*, p, a, li, dt, dd, h1, h2, h3, h4, h5, h6 {
  font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0; }

a {
  text-decoration: none; }

#notice-header {
  background-color: rgba(117, 253, 46, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10; }
  #notice-header p span {
    color: #74fD2E; }
  #notice-header a {
    padding: 8px;
    display: block; }
  #notice-header p img {
    vertical-align: middle;
    margin-right: 8px; }

    #notice-header a:after {
      content: "";
      width: 16px;
      height:  16px;
      background: url(../img/icon_right_white.png) no-repeat;
      background-size: 16px 16px;
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden;
      display: block;
      position: absolute;
      top: 50%;
      right: 8px;
      margin-top: -8px;
    }

    #notice-header p img {
      vertical-align: middle;
      margin-right: 8px; }
      #area-header {
      padding: 8px;
      background-color: ##252F39;
    }

    #area-header p {
    color: #74fD2E;
  }

.switch {
  width: 60px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.switch [type=checkbox] {
  display: none; }

.switch .label {
  cursor: pointer;
  margin-left: -20px;
  -ms-transition: margin .5s;
  -moz-transition: margin .5s;
  -o-transition: margin .5s;
  -webkit-transition: margin .5s;
  transition: margin .5s;
  white-space: nowrap; }

.switch :checked + .label {
  margin-left: 0; }

.switch .label > * {
  vertical-align: top; }

.switch .on,
.switch .off {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center; }

.switch .on {
  background-color: #74fD2E;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3); }

.switch .separator {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 -20px;
  position: relative; }

.switch .off {
  background-color: #eee;
  color: #777;
  text-shadow: 1px 1px #fff; }

/* ------------------------------------
テキスト装飾の設定
------------------------------------ */
.strong {
  color: #74fD2E;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px; }

.note {
  font-size: 14px;
  background: #F2850C;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 6px 8px;
  margin: 0px 8px; }

.text-shadow {
  text-shadow: 0px 0px 6px #000;
  -moz-text-shadow: 0px 0px 6px #000;
  -webkit-text-shadow: 0px 0px 6px #000;
  -ms-text-shadow: 0px 0px 6px #000;
  -o-text-shadow: 0px 0px 6px #000; }

/* ------------------------------------
sectionエリアの初期設定
------------------------------------ */
section {
  background: #2F3B47;
  border-top: 1px solid #5A6874;
  border-bottom: 1px solid #5A6874;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  clear: both; }

/* ------------------------------------
ボタンの初期設定
------------------------------------ */
/*背景が緑のボタンの設定*/
.green-btn span {
  font-size: 14px;
  text-align: center;
  text-shadow: 0 0 4px rgba(116, 253, 46, 0.7);
  background: rgba(117, 253, 46, 0.3);
  border: 1px solid #74fD2E;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: block;
  box-sizing: border-box; }
  .green-btn span a {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 8px 0; }
  .green-btn span img {
    vertical-align: middle;
    margin-right: 8px; }

/*背景が緑のボタンのOFF時の設定*/
.green-btn-off span {
  font-size: 14px;
  opacity: 0.33;
  color: #aaa;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  background: rgba(85, 85, 85, 0.3);
  border: 1px solid #999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 8px 0;
  display: block;
  box-sizing: border-box; }
  .green-btn-off span img {
    vertical-align: middle;
    margin-right: 8px; }

/* ------------------------------------
マップエリアの設定
------------------------------------ */
#map {
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 0 0 transparent;
  padding: 0;
  margin: 0;
  /* MAP上の左上エリアの設定 */
  /* MAP上の右下エリアの設定 */
  /*バックグランドのマップの設定*/ }
  #map .text-top {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10; }
    #map .text-top .text-shadow {
      margin-bottom: 4px; }
  #map .text-bottom {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 10; }
    #map .text-bottom01 .legend li{font-size: 14px;}
    #map .text-bottom .legend li.arrow{
      padding-left: 20px;
      background: url(../img/icon_arrow.png) no-repeat;
      background-size: 12px 12px;
      background-position: 0px center; }
      #map .text-bottom .legend li.neutral{
      padding-left: 20px;
      background: url(../img/icon_neutral.png) no-repeat;
      background-size: 12px 12px;
      background-position: 0px center; }
    #map .text-bottom .legend li.denger{
      padding-left: 20px;
      background: url(../img/icon_danger.png) no-repeat;
      background-size: 12px 12px;
      background-position: 0px center; }
    #map .text-bottom .legend li.caution {
      padding-left: 20px;
      background: url(../img/icon_caution.png) no-repeat;
      background-size: 12px 12px;
      background-position: 0px center; }
  #map .inner {
    position: relative;
    width: 100%;
    line-height: 0; }
    #map .inner img {
      width: 100%;
      position: absolute; }
    #map .inner #maprepo {
      z-index: 4; }
    #map .inner #mapgrid {
      z-index: 3; }
    #map .inner #map10ten {
      z-index: 2; }
    #map .inner #maphazard {
      z-index: 1; }
    #map .inner #mapbase {
      position: static; }

/* 凡例の初期設定 */
.legend {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 14px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; }
  .legend span.area {
    font-size: 12px;
    padding-left: 2px; }


.pinItem {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
}
/* ------------------------------------
MAP下のボタンの設定
------------------------------------ */
.btn-area ul {
  width: 100%;
  display: table;
  table-layout: fixed; }
  .btn-area ul li {
    width: 50%;
    display: table-cell; }
  .btn-area ul li span {
    margin-right: 0px; }
  .btn-area ul li:last-child span {
    margin-left: 7px; }

/* ------------------------------------
アコーディオン
------------------------------------ */
.acoMenu__switch {
  line-height: 1em;
  position: relative;
  padding: 10px 0;
}

.acoMenu__switch:after {
  content: ""; display: block;
  width: 16px; height: 16px;
  background: url(../img/icon_right_green.png) no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  position: absolute;
  right: 10px;
  top: 50%; margin-top: -8px;
  transform: rotate(90deg);
}

.acoMenu__item {
  border-top: 1px solid #5A6874;
}

.acoMenu__switch.act:after {
  transform: rotate(-90deg); 
}

.txtArea {
  padding: 20px 0;
}

.txtArea:not(:last-child) {
  border-bottom: 1px dashed #5A6874;
}

/* ------------------------------------
横並びの初期設定
------------------------------------ */
/* 左にテキスト、右にリンク */
#notice {
  padding: 0; }
  #notice aside {
    border-bottom: 1px solid #5A6874;
    padding: 8px;
    clear: both;
    overflow: hidden;
    position: relative; }
    #notice aside:last-child {
      border: none; }
    #notice aside .left {
      width: 84%;
      float: left; }
      #notice aside .left .strong {
        margin-bottom: 4px; }
      #notice aside .left p {
        margin-right: 20px; }
    #notice aside .right {
      width: 60px;
      float: right;
      position: absolute;
      top: 50%;
      right: 8px;
      margin-top: -20px; }

/* ------------------------------------
リポートエリアの設定
------------------------------------ */
.list-image {
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -152px; }
  .list-image li {
    width: 70px;
    float: left;
    margin-right: 8px;
    text-align: center; }
  .list-image li:last-child {
    margin: 0; }
  .list-image li img {
    border: 1px solid #fff; }
  .list-image span {
    font-size: 14px;
    text-align: center;
    display: block; }

#report .green-btn {
  clear: both;
  margin-bottom: 8px; }

/* ------------------------------------
リンクリストの設定
------------------------------------ */
#link-list {
  padding: 0;
  margin: 0; }
  #link-list li {
    padding: 8px;
    border-bottom: 1px solid #5A6874;
    clear: both;
    position: relative; }
  #link-list li.singleline {
    padding: 12px 8px; }
    #link-list li:last-child {
      border: none; }
    #link-list li a {
      display: block;
      background: url(../img/icon_right_green.png) no-repeat;
      background-size: 16px 16px;
      background-position: right center; }
      #link-list li a figure {
        float: left;
        margin-right: 8px;
        position: absolute;
        top: 50%;
        margin-top: -16px; }
      #link-list li a p {
        margin-left: 34px; }
      #link-list li a p span {
        font-size: 14px;
        display: block; }

/* ------------------------------------
通知OFFの設定
------------------------------------ */
#notice-off {
  margin: 50px 8px 30px;
}
#notice-off p {
    text-align: right;
    line-height: 2em;
    background: url(../img/icon_right_white.png) no-repeat;
    background-size: 16px 16px;
    background-position: right center;
    padding-right: 19px;
}

/* ==========================
トグルスイッチ
=========================== */
/* トグルスイッチの設定 */
.onoffswitch { 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch p { 
  position: absolute;
  top: 8px;
  right: 8px;
  width: 106px;
  z-index: 999;
  padding: 8px 0 8px 10px;
  background: rgba(0,0,0,0.5);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
}

.onoffswitch .text-bottom01 {display: none;}
.onoffswitch input[type="checkbox"]:checked ~ .text-bottom01 {display: block;}
.onoffswitch .text-bottom02 {display: block;}
.onoffswitch input[type="checkbox"]:checked ~ .text-bottom02 {display: none;}


/*チェックボックスを消す*/
.onoffswitch-checkbox {
  display: none;
}

/* スイッチの表示 */
.onoffswitch-label {
  width: 60px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 36px;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 999;
}

/* ===========================
 デザインの設定
=========================== */

/* スイッチの中身 */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* ONとOFFの設定 */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 26px;
  padding: 0;
  line-height: 27px;
  font-size: 11px;
  color: white;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 8px;
  color: #266f00;
  font-weight: bold;
  background-color: #74FD2E;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 8px;
  color: #666;
  font-weight: bold;
  background-color: #ccc;
  text-align: right;
}

/* スイッチのつまみの設定 */
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 4px 7px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  border-radius: 36px;
  transition: all 0.3s ease-in 0s;
}

/* ===========================
 動きの設定
=========================== */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0%;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  left: 30px;
}

.onoffswitch.pat02 p.report { }
