
/* 本体 */

html,body{
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  padding: 0 10px;
  line-height: inherit;
  color: #2c2c2c !important;
  overflow-x: hidden;
  /* overflow-y:hidden; */
  max-width: 100vw;
  box-sizing : border-box;
}

p {
  font-feature-settings: "palt";
  text-align: justify;
}
main {
  width: 1040px;
  margin: auto;
  padding: 50px 0;
}


.tab {
  font-size: 0;
  width: 100%;
}

.head-tab-container {
  width: 100%;
  height: 68px;
}

.head-tab {
  display: table;
  height: 60px;
  width: 100%;
}

.head-tab p {
  text-align: center;
  font-size: 24px;
  color: #3366cc;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.average-title {
  background-color: #eeeeee;
  width: 100%;
  height: 50px;
  display: table;
}

.average-title p {
  text-align: center;
  font-size: 22px;
  color: #3366cc;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  margin: 0;
}
.questionnaire-img{
  text-align: center;
  margin-bottom: 50px;
}
.questionnaire-img img{
  width: 40%;
}
.update-day p{
  text-align: right;
  color: #3366cc;
}

.attention{
  color: #3366cc;
  font-weight: bold;
}
.open{
  width: 20px;
}

hr {
  height: 8px;
  border: none;
  border-top: 8px #33cc66 solid;
  margin: 0;
}

canvas {
  padding: 16px 0;
}

.head-tab-container {
  height: 70px;
  width: 100%;
  background-color: #fff;
}

.tab *,
.tab *:before,
.tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tab > input[type="radio"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.tab .tabpanel {
  display: none;
}

.tab > input:first-child:checked ~ .tabpanels > .tabpanel:first-child,
.tab > input:nth-child(3):checked ~ .tabpanels > .tabpanel:nth-child(2),
.tab > input:nth-child(5):checked ~ .tabpanels > .tabpanel:nth-child(3),
.tab > input:nth-child(7):checked ~ .tabpanels > .tabpanel:nth-child(4),
.tab > input:nth-child(9):checked ~ .tabpanels > .tabpanel:nth-child(5),
.tab > input:nth-child(11):checked ~ .tabpanels > .tabpanel:nth-child(6) {
  display: block;
}

.tab > label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* padding: 8px; */
  cursor: pointer;
  /* border: 1px solid transparent; */
  border-bottom: 0;
  width: 25%; /*calc(100%/4)*/
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #aaaaaa;
  height: 40px;
  line-height: 40px;
  transition: 0.25s ease;
}

.tab .tab_4 {
  border-right: none;
}

.tab > label:hover,
.tab > input:focus + label {
  color: #3366cc;
}

.tab > input:checked + label {
  border-color: #3366cc;
  background-color: #3366cc;
  color: #fff;
}

.tab > input:checked + label:after {
  border-right: none;
}

.tab .tabpanel {
  border-top: 4px solid #3366cc;
}

/*foot-tab*/
.foot-tab {
  font-size: 0;
}

.foot-tab *,
.foot-tab *:before,
.foot-tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.foot-tab > input[type="radio"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.foot-tab .tabpanel {
  display: none;
}

.foot-tab > input:first-child:checked ~ .tabpanels > .tabpanel:first-child,
.foot-tab > input:nth-child(3):checked ~ .tabpanels > .tabpanel:nth-child(2),
.foot-tab > input:nth-child(5):checked ~ .tabpanels > .tabpanel:nth-child(3),
.foot-tab > input:nth-child(7):checked ~ .tabpanels > .tabpanel:nth-child(4),
.foot-tab > input:nth-child(9):checked ~ .tabpanels > .tabpanel:nth-child(5),
.foot-tab > input:nth-child(11):checked ~ .tabpanels > .tabpanel:nth-child(6) {
  display: block;
}

.foot-tab > label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* padding: 15px; */
  cursor: pointer;
  /* border: 1px solid transparent; */
  border-bottom: 0;
  width: 16.66%;
  text-align: center;
  /* border-right: solid 1px #d8d8d8; */
  font-size: 16px;
  font-weight: bold;
  color: #aaaaaa;
  height: 50px;
  line-height: 50px;
  transition: 0.25s ease;
}

.foot-tab > label:hover,
.foot-tab > input:focus + label {
  color: #3366cc;
}

