@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.08vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #232323;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  max-width: 108rem;
  margin-top: 6rem;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: 100%;
  }
}
.l-wrap__head {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
  border-bottom: solid 0.3rem #ec6c50;
}

.l-container {
  padding: 3rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.l-container:not(:last-child) {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.l-footer__breadcrumb {
  padding: 1.5rem;
  background: #f5f5f5;
}
.l-footer__btn {
  position: fixed;
  right: 5rem;
  bottom: 4rem;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 4rem;
    right: 3rem;
    bottom: 3rem;
  }
}
.l-footer ul {
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer ul {
    white-space: nowrap;
    padding: 0.4rem 0;
    overflow-x: scroll;
    width: 100%;
  }
}
.l-footer ul li {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-footer ul li:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-footer ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.l-footer ul li a img {
  -ms-flex-item-align: center;
      align-self: center;
}
.l-footer ul li a .home {
  width: 1.4rem;
}
.l-footer ul li a .arw {
  width: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer ul li a .arw {
    margin-right: 1.3rem;
  }
}
.l-footer p {
  padding: 3rem;
  background: #dddddd;
  text-align: center;
  color: #0062b1;
}

.l-header {
  background: #0062b1;
  padding: 2rem;
  text-align: center;
  color: #ffffff;
}
.l-header h1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.l-sidebar {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
  }
}
.l-sidebar h6 {
  color: #0062b1;
  background: #f5f5f5;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.l-sidebar__wrap {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.l-sidebar__wrap:not(:last-child) {
  margin-bottom: 3rem;
}
.l-sidebar__head {
  background: #ec6c50;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.l-sidebar__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.l-sidebar__btn-item {
  width: 100%;
  max-width: 11rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar__btn-item {
    max-width: 100%;
  }
}
.l-sidebar__btn-item a {
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  border-radius: 0.4rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-sidebar__btn-item a {
    padding: 2.5rem 0;
    font-size: 1.8rem;
  }
}
.l-sidebar__btn-green {
  background: #76dd1a;
  -webkit-box-shadow: 0 0.4rem 0 rgb(87, 168, 16);
          box-shadow: 0 0.4rem 0 rgb(87, 168, 16);
}
.l-sidebar__btn-green:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: 0 0 0 rgb(87, 168, 16);
          box-shadow: 0 0 0 rgb(87, 168, 16);
}
.l-sidebar__btn-orange {
  background: #f15a24;
  -webkit-box-shadow: 0 0.4rem 0 rgb(170, 78, 57);
          box-shadow: 0 0.4rem 0 rgb(170, 78, 57);
}
.l-sidebar__btn-orange:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: 0 0 0 rgb(170, 78, 57);
          box-shadow: 0 0 0 rgb(170, 78, 57);
}
.l-sidebar__rank {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
.l-sidebar__rank:not(:last-child) {
  margin-bottom: 3rem;
  border-bottom: solid 1px #eeeeee;
}
.l-sidebar__rank h5 {
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar__rank h5 {
    font-size: 2.2rem;
  }
}
.l-sidebar__rank h5 img {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar__rank h5 img {
    width: 3.3rem;
  }
}
.l-sidebar__rank p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.l-sidebar__column {
  padding: 3rem;
}
.l-sidebar__column a {
  display: block;
}
.l-sidebar__column a:not(:last-child) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #eeeeee;
}
.l-sidebar__column dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.l-sidebar__column dl dt {
  width: 7rem;
}
.l-sidebar__column dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-sidebar__column dl dd p {
  font-size: 1.4rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-sidebar__column dl dd p {
    font-size: 1.7rem;
  }
}

.p-cont__thumb:not(:last-child) {
  margin-bottom: 3rem;
}
.p-cont__thumb img {
  width: 100%;
}
.p-cont__head-ttl01 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  background: #ec6c50;
  padding: 1.5rem 2.5rem;
  border-left: solid 0.6rem #c43617;
  color: #ffffff;
}
.p-cont__head-ttl01:not(:first-child) {
  margin-top: 6rem;
}
.p-cont__head-ttl01:not(:last-child) {
  margin-bottom: 3rem;
}
.p-cont__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-cont__txt:not(:last-child) {
  margin-bottom: 3rem;
}
.p-cont__list01 {
  position: relative;
  border: solid 0.2rem #ec6c50;
  border-radius: 1rem;
  padding: 5rem 4rem;
}
.p-cont__list01:not(:first-child) {
  margin-top: 5rem;
}
.p-cont__list01:not(:last-child) {
  margin-bottom: 6rem;
}
.p-cont__list01 h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ec6c50;
  font-size: 2rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  margin: auto;
  padding: 0 1.5rem;
}
.p-cont__list01 ul {
  counter-reset: listnum;
  list-style: none;
}
.p-cont__list01 ul li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-cont__list01 ul li::before {
  counter-increment: listnum;
  content: counter(listnum);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #ec6c50;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cont__list01 ul li:not(:last-child) {
  margin-bottom: 1.8rem;
}

