/*# sourceMappingURL=patch.css.map */
@media only screen and (max-width: 767px) {
  #contents .con_top_news .wrp_title .box_title {
    align-items: flex-start; } }
#contents .con_top_news .wrp_title .box_title .c_main_tit {
  width: auto;
  width: 80%; }
#contents .con_top_news .wrp_title .box_title .txt {
  width: auto;
  margin: 1em 0 0 0; }
@media only screen and (max-width: 767px) {
  #contents .con_top_news .wrp_title .box_title .img {
    width: 15%;
    padding-top: 1em; } }
#contents .con_top_news .tmp_tab_btn .inn > ul > li {
  width: 23.4375%; }
  @media only screen and (max-width: 767px) {
    #contents .con_top_news .tmp_tab_btn .inn > ul > li {
      width: auto; } }
#contents .con_news .main {
  width: 90vw;
  max-width: 1280px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #contents .con_news .main {
      width: 100%; } }
#contents .con_news .main .box_news .list_news li a {
  flex-wrap: nowrap; }
  #contents .con_news .main .box_news .list_news li a .img, #contents .con_news .main .box_news .list_news li a i {
    flex-shrink: 0; }
  #contents .con_news .main .box_news .list_news li a .inner {
    flex-shrink: 1;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #contents .con_news .main .box_news .list_news li a {
      flex-wrap: wrap; }
      #contents .con_news .main .box_news .list_news li a .img, #contents .con_news .main .box_news .list_news li a i {
        flex-shrink: 1; }
      #contents .con_news .main .box_news .list_news li a .inner {
        width: 95%; } }
#contents .wrp_top_news .c_lay_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2e96ff; }

.single-terms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em 0 0 0; }
  .single-terms span {
    height: 28px;
    border-radius: 999px;
    padding: 0 1em;
    margin: 0 0.2em 0.5em 0;
    font-size: 14px;
    border: solid 1px #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .single-terms span {
        height: 7vw;
        font-size: 3vw; } }

.search {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto 120px auto;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .search {
      margin-bottom: 20vw; } }

.search-box__ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 3em; }
.search-box__input {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  min-height: 45px;
  position: relative; }
  .search-box__input:after {
    content: '';
    position: absolute;
    inset: calc(50% - 9px) 0 auto auto;
    width: 24px;
    height: 18px;
    background: black;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
.search-box__lsit {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px; }
.search-box__item {
  background: #82C0FF;
  height: 40px;
  border-radius: 999px;
  padding: 0 1em;
  margin: 0.25em;
  font-size: 18px;
  border: solid 1px #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .search-box__item {
      height: 8.5vw;
      font-size: 3.5vw; } }
  .search-box__item.is-info {
    font-size: 20px;
    background: #fff;
    border: none;
    color: #AFAFAF; }
@media only screen and (max-width: 767px) {
  .search-box__ttl {
    font-size: 4.5vw;
    margin-bottom: 2em; }
  .search-box__input {
    min-height: 10vw; }
    .search-box__input:after {
      inset: calc(50% - 1.5vw) 0 auto auto;
      width: 4vw;
      height: 3vw; }
  .search-box__lsit {
    margin-right: 5vw; }
  .search-box__item.is-info {
    font-size: 3vw; } }

.search-select {
  position: absolute;
  inset: 100% 0 auto 0;
  padding-bottom: 40px;
  background: #fff;
  border: solid 1px #000;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985); }
  .search-select .c_btn_search > button {
    background: #2e96ff; }
  .search-select__group {
    display: flex;
    border-bottom: solid 1px #ccc;
    padding: 40px;
    background: #fff; }
    .search-select__group:last-child {
      border: none; }
  .search-select__ttl {
    line-height: 40px;
    width: 105px;
    flex-shrink: 0;
    font-size: 20px; }
  .search-select__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .search-select__input {
    display: none; }
  .search-select__label {
    height: 40px;
    border-radius: 999px;
    padding: 0 1em;
    margin: 0.25em;
    font-size: 18px;
    border: solid 1px #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .search-select__label {
        height: 8.5vw;
        font-size: 3.5vw; } }
  .search-select__input:checked + .search-select__label {
    background: #82C0FF; }
  .search-select__submit {
    width: 404px;
    margin: auto; }
  @media only screen and (max-width: 767px) {
    .search-select {
      padding-bottom: 5vw; }
      .search-select__group {
        display: block;
        padding: 5vw; }
      .search-select__ttl {
        line-height: 1;
        width: auto;
        margin-bottom: 1em;
        font-size: 5vw; }
      .search-select__list {
        width: auto; }
      .search-select__submit {
        width: 76vw; } }

.search.is-open .search-select {
  display: block;
  opacity: 1;
  height: auto;
  pointer-events: auto; }
.search.is-open .search-box__input:after {
  transform: scale(1, -1); }

.search-result {
  text-align: left;
  font-size: 24px;
  margin-bottom: 3em; }
  @media only screen and (max-width: 767px) {
    .search-result {
      font-size: 4.5vw;
      margin-bottom: 2em; } }

/*# sourceMappingURL=patch.css.map */
