@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

/***************
common
***************/
html {
  font-size: 62.5%;
}

body {
  color: #595656;
  -webkit-print-color-adjust: exact;
  font-size: 1.5rem;
  line-height: 3rem;
  font-family: "游ゴシック","Yu Gothic",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
body a {
  transition: opacity .3s ease;
  text-decoration: none;
  color: #595656;
}
body a:hover {
  text-decoration: underline;
}
body img {
  transition: 0.3s;
  display: block;
  max-width: 100%;
  width: auto;
}

/***************
pc
***************/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 8rem;
  background: #fff9ed;
  padding: 0 3rem;
}
header img {
  max-width: 214px;
}
header a {
  display: block;
  font-size: 1.2rem;
  line-height: 2.5rem;
  width: 100%;
  padding: 0.4rem 2.1rem 0;
  border: solid 1px #595656;
  border-radius: 0.5rem;
}
header a:hover {
  text-decoration: none;
}

main .checkBlock__topMv {
  position: relative;
  background: url(../img/mv.jpg) no-repeat center center;
  width: 100%;
  height: 42.1rem;
}
main .checkBlock__topMv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  z-index: -1;
}
main .checkBlock__topMv::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #eeeeee;
  z-index: -1;
}
main .checkBlock__topMvTitle {
  position: absolute;
  top: 16rem;
  left: 50%;
  margin: 0 0 0 -38.2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 3.9rem;
}
main .checkBlock__topMvTitle span {
  display: inline-block;
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #7dbce8;
  margin: 0 0 1.4rem 0;
  padding: 0 0 0.8rem 0;
}
main .checkBlock__topMvTitle span::before {
  content: '';
  position: absolute;
  top: -2.8rem;
  left: -2.5rem;
  width: 3.9rem;
  height: 2.9rem;
  background: url(../img/mv_icon.png) no-repeat center center;
}
main .checkBlock__topMvTitle span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../img/mv_boder.png) no-repeat center center;
}
main .checkBlock__topText {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.6rem;
  margin: 0 0 2.6rem 0;
  padding: 5rem 0 0 0;
}
main .checkBlock__topBtn {
  display: block;
  max-width: 460px;
  width: 100%;
  margin: 0 auto 6rem;
  background: #7dbce8 url(../img/btn_icon.png) no-repeat center right 3rem;
  border-radius: 0.5rem;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #FFF;
  padding: 3.3rem 0;
  font-family: 'Quicksand', sans-serif;
  transition: all 0.3s ease 0s;
}
main .checkBlock__topBtn:hover {
  text-decoration: none;
  transform: translateY(-0.1875em);
}
main .checkBlock__topLineup {
  background: #fff8ed;
  padding: 8rem 0 7rem 0;
}
main .checkBlock__topLineup .title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3.1rem 0;
}
main .checkBlock__topLineup .title span {
  background: url(../img/lineup_icon.png) no-repeat left center;
  padding: 0 0 0 4.8rem;
  letter-spacing: 0.2rem;
}
main .checkBlock__topLineup .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 91rem;
  margin: 0 auto;
  padding: 0 5rem;
}
main .checkBlock__topLineup .box a {
  position: relative;
  width: 22rem;
  margin: 0 2.5rem 1rem 2.5rem;
  min-height: 26.1rem;
  color: #595656;
  transition: all 0.3s ease 0s;
}
main .checkBlock__topLineup .box a.lineup01 {
  background: url(../img/lineup_img01.png) no-repeat bottom center;
  background-size: contain;
}
main .checkBlock__topLineup .box a.lineup02 {
  background: url(../img/lineup_img02.png) no-repeat bottom center;
  background-size: contain;
}
main .checkBlock__topLineup .box a.lineup03 {
  background: url(../img/lineup_img03.png) no-repeat bottom center;
  background-size: contain;
}
main .checkBlock__topLineup .box a.lineup04 {
  background: url(../img/lineup_img04.png) no-repeat bottom center;
  background-size: contain;
}
main .checkBlock__topLineup .box a.lineup05 {
  background: url(../img/lineup_img05.png) no-repeat bottom center;
  background-size: contain;
  color: #595656;
}
main .checkBlock__topLineup .box a.lineup06 {
  background: url(../img/lineup_img06.png) no-repeat bottom center;
  background-size: contain;
  color: #595656;
}
main .checkBlock__topLineup .box a:hover {
  transform: translateY(-0.1875em);
}
main .checkBlock__topLineup .box a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 7.3rem;
  line-height: 1.8rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
