﻿@charset "UTF-8";
body {
  padding: 2em; }

.p-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.5em;
  background-size: auto 1.5em;
  display: block;
  margin: 0;
  padding: 0.5em;
  padding-left: 2.5em;
  border: solid 2px #057641;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
  font-size: 1.2em; }

.p-clm-result li {
  padding: 1em 0; }
.p-clm-result li + li {
  border-top: solid 1px #cccccc; }
.p-clm-result h5 {
  font-size: 1em; }
  .p-clm-result h5 b {
    background: #8effbd; }
.p-clm-result p {
  font-size: 0.8em; }
  .p-clm-result p b {
    background: #ffff99; }

