@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;
}

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 {
  text-decoration: none;
  color: #0c33da;
}

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, dt {
  font-weight: normal;
}

/* for Android */
strong {
  font-weight: bold;
}

var, address {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  .tp-content-section {
    width: 96%;
  }
}

.tp-content-section a {
  color: #333333;
}

/*****************************************************************************
    .tp_logo_wrap
*****************************************************************************/
.tp_logo_wrap,
.tp_logo_wrap_en {
  position: relative;
  width: 100%;
  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: -4px;
  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-lang-wrap {
  width: 100%;
  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;
}

/*****************************************************************************
    2019/02/15 カレンダーデザインリニューアル
*****************************************************************************/
.tp-content-head {
  margin-top: 55px;
  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-content-head {
    display: block;
    margin: 8.6vw 2.5vw 2.3vw;
  }
}
.tp-content-head h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tp-content-head h2 {
    font-size: 24px;
  }
}
.tp-content-head-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tp-content-head-box {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .tp-content-head-block {
    text-align: right;
  }
}
.tp-content-head-block + .tp-content-head-block {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .tp-content-head-block + .tp-content-head-block {
    margin-left: 0px;
  }
}
.tp-content-head-link {
  font-size: 14px;
  font-weight: 700;
  color: #FC1A1C;
  padding: .5em 1em;
  border: 2px solid #FC1A1C;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tp-content-head-link {
    border: none;
  }
}
.tp-content-head-link img {
  width: 9px;
  margin-left: 10px;
  display: block;
}
.tp-content-leading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tp-content-leading {
    display: none;
  }
}
.tp-content-leading-sp {
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-content-leading-sp {
    display: block;
  }
}

.tp-calendar-section {
  margin-top: 63px;
}

@media screen and (max-width: 920px) {
    
.pc{
  display: none;
}
    
.sp{
  display: block;
}
    
.tp-looking-box-sp{
  display: none;
}
    
.tp-calendar-section[data-view="demand"] .tp-looking-area[data-type="demand"]{
  display: none;
}

.tp-calendar-head-label select {
  font-size: 3vw;
  -webkit-transform: scale(1);
  transform: scale(1);
}
    
.tp-calendar-area[data-type="table"] {
    display: block;
}
    
.tp-calendar-section[data-view="demand"] .tp-calendar-area[data-type="demand"] {
    display: none;
}
    
.tp-calendar-tab-wrap {
    display: none;
}

.tp-calendar-table thead th {
  font-size: 3vw;
  padding: .2em;
  border-left: 1px solid #FFF;
  background: #000000;
}
.tp-calendar-table tbody tr:nth-child(2n + 2) td:first-child {
  border-left: 1px solid #EAEAEA;
}
    
.tp-calendar-table {
  border: 1px solid #000000;
}   
}

.tp-calendar-table tbody tr {
  border: 1px solid #000000 ;
}

.tp-calendar-table tbody tr:nth-child(2n + 1) {
  border-bottom: 1px solid #EDEDED;
}

.tp-calendar-table tbody tr:nth-child(2n){
  border: 1px solid #000000 ;
}

.old_year .tp-calendar-table tbody tr:nth-child(2n + 1){
  border: 1px solid #000000 ;
}

.old_year .tp-calendar-table tbody tr:nth-child(2n + 2) td:first-child {
  border-left: 1px solid #000000;
}
  
.tp-calendar-table tbody td .tp-icon {
  width: 6vw;
  height: 6vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 3vw;
  font-weight: 700;
}
.tp-calendar-table tbody td {
  font-size: 3vw;
  padding: .5em .2em;
}
.tp-calendar-table tbody .tp-result {
  color: #000 !important;
  font-size: 2.8vw;
}
.tp-calendar-table tbody .tp-result:after{
  content: "%";
  font-size: 2vw;
}
.tp-link-heading {
  font-size: 20px;
}
.tp-calendar-table tbody tr.tp-maxday .tp-bg {
  background: #FDD9E0;
}
.tp-calendar-table tbody tr.tp-maxday,
.tp-calendar-table tbody tr.tp-maxday + tr {
  background: #FFFFFF;
}
.tp-calendar-table tbody tr.tp-holiday {
  background: #E6F5F9;
}
.tp-calendar-table tbody tr.tp-maxday .tp-max {
  color: #E51A1A;
  font-weight: 600;
}

.tp-calendar-table tbody tr.tp-maxday .tp-result{
  color: #E51A1A;
}

.tp-calendar-area + .tp-looking-area,
.tp-calendar-head-info{
  display: none ;
}

@media screen and (min-width: 921px) {
  .tp-calendar-section[data-view="demand"] .tp-calendar-area[data-type="demand"] {
    display: block;
  }
    
  .tp-calendar-section[data-view="demand"] .tp-looking-area[data-type="demand"] {
    display: block;
  }
  
  
}

@media screen and (min-width: 921px) {
  .tp-calendar-section[data-view="supply"] .tp-calendar-area[data-type="supply"] {
    display: block;
  }
    
  .tp-calendar-section[data-view="supply"] .tp-looking-area[data-type="supply"] {
    display: block;
  }
}

