@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
 */
/*
* z-index
* 999:ローディング
* 102:スマホページ下部固定
* 101:ヘッダーメニュー
* 100:ヘッダー
* 100:固定フッター
*/
html {
  font-size: 10px;
}

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

body {
  font-family: "メイリオ", "sans-serif", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #353535;
  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 1.5rem;
  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: #0077B3;
  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: underline;
}

a:active,
a:hover {
  color: #F4A000;
  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: 1em;
}

@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;
  }
}

em {
  font-style: normal;
  font-weight: 700;
}

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--red {
  color: #FF0059;
}

.u-color--blue {
  color: #00BFFF;
}

.u-color--green {
  color: #1AA5A0;
}

/*
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-marker {
  font-weight: 700;
}

.u-marker--red {
  background: linear-gradient(transparent 60%, #FFB4B4 60%);
}

.u-marker--blue {
  background: linear-gradient(transparent 60%, #ACEBFF 60%);
}

.u-marker--yellow {
  background: linear-gradient(transparent 60%, #fffab4 60%);
}

/*
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.5;
  font-size: 1.2rem;
  color: #999999;
}

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

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #F85977;
  border-radius: 1rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
}

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

@media screen and (max-width: 719px) {
  .c-button {
    margin-bottom: 3rem;
    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: .7;
}

.c-button--green {
  background-color: #1AA5A0;
}

.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: .5rem;
  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-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: .8rem;
    height: 1.8rem;
  }
}

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

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

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

.c-button-message::after {
  margin-left: .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: .5rem;
  margin-bottom: .5rem;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 10rem;
  color: #666666;
  opacity: .9;
}

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

@media screen and (max-width: 719px) {
  .c-genre li {
    padding: .6rem .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-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: 4rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 719px) {
  .c-hw-level3 {
    padding-bottom: 1rem;
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
    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: 4rem;
    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;
  }
}


@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%;
}

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

@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%, #1AA5A0 50%);
  display: inline;
  font-weight: bold;
}

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

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

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

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

.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-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: 1rem;
  margin-bottom: 2.2rem;
  margin-left: 1rem;
  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 0.3rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #dbdbdb;
}

.c-recommend-app__icon img {
  object-fit: cover;
}

.c-recommend-app__name {
  font-weight: 700;
  color: #5cc5d8;
  font-size: 1.1rem;
}

.c-recommend-app--app1 .c-recommend-app__balloon {
  margin-right: 1rem;
  background-color: #e9fffe;
}

.c-recommend-app--app1 .c-recommend-app__balloon::after {
  margin-right: 1rem;
  border-top-color: #e9fffe;
}

.c-recommend-app--app2 .c-recommend-app__balloon {
  margin-right: 1rem;
  background-color: #f0fbff;
}

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

.c-recommend-app--app3 .c-recommend-app__balloon {
  margin-right: 1rem;
  background-color: #fffced;
}

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

.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: .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-review-stars img {
  width: 1.4rem;
  height: auto;
  vertical-align: baseline;
}

.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%;
}

@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 {
    margin-bottom: 4rem;
  }
}

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

.c-toggleCont__title {
  position: relative;
  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: flex-start;
    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: -.9rem;
  }
}

@media screen and (max-width: 719px) {
  .c-toggleCont__title::after {
    right: 1.5rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -.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-toggleCont__title {
  text-align: center;
}

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


.p-app-title {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 0rem;
  margin-top: 4%;
}

.p-app-title__icon {
  overflow: hidden;
  border-radius: 2rem;
}

@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: 11rem;
    height: 11rem;
  }
}

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


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

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

.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;
}

@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;
}

.p-recommend-box {
  background-color: #F5FFF8;
  border: 1px solid #1AA5A0;
  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: 2.4rem;
  }
}

.p-recommend-box__title {
  line-height: 1.5;
  color: #191919;
  font-weight: 700;
  background-image: url(../img/icon-good.png);
  background-repeat: no-repeat;
  background-position: center left;
}

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

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

.p-recommend-box__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: .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: #1AA5A0;
}

.l-header_1 {
  background-color: #00BFFF;
}

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

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

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

@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-footer {
  background-color: #1AA5A0;
  color: #FFFFFF;
}

.l-footer_1 {
  background-color: #00BFFF;
  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: 2.4rem 1.5rem 4rem;
  }
}

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

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

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

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

.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 {
  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: #F85977;
  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;
}

@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__button__head {
  text-align: center;
  margin-top: 2.5rem;
}

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

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

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

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

a.c-pickup__button {
  font-size: 1.8rem;
  margin-top: 1.8rem;
  line-height: 1;
  background: #F85977;
  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;
}

a.c-pickup__button.--green {
  background: #1AA5A0;
}

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

a.c-pickup__button::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%;
}

a.c-pickup__button::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;
}

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

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

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

.c-pickup__color {
  color: #F85977;
}

.c-green__hr {
  border: 0;
  border-bottom: 3px solid #1AA5A0;
  margin: 6rem 0;
}

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

.c-blue__hr {
  border: 0;
  border-bottom: 3px solid #F85977;
  margin: 6rem 0;
}

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

/* Flocss Theme 外部ライブラリのCSS上書き等 */
a.title-app-p {
  display: flex;
  text-decoration: none;
}

