  .text-orange {
    color: #F88B09;
    font-weight: bold;
}
.unit {
    font-size: 15px;
}
.section-block {
    margin-bottom: 60px!important;
}
.section-block .forecast-area {
    display: flex;
    position: relative;
    padding: 70px 50px 50px 50px;
}
.forecast-deta {
    width: 100%;
    background-color: #FFFFD7;
    padding: 30px;
    position: relative;
    margin-left: 36px;
}
.forecast-deta:first-child {
    margin-left: 0;
}
.forecast-deta dl dt {
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
}
.forecast-title {
    background-color:#F88B09;
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 460px;
    height: 55px;
    display: table;
    font-weight: 700;
    position: relative;
    margin: auto;
    border-radius: 6px;
}
.forecast-title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0;
    border-color: #F88B09 transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.forecast-title-txt {
    display: table-cell;
    vertical-align: middle;
}

.expectation-area {
    width: 370px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 30px 0;
    text-align: center;
}
.expectation {
    display: inline-block;
    vertical-align: middle;
}
.expectation p {
    font-size: 31px;
    padding: 0;
    font-weight: bold;
    line-height: normal;
}
.expectation .text-orange{
    font-size: 81px;
    font-weight: bold;
    margin-left: 6px;
}
.expectation-right {
    display: inline-block;
}
.forecast-deta table {
    background-color: #fff;
    border-left: #FCEAAB 2px solid;
    border-top: #FCEAAB 2px solid;
}
.forecast-deta table td {
    border-right: #FCEAAB 2px solid;
    border-bottom: #FCEAAB 2px solid;
    width: 230px;
    height: 72px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.forecast-deta table td .vertical-align {
    display: table-cell;
    vertical-align: middle;
}
.forecast-deta .anticipation-max {
    padding-top: 8px;
}

.forecast-deta table td .text-sm {
    font-size: 13px;
    font-weight: normal;
}
.forecast-deta table .right{
    padding-right: 50px!important;
}

.forecast-deta table td .text-orange {
    font-size: 38px;
    display: inline-block;
    text-align: right;
    width: 100px;
    margin-right: 5px;
}
.forecast-deta table td .unit {
    display: inline-block;
    text-align: left;
    width: 65px;
}


.deta-content-area {
    padding: 50px;
    display: flex;
}
.deta-content {
    background-color: #FFFFD7;
    margin-bottom: 40px;
    width: 342px;
    height: 236px;
}
.deta-content table {
    border-left: #FCEAAB 2px solid;
    border-top: #FCEAAB 2px solid;
}
.deta-content dd {
    padding: 30px 26px;
}
.deta-content dl dt {
    font-size: 23px;
    background-color: #F88B09;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
}
.deta-content table td {
    background-color: #fff;
    border-right: #FCEAAB 2px solid;
    border-bottom: #FCEAAB 2px solid;
    text-align: center;
    height: 62px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 24px;
}
.deta-content table td .text-orange {
    font-size: 36px;
    text-align: right;
    display: inline-block;
    margin-right: 5px;
    width: 70px;
    text-align: right;
}
.deta-content table .unit {
    display: inline-block;
    width: 41px;
    text-align: left;
}

.reference-content {
    background-color: #fff;
    display: flex;
    border: #FCEAAB 2px solid;
    padding: 12px 26px;
}

.reference-content .title {
    background-color: #F88B09;
    width: 54px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.reference-content table td {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    padding-left: 20px;
}
.reference-content table td .today-max-val {
    display: inline-block;
    text-align: right;
    width: 30px;
}
.reference-content table td .unit {
    display: inline-block;
    text-align: left;
    margin-left: 4px;
}

.graph-area {
    margin: 0 auto;
}
.content-3-parent {
    display: flex;
    margin-bottom: 40px;
}
.max-result {
    background-color: #FFFFD7;
    height: 106px;
}
.max-result dl {
    margin: 20px 40px;
}
.max-result dt {
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}
.max-result dt .text-sm {
    font-size: 13px;
    font-weight: normal;
}
.max-result dd {
    bottom: 34px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.max-result dd .text-orange {
    font-size: 41px;
    text-align: center;
    width: 80px;
    display: inline-block;
}
.max-result dd .unit {
    font-weight: bold;
    text-align: right;
}

.update-button {
    display: block;
    background-color: #f88b0a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 30px 34px;
    font-size: 22px;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    margin-left: 35px;
}
.update-button:hover {
    background-color: #faae54;
    cursor: pointer;
}
.situation-graph {
    background-image: url(/denki2/common/images/share/bg_graph.png);
    background-repeat: no-repeat no-repeat;
    width: 696px!important;
    height: 503px!important;
}
.graph-area {
    margin-left: 33px;
}
#graph {
    width: 630px;
    height: 340px;
    margin-top: 35px;
    margin-right: 25px;
    margin-left: auto;
    position: relative;
}
