@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://unpkg.com/swiper@7/swiper-bundle.min.css);

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 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.
 */
[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 in Chrome and Safari on macOS.
 */
[type="search"]::-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, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
html {
  font-size: 10px;
}

@media screen and (max-width: 719px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #343434;
  margin: 0;
}

@media screen and (min-width: 720px) {
  body {
    line-height: 1.6em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 719px) {
  body {
    line-height: 1.6em;
    font-size: 1.2rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 720px) {
  table {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  table {
    margin-bottom: 1.8rem;
  }
}

table tr th,
table tr td {
  padding: 1.2rem;
  border: 1px solid #dbdbdb;
  font-size: 1.2rem;
}

table tr th>*:last-child,
table tr td>*:last-child {
  margin-bottom: 0;
}

table tr th {
  background-color: #f7f7f7;
  text-align: left;
  color: #666666;
  font-weight: 700;
}

table tr td {
  background-color: #ffffff;
}

/* Flocss Foundation */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
* {
  box-sizing: border-box;
}

a {
  color: #4870FF;
  transition: opacity .5s ease, color .5s ease, background-color .5s ease, text-decoration .5s ease;
}

a img {
  transition: opacity .5s ease;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:hover {
  color: #4870ff;
  text-decoration: none;
}

a:active img,
a:hover img {
  opacity: .5;
}

pre {
  background-color: transparent;
  border: none;
  padding: 1.6rem 0;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
}

@media screen and (min-width: 720px) {
  p {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  p {
    margin-bottom: 1.8rem;
  }
}

ul,
ol {
  margin-top: 0;
  padding-left: 2em;
}

@media screen and (min-width: 720px) {

  ul,
  ol {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {

  ul,
  ol {
    margin-bottom: 2rem;
  }
}

ul>*:last-child,
ol>*:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

@media screen and (min-width: 720px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none !important;
}

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

:focus {
  outline: none;
}

/* Flocss Keyframe */
/* Flocss Utility */
.u-color--orange {
  color: #EDB435;
}

.u-color--green {
  color: #338066;
}

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
.u-text-align--left {
  text-align: left;
}

.u-text-align--center {
  text-align: center;
}

.u-text-align--right {
  text-align: right;
}

@media screen and (min-width: 720px) {
  .u-text-align--pc-left {
    text-align: left;
  }

  .u-text-align--pc-center {
    text-align: center;
  }

  .u-text-align--pc-right {
    text-align: right;
  }
}

@media screen and (max-width: 719px) {
  .u-text-align--sp-left {
    text-align: left;
  }

  .u-text-align--sp-center {
    text-align: center;
  }

  .u-text-align--sp-right {
    text-align: right;
  }
}

.u-text-wrap {
  white-space: pre-wrap;
}

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
.u-mb--px0 {
  margin-bottom: 0 !important;
}

.u-mb--px5 {
  margin-bottom: .5rem !important;
}

.u-mb--px10 {
  margin-bottom: 1rem !important;
}

.u-mb--px15 {
  margin-bottom: 1.5rem !important;
}

.u-mb--px20 {
  margin-bottom: 2rem !important;
}

.u-mb--px25 {
  margin-bottom: 2.5rem !important;
}

.u-mb--px30 {
  margin-bottom: 3rem !important;
}

.u-mb--px35 {
  margin-bottom: 3.5rem !important;
}

.u-mb--px40 {
  margin-bottom: 4rem !important;
}

.u-mb--px45 {
  margin-bottom: 4.5rem !important;
}

.u-mb--px50 {
  margin-bottom: 5rem !important;
}

.u-mb--px55 {
  margin-bottom: 5.5rem !important;
}

.u-mb--px60 {
  margin-bottom: 6rem !important;
}

.u-mb--px65 {
  margin-bottom: 6.5rem !important;
}

.u-mb--px70 {
  margin-bottom: 7rem !important;
}

.u-mb--px75 {
  margin-bottom: 7.5rem !important;
}

.u-mb--px80 {
  margin-bottom: 8rem !important;
}

.u-mb--px85 {
  margin-bottom: 8.5rem !important;
}

.u-mb--px90 {
  margin-bottom: 9rem !important;
}

.u-mb--px95 {
  margin-bottom: 9.5rem !important;
}

.u-mb--em0_5 {
  margin-bottom: .5em !important;
}

.u-mb--em1 {
  margin-bottom: 1em !important;
}

.u-mb--em1_5 {
  margin-bottom: 1.5em !important;
}

.u-mb--em2 {
  margin-bottom: 2em !important;
}

.u-mb--em2_5 {
  margin-bottom: 2.5em !important;
}

.u-mb--em3 {
  margin-bottom: 3em !important;
}

@media screen and (min-width: 720px) {
  .u-mb--pc-px0 {
    margin-bottom: 0 !important;
  }

  .u-mb--pc-px5 {
    margin-bottom: .5rem !important;
  }

  .u-mb--pc-px10 {
    margin-bottom: 1rem !important;
  }

  .u-mb--pc-px15 {
    margin-bottom: 1.5rem !important;
  }

  .u-mb--pc-px20 {
    margin-bottom: 2rem !important;
  }

  .u-mb--pc-px25 {
    margin-bottom: 2.5rem !important;
  }

  .u-mb--pc-px30 {
    margin-bottom: 3rem !important;
  }

  .u-mb--pc-px35 {
    margin-bottom: 3.5rem !important;
  }

  .u-mb--pc-px40 {
    margin-bottom: 4rem !important;
  }

  .u-mb--pc-px45 {
    margin-bottom: 4.5rem !important;
  }

  .u-mb--pc-px50 {
    margin-bottom: 5rem !important;
  }

  .u-mb--pc-px55 {
    margin-bottom: 5.5rem !important;
  }

  .u-mb--pc-px60 {
    margin-bottom: 6rem !important;
  }

  .u-mb--pc-px65 {
    margin-bottom: 6.5rem !important;
  }

  .u-mb--pc-px70 {
    margin-bottom: 7rem !important;
  }

  .u-mb--pc-px75 {
    margin-bottom: 7.5rem !important;
  }

  .u-mb--pc-px80 {
    margin-bottom: 8rem !important;
  }

  .u-mb--pc-px85 {
    margin-bottom: 8.5rem !important;
  }

  .u-mb--pc-px90 {
    margin-bottom: 9rem !important;
  }

  .u-mb--pc-px95 {
    margin-bottom: 9.5rem !important;
  }

  .u-mb--pc-em0_5 {
    margin-bottom: .5em !important;
  }

  .u-mb--pc-em1 {
    margin-bottom: 1em !important;
  }

  .u-mb--pc-em1_5 {
    margin-bottom: 1.5em !important;
  }

  .u-mb--pc-em2 {
    margin-bottom: 2em !important;
  }

  .u-mb--pc-em2_5 {
    margin-bottom: 2.5em !important;
  }

  .u-mb--pc-em3 {
    margin-bottom: 3em !important;
  }
}

@media screen and (max-width: 719px) {
  .u-mb--sp-px0 {
    margin-bottom: 0 !important;
  }

  .u-mb--sp-px5 {
    margin-bottom: .5rem !important;
  }

  .u-mb--sp-px10 {
    margin-bottom: 1rem !important;
  }

  .u-mb--sp-px15 {
    margin-bottom: 1.5rem !important;
  }

  .u-mb--sp-px20 {
    margin-bottom: 2rem !important;
  }

  .u-mb--sp-px25 {
    margin-bottom: 2.5rem !important;
  }

  .u-mb--sp-px30 {
    margin-bottom: 3rem !important;
  }

  .u-mb--sp-px35 {
    margin-bottom: 3.5rem !important;
  }

  .u-mb--sp-px40 {
    margin-bottom: 4rem !important;
  }

  .u-mb--sp-px45 {
    margin-bottom: 4.5rem !important;
  }

  .u-mb--sp-px50 {
    margin-bottom: 5rem !important;
  }

  .u-mb--sp-px55 {
    margin-bottom: 5.5rem !important;
  }

  .u-mb--sp-px60 {
    margin-bottom: 6rem !important;
  }

  .u-mb--sp-px65 {
    margin-bottom: 6.5rem !important;
  }

  .u-mb--sp-px70 {
    margin-bottom: 7rem !important;
  }

  .u-mb--sp-px75 {
    margin-bottom: 7.5rem !important;
  }

  .u-mb--sp-px80 {
    margin-bottom: 8rem !important;
  }

  .u-mb--sp-px85 {
    margin-bottom: 8.5rem !important;
  }

  .u-mb--sp-px90 {
    margin-bottom: 9rem !important;
  }

  .u-mb--sp-px95 {
    margin-bottom: 9.5rem !important;
  }

  .u-mb--sp-em0_5 {
    margin-bottom: .5em !important;
  }

  .u-mb--sp-em1 {
    margin-bottom: 1em !important;
  }

  .u-mb--sp-em1_5 {
    margin-bottom: 1.5em !important;
  }

  .u-mb--sp-em2 {
    margin-bottom: 2em !important;
  }

  .u-mb--sp-em2_5 {
    margin-bottom: 2.5em !important;
  }

  .u-mb--sp-em3 {
    margin-bottom: 3em !important;
  }
}

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
/**************************************************************
【fontの設定】
**************************************************************/
.text70,
.text80,
.text90,
.text100,
.text110,
.text120,
.text130,
.text140,
.text150,
.text160,
.text170,
.text180,
.text190,
.text200,
.text210,
.text220 {
  line-height: 1.4;
}

.text70 {
  font-size: 70%;
}

/* フォントサイズ70% */
.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

.b {
  font-weight: 700;
}

/* 太字 */
.u {
  text-decoration: underline;
}

/* 下線 */
/**************************************************************
【colorの設定】
**************************************************************/
.red {
  color: #FF4D4D;
}

/* 赤色 */
.blue {
  color: #2ca9e1;
}

/* 青色 */
.green {
  color: #82ae46;
}

/* 緑色 */
.orange {
  color: #ff7d00;
}

/* 橙色 */
.yellow {
  color: #fff000;
}

/* 黄色 */
.pink {
  color: #ff0084;
}

/* ピンク */
.gray {
  color: #999;
}

/**************************************************************
【background-colorの設定】
**************************************************************/
.bg-yellow {
  background: #ff0;
}

/* 黄色の文字背景 */
.bg-blue {
  background: #4ab0f5;
}

/* 青色の文字背景 */
.bg-red {
  background: red;
}

/* 赤色の文字背景 */
/****************************************************************
【align 配置の設定】
*****************************************************************/
.align1 {
  text-align: center !important;
}

/* 中央寄せ */
.align2 {
  text-align: right !important;
}

/* 右寄せ */
.align3 {
  text-align: left !important;
}

/* 左寄せ */
/****************************************************************
【float 回り込みの設定】
*****************************************************************/
.r-flo {
  float: right;
  margin: 10px;
}

/* 右に回り込み */
.l-flo {
  float: left;
  margin: 10px;
}

/* 左に回り込み */
.f-clear {
  clear: both;
}

/* 回り込みの解除 */
/*************************************************************
【行間の設定】
*************************************************************/
.lh20 {
  line-height: 20px;
}

.lh21 {
  line-height: 21px;
}

.lh22 {
  line-height: 22px;
}

.lh23 {
  line-height: 23px;
}

.lh24 {
  line-height: 24px;
}

.lh25 {
  line-height: 25px;
}

/*************************************************************
【marginの設定】
*************************************************************/
.m0 {
  margin: 0 !important;
}

/* margin 0px を指定するクラス */
.mt0 {
  margin-top: 0 !important;
}

/* margin-top0px を指定するクラス */
.mr0 {
  margin-right: 0 !important;
}

/* margin-right0px を指定するクラス*/
.mb0 {
  margin-bottom: 0 !important;
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
  margin-left: 0 !important;
}

/* margin-left0px を指定するクラス*/
.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b30 {
  margin-bottom: 30px !important;
}

.m_b40 {
  margin-bottom: 40px !important;
}

.m_b50 {
  margin-bottom: 50px !important;
}

.m_b60 {
  margin-bottom: 60px !important;
}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0 {
  padding: 0 !important;
}

/* padding-0px を指定するクラス */
.pt0 {
  padding-top: 0 !important;
}

/* padding-top0px を指定するクラス */
.pr0 {
  padding-right: 0 !important;
}

/* padding-right0px を指定するクラス */
.pb0 {
  padding-bottom: 0 !important;
}

/* padding-bottom0px を指定するクラス */
.pl0 {
  padding-left: 0 !important;
}

/* padding-left0px を指定するクラス */
.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

/**************************************************************
【汎用パーツ】
**************************************************************/
.scroll {
  overflow-x: auto;
}

.scroll-tbl {
  min-width: 70rem;
}

#bread_crumb_wrapper {
  padding-bottom: .5rem;
  margin: 0 0 3rem;
}

@media screen and (max-width: 719px) {
  #bread_crumb_wrapper {
    overflow-x: scroll;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

#bread_crumb_wrapper #bread_crumb {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 720px) {
  #bread_crumb_wrapper #bread_crumb {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 719px) {
  #bread_crumb_wrapper #bread_crumb {
    flex-wrap: nowrap;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

#bread_crumb_wrapper #bread_crumb li {
  position: relative;
  padding: 0;
  padding-right: 1.9rem;
  margin: 0 .8rem .5rem 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  color: #999;
  white-space: nowrap;
}

#bread_crumb_wrapper #bread_crumb li::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  width: .7rem;
  height: 1rem;
  margin-top: -.5rem;
  background-image: url(../img/ico-bread_crumb-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

#bread_crumb_wrapper #bread_crumb li.last {
  padding-right: 0;
  margin-right: 0;
}

#bread_crumb_wrapper #bread_crumb li.last::after {
  display: none;
}

#bread_crumb_wrapper #bread_crumb li a {
  color: currentColor;
}

#bread_crumb_wrapper #bread_crumb li a:link,
#bread_crumb_wrapper #bread_crumb li a:visited,
#bread_crumb_wrapper #bread_crumb li a:active,
#bread_crumb_wrapper #bread_crumb li a:hover {
  text-decoration: none;
}

#bread_crumb_wrapper #bread_crumb li a:active,
#bread_crumb_wrapper #bread_crumb li a:hover {
  text-decoration: underline;
}

.amazon_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
  background-color: #FFFFFF;
  border: 1px solid #CCC;
}

@media screen and (min-width: 720px) {
  .amazon_item {
    padding: 2.4rem 2.4rem;
    margin-bottom: 4rem;
    border-radius: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .amazon_item {
    padding: 1.6rem 1.6rem;
    margin-bottom: 3.2rem;
    border-radius: .8rem;
  }
}

.amazon_item .amazon_image {
  min-width: 10rem;
  width: 10rem;
  height: 10rem;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .amazon_item .amazon_image {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .amazon_item .amazon_image {
    margin-right: .8rem;
  }
}

.amazon_item .amazon_image img {
  display: none;
}

.amazon_item .amazon_image a img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.amazon_item .amazon_title {
  display: block;
  margin-bottom: .8rem;
  color: #338066;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 720px) {
  .amazon_item .amazon_title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .amazon_item .amazon_title {
    font-size: 1.4rem;
  }
}

.amazon_item .amazon_title a:link,
.amazon_item .amazon_title a:visited,
.amazon_item .amazon_title a:active,
.amazon_item .amazon_title a:hover {
  color: currentColor;
  text-decoration: none;
}

.amazon_item .amazon_title a:active,
.amazon_item .amazon_title a:hover {
  text-decoration: underline;
}

.amazon_item .amazon_price {
  color: #FF4D4D;
}

.amazon_item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.amazon_item ul li {
  margin-bottom: .8rem;
}

.amazon_item ul li b {
  font-weight: normal;
}

.amazon_item ul>*:last-child {
  margin-bottom: 0;
}

.amazon_item .aalb-sample-template__btn {
  display: none;
}

.amazon_item .amazon_info {
  width: 100%;
}

.amazon_item .amazon_footer {
  display: none;
}

.num {
  background: #F4FCF2;
}

@media screen and (min-width: 720px) {
  .num {
    padding: 2rem 2.4rem;
    margin: 0 0 4rem;
    border-radius: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .num {
    padding: 1.6rem 1.6rem;
    margin: 0 0 2.6rem;
    border-radius: .8rem;
  }
}

.num li {
  margin-left: 1.5em;
}

@media screen and (min-width: 720px) {
  .num li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 719px) {
  .num li {
    font-size: 1.2rem;
  }
}

.ppslist {
  padding: 0;
  margin: 0 0 4rem;
  list-style: none;
  border-top: 1px dashed #CCCCCC;
}

.ppslist li {
  padding: 1.6rem 0;
  margin: 0 0 0;
  border-bottom: 1px dashed #CCCCCC;
  color: #338066;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.ppslist li a:link,
.ppslist li a:visited,
.ppslist li a:active,
.ppslist li a:hover {
  color: currentColor;
}

.ppslist li a:link,
.ppslist li a:visited {
  text-decoration: none;
}

.ppslist li a:active,
.ppslist li a:hover {
  text-decoration: underline;
}

.top_list {
  padding: 0;
  margin: 4rem 0 4rem;
  list-style: none;
  border-top: 1px dashed #CCCCCC;
}

.top_list li {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 2rem 0;
  border-bottom: 1px dashed #CCCCCC;
}

.top_list li span {
  display: block;
  min-width: 9.5rem;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.top_list li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.top_list li a:link,
.top_list li a:visited,
.top_list li a:active,
.top_list li a:hover {
  color: #338066;
  text-decoration: none;
}

.top_list li a:active,
.top_list li a:hover {
  text-decoration: underline;
}

.top_list li.no_post {
  justify-content: center;
}

@media screen and (min-width: 720px) {
  .page_navi {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {
  .page_navi {
    margin-bottom: 3.2rem;
  }
}

.page_navi>.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 720px) {
  .page_navi>.page-numbers li {
    min-width: 4rem;
    margin: .8rem .8rem;
  }
}

@media screen and (max-width: 719px) {
  .page_navi>.page-numbers li {
    min-width: 3rem;
    margin: .4rem .4rem;
  }
}

.page_navi>.page-numbers li a,
.page_navi>.page-numbers li>span {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  color: #338066;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 720px) {

  .page_navi>.page-numbers li a,
  .page_navi>.page-numbers li>span {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 719px) {

  .page_navi>.page-numbers li a,
  .page_navi>.page-numbers li>span {
    width: 3rem;
    height: 3rem;
  }
}

.page_navi>.page-numbers li a:link,
.page_navi>.page-numbers li a:visited,
.page_navi>.page-numbers li>span:link,
.page_navi>.page-numbers li>span:visited {
  text-decoration: none;
}

.page_navi>.page-numbers li a:active,
.page_navi>.page-numbers li a:hover,
.page_navi>.page-numbers li>span:active,
.page_navi>.page-numbers li>span:hover {
  text-decoration: underline;
}

.page_navi>.page-numbers li a.current,
.page_navi>.page-numbers li>span.current {
  background-color: #F4FCF2;
  color: #999999;
}

.page_navi>.page-numbers li a.prev,
.page_navi>.page-numbers li a.next,
.page_navi>.page-numbers li>span.prev,
.page_navi>.page-numbers li>span.next {
  background-color: #338066;
  color: #FFFFFF;
}

.page_navi>.page-numbers li a.prev:link,
.page_navi>.page-numbers li a.prev:visited,
.page_navi>.page-numbers li a.next:link,
.page_navi>.page-numbers li a.next:visited,
.page_navi>.page-numbers li>span.prev:link,
.page_navi>.page-numbers li>span.prev:visited,
.page_navi>.page-numbers li>span.next:link,
.page_navi>.page-numbers li>span.next:visited {
  text-decoration: none;
}

.page_navi>.page-numbers li a.prev:active,
.page_navi>.page-numbers li a.prev:hover,
.page_navi>.page-numbers li a.next:active,
.page_navi>.page-numbers li a.next:hover,
.page_navi>.page-numbers li>span.prev:active,
.page_navi>.page-numbers li>span.prev:hover,
.page_navi>.page-numbers li>span.next:active,
.page_navi>.page-numbers li>span.next:hover {
  opacity: .5;
  text-decoration: none;
}

.ppsabout {
  float: left;
}

.ppsabouttext {
  float: left;
  width: 34.5rem;
}

ul.merit-demerit-box {
  padding: 0em 1em 0.5em 2.3em;
  position: relative;
}

ul.merit-demerit-box li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}

ul.merit-demerit-box li:before {
  content: "●";
  position: absolute;
  left: 1em;
  color: skyblue;
}

.boxtop {
  position: relative;
  display: block;
  padding: 1.2rem 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  background-color: #FFFFFF;
  border: 1px solid #338066;
  border-radius: 10rem;
  text-align: center;
  font-family: Zen Maru Gothic;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.4rem;
  box-shadow: none;
  transition: opacity .3s ease;
}

@media screen and (min-width: 720px) {
  .boxtop {
    min-width: 30rem;
    width: fit-content;
  }
}

@media screen and (max-width: 719px) {
  .boxtop {
    width: 100%;
  }
}

.boxtop::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -.5rem;
  background-image: url(../img/icon-arrow-illust-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.boxtop:link,
.boxtop:visited,
.boxtop:active,
.boxtop:hover {
  color: #338066;
  text-decoration: none;
}

.boxtop:active,
.boxtop:hover {
  box-shadow: none;
  transform: translateY(0);
  opacity: .5;
}

@media screen and (min-width: 720px) {
  #post_meta {
    margin-bottom: 1rem;
  }

  #single_meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-size: 1.2rem;
    list-style-type: none;
  }

  #single_meta li {
    float: left;
    padding: 1rem 1.5rem 1rem 0;
    margin: 0 0 -1px 0;
    line-height: 100%;
  }

  #single_meta li a {
    text-decoration: none;
  }

  #single_meta li:last-child {
    border: none;
  }

  #single_meta li.date {
    font-weight: bold;
  }

  #single_meta li.post_category {
    background: url(../img/common/icon_category.png) no-repeat 0px 9px;
    padding-left: 1.5rem;
  }

  #single_meta li.post_tag {
    background: url(../img/common/icon_tag.png) no-repeat 1.5rem 1.1rem;
    padding-left: 3.1rem;
  }

  #single_meta li.post_comment {
    background: url(../img/common/icon_comment.png) no-repeat 1.5rem 0.9rem;
    padding-left: 3.1rem;
  }

  #single_meta li.post_author {
    background: url(../img/common/icon_author.png) no-repeat 1.5rem 1.1rem;
    padding-left: 3.1rem;
  }
}

