@charset "UTF-8";
/* HTML5 declarations */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* base */
* {
  margin: 0px;
  padding: 0px;
}
/*英語版でHEAD末尾で読ませるために削除
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
*/
body {
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
}

*:first-child + html body {
  font-size: 75%;
}

/* for IE7 */
/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  *margin-left: -.75em;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

/* for IE7 */
button, input {
  line-height: normal;
  *overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* hyperlinks */
a {
  color: #333333;
}
a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

/* marked / inserted / deleted and selected text */
ins, mark {
  text-decoration: none;
}

mark {
  background: #00ffe2;
}

ins {
  background: #00ffe2;
}

del {
  text-decoration: line-through;
}

del:after {
  content: " ";
}

::-moz-selection {
  background: #00ffe2;
  color: #fff;
  text-shadow: none;
}

/* selected text */
::selection {
  background: #00ffe2;
  color: #fff;
  text-shadow: none;
}

/* selected text */
/* media */
figure {
  margin: 0;
}

img, object, video {
  max-width: 100%;
  _width: 100%;
  height: auto;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* for IE9 */
/* abbreviation */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #333333;
  cursor: help;
}

/* others */
sub, sup {
  line-height: 1px;
}

h1, h2, h3, h4, h5, h6, b, dt {
  font-weight: normal;
}

/* for Android */
strong {
  font-weight: bold;
}

var, address {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

/*==========================================================
    elements style
==========================================================*/
/* micro clearfix hack */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clr {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  min-width: 0px !important;
  min-height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: none;
}

.clear {
  clear: both;
}

/*--------------------------
header
--------------------------*/
#top_header {
  border-top: 3px solid #da2128;
  border-bottom: 2px solid #cfcfcf;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

#top_header .header_logo {
  padding: 5px;
  float: left;
}

#str-header #site-logo {
  top: 10px;
}

@media screen and (max-width: 767px) {
  #str-header #site-logo {
    position: inherit;
    width: 154px;
    left: 50%;
    margin-left: -77px !important;
  }
}
#str-header #site-logo .tp_header_en_logo {
  height: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  #str-header #site-logo .tp_header_en_logo {
    height: auto;
    width: auto;
  }
}
#str-header #site-logo .tp_header_en_logo_old {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #str-header #site-logo .tp_header_en_logo_old {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  #str-header-inner {
    width: 100%;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tp_en_hide_sp {
    display: none;
  }
}
/*--------------------------
footer
--------------------------*/
#top_footer {
  font-size: 12px;
  color: #666666;
  text-align: center;
  width: 100%;
  padding-top: 3px;
  height: 15px;
  border-top: 1px solid #999999;
  margin-top: 40px;
}

.tp_footer_top_btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .tp_footer_cr {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #str-footer #footer-block-03-inner {
    width: 100%;
  }
}
/*--------------------------
取り扱い・免責事項
--------------------------*/
#attention_wrap {
  background: #f1f1f3;
  border: 1px solid #cccccc;
  width: 96%;
  left: 2%;
  margin: 20px auto 30px auto;
  padding-bottom: 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

@media screen and (max-width: 767px) {
  #attention_wrap {
    display: block;
  }
}
#attention_title {
  font-size: 18px;
  width: 96%;
  margin: 10px auto;
  border-bottom: 2px solid #c80211;
}

#attention_body {
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 96%;
  margin: 5px auto 10px auto;
  border-radius: 4px;
}

.at_list {
  margin-bottom: 7px;
}

.attention_sub_tit {
  font-size: 14px;
  padding: 10px 5px 10px 10px;
  background: url(/forecast/images/arrow_02_a.png) no-repeat 97% 14px;
  display: block;
}

.attention_sub_tit.a_cur {
  background: url(/forecast/images/arrow_02_b.png) no-repeat 97% 14px;
}

.attention_txt {
  font-size: 12px;
  margin: 0px 10px 0px 20px;
  text-indent: -1em;
  line-height: 1.3em;
  display: none;
}

.attention_partition {
  width: 96%;
  height: 1px;
  background: #999999;
  margin: 1px auto;
}

