@charset "UTF-8";
/* ==========================================================================
/*
/* Foundation : reset
/*
/* ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ==========================================================================
/*
/* Foundation : Base
/*
/* ========================================================================== */
/* body
/* ----------------------------------------------------------------- */
body {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.06em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* a
/* ----------------------------------------------------------------- */
a {
  color: dodgerblue;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

a:visited {
  outline: none;
}

a:hover {
  color: #9E9E9F;
  outline: none;
}

a:hover img {
  opacity: .7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* form
/* ----------------------------------------------------------------- */
input,
select,
textarea {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
  padding: 6px 12px;
  outline: 0;
}

textarea {
  height: 12em;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

input[type="text"],
input[type="number"] {
  width: 140px;
  margin: 2px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  input[type="text"],
  input[type="number"] {
    width: 200px;
    margin: 0;
  }
}

input[type="number"],
input[name="name1"],
input[name="name2"],
input[name="namekana1"],
input[name="namekana2"] {
  width: 150px;
}

input[type="text"][name="email"] {
  width: 180px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  input[type="text"][name="email"] {
    width: 300px;
  }
}

[type="submit"] {
  padding: 6px 10px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  background: #dfdfdf;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

[type="submit"]:hover {
  opacity: 1;
  background: #f5f5f5;
}

[type="radio"] {
  margin-right: 1em;
  vertical-align: 1px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* table
/* ----------------------------------------------------------------- */
table {
  table-layout: fixed;
}

/* font-awesome
/* ----------------------------------------------------------------- */
.fa {
  display: inline-block;
  line-height: 1;
}

.fa-calendar::before {
  content: '';
  display: block;
  margin-top: 6px;
  width: 21px;
  height: 23px;
  background: url(../images/calendar-alt.svg) center center/cover no-repeat;
}

.fa-times::before {
  content: '';
  display: block;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  background: url(../images/times.svg) center center/cover no-repeat;
}

/* ==========================================================================
/*
/* Layout : Layout
/*
/* ========================================================================== */
/* contents
/* ----------------------------------------------------------------- */
.l-contents {
  width: 800px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

/* ==========================================================================
/*
/* Layout : Header
/*
/* ========================================================================== */
/* ==========================================================================
/*
/* Layout : Footer
/*
/* ========================================================================== */
/* footer
/* ----------------------------------------------------------------- */
.l-footer {
  padding: 25px 0 20px;
}

@media screen and (min-width: 1000px) {
  .l-footer {
    padding: 37px 40px 16px;
  }
}

.l-footer__copyright {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.06em;
  text-align: center;
}

/* ==========================================================================
/*
/* Object/Component : Container
/*
/* ========================================================================== */
/* Container
/* ----------------------------------------------------------------- */
.c-container {
  position: relative;
  width: calc(100% - 20px);
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
}

/* ==========================================================================
/*
/* Object/Component : Drawer
/*
/* ========================================================================== */
/* Drawer
/* ----------------------------------------------------------------- */
.c-drawer {
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 40px;
  right: 0;
  background: #f5f5f5;
  width: 280px;
  max-width: 80%;
  height: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media screen and (min-width: 768px) {
  .c-drawer {
    top: 60px;
  }
}

.c-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 20px 8%;
}

.c-drawer__item {
  opacity: 0;
  border-top: 1px solid #ccc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-drawer__item:last-child {
  border-bottom: 1px solid #ccc;
}

.c-drawer__item > a {
  display: block;
  padding: .8em 0 .8em 20px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c-drawer__item > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .c-drawer__item > a {
    font-size: 16px;
  }
}

/* open
/* ----------------------------------------------------------------- */
.is-drawer-open .c-drawer {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.is-drawer-open .c-drawer__item {
  opacity: 1;
}

/* ==========================================================================
/*
/* Object/Component : Hamburger Button
/*
/* ========================================================================== */
/* Hamburger Button
/* ----------------------------------------------------------------- */
.c-hamburger-btn {
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-hamburger-btn {
    width: 60px;
    height: 60px;
  }
}

.c-hamburger-btn__bars {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}

.c-hamburger-btn__bar {
  position: absolute;
  top: calc(50% - 2px);
  left: 20%;
  display: block;
  width: 60%;
  height: 4px;
  background: #444;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hamburger-btn__bar {
    top: calc(50% - 3px);
    height: 5px;
    border-radius: 3px;
  }
}

.c-hamburger-btn__bar:nth-child(1) {
  margin: -8px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .c-hamburger-btn__bar:nth-child(1) {
    margin: -10px auto 0 auto;
  }
}

.c-hamburger-btn__bar:nth-child(2) {
  margin: 0 auto;
}

.c-hamburger-btn__bar:nth-child(3) {
  margin: 8px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .c-hamburger-btn__bar:nth-child(3) {
    margin: 10px auto 0 auto;
  }
}

/* open
/* ----------------------------------------------------------------- */
.is-drawer-open .c-hamburger-btn__bar:nth-child(1) {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-drawer-open .c-hamburger-btn__bar:nth-child(2) {
  opacity: 0;
}

.is-drawer-open .c-hamburger-btn__bar:nth-child(3) {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ==========================================================================
/*
/*  Object/Component - Parts
/*
/* ========================================================================== */
/* logo
/* ----------------------------------------------------------------- */
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 10px 5px;
}

@media screen and (min-width: 768px) {
  .c-logo {
    padding: 35px 20px 0;
  }
}

.c-logo__img {
  width: 260px;
}

.c-logo__text {
  margin-top: 12px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* page-title
/* ----------------------------------------------------------------- */
.c-page-title {
  margin: 12px 0 24px;
  padding-bottom: 12px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}

/* link
/* ----------------------------------------------------------------- */
.c-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 25px 0;
}

@media screen and (min-width: 768px) {
  .c-link-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 50px 0 30px;
  }
}

.c-link-wrap .c-link-btn a {
  display: block;
  margin: 20px 0 0;
  padding: 12px 20px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  background: #dfdfdf;
}

@media screen and (min-width: 768px) {
  .c-link-wrap .c-link-btn a {
    margin: 0;
  }
}

.c-link-wrap .c-link-btn a:hover {
  opacity: 1;
  background: #f5f5f5;
}

/* menu-btn
/* ----------------------------------------------------------------- */
.c-menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

@media screen and (min-width: 768px) {
  .c-menu-btn-wrap {
    margin: 50px 0 30px;
  }
}

.c-menu-btn-wrap .c-menu-btn {
  margin: 0 20px;
}

.c-menu-btn-wrap .c-menu-btn a {
  padding: 6px 10px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  background: #dfdfdf;
}

.c-menu-btn-wrap .c-menu-btn a:hover {
  opacity: 1;
  background: #f5f5f5;
}

/* show-btn
/* ----------------------------------------------------------------- */
.c-show-btn {
  margin: 0 auto;
  text-align: center;
}

.c-show-btn a {
  display: inline-block;
  padding: 5px 8px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  background: #dfdfdf;
}

@media screen and (min-width: 768px) {
  .c-show-btn a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.c-show-btn a:hover {
  opacity: 1;
  background: #f5f5f5;
}

/* list-title
/* ----------------------------------------------------------------- */
.c-list-title {
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.333;
  letter-spacing: 0;
}

/* submit-wrap
/* ----------------------------------------------------------------- */
.c-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .c-submit-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-submit-wrap > * {
  margin: 0 20px;
}

.c-submit-wrap .c-submit-btn a {
  display: block;
  padding: 6px 10px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  background: #dfdfdf;
}

.c-submit-wrap .c-submit-btn a:hover {
  opacity: 1;
  background: #f5f5f5;
}

/* pagination
/* ----------------------------------------------------------------- */
.c-pagination {
  margin: 20px 0;
}

.c-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.c-pagination .pagination .page-item {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background: #f5f5f5;
  line-height: 30px;
  text-align: center;
}

.c-pagination .pagination .page-item a {
  display: block;
  color: dodgerblue;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}

.c-pagination .pagination .page-item.active {
  color: #444;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}

/* error-box
/* ----------------------------------------------------------------- */
.c-error-box {
  margin: 20px 0;
}

.c-error-box li {
  padding: 5px 0;
  color: tomato;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* ==========================================================================
/*
/*  Object/Component - User parts
/*
/* ========================================================================== */
/* user-table
/* ----------------------------------------------------------------- */
.c-user-table {
  width: 100%;
}

.c-user-table tr th {
  width: 30%;
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.333;
  letter-spacing: 0.1em;
}

.c-user-table tr th:first-of-type {
  width: 22%;
}

.c-user-table tr th:nth-of-type(4) {
  width: 18%;
}

.c-user-table tr td {
  padding: 5px 8px;
  border: 1px solid #ccc;
}

.c-user-table tr td:first-of-type {
  text-align: center;
}

/* ==========================================================================
/*
/* Object/Project : Welcome
/*
/* ========================================================================== */
/* Welcome
/* ----------------------------------------------------------------- */
.full-height {
  height: 100vh;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.position-ref {
  position: relative;
}

.content {
  text-align: center;
}

.title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1000px) {
  .title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.links > a {
  color: #636b6f;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  background: #f7f7f7;
  border: 2px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 1px 1px #efefef;
          box-shadow: 2px 2px 1px 1px #efefef;
}

.links > a:hover {
  -webkit-box-shadow: inset 2px 2px 1px 1px #efefef;
          box-shadow: inset 2px 2px 1px 1px #efefef;
}

/* ==========================================================================
/*
/* Object/Project : Signup
/*
/* ========================================================================== */
/* Signup
/* ----------------------------------------------------------------- */
.p-signup form {
  width: 100%;
  margin: 0 auto;
}

.p-signup form .c-signup-table {
  width: 100%;
}

.p-signup form .c-signup-table th {
  width: 33.333%;
  padding: 5px 8px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  min-width: 5em;
}

@media screen and (min-width: 768px) {
  .p-signup form .c-signup-table th {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.p-signup form .c-signup-table td {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-signup form .c-signup-table td {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

/* ==========================================================================
/*
/* Object/Project : Dog-list
/*
/* ========================================================================== */
/* Dog-list
/* ----------------------------------------------------------------- */
.p-dog-list .c-dog-table {
  width: 100%;
  margin: 20px 0;
}

.p-dog-list .c-dog-table th {
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-dog-list .c-dog-table th {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1000px) {
  .p-dog-list .c-dog-table th {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.p-dog-list .c-dog-table th:first-of-type {
  width: 13%;
}

@media screen and (min-width: 768px) {
  .p-dog-list .c-dog-table th:first-of-type {
    width: 7%;
  }
}

.p-dog-list .c-dog-table th:nth-of-type(2) {
  width: 35%;
}

@media screen and (min-width: 768px) {
  .p-dog-list .c-dog-table th:nth-of-type(2) {
    width: 15%;
  }
}

.p-dog-list .c-dog-table th:nth-of-type(3) {
  width: 32%;
}

@media screen and (min-width: 768px) {
  .p-dog-list .c-dog-table th:nth-of-type(3) {
    width: 15%;
  }
}

.p-dog-list .c-dog-table th:nth-of-type(4) {
  width: 18%;
}

.p-dog-list .c-dog-table th:nth-of-type(5) {
  width: 18%;
}

.p-dog-list .c-dog-table th:nth-of-type(6) {
  width: 18%;
}

.p-dog-list .c-dog-table th:nth-of-type(7) {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .p-dog-list .c-dog-table th:nth-of-type(7) {
    width: 9%;
  }
}

.p-dog-list .c-dog-table td {
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 1000px) {
  .p-dog-list .c-dog-table td {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1000px) {
  .p-dog-list .c-dog-table td {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.p-dog-list .c-dog-table td:first-of-type {
  text-align: center;
}

/* ==========================================================================
/*
/* Object/Project : Dog-input
/*
/* ========================================================================== */
/* Dog-input
/* ----------------------------------------------------------------- */
.p-dog-input .c-dog-input-table {
  width: 100%;
}

.p-dog-input .c-dog-input-table__row > th {
  width: 40%;
  min-width: 5em;
  padding: 5px 8px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .p-dog-input .c-dog-input-table__row > th {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.p-dog-input .c-dog-input-table__row > td {
  width: 60%;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-dog-input .c-dog-input-table__row > td {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.p-dog-input .c-dog-input-table td.form-group .input-group {
  display: table;
  position: relative;
}

.p-dog-input .c-dog-input-table td.form-group .input-group > input {
  display: table-cell;
}

.p-dog-input .c-dog-input-table td.form-group .input-group .input-group-addon {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}

.p-dog-input .c-dog-input-table td.form-group .input-group .datepicker {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99999;
}

.p-dog-input .c-dog-input-table td.form-group .input-group .datepicker.active {
  visibility: visible;
  opacity: 1;
}

.p-dog-input .c-dog-input-table td.form-group .input-group .datepicker table {
  margin: 0 auto;
}

/* ==========================================================================
/*
/* Object/Project : Dog-show
/*
/* ========================================================================== */
/* Dog-show
/* ----------------------------------------------------------------- */
.p-dog-show .c-dog-item {
  width: 100%;
}

.p-dog-show .c-dog-item th {
  width: 40%;
  padding: 7px 10px;
  font-family: "Leelawadee UI", "Gill Sans", "Kosugi Maru", "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-dog-show .c-dog-item th {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.p-dog-show .c-dog-item td {
  width: 60%;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-dog-show .c-dog-item td {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

/* ==========================================================================
/*
/* Object/Utility : margin
/*
/* ========================================================================== */
/* margin-top
/* ----------------------------------------------------------------- */
.u-mt10 {
  margin-top: 10px;
}

/* margin-bottom
/* ----------------------------------------------------------------- */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb100 {
  margin-bottom: 100px;
}

/* margin
/* ----------------------------------------------------------------- */
.u-m20 {
  margin: 20px 0;
}

/* padding
/* ----------------------------------------------------------------- */
.u-pb20 {
  padding-bottom: 20px !important;
}

/* ==========================================================================
/*
/* Object/Utility : text
/*
/* ========================================================================== */
/* text-right
/* ----------------------------------------------------------------- */
.u-text-right {
  text-align: right;
}

/* text-center
/* ----------------------------------------------------------------- */
.u-text-center {
  text-align: center;
}

/* text-large
/* ----------------------------------------------------------------- */
.u-text-large {
  font-size: 120%;
}

/* text-large
/* ----------------------------------------------------------------- */
.u-text-xlarge {
  font-size: 135% !important;
  font-weight: 800 !important;
}

/* attention
/* ----------------------------------------------------------------- */
.u-attention {
  color: tomato;
}

/* notice
/* ----------------------------------------------------------------- */
.u-notice {
  color: maroon;
}

/* ==========================================================================
/*
/* Object/Utility : Display
/*
/* ========================================================================== */
/* th,td要素に対するスマホ時非表示のクラス
/* ----------------------------------------------------------------- */
.u-pc-tablecell {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc-tablecell {
    display: table-cell;
  }
}

/* スマホ時のみの改行クラス
/* ----------------------------------------------------------------- */
.u-pc-none {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}
