@charset "UTF-8";
.u-desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: none;
  }
}



body {
  position: relative;
/*   font-family: "vdl-v7gothic", sans-serif; */
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #E83428;
  background-color: #E0E0E0;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #fff;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;

}
@media (max-width: 1124px) {
  html {
    font-size: 1.4234875445vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

body.noscroll {
  overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.c-aspect-img {
  position: relative;
}

.c-aspect-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-breadcrumb {
  background-color: #fff;
  padding: 10px 0 10px 12px;
  padding: 0.625rem 0 0.625rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 0.25rem 0 0.25rem 0.75rem;
    font-size: 0.625rem;
    background-color: #E0E0E0;
  }
}

.c-btn {
  display: inline-block;
  padding: 11px 0px;
  padding: 0.6875rem 0rem;
  width: 100%;
  border: 1px solid #E83428;
  max-width: 200px;
  max-width: 12.5rem;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 700;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.c-btn:hover {
  background-color: #E83428;
  color: #fff;
}

.c-btn--bg {
  color: #fff;
  background-color: #E83428;
}

.c-btn--bg:hover {
  color: #E83428;
  background-color: #fff;
}

.c-btn--square {
  border-radius: 0;
}

.c-first-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  line-height: 2.1;
}

.c-footer-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}

.c-footer-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  position: relative;
}

.c-footer-text::after {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 50%;
  right: 0;
  height: 2px;
  background: #333333;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-footer-text:hover::after {
  width: 100%;
}

.c-hamburger {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  width: 2.5rem;
  height: 43px;
  height: 2.6875rem;
  border-radius: 0.25rem;
  background-color: #E83428;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger span {
  display: block;
  height: 3px;
  width: 20px;
  width: 1.25rem;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  position: absolute;
  top: -13px;
  top: -0.8125rem;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 0.1875rem;
}

.c-hamburger span:nth-of-type(3)::after {
  content: "menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 19px;
  top: 1.1875rem;
  left: 55%;
  font-weight: 500;
  margin: auto;
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(0.4375rem);
          transform: translateY(0.4375rem);
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem);
          transform: translateY(-0.4375rem);
}

/*OPEN時の動き*/
.c-keywords {
  font-size: 18px;
  font-size: 1.125rem;
  color: #E83428;
  border-radius: 0.375rem;
  font-weight: 700;
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
  border: 1px solid #E83428;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.c-keywords:hover {
  background-color: #E83428;
  color: #fff;
}

.c-logo {
  width: 100px;
  width: 6.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-logo {
    width: 8.4375rem;
  }
}

.c-page-top {
  color: #fff;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  position: fixed;
  right: 0px;
  right: 0rem;
  bottom: 15px;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  border-radius: 50%;
  display: block;
  border: 1px solid #E83428;
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
  background-color: #fff;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    right: -1.875rem;
  }
}

.c-page-top::after {
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  display: block;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  right: 15px;
  right: 0.9375rem;
  border-top: 3px solid #E83428;
  border-top: 0.1875rem solid #E83428;
  border-left: 3px solid #E83428;
  border-left: 0.1875rem solid #E83428;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-section-title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}

.c-section-title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #E83428;
}

.c-subSection-title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
	color: #333;
}
@media screen and (max-width: 768px) {
  .c-subSection-title {
    text-align: center;
	  
  }
}

.c-subSection-title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #E83428;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.c-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #E83428;
  border-radius: 0.3125rem;
  color: inherit;
  font-family: inherit;
  color: #333333;
  width: 100%;
  padding: 11px 11px;
  padding: 0.6875rem 0.6875rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  height: 156px;
  height: 9.75rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-textarea {
    padding: 0.75rem 1.125rem;
  }
}

.c-textarea:focus {
  outline: none;
}

.l-404 {
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .l-404 {
    margin-top: 12.5rem;
  }
}

.l-content {
  max-width: 1056px;
  max-width: 66rem;
  width: 100%;
}

.l-first-manual {
  margin-top: 216px;
  margin-top: 13.5rem;
}
@media screen and (max-width: 768px) {
  .l-first-manual {
    margin-top: 4.0625rem;
  }
}

