﻿@charset "UTF-8";
.p-clm-search {
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #b7d9c9;
  padding: 16px; }

.p-clm-search-input {
  position: relative;
  appearance: none;
  　background: transparent;
  border: none;
  border-radius: 0.5em;
  /*font:inherit;*/
  outline: none;
  background-image: url("/assets/img/common/magnifying-glass-solid.png");
  background-repeat: no-repeat;
  background-position: left +0.5em top +0.75em;
  background-size: auto 1em;
  display: block;
  margin: 0;
  padding: 0.5em;
  padding-left: 2em;
  border: solid 2px #057641;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
  font-size: 1rem;
  color: #333;
  display: block; }
  .p-clm-search-input::placeholder {
    color: #ccc; }

.p-clm-search-result li a {
  display: block;
  padding: 1em 0;
  color: inherit; }
  .p-clm-search-result li a:hover {
    text-decoration: none;
    background: #cccccc; }
.p-clm-search-result li + li {
  border-top: solid 1px #cccccc; }
.p-clm-search-result h5 {
  font-size: 1em; }
  .p-clm-search-result h5 b {
    background: #8effbd; }
.p-clm-search-result p {
  font-size: 0.8em; }
  .p-clm-search-result p b {
    background: #ffff99; }

.p-clm-search-more {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 1em 0 3em; }
  .p-clm-search-more span {
    display: block; }
  .p-clm-search-more img {
    display: block;
    width: 16px;
    height: 16px; }

.p-clm-search-more-label {
  cursor: pointer; }

