@charset "UTF-8";
/* CSS Document */
.pc {display: block !important}
.sp {display: none !important}

.flex,
.flex-left,
.flex-right,
.flex-center{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;}
.flex-left{justify-content: flex-start !important;}
.flex-right{justify-content: flex-end !important;}
.flex-center{justify-content: center !important;}
.flex-align-center{align-items: center !important;}

.width1em { width: 1em !important; }
.width2em { width: 2em !important; }
.width3em { width: 3em !important; }
.width5em { width: 5em !important; }
.width10em { width: 10em !important; }
.width15em { width: 15em !important; }
.width20em { width: 20em !important; }
.width25em { width: 25em !important; }
.width30em { width: 30em !important; }
.width40em { width: 40em !important; }
.width50em { width: 50em !important; }
.width15per { width: 15% !important; }
.width35per { width: 35% !important; }
.width50per { width: 50% !important; }
.width80per { width: 80% !important; }
.width90per { width: 90% !important; }
.width100per { width: 99% !important; }
.width-auto { width: auto !important; }

.block{display: block!important}
.inline-block{display: inline-block}

.weather-special {
    background-color: #0c000c !important;
    color: #fff
}

.weather-warning {
    background-color: #ff2800 !important;
    color: #fff
}

.weather-advisory {
    background-color: #f2e700 !important
}

.weather-dosha {
    background-color: #a0a !important;
    color: #fff
}
.risk-a1-12 {background-color: #f2e700 !important}
.tex_risk-a1-12 {
    color: #f2e700 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
}

.risk-a1-22 {
    background-color: #ff2800 !important;
    color: #fff
}
.tex_risk-a1-22 {color: #ff2800 !important;}

.risk-a1-32 {
    background-color: #a0a !important;
    color: #fff
}
.tex_risk-a1-32 {color: #a0a !important;}

.risk-a1-44 {
    background-color: #0c000c !important;
    color: #fff
}
.tex_risk-a1-44 {color: #0c000c !important;}

.bousai-ttl{
    background-color: #80350E !important;
    color: #ffffff
}
.bousai-blue{background-color: #EBFFFF !important}
.bousai-pink{background-color: #FFEBEB !important}
.bousai-green{background-color: #EBFFEB !important}


#block-info{
    border: 2px solid #0057b9;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#block-info_txt{
    position: relative;
    padding-left: 40px;
    line-height: 1.2;
    margin-bottom: 1rem;
}
#block-info_txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-info.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.block-hanrei{width: 200px;}
.block-hanrei th{width: 20px !important;}

.block-wide {width: 85% !important}
.block-half {width: 48.5% !important}
.block-medium {width: 65% !important}
.block-small {width: 30% !important}
.block-200px{width: 200px !important}
.block-300px{width: 300px !important}
.block-350px{width: 350px !important}
.block-400px{width: 400px !important}
.block-500px{width: 500px !important}

.info_arrow{
    width: 40px;
    height: 30px;
    display: block;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-color: #0057b9;
    margin-left: 20px;
    margin-right: 20px;
}
.diag {
  background:
    linear-gradient(
      to bottom right,
      transparent 49%,
      #000 50%,
      #000 51%,
      transparent 52%
    );
}
.txt-nowrap{white-space: nowrap !important;}

@media (max-width: 640px) {
.pc {display: none !important}
.sp {display: block !important}    
.block-hanrei,
.block-wide,
.block-half,
.block-medium,
.block-small,    
.block-200px,
.block-300px,
.block-350px,
.block-400px,
.block-500px{width: 100% !important}     
.info_arrow{
    transform: rotate(90deg);
    margin: 10px auto;
}     
}
