@charset "UTF-8";
.main-tit {
  padding-bottom: 50px; }

.search_wrap {
  border: 1px solid #cccccc;
  background-color: #fff;
  border-bottom: none;
  width: calc(100% - 20px);
  margin: 0 auto; }
  .search_wrap .left_chara {
    position: absolute;
    left: -36px;
    top: 30px; }
  .search_wrap .right_chara {
    position: absolute;
    top: 110px;
    right: -55px;
    z-index: -1; }
  .search_wrap .serch_tit .en {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
    font-weight: 600; }
  .search_wrap .serch_tit .jp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1; }
  .search_wrap .search_select {
    border-bottom: 1px solid #cccccc;
    position: relative; }
    .search_wrap .search_select .serch_tit {
      padding-bottom: 30px; }
      .search_wrap .search_select .serch_tit span {
        display: block; }
        .search_wrap .search_select .serch_tit span.jp {
          padding-top: 10px; }
    .search_wrap .search_select ul {
      display: flex;
      flex-wrap: wrap; }
      .search_wrap .search_select ul li {
        border-right: 1px solid #cccccc;
        width: 33.333%;
        padding: 40px 40px;
        position: relative; }
        .search_wrap .search_select ul li:after {
          background: url(https://scolar.itembox.design/item/assets/images/search/x.png) 0 0 no-repeat;
          content: "";
          width: 26px;
          height: 26px;
          position: absolute;
          top: 60%;
          right: -13px; }
        .search_wrap .search_select ul li:last-child {
          border-right: none; }
          .search_wrap .search_select ul li:last-child:after {
            display: none; }
        .search_wrap .search_select ul li select {
          width: 100%;
          padding: 20px;
          -webkit-appearance: none;
          /* ベンダープレフィックス(Google Chrome、Safari用) */
          -moz-appearance: none;
          /* ベンダープレフィックス(Firefox用) */
          appearance: none;
          /* 標準のスタイルを無効にする */
          border: 1px solid #cccccc;
          background: url(https://scolar.itembox.design/item/assets/images/common/arrow.svg) right 15px center no-repeat;
          background-size: 12px auto; }
  .search_wrap .search_other table {
    width: 100%;
    text-align: left; }
    .search_wrap .search_other table th {
      width: 23%;
      padding: 50px 0px 50px 40px;
      border-bottom: 1px solid #cccccc;
      position: relative; }
      .search_wrap .search_other table th .serch_tit .en {
        padding-right: 25px; }
    .search_wrap .search_other table td {
      border-bottom: 1px solid #cccccc;
      padding: 30px 0; }
      .search_wrap .search_other table td .keyword_wrap {
        max-width: 480px;
        margin-left: 20px; }
      .search_wrap .search_other table td .keyword {
        background-color: #eeeeee;
        border-radius: 10px;
        border: none;
        color: #999999;
        padding: 25px 20px;
        width: 100%; }
      .search_wrap .search_other table td .price_li {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-left: 20px; }
        .search_wrap .search_other table td .price_li .price {
          background-color: #eeeeee;
          border-radius: 10px;
          border: none;
          color: #999999;
          padding: 25px 20px;
          width: 210px;
          text-align: right; }
        .search_wrap .search_other table td .price_li .txt {
          padding: 0 25px; }
        .search_wrap .search_other table td .price_li .txt2 {
          color: #999999;
          font-size: 14px;
          font-size: 1.4rem;
          padding-left: 35px; }
      .search_wrap .search_other table td .color_li {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        .search_wrap .search_other table td .color_li li {
          width: 25%;
          padding-bottom: 20px;

          font-size: 14px;
          font-size: 1.4rem; }
        .search_wrap .search_other table td .color_li li label {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
        }
          .search_wrap .search_other table td .color_li li .img {
            padding-left: 15px; }
          .search_wrap .search_other table td .color_li li .txt {
            padding-left: 15px; }
          .search_wrap .search_other table td .color_li li.w100 {
            width: 100%; }
      .search_wrap .search_other table td .type_li {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        .search_wrap .search_other table td .type_li li {
          width: 25%;
          padding-bottom: 20px;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          font-size: 14px;
          font-size: 1.4rem; }
          .search_wrap .search_other table td .type_li li .txt {
            padding-left: 15px; }

#search_btn {
  padding: 50px 0 200px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }
  #search_btn .result_li {
    padding: 25px 0 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #search_btn .result_li li:first-child {
      padding-right: 40px; }
    #search_btn .result_li li .txt {
      padding-left: 15px; }
  #search_btn .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #search_btn .btn li:first-child {
      padding-right: 30px; }
    #search_btn .btn .reset_btn {
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
      width: 180px;
      background-color: #eeeeee;
      border: 1px solid #cccccc;
      padding: 24px 0;
      text-align: center; }
    #search_btn .btn .submit_btn {
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
      font-family: 'Ubuntu', sans-serif;
      letter-spacing: 0.05em;
      width: 360px;
      margin: 0 auto;
      display: block;
      padding: 20px 0;
      text-align: center;
      border: 1px solid #000;
      font-size: 20px;
      font-size: 2.0rem;
      background: url(https://scolar.itembox.design/item/assets/images/common/arrow_black.svg) right 20px center no-repeat;
      background-size: 22px auto; }
      #search_btn .btn .submit_btn:hover {
        background: url(https://scolar.itembox.design/item/assets/images/common/arrow_white.svg) right 20px center no-repeat #000;
        background-size: 22px auto;
        color: #fff;
        opacity: 1; }

