.dev-pc .cms-public .area3 {
  max-width: 100%;
  width: 100%;
}

.dev-pc .cms-public .area3 > .parts {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

table#ichiran caption{
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 2px solid #3c6690;
  border-top: 2px solid #3c6690;
  border-bottom: 2px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 10px;
  border-radius: 5px 5px  0 0;
}

table#ichiran{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table#ichiran td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
  border-right: 1px solid #a8b7c5;
}

table#ichiran tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table#ichiran tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/* for hiroshima */
.dev-pc .ichiran .block.iframe,
.dev-sp .ichiran .block.iframe {
  /*width: calc(100% - 2em);*/
  width: 100%;
  /*  margin-left: 1em;
    margin-right: 1em;*/
}
.cms-public .block.iframe iframe {
  width: 100%;
  height: 1000px;
  border: none;
}
.cms-public .block.iframe iframe {
  width: 100%;
  height: 1000px;
  border: none;
}
.dev-sp .cms-public .block.iframe iframe {
  height: 500px;
}
.dev-pc .cms-public .block.iframe.h_500 iframe {
  height: 500px;
}
.dev-pc .cms-public .block.iframe.h_550 iframe {
  height: 550px;
}
.dev-pc .cms-public .block.iframe.h_1000 iframe {
  height: 1000px;
}
.dev-sp .cms-public .ichiran-bousai .block.iframe iframe {
  height: 500px;
}