section.top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%; }
  @media screen and (max-width: 768px) {
    section.top {
      margin-bottom: 28px; } }
  section.top p.lead {
    max-width: 800px;
    margin: 0 auto;
    line-height: 2;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.top p.lead {
        margin-bottom: 5px;
        line-height: 1.8; } }
  @media screen and (min-width: 769px) {
    section.top img {
      margin-top: -10px; } }

section.dogList {
  max-width: 900px;
  width: 93%;
  margin: 0 auto 100px; }
  @media screen and (max-width: 768px) {
    section.dogList {
      margin: 0 auto 48px; } }
  section.dogList .tabWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 8px solid #191919; }
    @media screen and (max-width: 768px) {
      section.dogList .tabWrap {
        border-width: 3px; } }
    section.dogList .tabWrap .tabBox {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 260px;
      width: 31%;
      height: 60px;
      margin: 0 5px -4px;
      border: 4px solid #191919;
      border-radius: 10px 10px 0 0;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        section.dogList .tabWrap .tabBox {
          margin: 0 1% -2px;
          border-width: 3px;
          text-align: center;
          line-height: 1.2;
          font-size: 16px; } }
      section.dogList .tabWrap .tabBox.act {
        background-color: #191919;
        color: #fff;
        cursor: default; }
      section.dogList .tabWrap .tabBox:not(.act):hover {
        background-color: #fff;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer; }
  section.dogList ul.listWrap {
    padding: 45px 50px;
    border-radius: 0 0 15px 15px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      section.dogList ul.listWrap {
        padding: 20px 3.5%;
        border-radius: 0 0 10px 10px; } }
    section.dogList ul.listWrap > li {
      width: 100%; }
      section.dogList ul.listWrap > li:not(:nth-last-of-type(1)) {
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          section.dogList ul.listWrap > li:not(:nth-last-of-type(1)) {
            margin-bottom: 22px; } }
      section.dogList ul.listWrap > li p {
        width: 100%;
        height: 48px;
        margin-bottom: 10px;
        padding: 3px 0 0 15px;
        border-radius: 3px;
        background: #191919 url(/about/img/dogs/step_ttl_bg.gif) no-repeat top right/contain;
        color: #fff;
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          section.dogList ul.listWrap > li p {
            height: 40px;
            margin-bottom: 6px;
            font-size: 16px; } }
        section.dogList ul.listWrap > li p:first-letter {
          font-size: 28px; }
          @media screen and (max-width: 768px) {
            section.dogList ul.listWrap > li p:first-letter {
              font-size: 22px; } }
      section.dogList ul.listWrap > li ul.listBox {
        display: flex;
        flex-wrap: wrap; }
        section.dogList ul.listWrap > li ul.listBox li {
          display: flex;
          align-items: center;
          width: 50%;
          padding: 10px 5px; }
          @media screen and (max-width: 768px) {
            section.dogList ul.listWrap > li ul.listBox li {
              width: 100%; } }
          section.dogList ul.listWrap > li ul.listBox li::before {
            content: '';
            width: 12px;
            height: 12px;
            margin-right: 5px;
            border: 5px solid #11d674;
            border-radius: 11px; }
          section.dogList ul.listWrap > li ul.listBox li a:hover {
            text-decoration: underline; }

/*# sourceMappingURL=style-dogs.css.map */
