@charset "utf-8";
@media print {
  /* 印刷用対応--------------------------------- */
  /*背景色表示*/
  #content_timeline {
    -webkit-print-color-adjust: exact;
  }
  /*非表示*/
  #form_action, /*ボタン*/
  #header, /*ヘッダ*/
  #guidebg, #footerbg, #footersubbg, #model_change /*フッタ*/ {
    display: none;
  }

　/* デザイン----------------------------------- */
  /* ph1対応（非表示項目） */
  .help { 
    display: none!important;
  }
  div.box {
    display: none!important;
  }
  #reference {
    display: none!important;
  }
  
  /*見出し*/
  #content_timeline h1{
    margin-bottom: 20px;
    clear: both;
    zoom: 1;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 4px solid #08215F;
    background: #dfe0e6;
    padding: 12px 8px 10px 10px;
  }
  #content_timeline h2 {
    padding: 4px 0 0 5px;
    margin-bottom: 10px;
    clear: both;
    zoom: 1;
    font-size: 120%;
    font-weight: bold;
    border-left: 6px solid #08215F;
    width: 100%;
  }
  #content_timeline .bg_typhoon,
  #content_timeline .bg_heavyrain,
  #content_timeline .bg_sudden {
    padding: 4px 0 0 65px;
    background-repeat:no-repeat;
    background-color: #dfe0e6;
    background-size: 45px;
    background-position: 10px center;
  }
  #content_timeline .bg_typhoon,
  #content_timeline .bg_heavyrain,
  #content_timeline .bg_sudden {
    line-height: 54px;
  }
  #content_timeline .bg_typhoon {
    background-image: url(../img/typhoon.png);
  }
  #content_timeline .bg_heavyrain {
    background-image: url(../img/heavyrain.png);
  }
  #content_timeline .bg_sudden {
    background-image: url(../img/sudden.png);
  }
  
  /*テーブル*/
  #content_timeline table {
    clear: both;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
  }
  #fixedTableArea {
    width: 100%;
  }
  #fixedTableArea > div {
    box-sizing: border-box;
  }
  #fixedTableArea > div table tr {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #fixedTableArea > div table tbody tr:nth-child(1) > *:first-child {
    height: 5em!important;
  }
  #fixedTableArea > div table tbody tr[data-forecast="heavy-rain"] > *:first-child,
  #fixedTableArea > div table tbody tr[data-forecast="storm"] > *:first-child,
  #fixedTableArea > div table tbody tr[data-forecast="high-tide"] > *:first-child {
    height: 4.5em!important;
  }
  #fixedTableArea > div table tbody tr[data-forecast="flood"] > *:first-child {
    height: 13em!important;
  }
  #fixedTableArea > div table tbody tr[data-forecast="landslide"] > *:first-child {
    height: 9em!important;
  }
  #fixedTableArea > div table th,
  #fixedTableArea > div table td {
    border-right: 1px solid #aaa;
  }
  #leftArea table tr th {
    border-left: 1px solid #aaa;
  }
  #leftArea {
      width: 16%;
      float: left;
      overflow: hidden;
  }
  #rightArea {
      width: 84%;
      overflow: hidden;
  }
  #content_timeline table th > span,
  #content_timeline table td > span {
    font-weight: normal;
    font-size: 80%;
    display: inline-block;
  line-height: 1.2;
  }
  #rightArea table th:nth-child(n+1):nth-child(-n+4) {
    width: 21.5%;
  }
  #content_timeline table .border_none {
    border: 0;
    padding: 4px;
  }
  #content_timeline table td.border_none {
    padding: 2px;
  }
  #content_timeline table .gray {
    background: rgba(224,224,224,1);
  }
  #content_timeline table thead th {
    line-height: 1;
  }
  #content_timeline .nowrap {
    white-space: nowrap;
  }
  #content_timeline th,
  #content_timeline td {
    padding: 6px;
    vertical-align: middle;
    font-weight: bold;
  }
#content_timeline td.bold2 {
  font-size: 150%;
}
  #form_input th,
  #form_input td {
    border: 1px solid #bbb;
  }
