@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#contents-area,
.lyt-col-1 #contents-body {
  width: 100%;
}
#nav-top-area {
  bottom: 80px;
}
#contents-perplexity {
  font-family: "Noto Sans JP", sans-serif;
}
#contents-perplexity img {
  max-width: 100%;
}
.contents-inner {
  width: 950px;
  margin: 0 auto;
}
.txt-notes {
  color: #718589;
  font-size: 13px !important;
  font-weight: normal !important;
}
.list-bullet {
  color: #718589;
}
.list-bullet li {
  position: relative;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 1em;
  text-align: left;
}
.list-bullet li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.list-notes {
  color: #9da2a2;
  margin: 20px 0 0 0;
}
.list-notes li {
  position: relative;
  font-size: 13px;
  padding-left: 25px;
  text-align: left;
}
.list-notes li span {
  position: absolute;
  top: 0;
  left: 0;
}
.is-sp {
  display: none;
}


.sec-st {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 40px;
  text-align: center;
}

.information {
  padding: 14px 0 16px;
  background: #FBFAF4;
}
.information-link-container {
    text-align: center;
}

.information-link {
  font-size: 13px;
  line-height: 1.46;
  color: #0B5BCE !important;
  position: relative;
  transition: opacity 0.3s;
}
.information-link::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #0B5BCE;
  border-right: 2px solid #0B5BCE;
  right: -20px;
  top: 56%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.information-link:hover {
  text-decoration: none;
  opacity: .7;
  transition: opacity 0.3s;
}

.section-mv {
  margin-bottom: 70px;
}
.section-mv .section-mv--img {
  margin-bottom: 40px;
  padding: 45px 0 55px;
  background: #F8F8F8;
}
.section-mv .contents-inner {
  width: 720px;
  margin: 0 auto;
}
.section-mv .title{
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.0035em;
}
.section-mv .title span{
  font-size: 21px;
  padding-top: 33px;
  display: inline-block;
}

.section-mv .campaign-ended {
  margin: 0 auto 58px;
  padding: 25px 0;
  border: 3px solid #BADEDD;
  border-radius: 10px;
  text-align: center;
}
.section-mv .campaign-ended .campaign-ended-title{
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}
.section-mv .campaign-ended .campaign-ended-text{
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
}
.section-mv .campaign-ended .campaign-ended-link{
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}
.section-mv .campaign-ended .campaign-ended-link:hover{
  opacity: 0.7;
  transition: 0.3s all;
}
.section-mv .campaign-ended .campaign-ended-link::after{
  width: 7px;
  height: 7px;
  content: "";
  color: #3374C4;
  border-top: 2px solid #3374C4;
  border-right: 2px solid #3374C4;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
}
.section-point {
  background: url(/mobile/set/data/service/perplexity-ai-prev1/img/p/bg_search-point_re.webp) center top no-repeat;
  background-size: cover;
  padding: 80px 0 85px;
  position: relative;
}
.section-point::after {
  background: url(/mobile/set/data/service/perplexity-ai-prev1/img/p/bg_point-after.webp) center top no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}
.section-point .sec-point-ttl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 75px;
}
.section-point .sec-point-ttl dd {
  width: 460px;
  margin: 70px 0 0 0;
}
.section-point .sec-point-ttl dt {
  width: 406px;
  transform: translateX(40px);
}
.section-point .sec-title {
  color: #2A2A32;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.36;
  text-align: center;
}
.section-point .sec-title .txt-caption {
  display: inline-block;
  position: relative;
  color: #1FB8CD;
  font-size: 26px;
  border-bottom: 1px solid #1FB8CD;
  margin-bottom: 25px;
  padding-bottom: 8px;
}
.section-point .sec-title .txt-caption strong {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  background-color: #1FB8CD;
  border-radius: 4px;
  margin: 0 5px 0 0;
  padding: 2px 14px 5px;
}
.section-point .sec-title .txt-caption::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  background: url(/mobile/set/data/service/perplexity-ai-prev1/img/shared/ico_ballon-01_re.webp) left top no-repeat;
  background-size: cover;
  left: 85px;
  bottom: -11px;
}
.sec-title .ttl-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.section-point .sec-title img {
  width: 348px;
  margin-right: 10px;
}
.section-point .sec-title .txt-color-bl {
  display: block;
  color: #1FB8CD;
}
.section-point .section-point--list {
  display: flex;
  justify-content: space-between;
  width: 780px;
  margin: 0 auto;
}
.section-point .section-point--list dl {
  width: 350px;
  margin: 0;
}
.section-point .section-point--list dt {
  width: 140px;
  margin: 0 auto 13px;
}
.section-point .section-point--list dd {
  margin: 0;
}


.section-ai-search {
  position: relative;
  margin-top: -2px;
  padding: 70px 0 0;
}
.section-ai-search .sec-title {
  width: 729px;
  margin: 0 auto 50px;
}

