@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap");

/* CSS Document */

* {
  outline: 0;
  margin: 0;
  padding: 0;
}

html,
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

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

a {
  text-decoration: none !important;
}

header {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* navi */

nav.navbar {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  border: none;
  /* display: block; */
  height: 80px;
}
@media (max-width: 1199px) {
  nav.navbar {
    height: 48px;
  }
}

.gnavi {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  border: none;
  display: block;
  height: 80px;
}

.gnavi-nav {
  width: 100%;
  align-items: center;
}

.gnavi-nav li {
  width: 14%;
  /* padding: 28px 4px; */
  text-align: center;
}

.gnavi-nav a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff !important;
  cursor: pointer;
  letter-spacing: -1px;
}

.dropdown-menu a.dropdown-item {
  color: #333333 !important;
  padding: 8px 16px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ffffff !important;
}

@media screen and (max-width: 480px) {
  .gnavi-nav a {
    font-size: 14px;
  }
}

.gnavi-nav .btn-login {
  background: rgb(11, 11, 11);
  background: linear-gradient(
    270deg,
    rgba(11, 11, 11, 1) 0%,
    rgba(51, 51, 51, 1) 50%
  );
  /* background-color: #0b0b0b; */
  text-decoration: none;
  height: 80px;
  padding-top: 28px;
}

.gnavi-nav .btn-entry {
  background: rgb(182, 39, 0);
  background: linear-gradient(
    270deg,
    rgba(182, 39, 0, 1) 0%,
    rgba(233, 50, 0, 1) 75%
  );
  /* background-color: #b62700; */
  text-decoration: none;
  height: 80px;
  padding-top: 28px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
}

.gnavi > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  display: inline-block;
  height: 48px;
}

@media (max-width: 1199px) {
  .gnavi {
    height: 48px;
  }
  .logo {
    height: 40px;
    padding: 4px 0;
  }
  .gnavi-nav li {
    width: 100% !important;
    padding: 12px 24px;
    text-align: left;
  }
  .gnavi-nav .btn-login,
  .gnavi-nav .btn-entry {
    display: none;
  }
  #navbarContent {
    background: #333333;
    z-index: 5;
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    padding-bottom: 1000px !important;
  }
  .dropdown-menu {
    background-color: #ffffff;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
  }
  .dropdown-menu a.dropdown-item {
    color: #ffffff !important;
    background: #333333;
    padding: 12px 32px;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #333333 !important;
  }
}

@media (min-width: 768px) {
  .owl-bulletins {
    padding-top: 24px;
  }
}

.owl-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  width: 100%;
  text-align: center;
  font-size: 18px;
}

.owl-horse-detail .owl-slide img {
  height: 600px !important;
}

.owl-horses .owl-slide img {
  border-radius: 5%;
}

.owl-bulletins,
.owl-horse-detail {
  background-color: #eeeeee;
}

.owl-bulletins .owl-nav,
.owl-horse-detail .owl-nav {
  display: none;
}

.owl-bulletins .owl-dots,
.owl-horse-detail .owl-dots {
  padding: 12px 0px 6px 0px;
}

.owl-bulletins .owl-slide img {
  max-height: 600px;
  max-width: 900px;
}

.horse-name {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin: 8px 0;
}

@media (max-width: 480px) {
  .horse-name {
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0;
  }
}

.news-list {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 844px;
}

.news-list li {
  padding: 24px 0;
  border-bottom: 1px dashed #aaaaaa;
}

.news-list li:nth-child(odd) {
  width: 30%;
}

.news-list li:nth-child(even) {
  width: 70%;
}

.news-list li a {
  color: #333333 !important;
}

@media (max-width: 1366px) {
  .news-list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news-list li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .news-list li {
    width: 100% !important;
  }

  .news-list li:nth-child(odd) {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-top: 14px;
    padding-bottom: 6px;
    border-bottom: none;
  }

  .news-list li:nth-child(even) {
    font-size: 14px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 14px;
  }
}

.cta-wrap {
  position: relative;
  height: 48px;
  font-family: "Noto Sans JP", sans-serif;
}

.cta-menu {
  display: table;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  table-layout: fixed;
}