.tp-calendar-head {
  padding-bottom: 24px;
  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-wrap: wrap;
      flex-wrap: wrap;
}
.tp-calendar-head h3 {
  font-size: 27px;
  font-weight: 700;
}
.tp-calendar-head h3 span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .tp-calendar-head h3 {
    font-size: 20px;
  }
  .tp-calendar-table tbody tr{
    border-top:none !important;
    border-bottom: solid 1px #000 !important;
  }
  
  .tp-calendar-table tbody tr:last-child{
  }
}
.tp-calendar-head-label {
  position: relative;
  padding: 9px 12px;
  border: 2px solid #000;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .tp-calendar-head-label {
    width: 160px;
    display: block;
  }
}
.tp-calendar-head-label select {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-right: 35px;
  z-index: 2;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tp-calendar-head-label select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-calendar-head-label select {
    font-size: 16px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.tp-calendar-head-label .tp-icon {
  position: absolute;
  width: 9px;
  margin-top: -9px;
  top: 50%;
  right: 12px;
  z-index: 1;
}

}
@media screen and (max-width: 767px) {
  .tp-calendar-head-info {
    font-size: 11px;
    text-align: right;
    margin-top: 14px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
  }
}
.tp-calendar-tab {
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  border: 1px solid #000000;
  text-align: center;
  text-decoration: none;
  padding: 1em 0 .66em;
  line-height: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  cursor: pointer;
  box-sizing: border-box;
}

.tp-calendar-tab b{
  font-weight: 700;
}

.tp-calendar-tab:hover {
  text-decoration: none !important;
}
.tp-calendar-tab.tp-cur {
  border-bottom: none;
  background-color: #FDCCC0;
  color: #FC1A1C;
}
.tp-calendar-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 10px;
}
.tp-calendar-tab-wrap:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FDCCC0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
}

