.schedule_wrapper {
    width: 100%;
    flex-basis: 80%;
    width: 65%;
    margin: 0 auto;
  }
  .schedule_wrapper .search_ttl{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 2em;
  }
  
  .schedule_wrapper .search_ttl img {
    width: 5em;
  }
  
  .schedule_wrapper .search_ttl h1 {
    font-size: 2em;
    line-height: 70px;
  }
  
  
  .schedule_wrapper .date_wrapper {
    /* margin-top: 1.5em; */
    display: flex;
    gap: 4em;
    justify-content: center;
    padding: 10px;
  }
  
  
  .schedule_wrapper .search_table table {
    width: 100%;
    padding: .3em;
    border-collapse: collapse;
  }
  
  
  .schedule_wrapper table th, td {
    /* border: solid 1px #000; */
    padding: 2px;
    text-align: center;
  }


  .back_container p,.next_container p {
    margin-top: 10px;
  }

  .back_container a, .next_container a {
    text-decoration: none;
  }



  table.brwsr1 {
    font-size: 12px;
    margin: 0 auto;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0px 1px;
    }
    
    table.brwsr1 th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    color: #fff;
    }
    
    table.brwsr1 td {
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #999 1px solid;
    font-size: 1.4em;
    border: solid 1px #999;
    }
    
    table.brwsr1 th.r1 {
    width: 152px;
    /* border-right: #999 1px solid; */
    background: #EF90BC;
    }
    
    table.brwsr1 th.r2,
    table.brwsr1 td.r2 {
    width: 128px;
    border-left: #fff 1px solid;
    /* border-right: #999 1px solid; */
    background: #EF90BC;
    }
    
    table.brwsr1 th.r1,
    table.brwsr1 th.r2,
    table.brwsr1 th.r3,
    table.brwsr1 th.r4,
    table.brwsr1 th.r5 {
    text-align: center;
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 100;
    font-size: 1.2em;
    }
    
    table.brwsr1 th.r3,
    table.brwsr1 td.r3 {
    width: 128px;
    border-left: #fff 1px solid;
    /* border-right: #999 1px solid; */
    background: #EF90BC;
    }
    
    table.brwsr1 th.r4,
    table.brwsr1 td.r4 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #EF90BC;
    }

    table.brwsr1 th.r5,
    table.brwsr1 td.r5 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #EF90BC;
    }



    .cp_ipselect {
        overflow: hidden;
        /* width: 100%; */
        /* margin: 2em auto; */
        text-align: center;
      }
      .cp_ipselect select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
      }
      .cp_ipselect select::-ms-expand {
          display: none;
      }
      .cp_ipselect.cp_sl01 {
        position: relative;
        border-radius: 2px;
        border: 2px solid #EF90BC;
        border-radius: 50px;
        background: #ffffff;
      }
      .cp_ipselect.cp_sl01::before {
        position: absolute;
        top: 1.2em;
        right: 0.8em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #EF90BC;
        pointer-events: none;
      }
      .cp_ipselect.cp_sl01 select {
        padding: 8px 38px 8px 8px;
        color: black;
        font-size: 120%;
        text-align: center;
      }


    .search_button {

        border: solid 3px #8ebf55;
        padding: 10px;
        border-radius: 20px;
        font-weight: bold;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
        background-color: #FFF;
        font-size: 1.2em;
        cursor: pointer;

    }

    .search_right {
      line-height: 1.8em;
      margin-top: 0em;
      position:static;
      top: 150px;
      right: 2%;
      display: flex;
      background-color: #FFF;
      border: solid 1px #EF90BC;
      padding: 10px;
      flex-wrap:wrap;
      width:auto;
      
  }

      .search_right p {
        font-size: 1.0em;
        font-weight: 300;
      }
      
      .search_table_wrapper {
        display: flex;
      }


      .search_right_td td {
        text-align: left;
        font-weight: bold;
      }


      @media screen and (max-width: 1080px) {


        .schedule_wrapper .search_ttl img {
        width: 2em;
        height: auto;
        display: none;
        }
        
        .schedule_wrapper .search_ttl h1 {
        font-size: 1em;
        line-height: 70px;
        }


        .schedule_wrapper .search_ttl{
            display: flex;
            justify-content: center;
            text-align: center;
            margin-top: 0em;
            text-align: center;
            font-size: 1.0em!important;
            margin-bottom: 0px;
          }

        .schedule_wrapper {
            width: 100%;
            margin: 0 auto;
          }

          .schedule_wrapper .date_wrapper {
            /* margin-top: 1.5em; */
            display: flex;
            gap: 0em;
            justify-content: center;
            /* padding: 10px; */
          }


          .cp_ipselect {
            overflow: hidden;
            width: 60%;
            margin: 2em auto;
            text-align: center;
            margin-left: 10px;
            margin-right: 10px;
          }


          table.brwsr1 {
            font-size: 12px;
            margin: 0 auto;
            margin-top: 20px;
            border-collapse: separate;
            border-spacing: 0px 1px;
            background-color: #FFF;
            table-layout: fixed;
            }

        .search_right {
            line-height: 1.8em;
            margin-top: 0em;
            position:static;
            top: 150px;
            right: 2%;
            display: flex;
            background-color: #FFF;
            border: solid 1px #EF90BC;
            padding: 10px;
            flex-wrap:wrap;
            width:auto;
            
        }

        .search_right p {
            flex-basis: 100%;
            font-size: 100%;
            font-weight: bold;
        }
            
        .search_table_wrapper {
            display: flex;
        }


        .cp_ipselect.cp_sl01 {
          position: relative;
          border-radius: 2px;
          border: 2px solid #EF90BC;
          border-radius: 50px;
          background: #ffffff;
        }

        .back_container p,.next_container p {
          margin-top: 0px;
        }

        .prev-list {
          margin-left: 0px;
          width:70px;
        }

        .next-list {
          margin-left: 0px;
          width:70px;
        }

        .search_right_td td {
          text-align: left;
          font-weight: bold;
        }

        table.brwsr1 th.r1,
        table.brwsr1 th.r2,
        table.brwsr1 th.r3,
        table.brwsr1 th.r4,
        table.brwsr1 th.r5 {
        text-align: center;
        width: 1em;
        line-height: 1.2em;
        font-size: 1.2em;
        position: sticky;
        top: 50px;
        left: 0;
        z-index:100;
        background-color: #8ebf55;
        }


        .search_button {

          border: solid 3px #8ebf55;
          padding: 2px;
          border-radius: 20px;
          font-weight: bold;
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
          background-color: #FFF;
          font-size: 1.2em;
          color:#000;
  
      }


      table.brwsr1 td {
        padding: 2px;
        vertical-align: middle;
        text-align: center;
        border-bottom: #999 1px solid;
        font-size: 1.2em;
        border: solid 1px #999;
        height: 75px;
      
      }


      .cp_ipselect.cp_sl01 select {
        /* padding: 0px 0px 0px 0px; */
        color: black;
        font-size: 85%;
        text-align: center;
      }

        

}