.cta-menu-item {
  display: table-cell;
  text-align: center;
  height: 48px;
}

.cta-menu-item a {
  color: #fff !important;
}

.cta-btn {
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #fff !important;
  background: rgb(11, 11, 11);
  background: linear-gradient(
    270deg,
    rgba(11, 11, 11, 1) 0%,
    rgba(51, 51, 51, 1) 50%
  );
  /* background-color: #0b0b0b; */
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}

.cta-btn-index {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  display: inline-block;
  width: 328px;
  height: 64px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}

@media (max-width: 768px) {
  .cta-btn-index {
    width: 240px;
    height: 48px;
  }
}

.cta-btn-equity {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  display: inline-block;
  width: 240px;
  height: 48px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}

.cta-btn-entry {
  background: rgb(182, 39, 0);
  background: linear-gradient(
    270deg,
    rgba(182, 39, 0, 1) 0%,
    rgba(233, 50, 0, 1) 75%
  );
  /* background-color: #b62700; */
  text-decoration: none;
  height: 48px;
}

.cta-btn-entry-bg {
  background: rgb(182, 39, 0);
  background: linear-gradient(
    270deg,
    rgba(182, 39, 0, 1) 0%,
    rgba(233, 50, 0, 1) 75%
  );
  display: inline-block;
  width: 328px;
  height: 64px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}

.cta-menu-item-navi {
  display: table-cell;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #707070;
  font-size: 14px;
  line-height: 48px;
}

@media (min-width: 1200px) {
  .cta-wrap {
    display: none;
  }
}

section h2 {
  padding-top: 80px;
  /* font-family: "Libre Baskerville", "Noto Sans JP"; */
  font-family: "Arimo", "Noto Sans JP";
  font-weight: 700;
  font-size: 56px;
  line-height: 69px;
}

section h3 {
  padding-top: 64px;
  font-family: "Arimo", "Noto Sans JP";
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}

section h4 {
  padding-top: 80px;
  font-family: "Arimo", "Noto Sans JP";
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}

section h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #541200;
  font-weight: 400;
  line-height: 24px;
}

section h5.subtitle {
  font-size: 24px;
  line-height: 30px;
}

section h5.subtitle-b {
  font-size: 1.8em;
  line-height: 30px;
  text-align: center;
  margin: 48px 0 32px 0;
  font-weight: 600;
}

section h5.subtitle-c {
  font-size: 1.8em;
  line-height: 30px;
  text-align: center;
  margin: 48px 0 8px 0;
  font-weight: 600;
}

section h5.subtitle-d {
  font-size: 1.2em;
  line-height: 30px;
  text-align: center;
  margin: 0 0 32px 0;
  font-weight: 600;
}

div.sub-sub {
  color: #541200;
  font-weight: 600;
  margin-top: 16px;
  font-size: 1.1em;
}

section h5.sub-sub {
  font-size: 1.1em;
}

div.sub-sub2 {
  color: #541200;
  font-weight: 600;
  margin-top: 48px;
  font-size: 1.2em;
}

section h5.sub-sub2 {
  font-size: 1.2em;
}

section .container .summary {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 32px;
}

section > .container > p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
}

section > .container > ul {
  margin: 48px 0px;
}

section > .container > ul > li {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
}

@media (max-width: 480px) {
  section h2 {
    padding-top: 48px;
    font-size: 36px;
    line-height: 45px;
  }

  section h4 {
    padding-top: 48px;
    font-size: 24px;
    line-height: 32px;
  }

  section h5 {
    font-size: 12px;
    line-height: 18px;
  }

  section h5.subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  section h5.subtitle-b {
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
  }

  section h5.subtitle-c {
    font-size: 1.5em;
    line-height: 30px;
    text-align: center;
    margin: 48px 0 8px 0;
    font-weight: 600;
  }

  section h5.subtitle-d {
    font-size: 1.2em;
    line-height: 30px;
    text-align: center;
    margin: 0 0 32px 0;
    font-weight: 600;
  }

  section h5.sub-sub {
    font-size: 1em;
  }

  section > .container > .summary {
    font-size: 14px;
    line-height: 24px;
  }

  section > .container > p,
  .section-header p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
  }

  section > .container > ul > li {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
  }

  .section-header ul.tips {
    font-size: 12px;
  }
}

