@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  line-height: 1.8;
  color: #333;
  letter-spacing: 1px;
  overflow-x: hidden;
  height: 100%; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 14px; } }
  body.popupfixed {
    overflow: hidden; }

::selection {
  background: #C8161D;
  color: #FFF; }

::-moz-selection {
  background: #C8161D;
  color: #FFF; }

li {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

a, img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a,
a:link,
a:visited,
a:active {
  color: #C8161D;
  text-decoration: none;
  outline: none; }

@media screen and (min-width: 835px) {
  a:hover {
    color: #333;
    text-decoration: none; } }
@media screen and (min-width: 835px) {
  a[href^="tel:"] {
    pointer-events: none; } }
body {
  background: #F7F4EC; }

.l-contents {
  margin: 0 auto;
  position: relative;
  clear: both;
  width: 100%; }
  @media screen and (min-width: 835px) {
    .l-contents {
      max-width: 1160px;
      padding: 0 20px; } }

@media screen and (min-width: 835px) {
  .l-header {
    padding-top: 30px; } }
@media screen and (max-width: 834px) {
  .l-header {
    padding: 15px 20px; } }
.l-header a {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 10px; }
  @media screen and (min-width: 835px) {
    .l-header a {
      font-size: 14px; } }
  @media screen and (max-width: 834px) {
    .l-header a {
      font-size: 12px; } }
  .l-header a img {
    height: auto; }
    @media screen and (min-width: 835px) {
      .l-header a img {
        width: 135px; } }
    @media screen and (max-width: 834px) {
      .l-header a img {
        width: 100px; } }

.l-main {
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden; }
  @media screen and (min-width: 835px) {
    .l-main {
      margin-top: 30px;
      border-radius: 32px;
      box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 834px) {
    .l-main {
      margin-top: 0;
      padding: 0 0 40px; } }
  @media screen and (min-width: 835px) {
    .l-main__contents {
      padding: 50px 10% 60px; } }
  @media screen and (max-width: 834px) {
    .l-main__contents {
      padding: 0 20px; } }

@media screen and (min-width: 835px) {
  .l-footer {
    background-size: 25px;
    margin-top: 60px;
    padding: 0 0 80px; } }
@media screen and (max-width: 834px) {
  .l-footer {
    background-size: 20px;
    margin-top: 40px;
    padding: 0 20px 60px; } }
.l-footer__menu {
  display: flex;
  gap: 30px; }
  @media screen and (max-width: 834px) {
    .l-footer__menu {
      flex-direction: column; } }
  .l-footer__menu-box {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 835px) {
      .l-footer__menu-box {
        width: 40%; } }
    @media screen and (max-width: 834px) {
      .l-footer__menu-box {
        width: 100%; } }
    .l-footer__menu-box-header {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 835px) {
        .l-footer__menu-box-header {
          min-height: 80px; } }
    .l-footer__menu-box-title {
      font-weight: bold; }
    @media screen and (min-width: 835px) {
      .l-footer__menu-box-text {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .l-footer__menu-box-text {
        font-size: 12px; } }
    .l-footer__menu-box ul {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 835px) {
        .l-footer__menu-box ul {
          margin-top: 20px; } }
      @media screen and (max-width: 834px) {
        .l-footer__menu-box ul {
          margin-top: 15px; } }
      .l-footer__menu-box ul li {
        padding-right: 10px; }
        @media screen and (min-width: 835px) {
          .l-footer__menu-box ul li {
            margin-bottom: 10px;
            width: 50%; } }
        @media screen and (max-width: 834px) {
          .l-footer__menu-box ul li {
            margin-bottom: 5px;
            width: 100%; } }
        .l-footer__menu-box ul li a {
          font-weight: bold;
          color: #C8161D; }
          @media screen and (min-width: 835px) {
            .l-footer__menu-box ul li a:hover {
              color: #333; } }
          @media screen and (max-width: 834px) {
            .l-footer__menu-box ul li a {
              font-size: 13px; } }
.l-footer__copyright {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  color: #C8161D;
  font-size: 12px;
  font-weight: bold; }
  @media screen and (min-width: 835px) {
    .l-footer__copyright {
      align-items: flex-end; } }
  @media screen and (max-width: 834px) {
    .l-footer__copyright {
      flex-direction: column;
      align-items: center;
      gap: 10px; } }
  .l-footer__copyright a {
    width: 140px;
    transition: .3s; }
    @media screen and (min-width: 835px) {
      .l-footer__copyright a:hover {
        opacity: 0.6; } }
    @media screen and (max-width: 834px) {
      .l-footer__copyright a {
        order: -1; } }

@media screen and (min-width: 835px) {
  .c-section:not(:first-child) {
    margin-top: 40px; } }
@media screen and (max-width: 834px) {
  .c-section:not(:first-child) {
    margin-top: 25px; } }

.c-pagetop {
  position: fixed;
  z-index: 1000;
  bottom: -100px;
  pointer-events: none;
  transition: .3s;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  font-size: 12px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #333333; }
  @media screen and (min-width: 835px) {
    .c-pagetop {
      right: 20px;
      cursor: pointer;
      width: 60px;
      height: 60px;
      gap: 5px; } }
  @media screen and (max-width: 834px) {
    .c-pagetop {
      right: 10px;
      width: 50px;
      height: 50px;
      gap: 5px; } }
  .c-pagetop::before {
    content: "";
    display: block;
    transition: .3s;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(-45deg); }
    @media screen and (min-width: 835px) {
      .c-pagetop::before {
        width: 10px;
        height: 10px; } }
    @media screen and (max-width: 834px) {
      .c-pagetop::before {
        width: 6px;
        height: 6px; } }
  @media screen and (min-width: 835px) {
    .c-pagetop:hover {
      transform: scale(1.1); }
      .c-pagetop:hover::before {
        transform: translateY(-3px) rotate(-45deg); } }
  .c-pagetop.-show {
    pointer-events: auto; }
    @media screen and (min-width: 835px) {
      .c-pagetop.-show {
        bottom: 10px; } }
    @media screen and (max-width: 834px) {
      .c-pagetop.-show {
        bottom: 10px; } }

.u-mt0 {
  margin-top: 0rem !important; }

.u-mb0 {
  margin-bottom: 0rem !important; }

.u-mr0 {
  margin-right: 0rem !important; }

.u-ml0 {
  margin-left: 0rem !important; }

.u-pt0 {
  padding-top: 0rem !important; }

.u-pb0 {
  padding-bottom: 0rem !important; }

.u-pr0 {
  padding-right: 0rem !important; }

.u-pl0 {
  padding-left: 0rem !important; }

.u-mt5 {
  margin-top: 0.5rem !important; }

.u-mb5 {
  margin-bottom: 0.5rem !important; }

.u-mr5 {
  margin-right: 0.5rem !important; }

.u-ml5 {
  margin-left: 0.5rem !important; }

.u-pt5 {
  padding-top: 0.5rem !important; }

.u-pb5 {
  padding-bottom: 0.5rem !important; }

.u-pr5 {
  padding-right: 0.5rem !important; }

.u-pl5 {
  padding-left: 0.5rem !important; }

.u-mt10 {
  margin-top: 1rem !important; }

.u-mb10 {
  margin-bottom: 1rem !important; }

.u-mr10 {
  margin-right: 1rem !important; }

.u-ml10 {
  margin-left: 1rem !important; }

.u-pt10 {
  padding-top: 1rem !important; }

.u-pb10 {
  padding-bottom: 1rem !important; }

.u-pr10 {
  padding-right: 1rem !important; }

.u-pl10 {
  padding-left: 1rem !important; }

.u-mt15 {
  margin-top: 1.5rem !important; }

.u-mb15 {
  margin-bottom: 1.5rem !important; }

.u-mr15 {
  margin-right: 1.5rem !important; }

.u-ml15 {
  margin-left: 1.5rem !important; }

.u-pt15 {
  padding-top: 1.5rem !important; }

.u-pb15 {
  padding-bottom: 1.5rem !important; }

.u-pr15 {
  padding-right: 1.5rem !important; }

.u-pl15 {
  padding-left: 1.5rem !important; }

.u-mt20 {
  margin-top: 2rem !important; }

.u-mb20 {
  margin-bottom: 2rem !important; }

.u-mr20 {
  margin-right: 2rem !important; }

.u-ml20 {
  margin-left: 2rem !important; }

.u-pt20 {
  padding-top: 2rem !important; }

.u-pb20 {
  padding-bottom: 2rem !important; }

.u-pr20 {
  padding-right: 2rem !important; }

.u-pl20 {
  padding-left: 2rem !important; }

.u-mt25 {
  margin-top: 2.5rem !important; }

.u-mb25 {
  margin-bottom: 2.5rem !important; }

.u-mr25 {
  margin-right: 2.5rem !important; }

.u-ml25 {
  margin-left: 2.5rem !important; }

.u-pt25 {
  padding-top: 2.5rem !important; }

.u-pb25 {
  padding-bottom: 2.5rem !important; }

.u-pr25 {
  padding-right: 2.5rem !important; }

.u-pl25 {
  padding-left: 2.5rem !important; }

.u-mt30 {
  margin-top: 3rem !important; }

.u-mb30 {
  margin-bottom: 3rem !important; }

.u-mr30 {
  margin-right: 3rem !important; }

.u-ml30 {
  margin-left: 3rem !important; }

.u-pt30 {
  padding-top: 3rem !important; }

.u-pb30 {
  padding-bottom: 3rem !important; }

.u-pr30 {
  padding-right: 3rem !important; }

.u-pl30 {
  padding-left: 3rem !important; }

.u-mt35 {
  margin-top: 3.5rem !important; }

.u-mb35 {
  margin-bottom: 3.5rem !important; }

.u-mr35 {
  margin-right: 3.5rem !important; }

.u-ml35 {
  margin-left: 3.5rem !important; }

.u-pt35 {
  padding-top: 3.5rem !important; }

.u-pb35 {
  padding-bottom: 3.5rem !important; }

.u-pr35 {
  padding-right: 3.5rem !important; }

.u-pl35 {
  padding-left: 3.5rem !important; }

.u-mt40 {
  margin-top: 4rem !important; }

.u-mb40 {
  margin-bottom: 4rem !important; }

.u-mr40 {
  margin-right: 4rem !important; }

.u-ml40 {
  margin-left: 4rem !important; }

.u-pt40 {
  padding-top: 4rem !important; }

.u-pb40 {
  padding-bottom: 4rem !important; }

.u-pr40 {
  padding-right: 4rem !important; }

.u-pl40 {
  padding-left: 4rem !important; }

.u-mt45 {
  margin-top: 4.5rem !important; }

.u-mb45 {
  margin-bottom: 4.5rem !important; }

.u-mr45 {
  margin-right: 4.5rem !important; }

.u-ml45 {
  margin-left: 4.5rem !important; }

.u-pt45 {
  padding-top: 4.5rem !important; }

.u-pb45 {
  padding-bottom: 4.5rem !important; }

.u-pr45 {
  padding-right: 4.5rem !important; }

.u-pl45 {
  padding-left: 4.5rem !important; }

.u-mt50 {
  margin-top: 5rem !important; }

.u-mb50 {
  margin-bottom: 5rem !important; }

.u-mr50 {
  margin-right: 5rem !important; }

.u-ml50 {
  margin-left: 5rem !important; }

.u-pt50 {
  padding-top: 5rem !important; }

.u-pb50 {
  padding-bottom: 5rem !important; }

.u-pr50 {
  padding-right: 5rem !important; }

.u-pl50 {
  padding-left: 5rem !important; }

@media screen and (min-width: 835px) {
  .u-sp {
    display: none !important; } }

@media screen and (max-width: 834px) {
  .u-pc {
    display: none !important; } }

.u-bold {
  font-weight: bold; }

.u-title {
  border-bottom: 4px solid #ddd;
  font-weight: 700;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  display: flex;
  line-height: 1.6; }
  @media screen and (min-width: 835px) {
    .u-title {
      font-size: 24px;
      padding: 25px 0 20px 0;
      gap: 13px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 834px) {
    .u-title {
      font-size: 20px;
      padding: 25px 0 10px 0;
      gap: 8px;
      margin-bottom: 25px; } }
  .u-title::before {
    content: "";
    background-color: #C8161D;
    display: block;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0; }
    @media screen and (min-width: 835px) {
      .u-title::before {
        width: 20px;
        height: 20px;
        top: 8px; } }
    @media screen and (max-width: 834px) {
      .u-title::before {
        width: 16px;
        height: 16px;
        top: 9px; } }

.u-subtitle {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  background-color: #EEE;
  padding: 8px 15px; }
  @media screen and (min-width: 835px) {
    .u-subtitle {
      font-size: 18px; } }
  @media screen and (max-width: 834px) {
    .u-subtitle {
      font-size: 16px; } }
  .u-subtitle span {
    font-weight: normal; }
  .u-subtitle::before {
    content: "";
    border: 1px solid #333;
    display: block;
    border-radius: 50%;
    position: relative; }
    @media screen and (min-width: 835px) {
      .u-subtitle::before {
        width: 12px;
        height: 12px;
        top: 10px; } }
    @media screen and (max-width: 834px) {
      .u-subtitle::before {
        width: 10px;
        height: 10px;
        top: 9px; } }

@media screen and (min-width: 835px) {
  .u-text {
    margin-left: 10px; } }
@media screen and (min-width: 835px) {
  .u-text strong {
    font-size: 18px; } }
@media screen and (max-width: 834px) {
  .u-text strong {
    font-size: 16px; } }
@media screen and (min-width: 835px) {
  .u-text strong small {
    font-size: 14px; } }
@media screen and (max-width: 834px) {
  .u-text strong small {
    font-size: 12px; } }
@media screen and (min-width: 835px) {
  .u-text small {
    font-size: 12px; } }
@media screen and (max-width: 834px) {
  .u-text small {
    font-size: 10px; } }
.u-text.-red, .u-text .-red {
  color: #C8161D; }

@media screen and (min-width: 835px) {
  .u-list {
    margin-left: 10px; } }
@media screen and (max-width: 834px) {
  .u-list {
    margin-left: 0px; } }
.u-list > li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold; }
  @media screen and (min-width: 835px) {
    .u-list > li {
      font-size: 16px; } }
  @media screen and (max-width: 834px) {
    .u-list > li {
      font-size: 14px; } }
  .u-list > li::before {
    content: "・"; }
  .u-list > li > strong {
    color: #C8161D; }
  @media screen and (min-width: 835px) {
    .u-list > li > small {
      font-size: 14px; } }
  @media screen and (max-width: 834px) {
    .u-list > li > small {
      font-size: 12px; } }
  .u-list > li:not(:first-child) {
    margin-top: 5px; }
.u-list-sub {
  margin-top: 5px;
  font-weight: normal; }
  @media screen and (min-width: 835px) {
    .u-list-sub {
      padding-left: 40px;
      font-size: 16px; } }
  @media screen and (max-width: 834px) {
    .u-list-sub {
      padding-left: 20px;
      font-size: 14px; } }
@media screen and (min-width: 835px) {
  .u-list.-strong > li {
    font-size: 18px; } }
@media screen and (max-width: 834px) {
  .u-list.-strong > li {
    font-size: 16px; } }
.u-list.-red {
  color: #C8161D; }

.u-note {
  margin-top: 5px; }
  @media screen and (min-width: 835px) {
    .u-note {
      padding-left: 25px; } }
  .u-note li {
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (min-width: 835px) {
      .u-note li {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .u-note li {
        font-size: 12px; } }
    .u-note li::before {
      content: "※"; }
    .u-note li > strong {
      color: #C8161D; }
  .u-note.-left {
    text-align: left; }
  .u-note.-right {
    text-align: right; }
  .u-note.-center {
    text-align: center; }

.u-table {
  margin-top: 10px;
  width: 100%;
  border: 2px solid #CCC; }
  .u-table th, .u-table td {
    border: 1px dotted #999;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 835px) {
      .u-table th, .u-table td {
        padding: 3px 15px; } }
    @media screen and (max-width: 834px) {
      .u-table th, .u-table td {
        padding: 3px 5px; } }
    .u-table th strong, .u-table td strong {
      font-size: 22px;
      font-weight: 700;
      color: #C8161D;
      font-family: "Barlow", sans-serif; }
  .u-table th {
    background-color: #C8161D;
    color: #FFF;
    border-color: #FFF; }
  .u-table td small {
    margin-left: 2px; }

.u-inner {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  overflow-y: scroll; }
  @media screen and (min-width: 835px) {
    .u-inner {
      padding: 20px;
      height: 340px;
      margin-top: 30px; } }
  @media screen and (max-width: 834px) {
    .u-inner {
      padding: 15px;
      height: 280px;
      margin-top: 20px; } }
  .u-inner__title {
    font-weight: bold;
    margin-top: 20px; }
  .u-inner__text {
    padding-left: 10px;
    margin-top: 5px; }
    @media screen and (min-width: 835px) {
      .u-inner__text {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .u-inner__text {
        font-size: 12px; } }
  .u-inner__list {
    padding-left: 0;
    font-size: 14px; }
    .u-inner__list:not(:first-child) {
      margin-top: 5px;
      padding-left: 10px; }
    .u-inner__list li {
      text-indent: -1em;
      padding-left: 1em; }
      @media screen and (min-width: 835px) {
        .u-inner__list li {
          font-size: 14px; } }
      @media screen and (max-width: 834px) {
        .u-inner__list li {
          font-size: 12px; } }
      .u-inner__list li::before {
        content: "・"; }
      .u-inner__list li span {
        font-size: 12px; }
      .u-inner__list li > ul {
        padding-left: 0; }
  .u-inner__list2 {
    padding-left: 10px; }
    .u-inner__list2:not(:first-child) {
      margin-top: 5px; }
    .u-inner__list2 li {
      text-indent: -1em;
      padding-left: 1em; }
      @media screen and (min-width: 835px) {
        .u-inner__list2 li {
          font-size: 14px; } }
      @media screen and (max-width: 834px) {
        .u-inner__list2 li {
          font-size: 12px; } }
      .u-inner__list2 li::before {
        content: "●"; }
      .u-inner__list2 li > ul {
        padding-left: 0; }
  .u-inner__note {
    padding-left: 10px;
    margin-top: 5px; }
    .u-inner__note li {
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: 5px; }
      @media screen and (min-width: 835px) {
        .u-inner__note li {
          font-size: 12px; } }
      @media screen and (max-width: 834px) {
        .u-inner__note li {
          font-size: 11px; } }
      .u-inner__note li::before {
        content: "※"; }

.u-entry {
  text-align: center;
  margin: 40px auto; }
  .u-entry a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    max-width: 460px;
    color: #FFF;
    font-weight: bold;
    background-color: #C8161D;
    border: 1px solid #C8161D;
    padding: 20px 0;
    text-align: center;
    transition: .3s; }
    @media screen and (min-width: 835px) {
      .u-entry a {
        font-size: 20px; } }
    @media screen and (max-width: 834px) {
      .u-entry a {
        font-size: 16px; } }
    .u-entry a svg {
      fill: #FFF;
      width: 16px;
      height: auto;
      transition: .3s; }
    .u-entry a:hover {
      background-color: #FFF;
      color: #C8161D; }
      .u-entry a:hover svg {
        transform: translateX(5px);
        fill: #C8161D; }

@media screen and (max-width: 834px) {
  .p-index__header {
    font-weight: bold;
    font-size: 20px; } }
.p-index__mv {
  line-height: 0; }
  @media screen and (max-width: 834px) {
    .p-index__mv {
      margin-bottom: 0; } }
.p-index__brand {
  margin-top: 20px;
  background-color: #F7F4EC; }
  @media screen and (min-width: 835px) {
    .p-index__brand {
      padding: 20px; } }
  @media screen and (max-width: 834px) {
    .p-index__brand {
      padding: 15px; } }
  .p-index__brand-title {
    text-align: center;
    font-weight: bold; }
  .p-index__brand-list {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (min-width: 835px) {
      .p-index__brand-list {
        gap: 10px; } }
    @media screen and (max-width: 834px) {
      .p-index__brand-list {
        gap: 5px; } }
    .p-index__brand-list li {
      line-height: 0; }
      @media screen and (min-width: 835px) {
        .p-index__brand-list li {
          width: calc((100% - 30px) / 4); } }
      @media screen and (max-width: 834px) {
        .p-index__brand-list li {
          width: calc((100% - 5px) / 2); } }
  .p-index__brand-note {
    font-size: 12px;
    margin-top: 10px; }
.p-index__benefits table {
  margin-bottom: 40px; }
.p-index__apply-app {
  margin-top: 20px;
  background: #F7F4EC;
  padding: 20px 10px; }
  .p-index__apply-app-title {
    font-weight: bold;
    text-align: center; }
  .p-index__apply-app-text {
    text-align: center;
    margin-top: 5px; }
  .p-index__apply-app-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px; }
    .p-index__apply-app-list li a {
      transition: .3s; }
      @media screen and (min-width: 835px) {
        .p-index__apply-app-list li a img {
          height: 56px;
          width: auto; } }
      @media screen and (max-width: 834px) {
        .p-index__apply-app-list li a img {
          height: 46px;
          width: auto; } }
      @media screen and (min-width: 835px) {
        .p-index__apply-app-list li a:hover {
          opacity: 0.5; } }
  .p-index__apply-app-link {
    text-align: center;
    margin-top: 10px; }
@media screen and (min-width: 835px) {
  .p-index__contact-inner {
    text-align: center; } }
@media screen and (min-width: 835px) {
  .p-index__contact-subtitle {
    font-size: 18px; } }
@media screen and (max-width: 834px) {
  .p-index__contact-subtitle {
    font-size: 16px;
    text-align: center; } }
.p-index__contact-note {
  margin-top: 10px; }
  @media screen and (min-width: 835px) {
    .p-index__contact-note {
      font-size: 14px; } }
  @media screen and (max-width: 834px) {
    .p-index__contact-note {
      font-size: 12px; } }
@media screen and (min-width: 835px) {
  .p-index__contact-form {
    margin: 10px auto; } }
@media screen and (max-width: 834px) {
  .p-index__contact-form {
    margin: 15px auto 10px; } }
.p-index__contact-form a {
  margin: 0 auto;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #333;
  width: 100%;
  max-width: 420px;
  padding: 12px 0; }
  .p-index__contact-form a svg {
    fill: #333;
    width: 12px;
    height: auto;
    transition: .3s; }
  .p-index__contact-form a:hover {
    background-color: #333;
    color: #FFF; }
    .p-index__contact-form a:hover svg {
      transform: translateX(5px);
      fill: #FFF; }
.p-index__contact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  gap: 8px;
  font-weight: 500; }
  .p-index__contact-tel img {
    width: 16px;
    height: auto; }
  .p-index__contact-tel a {
    color: #333;
    font-family: "Barlow", sans-serif; }
    @media screen and (max-width: 834px) {
      .p-index__contact-tel a {
        font-weight: 600; } }