.foot-tab > input:checked + label {
  /* border-color: #3366CC; */
  background-color: #3366cc;
  color: #fff;
}

.foot-tab .tabpanel {
  border-top: 4px solid #3366cc;
}

.foot-tab > .foot-title_input:checked + .foot-title {
  border-color: none;
  background-color: #fff;
  color: #3366cc;
}

.foot-tab > label:after {
  display: none;
}

/*table*/
table {
  border: 0px;
  width: 100%;
  border-spacing: 8px;
  border-collapse: separate;
  border: none;
  font-size: 20px;
}

th {
  width: 16.66%;
  height: 32px;
  border: none;
  font-weight: unset;
  font-size: 20px;
  color: #666666;
}

td {
  width: 16.66%;
  height: 32px;
  background-color: rgb(58, 52, 40);
  border: none;
}
.color_0 {
  background: #fff;
  border: solid 1px #c5dbf9;
  color: #c5dbf9;
}
.color_0 p{
  text-align: center;
}
.color_1 {
  background: #d6e0f5;
}
.color_2 {
  background: #d6e0f5;
}
.color_3 {
  background: #d6e0f5;
}
.color_4 {
  background: #d6e0f5;
}
.color_5 {
  background: #d6e0f5;
}
.color_6 {
  background: #d6e0f5;
}
.color_7 {
  background: #dd7200;
  text-align: center;
  background-image: url("img/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.color_7 img {
  width: 20px;
  vertical-align: middle;
}
.color_8 {
  background: #dd7200;
  text-align: center;
  background-image: url("img/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.color_8 img {
  width: 20px;
  vertical-align: middle;
}
.color_9 {
  background: #dd7200;
  text-align: center;
  background-image: url("img/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.color_9 img {
  width: 20px;
  vertical-align: middle;
}

.color_10 {
  background: #dd7200;
  text-align: center;
  background-image: url("img/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.color_10 img {
  width: 100%;
  max-width: 20px;
  vertical-align: middle;
}

.info-text {
  font-size: 14px;
  /* margin: 20px 50px; */
  line-height: 16px;
  vertical-align: middle;
  display: inline;
}
.info-icon {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.questionnaire {
  margin-top: 200px;
}
.alart {
  padding: 0.714rem 1rem;
  border: 1px solid #fbb03b;
  border-radius: 8px;
  background-color: #fff;
  margin: 20px 0;
}
.alart p {
  margin-left: 10px;
}
.legend {
  width: 50px;
  margin-right: 5px;
}
.datanone{
  display: none;
}
.comingsoon{
  width: 100%;
  margin: 200px 0;
}


#konzatuyosoku p {
  line-height: 1.8rem;
  letter-spacing: 0.72pt;
}
/* 混雑予測 ヘッダー */
#yosoku-header .head-title {
  position: relative;
  margin: 0 auto;
}
/* 混雑予測 ヘッダー h1 */
#konzatuyosoku .head-title .elem-heading-lv1 > div > div::before {
  top: 0;
  background-color: #38bbef;
}
#konzatuyosoku .head-title .elem-heading-lv1 > div > div::after {
  top: 7px;
  background-color: #40ae4b;
}
#konzatuyosoku .head-title .elem-heading-lv1 > div > div::after,
#konzatuyosoku .head-title .elem-heading-lv1 > div > div::before {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 7px;
  content: "";
}
#konzatuyosoku .head-title .elem-heading-lv1 > div > div > div {
  padding-top: 14px;
}
#konzatuyosoku .head-title .elem-heading-lv1 > div > div > div,
#konzatuyosoku .head-title .page-title-group .station-name > div {
  border-right: solid 3px #e6e6e6;
  border-bottom: solid 3px #e6e6e6;
  border-left: solid 3px #e6e6e6;
}
#konzatuyosoku .head-title .elem-heading-lv1 .page-title-container > div {
  padding: 1.286rem 1rem;
}
#konzatuyosoku .head-title .elem-heading-lv1 .page-title-container h1 {
  font-size: 2.714rem;
  line-height: 1.25;
  text-align: center;
}
/* 混雑予測 ヘッダー h2 */
#konzatuyosoku .elem-heading-lv2 {
  margin: 2em auto 1em;
}
#konzatuyosoku .elem-heading-lv2 > div {
  position: relative;
}
#konzatuyosoku .elem-heading-lv2[data-align="center"] > div > div > div > div {
  text-align: center;
}
#konzatuyosoku .elem-heading-lv2 > div > div > div > div::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-linear-gradient(
    left,
    rgba(5, 117, 189, 0.99) 0,
    rgba(48, 179, 231, 0.99) 20%,
    rgba(62, 177, 100, 0.99) 40%,
    rgba(62, 177, 100, 0.99) 60%,
    rgba(48, 179, 231, 0.99) 80%,
    rgba(5, 117, 189, 0.99) 100%
  );
  background: linear-gradient(
    to right,
    rgba(5, 117, 189, 0.99) 0,
    rgba(48, 179, 231, 0.99) 20%,
    rgba(62, 177, 100, 0.99) 40%,
    rgba(62, 177, 100, 0.99) 60%,
    rgba(48, 179, 231, 0.99) 80%,
    rgba(5, 117, 189, 0.99) 100%
  );
}
#konzatuyosoku
  .elem-heading-lv2[data-align="center"]
  > div
  > div
  > div
  > div
  h2 {
  padding: 0 1.4em 0 1.4em;
}
#konzatuyosoku .elem-heading-lv2 h2 {
  font-size: 1.714rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