section .container {
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1016px) {
  section .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6%;
    padding-right: 6%;
    width: 74%;
  }
}

.section-header {
  text-align: left;
  margin-top: 24px;
}

.section-header h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 36px;
}

.section-header h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 24px;
}

.section-header h4.section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding-top: 72px;
}

.section-header h4.section-sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 16px;
}

.section-header h4.number {
  font-family: "Montserrat";
  font-size: 24px;
  color: #b62700;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: -1rem;
}

.section-header ul.tips {
  list-style: disc !important;
  margin-left: 2em;
}

.section-header ul.tips li {
  list-style: disc !important;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .section-header h4.section-title {
    padding-top: 32px;
  }
}

.section-text {
  margin: 0 auto;
  margin-top: 32px;
  text-align: left;
  width: 672px;
}

section.horses {
  background-color: #eeeeee;
}

table.trade th {
  width: 30%;
}

table.trade td {
  width: 70%;
}

.image-greeting {
  width: 672px;
}

@media (max-width: 768px) {
  .image-greeting {
    width: 100%;
  }
  .section-text {
    width: 100%;
    font-size: 14px;
  }
}

.divider {
  color: #696969;
}

table {
  margin-top: 16px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 20px;
  /* border-top: 1.2px solid #696969;
    border-bottom: 1.2px solid #696969; */
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  border: 1px solid #cccccc;
}

th {
  background-color: #f5f5f5;
  font-weight: 400;
}

.section-image {
  margin: 32px 0;
  text-align: center;
}

.bottom-blank {
  margin-bottom: 96px;
}

@media (max-width: 480px) {
  table {
    font-size: 12px;
    line-height: 18px;
  }

  .bottom-blank {
    margin-bottom: 64px;
  }
}

footer .upper {
  background-color: #eeeeee;
  padding-top: 36px;
  padding-bottom: 40px;
}

footer .upper a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

footer .upper .menulist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding-left: 20%;
  padding-right: 20%;
}

.menulist li {
  width: 20%;
  padding: 12px 0;
}

.menulist li:nth-child(1) {
  padding-right: 28px;
}