#content_timeline .border20 {
  border-left: 5px double #aaa;
}
  #content_timeline .warning_plain {
    background: rgba(249,236,96,1);
  }
  #content_timeline .warning {
  background: -webkit-linear-gradient(left, rgba(249,231,0,1) 65px, rgba(250,120,0,1));
  background: -moz-linear-gradient(left, rgba(249,231,0,1) 65px, rgba(250,120,0,1));
  background: -o-linear-gradient(left, rgba(249,231,0,1) 65px, rgba(250,120,0,1));
  background: linear-gradient(to right, rgba(249,231,0,1) 65px, rgba(250,120,0,1));
  }
  #content_timeline .unsafe {
  background: -webkit-linear-gradient(left, rgba(250,120,0,1), rgba(255,40,0,1) 50px, rgba(255,40,0,1) 140px, rgba(192,12,119,1));
  background: -moz-linear-gradient(left, rgba(250,120,0,1), rgba(255,40,0,1) 50px, rgba(255,40,0,1) 140px, rgba(192,12,119,1));
  background: -o-linear-gradient(left, rgba(250,120,0,1), rgba(255,40,0,1) 50px, rgba(255,40,0,1) 140px, rgba(192,12,119,1));
  background: linear-gradient(to right, rgba(250,120,0,1), rgba(255,40,0,1) 50px, rgba(255,40,0,1) 140px, rgba(192,12,119,1));
  text-shadow: 
    rgba(236,141,63,1) 2px 0px,rgba(236,141,63,1) -2px 0px,
    rgba(236,141,63,1) 0px -2px, rgba(236,141,63,1) 0px 2px,
    rgba(236,141,63,1) 2px 2px , rgba(236,141,63,1) -2px 2px,
    rgba(236,141,63,1) 2px -2px, rgba(236,141,63,1) -2px -2px,
    rgba(236,141,63,1) 1px 2px,rgba(236,141,63,1) -1px 2px,
    rgba(236,141,63,1) 1px -2px, rgba(236,141,63,1) -1px -2px,
    rgba(236,141,63,1) 2px 1px,rgba(236,141,63,1) -2px 1px,
    rgba(236,141,63,1) 2px -1px, rgba(236,141,63,1) -2px -1px;
  }
  #content_timeline .danger {
  background: -webkit-linear-gradient(left, rgba(192,12,119,1), rgba(170,0,170,1) 20px);
  background: -moz-linear-gradient(left, rgba(192,12,119,1), rgba(170,0,170,1) 20px);
  background: -o-linear-gradient(left, rgba(192,12,119,1), rgba(170,0,170,1) 20px);
  background: linear-gradient(to right, rgba(192,12,119,1), rgba(170,0,170,1) 20px);
  color: #fff;
  }
