@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #1B1B1B;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #1B1B1B;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #1B1B1B;
  font-family: "Hiragino Sans", "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
  background: #fff8e2;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@font-face {
  font-family: 'LINE Seed JP_OTF';
  src: url("../fonts/LINESeedJP_OTF_Bd.otf");
}

@media screen and (min-width: 769px), print {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding-left: 27.75px;
    padding-right: 27.75px;
  }
  .inner {
    padding-left: 27.75px;
    padding-right: 27.75px;
  }
  body p {
    font-size: 29.6px;
    line-height: 1.7;
  }
  .footer {
    
  }
  .footer p {
    font-weight: 400;
    /*font-size: 20.35px;*/
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 29.6px;
    background-color: #FF8E0E;
    text-align: center;
  }
  .about {
    text-align: center;
    margin: 29.6px 0;
    font-weight: 300;
    /*font-size: 22.2px;*/
    font-size: 16px;
    line-height: 120%;
    color: #1B1B1B;
  }
  .p_company .company {
    padding: 103.6px 0;
  }
  .p_company .company h2 {
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #F25720;
    margin-bottom: 74px;
  }
  .p_company .company dl dt {
    background: #F5F5F5;
    -moz-border-radius: 3.7px;
         border-radius: 3.7px;
    padding: 8px 29.6px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #1B1B1B;
  }
  .p_company .company dl dd {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #1B1B1B;
    padding: 14.8px 29.6px;
  }
  .p_top .check {
    padding: 44.4px 0 59.2px;
  }
  .p_top .check .text {
    font-weight: 300;
    /*font-size: 29.6px;*/
    font-size: 16px;
    line-height: 170%;
    color: #1B1B1B;
    margin-bottom: 29.6px;
  }
  .p_top .check .text.mg {
    margin: 29.6px 0;
  }
  .p_top .check .text span {
    font-weight: bold;
    color: #FF3127;
  }
  .p_top .check .text span.line {
    background: -webkit-linear-gradient(bottom, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
    background: linear-gradient(to top, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
  }
  .p_top .check h2 {
    text-align: center;
    margin-bottom: 44.4px;
    line-height: 0;
  }
  .p_top .check h2 img {
    display: inline-block;
    width: 621.6px;
  }
  .p_top .check h2.st2 img {
    width: 362.6px;
  }
  .p_top .check .check_ranking ul {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    display: -ms-grid;
    display: grid;
    gap: 7.4px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .check .check_ranking ul + p {
    margin-top: 22.2px;
    font-weight: 300;
    font-size: 18.5px;
    line-height: 120%;
    color: #1B1B1B;
  }
  .p_top .check .check_ranking ul li {
    text-align: center;
    padding: 29.6px 0;
    line-height: 0;
  }
  .p_top .check .check_ranking ul li.bg {
    background-color: #FFFFF5;
  }
  .p_top .check .check_ranking ul li .check_no {
    text-align: center;
    margin-bottom: 29.6px;
  }
  .p_top .check .check_ranking ul li .check_no img {
    display: inline-block;
    width: 129.5px;
  }
  .p_top .check .check_ranking ul li .check_img {
    text-align: center;
    margin-bottom: 29.6px;
  }
  .p_top .check .check_ranking ul li .check_img img {
    display: inline-block;
    width: 212.75px;
  }
  .p_top .check .check_ranking ul li h3 {
    font-weight: 700;
    font-size: 25.9px;
    line-height: 1;
    color: #1B1B1B;
    margin-bottom: 22.2px;
  }
  .p_top .check .check_ranking ul li h4 {
    font-weight: 500;
    /*font-size: 25.9px;*/
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 29.6px;
  }
  .p_top .check .check_ranking ul li h4.st2 {
    color: #FF3127;
  }
  .p_top .check .check_ranking ul li .check_btn {
    display: inline-block;
    line-height: 0;
    width: 207.2px;
    margin-top: 29.6px;
  }
  .p_top .check .check_ranking ul li dl:not(:last-of-type) {
    /*margin-bottom: 29.6px;*/
    margin-bottom: 10px;
  }
  
  .p_top .check .check_ranking ul li dl dt {
    padding: 5.55px 14.8px 7.4px;
    background: #F5F5F5;
    -moz-border-radius: 3.7px;
         border-radius: 3.7px;
    font-weight: 600;
    font-size: 20.35px;
    line-height: 100%;
    color: #1B1B1B;
    margin-bottom: 29.6px;
  }
  .p_top .check .check_ranking ul li dl dd p {
    font-weight: 400;
    /*font-size: 22.2px;*/
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #1B1B1B;
  }
  .p_top .check .check_ranking ul li dl dd .fs20 {
    font-size: 20px;
  }
  .p_top .check .check_ranking ul li dl .circle {
    width: 64.75px;
    display: inline-block;
    margin-bottom: 9.25px;
  }
  .p_top .check .check_ranking ul li dl .circle + p {
    min-height: 53.65px;
  }
  .p_top .check .check_ranking ul li dl .circle + p.mh {
    min-height: 81.4px;
  }
  .p_top .check .check_ranking ul li dl .blk_star.mh {
    min-height: 125.8px;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_img img {
    width: 135.05px;
    display: inline-block;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_no {
    font-weight: 600;
    font-size: 24.05px;
    line-height: 100%;
    color: #FF3127;
    margin: 14.8px 0 0;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_no i {
    font-style: normal;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 44.4px;
    line-height: 100%;
    color: #FF3127;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_no + p {
    margin-top: 14.8px;
  }
  .p_top .check .check_ranking + .text {
    margin-top: 29.6px;
    margin-bottom: 0;
  }
  .p_top .bn a {
    display: block;
    width: 100%;
  }
  .p_top .sec02 {
    padding: 29.6px 0 14.8px;
    display: none;
  }
  .p_top .sec02 .row {
    margin-bottom: -44.4px;
  }
  .p_top .sec02 .tt_sub {
    text-align: center;
    margin: 29.6px 0;
    font-weight: 400;
    font-size: 25.9px;
    color: #1B1B1B;
  }
  .p_top .sec02 .tt_sub img {
    width: 27.75px;
    display: inline-block;
    margin: 0 3.7px;
    vertical-align: text-top;
  }
  .p_top .sec02 .text {
    font-weight: 300;
    font-size: 29.6px;
    line-height: 170%;
    color: #1B1B1B;
    margin-bottom: 44.4px;
  }
  .p_top .sec02 .text span {
    font-weight: bold;
    color: #FF3127;
  }
  .p_top .sec02 .text span.line {
    background: -webkit-linear-gradient(bottom, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
    background: linear-gradient(to top, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
  }
  .p_top .sec02 h4 {
    padding: 16.65px 25.9px;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 33.3px;
    color: #FFFFFF;
    background: #FF8E0E;
    -moz-border-radius: 7.4px;
         border-radius: 7.4px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 29.6px;
  }
  .p_top .sec02 h4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 7.4px);
    height: -moz-calc(100% - 7.4px);
    height: calc(100% - 7.4px);
    border: 2px solid #FF7401;
    -moz-border-radius: 3.7px;
         border-radius: 3.7px;
    z-index: -1;
  }
  .p_top .check2 {
    padding: 0px 0 29.6px;
  }
  .p_top .check2 h2 {
    text-align: center;
    margin-bottom: 44.4px;
  }
  .p_top .check2 h2 img {
    display: inline-block;
    width: 573.5px;
  }
  .p_top .check2 .check2_ctn dl {
    border: 2px solid #FF8E0E;
    -moz-border-radius: 7.4px;
         border-radius: 7.4px;
    background-color: #FFF8EC;
  }
  .p_top .check2 .check2_ctn dl + dl {
    margin-top: 27.75px;
  }
  .p_top .check2 .check2_ctn dl dt {
    background: #FF8E0E;
    padding: 25.9px 29.6px;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    color: #FFFFFF;
    position: relative;
  }
  .p_top .check2 .check2_ctn dl dt.is_active::after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .check2 .check2_ctn dl dt img {
    width: 218.3px;
    margin-right: 18.5px;
    vertical-align: bottom;
  }
  .p_top .check2 .check2_ctn dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18.5px;
    width: 59.2px;
    height: 59.2px;
    background: url(../img/PlusCircle.png) center/100% 100% no-repeat;
    display: block;
    margin-top: -29.6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .check2 .check2_ctn dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .check2 .check2_ctn dl dd .accCt {
    padding: 29.6px;
  }
  .p_top .check2 .check2_ctn dl dd .blk_text {
    padding: 29.6px 25.9px;
    background-color: #fff;
    margin-top: 29.6px;
    font-weight: 300;
    font-size: 29.6px;
    line-height: 170%;
    color: #1B1B1B;
  }
  .p_top .check2 .check2_ctn dl dd .blk_text span {
    font-weight: bold;
    background: -webkit-linear-gradient(bottom, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
    background: linear-gradient(to top, #FFFF99 11.1px, transparent 11.1px, transparent 100%);
  }
  .p_top .check_ex.check {
    padding-bottom: 29.6px;
  }
  .p_top .check_ex.check .blk {
    padding: 44.4px 29.6px;
    background: #FFFFFF;
    border: 2px solid #EDC101;
    -moz-border-radius: 14.8px;
         border-radius: 14.8px;
  }
  .p_top .check_ex.check .blk.st2 {
    border-color: #949495;
  }
  .p_top .check_ex.check .blk.st3 {
    border-color: #B6816C;
  }
  .p_top .check_ex.check .blk + .blk {
    margin-top: 74px;
  }
  .p_top .check_ex.check .blk h2 {
    position: relative;
    padding-bottom: 29.6px;
    margin-bottom: 29.6px;
    font-size: 0;
    line-height: 0;
  }
  .p_top .check_ex.check .blk h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.85px;
    background: -webkit-gradient(linear, left top, right top, from(#EDC101), to(#E5B804));
    background: -webkit-linear-gradient(left, #EDC101 0%, #E5B804 100%);
    background: -moz- oldlinear-gradient(left, #EDC101 0%, #E5B804 100%);
    background: linear-gradient(90deg, #EDC101 0%, #E5B804 100%);
    display: block;
  }
  .p_top .check_ex.check .blk .blk_btn {
    text-align: center;
    margin: 44.4px 0 29.6px;
  }
  .p_top .check_ex.check .blk .blk_btn:last-child {
    margin-bottom: 0;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt {
    font-weight: 600;
    font-size: 27.75px;
    color: #FF3127;
    text-align: center;
    margin-bottom: 14.8px;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt span {
    background: -webkit-linear-gradient(bottom, #FFFF99 14.8px, transparent 14.8px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 14.8px, transparent 14.8px, transparent 100%);
    background: linear-gradient(to top, #FFFF99 14.8px, transparent 14.8px, transparent 100%);
    position: relative;
    position: relative;
    padding: 0 27.75px;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14.8px;
    -webkit-transform: rotate(-20deg) translateY(-50%);
       -moz-transform: rotate(-20deg) translateY(-50%);
        -ms-transform: rotate(-20deg) translateY(-50%);
            transform: rotate(-20deg) translateY(-50%);
    width: 1.85px;
    height: 100%;
    background: #FF3127;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14.8px;
    -webkit-transform: rotate(20deg) translateY(-50%);
       -moz-transform: rotate(20deg) translateY(-50%);
        -ms-transform: rotate(20deg) translateY(-50%);
            transform: rotate(20deg) translateY(-50%);
    width: 1.85px;
    height: 100%;
    background: #FF3127;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_btn dl dd a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .p_top .check_ex.check .blk .blk_list {
    padding: 29.6px;
    background-color: #F5F5F5;
    margin-bottom: 29.6px;
    margin-top: 29.6px;
  }
  .p_top .check_ex.check .blk .blk_list ul li {
    padding-left: 18.5px;
    position: relative;
    font-weight: 300;
    /*font-size: 25.9px;*/
    font-size: 16px;
    line-height: 150%;
    color: #1B1B1B;
  }
  .p_top .check_ex.check .blk .blk_list ul li + li {
    margin-top: 14.8px;
  }
  .p_top .check_ex.check .blk .blk_list ul li::before {
    content: "";
    position: absolute;
    /*top: 14.8px;*/
    top: 6px;
    left: 0;
    width: 9.25px;
    height: 9.25px;
    background: #FF8E0E;
    -moz-border-radius: 18498.15px;
         border-radius: 18498.15px;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_check {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #FF8E0E;
    -moz-border-radius: 7.4px;
         border-radius: 7.4px;
    padding: 64.75px 29.6px 44.4px;
    margin: 66.6px 0 44.4px;
  }
  .p_top .check_ex.check .blk .blk_check dl dt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 11.1px 25.9px;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    /*font-size: 33.3px;*/
    font-size: 30px;
    color: #FFFFFF;
    background: #FF8E0E;
    -moz-border-radius: 7.4px;
         border-radius: 7.4px;
    margin-bottom: 29.6px;
    top: -37px;
  }
  .p_top .check_ex.check .blk .blk_check dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 7.4px);
    height: -moz-calc(100% - 7.4px);
    height: calc(100% - 7.4px);
    border: 2px solid #fff;
    -moz-border-radius: 3.7px;
         border-radius: 3.7px;
    z-index: -1;
  }
  .p_top .check_ex.check .blk .blk_check dl .list_check li {
    position: relative;
    padding-left: 57.35px;
    font-weight: 500;
    /*font-size: 29.6px;*/
    font-size: 18px;
    line-height: 150%;
    color: #1B1B1B;
  }
  .p_top .check_ex.check .blk .blk_check dl .list_check li + li {
    margin-top: 14.8px;
  }
  .p_top .check_ex.check .blk .blk_check dl .list_check li::before {
    content: "";
    position: absolute;
    /*top: 0;*/
    top: -8px;
    left: 0;
    width: 42.55px;
    height: 44.4px;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_talk .blk_talk_tt {
    background: #FF8E0E;
    -moz-border-radius: 7.4px;
         border-radius: 7.4px;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 29.6px;
    padding: 18.5px 33.3px;
    color: #FFFFFF;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 0;
    margin-bottom: 29.6px;
  }
  .p_top .check_ex.check .blk .blk_talk .blk_talk_tt small {
    font-size: 18.5px;
    font-weight: 500;
  }
  .p_top .check_ex.check .blk .blk_talk .blk_talk_tt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 7.4px);
    height: -moz-calc(100% - 7.4px);
    height: calc(100% - 7.4px);
    border: 2px solid #fff;
    -moz-border-radius: 3.7px;
         border-radius: 3.7px;
    z-index: -1;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .swiper-pagination {
    position: static;
    margin-top: 29.6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 14.8px;
    height: 14.8px;
    background: #ddd;
    margin: 0 7.4px;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 14.8px;
    height: 14.8px;
    background-color: #FF8E0E;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 ul li {
    background-color: #FFF8EC;
    -moz-border-radius: 7.4px;
         border-radius: 7.4px;
    padding: 29.6px 35px;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it p {
    font-weight: 300;
    /*font-size: 24.05px;*/
    font-size: 16px;
    line-height: 150%;
    color: #1B1B1B;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 29.6px;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head figure {
    width: 133.2px;
    height: 133.2px;
    -moz-border-radius: 18498.15px;
         border-radius: 18498.15px;
    overflow: hidden;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head figure img {
    -moz-border-radius: 18498.15px;
         border-radius: 18498.15px;
    overflow: hidden;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt {
    padding-left: 29.6px;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt span {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 0 14.8px;
    font-weight: 400;
    font-size: 24.05px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #1B1B1B;
    margin-bottom: 14.8px;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt span + p {
    line-height: 0;
    font-size: 0;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt span + p img {
    width: 177.6px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 185.50725vw;
    margin: 0 auto;
    background: #fff;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body p {
    font-size: 3.86473vw;
    line-height: 1.7;
  }
  .footer {
    
  }
  .footer p {
    font-weight: 400;
    font-size: 2.657vw;
    line-height: 120%;
    color: #FFFFFF;
    padding: 3.86473vw;
    background-color: #FF8E0E;
    text-align: center;
  }
  .about {
    text-align: center;
    margin: 3.86473vw 0;
    font-weight: 300;
    font-size: 2.89855vw;
    line-height: 120%;
    color: #1B1B1B;
  }
  .p_company .company {
    padding: 13.52657vw 0;
  }
  .p_company .company h2 {
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 6.76329vw;
    text-align: center;
    color: #F25720;
    margin-bottom: 9.66184vw;
  }
  .p_company .company dl dt {
    background: #F5F5F5;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    padding: 1.93237vw 3.86473vw;
    font-weight: 400;
    font-size: 3.62319vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #1B1B1B;
  }
  .p_company .company dl dd {
    font-weight: 400;
    font-size: 3.62319vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #1B1B1B;
    padding: 1.93237vw 3.86473vw;
  }
  .p_top .check {
    padding: 5.7971vw 0 7.72947vw;
  }
  .p_top .check .text {
    font-weight: 300;
    font-size: 3.86473vw;
    line-height: 170%;
    color: #1B1B1B;
    margin-bottom: 3.86473vw;
  }
  .p_top .check .text.mg {
    margin: 3.86473vw 0;
  }
  .p_top .check .text span {
    font-weight: bold;
    color: #FF3127;
  }
  .p_top .check .text span.line {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.44928vw, #FFFF99), color-stop(1.44928vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: linear-gradient(to top, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
  }
  .p_top .check h2 {
    text-align: center;
    margin-bottom: 5.7971vw;
    line-height: 0;
  }
  .p_top .check h2 img {
    display: inline-block;
    width: 81.15942vw;
  }
  .p_top .check h2.st2 img {
    width: 47.343vw;
  }
  .p_top .check .check_ranking ul {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    display: -ms-grid;
    display: grid;
    gap: 0.96618vw;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .check .check_ranking ul + p {
    margin-top: 2.89855vw;
    font-weight: 300;
    font-size: 2.41546vw;
    line-height: 120%;
    color: #1B1B1B;
  }
  .p_top .check .check_ranking ul li {
    text-align: center;
    padding: 3.86473vw 0;
    line-height: 0;
  }
  .p_top .check .check_ranking ul li.bg {
    background-color: #FFFFF5;
  }
  .p_top .check .check_ranking ul li .check_no {
    text-align: center;
    margin-bottom: 3.86473vw;
  }
  .p_top .check .check_ranking ul li .check_no img {
    display: inline-block;
    width: 16.90821vw;
  }
  .p_top .check .check_ranking ul li .check_img {
    text-align: center;
    margin-bottom: 3.86473vw;
  }
  .p_top .check .check_ranking ul li .check_img img {
    display: inline-block;
    width: 27.77778vw;
  }
  .p_top .check .check_ranking ul li h3 {
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 1;
    color: #1B1B1B;
    margin-bottom: 2.89855vw;
  }
  .p_top .check .check_ranking ul li h4 {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 150%;
    text-align: center;
    color: #1B1B1B;
    margin-bottom: 3.86473vw;
  }
  .p_top .check .check_ranking ul li h4.st2 {
    color: #FF3127;
  }
  .p_top .check .check_ranking ul li .check_btn {
    display: inline-block;
    line-height: 0;
    width: 27.05314vw;
    margin-top: 3.86473vw;
  }
  .p_top .check .check_ranking ul li dl:not(:last-of-type) {
    margin-bottom: 3.86473vw;
  }
  .p_top .check .check_ranking ul li dl dt {
    padding: 0.72464vw 1.93237vw 0.96618vw;
    background: #F5F5F5;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    font-weight: 600;
    font-size: 2.657vw;
    line-height: 100%;
    color: #1B1B1B;
    margin-bottom: 3.86473vw;
  }
  .p_top .check .check_ranking ul li dl dd p {
    font-weight: 400;
    font-size: 2.89855vw;
    line-height: 120%;
    text-align: center;
    color: #1B1B1B;
  }
  .p_top .check .check_ranking ul li dl .circle {
    width: 8.45411vw;
    display: inline-block;
    margin-bottom: 1.20773vw;
  }
  .p_top .check .check_ranking ul li dl .circle + p {
    min-height: 7.00483vw;
  }
  .p_top .check .check_ranking ul li dl .circle + p.mh {
    min-height: 10.62802vw;
  }
  .p_top .check .check_ranking ul li dl .blk_star.mh {
    min-height: 16.42512vw;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_img img {
    width: 17.63285vw;
    display: inline-block;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_no {
    font-weight: 600;
    font-size: 3.1401vw;
    line-height: 100%;
    color: #FF3127;
    margin: 1.93237vw 0 0;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_no i {
    font-style: normal;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 100%;
    color: #FF3127;
  }
  .p_top .check .check_ranking ul li dl .blk_star .star_no + p {
    margin-top: 1.93237vw;
  }
  .p_top .check .check_ranking + .text {
    margin-top: 3.86473vw;
    margin-bottom: 0;
  }
  .p_top .bn a {
    display: block;
    width: 100%;
  }
  .p_top .sec02 {
    padding: 3.86473vw 0 1.93237vw;
    display: none;
  }
  .p_top .sec02 .row {
    margin-bottom: -5.7971vw;
  }
  .p_top .sec02 .tt_sub {
    text-align: center;
    margin: 3.86473vw 0;
    font-weight: 400;
    font-size: 3.38164vw;
    color: #1B1B1B;
  }
  .p_top .sec02 .tt_sub img {
    width: 3.62319vw;
    display: inline-block;
    margin: 0 0.48309vw;
    vertical-align: text-top;
  }
  .p_top .sec02 .text {
    font-weight: 300;
    font-size: 3.86473vw;
    line-height: 170%;
    color: #1B1B1B;
    margin-bottom: 5.7971vw;
  }
  .p_top .sec02 .text span {
    font-weight: bold;
    color: #FF3127;
  }
  .p_top .sec02 .text span.line {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.44928vw, #FFFF99), color-stop(1.44928vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: linear-gradient(to top, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
  }
  .p_top .sec02 h4 {
    padding: 2.17391vw 3.38164vw;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 4.34783vw;
    color: #FFFFFF;
    background: #FF8E0E;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 3.86473vw;
  }
  .p_top .sec02 h4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    border: 2px solid #FF7401;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    z-index: -1;
  }
  .p_top .check2 {
    padding: 0vw 0 3.86473vw;
  }
  .p_top .check2 h2 {
    text-align: center;
    margin-bottom: 5.7971vw;
  }
  .p_top .check2 h2 img {
    display: inline-block;
    width: 74.87923vw;
  }
  .p_top .check2 .check2_ctn dl {
    border: 2px solid #FF8E0E;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    background-color: #FFF8EC;
  }
  .p_top .check2 .check2_ctn dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .check2 .check2_ctn dl dt {
    background: #FF8E0E;
    padding: 3.38164vw 3.86473vw;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 4.83092vw;
    color: #FFFFFF;
    position: relative;
  }
  .p_top .check2 .check2_ctn dl dt.is_active::after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .check2 .check2_ctn dl dt img {
    width: 28.50242vw;
    margin-right: 2.41546vw;
    vertical-align: bottom;
  }
  .p_top .check2 .check2_ctn dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    width: 7.72947vw;
    height: 7.72947vw;
    background: url(../img/PlusCircle.png) center/100% 100% no-repeat;
    display: block;
    margin-top: -3.86473vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .check2 .check2_ctn dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .check2 .check2_ctn dl dd .accCt {
    padding: 3.86473vw;
  }
  .p_top .check2 .check2_ctn dl dd .blk_text {
    padding: 3.86473vw 3.38164vw;
    background-color: #fff;
    margin-top: 3.86473vw;
    font-weight: 300;
    font-size: 3.86473vw;
    line-height: 170%;
    color: #1B1B1B;
  }
  .p_top .check2 .check2_ctn dl dd .blk_text span {
    font-weight: bold;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.44928vw, #FFFF99), color-stop(1.44928vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: linear-gradient(to top, #FFFF99 1.44928vw, transparent 1.44928vw, transparent 100%);
  }
  .p_top .check_ex.check {
    padding-bottom: 3.86473vw;
  }
  .p_top .check_ex.check .blk {
    padding: 5.7971vw 3.86473vw;
    background: #FFFFFF;
    border: 2px solid #EDC101;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
  }
  .p_top .check_ex.check .blk.st2 {
    border-color: #949495;
  }
  .p_top .check_ex.check .blk.st3 {
    border-color: #B6816C;
  }
  .p_top .check_ex.check .blk + .blk {
    margin-top: 9.66184vw;
  }
  .p_top .check_ex.check .blk h2 {
    position: relative;
    padding-bottom: 3.86473vw;
    margin-bottom: 3.86473vw;
    font-size: 0;
    line-height: 0;
  }
  .p_top .check_ex.check .blk h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.24155vw;
    background: -webkit-gradient(linear, left top, right top, from(#EDC101), to(#E5B804));
    background: -webkit-linear-gradient(left, #EDC101 0%, #E5B804 100%);
    background: -moz- oldlinear-gradient(left, #EDC101 0%, #E5B804 100%);
    background: linear-gradient(90deg, #EDC101 0%, #E5B804 100%);
    display: block;
  }
  .p_top .check_ex.check .blk .blk_btn {
    text-align: center;
    margin: 5.7971vw 0 3.86473vw;
  }
  .p_top .check_ex.check .blk .blk_btn:last-child {
    margin-bottom: 0;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt {
    font-weight: 600;
    font-size: 3.62319vw;
    color: #FF3127;
    text-align: center;
    margin-bottom: 1.93237vw;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.93237vw, #FFFF99), color-stop(1.93237vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FFFF99 1.93237vw, transparent 1.93237vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFFF99 1.93237vw, transparent 1.93237vw, transparent 100%);
    background: linear-gradient(to top, #FFFF99 1.93237vw, transparent 1.93237vw, transparent 100%);
    position: relative;
    position: relative;
    padding: 0 3.62319vw;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.93237vw;
    -webkit-transform: rotate(-20deg) translateY(-50%);
       -moz-transform: rotate(-20deg) translateY(-50%);
        -ms-transform: rotate(-20deg) translateY(-50%);
            transform: rotate(-20deg) translateY(-50%);
    width: 0.24155vw;
    height: 100%;
    background: #FF3127;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_btn dl dt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.93237vw;
    -webkit-transform: rotate(20deg) translateY(-50%);
       -moz-transform: rotate(20deg) translateY(-50%);
        -ms-transform: rotate(20deg) translateY(-50%);
            transform: rotate(20deg) translateY(-50%);
    width: 0.24155vw;
    height: 100%;
    background: #FF3127;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_btn dl dd a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .p_top .check_ex.check .blk .blk_list {
    padding: 3.86473vw;
    background-color: #F5F5F5;
    margin-bottom: 3.86473vw;
    margin-top: 3.86473vw;
  }
  .p_top .check_ex.check .blk .blk_list ul li {
    padding-left: 2.41546vw;
    position: relative;
    font-weight: 300;
    font-size: 3.38164vw;
    line-height: 150%;
    color: #1B1B1B;
  }
  .p_top .check_ex.check .blk .blk_list ul li + li {
    margin-top: 1.93237vw;
  }
  .p_top .check_ex.check .blk .blk_list ul li::before {
    content: "";
    position: absolute;
    top: 1.93237vw;
    left: 0;
    width: 1.20773vw;
    height: 1.20773vw;
    background: #FF8E0E;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_check {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #FF8E0E;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    padding: 8.45411vw 3.86473vw 5.7971vw;
    margin: 8.69565vw 0 5.7971vw;
  }
  .p_top .check_ex.check .blk .blk_check dl dt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 1.44928vw 3.38164vw;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 4.34783vw;
    color: #FFFFFF;
    background: #FF8E0E;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    margin-bottom: 3.86473vw;
    top: -4.83092vw;
  }
  .p_top .check_ex.check .blk .blk_check dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    border: 2px solid #fff;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    z-index: -1;
  }
  .p_top .check_ex.check .blk .blk_check dl .list_check li {
    position: relative;
    padding-left: 7.48792vw;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #1B1B1B;
  }
  .p_top .check_ex.check .blk .blk_check dl .list_check li + li {
    margin-top: 1.93237vw;
  }
  .p_top .check_ex.check .blk .blk_check dl .list_check li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5.55556vw;
    height: 5.7971vw;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .check_ex.check .blk .blk_talk .blk_talk_tt {
    background: #FF8E0E;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    font-family: 'LINE Seed JP_OTF';
    font-style: normal;
    font-weight: 700;
    font-size: 3.86473vw;
    padding: 2.41546vw 4.34783vw;
    color: #FFFFFF;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 0;
    margin-bottom: 3.86473vw;
  }
  .p_top .check_ex.check .blk .blk_talk .blk_talk_tt small {
    font-size: 2.41546vw;
    font-weight: 500;
  }
  .p_top .check_ex.check .blk .blk_talk .blk_talk_tt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    border: 2px solid #fff;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    z-index: -1;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .swiper-pagination {
    position: static;
    margin-top: 3.86473vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 1.93237vw;
    height: 1.93237vw;
    background: #ddd;
    margin: 0 0.96618vw;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 1.93237vw;
    height: 1.93237vw;
    background-color: #FF8E0E;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 ul li {
    background-color: #FFF8EC;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    padding: 3.86473vw 5vw;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it p {
    font-weight: 300;
    font-size: 3.1401vw;
    line-height: 150%;
    color: #1B1B1B;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.86473vw;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head figure {
    width: 17.3913vw;
    height: 17.3913vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    overflow: hidden;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head figure img {
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    overflow: hidden;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt {
    padding-left: 3.86473vw;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt span {
    display: inline-block;
    background-color: #F5F5F5;
    padding: 0 1.93237vw;
    font-weight: 400;
    font-size: 3.1401vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #1B1B1B;
    margin-bottom: 1.93237vw;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt span + p {
    line-height: 0;
    font-size: 0;
  }
  .p_top .check_ex.check .blk .blk_talk .slider01 .it_head .txt span + p img {
    width: 23.18841vw;
  }
}