@media screen and (max-width: 719px) {
  #post_meta {
    margin-bottom: 20px;
  }

  #single_meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: .3rem 1.5rem;
    font-size: 1rem;
    background: #eee;
    list-style: none;
  }

  #single_meta li {
    float: right;
    padding: 8px 0;
    margin: 0 15px 0 0;
    line-height: 100%;
  }

  #single_meta.post_category {
    background: url(../img/common/icon_category.png) no-repeat left 0.7rem;
    padding-left: 1.6rem;
  }

  #single_meta.post_tag {
    background: url(../img/common/icon_tag.png) no-repeat left 0.7rem;
    padding-left: 1.6rem;
  }

  #single_meta.post_comment {
    background: url(../img/common/icon_comment.png) no-repeat left 0.7rem;
    padding-left: 1.8rem;
  }

  #single_meta.post_author {
    background: url(../img/common/icon_author.png) no-repeat left 0.7rem;
    padding-left: 1.8rem;
  }
}

#DLarea {
  display: flex;
  align-items: center;
  justify-content: stretch;
  border-bottom: 1px dashed #CCCCCC;
}

@media screen and (min-width: 720px) {
  #DLarea {
    padding: 1rem 2rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 719px) {
  #DLarea {
    padding: 1rem 0;
    margin-bottom: 3rem;
  }
}