.menulist li:nth-child(1) {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.fourth li:nth-child(1) {
  padding-right: 28px;
  width: 20%;
}

.fourth li {
  width: 40%;
  padding: 12px 0;
}

@media (max-width: 1024px) {
  footer .upper {
    padding-top: 32px;
    padding-bottom: 2px;
  }

  footer .upper .menulist {
    padding-left: 4%;
    padding-right: 4%;
    flex-wrap: wrap;
  }

  .menulist li:nth-child(1) {
    width: 100%;
  }

  .menulist li:nth-child(2),
  .menulist li:nth-child(3),
  .menulist li:nth-child(4),
  .menulist li:nth-child(5) {
    width: 50%;
  }

  .fourth li:nth-child(2),
  .fourth li:nth-child(3) {
    width: 100%;
  }

  .first {
    padding-bottom: 32px;
    border-bottom: 1px solid #696969;
  }

  .second {
    padding-top: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #696969;
  }

  .third {
    padding-top: 4px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1025px) {
  .first li,
  .second li {
    border-bottom: 1px solid #696969;
  }
}

footer .sns-bar {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  border: none;
  display: block;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .nav-area {
  margin: 32px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .nav-area li {
  padding: 12px 16px;
}

.footer-logo {
  width: 96px;
}

footer .lower {
  background-color: #333333;
  padding-top: 48px;
  padding-bottom: 64px;
}

@media (max-width: 960px) {
  footer .nav-area {
    flex-wrap: wrap;
  }

  footer .lower {
    width: 100%;
  }

  footer .lower .nav-area li:nth-child(4) {
    width: 100%;
    text-align: center;
  }
}

footer .lower a {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}

footer .lower .copy {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

section ul.sitelist h4 {
  padding: 20px 0;
  font-family: "Arimo", "Noto Sans JP";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

ul.sitelist {
  display: block;
  width: 100%;
  padding-bottom: 0;
}

ul.sitelist a {
  color: #333333;
}

ul.sitelist > li {
  margin-left: 3%;
  padding-left: 0;
  display: block;
}
ul.pages {
  margin-bottom: 10%;
}
ul.pages li {
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 3%;
  padding-left: 20px;
  background-size: 8px;
  background-position: 0 7px;
}

/* 会員規約 */

.notice {
  color: red;
  font-size: 0.9rem;
}

.pdf-icon-memo {
  color: black;
  font-size: 8px;
  margin-left: 4px;
}

span.indent {
  display: inline-block;
  text-indent: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

p.pdf a:before {
  content: " ";
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  padding-right: 16px;
  margin: 10px;
}

/* Q&A */

.section-header h4.question {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 16px;
}

h4.question > .mark-q {
  font-weight: 700;
  font-family: "Montserrat";
  color: #b62700;
  letter-spacing: -1px;
  margin-right: 8px;
}

p.answer > .mark-a {
  font-weight: 700;
  font-size: 1.5em;
  font-family: "Montserrat";
  color: #003787;
  letter-spacing: -1px;
  margin-right: 8px;
}

/* 募集馬リスト */

.label-search {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}

@media (max-width: 480px) {
  .label-search {
    font-size: 14px;
    line-height: 20px;
  }
}

.btn-search,
.btn-video {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  display: inline-block;
  width: 240px;
  height: 48px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}

.horselist-area {
  margin-top: 64px;
}

@media (min-width: 768px) {
  ul.horselist li .img-area {
    padding-top: 60px;
  }
}

.prof-area .horse-info {
  border-top: unset;
  border-bottom: unset;
}

.prof-area .horse-info th:nth-child(1) {
  width: 10%;
}
.prof-area .horse-info th:nth-child(2) {
  width: 20%;
}
.prof-area .horse-info td {
  width: 35%;
}

.prof-area .horse-name {
  font-size: 24px;
  font-weight: 600;
}

ul.price-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.price-info li {
  width: 16.66%;
}

.horse-price {
  margin: 8px;
}

ul.price-info li:nth-child(odd) {
  text-align: right;
}

ul.price-info li:nth-child(even) {
  text-align: left;
}

.horse-price .price,
.horse-price .price-info li {
  font-size: 12px;
  line-height: 18px;
  padding-right: 4px;
}

.horse-price .price-number-lg {
  font-size: 32px;
  line-height: 48px;
  color: #541200;
  font-weight: 700;
  padding-left: 4px;
}

.horse-price .price-number-sm {
  font-size: 24px;
  line-height: 36px;
  color: #541200;
  font-weight: 700;
}

.horse-price .price-number-cancel {
  font-size: 16px;
  line-height: 24px;
  color: #541200;
  font-weight: 700;
}

ul.horselist > li.horse {
  margin: 96px 0;
}

.remarks {
  text-align: left;
  font-size: 0.8em;
}

@media (max-width: 1024px) {
  ul.horselist > li > .img-area {
    width: 50%;
  }
}

@media (max-width: 767px) {
  ul.horselist > li > .img-area {
    width: 100%;
  }
  .horselist-area {
    margin-top: 48px;
  }
  .prof-area .horse-name {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
  }
  ul.horselist > li.horse {
    margin: 64px 0;
  }
  .horse-price .price-number-sm {
    font-size: 20px;
    line-height: 30px;
  }
  .horse-price .price-number-cancel {
    font-size: 12px;
    line-height: 16px;
  }
  ul.price-info li {
    width: 15%;
  }
  ul.price-info li:nth-child(2) {
    width: 25%;
  }
}

@media (max-width: 400px) {
  .price-info li.title {
    font-size: 10px;
  }
  .horse-price .price-number-sm {
    font-size: 18px;
    line-height: 24px;
  }
}

/* 募集馬詳細 */

.video-frame {
  max-height: 377px;
  width: 90%;
  margin-top: 16px;
  padding: 16px;
  background: #eeeeee;
}

.image-pedigree {
  width: 100%;
}

.image-blacktype {
  width: 420px;
}

@media (min-width: 768px) {
  .image-horse-detail {
    width: 672px !important;
    border-radius: 5%;
  }
}

.recommend-text {
  font-size: 16px;
}

.photo-area img {
  max-width: 80%;
  max-height: 377px;
  border-radius: 5%;
}

@media (max-width: 768px) {
  .image-horse-detail {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .recommend-text {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .image-blacktype {
    width: 100%;
  }
}

/* 各種フォーム */

.form-remarks {
  margin-top: 64px;
  padding: 32px;
  background-color: #eeeeee;
  text-align: left;
}

.form-remarks p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 480px) {
  .form-remarks p {
    font-size: 12px;
    line-height: 18px;
  }
}

.bg-kc {
  background: #b62700;
  color: #ffffff;
  border: none;
}

.mandatory {
  color: red;
  font-size: 8px;
  margin-left: 4px;
}

.btn-cancel {
  background: #999999;
  display: inline-block;
  width: 240px;
  height: 48px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}

/* ビデオアーカイブ */

.movie-list-main {
  display: flex;
  flex-wrap: wrap;
}

.movie-list-main li {
  float: left;
  width: 100%;
  margin: auto 8px;
  padding: 20px 20px 20px 20px;
  background: #eeeeee;
  border-radius: 5%;
}

.movie-list-main video {
  width: 100%;
  border-radius: 5%;
  max-height: 500px;
}

.movie-list-main > li > p {
  font-size: 0.8em;
  font-weight: 600;
}

@media (max-width: 480px) {
  .movie-list-main video {
    max-height: 300px;
  }
}

/* 写真アーカイブ */

.photo-list-main {
  display: flex;
  flex-wrap: wrap;
}

.photo-list-main li {
  float: none;
  width: 100%;
  height: auto;
  margin: auto 0;
  padding-bottom: 8%;
  text-align: center !important;
}

.photo-list-main li a img {
  max-width: 100%;
  border-radius: 5%;
}

.photo-list-main li .detail {
  font-size: 0.8em;
  color: #333333;
}

@media (min-width: 768px) {
  .photo-list-main li {
    width: 46%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .photo-list-main li a img {
    max-width: 100%;
    max-height: 225px;
  }
}

.photo-list-main > li > p {
  font-size: 0.8em;
  font-weight: 600;
}

/* ページネーション */

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

nav.nav-pagination {
  display: flex;
}

ul.pagination {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

ul.pagination li a,
ul.pagination li span {
  font-weight: 600;
  font-size: 1.5em;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffffff;
  background-color: #541200;
  border: 1px solid #dee2e6;
}

ul.pagination .active span {
  color: #ffffff;
  pointer-events: none;
  cursor: auto;
  background-color: #b62700;
  border-color: #dee2e6;
}

ul.pagination .disabled span {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #541200;
  border-color: #dee2e6;
}

ul.pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* ニュース */

h3.news-title {
  color: #b62700;
  font-weight: 600;
}

.news-body {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0 4px;
}

/* 出走予定 */

ul.race-schedule {
  display: flex;
  flex-wrap: wrap;
}

ul.race-schedule li {
  text-align: left;
}

ul.race-schedule li:nth-child(1) {
  width: 50%;
  border-bottom: solid #999999 1px;
}

ul.race-schedule li:nth-child(2) {
  width: 50%;
  border-bottom: solid #999999 1px;
  text-align: left;
}

ul.race-schedule li .logo {
  height: 50px;
}

ul.race-schedule li span.date,
span.cmy-number {
  font-family: "Montserrat";
  font-size: 18px;
  color: #b62700;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: -1rem;
}

ul.race-schedule li span.horse-name {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: -1rem;
}

@media (min-width: 1200px) {
  ul.race-schedule li:nth-child(1) {
    width: 40%;
  }

  ul.race-schedule li:nth-child(2) {
    width: 60%;
  }
}

@media (max-width: 767px) {
  ul.race-schedule li:nth-child(1) {
    width: 100%;
    border-bottom: none;
  }
  ul.race-schedule li:nth-child(2) {
    width: 100%;
    padding-bottom: 12px;
  }
}

/* パスワード再発行フォーム */

div.return,
div.more {
  margin-top: 16px;
  text-decoration: underline;
}

div.return a,
div.more a {
  color: #333333;
}

/* 出資申込み */
div.entry-flow {
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 16px 8px;
  background: #eeeeee;
}

div.entry-flow img {
  width: 100%;
  max-width: 600px;
}

div.yesno {
  display: flex;
  flex-wrap: wrap;
}

div.yesno div.question {
  width: 70%;
  text-align: left;
  background: #eeeeee;
  margin: 10px;
}

div.yesno div.answer {
  width: 25%;
  text-align: left;
  background: #eeeeee;
  margin: 10px 0;
  border-radius: 5%;
}

p.pdf a {
  font-size: 0.8rem;
  color: #541200;
}

.question p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px;
}

.question .year {
  margin-left: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

@media (min-width: 481px) {
  .answer-box {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
  }

  .answer-box label {
    height: 20%;
    margin-top: 10%;
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  div.yesno div.question {
    width: 100%;
  }

  div.yesno div.answer {
    width: 100%;
    text-align: center;
    margin: 10px;
  }

  .answer-box label {
    margin: 25px;
  }

  .question p {
    font-size: 12px;
  }
}

ul.entry-docs-button {
  background: #833500;
  display: flex;
  flex-wrap: wrap;
}

ul.entry-docs-button li {
  width: 25%;
  padding: 15px;
  margin-top: 0px !important;
}

ul.entry-docs-button li img {
  width: 100%;
}

.id-case {
  text-align: left;
}

@media (max-width: 1024px) {
  ul.entry-docs-button li {
    width: 50%;
    padding: 15px;
    margin-top: 0px !important;
  }
}

.upload-area {
  background: #eeeeee;
  padding: 16px 16px;
}

ul.example {
  display: flex;
  flex-wrap: wrap;
}

ul.example li:nth-child(1) {
  width: 50%;
  text-align: left;
  padding: 2em;
}

ul.example li:nth-child(2),
ul.example li:nth-child(3) {
  width: 25%;
  text-align: center;
  padding: 1em;
}

@media (max-width: 1200px) {
  ul.example li:nth-child(1) {
    width: 100%;
    text-align: left;
    padding: 0.5em;
  }

  ul.example li:nth-child(2),
  ul.example li:nth-child(3) {
    width: 50%;
    text-align: center;
    padding: 1em;
  }
}

@media (max-width: 480px) {
  .id-case p {
    font-size: 14px;
    line-height: 1.5;
  }
}

dl.entry-confirm {
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
}

.entry-confirm dt {
  line-height: 3;
  width: 30%;
  text-align: right;
}
.entry-confirm dd {
  line-height: 3;
  width: 70%;
  text-align: left;
  padding-left: 5%;
}

@media (max-width: 767px) {
  .entry-confirm dt {
    line-height: 1.5;
    padding: 10px 0;
    width: 100%;
    text-align: left;
  }
  .entry-confirm dd {
    line-height: 1.5;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
}

table.purchase-info {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 64px;
}

/* 本人確認書類 */

table.id-table td {
  text-align: left;
}

table.id-table th:first-child {
  width: 25%;
}

.id-docs img {
  width: 300px;
  margin: auto 0;
  padding: 20px;
}

/* マイページ */

.mypage-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}

.btn-mypage-top {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  display: inline-block;
  height: 48px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  width: 48%;
  margin: 1%;
}

@media (max-width: 480px) {
  .btn-mypage-top {
    font-size: 0.8em;
  }
}

table.news-box a {
  color: #333333 !important;
}

.tab {
  overflow: hidden;
}
.tab li {
  background: #833500;
  padding: 8px 32px;
  float: left;
  margin-right: 5px;
  border-radius: 5px 5px 0px 0px;
}
.tab li.select {
  background: #833500;
}
.content li {
  display: none;
}
.content li.select {
  display: block;
}
.hide {
  display: none;
}

div.tab_area {
  font-size: 0.9em;
}

.tab_area tr:first-child th,
.tab_area tr:first-child td {
  background: #833500;
  color: #fff;
  /* border-right: solid 3px #833500; */
  border-top: none;
}

.tab_area tr:nth-child(2) th,
.tab_area tr:nth-child(2) td {
  border-top: none;
}

.tab_area th:last-child {
  border-right: none;
}

.tab_area td,
.tab_area th {
  padding: 8px 12px;
  background: #fff;
  color: #333333;
}

/* .tab_area th {
    border-bottom: solid 5px #833500;
} */

.tab {
  padding-top: 10px;
  margin-bottom: 0 !important;
  color: #ffffff;
}

.tab li {
  border-bottom: solid 2px #833500;
  cursor: pointer;
  pointer-events: visible;
}

.tab li.select {
  border-bottom: solid 3px #833500;
  cursor: default;
  pointer-events: none;
}

.tab_area .content li {
  display: none;
}

.tab_area .content li.select {
  display: block;
}

.tab_area .content ul.billing-list li,
.tab_area .content ul.reward-list li {
  display: block;
  width: 50%;
  text-align: left;
  padding: 8px 0;
}

table.mypage {
  margin-top: 0 !important;
  border-top: none;
  border-bottom: none;
}

table.mypage td {
  height: 35px;
}

table.mypage th {
  border: none;
}

.tab_area td a,
.tab_area th a {
  color: #333333;
  font-weight: 500;
}

/* diary */

#diary .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

#diary .name {
  margin-top: 32px;
  padding-top: 32px;
  font-size: 24px;
  font-weight: bold;
}

#diary .name a {
  color: #333333;
  text-decoration: none;
}

#diary .photo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#diary .carouselwrap {
  position: relative;
  height: 0;
  margin-left: 50px;
  margin: auto;
  width: 100%;
}

#diary .carouselwrap .carousel {
  position: relative;
  width: 100%;
  max-height: 410px;
  overflow: hidden;
}

#diary .carouselwrap .prv,
#diary .carouselwrap .nxt,
#diary .carouselwrap .prv_off,
#diary .carouselwrap .nxt_off {
  position: absolute;
  top: 117px;
  width: 16px;
  height: 22px;
}

#diary .carouselwrap .nxt {
  right: -30px;
  background-image: url(../images/arrow_next_club.png);
  background-repeat: no-repeat;
  background-size: 16px;
}

#diary .carouselwrap .prv {
  left: -30px;
  background-image: url(../images/arrow_prev_club.png);
  background-repeat: no-repeat;
  background-size: 16px;
}

#diary .carouselwrap .nxt_off {
  right: -30px;
  background-image: url(../images/arrow_next_club_off_mypage.png);
  background-repeat: no-repeat;
  background-size: 16px;
}

#diary .carouselwrap .prv_off {
  left: -30px;
  background-image: url(../images/arrow_prev_club_off_mypage.png);
  background-repeat: no-repeat;
  background-size: 16px;
}

#diary .carouselwrap .show {
  cursor: pointer;
}

#diary .carouselwrap .hide {
  background-image: none !important;
}

