html {
  font-family: YuGothic, 'Yu Gothic', '游ゴシック  Medium', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  font-size: 14px;
  color: #222;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 100ms ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.6;
}
[href]:hover {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
input:active,
textarea:active,
select:active,
button:active,
a:active {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  color: #555;
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
dl dt {
  margin-bottom: 10px;
}
dl dd {
  margin: 0 0 0 5px;
}
iframe {
  max-width: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.swiper-wrapper {
  height: auto;
}
.swiper-pagination {
  text-align: center;
  width: 100%;
  margin: 15px 0;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #808080;
}
#gsc .gsc-input-box {
  border: none;
}
#gsc .gsc-input {
  border: 1px solid #666;
}
#gsc .cse .gsc-control-cse,
#gsc .gsc-control-cse {
  padding: 0;
  border: 0;
}
#gsc .gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 94px;
  padding: 0;
}
#gsc td.gsib_a {
  padding: 4px;
}
#gsc td.gsib_a input {
  background-size: contain;
  margin: 0 !important;
  font-size: 0.9rem;
}
#gsc td.gsc-search-button {
  height: 100%;
  width: 25px;
  text-align: left;
}
#gsc td.gsc-search-button input {
  border: 2px solid #666;
  background: #666;
  border-radius: 0;
}
#gsc .cse .gsc-search-button input.gsc-search-button-v2,
#gsc #gsc input.gsc-search-button-v2 {
  margin: 0;
  padding: 0;
}
#gsc input.gsc-search-button,
#gsc input.gsc-search-button:hover,
#gsc input.gsc-search-button:focus {
  background-color: #444;
  border-color: #444;
  padding: 5px;
  margin: 0;
}