#DLarea .m_b5DL {
  width: 100%;
  margin: 0;
  margin-right: 2rem;
}

#DLarea .DLbutton ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#DLarea .DLbutton ul li {
  margin-right: 2rem;
}

#DLarea .DLbutton ul li:last-child {
  margin-right: 0;
}

#DLarea .DLbutton ul li a {
  display: block;
  width: 15rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background: #358A3E;
  border-radius: .5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
}

#DLarea .DLbutton ul li a:hover {
  opacity: .5;
}

.cost-box {
  border: 1px solid #A6A6A6;
}

@media screen and (min-width: 720px) {
  .cost-box {
    padding: 2rem 0;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 719px) {
  .cost-box {
    padding: 1rem 1.5rem;
    margin-bottom: 4rem;
  }
}

.cost-box .main-cost {
  margin-left: auto !important;
  margin-right: auto !important;
  border-bottom: 3px solid #fcd123;
  text-align: center;
  line-height: 1.6;
}

@media screen and (min-width: 720px) {
  .cost-box .main-cost {
    width: 70%;
    padding: 2rem;
    margin-bottom: .5rem;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 719px) {
  .cost-box .main-cost {
    padding: 1.5rem 1.5rem 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}

.cost-box .cost-sub {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.3rem;
}

@media screen and (min-width: 720px) {
  .cost-box .cost-sub {
    width: 70%;
    padding: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .cost-box .cost-sub {
    padding: 0;
  }
}

p#confirm {
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 6rem;
}

#confirm input {
  width: 14rem;
  margin-right: 3rem;
  height: 2.8rem;
}

#confirm>*:last-child {
  margin-right: 0;
}

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
@media screen and (max-width: 719px) {
  .u-only--pc {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .u-only--sp {
    display: none;
  }
}

/* Flocss Component */
.c-annotation {
  line-height: 1;
  font-size: 1.2rem;
  color: #999999;
}

@media screen and (min-width: 720px) {
  .c-annotation {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-annotation {
    margin: .5rem 0;
    padding: 0 1.5rem;
  }
}

.c-annotation a {
  color: #999999;
}

.c-button {
  display: flex;
  align-items: center;
  text-align: center;
  /* ボタン内のテキストを中央揃えにします */
  white-space: pre-line;
  /* テキスト内の改行を維持します */
  justify-content: center;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin: 0 auto;
  background-color: #ffbc09;
  border-radius: 1rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}

.c-button__wrap {
  margin-top: 2em;
}

@media screen and (min-width: 720px) {
  .c-button {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}

.c-button:link,
.c-button:visited,
.c-button:active,
.c-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.c-button:active,
.c-button:hover {
  opacity: 0.7;
}

.c-button--color2 {
  background-color: #00bda0;
}

.c-button--gray {
  background-color: #f0f0f0;
}

.c-button--gray:link,
.c-button--gray:visited,
.c-button--gray:active,
.c-button--gray:hover {
  color: currentColor;
}

.c-button--blank::after {
  display: inline-block;
  content: "";
  margin-left: 1rem;
  background-image: url(../img/icon-blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media screen and (min-width: 720px) {
  .c-button--blank::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button--blank::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.c-button--slim {
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
}

@media screen and (min-width: 720px) {
  .c-button--slim {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button--slim {
    font-size: 1.4rem;
  }
}

.c-button--slim.c-button--blank::after {
  width: 1.2rem;
  height: 1.2rem;
}

.c-button--blink {
  animation: blink 2s infinite;
}

.c-button--flash {
  overflow: hidden;
  position: relative;
}

.c-button--flash::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: flash 3s ease-in-out infinite;
}

@-webkit-keyframes blink {

  0%,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@keyframes blink {

  0%,
  50%,
  to {
    opacity: 0.5;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.c-button-message {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 720px) {
  .c-button-message {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-button-message {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}

.c-button-message::before,
.c-button-message::after {
  content: "";
  display: block;
  background-image: url(../img/icon-slash.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media screen and (min-width: 720px) {

  .c-button-message::before,
  .c-button-message::after {
    width: 0.8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 719px) {

  .c-button-message::before,
  .c-button-message::after {
    width: 0.6rem;
    height: 1.35rem;
  }
}

.c-button-message::before {
  margin-right: 0.8rem;
}

.c-button-message::after {
  margin-left: 0.8rem;
  transform: scale(-1, 1);
}

.c-genre {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 720px) {
  .c-genre {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-genre {
    margin-bottom: 1.3rem;
  }
}

.c-genre li {
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #ABABAB;
  border-radius: 10rem;
  color: #ABABAB;
}

@media screen and (min-width: 720px) {
  .c-genre li {
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-genre li {
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
  }
}

.c-genre>*:last-child {
  margin-right: 0;
}

.c-graph {
  padding: 2rem 2rem;
  background-color: #f9f5fa;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .c-graph {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-graph {
    margin-bottom: 1.8rem;
  }
}

.c-graph canvas {
  width: 100%;
  max-width: 48rem;
  max-height: 48rem;
  margin: 0 auto;
}

.c-hw-level1 {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .c-hw-level1 {
    line-height: 1.5;
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-level1 {
    line-height: 1.4;
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
  }
}

.c-hw-level2 {
  border-bottom: 3px solid #4870FF;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-hw-level2 {
    line-height: 1.5;
    padding-bottom: 0.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-level2 {
    line-height: 1.4;
    padding-bottom: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }

  .c-hw-level2>span {
    display: inline-block;
  }
}

.c-hw-level3 {
  line-height: 1.5;
  border-bottom: 2px solid #191919;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-hw-level3 {
    padding-bottom: 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-level3 {
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}

.c-hw-level4 {
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-hw-level4 {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-level4 {
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
}

.c-hw-rank {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 720px) {
  .c-hw-rank {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank {
    margin-bottom: 1rem;
  }
}

.c-hw-rank__no {
  position: relative;
}

@media screen and (min-width: 720px) {
  .c-hw-rank__no {
    max-width: 5rem;
    min-width: 5rem;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank__no {
    max-width: 3.5rem;
    min-width: 3.5rem;
    margin-right: 1rem;
  }
}

.c-hw-rank__no img,
.c-hw-rank__no svg {
  width: 100%;
  height: auto;
}

.c-hw-rank__no span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.6rem;
}

.c-hw-rank__svg-1 {
  fill: #ffd900;
}

.c-hw-rank__svg-2 {
  fill: #b7b7b7;
}

.c-hw-rank__svg-3 {
  fill: #d38c59;
}

.c-hw-rank__svg {
  fill: #4870ff;
}

.c-hw-rank__text {
  color: #191919;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 720px) {
  .c-hw-rank__text {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank__text {
    font-size: 2rem;
  }
}

@media screen and (min-width: 720px) {
  .c-image {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-image {
    margin-bottom: 1.8rem;
  }
}

@media screen and (min-width: 720px) {
  .c-list li {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 719px) {
  .c-list li {
    margin-bottom: 0.6rem;
  }
}

.c-list--check {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.c-list--check li {
  position: relative;
}

@media screen and (min-width: 720px) {
  .c-list--check li {
    padding-left: 2.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-list--check li {
    padding-left: 2rem;
  }
}

.c-list--check li:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  background-color: #5cc5d8;
  background-image: url(../img/ico-checkbox.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media screen and (min-width: 720px) {
  .c-list--check li:before {
    top: 0.3rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-list--check li:before {
    top: 0.4rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.c-list--posi li span {
  background: linear-gradient(transparent 50%, #5cc5d8 50%);
  display: inline;
  font-weight: bold;
}

.c-list--nega span {
  background: linear-gradient(transparent 50%, #f5515a);
  display: inline;
  font-weight: bold;
}

.c-list--nega li::before {
  background-color: #f5515a;
}

.c-list>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .c-mainvisual {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 719px) {
  .c-mainvisual {
    margin-bottom: 2rem;
  }
}

.c-message {
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-message {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-message {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
  }
}

.c-message strong {
  color: #ac50c7;
}

.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media screen and (min-width: 720px) {
  .c-movie {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-movie {
    margin-bottom: 1.8rem;
  }
}

.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-review__label {
  font-weight: 700;
}

.c-review__sep {
  font-weight: 700;
}

.c-review__point {
  font-weight: 700;
}

.c-review__stars {
  margin-left: 1rem;
}

.c-reviews {
  display: table;
}

@media screen and (min-width: 720px) {
  .c-reviews {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-reviews {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 720px) {
  .c-reviews__unit {
    display: table-row;
  }
}

@media screen and (max-width: 719px) {
  .c-reviews__unit {
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 720px) {
  .c-reviews__unit>* {
    display: table-cell;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 720px) {
  .c-reviews__unit__label {
    text-align: justify;
  }
}

@media screen and (max-width: 719px) {
  .c-reviews__unit__label {
    float: left;
  }
}

@media screen and (min-width: 720px) {
  .c-reviews__unit__sep {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 719px) {
  .c-reviews__unit__sep {
    display: none;
    float: left;
  }
}

@media screen and (max-width: 719px) {
  .c-reviews__unit__stars {
    clear: both;
  }
}

@media screen and (max-width: 719px) {
  .c-reviews__unit__comment {
    clear: both;
  }
}

.c-slider {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 720px) {
  .c-slider {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-slider {
    margin-bottom: 1.8rem;
  }
}

@media screen and (min-width: 720px) {

  .c-slider .swiper-button-prev,
  .c-slider .swiper-button-next {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
}

@media screen and (max-width: 719px) {

  .c-slider .swiper-button-prev,
  .c-slider .swiper-button-next {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
  }
}

.c-slider .swiper-button-prev:after,
.c-slider .swiper-button-next:after {
  content: "";
  background-image: url(../img/icon-arrow-slider.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ffbc09;
  border-radius: 50%;
}

@media screen and (min-width: 720px) {

  .c-slider .swiper-button-prev:after,
  .c-slider .swiper-button-next:after {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 719px) {

  .c-slider .swiper-button-prev:after,
  .c-slider .swiper-button-next:after {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.c-slider .swiper-button-next:after {
  transform: rotate(180deg);
}

.c-table-comparison {
  width: 93rem;
}

.c-table-comparison tr>* {
  width: 20rem;
}

.c-table-comparison tr>*:first-child {
  width: 9.7rem;
  white-space: nowrap;
}

.c-toggleCont {
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 1rem;
}

@media screen and (min-width: 720px) {
  .c-toggleCont:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toggleCont:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.c-toggleCont__title {
  position: relative;
  display: flex;
  align-items: center;
  color: #191919;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

@media screen and (min-width: 720px) {
  .c-toggleCont__title {
    justify-content: center;
    padding: 2rem 5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toggleCont__title {
    justify-content: center;
    padding: 1.6rem 4rem 1.6rem 1.5rem;
  }
}

.c-toggleCont__title::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-image: url(../img/icon-toggle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media screen and (min-width: 720px) {
  .c-toggleCont__title::after {
    right: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -0.9rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toggleCont__title::after {
    right: 1.5rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.6rem;
  }
}

@media screen and (min-width: 720px) {
  .c-toggleCont__cont {
    padding: 0 2.5rem 2.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toggleCont__cont {
    padding: 0 1.5rem 1.5rem;
  }
}

.c-toggleCont__cont>*:first-child {
  margin-top: 0;
}

.c-toggleCont__cont>*:last-child {
  margin-bottom: 0;
}

.c-toggleCont.is-closed .c-toggleCont__title::after {
  transform: rotate(180deg);
}

.c-recommend-app {
  text-align: center;
}

.c-recommend-app a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.c-recommend-app__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  min-height: 3em;
  line-height: 1.5;
  padding: 0.8rem;
  margin-bottom: 2.2rem;
  background-color: #cccccc;
  border-radius: 1rem;
  text-align: center;
}

.c-recommend-app__balloon::after {
  position: absolute;
  left: 50%;
  bottom: 1px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: -0.8rem;
  margin-left: -0.8rem;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #cccccc;
}

.c-recommend-app__icon {
  max-width: 8rem;
  min-width: 8rem;
  max-height: 8rem;
  min-height: 8rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #dbdbdb;
}

.c-recommend-app__icon img {
  max-width: inherit;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

.c-recommend-app__name {
  font-weight: 700;
  color: #4870ff;
}

.c-recommend-app--app1 .c-recommend-app__balloon {
  background-color: #fff5f9;
}

.c-recommend-app--app1 .c-recommend-app__balloon::after {
  border-top-color: #fff5f9;
}

.c-recommend-app--app2 .c-recommend-app__balloon {
  background-color: #f0fbff;
}

.c-recommend-app--app2 .c-recommend-app__balloon::after {
  border-top-color: #f0fbff;
}

.c-recommend-app--app3 .c-recommend-app__balloon {
  background-color: #fffced;
}

.c-recommend-app--app3 .c-recommend-app__balloon::after {
  border-top-color: #fffced;
}

.c-review-stars img {
  width: 1.4rem;
  height: auto;
  vertical-align: baseline;
}

/* Flocss Project */
@media screen and (min-width: 720px) {
  .p-app-button {
    display: flex;
    align-items: center;
    justify-content: stretch;
  }
}

@media screen and (min-width: 720px) {
  .p-app-button__col {
    min-width: calc(50% - 1rem);
    margin-right: auto;
  }

  .p-app-button__col:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 719px) {
  .p-app-button__col {
    margin-bottom: 1rem;
  }
}

.p-app-button__col>*:last-child {
  margin-bottom: 0;
}

.p-app-button>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .p-app-column {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
}

@media screen and (min-width: 720px) {
  .p-app-column__col {
    width: 33%;
    margin-right: 2rem;
  }

  .p-app-column__col:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 719px) {
  .p-app-column__col {
    margin-bottom: 2rem;
  }
}

.p-app-column>*:last-child {
  margin-bottom: 0;
}

.p-app-title a {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: inherit;
}


.p-app-title__icon {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid #dbdbdb;
}

@media screen and (min-width: 720px) {
  .p-app-title__icon {
    min-width: 11rem;
    max-width: 11rem;
    min-height: 11rem;
    max-height: 11rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .p-app-title__icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
    margin-right: 1rem;
  }
}

.p-app-title__icon img {
  max-width: inherit;
  object-fit: cover;
}

@media screen and (min-width: 720px) {
  .p-app-title__icon img {
    width: 10rem;
    height: 10em;
  }
}

@media screen and (max-width: 719px) {
  .p-app-title__icon img {
    width: 7.9rem;
    height: 7.9rem;
  }
}

.p-app-title .c-hw-rank {
  margin-top: 0;
}

@media screen and (min-width: 720px) {
  .p-app-title .c-hw-rank {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 719px) {
  .p-app-title .c-hw-rank {
    margin-bottom: 0rem;
  }
}

.p-app-title .c-hw-rank__text {
  line-height: 1;
  color: #4870ff;
}

.p-app-title__cont:first-child {
  margin-top: 0;
}

f .p-app-title__cont:last-child {
  margin-bottom: 0;
}

.p-app-text span {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: bold;
}

.p-app-text span>span {
  color: #ffbc09;
}

.p-app-text strong {
  color: #4870ff;
}

.p-common-box {
  border: 1px solid #dbdbdb;
  border-radius: 1rem;
  background-color: #ffffff;
}

@media screen and (min-width: 720px) {
  .p-common-box {
    padding: 2.5rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .p-common-box {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 720px) {
  .p-common-box>* {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .p-common-box>* {
    margin-bottom: 1.5rem;
  }
}

.p-common-box>*:first-child {
  margin-top: 0;
}

.p-common-box>*:last-child {
  margin-bottom: 0;
}

.p-recommend-box {
  background-color: #f6feff;
  border: 1px solid #5cc5d8;
  border-radius: 1rem;
}

@media screen and (min-width: 720px) {
  .p-recommend-box {
    padding: 2.5rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {
  .p-recommend-box {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
  }
}

.p-recommend-box__title {
  line-height: 1;
  color: #191919;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.p-recommend-box__title p {
  flex: 1;
  margin: 0;
}

.p-recommend-box__title svg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 720px) {
  .p-recommend-box__title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .p-recommend-box__title i {
    width: 2.2rem;
    margin-right: 0.8rem;
  }
}

@media screen and (max-width: 719px) {
  .p-recommend-box__title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .p-recommend-box__title i {
    width: 1.8rem;
    margin-right: 0.6rem;
  }
}

.p-recommend-box__cont>*:last-child {
  margin-bottom: 0;
}

.p-recommend-group {
  overflow: hidden;
  margin-bottom: 3rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1rem;
}

.p-recommend-group__title {
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid #cccccc;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.p-recommend-group__cont {
  padding: 2.5rem;
}

.p-recommend-group--app1 {
  border-color: #ffb2cd;
}

.p-recommend-group--app1 .p-recommend-group__title {
  background-color: #fff5f9;
  border-bottom-color: #ffb2cd;
}

.p-recommend-group--app2 {
  border-color: #80dfff;
}

.p-recommend-group--app2 .p-recommend-group__title {
  background-color: #f0fbff;
  border-bottom-color: #80dfff;
}

.p-recommend-group--app3 {
  border-color: #ffdd99;
}

.p-recommend-group--app3 .p-recommend-group__title {
  background-color: #fffced;
  border-bottom-color: #ffdd99;
}

@media screen and (min-width: 720px) {
  .p-img-column {
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {
  .p-img-column {
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 720px) {
  .p-img-column__img {
    min-width: 24rem;
    margin-right: 4rem;
  }
}

@media screen and (max-width: 719px) {
  .p-img-column__img {
    margin-bottom: 1rem;
  }
}

.p-img-column__cont {
  width: 100%;
}

.p-img-column__cont table {
  font-size: 1.2rem;
}

.p-img-column__cont table th {
  width: 12.5rem;
}

.p-img-column__cont>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .p-overflow-scroll {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .p-overflow-scroll {
    margin-bottom: 1.8rem;
  }
}

@media screen and (min-width: 720px) {
  .p-overflow-scroll__cont {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 719px) {
  .p-overflow-scroll__cont {
    margin-bottom: 1rem;
  }
}

.p-overflow-scroll__cont>*:last-child {
  margin-bottom: 0;
}

.p-overflow-scroll__message {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-overflow-scroll__message::before,
.p-overflow-scroll__message::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background-image: url(../img/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.p-overflow-scroll__message::before {
  margin-right: 1rem;
}

.p-overflow-scroll__message::after {
  margin-left: 1rem;
  transform: scale(-1, 1);
}

.p-overflow-scroll:not(.p-overflow-scroll--sp):not(.p-overflow-scroll--pc) .p-overflow-scroll__cont {
  overflow-y: auto;
}

.p-overflow-scroll:not(.p-overflow-scroll--sp):not(.p-overflow-scroll--pc) .p-overflow-scroll__cont table {
  min-width: 70rem;
}

@media screen and (min-width: 720px) {
  .p-overflow-scroll.p-overflow-scroll--pc:not(.p-overflow-scroll--sp) {
    overflow-y: auto;
  }

  .p-overflow-scroll.p-overflow-scroll--pc:not(.p-overflow-scroll--sp) table {
    min-width: 70rem;
  }
}

@media screen and (max-width: 719px) {
  .p-overflow-scroll.p-overflow-scroll--sp:not(.p-overflow-scroll--pc) {
    overflow-y: auto;
  }

  .p-overflow-scroll.p-overflow-scroll--sp:not(.p-overflow-scroll--pc) table {
    min-width: 70rem;
  }
}

.p-overflow-scroll>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .p-user-voice {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}

.p-user-voice__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  background-color: #ffffff;
  border-radius: 1rem;
}

@media screen and (min-width: 720px) {
  .p-user-voice__unit {
    width: calc(50% - 1rem);
    min-height: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .p-user-voice__unit {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-user-voice__unit__icon {
  overflow: hidden;
  max-width: 8rem;
  min-width: 8rem;
  max-height: 8rem;
  min-height: 8rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
}

.p-user-voice__unit__icon img {
  max-width: inherit;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

.p-user-voice__unit__name {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-user-voice__unit__status {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.p-user-voice__unit .c-review {
  margin-bottom: 1rem;
}

.p-user-voice__unit__message {
  text-align: justify;
}

/* Flocss Layout 読み込み順が重要 */
.l-header {
  background-color: #4870ff;
}

@media screen and (min-width: 720px) {
  .l-header__logo {
    width: 25.2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-header__logo {
    width: 18rem;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: text-bottom;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 720px) {
  .l-header__inner {
    padding: 1.6rem 2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-header__inner {
    padding: 1.6rem 1.5rem;
  }
}

.l-header__icon {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

.l-footer {
  background-color: #4870ff;
  color: #ffffff;
}

.l-footer__link {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 720px) {
  .l-footer__link {
    justify-content: stretch;
  }
}

@media screen and (max-width: 719px) {
  .l-footer__link {
    margin-bottom: 1rem;
    justify-content: center;
  }
}

.l-footer__link li {
  margin-right: 1em;
}

@media screen and (min-width: 720px) {
  .l-footer__link li {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 719px) {
  .l-footer__link li {
    font-size: 1.1rem;
  }
}

.l-footer__link li a:link,
.l-footer__link li a:visited,
.l-footer__link li a:active,
.l-footer__link li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.l-footer__link>*:last-child {
  margin-right: 0;
}

.l-footer__copyright {
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .l-footer__copyright {
    margin-left: auto;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-footer__copyright {
    text-align: center;
    font-size: 1rem;
  }
}

@media screen and (min-width: 720px) {
  .l-footer__copyright small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-footer__copyright small {
    font-size: 1rem;
  }
}

.l-footer__inner {
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .l-footer__inner {
    display: flex;
    align-items: center;
    justify-content: stretch;
    max-width: 72rem;
    padding: 1.6rem 2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-footer__inner {
    padding: 1.6rem 1.5rem;
  }
}

.l-contents__inner {
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .l-contents__inner {
    max-width: 72rem;
    padding: 4rem 2rem 6rem;
  }
}

@media screen and (max-width: 719px) {
  .l-contents__inner {
    padding: .5rem 1.5rem 4rem;
  }
}

.l-contents__inner>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .l-contents__section:not(:first-child) {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .l-contents__section:not(:first-child) {
    margin-top: 1rem;
  }
}

.c-pickup__ribbon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  text-align: center;
  padding: 0 2rem;
  background: #f5515a;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}

@media screen and (min-width: 720px) {
  .c-pickup__ribbon {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__ribbon {
    font-size: 1.8rem;
    line-height: 1.4;
    flex-flow: column;
  }
}

.c-pickup__ribbon::before,
.c-pickup__ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.c-pickup__ribbon::before {
  top: 0;
  left: 0;
  border-width: 3rem 0 3rem 1rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.c-pickup__ribbon::after {
  top: 0;
  right: 0;
  border-width: 3rem 1rem 3rem 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.c-pickup__box {
  border-radius: 1rem;
  overflow: hidden;
  background: #f7f7f7;
  margin: 2.5rem 0 6rem;
  border: 1px solid #dbdbdb;
}

.c-pickup__img {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.c-pickup__img__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pickup__img__slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-pickup__img__slider iframe {
  width: 100%;
  height: 100%;
}

.c-pickup__img__slider__item {
  position: relative;
}

.c-pickup__img__slider__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.c-pickup__img__slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.c-pickup__img__slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 0;
  background: #ffbc09;
  opacity: 0.3;
}

.c-pickup__img__slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.c-pickup__img__detail {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.c-pickup__img__detail__inner {
  padding: 2.5rem;
  color: white;
}

.c-pickup__img__detail__title {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .c-pickup__img__detail__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__img__detail__title {
    font-size: 1.4rem;
  }
}

.c-pickup__img__detail__date {
  margin-top: 10px;
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .c-pickup__img__detail__date {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__img__detail__date {
    font-size: 1rem;
  }
}

.c-pickup__body {
  padding: 2.5rem;
}

.c-pickup__text {
  line-height: 1.8;
}

.c-pickup__text>span {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: bold;
}

.c-pickup__text>span>span {
  color: #ffbc09;
}

.c-pickup__text strong {
  color: #4870ff;
}

@media screen and (min-width: 720px) {
  .c-pickup__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-pickup__text {
    font-size: 1.2rem;
  }
}

.c-pickup__slash {
  text-align: center;
  margin-top: 2.5rem;
}

.c-pickup__slash>p {
  display: inline-block;
  position: relative;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.6rem;
}

.c-pickup__slash>p::before,
.c-pickup__slash>p::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #ffbc09;
}

.c-pickup__slash>p::before {
  left: 0;
  transform: rotate(60deg);
}

.c-pickup__slash>p::after {
  right: 0;
  transform: rotate(-60deg);
}

.c-pickup__slash>p>span {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: bold;
}

.c-pickup__slash>p>span>span {
  color: #ffbc09;
}

@media screen and (max-width: 719px) {
  .c-pickup__slash>p>span>span {
    display: inline-block;
  }
}

.c-pickup__slash>p strong {
  color: #4870ff;
}

.c-pickup__button a {
  font-size: 1.8rem;
  line-height: 1;
  background: #ffbc09;
  color: white;
  font-weight: bold;
  padding: 2rem;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.c-pickup__button a:hover {
  opacity: 0.7;
}

.c-pickup__button a::after {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.1rem 0 0.1rem 1rem;
  background-image: url(../img/icon-blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.c-pickup__button a::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 4rem;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.c-pickup__marker {
  background: linear-gradient(transparent 50%, #ffdf88 50%);
  display: inline;
  font-weight: bold;
  font-size: 1.2rem;
}

.c-pickup__marker>span {
  color: #ffbc09;
}

.c-pickup__marker strong {
  color: #4870ff;
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.c-hr__main {
  border: 0;
  border-bottom: 3px solid #4870ff;
}

@media screen and (min-width: 720px) {
  .c-hr__main {
    margin: 6rem 0;
  }
}

@media screen and (max-width: 719px) {
  .c-hr__main {
    margin: 4rem 0;
  }
}

.c-hr__sub {
  border: 0;
  border-bottom: 3px solid #ffbc09;
}

@media screen and (min-width: 720px) {
  .c-hr__sub {
    margin: 6rem 0;
  }
}

@media screen and (max-width: 719px) {
  .c-hr__sub {
    margin: 4rem 0;
  }
}

.c-svg__fill {
  fill: #5cc5d8;
}

.c-svg__fill__icon {
  fill: #5cc5d8;
}

.c-contents h3 {
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-contents h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-contents h3 {
    margin-bottom: 1.4rem;
    margin-top: 2.8rem;
    font-size: 1.6rem;
  }
}

.c-contents h4 {
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .c-contents h4 {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-contents h4 {
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
}

.c-contents p {
  margin: 0;
}

.c-contents p+p {
  margin-top: 1em;
}

.c-contents p span {
  background: linear-gradient(transparent 50%, #fffab4 50%);
  display: inline;
  font-weight: bold;
}

.c-contents p strong {
  color: #4870ff;
}

.c-contents hr {
  border: 0;
  margin: 3em 0 0;
  padding: 0;
}

.p-top3table__head {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: bold;
}

.p-top3table__head span {
  color: #4870ff;
}

@media screen and (max-width: 719px) {
  .p-top3table__head {
    font-size: 1.4rem;
  }
}

.p-top3table {
  border-collapse: collapse;
  margin-bottom: 0.6rem;
}

.p-top3table thead tr th {
  text-align: center;
  font-size: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  padding: 1em;
  background: #4870ff;
  color: white;
  border: 0;
}

@media screen and (max-width: 719px) {
  .p-top3table thead tr th {
    font-size: 1.6rem;
  }
}

.p-top3table tbody tr th {
  border: 1px solid #bababa;
  background: #f0f0f0;
  text-align: center;
  padding: 0.8rem;
  padding: 0.8rem;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr th {
    padding: 0.4rem;
  }
}

.p-top3table tbody tr td {
  border: 1px solid #bababa;
  padding: 0.8rem;
  text-align: center;
  width: 33.33%;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr td {
    padding: 0.6rem;
  }
}

.p-top3table tbody tr td .c-button {
  line-height: 1.3;
}

@media screen and (max-width: 719px) {
  .p-top3table tbody tr td .c-button {
    padding: 0.5rem;
    font-size: 1.1rem;
  }
}

.p-top3table__point {
  min-height: 6.4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-top3table__point br {
  display: none;
}

@media screen and (max-width: 719px) {
  .p-top3table__point li {
    font-size: 1.2rem;
    display: block;
    line-height: 1.3;
  }

  .p-top3table__point li:not(:first-child) {
    margin-top: 0.5rem;
  }

  .p-top3table__point li br {
    display: block;
  }
}

.p-top3table__point.--doublecircle {
  background: url(../img/state-doublecircle.png) center center/6.4rem no-repeat;
}

.p-top3table__point.--circle {
  background: url(../img/state-circle.png) center center/6.4rem no-repeat;
}

.p-top3table__point.--triangle {
  background: url(../img/state-triangle.png) center center/6.4rem no-repeat;
}

.p-top3table__rank__no {
  position: relative;
  display: block;
  margin: auto;
}

@media screen and (min-width: 720px) {
  .p-top3table__rank__no {
    max-width: 5rem;
    min-width: 5rem;
  }
}

@media screen and (max-width: 719px) {
  .p-top3table__rank__no {
    max-width: 3.5rem;
    min-width: 3.5rem;
  }
}

.p-top3table__rank__no img,
.p-top3table__rank__no svg {
  width: 100%;
  height: auto;
}

.p-top3table__rank__no span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.6rem;
}

.p-top3table__rank__svg-1 {
  fill: #ffd900;
}

.p-top3table__rank__svg-2 {
  fill: #b7b7b7;
}

.p-top3table__rank__svg-3 {
  fill: #d38c59;
}

.p-top3table__rank__icon {
  max-width: 8rem;
  min-width: 8rem;
  max-height: 8rem;
  min-height: 8rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #dbdbdb;
}

.p-top3table__rank__icon img {
  max-width: inherit;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

.p-top3table__rank__name {
  font-weight: 700;
  color: #4870ff;
}

.p-top3table__change {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.p-top3table__change>* {
  width: 33%;
  text-align: center;
}

.p-app-top3-head {
  background: #4870ff;
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  font-weight: bold;
}

@media screen and (max-width: 719px) {
  .p-app-top3-head {
    font-size: 1.6rem;
  }
}

.p-app-top3-body {
  border: 4px solid #4870ff;
  padding: 2rem 0;
  border-radius: 0 0 1rem 1rem;
}

.p-app-top3-item {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-app-top3-item:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-item {
    padding: 0 1.5rem;
  }

  .p-app-top3-item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-app-top3-icon-wrap {
  width: 8rem;
  margin-right: 2rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-icon-wrap {
    width: 6rem;
    margin-right: 1.5rem;
  }
}

.p-app-top3-icon {
  overflow: hidden;
  border-radius: 2rem;
  max-width: inherit;
  object-fit: cover;
  border: 1px solid #ddd;
}

.p-app-top3-icon img {
  width: 8rem;
  height: 8rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-icon img {
    width: 6rem;
    height: 6rem;
  }
}

.p-app-top3-detail {
  flex: 1;
}

.p-app-top3-detail .c-button {
  margin-bottom: 0;
  background: #4870ff;
}

.p-app-top3-name {
  color: #ff0059;
}

.p-app-top3-text {
  margin-bottom: 1.5rem;
  line-height: 180%;
}

.p-app-top3-text strong {
  font-weight: bold;
}

.p-app-top3-text strong em {
  color: #ff0059;
  font-style: normal;
}

.p-app-top3-button-top {
  color: #ff8819;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 180%;
  margin: 1rem 0;
}

@media screen and (max-width: 719px) {
  .p-app-top3-button-top {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .p-app-top3-button-top span {
    display: inline-block;
  }
}

.p-app-top3-bottom {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 150%;
  margin: 4rem 0;
}

@media screen and (max-width: 719px) {
  .p-app-top3-bottom {
    margin: 3rem 0;
    font-size: 1.6rem;
  }

  .p-app-top3-bottom span {
    display: inline-block;
  }
}

.c-maintext {
  font-size: 2.8rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 719px) {
  .c-maintext {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.c-maintext__small {
  font-weight: bold;
}

@media screen and (min-width: 720px) {
  .c-maintext__small {
    line-height: 1.5;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-maintext__small {
    line-height: 1.4;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .c-maintext__small>span {
    display: inline-block;
  }
}

.c-toc {
  border: 1px solid #94bdff;
  background-color: #f6fbff;
}

@media screen and (min-width: 720px) {
  .c-toc {
    padding: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toc {
    padding: 1rem;
  }
}

.c-toc__head {
  font-weight: bold;
}

@media screen and (min-width: 720px) {
  .c-toc__head {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toc__head {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}

.c-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-toc__list li {
  line-height: 1;
  margin-top: 20px;
}

@media screen and (min-width: 720px) {
  .c-toc__list li:not(:first-child) {
    margin: 2rem 0 0 0;
  }
}

@media screen and (max-width: 719px) {
  .c-toc__list li:not(:first-child) {
    margin: 1rem 0 0 0;
  }
}

@media screen and (min-width: 720px) {
  .c-toc__list a {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toc__list a {
    font-size: 1.8rem;
  }
}

.c-toc__button {
  position: fixed;
  right: 0;
  bottom: 4rem;
  display: flex;
  border-radius: 1rem 0 0 1rem;
  color: white;
  padding: 1rem;
  background: #000000;
  z-index: 103;
  cursor: pointer;
}

@media screen and (min-width: 720px) {
  .c-toc__button {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toc__button {
    font-size: 1.6rem;
  }
}

.c-toc__button i {
  margin-right: 1rem;
  width: 2.4rem;
}

.c-toc__check {
  display: none;
}

.c-toc__check:checked+.c-toc__modal {
  display: block;
  z-index: 104;
  position: relative;
}

.c-toc__modal {
  display: none;
}

.c-toc__modal__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
}

.c-toc__modal__contents {
  background: white;
  padding: 4rem;
  position: relative;
}

@media screen and (max-width: 719px) {
  .c-toc__modal__contents {
    width: 100%;
  }
}

.c-toc__modal__close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 3.3rem;
  height: 3.3rem;
  cursor: pointer;
}

.c-toc__modal__close img {
  width: 100%;
}

.c-rank__item {
  border: 1px solid #dbdbdb;
  border-radius: 1rem;
}

@media screen and (min-width: 720px) {
  .c-rank__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-rank__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 720px) {
  .c-rank__item {
    padding: 3rem;
  }
}

@media screen and (max-width: 719px) {
  .c-rank__item {
    padding: 1.5rem;
  }
}

.table_contents {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 23px;
}

.table_contents .c-recommend-app {
  margin-right: 25px;
  /* 下部に20pxのマージンを設定 */
}

.table_contents__name {
  font-weight: 400;
  color: #4870ff;
}

img {
  width: 100%;
  /* 画像の横幅を親要素に合わせて100%に設定 */
  max-width: 100%;
  /* 画像の最大幅を100%に設定 */
  height: auto;
  /* 高さを自動調整してアスペクト比を保持 */
}


/* マッチングのやつ追加 */

.Matching__body {
  position: relative;
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto
}

.Matching__box {
  padding: 0 0rem
}

.Matching__headBox {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1.5rem;
  position: relative
}

.Matching__headBox {
  background: #4870FF
}

.--blue .Matching__headBox {
  background: #ff8b78;
}

.Matching__headBox__caption {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: .5rem;
  font-weight: 700;
  text-align: center;
  position: relative
}

.Matching__headBox__caption span {
  display: inline-block;
  position: relative
}

.Matching__headBox__caption span::before,
.Matching__headBox__caption span::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg)
}

.Matching__headBox__caption span::before {
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

.Matching__headBox__caption span::after {
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

.Matching__headBox__title {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0%;
}

.Matching__head__caption {
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: .5rem
}

.Matching__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}


.--red .Matching__head__circle {
  color: #f2556f
}

.--blue .Matching__head__circle {
  color: #53adff
}

.Matching__head__title {
  font-size: 6rem;
  color: #fff;
  font-weight: 700;
  margin-left: .5em
}

.Matching__head__update {
  position: absolute;
  right: 4rem;
  bottom: 1rem;
  color: #fff;
  font-size: 2rem
}

.Matching__eyecatchBox {
  margin: 9rem 0
}

.Matching__eyecatch {
  width: 54rem;
  height: 54rem;
  background-color: #fcf3f5;
  margin: auto;
  position: relative
}

.Matching__eyecatch::before,
.Matching__eyecatch::after {
  content: "";
  display: block;
  background: #f2556f;
  position: absolute
}

.Matching__eyecatch::before {
  width: 100%;
  height: .2rem;
  top: 26.9rem;
  left: 0;
  z-index: 999
}

.Matching__eyecatch::after {
  width: .2rem;
  height: 100%;
  top: 0;
  left: 26.9rem;
  z-index: 999
}

.Matching__eyecatch__name {
  position: absolute;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2
}

.--red .Matching__eyecatch__name {
  color: #f2556f
}

.--blue .Matching__eyecatch__name {
  color: #53adff
}

.Matching__eyecatch__name.--top {
  top: -8rem;
  width: 100%;
  height: 8rem
}

.Matching__eyecatch__name.--bottom {
  bottom: -8rem;
  width: 100%;
  height: 8rem
}

.Matching__eyecatch__name.--left {
  top: calc(50% - 6rem);
  left: -12rem;
  width: 12rem;
  height: 12rem
}

.Matching__eyecatch__name.--right {
  top: calc(50% - 6rem);
  right: -12rem;
  width: 12rem;
  height: 12rem
}


.Matching__eyecatch__ranking {
  background: #FFF;
  margin-bottom: 2em
}

.Matching__eyecatch__syousai__app {
  text-align: center;
  padding: 01em 0.4em 1em 0.4em;
  line-height: 1.4em;
  font-size: 1.2em;
}

.Matching__eyecatch__syousai__icon {
  width: 20%;
  border-radius: 4rem;
  padding: 2em .8em;
  padding-left: 0.3em;

}

.Matching__eyecatch__syousai__detail {
  width: 85%;
  margin: 0%;
}

.Matching__eyecatch__button {
  margin-top: 0em
}


.Matching__eyecatch__text__pp {
  padding: 2rem 1.5rem 0 1.5rem;
  margin: 2% 0 0 0
}

.Matching__lineTitle {
  margin: 0 0 6rem 0;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700
}

.Matching__lineTitle span {
  display: inline-block;
  position: relative
}

.Matching__lineTitle span::before,
.Matching__lineTitle span::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: .2rem;
  height: 100%;
  background-color: #000;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg)
}

.Matching__lineTitle span::before {
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

.Matching__lineTitle span::after {
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

.--red .Matching__lineTitle span: :before,
.--red .Matching__lineTitle span::after {
  background-color: #f2556f
}

.--blue .Matching__lineTitle span: :before,
.--blue .Matching__lineTitle span::after {
  background-color: #53adff
}

.Matching__appInfo__badge {
  margin: 3rem auto;
  width: 38rem
}

.Matching__appTable__wrap {
  overflow-x: scroll;
  overflow-y: hidden
}

.Matching__appTable {
  white-space: nowrap;
  border: 1px solid #d8d8d8;
  border-collapse: collapse
}

.Matching__appTable th,
.Matching__appTable td {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  padding: 2rem;
  font-size: 2.4rem;
  text-align: center;
  vertical-align: middle
}

.Matching__appTable th span,
.Matching__appTable td span {
  display: block
}

.Matching__appTable th {
  text-align: center;
  color: #fff;
  font-weight: 700
}

.--red .Matching__appTable th {
  background-color: #f2556f
}

.--blue .Matching__appTable th {
  background-color: #53adff
}

.Matching__appIcon {
  width: 10rem;
  height: 10rem;
  margin: 0 auto
}

.Matching__appName {
  font-size: 2.4rem;
  margin-top: .5rem
}

.Matching__reputation {
  color: #f2556f;
  line-height: 1.4
}

.Matching__star {
  --percent: calc(var(--rating) / 5 * 100%);
  color: #f1bf5a;
  line-height: 1.4
}

.Matching__star::before {
  content: "★★★★★";
  background: -webkit-gradient(linear, left top, right top, from(#f5a925), to(#e6e6e6));
  background: -webkit-linear-gradient(left, #f5a925 var(--percent), #e6e6e6 var(--percent));
  background: linear-gradient(90deg, #f5a925 var(--percent), #e6e6e6 var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.Matching__button {
  color: #fff;
  display: block;
  text-align: center;
  padding: 1.2rem 2rem;
  border-radius: 2em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  position: relative
}


.Matching__button.--gradRed {
  background: #fab800
}

.Matching__button {
  background-color: #bababa
}

.--blue .Matching__button {
  background-color: #d8d8d8
}

.Matching__button.--black {
  background: #333
}

.Matching__button.--large {
  font-size: 2.8rem;
  padding: 1.5em;
  display: inline-block;
  border-radius: 2.5em
}

.Matching__button.--large.--arrow,
.Matching__button.--large.--download {
  padding: 1.5em 4em
}



.Matching__button.--arrow,
.Matching__button.--download {
  padding: 1em 2.5em 1em 1.5em
}

.Matching__textBox {
  margin: 6rem 3rem
}

.Matching__textLarge {
  margin: 6rem 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700
}

.Matching__text {
  line-height: 1.6
}

.Matching__text a {
  text-decoration: none
}

.Matching__osusume {
  margin: 6rem 0;
  border-radius: 2rem;
  overflow: hidden
}

.Matching__osusume>dt {
  padding: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  position: relative
}

.Matching__osusume>dt::after {
  content: "";
  width: 4rem;
  height: 2rem;
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 2rem);
  border-style: solid;
  border-width: 2rem 2rem 0
}

.Matching__osusume>dd {
  padding: 3rem 6rem
}

.Matching__osusume.--renai>dt {
  background: -webkit-gradient(linear, left top, right top, from(#f2556f), color-stop(49.9%, #ff8b78), to(#ffba7b));
  background: -webkit-linear-gradient(left, #f2556f 0%, #ff8b78 49.9%, #ffba7b 100%);
  background: linear-gradient(90deg, #f2556f 0%, #ff8b78 49.9%, #ffba7b 100%)
}

.Matching__osusume.--renai>dt::after {
  border-color: #ff8b78 transparent transparent
}

.Matching__osusume.--renai>dt img {
  width: 3rem
}

.Matching__osusume.--renai>dd {
  background: #fcf3f5
}

.Matching__osusume.--renai>dd:not(:first-of-type) {
  border-top: .5rem dashed #f2556f
}

.Matching__osusume.--renai .Matching__osusumeList dt {
  color: #f2556f
}

.Matching__osusume.--renai .Matching__osusumeList .Matching__appNameLink {
  background: url(../img/icon_link_renai.png) right center/1.7rem no-repeat
}

.Matching__osusume.--tomodachi>dt {
  background: -webkit-gradient(linear, left top, right top, from(#ffc041), color-stop(50.08%, #ff9d5e), to(#ff7b7b));
  background: -webkit-linear-gradient(left, #ffc041 0%, #ff9d5e 50.08%, #ff7b7b 100%);
  background: linear-gradient(90deg, #ffc041 0%, #ff9d5e 50.08%, #ff7b7b 100%)
}

.Matching__osusume.--tomodachi>dt::after {
  border-color: #ff9d5e transparent transparent
}

.Matching__osusume.--tomodachi>dt img {
  width: 2.9rem
}

.Matching__osusume.--tomodachi>dd {
  background: #fefbf5
}

.Matching__osusume.--tomodachi>dd:not(:first-of-type) {
  border-top: .5rem dashed #ffbe44
}

.Matching__osusume.--tomodachi .Matching__osusumeList dt {
  color: #ffbe44
}

.Matching__osusume.--tomodachi .Matching__osusumeList .Matching__appNameLink {
  background: url(../img/icon_link_tomodachi.png) right center/1.7rem no-repeat
}

.Matching__osusume.--konkatsu>dt {
  background: -webkit-gradient(linear, left top, right top, from(#26dde3), color-stop(49.98%, #13b1f1), to(#0085ff));
  background: -webkit-linear-gradient(left, #26dde3 0%, #13b1f1 49.98%, #0085ff 100%);
  background: linear-gradient(90deg, #26dde3 0%, #13b1f1 49.98%, #0085ff 100%)
}

.Matching__osusume.--konkatsu>dt::after {
  border-color: #13b1f1 transparent transparent
}

.Matching__osusume.--konkatsu>dt img {
  width: 2.7rem
}

.Matching__osusume.--konkatsu>dd {
  background: #f5feff
}

.Matching__osusume.--konkatsu>dd: not(:first-of-type) {
  border-top: .5rem dashed #53adff
}

.Matching__osusume.--konkatsu .Matching__osusumeList dt {
  color: #53adff
}

.Matching__osusume.--konkatsu .Matching__osusumeList .Matching__appNameLink {
  background: url(../img/icon_link_konkatsu.png) right center/1.7rem no-repeat
}

.Matching__osusumeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.Matching__osusumeList dt {
  width: 30rem;
  line-height: 1.4;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.Matching__osusumeList dd {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center
}

.Matching__osusumeList dd a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.Matching__osusumeList.--renai dt {
  color: #f2556f
}

.Matching__osusumeList.--renai .Matching__appNameLink {
  background: url(../img/icon_link_renai.png) right center/1.7rem no-repeat
}

.Matching__osusumeList.--tomodachi dt {
  color: #ffbe44
}

.Matching__osusumeList.--tomodachi .Matching__appNameLink {
  background: url(../img/icon_link_tomodachi.png) right center/1.7rem no-repeat
}

.Matching__osusumeList.--konkatsu dt {
  color: #53adff
}

.Matching__osusumeList.--konkatsu .Matching__appNameLink {
  background: url(../img/icon_link_konkatsu.png) right center/1.7rem no-repeat
}

.Matching__appNameLink {
  font-size: 2.4rem;
  margin-top: 1rem;
  display: inline-block;
  padding: 0 2.5rem 0 0;
  text-align: left
}

.Matching__appBox {
  margin-bottom: 6rem
}

.Matching__appHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: dashed #333;
  border-width: .5rem 0;
  padding: 2rem 0
}

.Matching__appHead__no {
  width: 10rem;
  display: block
}

.Matching__appHead__no span {
  display: block;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  text-align: center;
  color: #ffffa6;
  font-weight: 700;
  font-size: 4.8rem;
  border-radius: 50%
}

.--red .Matching__appHead__no span {
  background: #f2556f
}

.--blue .Matching__appHead__no span {
  background: #53adff
}

.Matching__appHead__title {
  width: calc(100% - 12rem);
  font-weight: 700;
  font-size: 3.2rem
}

.Matching__appInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0
}

.Matching__appInfo__icon {
  width: 10rem
}

.Matching__appInfo__name {
  width: calc(100% - 24.2rem)
}

.Matching__appInfo__name a {
  color: #333;
  line-height: 1.4;
  padding: 0 2rem 0 0;
  display: block
}

.--red .Matching__appInfo__name a {
  background: url(../img/icon_link_renai.png) right center/1.7rem no-repeat
}

.--blue .Matching__appInfo__name a {
  background: url(../img/icon_link_konkatsu.png) right center/1.7rem no-repeat
}

.Matching__appInfo__kakin {
  width: 10.2rem
}

.Matching__appInfo__kakin__icon {
  display: block;
  color: #f2556f;
  border: .2rem solid #f2556f;
  text-align: center;
  padding: .5rem
}

.Matching__appInfo__img {
  margin: 3rem 0
}

.Matching__appInfo__img img {
  width: 100%
}

.Matching__appInfo__movie {
  margin: 3rem 0
}

.Matching__appInfo__movie video {
  width: 100%
}

.Matching__appText {
  margin: 6rem 3rem
}

.Matching__appMerit {
  margin: 4rem 0;
  padding: 3rem
}

.Matching__appMerit dt {
  font-weight: 700;
  margin-bottom: 1em
}

.Matching__appMerit dd {
  margin-top: .5em;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.4
}

.Matching__appMerit dd::before {
  content: "・";
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0
}

.--red .Matching__appMerit {
  border-left: 2rem solid #f2556f;
  background: #fcf3f5
}

.--blue .Matching__appMerit {
  border-left: 2rem solid #53adff;
  background: #edfdff
}

.Matching__appDl {
  margin: 4rem 0
}

.Matching__appDl__title {
  padding-top: 5rem;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem
}

.--red .Matching__appDl__title {
  background: url(../img/icon_title_red.png) center top/7.7rem no-repeat;
  color: #f2556f
}

.--blue .Matching__appDl__title {
  background: url(../img/icon_title_blue.png) center top/7.7rem no-repeat;
  color: #53adff
}

.Matching__appDl__caption {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: .5rem
}

.Matching__appDl__button {
  text-align: center;
  margin-top: 2rem
}

.Matching__appDl__sponsored {
  color: #999;
  margin-top: 2rem;
  text-align: center;
  font-size: 2rem
}

.Matching__appDetail__headCheck {
  display: none
}

.Matching__appDetail__headCheck:checked+.Matching__appDetail__head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.Matching__appDetail__headCheck:checked+.Matching__appDetail__head+.Matching__appDetail__body {
  max-height: 9999px
}

.--red .Matching__appDetail {
  border: 2px solid #f2556f
}

.--blue .Matching__appDetail {
  border: 2px solid #53adff
}

.Matching__appDetail__head {
  color: #fff;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  display: block
}

.Matching__appDetail__head::after {
  content: "";
  display: block;
  width: 3.3rem;
  height: 1.9rem;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: 3.3rem;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 1rem);
  right: 6rem
}

.--red .Matching__appDetail__head {
  background-color: #f2556f
}

.--blue .Matching__appDetail__head {
  background-color: #53adff
}

.Matching__appDetail__body {
  max-height: 0;
  overflow: hidden
}

.Matching__appDetail__table {
  margin: 2rem 6rem;
  width: calc(100% - 12rem)
}

.Matching__appDetail__table tr:not(:first-child) {
  border-top: 1px solid #d8d8d8
}

.Matching__appDetail__table th,
.Matching__appDetail__table td {
  padding: 1em .5em
}

.Matching__appDetail__table th {
  background: #efefef
}

.Matching__appDetail__table td {
  background: #fafafa
}

.Matching__appDetail__title {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  margin: 6rem
}

.Matching__appReview {
  margin: 6rem
}

.Matching__appReview dt {
  font-size: 2.4rem
}

.Matching__appReview dt:not(:first-child) {
  margin-top: 3rem
}

.Matching__appReview dd {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: .2rem solid #d8d8d8;
  font-size: 2.4rem
}

.Matching__comment {
  margin: 6rem;
  border-radius: 2rem;
  overflow: hidden
}

.Matching__comment dt {
  padding: 1em;
  color: #fff
}

.Matching__comment dd {
  padding: 1em;
  font-size: 2.4rem
}

.--red .Matching__comment dt {
  background: #f2556f
}

.--red .Matching__comment dd {
  background: #fcf3f5
}

.--blue .Matching__comment dt {
  background: #53adff
}

.--blue .Matching__comment dd {
  background: #edfdff
}

.Matching__appListBox {
  padding: 6rem
}

.--red .Matching__appListBox {
  background: #fcf3f5
}

.--blue .Matching__appListBox {
  background: #edfdff
}

.Matching__appListTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: number 0
}

.Matching__appListTop li {
  position: relative;
  margin: 0 2rem;
  width: 13rem
}

.Matching__appListTop li::before {
  counter-increment: number 1;
  content: counter(number);
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -2.5rem;
  left: -2.5rem
}

.Matching__appListTop li img {
  width: 100%
}

.--red .Matching__appListTop li::before {
  background-color: #f2556f
}

.--blue .Matching__appListTop li::before {
  background-color: #53adff
}

.Matching__appList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.Matching__appList li {
  margin: 4rem 2rem 0;
  width: 10rem
}

.Matching__column {
  margin: 6rem 0
}

.Matching__column dt {
  color: #fff;
  font-weight: 700;
  padding: 1em;
  text-align: center;
  margin: 0 -3rem 6rem
}

.--red .Matching__column dt {
  background-color: #f2556f
}

.--blue .Matching__column dt {
  background-color: #53adff
}

.Matching__column dd {
  margin-top: 1em;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.4
}

.Matching__column dd a {
  color: #0085ff;
  text-decoration: none;
  font-weight: 700
}

.Matching__column dd::before {
  content: "・";
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0
}

.Matching__column__button {
  text-align: center
}

.Matching__footer {
  margin: 6rem 0 0;
  padding: 10rem 0
}

.--red .Matching__footer {
  background-color: #f2556f
}

.--blue .Matching__footer {
  background-color: #53adff
}

.Matching__footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.Matching__footerNav li {
  margin: 0 2rem
}

.Matching__footerNav li a {
  color: #fff;
  font-size: 2rem
}

.Matching__footerCopy {
  margin-top: 6rem;
  text-align: center;
  color: #fff;
  font-size: 2rem
}

.Matching__app__review__slide__wrap {
  position: relative
}

.Matching__app__review__slide__body {
  position: relative;
  width: 100%;
  height: 100%
}

.Matching__app__review__slide__item {
  padding: 0% 2%
}

.Matching__app__review__slider__prev,
.Matching__app__review__slider__next {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 100;
  border-radius: 50%;
  font-size: 2.4rem;
  cursor: pointer
}

.Matching__app__review__slider__prev::before,
.Matching__app__review__slider__next::before {
  content: "▲"
}

@media screen and (max-width: 750px) {

  .Matching__app__review__slider__prev,
  .Matching__app__review__slider__next {
    width: 7.2vw;
    height: 7.2vw;
    line-height: 7.2vw;
    margin-top: -3.6vw;
    font-size: 3vw
  }
}

.Matching__app__review__slider__prev {
  transform: rotate(-90deg);
  left: 0%
}

.Matching__app__review__slider__next {
  transform: rotate(90deg);
  right: 0%
}

.center {
  text-align: center
}

.left {
  text-align: left
}

.right {
  text-align: right
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.hidden {
  display: none
}

@media screen and (max-width: 750px) {
  .variable {
    display: block
  }
}

@media screen and (min-width: 750px) {
  .variable {
    display: inline-block
  }
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important
  }
}

@media screen and (min-width: 750px) {
  .sp-only {
    display: none !important
  }
}

.deco-line {
  text-decoration: underline
}

.bold {
  font-weight: 700
}

.textRed {
  color: #f2556f
}

.textBlue {
  color: #609bff
}

.textYellow {
  color: #ffffa6
}

.textUl {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 166, 0)), color-stop(50%, rgba(255, 255, 166, 0)), color-stop(50%, #ffffa6), to(#ffffa6));
  background: -webkit-linear-gradient(top, rgba(255, 255, 166, 0) 0%, rgba(255, 255, 166, 0) 50%, #ffffa6 50%, #ffffa6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 166, 0) 0%, rgba(255, 255, 166, 0) 50%, #ffffa6 50%, #ffffa6 100%)
}


.Matching__Text {
  margin: 2rem 2rem 1rem 6rem
}

.syousai_flex_box {
  display: flex;
  flex-direction: column;
  line-height: 0.6;
}

.syousai_button {
  display: flex;
  justify-content: center;
}

.syousai_button a {
  margin-right: 1rem;
  margin-left: 1rem;
}

.apptopname {
  font-size: 1.8rem;
  font-weight: bolder;
}

.mini_ranking_text {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.3;
}

.hyouka {
  margin-top: -0.5rem;
  color: #ffbc09
}

.hyouka span {
  font-weight: bold;
  color: #4870ff;
  border-radius: 0.5rem;
}

.hyouka b {
  color: #4870ff;
}

.Matching__eyecatch__syousai {
  border-radius: 1rem;
  background-color: #fff6e2;
  margin-top: 1rem;

}

.Matching__choice__wrap {
  padding: 1rem 2rem 6rem 2rem;
  margin: 0rem -3rem 3rem -3rem;
  background-color: #F8F3D4;
  text-align: center
}

.Matching__ninki__app__choice {
  margin-top: 7rem;
  padding: 1rem 1rem 0rem 1rem;
  border-radius: 2rem;
  background-color: #FFF
}

.Matching__ninki__app__name {
  font-size: 3.5rem;
  padding: 2rem;
  margin: 1rem;
  border-radius: 2rem;
  position: relative;
  top: -6rem;
  color: #FFF
}

.Matching__choice__flex {
  display: flex;
  justify-content: space-between
}

.Matching__app__choice__box {
  position: relative;
  top: -5rem
}

.Matching__app__balloon {
  border-radius: 2rem;
  font-size: 2.7rem;
  padding: 1rem;
  margin: 1rem
}

.Matching__app__icon__name img {
  width: 50%
}

.red_flame {
  border: 3px solid #F04848
}

.red_flame>.Matching__ninki__app__name {
  background-color: #F04848
}

.red_flame>*>*>div.Matching__app__balloon {
  background-color: #F0C0C0
}

.Matching__blue__flame {
  border: 3px solid #007394
}

.Matching__blue__flame>.Matching__ninki__app__name {
  background-color: #007394
}

.Matching__blue__flame>*>*>div.Matching__app__balloon {
  background-color: #7cafe6
}

.yellow_flame {
  border: 3px solid #CD821F
}

.yellow_flame>.Matching__ninki__app__name {
  background-color: #CD821F
}

.yellow_flame>*>*>div.Matching__app__balloon {
  background-color: #FFE8AF
}

.kotu_wrap {
  padding: 0 4rem
}

.multiple_app_wrap {
  background-color: #DFD;
  margin: 0rem -3rem;
  padding-bottom: 5rem
}

.kotu_text__pp {
  padding: 0 6rem;
  margin-top: -2rem
}

.keturon_wrap div:first-child {
  font-size: 4rem
}

.keturon_wrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem
}

.Matching__ranking__headwrap {
  margin: 6rem -3rem 3rem -3rem;
  padding: 3rem;
  position: relative
}

.--red .Matching__ranking__headwrap {
  background: #f2556f
}

.--blue .Matching__ranking__headwrap {
  background: #00B8A9
}

.Matching__ranking__headBox {
  color: #fff;
  font-size: 3.7rem;
  font-weight: 700;
  text-align: center
}

.Matching__head__sframe__check {
  display: none
}

.Matching__head__sframe__check:checked+.Matching__head__sframe::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.Matching__head__sframe__check:checked+.Matching__head__sframe+.Matching__body__bframe {
  display: block
}

.Matching__head__sframe {
  background: #00B8A9;
  text-align: center;
  font-weight: 800;
  margin-top: 5%;
  padding: 5%;
  color: #fff;
  font-size: 2.9rem;
  cursor: pointer;
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative
}

.Matching__head__sframe::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/ic_arrow.webp) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -.5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width: 750px) {
  .Matching__head__sframe {
    font-size: 3.6vw
  }
}

.Matching__body__bframe {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5%;
  background: #FFF;
  border: 10px solid #00B8A9;
  border-top-width: 0
}

@media screen and (max-width: 750px) {
  .Matching__body__bframe {
    border-width: 0 5px 5px
  }
}

.Matching__investigate__head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2%
}

.Matching__investigate__head:not(:first-child) {
  margin-top: 4%
}

.Matching__investigate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.Matching__investigate__item {
  width: 48%;
  margin: 4% 0 0 4%
}

.Matching__investigate__item:nth-of-type(-n+2) {
  margin-top: 0
}

.Matching__investigate__item:nth-of-type(2n-1) {
  margin-left: 0
}

.Matching__investigate__item-wide {
  width: 100%
}

.Matching__investigate__item-wide:not(:first-child) {
  margin-top: 4%
}

.Matching__investigate__radio label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  background: #f8f3d4
}

.Matching__investigate__radio label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: .5em
}

.Matching__investigate__radio input[type=radio] {
  display: none
}

.Matching__investigate__radio input[type=radio]:checked+label:before {
  background: #8ee7e0
}

.Matching__investigate__select {
  background: #f2f2f2;
  position: relative
}

.Matching__investigate__select:before {
  content: "▼";
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em
}

.Matching__investigate__select select {
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  width: 100%;
  border: 0;
  background: #f8f3d4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.Matching__investigate__count span {
  font-size: 1.5em;
  font-weight: 700;
  color: #8ee7e0;
  vertical-align: bottom;
  padding-right: .1em
}

.Matching__investigate__button {
  display: block;
  margin: 2rem auto 2rem auto;
  padding: 3rem 8rem;
  border-radius: 1.6rem;
  background: #00B8A9;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-align: center
}

.radar_box {
  padding: 6rem;
}

.radar_label {
  margin-bottom: -8rem;
}

.radar_bottom {
  margin-top: -8rem;
}

.kotu_text__pp2 {
  padding: 1rem 6rem;
  margin: -3rem 2rem 0rem 2rem;
  background-color: #FFF;
  border-radius: 3rem;
}

.kotu_box_p {
  margin-bottom: 5rem;
}

.shadow_bold {
  text-shadow: 0.1px 0.1px 0, 0.1px -0.1px 0, -0.1px 0.1px 0, -0.1px -0.1px 0, 0.1px 0 0, 0 0.1px 0, -0.1px 0 0, 0 -0.1px 0;
}

.choice_text_box {
  margin: -2rem 3rem 4rem 3rem;
  text-align: left;
}

.Matching__green__flame {
  border: 3px solid #00B8A9;
}

.Matching__green__flame>.Matching__ninki__app__name {
  background-color: #00B8A9;
}

.Matching__green__flame>*>*>div.Matching__app__balloon {
  background-color: #DFD;
}

.column_box>*>.Matching__appText {
  margin-top: 0;
}

.Matching__appTable img,
.Matching__choice__wrap img,
.Matching__appInfo img {
  border: 2px solid #ddd;
  border-radius: 10%
}

.Matching__ninki {
  position: relative
}

.Matching__eyecatch>div:nth-of-type(1)>a>span::before {
  position: absolute;
  top: .6rem;
  left: 0;
  font-size: 3vw;
  background-color: gold;
  border-radius: 10%;
  font-weight: 700;
  color: #fff;
  content: "No.1"
}

.Matching__eyecatch>div:nth-of-type(2)>a>span::before {
  position: absolute;
  top: .6rem;
  left: 0;
  font-size: 3vw;
  background-color: silver;
  border-radius: 10%;
  font-weight: 700;
  color: #fff;
  content: "No.2"
}

.Matching__eyecatch>div:nth-of-type(3)>a>span::before {
  position: absolute;
  top: .6rem;
  left: 0;
  font-size: 3vw;
  background-color: #ac6b25;
  border-radius: 10%;
  font-weight: 700;
  color: #fff;
  content: "No.3"
}

.Matching__eyecatch__ranking,
.ranking_box,
.column_box {
  counter-reset: number 0;
}

.mini_ranking_numb::before,
.Matching__appHead__no span::before {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 0.2rem;
  counter-increment: number 1;
  content: counter(number);
}

.Matching__eyecatch__ranking>div>div:nth-of-type(1)>div>div>div>p>b::before {
  content: "(4.9)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(2)>div>div>div>p>b::before {
  content: "(4.8)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(3)>div>div>div>p>b::before {
  content: "(4.7)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(4)>div>div>div>p>b::before {
  content: "(4.7)"
}

.Matching__eyecatch__ranking>div>div:nth-of-type(5)>div>div>div>p>b::before {
  content: "(4.6)"
}

.gate_button_wrap {
  text-align: center;
  margin: 1rem;
}

.gate_button {
  font-size: 2.8rem;
  display: inline-block;
  border-radius: 2.5em;
  padding: 1.5em 4em;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

.m29 {
  background: #5299ff;
}

.m30 {
  background: #88482a;
}

.w29 {
  background: #f382ade8;
}

.w30 {
  background: #e490e4;
}

.gate_flex_wrap {
  display: flex;
}

.gate_box_p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.c-pickup__button__head {
  text-align: center;
  margin-top: 0.5rem;
  padding: 0rem;
  margin-bottom: -0.5rem;
}

.c-pickup__button__head>span {
  display: inline-block;
  position: relative;
  padding: 0rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  font-size: 1.2rem;
}

.c-pickup__button__head>span::before,
.c-pickup__button__head>span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.2rem;
  height: 0.1rem;
  background-color: #2d2d2d;
}

.c-pickup__button__head>span::before {
  left: 0;
  transform: rotate(60deg);
}

.c-pickup__button__head>span::after {
  right: 0;
  transform: rotate(-60deg);
}


.p-app-title__icon_rank {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #dbdbdb;
  margin-left: 0.5rem;
}

@media screen and (min-width: 720px) {
  .p-app-title__icon_rank {
    min-width: 11.2rem;
    max-width: 11.2rem;
    min-height: 11.2rem;
    max-height: 11.2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 719px) {
  .p-app-title__icon_rank {
    min-width: 5.3rem;
    max-width: 5.3rem;
    min-height: 5.3rem;
    max-height: 5.3rem;
    margin-right: 1.2rem;
  }
}

.p-app-title__icon_rank img {
  max-width: inherit;
  object-fit: cover;
}

@media screen and (min-width: 720px) {
  .p-app-title__icon_rank img {
    width: 11rem;
    height: 11rem;
  }
}

@media screen and (max-width: 719px) {
  .p-app-title__icon_rank img {
    width: 5.1rem;
    height: 5.1rem;
  }
}


.c-hw-rank__text_rank {
  color: #4870ff;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 720px) {
  .c-hw-rank__text_rank {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank__text_rank {
    font-size: 1.7rem;
  }
}

.p-app-title .c-hw-rank__text_rank {
  line-height: 1.3;
  color: #4870ff;
}


.c-review_rank {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.9em;
}

.c-review__label_rank {
  font-weight: 600;
  color: #5f5f5f;
  font-size: 1em;
  margin-top: -0.5rem;
}

.c-review__sep_rank {
  font-weight: bold;
  color: #4870ff;
}

.c-review__point_rank {
  font-weight: 600;
  color: #5f5f5f;
  margin-top: -0.5rem;
}

.c-review__stars_rank {
  margin-left: 1rem;
  margin-top: -0.5rem;
}


.c-hw-rank_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

/*TOP4のランク*/
.c-hw-rank_top span {
  color: #4870ff;
  font-weight: bold;
  font-size: 1.8rem;
}

.c-hw-rank_top span::after {
  content: "位";
}

/* c-hw-rank__text_rankクラスを持つspanには「位」を付けない*/
.c-hw-rank_top .c-hw-rank__text_rank::after {
  content: "";
}

@media screen and (min-width: 720px) {
  .c-hw-rank {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank {
    margin-bottom: 1rem;
  }
}

.c-hw-rank__no_top {
  position: relative;
}

@media screen and (min-width: 720px) {
  .c-hw-rank__no_top {
    max-width: 5rem;
    min-width: 5rem;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-rank__no_top {
    max-width: 3.2rem;
    min-width: 3.2rem;
    margin-right: 1rem;
  }
}

.c-hw-rank__no_top img,
.c-hw-rank__no_top svg {
  width: 100%;
  height: auto;
}

.c-hw-rank__no_top span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding-top: 0.4rem;
}

.c-hw-rank__svg-1 {
  fill: #ffd900;
}

.c-hw-rank__svg-2 {
  fill: #b7b7b7;
}

.c-hw-rank__svg-3 {
  fill: #d38c59;
}

.c-hw-rank__svg-4,
.c-hw-rank__svg-5,
.c-hw-rank__svg-6,
.c-hw-rank__svg-7,
.c-hw-rank__svg-8,
.c-hw-rank__svg-9,
.c-hw-rank__svg-10 {
  fill: #4870ff;
}

.z_text {
  font-size: 1.1rem;
  color: #999999;
}

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  margin-bottom: 1.8rem;
  /* その他のスタイル */
}

.carousel-item {
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 85%;
  padding-right: 1rem;
  /* その他のスタイル */
}

/*TOP4のイメージ*/
.top_image {
  margin-bottom: 1rem;
}

/* video */
.video {
  margin-bottom: 1rem;
}

/* OSによるLPの出し分け */
.iphone .android-lp {
  display: none;
}

.android .ios-lp {
  display: none;
}

.mac .android-lp {
  display: none;
}

.win .ios-lp {
  display: none;
}

.invisible {
  display: none;
}