@charset "UTF-8";
/* 共通設定 */
/*
viewport幅（最大幅想定）
スマホ表示  375px想定
PC表示 980px想定
デザインの最大幅によって適宜vwの調整が必要です。
*/
main {
  padding: 0;
  margin: 0;
}
main > .l-wrap {
  margin: 0 auto;
}

.breadcrumbs {
  margin-left: 0;
  margin-right: 0;
}

#contentsArea {
  overflow-x: initial;
}

@media only screen and (min-width: 768px) {
  #pageHeading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  #pageHeading h1 {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  #pageHeading + .base {
    margin-top: 10px;
  }
}

#wrap.base {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base {
    max-width: none;
    width: 100% !important;
  }
}
#wrap.base img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#wrap.base ul,
#wrap.base ol {
  list-style-position: outside;
}
#wrap.base ul li,
#wrap.base ol li {
  list-style-type: none;
}
#wrap.base h2,
#wrap.base h3,
#wrap.base h4,
#wrap.base h5 {
  text-align: center;
}
#wrap.base div,
#wrap.base p,
#wrap.base li,
#wrap.base span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu GothicM", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "Arial", Meiryo, sans-serif;
  font-weight: 500;
}
#wrap.base area {
  outline: none;
}
#wrap.base a {
  outline: none;
  text-decoration: none;
}
#wrap.base a > picture, #wrap.base a > img, #wrap.base a > div, #wrap.base a > p, #wrap.base a > span {
  transition: opacity 0.3s linear;
}
#wrap.base a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base a:hover > picture, #wrap.base a:hover > img, #wrap.base a:hover > div, #wrap.base a:hover > p, #wrap.base a:hover > span {
    opacity: 0.6;
  }
}
#wrap.base button {
  text-indent: 100%;
  overflow: hidden;
  border: none;
  white-space: nowrap;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base button:hover {
    opacity: 0.6;
  }
}
#wrap.base .to-pagetop {
  max-width: 1400px;
  clear: both;
  /*margin-right: 15px;*/
  margin: 0 auto !important;
  text-align: right;
  /*padding: 0 0 0 1.5em !important;*/
  padding: 0 !important;
  background-image: none;
  box-sizing: border-box;
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .to-pagetop {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .to-pagetop {
    font-size: 1rem;
  }
}
#wrap.base .to-pagetop a {
  display: inline-block;
  color: #010101;
  transition: opacity 0.3s ease;
}
#wrap.base .to-pagetop a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#wrap.base .to-pagetop.active {
  display: block;
}
#wrap.base .back-to-top {
  clear: both;
  display: block;
  width: 100%;
  margin: 15px auto 20px;
  padding: 15px 1em;
  border-top: 1px solid #CCC;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top {
    margin-top: 7.1428571429vw;
    margin-bottom: 2.8571428571vw;
    margin-bottom: 0;
    max-width: 980px;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .back-to-top {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
#wrap.base .back-to-top a {
  color: #333;
  transition: opacity 0.3s ease-in;
  display: flex;
  align-items: center;
}
#wrap.base .back-to-top a:hover {
  opacity: 0.6;
}
#wrap.base .back-to-top li,
#wrap.base .back-to-top p {
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top li,
  #wrap.base .back-to-top p {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .back-to-top li,
  #wrap.base .back-to-top p {
    font-size: 1rem;
  }
}
#wrap.base .back-to-top ul {
  float: none;
}
#wrap.base .back-to-top li {
  margin-top: 1em;
}
#wrap.base .back-to-top .to-pagetop {
  float: none;
  clear: none;
  margin-bottom: 2em !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top .to-pagetop {
    float: right;
    margin-top: 1em !important;
  }
}
#wrap.base .sec {
  position: relative;
  margin: 0 auto;
  clear: both;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec {
    max-width: 980px;
  }
}
#wrap.base .sec div,
#wrap.base .sec p,
#wrap.base .sec ul,
#wrap.base .sec ol,
#wrap.base .sec li,
#wrap.base .sec dl,
#wrap.base .sec dt,
#wrap.base .sec dd,
#wrap.base .sec table,
#wrap.base .sec th,
#wrap.base .sec td,
#wrap.base .sec h2,
#wrap.base .sec h3,
#wrap.base .sec h4,
#wrap.base .sec h5 {
  padding: 0;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1;
  color: #191919;
}
#wrap.base .sec div,
#wrap.base .sec h3,
#wrap.base .sec h4,
#wrap.base .sec h5,
#wrap.base .sec p,
#wrap.base .sec li {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec div,
  #wrap.base .sec h3,
  #wrap.base .sec h4,
  #wrap.base .sec h5,
  #wrap.base .sec p,
  #wrap.base .sec li {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec div,
  #wrap.base .sec h3,
  #wrap.base .sec h4,
  #wrap.base .sec h5,
  #wrap.base .sec p,
  #wrap.base .sec li {
    font-size: 1rem;
  }
}
#wrap.base .sec a {
  color: #191919;
}
#wrap.base .sec h3,
#wrap.base .sec h4,
#wrap.base .sec h5 {
  width: 100%;
}
#wrap.base .sec .linkTxt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
#wrap.base .sec + .to-pagetop {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec + .to-pagetop {
    display: block;
    margin-top: 18px !important;
  }
}

