#forMembers {
  background: #f6f6f6;
  padding: 50px 0 60px; }
  #forMembers .bottomTitle {
    font-size: 1.625rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 50px; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      #forMembers .bottomTitle {
        justify-content: flex-start;
        font-size: 1.25rem;
        margin: 40px 30px 40px; } }
    #forMembers .bottomTitle:before {
      content: '';
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 39px;
      height: 39px;
      position: relative;
      top: -5px;
      margin-right: 15px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #forMembers .bottomTitle:before {
          width: 76px;
          height: 76px;
          top: -10px; } }
    #forMembers .bottomTitle.forMembers {
      margin-bottom: 20px; }
      #forMembers .bottomTitle.forMembers:before {
        background-image: url(/content/dam/mi-tomonokai/images/about/icon_for_members.svg); }
    #forMembers .bottomTitle.verJoin:before {
      background-image: url(/content/dam/mi-tomonokai/common/images/icon_title_introduction_join.svg);
      top: 0.05rem; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #forMembers .bottomTitle.verJoin:before {
          top: -0.1875rem; } }
  #forMembers .links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      #forMembers .links {
        display: block; } }
    #forMembers .links#join {
      margin-bottom: 60px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #forMembers .links#join {
          margin-bottom: 80px; } }
    #forMembers .links li {
      display: block;
      background: #FFF;
      width: 32%; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #forMembers .links li {
          width: auto;
          margin-bottom: 40px;
          border: 2px solid #376ab3; }
          #forMembers .links li:last-child {
            margin-bottom: 0; } }
      #forMembers .links li a {
        display: block;
        font-size: 1.125rem;
        font-weight: bold;
        color: #376ab3;
        border: 1px solid #376ab3;
        padding-top: 4px;
        position: relative;
        -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          #forMembers .links li a {
            font-size: 1rem;
            padding-top: 8px; } }
        #forMembers .links li a .textBlock {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          text-align: center;
          line-height: 1.5;
          padding: 13px 0 11px; }
          @media only screen and (min-width: 1px) and (max-width: 767px) {
            #forMembers .links li a .textBlock {
              padding: 29px 0 23px; } }
        @media only screen and (min-width: 768px), print {
          #forMembers .links li a:hover {
            background: #376ab3;
            color: #FFF; }
            #forMembers .links li a:hover .imgBlock:before {
              opacity: 0; }
            #forMembers .links li a:hover .imgBlock:after {
              opacity: 1; } }
      #forMembers .links li.join01 .imgBlock:before {
        background-image: url(/content/dam/mi-tomonokai/common/images/icon_introduction_01.svg); }
      #forMembers .links li.join01 .imgBlock:after {
        background-image: url(/content/dam/mi-tomonokai/common/images/icon_introduction_01_on.svg); }
      #forMembers .links li.join02 .imgBlock:before {
        background-image: url(/content/dam/mi-tomonokai/common/images/icon_introduction_02.svg); }
      #forMembers .links li.join02 .imgBlock:after {
        background-image: url(/content/dam/mi-tomonokai/common/images/icon_introduction_02_on.svg); }
      #forMembers .links li.join03 .imgBlock:before {
        background-image: url(/content/dam/mi-tomonokai/common/images/icon_introduction_03.svg); }
      #forMembers .links li.join03 .imgBlock:after {
        background-image: url(/content/dam/mi-tomonokai/common/images/icon_introduction_03_on.svg); }
    #forMembers .links .imgBlock {
      display: block;
      height: 165px;
      margin: 0 4px;
      position: relative; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        #forMembers .links .imgBlock {
          height: 330px;
          margin: 0 8px; } }
      #forMembers .links .imgBlock:before, #forMembers .links .imgBlock:after {
        content: '';
        position: absolute;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #forMembers .links .imgBlock:before {
        background-color: #376ab3; }
      #forMembers .links .imgBlock:after {
        background-color: #FFF;
        opacity: 0; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    #forMembers {
      padding: 40px 0 130px; } }

.forMembersLists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .forMembersLists {
      margin: 0 30px;
      justify-content: space-between; } }
  .forMembersLists li {
    margin: 0 10px 20px; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .forMembersLists li {
        margin: 0 0 30px;
        width: calc(50% - 15px); } }
  .forMembersLists a {
    display: block;
    color: #376ab3;
    border: 1px solid #376ab3;
    width: 200px;
    background: #FFF;
    padding: 4px 4px 0 4px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .forMembersLists a {
        width: 100%;
        border-width: 2px;
        padding: 8px 8px 0 8px; } }
    .forMembersLists a .imageWrap {
      display: block;
      position: relative;
      width: 190px;
      height: 115px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        .forMembersLists a .imageWrap {
          width: 100%;
          height: 190px; }
          .forMembersLists a .imageWrap .pct {
            width: 100%; } }
      .forMembersLists a .imageWrap .pct, .forMembersLists a .imageWrap .pctOn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .forMembersLists a .imageWrap .pctOn {
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 768px), print {
      .forMembersLists a:hover {
        background: #376ab3;
        color: #FFF; }
        .forMembersLists a:hover .pctOn {
          opacity: 1; } }
    .forMembersLists a .textWrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.125rem;
      font-weight: bold;
      height: 60px; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        .forMembersLists a .textWrap {
          font-size: 0.875rem;
          line-height: 1.125rem;
          height: 100px; } }
      .forMembersLists a .textWrap span {
        display: inline-block;
        margin-top: -18px; }
