/* 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; }
  
.tab-b .tab-list-b > li.flex_grow0 {
   flex-grow: 0; }


 

.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; }

@media only screen and (min-width: 768px) {
  #morehelp  {padding-bottom: 40px;}
}

#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; }
}

#name-cookie-accept-bar {
    position: fixed;
    z-index: 10001
}

.cookie-accept-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,0.9);
    border-radius: 6px;
    padding: 10px 15px 15px;
    width: calc(100% - 40px)
}

@media screen and (min-width: 561px) {
    .cookie-accept-bar {
        flex-direction:row;
        left: 30px;
        width: calc(100% - 60px)
    }
}

.cookie-accept-bar p {
    color: #fff;
    font-size: 1.3rem
}

#name-cookie-accept-btn {
    display: inline-block;
    padding: 2px 32px;
    background-color: #CF122E;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    height: 36px
}

#name-cookie-accept-btn:hover {
    background-color: #E27182;
    cursor: pointer
}

#modal-overlay {
    z-index: 10002;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75)
}

.button-link {
    color: #0A86D5;
    font-size: 1.0em
}

.button-link:hover {
    cursor: pointer;
    color: #36c;
    text-decoration: underline
}

#modal-content {
    z-index: 10003;
    display: none;
    position: fixed;
    width: 80%;
    max-width: 960px;
    margin: 0;
    padding: 20px;
    border: 2px solid #aaa;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

#modal-content-innar {
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
    height: 50%;
    max-height: 400px
}

#modal-content-innar a {
  cursor: pointer;
}

#modal-content::-webkit-scrollbar {
    background: #fff;
    width: 5px
}

#modal-content::-webkit-scrollbar-thumb {
    background: #aaa
}

#modal-content .txtLink {
  color: #163182;
  font-size: inherit;
  line-height: 1.5em;
  text-decoration: underline;
  cursor: pointer;
}

#modal-content .txtLink:hover {
    color: #36c;
}