/* .title */
#wrap.base .enqTitle {
  max-width: 980px;
  width: 100%;
}
#wrap.base .enqTitle.sec {
  margin-top: 1.1428571429em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .enqTitle.sec {
    margin-top: 2.4285714286em;
  }
}
#wrap.base .enqTitle .enqHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: transparent;
  background-size: 1.8666666667% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .enqTitle .enqHeader {
    background-size: 0.612244898% auto;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .enqTitle .enqHeader > span {
    width: 28.6734693878%;
  }
}
#wrap.base .enqTitle .enqTxt {
  margin-top: 0.75em;
  text-align: center;
  font-size: 0.8571428571em;
  line-height: 1.5;
  color: #8b0d1b;
}
#wrap.base .enqTitle .enqTxt::before, #wrap.base .enqTitle .enqTxt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#wrap.base .enqTitle .enqTxt::before {
  /* prettier-ignore */
  margin-top: calc((1 - 1.5) * 0.5em);
}
#wrap.base .enqTitle .enqTxt::after {
  /* prettier-ignore */
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/* encTopics 共通 */
#wrap.base .encTopics a {
  text-decoration: underline;
}
#wrap.base .encTopics a:hover {
  text-decoration: none;
}

/* main */
#wrap.base .sec.main {
  margin-top: 1.7142857143em;
  padding: 1.7142857143em 0;
  border-top: 0.7142857143em solid #ff9797;
  background-color: #fff3f3;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main {
    margin-top: 2.8em;
  }
}
#wrap.base .sec.main h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87.2%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main h2 {
    width: 33.3673469388%;
  }
}
#wrap.base .sec.main h2 + p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2.1428571429em;
  line-height: 1.71;
}
#wrap.base .sec.main h2 + p > span {
  text-align: center;
}
#wrap.base .sec.main h2 + p > span:not(.mainNote) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main h2 + p > span:not(.mainNote) {
    flex-direction: row;
  }
}
#wrap.base .sec.main h2 + p strong {
  color: #f00;
}
#wrap.base .sec.mainNote {
  font-size: 0.8571428571em;
}

/* encTopics */
#wrap.base .encTopics .newTopic {
  padding: 2.2857142857em 0 4em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .newTopic {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.2857142857em;
  }
}
#wrap.base .encTopics .newTopicImg {
  width: 69.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .newTopicImg {
    width: 26.5306122449%;
    margin: 0;
  }
}
#wrap.base .encTopics .newTopicDetail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2857142857em;
  width: 90.1333333333%;
  margin-top: 1.2857142857em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .newTopicDetail {
    width: 45.9183673469%;
    gap: 1.4285714286em;
    margin: 0;
  }
}
#wrap.base .encTopics .newTopicDetail .data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
}
#wrap.base .encTopics .newTopicDetail .data > span.iconNew {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6em;
  height: 1.4em;
  background-color: #ff0101;
  color: #fff;
  font-size: 0.7142857143em;
}
#wrap.base .encTopics .newTopicDetail .data > span:not(.iconNew) {
  margin-left: 0.3333333333em;
  color: #ff0101;
  font-size: 0.8571428571em;
  font-weight: bold;
}
#wrap.base .encTopics .newTopicDetail h3 {
  text-align: left;
  line-height: 1.71;
  font-weight: bold;
}
#wrap.base .encTopics .newTopicDetail h3::before, #wrap.base .encTopics .newTopicDetail h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#wrap.base .encTopics .newTopicDetail h3::before {
  /* prettier-ignore */
  margin-top: calc((1 - 1.71) * 0.5em);
}
#wrap.base .encTopics .newTopicDetail h3::after {
  /* prettier-ignore */
  margin-bottom: calc((1 - 1.71) * 0.5em);
}
#wrap.base .encTopics .newTopicDetail p {
  width: 100%;
  text-align: left;
}
#wrap.base .encTopics .newTopicDetail p:not(:nth-last-of-type(1), .data) {
  line-height: 1.71;
}
#wrap.base .encTopics .newTopicDetail p:not(:nth-last-of-type(1), .data)::before, #wrap.base .encTopics .newTopicDetail p:not(:nth-last-of-type(1), .data)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#wrap.base .encTopics .newTopicDetail p:not(:nth-last-of-type(1), .data)::before {
  /* prettier-ignore */
  margin-top: calc((1 - 1.71) * 0.5em);
}
#wrap.base .encTopics .newTopicDetail p:not(:nth-last-of-type(1), .data)::after {
  /* prettier-ignore */
  margin-bottom: calc((1 - 1.71) * 0.5em);
}
#wrap.base .encTopics .newTopicDetail p a {
  color: #0085ff;
}

#wrap.base .encTopics .lot {
  padding: 2.2857142857em 0;
  background-color: #fff3f3;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .lot {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16em;
    padding: 0;
    gap: 2.1428571429em;
  }
}
#wrap.base .encTopics .lotImg {
  width: 69.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .lotImg {
    width: 24.4897959184%;
    margin: 0;
  }
}
#wrap.base .encTopics .lotDetail {
  width: 89.6%;
  margin-top: 0.9285714286em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .lotDetail {
    width: 30.612244898%;
    margin: 0;
  }
}
#wrap.base .encTopics .lotDetail h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap.base .encTopics .lotDetail h3 > span {
  width: 50.1333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .lotDetail h3 > span {
    width: 71.6666666667%;
  }
}
#wrap.base .encTopics .lotDetail h3 + p {
  margin-top: 0.5em;
  line-height: 1.71;
}
#wrap.base .encTopics .lotDetail h3 + p::before, #wrap.base .encTopics .lotDetail h3 + p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#wrap.base .encTopics .lotDetail h3 + p::before {
  /* prettier-ignore */
  margin-top: calc((1 - 1.71) * 0.5em);
}
#wrap.base .encTopics .lotDetail h3 + p::after {
  /* prettier-ignore */
  margin-bottom: calc((1 - 1.71) * 0.5em);
}

