@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  body, p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

h1, h2, h3, h4 {
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  h1, h2, h3, h4 {
    line-height: 1.4;
  }
}

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

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

img {
  display: block;
  border-style: none;
  max-width: 100%;
}

:focus {
  border-style: none;
  outline: none;
}

/* ie11以下のテキストルール */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  }
}

/* 変数の定義
--------------------------------------------------*/
/* 組合員一覧
--------------------------------------------------*/
.member-category-title {
  font-size: 2.4rem;
  color: #2D53B8;
  position: relative;
  padding-left: 25px;
  margin: 40px 0 20px;
}

@media screen and (max-width: 768px) {
  .member-category-title {
    font-size: 2rem;
  }
}

.member-category-title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 11px;
  width: 10px;
  height: 10px;
  background-color: #2D53B8;
  border-radius: 50px;
}
/*# sourceMappingURL=members.css.map */