#content_timeline .danger_sediment {
  background-color: rgba(170,0,170,1);
  color: #fff;
}
  #content_timeline .danger_rivar {
    background: -webkit-linear-gradient(left, rgba(236,141,63,1), rgba(187,27,27,1));
    background: -moz-linear-gradient(left, rgba(236,141,63,1), rgba(187,27,27,1));
    background: -o-linear-gradient(left, rgba(236,141,63,1), rgba(187,27,27,1));
    background: linear-gradient(to right, rgba(236,141,63,1), rgba(187,27,27,1));
    color: #fff;
    text-shadow: 
      rgba(187,27,27,1) 2px 0px,rgba(187,27,27,1) -2px 0px,
      rgba(187,27,27,1) 0px -2px, rgba(187,27,27,1) 0px 2px,
      rgba(187,27,27,1) 2px 2px , rgba(187,27,27,1) -2px 2px,
      rgba(187,27,27,1) 2px -2px, rgba(187,27,27,1) -2px -2px,
      rgba(187,27,27,1) 1px 2px,rgba(187,27,27,1) -1px 2px,
      rgba(187,27,27,1) 1px -2px, rgba(187,27,27,1) -1px -2px,
      rgba(187,27,27,1) 2px 1px,rgba(187,27,27,1) -2px 1px,
      rgba(187,27,27,1) 2px -1px, rgba(187,27,27,1) -2px -1px;
  }
  
  /*icon*/
  #content_timeline .help {
    margin-bottom: 10px;
    font-weight: bold;
    color: #0c328f;
    display: block;
  }
  #content_timeline .icon_help,
  #content_timeline .bg_shelter {
    display: inline-block;
  }
  #content_timeline .icon_help:before{
    content: "？";
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    margin-right: 0.3em;
    color: #fff;
    background-color: rgba(153,175,209,1);
    border-radius: 50%;
  }
  #content_timeline .icon_circle{
    line-height: 1em;
    color: #00a32f;
    font-weight: bold;
    display: inline-block;
    margin: 5px 0 10px;
    padding-left: 1.3em;
  }
  #content_timeline .icon_circle:before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-right: 0.3em;
    margin-left: -1.3em;
    background-color: #00a32f;
    border-radius: 50%;
  }
  #content_timeline .icon_shelter{
    line-height: 2em;
  }
  #content_timeline .bg_shelter{
    background: url(../img/shelter.png) no-repeat;
    background-size: 35px;
    background-position: 10px center;
    padding: 15px 0 15px 50px;
  }

  /*マーカー*/
  #content_timeline .marker_kome {
    padding-left: 1.2em;
    display: inline-block;
  }
  #content_timeline .marker_kome::before {
    content: "※";
    margin: 0 0 0 -1.2em;
    display: inline-block;
    width: 1.2em;
  }
  
  /*エリア装飾*/
  #content_timeline p {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #content_timeline .attention {
    background: #fdd8d8;
    border: 4px #df0000 solid;
    padding: 10px;
    margin: 5px 0px;
    font-weight: bold;
  }
  #form_input,
  #point {
    margin-bottom: 30px;
  }
  #content_timeline .shelter dt {
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
  }
  #content_timeline .sub_label_100 {
    font-size: 85%;
    font-weight: 100;
    display: inline-block;
  }
  #content_timeline .todo_container .family dt,
  #content_timeline .title.family {
    border-left: 5px rgba(61,161,231,1) solid;
  }
  #content_timeline .todo_container .community dt,
  #content_timeline .title.community {
    border-left: 5px rgba(0,184,0,1) solid;
  }
  #form_input .todo_container dl dd ul {
    margin-left: 1.5em;
    list-style-type: circle;
  }
  #form_input .todo_container dl dd ul li {
    margin-bottom: 0.8em;
    overflow-wrap : break-word;
  }
  #content_timeline .shelter dl {
    background-color: rgba(163,87,163,1);
    border-top: 5px solid rgba(121,0,122,1);
  }
  #content_timeline .shelter ul li {
    padding: 0.5em;
    background: rgba(121,0,122,1);
    color: #fff;
    display:block;
  }
  #form_input .todo_container {
    clear: both;
    
    /*flexbox-----------*/
    /*-display*/
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  
    /*-align-items*/
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  
    /*-flex-wrap*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #form_input .todo_container > * {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px 5px;
  }
  #form_input .todo_container > .title {
    width: 16%;
    font-weight: bold;
  }
  #form_input .todo_container > dl {
    width: 18%;
  }
  #form_input .todo_container .family {
    background-color: rgba(188,228,249,1);
    border-right: 1px solid rgba(54,166,228,.3);
  }
  #form_input .todo_container .community {
    background-color: rgba(176,255,185,1);
    border-right: 1px solid rgba(0,184,0,.2);
  }
  #form_input .todo_container > .family.title {
    text-align: center;
    
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #form_input .todo_container > .family.level1 {
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #form_input .todo_container > .family.level2 {
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #form_input .todo_container > .family.level3 {
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  #form_input .todo_container > .family.level4 {
    width: 30%;
  
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  #form_input .todo_container > .community.title {
    text-align: center;
    
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  #form_input .todo_container > .community.level1 {
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  #form_input .todo_container > .community.level2 {
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  #form_input .todo_container > .community.level3 {
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  #form_input .todo_container > .community.level4 {
    width: 30%;
  
    /*flexbox-----------*/
    /*-order*/
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  #form_input .todo_container > .level4 dd {
    padding-right: 40%;
  }
  #content_timeline .shelter dt {
    width: 16%;
    text-align: center;
  }
  #content_timeline .shelter dd {
    display: inline-block;
    width: 80%;
    padding: 10px 0;
  }
  
  /* レスポンシブ対応用 */
  #content_timeline .sp_show {
    display: none!important;
  }
}