/* itemList */
#wrap.base .encTopics .flow {
  padding: 3.4285714286em 0 1.2857142857em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flow {
    padding: 4.5714285714em 0 1.7142857143em;
  }
}
#wrap.base .encTopics .flow h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap.base .encTopics .flow h3 > span {
  width: 70.1333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flow h3 > span {
    width: 26.8367346939%;
  }
}
#wrap.base .encTopics .flowStep {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1428571429em;
  margin-top: 1.1428571429em;
  padding-top: 1.7142857143em;
  border-top: 0.7142857143em solid #ff9797;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowStep {
    flex-direction: row;
    gap: 1.4285714286em;
  }
}
#wrap.base .encTopics .flowStep li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.1428571429em;
  width: 89.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowStep li {
    width: 25.2040816327%;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin: 0;
  }
}
#wrap.base .encTopics .flowStep li > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 1.4285714286em;
}
#wrap.base .encTopics .flowStep li:not(.flowComplete) > span {
  height: 9.1428571429em;
  background-color: #fff3f3;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowStep li:not(.flowComplete) > span {
    width: 87.044534413%;
    height: 9.1428571429em;
  }
}
#wrap.base .encTopics .flowStep li:not(.flowComplete):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-top: 11px solid #ff9797;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowStep li:not(.flowComplete):after {
    /*position: absolute;
    top: 50%;
    right: -1.4285714286em;
    transform: rotate(-90deg) translateY(-50%);*/
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 11px solid #ff9797;
    border-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowStep li.flowComplete {
    width: 18.2653061224%;
  }
}
#wrap.base .encTopics .flowStep li.flowComplete > span {
  height: 3.3333333333em;
  background-color: #ff9797;
  color: #fff;
  font-size: 1.2857142857em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowStep li.flowComplete > span {
    height: 7.1111111111em;
  }
}
#wrap.base .encTopics .flowNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5em;
  height: 2.1428571429em;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #ff9797;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowNum {
    width: 8.9285714286em;
  }
}
#wrap.base .encTopics .flowNum > span {
  width: 5.1428571429em;
  color: #ff9797;
}
#wrap.base .encTopics .flowTxt {
  margin-top: 0.6666666667em;
  font-weight: bold;
  font-size: 1.2857142857em;
  line-height: 1.56;
  text-align: center;
}
#wrap.base .encTopics .flowNote {
  width: 89.3333333333%;
  margin-top: 2.2857142857em;
  line-height: 1.71;
}
@media only screen and (min-width: 768px) {
  #wrap.base .encTopics .flowNote {
    width: 48.9795918367%;
  }
}
/* btnLinkList */
#wrap.base .sec .enq {
  padding: 1.1428571429em 0 7.1428571429em;
}
#wrap.base .sec .enqBtn {
  width: 89.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .enqBtn {
    width: 57.1428571429%;
  }
}
#wrap.base .sec .enqBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.1428571429em;
  background-color: #82070e;
  color: #fff;
  border-radius: 9999px;
  padding: 0 7.1641791045%;
  box-sizing: border-box;
}
#wrap.base .sec .enqBtn a > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.33;
  font-weight: bold;
  font-size: 1.7142857143em;
}
#wrap.base .sec .enqBtn a > span:first-child{
  flex: 1;
  padding-left: min(3.2vw,12px);
}
#wrap.base .sec .enqBtn a > span::before, #wrap.base .sec .enqBtn a > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#wrap.base .sec .enqBtn a > span::before {
  /* prettier-ignore */
  margin-top: calc((1 - 1.33) * 0.5em);
}
#wrap.base .sec .enqBtn a > span::after {
  /* prettier-ignore */
  margin-bottom: calc((1 - 1.33) * 0.5em);
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .enqBtn a > span {
    flex-direction: row;
    font-size: 2em;
  }
}
#wrap.base .sec .enqBtn a > span.enqBtnArrow{
  margin-left: auto;
  width: min(3.2vw,12px);
  height: min(5.3333vw, 20px);
}
#wrap.base .sec .enqTerm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1428571429em;
  width: 89.3333333333%;
  margin-top: 3.5714285714em;
  padding-top: 1.1428571429em;
  border-top: 1px solid #e5e5e5;
}
#wrap.base .sec .enqTerm > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4285714286em;
  width: 100%;
  padding-bottom: 1.1428571429em;
  border-bottom: 1px solid #e5e5e5;
}
#wrap.base .sec .enqTerm > div > h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1.7142857143em;
  margin-left: 0;
  padding: 0 0.7142857143em;
  font-size: 1em;
  color: #fff;
  background-color: #ff9797;
  border-radius: 9999px;
}
#wrap.base .sec .enqTerm > div > p {
  width: 100%;
  line-height: 1.71;
}

/* itemList */



.dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color:rgba(0,0,0, .5);
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  font-size: 19px;
  background: currentColor;
}

.dli-arrow-left::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}

.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color:rgba(0,0,0, .5);
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  font-size: 19px;
  background: currentColor;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.dli-arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}