@charset "UTF-8";
/*
Theme Name: hsecl
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- ページネーション */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination span, .pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 10px 14px;
  margin: 0 8px 8px 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none !important;
  cursor: pointer;
}

.pagination span.current, .pagination a.current {
  background: #000;
  border-color: #000;
  color: #fff !important;
}

.pagination a:link, .pagination a:visited {
  color: #333;
}

.pagination a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.pagination a.next, .pagination a.prev {
  background: transparent;
  border-color: transparent;
  padding-right: 8px;
  padding-left: 8px;
}

.pagination a.next:hover, .pagination a.prev:hover {
  color: #333;
}

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- 共通 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- ヘッダー */
/* ----------------------------- 準備中 */
.top {
  padding: 3% 5%;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */