@charset "UTF-8";
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

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

/* Color */
@font-face {
  font-family: "Noto Serif JP";
  font-style: "normal";
  font-weight: 300;
  src: url("/assets/fonts/NotoSerifJP-Light.otf") format("openType"), url("/assets/fonts/NotoSerifJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: "normal";
  font-weight: 400;
  src: url("/assets/fonts/NotoSerifJP-Regular.otf") format("openType"), url("/assets/fonts/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 300;
  src: url("/assets/fonts/NotoSansJP-Light.otf") format("openType"), url("/assets/fonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 400;
  src: url("/assets/fonts/NotoSansJP-Regular.otf") format("openType"), url("/assets/fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 500;
  src: url("/assets/fonts/NotoSansJP-Medium.otf") format("openType"), url("/assets/fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: "normal";
  font-weight: 700;
  src: url("/assets/fonts/NotoSansJP-Bold.otf") format("openType"), url("/assets/fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "EB Garamond";
  font-style: "normal";
  font-weight: 400;
  src: url("/assets/fonts/EBGaramond-Regular.ttf") format("trueType"), url("/assets/fonts/EBGaramond-Regular.woff") format("woff");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.fontEBG {
  font-family: "EB Garamond", serif !important;
  font-weight: 400;
}

.fontNotoSerif {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
}

.fontNotoSans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300;
}

.bold {
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .fontEBG {
    font-family: "EB Garamond", serif !important;
    font-weight: 400;
  }
  .fontNotoSerif {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 400;
  }
  .fontNotoSans {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
  .bold {
    font-weight: 700;
  }
}
.l-wrapper {
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  min-width: 1280px;
}

.l-main {
  padding-left: 260px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.l-main.staticPage > div {
  padding-bottom: 99px;
}
.l-main.staticPage > div a {
  color: #20617e;
  text-decoration: underline;
}
.l-main.staticPage > div a:hover {
  text-decoration: none;
}
.l-main.staticPage > div a.c-btn--blue, .l-main.staticPage > div a.c-btn--pdfDl, .l-main.staticPage > div a.c-btn--blue--upload {
  color: #fff;
  background-color: #5b93ad;
  text-decoration: none;
  height: 50px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.l-main.staticPage > div a.c-btn--blue:hover, .l-main.staticPage > div a.c-btn--pdfDl:hover, .l-main.staticPage > div a.c-btn--blue--upload:hover {
  color: #20617e;
  background-color: #fff;
}
.l-main.staticPage > div > section, .l-main.staticPage > div > div {
  color: #24617d;
  padding: 0 40px 0 40px;
  width: 1020px;
  margin: 88px auto 0;
}
.l-main.staticPage > div > section > section, .l-main.staticPage > div > div > section {
  margin-top: 23px;
}
.l-main.staticPage > div > section > section + .rightText, .l-main.staticPage > div > div > section + .rightText {
  margin-top: 100px;
}
.l-main.staticPage > div > section .rightText, .l-main.staticPage > div > div .rightText {
  text-align: right;
  margin-top: 10px;
  font-size: 1.8rem;
}
.l-main.staticPage > div > section p, .l-main.staticPage > div > div p {
  line-height: 1.6;
}
.l-main.staticPage > div > section p + section, .l-main.staticPage > div > div p + section {
  margin-top: 23px;
}
.l-main.staticPage > div > section h1 + p, .l-main.staticPage > div > div h1 + p {
  margin-top: 40px;
}
.l-main.staticPage > div > section h2, .l-main.staticPage > div > div h2 {
  margin-top: 100px;
  font-size: 3rem;
}
.l-main.staticPage > div > section h2 + p, .l-main.staticPage > div > section h2 + ol, .l-main.staticPage > div > section h2 + ul, .l-main.staticPage > div > div h2 + p, .l-main.staticPage > div > div h2 + ol, .l-main.staticPage > div > div h2 + ul {
  margin-top: 40px;
}
.l-main.staticPage > div > section h2 + section, .l-main.staticPage > div > div h2 + section {
  margin-top: 40px;
}
.l-main.staticPage > div > section h2 + section:first-child h3, .l-main.staticPage > div > div h2 + section:first-child h3 {
  margin-top: 0;
}
.l-main.staticPage > div > section h3, .l-main.staticPage > div > section h4, .l-main.staticPage > div > div h3, .l-main.staticPage > div > div h4 {
  font-weight: bold;
}
.l-main.staticPage > div > section h3 + p, .l-main.staticPage > div > section h3 + ul, .l-main.staticPage > div > section h4 + p, .l-main.staticPage > div > section h4 + ul, .l-main.staticPage > div > div h3 + p, .l-main.staticPage > div > div h3 + ul, .l-main.staticPage > div > div h4 + p, .l-main.staticPage > div > div h4 + ul {
  margin-top: 5px;
}
.l-main.staticPage > div > section h3 + div, .l-main.staticPage > div > section h4 + div, .l-main.staticPage > div > div h3 + div, .l-main.staticPage > div > div h4 + div {
  margin-top: 14px;
}
.l-main.staticPage > div > section h3, .l-main.staticPage > div > div h3 {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 66px;
}
.l-main.staticPage > div > section h3 + p, .l-main.staticPage > div > section h3 + ul, .l-main.staticPage > div > div h3 + p, .l-main.staticPage > div > div h3 + ul {
  margin-top: 37px;
}
.l-main.staticPage > div > section p + p, .l-main.staticPage > div > section p + div, .l-main.staticPage > div > section div + p, .l-main.staticPage > div > section div + div, .l-main.staticPage > div > div p + p, .l-main.staticPage > div > div p + div, .l-main.staticPage > div > div div + p, .l-main.staticPage > div > div div + div {
  margin-top: 20px;
}
.l-main.staticPage > div > section p + ul, .l-main.staticPage > div > section p + ol, .l-main.staticPage > div > section div + ul, .l-main.staticPage > div > section div + ol, .l-main.staticPage > div > div p + ul, .l-main.staticPage > div > div p + ol, .l-main.staticPage > div > div div + ul, .l-main.staticPage > div > div div + ol {
  margin-top: 10px;
}
.l-main.staticPage > div > section .textIndentList li, .l-main.staticPage > div > div .textIndentList li {
  text-indent: -1em;
  padding-left: 1em;
}
.l-main.staticPage > div > section ul li, .l-main.staticPage > div > section ol li, .l-main.staticPage > div > div ul li, .l-main.staticPage > div > div ol li {
  line-height: 1.6;
}
.l-main.staticPage > div > section ol, .l-main.staticPage > div > div ol {
  margin-left: 1.3em;
}
.l-main.staticPage > div > section ol li, .l-main.staticPage > div > div ol li {
  list-style: decimal;
}
.l-main.staticPage > div > section .wideList li, .l-main.staticPage > div > div .wideList li {
  margin-top: 10px;
}
.l-main.staticPage > div > section .wideList li:first-child, .l-main.staticPage > div > div .wideList li:first-child {
  margin-top: 0;
}
.l-main.staticPage > div > section .indent2_5 li, .l-main.staticPage > div > div .indent2_5 li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.l-main.staticPage > div > section strong + ul, .l-main.staticPage > div > section strong + ol, .l-main.staticPage > div > div strong + ul, .l-main.staticPage > div > div strong + ol {
  margin-top: 10px;
}
.l-main.staticPage > div .l-contentsHeader {
  color: #24617d;
  padding: 154px 40px 0 40px;
  width: 1020px;
  margin: 0 auto;
}
.l-main .l-contentsHeader {
  color: #24617d;
  padding: 154px 40px 0 40px;
  width: 1020px;
  margin: 0 auto;
}
.l-main .l-contentsHeader > p {
  line-height: 1.6;
}
.l-main .l-contentsHeader .spSearchOpenClose {
  display: none;
}
.l-main .l-contentsHeader h1 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
}
.l-main .l-contentsHeader h1 .c-icnTxt--statuslabel, .l-main .l-contentsHeader h1 .c-icnTxt--statuslabel--gray {
  margin-left: 17px;
  margin-top: 11px;
}
.l-main .l-contentsHeader h1.labelHeading {
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.l-main .l-contentsHeader h1.labelHeading .c-icnTxt--statuslabel, .l-main .l-contentsHeader h1.labelHeading .c-icnTxt--statuslabel--gray {
  height: 30px;
  line-height: 29px;
  font-size: 1.6rem;
}
.l-main .l-contentsHeader h1 .badge {
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  padding: 0 25px;
  font-weight: 300;
  margin-left: 17px;
  border: 1px #5b93ad solid;
  width: 100px;
  font-family: "Noto Sans JP", serif;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.l-main .l-contentsHeader h1 .badge.brown {
  color: #fff;
  background-color: #8b8265;
  border: 1px #8b8265 solid;
}
.l-main .l-contentsHeader h1 .badge.naming {
  color: #fff;
  background-color: #5b93ad;
  border: 1px #5b93ad solid;
}
.l-main .l-contentsHeader .searchArea {
  margin-top: 117px;
  border: 1px #5b93ad solid;
  background-color: #eef4f7;
  padding: 39px 29px 39px 27px;
}
.l-main .l-contentsHeader .searchArea .checkList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-main .l-contentsHeader .searchArea .checkList dl {
  margin-right: 50px;
  margin-bottom: 24px;
}
.l-main .l-contentsHeader .searchArea .checkList dl dt {
  font-size: 1.3rem;
  display: block;
}
.l-main .l-contentsHeader .searchArea .checkList dl dd {
  margin-top: 11px;
  padding-left: 2px;
}
.l-main .l-contentsHeader .searchArea .checkList dl:last-child {
  margin-right: 0px;
}
.l-main .l-contentsHeader .searchArea .textAndBtn {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.l-main .l-contentsHeader .searchArea .textAndBtn label {
  width: 562px;
}
.l-main .l-contentsHeader .searchArea .textAndBtn input[type=submit] {
  width: 280px;
  font-family: "Noto Serif JP", serif;
  padding: 0px 0 0px;
  font-size: 1.8rem;
}
.l-main .l-contentsHeader.backLink {
  padding: 110px 42px 0 35px;
}
.l-main .l-contentsDataList {
  color: #24617d;
  padding: 0 40px 80px 40px;
  width: 1020px;
  margin: 61px auto 0;
}
.l-main .l-contentsDataList.fixedBtn {
  padding: 0 40px 80px 40px;
}
.l-main .l-contentsDataList .listHeader > ul {
  display: flex;
  flex-direction: row;
}
.l-main .l-contentsDataList .listHeader > ul .dataCnt {
  font-size: 1.8rem;
}
.l-main .l-contentsDataList .listHeader > ul .dataCnt span {
  font-size: 3.6rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
}
.l-main .l-contentsDataList .listHeader > ul .horsePrice {
  margin-left: auto;
}
.l-main .l-contentsDataList .listHeader > ul .horsePrice > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.l-main .l-contentsDataList .listHeader > ul .horsePrice > ul li {
  font-size: 1.2rem;
  margin-left: 14px;
}
.l-main .l-contentsDataList .listHeader > ul .horsePrice > ul li:first-child {
  margin-left: 0px;
  padding-top: 0;
}
.l-main .l-contentsDataList .listHeader > ul .horsePrice > ul li:last-child {
  margin-left: 30px;
}
.l-main .l-contentsDataList .listHeader > ul .viewTypeChange a {
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
}
.l-main .l-contentsDataList .listHeader > ul .viewTypeChange a:hover {
  opacity: 0.1;
}
.l-main .l-contentsDataList .listContents {
  margin-top: 28px;
}
.l-main .l-contentsDataList .listContents > .horseDataBox:nth-of-type(1) {
  margin-top: 0;
}
.l-main .l-contentsDataList .listContents .noData p {
  border: 1px #ae1818 solid;
  color: #ae1818;
  font-size: 2rem;
  padding: 29px 28px 28px 28px;
}
.l-main .l-contentsDataList .listContents .horseDataBox {
  border: 1px #6096b0 solid;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData {
  /*
  width: 880px;
  border-right: 1px #6096b0 solid;
  */
  width: 100%;
  padding: 29px 28px 36px 28px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead {
  display: flex;
  flex-direction: row;
  height: 66px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 {
  font-size: 2.8rem;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 .horseNum {
  font-size: 1.2rem;
  display: block;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 .c-icnTxt--statuslabel, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 .c-icnTxt--statuslabel--gray {
  margin: 9px 0 0 12px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData {
  margin-left: auto;
  align-self: center;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData .defPrice {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData .defPrice dt {
  font-size: 1.6rem;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData .defPrice dd {
  font-size: 1.6rem;
  margin-left: 8px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData .defPrice dd span {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  vertical-align: baseline;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData .limitedPrice {
  font-size: 1.3rem;
  display: flex;
  flex-direction: row;
  margin-top: 6px;
  font-weight: 500;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData .totalPrice {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 8px;
  font-size: 1.3rem;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData .totalPrice dt {
  margin-right: 5px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .pic {
  width: 210px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData {
  display: none;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList {
  width: 570px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList dl {
  border-bottom: 1px #cddee6 solid;
  display: flex;
  font-size: 1.4rem;
  padding: 9px 0 9px 0;
  display: flex;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList dl:first-child {
  border-top: 1px #cddee6 solid;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList dl dt {
  width: 121px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataList {
  display: flex;
  flex-direction: row;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataList li {
  margin-right: 7px;
  position: relative;
  padding-right: 17px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataList li:after {
  content: "/";
  display: inline-block;
  margin-left: 16px;
  position: absolute;
  top: -1px;
  color: #24617d;
  right: 0;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataList li:last-child:after {
  display: none;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataList li dl {
  border: 0;
  padding: 0;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataList li dl dt {
  width: auto;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink li {
  margin-right: 19px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink li:after {
  content: "|";
  display: inline-block;
  margin-left: 16px;
  position: relative;
  top: -2px;
  color: #cddee6;
  font-size: 1.5rem;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink li:last-child:after {
  display: none;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn.single li {
  width: 100%;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn.single li a {
  width: 100%;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn li {
  width: 280px;
  margin-left: 10px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn li:first-child {
  margin-left: 0px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn li a {
  width: 280px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 29px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink {
  width: 40%;
  margin-top: 0;
  /*** イレギュラー ***/
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink li {
  margin-right: 10px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink li:after {
  margin-left: 11px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--photoLink, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--cameraLink, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--catalogLink, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--movieLink {
  font-size: 1.4rem;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--photoLink:before, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--cameraLink:before, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--catalogLink:before, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--movieLink:before {
  top: 3px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--movieLink:before {
  top: 1px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink .c-link--catalogLink:before {
  top: 2px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn {
  width: 60%;
  margin-top: 0;
  justify-content: flex-end;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li {
  width: 242px;
  margin-left: 10px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li:first-child {
  margin-left: 0px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li:after {
  margin-left: 6px;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li .c-btn--link--addList {
  width: 100%;
  height: 56px;
  padding-top: 11px;
  line-height: 1;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li .c-btn--link--blue--horseListDetail {
  height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li .c-btn--link--blue--horseListDetail span {
  top: 0;
}
.l-main .l-contentsDataList .listContents .horseDataBox .applicationBtn {
  width: 58px;
  background-color: #fff;
}
.l-main .l-contentsDataList .listContents .horseDataBox .applicationBtn label {
  background-color: #f4f8fa;
}
.l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData {
  padding-bottom: 29px;
}
.l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataHead .priceData {
  align-self: flex-start;
}
.l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail {
  margin-top: 8px;
}
.l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList {
  width: 100%;
}
.l-main .l-contentsDataList .moreHorseListData {
  display: none;
}
.l-main .l-contentsHorseDetail {
  color: #24617d;
  width: 1020px;
  margin: 98px auto 0;
  padding: 0px 40px 99px 40px;
}
.l-main .l-contentsHorseDetail .horseDataBox {
  width: 87%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 {
  width: 47.5%;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .c-list_horseDetailSlide {
  display: none;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .c-list_horseDetailSlide.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li {
  margin-right: 23px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li:after {
  content: "|";
  display: inline-block;
  margin-left: 17px;
  position: relative;
  top: -2px;
  color: #cddee6;
  font-size: 1.5rem;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li:last-child:after {
  display: none;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList {
  width: 47.5%;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: -7px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice dt {
  font-size: 2rem;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice dd {
  font-size: 2rem;
  margin-left: 8px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice dd span {
  font-size: 4.2rem;
  font-family: "EB Garamond", serif;
  vertical-align: baseline;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .limitedPrice {
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  margin-top: 9px;
  font-weight: 500;
  justify-content: flex-end;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .totalPrice {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 9px;
  font-size: 1.8rem;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .totalPrice dt {
  margin-right: 5px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents {
  margin-top: 28px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents dl {
  border-bottom: 1px #cddee6 solid;
  display: flex;
  font-size: 1.4rem;
  padding: 5px 0 5px 0;
  display: flex;
  line-height: 1.6;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents dl:first-child {
  border-top: 1px #cddee6 solid;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents dl dt {
  width: 162px;
  padding-right: 1em;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents dl dd {
  width: auto;
  flex: 1;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 87%;
  margin: 40px auto 0;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li {
  width: 352px;
  margin-left: 10px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li:first-child {
  margin-left: 0px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li a {
  width: 100%;
  height: 70px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList {
  padding-top: 16px;
  font-size: 2rem;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList .num {
  margin-top: 6px;
  font-size: 1.4rem;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList .text {
  /*
  .add{
  	margin-top: -2px;
  	&:before{
  		left: 12px;
  		margin-top: 1px;
  		border-top: solid 1px #fff;
  	}
  	&:after{
  		left: 10px;
  		margin-top: -1px;
  	}
  }
  .delete{
  	margin-top: -2px;
  	&:before{
  		margin-top: 1px;
  	}
  }
  */
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList .text:after {
  margin-top: -8px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList.listAdd .text:after {
  left: 9px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--blue--horseListDetail {
  line-height: 70px;
}
.l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--blue--horseListDetail span {
  font-size: 2rem;
}
.l-main .l-contentsHorseDetail .pageLink {
  display: flex;
  flex-direction: row;
  background-color: #eef4f7;
  margin: 80px 0 0;
  padding: 26px 0 28px 33px;
  width: 100%;
  box-sizing: border-box;
}
.l-main .l-contentsHorseDetail .pageLink li {
  width: auto;
  position: relative;
  padding-left: 0;
  margin-left: 50px;
}
.l-main .l-contentsHorseDetail .pageLink li:first-child {
  width: auto;
}
.l-main .l-contentsHorseDetail .pageLink li:after {
  content: "";
  margin-left: 0;
  position: absolute;
  top: 0px;
  color: #5b93ad;
  left: -15px;
  display: block;
  width: 1px;
  height: 17px;
  background-color: #5b93ad;
}
.l-main .l-contentsHorseDetail .pageLink li:first-child {
  margin-left: 0;
}
.l-main .l-contentsHorseDetail .pageLink li:first-child:after {
  display: none;
}
.l-main .l-contentsHorseDetail .pageLink li a {
  font-size: 1.6rem;
}
.l-main .l-contentsHorseDetail .pageLink li a:after {
  right: inherit;
  left: 9px;
  margin-top: -6px;
}
.l-main .l-contentsHorseDetail > section {
  margin-top: 94px;
  width: 100%;
  padding: 0;
}
.l-main .l-contentsHorseDetail > section h2 {
  font-size: 3rem;
}
.l-main .l-contentsHorseDetail > section.newData .sortSelect {
  width: 220px;
  margin: 9px 0 0 auto;
}
.l-main .l-contentsHorseDetail > section.newData .sortSelect .selectBox select, .l-main .l-contentsHorseDetail > section.newData .sortSelect .selectBox--sortSelect select, .l-main .l-contentsHorseDetail > section.newData .sortSelect .selectBox--sortSelect--middle select, .l-main .l-contentsHorseDetail > section.newData .sortSelect .selectBox--sortSelect--small select {
  font-size: 1.5rem;
  width: 100%;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea {
  margin-top: 20px;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea article {
  border: 1px #5b93ad solid;
  position: relative;
  padding: 29px 39px 32px 39px;
  margin-top: 19px;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea article:first-child {
  margin-top: 0;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea article .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea article .head h3 {
  font-size: 3rem;
  font-family: "EB Garamond", serif !important;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea article .head h3 span {
  font-size: 1.5rem;
  vertical-align: baseline;
  margin-left: 4px;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea article .head .textLabel {
  padding: 0 15px;
  text-align: center;
  min-width: 106px;
  width: auto;
  height: 26px;
  line-height: 23px;
  margin-left: 13px;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea article p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 15px;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea .moreBox {
  margin-top: 19px;
}
.l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--more, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--examinationList, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--favList, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--back, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--red, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--red--small, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--red--horseListDetail, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--blue, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--blue--small, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--blue--horseListDetail {
  margin-top: 40px;
}
.l-main .l-contentsHorseDetail > section.movie .c-list_col4_movie_pcRowSpCol2 {
  margin-top: 58px;
}
.l-main .l-contentsHorseDetail > section.movie .noLoginMes {
  margin-top: 58px;
}
.l-main .l-contentsHorseDetail > section.movie .c-btn--link, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--examinationList, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--favList, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--back, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--red, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--red--small, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--red--horseListDetail, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--blue, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--blue--small, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--blue--horseListDetail {
  margin-top: 40px;
}
.l-main .l-contentsHorseDetail > section.movie .moreBox .c-list_col4_movie_pcRowSpCol2 {
  margin-top: 0;
}
.l-main .l-contentsHorseDetail > section.movie .poastVideos {
  margin-top: 29px;
}
.l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--more, .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--smoothScroll {
  font-size: 1.6rem;
  text-align: center;
  padding-right: 0;
}
.l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--more:after, .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--smoothScroll:after {
  display: none;
}
.l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--more span, .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--smoothScroll span {
  position: relative;
  padding-right: 28px;
}
.l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--more span:after, .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--smoothScroll span:after {
  right: 3px;
  width: 7px;
  height: 13px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_btn_b.png) no-repeat;
  background-size: contain;
}
.l-main .l-contentsHorseDetail > section.pedigree .img {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.l-main .l-contentsHorseDetail > section.pedigree .img > div {
  width: 48%;
}
.l-main .l-contentsHorseDetail > section.pedigree .img > div img {
  width: 100%;
}

.l-header, .l-header--simple {
  width: 260px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f7f4ef;
  padding: 49px 30px 39px;
  box-sizing: border-box;
}
.l-header--simple {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 0;
}
.l-header--simple .headerInner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 71px 39px 48px;
}
.l-header--simple .headerInner h1 {
  text-align: left;
}
.l-header--sp {
  display: none;
}
.l-header .c-symbol, .l-header--simple .c-symbol {
  text-align: center;
}
.l-header .p-loginForm, .l-header--simple .p-loginForm {
  margin-top: 37px;
}
.l-header .p-headerCvArea, .l-header--simple .p-headerCvArea {
  margin-top: 37px;
}
.l-header .p-headerCvArea li, .l-header--simple .p-headerCvArea li {
  margin-top: 10px;
}
.l-header .p-headerCvArea li:first-child, .l-header--simple .p-headerCvArea li:first-child {
  margin-top: 0px;
}
.l-header .p-headerCvArea li .c-btn, .l-header .p-headerCvArea li .c-btn--bottomArrow, .l-header .p-headerCvArea li .c-btn--more, .l-header .p-headerCvArea li .c-btn--link, .l-header .p-headerCvArea li .c-btn--link--examinationList, .l-header .p-headerCvArea li .c-btn--link--favList, .l-header .p-headerCvArea li .c-btn--link--back, .l-header .p-headerCvArea li .c-btn--link--red, .l-header .p-headerCvArea li .c-btn--link--red--small, .l-header .p-headerCvArea li .c-btn--link--red--horseListDetail, .l-header .p-headerCvArea li .c-btn--link--blue, .l-header .p-headerCvArea li .c-btn--link--blue--small, .l-header .p-headerCvArea li .c-btn--link--blue--horseListDetail, .l-header .p-headerCvArea li .c-btn--loginSubmit, .l-header .p-headerCvArea li .c-btn--search, .l-header--simple .p-headerCvArea li .c-btn, .l-header--simple .p-headerCvArea li .c-btn--bottomArrow, .l-header--simple .p-headerCvArea li .c-btn--more, .l-header--simple .p-headerCvArea li .c-btn--link, .l-header--simple .p-headerCvArea li .c-btn--link--examinationList, .l-header--simple .p-headerCvArea li .c-btn--link--favList, .l-header--simple .p-headerCvArea li .c-btn--link--back, .l-header--simple .p-headerCvArea li .c-btn--link--red, .l-header--simple .p-headerCvArea li .c-btn--link--red--small, .l-header--simple .p-headerCvArea li .c-btn--link--red--horseListDetail, .l-header--simple .p-headerCvArea li .c-btn--link--blue, .l-header--simple .p-headerCvArea li .c-btn--link--blue--small, .l-header--simple .p-headerCvArea li .c-btn--link--blue--horseListDetail, .l-header--simple .p-headerCvArea li .c-btn--loginSubmit, .l-header--simple .p-headerCvArea li .c-btn--search {
  font-family: "Noto Serif JP", serif;
}
.l-header .c-globalNav, .l-header--simple .c-globalNav {
  margin-top: 38px;
}
.l-header .c-globalNav .c-categoryMenu, .l-header--simple .c-globalNav .c-categoryMenu {
  margin-top: 39px;
}
.l-header .c-globalNav .c-categoryMenu:first-child, .l-header--simple .c-globalNav .c-categoryMenu:first-child {
  margin-top: 0px;
}
.l-header .c-globalNav .c-categoryMenu .c-categoryMenu__list, .l-header--simple .c-globalNav .c-categoryMenu .c-categoryMenu__list {
  margin-top: 14px;
}
.l-header .c-globalNav .c-categoryMenu .c-categoryMenu__list.listOC, .l-header--simple .c-globalNav .c-categoryMenu .c-categoryMenu__list.listOC {
  margin-top: 22px;
}
.l-header .c-globalNav .c-categoryMenu .c-categoryMenu__list.listOC .c-menuList--disc li:first-child, .l-header--simple .c-globalNav .c-categoryMenu .c-categoryMenu__list.listOC .c-menuList--disc li:first-child {
  border-top: 1px #dddcda solid;
}

.l-txtImgBox, .l-txtImgBox--imgRight {
  display: flex;
  justify-content: space-between;
  background-color: #f7f4ef;
  padding: 27px 25px 39px 61px;
}
.l-txtImgBox .p-txtImgBox__text, .l-txtImgBox--imgRight .p-txtImgBox__text {
  color: #24617d;
  font-size: 1.6rem;
  width: 46.7%;
  padding-top: 16px;
}
.l-txtImgBox .p-txtImgBox__text .l-heading--lv2, .l-txtImgBox--imgRight .p-txtImgBox__text .l-heading--lv2 {
  text-align: left;
  font-size: 3rem;
  line-height: 1.5;
}
.l-txtImgBox .p-txtImgBox__text .p-txtImgBox__text__contents, .l-txtImgBox--imgRight .p-txtImgBox__text .p-txtImgBox__text__contents {
  margin-top: 24px;
  line-height: 1.9;
}
.l-txtImgBox .p-txtImgBox__text .p-txtImgBox__img img, .l-txtImgBox--imgRight .p-txtImgBox__text .p-txtImgBox__img img {
  width: 100%;
  height: 100%;
}
.l-txtImgBox .p-txtImgBox__text a, .l-txtImgBox--imgRight .p-txtImgBox__text a {
  display: block;
  margin-top: 31px;
}
.l-txtImgBox .p-txtImgBox__img, .l-txtImgBox--imgRight .p-txtImgBox__img {
  width: 45.7%;
}
.l-txtImgBox--imgRight {
  padding: 0;
}
.l-txtImgBox--imgRight .p-txtImgBox__text {
  padding: 43px 17px 0 6px;
}
.l-txtImgBox--imgRight .p-txtImgBox__text .p-txtImgBox__text__contents {
  margin-top: 11px;
}
.l-txtImgBox--imgRight .p-txtImgBox__img {
  width: 48.9%;
}
.l-txtImgBox--imgRight .p-txtImgBox__img img {
  width: 100%;
}

.l-lightMemberDescription {
  display: flex;
  flex-direction: row;
}
.l-lightMemberDescription li {
  position: relative;
  width: 300px;
  height: 363px;
  margin-left: 20px;
}
.l-lightMemberDescription li:first-child {
  margin-left: 0px;
}
.l-lightMemberDescription li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 39px;
  height: 39px;
  border-top: 1px solid #5b93ad;
  border-right: 1px solid #5b93ad;
  transform: rotate(270deg);
  position: absolute;
  content: "";
  vertical-align: middle;
}
.l-lightMemberDescription li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  border-top: 1px solid #5b93ad;
  border-right: 1px solid #5b93ad;
  transform: rotate(360deg);
  position: absolute;
  content: "";
  vertical-align: middle;
}
.l-lightMemberDescription li .shapeBox {
  position: relative;
  text-align: center;
  padding-top: 60px;
  height: 100%;
}
.l-lightMemberDescription li .shapeBox .img {
  display: block;
}
.l-lightMemberDescription li .shapeBox p {
  margin-top: 44px;
  color: #24617d;
  font-size: 1.6rem;
  line-height: 1.6;
}
.l-lightMemberDescription li .shapeBox:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-top: 1px solid #5b93ad;
  border-right: 1px solid #5b93ad;
  transform: rotate(180deg);
  position: absolute;
  content: "";
  vertical-align: middle;
}
.l-lightMemberDescription li .shapeBox:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-top: 1px solid #5b93ad;
  border-right: 1px solid #5b93ad;
  transform: rotate(90deg);
  position: absolute;
  content: "";
  vertical-align: middle;
}
.l-lightMemberDescription li:nth-of-type(1) .shapeBox .img {
  padding-top: 5px;
}
.l-lightMemberDescription li:nth-of-type(3) .shapeBox .img {
  padding-top: 10px;
}

.login .c-globalNav {
  margin-top: 84px;
}
.login .c-globalNav .c-categoryMenu .c-categoryMenu__title .ddOpen, .login .c-globalNav .c-categoryMenu .c-categoryMenu__title .open_close_arrowLink, .login .c-globalNav .c-categoryMenu .c-categoryMenu__title .open_close_arrowLink--small, .login .c-globalNav .c-categoryMenu .c-categoryMenu__title .open_close_arrowLink--search, .login .c-globalNav .c-categoryMenu .c-categoryMenu__title .nextLiOpen {
  padding-bottom: 14px;
  border-bottom: 0;
}

.l-main__topImg {
  position: relative;
  /*
  @media screen and (min-width: 1100px) {
  	.uploadImg{
  		height: 427px;
  	}
  }
  @media screen and (min-width: 1200px) {
  	.uploadImg{
  		height: 447px;
  	}
  }
  @media screen and (min-width: 1370px) {
  	.uploadImg{
  		height: 487px;
  	}
  }

  @media screen and (min-width: 1450px) {
  	.uploadImg{
  		height: 427px;
  	}
  }
  @media screen and (min-width: 1510px) {
  	.uploadImg{
  		height: 447px;
  	}
  }
  @media screen and (min-width: 1670px) {
  	.uploadImg{
  		height: 487px;
  	}
  }
  @media screen and (min-width: 1820px) {
  	.uploadImg{
  		height: 507px;
  	}
  }
  @media screen and (min-width: 1990px) {
  	.uploadImg{
  		height: 527px;
  	}
  }
  @media screen and (min-width: 2150px) {
  	.uploadImg{
  		height: 547px;
  	}
  }
  @media screen and (min-width: 2300px) {
  	.uploadImg{
  		height: 567px;
  	}
  }
  */
}
.l-main__topImg .uploadImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
  padding-top: 40%;
}
.l-main__topImg .uploadImg img {
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
  /*
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
}

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

.l-myHorseData {
  color: #24617d;
  background-color: #fff;
  width: 940px;
  margin: 20px auto 0;
  padding: 32px 42px 39px 39px;
  box-sizing: border-box;
  border: 1px #5b93ad solid;
  position: relative;
}
.l-myHorseData:nth-of-type(1) {
  margin: 56px auto 0;
}
.l-myHorseData h3 a {
  font-size: 3rem;
  display: flex;
  position: relative;
}
.l-myHorseData h3 a .c-icnTxt--investedHorse {
  display: flex;
  align-self: center;
  margin-left: 11px;
}
.l-myHorseData h3 a:after {
  content: "";
  background: url(/assets/img/common/ico_btn_b_l_2.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  margin: -14px 0 0 0;
}
.l-myHorseData .c-list__textRow, .l-myHorseData .c-list__textRow--inl, .l-myHorseData .c-list__textRow--simple {
  margin-top: 14px;
}
.l-myHorseData .c-list__textRow li, .l-myHorseData .c-list__textRow--inl li, .l-myHorseData .c-list__textRow--simple li {
  font-size: 1.6rem;
}
.l-myHorseData .c-list__textRow li:last-child:after, .l-myHorseData .c-list__textRow--inl li:last-child:after, .l-myHorseData .c-list__textRow--simple li:last-child:after {
  display: none;
}
.l-myHorseData .c-list__textRow li span, .l-myHorseData .c-list__textRow--inl li span, .l-myHorseData .c-list__textRow--simple li span {
  font-size: 1.3rem;
  vertical-align: bottom;
  margin-left: 6px;
}
.l-myHorseData .dataBox {
  padding: 0;
}
.l-myHorseData .dataBox .horseName a {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.l-myHorseData .dataBox .horseName a:after {
  content: "";
  background: url(/assets/img/common/ico_btn_b_l_2.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  margin: -14px 0 0 0;
}
.l-myHorseData .dataBox .horseName span {
  font-size: 2rem;
  margin-left: 8px;
  align-self: end;
  transform: translateY(-4px);
}
.l-myHorseData .dataBox .horseName .c-icnTxt--investedHorse {
  margin-left: 17px;
  transform: translateY(4px);
}
.l-myHorseData .dataBox .update {
  font-size: 1.6rem;
  border-top: 1px #cedfe7 solid;
  border-bottom: 1px #cedfe7 solid;
  margin-top: 33px;
  padding: 16px 0 17px 11px;
}
.l-myHorseData .dataBox .update.new {
  background-color: #eef4f7;
}
.l-myHorseData .dataBox .update dl {
  display: flex;
}
.l-myHorseData .dataBox .update dl dd {
  margin-left: 21px;
}
.l-myHorseData .dataBox .raceData {
  margin-top: 20px;
}
.l-myHorseData .dataBox .raceData ul li {
  display: flex;
  align-items: center;
}
.l-myHorseData .dataBox .raceData ul li + li {
  margin-top: 11px;
}
.l-myHorseData .dataBox .raceData ul li .badge {
  font-size: 1.3rem;
  width: 100px;
}
.l-myHorseData .dataBox .raceData ul li .date {
  margin-left: 10px;
}
.l-myHorseData .dataBox .raceData ul li .raceName {
  margin-left: 16px;
}
.l-myHorseData .horseData {
  display: flex;
  flex-direction: row;
  margin-top: 26px;
}
.l-myHorseData .horseData li {
  font-size: 1.6rem;
  width: 69.5%;
  padding-left: 17px;
}
.l-myHorseData .horseData li img {
  width: 100%;
}
.l-myHorseData .horseData li:first-child {
  width: 30.5%;
  padding-left: 0;
  margin-top: 0;
}
.l-myHorseData .horseData li h3 {
  font-size: 2.4rem;
  font-family: "EB Garamond", serif !important;
  display: flex;
  align-items: baseline;
}
.l-myHorseData .horseData li h3 .week {
  font-size: 1.6rem;
  vertical-align: baseline;
  margin: 0 5px;
}
.l-myHorseData .horseData li h3 span {
  margin-left: 5px;
}
.l-myHorseData .horseData li h3:after {
  left: 6px;
  top: 0px;
}
.l-myHorseData .horseData li .textLabel {
  margin-top: 7px;
  margin-left: 8px;
  font-size: 1.3rem;
  min-width: 86px;
  width: auto;
  padding: 0 15px;
  height: 25px;
  line-height: 22px;
}
.l-myHorseData .horseData li div {
  margin-top: 54px;
}
.l-myHorseData .horseData li div:first-child {
  margin-top: 0;
}
.l-myHorseData .horseData li div p {
  margin-top: 25px;
  line-height: 1.6;
}
.l-myHorseData .horseData li div p:nth-of-type(1) {
  margin-top: 22px;
}
.l-myHorseData .c-btn--link, .l-myHorseData .c-btn--link--examinationList, .l-myHorseData .c-btn--link--favList, .l-myHorseData .c-btn--link--back, .l-myHorseData .c-btn--link--red, .l-myHorseData .c-btn--link--red--small, .l-myHorseData .c-btn--link--red--horseListDetail, .l-myHorseData .c-btn--link--blue, .l-myHorseData .c-btn--link--blue--small, .l-myHorseData .c-btn--link--blue--horseListDetail {
  margin-top: 54px;
}

.l-myHorseEntryData h3 {
  color: #387b9a;
  font-size: 2.4rem;
}
.l-myHorseEntryData .horseDetail li {
  position: relative;
}

.l-termsText {
  border: 1px #5992ae solid;
  overflow: auto;
  height: 200px;
  padding: 26px 0 0 32px;
  font-size: 1.4rem;
  color: #20617e;
  line-height: 1.74;
  background-color: #fff;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.l-termsText::-webkit-scrollbar {
  width: 10px;
}
.l-termsText::-webkit-scrollbar-track {
  border-top: 1px #93b7c7 solid;
  border-left: 1px #93b7c7 solid;
  border-bottom: 1px #93b7c7 solid;
}
.l-termsText::-webkit-scrollbar-thumb {
  background-color: #80acc1;
}

.l-fixedBtn {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  /* border-right: 10px #000 solid; */
  left: 0;
  border-top: 1px #5b93ad solid;
  background-color: #fff;
  z-index: 1000;
}
.l-fixedBtn.fixed {
  position: fixed;
  padding: 20px 0 20px 260px;
}
.l-fixedBtn.stepNow {
  position: relative;
  padding-left: 0;
}
.l-fixedBtn .c-list__btn_db--spRow {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  left: 0;
  padding: 0 40px;
  justify-content: center;
  /* box-sizing: border-box; */
}
.l-fixedBtn .c-list__btn_db--spRow.single li {
  width: 100%;
}
.l-fixedBtn .c-list__btn_db--spRow.single li a {
  width: 100%;
}
.l-fixedBtn .c-list__btn_db--spRow li {
  width: 465px;
  margin-left: 10px;
}
.l-fixedBtn .c-list__btn_db--spRow li:first-child {
  margin-left: 0px;
}
.l-fixedBtn .c-list__btn_db--spRow li a {
  width: 465px;
}
.l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--small, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--horseListDetail {
  height: 70px;
  line-height: 70px;
}

.moreBox > div {
  display: none;
}

.suggestArea {
  position: relative;
}
.suggestArea .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  overflow-y: scroll;
  max-height: 15em;
  background-color: #fff;
}
.suggestArea .ui-autocomplete .ui-menu-item {
  padding: 10px 10px 11px 17px;
}
.suggestArea .ui-autocomplete .ui-menu-item:hover {
  background-color: #eef4f7;
}
.suggestArea .ui-widget.ui-widget-content {
  border: 1px #5b93ad solid;
  border-top: 0;
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .l-wrapper {
    width: 100%;
    background-color: #fff;
    font-size: 1.6rem;
    min-width: inherit;
  }
  .l-wrapper.home {
    padding-top: 56px;
  }
  .spOuter {
    display: none;
    overflow: hidden;
  }
  .spOuter .l-header .c-symbol, .spOuter .l-header--simple .c-symbol {
    display: none;
  }
  .l-header, .l-header--simple {
    display: none;
    position: relative;
    width: 100%;
    padding: 25px 30px 60px;
  }
  .l-header--sp {
    display: block;
    padding: 17px 5.5% 17px 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    transition: 0.5s;
  }
  .l-header--sp.hide {
    transform: translateY(-100%);
  }
  .l-header--sp .c-symbol {
    width: 116px;
  }
  .l-header--sp .c-symbol img {
    width: 100%;
    height: auto;
  }
  .l-header--sp ul {
    display: flex;
    justify-content: flex-end;
  }
  .l-header--sp ul li:first-child {
    margin-right: auto;
  }
  .l-header .p-headerCvArea, .l-header--simple .p-headerCvArea {
    margin-top: 39px;
  }
  .l-header .p-headerCvArea li, .l-header--simple .p-headerCvArea li {
    margin-top: 14px;
  }
  .l-header .c-globalNav .c-categoryMenu:first-child, .l-header--simple .c-globalNav .c-categoryMenu:first-child {
    margin-top: 25px;
  }
  .l-header .c-globalNav .c-categoryMenu .c-categoryMenu__list, .l-header--simple .c-globalNav .c-categoryMenu .c-categoryMenu__list {
    margin-top: 14px;
  }
  .l-header .c-globalNav .c-categoryMenu .c-categoryMenu__list.listOC, .l-header--simple .c-globalNav .c-categoryMenu .c-categoryMenu__list.listOC {
    margin-top: 27px;
  }
  .login .l-header .c-globalNav, .login .l-header--simple .c-globalNav {
    margin-top: 0;
  }
  .l-header .p-loginForm, .l-header--simple .p-loginForm {
    margin-top: 25px;
  }
  .l-header--simple {
    display: block;
    padding: 20px 30px 22px;
  }
  .l-header--simple .headerInner {
    width: 100%;
    padding: 0;
  }
  .l-header--simple .headerInner .c-symbol {
    text-align: center;
  }
  .l-header--simple .headerInner .c-symbol img {
    width: 39%;
    height: auto;
  }
  .l-main {
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .l-main.staticPage > div {
    padding-bottom: 42px;
  }
  .l-main.staticPage > div a:hover {
    text-decoration: underline;
  }
  .l-main.staticPage > div > section, .l-main.staticPage > div > div {
    padding: 0 15px 0 15px;
    width: 100%;
    margin: 42px auto 0;
  }
  .l-main.staticPage > div > section > section, .l-main.staticPage > div > div > section {
    margin-top: 12px;
  }
  .l-main.staticPage > div > section > section section + section, .l-main.staticPage > div > div > section section + section {
    margin-top: 12px;
  }
  .l-main.staticPage > div > section > section + .rightText, .l-main.staticPage > div > div > section + .rightText {
    margin-top: 70px;
  }
  .l-main.staticPage > div > section p, .l-main.staticPage > div > div p {
    line-height: 1.6;
  }
  .l-main.staticPage > div > section p + section, .l-main.staticPage > div > div p + section {
    margin-top: 12px;
  }
  .l-main.staticPage > div > section h2, .l-main.staticPage > div > div h2 {
    font-size: 2.2rem;
    margin-top: 70px;
  }
  .l-main.staticPage > div > section h2 + p, .l-main.staticPage > div > section h2 + ol, .l-main.staticPage > div > section h2 + ul, .l-main.staticPage > div > div h2 + p, .l-main.staticPage > div > div h2 + ol, .l-main.staticPage > div > div h2 + ul {
    margin-top: 40px;
  }
  .l-main.staticPage > div > section h2 + section, .l-main.staticPage > div > div h2 + section {
    margin-top: 40px;
  }
  .l-main.staticPage > div > section h2 + section:first-child h3, .l-main.staticPage > div > div h2 + section:first-child h3 {
    margin-top: 0;
  }
  .l-main.staticPage > div > section h3, .l-main.staticPage > div > section h4, .l-main.staticPage > div > div h3, .l-main.staticPage > div > div h4 {
    font-weight: bold;
  }
  .l-main.staticPage > div > section h3 + p, .l-main.staticPage > div > section h3 + ul, .l-main.staticPage > div > section h4 + p, .l-main.staticPage > div > section h4 + ul, .l-main.staticPage > div > div h3 + p, .l-main.staticPage > div > div h3 + ul, .l-main.staticPage > div > div h4 + p, .l-main.staticPage > div > div h4 + ul {
    margin-top: 5px;
  }
  .l-main.staticPage > div > section h3 + div, .l-main.staticPage > div > section h4 + div, .l-main.staticPage > div > div h3 + div, .l-main.staticPage > div > div h4 + div {
    margin-top: 14px;
  }
  .l-main.staticPage > div > section h3, .l-main.staticPage > div > div h3 {
    font-size: 1.9rem;
    font-family: "Noto Serif JP", serif !important;
    font-weight: 300;
    margin-top: 41px;
  }
  .l-main.staticPage > div > section h3 + p, .l-main.staticPage > div > section h3 + ul, .l-main.staticPage > div > div h3 + p, .l-main.staticPage > div > div h3 + ul {
    margin-top: 27px;
  }
  .l-main.staticPage > div > section p + p, .l-main.staticPage > div > section p + div, .l-main.staticPage > div > section div + p, .l-main.staticPage > div > section div + div, .l-main.staticPage > div > div p + p, .l-main.staticPage > div > div p + div, .l-main.staticPage > div > div div + p, .l-main.staticPage > div > div div + div {
    margin-top: 20px;
  }
  .l-main.staticPage > div > section p + ul, .l-main.staticPage > div > section p + ol, .l-main.staticPage > div > section div + ul, .l-main.staticPage > div > section div + ol, .l-main.staticPage > div > div p + ul, .l-main.staticPage > div > div p + ol, .l-main.staticPage > div > div div + ul, .l-main.staticPage > div > div div + ol {
    margin-top: 10px;
  }
  .l-main.staticPage > div > section .textIndentList li, .l-main.staticPage > div > div .textIndentList li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-main.staticPage > div > section ul li, .l-main.staticPage > div > section ol li, .l-main.staticPage > div > div ul li, .l-main.staticPage > div > div ol li {
    line-height: 1.6;
  }
  .l-main.staticPage > div > section ol, .l-main.staticPage > div > div ol {
    margin-left: 1.3em;
  }
  .l-main.staticPage > div > section ol li, .l-main.staticPage > div > div ol li {
    list-style: decimal;
  }
  .l-main.staticPage > div > section strong + ul, .l-main.staticPage > div > section strong + ol, .l-main.staticPage > div > div strong + ul, .l-main.staticPage > div > div strong + ol {
    margin-top: 10px;
  }
  .l-main.staticPage > div .l-contentsHeader {
    width: 100%;
    padding: 65px 15px 0 15px;
  }
  .l-main.staticPage > div .l-contentsHeader .formTopText p, .l-main.staticPage > div .l-contentsHeader .formTopText--conf p, .l-main.staticPage > div .l-contentsHeader .formTopText--rightBtn p {
    font-size: 1.6rem;
  }
  .l-main .l-contentsHeader {
    width: 100%;
    padding: 65px 15px 0 15px;
  }
  .l-main .l-contentsHeader h1 {
    font-size: 2.5rem;
  }
  .l-main .l-contentsHeader h1 .c-icnTxt--statuslabel, .l-main .l-contentsHeader h1 .c-icnTxt--statuslabel--gray {
    margin-left: 13px;
  }
  .l-main .l-contentsHeader h1.labelHeading .c-icnTxt--statuslabel, .l-main .l-contentsHeader h1.labelHeading .c-icnTxt--statuslabel--gray {
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  .l-main .l-contentsHeader h1 .badge {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 19px 0 19px;
    font-weight: 300;
    margin-left: 7px;
    border: 1px #5b93ad solid;
    width: auto;
    height: 20px;
  }
  .l-main .l-contentsHeader h1 .badge.brown {
    color: #fff;
    background-color: #99825c;
    border: 1px #99825c solid;
  }
  .l-main .l-contentsHeader .spSearchOpenClose {
    display: block;
    margin-top: 48px;
  }
  .l-main .l-contentsHeader .searchArea {
    margin-top: 0;
    border-top: 0;
    padding: 28px 14px 19px 14px;
    display: none;
  }
  .l-main .l-contentsHeader .searchArea .checkList dl {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
  .l-main .l-contentsHeader .searchArea .checkList dl dt {
    font-size: 1.2rem;
  }
  .l-main .l-contentsHeader .searchArea .checkList dl dd {
    margin-top: 11px;
    padding-left: 0;
  }
  .l-main .l-contentsHeader .searchArea .textAndBtn {
    margin-top: -2px;
    display: block;
  }
  .l-main .l-contentsHeader .searchArea .textAndBtn label {
    width: 100%;
  }
  .l-main .l-contentsHeader .searchArea .textAndBtn input[type=text] {
    height: 39px;
  }
  .l-main .l-contentsHeader .searchArea .textAndBtn input[type=submit] {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 31px;
    height: 50px;
  }
  .l-main .l-contentsHeader.backLink {
    padding: 21px 15px 0 15px;
  }
  .l-main .l-contentsHeader.backLink h1 {
    margin-top: 34px;
  }
  .l-main .l-contentsDataList {
    width: 100%;
    margin-top: 68px;
  }
  .l-main .l-contentsDataList.fixedBtn {
    padding: 0 15px 13.2% 15px;
  }
  .l-main .l-contentsDataList .listHeader > ul {
    display: block;
  }
  .l-main .l-contentsDataList .listHeader > ul .dataCnt {
    font-size: 1.5rem;
    align-self: center;
  }
  .l-main .l-contentsDataList .listHeader > ul .dataCnt span {
    font-size: 2.4rem;
  }
  .l-main .l-contentsDataList .listHeader > ul .horsePrice > ul li:nth-of-type(1),
  .l-main .l-contentsDataList .listHeader > ul .horsePrice > ul li:nth-of-type(2),
  .l-main .l-contentsDataList .listHeader > ul .horsePrice > ul li:nth-of-type(3) {
    display: none;
  }
  .l-main .l-contentsDataList .listHeader > ul .horsePrice > ul li:last-child {
    width: 100%;
    margin: 22px 0 0 0;
  }
  .l-main .l-contentsDataList .listContents {
    margin-top: 14px;
  }
  .l-main .l-contentsDataList .listContents .noData p {
    font-size: 1.3rem;
    padding: 17px 14px 14px 14px;
    line-height: 1.6;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData {
    width: 100%;
    padding: 19px 15px 19px 15px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead {
    height: auto;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 {
    font-size: 2rem;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 .c-icnTxt--statuslabel, .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 .c-icnTxt--statuslabel--gray {
    display: none;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead h2 .horseNum {
    margin-bottom: 0;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataHead .priceData {
    display: none;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail {
    flex-wrap: wrap;
    margin-top: 14px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .pic {
    width: 33%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData {
    display: block;
    width: 67%;
    text-align: right;
    padding-top: 11px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData {
    margin-top: 10px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .defPrice {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .defPrice dt {
    font-size: 1.3rem;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .defPrice dd {
    font-size: 1.3rem;
    margin-left: 8px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .defPrice dd span {
    font-size: 2.5rem;
    font-family: "EB Garamond", serif;
    vertical-align: baseline;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .limitedPrice {
    font-size: 1.2rem;
    display: block;
    flex-direction: row;
    margin-top: 8px;
    font-weight: 500;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .limitedPrice dd {
    margin-top: 2px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .totalPrice {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 6px;
    font-size: 1.2rem;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .spPriceData .priceData .totalPrice dt {
    margin-right: 5px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList {
    width: 100%;
    margin-top: 20px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList dl {
    font-size: 1.2rem;
    padding: 9px 0 8px 0;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList dl dt {
    width: 30%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink {
    margin-top: 19px;
    border: 1px #5b93ad solid;
    padding: 14px 0 9px 0;
    justify-content: center;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink li {
    margin-right: 9%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink li:after {
    display: none;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink li:first-child {
    margin-left: 0;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataLink li:last-child {
    margin-right: 0;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn {
    margin-top: 6px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn.single li:first-child {
    width: 100%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn li {
    width: 43%;
    margin-left: 7px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn li:first-child {
    width: 55%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .horseDataBtn li a {
    width: 100%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li .c-btn--link--blue--horseListDetail {
    height: 50px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox .applicationBtn {
    width: 13%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData {
    padding-bottom: 20px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataHead {
    display: block;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataHead h2 .c-icnTxt--statuslabel, .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataHead h2 .c-icnTxt--statuslabel--gray {
    display: block;
    margin: 7px 0 0 0;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataHead .priceData {
    display: block;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataHead .priceData .defPrice {
    justify-content: flex-start;
    margin: 10px 0 0 0;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail {
    margin-top: 10px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList {
    margin-top: 0;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataList li dl {
    font-size: 1.4rem;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataFooter {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataLink {
    width: 100%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn {
    width: 100%;
    margin-top: 7px;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li {
    width: 38%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li:first-child {
    width: 59%;
  }
  .l-main .l-contentsDataList .listContents .horseDataBox.textList .horseData .horseDataDetail .horseDataList .texthorseDataFooter .horseDataBtn li .c-btn--link--blue--horseListDetail span {
    top: -2px;
    left: 0;
  }
  .l-main .l-contentsHorseDetail {
    margin-top: 46px;
    padding: 0 0 50px;
    width: 100%;
  }
  .l-main .l-contentsHorseDetail .horseDataBox {
    width: 100%;
    padding: 0 15px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail {
    flex-wrap: wrap;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 {
    width: 100%;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink {
    margin-top: 33px;
    display: flex;
    flex-direction: row;
    padding: 13px 0 10px 0;
    border: 1px #5b93ad solid;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li {
    margin-right: 0;
    width: 50%;
    position: relative;
    text-align: center;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li:after {
    position: absolute;
    right: 0;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--photoLink, .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--cameraLink, .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--catalogLink, .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--movieLink {
    font-size: 1.1rem;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--photoLink:before, .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--cameraLink:before, .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--catalogLink:before, .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--movieLink:before {
    top: 2px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--catalogLink {
    font-size: 1.1rem;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .data1 .horseDataLink li a.c-link--catalogLink:before {
    top: 2px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList {
    width: 100%;
    margin-top: 28px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice {
    margin-top: 0;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice dt {
    font-size: 1.3rem;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice dd {
    font-size: 1.3rem;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .defPrice dd span {
    font-size: 2.5rem;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .limitedPrice {
    font-size: 1.3rem;
    margin-top: 4px;
    font-weight: 500;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .totalPrice {
    font-size: 1.3rem;
    margin-top: 6px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .priceData .totalPrice dt {
    margin-right: 5px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents {
    margin-top: 18px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents dl {
    padding: 6px 0 6px 0;
    font-size: 1.2rem;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataDetail .horseDataList .horseDataContents dl dt {
    width: 11em;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn {
    width: 100%;
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li {
    width: 100%;
    margin-top: 7px;
    margin-left: 0;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li:first-child {
    margin-top: 0;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li a {
    height: 50px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList {
    font-size: 1.4rem;
    padding-top: 8px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList .text {
    /*
    								.delete{
    									&:before{
    										margin-top: -1px;
    									}
    								}
    								.add{
    									&:before{
    										left: -12px;
    										margin-top: -1px;
    									}
    									&:after{
    										left: -12px;
    										margin-top: -1px;
    									}
    								}
    */
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList .num {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--addList.listAdd .text:after {
    left: -7px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--blue--horseListDetail {
    line-height: 50px;
    height: 50px;
  }
  .l-main .l-contentsHorseDetail .horseDataBox .horseDataBtn li .c-btn--link--blue--horseListDetail span {
    font-size: 1.5rem;
  }
  .l-main .l-contentsHorseDetail .pageLink {
    width: auto;
    margin: 51px 15px 0;
    padding: 14px 9px 14px;
    box-sizing: border-box;
  }
  .l-main .l-contentsHorseDetail .pageLink li {
    padding-left: 1.9%;
    width: auto;
    margin-left: 10px;
  }
  .l-main .l-contentsHorseDetail .pageLink li:first-child {
    padding-left: 0;
    width: auto;
  }
  .l-main .l-contentsHorseDetail .pageLink li:after {
    left: 1px;
  }
  .l-main .l-contentsHorseDetail .pageLink li a:after {
    margin-top: -3px;
  }
  .l-main .l-contentsHorseDetail > section {
    width: 100%;
    margin-top: 64px;
    padding: 0 15px;
  }
  .l-main .l-contentsHorseDetail > section h2 {
    font-size: 2rem;
  }
  .l-main .l-contentsHorseDetail > section.newData .sortSelect {
    width: 100%;
    margin: 22px 0 0 0;
    display: block;
  }
  .l-main .l-contentsHorseDetail > section.newData .sortSelect .selectBox--sortSelect select, .l-main .l-contentsHorseDetail > section.newData .sortSelect .selectBox--sortSelect--middle select, .l-main .l-contentsHorseDetail > section.newData .sortSelect .selectBox--sortSelect--small select {
    font-size: 1.6rem;
    font-weight: 300;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea {
    margin-top: 14px;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea article {
    padding: 18px 15px 17px 15px;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea article .head {
    justify-content: space-between;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea article .head h3 {
    font-size: 2.5rem;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea article .head .textLabel {
    min-width: 78px;
    height: 21px;
    line-height: 20px;
    margin-left: 0;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea article h3 {
    font-size: 2.5rem;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea article p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--more, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--examinationList, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--favList, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--back, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--red, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--red--small, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--red--horseListDetail, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--blue, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--blue--small, .l-main .l-contentsHorseDetail > section.newData .newDataArea .c-btn--link--blue--horseListDetail {
    margin-top: 24px;
  }
  .l-main .l-contentsHorseDetail > section.movie .c-list_col4_movie_pcRowSpCol2 {
    margin-top: 35px;
  }
  .l-main .l-contentsHorseDetail > section.movie .c-btn--link--blue, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--blue--small, .l-main .l-contentsHorseDetail > section.movie .c-btn--link--blue--horseListDetail {
    margin-top: 25px;
  }
  .l-main .l-contentsHorseDetail > section.movie .poastVideos {
    margin-top: 19px;
  }
  .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--more, .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--smoothScroll {
    font-size: 1.25rem;
  }
  .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--more span, .l-main .l-contentsHorseDetail > section.movie .poastVideos .c-link--smoothScroll span {
    padding-right: 19px;
  }
  .l-main .l-contentsHorseDetail > section.pedigree {
    margin-top: 64px;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img {
    margin-top: 39px;
    flex-wrap: wrap;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img > div {
    width: 100%;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img > div:first-child {
    margin-bottom: 19px;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img > div img {
    width: 100%;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img a {
    border: 0;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img a:hover {
    opacity: 1;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img a:hover img {
    opacity: 1;
  }
  .l-main .l-contentsHorseDetail > section.pedigree .img img {
    width: 100%;
  }
  .l-main .l-contentsHorseDetail > section.pedigree a {
    cursor: default;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
  }
  .l-main .l-contentsHorseDetail > section.pedigree a:after {
    display: none;
  }
  .l-main .l-contentsHorseDetail > section.gallery .c-list_col4_pcRowSpCol2 {
    margin-top: 38px;
  }
  .l-txtImgBox, .l-txtImgBox--imgRight {
    flex-direction: column-reverse;
    padding: 5.7% 0 0 0;
  }
  .l-txtImgBox .p-txtImgBox__text, .l-txtImgBox--imgRight .p-txtImgBox__text {
    width: 100%;
    padding: 26px 20px 30px 20px;
  }
  .l-txtImgBox .p-txtImgBox__text .l-heading--lv2, .l-txtImgBox--imgRight .p-txtImgBox__text .l-heading--lv2 {
    font-size: 2rem;
  }
  .l-txtImgBox .p-txtImgBox__text .p-txtImgBox__text__contents, .l-txtImgBox--imgRight .p-txtImgBox__text .p-txtImgBox__text__contents {
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .l-txtImgBox .p-txtImgBox__text a, .l-txtImgBox--imgRight .p-txtImgBox__text a {
    margin-top: 17px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .l-txtImgBox .p-txtImgBox__img, .l-txtImgBox--imgRight .p-txtImgBox__img {
    width: 100%;
    text-align: center;
  }
  .l-txtImgBox .p-txtImgBox__img img, .l-txtImgBox--imgRight .p-txtImgBox__img img {
    max-width: 73.3%;
  }
  .l-txtImgBox--imgRight {
    flex-direction: column;
    padding-top: 0;
  }
  .l-txtImgBox--imgRight .p-txtImgBox__img img {
    max-width: 100%;
  }
  .l-lightMemberDescription {
    display: block;
  }
  .l-lightMemberDescription li {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 19px;
  }
  .l-lightMemberDescription li:before, .l-lightMemberDescription li:after {
    width: 46px;
    height: 46px;
  }
  .l-lightMemberDescription li:first-child {
    margin-top: 0px;
  }
  .l-lightMemberDescription li .shapeBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 9% 10px 9.5% 59px;
  }
  .l-lightMemberDescription li .shapeBox:before, .l-lightMemberDescription li .shapeBox:after {
    width: 46px;
    height: 46px;
  }
  .l-lightMemberDescription li .shapeBox .img {
    padding-top: 0;
    width: 27.5%;
  }
  .l-lightMemberDescription li .shapeBox .img img {
    width: 100%;
    max-width: 250px;
  }
  .l-lightMemberDescription li .shapeBox p {
    text-align: left;
    margin-top: 0;
    line-height: 1.4;
    width: 55%;
  }
  .l-lightMemberDescription li:nth-of-type(2) .shapeBox {
    padding: 9% 10px 9.5% 63px;
  }
  .l-lightMemberDescription li:nth-of-type(2) .shapeBox .img {
    width: 22%;
    padding-top: 0;
  }
  .l-lightMemberDescription li:nth-of-type(2) .shapeBox p {
    margin-top: 0;
    line-height: 1.4;
    width: 55%;
  }
  .l-lightMemberDescription li:nth-of-type(3) .shapeBox {
    padding: 9% 10px 9.5% 63px;
  }
  .l-lightMemberDescription li:nth-of-type(3) .shapeBox .img {
    width: 22%;
    padding-top: 0;
  }
  .l-lightMemberDescription li:nth-of-type(3) .shapeBox p {
    margin-top: 0;
    line-height: 1.4;
    width: 55%;
  }
  .l-main__topImg {
    /*
    @media screen and (max-width: 769px) {
    	.uploadImg{
    		height: 355px;
    	}
    }
    @media screen and (max-width: 746px) {
    	.uploadImg{
    		height: 350px;
    	}
    }
    @media screen and (max-width: 720px) {
    	.uploadImg{
    		height: 345px;
    	}
    }
    @media screen and (max-width: 700px) {
    	.uploadImg{
    		height: 340px;
    	}
    }
    @media screen and (max-width: 680px) {
    	.uploadImg{
    		height: 335px;
    	}
    }
    @media screen and (max-width: 660px) {
    	.uploadImg{
    		height: 330px;
    	}
    }
    @media screen and (max-width: 640px) {
    	.uploadImg{
    		height: 325px;
    	}
    }
    @media screen and (max-width: 620px) {
    	.uploadImg{
    		height: 320px;
    	}
    }
    @media screen and (max-width: 600px) {
    	.uploadImg{
    		height: 315px;
    	}
    }
    @media screen and (max-width: 580px) {
    	.uploadImg{
    		height: 310px;
    	}
    }
    @media screen and (max-width: 560px) {
    	.uploadImg{
    		height: 305px;
    	}
    }
    @media screen and (max-width: 540px) {
    	.uploadImg{
    		height: 300px;
    	}
    }
    @media screen and (max-width: 520px) {
    	.uploadImg{
    		height: 295px;
    	}
    }
    @media screen and (max-width: 500px) {
    	.uploadImg{
    		height: 285px;
    	}
    }
    */
  }
  .l-main__topImg .uploadImg {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .l-importantNotices h2 {
    background-color: #ae1818;
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    padding: 9px 0 8px;
  }
  .l-myHorseData {
    padding: 18px 15px 18px 15px;
    margin: 21px auto 0;
    width: 100%;
  }
  .l-myHorseData h3 a:hover img {
    opacity: 1 !important;
  }
  .l-myHorseData h3 a:after {
    content: "";
    background: url(/assets/img/common/ico_btn_b_l_2_sp.png) no-repeat;
    background-size: contain;
    width: 9px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: -4px;
    margin: -8px 0 0 0;
  }
  .l-myHorseData:first-of-type {
    margin: 39px auto 0;
  }
  .l-myHorseData h3 a {
    font-size: 1.9rem;
    display: block;
  }
  .l-myHorseData .c-list__textRow, .l-myHorseData .c-list__textRow--inl, .l-myHorseData .c-list__textRow--simple {
    margin-top: 10px;
  }
  .l-myHorseData .c-list__textRow li, .l-myHorseData .c-list__textRow--inl li, .l-myHorseData .c-list__textRow--simple li {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .l-myHorseData .c-list__textRow li span, .l-myHorseData .c-list__textRow--inl li span, .l-myHorseData .c-list__textRow--simple li span {
    font-size: 1.2rem;
    vertical-align: bottom;
    margin-left: 11px;
  }
  .l-myHorseData .dataBox {
    padding: 0;
  }
  .l-myHorseData .dataBox .horseName a {
    font-size: 1.8rem;
    display: inline-block;
    width: 100%;
  }
  .l-myHorseData .dataBox .horseName a:after {
    content: "";
    background: url(/assets/img/common/ico_btn_b_l_2_sp.png) no-repeat;
    background-size: contain;
    width: 9px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: -4px;
    margin: -8px 0 0 0;
  }
  .l-myHorseData .dataBox .horseName span {
    font-size: 1.5rem;
    margin-left: 8px;
    transform: translateY(2px);
    display: inline-block;
  }
  .l-myHorseData .dataBox .horseName .c-icnTxt--investedHorse {
    margin-left: 0;
    transform: translateY(0);
    margin-top: 6px;
  }
  .l-myHorseData .dataBox .update {
    font-size: 1.6rem;
    margin-top: 20px;
    padding: 10px 0 7px 11px;
  }
  .l-myHorseData .dataBox .update.new {
    background-color: #eef4f7;
  }
  .l-myHorseData .dataBox .update dl {
    display: flex;
    font-size: 1.3rem;
    line-height: 1.48;
  }
  .l-myHorseData .dataBox .update dl dt {
    width: 21%;
  }
  .l-myHorseData .dataBox .update dl dd {
    width: 75.5%;
    margin-left: 3.5%;
  }
  .l-myHorseData .dataBox .raceData {
    margin-top: 21px;
  }
  .l-myHorseData .dataBox .raceData ul li {
    font-size: 1.3rem;
    line-height: 1.48;
    align-items: flex-start;
  }
  .l-myHorseData .dataBox .raceData ul li + li {
    margin-top: 11px;
  }
  .l-myHorseData .dataBox .raceData ul li .badge {
    font-size: 1.3rem;
    width: 28.6%;
    transform: translateY(0px);
    height: 20px;
    line-height: 17px;
  }
  .l-myHorseData .dataBox .raceData ul li .date {
    margin-left: 3%;
    width: 11%;
    word-wrap: break-word;
    text-align: right;
  }
  .l-myHorseData .dataBox .raceData ul li .raceName {
    width: 47.4%;
    margin-left: 3%;
  }
  .l-myHorseData .horseData {
    margin-top: 23px;
    display: block;
  }
  .l-myHorseData .horseData li {
    font-size: 1.6rem;
    width: 100%;
    padding-left: 0;
    margin-top: 23px;
    margin-left: 0;
  }
  .l-myHorseData .horseData li:first-child {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  .l-myHorseData .horseData li h3 {
    font-size: 2rem;
  }
  .l-myHorseData .horseData li h3:after {
    left: 4px;
    top: -3px;
    padding: 0;
    width: 41px;
    height: 18px;
    line-height: 17px;
  }
  .l-myHorseData .horseData li h3 span {
    font-size: 1rem;
  }
  .l-myHorseData .horseData li h3 .week {
    font-size: 1.2rem;
    width: auto;
    display: inline-block;
  }
  .l-myHorseData .horseData li .textLabel {
    margin-top: 6px;
    margin-left: 6px;
    font-size: 0.9rem;
    min-width: 64px;
    height: 18px;
    line-height: 16px;
  }
  .l-myHorseData .horseData li .text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 7px;
  }
  .l-myHorseData .c-btn--link, .l-myHorseData .c-btn--link--examinationList, .l-myHorseData .c-btn--link--favList, .l-myHorseData .c-btn--link--back, .l-myHorseData .c-btn--link--red, .l-myHorseData .c-btn--link--red--small, .l-myHorseData .c-btn--link--red--horseListDetail, .l-myHorseData .c-btn--link--blue, .l-myHorseData .c-btn--link--blue--small, .l-myHorseData .c-btn--link--blue--horseListDetail {
    margin-top: 41px;
  }
  .l-myHorseEntryData h3 {
    font-size: 1.6rem;
  }
  .l-myHorseEntryData .horseDetail li {
    position: relative;
  }
  .l-fixedBtn {
    padding: 9px 14px 9px 15px;
  }
  .l-fixedBtn.fixed {
    padding: 9px 14px 9px 15px;
  }
  .l-fixedBtn .c-list__btn_db--spRow {
    width: 100%;
    left: 0;
    padding: 0;
  }
  .l-fixedBtn .c-list__btn_db--spRow li {
    width: 60.5%;
  }
  .l-fixedBtn .c-list__btn_db--spRow li:first-child .text .num {
    margin-left: -40px;
  }
  .l-fixedBtn .c-list__btn_db--spRow li:first-child span {
    margin-left: -11px;
  }
  .l-fixedBtn .c-list__btn_db--spRow li a {
    width: 100%;
  }
  .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--small, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--horseListDetail {
    height: 50px;
    line-height: 50px;
  }
  .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--small:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--horseListDetail:after {
    right: 10px;
  }
  .l-fixedBtn .c-list__btn_db--spRow .c-btn--link, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--examinationList, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--favList, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--back, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--red, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--red--small, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--red--horseListDetail, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--small, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--horseListDetail {
    font-size: 1.5rem;
  }
  .l-fixedBtn .c-list__btn_db--spRow .c-btn--link:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--examinationList:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--favList:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--back:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--red:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--red--small:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--red--horseListDetail:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--small:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--blue--horseListDetail:after {
    right: 10px;
  }
  .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--examinationList:after, .l-fixedBtn .c-list__btn_db--spRow .c-btn--link--favList:after {
    right: 10px;
  }
  .suggestArea .ui-autocomplete .ui-menu-item {
    font-size: 1.3rem;
    padding: 13px 10px 14px 10px;
  }
  .suggestArea .ui-autocomplete .ui-menu-item:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 769px) and (-ms-high-contrast: none) {
  .l-header--sp ul {
    justify-content: flex-start;
    position: relative;
  }
  .l-header--sp ul li:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.l-footer, .l-footer--simple {
  background-color: #5b93ad;
  color: #fff;
  padding: 67px 0 50px;
}
.l-footer.fixed, .fixed.l-footer--simple {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 260px;
}
.l-footer--simple {
  width: 100%;
  padding: 32px 0 49px;
}
.l-footer--simple .footerInner {
  width: 1280px;
  margin: 0 auto;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__title, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__title {
  text-align: center;
  font-size: 1.6rem;
  font-family: "EB Garamond", serif;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 110px;
  margin: 18px auto 0;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list li, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li {
  width: 20px;
  margin-left: 23px;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list li:first-child, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li:first-child {
  margin-left: 0;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list li a:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a:after {
  transition: all 0.25s ease-in-out;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list li a.fb:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a.fb:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_fb_footer.png") no-repeat;
  background-size: contain;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list li a.tw:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a.tw:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/x-twitter.png") no-repeat;
  background-size: contain;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list li a.li:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a.li:after {
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background: url("/assets/img/common/ico_line_footer.png") no-repeat;
  background-size: contain;
}
.l-footer .l-footer__shareArea .l-footer__shareArea__list li a:hover:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a:hover:after {
  opacity: 0.7;
}
.l-footer .l-footer__linkArea, .l-footer--simple .l-footer__linkArea {
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 680px;
  margin: 40px auto 0 auto;
}
.l-footer .l-footer__linkArea li, .l-footer--simple .l-footer__linkArea li {
  display: inline-block;
  font-size: 1.5rem;
}
.l-footer .l-footer__linkArea li:before, .l-footer--simple .l-footer__linkArea li:before {
  content: "/";
  margin: 0 10px;
}
.l-footer .l-footer__linkArea li:first-child:before, .l-footer--simple .l-footer__linkArea li:first-child:before {
  content: "";
  margin: 0;
}
.l-footer .l-footer__linkArea li a, .l-footer--simple .l-footer__linkArea li a {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.l-footer .l-footer__linkArea li a:hover, .l-footer--simple .l-footer__linkArea li a:hover {
  opacity: 0.7;
}
.l-footer .l-footer__copyright, .l-footer--simple .l-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 19px;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 769px) {
  .l-footer, .l-footer--simple {
    padding: 42px 0 20px;
  }
  .l-footer .l-footer__shareArea .l-footer__shareArea__title, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__title {
    font-size: 1.4rem;
  }
  .l-footer .l-footer__shareArea .l-footer__shareArea__list, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list {
    margin: 24px auto 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-footer .l-footer__shareArea .l-footer__shareArea__list li, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li {
    margin-left: 26px;
  }
  .l-footer .l-footer__shareArea .l-footer__shareArea__list li a.fb:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a.fb:after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    background: url("/assets/img/common/ico_fb_footer_sp.png") no-repeat;
    background-size: contain;
  }
  .l-footer .l-footer__shareArea .l-footer__shareArea__list li a.tw:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a.tw:after {
    content: "";
    display: block;
    width: 21px;
    height: 17px;
    background: url("/assets/img/common/x-twitter.png") no-repeat;
    background-size: contain;
  }
  .l-footer .l-footer__shareArea .l-footer__shareArea__list li a.li:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a.li:after {
    content: "";
    display: block;
    width: 23px;
    height: 22px;
    background: url("/assets/img/common/ico_line_footer_sp.png") no-repeat;
    background-size: contain;
  }
  .l-footer .l-footer__shareArea .l-footer__shareArea__list li a:hover:after, .l-footer--simple .l-footer__shareArea .l-footer__shareArea__list li a:hover:after {
    opacity: 1;
  }
  .l-footer .l-footer__linkArea, .l-footer--simple .l-footer__linkArea {
    width: 100%;
    margin: 38px auto 0;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-footer .l-footer__linkArea li, .l-footer--simple .l-footer__linkArea li {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(1), .l-footer--simple .l-footer__linkArea li:nth-of-type(1) {
    text-align: right;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(1):after, .l-footer--simple .l-footer__linkArea li:nth-of-type(1):after {
    content: "/";
    margin: 0 10px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(2), .l-footer--simple .l-footer__linkArea li:nth-of-type(2) {
    text-align: left;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(2):before, .l-footer--simple .l-footer__linkArea li:nth-of-type(2):before {
    display: none;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(2):after, .l-footer--simple .l-footer__linkArea li:nth-of-type(2):after {
    content: "/";
    margin: 0 10px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(3), .l-footer--simple .l-footer__linkArea li:nth-of-type(3) {
    text-align: right;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(3):before, .l-footer--simple .l-footer__linkArea li:nth-of-type(3):before {
    display: none;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(3):after, .l-footer--simple .l-footer__linkArea li:nth-of-type(3):after {
    content: "/";
    margin: 0 10px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(4), .l-footer--simple .l-footer__linkArea li:nth-of-type(4) {
    text-align: left;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(4):before, .l-footer--simple .l-footer__linkArea li:nth-of-type(4):before {
    display: none;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(4):after, .l-footer--simple .l-footer__linkArea li:nth-of-type(4):after {
    content: "/";
    margin: 0 10px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(5):before, .l-footer--simple .l-footer__linkArea li:nth-of-type(5):before {
    display: none;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(5):after, .l-footer--simple .l-footer__linkArea li:nth-of-type(5):after {
    content: "/";
    margin: 0 10px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(6):before, .l-footer--simple .l-footer__linkArea li:nth-of-type(6):before {
    display: none;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(6):after, .l-footer--simple .l-footer__linkArea li:nth-of-type(6):after {
    content: "/";
    margin: 0 10px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(7):before, .l-footer--simple .l-footer__linkArea li:nth-of-type(7):before {
    display: none;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(7):after, .l-footer--simple .l-footer__linkArea li:nth-of-type(7):after {
    content: "/";
    margin: 0 10px;
  }
  .l-footer .l-footer__linkArea li:nth-of-type(8):before, .l-footer--simple .l-footer__linkArea li:nth-of-type(8):before {
    display: none;
  }
  .l-footer .l-footer__linkArea li a:hover, .l-footer--simple .l-footer__linkArea li a:hover {
    opacity: 1;
  }
  .l-footer .l-footer__copyright, .l-footer--simple .l-footer__copyright {
    font-size: 1rem;
    margin-top: 23px;
  }
  .l-footer--simple {
    padding: 17px 0 30px;
  }
  .l-footer--simple .footerInner {
    width: 100%;
  }
  .l-footer--simple .footerInner .l-footer__copyright {
    font-size: 0.8rem;
  }
  .l-footer.fixed, .fixed.l-footer--simple {
    padding-left: 0;
  }
}
.l-share {
  text-align: center;
}
.l-share + .l-searchBox {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .l-share {
    width: 870px;
    margin: 0 auto;
  }
  .l-share + .l-searchBox {
    margin-top: 80px;
  }
}
.l-share:last-child {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .l-share:last-child {
    margin-bottom: 80px;
  }
}

.l-share__header h2 img {
  width: 55px;
}
@media print, screen and (min-width: 768px) {
  .l-share__header h2 img {
    width: 57px;
  }
}
.l-share__header h2:after {
  content: "";
  width: 1px;
  background: #c0cac7;
  display: block;
  height: 25px;
  margin: 7px auto 10px;
}
@media print, screen and (min-width: 768px) {
  .l-share__header h2:after {
    height: 20px;
    margin: 10px auto;
  }
}

.l-share__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-share__list {
    padding: 0 18px;
  }
}

.l-share__item + .l-share__item {
  margin-left: 36px;
}
.l-share__item a {
  display: flex;
  width: 35px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.l-share__item a:hover {
  transform: scale(1.2, 1.2);
}
.l-share__item img[src*=facebook] {
  width: 16px;
}
.l-share__item img[src*=twitter] {
  width: 33px;
}
.l-share__item img[src*=line] {
  width: 30px;
}

.l-header, .l-header--simple {
  z-index: 1001;
}

.l-footer__btt {
  z-index: 2;
}

.p-globalNav {
  z-index: 4;
}

.p-systemPlanSearch__cv_footer {
  z-index: 3;
}

.p-modal {
  z-index: 10;
}

.c-infoPanel__desc {
  z-index: 2;
}

.c-zoom::before {
  z-index: 2;
}

.spOuter {
  z-index: 9999;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-grid + .c-error {
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-grid + .c-error {
    margin-top: 10px;
  }
}
.c-grid + .c-grid {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-grid + .c-grid {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid + .c-annotation {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid + p {
    margin-top: 40px;
  }
}
.c-grid + .l-heading--lv3 {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-grid + .l-heading--lv3 {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: -32px;
  }
  .c-grid--narrow {
    width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-grid {
    width: calc(100% + 16px);
    margin-right: -8px;
    margin-left: -8px;
  }
}
.c-grid.o-narrow {
  width: calc(100% + 1px);
  margin-right: -0.5px;
  margin-left: -0.5px;
}
.c-grid.o-narrow .c-col {
  margin-right: 0.5px;
  margin-left: 0.5px;
}
.c-grid.o-narrow .c-col_2-1 {
  width: calc(50% - 1px);
}
.c-grid.o-narrow .c-col_2-1 img {
  max-width: 100% !important;
}
.c-grid__caption {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-grid.u-m- {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.c-grid.o-high {
  margin-bottom: -20px;
}
@media print, screen and (min-width: 768px) {
  .c-grid.o-high {
    margin-bottom: -80px;
  }
}
.c-grid.o-high > .c-col {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-grid.o-high > .c-col {
    margin-bottom: 80px;
  }
}
.c-grid .c-col {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col {
    margin-bottom: 32px;
    margin-right: 16px;
    margin-left: 16px;
  }
}
.c-grid .c-col > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-grid .c-col {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.c-grid .c-col.c-grid {
  margin-bottom: 0;
}
.c-grid .c-col--border {
  border: 1px solid silver;
}
.c-grid .c-col_1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_1--sp.c-col {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_2-1 {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_2-1 {
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_2-1--sp.c-col {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_3-1 {
    width: calc(33.3333333333% - 32.01px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_3-1 {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_3-1--sp.c-col {
    width: calc(33.3333333333% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_3-2 {
    width: calc(66.6666666667% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_3-2 {
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_3-2--sp.c-col {
    width: calc(66.6666666667% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_4-1 {
    width: calc(25% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_4-1 {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_4-3 {
    width: calc(75% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_4-3 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_5-1 {
    width: calc(20% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_5-1 {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_5-2 {
    width: calc(40% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_5-2 {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_5-3 {
    width: calc(60% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_5-3 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_5-4 {
    width: calc(80% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_5-4 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_6-1 {
    width: calc(16.6666666667% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_6-1 {
    width: calc(33.3333333333% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_6-5 {
    width: calc(83.3333333333% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_6-5 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_7-1 {
    width: calc(14.2857142857% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_7-1 {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_7-2 {
    width: calc(28.5714285714% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_7-2 {
    width: calc(50% - 17px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_7-3 {
    width: calc(42.8571428571% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_7-3 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_7-4 {
    width: calc(57.1428571429% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_7-4 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_7-5 {
    width: calc(71.4285714286% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_7-5 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_7-6 {
    width: calc(85.7142857143% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_7-6 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_10-1 {
    width: calc(10% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_10-1 {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_10-3 {
    width: calc(30% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_10-3 {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_10-7 {
    width: calc(70% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_10-7 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_10-9 {
    width: calc(90% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_10-9 {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_12-1 {
    width: calc(8.3333333333% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_12-1 {
    width: calc(33.3333333333% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_12-5 {
    width: calc(41.6666666667% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_12-5 {
    width: calc(33.3333333333% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_12-7 {
    width: calc(58.3333333333% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_12-7 {
    width: calc(66.6666666667% - 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid .c-col_12-11 {
    width: calc(91.6666666667% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .c-grid .c-col_12-11 {
    width: calc(100% - 16px);
  }
}

@media print, screen and (min-width: 1201px) {
  .c-overall {
    margin-left: calc((100vw - 1120px) / -2);
    margin-right: calc((100vw - 1120px) / -2);
  }
}
@media print, screen and (max-width: 1200px) and (min-width: 768px) {
  .c-overall {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .c-overall {
    justify-content: flex-start;
    margin-right: -4.6875vw;
    margin-left: -4.6875vw;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-overall_sp {
    justify-content: flex-start;
    margin-right: -4.6875vw;
    margin-left: -4.6875vw;
    overflow-x: auto;
  }
}
.c-overall[class*=u-bg] {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-overall[class*=u-bg] {
    padding: 50px 4.6875vw;
  }
}

.c-flex {
  display: flex;
  width: 100%;
}
.c-flex + .c-flex {
  margin-top: 20px;
}
.c-flex .c-col {
  padding: 0;
  margin: 0;
}
.c-flex .c-col + .c-col {
  margin-left: 20px;
  flex: 1 0 0%;
}
@media screen and (max-width: 767px) {
  .c-flex.is_disassembly {
    display: block;
  }
  .c-flex.is_disassembly .c-col + .c-col {
    margin-left: 0;
    margin-top: 10px;
  }
}

.borderBox {
  border: 2px solid #ae1818;
  width: 100%;
  padding: 29px 55px 36px 55px;
  box-sizing: border-box;
  /*margin-top: 75px;*/
  margin-top: 30px;
  margin-bottom: 60px;
}
.borderBox h2 {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
  margin-bottom: 19px;
}
.borderBox h2.red {
  color: #ae1818;
}
.borderBox h3 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
  line-height: 1.4;
}
.borderBox h3.red {
  color: #ae1818;
}
.borderBox p {
  line-height: 1.5;
}
.borderBox p.caution {
  font-size: 1.4rem;
  margin-top: 7px !important;
}
.borderBox p + div {
  margin-top: 22px;
}
.borderBox ul li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.borderBox ul.ni li {
  text-indent: 0;
  padding-left: 0;
}
.borderBox ul.icoLinkList li {
  text-indent: 0;
  padding-left: 0;
}
.borderBox ul.icoLinkList li a {
  text-indent: 0em;
  padding-left: 1.6em;
  display: block;
}
.borderBox ul.icoLinkList li + li {
  margin-top: 5px;
}
.borderBox .textList {
  margin-top: 7px;
  font-size: 1.6rem;
}
.borderBox > div + div {
  margin-top: 29px;
}
.checkBoxArea {
  margin-top: -6px;
}
.checkBoxArea.imgZoom > div {
  display: flex;
  justify-content: space-between;
}
.checkBoxArea.imgZoom > div .img {
  width: 228px;
  margin-top: 4px;
}
.checkBoxArea.imgZoom > div .img a {
  display: inline-block;
  position: relative;
  cursor: default;
}
.checkBoxArea.imgZoom > div .img a.imgModal {
  cursor: pointer;
}
.checkBoxArea.imgZoom > div .img a.imgModal:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
  background: url("/assets/img/common/ico_zoom.png") no-repeat;
  background-size: contain;
}
.checkBoxArea.imgZoom > div .img a.imgModal:hover img {
  opacity: 0.7;
}
.checkBoxArea.imgZoom > div .img a:hover img {
  opacity: 1;
}
.checkBoxArea > div input[type=checkbox] {
  display: none;
}
.checkBoxArea > div input[type=checkbox]:checked + label:after {
  content: "";
  background: url(/assets/img/common/ico_check_on.png);
  background-size: contain;
}
.checkBoxArea > div input[type=radio] {
  display: none;
}
.checkBoxArea > div input[type=radio]:checked + label:after {
  content: "";
  background: url(/assets/img/common/ico_radio_on.png);
  background-size: contain;
}
.checkBoxArea > div input[type=radio] + label:after {
  background: url(/assets/img/common/ico_radio.png);
  background-size: contain;
  top: 7px;
}
.checkBoxArea > div > label {
  display: flex;
  cursor: pointer;
  padding-left: 41px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.checkBoxArea > div > label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/img/common/ico_check.png);
  background-size: contain;
}
.checkBoxArea > div > label > div {
  width: 256px;
  margin-top: 9px;
}
.checkBoxArea > div > label > div:nth-of-type(1) {
  position: relative;
  width: 660px;
  margin-top: 0;
}
.checkBoxArea > div + div {
  margin-top: 51px;
}
.checkBoxArea > div:nth-of-type(n+2) > label {
  border-top: 0;
}
.checkBoxArea > div .title {
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", sans-serif;
}
.checkBoxArea > div .text {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.checkBoxArea > div .caution {
  margin-top: 25px !important;
}
.checkBoxArea.conf {
  margin: 0 !important;
}
.checkBoxArea.conf div {
  margin: 0 !important;
}
.checkBoxArea.conf > div + div {
  margin-top: 30px !important;
}
.checkBoxArea.conf + .price {
  position: relative;
  border: 1px #5992ae solid;
  margin: 25px 0 0 0 !important;
}
.checkBoxArea.conf + .price p {
  width: 100%;
  padding: 14px 14px 11px 0;
  background-color: #eef4f7;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.checkBoxArea.conf + .price p span {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  margin: 0 4px 0 11px;
}

@media screen and (max-width: 769px) {
  .checkBoxArea.imgZoom > div {
    flex-wrap: wrap;
    border: 1px #5b93ad solid;
  }
  .checkBoxArea.imgZoom > div + div {
    border-top: 0;
  }
  .checkBoxArea.imgZoom > div label {
    width: 100%;
    border: 0;
    padding: 11px 14px 11px 45px;
  }
  .checkBoxArea.imgZoom > div .img {
    width: 100%;
    margin-top: 0;
    padding: 0 15px 15px 45px;
  }
  .checkBoxArea.imgZoom > div .img a {
    display: inline-block;
    width: 100%;
  }
  .checkBoxArea.imgZoom > div .img a:after {
    width: 40px;
    height: 40px;
  }
  .checkBoxArea.imgZoom > div .img a img {
    width: 100%;
  }
  .checkBoxArea.imgZoom > div input[type=checkbox]:checked ~ .img {
    background-color: #f1f5f7;
  }
  .checkBoxArea > div input[type=checkbox] {
    display: none;
  }
  .checkBoxArea > div input[type=checkbox]:checked + label {
    background-color: #f1f5f7;
  }
  .checkBoxArea > div input[type=radio] {
    display: none;
  }
  .checkBoxArea > div input[type=radio]:checked + label {
    background-color: #f1f5f7;
  }
  .checkBoxArea > div input[type=radio] + label:after {
    top: 11px;
  }
  .checkBoxArea > div > label {
    border: 1px #5b93ad solid;
    padding: 11px 14px 15px 45px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .checkBoxArea > div > label:after {
    width: 20px;
    height: 20px;
    top: 13px;
    left: 14px;
  }
  .checkBoxArea > div > label > div {
    margin-top: 11px;
    width: auto;
  }
  .checkBoxArea > div > label > div:nth-of-type(1) {
    width: 100%;
  }
  .checkBoxArea > div + div {
    margin-top: 0;
  }
  .checkBoxArea > div .title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .checkBoxArea > div .text {
    font-size: 1.1rem;
    margin-top: 2px;
  }
  .checkBoxArea.conf {
    margin-top: -11px !important;
  }
  .checkBoxArea.conf > div + div {
    margin-top: 14px !important;
  }
  .checkBoxArea.conf + .price {
    margin: 20px 0 0 0 !important;
  }
  .checkBoxArea.conf + .price p {
    width: 100%;
    padding: 14px 14px 11px 0;
    background-color: #eef4f7;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    font-size: 1.5rem;
  }
  .checkBoxArea.conf + .price p span {
    font-size: 2.5rem;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.1em;
    margin: 0 4px 0 11px;
  }
  .checkBoxArea.conf .inputData {
    margin-top: 0 !important;
  }
  .borderBox {
    font-size: 1.4rem;
    padding: 22px 13px 20px 13px;
    margin-bottom: 40px;
  }
  .borderBox h2 {
    font-size: 2.2rem;
  }
  .borderBox h3 {
    font-size: 1.9rem;
  }
  .borderBox p {
    /*font-size: 1.6rem;*/
  }
  .borderBox p.caution {
    font-size: 1.12rem;
    margin-top: 7px !important;
  }
  .borderBox p + div {
    margin-top: 18px;
  }
  .borderBox ul li {
    line-height: 1.6;
    margin-top: 9px;
    font-size: 1.4rem;
  }
  .borderBox ul.icoLinkList li {
    text-indent: 0;
    padding-left: 0;
  }
  .borderBox ul.icoLinkList li a {
    text-indent: 0em;
    padding-left: 1.6em;
    display: block;
  }
  .borderBox ul.icoLinkList li + li {
    margin-top: 5px;
  }
}
.l-tle--lv2,
.l-heading--lv2 {
  color: #24617d;
  font-size: 3rem;
  text-align: center;
}
.l-tle--lv2 span,
.l-heading--lv2 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 4px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.08em;
}
.l-tle--lv3,
.l-heading--lv3 {
  color: #24617d;
  font-size: 2.4rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  .l-heading--lv2 {
    font-size: 2.2rem;
  }
  .l-heading--lv2 span {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .l-heading--lv3 {
    font-size: 1.9rem;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 300;
  }
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

input[type=text],
input[type=tel],
input[type=email] {
  padding: 22px 15px 10px 16px;
  border: 0;
  width: auto;
  box-sizing: border-box;
  color: #24617d;
  font-size: 1.6rem;
  height: 45px;
  box-sizing: border-box;
  border: 1px #5b93ad solid;
  font-weight: 300;
}
input[type=text]:-webkit-autofill::first-line, input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill::first-line,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=email]:-webkit-autofill::first-line,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active {
  font-family: "Noto Sans JP", sans-serif !important;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  border: 0;
}
input[type=text].border,
input[type=tel].border,
input[type=email].border {
  border: 1px #acc9d7 solid;
}
input[type=text].error,
input[type=tel].error,
input[type=email].error {
  border: 2px #b0150e solid;
  background-color: #fbf3f3;
}
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled {
  background-color: #fff;
  opacity: 0.4;
}

textarea {
  width: 100%;
  height: 8.2em;
  padding: 14px 18px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 300;
  color: #24617d;
  border: 1px #5b93ad solid;
  line-height: 1.6;
  outline: none;
  font-family: "Arial", sans-serif;
}
textarea.form-error {
  border: 2px #ae1818 solid;
  background-color: #fbf3f3;
}
textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #a6b3bd;
}
textarea::placeholder {
  font-size: 1.6rem;
  color: #a6b3bd;
}

/*
input[type="email"]{
  font-family: 'Noto Serif JP', serif;;
}
input[type="tel"]{
  font-family: 'Noto Serif JP', serif;;
}
*/
.errorText {
  color: #b0150e;
  font-size: 1.4rem;
  margin-top: 8px;
  line-height: 1.4;
}

.l-main .l-form {
  width: 1020px;
  padding: 157px 40px 119px 40px;
}

.passwordInput input[type=password],
.passwordInput input[type=text] {
  padding-right: 63px !important;
}
.passwordInput .passwordViewCng {
  position: absolute;
  right: 9px;
  top: calc(50% - 14px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #24617d;
  padding: 0;
  font-family: "Noto Sans CJK JP Regular";
  font-size: 1rem;
  width: 42px;
  height: 31px;
  text-decoration: none;
  border: 1px #5b93ad solid;
}
.passwordInput .passwordViewCng.close .open {
  display: inline-block;
}
.passwordInput .passwordViewCng.close .close {
  display: none;
}
.passwordInput .passwordViewCng.open .open {
  display: none;
}
.passwordInput .passwordViewCng.open .close {
  display: inline-block;
}

.l-form {
  padding: 111px 81px 119px 81px;
  width: 1280px;
  margin: 0 auto;
  color: #24617d;
}
.l-form.purchaseFirstForm {
  padding: 112px 81px 198px 81px;
}
.l-form .l-formTop h1 {
  text-align: left;
  font-size: 3.6rem;
  display: flex;
  align-items: baseline;
}
.l-form .l-formTop h1 span {
  font-size: 2.4rem;
}
.l-form .l-formTop .c-list_stepList {
  margin-top: 74px;
}
.l-form p.caution {
  font-size: 1.4rem;
  margin-top: 0;
  line-height: 1.4;
}
.conf .l-form.purchaseFirstForm {
  padding: 111px 81px 100px 81px;
}
.thanks .l-form.purchaseFirstForm {
  padding: 111px 81px 100px 81px;
}
.l-form .topBackBtn {
  margin-top: 57px;
}
.l-form .formInputArea {
  background-color: #fff;
  margin-top: 34px;
  padding: 32px 0 0 0px;
  border: 1px #5b93ad solid;
}
.l-form .formInputArea section, .l-form .formInputArea > div {
  border-bottom: 1px #dee9ef solid;
  padding: 32px 57px 40px;
}
.l-form .formInputArea section:first-child, .l-form .formInputArea > div:first-child {
  margin-top: 0;
  padding-top: 0;
}
.l-form .formInputArea section:first-child .inputForm:first-child, .l-form .formInputArea > div:first-child .inputForm:first-child {
  margin-top: 0;
}
.l-form .formInputArea section:last-child, .l-form .formInputArea > div:last-child {
  border-bottom: 0;
}
.l-form .formInputArea section.btn, .l-form .formInputArea > div.btn {
  margin-top: 0;
  padding: 40px 59px 40px;
}
.l-form .formInputArea section h2, .l-form .formInputArea > div h2 {
  font-size: 2.8rem;
}
.l-form .formInputArea section .h2UnderText, .l-form .formInputArea > div .h2UnderText {
  margin-top: 10px;
  line-height: 1.3;
}
.l-form .formInputArea section .supplement, .l-form .formInputArea > div .supplement {
  font-size: 1.7rem;
  margin-top: 35px;
  font-weight: 500;
}
.l-form .formInputArea section .supplement + .inputForm, .l-form .formInputArea > div .supplement + .inputForm {
  margin-top: 22px;
}
.l-form .formInputArea section .inputForm, .l-form .formInputArea > div .inputForm {
  margin-top: 31px;
}
.l-form .formInputArea section .inputForm .radioRabel, .l-form .formInputArea > div .inputForm .radioRabel {
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: 500;
}
.l-form .formInputArea section .inputForm .radioRabel + ul, .l-form .formInputArea > div .inputForm .radioRabel + ul {
  margin-top: 21px;
}
.l-form .formInputArea section .inputForm .radioRabel small, .l-form .formInputArea > div .inputForm .radioRabel small {
  font-weight: 300;
  font-size: 1.4rem;
  display: block;
}
.l-form .formInputArea section .inputForm .inputRadioForm, .l-form .formInputArea > div .inputForm .inputRadioForm {
  margin-top: 23px;
  font-family: "Noto Serif JP", serif;
}
.l-form .formInputArea section .inputForm ul, .l-form .formInputArea > div .inputForm ul {
  margin-top: 16px;
}
.l-form .formInputArea section .inputForm ul:first-child, .l-form .formInputArea > div .inputForm ul:first-child {
  margin-top: 0;
}
.l-form .formInputArea section .inputForm ul.radioList + ul, .l-form .formInputArea > div .inputForm ul.radioList + ul {
  margin-top: 28px;
}
.l-form .formInputArea section .inputForm ul + .radioList, .l-form .formInputArea > div .inputForm ul + .radioList {
  margin-top: 30px;
}
.l-form .formInputArea section .inputForm ul + .radioRabel, .l-form .formInputArea > div .inputForm ul + .radioRabel {
  margin-top: 40px;
}
.l-form .formInputArea section .inputForm .individual .radioRabel, .l-form .formInputArea > div .inputForm .individual .radioRabel {
  margin-top: 40px;
}
.l-form .formInputArea section .inputForm > div, .l-form .formInputArea > div .inputForm > div {
  margin-top: 16px;
}
.l-form .formInputArea section .inputForm > div.checkBoxArea, .l-form .formInputArea > div .inputForm > div.checkBoxArea {
  margin-top: -6px;
}
.l-form .formInputArea section .inputForm > div:first-child, .l-form .formInputArea > div .inputForm > div:first-child {
  margin-top: 0;
}
.l-form .formInputArea section .inputForm > div.addressSet > div, .l-form .formInputArea > div .inputForm > div.addressSet > div {
  margin-top: 16px;
}
.l-form .formInputArea section .inputForm > div + .radioRabel, .l-form .formInputArea > div .inputForm > div + .radioRabel {
  margin-top: 40px;
}
.l-form .formInputArea section .inputForm > div + .radioRabel.incomeClassification, .l-form .formInputArea > div .inputForm > div + .radioRabel.incomeClassification {
  margin-top: 12px;
}
.l-form .formInputArea section .inputForm > div + .radioRabel.incomeClassification + .inputRadioForm, .l-form .formInputArea > div .inputForm > div + .radioRabel.incomeClassification + .inputRadioForm {
  margin: 7px 0 31px;
}
.l-form .formInputArea section .inputForm > p, .l-form .formInputArea > div .inputForm > p {
  font-size: 1.6rem;
  color: #20617e;
  line-height: 1.6;
}
.l-form .formInputArea section .inputForm > p.defaultData, .l-form .formInputArea > div .inputForm > p.defaultData {
  font-size: 1.9rem;
}
.l-form .formInputArea section .inputForm .userTypeCngBox + ul, .l-form .formInputArea > div .inputForm .userTypeCngBox + ul {
  margin-top: 40px;
}
.l-form .formInputArea section .inputForm .userTypeCngBox.open + ul, .l-form .formInputArea > div .inputForm .userTypeCngBox.open + ul {
  margin-top: 16px;
}
.l-form .formInputArea section .inputForm .checkOpen, .l-form .formInputArea > div .inputForm .checkOpen {
  display: none;
  margin-top: 40px;
}
.l-form .formInputArea section .inputForm .checkOpen.anotherAddressBox, .l-form .formInputArea > div .inputForm .checkOpen.anotherAddressBox {
  margin-top: 26px;
}
.l-form .formInputArea section .inputForm .checkOpen.open, .l-form .formInputArea > div .inputForm .checkOpen.open {
  display: block;
}
.l-form .formInputArea section .inputForm .checkOpen div + div, .l-form .formInputArea > div .inputForm .checkOpen div + div {
  margin-top: 16px;
}
.l-form .formInputArea section .inputForm .radioList, .l-form .formInputArea > div .inputForm .radioList {
  margin-bottom: 0;
}
.l-form .formInputArea section .inputForm .radioList + .formNote, .l-form .formInputArea > div .inputForm .radioList + .formNote {
  margin-top: 14px !important;
}
.l-form .formInputArea section .inputForm + .inputForm, .l-form .formInputArea > div .inputForm + .inputForm {
  margin-top: 22px;
}
.l-form .formInputArea section .inputForm .errorRadio, .l-form .formInputArea > div .inputForm .errorRadio {
  color: #ae1818;
}
.l-form .formInputArea section .inputForm .errorRadio .radioBtn label:before, .l-form .formInputArea > div .inputForm .errorRadio .radioBtn label:before {
  background-color: #fbf4f4;
  border-radius: 50%;
}
.l-form .formInputArea section .inputForm .formNote, .l-form .formInputArea > div .inputForm .formNote {
  text-align: left;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  margin: 18px 0 0 0;
}
.l-form .formInputArea section .inputForm .formNote.noIndent, .l-form .formInputArea > div .inputForm .formNote.noIndent {
  text-indent: 0;
  padding-left: 0;
  line-height: 1.3;
  margin: 4px 0 0 0;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadImgbox img, .l-form .formInputArea > div .inputForm .uploadImgData .uploadImgbox img {
  width: 100%;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadImgName, .l-form .formInputArea > div .inputForm .uploadImgData .uploadImgName {
  word-break: break-all;
  margin-top: 17px;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete {
  margin-top: 15px;
  display: none;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList {
  width: auto;
  height: 50px;
  display: -ms-flexbox;
  display: inline-block;
  padding: 0 18px 0 22px;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete {
  padding-left: 10px;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete:after, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete:after {
  left: -12px;
}
.l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList:hover, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList:hover {
  background-color: #5b93ad;
  color: #fff;
}
.l-form .formInputArea section .note, .l-form .formInputArea > div .note {
  text-align: center;
  font-size: 1.8rem;
  margin: 21px 0 38px;
}
.l-form .formInputArea section .note a, .l-form .formInputArea > div .note a {
  color: #24617d;
}
.l-form .formInputArea section .note a:hover, .l-form .formInputArea > div .note a:hover {
  text-decoration: none;
}
.l-form .formInputArea section.defaultData, .l-form .formInputArea > div.defaultData {
  display: flex;
  align-items: baseline;
}
.l-form .formInputArea section.defaultData > h2, .l-form .formInputArea > div.defaultData > h2 {
  width: auto;
  min-width: 250px;
  padding-right: 30px;
}
.l-form .formInputArea section.defaultData > div, .l-form .formInputArea > div.defaultData > div {
  flex: 1;
}
.l-form .formInputArea section.defaultData p, .l-form .formInputArea > div.defaultData p {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
}
.l-form .formInputArea section.defaultData p + p, .l-form .formInputArea > div.defaultData p + p {
  margin-top: 15px;
}
.l-form .formInputArea section.defaultData p + p .c-link--rightArrow, .l-form .formInputArea section.defaultData p + p .c-link--qs--text, .l-form .formInputArea section.defaultData p + p .c-link--rightArrow--text, .l-form .formInputArea > div.defaultData p + p .c-link--rightArrow, .l-form .formInputArea > div.defaultData p + p .c-link--qs--text, .l-form .formInputArea > div.defaultData p + p .c-link--rightArrow--text {
  font-size: 1.6rem;
}
.conf .l-form .formInputArea {
  margin-top: 0;
  padding-top: 0;
}
.conf .l-form .formInputArea section {
  display: flex;
  padding: 39px 57px 40px;
}
.conf .l-form .formInputArea section div {
  margin: 0 0 0 30px;
  flex: 1;
}
.conf .l-form .formInputArea section div p:first-child {
  margin-top: 0;
}
.conf .l-form .formInputArea section + section, .conf .l-form .formInputArea section + div {
  margin-top: 0;
}
.conf .l-form .formInputArea section h2 {
  font-size: 2.4rem;
  width: 250px;
  margin-top: 3px;
}
.conf .l-form .formInputArea section .supplement {
  font-size: 1.4rem;
}
.conf .l-form .formInputArea section .inputData {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 21px;
  font-family: "Noto Serif JP", serif;
  word-break: break-all;
}
.conf .l-form .formInputArea section .inputData .memo {
  font-size: 1.4rem;
  vertical-align: bottom;
  margin-left: 11px;
}
.conf .l-form .formInputArea section .inputData.img img {
  width: 100%;
}
.conf .l-form .formInputArea section.btn {
  padding: 60px 59px 60px;
  display: block;
}
.thanks .l-footer--simple.fixed {
  padding-left: 0;
}

.formTopText, .formTopText--conf, .formTopText--rightBtn {
  margin-top: 70px;
}
.formTopText p, .formTopText--conf p, .formTopText--rightBtn p {
  font-size: 1.6rem;
  color: #20617e;
  line-height: 1.6;
}
.formTopText p.textHead, .formTopText--conf p.textHead, .formTopText--rightBtn p.textHead {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 0;
}
.formTopText p.textHead + p, .formTopText--conf p.textHead + p, .formTopText--rightBtn p.textHead + p {
  margin-top: 20px;
}
.formTopText p + p, .formTopText--conf p + p, .formTopText--rightBtn p + p {
  margin-top: 20px;
}
.formTopText--rightBtn {
  margin-top: 75px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.formTopText--rightBtn .btnRight {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formTopText--rightBtn .btnRight .c-btn--link--modalQs {
  margin-top: 3px;
}
.formTopText--rightBtn .c-link--underline {
  font-size: 1em !important;
}
.formTopText--conf {
  margin-top: 75px;
}
.thanks .formTopText p.textHead + p, .thanks .formTopText--rightBtn p.textHead + p, .thanks .formTopText--conf p.textHead + p {
  margin-top: 19px;
}

.p-loginForm .p-loginForm__title {
  font-size: 1.6rem;
  color: #2b6681;
  border-bottom: 1px #dddcda solid;
  padding-bottom: 11px;
  font-family: "Noto Serif JP", serif;
}
.p-loginForm .p-loginForm__formArea {
  margin-top: 10px;
}
.p-loginForm .p-loginForm__formArea label {
  margin-top: 10px;
  font-size: 1.2rem;
}
.p-loginForm .p-loginForm__formArea label .passwordViewCng {
  position: absolute;
  right: 9px;
  top: calc(50% - 14px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #24617d;
  padding: 0;
  font-family: "Noto Sans CJK JP Regular";
  font-size: 1rem;
  width: 42px;
  height: 31px;
  text-decoration: none;
  border: 1px #5b93ad solid;
}
.p-loginForm .p-loginForm__formArea label .passwordViewCng.close .open {
  display: inline-block;
}
.p-loginForm .p-loginForm__formArea label .passwordViewCng.close .close {
  display: none;
}
.p-loginForm .p-loginForm__formArea label .passwordViewCng.open .open {
  display: none;
}
.p-loginForm .p-loginForm__formArea label .passwordViewCng.open .close {
  display: inline-block;
}
.p-loginForm .p-loginForm__formArea input[type=submit],
.p-loginForm .p-loginForm__formArea input[type=button] {
  margin-top: 30px;
  padding: 7px 0 7px;
  font-family: "Noto Serif JP", serif;
}
.p-loginForm .p-loginForm__formArea .p-loginForm__link {
  margin-top: 15px;
}
.p-loginForm .p-loginForm__formArea .p-loginForm__link li {
  margin-top: 6px;
}
.p-loginForm .p-loginForm__formArea .p-loginForm__link li:first-child {
  margin-top: 0;
}
.p-loginForm .p-loginForm__formArea .p-loginForm__link li a:hover {
  opacity: 0.7;
}
.p-loginForm .p-loginForm__formArea .loginError {
  font-size: 1.4rem;
  margin: 13px 0 0;
  line-height: 1;
  color: #24617d;
}
.p-loginForm .p-loginForm__formArea .loginError p {
  position: relative;
  padding-left: 28px;
  letter-spacing: 0;
  margin: 5px 0 0;
  line-height: 1.3;
}
.p-loginForm .p-loginForm__formArea .loginError p:after {
  content: "";
  position: absolute;
  left: 1px;
  top: -1px;
  background: url(/assets/img/common/ico_caution.png) no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.p-loginForm .p-loginForm__formArea .loginError p a {
  font-size: 1.2rem;
  color: #24617d;
  margin: 7px 0 0;
  line-height: 1;
  display: block;
}
.p-loginForm .p-loginForm__formArea .loginError p .mes {
  color: #ae1818;
}
.p-loginForm .p-loginForm__formArea .loginCheckBox {
  margin-top: 22px;
}
.p-loginForm .p-loginForm__formArea .loginCheckBox .c-inputCheckboxTextLabel--searchBoxChk + label {
  padding: 0 0 0 28px;
  margin-top: 0;
  font-size: 1.4rem;
}
.p-loginForm .p-loginForm__formArea .loginCheckBox .c-inputCheckboxTextLabel--searchBoxChk + label:after {
  margin-top: -10px;
  width: 22px;
  height: 22px;
}

.c-inputCheckboxTextLabel, .c-inputCheckboxTextLabel--navLoginChk, .c-inputCheckboxTextLabel--applicationChk, .c-inputCheckboxTextLabel--searchBoxChk {
  display: none;
}
.c-inputCheckboxTextLabel + label, .c-inputCheckboxTextLabel--navLoginChk + label, .c-inputCheckboxTextLabel--applicationChk + label, .c-inputCheckboxTextLabel--searchBoxChk + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 27px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.6rem;
  color: #24617d;
  width: 100%;
}
.c-inputCheckboxTextLabel + label:after, .c-inputCheckboxTextLabel--navLoginChk + label:after, .c-inputCheckboxTextLabel--applicationChk + label:after, .c-inputCheckboxTextLabel--searchBoxChk + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  background: url("/assets/img/common/ico_check.png");
  background-size: contain;
}
.c-inputCheckboxTextLabel:checked + label:after, .c-inputCheckboxTextLabel--navLoginChk:checked + label:after, .c-inputCheckboxTextLabel--applicationChk:checked + label:after, .c-inputCheckboxTextLabel--searchBoxChk:checked + label:after {
  background: url("/assets/img/common/ico_check_on.png");
  background-size: contain;
}
.c-inputCheckboxTextLabel:disabled + label, .c-inputCheckboxTextLabel--navLoginChk:disabled + label, .c-inputCheckboxTextLabel--applicationChk:disabled + label, .c-inputCheckboxTextLabel--searchBoxChk:disabled + label {
  cursor: default;
}
.c-inputCheckboxTextLabel--searchBoxChk + label {
  padding: 0 0 0 32px;
}
.c-inputCheckboxTextLabel--applicationChk + label {
  height: 100%;
  font-size: 1.2rem;
  padding: 0;
}
.c-inputCheckboxTextLabel--applicationChk + label span {
  position: relative;
  top: 50%;
  left: 50%;
  margin: 19px 0 0 -12px;
  display: block;
  color: #b8d0db;
}
.c-inputCheckboxTextLabel--applicationChk + label span::-moz-selection {
  background: transparent;
}
.c-inputCheckboxTextLabel--applicationChk + label span::selection {
  background: transparent;
}
.c-inputCheckboxTextLabel--applicationChk + label span::-moz-selection {
  background: transparent;
}
.c-inputCheckboxTextLabel--applicationChk + label:after {
  width: 26px;
  height: 26px;
  background: url("/assets/img/common/ico_check.png");
  background-size: contain;
  margin-left: 15px;
}
.c-inputCheckboxTextLabel--applicationChk:checked + label span {
  color: #24617d;
}
.c-inputCheckboxTextLabel--applicationChk:checked + label:after {
  background: url("/assets/img/common/ico_check_on.png");
  background-size: contain;
}
.c-inputCheckboxTextLabel--navLoginChk + label {
  padding: 0 0 0 24px;
  font-size: 1.6rem;
}
.c-inputCheckboxTextLabel--navLoginChk + label:after {
  width: 19px;
  height: 19px;
  margin-top: -9px;
}

.c-floatingLabelInputGrobalForm, .c-floatingLabelInput, .c-floatingLabelInput--search {
  width: 100%;
  position: relative;
  display: block;
}
.c-floatingLabelInputGrobalForm .label, .c-floatingLabelInput .label, .c-floatingLabelInput--search .label {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 1.6rem;
  color: #3b6d86;
  font-weight: 300;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  opacity: 0.5;
  margin-top: -0.5em;
}
.c-floatingLabelInputGrobalForm input[type=text], .c-floatingLabelInput input[type=text], .c-floatingLabelInput--search input[type=text],
.c-floatingLabelInputGrobalForm input[type=password],
.c-floatingLabelInput input[type=password],
.c-floatingLabelInput--search input[type=password],
.c-floatingLabelInputGrobalForm input[type=email],
.c-floatingLabelInput input[type=email],
.c-floatingLabelInput--search input[type=email],
.c-floatingLabelInputGrobalForm input[type=tel],
.c-floatingLabelInput input[type=tel],
.c-floatingLabelInput--search input[type=tel] {
  transition: all 0.15s ease;
  padding: 22px 15px 10px 20px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  color: #24617d;
  font-size: 1.6rem;
  height: 50px;
  box-sizing: border-box;
  outline: none;
}
.c-floatingLabelInputGrobalForm input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInputGrobalForm input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInputGrobalForm input[type=email]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=email]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=email]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInputGrobalForm input[type=tel]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=tel]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=tel]:not(:-moz-placeholder-shown) + span {
  color: #24617d;
  transform: translateY(-10px) scale(0.63) translateX(0px);
}
.c-floatingLabelInputGrobalForm input[type=text]:not(:placeholder-shown) + span, .c-floatingLabelInput input[type=text]:not(:placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:placeholder-shown) + span,
.c-floatingLabelInputGrobalForm input[type=password]:not(:placeholder-shown) + span,
.c-floatingLabelInput input[type=password]:not(:placeholder-shown) + span,
.c-floatingLabelInput--search input[type=password]:not(:placeholder-shown) + span,
.c-floatingLabelInputGrobalForm input[type=email]:not(:placeholder-shown) + span,
.c-floatingLabelInput input[type=email]:not(:placeholder-shown) + span,
.c-floatingLabelInput--search input[type=email]:not(:placeholder-shown) + span,
.c-floatingLabelInputGrobalForm input[type=tel]:not(:placeholder-shown) + span,
.c-floatingLabelInput input[type=tel]:not(:placeholder-shown) + span,
.c-floatingLabelInput--search input[type=tel]:not(:placeholder-shown) + span {
  color: #24617d;
  transform: translateY(-10px) scale(0.63) translateX(0px);
}
.c-floatingLabelInputGrobalForm input[type=text]:focus, .c-floatingLabelInput input[type=text]:focus, .c-floatingLabelInput--search input[type=text]:focus,
.c-floatingLabelInputGrobalForm input[type=password]:focus,
.c-floatingLabelInput input[type=password]:focus,
.c-floatingLabelInput--search input[type=password]:focus,
.c-floatingLabelInputGrobalForm input[type=email]:focus,
.c-floatingLabelInput input[type=email]:focus,
.c-floatingLabelInput--search input[type=email]:focus,
.c-floatingLabelInputGrobalForm input[type=tel]:focus,
.c-floatingLabelInput input[type=tel]:focus,
.c-floatingLabelInput--search input[type=tel]:focus {
  outline: none;
}
.c-floatingLabelInputGrobalForm input[type=text]:focus + span, .c-floatingLabelInput input[type=text]:focus + span, .c-floatingLabelInput--search input[type=text]:focus + span,
.c-floatingLabelInputGrobalForm input[type=password]:focus + span,
.c-floatingLabelInput input[type=password]:focus + span,
.c-floatingLabelInput--search input[type=password]:focus + span,
.c-floatingLabelInputGrobalForm input[type=email]:focus + span,
.c-floatingLabelInput input[type=email]:focus + span,
.c-floatingLabelInput--search input[type=email]:focus + span,
.c-floatingLabelInputGrobalForm input[type=tel]:focus + span,
.c-floatingLabelInput input[type=tel]:focus + span,
.c-floatingLabelInput--search input[type=tel]:focus + span {
  color: #24617d;
  transform: translateY(-10px) scale(0.63) translateX(0px);
}
.c-floatingLabelInputGrobalForm input[type=text]:focus + span + .border, .c-floatingLabelInput input[type=text]:focus + span + .border, .c-floatingLabelInput--search input[type=text]:focus + span + .border,
.c-floatingLabelInputGrobalForm input[type=password]:focus + span + .border,
.c-floatingLabelInput input[type=password]:focus + span + .border,
.c-floatingLabelInput--search input[type=password]:focus + span + .border,
.c-floatingLabelInputGrobalForm input[type=email]:focus + span + .border,
.c-floatingLabelInput input[type=email]:focus + span + .border,
.c-floatingLabelInput--search input[type=email]:focus + span + .border,
.c-floatingLabelInputGrobalForm input[type=tel]:focus + span + .border,
.c-floatingLabelInput input[type=tel]:focus + span + .border,
.c-floatingLabelInput--search input[type=tel]:focus + span + .border {
  transform: scaleX(1);
}

.inputLoginForm {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.inputLoginForm input[type=text],
.inputLoginForm input[type=password],
.inputLoginForm input[type=email],
.inputLoginForm input[type=tel] {
  padding: 10px 15px 12px 20px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  color: #24617d;
  font-size: 1.6rem;
  height: 50px;
  box-sizing: border-box;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.c-floatingLabelInput .label, .c-floatingLabelInput--search .label {
  font-size: 1.6rem;
  color: #a6b3bd;
  left: 18px;
  opacity: 1;
}
.c-floatingLabelInput input[type=text], .c-floatingLabelInput--search input[type=text],
.c-floatingLabelInput input[type=password],
.c-floatingLabelInput--search input[type=password],
.c-floatingLabelInput input[type=email],
.c-floatingLabelInput--search input[type=email],
.c-floatingLabelInput input[type=tel],
.c-floatingLabelInput--search input[type=tel] {
  font-size: 1.6rem;
  border: 1px #5b93ad solid;
  color: #24617d;
  height: 50px;
  padding: 33px 15px 15px 20px;
}
.c-floatingLabelInput input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=email]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=email]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=tel]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=tel]:not(:-moz-placeholder-shown) + span {
  color: #5b93ad;
  transform: translateY(-10px) scale(0.63) translateX(2px);
}
.c-floatingLabelInput input[type=text]:not(:placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:placeholder-shown) + span,
.c-floatingLabelInput input[type=password]:not(:placeholder-shown) + span,
.c-floatingLabelInput--search input[type=password]:not(:placeholder-shown) + span,
.c-floatingLabelInput input[type=email]:not(:placeholder-shown) + span,
.c-floatingLabelInput--search input[type=email]:not(:placeholder-shown) + span,
.c-floatingLabelInput input[type=tel]:not(:placeholder-shown) + span,
.c-floatingLabelInput--search input[type=tel]:not(:placeholder-shown) + span {
  color: #5b93ad;
  transform: translateY(-10px) scale(0.63) translateX(2px);
}
.c-floatingLabelInput input[type=text]:focus + span, .c-floatingLabelInput--search input[type=text]:focus + span,
.c-floatingLabelInput input[type=password]:focus + span,
.c-floatingLabelInput--search input[type=password]:focus + span,
.c-floatingLabelInput input[type=email]:focus + span,
.c-floatingLabelInput--search input[type=email]:focus + span,
.c-floatingLabelInput input[type=tel]:focus + span,
.c-floatingLabelInput--search input[type=tel]:focus + span {
  color: #5b93ad;
  transform: translateY(-10px) scale(0.63) translateX(2px);
  opacity: 1;
}
.c-floatingLabelInput input[type=text].form-error, .c-floatingLabelInput--search input[type=text].form-error,
.c-floatingLabelInput input[type=password].form-error,
.c-floatingLabelInput--search input[type=password].form-error,
.c-floatingLabelInput input[type=email].form-error,
.c-floatingLabelInput--search input[type=email].form-error,
.c-floatingLabelInput input[type=tel].form-error,
.c-floatingLabelInput--search input[type=tel].form-error {
  border: 2px #ae1818 solid;
  background-color: #fbf3f3;
}
.c-floatingLabelInput textarea, .c-floatingLabelInput--search textarea {
  padding: 23px 19px;
  font-family: "Arial", sans-serif;
}
.c-floatingLabelInput textarea + .label, .c-floatingLabelInput--search textarea + .label {
  top: 20px;
}
.c-floatingLabelInput textarea:focus + span, .c-floatingLabelInput--search textarea:focus + span, .c-floatingLabelInput textarea.inputedForm + span, .c-floatingLabelInput--search textarea.inputedForm + span {
  transform: translateY(-3px) scale(0.63) translateX(2px);
  width: 151%;
  /*background-color: #fff;*/
  top: 12px;
  padding: 12px 0;
  color: #24617d;
}
.c-floatingLabelInput textarea:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search textarea:not(:-moz-placeholder-shown) + span {
  color: #24617d;
  transform: translateY(-3px) scale(0.63) translateX(2px);
}
.c-floatingLabelInput textarea:not(:placeholder-shown) + span, .c-floatingLabelInput--search textarea:not(:placeholder-shown) + span {
  color: #24617d;
  transform: translateY(-3px) scale(0.63) translateX(2px);
}
.c-floatingLabelInput textarea.form-error:focus + span, .c-floatingLabelInput--search textarea.form-error:focus + span {
  /*background-color: #fbf3f3;*/
  top: 13px;
}
.c-floatingLabelInput--search input[type=text] {
  font-size: 1.6rem;
  height: 50px;
  padding: 21px 15px 7px 18px;
}
.c-floatingLabelInput--search label {
  font-size: 1.6rem;
}
.c-floatingLabelInput + p.caution, .c-floatingLabelInput--search + p.caution {
  margin-top: 10px;
}
.c-floatingLabelInput.onUnit input, .onUnit.c-floatingLabelInput--search input {
  padding: 33px 26px 15px 20px;
}
.c-floatingLabelInput .unit, .c-floatingLabelInput--search .unit {
  position: absolute;
  right: 18px;
  top: calc(50% - 0.5em);
}
.c-floatingLabelInput.noFloat input, .noFloat.c-floatingLabelInput--search input {
  padding: 19px 26px 15px 20px;
}

.inputLabel {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.formAlertTop {
  color: #ae1818;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.otherText {
  width: 100%;
}

.dispNone {
  display: none;
}

.selectBox, .selectBox--sortSelect, .selectBox--sortSelect--middle, .selectBox--sortSelect--small {
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  border-radius: 0;
  display: block;
}
.selectBox:before, .selectBox--sortSelect:before, .selectBox--sortSelect--middle:before, .selectBox--sortSelect--small:before {
  right: 20px;
  width: 7px;
  height: 13px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_btn_b.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
.selectBox select, .selectBox--sortSelect select, .selectBox--sortSelect--middle select, .selectBox--sortSelect--small select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 38px 1px 20px;
  color: #20617e;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.15;
  border: 1px solid #5992ae;
  font-weight: 300;
  background: #ffffff;
}
.selectBox select::-ms-expand, .selectBox--sortSelect select::-ms-expand, .selectBox--sortSelect--middle select::-ms-expand, .selectBox--sortSelect--small select::-ms-expand {
  display: none;
}
.selectBox select.form-error, .selectBox--sortSelect select.form-error, .selectBox--sortSelect--middle select.form-error, .selectBox--sortSelect--small select.form-error {
  border: 2px #ae1818 solid;
  background-color: #fbf3f3;
}
.selectBox select.applyCntSelect, .selectBox--sortSelect select.applyCntSelect, .selectBox--sortSelect--middle select.applyCntSelect, .selectBox--sortSelect--small select.applyCntSelect {
  font-family: "EB Garamond", serif;
  padding: 2px 38px 2px 20px;
}
.selectBox select:disabled, .selectBox--sortSelect select:disabled, .selectBox--sortSelect--middle select:disabled, .selectBox--sortSelect--small select:disabled {
  background-color: #fff;
  opacity: 0.4;
  cursor: default;
}
.selectBox--sortSelect select, .selectBox--sortSelect--middle select, .selectBox--sortSelect--small select {
  font-size: 1.6rem;
  height: 40px;
  width: 230px;
  padding: 2px 38px 2px 20px;
}
.selectBox--sortSelect--small {
  width: auto;
}
.selectBox--sortSelect--small select {
  width: 118px;
}
.selectBox--sortSelect--middle {
  width: auto;
}
.selectBox--sortSelect--middle select {
  width: 230px;
}

.radioBtn input[type=radio] {
  display: none;
}
.radioBtn input[type=radio]:checked + label:before {
  background: url("/assets/img/common/ico_radio_on.png") no-repeat;
  background-size: contain;
  background-color: #fff;
  border-radius: 50px;
}
.radioBtn input[type=radio]:disabled + label {
  cursor: default;
  opacity: 0.4;
}
.radioBtn label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
}
.radioBtn label:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/assets/img/common/ico_radio.png") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50px;
}

.thanksPageLogin {
  background-color: #fff;
  margin-top: 33px;
  padding: 47px 309px 56px;
  border: 1px #5b93ad solid;
}
.thanksPageLogin h2 {
  font-size: 2.8rem;
  text-align: center;
}
.thanksPageLogin h2 + div {
  margin-top: 38px;
}
.thanksPageLogin .c-list-input-sg, .thanksPageLogin .c-list-input-db, .thanksPageLogin .c-list-input-tp {
  margin-top: 16px;
}
.thanksPageLogin .c-list-input-sg:nth-of-type(1), .thanksPageLogin .c-list-input-db:nth-of-type(1), .thanksPageLogin .c-list-input-tp:nth-of-type(1) {
  margin-top: 38px;
}
.thanksPageLogin .c-list-input-sg input, .thanksPageLogin .c-list-input-db input, .thanksPageLogin .c-list-input-tp input {
  font-size: 2.4rem;
}
.thanksPageLogin .checkbox {
  margin-top: 18px;
}
.thanksPageLogin .btnArea {
  margin-top: 31px;
}
.thanksPageLogin .btnArea .c-link--underline {
  font-size: 1.6rem;
  margin-top: 13px;
  display: block;
  margin-top: 18px;
}
.thanksPageLogin > div + div {
  margin-top: 16px;
}

.agreeCheck {
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.agreeCheck input[type=checkbox] {
  display: none;
}
.agreeCheck input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #cf3c3c;
  padding: 7px;
}
.agreeCheck input[type=checkbox] + label > div {
  border: 1px #fff solid;
  padding: 19px 59px 20px 55px;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
}
.agreeCheck input[type=checkbox] + label > div:after {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 24px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/img/common/ico_check_red.png);
  background-size: contain;
}
.agreeCheck input[type=checkbox]:checked + label > div {
  background-color: #fff;
  color: #cf3c3c;
}
.agreeCheck input[type=checkbox]:checked + label > div:after {
  content: "";
  background: url(/assets/img/common/ico_check_red_on.png);
  background-size: contain;
}
.agreeCheck .formAlertTop {
  font-weight: 300;
}

.fileUploadBtn {
  display: block;
  width: 100%;
  height: 70px;
  border: 1px #5b93ad solid;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.fileUploadBtn.errorForm {
  border: 2px #ae1818 solid;
  background-color: #fbf3f3;
}
.fileUploadBtn > span {
  position: relative;
  padding-left: 26px;
}
.fileUploadBtn > span:after {
  content: "";
  width: 25px;
  height: 23px;
  background: url(/assets/img/common/ico_clip.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -14px;
  margin: 0;
}
.fileUploadBtn > input {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.fileUploadBtn:hover {
  background-color: #5b93ad;
  color: #fdfcfa;
}
.fileUploadBtn:hover > span:after {
  background: url("/assets/img/common/ico_clip_w.png") no-repeat;
  background-size: contain;
}

.companionNum > div > div + div {
  margin-top: 16px;
}
.companionNum > div + div {
  margin-top: 48px !important;
}

.conf .borderBox {
  margin-top: 75px;
}
.conf .l-formTop .formTopText, .conf .l-formTop .formTopText--rightBtn, .conf .l-formTop .formTopText--conf {
  margin-bottom: 30px;
}

.passwordInput .passwordViewCng {
  top: calc(50% - 18px);
  font-size: 1.5rem;
  width: 90px;
  height: 36px;
}

@media screen and (max-width: 769px) {
  .l-main .l-form {
    width: 100%;
    padding: 65px 15px 50px 15px;
  }
  .l-form {
    padding: 42px 16px 50px 16px;
    width: 100%;
  }
  .l-form.purchaseFirstForm {
    padding: 42px 16px 107px 16px;
  }
  .l-form .l-formTop h1 {
    text-align: left;
    font-size: 2.5rem;
  }
  .l-form .l-formTop h1 span {
    font-size: 1.3rem;
  }
  .l-form .l-formTop .c-list_stepList {
    margin-top: 36px;
  }
  .l-form .l-formTop .c-list_stepList:after {
    font-size: 0.9rem;
    left: -2px;
    padding-right: 3px;
  }
  .l-form .l-formTop .c-list_stepList:before {
    width: 95%;
  }
  .l-form p.caution {
    font-size: 1.12rem;
    margin-top: 0;
  }
  .conf .l-form.purchaseFirstForm {
    padding: 42px 17px 51px 16px;
  }
  .thanks .l-form.purchaseFirstForm {
    padding: 42px 17px 51px 16px;
  }
  .l-form .topBackBtn {
    margin-top: 48px;
  }
  .l-form .formInputArea {
    margin-top: 16px;
    padding: 25px 0 0 0px;
    border: 1px #5b93ad solid;
  }
  .l-form .formInputArea > div {
    padding: 0 12px 25px;
  }
  .l-form .formInputArea section, .l-form .formInputArea > div {
    padding: 24px 12px 25px;
  }
  .l-form .formInputArea section:first-child, .l-form .formInputArea > div:first-child {
    padding-top: 0;
  }
  .l-form .formInputArea section.defaultData, .l-form .formInputArea > div.defaultData {
    flex-wrap: wrap;
  }
  .l-form .formInputArea section.defaultData h2, .l-form .formInputArea > div.defaultData h2 {
    width: 100%;
  }
  .l-form .formInputArea section.defaultData div, .l-form .formInputArea > div.defaultData div {
    width: 100%;
    margin-top: 25px;
  }
  .l-form .formInputArea section.defaultData p, .l-form .formInputArea > div.defaultData p {
    font-size: 1.9rem;
  }
  .l-form .formInputArea section h2, .l-form .formInputArea > div h2 {
    font-size: 2.2rem;
    letter-spacing: -0.07em;
  }
  .l-form .formInputArea section .h2UnderText, .l-form .formInputArea > div .h2UnderText {
    font-size: 1.3rem;
  }
  .l-form .formInputArea section .supplement, .l-form .formInputArea > div .supplement {
    font-weight: 500;
  }
  .l-form .formInputArea section .inputForm, .l-form .formInputArea > div .inputForm {
    margin-top: 21px;
  }
  .l-form .formInputArea section .inputForm .inputRadioForm, .l-form .formInputArea > div .inputForm .inputRadioForm {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 15px;
  }
  .l-form .formInputArea section .inputForm .radioList, .l-form .formInputArea > div .inputForm .radioList {
    margin-bottom: 0;
  }
  .l-form .formInputArea section .inputForm .checkOpen, .l-form .formInputArea > div .inputForm .checkOpen {
    margin-top: 16px;
  }
  .l-form .formInputArea section .inputForm .radioRabel, .l-form .formInputArea > div .inputForm .radioRabel {
    font-size: 1.3rem;
    font-weight: 300;
  }
  .l-form .formInputArea section .inputForm .radioRabel + ul, .l-form .formInputArea > div .inputForm .radioRabel + ul {
    margin-top: 14px;
  }
  .l-form .formInputArea section .inputForm .radioRabel small, .l-form .formInputArea > div .inputForm .radioRabel small {
    font-size: 1.2rem;
  }
  .l-form .formInputArea section .inputForm ul, .l-form .formInputArea > div .inputForm ul {
    margin-top: 15px;
  }
  .l-form .formInputArea section .inputForm ul + .radioList, .l-form .formInputArea > div .inputForm ul + .radioList {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .l-form .formInputArea section .inputForm ul + .radioRabel, .l-form .formInputArea > div .inputForm ul + .radioRabel {
    margin-top: 25px;
  }
  .l-form .formInputArea section .inputForm .userTypeCngBox + ul, .l-form .formInputArea > div .inputForm .userTypeCngBox + ul {
    /*margin-top: 15px;*/
  }
  .l-form .formInputArea section .inputForm > div + .radioRabel, .l-form .formInputArea > div .inputForm > div + .radioRabel {
    margin-top: 25px;
  }
  .l-form .formInputArea section .inputForm > div .selectBox, .l-form .formInputArea section .inputForm > div .selectBox--sortSelect, .l-form .formInputArea section .inputForm > div .selectBox--sortSelect--small, .l-form .formInputArea section .inputForm > div .selectBox--sortSelect--middle, .l-form .formInputArea > div .inputForm > div .selectBox, .l-form .formInputArea > div .inputForm > div .selectBox--sortSelect, .l-form .formInputArea > div .inputForm > div .selectBox--sortSelect--small, .l-form .formInputArea > div .inputForm > div .selectBox--sortSelect--middle {
    height: 40px;
  }
  .l-form .formInputArea section .inputForm > div .selectBox select, .l-form .formInputArea section .inputForm > div .selectBox--sortSelect select, .l-form .formInputArea section .inputForm > div .selectBox--sortSelect--small select, .l-form .formInputArea section .inputForm > div .selectBox--sortSelect--middle select, .l-form .formInputArea > div .inputForm > div .selectBox select, .l-form .formInputArea > div .inputForm > div .selectBox--sortSelect select, .l-form .formInputArea > div .inputForm > div .selectBox--sortSelect--small select, .l-form .formInputArea > div .inputForm > div .selectBox--sortSelect--middle select {
    padding: 1px 38px 1px 15px;
    font-size: 1.6rem;
  }
  .l-form .formInputArea section .inputForm > p, .l-form .formInputArea > div .inputForm > p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .l-form .formInputArea section .inputForm + .inputForm, .l-form .formInputArea > div .inputForm + .inputForm {
    margin-top: 18px;
  }
  .l-form .formInputArea section .inputForm .formNote, .l-form .formInputArea > div .inputForm .formNote {
    font-size: 1.2rem;
    margin: 8px 0 0 0;
  }
  .l-form .formInputArea section .inputForm .uploadImgData .uploadImgName, .l-form .formInputArea > div .inputForm .uploadImgData .uploadImgName {
    margin-top: 15px;
  }
  .l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList {
    height: 45px;
    padding: 0 18px 0 26px;
  }
  .l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text {
    padding-left: 0;
  }
  .l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete {
    padding-left: 0;
  }
  .l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete:after, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList .text .delete:after {
    left: -19px;
  }
  .l-form .formInputArea section .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList:hover, .l-form .formInputArea > div .inputForm .uploadImgData .uploadItemDelete .c-btn--link--addList:hover {
    background-color: #fff;
    color: #24617d;
  }
  .l-form .formInputArea section .inputForm.radioOnly .radioRabel, .l-form .formInputArea > div .inputForm.radioOnly .radioRabel {
    margin-top: 15px;
  }
  .l-form .formInputArea section .inputForm.radioOnly .inputRadioForm, .l-form .formInputArea > div .inputForm.radioOnly .inputRadioForm {
    margin-top: 7px;
  }
  .l-form .formInputArea section .supplement, .l-form .formInputArea > div .supplement {
    font-size: 1.3rem;
    margin-top: 22px;
  }
  .l-form .formInputArea section .supplement + .inputForm, .l-form .formInputArea > div .supplement + .inputForm {
    margin-top: 15px;
  }
  .l-form .formInputArea section.btn, .l-form .formInputArea > div.btn {
    padding: 29px 14px 29px;
  }
  .l-form .formInputArea section .note, .l-form .formInputArea > div .note {
    font-size: 1.3rem;
    margin: 16px 0 14px;
    text-align: left;
    line-height: 1.8;
  }
  .l-form .formInputArea section .note a:hover, .l-form .formInputArea > div .note a:hover {
    text-decoration: underline;
  }
  .conf .l-form .formInputArea {
    margin-top: 35px;
    padding: 0 0 0 0;
  }
  .conf .l-form .formInputArea section {
    padding: 20px 12px 20px;
    display: block;
  }
  .conf .l-form .formInputArea section div {
    margin: 25px 0 0 0;
  }
  .conf .l-form .formInputArea section h2 {
    font-size: 2.2rem;
    width: 100%;
  }
  .conf .l-form .formInputArea section .supplement {
    font-size: 1.2rem;
    margin-top: 28px;
  }
  .conf .l-form .formInputArea section .inputData {
    font-size: 1.9rem;
    margin-top: 10px;
    line-height: 1.647;
  }
  .conf .l-form .formInputArea section .inputData:first-child {
    margin-top: -13px;
  }
  .conf .l-form .formInputArea section .inputData .memo {
    font-size: 1.2rem;
    vertical-align: bottom;
    margin-left: 0;
    display: block;
    margin-top: 7px;
  }
  .conf .l-form .formInputArea section.btn {
    padding: 30px 14px 30px;
  }
  .formTopText, .formTopText--rightBtn, .formTopText--conf {
    margin-top: 34px;
  }
  .formTopText p, .formTopText--rightBtn p, .formTopText--conf p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 7px !important;
  }
  .formTopText p.textHead, .formTopText--rightBtn p.textHead, .formTopText--conf p.textHead {
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .formTopText p.textHead + p, .formTopText--rightBtn p.textHead + p, .formTopText--conf p.textHead + p {
    margin-top: 7px;
  }
  .formTopText + .l-investmentHorse, .formTopText--rightBtn + .l-investmentHorse, .formTopText--conf + .l-investmentHorse {
    margin: 33px auto 0;
  }
  .formTopText--rightBtn {
    display: block;
  }
  .formTopText--rightBtn .btnRight .c-btn--link--modalQs {
    margin-top: 17px;
    margin-left: auto;
  }
  .thanks .formTopText p.textHead + p, .thanks .formTopText--rightBtn p.textHead + p, .thanks .formTopText--conf p.textHead + p {
    margin-top: 7px;
  }
  .p-loginForm {
    margin-top: 22px;
  }
  .p-loginForm .p-loginForm__title {
    font-size: 1.8rem;
    padding-bottom: 13px;
  }
  .p-loginForm .p-loginForm__formArea {
    margin-top: 12px;
  }
  .p-loginForm .p-loginForm__formArea label {
    margin-top: 12px;
  }
  .p-loginForm .p-loginForm__formArea label .passwordViewCng {
    top: calc(50% - 16px);
    width: 56px;
    height: 30px;
    font-size: 1.2rem;
  }
  .p-loginForm .p-loginForm__formArea label .loginId,
  .p-loginForm .p-loginForm__formArea label .loginPw {
    padding: 15px 16px 17px 20px;
  }
  .p-loginForm .p-loginForm__formArea .p-loginForm__link {
    margin-top: 16px;
  }
  .p-loginForm .p-loginForm__formArea .p-loginForm__link li {
    margin-top: 11px;
  }
  .p-loginForm .p-loginForm__formArea .p-loginForm__link li a:hover {
    opacity: 1;
  }
  .p-loginForm .p-loginForm__formArea .loginError {
    font-size: 1.2rem;
  }
  .p-loginForm .p-loginForm__formArea .loginError p {
    padding-left: 24px;
  }
  .p-loginForm .p-loginForm__formArea .loginError p:after {
    left: 1px;
    top: -2px;
    width: 18px;
    height: 18px;
  }
  .p-loginForm .p-loginForm__formArea .loginError p a {
    font-size: 1.3rem;
    margin: 10px 0 0;
  }
  .p-loginForm .p-loginForm__formArea .loginCheckBox {
    margin-top: 21px;
  }
  .p-loginForm .p-loginForm__formArea .loginCheckBox .c-inputCheckboxTextLabel--searchBoxChk + label {
    background-color: transparent;
    padding: 0 0 0 23px;
  }
  .p-loginForm .p-loginForm__formArea .loginCheckBox .c-inputCheckboxTextLabel--searchBoxChk + label:after {
    width: 18px;
    height: 18px;
    left: 0px;
    margin-top: -9px;
  }
  .c-floatingLabelInput input[type=text], .c-floatingLabelInput--search input[type=text],
  .c-floatingLabelInput input[type=password],
  .c-floatingLabelInput--search input[type=password],
  .c-floatingLabelInput input[type=email],
  .c-floatingLabelInput--search input[type=email],
  .c-floatingLabelInput input[type=tel],
  .c-floatingLabelInput--search input[type=tel] {
    font-size: 1.6rem;
    height: 40px;
    padding: 18px 15px 7px 12px;
  }
  .c-floatingLabelInput input[type=text]:focus + span, .c-floatingLabelInput--search input[type=text]:focus + span,
  .c-floatingLabelInput input[type=password]:focus + span,
  .c-floatingLabelInput--search input[type=password]:focus + span,
  .c-floatingLabelInput input[type=email]:focus + span,
  .c-floatingLabelInput--search input[type=email]:focus + span,
  .c-floatingLabelInput input[type=tel]:focus + span,
  .c-floatingLabelInput--search input[type=tel]:focus + span {
    transform: translateY(-8px) scale(0.75) translateX(2px);
  }
  .c-floatingLabelInput input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=email]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=email]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=tel]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=tel]:not(:-moz-placeholder-shown) + span {
    color: #5b93ad;
    transform: translateY(-8px) scale(0.75) translateX(2px);
  }
  .c-floatingLabelInput input[type=text]:not(:placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:placeholder-shown) + span,
  .c-floatingLabelInput input[type=password]:not(:placeholder-shown) + span,
  .c-floatingLabelInput--search input[type=password]:not(:placeholder-shown) + span,
  .c-floatingLabelInput input[type=email]:not(:placeholder-shown) + span,
  .c-floatingLabelInput--search input[type=email]:not(:placeholder-shown) + span,
  .c-floatingLabelInput input[type=tel]:not(:placeholder-shown) + span,
  .c-floatingLabelInput--search input[type=tel]:not(:placeholder-shown) + span {
    color: #5b93ad;
    transform: translateY(-8px) scale(0.75) translateX(2px);
  }
  .c-floatingLabelInput .label, .c-floatingLabelInput--search .label {
    font-size: 1.4rem;
    left: 14px;
    font-weight: 300;
  }
  .c-floatingLabelInput textarea, .c-floatingLabelInput--search textarea {
    padding: 14px 14px 23px;
  }
  .c-floatingLabelInput textarea:focus + span, .c-floatingLabelInput--search textarea:focus + span, .c-floatingLabelInput textarea.inputedForm + span, .c-floatingLabelInput--search textarea.inputedForm + span {
    top: 11px;
    padding: 6px 0;
  }
  .c-floatingLabelInput textarea.form-error:focus + span, .c-floatingLabelInput--search textarea.form-error:focus + span {
    background-color: #fbf3f3;
    top: 12px;
  }
  .c-floatingLabelInput--search .label {
    color: #a6b3bd;
    font-weight: 300;
  }
  .c-floatingLabelInput--search input[type=text]:focus + span {
    transform: translateY(-8px) scale(0.7) translateX(2px);
  }
  .c-floatingLabelInput--search input[type=text]:not(:-moz-placeholder-shown) + span {
    color: #5b93ad;
    transform: translateY(-8px) scale(0.7) translateX(2px);
  }
  .c-floatingLabelInput--search input[type=text]:not(:placeholder-shown) + span {
    color: #5b93ad;
    transform: translateY(-8px) scale(0.7) translateX(2px);
  }
  .c-floatingLabelInput .unit, .c-floatingLabelInput--search .unit {
    right: 14px;
    font-size: 1.4rem;
  }
  .c-floatingLabelInput.noFloat input, .noFloat.c-floatingLabelInput--search input {
    padding: 18px 15px 18px 12px !important;
  }
  .inputLabel {
    font-size: 1.3rem;
    font-weight: 300;
  }
  .selectBox select, .selectBox--sortSelect select, .selectBox--sortSelect--small select, .selectBox--sortSelect--middle select {
    font-size: 2rem;
    padding: 5px 35px 5px 14px;
    line-height: 1.5;
    font-weight: 300;
  }
  .selectBox--sortSelect select, .selectBox--sortSelect--small select, .selectBox--sortSelect--middle select {
    font-size: 1.6rem;
    height: 39px;
    width: 100%;
    padding: 3px 35px 3px 17px;
    font-weight: 300;
  }
  .selectBox--sortSelect select:before, .selectBox--sortSelect--small select:before, .selectBox--sortSelect--middle select:before {
    right: 15px;
  }
  .selectBox:before, .selectBox--sortSelect:before, .selectBox--sortSelect--small:before, .selectBox--sortSelect--middle:before {
    right: 18px;
    width: 8px;
    height: 14px;
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    margin: -6px 0 0 0;
    content: "";
    vertical-align: middle;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .errorText {
    margin: 12px 0 8px;
  }
  .c-inputCheckboxTextLabel + label, .c-inputCheckboxTextLabel--searchBoxChk + label, .c-inputCheckboxTextLabel--applicationChk + label, .c-inputCheckboxTextLabel--navLoginChk + label {
    font-size: 1.2rem;
    padding-left: 25px;
  }
  .c-inputCheckboxTextLabel + label:after, .c-inputCheckboxTextLabel--searchBoxChk + label:after, .c-inputCheckboxTextLabel--applicationChk + label:after, .c-inputCheckboxTextLabel--navLoginChk + label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("/assets/img/common/ico_check.png");
    background-size: contain;
  }
  .c-inputCheckboxTextLabel:checked + label:after, .c-inputCheckboxTextLabel--searchBoxChk:checked + label:after, .c-inputCheckboxTextLabel--applicationChk:checked + label:after, .c-inputCheckboxTextLabel--navLoginChk:checked + label:after {
    background: url("/assets/img/common/ico_check_on.png");
    background-size: contain;
  }
  .c-inputCheckboxTextLabel--searchBoxChk + label {
    font-size: 1.3rem;
    padding: 13px 0 13px 40px;
    background-color: #fff;
  }
  .c-inputCheckboxTextLabel--searchBoxChk + label:after {
    background: url("/assets/img/common/ico_check.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 13px;
  }
  .c-inputCheckboxTextLabel--searchBoxChk:checked + label {
    background-color: #fafcfd;
  }
  .c-inputCheckboxTextLabel--searchBoxChk:checked + label:after {
    background: url("/assets/img/common/ico_check_on.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 13px;
  }
  .c-inputCheckboxTextLabel--applicationChk + label {
    padding-left: 0;
  }
  .c-inputCheckboxTextLabel--applicationChk + label:after {
    background: url("/assets/img/common/ico_check.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    left: 50%;
    margin-left: -13px;
  }
  .c-inputCheckboxTextLabel--applicationChk + label span {
    position: relative;
    top: 50%;
    left: 50%;
    margin: 20px 0 0 -13px;
    display: block;
    display: inline-block;
    width: auto;
  }
  .c-inputCheckboxTextLabel--applicationChk:checked + label:after {
    background: url("/assets/img/common/ico_check_on.png") no-repeat;
    background-size: contain;
  }
  .thanksPageLogin {
    background-color: #fff;
    margin-top: 33px;
    padding: 21px 14px 29px;
  }
  .thanksPageLogin h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .thanksPageLogin h2 + div {
    margin-top: 24px;
  }
  .thanksPageLogin .c-list-input-sg, .thanksPageLogin .c-list-input-db, .thanksPageLogin .c-list-input-tp {
    margin-top: 16px;
  }
  .thanksPageLogin .c-list-input-sg:nth-of-type(1), .thanksPageLogin .c-list-input-db:nth-of-type(1), .thanksPageLogin .c-list-input-tp:nth-of-type(1) {
    margin-top: 24px;
  }
  .thanksPageLogin .c-list-input-sg input, .thanksPageLogin .c-list-input-db input, .thanksPageLogin .c-list-input-tp input {
    font-size: 1.8rem;
  }
  .thanksPageLogin .checkbox {
    margin-top: 12px;
  }
  .thanksPageLogin .btnArea {
    margin-top: 28px;
  }
  .thanksPageLogin .btnArea .c-link--underline {
    font-size: 1.4rem;
    margin-top: 22px;
    display: block;
    margin-top: 18px;
  }
  .c-floatingLabelInputGrobalForm input[type=text], .c-floatingLabelInput input[type=text], .c-floatingLabelInput--search input[type=text],
  .c-floatingLabelInputGrobalForm input[type=password],
  .c-floatingLabelInput input[type=password],
  .c-floatingLabelInput--search input[type=password],
  .c-floatingLabelInputGrobalForm input[type=tel],
  .c-floatingLabelInput input[type=tel],
  .c-floatingLabelInput--search input[type=tel] {
    padding: 22px 15px 10px 12px;
  }
  .c-floatingLabelInputGrobalForm input[type=text]:focus + span, .c-floatingLabelInput input[type=text]:focus + span, .c-floatingLabelInput--search input[type=text]:focus + span,
  .c-floatingLabelInputGrobalForm input[type=password]:focus + span,
  .c-floatingLabelInput input[type=password]:focus + span,
  .c-floatingLabelInput--search input[type=password]:focus + span,
  .c-floatingLabelInputGrobalForm input[type=tel]:focus + span,
  .c-floatingLabelInput input[type=tel]:focus + span,
  .c-floatingLabelInput--search input[type=tel]:focus + span {
    transform: translateY(-8px) scale(0.6) translateX(0px);
  }
  .c-floatingLabelInputGrobalForm input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInputGrobalForm input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=password]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInputGrobalForm input[type=tel]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput input[type=tel]:not(:-moz-placeholder-shown) + span, .c-floatingLabelInput--search input[type=tel]:not(:-moz-placeholder-shown) + span {
    color: #24617d;
    transform: translateY(-8px) scale(0.6) translateX(0);
  }
  .c-floatingLabelInputGrobalForm input[type=text]:not(:placeholder-shown) + span, .c-floatingLabelInput input[type=text]:not(:placeholder-shown) + span, .c-floatingLabelInput--search input[type=text]:not(:placeholder-shown) + span,
  .c-floatingLabelInputGrobalForm input[type=password]:not(:placeholder-shown) + span,
  .c-floatingLabelInput input[type=password]:not(:placeholder-shown) + span,
  .c-floatingLabelInput--search input[type=password]:not(:placeholder-shown) + span,
  .c-floatingLabelInputGrobalForm input[type=tel]:not(:placeholder-shown) + span,
  .c-floatingLabelInput input[type=tel]:not(:placeholder-shown) + span,
  .c-floatingLabelInput--search input[type=tel]:not(:placeholder-shown) + span {
    color: #24617d;
    transform: translateY(-8px) scale(0.6) translateX(0);
  }
  .c-floatingLabelInputGrobalForm input[type=text]:focus, .c-floatingLabelInput input[type=text]:focus, .c-floatingLabelInput--search input[type=text]:focus,
  .c-floatingLabelInputGrobalForm input[type=password]:focus,
  .c-floatingLabelInput input[type=password]:focus,
  .c-floatingLabelInput--search input[type=password]:focus,
  .c-floatingLabelInputGrobalForm input[type=tel]:focus,
  .c-floatingLabelInput input[type=tel]:focus,
  .c-floatingLabelInput--search input[type=tel]:focus {
    outline: none;
  }
  .radioBtn input[type=radio] {
    display: none;
  }
  .radioBtn input[type=radio]:checked + label:before {
    background: url("/assets/img/common/ico_radio_sp_on.png") no-repeat;
    background-size: contain;
  }
  .radioBtn label {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 1.5rem;
  }
  .radioBtn label:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/assets/img/common/ico_radio_sp.png") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .agreeCheck input[type=checkbox] {
    display: none;
  }
  .agreeCheck input[type=checkbox] + label {
    padding: 3px;
    line-height: 1.4;
  }
  .agreeCheck input[type=checkbox] + label > div {
    font-size: 1.5rem;
    padding: 14px 7px 14px 49px;
  }
  .agreeCheck input[type=checkbox] + label > div:after {
    top: calc(50% - 10px);
    left: 22px;
    width: 20px;
    height: 20px;
  }
  .agreeCheck input[type=checkbox]:checked > div {
    background-color: #fff;
    color: #cf3c3c;
  }
  .agreeCheck input[type=checkbox]:checked > div:after {
    content: "";
    background: url(/assets/img/common/ico_check_red_on.png);
    background-size: contain;
  }
  .fileUploadBtn {
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
  }
  .fileUploadBtn > span:after {
    width: 17px;
    height: 15px;
    top: 2px;
    left: 3px;
  }
  .fileUploadBtn > input {
    display: none; /* アップロードボタンのスタイルを無効にする */
  }
  .fileUploadBtn:hover {
    background-color: #fff;
    color: #24617d;
  }
  .fileUploadBtn:hover > span:after {
    background: url("/assets/img/common/ico_clip.png") no-repeat;
    background-size: contain;
  }
  .conf .borderBox {
    margin-top: 34px;
  }
  .conf .l-formTop .formTopText, .conf .l-formTop .formTopText--rightBtn, .conf .l-formTop .formTopText--conf {
    margin-bottom: -15px;
  }
  .passwordInput .passwordViewCng {
    top: calc(50% - 13px);
    font-size: 1.2rem;
    width: 66px;
    height: 26px;
  }
  .passwordInput input[type=password],
  .passwordInput input[type=text] {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 722px) {
  .c-floatingLabelInput textarea:focus + span, .c-floatingLabelInput--search textarea:focus + span, .c-floatingLabelInput textarea.inputedForm + span, .c-floatingLabelInput--search textarea.inputedForm + span {
    width: 149%;
  }
}
@media screen and (max-width: 440px) {
  .c-floatingLabelInput textarea:focus + span, .c-floatingLabelInput--search textarea:focus + span, .c-floatingLabelInput textarea.inputedForm + span, .c-floatingLabelInput--search textarea.inputedForm + span {
    width: 143%;
  }
}
.c-btn, .c-btn--bottomArrow, .c-btn--more, .c-btn--link, .c-btn--link--examinationList, .c-btn--link--favList, .c-btn--link--back, .c-btn--link--red, .c-btn--link--red--small, .c-btn--link--red--horseListDetail, .c-btn--link--blue, .c-btn--link--blue--small, .c-btn--link--blue--horseListDetail, .c-btn--loginSubmit, .c-btn--search {
  display: block;
  width: 100%;
  color: #24617d;
  font-size: 1.6rem;
  border: 1px #5b93ad solid;
  background-color: #fdfcfa;
  padding: 11px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.c-btn:hover, .c-btn--bottomArrow:hover, .c-btn--more:hover, .c-btn--link:hover, .c-btn--link--examinationList:hover, .c-btn--link--favList:hover, .c-btn--link--back:hover, .c-btn--link--red:hover, .c-btn--link--red--small:hover, .c-btn--link--red--horseListDetail:hover, .c-btn--link--blue:hover, .c-btn--link--blue--small:hover, .c-btn--link--blue--horseListDetail:hover, .c-btn--loginSubmit:hover, .c-btn--search:hover {
  background-color: #5b93ad;
  border: 1px #24617d solid;
  color: #fdfcfa;
}
.c-btn--loginSubmit, .c-btn--search {
  border: 0;
  background-color: #5b93ad;
  color: #f7f4ef;
  padding: 9px 0 7px;
  cursor: pointer;
  border: 1px #5b93ad solid;
}
.c-btn--loginSubmit:hover, .c-btn--search:hover {
  background-color: #fff;
  color: #5b93ad;
  border: 1px #5b93ad solid;
}
.c-btn--add {
  background-color: #fff;
  color: #24617d;
  padding: 0;
  height: 70px;
  display: flex;
  border: 0;
  font-size: 2rem;
  cursor: pointer;
  border: 1px #5b93ad solid;
  font-family: "Noto Serif JP", serif;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.c-btn--add span {
  position: relative;
}
.c-btn--add span:before {
  content: "+";
  font-size: 2.6rem;
  position: absolute;
  left: -21px;
  top: calc(50% - 1.3rem);
}
.c-btn--add:hover {
  color: #fff;
  background-color: #5b93ad;
}
.c-btn--blue, .c-btn--pdfDl, .c-btn--blue--upload {
  background-color: #5b93ad;
  color: #fff;
  padding: 0;
  height: 40px;
  line-height: 40px;
  border: 0;
  width: 60px;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border: 1px #5b93ad solid;
  font-family: "Noto Serif JP", serif;
}
.c-btn--blue:hover, .c-btn--pdfDl:hover, .c-btn--blue--upload:hover {
  background-color: #fff;
  color: #5b93ad;
  border: 1px #5b93ad solid;
}
.c-btn--blue--upload {
  width: 100%;
  text-decoration: none;
  font-size: 2rem;
  padding-left: 20px;
  position: relative;
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-family: "Noto Serif JP", serif;
}
.c-btn--blue--upload span {
  position: relative;
}
.c-btn--blue--upload span:after {
  content: "";
  width: 24px;
  height: 17px;
  display: block;
  background: url(/assets/img/common/ico_camera_white_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -37px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.25s ease-in-out;
}
.c-btn--blue--upload:hover span:after {
  background: url(/assets/img/common/ico_camera_l.png) no-repeat;
  background-size: contain;
}
.c-btn--more, .c-btn--link, .c-btn--link--examinationList, .c-btn--link--favList, .c-btn--link--back, .c-btn--link--red, .c-btn--link--red--small, .c-btn--link--red--horseListDetail, .c-btn--link--blue, .c-btn--link--blue--small, .c-btn--link--blue--horseListDetail {
  font-size: 2rem;
  background-color: #fff;
  padding: 24px 0 24px;
  position: relative;
  font-family: "EB Garamond", serif;
  overflow: hidden;
}
.c-btn--more:after, .c-btn--link:after, .c-btn--link--examinationList:after, .c-btn--link--favList:after, .c-btn--link--back:after, .c-btn--link--red:after, .c-btn--link--red--small:after, .c-btn--link--red--horseListDetail:after, .c-btn--link--blue:after, .c-btn--link--blue--small:after, .c-btn--link--blue--horseListDetail:after {
  right: 30px;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin: -6px 0 0 0;
  content: "";
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  background: url("/assets/img/common/ico_btn_b.png") no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.c-btn--more:before, .c-btn--link:before, .c-btn--link--examinationList:before, .c-btn--link--favList:before, .c-btn--link--back:before, .c-btn--link--red:before, .c-btn--link--red--small:before, .c-btn--link--red--horseListDetail:before, .c-btn--link--blue:before, .c-btn--link--blue--small:before, .c-btn--link--blue--horseListDetail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #5b93ad;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  padding: 24px 0 24px;
  box-sizing: border-box;
}
.c-btn--more:hover, .c-btn--link:hover, .c-btn--link--examinationList:hover, .c-btn--link--favList:hover, .c-btn--link--back:hover, .c-btn--link--red:hover, .c-btn--link--red--small:hover, .c-btn--link--red--horseListDetail:hover, .c-btn--link--blue:hover, .c-btn--link--blue--small:hover, .c-btn--link--blue--horseListDetail:hover {
  color: #fff;
  background-color: #fff;
}
.c-btn--more:hover:before, .c-btn--link:hover:before, .c-btn--link--examinationList:hover:before, .c-btn--link--favList:hover:before, .c-btn--link--back:hover:before, .c-btn--link--red:hover:before, .c-btn--link--red--small:hover:before, .c-btn--link--red--horseListDetail:hover:before, .c-btn--link--blue:hover:before, .c-btn--link--blue--small:hover:before, .c-btn--link--blue--horseListDetail:hover:before {
  top: 0;
}
.c-btn--more:hover:after, .c-btn--link:hover:after, .c-btn--link--examinationList:hover:after, .c-btn--link--favList:hover:after, .c-btn--link--back:hover:after, .c-btn--link--red:hover:after, .c-btn--link--red--small:hover:after, .c-btn--link--red--horseListDetail:hover:after, .c-btn--link--blue:hover:after, .c-btn--link--blue--small:hover:after, .c-btn--link--blue--horseListDetail:hover:after {
  z-index: 3;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
  background-size: contain;
}
.c-btn--more span, .c-btn--link span, .c-btn--link--examinationList span, .c-btn--link--favList span, .c-btn--link--back span, .c-btn--link--red span, .c-btn--link--red--small span, .c-btn--link--red--horseListDetail span, .c-btn--link--blue span, .c-btn--link--blue--small span, .c-btn--link--blue--horseListDetail span {
  position: relative;
  z-index: 2;
}
.c-btn--link, .c-btn--link--examinationList, .c-btn--link--favList, .c-btn--link--back, .c-btn--link--red, .c-btn--link--red--small, .c-btn--link--red--horseListDetail, .c-btn--link--blue, .c-btn--link--blue--small, .c-btn--link--blue--horseListDetail {
  overflow: hidden;
}
.c-btn--link:after, .c-btn--link--examinationList:after, .c-btn--link--favList:after, .c-btn--link--back:after, .c-btn--link--red:after, .c-btn--link--red--small:after, .c-btn--link--red--horseListDetail:after, .c-btn--link--blue:after, .c-btn--link--blue--small:after, .c-btn--link--blue--horseListDetail:after {
  margin: -4px 0 0 0;
  right: 30px;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transform: rotate(0deg);
}
.c-btn--link:before, .c-btn--link--examinationList:before, .c-btn--link--favList:before, .c-btn--link--back:before, .c-btn--link--red:before, .c-btn--link--red--small:before, .c-btn--link--red--horseListDetail:before, .c-btn--link--blue:before, .c-btn--link--blue--small:before, .c-btn--link--blue--horseListDetail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  background: #5b93ad;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  padding: 24px 0 24px;
  box-sizing: border-box;
  top: 0;
}
.c-btn--link:hover, .c-btn--link--examinationList:hover, .c-btn--link--favList:hover, .c-btn--link--back:hover, .c-btn--link--red:hover, .c-btn--link--red--small:hover, .c-btn--link--red--horseListDetail:hover, .c-btn--link--blue:hover, .c-btn--link--blue--small:hover, .c-btn--link--blue--horseListDetail:hover {
  color: #fdfcfa;
  background-color: #fdfcfa;
}
.c-btn--link:hover:before, .c-btn--link--examinationList:hover:before, .c-btn--link--favList:hover:before, .c-btn--link--back:hover:before, .c-btn--link--red:hover:before, .c-btn--link--red--small:hover:before, .c-btn--link--red--horseListDetail:hover:before, .c-btn--link--blue:hover:before, .c-btn--link--blue--small:hover:before, .c-btn--link--blue--horseListDetail:hover:before {
  left: 0;
}
.c-btn--link:hover:after, .c-btn--link--examinationList:hover:after, .c-btn--link--favList:hover:after, .c-btn--link--back:hover:after, .c-btn--link--red:hover:after, .c-btn--link--red--small:hover:after, .c-btn--link--red--horseListDetail:hover:after, .c-btn--link--blue:hover:after, .c-btn--link--blue--small:hover:after, .c-btn--link--blue--horseListDetail:hover:after {
  z-index: 3;
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
.c-btn--link span, .c-btn--link--examinationList span, .c-btn--link--favList span, .c-btn--link--back span, .c-btn--link--red span, .c-btn--link--red--small span, .c-btn--link--red--horseListDetail span, .c-btn--link--blue span, .c-btn--link--blue--small span, .c-btn--link--blue--horseListDetail span {
  position: relative;
  z-index: 2;
}
.c-btn--link--blue, .c-btn--link--blue--small, .c-btn--link--blue--horseListDetail {
  background-color: #5b93ad;
  color: #fff;
  padding: 0;
  height: 70px;
  line-height: 70px;
  border: 1px #5b93ad solid;
}
.c-btn--link--blue:after, .c-btn--link--blue--small:after, .c-btn--link--blue--horseListDetail:after {
  right: 30px;
  margin: -6px 0 0 0;
  width: 7px;
  height: 13px;
  transition: all 0.25s ease-in-out;
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
  background-size: contain;
}
.c-btn--link--blue.disabled, .disabled.c-btn--link--blue--small, .disabled.c-btn--link--blue--horseListDetail {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.c-btn--link--blue.disabled:hover, .disabled.c-btn--link--blue--small:hover, .disabled.c-btn--link--blue--horseListDetail:hover {
  background-color: #5b93ad;
  color: #fff;
}
.c-btn--link--blue.disabled:hover:before, .disabled.c-btn--link--blue--small:hover:before, .disabled.c-btn--link--blue--horseListDetail:hover:before {
  left: -100%;
}
.c-btn--link--blue.disabled:hover:after, .disabled.c-btn--link--blue--small:hover:after, .disabled.c-btn--link--blue--horseListDetail:hover:after {
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
  background-size: contain;
}
.c-btn--link--blue:before, .c-btn--link--blue--small:before, .c-btn--link--blue--horseListDetail:before {
  background: #fff;
}
.c-btn--link--blue:hover, .c-btn--link--blue--small:hover, .c-btn--link--blue--horseListDetail:hover {
  color: #5b93ad;
  background-color: #5b93ad;
  border: 1px #5b93ad solid;
}
.c-btn--link--blue:hover:before, .c-btn--link--blue--small:hover:before, .c-btn--link--blue--horseListDetail:hover:before {
  left: 0;
}
.c-btn--link--blue:hover:after, .c-btn--link--blue--small:hover:after, .c-btn--link--blue--horseListDetail:hover:after {
  background: url("/assets/img/common/ico_btn_b.png") no-repeat;
  background-size: contain;
  z-index: 3;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
.c-btn--link--blue--horseListDetail {
  padding: 0;
  height: 56px;
  font-size: 1.6rem;
  line-height: 56px;
  font-family: "Noto Serif JP", serif;
}
.c-btn--link--blue--small {
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
.c-btn--link--blue--small:after {
  right: 21px;
  margin: -7px 0 0 0;
  width: 7px;
  height: 13px;
}
.c-btn--link--blue.cancel, .cancel.c-btn--link--blue--horseListDetail, .cancel.c-btn--link--blue--small {
  background-color: #fff;
  color: #5b93ad;
}
.c-btn--link--blue.cancel:after, .cancel.c-btn--link--blue--horseListDetail:after, .cancel.c-btn--link--blue--small:after {
  background: url("/assets/img/common/ico_btn_b.png") no-repeat;
}
.c-btn--link--blue.cancel:before, .cancel.c-btn--link--blue--horseListDetail:before, .cancel.c-btn--link--blue--small:before {
  background: #5b93ad;
}
.c-btn--link--blue.cancel:hover, .cancel.c-btn--link--blue--horseListDetail:hover, .cancel.c-btn--link--blue--small:hover {
  color: #fff;
  background-color: #fff;
}
.c-btn--link--blue.cancel:hover:before, .cancel.c-btn--link--blue--horseListDetail:hover:before, .cancel.c-btn--link--blue--small:hover:before {
  left: 0;
}
.c-btn--link--blue.cancel:hover:after, .cancel.c-btn--link--blue--horseListDetail:hover:after, .cancel.c-btn--link--blue--small:hover:after {
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
}
.c-btn--link--red, .c-btn--link--red--small, .c-btn--link--red--horseListDetail {
  background-color: #cf3c3c;
  color: #fff;
  padding: 0;
  height: 70px;
  line-height: 70px;
  border: 1px #cf3c3c solid;
}
.c-btn--link--red:after, .c-btn--link--red--small:after, .c-btn--link--red--horseListDetail:after {
  right: 30px;
  margin: -6px 0 0 0;
  width: 7px;
  height: 13px;
  transition: all 0.25s ease-in-out;
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
  background-size: contain;
}
.c-btn--link--red.disabled, .disabled.c-btn--link--red--small, .disabled.c-btn--link--red--horseListDetail {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.c-btn--link--red.disabled:hover, .disabled.c-btn--link--red--small:hover, .disabled.c-btn--link--red--horseListDetail:hover {
  background-color: #cf3c3c;
  color: #fff;
}
.c-btn--link--red.disabled:hover:before, .disabled.c-btn--link--red--small:hover:before, .disabled.c-btn--link--red--horseListDetail:hover:before {
  left: -100%;
}
.c-btn--link--red.disabled:hover:after, .disabled.c-btn--link--red--small:hover:after, .disabled.c-btn--link--red--horseListDetail:hover:after {
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
  background-size: contain;
}
.c-btn--link--red:before, .c-btn--link--red--small:before, .c-btn--link--red--horseListDetail:before {
  background: #fff;
}
.c-btn--link--red:hover, .c-btn--link--red--small:hover, .c-btn--link--red--horseListDetail:hover {
  color: #cf3c3c;
  background-color: #cf3c3c;
  border: 1px #cf3c3c solid;
}
.c-btn--link--red:hover:before, .c-btn--link--red--small:hover:before, .c-btn--link--red--horseListDetail:hover:before {
  left: 0;
}
.c-btn--link--red:hover:after, .c-btn--link--red--small:hover:after, .c-btn--link--red--horseListDetail:hover:after {
  background: url("/assets/img/common/ico_btn_r.png") no-repeat;
  background-size: contain;
  z-index: 3;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
.c-btn--link--red--horseListDetail {
  padding: 0;
  height: 56px;
  font-size: 1.6rem;
  line-height: 56px;
  font-family: "Noto Serif JP", serif;
}
.c-btn--link--red--small {
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
.c-btn--link--red--small:after {
  right: 21px;
  margin: -7px 0 0 0;
  width: 7px;
  height: 13px;
}
.c-btn--link--red.cancel, .cancel.c-btn--link--red--horseListDetail, .cancel.c-btn--link--red--small {
  background-color: #fff;
  color: #cf3c3c;
}
.c-btn--link--red.cancel:after, .cancel.c-btn--link--red--horseListDetail:after, .cancel.c-btn--link--red--small:after {
  background: url("/assets/img/common/ico_btn_r.png") no-repeat;
}
.c-btn--link--red.cancel:before, .cancel.c-btn--link--red--horseListDetail:before, .cancel.c-btn--link--red--small:before {
  background: #cf3c3c;
}
.c-btn--link--red.cancel:hover, .cancel.c-btn--link--red--horseListDetail:hover, .cancel.c-btn--link--red--small:hover {
  color: #fff;
  background-color: #fff;
}
.c-btn--link--red.cancel:hover:before, .cancel.c-btn--link--red--horseListDetail:hover:before, .cancel.c-btn--link--red--small:hover:before {
  left: 0;
}
.c-btn--link--red.cancel:hover:after, .cancel.c-btn--link--red--horseListDetail:hover:after, .cancel.c-btn--link--red--small:hover:after {
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
}
.c-btn--link--back {
  background-color: #fff;
  color: #20617e;
  padding: 0;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
  border: 1px #5b93ad solid;
}
.c-btn--link--back:after {
  left: 30px;
  margin: -6px 0 0 0;
  width: 7px;
  height: 13px;
  transform: rotate(180deg);
  background: url("/assets/img/common/ico_btn_b.png") no-repeat;
  background-size: contain;
}
.c-btn--link--back:before {
  left: inherit;
  right: -100%;
  background: #5b93ad;
}
.c-btn--link--back:hover {
  color: #fff;
  background-color: #fff;
}
.c-btn--link--back:hover:before {
  right: 0;
  left: inherit;
}
.c-btn--link--back:hover:after {
  z-index: 3;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
  background-size: contain;
}
.c-btn--link--modalQs {
  display: block;
  width: 100%;
  color: #24617d;
  border: 1px #5b93ad solid;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-size: 1.4rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 50px;
  min-width: 170px;
  line-height: 50px;
  padding: 0 15px;
}
.c-btn--link--modalQs span {
  padding-left: 27px;
  position: relative;
}
.c-btn--link--modalQs span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 50%;
  margin: -9px 0 0 0;
  z-index: 3;
  background: url("/assets/img/common/ico_qs.png") no-repeat;
  background-size: contain;
  position: absolute;
}
.c-btn--link--modalQs:hover {
  background: #5b93ad;
  color: #fff;
}
.c-btn--link--modalQs:hover span:after {
  z-index: 3;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  background: url("/assets/img/common/ico_qs_o.png") no-repeat;
}
.c-btn--link--uncheck {
  display: block;
  width: 100%;
  color: #24617d;
  border: 1px #5b93ad solid;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-size: 1.4rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 40px;
  min-width: 170px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.c-btn--link--uncheck span {
  padding-left: 27px;
  position: relative;
}
.c-btn--link--uncheck span:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  left: 4px;
  top: 50%;
  margin: -6px 0 0 0;
  z-index: 3;
  background: url(/assets/img/common/ico_check.png) no-repeat;
  background-size: contain;
  position: absolute;
}
.c-btn--link--uncheck:hover {
  background: #5b93ad;
  color: #fff;
}
.c-btn--link--addList {
  font-size: 1.6rem;
  color: #24617d;
  border: 1px #5b93ad solid;
  width: 278px;
  height: 56px;
  display: block;
  text-align: center;
  padding: 11px 0 0 0;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.c-btn--link--addList:focus {
  outline: none;
}
.c-btn--link--addList .num {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin-top: 5px;
  padding-left: 17px;
}
.c-btn--link--addList .text {
  position: relative;
}
.c-btn--link--addList .text .add {
  padding-left: 27px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-btn--link--addList .text .add:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/ico_plus.png") no-repeat;
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -8px;
}
.c-btn--link--addList .text .delete {
  padding-left: 27px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-btn--link--addList .text .delete:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/ico_minus.png") no-repeat;
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -8px;
}
.c-btn--link--addList.listAdd {
  background-color: #e9eff2;
}
.c-btn--link--addList.listAdd .text:after {
  background-color: #5b93ad;
}
.c-btn--link--addList.listAdd .text .add {
  display: inline-block;
}
.c-btn--link--addList.listAdd .text .delete {
  display: none;
}
.c-btn--link--addList.listAdd:hover {
  background-color: #fff;
}
.c-btn--link--addList.listDelete {
  background-color: #fff;
}
.c-btn--link--addList.listDelete .text:after {
  background-color: #fff;
}
.c-btn--link--addList.listDelete .text .add {
  display: none;
}
.c-btn--link--addList.listDelete .text .delete {
  display: inline-block;
}
.c-btn--link--addList.listDelete:hover {
  background-color: #e9eff2;
}
.c-btn--link--addList--fav, .c-btn--link--addList--fav--large {
  font-size: 1.6rem;
  color: #24617d;
  border: 1px #5b93ad solid;
  width: 238px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.c-btn--link--addList--fav.disabled, .disabled.c-btn--link--addList--fav--large {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn--link--addList--fav .text, .c-btn--link--addList--fav--large .text {
  position: relative;
}
.c-btn--link--addList--fav .text .add, .c-btn--link--addList--fav--large .text .add {
  padding-left: 27px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-btn--link--addList--fav .text .add:after, .c-btn--link--addList--fav--large .text .add:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/ico_plus.png") no-repeat;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}
.c-btn--link--addList--fav .text .delete, .c-btn--link--addList--fav--large .text .delete {
  padding-left: 27px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-btn--link--addList--fav .text .delete:after, .c-btn--link--addList--fav--large .text .delete:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/ico_minus.png") no-repeat;
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -7px;
}
.c-btn--link--addList--fav.listAdd, .listAdd.c-btn--link--addList--fav--large {
  background-color: #e9eff2;
}
.c-btn--link--addList--fav.listAdd .text:after, .listAdd.c-btn--link--addList--fav--large .text:after {
  background-color: #5b93ad;
}
.c-btn--link--addList--fav.listAdd .text .add, .listAdd.c-btn--link--addList--fav--large .text .add {
  display: inline-block;
}
.c-btn--link--addList--fav.listAdd .text .delete, .listAdd.c-btn--link--addList--fav--large .text .delete {
  display: none;
}
.c-btn--link--addList--fav.listAdd:hover, .listAdd.c-btn--link--addList--fav--large:hover {
  background-color: #fff;
}
.c-btn--link--addList--fav.listDelete, .listDelete.c-btn--link--addList--fav--large {
  background-color: #fff;
}
.c-btn--link--addList--fav.listDelete .text:after, .listDelete.c-btn--link--addList--fav--large .text:after {
  background-color: #fff;
}
.c-btn--link--addList--fav.listDelete .text .add, .listDelete.c-btn--link--addList--fav--large .text .add {
  display: none;
}
.c-btn--link--addList--fav.listDelete .text .delete, .listDelete.c-btn--link--addList--fav--large .text .delete {
  display: inline-block;
}
.c-btn--link--addList--fav.listDelete:hover, .listDelete.c-btn--link--addList--fav--large:hover {
  background-color: #e9eff2;
}
.c-btn--link--addList--fav--large {
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
}
.c-btn--link--examinationList, .c-btn--link--favList {
  padding: 25px 0 23px;
  height: 70px;
}
.c-btn--link--examinationList .text, .c-btn--link--favList .text {
  position: relative;
  padding-left: 46px;
}
.c-btn--link--examinationList .text:before, .c-btn--link--favList .text:before {
  content: "";
  width: 21px;
  height: 25px;
  display: block;
  background: url(/assets/img/common/ico_list.png) no-repeat #fff;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 2px;
}
.c-btn--link--examinationList .text .num, .c-btn--link--favList .text .num {
  font-size: 1rem;
  background-color: #5b93ad;
  border: 1px #5b93ad solid;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: -3px;
  line-height: 15px;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
}
.c-btn--link--examinationList:hover .text .num, .c-btn--link--favList:hover .text .num {
  background-color: #fff;
  color: #5b93ad;
}
.c-btn--link--favList .text {
  padding-left: 53px;
  font-family: "Noto Serif JP", serif;
}
.c-btn--link--favList .text:before {
  width: 30px;
  height: 27px;
  left: 5px;
  background: url(/assets/img/common/ico_fav.png) no-repeat;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
.c-btn--link--favList .text .num {
  left: 24px;
  top: 8px;
  transition: all 0.25s ease-in-out;
}
.c-btn--link--favList:hover .text .num {
  background-color: #fff;
  color: #5b93ad;
}
.c-btn--link--favList:hover .text:before {
  background: url(/assets/img/common/ico_fav_w.png) no-repeat;
  background-size: contain;
}
.c-btn--bottomArrow {
  position: relative;
  background-color: #fff;
  transition: width 0.25s ease-in-out, color 0.25s ease-in-out;
  overflow: hidden;
}
.c-btn--bottomArrow:after {
  right: 20px;
  width: 7px;
  height: 13px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  margin: -6px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_btn_b.png) no-repeat;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
.c-btn--bottomArrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #5b93ad;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  padding: 11px 0;
  box-sizing: border-box;
}
.c-btn--bottomArrow:hover {
  color: #fff;
  background-color: #fff;
}
.c-btn--bottomArrow:hover:before {
  top: 0;
}
.c-btn--bottomArrow:hover:after {
  z-index: 3;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  background: url("/assets/img/common/ico_btn_w.png") no-repeat;
  background-size: contain;
}
.c-btn--bottomArrow span {
  position: relative;
  z-index: 2;
}
.c-btn--bottomArrow.open:after {
  transform: rotate(270deg);
}
.c-btn--pdfDl {
  width: 100%;
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
  text-decoration: none;
}
.c-btn--pdfDl span {
  position: relative;
}
.c-btn--pdfDl span:after {
  content: "";
  width: 20px;
  height: 21px;
  display: block;
  background: url(/assets/img/common/ico_pdf_l_w.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -37px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.25s ease-in-out;
}
.c-btn--pdfDl:hover span:after {
  background: url(/assets/img/common/ico_pdf_l.png) no-repeat;
  background-size: contain;
}

.addContentBtn {
  background-color: #FFF;
  color: #5b93ad;
  padding: 0;
  height: 70px;
  line-height: 70px;
  border: 1px #5b93ad solid;
  display: block;
  width: 100%;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.addContentBtn span {
  position: relative;
  padding-left: 30px;
}
.addContentBtn span:after, .addContentBtn span:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #5b93ad;
  display: block;
  position: absolute;
}
.addContentBtn span:after {
  left: 8px;
  top: 4px;
}
.addContentBtn span:before {
  left: 8px;
  top: 4px;
  transform: rotate(90deg);
}
.addContentBtn:hover {
  background-color: #5b93ad;
  color: #fff;
}
.addContentBtn:hover span:after, .addContentBtn:hover span:before {
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .c-btn, .c-btn--loginSubmit, .c-btn--more, .c-btn--link, .c-btn--link--blue, .c-btn--link--blue--horseListDetail, .c-btn--link--blue--small, .c-btn--link--red, .c-btn--link--red--horseListDetail, .c-btn--link--red--small, .c-btn--link--back, .c-btn--link--examinationList, .c-btn--link--favList, .c-btn--search, .c-btn--bottomArrow {
    padding: 14px 0 14px;
  }
  .c-btn:hover, .c-btn--loginSubmit:hover, .c-btn--more:hover, .c-btn--link:hover, .c-btn--link--blue:hover, .c-btn--link--blue--horseListDetail:hover, .c-btn--link--blue--small:hover, .c-btn--link--red:hover, .c-btn--link--red--horseListDetail:hover, .c-btn--link--red--small:hover, .c-btn--link--back:hover, .c-btn--link--examinationList:hover, .c-btn--link--favList:hover, .c-btn--search:hover, .c-btn--bottomArrow:hover {
    color: #24617d;
    border: 1px #5b93ad solid;
    background-color: #fdfcfa;
  }
  .c-btn--more, .c-btn--link, .c-btn--link--blue, .c-btn--link--blue--horseListDetail, .c-btn--link--blue--small, .c-btn--link--red, .c-btn--link--red--horseListDetail, .c-btn--link--red--small, .c-btn--link--back, .c-btn--link--examinationList, .c-btn--link--favList {
    font-size: 1.6rem;
    padding: 16px 0 11px;
    height: 50px;
  }
  .c-btn--more:after, .c-btn--link:after, .c-btn--link--blue:after, .c-btn--link--blue--horseListDetail:after, .c-btn--link--blue--small:after, .c-btn--link--red:after, .c-btn--link--red--horseListDetail:after, .c-btn--link--red--small:after, .c-btn--link--back:after, .c-btn--link--examinationList:after, .c-btn--link--favList:after {
    background: url(/assets/img/common/ico_btn_b_sp.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    right: 14px;
    margin: -4px 0 0 0;
  }
  .c-btn--more:hover, .c-btn--link:hover, .c-btn--link--blue:hover, .c-btn--link--blue--horseListDetail:hover, .c-btn--link--blue--small:hover, .c-btn--link--red:hover, .c-btn--link--red--horseListDetail:hover, .c-btn--link--red--small:hover, .c-btn--link--back:hover, .c-btn--link--examinationList:hover, .c-btn--link--favList:hover {
    color: #24617d;
  }
  .c-btn--more:hover:before, .c-btn--link:hover:before, .c-btn--link--blue:hover:before, .c-btn--link--blue--horseListDetail:hover:before, .c-btn--link--blue--small:hover:before, .c-btn--link--red:hover:before, .c-btn--link--red--horseListDetail:hover:before, .c-btn--link--red--small:hover:before, .c-btn--link--back:hover:before, .c-btn--link--examinationList:hover:before, .c-btn--link--favList:hover:before {
    display: none;
  }
  .c-btn--more:hover:after, .c-btn--link:hover:after, .c-btn--link--blue:hover:after, .c-btn--link--blue--horseListDetail:hover:after, .c-btn--link--blue--small:hover:after, .c-btn--link--red:hover:after, .c-btn--link--red--horseListDetail:hover:after, .c-btn--link--red--small:hover:after, .c-btn--link--back:hover:after, .c-btn--link--examinationList:hover:after, .c-btn--link--favList:hover:after {
    border: 0;
  }
  .c-btn--add {
    height: 50px;
    font-size: 1.6rem;
  }
  .c-btn--add span {
    position: relative;
  }
  .c-btn--add span:before {
    content: "+";
    font-size: 2.6rem;
    position: absolute;
    left: -21px;
    top: calc(50% - 1.3rem);
  }
  .c-btn--blue:hover, .c-btn--blue--upload:hover, .c-btn--pdfDl:hover {
    background-color: #5b93ad;
    color: #fff;
    border: 1px #5b93ad solid;
  }
  .c-btn--blue--upload {
    height: 50px;
    line-height: 50px;
  }
  .c-btn--blue--upload span {
    position: relative;
    line-height: 48px;
  }
  .c-btn--blue--upload span:after {
    content: "";
    width: 20px;
    height: 14px;
    display: block;
    background: url("/assets/img/common/ico_camera_white_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -7px;
  }
  .c-btn--blue--upload:hover span:after {
    background: url(/assets/img/common/ico_camera_white_sp.png) no-repeat;
    background-size: contain;
  }
  .c-btn--link, .c-btn--link--blue, .c-btn--link--blue--horseListDetail, .c-btn--link--blue--small, .c-btn--link--red, .c-btn--link--red--horseListDetail, .c-btn--link--red--small, .c-btn--link--back, .c-btn--link--examinationList, .c-btn--link--favList {
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .c-btn--link:after, .c-btn--link--blue:after, .c-btn--link--blue--horseListDetail:after, .c-btn--link--blue--small:after, .c-btn--link--red:after, .c-btn--link--red--horseListDetail:after, .c-btn--link--red--small:after, .c-btn--link--back:after, .c-btn--link--examinationList:after, .c-btn--link--favList:after {
    right: 15px;
    margin-top: -3px;
  }
  .c-btn--link:hover:after, .c-btn--link--blue:hover:after, .c-btn--link--blue--horseListDetail:hover:after, .c-btn--link--blue--small:hover:after, .c-btn--link--red:hover:after, .c-btn--link--red--horseListDetail:hover:after, .c-btn--link--red--small:hover:after, .c-btn--link--back:hover:after, .c-btn--link--examinationList:hover:after, .c-btn--link--favList:hover:after {
    background: url(/assets/img/common/ico_btn_b_sp.png) no-repeat;
    background-size: contain;
  }
  .c-btn--link--blue, .c-btn--link--blue--horseListDetail, .c-btn--link--blue--small {
    font-size: 1.6rem;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .c-btn--link--blue:after, .c-btn--link--blue--horseListDetail:after, .c-btn--link--blue--small:after {
    background: url(/assets/img/common/ico_btn_w_sp.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    right: 14px;
    margin: -4px 0 0 0;
  }
  .c-btn--link--blue:hover, .c-btn--link--blue--horseListDetail:hover, .c-btn--link--blue--small:hover {
    background-color: #5b93ad;
    color: #fff;
  }
  .c-btn--link--blue:hover:before, .c-btn--link--blue--horseListDetail:hover:before, .c-btn--link--blue--small:hover:before {
    display: none;
  }
  .c-btn--link--blue:hover:after, .c-btn--link--blue--horseListDetail:hover:after, .c-btn--link--blue--small:hover:after {
    background: url(/assets/img/common/ico_btn_w.png) no-repeat;
    background-size: contain;
  }
  .c-btn--link--blue--horseListDetail {
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0;
    text-align: left;
    text-align: center;
  }
  .c-btn--link--blue--horseListDetail:after {
    background: url(/assets/img/common/ico_btn_w_sp.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
  }
  .c-btn--link--blue--horseListDetail span {
    position: relative;
    z-index: 2;
    left: -5px;
    top: -1px;
  }
  .c-btn--link--blue--horseListDetail:hover {
    color: #fdfcfa;
  }
  .c-btn--link--blue--horseListDetail:hover:before {
    display: none;
  }
  .c-btn--link--blue.cancel, .cancel.c-btn--link--blue--horseListDetail, .cancel.c-btn--link--blue--small {
    background-color: #fff;
    color: #5b93ad;
  }
  .c-btn--link--blue.cancel:after, .cancel.c-btn--link--blue--horseListDetail:after, .cancel.c-btn--link--blue--small:after {
    background: url("/assets/img/common/ico_btn_b_sp.png") no-repeat;
    background-size: contain;
  }
  .c-btn--link--blue.cancel:before, .cancel.c-btn--link--blue--horseListDetail:before, .cancel.c-btn--link--blue--small:before {
    background: #5b93ad;
  }
  .c-btn--link--blue.cancel:hover, .cancel.c-btn--link--blue--horseListDetail:hover, .cancel.c-btn--link--blue--small:hover {
    background-color: #fff;
    color: #5b93ad;
  }
  .c-btn--link--blue.cancel:hover:after, .cancel.c-btn--link--blue--horseListDetail:hover:after, .cancel.c-btn--link--blue--small:hover:after {
    background: url("/assets/img/common/ico_btn_b_sp.png") no-repeat;
    background-size: contain;
  }
  .c-btn--link--red, .c-btn--link--red--horseListDetail, .c-btn--link--red--small {
    font-size: 1.6rem;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .c-btn--link--red:after, .c-btn--link--red--horseListDetail:after, .c-btn--link--red--small:after {
    background: url(/assets/img/common/ico_btn_w_sp.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    right: 14px;
    margin: -4px 0 0 0;
  }
  .c-btn--link--red:hover, .c-btn--link--red--horseListDetail:hover, .c-btn--link--red--small:hover {
    background-color: #cf3c3c;
    color: #fff;
    border: 1px #cf3c3c solid;
  }
  .c-btn--link--red:hover:before, .c-btn--link--red--horseListDetail:hover:before, .c-btn--link--red--small:hover:before {
    display: none;
  }
  .c-btn--link--red:hover:after, .c-btn--link--red--horseListDetail:hover:after, .c-btn--link--red--small:hover:after {
    background: url(/assets/img/common/ico_btn_w.png) no-repeat;
    background-size: contain;
  }
  .c-btn--link--red--horseListDetail {
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0;
    text-align: left;
    text-align: center;
  }
  .c-btn--link--red--horseListDetail:after {
    background: url(/assets/img/common/ico_btn_w_sp.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
  }
  .c-btn--link--red--horseListDetail span {
    position: relative;
    z-index: 2;
    left: -5px;
    top: -1px;
  }
  .c-btn--link--red--horseListDetail:hover {
    color: #fdfcfa;
  }
  .c-btn--link--red--horseListDetail:hover:before {
    display: none;
  }
  .c-btn--link--red.cancel, .cancel.c-btn--link--red--horseListDetail, .cancel.c-btn--link--red--small {
    background-color: #fff;
    color: #cf3c3c;
  }
  .c-btn--link--red.cancel:after, .cancel.c-btn--link--red--horseListDetail:after, .cancel.c-btn--link--red--small:after {
    background: url("/assets/img/common/ico_btn_r_sp.png") no-repeat;
    background-size: contain;
  }
  .c-btn--link--red.cancel:before, .cancel.c-btn--link--red--horseListDetail:before, .cancel.c-btn--link--red--small:before {
    background: #cf3c3c;
  }
  .c-btn--link--red.cancel:hover, .cancel.c-btn--link--red--horseListDetail:hover, .cancel.c-btn--link--red--small:hover {
    background-color: #fff;
    color: #cf3c3c;
  }
  .c-btn--link--red.cancel:hover:after, .cancel.c-btn--link--red--horseListDetail:hover:after, .cancel.c-btn--link--red--small:hover:after {
    background: url("/assets/img/common/ico_btn_r_sp.png") no-repeat;
    background-size: contain;
  }
  .c-btn--link--modalQs {
    min-width: 175px;
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    padding: 0 25px 0 46px;
    text-align: center;
    display: inline-block;
    width: auto;
  }
  .c-btn--link--modalQs span {
    padding-left: 0;
  }
  .c-btn--link--modalQs span:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    left: -25px;
    top: 50%;
    margin: -10px 0 0 0;
    background: url(/assets/img/common/ico_qs_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
  }
  .c-btn--link--modalQs:hover {
    background: #fff;
    color: #24617d;
  }
  .c-btn--link--modalQs:hover span:after {
    z-index: 3;
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    background: url("/assets/img/common/ico_qs_sp.png") no-repeat;
    background-size: contain;
  }
  .c-btn--link--uncheck {
    min-width: 175px;
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    padding: 0 10px 0 30px;
    text-align: center;
    display: inline-block;
    width: auto;
  }
  .c-btn--link--uncheck span {
    padding-left: 0;
  }
  .c-btn--link--uncheck span:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    left: -22px;
    top: calc(50% - 10px);
    margin: 0;
    position: absolute;
  }
  .c-btn--link--uncheck:hover {
    background: #fff;
    color: #24617d;
  }
  .c-btn--link--uncheck:hover span:after {
    z-index: 3;
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
  }
  .c-btn--link--back:after {
    left: 15px;
  }
  .c-btn--link--addList {
    font-size: 1.4rem;
    width: 100%;
    height: 50px;
    padding-top: 8px;
  }
  .c-btn--link--addList .num {
    font-size: 1.1rem;
    padding-left: 10px;
  }
  .c-btn--link--addList.listAdd:hover {
    background-color: #e9eff2;
  }
  .c-btn--link--addList.listAdd .text:after {
    left: -7px;
  }
  .c-btn--link--addList.listDelete:hover {
    background-color: #fff;
  }
  .c-btn--link--addList .text {
    letter-spacing: -0.06em;
    padding-left: 12px;
  }
  .c-btn--link--addList .text .add {
    padding-left: 0;
  }
  .c-btn--link--addList .text .add:after {
    width: 13px;
    height: 13px;
    background: url("/assets/img/common/ico_plus_sp.png") no-repeat;
    background-size: contain;
    left: -15px;
    margin-top: -6px;
  }
  .c-btn--link--addList .text .delete {
    padding-left: 0;
  }
  .c-btn--link--addList .text .delete:after {
    width: 13px;
    height: 13px;
    background: url("/assets/img/common/ico_minus_sp.png") no-repeat;
    background-size: contain;
    left: -16px;
    margin-top: -6px;
  }
  .c-btn--link--addList--fav, .c-btn--link--addList--fav--large {
    font-size: 1.4rem;
    color: #24617d;
    border: 1px #5b93ad solid;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
  }
  .c-btn--link--addList--fav .text, .c-btn--link--addList--fav--large .text {
    position: relative;
    letter-spacing: -0.06em;
    padding-left: 8px;
  }
  .c-btn--link--addList--fav .text .add, .c-btn--link--addList--fav--large .text .add {
    padding-left: 0;
  }
  .c-btn--link--addList--fav .text .add:after, .c-btn--link--addList--fav--large .text .add:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url("/assets/img/common/ico_plus_sp.png") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -17px;
    top: 50%;
    margin-top: -6px;
  }
  .c-btn--link--addList--fav .text .delete, .c-btn--link--addList--fav--large .text .delete {
    padding-left: 0;
  }
  .c-btn--link--addList--fav .text .delete:after, .c-btn--link--addList--fav--large .text .delete:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url("/assets/img/common/ico_minus_sp.png") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -17px;
    top: 50%;
    margin-top: -6px;
  }
  .c-btn--link--addList--fav.listAdd, .listAdd.c-btn--link--addList--fav--large {
    background-color: #e9eff2;
  }
  .c-btn--link--addList--fav.listAdd .text:after, .listAdd.c-btn--link--addList--fav--large .text:after {
    background-color: #5b93ad;
  }
  .c-btn--link--addList--fav.listAdd .text .add, .listAdd.c-btn--link--addList--fav--large .text .add {
    display: inline-block;
  }
  .c-btn--link--addList--fav.listAdd .text .delete, .listAdd.c-btn--link--addList--fav--large .text .delete {
    display: none;
  }
  .c-btn--link--addList--fav.listAdd:hover, .listAdd.c-btn--link--addList--fav--large:hover {
    background-color: #e9eff2;
  }
  .c-btn--link--addList--fav.listDelete, .listDelete.c-btn--link--addList--fav--large {
    background-color: #fff;
  }
  .c-btn--link--addList--fav.listDelete .text:after, .listDelete.c-btn--link--addList--fav--large .text:after {
    background-color: #fff;
  }
  .c-btn--link--addList--fav.listDelete .text .add, .listDelete.c-btn--link--addList--fav--large .text .add {
    display: none;
  }
  .c-btn--link--addList--fav.listDelete .text .delete, .listDelete.c-btn--link--addList--fav--large .text .delete {
    display: inline-block;
  }
  .c-btn--link--addList--fav.listDelete:hover, .listDelete.c-btn--link--addList--fav--large:hover {
    background-color: #fff;
  }
  .c-btn--link--addList--fav--large {
    font-size: 1.4rem;
  }
  .c-btn--link--examinationList, .c-btn--link--favList {
    font-size: 1.5rem;
    padding: 0;
  }
  .c-btn--link--examinationList .text, .c-btn--link--favList .text {
    position: relative;
    padding-left: 17px;
    display: block;
    letter-spacing: -0.08em;
  }
  .c-btn--link--examinationList .text:before, .c-btn--link--favList .text:before {
    width: 17px;
    height: 25px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -11px;
  }
  .c-btn--link--examinationList .text .num, .c-btn--link--favList .text .num {
    font-size: 0.8rem;
    left: 50%;
    top: 4px;
    margin-left: -41px;
    letter-spacing: 0.01em;
  }
  .c-btn--link--examinationList:after, .c-btn--link--favList:after {
    right: 12px; /* イレギュラー */
  }
  .c-btn--link--examinationList:hover .text .num, .c-btn--link--favList:hover .text .num {
    background-color: #5b93ad;
    color: #fff;
  }
  .c-btn--link--favList .text {
    padding-left: 25px;
  }
  .c-btn--link--favList .text:before {
    width: 24px;
    background-size: contain;
    margin-left: -79px;
  }
  .c-btn--link--favList .text .num {
    font-size: 0.8rem;
    left: 50%;
    top: 20px;
    margin-left: -65px;
    letter-spacing: 0.01em;
  }
  .c-btn--link--favList:hover .num {
    background-color: #fff;
    color: #5b93ad;
  }
  .c-btn--loginSubmit, .c-btn--search {
    padding: 10px 0 10px;
  }
  .c-btn--loginSubmit:hover, .c-btn--search:hover {
    background-color: #5b93ad;
    border: 1px #24617d solid;
    color: #fdfcfa;
  }
  .c-btn--search:hover {
    background-color: #5b93ad;
    border: 1px #24617d solid;
    color: #fdfcfa;
  }
  .c-btn--blue, .c-btn--blue--upload, .c-btn--pdfDl {
    font-size: 1.5rem;
  }
  .c-btn--pdfDl {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
  }
  .c-btn--pdfDl span:after {
    width: 16px;
    height: 18px;
    background: url("/assets/img/common/ico_pdf_sp_l_w.png") no-repeat;
    background-size: contain;
    left: -26px;
    margin-top: -9px;
  }
  .c-btn--pdfDl:hover span:after {
    background: url("/assets/img/common/ico_pdf_sp_l_w.png") no-repeat;
    background-size: contain;
  }
  .addContentBtn {
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
  }
  .addContentBtn span {
    position: relative;
    padding-left: 18px;
  }
  .addContentBtn span:after, .addContentBtn span:before {
    height: 15px;
  }
  .addContentBtn:hover {
    background-color: #fff;
    color: #5b93ad;
  }
  .addContentBtn:hover span:after, .addContentBtn:hover span:before {
    background-color: #5b93ad;
  }
}
table.is_fixed {
  table-layout: fixed;
}

.c-tbl_01 {
  width: 100%;
}
.c-tbl_01 th, .c-tbl_01 td {
  padding: 5px 0;
  color: #30403b;
  line-height: 1.6;
  text-align: left;
  font-size: 1.1rem;
}
.c-tbl_01 th + th, .c-tbl_01 th + td, .c-tbl_01 td + th, .c-tbl_01 td + td {
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-tbl_01 th, .c-tbl_01 td {
    font-size: 1.3rem;
  }
}
.c-tbl_01 th {
  white-space: nowrap;
}

.c-tbl_02 {
  width: 100%;
}
.c-tbl_02 + .c-annotation {
  margin-top: 15px;
}
.c-tbl_02 + p {
  margin-top: 30px;
}
.c-tbl_02 + .c-iconList {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-tbl_02 {
    max-width: 1120px;
  }
}
.c-tbl_02 caption {
  line-height: 1.6;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-tbl_02 caption {
    width: 90.625vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-tbl_02 caption {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.c-tbl_02 th, .c-tbl_02 td {
  color: #30403b;
  line-height: 1.6;
  text-align: left;
  border-top: 1px solid #c0cac7;
  border-bottom: 1px solid #c0cac7;
}
.c-tbl_02 th + th, .c-tbl_02 th + td, .c-tbl_02 td + th, .c-tbl_02 td + td {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-tbl_02 th, .c-tbl_02 td {
    font-size: 1.3rem;
    padding: 4px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-tbl_02 th, .c-tbl_02 td {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}
.c-tbl_02 th:last-child, .c-tbl_02 td:last-child {
  padding-right: 5px;
}
.c-tbl_02 th {
  white-space: nowrap;
  background: #e0eae7;
}
.c-tbl_02 thead th {
  padding-right: 30px;
  padding-left: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-tbl_02.o-form td {
    vertical-align: middle;
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-tbl_02.o-form td .c-grid {
    margin-bottom: -10px;
    max-width: 836px;
    width: 100%;
  }
  .c-tbl_02.o-form td .c-grid .c-error {
    margin-left: 16px;
  }
  .c-tbl_02.o-form td .c-grid .c-col {
    margin-bottom: 10px;
  }
  .c-tbl_02.o-form td .c-grid .c-col + .c-error {
    margin-top: -5px;
  }
  .c-tbl_02.o-form td .c-grid.is_unselected {
    opacity: 0.4;
  }
  .c-tbl_02.o-form td .c-label.c-label--v {
    margin-bottom: 5px;
  }
  .c-tbl_02.o-form td .c-error + .c-col {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl_02.o-form td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-tbl_02.o-form td .c-grid {
    margin-bottom: -10px;
  }
  .c-tbl_02.o-form td .c-grid .c-col {
    margin-bottom: 10px;
  }
  .c-tbl_02.o-form td .c-label.c-label--v {
    margin-bottom: 1px;
  }
}
.c-tbl_02.o-form td p + p {
  margin-top: 15px;
}
.c-tbl_02.o-form tfoot td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tbl_02.o-form tfoot td {
    border-top: 1px solid #c0cac7;
    padding: 20px 0;
  }
  .c-tbl_02.o-form tfoot td p + .c-list_btn {
    margin-top: 30px;
  }
  .c-tbl_02.o-form tfoot td .c-list_btn + p {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-tbl_02.o-form tfoot td {
    border-bottom: none;
    padding: 45px 30px 0;
  }
  .c-tbl_02.o-form tfoot td p + .c-list_btn {
    margin-top: 40px;
  }
  .c-tbl_02.o-form tfoot td .c-list_btn + p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl_02.o-form .c-indent_fee {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl_02.o-form th.c-indent_fee {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl_02.is_disassembly {
    display: block;
  }
  .c-tbl_02.is_disassembly thead,
  .c-tbl_02.is_disassembly tbody,
  .c-tbl_02.is_disassembly tfoot {
    display: block;
  }
  .c-tbl_02.is_disassembly tr, .c-tbl_02.is_disassembly th, .c-tbl_02.is_disassembly td {
    display: block;
    border-bottom: none;
  }
  .c-tbl_02.is_disassembly td {
    border-top: none;
    padding-bottom: 15px;
    border-top: 1px solid #c0cac7;
  }
  .c-tbl_02.is_disassembly th + td {
    border-top: none;
  }
}
.c-tbl_02.o-grid th, .c-tbl_02.o-grid td {
  border-right: 1px solid #c0cac7;
}
.c-tbl_02.o-grid th:last-child, .c-tbl_02.o-grid td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .c-tbl_02.o-grid th, .c-tbl_02.o-grid td {
    font-size: 1.2rem;
  }
}
.c-tbl_02.o-grid th {
  text-align: center;
  vertical-align: middle;
  padding: 20px 5px;
}
.c-tbl_02.o-grid td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 5px;
}
.c-tbl_02.o-grid td:empty {
  border-bottom: none;
}
.c-tbl_02.o-grid td:empty + td:empty {
  border-left: none;
}

.c-tbl_03 {
  width: 100%;
  border-top: 1px solid #c0cac7;
  border-bottom: 1px solid #c0cac7;
}
@media print, screen and (min-width: 768px) {
  .c-tbl_03 {
    max-width: 1120px;
  }
}
.c-tbl_03 th, .c-tbl_03 td {
  border-top: 1px solid #c0cac7;
  border-bottom: 1px solid #c0cac7;
  padding: 15px 0;
  text-align: left;
  line-height: 1.6;
  font-size: 1.3rem;
}
.c-tbl_03 th + th, .c-tbl_03 th + td, .c-tbl_03 td + th, .c-tbl_03 td + td {
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-tbl_03 th, .c-tbl_03 td {
    font-size: 1.5rem;
  }
}
.c-tbl_03 th {
  white-space: nowrap;
}
.c-tbl_03.o-noBorder th, .c-tbl_03.o-noBorder td {
  border: none;
}
.c-tbl_03.o-noBorder tr.o-borderTop th, .c-tbl_03.o-noBorder tr.o-borderTop td {
  border-top: 1px solid #c0cac7;
}
.c-tbl_03.o-noBorder tr.o-wideTop th, .c-tbl_03.o-noBorder tr.o-wideTop td {
  padding-top: 15px;
}
.c-tbl_03.o-noBorder tr.o-wideBottom th, .c-tbl_03.o-noBorder tr.o-wideBottom td {
  padding-bottom: 15px;
}
.c-tbl_03.o-narrow th, .c-tbl_03.o-narrow td {
  padding: 0;
}
.c-tbl_03.o-narrow tr:first-child th, .c-tbl_03.o-narrow tr:first-child td {
  padding-top: 15px;
}
.c-tbl_03.o-narrow tr:last-child th, .c-tbl_03.o-narrow tr:last-child td {
  padding-bottom: 15px;
}

a,
a:visited,
a:hover {
  /*
    color: #24617d;
    text-decoration: none;
  */
  tap-highlight-color: rgba(0, 0, 0, 0);
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mText a {
  color: #24617d;
  text-decoration: underline;
}
.mText a:hover {
  text-decoration: none;
}
.mText.textOnly a {
  text-decoration: none;
  pointer-events: none;
}

.ddOpen, .open_close_arrowLink, .open_close_arrowLink--small, .open_close_arrowLink--search, .nextLiOpen {
  display: block;
  position: relative;
  color: #24617d;
  text-decoration: none;
  padding-right: 20px;
  border-bottom: 1px #dddcda solid;
  padding-bottom: 10px;
  /*
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  */
  line-height: 1.3;
}
.ddOpen:after, .open_close_arrowLink:after, .open_close_arrowLink--small:after, .open_close_arrowLink--search:after, .nextLiOpen:after {
  right: 1px;
  width: 7px;
  height: 13px;
  transform: rotate(90deg);
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -11px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url("/assets/img/common/ico_btn_b.png") no-repeat;
  background-size: contain;
}
.ddOpen.active:after, .active.open_close_arrowLink:after, .active.open_close_arrowLink--small:after, .active.open_close_arrowLink--search:after, .active.nextLiOpen:after {
  transform: rotate(-90deg);
  margin: -11px 0 0 0;
  background: url(/assets/img/common/ico_btn_b_sp.png) no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
}

.nextLiOpen {
  border-bottom: 0;
  padding-bottom: 0px;
}
.nextLiOpen:after {
  margin: -6px 0 0 0;
  right: 1px;
}
.nextLiOpen.active:after {
  transform: rotate(-90deg);
  margin: -6px 0 0 0;
}

.open_close_arrowLink, .open_close_arrowLink--small, .open_close_arrowLink--search {
  border-bottom: 0;
  padding-bottom: 0px;
  font-size: 2.4rem;
  padding: 37px 0 32px 36px;
}
.open_close_arrowLink:after, .open_close_arrowLink--small:after, .open_close_arrowLink--search:after {
  right: 30px;
  width: 7px;
  height: 13px;
  transform: rotate(90deg);
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -11px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url("/assets/img/common/ico_btn_b.png") no-repeat;
  background-size: contain;
}
.open_close_arrowLink.active:after, .active.open_close_arrowLink--small:after, .active.open_close_arrowLink--search:after {
  transform: rotate(-90deg);
  margin: -11px 0 0 0;
}
.open_close_arrowLink--small {
  font-size: 1.8rem;
  padding: 0 34px 0 0;
  width: auto;
  display: inline-block;
}
.open_close_arrowLink--small:after {
  right: 16px;
  margin: -6px 0 0 0;
}

.topUploadLink {
  display: block;
  width: 100%;
  color: #24617d;
  border: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 165px;
  line-height: 36px;
  margin: 0;
  padding-left: 20px;
  left: 0;
  top: 0;
  opacity: 1;
}
.topUploadLink span {
  padding-left: 8px;
}
.topUploadLink:after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  left: 21px;
  top: 50%;
  margin: -8px 0 0 0;
  z-index: 3;
  background: url(/assets/img/common/ico_camera.png) no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 0.25s ease-in-out;
}
.topUploadLink:hover {
  background-color: rgba(91, 147, 174, 0.85);
  color: #fff;
}
.topUploadLink:hover:after {
  background: url(/assets/img/common/ico_camera_o.png) no-repeat;
  background-size: contain;
}

.underline {
  text-decoration: underline !important;
}
.underline:hover {
  text-decoration: none !important;
}

.c-link, .c-link--qs, .c-link--rightArrow, .c-link--qs--text, .c-link--rightArrow--text, .c-link--underline {
  font-size: 1.2rem;
  color: #24617d;
  text-decoration: none;
}
.c-link:focus, .c-link--qs:focus, .c-link--rightArrow:focus, .c-link--qs--text:focus, .c-link--rightArrow--text:focus, .c-link--underline:focus {
  outline: none;
}
.c-link:hover, .c-link--qs:hover, .c-link--rightArrow:hover, .c-link--qs--text:hover, .c-link--rightArrow--text:hover, .c-link--underline:hover {
  opacity: 0.7;
}
.c-link--underline {
  text-decoration: underline !important;
}
.c-link--underline:hover {
  text-decoration: none !important;
}
.c-link--rightArrow, .c-link--qs--text, .c-link--rightArrow--text {
  font-size: 1.8rem;
  position: relative;
  padding-left: 30px;
  position: relative;
}
.c-link--rightArrow:after, .c-link--qs--text:after, .c-link--rightArrow--text:after {
  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;
}
.c-link--rightArrow--text {
  font-size: 1.4rem;
}
.c-link--qs {
  font-size: 1.8rem;
  position: relative;
  padding-left: 30px;
  position: relative;
}
.c-link--qs:after {
  left: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin: -9px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_qs.png) no-repeat;
  background-size: contain;
}
.c-link--qs--text {
  font-size: 1.4rem;
}
.c-link--more, .c-link--smoothScroll {
  font-size: 1.8rem;
  position: relative;
  display: block;
  text-align: right;
  padding-right: 28px;
  color: #24617d;
}
.c-link--more:after, .c-link--smoothScroll:after {
  right: 3px;
  width: 7px;
  height: 13px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
  content: "";
  vertical-align: middle;
  background: url(/assets/img/common/ico_btn_b.png) no-repeat;
  background-size: contain;
}
.c-link--more:hover, .c-link--smoothScroll:hover {
  opacity: 0.7;
}
.c-link--smoothScroll {
  padding: 0 0 0 28px;
  display: inline-block;
  text-decoration: none;
}
.c-link--smoothScroll:after {
  right: inherit;
  left: 6px;
  margin-top: -7px;
}
.c-link--unReadCntLink {
  position: relative;
}
.c-link--unReadCntLink .cnt {
  font-size: 1.2rem;
  position: absolute;
  background-color: #5b93ad;
  color: #fff;
  right: 1px;
  width: 25px;
  height: 25px;
  top: 5px;
  border-radius: 50px;
  text-align: center;
  line-height: 25px;
}
.c-link--unReadCntLink .cnt.double {
  font-size: 1rem;
  position: absolute;
  background-color: #5b93ad;
  color: #fff;
  right: 1px;
  width: 30px;
  height: 14px;
  top: 50%;
  border-radius: 50px;
  text-align: center;
  line-height: 14px;
  margin-top: -7px;
}
.c-link--photoLink, .c-link--cameraLink, .c-link--catalogLink, .c-link--movieLink {
  position: relative;
  font-size: 1.6rem;
  color: #24617d;
  padding-left: 24px;
  text-decoration: none;
}
.c-link--photoLink:before, .c-link--cameraLink:before, .c-link--catalogLink:before, .c-link--movieLink:before {
  content: "";
  width: 19px;
  height: 15px;
  display: block;
  background: url(/assets/img/common/ico_picLink.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -4px;
}
.c-link--photoLink:hover, .c-link--cameraLink:hover, .c-link--catalogLink:hover, .c-link--movieLink:hover {
  opacity: 0.7;
}
.c-link--movieLink:before {
  width: 19px;
  height: 19px;
  background: url(/assets/img/common/ico_movieLink.png) no-repeat;
  background-size: contain;
  left: -1px;
  top: 3px;
}
.c-link--catalogLink:before {
  width: 15px;
  height: 17px;
  left: -1px;
  top: 4px;
  background: url(/assets/img/common/ico_pdf.png) no-repeat;
  background-size: contain;
}
.c-link--cameraLink:before {
  width: 20px;
  height: 15px;
  left: -5px;
  top: 5px;
  background: url(/assets/img/common/ico_camera.png) no-repeat;
  background-size: contain;
}
.c-link--backLink {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 19px;
  text-decoration: none;
  color: #24617d;
}
.c-link--backLink:after {
  left: 3px;
  width: 7px;
  height: 13px;
  background: url("/assets/img/common/ico_btn_b.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  margin: -6px 0 0 0;
  content: "";
  vertical-align: middle;
}
.c-link--backLink:hover {
  opacity: 0.7;
}
.c-link--text {
  color: #24617d;
  text-decoration: underline;
}
.c-link--text:hover {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .c-link:hover, .c-link--underline:hover, .c-link--rightArrow:hover, .c-link--rightArrow--text:hover, .c-link--qs:hover, .c-link--qs--text:hover {
    opacity: 1;
  }
  .c-link--rightArrow, .c-link--rightArrow--text, .c-link--qs--text {
    font-size: 1.4rem;
    padding-left: 26px;
  }
  .c-link--rightArrow:after, .c-link--rightArrow--text:after, .c-link--qs--text:after {
    left: -1px;
    margin: 0;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 1px;
    content: "";
    vertical-align: middle;
    background: url(/assets/img/common/ico_text_arrow_sp.png) no-repeat;
    background-size: contain;
  }
  .c-link--rightArrow--text {
    font-size: 1.3rem;
    padding-left: 25px;
  }
  .c-link--rightArrow--text:after {
    top: -0.15em;
  }
  .c-link--more, .c-link--smoothScroll {
    font-size: 1.4rem;
    padding-right: 22px;
  }
  .c-link--more:after, .c-link--smoothScroll:after {
    right: 2px;
    width: 6px;
    height: 10px;
    background: url(/assets/img/common/ico_btn_b_sp.png) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    margin: -5px 0 0 0;
    content: "";
    vertical-align: middle;
  }
  .c-link--more:hover, .c-link--smoothScroll:hover {
    opacity: 1;
  }
  .c-link--smoothScroll {
    padding: 0 0 0 20px;
  }
  .c-link--smoothScroll:after {
    left: 7px;
    margin: -4px 0 0 0;
  }
  .c-link--underline {
    font-size: 1.3rem;
    text-decoration: underline !important;
  }
  .c-link--underline:hover {
    text-decoration: underline !important;
  }
  .c-link--unReadCntLink {
    position: relative;
  }
  .c-link--unReadCntLink .cnt {
    font-size: 1.05rem;
    right: 0px;
    top: 50%;
    margin-top: -13px;
  }
  .c-link--photoLink, .c-link--movieLink, .c-link--catalogLink, .c-link--cameraLink {
    font-size: 1.1rem;
    padding-left: 21px;
  }
  .c-link--photoLink:before, .c-link--movieLink:before, .c-link--catalogLink:before, .c-link--cameraLink:before {
    width: 19px;
    height: 14px;
    top: 1px;
    background: url(/assets/img/common/ico_picLink_sp.png) no-repeat;
    background-size: contain;
  }
  .c-link--photoLink:hover, .c-link--movieLink:hover, .c-link--catalogLink:hover, .c-link--cameraLink:hover {
    opacity: 1;
  }
  .c-link--movieLink:before {
    width: 14px;
    height: 14px;
    top: 1px;
    left: 0px;
    background: url(/assets/img/common/ico_movieLink_sp.png) no-repeat;
    background-size: contain;
  }
  .c-link--catalogLink:before {
    width: 13px;
    height: 19px;
    left: 4px;
    top: 1px;
    background: url(/assets/img/common/ico_pdf_sp.png) no-repeat;
    background-size: contain;
  }
  .c-link--cameraLink:before {
    width: 15px;
    height: 11px;
    left: 0px;
    top: 4px;
    background: url(/assets/img/common/ico_camera_sp.png) no-repeat;
    background-size: contain;
  }
  .c-link--backLink {
    font-size: 1.2rem;
    padding-left: 12px;
  }
  .c-link--backLink:after {
    left: 2px;
    width: 5px;
    height: 8px;
    margin: -3px 0 0 0;
  }
  .c-link--backLink:hover {
    opacity: 1;
  }
  .c-link--qs {
    font-size: 1.3rem;
    position: relative;
    padding-left: 30px;
    position: relative;
  }
  .c-link--qs:after {
    left: 0px;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    content: "";
    vertical-align: middle;
    background: url(/assets/img/common/ico_qs_sp.png) no-repeat;
    background-size: contain;
  }
  .c-link_hmMenuOpen {
    display: block;
    width: 30px;
    height: 16px;
    position: relative;
    top: 50%;
    z-index: 100;
    margin-top: -6px;
  }
  .c-link_hmMenuOpen div {
    position: relative;
  }
  .c-link_hmMenuOpen div span {
    display: block;
    height: 1px;
    background: #5b93ad;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  .c-link_hmMenuOpen div span:nth-child(1) {
    top: 0px;
  }
  .c-link_hmMenuOpen div span:nth-child(2) {
    top: 6px;
  }
  .c-link_hmMenuOpen div span:nth-child(3) {
    top: 12px;
  }
  .c-link_hmMenuOpen.open span {
    /*開閉ボタンopen時*/
  }
  .c-link_hmMenuOpen.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
  }
  .c-link_hmMenuOpen.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .c-link_hmMenuOpen.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
  }
  .topUploadLink {
    width: auto;
    font-size: 1.2rem;
    padding-right: 4%;
    margin: 11px auto 0;
    display: inline-block;
    background-color: #fff;
    height: 100%;
    line-height: 1;
    overflow: initial;
  }
  .topUploadLink:after {
    content: "";
    width: 20px;
    height: 14px;
    display: block;
    background: url(/assets/img/common/ico_camera_sp_l.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -63px;
  }
  .topUploadLink:hover {
    color: #24617d;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .topUploadLink:hover:after {
    background: url(/assets/img/common/ico_camera_sp_l.png) no-repeat;
    background-size: 100%;
  }
  .open_close_arrowLink, .open_close_arrowLink--search, .open_close_arrowLink--small {
    font-size: 1.5rem;
    padding: 16px 0 16px 12px;
  }
  .open_close_arrowLink:after, .open_close_arrowLink--search:after, .open_close_arrowLink--small:after {
    background: url(/assets/img/common/ico_btn_b_sp.png) no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    right: 14px;
    margin: -4px 0 0 0;
  }
  .open_close_arrowLink--search {
    margin-top: 48px;
    border: 1px #5b93ad solid;
    background-color: #eef4f7;
  }
  .open_close_arrowLink--search:after {
    margin: -7px 0 0 0;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
  }
  .open_close_arrowLink--search.active {
    border-bottom: 1px #d1e1e8 solid;
  }
  .open_close_arrowLink--search.active:after {
    margin: -7px 0 0 0;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
  }
  .nextLiOpen:after {
    right: 7px;
  }
  .spTel {
    color: #24617d;
  }
}
.l-main .c-read_01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .l-main .c-read_01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-read_01.o-tilda {
    text-align: center;
    width: 100%;
  }
  .l-main .c-read_01.o-tilda::after {
    content: "";
    width: 28px;
    height: 7px;
    display: block;
    margin: 16px auto 0;
    background-image: url(/assets/img/misc/icn_tilda.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.l-main.c-note_01 {
  font-size: 1.3rem;
}

.c-annotation {
  font-size: 1.1rem;
  line-height: 1.6;
}
.c-annotation + .c-tbl_02 {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-annotation + .c-tbl_02 {
    margin-top: 20px;
  }
}
.c-annotation + .c-grid {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-annotation + .c-grid {
    margin-top: 40px;
  }
}
.c-annotation + .l-heading--lv4 {
  margin-top: 40px;
}
.c-annotation + section {
  margin-top: 40px;
}
.c-annotation + .c-list_cmn_02 {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-annotation + .c-list_cmn_02 {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-annotation {
    font-size: 1.3rem;
  }
}
.c-annotation:not(ul) {
  padding-left: 1.1em;
  position: relative;
}
.c-annotation:not(ul)::before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-annotation.u-ta_c, .c-annotation.u-ta_r {
  padding-left: 0;
}
.c-annotation.u-ta_c::before, .c-annotation.u-ta_r::before {
  position: relative;
}

.moreBox > div {
  display: none;
}

.c-list--annotation {
  color: #24617d;
  font-size: 1.4rem;
}
.c-list--annotation > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list--disc {
  list-style: disc;
  margin-left: 1.5em;
}
.textList {
  font-size: 1.4rem;
}
.textList li {
  line-height: 1.7;
}

.listClose {
  display: none;
}

.shareArea a {
  transition: all 0.25s ease-in-out;
}
.shareArea a:hover {
  opacity: 0.7;
}

.c-categoryMenu__title {
  font-size: 1.6rem;
  color: #2b6681;
  font-family: "Noto Serif JP", serif;
}
.c-categoryMenu__title.lt {
  letter-spacing: -0.09em;
}
.c-categoryMenu__title .memberClass {
  font-size: 1rem;
  color: #fff;
  background-color: #8b8265;
  text-align: center;
  display: inline-block;
  padding: 3px 7px 3px 8px;
}
.c-categoryMenu__title .memberClass.withdrawal {
  background-color: #b61e0d;
  color: #fff;
}
.c-categoryMenu__title .memberClass.sfunc {
  background-color: #5b93ad;
}
.c-categoryMenu__title .memberClass.sfunc.temporary {
  border: 1px #5b93ad solid;
  color: #5b93ad;
  background-color: #fff;
  padding: 2px 6px 2px 7px;
}
.c-categoryMenu__title .companyName {
  display: block;
  font-size: 1.4rem;
  margin: 7px 0 7px;
}
.c-categoryMenu__title .nickName {
  display: block;
  font-size: 1.1rem;
}
.c-categoryMenu__title .c-btn, .c-categoryMenu__title .c-btn--loginSubmit, .c-categoryMenu__title .c-btn--more, .c-categoryMenu__title .c-btn--link, .c-categoryMenu__title .c-btn--link--blue, .c-categoryMenu__title .c-btn--link--blue--horseListDetail, .c-categoryMenu__title .c-btn--link--blue--small, .c-categoryMenu__title .c-btn--link--red, .c-categoryMenu__title .c-btn--link--red--horseListDetail, .c-categoryMenu__title .c-btn--link--red--small, .c-categoryMenu__title .c-btn--link--back, .c-categoryMenu__title .c-btn--link--examinationList, .c-categoryMenu__title .c-btn--link--favList, .c-categoryMenu__title .c-btn--search, .c-categoryMenu__title .c-btn--bottomArrow {
  width: 120px;
  padding: 8px 0 9px 0;
  font-size: 1.2rem;
}
.c-categoryMenu__title .logoutLink {
  font-size: 1.2rem;
  color: #24617d;
  margin-top: 11px;
  display: block;
}
.c-categoryMenu__title .logoutLink:hover {
  text-decoration: none;
}
.c-categoryMenu__list.listOC {
  margin-top: 0;
}
.c-categoryMenu__list.listOC ul {
  border-top: 0;
}

.c-menuList, .c-menuList--disc {
  border-top: 1px #dddcda solid;
  width: 100%;
}
.c-menuList > li, .c-menuList--disc > li {
  font-size: 1.5rem;
  color: #24617d;
  border-bottom: 1px #dddcda solid;
  padding: 9px 19px 9px;
}
.c-menuList > li a, .c-menuList--disc > li a {
  text-decoration: none;
  color: #24617d;
}
.c-menuList > li.c-icnTxt--listNew a, .c-menuList--disc > li.c-icnTxt--listNew a {
  padding-right: 50px;
}
.c-menuList--disc {
  padding-left: 0;
}
.c-menuList--disc > li {
  position: relative;
  padding: 0;
}
.c-menuList--disc > li:before {
  content: "・";
  font-size: 1.6rem;
  position: absolute;
  left: 9px;
  top: 9px;
}
.c-menuList--disc > li.noDisc:before {
  display: none;
}
.c-menuList--disc > li a {
  display: block;
  padding: 8px 19px 6px 25px;
  line-height: 1.4;
}
.c-menuList--disc > li a:hover {
  opacity: 0.7;
}
.c-menuList--disc > li > span {
  display: block;
  padding: 8px 0px 6px 12px;
  line-height: 1.4;
}
.c-menuList--disc > li.subMenu {
  padding: 10px 19px 8px 19px;
  display: none;
}
.c-menuList--disc > li.subMenu:before, .c-menuList--disc > li.subMenu:after {
  content: "";
}
.c-menuList--disc > li.subMenu > ul li {
  padding: 0;
  font-size: 1.2rem;
  color: #24617d;
}
.c-menuList--disc > li.subMenu > ul li a {
  display: block;
  padding: 6px 0 7px;
}
.c-menuList--disc > li .subData {
  font-size: 1.1rem;
  display: block;
  margin-top: 0;
}
.c-menuList--disc > li .subData.battleRecord {
  text-indent: -5em;
  padding-left: 5em;
}
.c-menuList--disc > li .subData span {
  font-size: 1.4rem;
  vertical-align: baseline;
}
.c-menuList--disc > li .subData span.record {
  font-size: 1.2rem;
}
.c-menuList--subMenu {
  border-top: 0;
  width: 100%;
}
.c-menuList--subMenu > li {
  font-size: 1.5rem;
  color: #24617d;
  border-bottom: 0;
  padding: 0;
}
.c-menuList--subMenu > li a {
  display: block;
  padding: 9px 19px 9px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list .slick-track,
.slick-slider .slick-list .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-list .slick-track:after {
  clear: both;
}
.slick-slider .slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-slide img {
  display: block;
  width: 100%;
}
.slick-slider .slick-slide img:hover {
  opacity: 1;
}
.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}
.slick-slider .slick-slide.more {
  position: relative;
}
.slick-slider .slick-slide.more a {
  display: block;
  position: relative;
}
.slick-slider .slick-slide.more a .imgOver {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
}
.slick-slider .slick-slide.more a:hover .imgOver {
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-list_horseDetailSlide li .text {
  font-size: 1.6rem;
  color: #24617d;
  line-height: 1.6;
  margin-top: 11px;
}
.c-list_horseDetailSlide li .text .date {
  display: block;
}
.c-list_horseDetailSlide li.moreLink a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-list_horseDetailSlide li.moreLink a img {
  width: 48px;
  height: 48px;
}
.c-list_horseDetailSlide li.moreLink a span {
  font-size: 1.4rem;
  text-decoration: none;
}
.c-list_horseDetailSlide .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 19px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  left: 5px;
}
.c-list_horseDetailSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.c-list_horseDetailSlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.c-list_horseDetailSlide .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #d4e0e6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}
.c-list_horseDetailSlide .slick-dots li.slick-active button:before {
  background-color: #5b93ad;
}

.c-list_banner li {
  margin-top: 40px;
  text-align: center;
}
.c-list_banner li:first-child {
  margin-top: 0;
}
.c-list_banner li img {
  width: 100%;
}

.c-list_news > li, .c-list_news--raceResult > li, .c-list_news--raceEntry > li, .c-list_news--importantNotices > li, .c-list_news--message > li, .c-list_news--more > li {
  border-bottom: 1px #5b93ad solid;
  padding: 0;
}
.c-list_news > li:first-child, .c-list_news--raceResult > li:first-child, .c-list_news--raceEntry > li:first-child, .c-list_news--importantNotices > li:first-child, .c-list_news--message > li:first-child, .c-list_news--more > li:first-child {
  border-top: 1px #5b93ad solid;
}
.c-list_news > li a, .c-list_news--raceResult > li a, .c-list_news--raceEntry > li a, .c-list_news--importantNotices > li a, .c-list_news--message > li a, .c-list_news--more > li a {
  padding: 21px 0 21px 21px;
  display: block;
  position: relative;
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
}
.c-list_news > li a:hover, .c-list_news--raceResult > li a:hover, .c-list_news--raceEntry > li a:hover, .c-list_news--importantNotices > li a:hover, .c-list_news--message > li a:hover, .c-list_news--more > li a:hover {
  background-color: rgba(91, 147, 147, 0.1);
}
.c-list_news > li a:after, .c-list_news--raceResult > li a:after, .c-list_news--raceEntry > li a:after, .c-list_news--importantNotices > li a:after, .c-list_news--message > li a:after, .c-list_news--more > li a:after {
  right: 23px;
  width: 14px;
  height: 26px;
  background: url(/assets/img/common/ico_btn_b_l.png) no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
  content: "";
  vertical-align: middle;
}
.c-list_news > li a dl, .c-list_news--raceResult > li a dl, .c-list_news--raceEntry > li a dl, .c-list_news--importantNotices > li a dl, .c-list_news--message > li a dl, .c-list_news--more > li a dl {
  display: flex;
  flex-direction: row;
  color: #24617d;
  font-size: 1.8rem;
}
.c-list_news > li a dl dt, .c-list_news--raceResult > li a dl dt, .c-list_news--raceEntry > li a dl dt, .c-list_news--importantNotices > li a dl dt, .c-list_news--message > li a dl dt, .c-list_news--more > li a dl dt {
  line-height: 1.6;
}
.c-list_news > li a dl dt.c-newsList__title__date, .c-list_news--raceResult > li a dl dt.c-newsList__title__date, .c-list_news--raceEntry > li a dl dt.c-newsList__title__date, .c-list_news--importantNotices > li a dl dt.c-newsList__title__date, .c-list_news--message > li a dl dt.c-newsList__title__date, .c-list_news--more > li a dl dt.c-newsList__title__date {
  font-family: "EB Garamond", serif;
}
.c-list_news > li a dl dd, .c-list_news--raceResult > li a dl dd, .c-list_news--raceEntry > li a dl dd, .c-list_news--importantNotices > li a dl dd, .c-list_news--message > li a dl dd, .c-list_news--more > li a dl dd {
  margin-left: 38px;
  line-height: 1.6;
  padding-right: 50px;
}
.c-list_news > li a dl dd.c-icnTxt--newsNew:after, .c-list_news > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news > li a dl dd.c-icnTxt--required:after, .c-list_news > li a dl dd.c-icnTxt--featureNew:after, .c-list_news > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--required:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--required:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--required:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--message > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--message > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--message > li a dl dd.c-icnTxt--required:after, .c-list_news--message > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--message > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--message > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--more > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--more > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--more > li a dl dd.c-icnTxt--required:after, .c-list_news--more > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--more > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--more > li a dl dd.c-icnTxt--newsNew--sp:after {
  left: inherit;
  top: -1px;
  margin-left: 23px;
}
.c-list_news--more > li:first-child {
  border-top: 0;
}
.c-list_news--message > li a {
  padding: 20px 0 18px 21px;
  display: block;
  position: relative;
}
.c-list_news--message > li a:after {
  right: 23px;
  width: 37px;
  height: 25px;
  border-top: 0;
  border-right: 0;
  transform: rotate(0deg);
  background: url(/assets/img/common/ico_mail.gif) no-repeat;
  position: absolute;
  top: 50%;
  margin: -13px 0 0 0;
  content: "";
  vertical-align: middle;
}
.c-list_news--message > li a.unread:after {
  background: url(/assets/img/common/ico_mail_unread.gif) no-repeat;
}
.c-list_news--message > li a dl dd {
  padding-right: 70px;
  position: relative;
}
.c-list_news--message > li a dl dd.badgeText:after {
  content: "";
  position: relative;
  left: 0;
  top: -0.1em;
  font-size: 1.4rem;
  color: #fff;
  background-color: #5b93ad;
  display: inline-block;
  padding: 5px 15px 6px;
  width: auto;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 8px;
}
.c-list_news--message > li a dl dd.emergency:after {
  content: "緊急";
  background-color: #ae1818;
  color: #fff;
}
.c-list_news--message > li a dl dd.important:after {
  content: "重要";
  background-color: #fff;
  border: 1px #d48585 solid;
  color: #ae1818;
}
.c-list_news--importantNotices {
  border-bottom: 1px #ae1818 solid;
}
.c-list_news--importantNotices > li {
  border-bottom: 0;
  border-right: 1px #ae1818 solid;
  border-left: 1px #ae1818 solid;
  border-top: 1px #e7b9b9 solid;
  padding: 0;
}
.c-list_news--importantNotices > li:first-child {
  border-top: 0;
}
.c-list_news--importantNotices > li a {
  padding: 22px 0 22px 21px;
  display: block;
  position: relative;
}
.c-list_news--importantNotices > li a:after {
  width: 11px;
  height: 20px;
  background: url("/assets/img/common/ico_btn_r.png") no-repeat;
  background-size: contain;
}
.c-list_news--importantNotices > li a dl {
  color: #ae1818;
}
.c-list_news--importantNotices > li a:hover {
  background-color: #f9efef;
}
.c-list_news--raceEntry {
  color: #24617d;
}
h3 + .c-list_news--raceEntry {
  margin-top: 11px;
}
.c-list_news--raceEntry > li {
  position: relative;
  padding: 12px 0 13px 2px;
}
.c-list_news--raceEntry > li .listData {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.c-list_news--raceEntry > li .listData > li {
  font-size: 1.6rem;
}
.c-list_news--raceEntry > li .listData > li:nth-of-type(2) {
  width: 78%;
}
.c-list_news--raceEntry > li .listData > li h4 {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}
.c-list_news--raceEntry > li .listData > li h4 a {
  padding: 0;
  text-decoration: underline;
  color: #387b9a;
  font-size: 2.2rem;
  display: inline-block;
}
.c-list_news--raceEntry > li .listData > li h4 a:after {
  display: none;
}
.c-list_news--raceEntry > li .listData > li h4 a:hover {
  background-color: transparent;
}
.c-list_news--raceEntry > li .listData > li h4 a + span {
  margin-left: 5px;
}
.c-list_news--raceEntry > li .listData > li h4 span {
  font-size: 1.6rem;
  vertical-align: bottom;
}
.c-list_news--raceEntry > li .listData > li h4 span + span {
  margin-left: 5px;
}
.c-list_news--raceEntry > li .listData > li .c-list__textRow, .c-list_news--raceEntry > li .listData > li .c-list__textRow--inl, .c-list_news--raceEntry > li .listData > li .c-list__textRow--simple {
  margin-top: 8px;
}
.c-list_news--raceEntry > li .listData > li .c-list__textRow > li, .c-list_news--raceEntry > li .listData > li .c-list__textRow--inl > li, .c-list_news--raceEntry > li .listData > li .c-list__textRow--simple > li {
  margin-bottom: 7px;
}
.c-list_news--raceEntry > li .listData > li .note {
  font-size: 1.6rem;
  margin-top: 3px;
  line-height: 1.6;
}
.c-list_news--raceEntry > li .listData > li:first-child {
  font-size: 1.8rem;
  margin-right: 38px;
  font-family: "Noto Serif JP", serif;
}
.c-list_news--raceEntry > li .listData > li:last-child {
  margin-left: auto;
}
.c-list_news--raceEntry > li .listData + p {
  margin-top: 3px;
  line-height: 1.6;
}
.c-list_news--raceResult {
  color: #24617d;
}
.c-list_news--raceResult > li {
  position: relative;
  padding: 0;
}
.c-list_news--raceResult > li a {
  padding: 15px 0 22px 0;
  color: #24617d;
}
.c-list_news--raceResult > li a:after {
  right: 20px;
  width: 11px;
  height: 20px;
  background: url(/assets/img/common/ico_btn_b_l.png) no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  margin: -8px 0 0 0;
  content: "";
  vertical-align: middle;
}
.c-list_news--raceResult > li > .listData {
  padding: 15px 0 22px 0;
}
.c-list_news--raceResult > li .listData {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.c-list_news--raceResult > li .listData > li {
  font-size: 1.6rem;
}
.c-list_news--raceResult > li .listData > li h4,
.c-list_news--raceResult > li .listData > li h3 {
  font-size: 2rem;
  display: block;
}
.c-list_news--raceResult > li .listData > li h4 {
  display: flex;
  align-items: center;
}
.c-list_news--raceResult > li .listData > li h4 span {
  font-size: 1.6rem;
  vertical-align: baseline;
  margin-left: 5px;
}
.c-list_news--raceResult > li .listData > li .c-list__textRow--simple {
  margin-top: 7px;
}
.c-list_news--raceResult > li .listData > li .c-list__textRow--simple:nth-of-type(1) {
  margin-top: 4px;
}
.c-list_news--raceResult > li .listData > li .c-list__textRow--simple > li {
  font-size: 1.6rem !important;
  font-family: "Noto Serif JP", serif;
}
.c-list_news--raceResult > li .listData > li .c-list__textRow--simple > li:first-child {
  font-family: "EB Garamond", serif;
  margin-right: 20px;
}
.c-list_news--raceResult > li .listData > li .c-list__textRow, .c-list_news--raceResult > li .listData > li .c-list__textRow--inl, .c-list_news--raceResult > li .listData > li .c-list__textRow--simple {
  margin-top: 12px;
  font-size: 1.6rem;
}
.c-list_news--raceResult > li .listData > li .c-list__textRow > li, .c-list_news--raceResult > li .listData > li .c-list__textRow--inl > li, .c-list_news--raceResult > li .listData > li .c-list__textRow--simple > li {
  font-size: 1.3rem;
}
.c-list_news--raceResult > li .listData > li:first-child {
  font-size: 1.8rem;
  margin-right: 30px;
  width: 7.5%;
}
.c-list_news--raceResult > li .listData > li:first-child img {
  width: 100%;
}
.c-list_news--raceResult > li .listData > li:last-child {
  margin-left: auto;
  margin-right: 60px;
  align-self: center;
}
.c-list_news--raceResult > li .listData > li .dividend {
  font-size: 1.4rem;
}
.c-list_news--raceResult > li .listData > li .dividend .hText {
  display: block;
  text-align: right;
}
.c-list_news--raceResult > li .listData > li .dividend .text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  display: flex;
  margin-top: 11px;
  text-align: right;
  justify-content: flex-end;
}
.c-list_news--raceResult > li .listData > li .dividend .text span {
  font-size: 2.6rem;
}
.c-list_news--raceResult > li .listData > li .dividend .price {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  vertical-align: baseline;
  margin-top: 7px;
  display: block;
  text-align: right;
}
.c-list_news--raceResult > li .listData > li .dividend .price span {
  font-size: 1.9rem;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 2px;
}

.c-list_link {
  border-bottom: 1px #5b93ad solid;
  padding: 3px 0;
  color: #24617d;
}
.c-list_link > li {
  position: relative;
  border-top: 1px #5b93ad solid;
}
.c-list_link > li a {
  padding: 27px 0 27px 19px;
  position: relative;
  display: block;
  transition: background-color 0.25s ease-in-out;
}
.c-list_link > li a .title {
  font-size: 2.2rem;
  align-self: center;
  font-family: "Noto Serif JP", serif;
}
.c-list_link > li a .title span {
  font-size: 1.4rem;
  vertical-align: bottom;
}
.c-list_link > li a.icoPdf:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  right: 30px;
  top: 50%;
  margin-top: -9px;
  background: url(/assets/img/common/ico_pdf_l.png) no-repeat;
  background-size: contain;
}
.c-list_link > li a:hover {
  background-color: rgba(91, 147, 147, 0.1);
  opacity: 1;
}
.c-list_link.linkArrowRight > li a {
  color: #24617d;
  font-size: 1.8rem;
  text-decoration: none;
}
.c-list_link.linkArrowRight > li a:after {
  right: 23px;
  width: 14px;
  height: 26px;
  background: url(/assets/img/common/ico_btn_b_l.png) no-repeat;
  background-size: contain;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
  content: "";
  vertical-align: middle;
}

.c-list_btnRight {
  border-bottom: 1px #5b93ad solid;
  padding: 3px 0;
  color: #24617d;
}
.c-list_btnRight > li {
  position: relative;
  padding: 30px 0 30px 2px;
  display: flex;
  border-top: 1px #5b93ad solid;
}
.c-list_btnRight > li .horseName {
  width: 50%;
  font-size: 2.2rem;
  padding: 0 2em 0 14px;
  align-self: center;
  font-family: "Noto Serif JP", serif;
}
.c-list_btnRight > li > div {
  margin-left: auto;
  width: 50%;
}
.c-list_btnRight > li > div > .horseDataBtn {
  display: flex;
  justify-content: flex-end;
}
.c-list_btnRight > li > div > .horseDataBtn li {
  width: 200px;
  margin-left: 10px;
}
.c-list_btnRight > li > div > .horseDataBtn li:first-child {
  margin-left: 0px;
}
.c-list_btnRight > li > div > .horseDataBtn li a {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.c-list_stepList {
  display: flex;
  flex-direction: row;
  padding-left: 2px;
}
.c-list_stepList li {
  position: relative;
  font-size: 1.8rem;
  color: #20617e;
  padding-top: 22px;
  width: 223px;
}
.c-list_stepList li:after {
  content: "";
  font-size: 1.6rem;
  color: #5992ae;
  position: absolute;
  top: -1px;
  left: -3px;
  z-index: 1;
  background-color: #fff;
  border: 2px #5992ae solid;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.c-list_stepList li:before {
  content: "";
  border-top: 2px #5992ae solid;
  position: absolute;
  top: 6px;
  left: 17px;
  width: 89.4%;
}
.c-list_stepList li.nowPoint:after {
  background-color: #5992ae;
  border: 0;
  width: 14px;
  height: 14px;
  top: 0;
  left: -2px;
}
.c-list_stepList li:last-child:before {
  display: none;
}
.c-list_stepList li .step {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
}

.c-list_investmentHorse {
  display: flex;
  flex-direction: row;
}
.c-list_investmentHorse li {
  font-size: 1.4rem;
  color: #20617e;
  width: 7%;
  position: relative;
}
.c-list_investmentHorse li.horseName {
  font-size: 1.6rem;
  width: 45%;
  font-weight: 400;
}
.c-list_investmentHorse li.horseName span {
  font-family: "Noto Serif JP", serif !important;
  font-size: 2.8rem;
  display: block;
  margin-bottom: 10px;
  margin-top: -7px;
  font-weight: 300;
}
.c-list_investmentHorse li.price {
  width: 19%;
}
.c-list_investmentHorse li.price > span {
  margin-right: 4px;
  margin-left: 11px;
}
.c-list_investmentHorse li.price > p {
  display: block;
  font-size: 3.6rem;
  font-family: "EB Garamond", serif;
  margin-top: 9px;
  text-align: right;
  padding-right: 30px;
}
.c-list_investmentHorse li.price > p .priceData {
  letter-spacing: 0.05em;
}
.c-list_investmentHorse li.price > p .priceData + span {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
}
.c-list_investmentHorse li.applyCnt {
  width: 12%;
  margin-right: 3%;
}
.c-list_investmentHorse li.applyCnt .selectBox, .c-list_investmentHorse li.applyCnt .selectBox--sortSelect, .c-list_investmentHorse li.applyCnt .selectBox--sortSelect--small, .c-list_investmentHorse li.applyCnt .selectBox--sortSelect--middle {
  width: 100%;
  margin-top: 8px;
}
.c-list_investmentHorse li.paymentSelect {
  width: 14%;
}
.c-list_investmentHorse li.paymentSelect .radioBtn {
  margin-top: 15px;
}
.c-list_investmentHorse li.paymentSelect .radioBtn:first-child {
  margin-top: 4px;
}
.c-list_investmentHorse li.paymentSelect .radioBtn label:before {
  top: -3px;
}
.c-list_investmentHorse li.paymentSelect .radioBtn label:after {
  top: 0px;
}
.c-list_investmentHorse li .balloonText {
  position: absolute;
  top: -52px;
  left: 0;
  background-color: #8b8263;
  color: #fff;
  padding: 0 25px 0;
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.c-list_investmentHorse li .balloonText:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 4px solid transparent;
  border-top: 10px solid #8b8263;
}
.c-list_investmentHorse li .balloonText.limitedPrice {
  line-height: 1;
  padding: 5px 25px 5px;
}
.c-list_investmentHorse li .balloonText.full {
  top: -56px;
  padding: 0 46px 0;
  background-color: #999;
}
.c-list_investmentHorse li .balloonText.full:before {
  border-top: 10px solid #999;
}
.conf .c-list_investmentHorse li li:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
}

.c-list_imgBox, .c-list_imgBox--more {
  margin-top: 63px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.c-list_imgBox > li, .c-list_imgBox--more > li {
  width: 32%;
  margin-bottom: 46px;
  margin-left: 18px;
}
.c-list_imgBox > li a, .c-list_imgBox--more > li a {
  text-decoration: none;
  color: #24617d;
  display: block;
}
.c-list_imgBox > li a:hover .pic img, .c-list_imgBox--more > li a:hover .pic img {
  opacity: 1;
  transform: scale(1.1);
}
.c-list_imgBox > li:nth-of-type(3n+1), .c-list_imgBox--more > li:nth-of-type(3n+1) {
  margin-left: 0;
}
.c-list_imgBox > li .c-list_imgBox__img, .c-list_imgBox--more > li .c-list_imgBox__img {
  width: 100%;
}
.c-list_imgBox > li .pic, .c-list_imgBox--more > li .pic {
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.c-list_imgBox > li .c-list_imgBox__data__outer, .c-list_imgBox--more > li .c-list_imgBox__data__outer {
  padding-left: 10px;
}
.c-list_imgBox > li .c-list_imgBox__data__outer .c-list_imgBox__data, .c-list_imgBox--more > li .c-list_imgBox__data__outer .c-list_imgBox__data {
  border-left: 1px #387b9a solid;
  padding-top: 25px;
  position: relative;
  top: -10px;
  position: relative;
  padding-left: 15px;
}
.c-list_imgBox > li .c-list_imgBox__data__outer .c-list_imgBox__data:after, .c-list_imgBox--more > li .c-list_imgBox__data__outer .c-list_imgBox__data:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-list_imgBox > li .c-list_imgBox__data__outer .c-list_imgBox__data h3, .c-list_imgBox--more > li .c-list_imgBox__data__outer .c-list_imgBox__data h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-list_imgBox > li .c-list_imgBox__data__outer .c-list_imgBox__data .date, .c-list_imgBox--more > li .c-list_imgBox__data__outer .c-list_imgBox__data .date {
  font-size: 1.4rem;
  font-family: "EB Garamond", serif;
  margin-top: 5px;
  display: inline-block;
}
.c-list_imgBox--more {
  margin-top: 0;
}

.c-list_imgTextSlider {
  width: 100%;
}
.c-list_imgTextSlider > li img {
  width: 100%;
  height: auto;
}
.c-list_imgTextSlider .slick-slide:not(.slick-center) {
  transform-origin: top right;
  transform: scale(0.57);
}
.c-list_imgTextSlider .slick-slide:not(.slick-center) .c-list_imgTextSlider_contents > h3 {
  opacity: 0;
}
.c-list_imgTextSlider .slick-slide:not(.slick-center) .c-list_imgTextSlider_contents > p {
  opacity: 0;
}
.c-list_imgTextSlider .slick-slide:not(.slick-center) .c-list_imgTextSlider_contents > .c-link--rightArrow, .c-list_imgTextSlider .slick-slide:not(.slick-center) .c-list_imgTextSlider_contents > .c-link--rightArrow--text, .c-list_imgTextSlider .slick-slide:not(.slick-center) .c-list_imgTextSlider_contents > .c-link--qs--text {
  opacity: 0;
}
.c-list_imgTextSlider .slick-slide.slick-active + .slick-slide {
  transform-origin: top left;
  transform: scale(0.57);
}
.c-list_imgTextSlider .slick-slide {
  margin: 5px 10px;
  transition: all 0.25s ease-in-out;
  outline: 0;
}
.c-list_imgTextSlider .slick-slide a {
  text-decoration: none;
  color: #24617d;
}
.c-list_imgTextSlider .slick-slide a img:hover {
  opacity: 0.7;
}
.c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents {
  padding: 26px 29px 10px 26px;
}
.c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents h3 {
  font-size: 2.4rem;
  opacity: 0;
}
.c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents p {
  font-size: 1.6rem;
  margin-top: 22px;
  line-height: 1.5;
  opacity: 0;
}
.c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents .c-link--rightArrow, .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents .c-link--rightArrow--text, .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents .c-link--qs--text {
  margin-top: 19px;
  display: inline-block;
  opacity: 0;
}
.c-list_imgTextSlider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 33px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.c-list_imgTextSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.c-list_imgTextSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.c-list_imgTextSlider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #cad8dc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}
.c-list_imgTextSlider .slick-dots li.slick-active button:before {
  background-color: #5b93ad;
}
.c-list_imgTextSlider .slick-prev,
.c-list_imgTextSlider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 74%;
  display: block;
  width: 10%;
  height: 17%;
  padding: 0;
  transform: translate(0);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.c-list_imgTextSlider .slick-prev {
  left: 0;
}
.c-list_imgTextSlider .slick-prev:after {
  right: 0;
  width: 26px;
  height: 52px;
  background: url("/assets/img/common/ico_slide_arrow_prev.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  margin: 0;
  content: "";
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .c-list_imgTextSlider .slick-prev:after {
    top: 12px;
  }
}
.c-list_imgTextSlider .slick-next {
  right: 0;
}
.c-list_imgTextSlider .slick-next:after {
  right: inherit;
  width: 26px;
  height: 52px;
  background: url("/assets/img/common/ico_slide_arrow_next.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  margin: 0;
  content: "";
  vertical-align: middle;
  left: 0;
}
@media all and (-ms-high-contrast: none) {
  .c-list_imgTextSlider .slick-next:after {
    top: 12px;
  }
}

.c-list_col2, .c-list_col4_movie_pcRowSpCol2,
.c-list_col4_pcRowSpCol2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-list_col2 > li, .c-list_col4_movie_pcRowSpCol2 > li,
.c-list_col4_pcRowSpCol2 > li {
  width: 49%;
  margin-top: 17px;
}
.c-list_col2 > li:first-child, .c-list_col4_movie_pcRowSpCol2 > li:first-child,
.c-list_col4_pcRowSpCol2 > li:first-child, .c-list_col2 > li:nth-of-type(2), .c-list_col4_movie_pcRowSpCol2 > li:nth-of-type(2),
.c-list_col4_pcRowSpCol2 > li:nth-of-type(2) {
  margin-top: 0;
}
.c-list_col2 > li:nth-of-type(2n), .c-list_col4_movie_pcRowSpCol2 > li:nth-of-type(2n),
.c-list_col4_pcRowSpCol2 > li:nth-of-type(2n) {
  margin-left: 2%;
}
.c-list_col2 > li a, .c-list_col4_movie_pcRowSpCol2 > li a,
.c-list_col4_pcRowSpCol2 > li a {
  display: flex;
  flex-direction: row;
  color: #24617d;
  text-decoration: none;
}
.c-list_col2 > li a:hover, .c-list_col4_movie_pcRowSpCol2 > li a:hover,
.c-list_col4_pcRowSpCol2 > li a:hover {
  opacity: 0.7;
}
.c-list_col2 > li a .movieThumbnail, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail,
.c-list_col4_pcRowSpCol2 > li a .movieThumbnail {
  position: relative;
  width: 100%;
}
.c-list_col2 > li a .movieThumbnail img, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail img,
.c-list_col4_pcRowSpCol2 > li a .movieThumbnail img {
  width: 100%;
}
.c-list_col2 > li a .movieThumbnail div, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail div,
.c-list_col4_pcRowSpCol2 > li a .movieThumbnail div {
  position: relative;
}
.c-list_col2 > li a .movieThumbnail div:after, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail div:after,
.c-list_col4_pcRowSpCol2 > li a .movieThumbnail div:after {
  content: "";
  width: 45px;
  height: 45px;
  background: url("/assets/img/common/ico_movie_play.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
}
.c-list_col2 > li a .movieThumbnail.icoL:after, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail.icoL:after,
.c-list_col4_pcRowSpCol2 > li a .movieThumbnail.icoL:after {
  content: "";
  width: 59px;
  height: 59px;
  background: url("/assets/img/common/ico_movie_play_l.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
}
.c-list_col2 > li a .c-list_col2__contents, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents,
.c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents {
  width: 63%;
  padding: 5px 0 0 20px;
  position: relative;
  word-break: break-all;
}
.c-list_col2 > li a .c-list_col2__contents h3, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents h3,
.c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents h3 {
  color: #24617d;
  font-size: 2rem;
}
.c-list_col2 > li a .c-list_col2__contents h3 span, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents h3 span,
.c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents h3 span {
  display: block;
  font-size: 1.5rem;
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-list_col2 > li a .c-list_col2__contents .date, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents .date,
.c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents .date {
  font-size: 1.4rem;
  font-family: "EB Garamond", serif;
  margin-top: 8px;
  display: block;
}

.c-list_col4_movie_pcRowSpCol2,
.c-list_col4_pcRowSpCol2 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-list_col4_movie_pcRowSpCol2:after,
.c-list_col4_pcRowSpCol2:after {
  content: "";
  display: block;
  width: 23.4%; /* 小要素と同じ大きさ */
}
.c-list_col4_movie_pcRowSpCol2::before,
.c-list_col4_pcRowSpCol2::before {
  content: "";
  display: block;
  width: 23.4%;
  order: 1;
}
.c-list_col4_movie_pcRowSpCol2 li,
.c-list_col4_pcRowSpCol2 li {
  width: 23.4%;
  margin: 0 0 41px 0;
}
.c-list_col4_movie_pcRowSpCol2 li:first-child,
.c-list_col4_pcRowSpCol2 li:first-child {
  margin-left: 0;
}
.c-list_col4_movie_pcRowSpCol2 li:nth-of-type(2n),
.c-list_col4_pcRowSpCol2 li:nth-of-type(2n) {
  margin-left: 0;
}
.c-list_col4_movie_pcRowSpCol2 li a,
.c-list_col4_pcRowSpCol2 li a {
  display: block;
  position: relative;
}
.c-list_col4_movie_pcRowSpCol2 li a img,
.c-list_col4_pcRowSpCol2 li a img {
  width: 100%;
}
.c-list_col4_movie_pcRowSpCol2 li a div,
.c-list_col4_pcRowSpCol2 li a div {
  width: 100%;
}
.c-list_col4_movie_pcRowSpCol2 li a div.movieThumbnail + div,
.c-list_col4_pcRowSpCol2 li a div.movieThumbnail + div {
  margin-top: 9px;
}
.c-list_col4_movie_pcRowSpCol2 li a div .ttl,
.c-list_col4_pcRowSpCol2 li a div .ttl {
  display: block;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
.c-list_col4_movie_pcRowSpCol2 li a div p.ttl,
.c-list_col4_pcRowSpCol2 li a div p.ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: underline;
  margin-top: 7px;
  font-family: "Noto Sans JP", serif;
}
.c-list_col4_movie_pcRowSpCol2 li a div .text,
.c-list_col4_pcRowSpCol2 li a div .text {
  font-size: 1.2rem;
  margin-top: 9px;
  display: block;
}
.c-list_col4_movie_pcRowSpCol2 li a:hover div p.ttl,
.c-list_col4_pcRowSpCol2 li a:hover div p.ttl {
  text-decoration: none;
}
.c-list_col4_movie_pcRowSpCol2 li a.imgModal .img,
.c-list_col4_pcRowSpCol2 li a.imgModal .img {
  position: relative;
}
.c-list_col4_movie_pcRowSpCol2 li a.imgModal .img:after,
.c-list_col4_pcRowSpCol2 li a.imgModal .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
  background: url(/assets/img/common/ico_zoom.png) no-repeat;
  background-size: contain;
}

.c-list_col2--cv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-list_col2--cv > li {
  border: 1px #5b93ad solid;
  background-color: #fff;
  font-size: 1.4rem;
  position: relative;
  width: 49%;
  margin-left: 2%;
  position: relative;
}
.c-list_col2--cv > li:first-child {
  margin-left: 0;
}
.c-list_col2--cv > li a {
  display: block;
  padding: 38px 23px 44px 22px;
  color: #24617d;
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
}
.c-list_col2--cv > li a:hover {
  background-color: rgba(91, 147, 147, 0.1);
}
.c-list_col2--cv > li a.catalog {
  padding: 38px 22px 43px 39px;
}
.c-list_col2--cv > li a h2 {
  color: #24617d;
  font-size: 2.4rem;
}
.c-list_col2--cv > li a:after {
  right: 30px;
  width: 17px;
  height: 32px;
  background: url("/assets/img/common/ico_btn_b_l_2.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin: -16px 0 0 0;
  content: "";
  vertical-align: middle;
}
.c-list_col2--cv > li a p {
  margin-top: 18px;
  padding-right: 41px;
  line-height: 1.6;
}
.c-list_col2--cv > li a p.c-list_col2--cv--catalogImg {
  padding-right: 153px;
}
.c-list_col2--cv > li a p.c-list_col2--cv--catalogImg:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 65px;
  background: url(/assets/img/top/bg_catalog.png) no-repeat;
  width: 97px;
  height: 134px;
  display: inline-block;
}

.c-list__textRow, .c-list__textRow--inl, .c-list__textRow--simple {
  display: flex;
  flex-direction: row;
}
.c-list__textRow > li:after, .c-list__textRow--inl > li:after, .c-list__textRow--simple > li:after {
  content: "/";
  margin: 0 6px 0 9px;
}
.c-list__textRow > li:last-child:after, .c-list__textRow--inl > li:last-child:after, .c-list__textRow--simple > li:last-child:after {
  display: none;
}
.c-list__textRow--simple > li {
  font-size: 1.4rem;
  color: #24617d;
}
.c-list__textRow--simple > li:after {
  display: none;
}
.c-list__textRow--inl {
  display: block;
}
.c-list__textRow--inl > li {
  display: inline-block;
}
.c-list__textRow--inl > li:after {
  margin: 0 3px 0 4px;
}

/* PC縦SP横+ボックス */
.c-list-radio-db, .c-list__consent_radio, .c-list-radio-db--pcSpRow, .c-list-radio-db--pcSpVertical {
  /* PC横SP横+ボックス */
}
.c-list-radio-db li, .c-list__consent_radio li, .c-list-radio-db--pcSpRow li, .c-list-radio-db--pcSpVertical li {
  width: 100%;
  margin-top: 16px;
}
.c-list-radio-db li:first-child, .c-list__consent_radio li:first-child, .c-list-radio-db--pcSpRow li:first-child, .c-list-radio-db--pcSpVertical li:first-child {
  margin-top: 0px;
}
.c-list-radio-db li label, .c-list__consent_radio li label, .c-list-radio-db--pcSpRow li label, .c-list-radio-db--pcSpVertical li label {
  line-height: 1.2;
}
.c-list-radio-db--pcSpRow {
  display: flex;
  flex-direction: row;
}
.c-list-radio-db--pcSpRow li {
  width: auto;
  margin: 0 0 0 40px;
}
.c-list-radio-db--pcSpRow li:first-child {
  margin-left: 0;
}
.c-list-radio-db--pcSpRow li label {
  font-size: 2rem;
}
.c-list-radio-db--pcSpRow li label:before {
  top: 50%;
  margin-top: -11px;
  line-height: 1.3;
}
.c-list-radio-db--pcSpRow li label:after {
  margin-top: 1px;
  top: 50%;
}
.c-list-radio-db--pcSpRow li label .smText {
  font-size: 1.6rem;
  vertical-align: bottom;
  margin-left: 8px;
}

.c-list-radio-sg li {
  width: 100%;
  margin-top: 16px;
}
.c-list-radio-sg li:first-child {
  margin-top: 0px;
}
.c-list-radio-sg li label {
  line-height: 1.2;
  font-size: 2rem;
}
.c-list-radio-sg li label:before {
  top: 2px;
}

.c-list-radio-sg-pcFlat {
  display: flex;
}
.c-list-radio-sg-pcFlat li {
  width: auto;
  margin-left: 20px;
}
.c-list-radio-sg-pcFlat li:first-child {
  margin-left: 0px;
}
.c-list-radio-sg-pcFlat li label {
  line-height: 1.2;
  font-size: 2rem;
}
.c-list-radio-sg-pcFlat li label:before {
  top: 2px;
}

/* PC横SP横+ボックス */
.c-list-checkList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-list-checkList li {
  width: auto;
  margin-left: 30px;
}
.c-list-checkList li:first-child {
  margin-left: 0;
}
.c-list__consent_radio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-list__consent_radio li {
  text-align: left;
  width: 46%;
  font-size: 2.8rem;
  margin-top: 0;
  margin-left: 54px;
}
.c-list__consent_radio li:first-child {
  text-align: right;
  margin-left: 0;
  width: 48.5%;
}
.c-list__consent_radio li .radioBtn input[type=radio] + label {
  font-size: 2.8rem;
  color: #20617e;
}
.c-list__consent_radio li .radioBtn input[type=radio] + label:before {
  content: "";
  width: 31px;
  height: 31px;
  background: url("/assets/img/common/ico_radio_l.png") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  top: 3px;
  left: -13px;
}
.c-list__consent_radio li .radioBtn input[type=radio]:checked + label:before {
  background: url("/assets/img/common/ico_radio_l_on.png") no-repeat;
  background-size: contain;
}

.c-list__btn_sg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-list__btn_sg li {
  width: 100%;
}

.c-list__btn_db, .c-list__btn_db--spRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-list__btn_db li, .c-list__btn_db--spRow li {
  width: 49.5%;
}
.c-list__btn_db--spRow li {
  width: 49.5%;
}

.c-list-input-sg li, .c-list-input-db li, .c-list-input-tp li {
  width: 100%;
}

.selectBox, .selectBox--sortSelect, .selectBox--sortSelect--small, .selectBox--sortSelect--middle {
  height: 50px;
  box-sizing: border-box;
}
.selectBox select, .selectBox--sortSelect select, .selectBox--sortSelect--small select, .selectBox--sortSelect--middle select {
  height: 100%;
  font-size: 1.6rem;
  padding: 3px 38px 3px 19px;
}

.c-list-input-db, .c-list-input-tp {
  display: flex;
  justify-content: space-between;
}
.c-list-input-db li, .c-list-input-tp li {
  width: 49.5%;
}

.c-list-input-tp li {
  width: 32.6%;
}

.texthorseDataList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.texthorseDataList li {
  margin-right: 7px;
  position: relative;
  padding-right: 13px;
}
.texthorseDataList li:after {
  content: "/";
  display: inline-block;
  margin-left: 16px;
  position: absolute;
  top: -1px;
  color: #24617d;
  right: 0;
}
.texthorseDataList li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.texthorseDataList li:last-child:after {
  display: none;
}
.texthorseDataList li dl {
  border: 0;
  padding: 0;
}
.texthorseDataList li dl dt {
  width: auto;
}

.raceInfoLabel > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px 13px;
}
.raceInfoLabel > ul li {
  font-size: 1.4rem;
  color: #24617d;
  width: auto;
  display: flex;
  align-items: center;
}
.raceInfoLabel > ul li span {
  margin: 0 10px 0 0;
}
.raceInfoLabel > ul li:nth-of-type(1), .raceInfoLabel > ul li:nth-of-type(2), .raceInfoLabel > ul li:nth-of-type(3), .raceInfoLabel > ul li:nth-of-type(4), .raceInfoLabel > ul li:nth-of-type(5) {
  margin-top: 0;
}

.indent1List {
  margin-top: 25px;
}
.indent1List li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px;
}
.indent1List li:first-child {
  margin-top: 0px;
}

/*** リンク無しのテキストのみのリスト ***/
.simpleList > li {
  padding: 24px 19px 24px;
  border-bottom: 1px #5b93ad solid;
}
.simpleList > li:first-child {
  border-top: 1px #5b93ad solid;
}

/**** QAリスト(アコーディオン) ****/
.c-list__qa li {
  border-bottom: 1px #5b93ad solid;
}
.c-list__qa li:first-child {
  border-top: 1px #5b93ad solid;
}
.c-list__qa li dl dt {
  display: block;
  width: 100%;
}
.c-list__qa li dl dt a {
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  position: relative;
  color: #24617d;
  padding: 20px 100px 21px 80px;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  transition: background-color 0.25s ease-in-out;
}
.c-list__qa li dl dt a .question {
  font-size: 3.4rem;
  font-family: "EB Garamond", serif;
  position: absolute;
  left: 19px;
  top: 8px;
}
.c-list__qa li dl dt a:after {
  content: "";
  width: 14px;
  height: 26px;
  background: url(/assets/img/common/ico_btn_b_l.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -12px;
  transform: rotate(90deg);
  transition: transform 0.25s ease-in-out;
}
.c-list__qa li dl dt a.open:after {
  transform: rotate(270deg);
}
.c-list__qa li dl dt a:hover {
  background-color: rgba(91, 147, 147, 0.1);
  opacity: 1;
}
.c-list__qa li dl dd {
  font-size: 1.6rem;
  position: relative;
  line-height: 1.6;
  border-top: 1px #cddee6 solid;
  display: none;
}
.c-list__qa li dl dd div {
  padding: 42px 15px 52px 80px;
}
.c-list__qa li dl dd div .answer {
  font-size: 3.4rem;
  font-family: "EB Garamond", serif;
  position: absolute;
  left: 21px;
  top: 22px;
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 480px;
  margin: 60px auto 0;
}
.pager li {
  width: 19.6%;
}
.pager li:nth-of-type(2) {
  width: 15.42%;
}
.pager li:nth-of-type(3) {
  width: 21.5%;
}
.pager li:nth-of-type(4) {
  width: 15.42%;
}
.pager li:nth-of-type(5) {
  width: 19.6%;
}
.pager a.btn.toBeginning:hover:before, .pager a.btn.toPrev:hover:before {
  right: 0%;
}
.pager a.btn.toEnd:hover:before, .pager a.btn.toNext:hover:before {
  left: 0%;
}
.pager a.btn:hover span {
  color: #fff;
}
.pager a.btn:hover span:after {
  background: url(/assets/img/common/ico_btn_w.png) no-repeat left center;
  background-size: 100%;
}
.pager a.btn:hover span:before {
  background: #fff;
}
.pager .btn {
  border: 1px #5b93ad solid;
  color: #5b93ad;
  height: 40px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.pager .btn.disabled {
  opacity: 0.5;
}
.pager .btn:after {
  margin: -4px 0 0 0;
  right: 30px;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transform: rotate(0deg);
}
.pager .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #5b93ad;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  padding: 24px 0 24px;
  box-sizing: border-box;
  top: 0;
}
.pager .btn span {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  transition: color 0.5s ease;
}
.pager .btn span:after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background: url(/assets/img/common/ico_btn_b.png) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 46px;
  top: calc(50% - 5.5px);
  transition: all 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pager .btn span:before {
  transition: all 0.5s ease;
}
.pager .btn.toBeginning span:before, .pager .btn.toEnd span:before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #5b93ad;
  position: absolute;
  left: 20px;
  top: calc(50% - 6.5px);
}
.pager .btn.toBeginning:before {
  right: -100%;
}
.pager .btn.toBeginning span {
  text-align: right;
  padding-right: 19px;
  justify-content: flex-end;
}
.pager .btn.toBeginning span:after {
  transform: rotate(180deg);
  left: 24px;
}
.pager .btn.toPrev:before {
  right: -100%;
}
.pager .btn.toPrev span {
  text-align: right;
  padding-right: 19px;
  justify-content: flex-end;
}
.pager .btn.toPrev span:after {
  transform: rotate(180deg);
  left: 22px;
}
.pager .btn.toNext:before {
  left: -100%;
}
.pager .btn.toNext span {
  text-align: left;
  padding-left: 19px;
  justify-content: flex-start;
}
.pager .btn.toEnd:before {
  left: -100%;
}
.pager .btn.toEnd span {
  text-align: left;
  padding-left: 19px;
  justify-content: flex-start;
}
.pager .btn.toEnd span:after {
  left: 59px;
}
.pager .btn.toEnd span:before {
  left: 69px;
}
.pager li > span {
  display: block;
  text-align: center;
}
.pager li > span span {
  margin: 0 11px;
}
.pager li > span.btn span {
  margin: 0;
}

@media screen and (max-width: 769px) {
  .c-list--annotation {
    color: #24617d;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .c-list--annotation > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .shareArea a:hover {
    opacity: 1;
  }
  .c-menuList--disc > li {
    font-size: 1.5rem;
  }
  .c-menuList--disc > li:before {
    content: "・";
    font-size: 1.6rem;
    position: absolute;
    left: 5px;
    top: 24px;
    margin-top: -0.5em;
  }
  .c-menuList--disc > li a {
    padding: 15px 0 13px 23px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .c-menuList--disc > li a:hover {
    opacity: 1;
  }
  .c-menuList--disc > li a .subBox {
    text-align: right;
  }
  .c-menuList--disc > li a .subBox .subData {
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 0;
    margin-left: auto;
    width: 100%;
  }
  .c-menuList--disc > li a .subBox .subData.battleRecord {
    margin-top: 3px !important;
  }
  .c-menuList--disc > li a .subBox .subData span {
    font-size: 1.7rem;
  }
  .c-menuList--disc > li a .subBox .subData span.record {
    font-size: 1.2rem;
  }
  .c-menuList--disc.subMenu {
    padding: 10px 19px 8px 19px;
    display: none;
  }
  .c-menuList--disc.subMenu:before, .c-menuList--disc.subMenu:after {
    content: "";
  }
  .c-menuList--disc.subMenu > ul li {
    padding: 0;
    font-size: 1.3rem;
    color: #24617d;
  }
  .c-menuList--disc.subMenu > ul li a {
    padding: 9px 0 9px;
  }
  .c-menuList--disc.subMenu > ul li a.c-link--underline {
    margin-top: 3px;
  }
  .c-menuList--subMenu {
    border-top: 0;
    width: 100%;
  }
  .c-menuList--subMenu > li {
    font-size: 1.3rem;
    color: #24617d;
    border-bottom: 0;
  }
  .c-menuList--subMenu > li a {
    padding: 9px 19px 9px 0;
  }
  .c-list_horseDetailSlide li .text {
    font-size: 1.4rem;
    margin-top: 13px;
  }
  .c-list_horseDetailSlide .slick-dots {
    left: -1px;
    margin-top: 20px;
  }
  .c-list_horseDetailSlide .slick-dots li button:before {
    font-size: 3.5rem;
  }
  .c-list_news > li a, .c-list_news--more > li a, .c-list_news--message > li a, .c-list_news--importantNotices > li a, .c-list_news--raceEntry > li a, .c-list_news--raceResult > li a {
    padding: 11px 0 13px 2px;
  }
  .c-list_news > li a:after, .c-list_news--more > li a:after, .c-list_news--message > li a:after, .c-list_news--importantNotices > li a:after, .c-list_news--raceEntry > li a:after, .c-list_news--raceResult > li a:after {
    width: 9px;
    height: 16px;
    background: url(/assets/img/common/ico_btn_b_l_2_sp.png) no-repeat;
    background-size: contain;
    margin: -8px 0 0 0;
    right: 5px;
  }
  .c-list_news > li a dl, .c-list_news--more > li a dl, .c-list_news--message > li a dl, .c-list_news--importantNotices > li a dl, .c-list_news--raceEntry > li a dl, .c-list_news--raceResult > li a dl {
    display: block;
  }
  .c-list_news > li a dl dt.c-newsList__title__date, .c-list_news--more > li a dl dt.c-newsList__title__date, .c-list_news--message > li a dl dt.c-newsList__title__date, .c-list_news--importantNotices > li a dl dt.c-newsList__title__date, .c-list_news--raceEntry > li a dl dt.c-newsList__title__date, .c-list_news--raceResult > li a dl dt.c-newsList__title__date {
    font-size: 1.3rem;
  }
  .c-list_news > li a dl dd, .c-list_news--more > li a dl dd, .c-list_news--message > li a dl dd, .c-list_news--importantNotices > li a dl dd, .c-list_news--raceEntry > li a dl dd, .c-list_news--raceResult > li a dl dd {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .c-list_news > li a dl dd.c-icnTxt--newsNew:after, .c-list_news > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news > li a dl dd.c-icnTxt--required:after, .c-list_news > li a dl dd.c-icnTxt--featureNew:after, .c-list_news > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--more > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--more > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--more > li a dl dd.c-icnTxt--required:after, .c-list_news--more > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--more > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--more > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--message > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--message > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--message > li a dl dd.c-icnTxt--required:after, .c-list_news--message > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--message > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--message > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--required:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--importantNotices > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--required:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--raceEntry > li a dl dd.c-icnTxt--newsNew--sp:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--newsNew:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--investedHorse:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--required:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--featureNew:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--newsNew--pc:after, .c-list_news--raceResult > li a dl dd.c-icnTxt--newsNew--sp:after {
    margin-left: 0px;
  }
  .c-list_news > li a:hover, .c-list_news--more > li a:hover, .c-list_news--message > li a:hover, .c-list_news--importantNotices > li a:hover, .c-list_news--raceEntry > li a:hover, .c-list_news--raceResult > li a:hover {
    background-color: #fff;
  }
  .c-list_news--message > li a {
    padding: 11px 0 17px 2px;
  }
  .c-list_news--message > li a:after {
    right: 8px;
    width: 30px;
    height: 22px;
    border-top: 0;
    border-right: 0;
    transform: rotate(0deg);
    background: url(/assets/img/common/ico_mail.gif) no-repeat;
    position: absolute;
    top: 50%;
    margin: -11px 0 0 0;
    content: "";
    vertical-align: middle;
    background-size: contain !important;
  }
  .c-list_news--message > li a.unread:after {
    background: url(/assets/img/common/ico_mail_unread.gif) no-repeat;
  }
  .c-list_news--message > li a dl dd {
    padding-right: 70px;
  }
  .c-list_news--importantNotices > li a {
    padding: 8px 0 9px 14px;
  }
  .c-list_news--importantNotices > li a:after {
    width: 9px;
    height: 16px;
    background: url("/assets/img/common/ico_btn_r_sp.png") no-repeat;
    background-size: contain;
    right: 15px;
  }
  .c-list_news--importantNotices > li a dl dt {
    font-size: 1.3rem;
  }
  .c-list_news--importantNotices > li a dl dd {
    font-size: 1.5rem;
  }
  h3 + .c-list_news--raceEntry {
    margin-top: 17px;
  }
  .c-list_news--raceEntry > li {
    padding: 9px 0 8px 2px;
  }
  .c-list_news--raceEntry > li .listData > li {
    font-size: 1.2rem;
    width: 65%;
  }
  .c-list_news--raceEntry > li .listData > li:first-child {
    font-size: 1.5rem;
    width: 20%;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 0;
  }
  .c-list_news--raceEntry > li .listData > li:nth-of-type(2) {
    padding-right: 20px;
    width: 60%;
  }
  .c-list_news--raceEntry > li .listData > li:last-child {
    width: 20%;
    margin: 0px 2.5% 0 0;
  }
  .c-list_news--raceEntry > li .listData > li h4 {
    font-size: 1.3rem;
    flex-wrap: wrap;
  }
  .c-list_news--raceEntry > li .listData > li h4 a {
    font-size: 1.8rem;
  }
  .c-list_news--raceEntry > li .listData > li h4 a:after {
    display: none;
  }
  .c-list_news--raceEntry > li .listData > li h4 span {
    font-size: 1.3rem;
    vertical-align: bottom;
  }
  .c-list_news--raceEntry > li .listData > li .c-list__textRow--inl {
    margin-top: 9px;
  }
  .c-list_news--raceEntry > li .listData > li .c-list__textRow--inl li {
    margin-bottom: 6px;
  }
  .c-list_news--raceEntry > li .listData > li .c-list__textRow--inl li:after {
    margin: 0 1px 0 6px;
  }
  .c-list_news--raceEntry > li .listData > li .c-list__textRow--inl li:last-child:after {
    content: "";
  }
  .c-list_news--raceEntry > li .listData > li .note {
    font-size: 1.2rem;
    margin-top: 1px;
    line-height: 1.6;
  }
  .c-list_news--raceEntry > li .listData + p {
    margin-top: 3px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .c-list_news--raceResult > li a {
    padding: 14px 0 19px 2px;
  }
  .c-list_news--raceResult > li .listData {
    display: block;
    padding-right: 30px;
  }
  .c-list_news--raceResult > li .listData > li {
    width: 77%;
    display: inline-block;
    padding-top: 8px;
  }
  .c-list_news--raceResult > li .listData > li h4 {
    flex-wrap: wrap;
  }
  .c-list_news--raceResult > li .listData > li:last-child {
    width: 96%;
    padding: 0 0 0 57px;
    margin-top: 0;
    margin-right: 0;
    text-align: right;
  }
  .c-list_news--raceResult > li .listData > li:first-child {
    font-size: 1.8rem;
    margin: 6px 7px 0 0;
    width: 16%;
    padding-top: 0;
  }
  .c-list_news--raceResult > li .listData > li .c-list__textRow, .c-list_news--raceResult > li .listData > li .c-list__textRow--simple, .c-list_news--raceResult > li .listData > li .c-list__textRow--inl {
    margin-top: 5px;
  }
  .c-list_news--raceResult > li .listData > li .c-list__textRow > li, .c-list_news--raceResult > li .listData > li .c-list__textRow--simple > li, .c-list_news--raceResult > li .listData > li .c-list__textRow--inl > li {
    margin-bottom: 6px;
    font-size: 1.2rem;
  }
  .c-list_news--raceResult > li .listData > li .c-list__textRow > li:last-child:after, .c-list_news--raceResult > li .listData > li .c-list__textRow--simple > li:last-child:after, .c-list_news--raceResult > li .listData > li .c-list__textRow--inl > li:last-child:after {
    content: "";
  }
  .c-list_news--raceResult > li .listData > li .c-list__textRow--simple li {
    font-size: 1.5rem !important;
  }
  .c-list_news--raceResult > li .listData > li .dividend {
    padding-right: 11px;
  }
  .c-list_news--raceResult > li .listData > li .dividend .hText {
    padding-right: 0;
    vertical-align: baseline;
    display: inline-block;
    font-size: 1rem;
  }
  .c-list_news--raceResult > li .listData > li .dividend .text {
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.5rem;
    margin-top: 7px;
    margin-left: 8px;
  }
  .c-list_news--raceResult > li .listData > li .dividend .text span {
    font-size: 1.7rem;
    vertical-align: bottom;
  }
  .c-list_news--raceResult > li .listData > li .dividend .price {
    display: inline-block;
    vertical-align: baseline;
    font-size: 2.5rem;
    text-align: right;
    width: auto;
    margin-left: 7px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.09em;
  }
  .c-list_news--raceResult > li .listData > li .dividend .price span {
    font-size: 1.5rem;
    vertical-align: baseline;
  }
  .c-list_link > li a {
    padding: 23px 0 25px 2px;
  }
  .c-list_link > li a .title {
    font-size: 1.7rem;
  }
  .c-list_link > li a .title span {
    font-size: 1.2rem;
  }
  .c-list_link > li a.icoPdf:after {
    width: 16px;
    height: 18px;
    right: 15px;
    margin-top: -9px;
    background: url(/assets/img/common/ico_pdf_sp_l.png) no-repeat;
    background-size: contain;
  }
  .c-list_link > li a:hover {
    background-color: #fff;
    opacity: 1;
  }
  .c-list_btnRight > li {
    position: relative;
    padding: 28px 0 20px 0px;
    display: block;
  }
  .c-list_btnRight > li .horseName {
    width: 100%;
    font-size: 2rem;
    padding: 0;
  }
  .c-list_btnRight > li > div {
    width: 100%;
    margin-top: 19px;
  }
  .c-list_btnRight > li > div > .horseDataBtn {
    display: flex;
    justify-content: flex-end;
  }
  .c-list_btnRight > li > div > .horseDataBtn li {
    width: 49%;
  }
  .c-list_imgBox > li, .c-list_imgBox--more > li {
    width: 48.4%;
    margin: 0 0 5px 0;
  }
  .c-list_imgBox > li:nth-of-type(3n+1), .c-list_imgBox--more > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .c-list_imgBox > li:nth-of-type(2n), .c-list_imgBox--more > li:nth-of-type(2n) {
    margin-left: 7px;
  }
  .c-list_imgBox > li .c-list_imgBox__data__outer, .c-list_imgBox--more > li .c-list_imgBox__data__outer {
    padding-left: 4px;
  }
  .c-list_imgBox > li .c-list_imgBox__data__outer .c-list_imgBox__data, .c-list_imgBox--more > li .c-list_imgBox__data__outer .c-list_imgBox__data {
    padding: 19px 0 0 6px;
    top: -12px;
  }
  .c-list_imgBox > li .c-list_imgBox__data__outer .c-list_imgBox__data h3, .c-list_imgBox--more > li .c-list_imgBox__data__outer .c-list_imgBox__data h3 {
    font-size: 1.9rem;
  }
  .c-list_imgBox > li .c-list_imgBox__data__outer .c-list_imgBox__data .date, .c-list_imgBox--more > li .c-list_imgBox__data__outer .c-list_imgBox__data .date {
    font-size: 1.3rem;
  }
  .c-list_imgBox > li a:hover .pic img, .c-list_imgBox--more > li a:hover .pic img {
    opacity: 1;
    transform: scale(1);
  }
  .c-list_imgTextSlider .slick-slide {
    margin: 5px 15px;
  }
  .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents {
    padding: 21px 0 10px 0;
  }
  .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents h3 {
    font-size: 1.9rem;
  }
  .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 12px;
  }
  .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents .c-link--rightArrow, .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents .c-link--rightArrow--text, .c-list_imgTextSlider .slick-slide .c-list_imgTextSlider_contents .c-link--qs--text {
    margin-top: 17px;
  }
  .c-list_imgTextSlider .slick-slide a:hover img {
    opacity: 1;
  }
  .c-list_imgTextSlider .slick-slide:not(.slick-center),
  .c-list_imgTextSlider .slick-slide.slick-active + .slick-slide {
    transform: scale(0.8);
  }
  .c-list_imgTextSlider .slick-prev {
    left: 0;
    top: 45%;
  }
  .c-list_imgTextSlider .slick-prev:after {
    right: 2px;
    width: 26px;
    height: 30px;
    top: 9px;
    margin: 0 0 0 0;
    background: "/assets/img/common/ico_slide_arrow_prev_sp.png" no-repeat;
    background-size: contain;
  }
  .c-list_imgTextSlider .slick-next {
    right: 0;
    top: 45%;
  }
  .c-list_imgTextSlider .slick-next:after {
    left: 2px;
    width: 26px;
    height: 30px;
    top: 9px;
    margin: 0 0 0 0;
    background: "/assets/img/common/ico_slide_arrow_next_sp.png" no-repeat;
    background-size: contain;
  }
  .c-list_imgTextSlider .slick-dots {
    margin-top: 11px;
  }
  .c-list_imgTextSlider .slick-dots li button:before {
    font-size: 3.5rem;
  }
  .c-list_col2 > li, .c-list_col4_movie_pcRowSpCol2 > li,
  .c-list_col4_pcRowSpCol2 > li {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .c-list_col2 > li:first-child, .c-list_col4_movie_pcRowSpCol2 > li:first-child,
  .c-list_col4_pcRowSpCol2 > li:first-child {
    margin: 0px;
  }
  .c-list_col2 > li:nth-of-type(2n), .c-list_col4_movie_pcRowSpCol2 > li:nth-of-type(2n),
  .c-list_col4_pcRowSpCol2 > li:nth-of-type(2n) {
    margin-left: 0;
  }
  .c-list_col2 > li:nth-of-type(2), .c-list_col4_movie_pcRowSpCol2 > li:nth-of-type(2),
  .c-list_col4_pcRowSpCol2 > li:nth-of-type(2) {
    margin-top: 15px;
  }
  .c-list_col2 > li a .movieThumbnail, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail,
  .c-list_col4_pcRowSpCol2 > li a .movieThumbnail {
    position: relative;
    width: 100%;
  }
  .c-list_col2 > li a .movieThumbnail:after, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail:after,
  .c-list_col4_pcRowSpCol2 > li a .movieThumbnail:after {
    content: "";
    width: 38px;
    height: 38px;
    background: url("/assets/img/common/ico_movie_play_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
  }
  .c-list_col2 > li a .movieThumbnail.icoL:after, .c-list_col4_movie_pcRowSpCol2 > li a .movieThumbnail.icoL:after,
  .c-list_col4_pcRowSpCol2 > li a .movieThumbnail.icoL:after {
    content: "";
    width: 55px;
    height: 55px;
    background: url("/assets/img/common/ico_movie_play_l_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
  }
  .c-list_col2 > li a:hover, .c-list_col4_movie_pcRowSpCol2 > li a:hover,
  .c-list_col4_pcRowSpCol2 > li a:hover {
    opacity: 1;
  }
  .c-list_col2 > li a img, .c-list_col4_movie_pcRowSpCol2 > li a img,
  .c-list_col4_pcRowSpCol2 > li a img {
    width: 100%;
    height: 100%;
  }
  .c-list_col2 > li a .c-list_col2__contents, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents,
  .c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents {
    padding: 0px 0 0 13px;
    width: 66%;
  }
  .c-list_col2 > li a .c-list_col2__contents h3, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents h3,
  .c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents h3 {
    font-size: 1.9rem;
  }
  .c-list_col2 > li a .c-list_col2__contents h3 span, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents h3 span,
  .c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents h3 span {
    font-size: 1.1rem;
    margin-top: -2px;
  }
  .c-list_col2 > li a .c-list_col2__contents .date, .c-list_col4_movie_pcRowSpCol2 > li a .c-list_col2__contents .date,
  .c-list_col4_pcRowSpCol2 > li a .c-list_col2__contents .date {
    font-size: 1.3rem;
    position: relative;
    margin-top: 10px;
    display: block;
  }
  .c-list_col4_movie_pcRowSpCol2,
  .c-list_col4_pcRowSpCol2 {
    flex-wrap: wrap;
  }
  .c-list_col4_movie_pcRowSpCol2 > li,
  .c-list_col4_pcRowSpCol2 > li {
    width: 48.5%;
    margin-bottom: 21px;
    margin-top: 0;
  }
  .c-list_col4_movie_pcRowSpCol2 > li:nth-of-type(1), .c-list_col4_movie_pcRowSpCol2 > li:nth-of-type(2),
  .c-list_col4_pcRowSpCol2 > li:nth-of-type(1),
  .c-list_col4_pcRowSpCol2 > li:nth-of-type(2) {
    margin-top: 0;
  }
  .c-list_col4_movie_pcRowSpCol2 > li:nth-of-type(2n),
  .c-list_col4_pcRowSpCol2 > li:nth-of-type(2n) {
    margin-left: 3%;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a img,
  .c-list_col4_pcRowSpCol2 > li a img {
    width: 100%;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a div .ttl,
  .c-list_col4_pcRowSpCol2 > li a div .ttl {
    font-size: 1.68rem;
    display: inline-block;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a div p.ttl,
  .c-list_col4_pcRowSpCol2 > li a div p.ttl {
    font-size: 1.2rem;
    margin-top: 11px;
    line-height: 1.7;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a div .text,
  .c-list_col4_pcRowSpCol2 > li a div .text {
    font-size: 1.2rem;
    margin-top: 10px;
    vertical-align: baseline;
    display: inline-block;
    margin-left: 0;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a:after,
  .c-list_col4_pcRowSpCol2 > li a:after {
    margin: -28px auto 0 -8px;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a:before,
  .c-list_col4_pcRowSpCol2 > li a:before {
    margin: -46px 0 0 -30px;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a:hover,
  .c-list_col4_pcRowSpCol2 > li a:hover {
    opacity: 1;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a:hover div p.ttl,
  .c-list_col4_pcRowSpCol2 > li a:hover div p.ttl {
    text-decoration: underline;
  }
  .c-list_col4_movie_pcRowSpCol2 > li a.imgModal .img:after,
  .c-list_col4_pcRowSpCol2 > li a.imgModal .img:after {
    width: 50px;
    height: 50px;
  }
  .c-list_col2--cv > li {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .c-list_col2--cv > li:first-child {
    margin-top: 0;
  }
  .c-list_col2--cv > li:after {
    right: 17px;
    width: 16px;
    height: 16px;
    margin: -17px 0 0 0;
  }
  .c-list_col2--cv > li a {
    padding: 25px 0 28px 22px;
  }
  .c-list_col2--cv > li a h2 {
    font-size: 2.2rem;
  }
  .c-list_col2--cv > li a p {
    margin-top: 8px;
    padding-right: 41px;
    line-height: 1.6;
    font-size: 1.3rem;
  }
  .c-list_col2--cv > li a.catalog {
    padding: 25px 0 28px 22px;
  }
  .c-list_col2--cv > li a:after {
    right: 17px;
    width: 18px;
    height: 18px;
    margin: -11px 0 0 0;
  }
  .c-list_col2--cv > li a:after {
    right: 14px;
    width: 9px;
    height: 16px;
    background: url(/assets/img/common/ico_btn_b_l_2_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    content: "";
    vertical-align: middle;
  }
  .c-list_col2--cv > li a:hover {
    background-color: #fff;
  }
  .c-list_col2--cv > li a p.c-list_col2--cv--catalogImg {
    padding-right: 112px;
  }
  .c-list_col2--cv > li a p.c-list_col2--cv--catalogImg:after {
    top: 50%;
    right: 38px;
    width: 69px;
    height: 95px;
    display: inline-block;
    background-size: contain;
    margin-top: -47px;
  }
  .c-list__textRow, .c-list__textRow--simple, .c-list__textRow--inl {
    flex-wrap: wrap;
  }
  .c-list__textRow > li:after, .c-list__textRow--simple > li:after, .c-list__textRow--inl > li:after {
    margin: 0 6px 0 8px;
  }
  .c-list__textRow--simple li {
    font-size: 1.1rem;
    color: #24617d;
  }
  .c-list_stepList li {
    padding-top: 12px;
    font-size: 1.2rem;
    width: 90px;
    margin-right: 3px;
  }
  .c-list_stepList li:nth-of-type(3) {
    width: 120px;
  }
  .c-list_stepList li .step {
    font-size: 0.8rem;
    margin-bottom: 4px;
  }
  .c-list_stepList li:after {
    width: 5px;
    height: 5px;
    border: 1px #5992ae solid;
    top: 0px;
    left: 0;
  }
  .c-list_stepList li:before {
    border-top: 1px #5992ae solid;
    top: 3px;
    left: 10px;
    width: 80px;
  }
  .c-list_stepList li.nowPoint:after {
    width: 7px;
    height: 7px;
    left: 0;
  }
  .c-list_stepList li:first-child:after {
    left: 0px;
  }
  .c-list_stepList li:first-child:before {
    left: 10px;
    width: 80px;
  }
  .c-list_investmentHorse {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .c-list_investmentHorse li {
    width: 100%;
  }
  .c-list_investmentHorse li.horseName {
    width: 100%;
    margin: 18px 0 14px;
    font-size: 1.2rem;
    font-weight: 300;
  }
  .c-list_investmentHorse li.horseName span {
    font-size: 2rem;
    margin-bottom: 7px;
  }
  .c-list_investmentHorse li.horseName.balloonTextMargin {
    margin: 18px 0 42px;
  }
  .c-list_investmentHorse li.price {
    display: inline-block;
    width: auto;
    font-size: 1.2rem;
    vertical-align: top;
    text-align: right;
    margin: 0 0 0 auto;
  }
  .c-list_investmentHorse li.price > span {
    vertical-align: baseline;
  }
  .c-list_investmentHorse li.price > p {
    display: inline-block;
    font-size: 2.5rem;
    vertical-align: baseline;
    margin-top: 2px;
    padding-right: 10px;
  }
  .c-list_investmentHorse li.price > p .priceData + span {
    margin-left: 0;
    font-size: 1.7rem;
  }
  .c-list_investmentHorse li.applyCnt {
    display: inline-block;
    width: 145px;
    margin: 0;
    text-align: right;
    font-size: 1.2rem;
  }
  .c-list_investmentHorse li.applyCnt > span {
    vertical-align: baseline;
  }
  .c-list_investmentHorse li.applyCnt .selectBox, .c-list_investmentHorse li.applyCnt .selectBox--sortSelect, .c-list_investmentHorse li.applyCnt .selectBox--sortSelect--small, .c-list_investmentHorse li.applyCnt .selectBox--sortSelect--middle {
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 5px;
  }
  .c-list_investmentHorse li.paymentSelect {
    width: 100%;
    margin-top: 15px;
  }
  .c-list_investmentHorse li.paymentSelect .radioBtn {
    margin-top: 0;
  }
  .c-list_investmentHorse li.paymentSelect .radioBtn:first-child {
    margin-top: 0;
  }
  .c-list_investmentHorse li.paymentSelect .radioBtn label:before {
    top: inherit;
  }
  .c-list_investmentHorse li.paymentSelect.balloonTextMargin {
    margin-top: 40px;
  }
  .c-list_investmentHorse li.paymentSelect .balloonText {
    right: inherit;
    left: 0;
    width: 50%;
  }
  .c-list_investmentHorse li .balloonText {
    padding: 0 12px 0;
    top: -39px;
    font-size: 1.2rem;
    left: inherit;
    right: 0;
    height: 30px;
    line-height: 30px;
  }
  .c-list_investmentHorse li .balloonText:before {
    margin-left: -2px;
    border: 2px solid transparent;
    border-top: 6px solid #9b845c;
  }
  .c-list_investmentHorse li .balloonText.limitedPrice {
    padding: 0px 25px;
    line-height: 30px;
  }
  .c-list_investmentHorse li .balloonText.full {
    padding: 0px 30px 0px;
    top: -39px;
  }
  .c-list_investmentHorse li .balloonText.full:before {
    border-top: 6px solid #999;
  }
  /* PC縦並び、SP縦並び+ボックス */
  .c-list-radio-db, .c-list-radio-db--pcSpVertical, .c-list-radio-db--pcSpRow, .c-list__consent_radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* PC縦並び、SP横並び+ボックス */
  }
  .c-list-radio-db li, .c-list-radio-db--pcSpVertical li, .c-list-radio-db--pcSpRow li, .c-list__consent_radio li {
    margin-top: 0;
    border-right: 1px #5992ae solid;
    border-right: 1px #5992ae solid;
    border-bottom: 1px #5992ae solid;
    width: 50%;
    margin-left: 0;
  }
  .c-list-radio-db li:first-child, .c-list-radio-db--pcSpVertical li:first-child, .c-list-radio-db--pcSpRow li:first-child, .c-list__consent_radio li:first-child {
    width: 50%;
  }
  .c-list-radio-db li:nth-of-type(2n+1), .c-list-radio-db--pcSpVertical li:nth-of-type(2n+1), .c-list-radio-db--pcSpRow li:nth-of-type(2n+1), .c-list__consent_radio li:nth-of-type(2n+1) {
    border-left: 1px #5992ae solid;
  }
  .c-list-radio-db li:nth-of-type(1), .c-list-radio-db--pcSpVertical li:nth-of-type(1), .c-list-radio-db--pcSpRow li:nth-of-type(1), .c-list__consent_radio li:nth-of-type(1), .c-list-radio-db li:nth-of-type(2), .c-list-radio-db--pcSpVertical li:nth-of-type(2), .c-list-radio-db--pcSpRow li:nth-of-type(2), .c-list__consent_radio li:nth-of-type(2) {
    border-top: 1px #5992ae solid;
  }
  .c-list-radio-db li .radioBtn, .c-list-radio-db--pcSpVertical li .radioBtn, .c-list-radio-db--pcSpRow li .radioBtn, .c-list__consent_radio li .radioBtn {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .c-list-radio-db li .radioBtn:first-child, .c-list-radio-db--pcSpVertical li .radioBtn:first-child, .c-list-radio-db--pcSpRow li .radioBtn:first-child, .c-list__consent_radio li .radioBtn:first-child {
    margin-top: 0;
  }
  .c-list-radio-db li .radioBtn input[type=radio] + label, .c-list-radio-db--pcSpVertical li .radioBtn input[type=radio] + label, .c-list-radio-db--pcSpRow li .radioBtn input[type=radio] + label, .c-list__consent_radio li .radioBtn input[type=radio] + label {
    padding: 12px 0 13px 43px;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
  }
  .c-list-radio-db li .radioBtn input[type=radio] + label:before, .c-list-radio-db--pcSpVertical li .radioBtn input[type=radio] + label:before, .c-list-radio-db--pcSpRow li .radioBtn input[type=radio] + label:before, .c-list__consent_radio li .radioBtn input[type=radio] + label:before {
    top: 50% !important;
    margin-top: -9px;
    left: 16px;
    width: 18px;
    height: 18px;
    background: #fff url(/assets/img/common/ico_radio_sp.png) no-repeat;
    background-size: contain;
  }
  .c-list-radio-db li .radioBtn input[type=radio]:checked + label, .c-list-radio-db--pcSpVertical li .radioBtn input[type=radio]:checked + label, .c-list-radio-db--pcSpRow li .radioBtn input[type=radio]:checked + label, .c-list__consent_radio li .radioBtn input[type=radio]:checked + label {
    background-color: #f1f5f7;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .c-list-radio-db li .radioBtn input[type=radio]:checked + label:before, .c-list-radio-db--pcSpVertical li .radioBtn input[type=radio]:checked + label:before, .c-list-radio-db--pcSpRow li .radioBtn input[type=radio]:checked + label:before, .c-list__consent_radio li .radioBtn input[type=radio]:checked + label:before {
    top: 50%;
    margin-top: -8px;
    left: 16px;
    background: url(/assets/img/common/ico_radio_sp_on.png) no-repeat;
    background-size: contain;
  }
  .c-list-radio-db--pcSpVertical li {
    width: 100%;
    border-top: 0;
    border-left: 1px #5992ae solid;
  }
  .c-list-radio-db--pcSpVertical li:nth-of-type(2) {
    border-top: 0;
  }
  .c-list-radio-db--pcSpVertical li:first-child {
    width: 100%;
    border-top: 1px #5992ae solid;
  }
  .c-list-radio-db--pcSpRow {
    /* .c-list-radio-db--spSpRow */
  }
  .c-list-radio-db--pcSpRow li {
    margin-left: 0;
  }
  .c-list-radio-db--pcSpRow li .radioBtn label {
    font-size: 1.4rem;
    padding: 14px 0 13px 43px;
    font-family: "Noto Serif JP", serif !important;
    font-weight: 300;
  }
  .c-list-radio-db--pcSpRow li .radioBtn label .smText {
    font-size: 1.1rem;
    margin-top: 5px;
    margin-left: 0;
  }
  .c-list-radio-db--pcSpRow.spCol3 li {
    width: 33.3333%;
  }
  .c-list-radio-db--pcSpRow.spCol3 li:nth-of-type(2n+1) {
    border-left: 0;
  }
  .c-list-radio-db--pcSpRow.spCol3 li:nth-of-type(3) {
    border-top: 1px #5992ae solid;
  }
  .c-list-radio-db--pcSpRow.spCol3 li:nth-of-type(3n+1) {
    border-left: 1px #5992ae solid;
  }
  .c-list-radio-db--pcSpRow.errorRadio li {
    border-right: 2px #ae1818 solid;
    border-right: 2px #ae1818 solid;
    border-bottom: 2px #ae1818 solid;
  }
  .c-list-radio-db--pcSpRow.errorRadio li:nth-of-type(2n+1) {
    border-left: 2px #ae1818 solid;
  }
  .c-list-radio-db--pcSpRow.errorRadio li:nth-of-type(1), .c-list-radio-db--pcSpRow.errorRadio li:nth-of-type(2) {
    border-top: 2px #ae1818 solid;
  }
  .c-list-radio-db--pcSpRow.errorRadio li label {
    color: #24617d;
    background-color: #fbf3f3;
  }
  .c-list-radio-sg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-list-radio-sg li {
    margin-top: 0;
    border-right: 1px #5992ae solid;
    border-left: 1px #5992ae solid;
    border-bottom: 1px #5992ae solid;
    width: 100%;
    margin-left: 0;
  }
  .c-list-radio-sg li:first-child {
    width: 100%;
    border-top: 1px #5992ae solid;
  }
  .c-list-radio-sg li .radioBtn {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .c-list-radio-sg li .radioBtn:first-child {
    margin-top: 0;
  }
  .c-list-radio-sg li .radioBtn input[type=radio] + label {
    padding: 12px 0 13px 43px;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
  }
  .c-list-radio-sg li .radioBtn input[type=radio] + label:before {
    top: 50% !important;
    margin-top: -9px;
    left: 16px;
    width: 18px;
    height: 18px;
    background: url(/assets/img/common/ico_radio_sp.png) no-repeat;
    background-size: contain;
  }
  .c-list-radio-sg li .radioBtn input[type=radio]:checked + label {
    background-color: #f1f5f7;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .c-list-radio-sg li .radioBtn input[type=radio]:checked + label:before {
    top: 50%;
    margin-top: -8px;
    left: 16px;
    background: url(/assets/img/common/ico_radio_sp_on.png) no-repeat;
    background-size: contain;
  }
  .c-list-radio-sg-pcFlat {
    display: flex;
    flex-wrap: wrap;
  }
  .c-list-radio-sg-pcFlat li {
    margin-top: 0;
    border-right: 1px #5992ae solid;
    border-left: 1px #5992ae solid;
    border-bottom: 1px #5992ae solid;
    width: 100%;
    margin-left: 0;
  }
  .c-list-radio-sg-pcFlat li:first-child {
    width: 100%;
    border-top: 1px #5992ae solid;
  }
  .c-list-radio-sg-pcFlat li .radioBtn {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .c-list-radio-sg-pcFlat li .radioBtn:first-child {
    margin-top: 0;
  }
  .c-list-radio-sg-pcFlat li .radioBtn input[type=radio] + label {
    padding: 12px 0 13px 43px;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
  }
  .c-list-radio-sg-pcFlat li .radioBtn input[type=radio] + label:before {
    top: 50% !important;
    margin-top: -9px;
    left: 16px;
    width: 18px;
    height: 18px;
    background: url(/assets/img/common/ico_radio_sp.png) no-repeat;
    background-size: contain;
  }
  .c-list-radio-sg-pcFlat li .radioBtn input[type=radio]:checked + label {
    background-color: #f1f5f7;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .c-list-radio-sg-pcFlat li .radioBtn input[type=radio]:checked + label:before {
    top: 50%;
    margin-top: -8px;
    left: 16px;
    background: url(/assets/img/common/ico_radio_sp_on.png) no-repeat;
    background-size: contain;
  }
  /** PC縦並びSP縦並び、ボックス無し **/
  .c-list-radio-column > li label {
    display: block;
    padding: 16px 0 15px 41px;
  }
  .c-list-radio-column > li label:before {
    top: 0;
    margin-top: 17px;
    left: 12px;
  }
  .c-list-radio-column > li input[type=radio]:checked + label {
    background-color: #f1f5f7;
  }
  .c-list-radio-column > li input[type=radio]:checked + label:after {
    top: 0;
    margin-top: 17px;
    left: 12px;
  }
  /** PC横並び SP横並び+ボックス　同意ラジオ **/
  .c-list__consent_radio {
    margin-top: 20px;
  }
  .c-list__consent_radio li {
    width: 50%;
    background-color: #fff;
    text-align: left;
  }
  .c-list__consent_radio li:first-child {
    text-align: left;
  }
  .c-list__consent_radio li .radioBtn label {
    font-size: 1.4rem;
  }
  .c-list__consent_radio li .radioBtn label:before {
    width: 18px;
    height: 18px;
  }
  .c-list__consent_radio li .radioBtn input[type=radio]:checked + label {
    background-color: #f1f5f7;
  }
  .c-list__consent_radio li .radioBtn input[type=radio]:checked + label:after {
    width: 14px;
    height: 14px;
  }
  /* PC横SP横+ボックス */
  .c-list-checkList {
    flex-wrap: wrap;
  }
  .c-list-checkList li {
    margin: 0;
    border-right: 1px #5992ae solid;
    border-right: 1px #5992ae solid;
    border-bottom: 1px #5992ae solid;
    width: 50%;
    padding: 0;
  }
  .c-list-checkList li:nth-of-type(2n+1) {
    border-left: 1px #5992ae solid;
  }
  .c-list-checkList li:nth-of-type(1), .c-list-checkList li:nth-of-type(2) {
    border-top: 1px #5992ae solid;
  }
  .c-list__btn_db, .c-list__btn_db--spRow {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .c-list__btn_db li, .c-list__btn_db--spRow li {
    width: 100%;
  }
  .c-list__btn_db li:first-child, .c-list__btn_db--spRow li:first-child {
    margin-top: 16px;
  }
  .c-list__btn_db--spRow {
    flex-direction: row;
    width: 100%;
  }
  .c-list__btn_db--spRow li {
    font-size: 1.5rem;
    width: 60.5%;
    /* イレギュラー */
  }
  .c-list__btn_db--spRow li:first-child {
    margin-top: 0;
    width: 37%;
  }
  .c-list__btn_db--spRow li .c-btn--link--blue span, .c-list__btn_db--spRow li .c-btn--link--blue--horseListDetail span, .c-list__btn_db--spRow li .c-btn--link--blue--small span {
    left: -5px;
    letter-spacing: -0.08em;
  }
  .c-list-input-sg li, .c-list-input-db li, .c-list-input-tp li {
    width: 100%;
  }
  .c-list-input-sg li .selectBox, .c-list-input-db li .selectBox, .c-list-input-tp li .selectBox, .c-list-input-sg li .selectBox--sortSelect, .c-list-input-db li .selectBox--sortSelect, .c-list-input-tp li .selectBox--sortSelect, .c-list-input-sg li .selectBox--sortSelect--small, .c-list-input-db li .selectBox--sortSelect--small, .c-list-input-tp li .selectBox--sortSelect--small, .c-list-input-sg li .selectBox--sortSelect--middle, .c-list-input-db li .selectBox--sortSelect--middle, .c-list-input-tp li .selectBox--sortSelect--middle {
    height: 40px;
    box-sizing: border-box;
  }
  .c-list-input-sg li .selectBox select, .c-list-input-db li .selectBox select, .c-list-input-tp li .selectBox select, .c-list-input-sg li .selectBox--sortSelect select, .c-list-input-db li .selectBox--sortSelect select, .c-list-input-tp li .selectBox--sortSelect select, .c-list-input-sg li .selectBox--sortSelect--small select, .c-list-input-db li .selectBox--sortSelect--small select, .c-list-input-tp li .selectBox--sortSelect--small select, .c-list-input-sg li .selectBox--sortSelect--middle select, .c-list-input-db li .selectBox--sortSelect--middle select, .c-list-input-tp li .selectBox--sortSelect--middle select {
    height: 100%;
    font-size: 1.6rem;
    padding: 1px 38px 1px 15px;
  }
  .c-list-input-db, .c-list-input-tp {
    display: flex;
    justify-content: space-between;
  }
  .c-list-input-db li, .c-list-input-tp li {
    width: 49%;
  }
  .c-list-input-db.spsg, .spsg.c-list-input-tp {
    flex-wrap: wrap;
  }
  .c-list-input-db.spsg li, .spsg.c-list-input-tp li {
    width: 100%;
    margin-top: 15px;
  }
  .c-list-input-db.spsg li:first-child, .spsg.c-list-input-tp li:first-child {
    margin-top: 0;
  }
  .c-list-input-tp {
    display: block;
  }
  .c-list-input-tp li {
    width: 100%;
    margin-top: 15px;
  }
  .c-list-input-tp li:first-child {
    margin-top: 0;
  }
  .c-list_banner li {
    margin-top: 10px;
    text-align: center;
  }
  .c-list_banner li:first-child {
    margin-top: 0;
  }
  .c-list_banner li a {
    overflow: hidden;
    position: relative;
    height: 106px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .c-list_banner li img {
    width: 100%;
    max-height: 106px;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    max-width: inherit;
    margin-left: -50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .texthorseDataList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2;
  }
  .texthorseDataList li dl {
    font-size: 1.4rem !important;
  }
  .raceInfoLabel > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 0px;
  }
  .raceInfoLabel > ul li {
    font-size: 1.1rem;
    width: 44%;
  }
  .raceInfoLabel > ul li span {
    margin: 0 10px 0 0;
  }
  .raceInfoLabel > ul li:nth-of-type(3n) {
    width: 44%;
  }
  .raceInfoLabel > ul li:nth-of-type(1), .raceInfoLabel > ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .indent1List {
    margin-top: 25px;
  }
  .indent1List li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 8px;
  }
  .indent1List li:first-child {
    margin-top: 0px;
  }
  /**** QAリスト(アコーディオン) ****/
  .c-list__qa li dl dt a {
    font-size: 1.7rem;
    padding: 20px 40px 23px 40px;
    line-height: 1.4;
  }
  .c-list__qa li dl dt a .question {
    font-size: 2.8rem;
    left: -1px;
    top: 10px;
  }
  .c-list__qa li dl dt a:after {
    width: 8px;
    height: 14px;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
    right: 13px;
    margin-top: -8px;
  }
  .c-list__qa li dl dt a:hover {
    background-color: #fff;
    opacity: 1;
  }
  .c-list__qa li dl dd {
    font-size: 1.4rem;
    display: none;
  }
  .c-list__qa li dl dd div {
    padding: 30px 10px 35px 40px;
  }
  .c-list__qa li dl dd div .answer {
    font-size: 2.8rem;
    left: 1px;
    top: 14px;
  }
  .pager {
    width: 100%;
    margin: 13.2% auto 0;
  }
  .pager li {
    width: 18.6%;
  }
  .pager li:nth-of-type(2) {
    width: 14%;
  }
  .pager li:nth-of-type(3) {
    width: 24%;
  }
  .pager li:nth-of-type(4) {
    width: 14%;
  }
  .pager li:nth-of-type(5) {
    width: 18.6%;
  }
  .pager a.btn:hover:before {
    display: none;
  }
  .pager a.btn:hover span {
    background-color: #fff;
    color: #5b93ad;
  }
  .pager a.btn:hover span.toBeginning:before, .pager a.btn:hover span.toEnd:before {
    background-color: #5b93ad;
  }
  .pager a.btn:hover span:after {
    background: url(/assets/img/common/ico_btn_b_sp.png) no-repeat left center;
    background-size: 100%;
  }
  .pager a.btn:hover span:before {
    background-color: #5b93ad;
  }
  .pager span.btn span:after {
    top: calc(50% - 5px);
  }
  .pager span.btn.toNext span:after, .pager span.btn.toEnd span:after {
    top: calc(50% - 4px);
  }
  .pager .btn {
    font-size: 1.4rem;
    height: 45px;
  }
  .pager .btn span:after {
    width: 6px;
    height: 12px;
    left: 46px;
    top: calc(50% - 5.5px);
    background: url(/assets/img/common/ico_btn_b_sp.png) no-repeat left center;
    background-size: 100%;
  }
  .pager .btn.toBeginning span {
    padding-right: 14%;
  }
  .pager .btn.toBeginning span:before {
    height: 12px;
    left: 13%;
    top: calc(50% - 5px);
  }
  .pager .btn.toBeginning span:after {
    left: 21%;
  }
  .pager .btn.toPrev span {
    padding-right: 19%;
  }
  .pager .btn.toPrev span:after {
    left: 23%;
  }
  .pager .btn.toNext span {
    padding-left: 19%;
  }
  .pager .btn.toNext span:after {
    left: 64%;
    top: calc(50% - 5.5px);
  }
  .pager .btn.toEnd span {
    padding-left: 14%;
  }
  .pager .btn.toEnd span:before {
    height: 12px;
    left: 84%;
    top: calc(50% - 5.5px);
  }
  .pager .btn.toEnd span:after {
    left: 68%;
    top: calc(50% - 5.5px);
  }
  .selectBox, .selectBox--sortSelect, .selectBox--sortSelect--small, .selectBox--sortSelect--middle {
    height: 50px;
    box-sizing: border-box;
  }
  .selectBox select, .selectBox--sortSelect select, .selectBox--sortSelect--small select, .selectBox--sortSelect--middle select {
    height: 100%;
    font-size: 1.6rem;
    padding: 3px 38px 3px 14px;
  }
  .c-categoryMenu__title .nickName {
    font-size: 1.3rem;
  }
  .c-categoryMenu__title .c-btn, .c-categoryMenu__title .c-btn--loginSubmit, .c-categoryMenu__title .c-btn--more, .c-categoryMenu__title .c-btn--link, .c-categoryMenu__title .c-btn--link--blue, .c-categoryMenu__title .c-btn--link--blue--horseListDetail, .c-categoryMenu__title .c-btn--link--blue--small, .c-categoryMenu__title .c-btn--link--red, .c-categoryMenu__title .c-btn--link--red--horseListDetail, .c-categoryMenu__title .c-btn--link--red--small, .c-categoryMenu__title .c-btn--link--back, .c-categoryMenu__title .c-btn--link--examinationList, .c-categoryMenu__title .c-btn--link--favList, .c-categoryMenu__title .c-btn--search, .c-categoryMenu__title .c-btn--bottomArrow {
    width: 150px;
    padding: 13px 0 14px 0;
    font-size: 1.2rem;
  }
  .c-categoryMenu__title .logoutLink {
    font-size: 1.3rem;
  }
  .c-categoryMenu__title .logoutLink:hover {
    text-decoration: underline;
  }
  .slick-slider .slick-slide.more a:hover .imgOver {
    opacity: 0;
  }
}
a img {
  transition: all 0.25s ease-in-out;
}
a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

@media screen and (max-width: 769px) {
  a img {
    transition: inherit;
  }
  a:hover img {
    opacity: 1;
  }
}
hr:not([class*=hr]) {
  border: none;
  border-bottom: 1px solid #c0cac7;
  margin: 60px 0;
}
hr:not([class*=hr]).o-narrow {
  margin: 20px 0;
}
hr.c-hr_tilda {
  height: 17px;
  border: none;
  position: relative;
  background-image: url(/assets/img/misc/icn_tilda.svg), url(/assets/img/misc/icn_tilda.svg), url(/assets/img/misc/icn_tilda.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center top, center center, center bottom;
}
hr.c-hr_tilda::before, hr.c-hr_tilda::after {
  content: "";
  width: calc(50% - 26px);
  height: 1px;
  background: #c0cac7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
hr.c-hr_tilda::before {
  left: 0;
}
hr.c-hr_tilda::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  hr.c-hr_tilda {
    margin: 25px 0;
  }
  hr.c-hr_tilda + .p-memorable {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  hr.c-hr_tilda {
    margin: 120px 0;
  }
}
.c-col hr {
  margin: 20px 0;
}
hr.--narrow {
  margin: 20px 0;
}

.c-frame {
  position: relative;
}
.c-frame > p + .c-list_cmn_01 {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-frame > p + .c-list_cmn_01 {
    margin-top: 35px;
  }
}
.c-frame.o-border {
  border: 1px solid #c0cac7;
  padding: 30px 15px;
}
.c-frame.o-border + section {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-frame.o-border + section {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-frame.o-border {
    padding: 35px 17px;
  }
}
.c-frame.o-innerBorder {
  border: 10px solid transparent;
}
.c-frame.o-innerBorder.o-mystic {
  box-shadow: 0 0 0 1px #576b65 inset;
}
.c-frame.o-smoke, .c-frame.o-linen, .c-frame.o-lily, .c-frame.o-mystic, .c-frame[class*=u-bg] {
  padding: 15px;
}
.c-frame.o-smoke + section, .c-frame.o-linen + section, .c-frame.o-lily + section, .c-frame.o-mystic + section, .c-frame[class*=u-bg] + section {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-frame.o-smoke + section, .c-frame.o-linen + section, .c-frame.o-lily + section, .c-frame.o-mystic + section, .c-frame[class*=u-bg] + section {
    margin-top: 50px;
  }
}
.c-frame.o-smoke + p, .c-frame.o-linen + p, .c-frame.o-lily + p, .c-frame.o-mystic + p, .c-frame[class*=u-bg] + p {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-frame.o-smoke + p, .c-frame.o-linen + p, .c-frame.o-lily + p, .c-frame.o-mystic + p, .c-frame[class*=u-bg] + p {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-frame.o-smoke, .c-frame.o-linen, .c-frame.o-lily, .c-frame.o-mystic, .c-frame[class*=u-bg] {
    padding: 35px 65px;
  }
}
.c-frame.o-smoke {
  background: #f7f7f7;
}
.c-frame.o-linen {
  background: #faf4e9;
}
@media print, screen and (min-width: 768px) {
  .c-col .c-frame {
    padding: 30px;
  }
}

.c-frame__heading.o-border {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.c-frame__heading.o-border b {
  background: white;
  display: inline-block;
  font-size: 2rem;
  padding: 0 20px;
}

.c-frame__footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #c0cac7;
  text-align: center;
}

.c-mainVisual {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .c-mainVisual + section {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainVisual + .l-heading--lv1 {
    margin-top: 30px;
  }
}
.c-mainVisual img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-swipe + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-swipe {
    width: 100%;
    overflow-x: auto;
  }
  .c-swipe + p {
    margin-top: 15px;
  }
}

.c-badge.o-kodawari {
  position: relative;
}
.c-badge.o-kodawari::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 65px;
  height: 65px;
  background-image: url(/assets/img/misc/icn_kodawari.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-badge.o-kodawari::after {
    top: 10px;
    left: 10px;
    width: 102px;
    height: 102px;
  }
}

.c-anc {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-anc.-header_fixed {
    top: -61px;
  }
}
.c-anc.-system {
  top: -44px;
}
@media print, screen and (min-width: 768px) {
  .c-anc.-system {
    top: -80px;
  }
}
.c-anc.-location {
  top: -44px;
}
@media print, screen and (min-width: 768px) {
  .c-anc.-location {
    top: -120px;
  }
}

.o-lily {
  background: #f0f5f3;
}

.o-mystic {
  background: #e0eae7;
}

.o-smoke {
  background: #f7f7f7;
}

.c-icnTxt--newsNew, .c-icnTxt--investedHorse, .c-icnTxt--required, .c-icnTxt--featureNew, .c-icnTxt--newsNew--pc, .c-icnTxt--newsNew--sp {
  position: relative;
}
.c-icnTxt--newsNew:after, .c-icnTxt--investedHorse:after, .c-icnTxt--required:after, .c-icnTxt--featureNew:after, .c-icnTxt--newsNew--pc:after, .c-icnTxt--newsNew--sp:after {
  content: "NEW";
  position: relative;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  color: #fff;
  background-color: #5b93ad;
  display: inline-block;
  padding: 5px 15px 6px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
}
@media all and (-ms-high-contrast: none) {
  .c-icnTxt--newsNew:after, .c-icnTxt--investedHorse:after, .c-icnTxt--required:after, .c-icnTxt--featureNew:after, .c-icnTxt--newsNew--pc:after, .c-icnTxt--newsNew--sp:after {
    padding: 9px 18px 4px 13px;
  }
}
.c-icnTxt--newsNew--sp:after {
  display: none;
}
.c-icnTxt--featureNew {
  position: relative;
}
.c-icnTxt--featureNew:after {
  position: absolute;
  padding: 7px 12px 7px 35px;
  top: 6px;
  left: -4px;
}
@media all and (-ms-high-contrast: none) {
  .c-icnTxt--featureNew:after {
    padding: 9px 9px 4px 14px;
  }
}
.c-icnTxt--required:after {
  content: "必須";
  top: -4px;
  left: 15px;
  width: 2em;
}
.c-icnTxt--investedHorse {
  display: flex;
}
.c-icnTxt--investedHorse:after {
  content: "出資馬";
  background-color: #99825c;
  width: 3em;
}
.c-icnTxt--statuslabel, .c-icnTxt--statuslabel--gray {
  font-size: 1.3rem;
  color: #fff;
  background-color: #8b8265;
  display: inline-block;
  padding: 0;
  margin-top: 1px;
  height: 24px;
  width: 100px;
  text-align: center;
  line-height: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-icnTxt--statuslabel--gray {
  background-color: #999999;
}
.c-icnTxt--listNew:after {
  content: "NEW";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1rem;
  color: #fff;
  background-color: #5b93ad;
  display: inline-block;
  padding: 3px 0 4px 0;
  width: 42px;
  line-height: 1;
  /* left: initial; */
  text-align: center;
  height: 16px;
  box-sizing: border-box;
  margin-top: -8px;
}
.c-icnTxt--badge {
  font-size: 1.4rem;
  color: #fff;
  background-color: #5b93ad;
  display: inline-block;
  padding: 5px 15px 6px;
  width: auto;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.textLabel {
  font-size: 1.4rem;
  color: #24617d;
  border: 1px #5b93ad solid;
  display: inline-block;
  text-align: center;
  padding: 0;
  text-align: center;
  width: 106px;
  height: 26px;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  display: flex;
  justify-content: center;
}
.textLabel--typeBlue, .textLabel--typeBlue--auto, .textLabel--typeBlue--small {
  background-color: #5b93ad;
  width: 97px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.textLabel--typeBlue--small {
  width: 60px;
  height: 24px;
  line-height: 22px;
  font-size: 1.4rem;
}
.textLabel--typeBlue--auto {
  width: auto;
  height: 22px;
  line-height: 22px;
  font-size: 1.4rem;
  vertical-align: baseline;
  padding: 0 10px;
  letter-spacing: -0.07em;
}
.textLabel--typeWhite, .textLabel--typeWhite--small {
  width: 97px;
  height: 40px;
  border: 1px #5b93ad solid;
  color: #5b93ad;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 2rem;
}
.textLabel--typeWhite--small {
  width: 60px;
  height: 24px;
  line-height: 21px;
  font-size: 1.4rem;
}

.textLabelRecord {
  display: flex;
  align-items: center;
}
.textLabelRecord span.record {
  color: #fff;
  width: 59px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.textLabelRecord span.record.r1 {
  background-color: #b1a784;
}
.textLabelRecord span.record.r2 {
  background-color: #b2b2b2;
}
.textLabelRecord span.record.r3 {
  background-color: #b09e8f;
}
.textLabelRecord span:nth-of-type(1), .textLabelRecord span:nth-of-type(3) {
  min-width: 45px;
}
.textLabelRecord span:nth-of-type(2) {
  margin: 0 5px;
}

.c-icnTxt_dl {
  background-color: #5b93ad;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-icnTxt_dl:before, .c-icnTxt_dl:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-icnTxt_dl:before {
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
  margin-left: -10px;
  display: block;
  top: -9px;
}
.c-icnTxt_dl:after {
  left: 17px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  top: -5px;
}
.c-icnTxt_dl .border {
  position: absolute;
  bottom: 11px;
  left: 50%;
  width: 26px;
  background-color: #fff;
  height: 1px;
  margin-left: -13px;
}

.c-link-arrow-before {
  color: #24617d;
  text-decoration: underline;
}
.c-link-arrow-before:hover {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  i.c-icnTxt--newsNew:after, i.c-icnTxt--newsNew--sp:after, i.c-icnTxt--newsNew--pc:after, i.c-icnTxt--featureNew:after, i.c-icnTxt--required:after, i.c-icnTxt--investedHorse:after {
    left: 0;
  }
  .c-icnTxt--newsNew:after, .c-icnTxt--newsNew--sp:after, .c-icnTxt--newsNew--pc:after, .c-icnTxt--featureNew:after, .c-icnTxt--required:after, .c-icnTxt--investedHorse:after {
    display: inline-block;
    left: 0;
    font-size: 1.2rem;
    padding: 2px 5px 2px 5px;
    top: 0;
    text-align: center;
    line-height: 1;
    height: 13px;
  }
  .c-icnTxt--newsNew--sp:after {
    display: none;
  }
  .c-icnTxt--newsNew--pc:after {
    display: inline-block;
    left: inherit;
    top: -2px !important;
    right: -5px !important;
  }
  .c-icnTxt--listNew:after {
    content: "NEW";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1.2rem;
    color: #fff;
    background-color: #5b93ad;
    display: inline-block;
    padding: 0px 9px 0px 9px;
    line-height: 1;
    text-align: center;
    height: 22px;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: -11px;
    font-weight: 300;
  }
  .c-icnTxt--featureNew {
    position: relative;
  }
  .c-icnTxt--featureNew:after {
    padding: 1px 5px 0px 14px;
  }
  .c-icnTxt--required:after {
    display: inline-block;
    left: 10px;
    font-size: 1.1rem;
    padding: 0 0 0 10px;
    top: -3px;
    text-align: left;
    line-height: 14px;
    height: 14px;
    width: 42px;
    box-sizing: border-box;
  }
  .c-icnTxt--investedHorse:after {
    top: 0;
  }
  .c-icnTxt--statuslabel, .c-icnTxt--statuslabel--gray {
    font-size: 1.2rem;
    color: #fff;
    background-color: #99825c;
    display: inline-block;
    padding: 0;
    width: 76px;
    line-height: 21px;
    height: 21px;
  }
  .c-icnTxt--statuslabel--gray {
    background-color: #999999;
  }
  .textLabel {
    font-size: 1.1rem;
    padding: 4px 9px 4px;
  }
  .textLabel--typeBlue, .textLabel--typeBlue--small, .textLabel--typeBlue--auto {
    width: 100%;
    height: 25px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .textLabel--typeBlue--small {
    width: 43px;
    height: 17px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
  }
  .textLabel--typeBlue--auto {
    width: auto;
    height: 17px;
    line-height: 17px;
    font-size: 1.1rem;
    vertical-align: baseline;
    padding: 0 8px;
    letter-spacing: -0.07em;
  }
  .textLabel--typeWhite, .textLabel--typeWhite--small {
    width: 100%;
    height: 25px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-size: 1.3rem;
  }
  .textLabel--typeWhite--small {
    width: 43px;
    height: 17px;
    line-height: 16px;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
  }
  .textLabel--record1 {
    background-color: #b1a784;
    color: #fff;
    width: 44px;
    display: inline-block;
    left: 1px;
    position: relative;
    height: 18px;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    padding: 1px;
    top: 1px;
  }
  .textLabel--record1.lh {
    left: 5px;
  }
  .textLabel--record2 {
    background-color: #b2b2b2;
  }
  .textLabel--record3 {
    background-color: #b09e8f;
  }
  .c-icnTxt_dl {
    width: 40px;
    height: 40px;
  }
  .c-icnTxt_dl:before {
    left: 50%;
    width: 17px;
    height: 1px;
    background: #fff;
    transform: rotate(90deg);
    margin-left: -9px;
    display: block;
    top: -7px;
  }
  .c-icnTxt_dl:after {
    left: 14px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    top: -5px;
  }
  .c-icnTxt_dl .border {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 20px;
    background-color: #fff;
    height: 1px;
    margin-left: -10px;
  }
  .textLabelRecord span.record {
    width: 49px;
  }
  .textLabelRecord span:nth-of-type(1), .textLabelRecord span:nth-of-type(3) {
    min-width: 35px;
  }
}
@media screen and (max-width: 769px) and (-ms-high-contrast: none) {
  .c-icnTxt--newsNew--sp:after {
    padding: 5px 3px 1px 3px;
  }
  .c-icnTxt--featureNew:after {
    padding: 5px 3px 3px 7px;
  }
}
.p-social_01 {
  margin-top: 20px;
}

.p-social_01__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-social_01__inner {
    justify-content: space-around;
  }
}

@media print, screen and (min-width: 768px) {
  .p-social_01__item + .p-social_01__item {
    margin-left: 25px;
  }
}

.p-social_01__icn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.p-social_01__icn img {
  width: 100%;
}
.p-social_01__icn--line {
  width: 32px;
}
.p-social_01__icn--facebook {
  width: 16px;
}
.p-social_01__icn--instagram {
  width: 28px;
}
.p-social_01__icn--twitter {
  width: 28px;
}
.p-social_01__icn:hover {
  transform: scale(1.2, 1.2);
}

.p-accordion_01 {
  border-bottom: 1px solid #c0cac7;
  max-height: 120px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
.p-accordion_01 + p {
  margin-top: 10px;
}
.p-accordion_01.is_open {
  max-height: 100%;
  padding-bottom: 60px;
}
.p-accordion_01.is_open .p-accordion_01__footer {
  background: transparent;
}
.p-accordion_01.is_open .p-accordion_01__footer::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/assets/img/misc/icn_arrow_circle_green_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.p-accordion_01.is_open .p-accordion_01__footer::after {
  content: "詳細非表示";
  font-size: 1.4rem;
  color: #30403b;
}

.p-accordion_01__footer {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 60px;
  height: 120px;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.98) 99%, rgb(255, 255, 255) 100%);
}
.p-accordion_01__footer::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/assets/img/misc/icn_arrow_circle_green_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.p-accordion_01__footer::after {
  content: "さらに見る";
  font-size: 1.4rem;
  color: #30403b;
}

.p-accordion--remote__body {
  overflow: hidden;
}
.p-accordion--remote__body:not(.is_active) {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.p-accordion.is_hidden .p-accordion__target {
  display: none;
}

.p-accordion__trigger {
  text-decoration: none;
}

.p-accordion__target {
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-accordion__target_sp {
    height: 0;
    overflow: hidden;
  }
}

.p-slideshow_01 {
  width: 100%;
  position: relative;
}
.p-slideshow_01--progress .p-slideshow_01__stage {
  overflow: visible;
}

.p-slideshow_01__stage {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-slideshow_01__stage ul {
  display: table;
  position: relative;
  table-layout: fixed;
  left: 0;
}

.p-slideshow_01__item {
  width: 100%;
  display: table-cell;
}
.p-slideshow_01__item img {
  width: 100%;
}
.p-slideshow_01__item.is_inactive {
  opacity: 0.5;
}

.p-slideshow_01__marker {
  font-size: 0;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 23px 0 0;
}

.p-slideshow_01__marker__item {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #30403b;
  margin: 0 5px;
}
.p-slideshow_01__marker__item.is_active {
  height: 20px;
}

.p-slideshow_01__ctrl__item {
  align-self: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-slideshow_01__ctrl__item {
    width: 80px;
    height: 100px;
  }
}
.p-slideshow_01__ctrl__item img {
  height: auto;
  width: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-slideshow_01__ctrl__item img {
    width: 26px;
  }
}
.p-slideshow_01__ctrl__item.o-prev {
  left: 0;
}
.p-slideshow_01__ctrl__item.o-next {
  right: 0;
}
.p-slideshow_01__ctrl__item:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .o-small .p-slideshow_01__ctrl__item {
    width: 60px;
    height: 80px;
  }
}
.o-small .p-slideshow_01__ctrl__item img {
  width: 16px;
}
@media print, screen and (min-width: 768px) {
  .o-xsmall .p-slideshow_01__ctrl__item {
    width: 44px;
    height: 60px;
  }
}
.o-xsmall .p-slideshow_01__ctrl__item img {
  width: 16px;
}

.p-slideshow_01 .p-slideshow_01__stage,
.p-slideshow_01 .p-slideshow_01__marker,
.p-slideshow_01 .p-slideshow_01__ctrl,
.p-slideshow_01 .p-slideshow_01__item {
  opacity: 0;
}
.p-slideshow_01.is_show .p-slideshow_01__stage,
.p-slideshow_01.is_show .p-slideshow_01__marker,
.p-slideshow_01.is_show .p-slideshow_01__ctrl,
.p-slideshow_01.is_show .p-slideshow_01__item {
  opacity: 1;
}
.p-slideshow_01.is_show .p-slideshow_01__stage.is_inactive,
.p-slideshow_01.is_show .p-slideshow_01__marker.is_inactive,
.p-slideshow_01.is_show .p-slideshow_01__ctrl.is_inactive,
.p-slideshow_01.is_show .p-slideshow_01__item.is_inactive {
  opacity: 0.5;
}

.p-slideshow_02 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-slideshow_02 {
    width: 100vw;
    margin-right: -4.6875vw;
    margin-left: -4.6875vw;
  }
}

.p-slideshow_02__stage ul {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-slideshow_02__stage ul {
    height: 75vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-slideshow_02__stage ul {
    width: 100%;
    height: 654px;
  }
}

.p-slideshow_02__item {
  position: absolute;
  top: 0;
  right: 0;
}
.p-slideshow_02__item img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .p-slideshow_02__ctrl {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-slideshow_02__ctrl {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-slideshow_02__ctrl__item {
  padding: 10px;
}
.p-slideshow_02__ctrl__item.fn_prev img {
  transform: rotate(-90deg);
}
.p-slideshow_02__ctrl__item.fn_next img {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .p-slideshow_02__ctrl__item {
    display: none;
  }
}

.p-slideshow_02__thumb {
  display: inline-flex;
}

.p-slideshow_02__thumb__item {
  margin-right: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-slideshow_02__thumb__item {
    width: 14.2857142857vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-slideshow_02__thumb__item {
    width: 88px;
  }
}
.p-slideshow_02__thumb__item img {
  width: 100%;
}
.p-slideshow_02__thumb__item.is_active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #576b65;
  opacity: 0.6;
}

/* 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;
  min-height: 100vh;
}

.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;
  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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
  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;
  box-shadow: none;
  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%;
  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;
  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;
  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, .modal-wrap .c-list__btn_db--spRow {
  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;
    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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    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;
  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;
  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;
  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;
  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;
}
.modal-wrap.zoomImgModal {
  width: 70%;
  max-width: inherit;
}
.modal-wrap.zoomImgModal img {
  width: 100%;
}
.modal-wrap.textModal {
  padding: 80px 61px 73px;
  max-width: 700px;
}
.modal-wrap.textModal .content {
  text-align: left;
  color: #24617d;
  background-color: #fff;
}
.modal-wrap.textModal .mfp-close {
  top: 9%;
}
.modal-wrap.horseListModal {
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  padding: 94px 119px 94px;
  box-sizing: border-box;
  text-align: center;
}
.modal-wrap.horseListModal .mfp-close {
  display: block;
  width: 37px;
  height: 37px;
  position: flxed;
  top: 46px;
  z-index: 100;
  margin-top: 0;
  padding: 0;
  right: 63px;
  opacity: 1;
}
.modal-wrap.horseListModal .mfp-close div span {
  background: #fff;
}
.modal-wrap.horseListModal h2 {
  font-size: 3.6rem;
}
.modal-wrap.horseListModal .dataList {
  border-top: 1px #5b93ad solid;
  margin-top: 57px;
  font-family: "Noto Serif JP", serif;
}
.modal-wrap.horseListModal .dataList li {
  border-bottom: 1px #5b93ad solid;
  font-size: 2.8rem;
  display: flex;
  justify-content: space-between;
  padding: 25px 0px 26px;
}
.modal-wrap.modalCardList {
  background-color: transparent;
  max-width: initial;
  padding: 80px 0 73px;
}
.modal-wrap.modalCardList > p {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.05em;
}
.modal-wrap.modalCardList > p span {
  font-size: 3.8rem;
  font-family: "EB Garamond", serif;
  vertical-align: baseline;
  margin: 0 10px;
}
.modal-wrap.modalCardList .modalList {
  margin-top: 35px;
}
.modal-wrap.modalCardList .modalList li {
  position: relative;
  padding: 62px 0px 30px;
  background-color: #fff;
  width: 260px;
  transform: scale(0.8);
  transition: all 0.25s ease-in-out;
  margin-left: -5px;
}
.modal-wrap.modalCardList .modalList li a {
  text-decoration: none;
  outline: none;
}
.modal-wrap.modalCardList .modalList li.outLi {
  transform: scale(0.8) translateX(50vw) !important;
  opacity: 0;
}
.modal-wrap.modalCardList .modalList li.outLi.slick-current {
  transform: scale(1) translateX(50vw) !important;
}
.modal-wrap.modalCardList .modalList li.initLi {
  /*
  -webkit-transition:transform 0.6s cubic-bezier(0, 0.99, 0.58, 1);
  transition:transform 0.6s cubic-bezier(0, 0.99, 0.58, 1);
  */
  transition: transform 0.6s cubic-bezier(0.14, 0.88, 0.9, 1);
  transform: scale(0.8);
}
.modal-wrap.modalCardList .modalList li.slick-current {
  transform: scale(1);
}
.modal-wrap.modalCardList .modalList li .img img {
  width: 100%;
}
.modal-wrap.modalCardList .modalList li .date {
  font-size: 1.4rem;
  color: #fff;
  background-color: #72a2b8;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 20px;
  width: 98px;
  height: 26px;
  line-height: 26px;
  padding-right: 7px;
  text-align: right;
  font-family: "EB Garamond", serif;
}
.modal-wrap.modalCardList .modalList li p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #24617d;
  margin-top: 38px;
  padding: 0 27px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
.modal-wrap.modalCardList .modalList li .btn {
  padding: 0 30px;
  margin-top: 15px;
}
.modal-wrap.modalCardList .modalList li .btn > span {
  font-size: 1.4rem;
  padding: 13px 0 11px;
  cursor: pointer;
}
.modal-wrap.modalCardList .modalList li .btn > span:hover {
  color: #fff;
}
.modal-wrap.modalCardList .modalList li .btn > span:after {
  margin: -6px 0 0 0;
  right: 13px;
}
.modal-wrap.modalCardList .slick-list {
  margin-left: 5px;
}
.modal-wrap.modalCardList .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 48px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.modal-wrap.modalCardList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
.modal-wrap.modalCardList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: transparent;
}
.modal-wrap.modalCardList .slick-dots li button:before {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #747474;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}
.modal-wrap.modalCardList .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
.modal-wrap.modalCardList .slick-prev,
.modal-wrap.modalCardList .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -18px;
  display: block;
  width: 14px;
  height: 26px;
  padding: 0;
  transform: translate(0);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.modal-wrap.modalCardList .slick-prev {
  left: 33.5%;
  padding: 15px;
}
.modal-wrap.modalCardList .slick-prev:after {
  right: 9px;
  width: 14px;
  height: 26px;
  background: url("/assets/img/common/ico_btn_w_l.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2px;
  margin: 0;
  content: "";
  vertical-align: middle;
  transform: rotate(180deg);
}
@media all and (-ms-high-contrast: none) {
  .modal-wrap.modalCardList .slick-prev:after {
    top: 12px;
  }
}
.modal-wrap.modalCardList .slick-next {
  right: 33%;
  padding: 15px;
}
.modal-wrap.modalCardList .slick-next:after {
  right: inherit;
  width: 14px;
  height: 26px;
  background: url("/assets/img/common/ico_btn_w_l.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2px;
  margin: 0;
  content: "";
  vertical-align: middle;
  left: 9px;
}
@media all and (-ms-high-contrast: none) {
  .modal-wrap.modalCardList .slick-next:after {
    top: 12px;
  }
}

@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;
    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;
  }
  .modal-wrap.textModal {
    padding: 0;
  }
  .modal-wrap.textModal .content {
    padding: 51px 28px 51px;
  }
  .modal-wrap.textModal .mfp-close {
    top: 32px;
  }
  .modal-wrap.horseListModal {
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    padding: 80px 20px 60px;
    box-sizing: border-box;
    text-align: center;
  }
  .modal-wrap.horseListModal .mfp-close {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 32px;
    z-index: 100;
    margin-top: 0;
    padding: 0;
    right: 6%;
  }
  .modal-wrap.horseListModal .mfp-close div span:nth-child(2) {
    width: 0;
  }
  .modal-wrap.horseListModal h2 {
    font-size: 2.2rem;
  }
  .modal-wrap.horseListModal .dataList {
    border-top: 1px #5b93ad solid;
    margin-top: 34px;
  }
  .modal-wrap.horseListModal .dataList li {
    border-bottom: 1px #5b93ad solid;
    font-size: 1.7rem;
    display: flex;
    justify-content: space-between;
    padding: 18px 0px 19px;
  }
  .modal-wrap.modalCardList {
    background-color: transparent;
    max-width: initial;
    padding: 0 0 57px;
  }
  .modal-wrap.modalCardList > p {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .modal-wrap.modalCardList > p span {
    font-size: 2.5rem;
    margin: 0 10px;
  }
  .modal-wrap.modalCardList .modalList {
    margin-top: 15px;
  }
  .modal-wrap.modalCardList .modalList li {
    padding: 62px 0px 30px;
    width: 260px;
    margin-left: 0;
    border: 1px #000 solid;
  }
  .modal-wrap.modalCardList .modalList li .date {
    font-size: 1.4rem;
    color: #fff;
    background-color: #72a2b8;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 20px;
    width: 98px;
    height: 26px;
    line-height: 26px;
    padding-right: 7px;
    text-align: right;
  }
  .modal-wrap.modalCardList .modalList li p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #24617d;
    margin-top: 38px;
    padding: 0 27px;
    text-align: left;
  }
  .modal-wrap.modalCardList .modalList li .btn {
    padding: 0 30px;
    margin-top: 15px;
  }
  .modal-wrap.modalCardList .modalList li .btn > span {
    font-size: 1.4rem;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  .modal-wrap.modalCardList .modalList li .btn > span:hover {
    color: #24617d;
  }
  .modal-wrap.modalCardList .modalList li .btn > span:after {
    margin: -5px 0 0 0;
    right: 14px;
  }
  .modal-wrap.modalCardList .slick-list {
    margin-left: 0;
  }
  .modal-wrap.modalCardList .slick-dots {
    margin-top: 17px;
    margin-left: -6px;
  }
  .modal-wrap.modalCardList .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
  }
  .modal-wrap.modalCardList .slick-prev {
    left: 9%;
  }
  .modal-wrap.modalCardList .slick-next {
    right: 9%;
  }
}
.p-tab_01__header {
  width: 100vw;
  display: flex;
  border-bottom: 4px solid #30403b;
}
@media print, screen and (min-width: 768px) {
  .p-tab_01__header {
    justify-content: center;
    min-width: 1200px;
  }
}
@media print, screen and (min-width: 1201px) {
  .p-tab_01__header {
    margin-left: calc((100vw - 1120px) / -2);
  }
}
@media print, screen and (max-width: 1200px) and (min-width: 768px) {
  .p-tab_01__header {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-tab_01__header {
    justify-content: flex-start;
    margin-left: -4.6875vw;
    overflow-x: auto;
  }
}
.p-tab_01__header ul {
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .p-tab_01__header ul {
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
    min-width: 100%;
  }
}

.p-tab_01__header__item {
  display: flex;
}
.p-tab_01__header__item a, .p-tab_01__header__item > span {
  width: 100%;
  position: relative;
  color: #30403b;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 20px;
  font-size: 1.3rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-tab_01__header__item a, .p-tab_01__header__item > span {
    padding: 16px;
    font-size: 1.8rem;
    min-width: 180px;
  }
}
.p-tab_01__header__item a::before, .p-tab_01__header__item > span::before {
  content: "";
  top: 3px;
  bottom: 5px;
  left: 0;
  width: 1px;
  position: absolute;
  background: #c0cac7;
}
.p-tab_01__header__item.is_active + .p-tab_01__header__item a::before {
  content: none;
}
.p-tab_01__header__item.is_active a, .p-tab_01__header__item.is_active > span {
  background: #30403b;
  color: white;
  cursor: default;
}
.p-tab_01__header__item.is_active a::before, .p-tab_01__header__item.is_active a::after, .p-tab_01__header__item.is_active > span::before, .p-tab_01__header__item.is_active > span::after {
  content: none !important;
}
.p-tab_01__header__item:hover:not([class*=is_active]) + .p-tab_01__header__item a::before {
  content: none;
}
.p-tab_01__header__item:hover:not([class*=is_active]) a {
  background: #c0cac7;
}
.p-tab_01__header__item:hover:not([class*=is_active]) a::before, .p-tab_01__header__item:hover:not([class*=is_active]) a::after {
  content: none !important;
}
.p-tab_01__header__item:last-child a::after {
  content: "";
  top: 9px;
  bottom: 8px;
  right: 0;
  width: 1px;
  position: absolute;
  background: #c0cac7;
}

.p-tab_01__cont__item {
  display: none;
}
.p-tab_01__cont__item.is_active {
  display: block;
}

.c-zoom {
  position: relative;
  display: inline-block;
}
.c-zoom::before {
  content: "";
  right: 10px;
  bottom: 10px;
  margin: auto;
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #30403b;
  background-image: url(/assets/img/misc/icn_zoom_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21.875px;
}
.c-zoom:hover img {
  opacity: 0.9;
}
.c-zoom img {
  vertical-align: top;
  width: 100%;
}
.c-zoom.o-border {
  border: 1px solid #c0cac7;
}

.c-video {
  position: relative;
  display: inline-block;
}
.c-video::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid white;
  transform: rotate(-90deg);
  background-color: transparent;
  background-image: url(/assets/img/misc/icn_arrow_white_down.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 1px) calc(50% + 2px);
  background-size: 10px;
}
.c-video:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}

@media print, screen and (min-width: 768px) {
  .p-linkList_01 + .p-linkList_01 {
    margin-top: 120px;
  }
}
.p-linkList_01 ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-linkList_01 ul {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-linkList_01 ul {
    margin-right: -35px;
  }
}

.p-linkList_01__heading {
  border-left: 1px solid #c0cac7;
  font-size: 1.8rem;
  padding: 9px 10px 25px;
  display: flex;
  justify-content: space-between;
}
.p-linkList_01__heading + ul {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-linkList_01__heading + ul {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-linkList_01__heading {
    font-size: 2.2rem;
    padding: 15px 9px 26px;
  }
}

.p-linkList_01__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-linkList_01__item {
    width: calc(50% - 7px);
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-linkList_01__item {
    margin-right: 32px;
    width: 160px;
    margin-bottom: 20px;
  }
}
.p-linkList_01__item a {
  text-decoration: none;
  color: #30403b;
}
.p-linkList_01__item figcaption {
  line-height: 1.4;
  font-size: 1.3rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-linkList_01__item figcaption {
    font-size: 1.4rem;
    margin-top: 9px;
  }
}

.speakNav {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.speakNav > * {
  position: absolute;
  margin-top: 1px;
}

.u-va_m {
  vertical-align: middle !important;
}

.u-pos_r {
  position: relative;
}

.u-pos_a {
  position: absolute;
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_j {
  text-align: justify !important;
}

.u-d_i {
  display: inline !important;
}

.u-d_b {
  display: block !important;
}

.u-d_ib {
  display: inline-block !important;
}

.u-d_f {
  display: flex !important;
}

@media print, screen and (min-width: 768px) {
  .u-d_f--pc {
    display: flex !important;
  }
}

.u-f_1 {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .u-d_f--sp {
    display: flex !important;
  }
}

.u-d_if {
  display: inline-flex !important;
}

.u-ai_c {
  align-items: center !important;
}

.u-ai_s {
  align-items: flex-start !important;
}

.u-ai_e {
  align-items: flex-end !important;
}

.u-ai_b {
  align-items: baseline !important;
}

.u-jc_c {
  justify-content: center !important;
}

.u-jc_s {
  justify-content: flex-start !important;
}

.u-jc_e {
  justify-content: flex-end !important;
}

.u-jc_sb {
  justify-content: space-between !important;
}

.u-as_c {
  align-self: center;
}

.u-as_s {
  align-self: start;
}

.u-as_e {
  align-self: end;
}

.u-fw_b {
  font-weight: 500;
}

.u-fs_large {
  font-size: 1.2em !important;
  line-height: inherit;
  vertical-align: baseline;
}

.u-fs_x-large {
  font-size: 1.44em !important;
  line-height: inherit;
  vertical-align: baseline;
}

.u-fs_xx-large {
  font-size: 1.728em;
  line-height: inherit;
  vertical-align: baseline;
}

.u-break-all {
  display: inline-block;
  word-break: break-all;
}

.u-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.u-lh_inherit {
  line-height: inherit !important;
}

.u-lh_1 {
  line-height: 1 !important;
}

.u-lh_normal {
  line-height: 1.6 !important;
}

.u_c--fun {
  color: #006043 !important;
}

.u_c--sangria {
  color: #97040c !important;
}

.u-c--firefly {
  color: #30403b !important;
}

@media print, screen and (min-width: 768px) {
  .u-ml20--pc {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-45--sp {
    margin-top: -45px;
  }
  .u-mt-50--sp {
    margin-top: -50px;
  }
  .u-as-e {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

._hide {
  display: none !important;
}

.u-w100p {
  width: 100%;
}

.u-w20p {
  width: 20%;
}

.u-w25p {
  width: 25%;
}

.u-w30p {
  width: 30%;
}

.u-w35p {
  width: 35%;
}

.u-w40p {
  width: 40%;
}

.u-w80p {
  width: 80%;
}

.u-w45p {
  width: 45%;
}

.u-w50p {
  width: 50%;
}

.u-w60p {
  width: 60%;
}

.u-w70p {
  width: 70%;
}

.u-w80p {
  width: 80%;
}

.u-w90p {
  width: 90%;
}

.u-t0 {
  top: 0 !important;
}

.u-l0 {
  left: 0 !important;
}

.u-b0 {
  bottom: 0 !important;
}

.u-b10 {
  bottom: 10px !important;
}

.u-b20 {
  bottom: 20px !important;
}

.u-r0 {
  right: 0 !important;
}

.u-bg--snow {
  background: #f9fbfa;
}

.u-bg--lily {
  background: #f0f5f3;
}

@media screen and (max-width: 767px) {
  [data-sp-order="0"] {
    order: 0;
  }
  [data-sp-order="1"] {
    order: 1;
  }
  [data-sp-order="2"] {
    order: 2;
  }
  [data-sp-order="3"] {
    order: 3;
  }
  [data-sp-order="4"] {
    order: 4;
  }
  [data-sp-order="5"] {
    order: 5;
  }
  [data-sp-order="6"] {
    order: 6;
  }
  [data-sp-order="7"] {
    order: 7;
  }
  [data-sp-order="8"] {
    order: 8;
  }
  [data-sp-order="9"] {
    order: 9;
  }
}
@media print, screen and (min-width: 768px) {
  [data-style*="d:f"] {
    display: flex !important;
  }
  [data-pc-width="170"] {
    width: 170px;
  }
  [data-pc-width="180"] {
    width: 180px;
  }
  [data-pc-width="190"] {
    width: 190px;
  }
  [data-style*="mt:0"] {
    margin-top: 0px !important;
  }
  [data-style*="mt:5"] {
    margin-top: 5px !important;
  }
  [data-style*="mt:10"] {
    margin-top: 10px !important;
  }
  [data-style*="mt:20"] {
    margin-top: 20px !important;
  }
  [data-style*="mt:30"] {
    margin-top: 30px !important;
  }
  [data-style*="mt:60"] {
    margin-top: 60px !important;
  }
  [data-style*="mb:30"] {
    margin-bottom: 30px !important;
  }
  [data-style*="ml:20"] {
    margin-left: 20px !important;
  }
  [data-style*="ml:40"] {
    margin-left: 40px !important;
  }
  [data-style*="pr:20"] {
    padding-right: 20px !important;
  }
  [data-style*="pl:20"] {
    padding-left: 20px !important;
  }
  [data-style*="w:100"] {
    width: 100px !important;
  }
  [data-style*="w:112"] {
    width: 112px !important;
  }
  [data-style*="w:128"] {
    width: 128px !important;
  }
  [data-style*="w:160"] {
    width: 160px !important;
  }
  [data-style*="w:184"] {
    width: 184px !important;
  }
  [data-style*="w:192"] {
    width: 192px !important;
  }
  [data-style*="w:224"] {
    width: 224px !important;
  }
  [data-style*="w:256"] {
    width: 256px !important;
  }
  [data-style*="w:260"] {
    width: 260px !important;
  }
  [data-style*="w:288"] {
    width: 288px !important;
  }
  [data-style*="w:300"] {
    width: 300px !important;
  }
  [data-style*="w:320"] {
    width: 320px !important;
  }
  [data-style*="w:352"] {
    width: 352px !important;
  }
  [data-style*="w:386"] {
    width: 386px !important;
  }
  [data-style*="w:448"] {
    width: 448px !important;
  }
  [data-style*="w:546"] {
    width: 546px !important;
  }
  [data-style*="w:608"] {
    width: 608px !important;
  }
  [data-style*="w:736"] {
    width: 736px !important;
  }
  [data-style*="w:800"] {
    width: 800px !important;
  }
  [data-style*="w:836"] {
    width: 836px !important;
  }
  [data-style*="w:928"] {
    width: 928px !important;
  }
  [data-style*="w:950"] {
    width: 950px !important;
  }
  [data-style*="w:992"] {
    width: 992px !important;
  }
  [data-style*="w:50%"],
  [data-style*="w:50p"] {
    width: 50% !important;
  }
  [data-style*="w:100%"],
  [data-style*="w:100p"] {
    width: 100% !important;
  }
  [data-style*="w:4em"] {
    width: 4em !important;
  }
  [data-style*="w:5em"] {
    width: 5em !important;
  }
  [data-style*="w:6em"] {
    width: 6em !important;
  }
  [data-style*="w:7em"] {
    width: 7em !important;
  }
  [data-style*="min:0"] {
    min-width: 0 !important;
  }
  [data-style*="h:340"] {
    height: 340px !important;
  }
  [data-style*="h:530"] {
    height: 530px !important;
  }
  [data-style*="pt:40"] {
    padding-top: 40px !important;
  }
  [data-style*="pl:0"] {
    padding-left: 0 !important;
  }
  [data-style*="ta:r"] {
    text-align: right !important;
  }
  [data-style*="ta:c"] {
    text-align: center !important;
  }
  [data-style*="ta:l"] {
    text-align: left !important;
  }
}
html[lang=ja] ._ja {
  display: block;
}

html[lang=ja] .not_ja {
  display: none;
}

html:not([lang=ja]) ._ja {
  display: none;
}

html:not([lang=ja]) .not_ja {
  display: block;
}

/*=== margin+padding+fontsize+line-height ===*/
/**** margin+padding 0～50pxまで 5刻み ****/
/**** font-size 0.8rem～3remまで ****/
/**** line-height 1～3まで ****/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.fs0_8 {
  font-size: 0.8rem;
}

.fs0_9 {
  font-size: 0.9rem;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.fs1_0 {
  font-size: 1.0rem;
}

.fs1_1 {
  font-size: 1.1rem;
}

.fs1_2 {
  font-size: 1.2rem;
}

.fs1_3 {
  font-size: 1.3rem;
}

.fs1_4 {
  font-size: 1.4rem;
}

.fs1_5 {
  font-size: 1.5rem;
}

.fs1_6 {
  font-size: 1.6rem;
}

.fs1_7 {
  font-size: 1.7rem;
}

.fs1_8 {
  font-size: 1.8rem;
}

.fs1_9 {
  font-size: 1.9rem;
}

.lh1_0 {
  line-height: 1.0;
}

.lh1_1 {
  line-height: 1.1;
}

.lh1_2 {
  line-height: 1.2;
}

.lh1_3 {
  line-height: 1.3;
}

.lh1_4 {
  line-height: 1.4;
}

.lh1_5 {
  line-height: 1.5;
}

.lh1_6 {
  line-height: 1.6;
}

.lh1_7 {
  line-height: 1.7;
}

.lh1_8 {
  line-height: 1.8;
}

.lh1_9 {
  line-height: 1.9;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.fs2_0 {
  font-size: 2.0rem;
}

.fs2_1 {
  font-size: 2.1rem;
}

.fs2_2 {
  font-size: 2.2rem;
}

.fs2_3 {
  font-size: 2.3rem;
}

.fs2_4 {
  font-size: 2.4rem;
}

.fs2_5 {
  font-size: 2.5rem;
}

.fs2_6 {
  font-size: 2.6rem;
}

.fs2_7 {
  font-size: 2.7rem;
}

.fs2_8 {
  font-size: 2.8rem;
}

.fs2_9 {
  font-size: 2.9rem;
}

.lh2_0 {
  line-height: 2.0;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.fs3_0 {
  font-size: 3.0rem;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

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

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.spBlock,
.spIBlock,
.spInline {
  display: none;
}

.pcBlock {
  display: block;
}

.pcIBlock {
  display: inline-block;
}

.pcInline {
  display: inline;
}

.red {
  color: #ae1818 !important;
}

@media screen and (max-width: 769px) {
  .spBlock {
    display: block;
  }
  .spIBlock {
    display: inline-block;
  }
  .spInline {
    display: inline;
  }
  .pcBlock,
  .pcIBlock,
  .pcInline {
    display: none;
  }
  .u-fw_b {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 768px) {
  html.msie10:not(.win7) .c-btn--middle,
  html.msie11:not(.win7) .c-btn--middle,
  html.msie10:not(.win8) .c-btn--middle,
  html.msie11:not(.win8) .c-btn--middle {
    padding: 12px 8px 6px;
  }
  html.msie10:not(.win7) .c-btn--large,
  html.msie11:not(.win7) .c-btn--large,
  html.msie10:not(.win8) .c-btn--large,
  html.msie11:not(.win8) .c-btn--large {
    padding: 14px 10px 10px;
  }
  html.msie10:not(.win7) .c-btn.p-accordion--remote__trigger::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--loginSubmit::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--more::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--blue::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--blue--horseListDetail::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--blue--small::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--red::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--red--horseListDetail::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--red--small::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--back::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--examinationList::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--link--favList::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--search::before, html.msie10:not(.win7) .p-accordion--remote__trigger.c-btn--bottomArrow::before, html.msie10:not(.win7) .c-btn.c-btn--plus.is_active::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--loginSubmit::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--more::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--blue::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--blue--horseListDetail::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--blue--small::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--red::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--red--horseListDetail::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--red--small::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--back::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--examinationList::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--link--favList::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--search::before, html.msie10:not(.win7) .c-btn--plus.is_active.c-btn--bottomArrow::before,
  html.msie11:not(.win7) .c-btn.p-accordion--remote__trigger::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--loginSubmit::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--more::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--blue::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--blue--horseListDetail::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--blue--small::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--red::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--red--horseListDetail::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--red--small::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--back::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--examinationList::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--link--favList::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--search::before,
  html.msie11:not(.win7) .p-accordion--remote__trigger.c-btn--bottomArrow::before,
  html.msie11:not(.win7) .c-btn.c-btn--plus.is_active::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--loginSubmit::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--more::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--blue::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--blue--horseListDetail::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--blue--small::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--red::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--red--horseListDetail::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--red--small::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--back::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--examinationList::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--link--favList::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--search::before,
  html.msie11:not(.win7) .c-btn--plus.is_active.c-btn--bottomArrow::before,
  html.msie10:not(.win8) .c-btn.p-accordion--remote__trigger::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--loginSubmit::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--more::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--blue::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--blue--horseListDetail::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--blue--small::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--red::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--red--horseListDetail::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--red--small::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--back::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--examinationList::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--link--favList::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--search::before,
  html.msie10:not(.win8) .p-accordion--remote__trigger.c-btn--bottomArrow::before,
  html.msie10:not(.win8) .c-btn.c-btn--plus.is_active::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--loginSubmit::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--more::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--blue::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--blue--horseListDetail::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--blue--small::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--red::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--red--horseListDetail::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--red--small::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--back::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--examinationList::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--link--favList::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--search::before,
  html.msie10:not(.win8) .c-btn--plus.is_active.c-btn--bottomArrow::before,
  html.msie11:not(.win8) .c-btn.p-accordion--remote__trigger::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--loginSubmit::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--more::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--blue::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--blue--horseListDetail::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--blue--small::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--red::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--red--horseListDetail::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--red--small::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--back::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--examinationList::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--link--favList::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--search::before,
  html.msie11:not(.win8) .p-accordion--remote__trigger.c-btn--bottomArrow::before,
  html.msie11:not(.win8) .c-btn.c-btn--plus.is_active::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--loginSubmit::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--more::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--blue::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--blue--horseListDetail::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--blue--small::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--red::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--red--horseListDetail::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--red--small::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--back::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--examinationList::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--link--favList::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--search::before,
  html.msie11:not(.win8) .c-btn--plus.is_active.c-btn--bottomArrow::before {
    top: -0.18em;
    position: relative;
  }
  html.msie10:not(.win7) .c-btn--middle--thick,
  html.msie11:not(.win7) .c-btn--middle--thick,
  html.msie10:not(.win8) .c-btn--middle--thick,
  html.msie11:not(.win8) .c-btn--middle--thick {
    padding: 17px 10px 13px;
  }
  html.msie10:not(.win7) .p-planResult__btn--more,
  html.msie11:not(.win7) .p-planResult__btn--more,
  html.msie10:not(.win8) .p-planResult__btn--more,
  html.msie11:not(.win8) .p-planResult__btn--more {
    padding: 22px 20px 18px;
  }
  html.msie10:not(.win7) .p-planResult__btn--more::before,
  html.msie11:not(.win7) .p-planResult__btn--more::before,
  html.msie10:not(.win8) .p-planResult__btn--more::before,
  html.msie11:not(.win8) .p-planResult__btn--more::before {
    margin-top: -0.18em;
  }
  html.msie10:not(.win7) .p-planResult__accordion__trigger::before,
  html.msie11:not(.win7) .p-planResult__accordion__trigger::before,
  html.msie10:not(.win8) .p-planResult__accordion__trigger::before,
  html.msie11:not(.win8) .p-planResult__accordion__trigger::before {
    margin-top: -0.18em;
  }
  html.msie10:not(.win7) .c-select_01,
  html.msie11:not(.win7) .c-select_01,
  html.msie10:not(.win8) .c-select_01,
  html.msie11:not(.win8) .c-select_01 {
    padding-top: 6px;
  }
  html.msie10:not(.win7) input[type=text],
  html.msie10:not(.win7) input[type=search],
  html.msie10:not(.win7) .c-inputText_01,
  html.msie11:not(.win7) input[type=text],
  html.msie11:not(.win7) input[type=search],
  html.msie11:not(.win7) .c-inputText_01,
  html.msie10:not(.win8) input[type=text],
  html.msie10:not(.win8) input[type=search],
  html.msie10:not(.win8) .c-inputText_01,
  html.msie11:not(.win8) input[type=text],
  html.msie11:not(.win8) input[type=search],
  html.msie11:not(.win8) .c-inputText_01 {
    padding-top: 6px;
  }
  html.msie10:not(.win7) input.c-checkbox_01 + .c-checkbox_01__label,
  html.msie11:not(.win7) input.c-checkbox_01 + .c-checkbox_01__label,
  html.msie10:not(.win8) input.c-checkbox_01 + .c-checkbox_01__label,
  html.msie11:not(.win8) input.c-checkbox_01 + .c-checkbox_01__label {
    padding-top: 0.25em;
  }
  html.msie10:not(.win7) .c-form-prefix,
  html.msie10:not(.win7) .c-form-postfix,
  html.msie11:not(.win7) .c-form-prefix,
  html.msie11:not(.win7) .c-form-postfix,
  html.msie10:not(.win8) .c-form-prefix,
  html.msie10:not(.win8) .c-form-postfix,
  html.msie11:not(.win8) .c-form-prefix,
  html.msie11:not(.win8) .c-form-postfix {
    padding-top: 2px;
  }
  html.msie10:not(.win7) .l-main .p-home_info__term b,
  html.msie11:not(.win7) .l-main .p-home_info__term b,
  html.msie10:not(.win8) .l-main .p-home_info__term b,
  html.msie11:not(.win8) .l-main .p-home_info__term b {
    padding: 7px 5px 3px;
  }
  html.msie10:not(.win7) .l-main .p-home_area_cv,
  html.msie11:not(.win7) .l-main .p-home_area_cv,
  html.msie10:not(.win8) .l-main .p-home_area_cv,
  html.msie11:not(.win8) .l-main .p-home_area_cv {
    padding: 10px 8px 6px;
  }
  html.msie10:not(.win7) .l-header__trigger__item,
  html.msie11:not(.win7) .l-header__trigger__item,
  html.msie10:not(.win8) .l-header__trigger__item,
  html.msie11:not(.win8) .l-header__trigger__item {
    margin-top: 3px;
  }
  html.msie10:not(.win7) .l-header__trigger__item::after,
  html.msie11:not(.win7) .l-header__trigger__item::after,
  html.msie10:not(.win8) .l-header__trigger__item::after,
  html.msie11:not(.win8) .l-header__trigger__item::after {
    margin-top: -3px;
  }
  html.msie10:not(.win7) .l-header__systemNav__item a,
  html.msie11:not(.win7) .l-header__systemNav__item a,
  html.msie10:not(.win8) .l-header__systemNav__item a,
  html.msie11:not(.win8) .l-header__systemNav__item a {
    padding: 9px 5px 1px;
  }
}
@media screen and (max-width: 767px) {
  html.msie10:not(.win7) .l-main .p-memorable__num img,
  html.msie11:not(.win7) .l-main .p-memorable__num img,
  html.msie10:not(.win8) .l-main .p-memorable__num img,
  html.msie11:not(.win8) .l-main .p-memorable__num img {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */