@charset "utf-8";
.contact-form {
  background: #fff;
  padding: 40px;
  font-size: 15px;
  margin-bottom: 40px;
}
.contact-form input.reform-input-box, .contact-form input.rsform-captcha-box {
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact-form input.rsform-submit-button {
  background: #1991e6;
  border: none;
  border-radius: inherit;
  font-size: 15px;
  width: 20%;
  padding: 15px 20px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form input.rsform-submit-button:hover {
  background: #BBB;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form select, .contact-form input, .contact-form textarea {
  width: 100%;
}
.contact-form textarea .rsform-text-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 180px;
}
.contact-form .formResponsive .formHorizontal .rsform-block {
  margin: 0;
}
.contact-form .formResponsive .formHorizontal p.formDescription {
  margin: 0;
}
.contact-form .formResponsive input[type="text"] {
  margin: 0;
  border-radius: inherit;
}

#osmap h2 {
  background: #999;
  font-size: 18px;
  color: #fff;
  padding: 7px 10px;
}
#osmap ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 200%;
}
#osmap ul li .osmap-item-url {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#osmap ul li ul li .osmap-item-url {
  border-left: 3px solid #0E639A;
  padding-left: 8px;
  font-size: 16px;
  font-weight: normal;
}
#osmap ul li ul li a {
  font-size: 16px;
  color: #333;
  font-weight: unset;
  border-left: 3px solid #0E639A;
  padding-left: 8px;
  line-height: 100%;
  margin-bottom: 10px;
}
#osmap ul li ul li ul li a {
  border-left: unset;
  padding-left: 0;
  line-height: unset;
  margin-bottom: 0;
}
#osmap a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#osmap a:hover {
  text-decoration: none;
  border-bottom: 1px solid #BBB;
  padding-bottom: 2px;
}

.pagination {
  margin-top: 80px;
  text-align: center;
  display: block;
}
.pagination a:hover {
  text-align: none;
}
.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
  text-align: left;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .pagination li {
    margin: 0;
  }
}

.paging_start a {
  background: url(../images/ui/start1.svg) no-repeat center center;
}
.paging_start a:hover {
  background: url(../images/ui/start2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_start a {
    background: url(../images/ui/start2_m.svg) no-repeat center center;
  }
}

.paging_prev a {
  background: url(../images/ui/prev1.svg) no-repeat center center;
}
.paging_prev a:hover {
  background: url(../images/ui/prev2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_prev a {
    background: url(../images/ui/prev2_m.svg) no-repeat center center;
  }
}

.paging_next a {
  background: url(../images/ui/next1.svg) no-repeat center center;
}
.paging_next a:hover {
  background: url(../images/ui/next2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_next a {
    background: url(../images/ui/next2_m.svg) no-repeat center center;
  }
}

.paging_end a {
  background: url(../images/ui/end1.svg) no-repeat center center;
}
.paging_end a:hover {
  background: url(../images/ui/end2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_end a {
    background: url(../images/ui/end2_m.svg) no-repeat center center;
  }
}

.paging_start span,
.paging_prev span,
.paging_next span,
.paging_end span {
  display: none;
}
.paging_start a,
.paging_prev a,
.paging_next a,
.paging_end a {
  padding: 15px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .paging_item {
    display: none;
  }
}
.paging_item li a {
  text-decoration: none;
}
.paging_item li a span {
  color: #0f1e46;
  border: none;
  text-decoration: none;
  background: #eee;
}
.paging_item li a span:hover {
  background: #0f1e46;
  color: #fff;
}
.paging_item li span {
  text-decoration: none;
  background: #0f1e46;
  color: #fff;
  padding: 10px 13px 10px 15px;
  font-size: 13px;
  border-radius: 20px;
}

.pagination li.pagination_start span.pagenav, .pagination li.pagination_next span.pagenav, .pagination li.pagination_end span.pagenav, .pagination li.pagination_prev span.pagenav {
  border: none;
}

.search {
  line-height: 180%;
}
.search .btn-toolbar {
  justify-content: center;
  margin-bottom: 70px;
}
.search .btn-toolbar input {
  margin-right: 15px;
  width: 550px;
  padding: 5px;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .search .btn-toolbar input {
    width: 100%;
  }
}
.search button {
  background: #000;
  border-radius: 0;
  color: #fff;
  padding: 5px 30px;
}
.search form {
  margin-bottom: 20px;
}
.search .result-title a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.search .result-title a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search .result-text {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.search .result-text:last-child {
  border: 0;
}

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