.at_close {
  text-align: center;
  width: 150px;
  padding: 10px 0px 10px 0px;
  margin: 10px auto;
}

.btn_area {
  text-align: center;
  margin: 20px 0px 30px 0px;
  display: none;
  /*	background:url(../images/btn_contents.png);
      zoom:50%;
      width:396px;
      height:68px;*/
}

@media screen and (max-width: 767px) {
  .btn_area {
    display: block;
  }
}
/*****************************************************************************
    .tp_logo_wrap
*****************************************************************************/
.tp_logo_wrap,
.tp_logo_wrap_en {
  position: relative;
  width: 980px;
  height: 30px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tp_logo_wrap,
  .tp_logo_wrap_en {
    width: 98%;
    margin-left: 1%;
  }
}
.tp_logo_wrap .tp_logo_img,
.tp_logo_wrap_en .tp_logo_img {
  width: 980px;
  max-width: 980px;
  display: block;
}

.tp_logo_wrap .tp_logo_img.tp_img_sp,
.tp_logo_wrap_en .tp_logo_img.tp_img_sp {
  width: 310px;
  padding-top: 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_logo_wrap .tp_logo_img.tp_img_sp,
  .tp_logo_wrap_en .tp_logo_img.tp_img_sp {
    display: block;
  }
}
.tp_logo_wrap .tp_logo_img.tp_img_dt,
.tp_logo_wrap_en .tp_logo_img.tp_img_dt {
  display: block;
}

@media screen and (max-width: 767px) {
  .tp_logo_wrap .tp_logo_img.tp_img_dt,
  .tp_logo_wrap_en .tp_logo_img.tp_img_dt {
    display: none;
  }
}
.tp_logo_wrap .tp_btn,
.tp_logo_wrap_en .tp_btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .tp_logo_wrap .tp_btn,
  .tp_logo_wrap_en .tp_btn {
    top: 4px;
    right: 0px;
  }
}
.tp_logo_wrap .tp_btn .tp_img_sp,
.tp_logo_wrap_en .tp_btn .tp_img_sp {
  width: 116px;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_logo_wrap .tp_btn .tp_img_sp,
  .tp_logo_wrap_en .tp_btn .tp_img_sp {
    display: block;
  }
}
.tp_logo_wrap .tp_btn .tp_img_dt,
.tp_logo_wrap_en .tp_btn .tp_img_dt {
  display: block;
}

@media screen and (max-width: 767px) {
  .tp_logo_wrap .tp_btn .tp_img_dt,
  .tp_logo_wrap_en .tp_btn .tp_img_dt {
    display: none;
  }
}
.tp_logo_wrap_en {
  height: 45px;
}

.tp_logo_wrap_en .tp_logo_img {
  width: 980px;
  max-width: 980px;
  display: block;
}