div.c-review {
  color: black;
}

/*20240408*/
.p-app-top3-head {
  background: #1AA5A0;
  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 #1AA5A0;
  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: #F85977;
}

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

.p-app-top3-text {
  margin: 0;
  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: #ff9500;
  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: normal;
  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: 1rem;
}

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

.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: #1AA5A0;
}

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

.colspan_text {
  text-align: center;
}

.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: .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: #a5c8d4;
}

.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: #1AA5A0;
}

.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-top3table__head {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: bold;
}

.p-top3table__head span {
  color: #1AA5A0;
}

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

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


.p-top3table thead tr th {
  text-align: center;
  font-size: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  background: #1AA5A0;
  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 #f0f0f0;
  background: #f0f0f0;
  text-align: center;
  padding: 0.8rem;
  padding: .8rem;
  font-weight: bold;
}

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

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

@media screen and (max-width: 719px) {
  .p-top3table tbody tr td {
    padding: .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: .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: #a5c8d4;
}

.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;
}

.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;
}

@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;
}

.c-button__search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 2rem auto;
  background-color: #F85977;
  border: solid 3px #ffffff;
  /*線*/
  border-radius: 1rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

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

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

@media screen and (max-width: 719px) {
  .c-button__search {
    margin-bottom: 3rem;
    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: #F85977;
}

.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--slim {
  padding: .9rem;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  line-height: 1.4;
}

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

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

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

.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-hw-level2 {
  border-bottom: 3px solid #1AA5A0;
  font-weight: 700;
}

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

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

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

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

.p-app-title__icon {
  overflow: hidden;
  border-radius: 2rem;
}

@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: 11rem;
    height: 11rem;
  }
}

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


.c-ranking-point {
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0rem;
}

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

.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-title__icon {
  overflow: hidden;
  border-radius: 2rem;
}

@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: 11rem;
    height: 11rem;
  }
}

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

.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: #a5c8d4;
}

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

.c-hw-rank__svg {
  fill: #5cc5d8;
}

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

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

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

.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 {
  font-size: 1.2rem;
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 10px;
  padding: 16px;
}

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

.p-recommend-group--app1 .p-recommend-group__title {
  background-color: #e9fffe;
  border-bottom-color: #1aa5a0;
}

.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: #ffd480;
}

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

@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: 20%;
    margin-right: 2rem;
  }

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

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

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

@media screen and (min-width: 720px) {
  .p-app-column__col {
    width: 20%;
    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;
  }
}

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

.header_text span>span {
  color: #ffbc09;
}

.c-recommend-text {
  justify-content: center;
  align-items: center;
  padding: 20px;
}



.p-lp__toggle-head-check {
  display: none
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.p-lp__toggle-head-check:checked+.p-lp__toggle-head+.p-lp__toggle-body {
  display: block
}

.p-lp__toggle-head {
  background: #41c9d5;
  text-align: center;
  font-weight: 700;
  margin-top: 4%;
  padding: 4%;
  color: #fff;
  font-size: 2.8rem;
  cursor: pointer;
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative
}

.p-lp__toggle-head:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/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) {
  .p-lp__toggle-head {
    font-size: 3.6vw
  }
}

