﻿@charset "utf-8";

/* common */
.l-ctVisual {
  background-image:url(../image/ctVisual.png?upd=20250707);
}

.txt-center { text-align: center; }
.txt-right { text-align: right; }

/* point-list */
.point-list dd {
  margin-left: 1.4em;
}
.point-list dd .answer {
  display: block;
  margin-top: 0.5em;
  padding-left: 2em;
}

.point-list2 {
	padding-left:1em;
}
.point-list2 dt {
	display:list-item;
	margin-left:1.4em;
  font-weight: bold;
}
.point-list2 dd {
	margin-left:1.4em;
}

/* hosp-guide */
.hosp-guide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 2.5rem;
  border: 2px solid #3c90e4;
}

.hosp-guide__contact,
.hosp-guide__btns {
  list-style: none;
}

.hosp-guide__contact li {
  line-height: 1.2;
  padding-left: 5.8rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 4.5rem;
}

.hosp-guide__contact li.tel {
  background-image: url(../../image/icon/telC.svg);
}

.hosp-guide__contact li b {
  letter-spacing: 0.05em;
  font-weight: 800;
}

.hosp-guide__btns li {
  width: 100%;
}

.hosp-guide__btns li a {
  display: block;
}

@media print, screen and (min-width:641px) {
  .hosp-guide__contact li:not(:first-child) {
    margin-top: 1.75rem;
  }

  .hosp-guide__btns li:not(:first-child) {
    margin-top: 1.5rem;
  }

  .hosp-guide__contact {
    width: 50%;
  }

  .hosp-guide__btns {
    width: 40%;
  }

  .hosp-guide__btns li .p-icon {
    display: block;
  }
}

@media screen and (max-width:640px) {
  .hosp-guide {
    justify-content: center;
    gap: 1.5rem;
  }
  .hosp-guide__contact {
    padding-top: 1.5rem;
  }

  .hosp-guide__contact li:not(:first-child) {
    margin-top: 1rem;
  }

  .hosp-guide__contact li {
    padding-left: 3.25em;
    background-size: 2.5em;
  }

  .hosp-guide__btns {
    margin-top: 2rem;
  }

  .hosp-guide__btns li:not(:first-child) {
    margin-top: 1.25rem;
  }

  .hosp-guide__btns li .p-icon:before {
    width: 3.5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width:480px) {
  .hosp-guide__contact {
    font-size: 3.6vw;
  }

  .hosp-guide__btns {
    font-size: 90%;
  }

  .hosp-guide__btns li a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}

@media screen and (max-width:360px) {
  .hosp-guide__contact {
    font-size: 80%;
  }
}