/* Scss Document */
.list-none[class*="diff-col"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -12px;
  padding-left: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.list-none[class*="diff-col"] > li {
  width: 50%;
  padding: 15px; }

.tbl-a thead tr:first-child > .col2,
.tbl-a tbody th.col2,
.tbl-a tbody .th.col2 {
  width: 480px; }

.tab-b .tab-list-b > li {
  flex-grow: 1; }

.table-size80 {
  width: 80%;
  margin: 0 auto; }

.table-size80 th,
.table-size80 td {
  padding-top: 5px;
  padding-bottom: 5px; }

.img-left-vmiddle {
  margin-right: 5px;
  vertical-align: middle; }

.movie-title {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: left; }

#morehelp .box .box-inside .box-child > img {
  width: auto; }

#morehelp .box .box-inside .box-child .box-child-content > h3 {
  padding-top: 0; }

@media only screen and (max-width: 767px) {
  .list-none.diff-col2 {
    display: block; }

  .list-none.diff-col2 > li {
    width: 100%; }

  .tbl-a thead tr:first-child > .col2,
  .tbl-a tbody th.col2,
  .tbl-a tbody .th.col2 {
    width: 100%; }

  .table-size80 {
    width: 100%; } }