.section-ai-search .form-entry {
  width: 720px;
  padding: 25px 0;
  margin: 0 auto;
  border: 1px solid #13343B;
  border-radius: 10px;
  text-align: center;
}
.section-ai-search .form-entry .form-entry-text {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.section-ai-search .form-entry .form-entry-link {
  color: #0B5BCE;
  text-decoration: none;
  transition: 0.3s all;
}
.section-ai-search .form-entry .form-entry-link:hover {
  opacity: 0.7;
}

.section-ai-search .sec-st {
  width: 292px;
  margin: 0 auto;
  padding-right: 15px;
}
.section-ai-search .step-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section-ai-search .step-list li {
  position: relative;
  width: 312px;
  background-color: #EAEEEF;
  border-radius: 8px;
  padding: 22px 20px;
  text-align: center;
  box-sizing: border-box;
}
.section-ai-search .step-list li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 32px;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  z-index: 10;
}
.section-ai-search .step-list li div p {
  height: 94px;
}
.section-ai-search .step-list li img {
  width: 140px;
}
.section-ai-search .step-list li span {
  display: block;
  color: #1FB8CD;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.section-ai-search .step-list li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0;
}
.section-ai-search .step-list li .txt-notes {
  font-size: 11px !important;
  margin: 14px 0 0 46px;
  text-align: left;
}
.section-ai-search .btn-entry {
  margin-bottom: 10px;
}
.section-ai-search .btn-entry + p {
  width: 635px;
  margin: 0 auto;
}
.txt-corporation-container {
  text-align: center;
}
.section-ai-search .txt-corporation {
  display: inline-block;
  margin-bottom: 14px !important;
  text-align: center;
  position: relative;
}
.section-ai-search .txt-corporation .txt-corporation__link {
  color: #3282FF;
}
.section-ai-search .txt-corporation::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3282FF;
  border-right: 2px solid #3282FF;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%) rotate(45deg);
}

.section-cm {
  position: relative;
  background-color: #C0E3E9;
  padding: 70px 0;
}
.section-cm .sec-title {
  width: 269px;
  margin: 0 auto 40px;
}
.section-cm .slide-cm .item {
  width: 800px;
  margin: 0 20px;
}
.section-cm .slide-cm .item p {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.section-cm .slide-cm .cm-thumb {
  cursor: pointer;
}
.section-cm .slide-cm .cm-thumb img {
  border-radius: 8px;
}
.section-cm .slide-arrow {
  position: absolute;
  width: 80px;
  top: 34%;
  transform: translateY(-50%);
  z-index: 50;
}
.section-cm .prev-arrow {
  left: 50%;
  transform: translateX(-440px);
}
.section-cm .next-arrow {
  right: 50%;
  transform: translateX(440px);
}
.section-cm .slide-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.section-cm .slide-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #FBFAF4;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
}
.section-cm .slide-dots li:hover,
.section-cm .slide-dots li.slick-active {
  opacity: 1;
}
.section-cm .slide-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.section-cautions {
  padding: 80px 0 90px;
}
.section-cautions .contents-inner {
  width: 800px;
}
.section-cautions .sec-title {
  color: #13343B;
  font-size: 16px;
  border-bottom: 1px solid #13343B;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.btn-entry {
  position: relative;
  display: block;
  color: #fff !important;
  width: 340px;
  font-size: 18px;
  font-weight: bold;
  background-color: #E03758;
  border-radius: 50px;
  margin: 0 auto 20px;
  padding: 18px 0;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s;
}

.footer-2019_inner {
  padding-bottom: 80px !important;
}
.floating-link {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.floating-link .floating-btn-entry {
  position: relative;
  display: block;
  color: #fff !important;
  width: 440px;
  font-size: 18px;
  font-weight: bold;
  background-color: #E03758;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 -4px 8px rgba(13, 13, 13, 0.25);
  transition: 0.3s;
}
.floating-link:hover .floating-btn {
  text-decoration: none !important;
}
.btn-entry img,
.floating-link .floating-btn-entry img,
.floating-link .floating-btn-entry img {
  display: none;
}
.btn-entry::after,
.floating-link .floating-btn-entry::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 51%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.btn-entry:hover,
.floating-link .floating-btn-entry:hover {
  background-color: #E65F79;
}
.floating-link .floating-btn-balloon {
  padding: 6px 0 8px;
  width: 255px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #E03758;
  background: #fff;
  border: 1px solid #E03758;
  border-radius: 50px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.3s;
  z-index: 1;
}
.floating-link:hover .floating-btn-entry {
  background-color: #E65F79;
}
.floating-link:hover .floating-btn-balloon {
  color: #E65F79;
  transition: color 0.3s;
}
.floating-link .floating-btn-balloon::before {
  content: "";
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #fff transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
.floating-link .floating-btn-balloon .newwindowicon {
  display: none;
}

#img-example {
  width: 100%;
  object-fit: cover;
}
.btn-close {
  position: absolute;
  width: 82px;
  top: 60px;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