.old_year .tp-calendar-tab-wrap:after {
    content: "";
    width: 50.1%;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FDCCC0;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tp-calendar-tab-wrap {
    display: none;
  }
}
.tp-calendar-area {
  margin-top: 0;
}
.tp-calendar-area[data-type="demand"] {
  display: none;
}
.tp-calendar-area[data-type="supply"] {
  display: none;
}
.tp-calendar-area[data-type="table"] {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-calendar-area[data-type="table"] {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .tp-calendar-area *::-ms-backdrop, .tp-calendar-area .tp-calendar-cell {
    -ms-flex-preferred-size: 14.16%;
        flex-basis: 14.16%;
  }
}
.tp-calendar-looking-wrap {
  margin-bottom: 16px;
  padding: 10px 16px;
  border: 1px solid #EDEDED;
/*  display: none;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .tp-calendar-looking-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tp-calendar-looking-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.tp-calendar-looking-icon {
  font-size: 14px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #333333;
  border-radius: 3px;
  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-calendar-looking-text {
  font-size: 14px;
}
.tp-calendar-heading {
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-calendar-heading .tp-calendar-cell {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 10px 0px;
}
.tp-calendar-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-calendar-body .tp-calendar-inner {
  min-height: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-calendar-cell {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-calendar-cell:nth-child(7n + 1) {
  border-left: 1px solid #000;
}
.tp-calendar-cell.tp-holiday {
  background: #E6F5F9;
}
.tp-calendar-cell.tp-maxday {
  background: #FDD9E0;
}
.font-aven{
  font-family: "Avenir Next", 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.tp-calendar-cell.tp-maxday .tp-result {
  color: #E51A1A;
  font-weight: 600;
}
/*
.tp-calendar-cell[data-level="level1"] .tp-calendar-circle {
  color: #14A04E;
  border: 2px solid #14A04E;
}
.tp-calendar-cell[data-level="level2"] .tp-calendar-circle {
  color: #FFCE00;
  border: 2px solid #FFCE00;
}
.tp-calendar-cell[data-level="level3"] .tp-calendar-circle {
  color: #FF8900;
  border: 2px solid #FF8900;
}
.tp-calendar-cell[data-level="level4"] .tp-calendar-circle {
  color: #E51A1A;
  border: 2px solid #E51A1A;
}
*/
.tp-calendar-inner {
  padding: 20px 10px;
  position: relative;
}
.tp-calendar-date {
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: 5px;
  border-bottom: 2px solid #000;
  line-height: 1;
  padding-bottom: 2px;
}
.tp-calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-calendar-block {
  max-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.tp-calendar-block + .tp-calendar-block {
  max-width: 100%;
  padding-left: 8px;
}
.tp-calendar-block:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.tp-calendar-circle {
  font-size: 20px;
  padding-top: 5px;
  width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-calendar-circle b {
  font-size: 33px;
  font-weight: 500;
}
.tp-calendar-time {
  font-size: 10px;
  text-align: right;
  margin-bottom: 5px;
}
.tp-calendar-row {
  font-size: 16px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-calendar-row b {
  font-size: 16px;
}
.tp-calendar-row + .tp-calendar-row {
  padding-top: 4px;
  padding-bottom: 0px;
  border-top: 1px solid #000;
}

.tp-calendar-table {
  width: 100%;
  border: 1px solid #000000;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-calendar-table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tp-calendar-table thead th {
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  padding: 5px;
  border-left: 1px solid #EDEDED;
  background: #333333;
}
.tp-calendar-table thead th:first-child {
  border-left: none;
}
.tp-calendar-table tbody tr {
  border-bottom: 1px solid #EDEDED;
}
.tp-calendar-table tbody tr.tp-maxday .tp-bg {
  background: #FDD9E0;
}
.tp-calendar-table tbody tr.tp-maxday .tp-max {
  color: #E51A1A;
  font-weight: 600;
}
.tp-calendar-table tbody tr:nth-child(2n + 1) {
  border-top: 1px solid #000000;
}
.tp-calendar-table tbody tr:first-child {
  border-top: none;
}
.tp-calendar-table tbody tr[data-level="level1"] .tp-result {
  color: #14A04E;
}
.tp-calendar-table tbody tr[data-level="level2"] .tp-result {
  color: #FFCE00;
}
.tp-calendar-table tbody tr[data-level="level3"] .tp-result {
  color: #FF8900;
}
.tp-calendar-table tbody tr[data-level="level4"] .tp-result {
  color: #E51A1A;
}
.tp-calendar-table tbody td {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
  border-left: 1px solid #EDEDED;
}
.tp-calendar-table tbody td:first-child {
  border-left: none;
  font-weight: 700 !important;
}

.tp-calendar-table tbody td:first-child span {
  font-weight: bold !important;
}

.tp-calendar-table tbody td:first-child span {
  border-top: 1px solid #000;
  display: inline-block;
  padding-top: .2em;
}
.tp-calendar-table tbody td .tp-result {
  font-weight: bold;
}
.tp-calendar-table tbody td .tp-icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333333;
  border-radius: 2px;
  background: #ffffff;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tp-monthly-section {
  margin-top: 100px;
  padding-top: 42px;
}
.tp-monthly-head {
  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;
  margin-bottom: 50px;
  line-height: 1;
}
.tp-monthly-head h3 {
  font-size: 35px;
  font-weight: 700;
}
.tp-monthly-head h3 span {
  font-size: 20px;
}

@media screen and (max-width: 1049px) {

.tp-calendar-block {
    max-width: 52px;
}
    
.tp-calendar-date {
    font-size: 20px;
}
    
.tp-calendar-circle {
    font-size: 14px;
}
    
.tp-calendar-circle b {
  font-size: 24px;
  font-weight: 500;
}
.tp-calendar-time {
  font-size: 7px;
  text-align: right;
  margin-bottom: 5px;
}
.tp-calendar-row {
  font-size: 13px;
}
.tp-calendar-row b {
  font-size: 13px;
}
.tp-calendar-row + .tp-calendar-row {
  padding-top: 4px;
  padding-bottom: 0px;
  border-top: 1px solid #000;
}
    
}


@media screen and (max-width: 767px) {
  .tp-monthly-head h3 {
    font-size: 20px;
  }
}
.tp-monthly-head-link {
  font-size: 14px;
  padding: 9px 12px;
  border: 1px solid #EDEDED;
}
.tp-monthly-leading {
  font-size: 16px;
  line-height: 22px;
  margin-top: 22px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-monthly-leading {
    font-size: 14px;
  }
}
.tp-monthly-area[data-type="pc"] {
  display: block;
}
@media screen and (max-width: 767px) {
  .tp-monthly-area[data-type="pc"] {
    display: none;
  }
}
.tp-monthly-area[data-type="sp"] {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-monthly-area[data-type="sp"] {
    display: block;
  }
}
.tp-monthly-accordion-handler {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  border: 1px solid #000;
  background-color: #FDCCC0;
}
@media screen and (max-width: 767px) {
  .tp-monthly-accordion-handler {
    font-size: 16px;
    font-weight: normal;
  }
}
.tp-monthly-accordion-handler[data-open="false"] .tp-open {
  display: block;
}
.tp-monthly-accordion-handler[data-open="false"] .tp-close {
  display: none;
}
.tp-monthly-accordion-handler[data-open="true"] .tp-open {
  display: none;
}
.tp-monthly-accordion-handler[data-open="true"] .tp-close {
  display: block;
}
.tp-monthly-accordion-handler .tp-open {
  width: 16px;
}
.tp-monthly-accordion-handler .tp-close {
  width: 16px;
}
.tp-monthly-accordion-wrap {
  border: 1px solid #000;
  border-top: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-monthly-accordion-wrap {
    padding: 0px;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .tp-monthly-table {
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tp-monthly-table {
    font-size: 11px;
    text-align: center;
    width: 100%;
    margin-top: 16px;
    border: 1px solid #EDEDED;
  }
}
@media screen and (min-width: 768px) {
  .tp-monthly-table thead th {
    font-weight: bold;
    text-align: center;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tp-monthly-table thead th {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #333333;
    border-left: 1px solid #EDEDED;
  }
  .tp-monthly-table thead th:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .tp-monthly-table tbody tr {
    border-bottom: 1px solid #EDEDED;
  }
  .tp-monthly-table tbody tr:nth-child(2n + 1) {
  }
  .tp-monthly-table tbody tr:first-child {
  }
}
@media screen and (max-width: 767px) {
  .tp-monthly-table tbody tr {
    border-top: 1px solid #EDEDED;
  }
  .tp-monthly-table tbody tr:nth-child(2n) {
    background: #F5F6F8;
  }
}
.tp-monthly-table tbody tr[data-level="level1"] .tp-circle {
  color: #14A04E;
}
@media screen and (min-width: 768px) {
  .tp-monthly-table tbody tr[data-level="level1"] .tp-circle {
    border: 2px solid #14A04E;
  }
}
.tp-monthly-table tbody tr[data-level="level2"] .tp-circle {
  color: #FFCE00;
}
@media screen and (min-width: 768px) {
  .tp-monthly-table tbody tr[data-level="level2"] .tp-circle {
    border: 2px solid #FFCE00;
  }
}
.tp-monthly-table tbody tr[data-level="level3"] .tp-circle {
  color: #FF8900;
}
@media screen and (min-width: 768px) {
  .tp-monthly-table tbody tr[data-level="level3"] .tp-circle {
    border: 2px solid #FF8900;
  }
}
.tp-monthly-table tbody tr[data-level="level4"] .tp-circle {
  color: #E51A1A;
}
@media screen and (min-width: 768px) {
  .tp-monthly-table tbody tr[data-level="level4"] .tp-circle {
    border: 2px solid #E51A1A;
  }
}
@media screen and (min-width: 768px) {
  .tp-monthly-table tbody td {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tp-monthly-table tbody td {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #EDEDED;
  }
  .tp-monthly-table tbody td:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .tp-monthly-table tbody .tp-circle {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background: #ffffff;
    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-looking-area {
  margin-top: 28px;
  display: none;
}
.tp-looking-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .tp-looking-wrap {
    padding: 0px;
    border: none;
  }
}
.tp-looking-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-looking-box + .tp-looking-box {
  margin-left: 118px;
}

@media screen and (max-width: 767px) {
  .tp-looking-box {
    display: none;
  }
}

.tp-looking-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tp-looking-block + .tp-looking-block {
  margin-left: 30px;
}
.tp-looking-view-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-looking-icon {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  border: 1px solid #000;
  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-looking-heading {
  font-size: 20px;
  font-weight: bold;
}
.tp-looking-bg {
  width: 32px;
  height: 30px;
  background: #FDD9E0;
  margin-right: 12px;
}
.tp-looking-text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tp-looking-text {
    font-size: 12px;
  }
}
.tp-looking-info {
  font-size: 14px;
  margin-top: 0;
  padding-left: 3.2em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .tp-looking-info {
    display: none;
  }
}

.tp-link-section {
  margin-top: 37px;
}
.tp-link-heading {
  font-size: 20px;
}
.tp-link-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tp-link-wrap {
    display: block;
  }
}
.tp-link-icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-link-icon {
    display: none;
  }
}
.tp-link-icon img {
  width: 17px;
  display: block;
}
.tp-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .tp-link-list {
    display: block;
  }
}
.tp-link-list li {
  margin-right: 35px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .tp-link-list li {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    border: none;
    display: block;
  }
  .tp-link-list li*:first-child {
    margin-top: 0px;
  }
}
.tp-link-list li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.tp-link-list li a {
  font-family: "Avenir Next";
  font-weight: 700;
  font-size: 20px;
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: solid 2px #9fa0a0;
  background: url("../../images/arrow-r-sp.png") no-repeat right 10px top 50%;
  background-size: 8px auto;
  color: #333333;
}


.tp-link-list li a:hover,
.tp-download-list li a:hover{
    text-decoration: none;
    border: solid 2px #FC1A1C;
    color: #333333;
}


@media screen and (max-width: 767px) {
  .tp-link-list li a {
    padding: 14px 16px;
    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-link-list li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tp-link-list li a .icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-link-list li a .icon {
    width: 22px;
    margin-right: 10px;
    display: block;
  }
}
.tp-link-list li a .arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .tp-link-list li a .arrow {
    width: 7.5px;
    display: block;
  }
}
.tp-link-info {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}

.tp-download-section {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tp-download-section {
    display: none;
  }
}
.tp-download-heading {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-download-icon {
  margin-right: 10px;
  display: block;
  display: none;
}
.tp-download-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      align-self: center;
}
.tp-download-list li {
  margin-right: 32px;
  margin-bottom: 4px;
}
.tp-download-list li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.tp-download-list li a {
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 600;
  width: 129px;
  height: 50px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: solid 2px #9fa0a0;
  background: url("../../images/download.png") no-repeat right 12px top 50%;
  background-size: 16px auto;
  box-sizing: border-box;
  color:#333333;
}

.tp-howto-section {
  margin-top: 100px;
  padding-top: 38px;
}
.tp-howto-head {
  margin-bottom: 50px;
  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;
  line-height: 1;
}
.tp-howto-head h3 {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tp-howto-head h3 {
    font-size: 3.9vw;
  }
}
.tp-howto-area {
  margin-top: 22px;
}
.tp-howto-leading {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .tp-howto-leading {
    font-size: 14px;
    line-height: 21px;
  }
}
.tp-howto-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-howto-wrap:last-child {
  margin-top: 32px;
  padding-top: 29px;
  border-top: 1px solid #EDEDED;
}
.tp-howto-box:first-child {
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .tp-howto-box:first-child {
    padding-right: 0px;
  }
}
.tp-howto-box + .tp-howto-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .tp-howto-box-img {
    display: none;
  }
}
.tp-howto-block {
  margin-top: 29px;
}
.tp-howto-block:first-child {
  margin-top: 0px;
}
.tp-howto-block .tp-heading {
  font-size: 16px;
  font-weight: bold;
}
.tp-howto-block .tp-leading {
  font-size: 16px;
  margin-top: 12px;
}
.tp-howto-block .tp-info {
  font-size: 14px;
  margin-top: 14px;
  line-height: 22px;
}
.tp-howto-link {
  margin-top: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-howto-link span {
  text-decoration: underline;
}
.tp-howto-link img {
  width: 7.5px;
  margin-left: 10px;
  display: block;
}

.tp-content-section[data-lang="en"] .tp-content-head h2 {
  font-size: 22px;
}
.tp-content-section[data-lang="en"] .tp-calendar-block + .tp-calendar-block {
  padding-left: 4px;
}

@media screen and (max-width: 767px) {
.tp-content-section[data-lang="en"] .tp-calendar-head-label select {
    margin-left: -30px;
}
      
.tp-calendar-table thead th {
  font-size: 3vw;
  padding: .4em;
  font-weight: 700;
  border-left: 1px solid #FFF;
  background: #000000;
  line-height: 1.3em;
}

.tp-calendar-table tbody td .tp-icon {
  width: 6vw;
  height: 6vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 2.8vw;
  font-weight: 700;
}
.tp-calendar-table tbody td {
  font-size: 2.8vw;
  padding: .5em .2em;
}
.tp-calendar-table tbody .tp-result {
  color: #000 !important;
  font-size: 4vw;
  font-weight: 500;
}
.tp-calendar-table tbody .tp-result:after{
  content: "%";
  font-size: 2.8vw;
}
}
.tp-content-section[data-lang="en"] .tp-looking-wrap {
  padding: 18px 16px;
}
.tp-content-section[data-lang="en"] .tp-looking-wrap .tp-looking-block {
  margin-left: 20px;
}
.tp-content-section[data-lang="en"] .tp-looking-wrap .tp-looking-block:first-child {
  margin-left: 0px;
}
.tp-content-section[data-lang="en"] .tp-calendar-looking-box {
  margin-left: 10px;
}
.tp-content-section[data-lang="en"] .tp-calendar-looking-box:first-child {
  margin-left: 0px;
}

@media print {
  .tp-calendar-tab-wrap {
    display: none !important;
  }

  .tp-calendar-area[data-type="demand"] {
    display: block !important;
  }
  .tp-calendar-area[data-type="demand"]::before {
    content: '需要ピーク時';
    font-size: 24px;
    font-weight: bold;
    display: block;
  }
  .tp-calendar-area[data-type="supply"] {
    display: block !important;
  }
  .tp-calendar-area[data-type="supply"]::before {
    content: '使用率ピーク時';
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    display: block;
  }

  .tp-looking-area {
    display: block !important;
  }

  .tp-monthly-area[data-type="pc"] .tp-monthly-accordion-wrap {
    display: block !important;
  }
  .tp-monthly-area[data-type="pc"] .tp-monthly-table {
    width: 100%;
  }

  .tp-content-section[data-lang="en"] .tp-calendar-area[data-type="demand"]::before {
    content: 'Peak Demand';
  }
  .tp-content-section[data-lang="en"] .tp-calendar-area[data-type="supply"]::before {
    content: 'Peak Usage';
  }
}

/*----------202203追加分----------*/
.flex-page-ttl{
  display: flex;
  align-items: center;
}
.flex-page-ttl>img{
  margin-right: 10px;
}
.tp-flex-howto{
  display: flex;
  margin-top: 65px;
  margin-bottom: 88px;
}
.tp-flex-howto__li:nth-child(1){
  display: flex;
  width: 311px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 75px;
}

.tp-flex-howto__li:nth-child(1) img{
  width:100%;
  height:auto; 
}

.list-howto>li{
  display: flex;
  align-items: center;
  font-size: 20px;
}
.list-howto>li small{
  font-size: .9em;
}
.list-howto>li img{
  width: 28px;
  height: auto;
  margin-right: 10px;
}
.list-howto>li:nth-child(n+2){
  margin-top: 15px;
}
.notes-howto{
  font-size: 14px;
  margin-top: 20px;
}
.notes-howto .bg-color-pink{
  width: 13px;
  height: 13px;
  display: inline-block;
  background-color: #FDD9E0;
}
.block-howto + .block-howto{
  margin-top: 42px;
}
.block-howto__ttl{
  margin-bottom: 5px;
}
.block-howto__ttl span{
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
}
.block-howto__body{
  font-size: 20px;
}
.block-howto__notes{
  font-size: 14px;
  margin-top: 2px;
}
.tp-monthly-table__new{
  width: 100%;
}
.tp-monthly-table__new th,
.tp-monthly-table__new td{
  font-size: 15px;
  box-sizing: border-box;
  padding: 20px .5em;
  text-align: center;
}
.tp-monthly-table__new th{
  cursor: pointer;
}
.tp-monthly-table__new .js-monthly-body tr:first-child{
    border-top: none;
}
.tp-monthly-table__new .js-monthly-body tr{
    border-top: solid 1px #000;
}
.tp-monthly-table__new td b{
  font-weight: normal;
}
.tp-monthly-table__new th:nth-child(1)>span{
  display: flex;
  justify-content: center;
  align-items: center;
}
div[data-open="false"] .tp-monthly-table__new th:nth-child(1)>span:before{
  content: "";
  width: 10px;
  height: 10px;
  background: url("../../images/arrow-b-sp.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}
div[data-open="true"] .tp-monthly-table__new th:nth-child(1)>span:before{
  content: "";
  width: 10px;
  height: 10px;
  background: url("../../images/icon_result_close.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}
.tp-monthly-table__new th:nth-child(1),
.tp-monthly-table__new td:nth-child(1){
  width: 15%;
}
.tp-monthly-table__new th:nth-child(2),
.tp-monthly-table__new td:nth-child(2){
  width: 15%;
}
.tp-monthly-table__new th:nth-child(3),
.tp-monthly-table__new td:nth-child(3){
  width: 20%;
}
.tp-monthly-table__new th:nth-child(4),
.tp-monthly-table__new td:nth-child(4){
  width: 15%;
}
.tp-monthly-table__new th:nth-child(5),
.tp-monthly-table__new td:nth-child(5){
  width: 15%;
}
.tp-monthly-table__new th:nth-child(6),
.tp-monthly-table__new td:nth-child(6){
  width: 15%;
}
.tp-monthly-table__new td:nth-child(6) b{
  font-size: 30px;
}
.tp-monthly-table__new td:nth-child(6) small{
  font-size: 18px;
}

/*@media screen and (min-width: 768px) {
.sp{
  display: none;
}
}*/
@media screen and (max-width: 767px) {
.pc{
  display: none;
}
.flex-page-ttl h2{
  font-size: 6.25vw;
  display: block;
  align-items: center;
  padding-top: .2em;
}
.flex-page-ttl span{
  font-size: 5vw;
  margin-left: .4em;
  display: block;
}
.flex-page-ttl>img{
  margin:-7.5vw 2.66vw 0 0;
  width: 6.93vw;
}

.tp-content-leading-sp {
  font-size: 3.1vw;
  line-height: 1.85;
  margin-top: 4.8vw;
}
.tp-content-head-box {
  margin: 8vw 2.5vw 0;
  justify-content: flex-start;
}
.tp-content-head-block {
  width: 100%;
}
.tp-content-head-block + .tp-content-head-block {
  margin-top: 5.33vw;
}
.tp-content-head-link {
  font-size: 3.46vw;
  color: #FB1B2A;
  padding: 1em;
  border: 2px solid #FB1B2A;
  border-radius: 2px;
  justify-content: space-between;
}
.tp-calendar-section {
  margin: 9.6vw 2.5vw 0;
}

.tp-calendar-head h3 {
  font-size: 4.8vw;
}
.tp-calendar-head h3 span {
  font-size: 5.06vw;
}

.tp-link-heading {
  font-size: 3.73vw;
}
.tp-link-section {
  margin: 10.66vw 2.5vw 0    
}
.tp-link-list {
  display: flex;
}

.tp-link-list li{
  width: 43.5vw;
  padding-right: 2.6vw;
  margin-bottom: 0.5vw;    
}
    
.tp-link-list li:nth-child(2n) {
    padding-right: 0;
}

.tp-link-list li a {
  padding: 1em;
  border: 2px solid #808080;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 3.73vw;
  font-weight: 700;
  text-align: left;
  justify-content: flex-start;
  width: 100%;    
}
.tp-link-list li a .arrow,
.tp-link-list li a .icon {
  display: none;
}
.tp-link-info {
  font-size: 2.8vw;
  line-height: 1.45;
  margin-top: 5.33vw;
}
.tp-link-info span {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.tp-link-info br + span {
  margin-top: .5em;
}
.tp-link-info br {
  display: none;
}
.tp-monthly-section,
.tp-howto-section{
  margin: 0 2.5vw;
  padding-top: 18.66vw;
}
.tp-monthly-head {
  margin-bottom: 5.33vw;
}
.tp-monthly-head h3 {
  font-size: 4.8vw;
}
.tp-monthly-head h3 span {
  font-size: 2.93vw;
}
.tp-monthly-table__new{
  width: 100%;
}
.tp-monthly-table__new th,
.tp-monthly-table__new td{
  font-size: 2.85vw;
  padding: 1em .5em;
  text-align: center;
}
.tp-monthly-table__body{
  border: 1px solid #000;
  border-top: none;
}
.tp-monthly-table__body td{
  border-top: 1px solid #000;
}
.tp-monthly-table__body tr:first-child td{
  border-top: none;
}
  .tp-monthly-table__new th:nth-child(1)>span{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
div[data-open="false"] .tp-monthly-table__new th:nth-child(1)>span:before{
  content: "";
  width: 10px;
  height: 10px;
  background: url("../../images/arrow-b-sp.png") no-repeat center center;
  background-size: contain;
  margin-right: 0;
}
div[data-open="true"] .tp-monthly-table__new th:nth-child(1)>span:before{
  content: "";
  width: 10px;
  height: 10px;
  background: url("../../images/icon_result_close.png") no-repeat center center;
  background-size: contain;
  margin-right: 0;
}
.tp-monthly-table__new th:nth-child(1),
.tp-monthly-table__new td:nth-child(1){
  width: 15%;
}
.tp-monthly-table__new th:nth-child(2),
.tp-monthly-table__new td:nth-child(2){
  width: 15%;
}
.tp-monthly-table__new th:nth-child(3),
.tp-monthly-table__new td:nth-child(3){
  width: 20%;
}
.tp-monthly-table__new td:nth-child(3){
  text-align: center;
}
.tp-monthly-table__new th:nth-child(4),
.tp-monthly-table__new td:nth-child(4){
  width: 27%;
}
.tp-monthly-table__new th:nth-child(5),
.tp-monthly-table__new td:nth-child(5){
  width: 23%;
}
.tp-monthly-table__new td:nth-child(5) b{
  font-size: 6.4vw;
}
.tp-monthly-table__new td:nth-child(5) div:after{
  content: "%";
  font-size: 3.46vw;
}
.tp-monthly-table__new th:nth-child(4) span,
.tp-monthly-table__new td:nth-child(4) span{
  display: block;
  text-align: center;
}
.tp-monthly-table__new td:nth-child(4) span{
  text-align: right;
}
.tp-monthly-table__new td:nth-child(4) span:after{
  content: "kW";
}
.tp-monthly-table__new th:nth-child(4) span:nth-child(2),
.tp-monthly-table__new td:nth-child(4) span:nth-child(2){
  border-top: 1px solid #7E7E7E;
  padding-top: .4em;
  margin-top: .2em;
}
.tp-monthly-table__new td span.accordion_sp{
  display: block;
  transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  line-height: 0.6;
}
.tp-howto-head {
  margin-bottom: 5.33vw;
}
.tp-howto-head h3 {
  display: flex;
  align-items: center;
}
.tp-howto-head h3>span:first-child {
  line-height: 1.4;
}
.tp-howto-head h3 .sp {
  display: block !important;
  font-size: 3.9vw;
  margin-left: .2em;
}
.tp-howto-leading {
  font-size: 3.12vw;
  line-height: 1.85;
}
.tp-flex-howto{
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 8vw;
}
.tp-flex-howto__li:nth-child(1){
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 0;
}
.list-howto>li{
  display: flex;
  align-items: center;
  font-size: 3.12vw;
  margin-top: 2vw;
}
.list-howto>li small{
  font-size: .9em;
}
.list-howto>li img{
  width: 5.4vw;
  margin-right: 2vw;
}
.list-howto>li:nth-child(n+2){
  margin-top: 2.13vw;
}
.notes-howto{
  font-size: 2.8vw;
  margin-top: 2.66vw;
}
.notes-howto .bg-color-pink{
  width: 3.2vw;
  height: 3.2vw;
  position: relative;
  top: .2em;
  margin: 0 .2em;
}
.block-howto + .block-howto{
  margin-top: 8vw;
}
.block-howto__ttl{
  margin-bottom: 2.66vw;
}
.block-howto__ttl span{
  font-size: 3.9vw;
  padding-bottom: 1vw;
}
.block-howto__body{
  font-size: 3.12vw;
}
.block-howto__notes{
  font-size: 2.8vw;
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.tp-calendar-looking-wrap {
  margin-top: 4vw;
  margin-bottom: 0;
  padding: 0;
  border: none;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.tp-calendar-looking-icon {
  font-size: 3vw;
  width: 6.13vw;
  height: 6.13vw;
  box-sizing: border-box;
  margin-right: 1.33vw;
  border: 1px solid #000;
  border-radius: 0;
}
.tp-calendar-looking-text {
  font-size: 3vw;
}
  .tp-flex-calendar-notes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.66vw;
  }
  .tp-flex-calendar-notes__li:nth-child(1){
    font-size: 3vw;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .tp-flex-calendar-notes__li:nth-child(1):before{
    content: "";
    width: 6.13vw;
    height: 6.13vw;
    margin-right: 2vw;
    background-color: #FDD9E0;
  }
  .tp-flex-calendar-notes__li:nth-child(2){
    font-size: 2.93vw;
  }
}


@media screen and ( min-width:768px) and (max-width: 920px) {
    
.tp-link-list li,
.tp-download-list li {
  margin-bottom: 20px;
}

.tp-calendar-head-label select {
  font-size: 2vw;
  -webkit-transform: scale(1);
  transform: scale(1);
}
    
.tp-calendar-table thead th {
  font-size: 2.2vw;
  padding: .2em;
  border-left: 1px solid #FFF;
  background: #000000;
  font-weight: 700;
}
    
.tp-calendar-table tbody td .tp-icon {
  width: 4vw;
  height: 4vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 2.2vw;
  font-weight: 700;
}
.tp-calendar-table tbody td {
  font-size: 2vw;
  padding: .5em .2em;
}
.tp-calendar-table tbody .tp-result {
  color: #000 !important;
  font-size: 3vw;
  font-weight: 500;
}
.tp-calendar-table tbody .tp-result:after{
  content: "%";
  font-size: 2vw;
}
    
.tp-calendar-area[data-type="table"] {
    display: block;
}
    
.tp-calendar-section[data-view="demand"] .tp-calendar-area[data-type="demand"] {
    display: none;
}
    
.tp-calendar-tab-wrap {
    display: none;
}

.tp-calendar-table tbody tr:nth-child(2n + 2) td:first-child {
  border-left: 1px solid #EAEAEA;
}
.tp-calendar-table {
  border: 1px solid #000000;
}
.tp-calendar-table tbody tr:nth-child(2n) {
  border-bottom: 1px solid #000000;
}
.tp-calendar-table tbody tr {
  border-bottom: none;
}

.tp-link-heading {
  font-size: 20px;
}
.tp-calendar-table tbody tr.tp-maxday .tp-bg {
  background: #FDD9E0;
}
.tp-calendar-table tbody tr.tp-maxday,
.tp-calendar-table tbody tr.tp-maxday + tr {
  background: #FFFFFF;
}
.tp-calendar-table tbody tr.tp-holiday {
  background: #E6F5F9;
}
.tp-calendar-table tbody tr.tp-maxday .tp-max {
    color: #E51A1A;
    font-weight: 600;
}

.tp-calendar-area + .tp-looking-area,
.tp-calendar-head-info{
  display: none ;
}
    
.tp-calendar-looking-wrap {
  margin-top: 4vw;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  border: none;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.tp-calendar-looking-icon {
  font-size: 3vw;
  width: 6.13vw;
  height: 6.13vw;
  box-sizing: border-box;
  margin-right: 1.33vw;
  border: 1px solid #000;
  border-radius: 0;
}
.tp-calendar-looking-text {
  font-size: 3vw;
}
  .tp-flex-calendar-notes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.66vw;
  }
  .tp-flex-calendar-notes__li:nth-child(1){
    font-size: 3vw;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .tp-flex-calendar-notes__li:nth-child(1):before{
    content: "";
    width: 6.13vw;
    height: 6.13vw;
    margin-right: 2vw;
    background-color: #FDD9E0;
  }
  .tp-flex-calendar-notes__li:nth-child(2){
    font-size: 2.93vw;
  }
    
}

/*****************************************************************************
    .en
*****************************************************************************/


#content-forecast.en .tp-content-head h2,
#content-forecast.en .tp-content-head-link,
#content-forecast.en .tp-calendar-head h3,
#content-forecast.en .tp-calendar-tab,
#content-forecast.en .tp-calendar-heading .tp-calendar-cell,
#content-forecast.en .tp-looking-icon,
#content-forecast.en .tp-looking-heading,
#content-forecast.en .tp-looking-text,
#content-forecast.en .tp-calendar-table thead th,
#content-forecast.en .tp-calendar-table tbody td:first-child,
#content-forecast.en .tp-calendar-table tbody td .tp-icon,
#content-forecast.en .tp-calendar-looking-wrap,
#content-forecast.en .tp-link-list li a,
#content-forecast.en .tp-monthly-table__new th,
#content-forecast.en .tp-howto-head h3,
#content-forecast.en .tp-monthly-head h3,
#content-forecast.en .block-howto__ttl span,
#content-forecast.en .tp-calendar-table tbody td:first-child span{
        font-weight: 600 !important;
}

#content-forecast.en .flex-page-ttl {
    align-items: flex-start;
}

#content-forecast.en .flex-page-ttl span{
    display: inline;
}

#content-forecast.en .block-howto__ttl span {
    padding-bottom: 2px;
}

#content-forecast.en .block-howto__ttl {
    margin-bottom: 9px;
}

#content-forecast.en .tp-looking-heading,
#content-forecast.en .tp-looking-text {
    font-size: 15px;
}

#content-forecast.en .tp-looking-icon{
    font-size: 16px;
    width: 22px;
    height: 20px;
    padding-top: 2px;
}

#content-forecast.en .tp-looking-block + .tp-looking-block {
    margin-left: 20px;
}

#content-forecast.en .tp-looking-box + .tp-looking-box {
    margin-left: 35px;
}

#content-forecast.en .tp-looking-bg {
    width: 24px;
    height: 24px;
}

#content-forecast.en .tp-monthly-head h3 span{
    padding-left: 10px;
}


@media screen and (max-width: 767px){
    
    #content-forecast.en .flex-page-ttl>img {
        margin: 2vw 2.66vw 0 0;
    }
    
    #content-forecast.en .tp-calendar-head-label {
        width: 35vw;
    }
    
    #content-forecast.en .tp-calendar-head-label select {
        font-size: 3.12vw;
        padding-right:0;
        margin-left: -3vw;
    }
    
    #content-forecast.en .tp-calendar-table thead th {
        font-size: 2.8vw;
        line-height: 1.1em;
    }
    
    #content-forecast.en .tp-calendar-looking-text {
        font-size: 2.8vw;
    }

    #content-forecast.en .tp-flex-calendar-notes__li:nth-child(1):before {
        width: 9vw;
        height: 6vw;    
    }
    
    #content-forecast.en .tp-flex-calendar-notes__li:nth-child(1){
        font-weight: 600;
        line-height: 1.2;
    }
    
    #content-forecast.en .tp-monthly-table__new th, #content-forecast.en.tp-monthly-table__new td {
        font-size: 2.8vw;
        line-height: 1.4;
    }
    
    #content-forecast.en .flex-page-ttl h2 {
        line-height: 1.2;
        }
    
    #content-forecast.en .tp-monthly-table__new td:nth-child(4) span:after {
    content: "x10 MW";
}
    
}