.p-rank:not(:first-child) {
  margin-top: 7rem;
}
.p-rank__head {
  position: relative;
  background: url(/assets/img/bg-1.png) no-repeat left center/cover;
  padding: 2rem 2rem 2rem 9rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-rank__head-ico {
  position: absolute;
  top: -1rem;
  left: 2rem;
}
.p-rank__head-ico img {
  width: 6rem;
}
.p-rank__head-ttl01 {
  font-size: 2rem;
  font-weight: 600;
  background: #e6f1f6;
  padding: 1.5rem 2.5rem;
  border: solid 1px #0062b1;
  color: #0062b1;
  position: relative;
}
.p-rank__head-ttl01::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #0062b1;
  position: absolute;
  left: -0.2rem;
  top: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  display: block;
}
.p-rank__head-ttl01:not(:first-child) {
  margin-top: 6rem;
}
.p-rank__head-ttl01:not(:last-child) {
  margin-bottom: 4rem;
}
.p-rank__list01 {
  position: relative;
  border: solid 0.2rem #ec6c50;
  border-radius: 1rem;
  padding: 5rem 4rem;
}
.p-rank__list01:not(:first-child) {
  margin-top: 5rem;
}
.p-rank__list01:not(:last-child) {
  margin-bottom: 6rem;
}
.p-rank__list01 h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ec6c50;
  font-size: 2rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  margin: auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-rank__list01 h3 {
    line-height: 1.5;
    text-align: center;
  }
}
.p-rank__list01 ul {
  counter-reset: listnum;
  list-style: none;
}
.p-rank__list01 ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-rank__list01 ul li h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-rank__list01 ul li h4::before {
  content: "";
  width: 1.9rem;
  height: 1.6rem;
  background: url(/assets/img/check-1.png) no-repeat center/contain;
}
.p-rank__list01 ul li p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.p-rank__btn {
  margin-top: 4rem;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.p-rank__btn-item {
  width: 100%;
  max-width: 27rem;
}
.p-rank__btn-item a {
  display: block;
  padding: 2.8rem 0;
  text-align: center;
  border-radius: 1rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-rank__btn-green {
  background: #76dd1a;
  -webkit-box-shadow: 0 0.4rem 0 rgb(87, 168, 16);
          box-shadow: 0 0.4rem 0 rgb(87, 168, 16);
}
.p-rank__btn-green:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: 0 0 0 rgb(87, 168, 16);
          box-shadow: 0 0 0 rgb(87, 168, 16);
}
.p-rank__btn-orange {
  background: #f15a24;
  -webkit-box-shadow: 0 0.4rem 0 rgb(170, 78, 57);
          box-shadow: 0 0.4rem 0 rgb(170, 78, 57);
}
.p-rank__btn-orange:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: 0 0 0 rgb(170, 78, 57);
          box-shadow: 0 0 0 rgb(170, 78, 57);
}
.p-rank__desc p {
  color: #99c0e0;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.p-rank__desc h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}
.p-rank__detail h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 102);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-rank__detail h3:not(:last-child) {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.p-rank__detail p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-rank__detail p:not(:last-child) {
  margin-bottom: 3rem;
}
.p-rank__chart {
  width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-rank__chart {
    width: 100%;
  }
}
.p-rank__chart:not(:first-child) {
  margin-top: 4rem;
}
.p-rank__chart:not(:last-child) {
  margin-bottom: 4rem;
}
.p-rank__chart dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-rank__chart dl dt {
  font-size: 1.6rem;
  color: #ffffff;
  width: 26rem;
  padding: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0062b1;
  border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .p-rank__chart dl dt {
    width: 20rem;
  }
}
.p-rank__chart dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.6rem;
  padding: 1.5rem 3rem;
  border: solid 1px #0062b1;
  border-bottom: none;
}
.p-rank__chart dl dd img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-rank__chart dl dd img {
    width: 2.6rem;
  }
}
.p-rank__chart dl dd img.small {
  width: 1.6rem;
}
.p-rank__chart dl:last-child dt {
  border-bottom: solid 1px #0062b1;
}
.p-rank__chart dl:last-child dd {
  border-bottom: solid 1px #0062b1;
}
.p-rank__review dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.p-rank__review dl:not(:last-child) {
  margin-bottom: 3rem;
}
.p-rank__review dl dt {
  width: 4rem;
}
.p-rank__review dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-rank__review dl dd p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-rank__review dl dd p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-rank__review-note {
  font-size: 1.6rem;
  text-align: right;
}
.p-rank__company:not(:first-child) {
  margin-top: 6rem;
}
.p-rank__company-ttl {
  font-size: 2rem;
  font-weight: 600;
  border-left: solid 0.6rem #0062b1;
  padding: 0.5rem 2rem;
}
.p-rank__company-ttl:not(:last-child) {
  margin-bottom: 3rem;
}
.p-rank__company table {
  width: 100%;
}
.p-rank__company table tbody tr {
  border-bottom: solid 1px #ccc;
}
.p-rank__company table tbody tr:first-child {
  border-top: solid 1px #ccc;
}
.p-rank__company table tbody tr th {
  background: #f5f5f5;
  padding: 1rem 3rem;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 400;
  width: 18rem;
}
.p-rank__company table tbody tr td {
  padding: 1rem 1rem 1rem 3rem;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-rank__company table tbody tr td a {
  color: #0062b1;
  text-decoration: underline;
}

.p-point dl {
  background: #f5f5f5;
  padding: 3rem;
  position: relative;
}
.p-point dl::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: #f15a24;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
.p-point dl:not(:last-child) {
  margin-bottom: 3rem;
}
.p-point dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-point dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-point__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-faq:not(:last-child) {
  margin-bottom: 6rem;
}
.p-faq dl:not(:last-child) {
  margin-bottom: 3.5rem;
}
.p-faq dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e6f1f6;
  margin-bottom: 2rem;
  gap: 3rem;
}
.p-faq dl dt .question {
  font-size: 2rem;
  font-weight: 600;
  background: #0062b1;
  color: #ffffff;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.5rem;
}
.p-faq dl dt .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 1rem 0;
}
.p-faq dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
.p-faq dl dd .answer {
  font-size: 2rem;
  font-weight: 600;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #f15a24;
  color: #f15a24;
}
.p-faq dl dd .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-faq__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-recom__desc p {
  font-size: 1.65rem;
  line-height: 1.8;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.p-recom__desc p:not(:last-child) {
  margin-bottom: 3rem;
}

.p-caution {
  background: #f5f5f5;
  padding: 3rem;
}
.p-caution:not(:first-child) {
  margin-top: 5rem;
}
.p-caution:not(:last-child) {
  margin-bottom: 5rem;
}
.p-caution h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: solid 1px #ccc;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.p-caution h2::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.4rem;
  background: url(/assets/img/note-1.png) no-repeat center/contain;
}
.p-caution dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-caution dl:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-caution dl dt {
  width: 1.9rem;
}
.p-caution dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-caution dl dd h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-caution dl dd p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.p-counterplan {
  border: solid 0.4rem #fbe2dc;
  padding: 3rem;
}
.p-counterplan:not(:first-child) {
  margin-top: 5rem;
}
.p-counterplan:not(:last-child) {
  margin-bottom: 5rem;
}
.p-counterplan__head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: solid 1px #ccc;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  color: #ec6c50;
}
.p-counterplan__head h2::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2.4rem;
  background: url(/assets/img/lite-1.png) no-repeat center/contain;
}
.p-counterplan__head p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-counterplan ol {
  list-style: decimal;
  margin-left: 2.5rem;
}
.p-counterplan ol:not(:first-child) {
  margin-top: 3rem;
}
.p-counterplan ol:not(:last-child) {
  margin-bottom: 3rem;
}
.p-counterplan ol li {
  font-size: 1.6rem;
}
.p-counterplan ol li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-counterplan ol li::marker {
  font-weight: 600;
  color: #ec6c50;
  font-size: 2rem;
}
.p-counterplan ol li h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-counterplan ol li p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.p-chat:not(:first-child) {
  margin-top: 5rem;
}
.p-chat:not(:last-child) {
  margin-bottom: 5rem;
}
.p-chat h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #0062b1;
}
.p-chat h2::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2.4rem;
  background: url(/assets/img/chat-1.png) no-repeat center/contain;
}
.p-chat p {
  font-size: 1.6rem;
  line-height: 1.65;
  margin-top: 1.5rem;
}
.p-chat ol {
  list-style: decimal;
  margin-left: 3.5rem;
}
.p-chat ol:not(:first-child) {
  margin-top: 3rem;
}
.p-chat ol:not(:last-child) {
  margin-bottom: 3rem;
}
.p-chat ol li {
  font-weight: 600;
  font-size: 1.6rem;
}
.p-chat ol li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-chat ol li::marker {
  font-weight: 600;
  font-size: 1.6rem;
}
.p-chat ol li h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-chat ol li p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.p-probe {
  border: solid 0.4rem #fbe2dc;
  padding: 3rem;
}
.p-probe:not(:first-child) {
  margin-top: 5rem;
}
.p-probe:not(:last-child) {
  margin-bottom: 5rem;
}
.p-probe dl:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-probe dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
.p-probe dl dt .num {
  width: 4.6rem;
  height: 4rem;
  background: url(/assets/img/fukidashi-1.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.4rem;
  padding-bottom: 0.2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #ec6c50;
}
.p-probe dl dd {
  margin-top: 1rem;
}
.p-probe dl dd p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-column:not(:first-child) {
  margin-top: 6rem;
}
.p-column h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  background: #ec6c50;
  padding: 1.5rem 2.5rem;
  border-left: solid 0.6rem #c43617;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-column h2 {
    padding: 1.5rem;
  }
}
.p-column h2:not(:first-child) {
  margin-top: 6rem;
}
.p-column h2:not(:last-child) {
  margin-bottom: 3rem;
}
.p-column h3 {
  font-size: 2rem;
  font-weight: 600;
  border-left: solid 0.6rem #0062b1;
  padding: 0.5rem 2rem;
}
.p-column h3:not(:first-child) {
  margin-top: 3.5rem;
}
.p-column h3:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-column h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 2.5rem 1rem 6.5rem;
  background: #e6f1f6;
  border-radius: 5rem 0 0 5rem;
  position: relative;
  z-index: 10;
}
.p-column h4:not(:first-child) {
  margin-top: 3.5rem;
}
.p-column h4:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-column h4 .num {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #0062b1;
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-column h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0062b1;
}
.p-column h5:not(:first-child) {
  margin-top: 3.5rem;
}
.p-column h5:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-column p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-column p:not(:last-child) {
  margin-bottom: 3rem;
}
.p-column p small {
  display: block;
  margin-top: 1.5rem;
}
.p-column p a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: #0062b1;
}
.p-column ul {
  padding: 3rem;
  border-radius: 1rem;
  border: solid 0.2rem #f15a24;
}
.p-column ul:not(:last-child) {
  margin-bottom: 3rem;
}
.p-column ul li {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-column ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-column ol {
  padding: 3rem;
  border-radius: 1rem;
  border: solid 0.2rem #f15a24;
  list-style: decimal;
}
.p-column ol:not(:last-child) {
  margin-bottom: 3rem;
}
.p-column ol li {
  margin-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-column ol li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-column table {
  width: 100%;
}
.p-column table:not(:last-child) {
  margin-bottom: 3rem;
}
.p-column table:not(:first-child) {
  margin-top: 5rem;
}
.p-column table tbody tr th {
  padding: 2rem;
  text-align: center;
  background: #ec6c50;
  border: solid 1px #ffffff;
  color: #ffffff;
  line-height: 1.5;
}
.p-column table tbody tr td {
  border: solid 1px #dddddd;
  padding: 2rem;
  vertical-align: middle;
  line-height: 1.5;
}
.p-column table tbody tr td:nth-of-type(1) {
  white-space: nowrap;
}
.p-column .btn {
  margin-bottom: 4rem;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.p-column .btn__item {
  width: 100%;
  max-width: 27rem;
}
.p-column .btn__item-blue {
  background: #0062b1;
  -webkit-box-shadow: 0 0.4rem 0 rgb(2, 59, 106);
          box-shadow: 0 0.4rem 0 rgb(2, 59, 106);
}
.p-column .btn__item-blue:hover {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-box-shadow: 0 0 0 rgb(2, 59, 106);
          box-shadow: 0 0 0 rgb(2, 59, 106);
}
.p-column .btn__item a {
  display: block;
  padding: 2.8rem 0;
  text-align: center;
  border-radius: 1rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.p-pager dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-pager dl dt {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-pager dl dt {
    width: 9rem;
  }
}
.p-pager dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pager dl dd p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.p-pager__next {
  display: block;
  width: calc((100% - 3rem) / 2);
  margin-left: auto;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.p-pager__next dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-pager__next dl::before {
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  background: #f5f5f5 url(/assets/img/next.png) no-repeat center/0.6rem;
}
.p-pager__prev {
  display: block;
  width: calc((100% - 3rem) / 2);
  margin-right: auto;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.p-pager__prev dl::before {
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  background: #f5f5f5 url(/assets/img/prev.png) no-repeat center/0.6rem;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #ffffff;
  letter-spacing: 0;
  background: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.c-pager .wp-pagenavi a:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
  opacity: 1;
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #333333;
  padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__detail-date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__detail-cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #333333;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #333333;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #333333;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #333333;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.c-breadcrumb__item {
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-child)::after {
    margin-bottom: 0.3rem;
  }
}/*# sourceMappingURL=style.css.map */