@media screen and (max-width: 767px) {
  .main-tit {
    padding-bottom: 30px; }

  #search {
    overflow: hidden; }

  .search_wrap {
    width: calc(100% - 30px);
    margin: 0 auto; }
    .search_wrap .left_chara {
      position: absolute;
      left: -15px;
      top: 30px;
      width: 20px; }
    .search_wrap .right_chara {
      position: absolute;
      top: 110px;
      right: -22px;
      z-index: -1;
      width: 44px; }
    .search_wrap .serch_tit {
      text-align: left; }
      .search_wrap .serch_tit .en {
        font-size: 16px;
        font-size: 1.6rem;
        display: block; }
      .search_wrap .serch_tit .jp {
        font-size: 10px;
        font-size: 1.0rem;
        display: block;
        padding-top: 5px; }
    .search_wrap .search_select {
      border-bottom: 1px solid #cccccc;
      position: relative; }
      .search_wrap .search_select .serch_tit {
        padding-bottom: 0px;
        width: 32%; }
        .search_wrap .search_select .serch_tit span {
          display: block; }
          .search_wrap .search_select .serch_tit span.jp {
            padding-top: 0px; }
      .search_wrap .search_select ul {
        display: flex;
        flex-wrap: wrap; }
        .search_wrap .search_select ul li {
          border-right: none;
          width: 100%;
          padding: 15px 15px;
          position: relative;
          border-bottom: 1px solid #ccc;
          display: flex;
          -webkit-align-items: center;
          align-items: center; }
          .search_wrap .search_select ul li:after {
            background: url(https://scolar.itembox.design/item/assets/images/search/x.png) 0 0 no-repeat;
            background-size: 15px auto;
            content: "";
            width: 15px;
            height: 15px;
            position: absolute;
            top: auto;
            bottom: -7px;
            right: 50%;
            margin-right: -6px; }
          .search_wrap .search_select ul li:last-child {
            border-bottom: none; }
            .search_wrap .search_select ul li:last-child:after {
              display: none; }
          .search_wrap .search_select ul li select {
            width: 68%;
            padding: 10px;
            background: url(https://scolar.itembox.design/item/assets/images/common/arrow.svg) right 15px center no-repeat;
            background-size: 12px auto; }
    .search_wrap .search_other table {
      width: 100%;
      text-align: left;
      table-layout: fixed; }
      .search_wrap .search_other table th {
        width: 32%;
        padding: 20px 0 20px 18px;
        border-bottom: 1px solid #cccccc;
        position: relative; }
        .search_wrap .search_other table th .serch_tit .en {
          padding-right: 25px; }
      .search_wrap .search_other table td {
        border-bottom: 1px solid #cccccc;
        padding: 20px 18px 20px 0;
        width: 68%; }
        .search_wrap .search_other table td .keyword_wrap {
          max-width: 100%;
          margin-left: 10px; }
        .search_wrap .search_other table td .keyword {
          background-color: #eeeeee;
          border-radius: 5px;
          border: none;
          color: #999999;
          padding: 12px 10px;
          width: 100%;
          font-size: 1.2rem; }
        .search_wrap .search_other table td .price_li {
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          -webkit-align-items: center;
          align-items: center;
          margin-left: 10px; }
          .search_wrap .search_other table td .price_li li {
            width: 43%; }
          .search_wrap .search_other table td .price_li .price {
            background-color: #eeeeee;
            border-radius: 5px;
            border: none;
            color: #999999;
            padding: 12px 10px;
            width: 100%;
            text-align: right;
            font-size: 1.2rem; }
          .search_wrap .search_other table td .price_li .txt {
            padding: 0 0px;
            width: calc(14% - 0px);
            text-align: center; }
          .search_wrap .search_other table td .price_li .txt2 {
            color: #999999;
            font-size: 10px;
            font-size: 1.0rem;
            padding-left: 0px;
            padding-top: 6px;
            width: 100%; }
        .search_wrap .search_other table td .color_li {
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap; }
          .search_wrap .search_other table td .color_li li {
            width: 50%;
            padding-bottom: 20px;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            font-size: 1.0rem; }
            .search_wrap .search_other table td .color_li li:last-child {
              padding-bottom: 0; }
            .search_wrap .search_other table td .color_li li .img {
              padding-left: 2px;
              width: 35px; }
              .search_wrap .search_other table td .color_li li .img img {
                width: 30px; }
            .search_wrap .search_other table td .color_li li .txt {
              padding-left: 5px;
              width:100%;
              /*width: calc(100% - 50px);*/ }
            .search_wrap .search_other table td .color_li li.w100 {
              width: 100%; }
        .search_wrap .search_other table td .type_li {
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap; }
          .search_wrap .search_other table td .type_li li {
            width: 100%;
            padding-bottom: 20px;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            font-size: 12px;
            font-size: 1.2rem; }
            .search_wrap .search_other table td .type_li li:nth-last-child(2), .search_wrap .search_other table td .type_li li:last-child {
              /*padding-bottom: 0;*/ }
            .search_wrap .search_other table td .type_li li .txt {
              padding-left: 10px; }

  #search_btn {
    padding: 30px 18px 115px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }
    #search_btn .result_li {
      padding: 20px 0 30px 0; }
      #search_btn .result_li li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        #search_btn .result_li li:first-child {
          padding-right: 20px; }
        #search_btn .result_li li .txt {
          padding-left: 5px; }
    #search_btn .btn {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 0 0px; }
      #search_btn .btn li {
        width: 70%; }
        #search_btn .btn li:first-child {
          padding-right: 10px;
          width: 30%; }
      #search_btn .btn .reset_btn {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        width: 100%;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        padding: 14.5px 0;
        text-align: center;
        font-size: 1.1rem; }
      #search_btn .btn .submit_btn {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        font-family: 'Ubuntu', sans-serif;
        letter-spacing: 0.05em;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 12px 0;
        text-align: center;
        border: 1px solid #000;
        font-size: 14px;
        font-size: 1.4rem;
        background: url(https://scolar.itembox.design/item/assets/images/common/arrow_black.svg) right 20px center no-repeat;
        background-size: 15px auto; }
        #search_btn .btn .submit_btn:hover {
          background: url(https://scolar.itembox.design/item/assets/images/common/arrow_white.svg) right 20px center no-repeat #000;
          background-size: 15px auto;
          color: #fff;
          opacity: 1; } }

/*# sourceMappingURL=search.css.map */
