@charset "utf-8";

/* container */
main {
  color: var(--black);
  line-height: 1.8;
  width: 640px;
  margin: 0 auto;
  font-size: 14px;
}

.txt-bold {
  font-weight: bold;
}

.txt-red {
  color: #e83518;
}

.marker-yellow span {
  background: linear-gradient(transparent 60%, #ffff5f 60%);
  z-index: 1;
  font-weight: bold;
}

.marker-red span {
  background: linear-gradient(transparent 60%, #ff5f5f7d 60%);
  z-index: 1;
  font-weight: bold;
}

h2 {
  background: linear-gradient(90deg, #1e7dde 0%, #00c4c4 100%);
  padding: 4px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

p.txt-note {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  line-height: 1.6;
  color: var(--black);
  font-weight: 500 !important;
}

p.link-text-icon {
  display: flex;
  align-items: center;
}

p.link-text-icon a {
  color: #70c1c4;
  font-weight: normal;
  text-decoration: none;
}

p.link-text-icon a::after {
  position: relative;
  bottom: 1px;
  left: 3px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 2px solid var(--blue-light);
  border-right: 2px solid var(--blue-light);
  transform:
    rotate(
      45deg
    );
}

img.plus-image {
  vertical-align: -10px;
}

/* title-area */
.title-area {
  margin-bottom: 20px;
}

.title-area .title {
  position: relative;
  margin-bottom: 60px;
}

.title-area .title h1 {
  padding: 30px 0;
  color: var(--white);
  font-size: 3rem;
  font-family: var(--fa-hiragino-maru-gothic);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  background: #70c1c4;
  border-radius: 8px;
}

.title-area .title h1 img {
  vertical-align: middle;
  margin-right: 10px;
}

.title-area .title h1 span {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}

.title-area .lead {
  padding: 0 15px;
}

.title-area .lead p {
  font-weight: lighter !important;
  color: var(--black);
}

.title-area .lead .lead-image {
  text-align: center;
  margin: 20px auto 0;
}

/* flow-area */
.flow-area {
  width: 95%;
  margin: 10px auto;
}

.flow-area-content {
  margin: 0 0 12px;
}

.flow-area-content .txt-step {
  color: #fff;
  background: #70c1c4;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 68px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 5px;
}

.flow-area-content .flow-wrap {
  border-left: 1px solid #ddd;
  padding: 0 16px 16px;
  margin: 16px 0 0 16px;
}

.flow-area-content:last-of-type .flow-wrap .flow-wrap-box {
  border-bottom: none;
}

.flow-wrap .flow-wrap-box {
  padding: 10px 0 20px;
  border-bottom: dashed 1px #ddd;
}

.flow-wrap-box .flow-flex {
  display: flex;
  flex-direction: row;
}

.flow-wrap-box .flow-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flow-wrap-box h3 {
  color: #063b72;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 14px;
}

.flow-wrap-box .flow-image {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* tab-area */
.tab-area {
  width: auto;
}

.tab-list {
  display: table;
  margin: 0 auto;
  width: 95%;
  zoom: 1;
  table-layout: fixed;
  border-spacing: 0;
}

.tab-item {
  display: table-cell;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tab-item a {
  display: block;
  padding: 10px 8px;
  margin: 0 3px;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 320px) {
  .tab-item a {
    font-size: 1.2rem;
  }
}

.tab-chat a {
  color: #fff;
  border-top: 3px solid #caecec;
  border-left: 3px solid #caecec;
  border-right: 3px solid #caecec;
  background-color: #b2e0e1;
}

.tab-chat a::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../../images/cmn_icon_status_chat.svg);
  background-size: contain;
  position: relative;
  top: 4px;
  left: 0;
  margin-right: 3px;
}

.tab-wait a {
  color: #fff;
  border-top: 3px solid #c7e0ec;
  border-left: 3px solid #c7e0ec;
  border-right: 3px solid #c7e0ec;
  background-color: #b4d6e6;
}

.tab-wait a::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../../images/cmn_icon_hourglass_wh.svg);
  background-size: contain;
  position: relative;
  top: 4px;
  left: 0;
  margin-right: 3px;
}

.tab-reserve a {
  color: #fff;
  border-top: 3px solid #e2ebc7;
  border-left: 3px solid #e2ebc7;
  border-right: 3px solid #e2ebc7;
  background-color: #d9e5b4;
}

.tab-reserve a::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../../images/cmn_icon_status_sche.svg);
  background-size: contain;
  position: relative;
  top: 4px;
  left: 0;
  margin-right: 3px;
}

.tab-item a i {
  margin-right: 5px;
  color: #fff;
}

/* chat選択時 */
.tab-chat a.selected {
  border-top: 3px solid #b2e0e1;
  border-left: 3px solid #b2e0e1;
  border-right: 3px solid #b2e0e1;
  background-color: #70c1c4;
}

.tab-area-content {
  margin-bottom: 20px;
}

.tab-area-content .tab-chat-inner {
  border: #70c1c4 4px solid;
}

.tab-area-content .tab-chat-inner .txt-step {
  color: #fff;
  background: #70c1c4;
}

/* reserve選択時 */
.tab-reserve a.selected {
  background-color: #b4cc6d;
  border-top: 3px solid #c7d991;
  border-left: 3px solid #c7d991;
  border-right: 3px solid #c7d991;
}

.tab-area-content .tab-reserve-inner {
  border: #b5cb6d 4px solid;
}

.tab-area-content .tab-reserve-inner .txt-step {
  color: #fff;
  background: #b4cc6d;
}

/* wait選択時 */
.tab-wait a.selected {
  background-color: #6bafcf;
  border-top: 3px solid #90c3db;
  border-left: 3px solid #90c3db;
  border-right: 3px solid #90c3db;
}

.tab-area-content .tab-wait-inner {
  border: #6bafcf 4px solid;
}

.tab-area-content .tab-wait-inner .txt-step {
  color: #fff;
  background: #6bafcf;
}

/* alert-hint-area */
.alert-hint-area {
  background: var(--lightblue);
  padding: 15px 15px 5px 15px;
}

.alert-hint-area .annotation {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.alert-hint-area .annotation h3 {
  font-weight: lighter;
  font-size: 16px;
  text-align: center;
}

.alert-hint-area .annotation h3::before {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../../../../images/cmn_icon_exclamation-circle-wh.svg);
  background-size: contain;
  position: relative;
  top: 4px;
  left: -5px;
}

.alert-hint-area .annotation p {
  font-weight: lighter;
}

.alert-hint-area .annotation p.txt-note {
  color: #888;
  border-radius: 8px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
}