#konzatuyosoku .color-frame-section[data-bg-color="1"] .elem-heading-lv2 h2,
#konzatuyosoku .elem-heading-lv2 h2 {
  background-color: #fff;
}
#konzatuyosoku .elem-heading-lv2[data-align="left"] > div > div > div > div {
  text-align: left;
}

/* ロゴ */
#konzatuyosoku .info .logo {
  text-align: center;
}
#konzatuyosoku .info .logo a {
  display: block;
}
#konzatuyosoku .info .logo img {
  text-align: center;
}

/* 混雑予測 グラフ　球場 */
#kyujyo {
  border-top: 8px solid #33cc66;
  width: 100%;
}
#kyujyo .head .inner {
  /*height:50px;*/
  padding: 4px;
  box-sizing: border-box;
  color: #3366cc;
}
#kyujyo .head .inner span {
  display: inline-block;
  font-weight: 900;
}
#kyujyo .head .inner .date {
  font-size: 1.6rem !important;
}
#kyujyo .head .inner .week,
#kyujyo .head .inner .time {
  font-size: 1.1rem !important;
}
#kyujyo .head .inner .week {
  margin-left: 4px;
}
#kyujyo .head .inner .time {
  margin-right: 10px;
}
#kyujyo .head .inner .title {
  font-size: 1.5rem !important;
}
#kyujyo .yosoku.title {
  font-size: 1.4rem !important;
  color: #3366cc;
  font-weight: 900;
  background-color: #eeeeee; /*height:50px;*/
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

#kyujyo .event .title {
  background-color: #ee7b04;
  color: #fff;
  font-size: 1.1rem !important;
  text-align: center;
  font-weight: 900; /*height:40px;*/
  padding: 6px;
  margin-bottom: 20px;
}
#kyujyo .event .title span:last-child {
  font-size: 0.8rem !important;
}
#kyujyo .event ul li {
  /*height:30px;*/
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 0.9rem !important;
  font-weight: 600;
  position: relative;
  padding: 0rem 0.3rem 0.7rem 1.3rem;
}
#kyujyo .event ul li:hover {
  color: #fbb03b !important;
}
/* #kyujyo .event ul li:nth-child(odd){background-color: #fff5e7;} */
#kyujyo .event ul li span {
  text-indent: -1rem;
  color: #2c2c2c;
  font-size: 14px;
}

#kyujyo .event ul li span:before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  top: 0.3rem;
  left: 0.2rem;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #40ae4b;
}
#kyujyo .event ul li a {
  text-decoration: none;
}
#kyujyo .event ul li a:hover {
  text-decoration: underline;
}

/* アンケート */
#konzatuyosoku .question {
  width: 80%;
  margin: 60px auto;
}

#konzatuyosoku .question a {
  display: block;
  padding: 20px;
  background-color: #3366cc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 800;
}
#konzatuyosoku .question a:hover {
  background-color: #ee7b04;
}

/* リンク */
.elem-btn--delay > div {
  position: relative;
}

