
 
  .store-item{
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 10px;
    max-width: 850px;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .city{
    display: block;
    color: #555;
    font-weight: bold;
    background-color: #f3f3f3;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
  }
  .date-time{
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
  }
  .cont{
    display: flex;
  }
  .attention{
    background-color: #FFE4E4;
    color: #5B3535;
    border-bottom: 1px solid #FFE4E4;
    border-radius: 10px;
    max-width: 850px;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .attention h3{
    margin: 0 auto 10px;
    line-height: 40px;
    display: block;
    background-color: #FFE4E4;
    border-bottom: 1px dotted #EFB7B7;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #5B3535;
  }
  .attention ul{
    display: inline-block;
    list-style-type: decimal;
    text-align: left;
    margin: 0 auto;
  }
  .attention ul li{
    line-height: 1.6;
  }
  .info{
    text-align: left;
  }
  dt{
    display: table-cell;
  }
  .tt{
    text-align: left;
    max-width: 800px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 40px;
  }
  .tt_list{
    display: flex;
    line-height: 30px;
  }
  .tt_head{
    width: 100px;
    font-weight: bold;
  }
  details.onsight{
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
  }
  details.onsight summary{
    border-radius: 5px;
    line-height: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 40px;
    border-radius: 7px;
    background-color: #fff;
  }
  .dt_content{
    padding: 20px 40px;
  }

  .taikenkaicard{
    padding-top: 0px;
    padding-bottom:0px;
    margin-bottom: 25px;
  }
  @media screen and (max-width: 480px){
    .taikenkaicard{
      margin-left: 0px;
      width: 100%;
    }
  }
  .taikenkaicard h2{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight:bold;
    font-size: 24px;
    line-height: 40px;
    font-feature-settings: "palt";
    color: #5B3535;
  }

  .taikenkaicard h3{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight:bold;
    font-size: 18px;
  }

  @media screen and (max-width: 480px){
    .tt{
      padding: 10px 10px;
      margin-bottom: 10px;
    }
    .tt_head{
      font-size: 12px;
      width: 60px;
      font-weight: bold;
    }
    .tt_content{
      flex: 1;
      font-size: 12px;
      text-align: left;
    }
    .tt_list{
      padding: 0px 3px;
      line-height: 18px !important;
    }
    .taikenkaicard{
      margin-bottom: 15px;
      padding-bottom: 5px !important;
    }
    .taikenkaicard h2{
      margin-top: 0px;
      font-size: 20px;
      line-height: 30px;
    }
    .taikenkaicard h3{
      font-size: 18px;
      line-height: 28px;
      margin-top: 10px;
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
    summary{
      font-size: 12px;
    height: 30px;
    line-height: 30px;
    }
    .dt_content{
      padding: 10px 10px;
    }
    .dt_content p{
      font-size: 12px !important;
    }
  }

  .article-map{
    margin-bottom: 100px;
  }
  .cnt-movie__header p{
    text-align: center;
  }


  .live-thumbnail{
    display: block;
    width: 100%;
    max-width: 500px !important;
    margin: 0 auto 5px;
  }
  @media screen and (max-width: 480px) {
    .live-thumbnail{
      width: 100%;
      max-width: 414px !important;
      margin-left: -15px;
      width: calc(100% + 30px);
    }
  }
  @media screen and (max-width: 375px){
    .taikenkaicard h2{
      font-size: 18px;
      line-height: 26px;
    }
  }

  .cnt-movie > details.navigation > summary {
    position: relative;
  }
  .cnt-movie > details.navigation > summary:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    transition: all 0.2s ease;
  }
  .cnt-movie > details.navigation[open] > summary:after {
    transform: rotate(315deg);
    top: 40px;
  }
  @media screen and (max-width: 480px) {
    .cnt-movie > details.navigation > summary:after {
      top: calc(50% - 5px);
      right: 15px;
    }
    .cnt-movie > details.navigation[open] > summary:after {
      top: calc(50% - 5px);
  }
  }

  .innerSection:last-child {
      padding-top: 54px;
      margin-bottom: 54px;
  }
    .wrapper-todays-seminar {
        border-top: 4px solid #ff2f2f !important;
    }
    details.navigation.wrapper-todays-seminar[open] > summary {
        border-top: none;
    }
    #link-todays-seminar {
        color: #ff4343;
    }
    #link-todays-seminar span {
        color: #5B3535;
    }
    .privacy-box {
        display: flex;
        text-align: left;
        margin-top: 50px !important;
    }
    .privacy-box .inner {
        margin-right: 20px;
    }
    .privacy-box .links {
        margin-top: 6px;
    }
    .privacy-box .links a {
        padding-left: 0 !important;
        white-space: nowrap;
    }
    @media only screen and (max-width: 500px) {
        .innerSection:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .todays-seminar .container {
            padding-right: 0;
            padding-left: 0;
        }
        .satoriFrame {
            height: auto;
        }

    }
    #onsight ul {
      list-style: inherit;
    }
    #onsight #onsight-header ul {
      list-style: none;
    }
  
    /* 都道府県別の配色 */
    .hokkaido{
        background: #e9edff;
    }
    .miyagi{
        background: #e4f9ff;
    }
    .ibaraki,.tochigi,.gunma {
      background: #d8f8e3;
    }
    .tokyo,.kanagawa,.chiba,.saitama {
        background: #d8f8e3;
      }
    .shizuoka,.aichi,.mie,.gifu,.ishikawa,.yamanashi,.nagano {
        background: #eaffd8;
      }
    .osaka,.hyogo,.kyoto,.nara,.hyogo {
      background: #fcf9cd;
      }
    .hiroshima {
      background: #ffebd1;
      }
    .fukuoka {
        background: #ffe6e6;
    }
    
    ul.prefectures>li {
        width: 20%; flex: none;
      }
      .prefectures li a {
        color: #5B3535 !important;
      }
      #video .prefectures li a {
        font-size: 16px;
      }
      @media screen and (max-width: 767px) {
        #video .prefectures li a {
          font-size: 14px;
        }
      }
    
      ul.page-link li a::after {
        background-image: url(/info/local/images/taikenkai/page-link-tokyo.svg);
      }
    
      .wrapper-onsight .container {
        overflow: hidden;
      }
      #onsight .head{
        margin-top: 0;
        margin-bottom: 0;
        color: #5B3535;
        font-size: 18px;
      }
      .place dl {
        margin: 0px 30px;
        padding: 15px 0px;
        border-bottom: 1px dotted #ddd;
      }
      .place dl:last-child {
        border-bottom: none;
      }
      .place dl dt {
        font-size: 24px;
      }
      .place dl dd {
        font-size: 20px;
      }
      .place dl dd:first-of-type,
      .place dl dd.ftpark {
        font-size: 14px;
        font-weight: bold;
      }
      .place dl dd.ftpark {
        margin-bottom: 10px;
        color: red;
      }
      .place dl dt,
      .place dl dd {
        color: #5B3535;
        line-height: 1.6;
        font-feature-settings: "palt";
      }
      .pc {
        display: inline-block;
      }
      .sp {
        display: none;
      }
      @media screen and (max-width: 767px) {
        .onsight-txt {
          display: inline-block;
          margin-top: 10px;
          line-height: 1;
        }
        .pc {
          display: none;
        }
        .sp {
          display: inline-block;
        }
      }
      @media screen and (max-width: 480px) {
        .onsight-txt {
          display: inline;
        }
        .place dl {
          margin: 20px 10px;
        }
        .place dl dt {
          font-size: 24px;
        }
        .place dl dd:first-of-type,
        .place dl dd.ftpark {
          font-size: 14px;
        }
        .place dl dd {
          font-size: 16px;
        }
        .place dl dt,
        .place dl dd {
          font-feature-settings: "palt";
        }
      }
      .place dl dd:first-of-type {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .place .card {
        padding-bottom: 0;
      }
      .place .container .content .head {
        margin-bottom: 20px;
      }
      .link-access {
        display: inline-block;
        position: relative;
      }
      .link-access::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 7px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #19b6a9;
        border-right: 2px solid #19b6a9;
        transform: rotate(45deg);
      }
      .link-access span {
        padding-left: 13px;
      }
      @media screen and (max-width: 480px) {
        .place dl dd:first-of-type {
          flex-direction: column;
        }
        .link-access::before {
          top: 7px;
          width: 7px;
          height: 7px;
        }
        .link-access span {
          padding-left: 13px;
        }
      }
    
      summary.notice {
        position: relative;
      }
      summary.notice:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 11px;
        height: 11px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(135deg);
        transition: all 0.2s ease;
      }
      details[open] > .notice:after {
        transform: rotate(315deg);
        top: 17px;
      }
    
      a.link-access-solo{
        position: relative;
        display: inline-block;
        border-radius: 10px;
        color: #19b6a9;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        padding-left: 20px;
        margin-bottom: 10px;
    
      }
      a.link-access-solo:before{
        content: "";
        display: inline-block;
        position: absolute;
        top: 16px;
        left: 0px;
        width: 9px;
        height: 9px;
        border-top: 2px solid #19b6a9;
        border-right: 2px solid #19b6a9;
        transform: rotate(45deg);
      }
      a.link-access.add {
      position: relative;
      display: inline-block;
      border-radius: 10px;
      color: #19b6a9;
      text-align: center;
      margin: 0 auto;
      font-size: 20px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      padding-left: 20px;
      margin-bottom: 10px;
  
    }
    a.link-access.add:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 16px;
      left: 0px;
      width: 9px;
      height: 9px;
      border-top: 2px solid #19b6a9;
      border-right: 2px solid #19b6a9;
      transform: rotate(45deg);
    }



    .bnr-02 {
      margin: 30px auto 0;
      width: 95%;
      text-align: center;
    }
    .bnr-02 img {
      max-width: 500px;
      width: 100%;
    }
    /* @media screen and (max-width: 767px) {
      .bnr-02 {
        margin-bottom: -30px;
      }
    } */
    .bnr-info {
      margin: auto;
      padding: 10px 30px 30px;
      background: #e7fbfe;
      width: 100%;
      max-width: 500px;
    }
  
    .bnr-info-merit {
      margin: auto;
      padding: 10px 30px 30px;
      background: #fffcb1;
      width: 100%;
      max-width: 500px;
    }
  
    .bnr-info-inner {
      padding: 10px 15px 5px 5px;
    }
    .bnr-info-inner p {
      margin-bottom: 20px;
      font-size: 20px;
    }
    .bnr-info-inner li {
      text-align: justify;
      font-feature-settings: "palt";
    }
    @media screen and (max-width: 767px) {
      .bnr-info {
        width: 95%;
      }
      .bnr-info-inner {
        padding: 15px 15px 5px 5px;
      }
      .bnr-info-inner p {
        font-size: 16px;
      }
    }
  
    .bnr-info-inner-merit {
      padding: 10px 15px 5px 5px;
      background: #fffcb1;
    }
    .bnr-info-inner-merit p {
      margin-bottom: 8.4px;
      font-size: 14px;
    }
    .bnr-info-inner-merit li {
      text-align: justify;
      font-feature-settings: "palt";
    }
    @media screen and (max-width: 767px) {
      .bnr-info-merit {
        width: 95%;
      }
      .bnr-info-inner-merit {
        padding: 15px 15px 5px 5px;
      }
      .bnr-info-inner-merit p {
        font-size: 14px;
      }
    }
  




    #onsight ul {
      list-style: inherit;
    }
    #onsight #onsight-header ul {
      list-style: none;
    }
  
    
    ul.prefectures>li {
        width: 20%; flex: none;
      }
      .prefectures li a {
        color: #5B3535 !important;
      }
      #video .prefectures li a {
        font-size: 16px;
      }
      @media screen and (max-width: 767px) {
        #video .prefectures li a {
          font-size: 14px;
        }
      }
    
      ul.page-link li a::after {
        background-image: url(/info/local/images/taikenkai/page-link-tokyo.svg);
      }
    
      .wrapper-onsight .container {
        overflow: hidden;
      }
      #onsight .head{
        margin-top: 0;
        margin-bottom: 0;
        color: #5B3535;
        font-size: 18px;
      }
      .place dl {
        margin: 0px 30px;
        padding: 15px 0px;
        border-bottom: 1px dotted #ddd;
      }
      .place dl:last-child {
        border-bottom: none;
      }
      .place dl dt {
        font-size: 24px;
      }
      .place dl dd {
        font-size: 20px;
      }
      .place dl dd:first-of-type,
      .place dl dd.ftpark {
        font-size: 14px;
        font-weight: bold;
      }
      .place dl dd.ftpark {
        margin-bottom: 10px;
        color: red;
      }
      .place dl dt,
      .place dl dd {
        color: #5B3535;
        line-height: 1.6;
        font-feature-settings: "palt";
      }
      .pc {
        display: inline-block;
      }
      .sp {
        display: none;
      }
      @media screen and (max-width: 767px) {
        .onsight-txt {
          display: inline-block;
          margin-top: 10px;
          line-height: 1;
        }
        .pc {
          display: none;
        }
        .sp {
          display: inline-block;
        }
      }
      @media screen and (max-width: 480px) {
        .onsight-txt {
          display: inline;
        }
        .place dl {
          margin: 20px 10px;
        }
        .place dl dt {
          font-size: 24px;
        }
        .place dl dd:first-of-type,
        .place dl dd.ftpark {
          font-size: 14px;
        }
        .place dl dd {
          font-size: 16px;
        }
        .place dl dt,
        .place dl dd {
          font-feature-settings: "palt";
        }
      }
      .place dl dd:first-of-type {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .place .card {
        padding-bottom: 0;
      }
      .place .container .content .head {
        margin-bottom: 20px;
      }
      .link-access {
        display: inline-block;
        position: relative;
      }
      .link-access::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 7px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #19b6a9;
        border-right: 2px solid #19b6a9;
        transform: rotate(45deg);
      }
      .link-access span {
        padding-left: 13px;
      }
      @media screen and (max-width: 480px) {
        .place dl dd:first-of-type {
          flex-direction: column;
        }
        .link-access::before {
          top: 7px;
          width: 7px;
          height: 7px;
        }
        .link-access span {
          padding-left: 13px;
        }
      }
    
      summary.notice {
        position: relative;
      }
      summary.notice:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 11px;
        height: 11px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(135deg);
        transition: all 0.2s ease;
      }
      details[open] > .notice:after {
        transform: rotate(315deg);
        top: 17px;
      }
    
      a.link-access-solo{
        position: relative;
        display: inline-block;
        border-radius: 10px;
        color: #19b6a9;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        padding-left: 20px;
        margin-bottom: 10px;
    
      }
      a.link-access-solo:before{
        content: "";
        display: inline-block;
        position: absolute;
        top: 16px;
        left: 0px;
        width: 9px;
        height: 9px;
        border-top: 2px solid #19b6a9;
        border-right: 2px solid #19b6a9;
        transform: rotate(45deg);
      }
      a.link-access.add {
      position: relative;
      display: inline-block;
      border-radius: 10px;
      color: #19b6a9;
      text-align: center;
      margin: 0 auto;
      font-size: 20px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      padding-left: 20px;
      margin-bottom: 10px;
  
    }
    a.link-access.add:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 16px;
      left: 0px;
      width: 9px;
      height: 9px;
      border-top: 2px solid #19b6a9;
      border-right: 2px solid #19b6a9;
      transform: rotate(45deg);
    }