.btn-mypage-diary {
  background: rgb(84, 18, 0);
  background: linear-gradient(
    270deg,
    rgba(84, 18, 0, 1) 0%,
    rgba(131, 53, 0, 1) 50%
  );
  display: inline-block;
  width: 240px;
  height: 48px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}

div.diary-box,
ul.photo-box,
ul.movie-box {
  display: flex;
  flex-wrap: wrap;
}

div.diary-box > div.text-area > p {
  text-align: left;
  margin-bottom: 0rem !important;
}

div.photo-area,
div.photo-area li.photo-image-area,
div.movie-area li.movie-image-area {
  width: 50%;
}

div.photos div.photo-area {
  width: 100%;
}

div.text-area,
div.photo-area li.photo-text-area,
div.movie-area li.movie-text-area {
  width: 50%;
}

ul.photo li.date {
  margin-top: 0;
  padding-top: 8px !important;
  margin-bottom: 0 !important;
}

ul.photo li.item {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

li.date span {
  font-weight: 600;
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  div.photo-area,
  div.photo-area li.photo-image-area,
  div.movie-area li.movie-image-area {
    width: 100%;
  }

  div.text-area,
  div.photo-area li.photo-text-area,
  div.movie-area li.movie-text-area {
    width: 100%;
  }
}

#diary ul.pagination li {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

div.more a {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #diary .carouselwrap {
    height: 100%;
  }
  #diary .carouselwrap .carousel {
    height: 100%;
  }
  ul.photo {
    height: 100%;
  }
  #diary .photo_area {
    float: none;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  #diary .photo li video {
    width: 100%;
    height: 172px;
  }
}