.elem-btn--delay span {
  vertical-align: middle;
  color: #2c2c2c;
}
.elem-btn--delay {
  display: block;
  margin: 1.071rem auto;
  -webkit-transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.24);
}
.elem-btn--delay:hover {
  background-color: #fdebd9;
  box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.32);
}
.elem-btn--delay > div > div > div > div {
  padding: 22px 10px;
  text-align: center;
  margin-bottom: 100px;
}
.elem-btn--delay[data-delay-type="1"] > div > div > div > div::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 5px;
  content: "";
  background-color: #ee7a00;
}
.elem-btn--delay[data-delay-type="1"] > div > div > div > div::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #e93d2f;
}

.elem-btn--delay[data-delay-type="2"] > div > div > div::after,
.elem-btn--delay[data-delay-type="2"] > div > div > div::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  content: "";
}
.elem-btn--delay[data-delay-type="2"] > div > div > div::before {
  left: 0;
  background-color: #1dad4c;
}

.elem-btn--delay[data-delay-type="2"] > div > div > div > div::after,
.elem-btn--delay[data-delay-type="2"] > div > div > div > div::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 5px;
  content: "";
  width: 33.33%;
}
.elem-btn--delay[data-delay-type="2"] > div > div > div > div::before {
  left: 0;
  background-color: #00a6c0;
}
.elem-btn--delay[data-delay-type="2"] > div > div > div > div::after {
  right: 0;
  background-color: #ee7a00;
}

.elem-btn--delay[data-delay-type="3"] > div > div > div > div::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #ee7a00;
}
.elem-btn--delay span {
  font-size: 1.143rem;
  padding: 0 0.429rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #2c2c2c;
}
.elem-btn--delay span.ripple-ring {
  display: none;
}

.icon-arrow-forward {
  display: none !important;
}
.item--divide span {
  position: relative;
}

.item--divide span::before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  top: 0.1rem;
  left: -0.5rem;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #40ae4b;
}
.elem-btn--delay:first-child {
  margin-top: 0;
}
.elem-btn--delay:last-child {
  margin-bottom: 0;
}
.item--divide {
  width: 100%;
  text-align: center;
}
.item--divide > div {
  display: inline-block;
  width: 45%;
  margin: 0 20px;
}
.divide-layout .item--divide > div > a {
  text-decoration: none;
  color: inherit;
}
.divide-layout {
  margin: 0 auto 2.143rem;
}
.divide-layout:last-child {
  margin-bottom: 0;
}
.divide-layout[data-divide-column="2"] > div > div > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.885%;
}
.divide-layout[data-divide-column="2"] .item--divide {
  width: 47.196%;

  margin: 100px 0;
  margin-left: 2.804%;
  width: 100%;
}
.divide-layout[data-divide-column="2"] .item--divide:nth-child(n + 3) {
  margin-top: 2.804%;
}
.divide-layout[data-divide-column="2"] .item--divide:nth-child(n + 3),
.divide-layout[data-divide-column="2"] .item--divide:nth-child(n + 3) {
  margin-top: 2.143rem;
}

.divide-layout .item--divide > div > a {
  display: block;
}
.divide-layout .item--divide {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}

.divide-layout .elem-pic > div > div > div {
  text-align: center;
}
.divide-layout .elem-pic > div > div > div > div {
  max-width: 100%;
  vertical-align: middle;
}
/* リンクここまで */

