@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html,
body {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
}
html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: 100%;
  word-break: break-all;
  color: #302010;
  background: #f5f5f5;
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-size: 70%;
}
#contentsWrap {
  flex: 1;
  margin-bottom: 40px;
}
a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
a img {
  border: none;
}
img {
  display: block;
}
.nextBtn + p {
  padding: 0 8px;
  margin: 20px auto;
}

header {
  position: relative;
  border-top: 8px solid #99293d;
  margin-bottom: 15px;
  padding: 8px;
}
header img {
  display: block;
  width: 200px;
}
header + p {
  margin-bottom: 15px;
  padding: 8px;
}
header#indexLayout {
  border-top: none;
  padding: 0 !important;
}
header#indexLayout img {
  width: 340px;
  margin: 0 auto;
}

header::after {
  position: absolute;
  display: block;
  margin:0;
  top:12px;
  left:16px;
  font-size: 80%;
  font-weight: bold;
  content: '乗換案内のジョルダン　予約在庫管理サービス';
}

header a {
  margin-top: 8px;
}

header#indexLayout::after {
  width: 380px;
  height: 1.5em;
  line-height: 1.5em;
  top:90px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100%;
  font-weight: normal;
  border-radius: 30px;
  text-align: center;
  background-color: #99293d;
  color: #ffffff;
}

.topText {
  position: relative;
  padding: 10px 8px;
  line-height: 1.5em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #302010;
  background: #ffffff;
  margin-top: 16px;
}

.topText::before {
  display: block;
  position: absolute;
  content: "\025b2";
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200%;
  color: #ffffff;
}

.topText ul li {
  position: relative;
  list-style: none !important;
  display: block;
  padding: 0.3em 0.3em 0.3em 0.3em;
  margin-bottom: 10px;
  font-weight: bold;
  background: #f9ead0;
  color: #302010;
}

.topText .kome {
  font-size: 80%;
  line-height: 1.3em;
}

header#indexLayout + #contentsWrap {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
}

footer {
  box-sizing: border-box;
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

footer > p {
  font-size: 70%;
  color: #302010;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
    1px -1px 0 #ffffff, 0px 1px 0 #ffffff, 0-1px 0 #ffffff, -1px 0 0 #ffffff,
    1px 0 0 #ffffff;
}

header#indexLayout + #contentsWrap + footer {
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
}

header#indexLayout + #contentsWrap + footer .popup-open,
header#indexLayout + #contentsWrap + footer .popup-overlay {
  display: none;
}

.indexLinklist {
  box-sizing: border-box;
  width: 100%;
  margin: 40px auto;
}

.indexLinklist div {
  position: relative;
  width: 300px;
  height: 35px;
  margin: 0 auto !important;
  padding: 0;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
  background-color: #f5f5f5;
}

.indexLinklist div + div {
  margin-top: 10px !important;
}

.indexLinklist div a {
  display: block;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80%;
  color: #302010;
}

.indexLinklist div a::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  display: block;
}
.environmentInfo {
  width: 300px;
  margin: 0 auto;
}
.environmentInfo p {
  text-align: center;
  font-size: 80%;
  color: #302010;
}
.environmentInfo img {
  display: block;
  width: 240px;
  margin: 5px auto 0 auto;
  padding-top: 5px;
}
.environmentInfo .eiTitle {
  padding: 3px 0;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}
.environmentInfo p + .eiTitle {
  margin-top: 15px;
}
.nextBtn,
.backBtn,
.inputWrap button {
  width: 300px;
  height: 50px;
  position: relative;
  margin: 0 auto !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.nextBtn a,
.backBtn a,
.backBtn p.closePopUp {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.nextBtn,
.inputWrap button {
  background: #99293d;
  border: 3px solid #99293d;
}
.nextBtn a {
  color: #ffffff;
}
header#indexLayout + #contentsWrap > .nextBtn:first-child {
  background-color: #99293d;
  border: 3px solid #99293d;
}
header#indexLayout + #contentsWrap > .nextBtn:first-child a {
  color: #ffffff;
}
header#indexLayout + #contentsWrap > .nextBtn:nth-child(2) {
  background-color: #99293d;
  border: 3px solid #99293d;
}
header#indexLayout + #contentsWrap > .nextBtn:nth-child(2) a {
  color: #ffffff;
}

