@charset "euc-jp";

/********** メニュー アクティブ **********/
.header-menu-list-item.is_howto .header-menu-list-item__link {
  box-shadow: 0 -3px 0 #a0107c inset;
  color: #ab48a2;
}

.howto.is_beginner .sub-menu-list-item.is_beginner .sub-menu-list-item__link {
  box-shadow: 0 -2px 0 #79016c inset;
  font-weight: bold;
  text-decoration: none;
  color: #ab48a2;
}



/********** チャットの進め方 **********/
.chat-start-flow-list-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  column-gap: 24px;
}

.chat-start-flow-list-item:not(:last-child) {
  margin-bottom: 64px;
}

.chat-start-flow-list-item:before {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  flex-basis: 200px;
  flex-shrink: 0;
  content: '';
  width: 200px;
  background-repeat: no-repeat;
}

.chat-start-flow-list-item.is_step-1:before {
  height: 130px;
  background-image: url(https://assets.chatpia.jp/common/images/img_beginner_start1.jpg);
  background-position: 0 -27px;
}

.chat-start-flow-list-item.is_step-2:before {
  height: 223px;
  background-image: url(https://assets.chatpia.jp/common/images/img_beginner_start2.jpg);
}

.chat-start-flow-list-item.is_step-3:before {
  height: 111px;
  background-image: url(https://assets.chatpia.jp/common/images/img_beginner_start3.jpg);
}

.chat-start-flow-list-item:not(:last-child):after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  background: url(https://assets.chatpia.jp/common/images/img_beginner_flow.gif) no-repeat center center;
  width: 523px;
  height: 30px;
}

.chat-start-flow-list-item-inner-title {
  margin-bottom: 12px;
  font-size: 20px;
  color: #ab48a2;
}

.chat-start-flow-list-item-inner-text {
  font-size: 16px;
  line-height: 1.5em;
}



/********** チャット画面の使い方 **********/
.chat-guide-list {
  display: grid;
  grid-template-columns: 260px 260px 260px;
  grid-template-rows: 170px 170px;
  grid-gap: 20px;
}

.chat-guide-list-item {
  list-style: none;
}

a.chat-guide-list-item__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding-top: 140px;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

a.chat-guide-list-item__inner:before {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  background: url(https://assets.chatpia.jp/common/img/img_beginner_chat_window.png) no-repeat;
  background-size: cover;
}

a.chat-guide-list-item__inner:after {
  position: absolute;
  bottom: 7px;
  right: 7px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
}

a.chat-guide-list-item__inner:hover {
  filter: brightness(107%);
  text-decoration: none;
}

.chat-guide-list-item.is_wait a.chat-guide-list-item__inner {
  background-color: #ebb700;
}

.chat-guide-list-item.is_wait a.chat-guide-list-item__inner:before {
  width: 163px;
  height: 117px;
}

.chat-guide-list-item.is_party a.chat-guide-list-item__inner {
  background-color: #dc3f8d;
}

.chat-guide-list-item.is_party a.chat-guide-list-item__inner:before {
  width: 194px;
  height: 117px;
  background-position: 0 -139px;
}

.chat-guide-list-item.is_2shot a.chat-guide-list-item__inner {
  background-color: #8843e2;
}

.chat-guide-list-item.is_2shot a.chat-guide-list-item__inner:before {
  width: 194px;
  height: 117px;
  background-position: 0 -256px;
}

.chat-guide-list-item.is_ds a.chat-guide-list-item__inner {
  background-color: #009ab5;
}

.chat-guide-list-item.is_ds a.chat-guide-list-item__inner:before {
  top: 16px;
  width: 194px;
  height: 103px;
  background-position: 0 -373px;
}

.chat-guide-list-item.is_lovense a.chat-guide-list-item__inner {
  background-color: #f20c7f;
}

.chat-guide-list-item.is_lovense a.chat-guide-list-item__inner:before {
  top: 16px;
  width: 194px;
  height: 103px;
  background-position: 0 -476px;
}

.section-btn {
  margin: 0 auto;
}



/********** 推奨環境確認 **********/
.environment-table {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  text-align: center;
  letter-spacing: initial;
  vertical-align: middle;
}

.environment-table-row {
  vertical-align: middle;
}

.environment-table-row-head {
  box-sizing: border-box;
  min-width: 104px;
  padding: 12px 0;
  background-color: #ab48a2;
  border-right: 2px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
}

.environment-table .environment-table-row-head:first-child {
  width: 130px;
  background-color: #cccccc;
  color: #333333;
}

.environment-table-row-head:last-child {
  border-right: initial;
}

.environment-table-row-data {
  box-sizing: border-box;
  min-width: 108px;
  padding: 12px 0;
  background-color: #fdeefc;
  border-right: 2px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #ab48a2;
}

.environment-table-row-data.is_success {
  background-color: #e5f8e5;
  color: #1c9c53;
}

.environment-table-row-data.is_warning {
  background-color: #fcfcfc;
  color: #ff1919;
}

.environment-table-row-data:last-child {
  border-right: initial;
}


/* 最初の行 */
.environment-table-row:first-of-type .environment-table-row-head:first-child {
  border-top-left-radius: 5px;
}

.environment-table-row:first-of-type .environment-table-row-head:last-child {
  border-top-right-radius: 5px;
}

.environment-table-row:first-of-type .environment-table-row-data:last-child {
  border-top-right-radius: 5px;
}


/* 最終行 */
.environment-table-row:last-of-type .environment-table-row-head,
.environment-table-row:last-of-type .environment-table-row-data {
  border-bottom: initial;
}

.environment-table-row:last-of-type .environment-table-row-head:first-child {
  border-bottom-left-radius: 5px;
}

.environment-table-row:last-of-type .environment-table-row-data:last-child {
  border-bottom-right-radius: 5px;
}


/* 丸アイコン */
.icon.icon-ok {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ab48a2;;
}

.environment-table-row-data.is_success .icon.icon-ok {
  border-color: #1c9c53;
}

/* バツアイコン */
.icon.icon-not-ok {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.icon.icon-not-ok:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  background-color: #ab48a2;
}

.icon.icon-not-ok:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  background-color: #ab48a2;
}

.environment-table-row-data.is_warning .icon.icon-not-ok:before,
.environment-table-row-data.is_warning .icon.icon-not-ok:after {
  background-color: #ff1919;
}



/********** その他推奨環境 **********/
.table {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}

.table-row {
  vertical-align: middle;
}

.table-row-head {
  box-sizing: border-box;
  padding: 12px 0;
  background-color: #ab48a2;
  border-right: 5px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
}

.table-row-head:first-child {
  width: 130px;
  background-color: #cccccc;
  color: #333333;
}

.table-row-head:last-child {
  border-right: initial;
}

.table-row-data {
  box-sizing: border-box;
  padding: 12px 0;
  background-color: #fdeefc;
  border-right: 5px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #ab48a2;
}

.table-row-data:last-child {
  border-right: initial;
}

.table-row-data__link {
  word-break: break-all;
}

.table-row-data__link:hover {
  text-decoration: underline;
}

/* 最初の行 */
.table-row:first-of-type .table-row-head:first-child {
  border-top-left-radius: 5px;
}

.table-row:first-of-type .table-row-head:last-child {
  border-top-right-radius: 5px;
}

.table-row:first-of-type .table-row-data:last-child {
  border-top-right-radius: 5px;
}


/* 最終行 */
.table-row:last-of-type .table-row-head,
.table-row:last-of-type .table-row-data {
  border-bottom: initial;
}

.table-row:last-of-type .table-row-head:first-child {
  border-bottom-left-radius: 5px;
}

.table-row:last-of-type .table-row-data:last-child {
  border-bottom-right-radius: 5px;
}



/********** メッセージ説明 **********/
.message-image-wrap {
  width: 565px;
  margin-bottom: 24px;
}

.message-image {
  display: block;
  width: 100%;
}

.message-summary-list {
  margin-bottom: 24px;
}

.message-summary-list-item {
  padding-left: calc(1em + 4px);
  font-size: 16px;
  line-height: 1.5em;
  text-indent: calc(-1em - 4px);
}

.message-summary-list-item:not(:last-child) {
  margin-bottom: 24px;
}

.message-summary-list-item .text.is_number {
  margin-right: 4px;
  font-weight: bold;
  color: #ff1919;
}

.message-link {
  text-align: right;
}