.l-flow {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.l-foot-contact {
  margin-top: 88px;
  margin-top: 5.5rem;
}

.l-footer {
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 3.75rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-main-block {
  max-width: 1330px;
  max-width: 83.125rem;
  width: 100%;
  padding: 98px 25px 0;
  padding: 6.125rem 25px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-main-block {
    max-width: 33.25rem;
    padding: 4.9375rem 16px 0;
  }
}

.l-main-content {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-manual {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.l-qa {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.l-results-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-results-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-results-manual {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .l-results-manual {
    margin-top: 4.0625rem;
  }
}

.l-results-search {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .l-results-search {
    margin-top: 4.0625rem;
  }
}

.l-serach-manual {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .l-serach-manual {
    margin-top: 4.0625rem;
  }
}

.l-single-manual {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .l-single-manual {
    margin-top: 4.0625rem;
  }
}

.l-sub-content {
  max-width: 1056px;
  max-width: 66rem;
  width: 100%;
  background-color: #fff;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.l-results-manual {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .l-results-manual {
    margin-top: 4.0625rem;
  }
}

.p-404 {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-404__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  opacity: 0.3;
  color: #FFEA2E;
}
@media screen and (max-width: 768px) {
  .p-404__title {
    font-size: 3.75rem;
  }
}

.p-404__text {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-404__text {
    font-size: 1.875rem;
  }
}

.p-404__outher {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}

.p-club-service {
  max-width: 302px;
  max-width: 18.875rem;
  width: 100%;
}

.p-club-service__items:first-of-type {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-club-service__items:nth-of-type(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-club-service__item:nth-of-type(n+2) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-club-service__item--for {
  pointer-events: none;
}

.p-contact-button__submit {
  -webkit-appearance: none;
  background-color: #e83428;
  border: 1px solid #E83428;
  background-image: none;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  padding: 0.75rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact-button__submit {
    margin: 0 auto;
    max-width: 19.0625rem;
    width: 100%;
    padding: 1.1875rem 0;
  }
}

.p-contact-button__submit:hover {
  background-color: #fff;
  color: #E83428;
}

@media screen and (max-width: 768px) {
  .p-contact-button__submit + .p-contact-button__submit {
    margin: 1.25rem 0 0;
  }
}

.p-contact-button__submit:hover,
.p-contact-button__submit:focus {
  outline: none;
}

.p-contact-button__submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.wpcf7 .wpcf7-submit.p-contact-button__submit:disabled {
  background-color: #888888;
}

.p-contact-select__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../images/contact/contact-serelet-icon.svg) no-repeat center right 0px/35px 32px;
  background: transparent url(../images/contact/contact-serelet-icon.svg) no-repeat center right 0px/2.1875rem 2rem;
  border: 1px solid #E83428;
  border-radius: 0.25rem;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 11px;
  padding: 0 0.6875rem;
  width: 100%;
  height: 32px;
  height: 2rem;
}

.p-contact-select option {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.p-contact-select:focus {
  border: 1px solid rgba(0, 0, 0, .32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-contact-select__select.wpcf7-not-valid {
  background-color: rgba(241, 90, 36, .1);
}

.p-contact-text {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact-text {
    max-width: 100%;
  }
}

.p-contact-text--budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-text__text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #E83428;
  border-radius: 0.25rem;
  color: inherit;
  font-family: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  width: 100%;
  padding: 0px 11px;
  padding: 0rem 0.6875rem;
  max-width: 600px;
  max-width: 37.5rem;
  height: 32px;
  height: 2rem;
  font-weight: 500;
}

.p-contact-text__text.wpcf7-not-valid {
  background-color: rgba(241, 90, 36, .1);
}

.c-textarea.wpcf7-not-valid {
  background-color: rgba(241, 90, 36, .1);
}

.p-contact-textarea {
  width: 100%;
}

.p-contact__contents {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .p-contact__contents {
    max-width: 33.25rem;
    padding: 0 1rem;
  }
}

.p-contact__content:nth-of-type(n + 2) {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
}

.p-contact__button {
  font-weight: 400;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__name span {
  margin-left: 7px;
  margin-left: 0.4375rem;
  background-color: #E83428;
  padding: 1px 8px;
  padding: 0.0625rem 0.5rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
}

.p-contact__item:nth-of-type(n+2) {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.c-contact-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.1;
  color: #333333;
}

.p-contact__bottomText {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contact__bottomBox {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-contact__copy:nth-of-type(n+2) {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-contact__copy:nth-of-type(n+2) {
    margin-top: 0.375rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-drawer-menu {
  width: 100%;
  height: 100vh;
  background-color: #e83428;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in 0.1s;
  transition: -webkit-transform 0.2s ease-in 0.1s;
  transition: transform 0.2s ease-in 0.1s;
  transition: transform 0.2s ease-in 0.1s, -webkit-transform 0.2s ease-in 0.1s;
  display: none;
  overflow-y: scroll;
}

.p-drawer__close {
  position: absolute;
  width: 51px;
  width: 3.1875rem;
  height: 51px;
  height: 3.1875rem;
  top: 28px;
  top: 1.75rem;
  right: 24px;
  right: 1.5rem;
}

.p-drawer__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  left: 0.0625rem;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  width: 100%;
  height: 6px;
  height: 0.375rem;
  border-radius: 1rem;
  background-color: #fff;
}

.p-drawer__close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  right: 0.125rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 100%;
  height: 6px;
  height: 0.375rem;
  border-radius: 1rem;
  background-color: #fff;
}

.p-drawer-menu__name {
  color: #fff;
  padding-top: 93px;
  padding-top: 5.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.p-drawer-menu__name span {
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #fff;
}

.p-drawer-menu__items {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-drawer-menu__item a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  line-height: 1;
  position: relative;
}

.p-drawer-menu__item--font a {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-drawer-menu__item a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  bottom: -0.375rem;
  left: 50%;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-drawer-menu__item--font a::after {
  bottom: -7px;
  bottom: -0.4375rem;
}

.p-drawer-menu__item a:hover::after {
  width: 100%;
}

.p-drawer-menu__item:nth-child(n+2) a {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-drawer-menu__search {
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  margin: 32px auto 0;
  margin: 2rem auto 0;
}

.p-drawer-menu__contents {
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  padding-bottom: 500px;
  padding-bottom: 31.25rem;
}

.p-drawer-menu__content:nth-of-type(n+2) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-drawer-menu__content a {
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 11px 0 13px;
  padding: 0.6875rem 0 0.8125rem;
  border-radius: 1rem;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.p-drawer-menu__content a:hover {
  background-color: #fff;
  color: #E83428;
}

.p-drawer-search__form {
  position: relative;
  width: 100%;
  padding-top: 48px;
  padding-top: 3rem;
}

.p-drawer-search__sbox {
  height: 48px;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 50px;
  padding: 0 3.125rem;
}

.p-drawer-search__sbox:focus::-webkit-input-placeholder {
  color: transparent;
}

.p-drawer-search__sbox:focus::-moz-placeholder {
  color: transparent;
}

.p-drawer-search__sbox:focus::-ms-input-placeholder {
  color: transparent;
}

.p-drawer-search__sbox:focus::placeholder {
  color: transparent;
}

.p-drawer-search ::-webkit-input-placeholder {
  color: #fff;
}

.p-drawer-search ::-moz-placeholder {
  color: #fff;
}

.p-drawer-search ::-ms-input-placeholder {
  color: #fff;
}

.p-drawer-search ::placeholder {
  color: #fff;
}

.p-drawer-search__icon {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  outline: 0;
  padding: 0;
}

.p-faq-table__item:nth-child(n+2) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-faq-table__item a {
  font-size: 16px;
	color: #333333;
  letter-spacing: 0.05em;
}

.p-first-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-first-media {
    padding: 0;
    display: block;
  }
}

.p-first-media__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.024em;
  line-height: 1.6;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-first-media__text {
    line-height: 2;
  }
}

.p-first-media__body {
  max-width: 355px;
  max-width: 22.1875rem;
  width: 100%;
  margin-right: 49px;
  margin-right: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .p-first-media__body {
    max-width: 100%;
    margin-top: 1.125rem;
  }
}

.p-first-media__other {
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-first-media__other {
    margin-top: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-first__title {
    display: none;
  }
}

.p-first__title::after {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-first__media {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-first__media {
    margin-top: 0rem;
  }
}

.p-flow-media {
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  border: 2px solid #E83428;
  min-height: 180px;
  min-height: 11.25rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-flow-media {
    max-width: 100%;
    width: 48.25%;
  }
}

.p-flow-media__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow-media__number {
  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;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  background-color: #E83428;
  color: #fff;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.p-flow-media__name {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media screen and (max-width: 420px) {
  .p-flow-media__name {
    font-size: 0.9375rem;
  }
}

.p-flow-media__name--register {
  margin-left: 13px;
  margin-left: 0.8125rem;
}

.p-flow-media__name--point {
  margin-left: 13px;
  margin-left: 0.8125rem;
}

.p-flow-media__name--reservation {
  margin-left: 19px;
  margin-left: 1.1875rem;
}

.p-flow-media__name--send {
  margin-left: 2px;
  margin-left: 0.125rem;
}

.p-flow-media__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-flow-media__img--register {
  margin-top: 12px;
  margin-top: 0.75rem;
  max-width: 69px;
  max-width: 4.3125rem;
}

.p-flow-media__img--point {
  margin-top: 23px;
  margin-top: 1.4375rem;
  max-width: 68px;
  max-width: 4.25rem;
}

.p-flow-media__img--reservation {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 60px;
  max-width: 3.75rem;
}

.p-flow-media__img--send {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 60px;
  max-width: 3.75rem;
}

.p-flow-media__text {
  text-align: center;
}

.p-flow-media__text--register {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-flow-media__text--point {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-flow-media__text--reservation {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-flow-media__text--send {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-flow__title::after {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-flow__items {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-flow__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 25rem;
    width: 100%;
    margin: 1.125rem auto 0;
  }
}

.p-flow__item {
  margin-right: 27px;
  margin-right: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    margin-right: 3.5%;
  }
}

.p-flow__item:last-of-type {
  margin-right: 0px;
  margin-right: 0rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item:last-of-type {
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__item:nth-of-type(2n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__item:nth-of-type(n + 3) {
    margin-top: 1.125rem;
  }
}

.p-foot-contact__text {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-foot-contact__text {
    font-size: 1rem;
  }
}

.p-foot-contact__other {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-footer-manual__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer-manual__items:first-of-type {
  margin-right: 24px;
  margin-right: 1.5rem;
}

.p-footer-manual__items:nth-of-type(2) {
  margin-right: 74px;
  margin-right: 4.625rem;
}

.p-footer-manual__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer-manual__item:nth-of-type(n+2) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-footer-manual__content:first-of-type {
  margin-right: 50px;
  margin-right: 3.125rem;
}

.p-footer-manual__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__topIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-footer__topIcon {
    display: none;
  }
}

.p-footer__topIcon img {
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
  margin-right: 74px;
  margin-right: 4.625rem;
}

.p-footer__content {
  padding: 38px 0 40px;
  padding: 2.375rem 0 2.5rem;
  background-color: #fff;
  border-top: 3px solid #E83428;
}
@media screen and (max-width: 768px) {
  .p-footer__content {
    display: none;
  }
}

.p-footer__bottom {
  height: 60px;
  height: 3.75rem;
  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-color: #E83428;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-footer__copy {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}

.p-footer__copy span {
  padding-right: 5px;
  padding-right: 0.3125rem;
  font-weight: 400;
}

.p-footer__inner {
  max-width: 1113px;
  max-width: 69.5625rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    padding: 0 1.25rem;
  }
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
}
.p-footer__left {
  margin-right: auto;
}

.p-footer__spLinks {
  display: none;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__spLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__spLink {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-footer__spLink a {
  color: #fff;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.p-footer__spLink:last-of-type {
  margin-right: 0;
}

.p-footer__spLink a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 50%;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-footer__spLink a:hover::after {
  width: 100%;
}

.p-frequently__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #E83428;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.p-frequently__items {
  margin: 0px 0 0 -12px;
  margin: 0rem 0 0 -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 784px;
  max-width: 49rem;
  width: 100%;
}

.p-frequently__item {
  display: block;
  margin: 12px 0 0 12px;
  margin: 0.75rem 0 0 0.75rem;
}

.p-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .p-gnav {
    display: none;
  }
}

.p-gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-gnav__item {
  height: inherit;
  position: relative;
}

.p-gnav__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: 32px;
  margin-right: 2.4rem;
	font-weight: 700;
  line-height: 2.1;
}

.p-gnav__item:last-child a {
  margin-right: 0;
}
.p-gnav__item a::before {
/* 	content:"＞";
	position: absolute;
	right: -18px; */
    position: absolute;
    right: -20px;
    content: "\f35a";
    /* position: relative; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* margin-right: 8px; */
    color: #e93328;
	
}

.p-gnav__item a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  bottom: 1.5625rem;
  left: 50%;
  right: 0;
  height: 2px;
  background: #E83428;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.p-gnav__item a:hover::after {
  width: 100%;
}

.p-header-searchForm {
  display: none;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E83428;
  border-radius: 0.375rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-header-searchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header-searchForm__icon {
  width: 14px;
  width: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-header-searchForm__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-header-searchForm:hover {
  opacity: 0.6;
}

.p-header {
  height: 80px;
  height: 5rem;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10196);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10196);
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 3.25rem;
  }
}

.p-header__inner {
  width: 100%;
  margin: auto;
  max-width: 1330px;
  max-width: 83.125rem;
  padding: 0 25px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 6px;
  }
}

.p-header__left {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .p-header__left {
    max-width: 16.25rem;
    width: 100%;
  }
}

.p-header__logo {
  height: inherit;
}

@media screen and (max-width: 768px) {
  .p-header__search {
    margin-right: 2.375rem;
  }
}

.p-header__overlay.is-active {
  background-color: rgba(255, 255, 255, .4);
  width: 100%;
  height: 100vh;
}

.p-header__overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  position: fixed;
  z-index: 20;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.p-header__spTitle {
  height: inherit;
}

.p-mainview {
  height: 180px;
  height: 11.25rem;
  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-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mainview {
    display: none;
  }
}

.p-mainview__logo {
  width: 445px;
  width: 27.8125rem;
}

.p-manual-media {
/*   width: 100%; */
/*   border: 2px solid #E83428;
  border: 0.125rem solid #E83428; */
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-manual-media {
    width: 47.5%;
  }
}

/* .p-manual-media::after {
  content: "＞";
  color: #E83428;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  right: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
} */

.p-manual-media__link {
  min-height: 91px;
  min-height: 5.6875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-manual-media__link {
    display: block;
  }
}

.p-manual-media__link:hover {
  opacity: 0.6;
}

.p-manual-media__name {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-manual-media__name {
    font-size: 1.125rem;
  }
}

.p-manual-media__icon--register {
  max-width: 60px;
  max-width: 3.75rem;
  margin-right: 18px;
  margin-right: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__icon--register {
    margin: 0.375rem auto 0;
  }
}

.p-manual-media__icon--buy {
  max-width: 65px;
  max-width: 4.0625rem;
  margin-right: 18px;
  margin-right: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__icon--buy {
    margin: 0.25rem auto 0;
  }
}

.p-manual-media__icon--cancel {
  max-width: 61px;
  max-width: 3.8125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__icon--cancel {
    margin: 0.5rem auto 0;
  }
}

.p-manual-media__icon--point {
  max-width: 60px;
  max-width: 3.75rem;
  margin-right: 18px;
  margin-right: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__icon--point {
    margin: 0.625rem auto 0;
  }
}

.p-manual-media__icon--user {
  max-width: 60px;
  max-width: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__icon--user {
    margin: 0.4375rem auto 0;
  }
}

.p-manual-media__icon--other {
  max-width: 60px;
  max-width: 3.75rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__icon--other {
    margin: 0.3125rem auto 0;
  }
}

.p-manual-media__link--register {
  margin-right: 34px;
  margin-right: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__link--register {
    margin-right: 0;
  }
}

.p-manual-media__link--buy {
  margin-right: 54px;
  margin-right: 3.375rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__link--buy {
    margin-right: 0;
  }
}

.p-manual-media__link--cancel {
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__link--cancel {
    margin-right: 0;
  }
}

.p-manual-media__link--point {
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__link--point {
    margin-right: 0;
  }
}

.p-manual-media__link--user {
  margin-right: 26px;
  margin-right: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-manual-media__link--user {
    margin-right: 0;
  }
}

.p-manual__title::after {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-manual__items {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-manual__item {
  margin-right: 27px;
  margin-right: 1.6875rem;
}

.p-manual__item:last-of-type {
  margin-right: 0px;
  margin-right: 0rem;
}

.p-manual__item {
  margin-right: 5%;
}

.p-manual__item:nth-of-type(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  .p-manual__item:nth-of-type(3n) {
    margin-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-manual__item:nth-of-type(2n) {
    margin-right: 0%;
  }
}

.p-manual__item:nth-of-type(n + 4) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-manual__item:nth-of-type(n + 4) {
    margin-top: 1.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-manual__item:nth-of-type(n + 3) {
    margin-top: 1.0625rem;
  }
}

.p-pagenation__items {
  color: #333;
  margin-top: 32px;
  margin-top: 2rem;
  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;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.p-pagenation__item:last-child {
  margin-right: 0;
}

.p-pagenation__item {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.page-numbers {
  border: 1px solid #E83428;
  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;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 2rem;
  color: #98A6B5;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.page-numbers:hover {
  color: #fff;
  background-color: #E83428;
}

.page-numbers.current {
  color: #fff;
  background-color: #E83428;
}

.page-numbers.current:hover {
  background-color: #E83428;
  color: #fff;
}

.page-numbers.prev {
  background-color: #F5F5F7;
}

.page-numbers.next {
  background-color: #F5F5F7;
}

.page-numbers.dots {
  color: #333;
  background-color: #fff;
  border: none;
}

.page-numbers.prev,
.page-numbers.next {
  border-radius: 0.625rem;
  position: relative;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-color: #FAFAFA;
  border: 2px solid #F0F3F5;
  -webkit-transition: background-color 0.2S;
  transition: background-color 0.2S;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: #FFF;
}

.page-numbers.prev {
  margin-right: 16px;
  margin-right: 1rem;
}

.page-numbers.next {
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 0;
}

.p-qa-media {
  border: 1px solid #E83428;
  border-radius: 0.875rem;
  padding: 10px 0px 10px;
  padding: 0.625rem 0rem 0.625rem;
}

.p-qa-media__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #333333;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-weight: 500;
}

.p-qa-media__head {
  padding: 0px 45px 0 13px;
  padding: 0rem 2.8125rem 0 0.8125rem;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-qa-media__head::after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-qa-media__head.is-active::after {
  content: "-";
  right: 2.4%;
}

.p-qa-media__q {
  width: 32px;
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  margin-right: 1.125rem;
}

.p-qa-media__a {
  width: 32px;
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  margin-right: 1.125rem;
}

.p-qa-media__body {
  display: none;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 14px 0 7px;
  padding: 0.875rem 0 0.4375rem;
  border-top: 1px solid #E83428;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.p-qa-media__text {
  line-height: 1.44;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 500;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-qa-media__text p {
	line-height: 2;
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-qa-media__text {
    font-size: 1rem;
  }
}

.p-qa-media__content {
  padding: 0 20px 0 13px;
  padding: 0 1.25rem 0 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.p-qa-media__content ul {
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.p-qa-media__content ol {
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 1.4em;
          padding-inline-start: 1.4em;
}
.p-qa-media__content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
}

.p-qa-media__content ol li {
  position: relative;
  font-weight: 500;
}

.p-qa-media__content li:nth-of-type(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-qa-media__content ul li:before {
  border-radius: 50%;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  display: block;
  position: absolute;
  left: 0.3em;
  top: 0.6em;
  content: "";
  background: #000;
}



.p-qa__title::after {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-qa__items {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-qa__item:nth-of-type(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-qa__other {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
}

.p-results-media__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-results-media__head {
  min-height: 58px;
  min-height: 3.625rem;
}

.p-results-media__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-left: -0.75rem;
}

.p-results-media__cat {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 12px;
  margin-left: 0.75rem;
}

.p-results-media__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
}

.p-results-media__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}

.p-results__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #E83428;
  padding-right: 168px;
  padding-right: 10.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-results__display {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-align: right;
  margin-top: -30px;
  margin-top: -1.875rem;
}

.p-results__items {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-results__item:nth-of-type(n+2) {
  border-top: 1px solid #E83428;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-results__noResults {
  margin-top: 100px;
  margin-top: 6.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-search {
  background-color: #fff;
}

.p-search__inner {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}

.p-searchBox__form {
  position: relative;
  max-width: 450px;
  max-width: 28.125rem;
  width: 100%;
  padding-top: 48px;
  padding-top: 3rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-searchBox__form {
    padding-top: 2.375rem;
  }
}

.p-searchBox__sbox {
  height: 48px;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333333;
  border: 2px solid #E83428;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 700;
  padding: 0 206px 0 29px;
  padding: 0 12.875rem 0 1.8125rem;
}
@media screen and (max-width: 768px) {
  .p-searchBox__sbox {
    height: 2.375rem;
    padding: 0 7.5rem 0 1.8125rem;
  }
}

.p-searchBox__sbox:focus::-webkit-input-placeholder {
  color: transparent;
}

.p-searchBox__sbox:focus::-moz-placeholder {
  color: transparent;
}

.p-searchBox__sbox:focus::-ms-input-placeholder {
  color: transparent;
}

.p-searchBox__sbox:focus::placeholder {
  color: transparent;
}

.p-searchBox ::-webkit-input-placeholder {
  color: #E0E0E0;
}

.p-searchBox ::-moz-placeholder {
  color: #E0E0E0;
}

.p-searchBox ::-ms-input-placeholder {
  color: #E0E0E0;
}

.p-searchBox ::placeholder {
  color: #E0E0E0;
}

.p-searchBox__button {
  background-color: #E83428;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  height: 48px;
  height: 3rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  top: 0%;
  border: none;
  outline: 0;
  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;
}
@media screen and (max-width: 768px) {
  .p-searchBox__button {
    height: 2.375rem;
    max-width: 7.125rem;
  }
}

.p-searchBox__icon {
  background-color: #E83428;
  width: 25px;
  width: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-searchBox__icon {
    width: 1.25rem;
  }
}

.p-searchBox__buttonText {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-searchBox__buttonText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .p-searchBox__buttonText {
    font-size: 0.9375rem;
  }
}

.p-searchform__form {
  position: relative;
  width: 100%;
  padding-top: 26px;
  padding-top: 1.625rem;
}

.p-searchform__item {
  display: inline-block;
  color: #333;
  border: 1px solid #778ca3;
  padding: 2px 8px;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  margin-top: 8px;
}


@media screen and (max-width: 768px) {
  .p-searchform__form {
    padding-top: 1.625rem;
  }
}

.p-searchform__sbox {
  height: 26px;
  height: 1.625rem;
  padding: 0 35px 0 12px;
  padding: 0 2.1875rem 0 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px rgba(112, 112, 112, .2);
  outline: 0;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3B4043;
}
@media screen and (max-width: 768px) {
  .p-searchform__sbox {
    height: 1.625rem;
  }
}

.p-searchform__icon {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  outline: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-searchform__icon {
    width: 1.0625rem;
  }
}

.p-searchform__sbox:focus::-webkit-input-placeholder {
  color: transparent;
}

.p-searchform__sbox:focus::-moz-placeholder {
  color: transparent;
}

.p-searchform__sbox:focus::-ms-input-placeholder {
  color: transparent;
}

.p-searchform__sbox:focus::placeholder {
  color: transparent;
}

.p-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  margin-right: 24px;
  margin-right: 1.5rem;

}
@media screen and (max-width: 768px) {
  .p-side {
    display: none;
  }
}

.p-side__inner {
	position: -webkit-sticky;
	position: sticky;
	top: 128px;
}

.p-side__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  min-height: 813px;
  min-height: 50.8125rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-sideArticle {
  background-color: #fff;
}

.p-sideArticle__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-align: center;
}

.p-sideArticle__items {
  border-top: 1px solid rgba(232, 52, 40, .49);
  padding: 20px 16px 0;
  padding: 1.25rem 1rem 0;
  margin-bottom: 125px;
  margin-bottom: 7.8125rem;
}

.p-sideArticle__item:nth-of-type(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-sideArticle__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #333333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-sideArticle__link:hover {
  opacity: 0.6;
}

.p-sideArticle__link {
  display: block;
}

.p-single__title {
  font-weight: 700;
}

.p-sub-faq__table {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-faq__contents {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-sub-faq__content:nth-of-type(n+2) {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-sub-faq__items {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-sub-faq__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
	color: #333333;
}

.p-sub-faq__item:nth-of-type(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-sub-faq__not {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-sub-faq__not {
    font-size: 1rem;
  }
}

.p-sub-first__center {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-first__media {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-firstCard__img {
  max-width: 346px;
  max-width: 21.625rem;
  width: 100%;
}

.p-sub-firstCard__img {
  margin: 28px auto 0;
  margin: 1.75rem auto 0;
}

.p-sub-firstCard__text {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-sub-firstCenter__title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #E83428;
}

.p-sub-firstCenter__text {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-sub-firstMedia__media {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sub-firstMedia__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-sub-firstMedia__text {
  margin-right: 44px;
  margin-right: 2.75rem;
  max-width: 374px;
  max-width: 23.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-sub-firstMedia__text {
    margin: 1.75rem 0 0;
    max-width: 100%;
  }
}

.p-sub-firstMedia__img {
  max-width: 346px;
  max-width: 21.625rem;
  width: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-sub-firstMedia__img {
    max-width: 100%;
  }
}

.p-sub-firstMedia__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-sub-firstMedia__media {
    display: block;
  }
}

.p-sub-mainview {
  height: 180px;
  height: 11.25rem;
  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-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-sub-mainview {
    height: auto;
  }
}

.p-sub-mainview__logo {
  max-width: 423px;
  max-width: 26.4375rem;
  width: 100%;
  margin-right: min(12.33083vw,164px);
}
@media screen and (max-width: 768px) {
  .p-sub-mainview__logo {
    display: none;
  }
}

.p-sub-mainview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 63px;
  padding-left: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .p-sub-mainview__inner {
    padding-left: 0rem;
  }
}

.p-sub-mainview__title {
  width: 51.69%;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: 6px solid #E83428;
  border-bottom: 0.375rem solid #E83428;
  font-size: 33px;
  font-size: 2.0625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-sub-mainview__title {
    text-align: center;
    width: 100%;
    margin-bottom: 0rem;
  }
}

.p-sub-search__search {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-sub-search__bottom {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-sub-thanks__body {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sub-thanks__body {
    margin-top: 1rem;
    padding: 0 0.9375rem;
  }
}

.p-sub-thanks__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-sub-thanks__name {
    font-size: 1rem;
    font-weight: 500;
  }
}

.p-sub-thanks__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  color: #333333;
  font-weight: 500;
}
.p-sub-thanks__other {
  text-align: center;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-manual__items.u-results-manual {
  max-width: 842px;
  max-width: 52.625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-searchBox__form.u-results-manual {
  max-width: 598px;
  max-width: 37.375rem;
}

.u-sub-contactContent {
  min-height: 990px;
  min-height: 61.875rem;
  padding: 100px 0 40px;
  padding: 6.25rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-sub-contactContent {
    min-height: 37.5rem;
    padding: 2.4375rem 0 6.25rem;
  }
}

.u-sub-faqContent {
  padding: 39px 0 60px;
  padding: 2.4375rem 0 3.75rem;
  min-height: 990px;
  min-height: 61.875rem;
}
@media screen and (max-width: 768px) {
  .u-sub-faqContent {
    min-height: 37.5rem;
  }
}

.u-sub-firstContent {
  min-height: 1929px;
  min-height: 120.5625rem;
  padding: 40px 0 80px;
  padding: 2.5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .u-sub-firstContent {
    min-height: 37.5rem;
    padding: 2.4375rem 0 6.25rem;
  }
}

.u-sub-resultsContent {
  min-height: 990px;
  min-height: 61.875rem;
  padding: 40px 0 60px;
  padding: 2.5rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .u-sub-resultsContent {
    min-height: 37.5rem;
    padding: 2.4375rem 0 6.25rem;
  }
}

.u-sub-searchContent {
  min-height: 1000px;
  min-height: 62.5rem;
  padding: 40px 0 60px;
  padding: 2.5rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .u-sub-searchContent {
    min-height: 37.5rem;
    padding: 2.4375rem 0 0rem;
  }
}

.u-sub-singleContent {
  padding: 53px 0 32px;
  padding: 3.3125rem 0 2rem;
  min-height: 990px;
  min-height: 61.875rem;
}
@media screen and (max-width: 768px) {
  .u-sub-singleContent {
    padding: 1rem 0 1.5rem;
    min-height: 37.5rem;
  }
}

.u-sub-thanksContent {
  min-height: 990px;
  min-height: 61.875rem;
  padding: 58px 0 100px;
  padding: 3.625rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .u-sub-thanksContent {
    min-height: 37.5rem;
    padding: 2.4375rem 0 6.25rem;
  }
}

.u-top-content {
  padding-top: 61px;
  padding-top: 3.8125rem;
  padding-bottom: 69px;
  padding-bottom: 4.3125rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .u-top-content {
    padding-top: 0rem;
  }
}

.wpcf7-response-output {
  color: #333;
}

.ez-toc-counter {
  margin: 0px 0 62px;
  margin: 0rem 0 3.875rem;
}
@media screen and (max-width: 768px) {
  .ez-toc-counter {
    margin: 0rem 0 2rem;
  }
}

.p-single__content .ez-toc-list {
  list-style: none;
  padding: 0;
  margin: 0%;
}

.p-single__content .ez-toc-link {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-single__content .ez-toc-page-1:nth-child(n+2) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-single__content .ez-toc-page-1 {
  text-align: left;
  list-style: none;
}

.p-single__content a {
	color: #1a0dab;
	text-decoration: underline;
}

.ez-toc-list .ez-toc-page-1 {
  list-style-type: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.ez-toc-list .ez-toc-page-1::before {
  display: none;
}

.search-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFF700));
  background: linear-gradient(transparent 0%, #FFF700 0%);
}

/*画像の中央寄せ*/
#a {
  background-color: #000;
  display: block;
  height: 100px;
}

.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/*画像右寄せ*/
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}

/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}

/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}

pre {
  white-space: pre-wrap;
}

.p-single__content {
  color: #333;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-single__content {
    margin-top: 1.6875rem;
  }
}

.p-single__content ul {
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.p-single__content ol {
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 1.4em;
          padding-inline-start: 1.4em;
}

.p-single__content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
}

.p-single__content ol li {
  position: relative;
  font-weight: 500;
}

.p-single__content li:nth-of-type(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-single__content ul li:before {
  border-radius: 50%;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  display: block;
  position: absolute;
  left: 0.3em;
  top: 0.6em;
  content: "";
  background: #000;
}

.p-single__content h2 {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 33px;
  margin: 48px 0 22px 0;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #E83428;
/*   color: #E83428; */

}

.p-single__content table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.p-single__content th {
 padding: 10px;
 background: #fff1f0;
 border: solid 1px #778ca3;
}
.p-single__content td {
 padding: 10px;
 border: solid 1px #778ca3;
}


@media screen and (max-width: 768px) {
  .p-single__content h2 {
    line-height: 1.4;
    font-size: 1.525rem;
	  margin: 48px 0 20px 0;
  }
}

.p-single__content h3 {
/*   color: #E83428; */
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  margin: 48px 0 20px 0;

}
@media screen and (max-width: 768px) {
  .p-single__content h3 {
    line-height: 1.4;
    font-size: 1.325rem;
  }
}

.p-single__content h4 {
/*   color: #E83428; */
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  margin: 48px 0 20px 0;

}
@media screen and (max-width: 768px) {
  .p-single__content h4 {
    line-height: 1.4;
    font-size: 1.125rem;
	  margin: 48px 0 16px 0;
  }
}

.p-single__content p {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 2;
	margin-bottom: 16px;
}

.p-single__content strong {
  font-weight: 700;
}

.block-library-spacer__resize-container {
  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: #666;
  background: #ddd;
}
.block-library-spacer__resize-container::before {
  content: "スペース";
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
}
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding:30px 10px 10px;
border-top:#E83428 1px solid;
border-bottom:#E83428 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	font-size:22px;
	line-height:1.5;
	text-align: center;
	color: #333333;
}
#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(238,238,238,0.7);
}
#prev_next #prev{
border-right:#E83428 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:90%;
top:-1em;
position:absolute; 
border: 1px #E83428 solid;
background:#fff; 
text-align: center;
padding:3px;
color:#666;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:0 auto;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
/* height:140px; */
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#E83428 1px solid;
}
#prev_next_home{
	display: none;
margin:0 auto;
background-color: #39f;
border: solid 9px #fff;
width: 100px;
height:100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
box-shadow: 0 0 0 3px #39f;
-webkit-box-shadow: 0 0 0 3px #39f;
-moz-box-shadow: 0 0 0 3px #39f;
text-align:center;	
}
#prev_next_home:hover{
background-color: rgba(0,0,255,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
	#prev_next #prev p, #prev_next #next p{
	font-size:18px;
}
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*-- ここから --*/
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
padding:3px 10px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img{
float:left;
margin-right:10px
}
#prev_next #next img{
float:right;
margin-left: 10px;
}
/*-- ここまで --*/
}


.toc {
  background: #fff1f0;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 24px;
}

.toc__title {
  text-align: center;
  border-bottom: 1px solid #E83428;
  font-size: 18px;
  font-weight: bold !important;
}

.toc ol{
	/*要素の連番（カウンタ）の値をリセットする*/
	counter-reset: li;
}

@media screen and (max-width: 768px) {
	
	.toc {
		padding: 16px;
	}
 .toc ol{
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
}


.toc ol li{
	position: relative;
	/* font-size: 20px; */
	padding-left: 30px;
	margin: 0 0 20px;
	/*デフォルトのスタイルを非表示にする*/
	list-style: none;
}
.toc ol li:before{
	position: absolute;
	top: -2px;
	left: 0;
	font-weight: bold;
	color: #fff;
  text-align: center;
  background: #E83428;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 100vh;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li);
}

.toc ol li a{
	display:block;
color:#333;
font-weight: bold;
text-decoration: none;
	padding-left: 0.6em;
}
.toc ol li ol {
  padding-left: 0px;
}
.toc ol li ol li {
  margin-bottom: 10px;
  padding-left: 16px;
}

.toc ol li ol li:before{
  content: "";
  position: absolute;
  top: 50%;   /* 縦軸をセンタリングする */ 
  left: 0;
  transform: translateY(-50%);    /* 縦軸をセンタリングする   */
  border: 5px solid transparent;
  border-left: 8px solid #555;   /* 好みで色を変えてください */  
  border-radius: 0;
  background: none;
  width: auto;
  height: auto;
  
}

.toc ol li ol li a {
  font-weight: normal;
}


/* よくある質問目次スタイル */
.p-sub-faq__toc {
  background: #fff1f0;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 24px;
}

.p-sub-faq__toc-title {
  text-align: center;
  border-bottom: 1px solid #E83428;
  font-size: 18px;
	font-weight: bold !important;
	color: #333333;
  
}

.p-faq-table__items{
	/*要素の連番（カウンタ）の値をリセットする*/
	counter-reset: li;
}

@media screen and (max-width: 768px) {
	
.p-sub-faq__toc {
		padding: 16px;
	}
.p-faq-table__items{
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
}


.p-faq-table__item{
	position: relative;
	/* font-size: 20px; */
	padding-left: 30px;
	margin: 0 0 20px;
	/*デフォルトのスタイルを非表示にする*/
	list-style: none;
}
.p-faq-table__item:before{
	position: absolute;
	top: -2px;
	left: 0;
	font-weight: bold;
	color: #fff;
  text-align: center;
  background: #E83428;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 100vh;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li);
}

.p-faq-table__item a{
	display:block;
color:#333;
font-weight: bold;
text-decoration: none;
	padding-left: 0.6em;
}



/* youtube iframe */
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*# sourceMappingURL=styles.css.map */