.nextBtn + .nextBtn {
  margin-top: 20px !important;
}
.backBtn + .nextBtn {
  margin-top: 20px !important;
}
.nextBtn {
  margin: 18px auto 10px auto !important;
}

.backBtn {
  background: #ffffff;
  border: 3px solid #ffffff;
  margin-bottom: 30px;
}

.backBtn a,
.backBtn p.closePopUp {
  color: #302010;
}

.nextBtn + .backBtn,
.backBtn + .backBtn {
  margin-top: 40px !important;
}

div.disabled {
  pointer-events: none;
  background-color: #e2e2e2;
  border: 2px solid #e2e2e2;
  box-shadow: none;
}

a.disabled {
  pointer-events: none;
}

#correct {
  margin-top: 40px;
  padding: 20px 0;
  color: #302010;
  background-color: #e2e2e2;
}

#correct::before {
  display: block;
  content: "操作をやり直したい項目がある場合は、以下から選んでください。";
  padding: 0 8px 20px 8px;
  font-weight: bold;
}

#correct > .backBtn + .backBtn {
  margin-top: 20px !important;
}

.selectWrap,
select,
.inputWrap,
input {
  display: block;
  width: 320px;
  height: 50px;
}

.selectWrap,
.inputWrap {
  margin: 0 auto 20px auto !important;
  position: relative;
}

select,
input {
  position: absolute;
  appearance: none;
  padding: 0 8px;
  border: 2px solid #707070;
  color: #302010;
}

.selectWrap,
select {
  font-size: 110%;
}

.pageTopText + .inputWrap,
.pageTopText + .inputWrap + .inputWrap {
  position: relative;
  background-color: #f5f5f5;
}

.pageTopText + .inputWrap + .inputWrap + .inputWrap {
  margin-bottom: 40px !important;
}

input[type="checkbox"] {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ffffff;
}

input[type="checkbox"]:checked::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0.1em;
  width: 1.2em;
  height: 0.8em;
  transform: rotate(-45deg);
  border-left: 5px solid #99293d;
  border-bottom: 5px solid #99293d;
}

label {
  position: absolute;
  display: block;
  padding-left: 2.5em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #302010;
}

.selectWrap::before {
  z-index: 999;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  content: "\025bc";
  color: #99293d;
}

select {
  cursor: pointer;
}

select option {
  background: #fff;
}
select option:checked {
  color: #fff !important;
  background: linear-gradient(#99293d, #99293d) !important;
}

input {
  cursor: text;
  font-size: 16px !important;
}

.caution {
  text-align: center;
}

.inputWrap + .caution {
  margin-top: -12px;
  margin-bottom: 20px;
  padding: 0 8px;
}

.pageTopText .caution {
  text-align: left !important;
}

.nextBtn + form {
  margin-top: 40px;
}


.Label {
  opacity: 0;
  transition: all 0.3s;
}

.Label {
  opacity: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 36px;
  color: #99293d;
  background: #fff;
  border: 2px solid #99293d;
}

.Label::before {
  content: "詳しく見る";
}

.Label::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #99293d;
  border-right: 2px solid #99293d;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(135deg);
}

.container {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto 10px auto;
}
.container .inputWrap {
  width: 50px;
  text-align: center !important;
  padding: 0 !important;
}
.container .inputWrap input {
  text-align: center !important;
  display: block !important;
  margin: 0 auto;
}