main .checkBlock__topLineup .box a .text span {
  display: block;
  margin: -1.7rem 0 0 0;
  font-size: 1.4rem;
}
main .checkBlock__questions {
  display: none;
  padding: 10rem 0 7.4rem 0;
}
main .checkBlock__questions dl {
  display: none;
  max-width: 860px;
  padding: 0 50px;
  margin: 0 auto;
}
main .checkBlock__questions dl.check-q1 {
  display: block;
}
main .checkBlock__questions dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.3rem 0 0 4.6rem;
  letter-spacing: 0.2rem;
  background: url(../img/questions_icon.png) no-repeat left top;
  margin: 0 0 3.5rem 0;
}
main .checkBlock__questions dl dd ul {
  margin: 0 0 3.2rem 0;
}
main .checkBlock__questions dl dd ul li {
  border: solid 2px #dfdfdf;
  border-radius: 0.6rem;
  padding: 2.4rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #595656;
  background: #FFF url(../img/questions_bk.png) no-repeat center right 3rem;
  transition: all .3s;
  cursor: pointer;
  margin: 0 0 1.8rem 0;
}
main .checkBlock__questions dl dd ul li:hover {
  border: solid 2px #7dbce8;
  color: #FFF;
  background: #7dbce8 url(../img/questions_bk.png) no-repeat center right 3rem;
}
main .checkBlock__questions dl dd .back {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 0 2.8rem;
  background: url(../img/questions_back.png) no-repeat center left;
}
main .checkBlock__results {
  display: none;
}
main .checkBlock__results .answer_block {
  display: none;
  padding: 10rem 0 0;
}
main .checkBlock__results .answer_block p {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #7dbce8;
  letter-spacing: 0.2rem;
}
main .checkBlock__results .answer_block p span {
  display: inline-block;
  padding: 0 0 0.5rem 0;
  border-bottom: dotted 0.4rem #7dbce8;
}
main .checkBlock__results .answer_block dl {
  margin: 3.9rem 0 2.1rem 0;
  text-align: center;
}
main .checkBlock__results .answer_block dl dt {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 4rem 0;
}
main .checkBlock__results .answer_block dl dd {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
main .checkBlock__results .answer_block dl dd img {
  margin: 0 auto 3.8rem;
}
main .checkBlock__results .answer_block ul {
  display: flex;
  justify-content: center;
  margin: 0 0 8.1rem 0;
}
main .checkBlock__results .answer_block ul li {
  margin: 0 2rem;
}
main .checkBlock__results .answer_block ul li a {
  transition: all 0.3s ease 0s;
  position: relative;
  display: block;
  width: 265px;
  text-align: center;
  padding: 1.1rem 0;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
main .checkBlock__results .answer_block ul li a:hover {
  text-decoration: none;
  transform: translateY(-0.1875em);
}
main .checkBlock__results .answer_block ul li a.more {
  color: #595656;
}
main .checkBlock__results .answer_block ul li a.more i {
  background-color: #595656;
}
main .checkBlock__results .answer_block ul li a.more i::before {
  background-color: #595656;
}
main .checkBlock__results .answer_block ul li a.more i::after {
  background-color: #595656;
}
main .checkBlock__results .answer_block ul li a.trial {
  border: solid 0.2rem #dfdfdf;
}
main .checkBlock__results .answer_block ul li a.trial i {
  background-color: #595656;
}
main .checkBlock__results .answer_block ul li a.trial i::before {
  background-color: #595656;
}
main .checkBlock__results .answer_block ul li a.trial i::after {
  background-color: #595656;
}
main .checkBlock__results .answer_block ul li a i {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.7rem;
  margin: auto;
  width: 1.8rem;
  height: 0.2rem;
  border-radius: 5px;
}
main .checkBlock__results .answer_block ul li a i::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: -0.2rem;
  display: block;
  width: 1rem;
  height: 0.2rem;
  border-radius: 5px;
  transform: rotate(-45deg);
}
main .checkBlock__results .answer_block ul li a i::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: -0.2rem;
  display: block;
  width: 1rem;
  height: 0.2rem;
  border-radius: 5px;
  background-color: #FFF;
  transform: rotate(45deg);
}
main .checkBlock__results .answer_block .bottomBox {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 9.5rem;
  padding: 5.1rem 6.1rem;
  display: flex;
  align-items: end;
}
main .checkBlock__results .answer_block .bottomBox .flex {
  padding: 0 0 0 5rem;
}
main .checkBlock__results .answer_block .bottomBox .flex dl {
  display: flex;
  flex-direction: column-reverse;
  margin: -1.5rem 0 0 0;
}
main .checkBlock__results .answer_block .bottomBox .flex dl dt {
  font-size: 2.5rem;
  text-align: left;
  margin: 0 0 2.5rem 0;
}
main .checkBlock__results .answer_block .bottomBox .flex dl dd {
  text-align: left;
  font-size: 1.8rem;
  line-height: 4rem;
  margin: 0 0 3.8rem 0;
}
main .checkBlock__results .answer_block .bottomBox .flex dl dd span {
  display: inline;
  padding: 0 0 0.5rem 0;
  border-bottom: dotted 0.4rem #7dbce8;
  font-weight: bold;
  color: #7dbce8;
  letter-spacing: 0;
}
main .checkBlock__results .answer_block .bottomBox .flex ul {
  justify-content: end;
  margin: 0;
}
main .checkBlock__results .answer_block .bottomBox .flex ul li {
  margin: 0;
}
main .checkBlock__results .answer_block .again {
  width: 346px;
  background: #7dbce8;
  border: solid 0.2rem #7dbce8;
  margin: 0 auto 8rem;
  transition: all 0.3s ease 0s;
  position: relative;
  color: #FFF;
  display: block;
  text-align: center;
  padding: 1.1rem 0;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
main .checkBlock__results .answer_block .again:hover {
  text-decoration: none;
  transform: translateY(-0.1875em);
}
main .checkBlock__results .answer_block .again i {
  background-color: #FFF;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.7rem;
  margin: auto;
  width: 1.8rem;
  height: 0.2rem;
  border-radius: 5px;
}
main .checkBlock__results .answer_block .again i::before {
  background-color: #FFF;
  content: "";
  position: absolute;
  top: 0.3rem;
  right: -0.2rem;
  display: block;
  width: 1rem;
  height: 0.2rem;
  border-radius: 5px;
  transform: rotate(-45deg);
}
main .checkBlock__results .answer_block .again i::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: -0.2rem;
  display: block;
  width: 1rem;
  height: 0.2rem;
  border-radius: 5px;
  background-color: #FFF;
  transform: rotate(45deg);
}
main .checkBlock__results .answer-a1 {
  background: #fdf1f3;
  background: linear-gradient(180deg, #fdf1f3 0%, white 440px);
}
main .checkBlock__results .answer-a1 ul li a.more {
  background: #fadde2;
  border: solid 0.2rem #fadde2;
  color: #595656;
}
main .checkBlock__results .answer-a1 ul li a.more i {
  background-color: #595656;
}
main .checkBlock__results .answer-a1 ul li a.more i::before {
  background-color: #595656;
}
main .checkBlock__results .answer-a1 ul li a.more i::after {
  background-color: #595656;
}
main .checkBlock__results .answer-a2 {
  background: #f0f7fa;
  background: linear-gradient(180deg, #f0f7fa 0%, white 440px);
}
main .checkBlock__results .answer-a2 ul li a.more {
  background: #daecf3;
  border: solid 0.2rem #daecf3;
  color: #595656;
}
main .checkBlock__results .answer-a2 ul li a.more i {
  background-color: #595656;
}
main .checkBlock__results .answer-a2 ul li a.more i::before {
  background-color: #595656;
}
main .checkBlock__results .answer-a2 ul li a.more i::after {
  background-color: #595656;
}
main .checkBlock__results .answer-a3 {
  background: #fef4e2;
  background: linear-gradient(180deg, #fef4e2 0%, white 440px);
}
main .checkBlock__results .answer-a3 .more {
  background: #fcda9f;
  border: solid 0.2rem #fcda9f;
}
main .checkBlock__results .answer-a4 {
  background: #fbe4e0;
  background: linear-gradient(180deg, #fbe4e0 0%, white 440px);
}
main .checkBlock__results .answer-a4 .more {
  background: #f6c3b3;
  border: solid 0.2rem #f6c3b3;
}
main .checkBlock__results .answer-a5 {
  background: #d7efee;
  background: linear-gradient(180deg, #d7efee 0%, white 440px);
}
main .checkBlock__results .answer-a5 .more {
  background: #a5dddd;
  border: solid 0.2rem #a5dddd;
}
main .checkBlock__results .answer-a6 {
  background: #d7eed2;
  background: linear-gradient(180deg, #d7eed2 0%, white 440px);
}
main .checkBlock__results .answer-a6 .more {
  background: #b2dea9;
  border: solid 0.2rem #b2dea9;
}
main .checkBlock__results .answer-a7 {
  background: #fef4e2;
  background: linear-gradient(180deg, #fef4e2 0%, white 440px);
}
main .checkBlock__results .answer-a7 .more {
  background: #fcda9f;
  border: solid 0.2rem #fcda9f;
}
main .checkBlock__results .answer-a7 .bottomBox {
  border: solid 4px #f6c3b3;
}
main .checkBlock__results .answer-a7 .bottomBox .more {
  background: #f6c3b3;
  border: solid 0.2rem #f6c3b3;
}
main .checkBlock__results .answer-a8 {
  background: #d7efee;
  background: linear-gradient(180deg, #d7efee 0%, white 440px);
}
main .checkBlock__results .answer-a8 .more {
  background: #a5dddd;
  border: solid 0.2rem #a5dddd;
}
main .checkBlock__results .answer-a8 .bottomBox {
  border: solid 4px #fcda9f;
}
main .checkBlock__results .answer-a8 .bottomBox .more {
  background: #fcda9f;
  border: solid 0.2rem #fcda9f;
}
main .checkBlock__results .answer-a9 {
  background: #fbe4e0;
  background: linear-gradient(180deg, #fbe4e0 0%, white 440px);
}
main .checkBlock__results .answer-a9 .more {
  background: #f6c3b3;
  border: solid 0.2rem #f6c3b3;
}
main .checkBlock__results .answer-a9 .bottomBox {
  border: solid 4px #fcda9f;
}
main .checkBlock__results .answer-a9 .bottomBox .more {
  background: #fcda9f;
  border: solid 0.2rem #fcda9f;
}

footer {
  background: #f0f0f0;
  padding: 8rem 0 0 0;
}
footer .footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5.2rem 0;
}
footer .footer__sns dt {
  font-family: 'Quicksand', sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin: 0 4rem 0 0;
}
footer .footer__sns dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer__sns dd a {
  display: block;
  max-width: 46px;
  width: 100%;
  margin: 0 3rem 0 0;
  transition: all 0.3s ease 0s;
}
footer .footer__sns dd a:last-child {
  margin: 0;
}
footer .footer__sns dd a:hover {
  transform: translateY(-0.1875em);
}
footer .footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 0 auto;
}
footer .footer__link li {
  margin: 0 1.55rem 1.3rem 1.55rem;
  letter-spacing: -0.1rem;
}
footer .footer__copy {
  display: block;
  background: #FFF;
  margin: 5.8rem 0 0 0;
  text-align: center;
  padding: 2rem 0;
}

.onlyPC {
  display: block !important;
}

.onlySP {
  display: none;
}

/***************
sp
***************/
@media screen and (max-width: 48em) {
  html {
    font-size: 62.5%;
  }

  body img {
    width: 100%;
    height: auto;
  }

  .onlyPC {
    display: none;
  }

  .onlySP {
    display: block !important;
  }
}
@media screen and (max-width: 48em) {
  header {
    padding: 0 5vw;
    min-height: 11vw;
  }
  header h1 {
    max-width: 34.4vw;
  }
  header a {
    font-size: 2vw;
    line-height: 4vw;
    padding: 0.2vw 3vw;
    border-radius: 1vw;
  }

  main .checkBlock__topMv {
    background: url(../img/mv_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 78.3vw;
  }
  main .checkBlock__topMvTitle {
    top: 10.5vw;
    left: 10.5vw;
    margin: 0;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    line-height: 7.5vw;
  }
  main .checkBlock__topMvTitle span {
    font-size: 6vw;
    letter-spacing: 0.5vw;
    margin: 0;
    padding: 0 0 1vw 0;
  }
  main .checkBlock__topMvTitle span::before {
    top: -4vw;
    left: -3vw;
    width: 5vw;
    height: 5vw;
    background: url(../img/mv_icon.png) no-repeat center center;
    background-size: contain;
  }
  main .checkBlock__topMvTitle span::after {
    height: 1vw;
    background: url(../img/mv_boder.png) no-repeat center center;
    background-size: contain;
  }
  main .checkBlock__topText {
    font-size: 3.4vw;
    line-height: 7vw;
    margin: 0 0 6vw 0;
    padding: 7vw 0 0 0;
  }
  main .checkBlock__topBtn {
    width: 79vw;
    border-radius: 2vw;
    font-size: 5vw;
    letter-spacing: 1vw;
    padding: 3.5vw 0;
    background: #7dbce8 url(../img/btn_icon.png) no-repeat center right 3vw;
    background-size: 4vw;
    margin: 0 auto 14vw;
  }
  main .checkBlock__topLineup {
    padding: 9vw 0 13vw 0;
  }
  main .checkBlock__topLineup .title {
    font-size: 4.3vw;
    margin: 0 0 -0.5vw 0;
  }
  main .checkBlock__topLineup .title span {
    background: url(../img/lineup_icon.png) no-repeat left center;
    background-size: 4vw;
    padding: 0 0 0 9vw;
    letter-spacing: 0.5vw;
  }
  main .checkBlock__topLineup .box {
    padding: 0 7vw;
    justify-content: space-between;
  }
  main .checkBlock__topLineup .box a {
    width: 40vw;
    min-height: 49vw;
    margin: 0;
  }
  main .checkBlock__topLineup .box a .text {
    min-height: 15vw;
    font-size: 2vw;
    line-height: 3vw;
  }
  main .checkBlock__topLineup .box a .text span {
    margin: 0;
    font-size: 3vw;
  }
  main .checkBlock__questions {
    padding: 14vw 10vw;
  }
  main .checkBlock__questions dl {
    padding: 0;
  }
  main .checkBlock__questions dl dt {
    font-size: 4vw;
    padding: 0 0 0 8vw;
    letter-spacing: 0.4vw;
    background: url(../img/questions_icon.png) no-repeat left top;
    background-size: 5.5vw;
    line-height: 6.4vw;
    margin: 0 0 6.5vw 0;
  }
  main .checkBlock__questions dl dd ul {
    margin: 0 0 6.5vw 0;
  }
  main .checkBlock__questions dl dd ul li {
    border: solid 1px #dfdfdf;
    border-radius: 1.2vw;
    padding: 3.8vw 0;
    font-size: 3.5vw;
    line-height: 6.2vw;
    margin: 0 0 5.7vw 0;
  }
  main .checkBlock__questions dl dd .back {
    font-size: 3.2vw;
    padding: 0 0 0 7vw;
    background-size: 4vw;
  }
  main .checkBlock__results .answer_block {
    padding: 10vw 0 0;
  }
  main .checkBlock__results .answer_block p {
    font-size: 4.8vw;
    letter-spacing: 0.4vw;
    line-height: 11vw;
  }
  main .checkBlock__results .answer_block p span {
    display: inline;
    padding: 0 0 1vw 0;
    border-bottom: dotted 3px #7dbce8;
  }
  main .checkBlock__results .answer_block dl {
    margin: 4vw 0 6vw;
  }
  main .checkBlock__results .answer_block dl dt {
    font-size: 4.5vw;
    margin: 0 0 6vw 0;
  }
  main .checkBlock__results .answer_block dl dd {
    font-size: 4vw;
    line-height: 6.5vw;
  }
  main .checkBlock__results .answer_block dl dd img {
    width: 65vw;
    margin: 0 auto 4.5vw;
  }
  main .checkBlock__results .answer_block ul {
    flex-direction: column;
    align-items: center;
    margin: 0 0 6vw 0;
  }
  main .checkBlock__results .answer_block ul li {
    margin: 0 0 5vw 0;
    width: 65vw;
  }
  main .checkBlock__results .answer_block ul li a {
    width: 100%;
    font-size: 3.5vw;
    padding: 3vw 0;
  }
  main .checkBlock__results .answer_block ul li a i {
    right: 3.1vw;
    width: 5vw;
    height: 0.5vw;
  }
  main .checkBlock__results .answer_block ul li a i::before {
    width: 2vw;
    height: 0.5vw;
    top: 0.6vw;
    right: -0.1vw;
  }
  main .checkBlock__results .answer_block ul li a i::after {
    width: 2vw;
    height: 0.5vw;
    bottom: 0.7vw;
    right: -0.1vw;
  }
  main .checkBlock__results .answer_block .bottomBox {
    position: relative;
    max-width: 79vw;
    align-items: center;
    flex-direction: column-reverse;
    padding: 10vw 6vw 28vw 6vw;
  }
  main .checkBlock__results .answer_block .bottomBox img {
    width: 38vw;
    margin: auto;
  }
  main .checkBlock__results .answer_block .bottomBox .flex {
    padding: 0;
  }
  main .checkBlock__results .answer_block .bottomBox .flex dl dt {
    font-size: 3.8vw;
    text-align: center;
    margin: 0 0 3vw 0;
  }
  main .checkBlock__results .answer_block .bottomBox .flex dl dd {
    font-size: 3.5vw;
    line-height: 6vw;
    text-align: center;
    margin: 0 0 3vw 0;
  }
  main .checkBlock__results .answer_block .bottomBox .flex dl dd span {
    padding: 0;
    border-bottom: dotted 0.2rem #7dbce8;
  }
  main .checkBlock__results .answer_block .bottomBox .flex dl dd br {
    display: none;
  }
  main .checkBlock__results .answer_block .bottomBox .flex ul {
    position: absolute;
    bottom: 8vw;
    left: 0;
    width: 100%;
  }
  main .checkBlock__results .answer_block .bottomBox .flex ul li {
    width: 80%;
  }
  main .checkBlock__results .answer_block .again {
    width: 65vw;
    font-size: 3.5vw;
    padding: 3vw 0;
    margin: 0 auto 13vw;
  }
  main .checkBlock__results .answer_block .again i {
    right: 3.1vw;
    width: 5vw;
    height: 0.5vw;
  }
  main .checkBlock__results .answer_block .again i::before {
    width: 2vw;
    height: 0.5vw;
    top: 0.6vw;
    right: -0.1vw;
  }
  main .checkBlock__results .answer_block .again i::after {
    width: 2vw;
    height: 0.5vw;
    bottom: 0.7vw;
    right: -0.1vw;
  }

  footer {
    padding: 11.3vw 0 0 0;
  }
  footer .footer__sns {
    margin: 0 0 8vw 0;
  }
  footer .footer__sns dt {
    font-size: 5vw;
    letter-spacing: 1vw;
    margin: 0 6vw 0 0;
  }
  footer .footer__sns dd a {
    max-width: 8.5vw;
    margin: 0 6vw 0 0;
  }
  footer .footer__link {
    flex-wrap: wrap;
  }
  footer .footer__link li {
    margin: 0 2vw 4.5vw 2vw;
    font-size: 3.4vw;
    letter-spacing: 0;
  }
  footer .footer__copy {
    margin: 8vw 0 0 0;
    padding: 2vw 0;
    font-size: 3.3vw;
  }
}
