@charset "UTF-8";
@keyframes slideOut {
  0% {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(100%);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideIn {
  0% {
    z-index: 5;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInR {
  0% {
    z-index: 5;
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
0.4で90deg
0.1で22.5deg
0.29動いたら次が動くので65.25degの時点で次が動いてくる



*/
@keyframes medalOut {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-90deg);
  }
}
@keyframes medalIn {
  0% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.l-footer {
  margin-top: 60px;
}

.l-main__topSlider .c-list_topSlider {
  max-width: 1340px;
  margin: 0 auto;
  height: 844px;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

.l-main__topSlider .c-list_topSlider.view {
  opacity: 1;
}

.l-main__topSlider .c-list_topSlider.wait li {
  opacity: 0;
}

.l-main__topSlider .c-list_topSlider.wait li:first-child {
  opacity: 1;
}

.l-main__topSlider .c-list_topSlider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.l-main__topSlider .c-list_topSlider li.first {
  z-index: 3;
}

.l-main__topSlider .c-list_topSlider li.second {
  z-index: 2;
}

.l-main__topSlider .c-list_topSlider li.out {
  animation: slideOut 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  z-index: 3;
}

.l-main__topSlider .c-list_topSlider li.in {
  animation: slideIn 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  z-index: 4;
}

.l-main__topSlider .c-list_topSlider li.Rin {
  animation: slideInR 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  z-index: 4;
}

.l-main__topSlider .c-list_topSlider li a:hover img {
  opacity: 1;
}

.l-main__topSlider .c-list_topSlider li img {
  width: 1340px;
  height: 844px;
}

.l-main__topSlider .c-list_topSlider__dotsArea {
  display: flex;
  flex-direction: row;
  margin: 11px auto 0;
  position: relative;
  font-family: "EB Garamond", serif;
  z-index: 10;
  max-width: 1340px;
  padding: 0 40px;
  align-items: center;
}

.l-main__topSlider .c-list_topSlider__dotsArea .title {
  font-size: 1.8rem;
  color: #24617d;
}

.l-main__topSlider .c-list_topSlider__dotsArea .sliderDots {
  font-size: 1.6rem;
  color: #24617d;
  flex-direction: row;
  display: flex;
  padding-top: 0;
  margin-left: 0;
}

.l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li {
  margin-left: 4px;
}

.l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li.active a:after {
  background-color: #5b93ad;
}

.l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li:first-child {
  margin-left: 0;
}

.l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li a {
  color: #24617d;
  text-decoration: none;
  width: 60px;
  height: 4px;
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li a:after {
  content: "";
  display: block;
  background-color: #cddee6;
  width: 60px;
  height: 4px;
}

.l-main__topSlider .slideContents {
  background-color: #e0d9ce;
}

.l-main__topSlider .c-list_topSlider__medalArea {
  max-width: 1340px;
  padding: 0 40px;
  margin: 0 auto;
}

.l-main__topSlider .c-list_topSlider__medalArea ul {
  position: relative;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li {
  position: relative;
  z-index: 10;
  position: absolute;
  bottom: -68px;
  right: 1px;
  transform: rotateX(90deg);
}

.l-main__topSlider .c-list_topSlider__medalArea ul li.active {
  z-index: 12;
  transform: rotateX(0deg);
}

.l-main__topSlider .c-list_topSlider__medalArea ul li.activeC {
  z-index: 11;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li.medal-out {
  animation: medalOut 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li.medal-in {
  animation: medalIn 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li .medal {
  display: block;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li .medal .medalText {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "EB Garamond", serif;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li .medal .medalText .year {
  font-size: 3rem;
  position: absolute;
  top: 43px;
  left: 65px;
  letter-spacing: 0.04em;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li .medal .medalText .num {
  font-size: 8.2rem;
  position: relative;
  top: 9px;
  left: -5px;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li .medal .medalText .txt {
  font-size: 2.88rem;
  top: 29px;
  position: relative;
}

.l-main__topSlider .c-list_topSlider__medalArea ul li .medal:after {
  content: "";
  background: url("/assets/img/top/ico_slider_medal.png") no-repeat;
  background-size: contain;
  width: 193px;
  height: 193px;
  display: block;
}

.l-main__topImg .topUploadLinkBox {
  width: auto;
  margin: 0 auto 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.l-regst {
  width: 940px;
  margin: 50px auto -70px;
}

.l-regst-check {
  margin-bottom: 80px;
}

.l-regst-box {
  width: 100%;
  padding: 29px 55px 0 0;
  box-sizing: border-box;
  /*margin-top: 75px;*/
  margin-top: 30px;
  margin-bottom: 60px;
}

.l-regst-box p {
  line-height: 1.5;
}

.l-importantNotices {
  width: 940px;
  margin: 120px auto 0;
}

.l-registrationInformation {
  width: 940px;
  margin: 60px auto 0;
}

.l-registrationInformation h2 {
  background-color: #5b93ad;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 11px 0 10px;
}

.l-registrationInformation > div {
  background-color: #e9eff2;
  padding: 30px 31px 30px 31px;
  border-left: 1px #5b93ad solid;
  border-right: 1px #5b93ad solid;
  border-bottom: 1px #5b93ad solid;
}

.l-registrationInformation > div .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #5993ae solid;
  padding-bottom: 31px;
}

.l-registrationInformation > div .data .applicationStatus {
  position: relative;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  display: flex;
  transform: translateY(3px);
  color: #24617d;
}

.l-registrationInformation > div .data .applicationStatus:after {
  content: "";
  position: relative;
  left: 0;
  top: -2px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #5b93ad;
  display: inline-block;
  padding: 0px 27px 1px;
  width: auto;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 17px;
  height: 26px;
  display: flex;
  align-items: center;
  width: auto;
  border: 2px #5b93ad solid;
}

.l-registrationInformation > div .data .applicationStatus.incomplete:after {
  content: "未完了";
  background-color: #ae1818;
  color: #fff;
  border: 2px #ae1818 solid;
}

.l-registrationInformation > div .data .applicationStatus.completion:after {
  content: "完了";
  background-color: #5b93ad;
  color: #fff;
}

.l-registrationInformation > div .data .applicationStatus.underReview:after {
  content: "審査中";
  background-color: #fff;
  color: #24617d;
}

.l-registrationInformation > div .data .c-btn--link--blue {
  background-color: #5b93ad;
  color: #fff;
  padding: 0;
  height: 49px;
  line-height: 1;
  border: 1px #5b93ad solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 280px;
  letter-spacing: 0.06em;
}

.l-registrationInformation > div .data .c-btn--link--blue:after {
  right: 20px;
  margin: -5px 0 0 0;
}

.l-registrationInformation > div .data .c-btn--link--blue:hover {
  color: #5b93ad;
  opacity: 1;
}

.l-registrationInformation > div .textList {
  margin-top: 25px;
  color: #24617d;
}

.l-registrationInformation > div .textList > ul > li {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.56;
}

.l-registrationInformation > div .textList > ul > li .cautionList {
  margin-top: 10px;
}

.l-registrationInformation > div .textList > ul > li .cautionList li {
  font-size: 1.28rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.9;
}

.l-registrationInformation > div .textList > ul > li + li {
  margin-top: 10px;
}

.l-registrationInformation > div .textList p {
  font-size: 1.6rem;
  line-height: 1.56;
}

.l-registrationInformation > div .textList p a {
  margin-top: 15px;
  display: inline-block;
}

.l-main__news {
  width: 940px;
  margin: 108px auto 0;
}

.l-main__news .c-list_banner {
  margin-top: 40px;
}

.l-main__news .c-list_news {
  margin-top: 59px;
}

.l-main__news .c-btn--more {
  margin-top: 40px;
}

.l-main__news .c-list_news--message {
  margin-top: 53px;
}

.l-main__news .c-link--more {
  margin-top: 22px;
  text-decoration: none;
}

.l-main__beginners {
  width: 940px;
  margin: 120px auto 0;
}

.l-main__lightMember {
  width: 940px;
  margin: 120px auto 0;
}

.l-main__lightMember .l-lightMemberDescription {
  margin-top: 55px;
}

.l-main__lightMember .c-btn--link--blue {
  margin-top: 40px;
}

.l-main__lightMember .c-list--annotation {
  margin-top: 17px;
}

.l-main__featureReports {
  width: 940px;
  margin: 120px auto 0;
}

.l-main__featureReports .c-list_imgBox {
  margin-top: 52px;
}

.l-main__featureReports .c-list_imgBox li.c-icnTxt--featureNew:after {
  top: 10px;
  left: -10px;
}

.l-main__featureReports .c-btn--more {
  margin-top: -17px;
}

.login .l-main__featureReports {
  margin: 110px auto 0;
}

.l-main__featureHorse {
  width: 100%;
  margin-top: 113px;
  padding: 0;
}

.l-main__featureHorse > div {
  width: 1020px;
  margin: 0 auto;
}

.l-main__featureHorse .c-list_imgTextSlider {
  margin: 69px auto 0;
}

.l-main__horseVideos {
  margin-top: 103px;
  padding: 0;
}

.l-main__horseVideos > div {
  width: 940px;
  margin: 0 auto;
}

.l-main__horseVideos .c-list_col2 {
  margin-top: 52px;
}

.l-main__horseVideos .c-btn--link--blue {
  margin-top: 40px;
}

.l-main__horseVideos .c-btn--more {
  margin-top: 40px;
}

.l-main__horseVideos .moreBox .c-list_col2 {
  margin-top: 17px;
}

.l-main__lounge {
  width: 940px;
  margin: 120px auto 0;
}

.l-main__member {
  margin-top: 119px;
  padding: 0px 0 60px;
}

.l-main__member > div {
  width: 940px;
  margin: 0 auto;
}

.l-main__yourHorse {
  width: 100%;
  margin-top: 111px;
  padding: 0;
}

.l-main__yourHorse > div {
  width: 940px;
  margin: 0 auto;
}

.l-main__yourHorse > div .c-btn--link--blue {
  margin-top: 39px;
}

.l-main__yourHorseEntry {
  width: 100%;
  margin-top: 117px;
  padding: 0;
}

.l-main__yourHorseEntry > div {
  width: 940px;
  margin: 0 auto;
}

.l-main__yourHorseEntry > div .listHeader {
  margin-top: 52px;
}

.l-main__yourHorseEntry > div .listHeader .raceInfoLabel {
  width: 80%;
}

.l-main__yourHorseEntry > div .l-myHorseEntryData {
  margin-top: 39px;
}

.l-main__yourHorseEntry > div .l-myHorseEntryData:nth-of-type(1) {
  margin-top: 44px;
}

.l-main__yourHorseEntry > div .l-myHorseEntryData .c-list_news--raceEntry {
  margin-top: 11px;
}

.l-main__yourHorseEntry > div .c-btn--link--blue {
  margin-top: 39px;
}

.l-main__yourHorseEntry > div > .c-list__textRow--simple {
  margin-top: 24px;
}

.l-main__yourHorseEntry > div > .c-list__textRow--simple li {
  margin-left: 26px;
}

.l-main__yourHorseEntry > div > .c-list__textRow--simple li span {
  margin: -3px 10px 0 0;
}

.l-main__yourHorseEntry > div > .c-list__textRow--simple li:after {
  display: none;
}

.l-main__yourHorseEntry > div > .c-list__textRow--simple li:first-child {
  margin-left: 0;
}

.l-main__yourHorseResultRace {
  width: 100%;
  margin-top: 110px;
  padding: 0;
}

.l-main__yourHorseResultRace > div {
  width: 940px;
  margin: 0 auto;
}

.l-main__yourHorseResultRace > div .c-list_news--raceResult {
  margin-top: 56px;
}

.l-main__yourHorseResultRace > div .c-link--rightArrow--text {
  margin-top: 21px;
  display: inline-block;
}

.l-main__yourHorseResultRace > div .c-btn--link--blue {
  margin-top: 45px;
}

.l-main__myStats {
  width: 100%;
  margin-top: 110px;
}

.l-main__myStats > div {
  width: 940px;
  margin: 55px auto 0;
}

.l-main__myStats > div .c-btn--link--blue {
  margin-top: 39px;
}

.l-main__myStats > div > div {
  display: flex;
  border: 1px #5b93ad solid;
  font-family: "Noto Serif JP", serif !important;
  padding: 40px 0 46px 108px;
}

.l-main__myStats > div > div dl {
  color: #24617d;
}

.l-main__myStats > div > div dl dt {
  font-size: 2.4rem;
}

.l-main__myStats > div > div dl dd {
  font-size: 2.88rem;
  margin-top: 9px;
  display: flex;
  align-items: baseline;
}

.l-main__myStats > div > div dl dd .num {
  font-size: 4.8rem;
}

.l-main__myStats > div > div dl dd .num.ml {
  margin-left: 21px;
}

.l-main__myStats > div > div dl dd .subText {
  font-size: 2.4rem;
}

.l-main__myStats > div > div dl + dl {
  padding-left: 38px;
  margin-left: 39px;
  position: relative;
}

.l-main__myStats > div > div dl + dl:after {
  content: "";
  width: 1px;
  height: 106%;
  background-color: #5b93ad;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}

.noDataText {
  margin-top: 35px;
  text-align: center;
  color: #24617d;
}

@media screen and (max-width: 769px) {
  .l-footer {
    margin-top: 50px;
  }
  .l-main__topSlider {
    padding-top: 0px;
  }
  .l-main__topSlider:before {
    display: none;
  }
  .l-main__topSlider .c-list_topSlider {
    height: 63vw;
  }
  .l-main__topSlider .c-list_topSlider li img {
    height: auto;
  }
  .l-main__topSlider .c-list_topSlider__dotsArea {
    margin: 7px 0 0 -25px;
    display: block;
  }
  .l-main__topSlider .c-list_topSlider__dotsArea .title {
    display: block;
  }
  .l-main__topSlider .c-list_topSlider__dotsArea .sliderDots {
    margin-left: 0;
  }
  .l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li.active {
    padding-bottom: 1px;
  }
  .l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li {
    margin-left: 8px;
  }
  .l-main__topSlider .c-list_topSlider__dotsArea .sliderDots li a {
    width: 30px;
  }
  .l-main__topSlider .c-list_topSlider__medalArea ul li {
    bottom: -42px;
    right: -30px;
  }
  .l-main__topSlider .c-list_topSlider__medalArea ul li.medal-out {
    animation: medalOut 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  }
  .l-main__topSlider .c-list_topSlider__medalArea ul li.medal-in {
    animation: medalIn 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  }
  .l-main__topSlider .c-list_topSlider__medalArea ul li .medal .medalText .year {
    font-size: 1.5rem;
    top: 20px;
    left: 33px;
  }
  .l-main__topSlider .c-list_topSlider__medalArea ul li .medal .medalText .num {
    font-size: 4.1rem;
    position: relative;
    top: 4px;
    left: -1px;
  }
  .l-main__topSlider .c-list_topSlider__medalArea ul li .medal .medalText .txt {
    font-size: 1.44rem;
    top: 14px;
    position: relative;
  }
  .l-main__topSlider .c-list_topSlider__medalArea ul li .medal:after {
    background: url(/assets/img/top/ico_slider_medal_sp.png) no-repeat;
    background-size: contain;
    width: 96px;
    height: 96px;
  }
  .l-main__news {
    width: 100%;
    margin: 70px auto 0;
    padding: 0 4%;
  }
  .l-main__news .c-list_banner {
    margin-top: 10px;
  }
  .l-main__news .c-list_news {
    margin-top: 25px;
  }
  .l-main__news .c-btn--more {
    margin-top: 24px;
  }
  .login .l-main__news {
    margin: 69px auto 0;
  }
  .login .l-main__news .c-list_news--message {
    margin-top: 37px;
  }
  .login .l-main__news .c-link--more {
    margin-top: 20px;
  }
  .login .l-main__news .c-list_news {
    margin-top: 36px;
  }
  .l-main__beginners {
    width: 100%;
    margin: 67px auto 0;
    padding: 0 4%;
  }
  .l-main__beginners .c-link--rightArrow:after {
    margin: 4px 0 0 0;
  }
  .l-main__lightMember {
    width: 100%;
    margin: 71px auto 0;
    padding: 0 4%;
  }
  .l-main__lightMember .l-lightMemberDescription {
    margin-top: 37px;
  }
  .l-main__lightMember .c-btn--link--blue {
    margin-top: 23px;
  }
  .l-main__lightMember .c-list--annotation {
    margin-top: 9px;
  }
  .l-main__featureReports {
    width: 100%;
    margin: 71px auto 0;
    padding: 0 4%;
  }
  .l-main__featureReports .c-list_imgBox {
    margin-top: 37px;
  }
  .l-main__featureReports .c-list_imgBox li.c-icnTxt--featureNew:after {
    top: 4px;
    left: -4px;
  }
  .l-main__featureReports .c-btn--more {
    margin-top: 8px;
  }
  .login .l-main__featureReports {
    margin: 67px auto 0;
  }
  .l-main__featureHorse {
    width: 100%;
    margin: 72px auto 0;
    padding: 0;
  }
  .l-main__featureHorse > div {
    width: 100%;
  }
  .l-main__featureHorse .c-list_imgTextSlider {
    margin: 31px auto 0;
  }
  .l-main__horseVideos {
    width: 100%;
    margin: 0 auto 0;
    padding: 63px 4% 0;
  }
  .l-main__horseVideos .c-list_col2 {
    margin-top: 41px;
  }
  .l-main__horseVideos .c-btn--link--blue {
    margin-top: 25px;
  }
  .l-main__horseVideos .c-btn--more {
    margin-top: 24px;
  }
  .l-main__horseVideos > div {
    width: 100%;
  }
  .l-main__lounge {
    width: 100%;
    margin: 72px auto 0;
    padding: 0 4%;
  }
  .l-main__member {
    width: 100%;
    margin: 48px auto 0;
    padding: 19px 4% 50px;
  }
  .l-main__member > div {
    width: 100%;
  }
  .l-main__topImg {
    text-align: right;
  }
  .l-main__topImg .topUploadLinkBox {
    width: auto;
    margin: 0 auto 0;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .l-importantNotices {
    width: 100%;
    margin: 46px auto 0;
    padding: 0 4%;
  }
  .l-registrationInformation {
    width: 100%;
    margin: 35px auto 0;
    padding: 0 4%;
  }
  .l-regst {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 4%;
  }
  .l-regst-box {
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
    /*margin-top: 75px;*/
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .l-registrationInformation h2 {
    font-size: 1.9rem;
    padding: 5px 0 4px;
  }
  .l-registrationInformation > div {
    padding: 16px 14px 25px;
  }
  .l-registrationInformation > div .data {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .l-registrationInformation > div .data .applicationStatus {
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    transform: translateY(3px);
    align-items: center;
  }
  .l-registrationInformation > div .data .applicationStatus:after {
    top: 0;
    font-size: 1.4rem;
    margin-left: 13px;
    width: 96px;
    justify-content: center;
    padding: 0;
  }
  .l-registrationInformation > div .data .applicationStatus.incomplete:after {
    content: "未完了";
    background-color: #ae1818;
    color: #fff;
  }
  .l-registrationInformation > div .data > div {
    width: 100%;
    margin-top: 23px;
  }
  .l-registrationInformation > div .data > div .c-btn--link--blue {
    height: 50px;
    font-size: 1.4rem;
    width: 100%;
    letter-spacing: 0.06em;
  }
  .l-registrationInformation > div .data > div .c-btn--link--blue:after {
    right: 20px;
    margin: -5px 0 0 0;
  }
  .l-registrationInformation > div .textList {
    margin-top: 25px;
  }
  .l-registrationInformation > div .textList > ul > li {
    font-size: 1.4rem;
    line-height: 1.64;
  }
  .l-registrationInformation > div .textList > ul > li .cautionList {
    margin-top: 5px;
  }
  .l-registrationInformation > div .textList > ul > li .cautionList li {
    font-size: 1.12rem;
    line-height: 1.8;
  }
  .l-registrationInformation > div .textList > ul > li + li {
    margin-top: 5px;
  }
  .l-registrationInformation > div .textList p {
    font-size: 1.4rem;
    line-height: 1.64;
  }
  .l-main__yourHorse {
    width: 100%;
    margin-top: 50px;
    padding: 53px 4% 0;
  }
  .l-main__yourHorse > div {
    width: 100%;
  }
  .l-main__yourHorse > div .horseData + .c-btn--link {
    margin-top: 16px;
  }
  .l-main__yourHorse > div .c-btn--link--blue {
    margin-top: 25px;
  }
  .l-main__yourHorseEntry {
    width: 100%;
    padding: 0 4% 0;
    margin-top: 69px;
  }
  .l-main__yourHorseEntry > div {
    width: 100%;
  }
  .l-main__yourHorseEntry > div .listHeader {
    margin-top: 36px;
  }
  .l-main__yourHorseEntry > div .listHeader .raceInfoLabel {
    width: 100%;
  }
  .l-main__yourHorseEntry > div .l-myHorseEntryData {
    margin-top: 27px;
  }
  .l-main__yourHorseEntry > div .l-myHorseEntryData:nth-of-type(1) {
    margin-top: 39px;
  }
  .l-main__yourHorseEntry > div .l-myHorseEntryData .c-list_news--raceEntry {
    margin-top: 7px;
  }
  .l-main__yourHorseEntry > div .c-list__textRow--simple li {
    width: 45%;
    margin-bottom: 13px;
    margin-left: 0;
  }
  .l-main__yourHorseEntry > div .c-list__textRow--simple li span {
    margin: -3px 7px 0 0;
  }
  .l-main__yourHorseEntry > div .c-btn--link--blue {
    margin-top: 12px;
  }
  .l-main__yourHorseResultRace {
    width: 100%;
    padding: 0 4% 0;
    margin-top: 67px;
  }
  .l-main__yourHorseResultRace > div {
    width: 100%;
  }
  .l-main__yourHorseResultRace > div .c-list_news--raceResult {
    margin-top: 36px;
  }
  .l-main__yourHorseResultRace > div .c-link--rightArrow--text {
    margin-top: 16px;
    padding-left: 30px;
  }
  .l-main__yourHorseResultRace > div .c-btn--link--blue {
    margin-top: 28px;
  }
  .l-main__myStats {
    width: 100%;
    margin-top: 67px;
    padding: 0 4% 0;
  }
  .l-main__myStats > div {
    width: 100%;
    margin: 35px auto 0;
  }
  .l-main__myStats > div .c-btn--link--blue {
    margin-top: 26px;
  }
  .l-main__myStats > div > div {
    display: flex;
    flex-wrap: wrap;
    padding: 19px 20px 17px 20px;
  }
  .l-main__myStats > div > div dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-main__myStats > div > div dl dt {
    font-size: 1.7rem;
    width: 37%;
    align-self: flex-start;
    padding-top: 4px;
  }
  .l-main__myStats > div > div dl dd {
    font-size: 1.5rem;
    margin-top: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .l-main__myStats > div > div dl dd .num {
    font-size: 2.5rem;
  }
  .l-main__myStats > div > div dl dd .num.ml {
    margin-left: 10px;
  }
  .l-main__myStats > div > div dl dd .subText {
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 5px;
    transform: translateX(9px);
  }
  .l-main__myStats > div > div dl + dl {
    padding-left: 0;
    margin-left: 0;
    position: relative;
    margin-top: 15px;
    border-top: 1px #5b93ad solid;
    padding-top: 11px;
  }
  .l-main__myStats > div > div dl + dl:after {
    display: none;
  }
}
/*# sourceMappingURL=home.css.map */