/* 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; }

.pc-menu {
  display: block!important;
}

.sp-menu {
  display: none!important;
}

.sp-menu .nav-structure-a>.menu-btn {
  width: 100%;
  background: #dad9d6;
  color: #000!important;
  border: none;
}

.sp-menu .nav-structure-a.is-close>.menu-btn::before {
  background: linear-gradient( #595959,#595959 2px, transparent 2px, transparent 6px, #595959 6px, #595959 8px, transparent 8px, transparent 12px, #595959 12px );
}

.sp-menu .nav-structure-a.is-open>.menu-btn::before {
  background: #595959;
}

.sp-menu .nav-structure-a.is-open>.menu-btn::after {
  background: #595959;
}

.sp-menu .nav-structure-a>ul>li a {
  background: #fff;
}

.sp-menu .lyt-panel-a a:hover,.sp-menu  .lyt-panel-a a:active,.sp-menu  .lyt-panel-a a:focus {
  text-decoration: none;
  opacity: .8;
}

@media only screen and (max-width: 1000px) {
  .pc-menu {
    display: none!important;
  }

  .sp-menu {
    display: block!important;
  }
}

@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%; } }
    
    
@media (min-width: 641px) {
   .pc_on { display: block; }
   .sp_on { display: none; }
}

@media (max-width: 640px) {
   .pc_on { display: none; }
   .sp_on { display: block; }
}

