@charset "UTF-8";
.p-ful {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .p-ful .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-ful .sp {
    display: none;
  }
}
@media (min-width: 1150px) {
  .p-ful .tab {
    display: none;
  }
}
.p-ful p {
  margin-top: 0 !important;
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-ful p {
    font-size: 18px;
  }
}
.p-ful li {
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-ful li {
    font-size: 18px;
  }
}
.p-ful b {
  font-weight: bold;
}
.p-ful__heading h1 {
  text-align: center;
  font-weight: bold !important;
  margin-top: 60px;
  margin-bottom: 32px;
  position: relative;
  padding: 48px 10px;
  border-top: solid 4px #ffe0b2;
  border-bottom: solid 4px #ffe0b2;
}
@media screen and (max-width: 767px) {
  .p-ful__heading h1 {
    margin-top: 32px;
    padding: 40px 5px;
  }
}
.p-ful__heading h1::before, .p-ful__heading h1::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 4px;
  height: calc(100% + 14px);
  background-color: #ffe0b2;
}
.p-ful__heading h1::before {
  left: 7px;
}
@media screen and (max-width: 767px) {
  .p-ful__heading h1::before {
    left: 4px;
  }
}
.p-ful__heading h1::after {
  right: 7px;
}
@media screen and (max-width: 767px) {
  .p-ful__heading h1::after {
    right: 4px;
  }
}
.p-ful__heading h1 > div {
  font-weight: bold;
}
.p-ful__heading h1 .small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-ful__heading h1 .small {
    font-size: 14px;
  }
}
.p-ful__heading h1 .lg {
  margin-top: 10px;
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .p-ful__heading h1 .lg {
    font-size: 28px;
    margin-top: 10px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-ful__heading h1 {
    font-size: 32px;
  }
}
.p-ful__point {
  max-width: 1400px;
  margin: 80px auto 80px;
}
@media (max-width: 767px) {
  .p-ful__point {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.p-ful__point .point-heading-wrapper {
  text-align: center;
  margin-bottom: 30px;
  /* 逆三角形の装飾 */
}
.p-ful__point .point-heading-wrapper::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #bedeec transparent transparent transparent; /* ピンク色 */
  margin: 15px auto 0;
}
.p-ful__point h2 {
  font-size: 40px;
  font-weight: bold;
  color: #494949;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-ful__point h2 {
    font-size: 22px;
  }
}
.p-ful .point-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  /* テキスト */
  /* 下向き矢印（白いV字） */
}
@media (max-width: 767px) {
  .p-ful .point-list {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.p-ful .point-list li {
  width: 32%;
}
@media (max-width: 767px) {
  .p-ful .point-list li {
    width: 49%;
  }
  .p-ful .point-list li:last-child {
    width: 65%;
  }
}
.p-ful .point-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe0b2;
  color: #333;
  text-decoration: none;
  padding: 12px 6px;
  border-radius: 10px;
  position: relative;
  transition: opacity 0.3s;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-ful .point-list li a {
    justify-content: flex-start; /* 左寄せ気味に */
  }
}
.p-ful .point-list li a:hover {
  opacity: 0.8;
}
.p-ful .point-list .text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-ful .point-list .text {
    font-size: 18px;
    flex: 1; /* 余白を埋める */
  }
}
.p-ful .point-list .arrow {
  margin-left: 12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  margin-bottom: 4px; /* 位置微調整 */
  flex-shrink: 0;
}
.p-ful__container {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-ful__container {
    margin-top: 60px;
  }
}
.p-ful__content:nth-child(n+2) {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-ful__content:nth-child(n+2) {
    margin-top: 52px;
  }
}
.p-ful__content .qa-box {
  margin-top: 60px;
  margin-bottom: 80px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-ful__content .qa-box.second-qa-box {
    margin-top: 160px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .p-ful__content .qa-box {
    width: 100%;
  }
}
.p-ful__content .qa-box:nth-of-type(n + 2) {
  margin-top: 80px;
}
.p-ful__content .qa-box dl .qa-item:nth-child(n+2) {
  margin-top: 12px;
}
.p-ful__content .qa-box dl .qa-item dt, .p-ful__content .qa-box dl .qa-item dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.p-ful__content .qa-box dl .qa-item dt .heading-icon, .p-ful__content .qa-box dl .qa-item dd .heading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .p-ful__content .qa-box dl .qa-item dt .heading-icon, .p-ful__content .qa-box dl .qa-item dd .heading-icon {
    width: 80px;
    height: 80px;
  }
}
.p-ful__content .qa-box dl .qa-item dt .heading-icon img, .p-ful__content .qa-box dl .qa-item dd .heading-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ful__content .qa-box dl .qa-item dt > p, .p-ful__content .qa-box dl .qa-item dd > p {
  border-radius: 10px;
  padding: 1rem;
  flex: 1;
  position: relative;
}
.p-ful__content .qa-box dl .qa-item dt > p::before, .p-ful__content .qa-box dl .qa-item dd > p::before {
  position: absolute;
  content: "";
  top: 22px;
  width: 20px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 40%);
}
.p-ful__content .qa-box dl .qa-item dt .heading-icon {
  overflow: hidden;
  border-radius: 100%;
}
.p-ful__content .qa-box dl .qa-item dt p {
  background: #ffe0b2;
}
.p-ful__content .qa-box dl .qa-item dt p::before {
  left: -1em;
  background: #ffe0b2;
  transform: scaleX(-1);
}
.p-ful__content .qa-box dl .qa-item dd {
  margin-top: 20px;
  flex-direction: row-reverse;
}
.p-ful__content .qa-box dl .qa-item dd .doctor .heading-icon {
  overflow: hidden;
  border-radius: 100%;
}
.p-ful__content .qa-box dl .qa-item dd .doctor p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px !important;
}
@media screen and (max-width: 767px) {
  .p-ful__content .qa-box dl .qa-item dd .doctor p {
    font-size: 14px;
  }
}
.p-ful__content .qa-box dl .qa-item dd > p {
  background: #b2ebf2;
}
.p-ful__content .qa-box dl .qa-item dd > p .source_url {
  font-size: 14px;
}
.p-ful__content .qa-box dl .qa-item dd > p::before {
  right: -0.8em;
  background: #b2ebf2;
}
.p-ful__content .qa-box dl .qa-item dd.dr-officer .doctor p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ful__content .qa-box dl .qa-item dd.dr-officer .doctor p {
    font-size: 12px;
  }
}
.p-ful__content .qa-box dl .qa-item dd.dr-officer img {
  width: 80%;
}
.p-ful__content .main-box .explain-box > h4 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.p-ful__content .main-box .explain-box figure {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-ful__content .main-box .explain-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ful__content .main-box .explain-box figure p {
  font-size: 12px;
}
.p-ful__content .main-box .explain-box .text-box h4 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .explain-box .text-box h4 {
    font-size: 18px;
  }
}
.p-ful__content .main-box .explain-box .text-box span.lg {
  font-size: 42px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffe0b2 70%);
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .explain-box .text-box span.lg {
    font-size: 36px;
  }
}
.p-ful__content .main-box .explain-box .text-box span.lg.fee {
  font-size: 32px;
  margin-bottom: -10px;
}
.p-ful__content .main-box .explain-box .text-box span.no-text {
  font-size: 14px;
  position: relative;
  padding: 0 2px;
  font-weight: bold;
}
.p-ful__content .main-box .explain-box .text-box span.no-text::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-ful__content .main-box .explain-box .text-box span.arrow {
  padding: 0 8px;
  font-size: 24px;
  font-weight: bold;
}
.p-ful__content .main-box .explain-box .text-box ul {
  margin-top: 20px;
  margin-bottom: 12px;
}
.p-ful__content .main-box .explain-box .text-box ul li {
  position: relative;
  padding-left: 24px;
}
.p-ful__content .main-box .explain-box .text-box ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 15px;
  height: 7.5px;
  border-left: 3px solid #bedeec;
  border-bottom: 3px solid #bedeec;
  transform: rotate(-45deg);
}
.p-ful__content .main-box .explain-box .img-box {
  margin-top: 32px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .explain-box .img-box {
    flex-direction: column;
  }
}
.p-ful__content .main-box .explain-box .reference {
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .explain-box .reference {
    font-size: 10px;
  }
}
.p-ful__content .main-box .explain-box.flex {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .explain-box.flex {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-ful__content .main-box .explain-box.flex figure {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .explain-box.flex figure {
    width: 100%;
  }
}
.p-ful__content .main-box .explain-box.flex .text-box {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .explain-box.flex .text-box {
    width: 100%;
  }
}
.p-ful__content .main-box .fee {
  margin-top: 40px;
}
.p-ful__content .main-box .fee h4 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .fee h4 {
    font-size: 18px;
  }
}
.p-ful__content .main-box .fee h4.center {
  text-align: center;
}
.p-ful__content .main-box .fee .fea-yobou-img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.p-ful__content .main-box .fee .fea-yobou-img-area .one-fee,
.p-ful__content .main-box .fee .fea-yobou-img-area .two-fee {
  margin-left: 0%;
  margin-right: 0%;
}
.p-ful__content .main-box .fee .fea-yobou-img-area .one-fee {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .fee .fea-yobou-img-area .one-fee {
    width: 72%;
  }
}
.p-ful__content .main-box .fee .fea-yobou-img-area .two-fee {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .fee .fea-yobou-img-area .two-fee {
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .fee .fea-yobou-img-area {
    flex-direction: column-reverse;
  }
  .p-ful__content .main-box .fee .fea-yobou-img-area .one-fee {
    margin-top: -16px;
  }
}
.p-ful__content .main-box .fee .fee-img {
  width: 48%;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .fee .fee-img {
    width: 100%;
    margin-top: -4px;
  }
}
.p-ful__content .main-box .fee .fee-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 12px;
}
.p-ful__content .main-box .fee .fee-table th, .p-ful__content .main-box .fee .fee-table td {
  padding: 0px 15px;
  text-align: left;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 18px;
}
.p-ful__content .main-box .fee .fee-table td.title {
  background: #f4f4f4;
  line-height: 1.4;
}
.p-ful__content .main-box .fee .fee-table td.fee-yen {
  text-align: center;
}
.p-ful__content .main-box .fee .fee-table thead {
  display: none;
}
.p-ful__content .main-box .fee .fee-table thead th {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .p-ful__content .main-box .fee colgroup col:nth-child(1) {
    width: 30%;
  }
  .p-ful__content .main-box .fee colgroup col:nth-child(2) {
    width: 70%;
  }
  .p-ful__content .main-box .fee th, .p-ful__content .main-box .fee td {
    height: 80px;
  }
  .p-ful__content .main-box .fee td.title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .fee .fee-table {
    border: none;
  }
  .p-ful__content .main-box .fee .fee-table colgroup {
    display: none;
  }
  .p-ful__content .main-box .fee .fee-table thead {
    display: none;
  }
  .p-ful__content .main-box .fee .fee-table th, .p-ful__content .main-box .fee .fee-table td {
    padding: 12px 15px;
  }
  .p-ful__content .main-box .fee .fee-table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .p-ful__content .main-box .fee .fee-table td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
}
.p-ful__content .main-box .fee .caution {
  margin-top: 12px !important;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-ful__content .main-box .fee .caution {
    font-size: 12px;
    margin-top: 4px !important;
  }
}
.p-ful .c-ful__title {
  font-weight: bold;
  font-size: 40px;
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background: #f4f4f4; /*背景色*/
  border-left: solid 5px #bedeec; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
}
@media screen and (max-width: 767px) {
  .p-ful .c-ful__title {
    font-size: 24px;
  }
}
.p-ful .c-ful__subTitle {
  font-weight: bold;
  font-size: 32px;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 3px solid #bedeec;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-ful .c-ful__subTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-ful .column-item {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.21);
}
.p-ful .column-item a {
  transition: 0.3s;
  padding: 20px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .p-ful .column-item a {
    padding: 16px;
  }
}
.p-ful .column-item a .rss-thumbnail-wrapper {
  aspect-ratio: 5/3;
  width: 100%;
  border: 1px solid #f5f4f4;
}
.p-ful .column-item a .rss-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ful .column-item a .rss-text-content {
  flex: 1;
}
.p-ful .column-item a .rss-text-content .rss-title {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-ful .column-item a .rss-text-content .rss-title {
    font-size: 14px;
  }
}
.p-ful .column-item a .rss-text-content .rss-section-text {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-ful .column-item a .rss-text-content .rss-section-text {
    font-size: 12px;
  }
}
.p-ful .column-item a .rss-text-content .rss-section-text {
  color: #333;
}
.p-ful .column-item a .rss-text-content .rss-text-info {
  color: #ccc;
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .p-ful .column-item a .rss-text-content .rss-text-info {
    font-size: 12px;
  }
}
.p-ful .column-item a .rss-text-content .rss-text-info .rss-supervisor {
  margin-top: 0;
}
.p-ful .service__time__title {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-ful .service__time__title {
    font-size: 18px;
  }
}
.p-ful .ful-service-time {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px 32px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time {
    padding: 20px 8px 10px;
    margin-top: 16px;
  }
}
.p-ful .ful-service-time .service-able-time {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time .service-able-time {
    margin: 0px 0px 4px;
  }
}
.p-ful .ful-service-time .service-able-time p {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bedeec;
  border-radius: 5px;
  width: 46% !important;
  color: #092060;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time .service-able-time p {
    font-size: 14px;
    height: 48px;
    text-align: center;
  }
}
.p-ful .ful-service-time .service-able-time p .white {
  color: #fff;
  padding: 0 4px;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time .service-able-time p .white {
    padding: 0 1px;
  }
}
.p-ful .ful-service-time .service-time-table {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time .service-time-table {
    margin-bottom: 8px;
    margin-top: 0px;
  }
}
.p-ful .ful-service-time .service-time-table p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time .service-time-table p {
    font-size: 16px;
  }
}
.p-ful .ful-service-time .service-time-table-explain {
  font-size: 12px;
}
.p-ful .ful-service-time h5 {
  margin: 8px 0 20px;
  border-radius: 5px;
  background: #bedeec;
  color: #092060;
  padding: 0 !important;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time h5 {
    font-size: 12px;
    height: 40px;
    margin: 8px 0 12px;
  }
}
.p-ful .ful-service-time h5 .white {
  color: #fff;
  padding: 0 4px;
}
@media (max-width: 767px) {
  .p-ful .ful-service-time h5 .white {
    padding: 0 1px;
  }
}
.p-ful .ful-service-time .row-to-left {
  padding-right: 16%;
}
.p-ful .caution-list {
  margin-top: 8px;
}
.p-ful .caution-list li {
  font-size: 12px;
}
@media (max-width: 767px) {
  .p-ful .caution-list li {
    font-size: 8px;
  }
}
.p-ful .ful-column {
  margin-top: 20px;
  padding: 0 40px; /* 矢印のスペース確保 */
  /* スライド（記事カード）のスタイル調整 */
  /* Swiperが適用されない場合（3件以下）のスタイル */
  /* ナビゲーションボタンの調整 */
  /* スライダーが無効な時は矢印を消す */
}
@media (max-width: 767px) {
  .p-ful .ful-column {
    padding: 0 24px;
  }
}
.p-ful .ful-column .column-slider-wrapper {
  position: relative;
  max-width: 1400px; /* 必要に応じて調整 */
  margin: 0 auto;
}
.p-ful .ful-column .my-column-swiper {
  padding: 6px;
}
.p-ful .ful-column .my-column-swiper .swiper-slide {
  height: auto; /* 高さを揃える */
  box-sizing: border-box;
}
.p-ful .ful-column .my-column-swiper.no-slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  transform: none !important; /* Swiperのスタイルリセット */
}
.p-ful .ful-column .my-column-swiper.no-slider .swiper-slide {
  width: calc(33.333% - 20px); /* PCは3列 */
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .p-ful .ful-column .my-column-swiper.no-slider .swiper-slide {
    width: 100%; /* SPは1列 */
  }
}
.p-ful .ful-column .swiper-button-prev,
.p-ful .ful-column .swiper-button-next {
  color: #333; /* 矢印の色 */
  width: 30px;
  height: 30px;
}
.p-ful .ful-column .swiper-button-prev::after,
.p-ful .ful-column .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
}
.p-ful .ful-column .swiper-button-prev {
  left: -35px;
}
.p-ful .ful-column .swiper-button-next {
  right: -35px;
}
.p-ful .ful-column .no-slider-nav {
  display: none !important;
}/*# sourceMappingURL=p-ful.css.map */
