@charset 'UTF-8';
/* =====================================================
  TAB（PC）
===================================================== */
@media screen and (min-width: 768px) {
  .p-tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-tab-content {
    width: 160px;
    padding: 14px 0;
    margin-right: 8px;
    border-radius: 10px 10px 0 0;
    font-size: 1.8rem;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }

  .p-tab-content:not(.is-active) {
    background-color: #FFFBE5;
    color: #1A1A1A;
  }

  .p-tab-content.is-active {
    background-color: #FFF9B1;
  }
}

.p-tab-content:last-child {
  margin-right: 0;
}

/* =====================================================
  TAB PANELS
===================================================== */
.p-tab-panels {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-tab-panels {
    margin-top: 60px;
  }
}

/* =====================================================
  ACCORDION（SP）
===================================================== */
.p-accordion-list {
  margin-top: 30px;
  margin-bottom: 20px;
}

.p-accordion-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.p-accordion-content::before,
.p-accordion-content::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #1A1A1A;
  transition: transform 0.3s ease;
}

.p-accordion-content::after {
  transform: rotate(90deg);
}

.is-active .p-accordion-content::after {
  transform: rotate(0deg);
}

/* =====================================================
  PANEL
===================================================== */
.p-panel-content {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-panel-content {
    display: none;
  }

  .p-panel-content.is-active {
    display: block;
  }
}

/* =====================================================
  PANEL LIST
===================================================== */
.p-panel-list {
  padding: 33px 4%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-panel-list {
    padding: 60px 60px 80px;
    margin-bottom: 80px;
  }
}

/* .p-panel-inner {
  margin-bottom: 70px;
} */

