@charset "UTF-8";
/* ==================================================
    BreedersDetail ブリーダーさんへ詳細
   ================================================== */
/* 新規ブリーダーさん大募集！
  ---------------------- */
.Flow .Link {
  font-weight: normal;
}

.NewBreeders__bannerWrap {
  margin: 80px auto 60px;
  max-width: 800px;
}
.NewBreeders__banner {
  transition: opacity 0.3s ease-out;
}
.NewBreeders__banner:hover {
  opacity: 0.6;
}
.NewBreeders__bannerTxt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
.NewBreeders__breederBtn {
  margin: 0 auto 80px;
}
.NewBreeders__breederBtn.-lg {
  padding-left: 26px;
  padding-right: 40px;
}
.NewBreeders__breederBtn--inlineBlock {
  display: inline-block;
}
.NewBreeders__float {
  display: inline-block;
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadeIn 0.3s 0.1s ease-out forwards;
  animation: fadeIn 0.3s 0.1s ease-out forwards;
  transition: opacity 0.2s ease-out;
}
.NewBreeders__float.-hidden {
  opacity: 0;
  -webkit-animation: fadeOut 0.1s 0s ease-out forwards;
  animation: fadeOut 0.1s 0s ease-out forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.NewBreeders__floatBtn {
  display: block;
  width: 210px;
}
.NewBreeders__floatBtn img {
  display: block;
  width: 100%;
  height: 100%;
}
.NewBreeders__floatClose {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
  z-index: 3;
  box-shadow: 0px 4px 16px 0px rgba(1, 71, 147, 0.2);
  border-radius: 100px;
}
.NewBreeders__floatClose img {
  display: block;
  width: 100%;
  height: 100%;
}
.NewBreeders__trading {
  margin-top: 60px;
}

/* 契約ブリーダーさんへ
  ---------------------- */
.Service__listItem {
  position: relative;
  margin-top: 9px;
  padding-left: 40px;
}
.Service__listHeading {
  display: flex;
  align-items: flex-start;
  padding: 2px 0;
}
.Service__listIco {
  position: absolute;
  top: 0;
  left: 0;
}
.Service__listTxt {
  color: #002E5D;
  font-weight: bold;
}
.Service__listLinkWrap {
  margin-top: 10px;
}
.Service .ListOrdered {
  margin-top: 10px;
}
.Service .CateDetail__txt {
  margin-top: -7px;
  margin-bottom: 23px;
}

.Intro .CateDetail__roundedBg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.Contact__table tbody th:first-child {
  width: 50%;
}
.Contact__table tbody td {
  color: #002E5D;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
}
.Contact__table .Link {
  text-decoration: none;
}
.Contact .CateDetail__roundedBg.-fat {
  padding-top: 25px;
  padding-bottom: 30px;
  margin-top: 60px;
}
.Contact .CateDetail__roundedBg.-fat .CateDetail__roundedBgCont {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Contact .CateDetail__roundedBg.-fat .ItemHeading {
  letter-spacing: 0.05em;
}
.Contact .CateDetail__roundedBg.-fat .Btn.-md {
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .BreedersNewBreeders .Flow {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .Flow .CateDetail__roundedBg {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 17px;
    text-align: center;
  }
  .Service__listTxt {
    letter-spacing: 0.05em;
  }
  .Contact__table tbody td {
    font-size: 1.6rem;
  }
  .Contact .Link[href^=tel] {
    pointer-events: none;
  }
  .Contact .Btn.-md {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .BreedersNewBreeders .Flow {
    margin-top: 55px;
  }
  .Flow .CateDetail__roundedBg {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 17px 20px;
  }
  .NewBreeders__bannerWrap {
    margin: 60px auto 40px;
  }
  .NewBreeders__bannerTxt {
    margin-bottom: 1.6rem;
  }
  .NewBreeders__breederBtn {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .NewBreeders__float {
    bottom: calc(calc(env(safe-area-inset-bottom) + 100px));
  }
  .NewBreeders__floatBtn {
    width: 160px;
  }
  .NewBreeders__trading {
    margin-top: 40px;
  }
  .Service .CateDetail__txt {
    margin-top: -13px;
    margin-bottom: 26px;
  }
  .Intro .ly_FullBg.-heading {
    margin-bottom: 30px;
  }
  .Intro .CateDetail__roundedBg {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .Contact__table {
    margin-top: -10px;
  }
  .Contact__table tbody th {
    font-size: 1.2rem;
  }
}