@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

/**
 * 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: #333;
  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 #ddd;
  font-size: 1.2rem;
}

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

table tr th {
  background-color: #eaeaea;
  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: #0000ee;
  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: #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: 1rem;
  }
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.5rem;
}

@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: 1rem;
  color: #999999;
}

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

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

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

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  background-color: #00c27b;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1
}

.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 {
  /* :hoverは削除 */
  color: #151515;
  text-decoration: none;
}

/* PCでのホバー効果 */
@media screen and (min-width: 720px) {
  .c-button:hover {
    opacity: 0.7;
    background-color: #008554;
    transition: 0.3s;
    /* PCでのホバーアニメーションを調整 */
  }
}

.c-button:active {
  transform: scale(0.95);
  /* クリック時に95%に縮小 */
  opacity: 0.8;
  /* 少し透明にするのも効果的 */
  background-color: #008554;
  /* クリック時の色変化 */
}

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

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

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

.c-button::after {
  display: inline-block;
  content: "▶︎";
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.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: 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 var(--flash-animation, running);
  /* CSS変数でアニメーションの再生/停止を制御 */
}

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



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

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

.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: #00c27b;
  background-image: url(../img/ico-checkbox.png.webp);
  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;
  }
}

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

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


.p-app-text {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
}

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

.app {
  color: #666666;
  text-align: right;
  font-size: 1rem;
}

.comment {
  margin-top: 1.5rem;
  text-decoration: underline dotted #00c27b;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 2px;
  line-height: 3rem;
}

.l-header {
  background-color: #000000;
}

.l-header__inner {
  text-align: right;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
}

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

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

.l-footer {
  background-color: #000000;
  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__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 {
  background-color: #ffffff;
  margin: 0 auto;
}

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

@media screen and (max-width: 719px) {
  .l-contents__inner {
    padding: 1rem 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;
  }
}

/*mainvisualの下：タイトル用*/

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

.p-top3table__head span {
  background-color: #fff000;
}

.p-top3table__head strong {
  color: #c70000;
}


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

@media screen and (min-width: 720px) {
  .p-top3table__head {
    font-size: 3.5rem;
  }
}

/*対応エリア*/

.l-contents table {
  border-collapse: collapse;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.l-contents table th {
  text-align: center;
  background-color: #eee;
}

/*ボタン上テキスト*/

.c-button-top_fv {
  color: #151515;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 180%;
  margin: 1rem 0;
  margin-top: -1rem;
}

.c-button-top_fv span {
  position: relative;
  text-align: center;
  font-size: 1.4rem
}

.c-button-top_fv span::before,
.c-button-top_fv span::after {
  content: '';
  top: 60%;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #000000
}

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

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

@media screen and (max-width: 719px) {
  .c-button-top_fv {
    line-height: 130%;
  }

  .c-button-top_fv span {
    display: inline-block;
  }
}

.c-button-top {
  color: #151515;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 180%;
  margin: 1rem 0;
  margin-top: 3rem;
}

.c-button-top span {
  position: relative;
  text-align: center;
  font-size: 1.4rem
}

.c-button-top span::before,
.c-button-top span::after {
  content: '';
  top: 60%;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #000000
}

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

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

@media screen and (max-width: 719px) {
  .c-button-top {
    line-height: 130%;
  }

  .c-button-top span {
    display: inline-block;
  }
}

/*ボタン上テキストend*/

img {
  width: 100%;
  height: auto;
}

/*黒帯タイトルとグレータイトル*/

.title {
  background-color: #000000;
  color: #FFFFFF;
  height: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.subtitle {
  position: relative;
  padding-left: 4rem;
  font-size: 1.3rem;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.subtitle span {
  border-bottom: solid 1.5px #666666;
  padding: 2px;
}

.subtitle::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-90%);
  color: #666666;
  font-size: 3rem;
  font-weight: bold;
}

/*上下するテキスト*/

.target {
  animation: floating-y 0.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

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


/* 20250513追加 */
/* 画像のクラス */
.swiper-image {
  margin-bottom: 15px;
}

/* 口コミのクラス */
.review {
  margin: 1em 0 0.3em;
  padding: 10px;
  min-width: 100%;
  max-width: 100%;
  font-size: 1.2rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #eee;
}

.review p {
  margin-bottom: 0;
}

.review-app {
  color: #666666;
  text-align: right;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* infomationのクラス */
.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;
}

.c-hw-level2 {
  border-bottom: 3px solid #666666;
  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: 1.2rem;
    margin-top: 4rem;
    margin-bottom: 2.4rem;
    font-size: 1.9rem;
  }

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


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

/*アプリの使い方imageのクラス*/
.app-use-text {
  margin-top: 3rem;
  font-size: 1.3rem;
  font-weight: bold;
}

.app-use {
  width: auto;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-use img {
  width: auto;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_app-use {
  display: flex;
  width: auto;
  height: 400px;
  overflow-x: scroll;
  margin-bottom: 1rem;
}

.box_app-use img {
  width: auto;
  max-height: 400px;
  margin-left: 1rem;
  margin-right: 1rem;
}