.tp_logo_wrap_en .tp_logo_img.tp_img_sp {
  width: 310px;
  padding-top: 16px;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_logo_wrap_en .tp_logo_img.tp_img_sp {
    display: block;
  }
}
/*****************************************************************************
    .tp_graph_wrap
*****************************************************************************/
.tp_graph_wrap {
  text-align: center;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  padding: 10px;
  background: #f1f1f3;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap {
    width: 98%;
    margin-left: 1%;
    overflow: hidden;
  }
}
.tp_graph_wrap .tp_graph_head {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_head {
    font-size: 16px;
  }
}
.tp_graph_wrap .tp_graph_inner {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner {
    padding-bottom: 10px;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_header {
  text-align: left;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_header.tp_header_en {
    height: 100px;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_header .tp_date {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding-top: 22px;
  margin-left: 80px;
  display: block;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_header .tp_date {
    font-size: 14px;
    width: 100%;
    padding-top: 10px;
    margin-left: 10px;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_header .tp_date .tp_updata_time {
  font-weight: normal;
}

.tp_graph_wrap .tp_graph_inner .tp_header .tp_date .tp_br_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_header .tp_date .tp_br_sp {
    display: inline-block;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_header .tp_yesterday_btn {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  float: right;
  width: 100px;
  margin-right: 215px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_header .tp_yesterday_btn {
    font-weight: bold;
    margin-top: 15px;
    margin-right: 30px;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_header .tp_yesterday_btn .tp_btn_arrow {
  width: 12px;
  margin-right: 8px;
  display: block;
}

.tp_graph_wrap .tp_graph_inner .tp_content {
  padding-bottom: 10px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_content_scale {
  color: #000000;
  font-size: 12px;
  text-align: right;
  float: left;
  width: 79px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_content_scale {
    width: 50px;
    padding-right: 10px;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_content_scale .tp_scale {
  height: 50px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_content_scale .tp_scale:first-child {
  margin-top: 6px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_content_scale .tp_scale .tp_small {
  font-size: 10px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_content_scale .tp_scale_second {
  margin-top: 9px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap {
    width: 100%;
    padding-left: 59px;
    margin-left: -59px;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_canvas_box {
  position: relative;
  overflow: hidden;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_canvas_box .tp_touch_info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  opacity: 0.8;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_canvas_box .tp_touch_info {
    display: block;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_canvas_box .tp_touch_info_img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 240px;
  margin: 0px auto;
  margin-top: 112px;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_canvas_box .tp_touch_info_img {
    display: block;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_canvas_box .tp_canvas {
  position: relative;
  top: 0px;
  left: 0px;
  width: 740px;
  height: 355px;
  display: block;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_canvas_box .tp_canvas_over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 740px;
  height: 355px;
  display: none;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_time_notes {
  font-weight: bold;
  text-align: right;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en {
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
  height: 56px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 16px -10px #000000;
          box-shadow: 6px 6px 16px -10px #000000;
  display: none;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_graph_popup_sun {
  width: 180px;
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_graph_popup_sun .js_popup_title {
  color: #FF5800;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_graph_popup_sun_en {
  font-size: 12px;
  line-height: 14px;
  width: 180px;
  height: 56px;
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_graph_popup_sun_en .js_popup_title {
  color: #FF5800;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_graph_popup_en,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en.tp_graph_popup_en {
  font-size: 12px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_double,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en.tp_double {
  line-height: 14px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .tp_popup_icon,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .tp_popup_icon_en,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en .tp_popup_icon,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en .tp_popup_icon_en {
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  top: -30px;
  left: -15px;
  padding: 3px;
  background: #127b63;
  border-radius: 50px;
  display: none;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .tp_popup_icon_en,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en .tp_popup_icon_en {
  top: -26px;
  left: -15px;
  padding: 3px 5px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .js_popup_title,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en .js_popup_title {
  font-weight: bold;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .js_popup_num,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en .js_popup_num {
  font-weight: bold;
  padding-top: 2px;
  border-top: 1px solid #999999;
  display: block;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .js_popup_num .tp_small,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en .js_popup_num .tp_small {
  font-size: 12px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .tp_arrow,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup_en .tp_arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 22px;
  height: 10px;
  margin-left: -11px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en {
  float: left;
  width: 137px;
  padding: 10px;
  margin-top: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img,
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en {
    position: fixed;
    float: none;
    top: 50%;
    left: 50%;
    width: 240px;
    padding: 20px;
    margin-top: -235px;
    margin-left: -120px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 5px;
    display: none;
    z-index: 1001;
  }
}
@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img .tp_img,
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en .tp_img {
    display: none;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img .tp_img_sp,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en .tp_img_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img .tp_img_sp,
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en .tp_img_sp {
    display: inline;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img .tp_close,
.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en .tp_close {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 10px;
  right: 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img .tp_close,
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en .tp_close {
    display: block;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_img_en {
    margin-top: -235px;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.5;
  z-index: 1000;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_howto_mask {
    display: none;
  }
}
.tp_graph_wrap .tp_howto_graph_btn {
  font-size: 13px;
  position: relative;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0px;
  border: 1px solid #EDEDED;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp_graph_wrap .tp_howto_graph_btn img {
  width: 8px;
  margin-left: 18px;
  display: block;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_howto_graph_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tp_graph_wrap .tp_sp_flg {
  width: 0px;
  height: 0px;
  display: none;
}

@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_sp_flg {
    display: block;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup[data-type="peak"] {
  width: 160px;
}

.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup .tp_arrow + .tp_arrow {
  width: 21px;
  height: 20px;
  bottom: -20px;
  display: none;
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_red {
  color: #c80110;
  border-color: #c80110;
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_red .js_popup_num {
  border-color: #c80110;
}
@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_red.tp_average .tp_arrow {
    display: none;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_red.tp_average .tp_arrow + .tp_arrow {
  display: block;
}
@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_red.tp_average .tp_arrow + .tp_arrow {
    display: none;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_red.tp_average .tp_arrow + .tp_arrow + .tp_arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_red.tp_average .tp_arrow + .tp_arrow + .tp_arrow {
    width: 22px;
    height: 10px;
    top: -10px;
    bottom: auto;
    display: block;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_average .tp_arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_average .tp_arrow {
    display: block;
  }
}
.tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_average .tp_arrow + .tp_arrow {
  display: block;
}
@media screen and (max-width: 767px) {
  .tp_graph_wrap .tp_graph_inner .tp_content .tp_canvas_wrap .tp_graph_popup.tp_average .tp_arrow + .tp_arrow {
    display: none;
  }
}

/*****************************************************************************
    .tp_table_wrap
*****************************************************************************/
.tp_table_wrap {
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp_table_wrap {
    display: block;
  }
}
.tp_table_wrap .tp_btn {
  position: absolute;
  width: 16px;
  top: 8px;
  right: 5px;
}
.tp_table_wrap.tp-open .tp_table_handler img.tp-open {
  display: none;
}
.tp_table_wrap.tp-open .tp_table_handler img.tp-close {
  display: block;
}
.tp_table_wrap.tp-open .tp_table_handler_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp_table_wrap .tp_table_handler {
  padding: 14px;
  border: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp_table_wrap .tp_table_handler span {
  font-size: 16px;
}
.tp_table_wrap .tp_table_handler img {
  width: 16px;
}
.tp_table_wrap .tp_table_handler img.tp-open {
  display: block;
}
.tp_table_wrap .tp_table_handler img.tp-close {
  display: none;
}
.tp_table_wrap .tp_table_handler_bottom {
  margin-top: 15px;
  display: none;
}
.tp_table_wrap .tp_table_area {
  margin-top: 15px;
  display: none;
}
.tp_table_wrap .tp_table_area .tp_detail {
  font-size: 16px;
  margin-top: 10px;
}
.tp_table_wrap .tp_table_area .tp_detail:first-child {
  margin-top: 0px;
}
.tp_table_wrap .tp_table_area .tp_table_hour {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ededed;
}
.tp_table_wrap .tp_table_area .tp_table_hour .tp_tr {
  height: 26px;
  border-top: 1px solid #ededed;
}
.tp_table_wrap .tp_table_area .tp_table_hour .tp_tr:first-child {
  background: #F5F6F8;
}
.tp_table_wrap .tp_table_area .tp_table_hour .tp_tr .tp_td {
  text-align: right;
  width: 40%;
  padding-right: 16px;
  border-left: 1px solid #ededed;
}
.tp_table_wrap .tp_table_area .tp_table_hour .tp_tr .tp_td:first-child {
  text-align: center;
  width: 20%;
  padding-right: 0px;
}
.tp_table_wrap .tp_table_area .tp_table_hour .tp_header .tp_td {
  font-weight: normal;
  text-align: center;
  padding-right: 0px;
}
.tp_table_wrap .tp_table_area .tp_table_minute {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ededed;
}
.tp_table_wrap .tp_table_area .tp_table_minute .tp_tr {
  height: 26px;
  border-top: 1px solid #ededed;
}
.tp_table_wrap .tp_table_area .tp_table_minute .tp_tr:first-child {
  background: #F5F6F8;
}
.tp_table_wrap .tp_table_area .tp_table_minute .tp_tr .tp_td {
  text-align: right;
  width: 25%;
  padding-right: 16px;
  border-left: 1px solid #ededed;
}
.tp_table_wrap .tp_table_area .tp_table_minute .tp_tr .tp_td:first-child {
  text-align: center;
  padding-right: 0px;
}
.tp_table_wrap .tp_table_area .tp_table_minute .tp_header .tp_td {
  font-weight: normal;
  text-align: center;
  padding-right: 0px;
}

/*****************************************************************************
    2019/02/15 デザインリニューアル
*****************************************************************************/
.tp-maintenance-wrap {
  width: 980px;
  margin: 0px auto;
  margin-top: 20px;
  padding: 10px;
  background: #f1f1f3;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-maintenance-wrap {
    width: 96%;
    margin-top: 20px;
    margin-left: 2%;
  }
}
.tp-maintenance-wrap .tp-maintenance-box {
  font-size: 16px;
  text-align: center;
  padding: 20px 10px;
  background: #ffffff;
}

.tp-topbanner-wrap {
  width: 980px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 16px;
  border: 1px solid #EA1E20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tp-topbanner-wrap {
    width: 96%;
  }
}
.tp-topbanner-heading {
  color: #333333;
  font-size: 14px;
}
.tp-topbanner-heading + .tp-banner-leading {
  margin-top: 9px;
}
.tp-topbanner-leading {
  color: #333333;
  font-size: 14px;
}

.tp-lang-wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .tp-lang-wrap {
    width: 96%;
  }
}
.tp-lang-change {
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-lang-change span {
  text-decoration: underline;
}
.tp-lang-change img {
  width: 8px;
  margin-left: 9px;
  display: block;
}

.tp-content-section {
  color: #333333;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .tp-content-section {
    width: 96%;
    display: none;
  }
}
.tp-content-section[data-view="today"] .tp-content-area[data-date="today"] {
  display: block;
}
.tp-content-section[data-view="today"] .tp-content-area[data-date="tomorrow"] {
  display: none;
}
.tp-content-section[data-view="tomorrow"] .tp-content-area[data-date="today"] {
  display: none;
}
.tp-content-section[data-view="tomorrow"] .tp-content-area[data-date="tomorrow"] {
  display: block;
}
.tp-content-heading {
  margin-top: 60px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-content-heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tp-content-heading-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tp-content-heading-main {
  font-size: 28px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .tp-content-heading-main {
    font-size: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tp-content-heading-date {
  font-size: 28px;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .tp-content-heading-date {
    font-size: 12px;
    margin-left: 0px;
  }
}
.tp-content-heading-sub {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .tp-content-heading-sub {
    font-size: 12px;
  }
}
.tp-content-change {
  color: #333333;
  font-size: 14px;
  position: relative;
  padding: 9px 10px;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tp-content-change {
    min-width: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.tp-content-change[data-inactive="true"] {
  color: #666666;
  text-decoration: none;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .tp-content-change[data-inactive="true"]:hover .popup-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tp-content-change[data-inactive="true"]:hover .popup-sp {
    display: block;
  }
}
.tp-content-change[data-inactive="true"] .active {
  display: none;
}
.tp-content-change[data-inactive="true"] .inactive {
  display: block;
}
.tp-content-change .active {
  width: 12px;
  margin-right: 8px;
  display: block;
}
.tp-content-change .inactive {
  width: 12px;
  margin-right: 8px;
  display: none;
}
.tp-content-change .popup {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: -82px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-content-change .popup-sp {
    width: 131px;
    min-width: 131px;
    left: auto;
    right: -6px;
    margin-top: -69px;
  }
}
@media screen and (max-width: 767px) {
  .tp-content-change-sp {
    display: none;
  }
}
.tp-content-temperature {
  color: #666666;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tp-content-temperature {
    text-align: right;
  }
}
.tp-content-temperature-main {
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tp-content-temperature-main {
    font-size: 14px;
  }
}
.tp-content-detail {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tp-content-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  .tp-content-detail *::-ms-backdrop, .tp-content-detail .tp-meter-section {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}
.tp-content-border {
  margin-top: 76px;
  border-top: 1px solid #EDEDED;
}

.tp-meter-section {
  padding: 20px 32px;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  .tp-meter-section {
    min-width: 100%;
    margin-top: 16px;
    padding: 15px 16px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .tp-meter-section:first-child {
    margin-top: 0px;
  }
}
.tp-meter-section[data-state="lebel1"] .tp-meter-state {
  color: #ffffff;
  background: #14A04E;
}
.tp-meter-section[data-state="lebel1"] .tp-meter-bg {
  background: #14A04E;
}
.tp-meter-section[data-state="lebel1"] .tp-meter-point-text {
  color: #14A04E;
}
.tp-meter-section[data-state="lebel1"] .tp-meter-point-balloon.type-lebel1 {
  display: block;
}
.tp-meter-section[data-state="lebel2"] .tp-meter-state {
  color: #333333;
  background: #FFCE00;
}
.tp-meter-section[data-state="lebel2"] .tp-meter-bg {
  background: #FFCE00;
}
.tp-meter-section[data-state="lebel2"] .tp-meter-point-text {
  color: #FFCE00;
}
.tp-meter-section[data-state="lebel2"] .tp-meter-point-balloon.type-lebel2 {
  display: block;
}
.tp-meter-section[data-state="lebel3"] .tp-meter-state {
  color: #ffffff;
  background: #FF8900;
}
.tp-meter-section[data-state="lebel3"] .tp-meter-bg {
  background: #FF8900;
}
.tp-meter-section[data-state="lebel3"] .tp-meter-point-text {
  color: #FF8900;
}
.tp-meter-section[data-state="lebel3"] .tp-meter-point-balloon.type-lebel3 {
  display: block;
}
.tp-meter-section[data-state="lebel4"] .tp-meter-state {
  color: #ffffff;
  background: #E51A1A;
}
.tp-meter-section[data-state="lebel4"] .tp-meter-bg {
  background: #E51A1A;
}
.tp-meter-section[data-state="lebel4"] .tp-meter-point-text {
  color: #E51A1A;
}
.tp-meter-section[data-state="lebel4"] .tp-meter-point-balloon.type-lebel4 {
  display: block;
}
.tp-meter-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-meter-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .tp-meter-title {
    font-size: 20px;
  }
}
.tp-meter-title b {
  font-weight: bold;
}
.tp-meter-state {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0px;
  width: 140px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .tp-meter-state {
    font-size: 14px;
    width: 112px;
  }
}
.tp-meter-body {
  margin-top: 34px;
}
.tp-meter-memory {
  position: absolute;
  width: 4px;
  height: 8px;
  bottom: 0px;
  background: #EEEEEE;
  border-radius: 4px 4px 0px 0px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.tp-meter-memory span {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 3em;
  margin-top: -16px;
  margin-left: 2px;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .tp-meter-memory span {
    font-size: 10px;
  }
}
.tp-meter-memory:nth-child(1) {
  left: 12.5%;
}
.tp-meter-memory:nth-child(2) {
  left: 25%;
}
.tp-meter-memory:nth-child(3) {
  left: 37.5%;
}
.tp-meter-memory:nth-child(4) {
  left: 50%;
}
.tp-meter-memory:nth-child(5) {
  left: 62.5%;
}
.tp-meter-memory:nth-child(6) {
  left: 75%;
}
.tp-meter-memory:nth-child(7) {
  left: 87.5%;
}
.tp-meter-memory.type-93 {
  background: #333333;
  left: 82.5%;
}
.tp-meter-memory.type-last {
  left: 100%;
  background: transparent;
}
.tp-meter-memory.type-last span {
  margin-left: -2px;
}
.tp-meter-memory-wrap {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
.tp-meter-box {
  width: 100%;
  height: 88px;
  padding: 4px;
  border: 4px solid #EEEEEE;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-meter-inner {
  position: relative;
  height: 100%;
}
.tp-meter-bg {
  position: absolute;
  width: 0%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 4px;
  -webkit-transition: width ease 0.150s;
  transition: width ease 0.150s;
}
.tp-meter-border {
  position: relative;
  height: 100%;
}
.tp-meter-border .tp-meter-memory {
  height: 56px;
  border-radius: 4px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.tp-meter-point {
  position: absolute;
  width: 86px;
  top: 45%;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: left ease 0.150s;
  transition: left ease 0.150s;
}
@media screen and (max-width: 767px) {
  .tp-meter-point {
    width: 66px;
  }
}
.tp-meter-point-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .tp-meter-point-pc {
    display: none;
  }
}
.tp-meter-point-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-meter-point-sp {
    width: 66px;
    display: block;
  }
}
.tp-meter-point-balloon {
  display: none;
}
.tp-meter-point-box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tp-meter-point-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tp-meter-point-text {
    font-size: 18px;
    line-height: 1;
  }
}
.tp-meter-point-text small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .tp-meter-point-text small {
    text-align: center;
    display: block;
  }
}
.tp-meter-bottom {
  margin-top: 50px;
}
.tp-meter-result {
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-meter-result + .tp-meter-result {
  border-top: none;
}
.tp-meter-result-heading {
  font-size: 16px;
  padding: 16px 16px;
  background: #F5F6F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tp-meter-result-heading {
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.tp-meter-result-heading small {
  font-size: 12px;
}
.tp-meter-result-leading {
  font-size: 24px;
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tp-meter-result-leading {
    font-size: 20px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.tp-meter-result-leading small {
  font-size: 14px;
  margin-left: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tp-meter-result-leading small {
    font-size: 12px;
  }
}

.tp-howto-area {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tp-howto-area {
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  .tp-howto-area *::-ms-backdrop, .tp-howto-area .tp-howto-box {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}
.tp-howto-box {
  padding: 20px 32px;
  border: 1px solid #EDEDED;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tp-howto-box {
    margin-top: 16px;
    padding: 15px 16px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tp-howto-heading {
  font-size: 18px;
}
.tp-howto-leading {
  font-size: 14px;
  margin-top: 14px;
}
.tp-howto-img {
  margin-top: 14px;
}
.tp-howto-img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.tp-howto-link {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tp-howto-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-howto-link a span {
  text-decoration: underline;
}
.tp-howto-link a img {
  width: 8px;
  margin-left: 9px;
  display: block;
}

.tp-actual-section {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tp-actual-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tp-actual-area {
  position: relative;
  border: 1px solid #EDEDED;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tp-actual-area {
    margin-top: 16px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .tp-actual-area:first-child {
    margin-top: 0px;
  }
}
.tp-actual-area[data-close="true"] .tp-actual-hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-actual-area[data-state="lebel1"] .tp-actual-circle {
  color: #14A04E;
  border: 2px solid #14A04E;
}
.tp-actual-area[data-state="lebel2"] .tp-actual-circle {
  color: #FFCE00;
  border: 2px solid #FFCE00;
}
.tp-actual-area[data-state="lebel3"] .tp-actual-circle {
  color: #FF8900;
  border: 2px solid #FF8900;
}
.tp-actual-area[data-state="lebel4"] .tp-actual-circle {
  color: #E51A1A;
  border: 2px solid #E51A1A;
}
.tp-actual-heading {
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  padding: 7px 0px;
  background: #F5F6F8;
}
@media screen and (max-width: 767px) {
  .tp-actual-heading {
    font-size: 20px;
  }
}
.tp-actual-heading small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .tp-actual-heading small {
    font-size: 16px;
  }
}
.tp-actual-leading {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-actual-circle {
  font-size: 18px;
  font-weight: bold;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-actual-circle small {
  font-size: 12px;
}
.tp-actual-circle-wrap {
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.tp-actual-result {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.tp-actual-result-row {
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-actual-result-row + .tp-actual-result-row {
  border-top: none;
}
.tp-actual-result-heading {
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  width: 5.5em;
  padding: 10px 5px;
  background: #F5F6F8;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-actual-result-leading {
  font-size: 19px;
  padding: 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-actual-result-leading small {
  font-size: 14px;
  margin-left: 15px;
  display: inline-block;
}
.tp-actual-hide {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 6px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-actual-hide::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#000000));
  background: linear-gradient(#545454, #000000);
  opacity: 0.7;
  z-index: 1;
}
.tp-actual-hide p {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}

.tp-result-wrap {
  width: 980px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tp-result-wrap {
    width: 96%;
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  .tp-result-wrap *::-ms-backdrop, .tp-result-wrap .tp-result-box {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}
.tp-result-box {
  padding: 20px 32px;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tp-result-box {
    margin-top: 16px;
    padding: 15px 16px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tp-result-heading {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .tp-result-heading {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tp-result-heading small {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tp-result-heading small {
    font-size: 12px;
    display: inline-block;
  }
}
.tp-result-leading {
  font-size: 14px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tp-result-leading {
    margin-top: 12px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tp-result-leading-top {
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.tp-result-leading-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.tp-banner-section {
  color: #333333;
  width: 980px;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 767px) {
  .tp-banner-section {
    width: 96%;
    margin-top: 60px;
  }
}
.tp-banner-heading {
  font-size: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 767px) {
  .tp-banner-heading {
    font-size: 20px;
  }
}
.tp-banner-body {
  margin-top: 24px;
}
.tp-banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-banner-row + .tp-banner-row {
  margin-top: 24px;
}
.tp-banner-row[data-type="bg"] {
  padding: 20px;
  background: #F5F6F8;
}
.tp-banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.tp-banner-box > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.tp-banner-box-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.tp-banner-box-bottom {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tp-banner-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-banner-box-link img {
  width: 8px;
  margin-left: 8px;
  display: block;
}
.tp-banner-link {
  padding: 18px 24px;
  background: #ffffff;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tp-banner-link {
    padding: 13px 16px;
  }
}
.tp-banner-link[data-type="large"] .detail .main {
  font-weight: bold;
}
.tp-banner-link .icon {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .tp-banner-link .icon {
    display: none;
  }
}
.tp-banner-link .detail {
  color: #333333;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.tp-banner-link .detail .main {
  font-size: 18px;
}
.tp-banner-link .detail .sub {
  font-size: 14px;
}
.tp-banner-link .detail span {
  display: block;
}
.tp-banner-link .arrow {
  width: 11px;
  margin-left: 8px;
}

.tp-info-section {
  color: #333333;
  width: 980px;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 767px) {
  .tp-info-section {
    width: 96%;
  }
}
.tp-info-heading {
  font-size: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.tp-info-body {
  margin-top: 24px;
}
.tp-info-box {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #EDEDED;
}
.tp-info-box:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.tp-info-box .heading {
  font-size: 14px;
}
.tp-info-box .leading {
  font-size: 14px;
  margin-top: 8px;
}

.tp-scale {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-scale {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tp-sp-hide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tp-content-section[data-lang="en"] .tp-content-heading {
    display: block;
  }
}
.tp-content-section[data-lang="en"] .tp-content-heading-box + .tp-content-heading-box {
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-content-section[data-lang="en"] .tp-content-heading-box + .tp-content-heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tp-content-section[data-lang="en"] .tp-content-heading-bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tp-content-section[data-lang="en"] .tp-content-heading-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.tp-content-section[data-lang="en"] .tp-content-heading-bottom .tp-content-temperature {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .tp-content-section[data-lang="en"] .tp-content-heading-bottom .tp-content-change {
    display: none;
  }
}
.tp-content-section[data-lang="en"] .tp-meter-result-heading {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  .tp-content-section[data-lang="en"] .tp-meter-result-heading {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.tp-content-section[data-lang="en"] .tp-meter-result-leading {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  .tp-content-section[data-lang="en"] .tp-meter-result-leading {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.tp-content-section[data-lang="en"] .tp-result-box:first-child .tp-result-leading {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.tp-content-section[data-lang="en"] .tp-result-box .tp-result-heading {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .tp-content-section[data-lang="en"] .tp-actual-result-heading {
    min-width: 90px;
  }
}
.tp-content-section[data-lang="en"] .tp-actual-result-leading small {
  font-size: 10px;
}
