.main {

    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    color: #383c3c;
}


.tipTitle,.tipBody,.tipLine {

    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;

}

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9rem;
    height: 0.9rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    top: -.3rem;
}
.ui-slider .ui-slider-handle:last-child { margin-left: -1rem; }
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7rem;
    display: block;
    border: 0;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

/*Tab*/
.section_tab {
    display: flex;
    justify-content: flex-start;
}

.section_tab .tab {
    text-align: center;
    border-color: #2a4073;
    border-width: 1px 1px 1px 1px;
    border-radius: 8px 8px 0 0;
    border-style: solid;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-right: 0px;
    width: 200px;
    cursor: pointer;
}

.section_tab .tab:hover,
.section_tab .tab.active {
    background: #dcdcdc;

}

.sec_chart .sec_title {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec_chart {
    display: none;
}

.sec_chart.active {
    display: block;
}

/*UI*/

.ui-slider {
    position: relative;
    text-align: left
}

.slideFlex {
    display: flex;
    justify-content: space-between;

}

.slideFlex .w3 {
    width: 31%;

}

.slider-wrapper {
    padding: 0 3%;
    box-sizing: border-box;
}

.radios input[type="radio"] {
    margin: 0rem 0.5rem 0 0.5rem;
}

.slider-container div {
    display: block;
    text-align: left;
    clear: both;
    height: 7px;
}

.sliderTitle {
    margin-bottom: 5px;
    font-weight: bold;
    color: #4a4a4a;
}

.ui-widget-content {
    background: #698aab;
    border: 0;
    height: 7px;
}

.slider .ui-slider-handle {
    border-radius: 50%;
    background: #d2d2d2;
    height: 22px;
    width: 22px;
    margin-top: -5px;
    border: 1px solid #698aab
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.sliderLabel {

    /*    display: flex;
    */
    display: none;
    justify-content: space-between;
    padding: 0 0 0 0;
    box-sizing: border-box;
    margin: 6px -33px 0 -13px;

}

.sliderTitle span.labeltxt {
    font-size: 80%;
}

.sliderLabel li {
    list-style: none;
    font-size: 80%;
    display: inline-block;

}

.chart-container {
    position: relative;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
}

.yaxisLabel,
.xaxisLabel {
    font-size: 12px;
    position: relative;
    z-index: 9;
    font-weight: bold;
    margin-left: -30px;
}

.yaxisLabel {}

.xaxisLabel {
    text-align: right;
    margin-top: 0px;
}

.legendLabel {
    text-align: left;
    position: relative;
    z-index: 9;
    margin-left: 34px;

}

.legendLabel ul {
    display: flex;
    justify-content: flex-start;
}

.legendLabel ul li {
    display: inline-block;
    list-style: none;
    font-size: 90%;

}
.legendLabel ul{
    list-style: none;
}



.legendLabel ul li span {
    margin-right: 3px;
    
}

.color01 {
    color: #afafb0;
}

.color02 {
    color: #8491c3;
}

.color03 {
    color: #4a488e;
}

.chartjsTooltip {
    position: absolute;
    background: #ffffff;
    color: #4a4a4a;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    left: 104px;
    top: 53px;
    width: auto;
    font-size: 110%;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.chartjsTooltip .tipTitle {
    text-decoration: underline;
    font-weight: bold;
}

.chartjsTooltip .tipBody span {
    font-weight: bold;
}


@media screen and (max-width:480px) { 
	.sec_chart{font-size:75%;}	
	.xaxisLabel{display:block}
	
}