<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------------------------------
  デンタルローン
-------------------------------------- */
.title_center-en span.sub {
  display: block;
  font-size: 2rem;
  letter-spacing: normal;
}
.p-dental-loan .p-dental-loan__shape {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-dental-loan .title_left {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .p-dental-loan .p-dental-loan__shape {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-dental-loan {
    display: flex;
    justify-content: space-between;
  }
  .p-dental-loan .p-intro {
    width: 42%;
    max-width: 580px;
  }
  .p-dental-loan .inner-text {
    margin: 0;
  }
  .p-dental-loan .p-dental-loan__shape {
    width: 54%;
    margin-top: 0;
    margin-bottom: -145px;
  }
  .p-dental-loan .p-dental-loan__shape img {
    transform: translateY(-145px);
  }
}


.p-loan-check {
  padding-top: 70px;
  padding-bottom: 120px;
}
.p-loan-check .panel__group {
  padding: 0;
}
.p-merit1.tab-contents {
  padding: 45px 0;
}
.p-merit-list {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 5%;
}
.p-merit-list li {
  flex-basis: 45%;
}
.p-merit-list__img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #908062;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.p-merit-list__img img {
  max-height: 52%;
}

.p-merit2.tab-contents {
  padding: 45px 0;
}
.p-merit-list2 {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 25px;
}
.p-merit-list2 li {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 53px;
  letter-spacing: 0.125rem;
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
.p-merit-list2 li::before {
  position: absolute;
  font-weight: bold;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  background: url('../images/dental-loan/icon-check.png') no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-loan-check {
    padding-top: 140px;
    padding-bottom: 230px;
  }
  .p-merit1.tab-contents {
    padding: 90px 0;
  }
  .p-merit-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: clamp(25px, 5.4vw, 80px);
    padding: 0 clamp(15px, 6vw, 80px);
  }
  .p-merit-list li {
    flex: 1;
    max-width: 240px;
  }
  .p-merit2.tab-contents {
    padding: 60px 0;
  }
  .p-merit-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  .p-merit-list2 li {
    flex-basis: 47%;
    min-height: 65px;
    font-size: 1.9rem;
    margin-bottom: 0;
  }
}

.l-plan {
  background: #F7F3E7;
}
.p-plan-ttl {
  background: #8E866E;
  border-radius: 5em;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 572px;
  margin: 0 auto;
  padding: 0.5em 1.5em;
  transform: translateY(-50%);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: -15px;
}
.p-plan__text {
  line-height: 2.1;
  margin-bottom: 30px;
}
.p-plan-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 200px;
  margin-bottom: 15px;
  padding: 15px;
  border-left: 5px solid #8E866E;
  background: #fff;
}
.p-plan-list li h3 {
  font-size: 2.2rem;
  color: #8E775C;
}
.p-plan__btn {
  display: inline-flex;
  margin: 0 auto;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .p-plan-ttl {
    font-size: 4rem;
    margin-bottom: -20px;
  }
  .p-plan__text {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .p-plan-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .p-plan-list li {
    flex: 1;
    margin-bottom: 0;
  }
  .p-plan-list li h3 {
    font-size: 3rem;
  }
  .p-plan__btn:hover {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  }
}

.l-loan-flow {
  padding-top: 100px;
  padding-bottom: 80px;
}
.p-loan-flow-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.p-loan-flow-wrapper .title_left {
  text-align: left;
  margin-bottom: 20px;
}
.p-loan-flow {
  counter-reset: li;
}
.p-loan-flow li {
  border-bottom: 1px dotted #8E775C;
  padding: 25px 15px 25px 8%;
}
.p-loan-flow li:last-of-type {
  border-bottom: none;
}
.p-loan-flow__ttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 45px;
  font-size: 2.2rem;
  letter-spacing: 0.125rem;
}
.p-loan-flow__ttl::before {
    position: absolute;
    font-weight: bold;
    content: "";
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    box-sizing: border-box;
    line-height: 1;
    background: #9B9B82;
    padding: 3px 0;
}
.p-loan-flow__ttl::after {
    position: absolute;
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    left: 4px;
    top: 3px;
    color: #fff;
    width: 28px;
    height: 28px;
    font-size: 1.7rem;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1;
    background: #9B9B82;
    border: 1px solid #fff;
    padding: 3px 0;
}
.p-loan-flow p {
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .l-loan-flow {
    padding-top: 110px;
    padding-bottom: 170px;
  }
  .p-loan-flow li {
    padding: 35px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-loan-flow-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .p-loan-flow-wrapper__img {
    margin-left: calc(-1 * (50vw - 50%));
  }
  .p-loan-flow-wrapper__contents {
    width: 50%;
    padding-left: clamp(25px, 6vw, 85px);
  }
  .p-loan-flow-wrapper .title_left {
    margin-bottom: 0;
  }
}

.l-faq2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-faq2 {
  padding: 0 25px;
}
.p-faq2 dt {
  border-left: 3px solid #918163;
  color: #908062;
  font-size: 1.8rem;
  padding-left: 10px;
  padding-right: 40px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.p-faq2 dt::before {
  content: 'Question';
  display: block;
  color: #CBCBCB;
  font-size: 1.3rem;
}
.p-faq2 dt::after {
  content: '';
  display: block;
  width: 20px;
  height: 13px;
  background: url('../images/dental-loan/icon-arrow.png');
  background-size: contain;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(180deg);
}
.p-faq2 dt.is-open::after {
  transform: rotate(0);
}
.p-faq2 dd {
  padding: 0 0 30px 1em;
  line-height: 2.22;
  display: none;
}
.p-loan-reserve {
  padding-bottom: 50px;
}
.p-loan-reserve__text {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.p-loan-reserve__btn {
  width: 70%;
  max-width: 500px;
  background: #88C4AB;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 12px;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-faq2 {
    padding-bottom: 120px;
  }
  .p-faq2 dt {
    font-size: 2.4rem;
    margin-bottom: 22px;
    padding-right: 55px;
  }
  .p-faq2 dt::after {
    width: 20px;
    height: 13px;
    right: 25px;
    margin: auto;
  }
  .p-faq2 dd {
    padding: 0 34px 22px;
  }
  .p-loan-reserve {
    padding-bottom: 40px;
  }
  .p-loan-reserve__text {
    font-size: 2.2rem;
  }
  .p-loan-reserve__btn {
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    gap: 23px;
    font-size: 2.6rem;
  }
  .p-loan-reserve__btn:hover {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  }
}

/* ------------------------------------
  医療費控除金額カンタン計算ツール
-------------------------------------- */
.p-tool-box {
  background: #fff;
  max-width: 1480px;
  margin: 0 auto;
  padding: 40px 25px 0;
}
.p-tool-box2 {
  background: #fff;
  max-width: 1480px;
  margin: 0 auto;
  padding: 70px 15px 40px;
}
#koujyo-form {
  max-width: 1140px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 1em;
}
.form-group p {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.form-group input {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 0.5em;
  width: 100%;
  max-width: 700px;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
  color: #8E866E;
  text-align: left;
}
.form-note {
  width: fit-content;
  margin: 30px auto;
  text-align: left;
  letter-spacing: 0.02em;
}
.form-btn {
  background: #846B4D;
  border-radius: 5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  transform: translateY(50%);
}
.unit {
  margin-left: 0.5em;
}
.result-box {
  max-width: 800px;
  margin: 1em auto;
  padding: 1.5em 1em;
  text-align: center;
  background: #F9F9F9;
}
.result-box strong {
  margin-bottom: 30px;
  color: #8E866E;
  font-size: 1.2em;
}
.result-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 1em auto 30px;
}
.result-list li {
  margin: 0.5em auto;
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #8E775C;
}
.result-list li strong {
  font-size: 1.2em;
  color: #B9A076;
}
@media screen and (min-width: 768px) {
  .p-tool-box {
    padding: 70px 25px 0;
  }
  .p-tool-box2 {
    padding: 70px 25px 40px;
  }
  .form-group {
    display: flex;
    align-items: center;
    gap: 35px;
  }
  .form-group label {
    width: 365px;
    text-align: right;
  }
  .form-group p {
    flex: auto;
  }
  .form-note {
    width: fit-content;
    margin: 60px auto;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 0.02em;
  }
  .form-btn {
    font-size: 2rem;
  }
  .result-list li {
    margin: 0.5em;
    padding: 0.5em 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #8E775C;
  }
}

/* ------------------------------------
  お支払い等につきまして
-------------------------------------- */
.l-check {
  background: #F7F3E7;
  padding: 60px 15px 100px;
}
.p-check {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-check__item a {
  display: block;
  position: relative;
}
.p-check__item .p-check__ttl {
  position: absolute;
  bottom: 20px;
  left: -20px;
}
.p-check__ttl {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 25px 15px;
  font-size: 2.2rem;
}
.p-check__ttl span {
  display: block;
  color: #8E775C;
}
@media screen and (min-width: 768px) {
  .l-check {
    padding: 120px 25px 210px;
  }
  .p-check {
    flex-direction: row;
    gap: 50px;
    max-width: 1370px;
    margin: 0 auto;
  }
  .p-check__item {
    flex: 1;
  }
  .p-check__item a:hover img {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  }
  .p-check__ttl {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    padding: 35px 30px 24px;
    font-size: 2.6rem;
  }
  .p-check__ttl span {
    font-size: 2rem;
  }
}
/* ------------------------------------
  医療費控除
-------------------------------------- */
.focus-point__deduction .p-focus-point__circle h2 {
  color: #8D6315;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
.focus-point__deduction .p-focus-point__circle h2 span {
  color: #5C5C5C;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.l-deduction-point .p-loan-flow-wrapper {
  flex-direction: column;
}
.l-deduction-check {
  padding-bottom: 120px;
  padding-top: 60px;
}
.l-deduction-check .p-intro {
  margin-bottom: 25px;
}
.l-deduction-check .p-intro .inner-text {
  text-align: center;
}
.l-deduction-check .title_center-under {
  margin-bottom: 20px;
}
.p-deduction-point {
  padding: 20px 10px;
}
.p-deduction-point li {
  padding: 20px 1em;
  border-bottom: 1px dotted #1F1F1F;
}
.p-deduction-point li:last-of-type {
  border-bottom: none;
}
.p-deduction-check.panel__group {
  background: none;
  padding: 0;
}
.p-deduction-check__item1.tab-contents {
  padding: 50px 9px 30px;
}
.p-deduction-check__item2.tab-contents {
  padding: 30px 0px;
}
.p-deduction-example__box h3 {
  color: #908062;
  font-size: 2.2rem;
  margin-bottom: 16px;
}
.p-deduction-example__box ol {
  border-top: 1px solid #CECECE;
  margin: 24px 0 40px;
  padding-top: 36px;
  counter-reset: example;
}
.p-deduction-example__box ol li {
  display: flex;
  margin-bottom: 18px;
  padding: 0.5em 0 0.5em 60px;
  position: relative;
}
.p-deduction-example__box ol li::before {
  counter-increment: example;
  content: counter(example, decimal-leading-zero);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  color: #fff;
  background: #555555;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-deduction-example__price {
  color: #B9A076;
}

.l-tool {
  background: #F7F3E7;
  padding: 0 15px 80px;
}
.p-tool-ttl {
  display: block;
  font-size: 2.5rem;
  color: #8E866E;
  margin: 0 auto;
  transform: translateY(-70%);
}
.p-tool-ttl span {
  font-size: clamp(2.4rem, 6.7vw, 2.9rem);
  background: #8E866E;
  border-radius: 5em;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0.3em;
  letter-spacing: 0.05em;
  margin-bottom: -15px;
}
@media screen and (max-width: 767px) {
  .focus-point__deduction .p-focus-point__circle {
    position: relative;
    width: 90%;
    padding-top: 15%;
    padding-bottom: 52%;
    margin-bottom: -46%;
  }
  .p-deduction-check__item1 {
    overflow-x: auto;
  }
  .p-deduction-check__item1 img {
    width: auto;
    max-width: none;
    height: 300px;
  }
  .p-deduction-intro__btn {
    margin: 30px auto;
  }
  .p-deduction-intro__btn a.btn-flat-brown {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .focus-point__deduction .p-focus-point__circle h2 {
    font-size: 6rem;
  }
  .focus-point__deduction .p-focus-point__circle h2 span {
    font-size: 3rem;
  }
  .l-deduction-check .p-intro {
    padding-bottom: 70px;
    margin-bottom: 50px;
    position: relative;
  }
  .l-deduction-check .p-intro::after  {
    content: '';
    display: block;
    width: 25%;
    aspect-ratio: 1 / 0.611;
    background: url('../images/deduction/bg-check.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .l-deduction-check .title_center-under {
    margin-bottom: 45px;
  }
  .p-deduction-point li {
    font-size: 2.2rem;
  }
  .p-deduction-check__item1.tab-contents {
    padding: 70px 9px;
  }
  .p-deduction-check__item2.tab-contents {
    padding: 50px 0 30px;
  }
  .p-deduction-example {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-deduction-example__box h3 {
    font-size: 2.8rem;
  }
  .p-deduction-example__box li {
    font-size: 2rem;
  }
  .p-deduction-example__box ol li span:first-child {
    width: 320px;
  }
  .p-deduction-example__box ol li:last-of-type span:first-child {
    width: 250px;
  }
  .p-deduction-example__box ol li:last-of-type .p-deduction-example__price {
    font-size: 2.6rem;
  }
  .l-tool {
    padding: 0 25px 140px;
  }
}
@media screen and (min-width: 1280px) {
  .l-deduction-point .p-loan-flow-wrapper {
    flex-direction: row;
  }
  .p-tool-ttl {
    font-size: 4rem;
    color: #fff;
    background: #8E866E;
    border-radius: 5em;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    padding: 0 1.5em;
    transform: translateY(-50%);
  }
  .p-tool-ttl span {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0.4em 0;
    background: none;
    font-size: 5rem;
  }
  .l-deduction-check {
    padding-bottom: 200px;
    padding-top: 120px;
  }
  .p-deduction-intro {
    max-width: 1680px;
    display: flex;
    gap: clamp(30px, 8.3vw, 120px);
  }
  .p-deduction-intro__btn {
    min-width: 280px;
    width: 24%;
    max-width: 398px;
  }
  .p-deduction-intro .p-intro {
    flex: auto;
  }
  .p-deduction-intro .p-intro .inner-text {
    display: flex;
    max-width: 1020px;
    margin: 0 auto;
  }
  .p-deduction-example {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
  .p-deduction-example__box {
    flex: 1;
    max-width: 630px;
  }
}

/* ボタン　波 */
.flowing-shine-button {
  position: relative;
  display: inline-block;
  color: white;
  font-weight: none;
  font-size: 25px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.flowing-shine-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    50deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(25deg);
  animation: shine-loop 4.5s linear infinite;
  z-index: 2;
}

@keyframes shine-loop {
  0% {
    transform: translateX(-100%) rotate(0);
  }
  60% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) rotate(5deg);
  }
}</pre></body></html>