@charset "utf-8";
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SalesforceSans-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  src: url("../fonts/SalesforceSans-Regular.woff");
  font-display: swap;
}

html,
body,
div,
main,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
dfn,
img,
ins,
q,
small,
strong,
var,
i,
dl,
dt,
dd,
ul,
li,
ol,
legend,
table,
caption,
tbody,
tr,
th,
td,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
main,
section,
nav,
menu,
header,
footer,
figure,
figcaption {
  display: block;
}
canvas {
  display: inline-block;
  vertical-align: middle;
}
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", -apple-system, Arial, "メイリオ",
    Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1260px;
  }
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="image"] {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
a,
button {
  outline: 0;
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
.sf {
  font-family: SalesforceSans, sans-serif;
}
/* -----------------------------------------------------
  footer
----------------------------------------------------- */
.footer {
  background: #032e61;
  position: sticky;
  top: 100vh;
}
.footer-container {
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 20px;
    width: auto;
  }
}
.footer-text {
  font-size: 11px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
}
.footer-nav-list {
  font-size: 0;
}
.footer-nav-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-nav-item a,
.footer-nav-item button {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
}
.footer-nav-item a:hover,
.footer-nav-item button:hover {
  color: #fff;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #fff;
  background: none;
}
.footer-nav-item img.cpra {
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
.header {
  padding: 28px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 16px;
  }
}
.header-logo {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 60px;
  }
}
.main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0 0 84px 0;
  }
}
.main-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-inner {
    position: static;
  }
}
.main-text-1 {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #032D60;
}
@media screen and (max-width: 767px) {
  .main-text-1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
}
.main-text-2 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #032D60;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .main-text-2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.main-text-3 {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .main-text-3 {
    font-size: 14px;
    line-height: 28px;
  }
}
.main-img {
  position: relative;
  min-width: 1260px;
}
@media screen and (max-width: 767px) {
  .main-img {
    min-width: auto;
  }
}
.main-tab {
  width: 332px;
  height: 48px;
  border-radius: 24px;
  background: #0176D3;
  display: flex;
  padding: 4px;
  justify-content: space-between;
  position: absolute;
  bottom: 21%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-tab {
    width: 300px;
    bottom: 24px;
  }
}
.main-tab li {
  width: 160px;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .main-tab li {
    width: 144px;
  }
}
.main-tab li label {
  cursor: pointer;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .main-tab li label {
    width: 144px;
  }
}
.main-tab li.current {
  color: #0176D3;
  background: #fff;
}
.contents {
  width: 606px;
  margin: -30px auto 0 auto;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .contents {
    width: auto;
    margin: 0 16px;
  }
}
input[name="content"] {
  opacity: 0;
  position: absolute;
  left: -100%;
}
.content {
  display: none;
}
input[name="content"]:checked + .content {
  display: block;
}
.q-block {
  padding: 24px 28px;
  border-radius: 12px;
  box-shadow: 0 12px 20px rgba(0,0,0,0.1);
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .q-block {
    padding: 20px 16px;
  }
}
.q-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  background: #AAAAAA;
  font-family: SalesforceSans, sans-serif;
  border-radius: 20px;
}
.q-block-head {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #AAAAAA;
}
@media screen and (max-width: 767px) {
  .q-block-head {
    font-size: 15px;
    line-height: 24px;
  }
}
.q-block-head span {
  margin: 0 12px 0 0;
}
[data-c1-q="1"] [data-q="1"] .q-icon,
[data-c1-q="2"] [data-q="1"] .q-icon,
[data-c1-q="3"] [data-q="1"] .q-icon,
[data-c1-q="2"] [data-q="2"] .q-icon,
[data-c1-q="3"] [data-q="2"] .q-icon,
[data-c1-q="3"] [data-q="3"] .q-icon,
[data-c2-q="1"] [data-q="1"] .q-icon,
[data-c2-q="2"] [data-q="1"] .q-icon,
[data-c2-q="3"] [data-q="1"] .q-icon,
[data-c2-q="2"] [data-q="2"] .q-icon {
  background: #008DD5;
}
[data-c1-q="1"] [data-q="1"] .q-block-head,
[data-c1-q="2"] [data-q="1"] .q-block-head,
[data-c1-q="3"] [data-q="1"] .q-block-head,
[data-c1-q="2"] [data-q="2"] .q-block-head,
[data-c1-q="3"] [data-q="2"] .q-block-head,
[data-c1-q="3"] [data-q="3"] .q-block-head,
[data-c2-q="1"] [data-q="1"] .q-block-head,
[data-c2-q="2"] [data-q="1"] .q-block-head,
[data-c2-q="2"] [data-q="2"] .q-block-head {
  color: #032D60;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  [data-c1-q="1"] [data-q="1"] .q-block-head,
  [data-c1-q="2"] [data-q="1"] .q-block-head,
  [data-c1-q="3"] [data-q="1"] .q-block-head,
  [data-c1-q="2"] [data-q="2"] .q-block-head,
  [data-c1-q="3"] [data-q="2"] .q-block-head,
  [data-c1-q="3"] [data-q="3"] .q-block-head,
  [data-c2-q="1"] [data-q="1"] .q-block-head,
  [data-c2-q="2"] [data-q="1"] .q-block-head,
  [data-c2-q="2"] [data-q="2"] .q-block-head {
    margin: 0 0 18px 0;
  }
}
[data-c1-q="1"] [data-q="1"] .q-block-choices,
[data-c1-q="2"] [data-q="1"] .q-block-choices,
[data-c1-q="3"] [data-q="1"] .q-block-choices,
[data-c1-q="2"] [data-q="2"] .q-block-choices,
[data-c1-q="3"] [data-q="2"] .q-block-choices,
[data-c1-q="3"] [data-q="3"] .q-block-choices,
[data-c2-q="1"] [data-q="1"] .q-block-choices,
[data-c2-q="2"] [data-q="1"] .q-block-choices,
[data-c2-q="2"] [data-q="2"] .q-block-choices {
  display: flex;
}
.q-block-choices {
  margin: -8px 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .q-block-choices {
    margin: -6px 0;
    padding: 0 0 4px 0;
    flex-flow: column;
  }
}
.q-block-choices li {
  width: 267px;
  min-height: 48px;
  margin: 8px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .q-block-choices li {
    width: 100%;
    margin: 6px 0;
  }
}
.q-block-choices li input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.q-block-choices li label {
  min-height: 48px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #EAF5FE;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  padding: 5px 30px 5px 40px;
}
@media screen and (max-width: 767px) {
  .q-block-choices li label {
    padding: 5px 40px;
  }
}
.q-block-choices._3 li label {
  justify-content: flex-start;
  padding: 5px 10px 5px 40px;
}
@media screen and (max-width: 767px) {
  .q-block-choices._3 li label {
    padding: 5px 40px;
  }
}
.q-block-choices li label:hover {
  color: #0176D3;
  border: 2px solid #0176D3;
}
.q-block-choices li label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #EAF5FE;
  border-radius: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.q-block-choices li input:checked + label::before {
  width: 12px;
  height: 12px;
  border: 4px solid #0176D3;
}
.q-block-choices li input:checked + label {
  color: #0176D3;
  border: 2px solid #0176D3;
}
.q-block-choices li label img {
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
}
.q-next-button {
  width: 240px;
  height: 48px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  background: #0176D3;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  border: none;
  cursor: pointer;
  display: none;
}
.q-next-button:disabled,
.q-next-button:disabled:hover {
  opacity: .5;
}
.q-next-button:hover {
  opacity: 0.8;
}
[data-c1-q="1"] [name="c1-q1-button"],
[data-c1-q="2"] [name="c1-q2-button"],
[data-c2-q="1"] [name="c2-q1-button"],
[data-c2-q="2"] [name="c2-q2-button"] {
  display: flex;
}
[data-c1-q="2"] [name="c1-q1-button"],
[data-c1-q="3"] [name="c1-q2-button"],
[data-c2-q="2"] [name="c2-q1-button"],
[data-c2-q="3"] [name="c2-q2-button"] {
  display: none;
}
.q-result-head {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #032D60;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 767px) {
  .q-result-head {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 28px 0;
  }
}
.q-result-text-1 {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #032D60;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .q-result-text-1 {
    text-align: center;
  }
}
.q-result-text-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #032D60;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .q-result-text-2 {
    text-align: center;
  }
}
.q-result-text-3 {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.q-result {
  display: none;
  margin: 104px 0 40px 0;
  position: relative;
  padding: 40px 28px 4px 28px;
  border-radius: 12px;
  box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
  .q-result {
    margin: 99px 0 32px 0;
    padding: 32px 16px 1px 16px;
  }
}
.q-result-arrow {
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .q-result-arrow {
    top: -59px;
  }
}
.q-result-block {
  margin: 0 0 36px 0;
}
.q-result-contents {
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .q-result-contents {
    flex-flow: column;
    flex-direction: column-reverse;
    margin: 0 0 20px 0;
  }
}
.q-result-content {
  width: 267px;
}
@media screen and (max-width: 767px) {
  .q-result-content {
    width: auto;
  }
}
.q-result-image {
  width: 267px;
}
@media screen and (max-width: 767px) {
  .q-result-image {
    margin: 0 auto 20px auto;
  }
}
.q-result-button {
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  background: #0176D3;
  margin: 0 auto;
  border-radius: 4px;
}
.q-result-button:hover {
  opacity: 0.8;
}
.reset_button {
  width: 240px;
  height: 48px;
  border: 2px solid #0176D3;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #0176D3;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 auto;
  background: #fff;
  display: none;
  cursor: pointer;
}
.reset_button:hover {
  opacity: 0.8;
}
.reset_button.show {
  display: flex;
}
.special_referrer {
  background: #ECF5FD;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .special_referrer {
    padding: 24px 0 0 0;
  }
}
.special_referrer-inner {
  width: 606px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .special_referrer-inner {
    width: auto;
    margin: 0 20px;
  }
}
.special_referrer-head {
  color: #032D60;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .special_referrer-head {
    font-size: 16px;
    text-align: center;
  }
}
.special_referrer-link {
  display: flex;
  width: 240px;
  height: 53px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 12px 0;
  border-radius: 4px;
  background: #0B5CAB;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .special_referrer-link {
    margin: 0 auto 12px auto;
  }
}
.special_referrer-link span {
  font-size: 12px;
}
.special_referrer-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #032D60;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .special_referrer-text {
    text-align: center;
    padding: 0;
  }
}
.special_referrer-text a {
  color: #0B5CAB;
  text-decoration: underline;
}
.special_referrer-sub-text {
  color:  #032D60;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .special_referrer-sub-text {
    text-align: center;
  }
}
.special_referrer-image {
  max-width: 358px;
  margin: 0 0 0 14px;
}
@media screen and (max-width: 767px) {
  .special_referrer-image {
    display: block;
    margin: 14px 0px 0 0px;
    max-width: 100%;
  }
}
.special_referrer-blocks {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .special_referrer-blocks {
    display: block;
  }
}
