<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.wrap {
  overflow: hidden;
}
/** SECTION RESULT
==============================================*/
.result-platinum .section-result {
  background: linear-gradient(rgba(137, 137, 137, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-gold .section-result {
  background: linear-gradient(rgba(163, 126, 57, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-rose .section-result {
  background: linear-gradient(rgba(215, 143, 137, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-blue .section-result {
  background: linear-gradient(rgba(0, 94, 173, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-pearl .section-result {
  background: linear-gradient(rgba(0, 134, 89, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-cobalt .section-result {
  background: linear-gradient(rgba(0, 71, 138, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-sbs .section-result {
  background: linear-gradient(rgba(137, 137, 137, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-purchasing .section-result {
  background: linear-gradient(rgba(0, 64, 152, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-sbspro .section-result {
  background: linear-gradient(rgba(137, 137, 137, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
.result-goldpro .section-result {
  background: linear-gradient(rgba(227, 188, 105, 0.4) 0%, rgba(255, 255, 255, 1) 100%) no-repeat center top/100% 540px;
}
@media only screen and (min-width: 641px) {
  .section-result {
    padding-top: 35px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .section-result {
    padding-top: 25px;
  }
}

.section-result .headline .headline_lead {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 25px 50px;
  position: relative;
  letter-spacing: 0.065em;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
}
.section-result .headline .headline_lead:before,
.section-result .headline .headline_lead:after {
  width: 100%;
  position: absolute;
  left: 0;
}
.section-result .headline .headline_lead:before {
  top: 0;
}
.section-result .headline .headline_lead:after {
  bottom: 0;
}
@media only screen and (min-width: 641px) {
  .section-result .headline {
    margin-bottom: 50px;
  }
  .section-result .headline .headline_lead {
    font-size: 20px;
  }
  .section-result .headline .headline_lead:before {
    content: url(/am_lp/advice-common/images/result-lead-bg-before-pc.svg);
  }
  .section-result .headline .headline_lead:after {
    content: url(/am_lp/advice-common/images/result-lead-bg-after-pc.svg);
  }
}
@media only screen and (max-width: 640px) {
  .section-result .headline {
    margin-bottom: 20px;
  }
  .section-result .headline .headline_lead {
    font-size: 16px;
  }
  .section-result .headline .headline_lead:before {
    content: url(/am_lp/advice-common/images/result-lead-bg-before-sp.svg);
  }
  .section-result .headline .headline_lead:after {
    content: url(/am_lp/advice-common/images/result-lead-bg-after-sp.svg);
  }
}

.content .result_card_main_block {
  background-color: #fff;
  width: 896px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .content .result_card_main_block {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .content .result_card_main_block {
    padding: 45px 20px 35px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 641px) {
  .content .result_card_info {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
}

.content .result_card_info .result_card_img .card_img {
  filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.25));
}
@media only screen and (min-width: 641px) {
  .content .result_card_info .result_card_img {
    width: 322px;
  }
}
@media only screen and (max-width: 640px) {
  .content .result_card_info .result_card_img {
    width: 225px;
    margin: 0 auto;
  }
}

.content .result_card_info .result_card_img .result_card_name img {
  width: auto;
}
@media only screen and (min-width: 641px) {
  .content .result_card_info .result_card_img .result_card_name {
    margin-top: 25px;
  }
  .content .result_card_info .result_card_img .result_card_name img {
    height: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .content .result_card_info .result_card_img .result_card_name {
    margin-top: 15px;
  }
  .content .result_card_info .result_card_img .result_card_name img {
    height: 31px;
  }
}

.content .result_card_info .result_card_txt .txt {
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  .content .result_card_info .result_card_txt {
    padding-left: 55px;
    width: calc(100% - 322px);
  }
  .content .result_card_info .result_card_txt .txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .content .result_card_info .result_card_txt {
    margin-top: 35px;
  }
  .content .result_card_info .result_card_txt .txt {
    font-size: 16px;
    line-height: 1.75;
  }
}

.content .result_card_info .result_card_txt .notes {
  margin-top: 1em;
}

.content .result_card_links .links {
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #004098;
  color: #fff;
  border-radius: 24px;
  padding: 10px 35px;
  position: relative;
}
.content .result_card_links .links:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  border-width: 5.75px 0 5.75px 10px;
  right: 20px;
  top: calc(50% - 5.75px);
}
@media only screen and (min-width: 641px) {
  .content .result_card_links {
    margin-top: 60px;
  }
  .content .result_card_links .links:after {
  }
}
@media only screen and (max-width: 640px) {
  .content .result_card_links {
    margin-top: 35px;
  }
}

.content .result_card_spec_block {
  margin-top: 35px;
}
.section-result .content .result_card_spec_block .result_card_spec {
  background-color: #f6f6f6;
}
.section-result .content .result_card_spec_block .result_card_spec &gt; dd:not(:last-of-type) {
  border-bottom: 4px solid #fff;
}
.content .result_card_spec_block .result_card_spec &gt; dd {
  padding-right: 20px;
  padding-left: 20px;
}
.content .result_card_spec_block .result_card_spec &gt; dd .logo_list {
  display: flex;
}
.content .result_card_spec_block .result_card_spec &gt; dd .circle_list &gt; li {
  text-indent: -1em;
  padding-left: 1em;
}
.content .result_card_spec_block .result_card_spec &gt; dd .circle_list &gt; li:before {
  content: "・";
  width: 1em;
}
@media only screen and (min-width: 641px) {
  .content .result_card_spec_block .result_card_spec {
    display: flex;
    flex-wrap: wrap;
  }
  .content .result_card_spec_block .result_card_spec &gt; dt,
  .content .result_card_spec_block .result_card_spec &gt; dd {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 65px;
    font-size: 16px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dt {
    width: 30%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-result .content .result_card_spec_block .result_card_spec &gt; dt:not(:last-of-type) {
    border-bottom: 4px solid #fff;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list &gt; li:not(:last-child) {
    margin-right: 25px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list.bland img {
    height: 36px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list.function img {
    height: 30px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list.payment img {
    height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .content .result_card_links {
    margin-top: 35px;
  }
  .section-result .content .result_card_spec_block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dt,
  .content .result_card_spec_block .result_card_spec &gt; dd {
    font-size: 12px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dt {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list &gt; li:not(:last-child) {
    margin-right: 20px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list.bland img {
    height: 30px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list.function img {
    height: 25px;
  }
  .content .result_card_spec_block .result_card_spec &gt; dd .logo_list.payment img {
    height: 25px;
  }
}

@media only screen and (min-width: 641px) {
  .section-result .content .result_card_recommendation_block {
    margin-top: 50px;
  }
  .section-result .content .result_card_recommendation_block {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .section-result .content .result_card_recommendation_block {
    margin-top: 35px;
  }
  .section-result .content .result_card_recommendation_block {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
  }
}

.section-result .content .result_card_recommendation_block .result_card_recommendation {
  border-top: 2px solid #004098;
}
@media only screen and (min-width: 641px) {
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dt {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd .result_card_recommendation_list &gt; li {
  position: relative;
}
.section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd .result_card_recommendation_list &gt; li:before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #004098;
  position: absolute;
  left: 0;
  top: 12px;
}
@media only screen and (min-width: 641px) {
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd {
    padding-right: 60px;
    padding-left: 60px;
  }
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd .result_card_recommendation_list &gt; li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd .result_card_recommendation_list &gt; li {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd .result_card_recommendation_list &gt; li {
    font-size: 14px;
  }
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd .result_card_recommendation_list &gt; li:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-result .content .result_card_recommendation_block .result_card_recommendation &gt; dd .result_card_recommendation_list &gt; li {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 641px) {
  .section-result .content .result_card_campaign_block {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .section-result .content .result_card_campaign_block {
    margin-top: 35px;
  }
}

.section-result .content .result_card_prev_block .prev_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  border: 2px solid #004098;
  color: #004098;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.section-result .content .result_card_prev_block .prev_btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #004098 transparent transparent;
  position: absolute;
}
@media only screen and (min-width: 641px) {
  .section-result .content .result_card_prev_block {
    margin-top: 50px;
  }
  .section-result .content .result_card_prev_block .prev_btn {
    font-size: 18px;
    width: 300px;
    min-height: 50px;
    border-radius: 48px;
    padding: 30px 35px 30px 70px;
    transition: all 0.3s ease;
  }
  .section-result .content .result_card_prev_block .prev_btn:after {
    border-width: 9px 16px 9px 0;
    left: 48px;
    top: calc(50% - 9px);
  }
  .section-result .content .result_card_prev_block .prev_btn:hover {
    background-color: rgba(0, 64, 152, 0.1);
  }
}
@media only screen and (max-width: 640px) {
  .section-result .content .result_card_prev_block {
    margin-top: 40px;
  }
  .section-result .content .result_card_prev_block .prev_btn {
    font-size: 18px;
    width: 275px;
    min-height: 64px;
    border-radius: 32px;
    padding: 15px 35px;
  }
  .section-result .content .result_card_prev_block .prev_btn:after {
    border-width: 5.5px 10px 5.5px 0;
    left: 20px;
    top: calc(50% - 5.5px);
  }
}

/** SECTION SUGGESTION
==============================================*/
.section-suggestion {
  background-color: #f0f0f0;
  padding-top: 65px;
}
.section-suggestion .headline .headline_lead {
  text-align: center;
}
.section-suggestion .headline .headline_lead:before {
  content: "";
  display: block;
  background: url(../images/icon-card.svg) no-repeat center center/100% 100%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 641px) {
  .section-suggestion .headline {
    margin-bottom: 50px;
  }
  .section-suggestion .headline .headline_lead {
    font-size: 24px;
  }
  .section-suggestion .headline .headline_lead:before {
    width: 100px;
    height: 62px;
  }
}
@media only screen and (max-width: 640px) {
  .section-suggestion {
    margin-top: 65px;
  }
  .section-suggestion .headline {
    margin-bottom: 30px;
  }
  .section-suggestion .headline .headline_lead {
    font-size: 16px;
  }
  .section-suggestion .headline .headline_lead:before {
    width: 70px;
    height: 43px;
  }
}

.section-suggestion .content .block .block_headline {
  margin-bottom: 30px;
}
.section-suggestion .content .block.suggestion-sbspro .block_headline {
  background-color: #969696;
}
.section-suggestion .content .block.suggestion-goldpro .block_headline {
  background-color: #c89646;
}
.section-suggestion .content .block.suggestion-purchasing .block_headline {
  background-color: #fff;
}
.section-suggestion .content .block .block_headline .block_headline_lead {
  text-align: center;
  color: #fff;
  padding: 5px;
}
.section-suggestion .content .block.suggestion-purchasing .block_headline .block_headline_lead {
  color: inherit;
}
@media only screen and (min-width: 641px) {
  .section-suggestion .content .block {
    padding-bottom: 95px;
  }
  .section-suggestion .content .block .block_headline .block_headline_lead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .section-suggestion .content .block {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 65px;
  }
  .section-suggestion .content .block .block_headline .block_headline_lead {
    font-size: 14px;
  }
}

.section-suggestion .content .result_card_spec_block .result_card_spec {
  background-color: #fff;
}
.section-suggestion .content .result_card_spec_block .result_card_spec &gt; dd:not(:last-of-type) {
  border-bottom: 4px solid #f0f0f0;
}
@media only screen and (min-width: 641px) {
  .section-suggestion .content .result_card_spec_block .result_card_spec &gt; dt:not(:last-of-type) {
    border-bottom: 4px solid #f0f0f0;
  }
}
@media only screen and (max-width: 640px) {
}

.section-suggestion .content .result_card_spec_block &gt; .notes {
  margin-top: 0.5em;
}

/** BUSINESS---ver.---
==============================================*/
.business .section-result .headline {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.business.result-cobalt .section-result .headline {
  background-color: #00478a;
}
.business.result-sbs .section-result .headline {
  background-color: #b0b0b1;
}
.business.result-purchasing .section-result .headline {
  background-color: #fff;
}
.business.result-sbspro .section-result .headline {
  background-color: #b0b0b1;
}
.business.result-goldpro .section-result .headline {
  background-color: #e3bc69;
}
.business .section-result .headline .headline_lead {
  width: 896px;
  padding: 25px;
  color: #fff;
}
.business .section-result .headline .headline_lead:before,
.business .section-result .headline .headline_lead:after {
  content: "";
  width: calc(((100vw - 896px) / 2) + 896px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.business .section-result .headline .headline_lead:before {
  background-color: #fff;
}
.business .section-result .headline .headline_lead:after {
  background: linear-gradient(90deg, rgba(60, 60, 60, 0.6) 0%, rgba(60, 60, 60, 1) 100%);
}
@media only screen and (min-width: 641px) {
}
@media only screen and (max-width: 640px) {
  .business .section-result .headline {
    padding-right: 20px;
    padding-left: 20px;
  }
}
</pre></body></html>