.reserveProductTopText {
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto 30px auto;
  color: #302010;
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.rPTitle {
  color: #302010;
  font-weight: bold;
  font-size: 32px;

}

.rPsub {
  font-size: 18px;
}


.pageTopText {
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto 30px auto;
  font-size: 90%;
  color: #302010;
  background-color: #ffffff;
}
.pageTopText p a {
  position: relative;
  display: inline-block;
  color: #99293d;
  text-decoration: underline;
}
.pageTopText p a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.ptTitle {
  color: #302010;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0.3em;
}
.pageTopText .sub,
.pageTopText .caution {
  font-weight: bold;
}
.pageTopText .caution {
  color: #99293d;
}
.pageTopText .bSpace {
  margin-bottom: 1em;
}
.pageTopText .kome {
  font-size: 80%;
  margin-top: 0.5em;
}
.nextBtn + .pageTopText {
  margin-top: 40px;
}

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

@media screen and (min-width: 768px) {
  body {
    background-size: 30%;
  }
  header {
    padding: 20px 0;
    text-align: center;
  }
  header img {
    width: 200px;
    margin-left: calc((100% - 700px) / 2);
  }
  header#indexLayout img {
    width: 450px;
  }
  footer {
    width: 700px !important;
    margin: 0 auto;
  }
  .nextBtn:hover,
  .inputWrap button:hover {
    background: #ffffff;
    color: #99293d;
  }
  .nextBtn:hover a,
  .inputWrap button:hover a {
    color: #99293d;
  }
  header#indexLayout + #contentsWrap > .nextBtn:first-child:hover {
    background: #ffffff;
    color: #99293d;
  }
  header#indexLayout + #contentsWrap > .nextBtn:first-child:hover a {
    color: #99293d;
  }
  .backBtn:hover {
    order: 3px solid rgba(0, 0, 0, 0.4);
    background: #ffffff;
    color: #302010;
  }
  .nextBtn:hover,
  .nextBtn:hover {
    border: 3px solid #99293d;
    background: #ffffff;
    color: #99293d;
  }


  header#indexLayout + #contentsWrap,
  .pageTopText,
  .topText {
    width: 700px;
  }
  #contentsWrap {
    margin-bottom: 70px;
  }
  
  header#indexLayout::after {
    top:110px;
  }
  .topText {
    border-radius: 10px;
    padding: 15px 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .topText ul {
    text-align: left;
    width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .topText .kome {
    font-size: 75%;
    line-height: 1.5em;
    text-align: left;
    font-weight: bold;
  }
  #correct {
    margin: 40px auto 0 auto;
    text-align: center;
  }
  #correct::before {
    padding: 0 0 20px 0;
  }

  .reserveProductTopText {
    width: 700px;
  }

  .rPTitle {
    font-size: 32px;
  }

  .rPsub {
    font-size: 18px;
  }

  .pageTopText {
    font-size: 100%;
  }

  header::after {
    top:8px;
    left:165px;
  }

  header a {
    margin-top: 0px;
  }

}

@media screen and (max-width: 500px) {

  .reserveProductTopText {
    width: 90%;
    /* margin: 0 auto; */
  }

  .rPTitle {
    font-size: 22px;
  }

  .rPsub {
    font-size: 14px;
  }

}


@media screen and (max-width: 340px) {
  header#indexLayout img {
    width: 280px;
    margin: 20px auto 50px auto;
  }
  header#indexLayout::after {
    width: 280px;
    top: 70px;
  }
  header#indexLayout + #contentsWrap {
    width: 98%;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 10px 10px 0 0;
    border-top: 15px solid #99293d;
    background-color: #ffffff;
  }
  header#indexLayout + #contentsWrap + footer {
    width: 98%;
    margin: 0 auto;
  }
  .selectWrap,
  select,
  .inputWrap,
  input {
    display: block;
    width: 300px;
  }
  label.popup-close .backBtn,
  label.popup-close + .nextBtn {
    width: 250px;
  }
}
