@charset "UTF-8";
/*検索（Googleカスタム検索）
------------------------------------------------- */
.google-serch {
	max-width: 1300px;
	margin: auto;
}
.google-serch .gsc-control-cse{
  padding: 0;
}
.google-serch .gsc-search-button-v2 {
  color: #fff;
  padding: 12px 27px;
  border: none;
  background-color: #233b6c;
}
.google-serch .gsc-search-button-v2:hover {
  background-color: #00a0e9;
}
.google-serch .gsib_a input {
  height: 30px !important;
}

/*サイトマップ
------------------------------------------------- */
.sitemap-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}
.sitemap-wrap .unit50 ul {
    padding: 3% 5%;
    margin-bottom: 20px;
    background: #f1f2f6;
}
.sitemap-wrap .unit50 ul li {
  padding-left: 10px;
  margin-top: 10px;
}
.sitemap-wrap .unit50 ul li.sitemap-indent {
    padding-left: 29px;
}
.sitemap-wrap .unit50 ul li a {
  display: inline-block;
  padding: 0;
  text-indent: -2rem;
  margin-left: 2rem;
}
.sitemap-wrap .unit50 ul li a::before {
  content: "－";
  color: #233b6c;
  margin-right: 5px;
}
.sitemap-wrap .unit50 ul li a:hover {
  color: #00a0e9;
  border-bottom: none;
}
.sitemap-wrap .unit50 ul li.bold{
	font-weight: bold;
	padding-left: 0;
}
.sitemap-wrap .unit50 ul li + li.bold {
    margin-top: 20px;
}
.title-sitemap {
  font-weight: bold;
  font-size: 20px;
  padding-left: .5em;
  border-left: 4px solid #233b6c;
  margin: 40px 0 10px 0;
  line-height: 1.2;
}
.title-sitemap a:hover {
  color: #00a0e9;
}
.sitemap-wrap .unit50 .title-sitemap:first-of-type {
  margin-top: 0;
}
.sitemap-wrap a.external::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  top: 8px;
  right: -2rem;
  background: url(/common/img/ico_external.png) no-repeat;
}
.sitemap-wrap a.external:hover::after {
  background-image: url(/common/img/ico_external_txt_hover.png);
}


/* # ============================================================
   # 0~980pxここから
   # ============================================================ */

@media only screen and (max-width: 980px) {

.sitemap-wrap .unit50 {
   width: 48.5%;
}

}
/* # ============================================================
   # 0~767pxここから
   # ============================================================ */

@media only screen and (max-width: 767px) {
  /*検索（Googleカスタム検索）
------------------------------------------------- */
.google-serch td.gsc-input {
    display: block;
    padding-right: 0;
}
.google-serch td.gsc-search-button {
    display: block;
    width: 30%;
    margin: 10px auto 0;
}
.google-serch .gsc-search-button-v2 {
    width: 100%;
    margin-left: 0;
}


.sitemap-wrap {
    display: block;
}
.sitemap-wrap .unit50 {
   width: 100%;
}
.sitemap-wrap .unit50 +.unit50 {
  margin-top: 40px;
  }

}