@media screen and (max-width: 480px) {
  div.diary-box div.text-area p,
  li.photo-text-area,
  li.movie-text-area {
    font-size: 0.85em;
  }
}

table.bonus a.attached,
table.cost a.attached {
  color: red;
  font-size: 1.5em;
}

.owl-slide video {
  width: 90%;
  max-height: 300px;
}

button:focus {
  outline: none !important;
}

/* トップページへ戻るボタン */

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #b62700;
  /* border-radius: 50%; */
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 12.5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (min-width: 1100px) {
  #page_top {
    right: calc((100% - 1100px) / 2);
  }
}

.billing-list,
.reward-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px #cccccc solid;
  margin-top: 16px;
  margin-bottom: 16px;
}

.billing-list li .reward-list li {
  text-align: left;
  padding: 8px 4px;
  width: 50%;
}

.billing-list span.date,
.reward-list span.date {
  font-family: "Montserrat";
  font-size: 20px;
  color: #b62700;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: -1rem;
}

.billing-list span.amount,
.reward-list span.amount {
  font-family: "Montserrat";
  font-size: 20px;
  color: #ff0000;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: -1rem;
  margin-right: 4px;
}

.billing-list span.title,
.reward-list span.title {
  font-weight: 600;
  margin-right: 4px;
}

