@charset "UTF-8";

/*-------------------------
common
-------------------------*/
.l-header--popup .lc-logo {
  width: 1200px;
}

/*-------------------------
contents
-------------------------*/
/* title */
.l-content .c-main--title {
  padding: 16px 0 12px 120px;
  background: #025fae url("/pr/chat_tips/img/icon_qa.png") no-repeat 250px center;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.l-content .c-main--title .c-main--title__sub {
  font-size: 21px;
}

/* text */
.l-content .c-highlight {
  padding: 0 2px;
  background: linear-gradient(to bottom, #fff, #fff 15%, #ff6 16%, #ff6 84%, #fff 85%);
}
.l-content .c-text--point {
  display: flex;
  align-items: baseline;
  width: 1120px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
}
.l-content .c-text--point span {
  width: 220px;
  height: 36px;
  margin-right: 10px;
  padding: 8px 0 0 36px;
  box-sizing: border-box;
  background: url("/pr/chat_tips/img/bg_point.png") no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

/* image */
.l-content .c-image--point {
  width: 1120px;
  margin: 10px auto 0;
  padding-left: 225px;
  box-sizing: border-box;
}

/* .c-section */
.l-content .c-section {
  margin-bottom: 100px;
}
.l-content .c-section .c-section__title {
  display: flex;
  align-items: center;
  width: 1170px;
  height: 48px;
  margin: 0 auto 20px;
  padding: 2px 0 0 15px;
  border-left: 8px solid #025fae;
  box-sizing: border-box;
  background-color: #f5f5f5;
  font-size: 20px;
  font-weight: bold;
}
.l-content .c-section .c-section__title .c-section__title__num {
  font-size: 25px;
}
.l-content .c-section .c-section__text {
  width: 1140px;
  margin: 80px auto 20px;
  padding: 0 0 5px 10px;
  border-bottom: 4px solid #025fae;
  font-size: 18px;
  font-weight: bold;
}
.l-content .c-section .c-section__title + .c-section__text {
  margin-top: 40px;
}

/* .c-anchorlink */
.l-content .c-anchorlink {
  width: 1160px;
  margin: 0 auto;
}
.l-content .c-anchorlink .c-anchorlink__title {
  border-bottom: 2px solid #025fae;
  font-size: 18px;
  font-weight: bold;
}
.l-content .c-anchorlink .c-list--anchorlink + .c-anchorlink__title {
  margin-top: 25px;
}
.l-content .c-anchorlink .c-anchorlink__title .c-anchorlink__title__num {
  padding-left: 5px;
  font-size: 23px;
}
.l-content .c-anchorlink .c-list--anchorlink {
  display: flex;
  flex-wrap: wrap;
  width: 1140px;
  margin: 20px auto 0;
}
.l-content .c-anchorlink .c-list--anchorlink li {
  width: 370px;
  margin-left: 10px;
  box-sizing: border-box;
}
.l-content .c-anchorlink .c-list--anchorlink li:nth-child(2n) {
  width: 385px;
}
.l-content .c-anchorlink .c-list--anchorlink li:nth-child(3n) {
  width: 355px;
}

/* 事例 */
.l-content .c-example {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto 15px;
}
.l-content .c-example .c-example__item {
  width: 550px;
  padding-bottom: 25px;
  border: 1px solid #ccc;
}
.l-content .c-example .c-title--example--ng,
.l-content .c-example .c-title--example--ok {
  margin-bottom: 15px;
  padding: 6px 0 5px;
  background-color: #fc0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.l-content .c-example .c-title--example--ng {
  background-color: #666;
  color: #fff;
}
.l-content .c-example .c-list--example {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 520px;
  margin: 0 auto;
}
.l-content .c-example .c-list--example dt {
  width: 60px;
  padding: 3px 0 2px;
  font-weight: bold;
  text-align: center;
}
.l-content .c-example .c-list--example dd {
  width: 445px;
  margin-left: 15px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.6;
}
.l-content .c-example .c-list--example dd + dt,
.l-content .c-example .c-list--example dd + dt + dd {
  margin-top: 20px;
}
.l-content .c-example .c-list--example .c-list--example__q {
  background-color: #fc0;
}
.l-content .c-example .c-list--example .c-list--example__a {
  background-color: #fffaeb;
}
.l-content .c-example .c-example__item:first-of-type .c-list--example__q {
  background-color: #666;
  color: #fff;
}
.l-content .c-example .c-example__item:first-of-type .c-list--example__a {
  background-color: #f5f5f5;
}
.l-content .c-example .c-list--example sup {
  font-size: 10px;
}
.l-content .c-example .c-list--example .c-list--example__add,
.l-content .c-example .c-list--example .c-list--example__addtext {
  width: 100%;
}
.l-content .c-example .c-list--example .c-list--example__add {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-content .c-example .c-list--example .c-list--example__add::before,
.l-content .c-example .c-list--example .c-list--example__add::after {
  width: 15px;
  height: 1px;
  background-color: #333;
  content: "";
}
.l-content .c-example .c-list--example .c-list--example__add::before {
  margin-right: 5px;
}
.l-content .c-example .c-list--example .c-list--example__add::after {
  margin-left: 5px;
}
.l-content .c-example .c-list--example .c-list--example__addtext {
  margin: 0;
}