.p-panel-title {
  text-align: center;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.7rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* =====================================================
  PANEL BOX
===================================================== */
.p-panel-box {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  .p-panel-box {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
  }
}

/* =====================================================
  PANEL ITEM
===================================================== */
@media screen and (min-width: 768px) {
  .p-panel-item {
    width: 395px;
  }

  .p-panel-item:nth-child(2n) {
    margin-left: 30px;
  }

  .p-panel-item:nth-child(n+3) {
    border-top: 1px solid #c4c4c4;
    padding-top: 20px;
    margin-top: 20px;
  }
}

/* =====================================================
  PANEL TEXT
===================================================== */
.p-panel-name {
  font-weight: 700;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  display: block;
}

.p-panel-name:before {
  content: '・';
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .p-panel-name:before {
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}

.p-panel-name span {
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}

.p-panel-name span:after {
  content: '';
  background-image: url("/koutsujiko/assets/img/common/icon-link_black_2.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
}

.p-panel-address,
.p-panel-tel {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #1A1A1A;
}

.p-panel-tel a {
  pointer-events: visible !important;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .p-panel-tel a {
    pointer-events: none !important;
    cursor: default !important;
  }
}

.p-panel-logo {
  /* max-width: 200px; */
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-panel-logo {
    max-width: 200px;
    margin-top: 0px;
  }
}

.p-panel-logoLink {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-panel-logoLink:hover {
    opacity: .7;
  }
}

/* =====================================================
  ICON LIST
===================================================== */
.p-panel-iTtl {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 20px;
}

.p-panel-iList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5px;
}

.p-panel-iItem {
  font-size: 1.6rem;
  padding: 8px 8px 8px 1.5em;
}


/* @media screen and (min-width: 980px) {
  .p-tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 980px) {
  .p-tab-content {
    width: 160px;
    padding: 14px 0;
    border-radius: 10px 10px 0 0;
    margin-right: 8px;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-tab-content {
    width: calc(1vw * 160 / 1440 * 100);
    padding: calc(1vw * 14 / 1440 * 100) 0;
    border-radius: calc(1vw * 10 / 1440 * 100) calc(1vw * 10 / 1440 * 100) 0 0;
    margin-right: calc(1vw * 8 / 1440 * 100);
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
.p-tab-content:last-child {
  margin-right: 0;
}
@media screen and (min-width: 980px) {
  .p-tab-content:not(.is-active) {
    background-color: #FFFBE5;
    color: #1A1A1A;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-tab-content:not(.is-active) {
    background-color: #FFFBE5;
    color: #1A1A1A;
  }
}
.p-tab-content.is-active {
  background-color: #FFF9B1;
}
@media screen and (min-width: 980px) {
  .p-tab-panels {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-tab-panels {
    margin-top: calc(1vw * 60 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-accordion-list {
    display: block;
    margin-top: calc(1vw * 30 / 428 * 100);
    margin-bottom: calc(1vw * 20 / 428 * 100);
  }
}

.p-accordion-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 979px) {
  .p-accordion-content {
    padding: calc(1vw * 22 / 428 * 100) 0;
    font-size: calc(1vw * 24 / 428 * 100);
    line-height: 1;
    letter-spacing: 0.05em;
    border-radius: calc(1vw * 6 / 428 * 100);
    position: relative;
  }
}
@media screen and (max-width: 979px) {
  .p-accordion-content:before,
  .p-accordion-content:after {
    content: '';
    width: calc(1vw * 20 / 428 * 100);
    height: calc(1vw * 2 / 428 * 100);
    position: absolute;
    left: calc(100% - 9.345vw);
  }
}
@media screen and (max-width: 979px) {
  :not(.is-active) .p-accordion-content {
    background-color: #f7f6f5;
    color: #1A1A1A;
  }
}
@media screen and (max-width: 979px) {
  :not(.is-active) .p-accordion-content:before,
  :not(.is-active) .p-accordion-content:after {
    background-color: #1A1A1A;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 979px) {
  :not(.is-active) .p-accordion-content:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.is-active .p-accordion-content {
  background-color: #FFF9B1;
  color: #1A1A1A;
}
@media screen and (max-width: 979px) {
  .is-active .p-accordion-content:before,
  .is-active .p-accordion-content:after {
    background-color: #1A1A1A;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 979px) {
  .is-active .p-accordion-content:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 979px) {
  .p-accordion-list-inner:not(.is-active) .p-panel-content {
    height: 0 !important;
    -webkit-transition: height 0.7s ease;
    transition: height 0.7s ease;
  }
}
@media screen and (max-width: 979px) {
  .p-accordion-list-inner.is-active .p-panel-content {
    height: auto;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
}
@media screen and (max-width: 979px) {
  .p-accordion-list-inner + .p-accordion-list-inner {
    margin-top: calc(1vw * 20 / 428 * 100);
  }
}
.p-panel-content {
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .p-panel-content {
    background-color: #f7f6f5;
    padding: 0 calc(1vw * 24 / 428 * 100);
    position: relative;
    margin-top: calc(1vw * 5 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-panel-content:not(.is-active) {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-content:not(.is-active) {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 980px) {
  .p-panel-content.is-active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-content.is-active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 979px) {
  .p-panel-content.is-active {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .p-panel-list {
    padding: 60px 60px 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-list {
    padding: calc(1vw * 60 / 1440 * 100) calc(1vw * 60 / 1440 * 100) calc(1vw * 80 / 1440 * 100);
    margin-bottom: calc(1vw * 80 / 1440 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-panel-inner {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-inner {
    margin-bottom: calc(1vw * 70 / 1440 * 100);
  }
}
.p-panel-inner:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .p-panel-inner:last-child {
    padding-bottom: calc(1vw * 30 / 428 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-inner:first-child .p-panel-title {
    padding-top: calc(1vw * 30 / 428 * 100);
  }
}
.p-panel-title {
  text-align: center;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 980px) {
  .p-panel-title {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-title {
    font-size: calc(1vw * 30 / 1440 * 100);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  .p-panel-title {
    font-size: calc(1vw * 27 / 428 * 100);
    line-height: 1.481481481481481;
    letter-spacing: 0.05em;
  }
}
.p-panel-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .p-panel-box {
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-box {
    margin-top: calc(1vw * 30 / 1440 * 100);
    padding: calc(1vw * 30 / 1440 * 100);
    border-radius: calc(1vw * 10 / 1440 * 100);
    -webkit-box-shadow: 0 3px calc(1vw * 10 / 1440 * 100) rgba(0,0,0,0.1);
    box-shadow: 0 3px calc(1vw * 10 / 1440 * 100) rgba(0,0,0,0.1);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-box {
    margin-top: calc(1vw * 20 / 428 * 100);
    padding: calc(1vw * 30 / 428 * 100) calc(1vw * 20 / 428 * 100);
    border-radius: calc(1vw * 10 / 428 * 100);
    -webkit-box-shadow: 0 3px calc(1vw * 10 / 428 * 100) rgba(0,0,0,0.1);
    box-shadow: 0 3px calc(1vw * 10 / 428 * 100) rgba(0,0,0,0.1);
  }
}
@media screen and (min-width: 980px) {
  .p-panel-item {
    width: 395px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-item {
    width: calc(1vw * 395 / 1440 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-panel-item:nth-child(2n) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-item:nth-child(2n) {
    margin-left: calc(1vw * 30 / 1440 * 100);
  }
}
.p-panel-item:nth-child(3),
.p-panel-item:nth-child(4),
.p-panel-item:nth-child(5) {
  border-top: 1px solid #c4c4c4;
}
@media screen and (min-width: 980px) {
  .p-panel-item:nth-child(3),
  .p-panel-item:nth-child(4),
  .p-panel-item:nth-child(5) {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-item:nth-child(3),
  .p-panel-item:nth-child(4),
  .p-panel-item:nth-child(5) {
    padding-top: calc(1vw * 20 / 1440 * 100);
    margin-top: calc(1vw * 20 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-item + .p-panel-item {
    margin-top: calc(1vw * 20 / 428 * 100);
    border-top: 1px solid #c4c4c4;
    padding-top: calc(1vw * 20 / 428 * 100);
  }
}
.p-panel-name {
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1A1A1A;
}
@media screen and (min-width: 980px) {
  .p-panel-name {
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-name {
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  .p-panel-name {
    font-size: calc(1vw * 21 / 428 * 100);
    line-height: 1.523809523809524;
    letter-spacing: 0.05em;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-panel-name:before {
  content: '・';
  color: #1A1A1A;
}
@media screen and (min-width: 980px) {
  .p-panel-name:before {
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-name:before {
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
  }
}
.p-panel-name span {
  text-decoration: underline;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-panel-name span {
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-name span {
    padding-right: calc(1vw * 20 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-name span {
    padding-right: calc(1vw * 20 / 428 * 100);
  }
}
.p-panel-name span:after {
  content: '';
  background-image: url("/bkan/assets/img/common/icon-link_black_2.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .p-panel-name span:after {
    width: 14px;
    height: 14px;
    margin: 0 8px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-name span:after {
    width: calc(1vw * 14 / 1440 * 100);
    height: calc(1vw * 14 / 1440 * 100);
    margin: 0 calc(1vw * 8 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-name span:after {
    width: calc(1vw * 15 / 428 * 100);
    height: calc(1vw * 15 / 428 * 100);
    margin: 0 calc(1vw * 8 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-panel-address {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #666;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-address {
    font-size: calc(1vw * 16 / 1440 * 100);
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #666;
  }
}
@media screen and (max-width: 979px) {
  .p-panel-address {
    font-size: calc(1vw * 18 / 428 * 100);
    line-height: 1.777777777777778;
    letter-spacing: 0.05em;
    color: #1A1A1A;
  }
}
@media screen and (max-width: 979px) {
  .p-tab-panels {
    margin-top: calc(1vw * 30 / 428 * 100);
  }
  .p-panel-list {
    border-top: none;
  }
}

@media screen and (max-width: 979px) {
  .p-panel-inner .p-panel-title {
    padding-top: calc(1vw * 45 / 428 * 100);
  }
}

.p-tab-list {
  justify-content: flex-start;
}
.p-panel-box {
  display: block;
}
.p-panel-item {
  width: 100%;
}
.p-panel-name {
  margin-bottom: 5px;
  display: block;
}

@media screen and (min-width: 980px) {
  .p-panel-address {
    line-height: 1.5;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-address {
    line-height: 1.5;
  }
}
@media screen and (max-width: 979px) {
  .p-panel-address {
    line-height: 1.5;
  }
}

@media screen and (min-width: 980px) {
  .p-panel-tel {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #666;
  }
  .p-panel-tel a {
    color: #666;
    pointer-events: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-tel {
    font-size: calc(1vw * 16 / 1440 * 100);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p-panel-tel a {
    color: #666;
  }
  .p-panel-tel a:hover {
    opacity: .7;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (max-width: 979px) {
  .p-panel-tel {
    font-size: calc(1vw * 18 / 428 * 100);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #1A1A1A;
  }
}

.p-panel-iTtl {
  font-size: 17px;
  font-weight: 600;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-iTtl {
    font-size: calc(1vw * 17 / 1440 * 100);
    margin-top: calc(1vw * 20 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-iTtl {
    font-size: calc(1vw * 18 / 428 * 100);
    margin-top: calc(1vw * 20 / 428 * 100);
  }
}

.p-panel-iList {
  display: grid;
  justify-items: flex-start;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 auto;
  margin-top: 5px;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-iList {
    margin-top: calc(1vw * 5 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-iList {
    display: block;
    margin-top: calc(1vw * 5 / 428 * 100);
  }
}

.p-panel-iItem {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0H20V20H0Z' fill='%23fff'/%3E%3Cpath d='M0,0H20V20H0ZM19,1H1V19H19Z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 16px 16px;
  background-position: left center;
  padding: 8px 8px 8px 1.5em;
  color: #aaa;
}
@media screen and (min-width: 980px) {
  .p-panel-iItem {
    font-size: 16px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-iItem {
    font-size: calc(1vw * 16 / 1440 * 100);
    background-size: calc(1vw * 16 / 1440 * 100) calc(1vw * 16 / 1440 * 100);
    padding: calc(1vw * 8 / 1440 * 100) calc(1vw * 8 / 1440 * 100) calc(1vw * 8 / 1440 * 100) 1.5em;
  }
}
@media screen and (max-width: 979px) {
  .p-panel-iItem {
    font-size: calc(1vw * 16 / 428 * 100);
    background-size: calc(1vw * 16 / 428 * 100) calc(1vw * 16 / 428 * 100);
    padding: calc(1vw * 6 / 428 * 100) calc(1vw * 6 / 428 * 100) calc(1vw * 6 / 428 * 100) 1.5em;
  }
}
.p-panel-iItem.-check {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0H20V20H0Z' fill='%23fff'/%3E%3Cpath d='M0,0H20V20H0ZM19,1H1V19H19Z' fill='currentColor'/%3E%3Cpath d='M8.253,14.648,4.487,10.882A1,1,0,1,1,5.9,9.468L8.253,11.82,14.4,5.667a1,1,0,1,1,1.414,1.414Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 16px 16px;
  background-position: left center;
  color: #1A1A1A;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-panel-iItem.-check {
    font-size: calc(1vw * 16 / 1440 * 100);
    background-size: calc(1vw * 16 / 1440 * 100) calc(1vw * 16 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-panel-iItem.-check {
    font-size: calc(1vw * 16 / 428 * 100);
    background-size: calc(1vw * 16 / 428 * 100) calc(1vw * 16 / 428 * 100);
  }
}

@media screen and (max-width: 979px) {
  .c-btn-frame {
    margin-top: calc(1vw * 50 / 428 * 100);
  }
}
.c-btn-frame .c-btn-blue {
  margin-inline: auto;
} */