.billing-list span.status,
.reward-list span.status {
  font-size: 16px;
  color: #ff0000;
  font-weight: 700;
  line-height: 24px;
  margin-left: 8px;
}

.billing-list a.attached,
.reward-list a.attached {
  color: red;
  font-size: 2em;
  padding-left: 8px;
}

.billing-list a.attached-file {
  color: #3251bc;
  font-size: 2em;
  padding-left: 8px;
}

.reward-list a.attached-file {
  color: #198754;
  font-size: 2em;
  padding-left: 8px;
}

.billing-list li:first-child,
.reward-list li:first-child {
  padding-top: 26px !important;
}

@media (max-width: 767px) {
  .billing-list li:first-child,
  .reward-list li:first-child {
    padding-top: 8px !important;
  }

  .billing-list li,
  .reward-list li {
    width: 100% !important;
    text-align: left;
    padding: 8px 0;
  }
}

.g-recaptcha {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 300px;
  margin-top: 48px;
}

.badge-point {
  padding: 1em 2em !important;
  font-size: 100% !important;
  line-height: 1.5em;
}

button.btn-search:disabled {
  background: #dcdcdc !important;
  color: #333333 !important;
}

/* benefits */

p.notes {
  font-size: 0.8em;
}

thead.club-color > tr > th {
  background: #833501 !important;
  color: #ffffff !important;
}

@media (max-width: 480px) {
  p.notes {
    font-size: 0.7em;
  }
}

/* points-history */

table.points-history {
  margin: 48px 0;
}

table.points-history th {
  border: none;
}

ul.inner-links {
  display: flex;
  flex-wrap: wrap;
}

ul.inner-links li {
  width: 25%;
}

ul.inner-links li a {
  text-decoration: underline !important;
  color: #333333;
}

@media (max-width: 768px) {
  ul.inner-links li {
    width: 50%;
  }
}

.owl-theme .owl-dots .owl-dot {
  zoom: 2 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 36px !important;
}

.ds-none {
  display: none;
}

.mb-32 {
  margin-bottom: 32px;
}

.form-control.is-invalid {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

html.pending-app-check body header,
html.pending-app-check body footer {
  display: none !important;
}
body.app-view header,
body.app-view footer {
  display: none !important;
}
body.app-view:before {
  display: none !important;
}