/* レスポンシブ */
@media (max-width: 376px) {
  .head-tab-container {
    width: 100%;
    height: 50px;
  }

  .head-tab {
    display: table;
    height: 44px;
    width: 100%;
  }

  .head-tab p {
    text-align: center;
    font-size: 18px !important;
    color: #3366cc;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    line-height: 44px;
    padding: 0px !important;
  }

  hr {
    height: 6px;
    border: none;
    border-top: 6px #33cc66 solid;
    margin: 0;
  }

  .tab {
    width: 100%;
    /* font-size: 0.8em; */
  }
  .tab label {
    /* padding: 0.5em; */
    /* padding: 5px; */
    font-size: 18px;
  }

  .average-title p {
    text-align: center;
    font-size: 16px !;
    color: #3366cc;
    vertical-align: middle;
    padding-top: 5px;
    /* font-weight: bold; */
    margin: auto 0;
  }

  .average-title {
    background-color: #eeeeee;
    width: 100%;
    height: 36px;
    padding: 0 !important;
  }

  .tab > label {
    position: relative;
    display: inline-block;
    /* padding: 10px 5px; */
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0;
    width: 25%; /*calc(100%/4)*/
    text-align: center;
    /* border-right: solid 1px #d8d8d8; */
    font-size: 18px;
    font-weight: bold;
    color: #aaaaaa;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
  }

  /*foot-tab*/
  .foot-tab {
    font-size: 0;
  }

  .foot-tab *,
  .foot-tab *:before,
  .foot-tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .foot-tab > input[type="radio"] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }

  .foot-tab .tabpanel {
    display: none;
  }

  .foot-tab > input:first-child:checked ~ .tabpanels > .tabpanel:first-child,
  .foot-tab > input:nth-child(3):checked ~ .tabpanels > .tabpanel:nth-child(2),
  .foot-tab > input:nth-child(5):checked ~ .tabpanels > .tabpanel:nth-child(3),
  .foot-tab > input:nth-child(7):checked ~ .tabpanels > .tabpanel:nth-child(4),
  .foot-tab > input:nth-child(9):checked ~ .tabpanels > .tabpanel:nth-child(5),
  .foot-tab
    > input:nth-child(11):checked
    ~ .tabpanels
    > .tabpanel:nth-child(6) {
    display: block;
  }

  .foot-tab > label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-bottom: 0;
    width: 16.66%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: #aaaaaa;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
  }

  .foot-tab > label:hover,
  .foot-tab > input:focus + label {
    color: #3366cc;
  }

  .foot-tab > input:checked + label {
    /* border-color: #3366CC; */
    background-color: #3366cc;
    color: #fff;
  }

  .foot-tab .tabpanel {
    border-top: 4px solid #3366cc;
  }

  .foot-tab > .foot-title_input:checked + .foot-title {
    border-color: none;
    background-color: #fff;
    color: #3366cc;
    font-size: 0.6rem;
  }

  .foot-tab > label:after {
    display: none;
  }

  .foot-title {
    font-size: 10px;
  }
  .info-text {
    font-size: 13px !important;
    margin: 10px 0px;
    vertical-align: middle;
  }

  .info-icon {
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .average-title {
    background-color: #eeeeee;
    width: 100%;
    height: 36px;
    display: table;
  }

  　.foot-tab table {
    display: none;
  }

  .average-title p {
    text-align: center;
    font-size: 20px;
    color: #3366cc;
    display: table-cell;
    vertical-align: middle;
    /* font-weight: bold; */
    margin: 0;
  }

}
@media screen and (max-width: 736px) {
  
  main {
    width: 100% !important;
    /* margin: auto; */
    padding: 50px 0;
  }
  
  .info-text{
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  #konzatuyosoku .elem-heading-lv2 h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
  #konzatuyosoku p {
    padding: 16px;
    font-size: 0.8rem;
  }
  #kyujyo .head .inner {
    /*min-height:50px;*/
    padding: 8px;
    height: auto;
  }
  #kyujyo .head .inner .date {
    font-size: 0.8rem !important;
  }
  #kyujyo .head .inner .week,
  #kyujyo .head .inner .time {
    font-size: 0.6rem !important;
  }
  #kyujyo .head .inner .week {
    margin-left: 4px;
  }
  #kyujyo .head .inner .time {
    margin-right: 10px;
  }
  #kyujyo .head .inner .title {
    font-size: 1rem !important;
  }
  #kyujyo .yosoku.title {
    font-size: 1rem !important; /*min-height:50px;*/
    padding: 8px;
  }
  #kyujyo .event .title {
    font-size: 0.9rem !important;
    padding: 4px;
  }
  #kyujyo .event .title span:last-child {
    font-size: 0.6rem !important;
  }
  #kyujyo .event ul li {
    min-height: 30px;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 0.7rem !important;
    font-weight: 600;
  }
  #kyujyo .event ul li span:before {
    padding-right: 10px;
  }
  #kyujyo .event ul li a {
    text-decoration: none !important;
  }
  #kyujyo .event ul li a:hover {
    text-decoration: underline;
    color: #fbb03b !important;
  }
  #konzatuyosoku .question a {
    padding: 10px;
    font-size: 1.2rem;
  }
  /* リンク　レスポンシブ */
  .item--divide > div {
    display: inline-block;
    width: 80%;
    margin: 10px 20px;
  }
  
  .questionnaire-img img{
    width: 100%;
  }
}

canvas {
  width: 100%!important;
}
