@charset "UTF-8";
body {
  color: #24617d;
}

.memberClass {
  font-size: 1.6rem;
  color: #fff;
  background-color: #8b8265;
  text-align: center;
  display: inline-block;
  padding: 3px 7px 4px 8px;
}
.memberClass.sfunc {
  background-color: #5b93ad;
}
.memberClass.sfunc.temporary {
  border: 1px #5b93ad solid;
  color: #5b93ad;
  background-color: #fff;
  padding: 2px 6px 3px 7px;
}

.raceInfoLabel > ul li {
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.raceInfoLabel > ul li span {
  margin: 0 10px 0 0;
}

.beginnermenu {
  background-color: #f7f4ef;
  border-top: 1px #5993ae solid;
  border-bottom: 1px #5993ae solid;
  position: relative;
}
.beginnermenu a {
  color: #24617d;
  text-decoration: none;
}
.beginnermenu .menuHead {
  width: 1120px;
  margin: 0 auto;
}
.beginnermenu .menuHead .menuTrigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 0 20px 0;
}
.beginnermenu .menuHead .menuTrigger span {
  font-size: 1.8rem;
  font-family: "Noto Serif JP";
}
.beginnermenu .menuHead .menuTrigger .menuText {
  position: relative;
  padding: 0 24px 0 0;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
}
.beginnermenu .menuHead .menuTrigger .menuText:before {
  width: 9px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7px);
  right: 3px;
  content: "";
  background: url(/assets_static/img/beginner/ico_btn_b.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.beginnermenu .menuHead .menuTrigger.active .menuText:before {
  -webkit-transform: rotate(630deg);
      -ms-transform: rotate(630deg);
          transform: rotate(630deg);
}
.beginnermenu .menuContents {
  position: relative;
}
.beginnermenu .menuContents > div {
  display: none;
  border-top: 1px #dddcda solid;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f7f4ef;
  border-bottom: 1px #5993ae solid;
  z-index: 99999;
}
.beginnermenu .menuContents > div > p {
  width: 1120px;
  margin: 40px auto 0px;
}
.beginnermenu .menuContents > div > p a {
  font-size: 1.5rem;
}
.beginnermenu .menuContents > div .menuMainList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  margin: 0 auto;
  padding: 28px 0 57px;
}
.beginnermenu .menuContents > div .menuMainList > li {
  width: 33%;
}
.beginnermenu .menuContents > div .menuMainList > li:nth-of-type(1) {
  width: 380px;
}
.beginnermenu .menuContents > div .menuMainList > li:nth-of-type(1) > ul {
  margin-top: 32px;
  padding-left: 20px;
}
.beginnermenu .menuContents > div .menuMainList > li:nth-of-type(1) > ul > li:first-child {
  padding-bottom: 31px;
}
.beginnermenu .menuContents > div .menuMainList > li:nth-of-type(2) {
  width: 287px;
  margin-left: 84px;
}
.beginnermenu .menuContents > div .menuMainList > li:nth-of-type(3) {
  width: 287px;
  margin-left: 84px;
}
.beginnermenu .menuContents > div .menuMainList > li .linkTitle {
  font-size: 2.6rem;
  font-family: "Noto Serif JP";
}
.beginnermenu .menuContents > div .menuMainList > li .c-btn--link--blue {
  color: #fff;
  margin-top: 29px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 270px;
  font-size: 1.6rem;
  margin-left: 16px;
}
.beginnermenu .menuContents > div .menuMainList > li .c-btn--link--blue:hover {
  color: #5b93ad;
  opacity: 1;
}
.beginnermenu .menuContents > div .menuMainList > li a:hover {
  opacity: 0.7;
}
.beginnermenu .menuContents > div .menuMainList > li > ul {
  margin-top: 23px;
  padding-left: 16px;
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li {
  border-bottom: 1px #dddcda solid;
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li:first-child {
  margin-top: 0;
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li .subTitle {
  font-size: 1.8rem;
  font-family: "Noto Serif JP";
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li a {
  font-size: 1.5rem;
  display: block;
  padding: 10px 0px;
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li ul {
  padding-left: 15px;
  margin-top: 21px;
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li ul li {
  border-bottom: 0;
  margin-top: 16px;
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li ul li:first-child {
  margin-top: 0;
}
.beginnermenu .menuContents > div .menuMainList > li > ul > li ul li a {
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP";
}

h1 {
  font-size: 3.6rem;
}
h1 + p {
  margin-top: 69px;
}
h1 + p + .singleImg {
  margin-top: 89px !important;
}
h1 + .h2Section {
  margin-top: 66px;
}

h2 {
  font-size: 3rem;
}
h2 + .h3Section {
  margin-top: 49px;
}
h2 + p {
  margin-top: 9px;
  line-height: 1.6 !important;
}
h2 + p + .h3Section {
  margin-top: 34px;
}
h2 + .indentList {
  margin-top: 10px;
}
h2 + .singleImg {
  margin-top: 23px;
}

h3 {
  font-size: 2.4rem;
}
h3 + p {
  margin-top: 9px;
}
h3 + .imgTextBlock {
  margin-top: 21px;
}
h3 + table {
  margin-top: 14px !important;
}
h3 + .col2Table {
  margin-top: 14px;
}

h4 {
  font-size: 2rem;
}

.c-link--underline {
  font-size: 1.6rem;
}

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv.confidence {
  background-color: #f5a743;
}
.kv.cheer {
  background-color: #3eb370;
}
.kv.communication {
  background-color: #4984c5;
}
.kv img {
  width: 1280px;
}

img.sitePic {
  border: 1px #cacaca solid;
}

.contents {
  width: 1120px;
  margin: 0 auto;
  padding: 111px 0 121px;
}
.contents p {
  line-height: 1.7;
}
.contents p + .cautionList {
  margin-top: 4px;
}
.contents p + table {
  margin-top: 10px;
}
.contents p + .col2Table {
  margin-top: 22px;
}
.contents p + .h3Section {
  margin-top: 54px;
}
.contents p + .h2Section {
  margin-top: 89px;
}
.contents p + .singleImg {
  margin-top: 23px;
}
.contents p + .imgTextBlock {
  margin-top: 50px;
}
.contents p + h3 {
  margin-top: 30px;
}
.contents .cautionList li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.28rem;
  margin-top: 0;
  line-height: 1.56;
}
.contents .cautionList li:first-child {
  margin-top: 0;
}
.contents .cautionList li .c-link--underline {
  font-size: 1.28rem;
}
.contents .cautionList + p {
  margin-top: 21px;
}
.contents .cautionList + .raceInfoLabel {
  margin-top: 10px;
}
.contents .singleImg img {
  width: 100%;
}
.contents .singleImg + .h2Section {
  margin-top: 83px;
}
.contents .singleImg + h3 {
  margin-top: 35px;
}
.contents .h2Section + .h2Section {
  margin-top: 92px;
}
.contents .h3Section.borderBox {
  border: 1px #5b93ad solid;
  padding: 18px 0 18px 28px;
  margin-bottom: 0;
}
.contents .h3Section + .h3Section {
  margin-top: 54px;
}
.contents .h3Section + .tableSection {
  margin-top: 39px;
}
.contents .h3Section + p {
  margin-top: 27px;
}
.contents .h3Section + p + .btn {
  margin-top: 9px;
}
.contents .imgTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .imgTextBlock > .img {
  width: 450px;
  text-align: center;
}
.contents .imgTextBlock > .img img {
  width: 100%;
}
.contents .imgTextBlock > .img img.imgAuto {
  width: auto;
}
.contents .imgTextBlock > .img .caption {
  font-size: 1.28rem;
  margin-top: 12px;
  display: inline-block;
  line-height: 1.56;
  text-align: left;
  width: 100%;
}
.contents .imgTextBlock > .img + .text {
  margin-left: 40px;
}
.contents .imgTextBlock > .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contents .imgTextBlock > .text p {
  line-height: 1.56;
}
.contents .imgTextBlock > .text p strong {
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}
.contents .imgTextBlock > .text p + h3 {
  margin-top: 32px;
}
.contents .imgTextBlock > .text p.conversationUserData + div {
  margin-top: 20px;
}
.contents .imgTextBlock > .text p.conversationUserData + div + div {
  margin-top: 20px;
}
.contents .imgTextBlock > .text h4 + p {
  margin-top: 10px;
}
.contents .imgTextBlock > .text + .img {
  margin-top: 14px;
}
.contents .imgTextBlock .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 33px;
}
.contents .imgTextBlock .subject .text {
  font-weight: 400;
}
.contents .imgTextBlock .subject .badge {
  font-size: 1.6rem;
  color: #fff;
  background-color: #8b8265;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 23px;
  height: 29px;
  width: 100px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.contents .imgTextBlock .subject .badge + .badge {
  margin-left: 5px;
}
.contents .imgTextBlock .subject .badge sup {
  font-size: 0.5em;
  -webkit-transform: translateY(-0.5em);
      -ms-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.contents .imgTextBlock .subject + .cautionList {
  margin-top: 20px;
}
.contents .imgTextBlock > div + div {
  margin-left: 30px;
}
.contents .imgTextBlock + .imgTextBlock {
  margin-top: 30px;
}
.contents .imgTextBlock + .conversation {
  margin-top: 54px;
}
.contents .conversation ul {
  margin-top: 20px;
  line-height: 1.56;
}
.contents .conversation ul li {
  margin-top: 23px;
  line-height: 1.6;
}
.contents .conversation ul li:first-child {
  margin-top: 0;
}
.contents .conversation ul li strong {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 5px;
  text-indent: -0.8em;
  padding-left: 1em;
  line-height: 1.5;
}
.contents .conversation ul li strong span {
  position: relative;
  top: -1px;
}
.contents .btn {
  margin-top: 35px;
}
.contents .btn .textLink {
  padding-left: 29px;
  color: #24617d;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  margin-top: 33px;
  display: inline-block;
}
.contents .btn .textLink:before {
  left: 0px;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_text_arrow.png) no-repeat;
  background-size: contain;
}
.contents table {
  margin-top: 37px;
  border: 1px #5b93ad solid;
  width: 100%;
  border-collapse: separate;
}
.contents table + .cautionList {
  margin-top: 11px;
}
.contents table + p {
  margin-top: 16px;
}
.contents table tr th {
  border-top: 1px #cddee6 solid;
  width: 162px;
  text-align: left;
  padding: 0 10px 0 18px;
  background-color: #eef4f7;
  border-right: 1px #cddee6 solid;
  text-align: left;
  vertical-align: middle;
}
.contents table tr th sup {
  font-size: 1rem;
}
.contents table tr td {
  border-top: 1px #cddee6 solid;
  padding: 19px 28px 18px 19px;
  font-size: 2.2rem;
  text-align: right;
}
.contents table tr td small {
  font-size: 1.1rem;
  vertical-align: middle;
  margin-left: 3px;
}
.contents table tr td small span {
  vertical-align: baseline;
  display: inline-block;
  margin: 0 7px;
}
.contents table tr td .gMap {
  display: block;
  margin-top: 18px;
  font-size: 1.4rem;
}
.contents table tr:first-child th {
  border-top: 0;
}
.contents table tr:first-child td {
  border-top: 0;
}
.contents .memeberTable thead th {
  padding: 20px 0 19px 0 !important;
  text-align: center;
  border-bottom: 1px #cddee6 solid;
}
.contents .memeberTable thead th:nth-of-type(1) {
  width: 40%;
}
.contents .memeberTable thead th:nth-of-type(2), .contents .memeberTable thead th:nth-of-type(3), .contents .memeberTable thead th:nth-of-type(4) {
  width: 20%;
  background-color: #fff;
}
.contents .memeberTable thead th:last-child {
  border-right: 0;
}
.contents .memeberTable thead th .memberClass {
  font-size: 1.6rem;
}
.contents .memeberTable tr > th {
  line-height: 1.3;
  padding: 7px 10px 7px 18px;
}
.contents .memeberTable tr > td {
  padding: 30px 28px 30px 19px;
  border-right: 1px #cddee6 solid;
  position: relative;
}
.contents .memeberTable tr > td:before {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background: url("/assets_static/img/beginner/ico_nocheck.png") left top no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
}
.contents .memeberTable tr > td.check:before {
  content: "";
  width: 19px;
  height: 13px;
  display: block;
  background: url("/assets_static/img/beginner/ico_check.png") left top no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 10px);
}
.contents .memeberTable tr > td:last-child {
  border-right: 0;
}
.contents .indentList + .cautionList {
  margin-top: 4px;
}
.contents .col2Table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents .col2Table h4 + table {
  margin-top: 16px;
}
.contents .col2Table > div {
  width: 48.2%;
  margin-top: 20px;
}
.contents .col2Table > div:nth-of-type(1), .contents .col2Table > div:nth-of-type(2) {
  margin-top: 0px;
}
.contents .col2Table table {
  margin-top: 0;
}
.contents .col2Table table.memeberTable {
  margin-top: 15px;
}
.contents .col2Table + .cautionList {
  margin-top: 11px;
}
.contents .col2Table + .raceInfoLabel {
  margin-top: 11px;
}
.contents .col2Table + p {
  margin-top: 11px;
}
.contents .pageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
}
.contents .pageLink li {
  width: 33.333%;
}
.contents .pageLink li a {
  color: #24617d;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
}
.contents .cvArea {
  background-color: #f7f4ef;
  text-align: center;
  margin-top: 80px;
  padding: 50px 0 53px 0;
}
.contents .cvArea .textLink {
  padding-left: 29px;
  color: #24617d;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  margin-top: 33px;
  display: inline-block;
}
.contents .cvArea .textLink:before {
  left: 0px;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_text_arrow.png) no-repeat;
  background-size: contain;
}
.contents .cvArea .c-btn--link--blue {
  width: 465px;
  margin: 25px auto 0;
}
.contents .consultationMeeting {
  background-color: #e9eff2;
  text-align: center;
  margin-top: 57px;
  padding: 25px 0 34px 0;
}
.contents .consultationMeeting .textLink {
  padding-left: 29px;
  color: #24617d;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  margin-top: 36px;
  display: inline-block;
}
.contents .consultationMeeting .textLink:before {
  left: 0px;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_text_arrow.png) no-repeat;
  background-size: contain;
}
.contents .consultationMeeting .c-btn--link--blue {
  width: 465px;
  margin: 25px auto 0;
}
.contents .stepList {
  margin-top: 55px;
}
.contents .stepList > li {
  position: relative;
  margin-top: 30px;
}
.contents .stepList > li:after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: url(/assets/img/common/ico_arrow.png) no-repeat left top;
  background-size: contain;
  margin: 22px auto 0;
}
.contents .stepList > li:first-child {
  margin-top: 0;
}
.contents .stepList > li:last-child::after {
  display: none;
}
.contents .stepList > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px #5b93ad solid;
  min-height: 103px;
}
.contents .stepList > li dl dt {
  background-color: #eef4f7;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  line-height: 1.5;
}
.contents .stepList > li dl dt .dtSub {
  font-size: 3.4rem;
  display: block;
}
.contents .stepList > li dl dt .dtSub span {
  font-size: 4.8rem;
}
.contents .stepList > li dl dt .dtTitle {
  font-size: 3rem;
}
.contents .stepList > li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 25px 29px 25px 29px;
}
.contents .stepList > li dl dd p {
  line-height: 1.56;
}
.contents .stepList > li dl dd p + .cautionList {
  margin-top: 6px;
}
.contents .stepList > li > p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  text-align: center;
  margin: 13px 0 -11px;
}
.contents .stepList > li .h3Section {
  margin-top: 23px;
}
.contents .stepList > li .h3Section .imgTextBlock + div {
  margin-top: 35px;
}
.contents .stepList > li .h3Section .imgTextBlock + div + div {
  margin-top: 20px;
}
.contents .stepList.applicationStepList {
  margin-top: 40px;
}
.contents .stepList.applicationStepList > li dl dt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0 15px 27px;
  width: 32%;
}
.contents .stepList.applicationStepList > li dl dt .dtSub {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1;
  margin-bottom: 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contents .stepList.applicationStepList > li dl dt .dtSub span {
  font-size: 2.4rem;
  display: inline-block;
  margin-left: 5px;
}
.contents .stepList.applicationStepList > li dl dt .dtTitle {
  font-size: 2.4rem;
  line-height: 1.4;
}
.contents .stepList.applicationStepList > li dl dd {
  padding: 25px 29px 25px 29px;
  height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.contents .stepList.applicationStepList > li dl dd p + p {
  margin-top: 12px;
}
.contents .indentList li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.56;
}
.contents .indentList li:first-child {
  margin-top: 0px;
}
.contents .indentList a {
  color: #24617d;
  text-decoration: underline;
}
.contents .indentList a:hover {
  text-decoration: none;
}
.contents .h3Group {
  margin-top: 35px;
}
.contents .horseList {
  margin-top: 67px;
}
.contents .horseList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
}
.contents .horseList > li:first-child {
  margin-top: 0;
}
.contents .horseList > li .data {
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}
.contents .horseList > li .data h3 {
  font-size: 3rem;
}
.contents .horseList > li .data .horseDataContents {
  margin-top: 34px;
}
.contents .horseList > li .data .horseDataContents dl {
  border-bottom: 1px #cddee6 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  display: flex;
  line-height: 1.6;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents .horseList > li .data .horseDataContents dl:first-child {
  border-top: 1px #cddee6 solid;
}
.contents .horseList > li .data .horseDataContents dl dt {
  width: 21%;
  border-top: 1px #cddee6 solid;
  padding: 5px 0 5px 0;
}
.contents .horseList > li .data .horseDataContents dl dt:nth-of-type(1) {
  border-top: 0;
}
.contents .horseList > li .data .horseDataContents dl dd {
  width: 79%;
  border-top: 1px #cddee6 solid;
  padding: 5px 0 5px 0;
}
.contents .horseList > li .data .horseDataContents dl dd:nth-of-type(1) {
  border-top: 0;
}
.contents .horseList.g1 .img {
  max-width: 630px;
}
.contents .horseList.g1 .img img {
  width: 100%;
}
.contents .horseList.highStakes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
.contents .horseList.highStakes:after {
  content: "";
  display: block;
  width: 31%; /* 小要素と同じ大きさ */
}
.contents .horseList.highStakes > li {
  width: 31%;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
.contents .horseList.highStakes > li:nth-of-type(1), .contents .horseList.highStakes > li:nth-of-type(2), .contents .horseList.highStakes > li:nth-of-type(3) {
  margin-top: 0;
}
.contents .horseList.highStakes > li .img img {
  width: 100%;
}
.contents .horseList.highStakes > li .data {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  margin-left: 0;
  margin-top: 18px;
}
.contents .horseList.highStakes > li .data .horseDataContents {
  margin-top: 24px;
}

@media screen and (max-width: 769px) {
  .kv img {
    width: 100%;
  }
  .headerInner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .beginnermenu .menuHead {
    width: 100%;
  }
  .beginnermenu .menuHead .menuTrigger {
    padding: 12px 17px 13px 19px;
  }
  .beginnermenu .menuHead .menuTrigger span {
    font-size: 1.5rem;
  }
  .beginnermenu .menuHead .menuTrigger .menuText {
    font-size: 1.2rem;
  }
  .beginnermenu .menuContents > div {
    border-bottom: 0;
  }
  .beginnermenu .menuContents > div > p {
    width: 100%;
    margin: 49px auto 0;
    padding: 0 14px 0 14px;
  }
  .beginnermenu .menuContents > div .menuMainList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 48px 31px 57px 14px;
  }
  .beginnermenu .menuContents > div .menuMainList > li {
    width: 100%;
    margin-top: 64px;
  }
  .beginnermenu .menuContents > div .menuMainList > li:nth-of-type(1) {
    width: 100%;
    margin-top: 0;
  }
  .beginnermenu .menuContents > div .menuMainList > li:nth-of-type(1) > ul {
    margin-top: 29px;
    padding-left: 15px;
  }
  .beginnermenu .menuContents > div .menuMainList > li:nth-of-type(1) > ul > li:first-child {
    padding-bottom: 28px;
  }
  .beginnermenu .menuContents > div .menuMainList > li:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
  }
  .beginnermenu .menuContents > div .menuMainList > li:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
  }
  .beginnermenu .menuContents > div .menuMainList > li .linkTitle {
    font-size: 2rem;
  }
  .beginnermenu .menuContents > div .menuMainList > li .c-btn--link--blue {
    margin-top: 29px;
    height: 50px;
    width: 95%;
    font-size: 1.6rem;
    margin-left: 16px;
  }
  .beginnermenu .menuContents > div .menuMainList > li .c-btn--link--blue:hover {
    color: #FFF;
  }
  .beginnermenu .menuContents > div .menuMainList > li a:hover {
    opacity: 1;
  }
  .beginnermenu .menuContents > div .menuMainList > li > ul {
    margin-top: 15px;
    padding-left: 16px;
  }
  .beginnermenu .menuContents > div .menuMainList > li > ul > li .subTitle {
    font-size: 1.7rem;
  }
  .beginnermenu .menuContents > div .menuMainList > li > ul > li a {
    font-size: 1.5rem;
    padding: 15px 0px 15px 10px;
  }
  .beginnermenu .menuContents > div .menuMainList > li > ul > li ul {
    padding-left: 25px;
    margin-top: 20px;
  }
  .beginnermenu .menuContents > div .menuMainList > li > ul > li ul li {
    margin-top: 16px;
  }
  h1 {
    font-size: 2.2rem;
  }
  h1 + p {
    margin-top: 45px;
  }
  h1 + p + .singleImg {
    margin-top: 62px !important;
  }
  h1 + .h2Section {
    margin-top: 47px;
  }
  h2 {
    font-size: 2rem;
  }
  h2 + .h3Section {
    margin-top: 17px;
  }
  h2 + p {
    margin-top: 10px;
  }
  h2 + p + .h3Section {
    margin-top: 17px;
  }
  h3 {
    font-size: 1.7rem;
    line-height: 1.64;
  }
  h3 + p {
    margin-top: 4px;
  }
  h3 + .imgTextBlock {
    margin-top: 21px;
  }
  h3 + .col2Table {
    margin-top: 12px;
  }
  h4 {
    font-size: 1.5rem;
  }
  .c-link--underline {
    font-size: 1.4rem;
  }
  .contents {
    width: 100%;
    margin: 0 auto;
    padding: 53px 0 71px;
    font-size: 1.4rem;
  }
  .contents .mainSection > * {
    padding: 0 14px;
  }
  .contents p {
    line-height: 1.6;
  }
  .contents p + .cautionList {
    margin-top: 6px;
  }
  .contents p + table {
    margin-top: 10px;
  }
  .contents p + .h3Section {
    margin-top: 28px;
  }
  .contents p + .h2Section {
    margin-top: 62px;
  }
  .contents p + .singleImg {
    margin-top: 16px;
  }
  .contents p + .imgTextBlock {
    margin-top: 0;
  }
  .contents .singleImg + .h2Section {
    margin-top: 31px;
  }
  .contents .cautionList li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.28rem;
    margin-top: 0;
    line-height: 1.5;
  }
  .contents .cautionList li:first-child {
    margin-top: 0;
  }
  .contents .cautionList + p {
    margin-top: 21px;
  }
  .contents .h2Section + .h2Section {
    margin-top: 55px;
  }
  .contents .h3Section.borderBox {
    padding: 18px;
  }
  .contents .h3Section + .h3Section {
    margin-top: 22px;
  }
  .contents .h3Section + .tableSection {
    margin-top: 22px;
  }
  .contents .h3Section + p {
    margin-top: 22px;
  }
  .contents .h3Section + p + .btn {
    margin-top: 9px;
  }
  .contents .imgTextBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents .imgTextBlock.spReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contents .imgTextBlock.spReverse > .text {
    margin-top: 22px;
  }
  .contents .imgTextBlock > .img {
    width: 100%;
  }
  .contents .imgTextBlock > .img .caption {
    font-size: 1.2rem;
    line-height: 1.87;
    margin-top: 9px;
  }
  .contents .imgTextBlock > .img + .text {
    margin-left: 0;
    margin-top: 10px;
  }
  .contents .imgTextBlock > .text {
    font-weight: 300;
  }
  .contents .imgTextBlock > .text p {
    line-height: 1.56;
  }
  .contents .imgTextBlock > .text p strong {
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
  }
  .contents .imgTextBlock > .text p.conversationUserData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents .imgTextBlock > .text p.conversationUserData strong {
    margin-right: 17px;
  }
  .contents .imgTextBlock > .text p.conversationUserData + div {
    margin-top: 20px;
  }
  .contents .imgTextBlock > .text p + h3 {
    margin-top: 22px;
  }
  .contents .imgTextBlock > .text + .img {
    margin-top: 14px !important;
  }
  .contents .imgTextBlock > .text h4 + p {
    margin-top: 5px;
  }
  .contents .imgTextBlock > .text h3 + p {
    margin-top: 6px;
  }
  .contents .imgTextBlock .subject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  .contents .imgTextBlock .subject .text {
    font-weight: 400;
  }
  .contents .imgTextBlock .subject .badge {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 12px;
    height: 21px;
    width: 75px;
  }
  .contents .imgTextBlock .subject .badge + .badge {
    margin-left: 5px;
  }
  .contents .imgTextBlock .subject + .cautionList {
    margin-top: 20px;
  }
  .contents .imgTextBlock > div + div {
    margin-left: 0;
  }
  .contents .imgTextBlock + .imgTextBlock {
    margin-top: 30px;
  }
  .contents .imgTextBlock + .conversation {
    margin-top: 31px;
  }
  .contents .conversation ul {
    margin-top: 31px;
    line-height: 1.56;
  }
  .contents .conversation ul li {
    margin-top: 30px;
  }
  .contents .conversation ul li strong {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .contents .conversation ul li strong span {
    position: relative;
    top: -1px;
    left: -2px;
  }
  .contents .btn {
    margin-top: 35px;
  }
  .contents table {
    margin-top: 27px;
    font-size: 1.3rem;
  }
  .contents table tr th {
    width: 30.5%;
    padding: 13px 14px 12px 14px;
    font-size: 1.2rem;
  }
  .contents table tr td {
    padding: 7px 14px 7px 14px;
    line-height: 1.4;
    font-size: 1.8rem;
    width: 69.5%;
  }
  .contents table tr td small {
    font-size: 1rem;
    margin-left: 4px;
  }
  .contents table tr td small span {
    margin: 0 4px;
  }
  .contents table tr td .gMap {
    margin-top: 6px;
    font-size: 1.3rem;
    padding-left: 22px;
  }
  .contents table tr td .gMap:after {
    margin: 0;
  }
  .contents .memeberTable thead th {
    padding: 10px 0 10px 0 !important;
  }
  .contents .memeberTable thead th:nth-of-type(1) {
    width: 37%;
  }
  .contents .memeberTable thead th:nth-of-type(2), .contents .memeberTable thead th:nth-of-type(3), .contents .memeberTable thead th:nth-of-type(4) {
    width: 21%;
  }
  .contents .memeberTable tr > th {
    padding: 10px 10px 9px 15px;
    line-height: 1.6;
  }
  .contents .memeberTable tr > td {
    padding: 0;
    width: auto;
    line-height: 1.6;
  }
  .contents .memeberTable tr > td:before {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background: url("/assets_static/img/beginner/ico_nocheck.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
  }
  .contents .memeberTable tr > td.check:before {
    content: "";
    width: 19px;
    height: 13px;
    display: block;
    background: url("/assets_static/img/beginner/ico_check.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 10px);
  }
  .contents .memeberTable tr > td:last-child {
    border-right: 0;
  }
  .contents .indentList + .cautionList {
    margin-top: 6px;
  }
  .contents .col2Table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents .col2Table h4 + table {
    margin-top: 13px;
  }
  .contents .col2Table > div {
    width: 100%;
    margin-top: 20px;
  }
  .contents .col2Table > div:nth-of-type(1) {
    margin-top: 0px;
  }
  .contents .col2Table > div:nth-of-type(2), .contents .col2Table > div + div {
    margin-top: 25px;
  }
  .contents .col2Table table {
    margin-top: 0;
  }
  .contents .col2Table table.memeberTable {
    margin-top: 11px;
  }
  .contents .col2Table + .cautionList {
    margin-top: 11px;
  }
  .contents .col2Table + p {
    margin-top: 11px;
  }
  .contents .col2Table + .raceInfoLabel {
    margin-top: 11px;
  }
  .contents .pageLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 11px;
    margin-top: 71px;
  }
  .contents .pageLink li a {
    color: #24617d;
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
  }
  .contents .pageLink li.prev a {
    padding-left: 29px;
  }
  .contents .pageLink li.prev a:before {
    left: 0px;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin: -10px 0 0 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url(/assets/img/common/ico_text_arrow_sp.png) no-repeat;
    background-size: contain;
  }
  .contents .pageLink li.next {
    text-align: right;
    margin-top: 26px;
  }
  .contents .pageLink li.next a {
    padding-right: 29px;
  }
  .contents .pageLink li.next a:after {
    right: 0px;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin: -10px 0 0 0;
    background: url(/assets/img/common/ico_text_arrow_sp.png) no-repeat;
    background-size: contain;
  }
  .contents .cvArea {
    margin-top: 71px;
    padding: 38px 28px 45px;
  }
  .contents .cvArea .c-btn--link--blue {
    width: 100%;
    margin: 22px auto 0;
  }
  .contents .cvArea .textLink {
    padding-left: 29px;
    font-size: 1.4rem;
    margin-top: 32px;
  }
  .contents .cvArea .textLink:before {
    left: 0px;
    width: 21px;
    height: 21px;
    top: 50%;
    margin: -10px 0 0 0;
    background: url(/assets/img/common/ico_text_arrow_sp.png) no-repeat;
    background-size: contain;
  }
  .contents .consultationMeeting {
    background-color: #e9eff2;
    text-align: center;
    margin-top: 70px;
    padding: 33px 10px 33px;
    margin: 70px auto 0;
    width: 92%;
  }
  .contents .consultationMeeting .textLink {
    padding-left: 29px;
    color: #24617d;
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    margin-top: 28px;
    display: inline-block;
  }
  .contents .consultationMeeting .textLink:before {
    left: 0px;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin: -10px 0 0 0;
    content: "";
    vertical-align: middle;
    background: url(/assets/img/common/ico_text_arrow.png) no-repeat;
    background-size: contain;
  }
  .contents .consultationMeeting .c-btn--link--blue {
    width: 465px;
    margin: 25px auto 0;
  }
  .contents .stepList {
    margin-top: 36px;
  }
  .contents .stepList > li {
    position: relative;
    margin-top: 12px;
  }
  .contents .stepList > li:after {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: url(/assets/img/common/ico_arrow.png) no-repeat left top;
    background-size: contain;
    margin: 9px auto 0;
  }
  .contents .stepList > li:first-child {
    margin-top: 0;
  }
  .contents .stepList > li:last-child::after {
    display: none;
  }
  .contents .stepList > li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: inherit;
  }
  .contents .stepList > li dl dt {
    width: 100%;
    padding: 10px 0 11px 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contents .stepList > li dl dt .dtTitle {
    font-size: 2rem;
    font-weight: 300;
  }
  .contents .stepList > li dl dd {
    width: 100%;
    padding: 16px 15px 18px 15px;
  }
  .contents .stepList > li dl dd p {
    line-height: 1.56;
  }
  .contents .stepList > li dl dd p + .cautionList {
    margin-top: 6px;
  }
  .contents .stepList > li > p {
    font-size: 1.7rem;
    margin: 13px 0 8px;
  }
  .contents .stepList.applicationStepList {
    margin-top: 27px;
  }
  .contents .stepList.applicationStepList > li:after {
    margin: 10px auto 0;
  }
  .contents .stepList.applicationStepList > li dl dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 9px 0 10px 14px;
    width: 100%;
  }
  .contents .stepList.applicationStepList > li dl dt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .contents .stepList.applicationStepList > li dl dt .dtSub {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    padding-right: 20px;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .contents .stepList.applicationStepList > li dl dt .dtSub span {
    font-size: 2rem;
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  .contents .stepList.applicationStepList > li dl dt .dtTitle {
    font-size: 1.7rem;
    line-height: 1.4;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .contents .stepList.applicationStepList > li dl dt .dtTitle:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #24617d;
    display: block;
    position: absolute;
    left: -9px;
    top: 1px;
  }
  .contents .stepList.applicationStepList > li dl dd {
    padding: 16px 15px 15px 15px;
  }
  .contents .stepList.applicationStepList > li dl dd p + p {
    margin-top: 9px;
  }
  .contents .h3Group {
    margin-top: 20px;
  }
  .contents .h3Group h3 + p {
    margin-top: 5px;
  }
  .contents .h3Group p + h3 {
    margin-top: 20px;
  }
  .contents .horseList {
    margin-top: 50px;
  }
  .contents .horseList > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 49px;
  }
  .contents .horseList > li .img {
    width: 100%;
  }
  .contents .horseList > li .data {
    margin-left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: 16px;
  }
  .contents .horseList > li .data h3 {
    font-size: 2rem;
  }
  .contents .horseList > li .data .horseDataContents {
    margin-top: 13px;
  }
  .contents .horseList > li .data .horseDataContents dl {
    font-size: 1.2rem;
  }
  .contents .horseList.highStakes {
    margin-top: 35px;
  }
  .contents .horseList.highStakes:after {
    content: "";
    display: none;
  }
  .contents .horseList.highStakes > li {
    width: 100%;
    margin-top: 48px;
  }
  .contents .horseList.highStakes > li:nth-of-type(2), .contents .horseList.highStakes > li:nth-of-type(3) {
    margin-top: 48px;
  }
  .contents .horseList.highStakes > li .img img {
    width: 100%;
  }
  .contents .horseList.highStakes > li .data {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
    margin-top: 18px;
  }
  .contents .horseList.highStakes > li .data .horseDataContents {
    margin-top: 11px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
  padding-bottom: 10px;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.modal-wrap .c-list__btn_db {
  margin-top: 30px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-content {
  position: static;
}

.modal-wrap {
  margin: 0 auto;
  max-width: 700px;
  background: #fff;
  padding: 80px 61px 73px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.modal-wrap .content {
  text-align: left;
  color: #24617d;
}
.modal-wrap .content > h2 {
  font-size: 2.6rem;
  line-height: 1.2;
}
.modal-wrap .content > h2 + h3 {
  margin-top: 50px;
}
.modal-wrap .content > h3 {
  font-size: 2.2rem;
  line-height: 1.2;
}
.modal-wrap .content > .contentText {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 23px;
}
.modal-wrap .content > .contentText + h2 {
  margin-top: 50px;
}
.modal-wrap .content > .contentText + h3 {
  margin-top: 50px;
}
.modal-wrap .content > .contentText + .contentText {
  margin-top: 10px;
}
.modal-wrap .content .horseData {
  font-size: 2.4rem;
  margin-top: 15px;
}
.modal-wrap .content .btn {
  margin-top: 70px;
}
.modal-wrap .content .btn .c-btn--link--back:before {
  display: none;
}
.modal-wrap .content .btn .c-btn--link--back:after {
  display: none;
}
.modal-wrap .content .btn .c-btn--link--back:hover {
  background-color: #5b93ad;
}
.modal-wrap .mfp-close {
  display: block;
  width: 37px;
  height: 37px;
  position: fixed;
  top: 46px;
  z-index: 100;
  margin-top: 0;
  padding: 0;
  right: 46px;
  opacity: 1;
}
.modal-wrap .mfp-close:hover {
  opacity: 0.7;
}
.modal-wrap .mfp-close div {
  position: relative;
}
.modal-wrap .mfp-close div span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 50px;
  left: 0;
}
.modal-wrap .mfp-close div span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.modal-wrap .mfp-close div span:nth-child(2) {
  width: 0;
  left: 50%;
}
.modal-wrap .mfp-close div span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.modal-wrap.picModal, .modal-wrap.movieModal {
  background: transparent;
}
.modal-wrap.picModal img, .modal-wrap.movieModal img {
  width: 100%;
  height: 100%;
}
.modal-wrap.picModal .movie .loading, .modal-wrap.movieModal .movie .loading {
  width: 380px;
  height: 380px;
  margin: 0px auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-wrap.picModal iframe, .modal-wrap.movieModal iframe {
  width: 100%;
  height: 360px;
}
.modal-wrap.picModal .date, .modal-wrap.movieModal .date {
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  margin-top: 16px;
  color: #fff;
}
.modal-wrap.picModal .date + text, .modal-wrap.movieModal .date + text {
  margin-top: 13px;
}
.modal-wrap.picModal .text, .modal-wrap.movieModal .text {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.modal-wrap.picModal .btnArea, .modal-wrap.movieModal .btnArea {
  margin-top: 57px;
}
.modal-wrap.movieModal {
  background: transparent;
  padding: 0;
  max-width: 630px;
}
.modal-wrap.movieModal .videoData {
  margin-top: 16px;
}
.modal-wrap.movieModal .videoData .title {
  font-size: 2.4rem;
  font-family: "EB Garamond", serif !important;
  color: #fff;
}
.modal-wrap.movieModal .videoData .text {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 11px;
}
.modal-wrap.movieModal .btnArea {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  .mfp-content {
    vertical-align: top;
    padding-top: 74px;
  }
  .modal-wrap {
    margin: 0 auto;
    max-width: inherit;
    background: #fff;
    padding: 68px 28px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .modal-wrap .content {
    text-align: left;
    color: #24617d;
  }
  .modal-wrap .content > h2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .modal-wrap .content > h2 + h3 {
    margin-top: 50px;
  }
  .modal-wrap .content > h3 {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .modal-wrap .content > .contentText {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .modal-wrap .content > .contentText + h3 {
    margin-top: 50px;
  }
  .modal-wrap .content .btn {
    margin-top: 70px;
  }
  .modal-wrap .content .btn .c-btn--link--back:hover {
    background-color: #fff;
  }
  .modal-wrap .mfp-close {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 32px;
    z-index: 100;
    margin-top: 0;
    padding: 0;
    right: 6%;
  }
  .modal-wrap .mfp-close div span {
    height: 1px;
    width: 34px;
  }
  .modal-wrap .mfp-close:hover {
    opacity: 1;
  }
  .modal-wrap.movieModal {
    width: 92%;
  }
  .modal-wrap.movieModal .date {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .modal-wrap.movieModal .text {
    font-size: 1.1rem;
    margin-top: 6px;
    line-height: 1.7;
  }
  .modal-wrap.movieModal .btnArea {
    margin-top: 38px;
  }
  .modal-wrap.movieModal iframe {
    height: 160px;
  }
}
/*# sourceMappingURL=beginner_common.css.map */