.line {
  margin-top: 80px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.line span { margin: 0 40px; white-space: nowrap;}
.line::before,
.line::after {
  content: "";
  width: 400px;
  height: 1px;
  background: #333366;
}

body.Device-touchable .line::before,
body.Device-touchable .line::after {
  width: 100px;
}

main .tel { font-size: 60px; font-weight: 600; text-align: center; margin: 30px 0 0 0; padding: 0; line-height: 1.3;}
.available { font-size: 24px; font-weight: bold; text-align: center; margin: 0;}
.desc { font-size: 92%; text-align: center;}
.thanks .desc,
.line + .desc { margin-top: 4rem;}

@media only screen and (max-width: 782px) {
  .line {
    margin-top: 40px;
    font-size: clamp(18px,5.1vw,25px);
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
  .line::before,
  .line::after { width: 50px;}
  .line span { margin: 0 2.5vw;}
  main .tel { font-size: clamp(25px,6.1vw,32px); margin: 15px 0 0 0;}
  .available { font-size: 16px;}
  .line + .desc { margin-top: 3rem;}
}
@media only screen and (max-width: 620px) {
  .line::before,
  .line::after { display: none;}
  .line {text-align: center; line-height: 1.5;}
  .line span { white-space: normal;}
}

#status {
  display: flex;
  margin-top: 70px;
  overflow: hidden;
}
#status li {
  background: #e8f9fb;
  color: #333366;
  font-size: 1.8rem;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 33.3333%;
  position: relative;
   z-index: 1;
  letter-spacing: 0;
}
#status li:first-child { border-radius: 7px 0 0 7px;}
#status li:last-child { border-radius: 0 7px 7px 0;}
#status.status1 li:first-child,
#status.status2 li:nth-child(2),
#status.status3 li:last-child{
  background: #333366;
  color: #fff;
  z-index: 3;
}
#status.status1 li:nth-child(2) {
  z-index: 2;
}
#status.status1 li:first-child::before,
#status.status1 li:nth-child(2)::before,
#status.status1 li:nth-child(2)::after,
#status.status2 li:nth-child(2)::before,
#status.status2 li:nth-child(2)::after,
#status.status3 li:nth-child(2)::before,
#status.status3 li:nth-child(2)::after,
#status.status3 li:last-child::before {
  content: "";
  width: 34px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -34px;
  box-sizing: border-box;
  border: transparent 30px solid;
  border-right: transparent 17px solid;
  border-left: #333366 17px solid;
}
#status.status1 li:nth-child(2)::before {
  border-left: #333366 17px solid;
  z-index: 2;
  transform: scale(1.05);
}
#status.status1 li:nth-child(2)::after {
  border-left: #e8f9fb 17px solid;
  right: -33px;
  z-index: 3;
}
#status.status2 li:nth-child(2):before {
  right: auto;
  left: 0;
  border-left: #e8f9fb 17px solid;
}
#status.status3 li:nth-child(2)::before {
  right: auto;
  left: 0;
  border-left: #333366 17px solid;
  z-index: 2;
  transform: scale(1.05);
}
#status.status3 li:nth-child(2)::after {
  border-left: #e8f9fb 17px solid;
  right: auto;
  left: -1px;
  z-index: 3;
}
#status.status3 li:last-child::before {
  right: auto;
  left: 0;
  border-left: #e8f9fb 17px solid;
  z-index: 3;
}
@media only screen and (max-width: 782px) {
  #status {
    display: block;
    margin-top: 35px;
  }
  #status li {
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
    width: 100%;
  }
  #status li:first-child { border-radius: 0;}
  #status li:last-child { border-radius: 0;}

  #status.status1 li:first-child::before,
  #status.status1 li:nth-child(2)::before,
  #status.status1 li:nth-child(2)::after,
  #status.status2 li:nth-child(2)::before,
  #status.status2 li:nth-child(2)::after,
  #status.status3 li:first-child::after,
  #status.status3 li:nth-child(2)::before,
  #status.status3 li:nth-child(2)::after,
  #status.status3 li:last-child::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    top: auto;
    bottom: -20px;
    right: auto;
    left: calc(50% - 20px);
    box-sizing: border-box;
    border: transparent 20px solid;
    border-bottom: transparent 10px solid;
    border-top: #333366 10px solid;
  }
  #status.status1 li:nth-child(2)::before {
    border-top: #333366 10px solid;
    z-index: 2;
    transform: scale(1.05);
    bottom: -21px;
  }
  #status.status1 li:nth-child(2)::after {
    border-top: #e8f9fb 10px solid;
    right: auto;
    bottom: -20px;
    z-index: 3;
    transform: scale(1.01);
    transform-origin: center bottom;
  }
  #status.status1 li:nth-child(3) { border-top: #333366 1px solid; }
  #status.status2 li:nth-child(2)::before {
    border-top: #e8f9fb 10px solid;
    bottom: auto;
    top: 0;
  }
  #status.status2 li:nth-child(2)::after {
    transform: scale(1.01);
    transform-origin: center bottom;
  }
  #status.status3 li:nth-child(1) { z-index: 3;}
  #status.status3 li:first-child::after {
    border-top: #e8f9fb 10px solid;
    bottom: -20px;
    transform: scale(1.01);
    transform-origin: center bottom;
  }
  #status.status3 li:nth-child(2) { z-index: 2; border-top: #333366 1px solid; }
  #status.status3 li:last-child { z-index: 1;}
  #status.status3 li:nth-child(2)::before {
    border-top: #333366 10px solid;
    transform: scale(1.05);
    bottom: auto;
    top: 0;
  }
  #status.status3 li:nth-child(2)::after {
    border-top: #e8f9fb 10px solid;
    right: auto;
    bottom: -20px;
    z-index: 3;
    transform: scale(1.01);
    transform-origin: center bottom;
  }
  #status.status3 li:last-child::before {
    right: auto;
    bottom: -20px;
    border-top: #e8f9fb 10px solid;
    z-index: 3;
  }
}
.tb-contact {
  margin: 5rem 0 0 0 !important;
  border-collapse: separate;
  padding: 0;
  border-spacing: 0 20px;
  width: 100%;
  color: #333366;
}
.tb-contact th {
  text-align: left;
  padding: 1.8rem 4rem 1.8rem 1.5rem;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  width: 18rem;
  font-weight: bold;
}
.tb-contact th::before { content: "□"; color: #333366; position: absolute; left: 0; font-size: 1rem; top: 2.6rem;}
.tb-contact .must th::before { content: "■"; color: #333366;}
.tb-contact td { padding: 0.6rem 0;}
.tb-contact td .small { font-size: 92%;}
.confirm .tb-contact td {padding: 1.8rem 0 1.8rem 0;}
td .flex { display: flex; align-items: center;}
td .note { white-space: nowrap; margin-left: 2rem;}
p.check { text-align: center;}
p.check a { text-decoration: underline;}
p.check a:hover { text-decoration: none;}
p.btn {
  display: flex;
  justify-content: center;
  margin: 8rem 0 0 0;
}

.h301 {
  margin-top: 5rem;
  font-size: 2.4rem !important;
  text-align: center;
}

.thanks .myBtn { text-align: center; margin-top: 8rem;}
.thanks .myBtn a { text-align: left;}

@media only screen and (max-width: 782px) {
  .tb-contact {
    margin: 2rem 0 0 !important;
    display: block;
    width: auto;
  }
  .tb-contact tbody, .tb-contact tr, .tb-contact th, .tb-contact td { display: block;}
  .tb-contact th {
    font-weight: bold;
    padding: 2rem 0 0 1.5rem;
    width: auto;
  }
  .tb-contact th::before { top: 2.3rem;}
  .tb-contact .must th::before { top: 2.3rem;}
  .tb-contact th .small { font-weight: normal; display: inline-block; margin-left: 1.5vw; font-size: 92%;}
  .tb-contact td { padding: 0.6rem 0;}
  .confirm .tb-contact td {padding: 1.2rem 0 1.2rem 0;}
  td .flex { display: flex; align-items: center;}
  th .note {  margin-left: 2rem; font-weight: normal;}
  p.check { text-align: left;}
  p.check + p.check { text-align: center;}
  p.btn {
    display: flex;
    justify-content: center;
    margin: 8rem 0 0 0;
  }
  p.btn input { margin: 0;}

}
.tb-contact p.memo { margin-top: 5px; font-weight: bold; font-size: 76%; line-height: 1.4;}

.lnav-thanks main .myBtn { text-align: center;}
.lnav-thanks main .myBtn a {
  background: #fff554;
  border-radius: 5px;
  text-align: left;
}
.lnav-thanks main .myBtn a:hover {
  animation: none;
  color: #333366;
}