.p-lp__toggle-body {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4%;
  border: 10px solid #41c9d5;
  border-top-width: 0
}

@media screen and (max-width:750px) {
  .p-lp__toggle-body {
    border-width: 0 5px 5px
  }
}

.p-lp__app-review-prof {
  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
}


.p-lp__recommend-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 8%
}

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

  .p-lp__recommend-title {
    font-size: 4.2vw
  }
}

.p-lp__recommend {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  margin: 8% 4% 4%
}

.p-lp__recommend-item {
  width: 16%;
  margin: 5% 0 0 5%;
  position: relative
}

.p-lp__recommend-item img {
  border-radius: 10%
}

.p-lp__recommend-item.is-border img {
  border: 2px solid #eee
}

.p-lp__recommend-item:before {
  width: 50%;
  height: 50%;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -25%;
  left: -25%;
  font-weight: 700;
  line-height: 200%
}


.p-lp__recommend-item:first-of-type:before {
  content: "1";
  background: #fbbc43
}

.p-lp__recommend-item:nth-of-type(2):before {
  content: "2";
  background: #aac2d4
}

.p-lp__recommend-item:nth-of-type(3):before {
  content: "3";
  background: #d79468
}

.p-lp__recommend-item:nth-of-type(-n+5) {
  margin-top: 0
}

.p-lp__recommend-item:nth-of-type(5n-4) {
  margin-left: 0
}


.p-lp__search-head {
  font-weight: 700;
  margin-bottom: 2%
}

.p-lp__search-head:not(:first-child) {
  margin-top: 4%
}

.p-lp__search {
  display: flex;
  justify-content: left;
  flex-wrap: wrap
}

.p-lp__search-item {
  width: 48%;
  margin: 4% 0 0 4%
}

.p-lp__search-item:nth-of-type(-n+2) {
  margin-top: 0
}

.p-lp__search-item:nth-of-type(2n-1) {
  margin-left: 0
}

.p-lp__search-item-wide {
  width: 100%
}

.p-lp__search-item-wide:not(:first-child) {
  margin-top: 4%
}

.p-lp__search-radio label {
  user-select: none;
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  background: #f2f2f2
}

.p-lp__search-radio label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: .5em
}

.p-lp__search-radio input[ type=radio] {
  display: none
}

.p-lp__search-radio input[ type=radio]:checked+label:before {
  background: #ff667f
}

.p-lp__search-select {
  background: #f2f2f2;
  position: relative
}

.p-lp__search-select:before {
  content: "▼";
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em
}

.p-lp__search-select select {
  display: block;
  cursor: pointer;
  padding: 1em;
  position: relative;
  width: 100%;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.p-lp__search-count span {
  font-size: 1.5em;
  font-weight: 700;
  color: #ff667f;
  vertical-align: bottom;
  padding-right: .1em
}


.gray {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.btn-square {
  border-bottom: solid 4px #cc4057;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

 /*テーブルデザイン*/
.c-table-group .table {
  margin-left: auto;
  margin-right: auto;
}

.c-table-group .table img {
  width: 100%;
  height: auto;
}

.c-table-group .table-title {
  background-color: #1ba5a0;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 1.4em;
  font-weight: 600;
  border-radius: 0.5em 0.5em 0 0;
}

.c-table-group .table .inner-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
}

.c-table-group .table .fixed-row {
  position: sticky;
  top: 0;
  z-index: 10;
}

.c-table-group .table .inner-table thead th {
  padding: .5em;
  background-color: #fff;
  box-shadow: 0 0 0 #000;
}

.c-table-group .table .inner-table tbody th {
  background-color: #eeeff0;
  font-weight: 700;
  font-size: 1.2rem;
}

.c-table-group .table .inner-table tbody td {
  padding: 1em 0.5em;
  font-weight: 0;
  font-size: 1.1rem;
}

.c-table-group .table .inner-table tbody:last-child td {
  border-bottom: none;
}

.c-table-group .table .inner-table th,
.c-table-group .table .inner-table td {
  border-bottom: 1px solid #ddd;
  border-right: solid 1px #ddd;
}

/* 非表示 */
.invisible {
  display: none;
}

/* Flocss Theme 外部ライブラリのCSS上書き等 */