@charset "UTF-8";
/*** CSS Document ********************************************

  はらだ泌尿器クリニック 2019/06/19
  style.css

*************************************************************/
.nav-menu:after, .nav-global-link, .nav-global-panel, .footer-nav, .heading-03, .heading-04, .heading-copy, .info-schedule-tbl tbody .time, .page-header__en, .clinic-point-ttl, .clinic-dept-ttl, .clinic-exam-ttl, .first-contact, .patient-contact, .column-index-card__number, .column-index-card__preparation, .column-article__header-number, .column-next__btn, .column-index-link__number, .column-index-link__preparation, .nav-local-list > li > a, .header-contact, .heading-01, .heading-02, .info-ttl, .page-header h1, .top-mv-box h1, .top-mv-box h2, .top-news-ttl, .clinic-point-num, .clinic-co-box__ttl, .access-summary-ttl, .column-index-card__txt, .column-back__link, .column-article__header-ttl, .column-index-box__heading, .column-index-link__txt, .column-article-h2, .column-notice-point > dl > dt, .link-tel {
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal; }

.nav-menu:after, .nav-global-link, .nav-global-panel, .footer-nav, .heading-03, .heading-04, .heading-copy, .info-schedule-tbl tbody .time, .page-header__en, .clinic-point-ttl, .clinic-dept-ttl, .clinic-exam-ttl, .first-contact, .patient-contact, .column-index-card__number, .column-index-card__preparation, .column-article__header-number, .column-next__btn, .column-index-link__number, .column-index-link__preparation {
  font-weight: 700; }

.nav-local-list > li > a, .header-contact, .heading-01, .heading-02, .info-ttl, .page-header h1, .top-mv-box h1, .top-mv-box h2, .top-news-ttl, .clinic-point-num, .clinic-co-box__ttl, .access-summary-ttl, .column-index-card__txt, .column-back__link, .column-article__header-ttl, .column-index-box__heading, .column-index-link__txt, .column-article-h2, .column-notice-point > dl > dt, .link-tel {
  font-weight: 900; }

.nav-tel > a:before, .btn-page-top:before, .btn-next-01:before, .footer-nav .ico-home:before, .clinic-patient-child:last-child:after, .first-note-ttl:before, .access-bus-tbl tbody td .bus-number:before, .column-index-card__right:before, .column-back__link:before, .column-next__btn:before, .link-open:after, .link-tel:before {
  display: inline-block;
  font-family: "harada";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 736px) {
  .nav-global-item.-home .nav-global-link span:before, .nav-global-link:before, .nav-global-panel-list > li > a:before {
    display: inline-block;
    font-family: "harada";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
@font-face {
  font-family: 'harada';
  src: url("../fonts/harada.ttf") format("truetype"), url("../fonts/harada.woff") format("woff"), url("../fonts/harada.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0; }

ol, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

figure, figcaption {
  margin: 0; }

hr {
  border: none;
  background-color: #ddd;
  height: 1px;
  margin: 1.5em 0; }

p, dl, dt, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%; }

input[type="submit"], input[type="button"], button {
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

img {
  max-width: 100%; }

html {
  font-size: 62.5%;
  height: 100%; }

@media screen and (max-width: 736px) {
  html {
    font-size: 2.6666vmin; } }
a {
  color: #138AAA;
  text-decoration: none;
  transition: opacity .2s; }
a:hover {
  opacity: .8; }

@media screen and (min-width: 737px) {
  a[href^="tel"] {
    pointer-events: none;
    color: inherit; } }
body {
  overflow-x: hidden;
  color: #5a3b28;
  background-color: #fdf7d6;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: helvetica, arial, "hiragino kaku gothic pro", "ヒラギノ角ゴ Pro W3", "meiryo", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word; }

@media screen and (max-width: 736px) {
  body {
    font-size: 1.5rem; } }
@media print {
  body {
    font-size: 1.4rem;
    min-width: 1120px; } }
input, textarea, select {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: .75em;
  font-family: inherit; }

input {
  font-size: 1.6rem; }

textarea {
  width: 100%;
  font-size: 1.6rem !important;
  min-height: 170px; }

select {
  font-size: 1.6rem;
  max-width: 100%; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

@media screen and (max-width: 736px) {
  input, textarea, select {
    padding: .5em; } }
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 33px;
  margin-top: -16px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 33px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: .8rem;
  height: .8rem;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .8;
  margin: 0 1rem; }

@media screen and (max-width: 736px) {
  .swiper-pagination-bullet {
    width: .5rem;
    height: .5rem;
    margin: 0 .5rem; } }
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f29908; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .7rem; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

html {
  visibility: hidden; }

html.wf-active, html.loading-delay {
  visibility: visible; }

@media screen and (max-width: 736px) {
  .l-wrapper {
    padding-top: 7rem; } }
.l-contents {
  padding-left: 3.125%;
  padding-right: 3.125%;
  display: block; }

@media screen and (max-width: 736px) {
  .l-contents {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
.container {
  max-width: 1120px;
  margin: auto; }

.container2 {
  max-width: 960px;
  margin: auto; }

.nav-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all .2s;
  width: 7rem;
  height: 100%;
  z-index: 101; }
.nav-menu:after {
  content: "MENU";
  display: block;
  font-size: .9rem;
  color: #f29908;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  text-align: center; }
.nav-menu__bar {
  width: 2.5rem;
  height: 1.8rem;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.nav-menu__bar span {
  display: block;
  position: absolute;
  left: 0;
  background-color: #f29908;
  width: 100%;
  height: .2rem; }
.nav-menu__bar span:nth-child(1) {
  top: 0;
  transition: all .2s ease; }
.nav-menu__bar span:nth-child(2) {
  top: .8rem;
  transition: all .2s .2s ease; }
.nav-menu__bar span:nth-child(3) {
  bottom: 0;
  transition: all .2s .1s ease; }
.nav-menu.is-active {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #f29908;
  border-radius: 50%;
  top: 1.3rem;
  right: 1.3rem; }
.nav-menu.is-active:after {
  display: none; }
.nav-menu.is-active .nav-menu__bar {
  top: 1.3rem;
  background-color: #f29908; }
.nav-menu.is-active .nav-menu__bar span {
  background-color: #fff; }
.nav-menu.is-active .nav-menu__bar span:nth-of-type(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
  top: .8rem; }
.nav-menu.is-active .nav-menu__bar span:nth-of-type(2) {
  opacity: 0; }
.nav-menu.is-active .nav-menu__bar span:nth-of-type(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
  bottom: .8rem; }

@media screen and (max-width: 736px) {
  .nav-menu {
    display: block; } }
.nav-tel {
  display: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.nav-tel > a {
  display: block;
  background-color: rgba(242, 153, 8, 0.2);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  position: relative; }
.nav-tel > a:before {
  content: "";
  color: #f29908;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 736px) {
  .nav-tel {
    display: block; } }
.nav-global {
  margin-left: auto;
  align-self: flex-end;
  width: calc(100% - 20rem); }

@media screen and (min-width: 737px) and (max-width: 1000px) {
  .nav-global {
    width: calc(100% - 14rem); } }
@media screen and (max-width: 736px) {
  .nav-global {
    position: fixed;
    z-index: 100;
    top: -100%;
    visibility: hidden;
    opacity: 0;
    left: 8%;
    width: 84%;
    max-height: calc(100% - 3rem);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border: 3px solid #f29908;
    border-radius: 10px;
    transition: top .4s ease-in-out; }
  .nav-global.is-active {
    top: 3rem;
    visibility: visible;
    opacity: 1; }

  .is-nav-open .header:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8); } }
.nav-global-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media screen and (max-width: 736px) {
  .nav-global-list {
    display: block; } }
.nav-global-item {
  width: 25%; }
.nav-global-item.-home {
  display: none; }

@media screen and (max-width: 736px) {
  .nav-global-item {
    width: auto;
    border-bottom: 1px solid #ffd800; }
  .nav-global-item.-home {
    display: block; }
  .nav-global-item.-home .nav-global-link {
    text-align: center;
    padding: 2rem;
    font-size: 1.6rem; }
  .nav-global-item.-home .nav-global-link:before {
    display: none; }
  .nav-global-item.-home .nav-global-link span {
    padding-left: 2.4rem;
    position: relative; }
  .nav-global-item.-home .nav-global-link span:before {
    background-color: #f29908;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    content: "";
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.nav-global-link {
  padding: 3rem 0;
  display: block;
  color: #5a3b28;
  text-align: center;
  line-height: 1; }

@media screen and (max-width: 736px) {
  .nav-global-link {
    padding: 1.8rem 2.8rem 1.8rem 1.8rem;
    text-align: left;
    position: relative; }
  .nav-global-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    color: #f29908;
    margin-top: -.5em; } }
.nav-global-txt {
  font-size: 1.8rem;
  display: block; }

@media screen and (max-width: 736px) {
  .nav-global-txt {
    font-size: 1.6rem; } }
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .nav-global-txt {
    font-size: 1.7rem; } }
@media screen and (min-width: 737px) and (max-width: 900px) {
  .nav-global-txt {
    font-size: 1.6rem; } }
.nav-global-en {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #f29908;
  display: block;
  letter-spacing: .1em; }

@media screen and (max-width: 736px) {
  .nav-global-en {
    display: none; } }
.nav-global-panel {
  display: none; }

@media screen and (max-width: 736px) {
  .nav-global-panel {
    display: block;
    padding: 0 1.8rem 1.5rem 1.8rem; }

  .nav-global-panel-list > li {
    margin-top: .5rem; }
  .nav-global-panel-list > li > a {
    display: block;
    background-color: rgba(255, 216, 0, 0.6);
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 1.2rem 2.4rem 1.2rem 1.5rem;
    border-radius: 4px;
    color: #5a3b28;
    position: relative; }
  .nav-global-panel-list > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    color: #f29908;
    margin-top: -.5em; } }
.nav-local {
  padding-left: 3.125%;
  padding-right: 3.125%;
  background-color: #f29908; }

@media screen and (max-width: 736px) {
  .nav-local {
    padding: 0; } }
.nav-local-list {
  max-width: 1120px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center; }
.nav-local-list > li {
  position: relative; }
.nav-local-list > li:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 25%;
  left: 0; }
.nav-local-list > li:last-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 25%;
  right: 0; }
.nav-local-list > li > a {
  display: block;
  padding: 1.2em 2.5em;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: .05em;
  background-color: transparent;
  position: relative;
  transition: color .2s; }
.nav-local-list > li > a span {
  position: relative; }
.nav-local-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 0;
  background-color: #fdf7d6;
  transition: height .2s; }
.nav-local-list > li > a:hover, .nav-local-list > li > a.is-active {
  color: #f29908;
  opacity: 1; }
.nav-local-list > li > a:hover:before, .nav-local-list > li > a.is-active:before {
  height: 100%; }
.nav-local-list > li > a.is-active {
  pointer-events: none; }

@media screen and (max-width: 736px) {
  .nav-local-list > li {
    width: 25%;
    text-align: center; }
  .nav-local-list > li:first-child {
    width: 30%; }
  .nav-local-list > li:first-child:before {
    display: none; }
  .nav-local-list > li:last-child {
    padding-right: 1px; }
  .nav-local-list > li:last-child:after {
    display: none; }
  .nav-local-list > li > a {
    padding: 1.2em 0;
    font-size: 1.3rem;
    letter-spacing: 0; }
  .nav-local-list > li > a span {
    position: relative; }
  .nav-local-list > li > a:hover, .nav-local-list > li > a.is-active {
    color: #f29908;
    opacity: 1; }
  .nav-local-list > li > a:hover:before, .nav-local-list > li > a.is-active:before {
    height: 100%; }
  .nav-local-list > li > a.is-active {
    pointer-events: none; } }
.btn-page-top {
  position: fixed;
  right: 2rem;
  bottom: -6rem;
  z-index: 98;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s; }
.btn-page-top:before {
  content: "";
  color: #f29908;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .2s; }
.btn-page-top:hover:before {
  opacity: .5; }

.is-scroll .btn-page-top {
  bottom: 2rem; }

@media screen and (max-width: 736px) {
  .btn-page-top {
    width: 3.6rem;
    height: 3.6rem;
    right: 1rem; }
  .btn-page-top:before {
    font-size: 1.8rem; }

  .is-scroll .btn-page-top {
    bottom: 1rem; } }
.btn-next-01 {
  display: block;
  background-color: #fff;
  border: 2px solid #f29908;
  border-radius: 4rem;
  padding: 1em 2em;
  line-height: 1.2;
  text-align: center;
  color: #f29908;
  font-weight: bold;
  position: relative;
  transition: all .15s; }
.btn-next-01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -.5em; }
.btn-next-01:hover {
  background-color: #f29908;
  color: #fff;
  opacity: 1; }

@media screen and (max-width: 736px) {
  .btn-next-01 {
    padding: .8em 1em; }
  .btn-next-01:before {
    right: 1em; } }
.header {
  border-top: 5px solid #f29908;
  background-color: #fff;
  padding-left: 3.125%;
  padding-right: 3.125%; }
.header > .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 3rem;
  position: relative; }

@media screen and (min-width: 737px) {
  .is-scroll .header {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } }
@media screen and (max-width: 736px) {
  .header {
    border-top: none;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
  .header > .container {
    display: block;
    padding-top: 0;
    height: 7rem; } }
.header-contact {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f29908;
  border-radius: 0 0 6px 6px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  padding: 1.2rem 2rem; }
.header-contact__label {
  font-size: 1.5rem; }
.header-contact__tel {
  font-size: 2rem;
  margin-left: 1em; }

@media screen and (max-width: 736px) {
  .header-contact {
    position: static;
    background-color: transparent;
    color: #f29908;
    display: block;
    padding: 1.85rem 1.85rem 1.5rem;
    text-align: center; }
  .header-contact__label {
    font-size: 1.2rem;
    font-weight: 700; }
  .header-contact__tel {
    margin: 1rem 0 0 0; } }
.header-logo {
  width: 16rem;
  position: relative; }
.header-logo img {
  display: block; }
.header-logo:after {
  content: "";
  display: block;
  width: 140%;
  height: 140%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: -20%;
  z-index: 1; }
.header-logo > a {
  display: block;
  position: relative;
  z-index: 2; }

@media screen and (min-width: 861px) and (max-width: 1000px) {
  .header-logo {
    width: 14rem; } }
@media screen and (min-width: 737px) and (max-width: 860px) {
  .header-logo {
    width: 12rem; } }
@media screen and (max-width: 736px) {
  .header-logo {
    width: 8rem;
    margin: auto;
    top: 1rem; }
  .header-logo:after {
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%; } }
.footer {
  background-color: #fff;
  padding-left: 3.125%;
  padding-right: 3.125%;
  text-align: center;
  position: relative;
  color: #666; }
.footer a {
  color: #666;
  transition: opacity .2s; }
.footer a:hover {
  opacity: .8; }
.footer > .container {
  padding: 5rem 0; }
.footer .copyright {
  color: #f29908;
  font-style: italic;
  margin-top: 2rem; }

@media screen and (max-width: 736px) {
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .footer > .container {
    padding: 3rem 0 2rem; }
  .footer .copyright {
    font-size: 1rem; } }
.footer-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
.footer-nav > li {
  margin: 0 1.5em; }
.footer-nav .ico-home {
  display: inline-block;
  background-color: #f29908;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative; }
.footer-nav .ico-home:before {
  content: "";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 736px) {
  .footer-nav {
    display: none; } }
.footer-logo {
  max-width: 35.8rem;
  margin: 2rem auto; }
.footer-logo img {
  display: block; }

@media screen and (max-width: 736px) {
  .footer-logo {
    max-width: 60%;
    margin: 0 auto 1rem; } }
.footer-address {
  font-size: 1.4rem; }

@media screen and (max-width: 736px) {
  .footer-address {
    font-size: 1.2rem; }
  .footer-address span {
    display: block; } }
.footer-tel {
  margin-top: 1rem;
  font-size: 2.4rem; }
.footer-tel a {
  display: inline-block;
  color: #f29908; }

@media screen and (max-width: 736px) {
  .footer-tel {
    display: none; } }
.section {
  padding: 6rem 0; }
.section:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 736px) {
  .section {
    padding: 3rem 0; } }
.heading-01 {
  position: relative;
  color: #f29908;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 2rem;
  margin-bottom: 1.5em; }
.heading-01:before {
  content: "";
  display: block;
  width: 8rem;
  height: .4rem;
  background-color: #f29908;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 736px) {
  .heading-01 {
    font-size: 2rem;
    padding-bottom: 1.2rem; }
  .heading-01:before {
    width: 4rem;
    height: .3rem; } }
.heading-02-wrap {
  text-align: center;
  margin-bottom: 2em; }

.heading-02 {
  display: inline-block;
  position: relative;
  letter-spacing: .1em;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 1.5rem;
  background: url(../images/bg-line-01.png) repeat-x center bottom;
  background-size: 12rem auto; }

@media screen and (max-width: 736px) {
  .heading-02 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    background-size: 6rem auto; }
  .heading-02 small {
    display: block; } }
.heading-03 {
  font-size: 1.8rem;
  color: #f29908;
  margin-bottom: .5em; }

@media screen and (max-width: 736px) {
  .heading-03 {
    font-size: 1.6rem; } }
.heading-04 {
  border-left: 5px solid #f29908;
  padding-left: .5em;
  line-height: 1.2;
  margin-bottom: 1em; }

@media screen and (max-width: 736px) {
  .heading-04 {
    border-left-width: 4px; } }
.heading-copy {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1em; }

@media screen and (max-width: 736px) {
  .heading-copy {
    font-size: 2rem; }
  .heading-copy br {
    display: none; } }
.information {
  margin: 8rem 0;
  padding-left: 3.125%;
  padding-right: 3.125%;
  font-size: 1.4rem; }
.information > .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media screen and (max-width: 736px) {
  .information {
    margin: 3rem 0 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem; }
  .information > .container {
    display: block; } }
.info-image {
  width: 45%; }

@media screen and (max-width: 736px) {
  .info-image {
    width: auto; } }
.info-detail {
  width: 50%;
  margin-left: auto; }

@media screen and (max-width: 736px) {
  .info-detail {
    width: auto;
    margin: 1.5rem 0 0 0;
    text-align: center; } }
.info-map {
  height: 100%; }

@media screen and (max-width: 736px) {
  .info-map {
    height: 25rem; } }
.info-ttl {
  font-size: 2.4rem;
  color: #f29908; }

@media screen and (max-width: 736px) {
  .info-ttl {
    font-size: 1.6rem; } }
.info-address {
  margin-top: .5em; }

@media screen and (max-width: 736px) {
  .info-address span {
    display: block; } }
.info-tel {
  font-size: 3rem;
  color: #f29908;
  margin-top: .5em; }

@media screen and (max-width: 736px) {
  .info-tel {
    font-size: 2.4rem; } }
.info-note {
  margin-top: 1em; }

@media screen and (max-width: 736px) {
  .info-note__time {
    display: block; } }
.info-schedule {
  margin-top: 1em; }

.info-schedule-note {
  margin-top: 1rem; }

@media screen and (max-width: 736px) {
  .info-schedule-note {
    text-align: left; } }
.info-schedule-tbl {
  width: 100%;
  border-collapse: separate;
  border-radius: 6px;
  border: 2px solid #f29908;
  overflow: hidden; }
.info-schedule-tbl thead {
  background-color: #f29908;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold; }
.info-schedule-tbl thead .day {
  width: 8%; }
.info-schedule-tbl tbody {
  background-color: #fff; }
.info-schedule-tbl tbody td {
  vertical-align: middle; }
.info-schedule-tbl tbody tr.line td {
  border-bottom: 1px solid #f29908; }
.info-schedule-tbl tbody tr.line .time, .info-schedule-tbl tbody tr.line .day {
  border-top: 1px solid #f6e4c4; }
.info-schedule-tbl tbody tr.line:last-child td {
  border-bottom: none; }
.info-schedule-tbl tbody td.line {
  border-bottom: 1px solid #f29908; }
.info-schedule-tbl tbody .dept {
  padding: 1em;
  background-color: #fdf7d6;
  border-right: 1px solid #f29908;
  color: #f29908;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center; }
.info-schedule-tbl tbody .time {
  padding: .5em;
  text-align: right;
  color: #f29908;
  font-size: 1.3rem; }
.info-schedule-tbl tbody .day {
  text-align: center;
  border-left: 1px solid #f6e4c4; }

@media screen and (max-width: 736px) {
  .info-schedule-tbl thead {
    font-size: 1.2rem; }
  .info-schedule-tbl thead .dept {
    font-size: 0; }
  .info-schedule-tbl tbody .dept {
    width: 2.4em;
    padding: 1em .7em;
    font-size: 1.3rem;
    line-height: 1.1; }
  .info-schedule-tbl tbody .time {
    font-size: 1.3rem; } }
.ico-open {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #ffd800;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle; }

@media screen and (max-width: 736px) {
  .ico-open {
    width: 1.2rem;
    height: 1.2rem; } }
.ico-close {
  width: 1rem;
  height: .2rem;
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle; }

.page-header {
  padding-left: 3.125%;
  padding-right: 3.125%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 40vh;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
.page-header.-layer2 {
  height: 30vh; }
.page-header > .container {
  padding: 4rem 0;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  color: #fff; }
.page-header h1 {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: .1em; }
.page-header__en {
  font-size: 1.6rem;
  letter-spacing: .3em; }

@media screen and (max-width: 736px) {
  .page-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 30vh; }
  .page-header.-layer2 {
    min-height: 24vh; }
  .page-header > .container {
    padding: 2rem 0; }
  .page-header h1 {
    font-size: 2.2rem;
    line-height: 1.4; }
  .page-header__en {
    font-size: 1.3rem; } }
.clinic .page-header {
  background-image: url(../images/mv-clinic.jpg); }

.clinic-transplantation .page-header {
  background-image: url(../images/mv-clinic-transplantation.jpg); }

.clinic-urology .page-header {
  background-image: url(../images/mv-clinic-urology.jpg); }

.clinic-kidney .page-header {
  background-image: url(../images/mv-clinic-kidney.jpg); }

.first .page-header {
  background-image: url(../images/mv-first.jpg);
  background-position: left center; }

.patient .page-header {
  background-image: url(../images/mv-patient.jpg);
  background-position: right center; }

.access .page-header {
  background-image: url(../images/mv-access.jpg); }

.gallery-slider {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gallery-slider {
    width: 200vw; } }
.gallery-slider ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  margin: 0;
  padding: 0;
  font-size: 0; }

@media screen and (max-width: 736px) {
  .gallery-slider ul {
    width: 200vw; } }
.gallery-slider li {
  width: calc(100vw / 2);
  list-style: none;
  text-align: center; }

.gallery-slider li a {
  display: block; }

.gallery-slider li img {
  display: block;
  width: 100%;
  height: auto; }

.gallery-slider li a:hover {
  opacity: .7; }

.gallery-slider ul:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.gallery-slider ul + ul {
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }
.top-mv {
  padding-left: 3.125%;
  padding-right: 3.125%;
  position: relative;
  padding-top: 12rem;
  margin-bottom: 6rem;
  min-height: 58rem; }

@media screen and (max-width: 736px) {
  .top-mv {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    margin-bottom: 4rem;
    min-height: initial; } }
.top-mv-box {
  color: #f29908;
  position: relative;
  z-index: 2; }
.top-mv-box h1 {
  font-size: 1.8rem;
  line-height: 2;
  display: inline-block;
  border-bottom: 3px solid #f29908; }
.top-mv-box h2 {
  font-size: 5.2rem;
  line-height: 1.4;
  margin-top: .5em;
  text-shadow: 1px 1px 0 #fdf7d6, -1px 1px 0 #fdf7d6, 1px -1px 0 #fdf7d6, -1px -1px 0 #fdf7d6; }

@media screen and (max-width: 736px) {
  .top-mv-box {
    text-align: center;
    margin-top: 2rem; }
  .top-mv-box h1 {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom-width: 2px; }
  .top-mv-box h2 {
    font-size: 2.8rem;
    margin-top: .6em; } }
.top-mv-copy {
  line-height: 2;
  margin-top: 1.5em;
  width: 30%;
  max-width: 32rem; }

@media screen and (max-width: 736px) {
  .top-mv-copy {
    line-height: 1.75;
    margin-top: 1em;
    width: auto;
    max-width: initial; } }
.top-mv-btn {
  margin-top: 2em;
  width: 30%;
  max-width: 32rem; }

@media screen and (max-width: 736px) {
  .top-mv-btn {
    margin-top: 1em;
    width: auto;
    max-width: initial; } }
.top-mv-slider {
  position: absolute;
  top: 8rem;
  right: 0;
  width: 62%;
  height: calc(100% - 8rem);
  z-index: 0; }
.top-mv-slider .swiper-slide {
  background-position: center center;
  background-size: cover;
  overflow: hidden; }

@media screen and (max-width: 736px) {
  .top-mv-slider {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .top-mv-slider .swiper-slide {
    padding-top: 60%; } }
.top-news {
  padding-left: 3.125%;
  padding-right: 3.125%; }

@media screen and (max-width: 736px) {
  .top-news {
    padding: 0; } }
.top-news-box {
  background-color: #fff;
  border-style: solid;
  border-color: #f29908;
  border-width: 3px 0;
  padding: 4.5rem 5rem 8rem;
  position: relative; }
.top-news-box:before {
  content: "";
  display: block;
  background: url(../images/ill-01.png) no-repeat center center;
  background-size: contain;
  width: 10.4rem;
  height: 3.9rem;
  position: absolute;
  top: -3.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 736px) {
  .top-news-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-width: 3px 0;
    padding-top: 2.5rem;
    padding-bottom: 2rem; }
  .top-news-box:before {
    width: 7rem;
    height: 2.625rem;
    top: -2.625rem; } }
.top-news-header {
  margin-bottom: 4rem;
  text-align: center; }

@media screen and (max-width: 736px) {
  .top-news-header {
    margin-bottom: 0; } }
.top-news-ttl {
  display: inline-block;
  padding-left: 8rem;
  font-size: 2.4rem;
  color: #f29908;
  letter-spacing: .1em;
  position: relative; }
.top-news-ttl:before {
  content: "";
  display: block;
  background: url(../images/ico-news.svg) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2rem; }

@media screen and (max-width: 736px) {
  .top-news-ttl {
    padding-left: 4rem;
    font-size: 1.8rem; }
  .top-news-ttl:before {
    width: 3rem;
    height: 2rem;
    margin-top: -1rem; } }
.top-news-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (max-width: 736px) {
  .top-news-list {
    display: block; } }
.top-news-item {
  padding: 1.2em 0;
  width: 47.5%;
  border-bottom: 1px dashed #f29908; }
.top-news-item:nth-child(-n+2) {
  border-top: 1px dashed #f29908; }
.top-news-item .date {
  color: #f29908; }
.top-news-item .txt {
  margin-top: .5rem; }

@media screen and (max-width: 736px) {
  .top-news-item {
    width: auto; }
  .top-news-item:nth-child(-n+2) {
    border-top: none; }
  .top-news-item:last-child {
    border-bottom: none; } }
.top-column-bnr {
  text-align: center;
  margin-bottom: 8rem;
  padding-left: 3.125%;
  padding-right: 3.125%; }

@media screen and (max-width: 736px) {
  .top-column-bnr {
    margin-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
.clinic-message {
  line-height: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.clinic-message__content {
  width: 70%; }
.clinic-message__image {
  width: 25%;
  margin-left: auto; }

@media screen and (max-width: 736px) {
  .clinic-message {
    line-height: inherit;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .clinic-message__content {
    width: 100%; }
  .clinic-message__image {
    width: 60%;
    margin: 0 auto 1.5em; } }
.clinic-history {
  background-color: #fff;
  padding: 6% 4.5%;
  border-radius: 10px;
  margin-top: 5rem; }
.clinic-history__row {
  display: flex;
  position: relative; }
.clinic-history__row-col {
  flex: 1; }

@media screen and (max-width: 736px) {
  .clinic-history {
    margin-top: 3rem;
    padding: 3rem 1.5rem 1.5rem;
    font-size: 1.4rem; }
  .clinic-history__row {
    display: block; } }
.clinic-history__year-list > li {
  display: flex; }
.clinic-history__year-list .year {
  width: 7em;
  flex-shrink: 0;
  padding-right: .5em; }
.clinic-history__year-list .year-l {
  width: 9em;
  flex-shrink: 0;
  padding-right: .5em; }

.clinic-point {
  position: relative;
  min-height: 50rem;
  padding-top: 4rem;
  margin-top: 6rem; }
.clinic-point__image {
  width: 70%;
  position: absolute;
  top: 0;
  z-index: 0; }
.clinic-point__content {
  width: 50%;
  background-color: #fff;
  border-radius: 6px;
  padding: 4.5%;
  position: relative; }
.clinic-point .heading-04 {
  margin-top: 1.5em; }

.clinic-point.-even .clinic-point__image {
  right: -10%; }

.clinic-point.-odd .clinic-point__image {
  left: -10%; }
.clinic-point.-odd .clinic-point__content {
  margin-left: auto; }

@media screen and (max-width: 736px) {
  .clinic-point {
    min-height: initial;
    padding-top: 40%;
    margin-top: 2rem; }
  .clinic-point__image {
    width: calc(100% + 3rem);
    z-index: 0;
    left: -1.5rem !important;
    right: -1.5rem !important; }
  .clinic-point__content {
    width: 100%;
    padding: 2.5rem;
    background-color: rgba(255, 255, 255, 0.95); } }
.clinic-point-num {
  color: #ffd800;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: .5em; }

@media screen and (max-width: 736px) {
  .clinic-point-num {
    font-size: 2.4rem; } }
.clinic-point-ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #f29908;
  margin-bottom: .5em; }

@media screen and (max-width: 736px) {
  .clinic-point-ttl {
    font-size: 2rem; } }
.clinic-dept {
  background-color: #fff;
  border-radius: 10px;
  padding: 4.5%; }
.clinic-dept__image {
  width: 35%; }
.clinic-dept__image img {
  display: block; }
.clinic-dept__content {
  width: 60%;
  margin-left: auto; }

@media screen and (max-width: 736px) {
  .clinic-dept {
    border-radius: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1.5rem; }
  .clinic-dept__image {
    width: auto; }
  .clinic-dept__content {
    width: auto;
    margin: 1.5rem 0 0 0; } }
.clinic-dept-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.clinic-dept-item:not(:last-child) {
  border-bottom: 2px dotted #ffd800;
  padding-bottom: 5rem;
  margin-bottom: 5rem; }

@media screen and (max-width: 736px) {
  .clinic-dept-item {
    display: block;
    padding-bottom: 1.5rem; }
  .clinic-dept-item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem; } }
.clinic-dept-ttl {
  font-size: 2.8rem;
  color: #f29908;
  margin-bottom: .5em; }

@media screen and (max-width: 736px) {
  .clinic-dept-ttl {
    font-size: 2rem;
    text-align: center; } }
.clinic-exam-list {
  margin-top: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.clinic-exam-list > li {
  background-color: #e3f2f9;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #1863b7;
  margin: 0 .5rem .5rem 0;
  padding: .8em 1em; }

@media screen and (max-width: 736px) {
  .clinic-exam-list > li {
    font-size: 1.3rem;
    padding: .5em .8em; } }
.clinic-dept-btn {
  margin-top: 1.5em;
  max-width: 30rem; }

@media screen and (max-width: 736px) {
  .clinic-dept-btn {
    max-width: initial; } }
.clinic-intro {
  margin: 6rem auto 4rem; }

@media screen and (max-width: 736px) {
  .clinic-intro {
    margin: 3rem auto 1rem; } }
.clinic-intro-txt {
  max-width: 960px;
  margin: auto; }

.clinic-intro-image {
  margin-top: 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.clinic-intro-image div {
  width: 33%; }
.clinic-intro-image div img {
  display: block; }

@media screen and (max-width: 736px) {
  .clinic-intro-image {
    margin-top: 2rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .clinic-intro-image div {
    width: 49.5%; }
  .clinic-intro-image div:last-child {
    margin-top: 1%;
    width: 100%; } }
.clinic-patient {
  margin: 6rem 0 4rem;
  background-color: #fff;
  padding: 4.5%;
  border-radius: 10px; }

@media screen and (max-width: 736px) {
  .clinic-patient {
    margin: 3rem -1.5rem 1rem;
    padding: 3rem 1.5rem;
    border-radius: 0; } }
.clinic-patient-item:not(:last-child) {
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 2px dotted #ffd800; }
.clinic-patient-item__body {
  padding-left: 15rem;
  position: relative; }
.clinic-patient-item__body:before {
  content: "";
  display: block;
  width: 105px;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: -2rem;
  left: 0; }
.clinic-patient-item.-recipient .clinic-patient-item__body:before {
  background-image: url(../images/img-recipient.png); }
.clinic-patient-item.-donor .clinic-patient-item__body:before {
  background-image: url(../images/img-donor.png); }

@media screen and (max-width: 736px) {
  .clinic-patient-item {
    padding-bottom: 1rem; }
  .clinic-patient-item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
  .clinic-patient-item__body {
    padding-left: 0; }
  .clinic-patient-item__body p {
    position: relative; }
  .clinic-patient-item__body:before {
    width: 62px;
    height: 125px;
    bottom: auto;
    top: -10rem; } }
.clinic-patient-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
.clinic-patient-child:last-child {
  margin-top: 4.5rem; }
.clinic-patient-child:last-child:after {
  content: "";
  position: absolute;
  top: -4.5rem;
  left: 4rem;
  color: #ffd800;
  font-size: 4rem;
  transform: rotate(90deg); }
.clinic-patient-child__ttl {
  background-color: #f29908;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: .7em;
  width: 7em; }
.clinic-patient-child__body {
  padding-left: 1em; }

@media screen and (max-width: 736px) {
  .clinic-patient-child {
    display: block; }
  .clinic-patient-child:last-child:after {
    left: 50%;
    margin-left: -.5em; }
  .clinic-patient-child__ttl {
    padding: .5em 1em;
    margin-bottom: 1em;
    width: auto; }
  .clinic-patient-child__body {
    padding-left: 0; } }
.clinic-exam-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.clinic-exam-item {
  width: 32.3333%;
  margin: .5%;
  background-color: #e3f2f9;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 3%; }

@media screen and (max-width: 736px) {
  .clinic-exam-item {
    width: 100%;
    margin: 0 0 1rem 0;
    border-width: 2px;
    padding: 2rem 1.5rem; } }
.clinic-exam-ttl {
  color: #1863b7;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: .8em; }

@media screen and (max-width: 736px) {
  .clinic-exam-ttl {
    font-size: 1.6rem; } }
.clinic-co-box {
  background-color: #fff;
  border-style: solid;
  border-color: #f29908;
  border-width: 3px 0;
  padding: 4.5%;
  margin-top: 6rem;
  position: relative; }
.clinic-co-box:before {
  content: "";
  display: block;
  background: url(../images/ill-01.png) no-repeat center center;
  background-size: contain;
  width: 10.4rem;
  height: 3.9rem;
  position: absolute;
  top: -3.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.clinic-co-box__ttl {
  color: #f29908;
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center; }

@media screen and (max-width: 736px) {
  .clinic-co-box {
    padding: 2rem;
    margin-top: 2.625rem;
    position: relative; }
  .clinic-co-box:before {
    width: 7rem;
    height: 2.625rem;
    top: -2.625rem; }
  .clinic-co-box__ttl {
    font-size: 1.6rem; } }
.first-contact {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #f29908;
  max-width: 50rem;
  margin: -4rem auto 4rem;
  overflow: hidden;
  text-align: center;
  position: relative; }
.first-contact__header {
  background-color: #f29908;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1;
  padding: .75em; }
.first-contact__body {
  padding: 5%; }

@media screen and (max-width: 736px) {
  .first-contact {
    border-width: 2px;
    margin: -2rem auto 2rem; }
  .first-contact__header {
    font-size: 1.6rem; } }
.first-contact-txt em {
  font-style: normal;
  background: linear-gradient(transparent 60%, rgba(255, 216, 0, 0.5) 60%);
  font-weight: bold; }

.first-contact-tel {
  color: #f29908;
  font-size: 2.4rem;
  margin: .5em 0 0; }

.first-contact-time {
  font-size: 1.4rem; }

.first-bring {
  background-color: #fff;
  border-radius: 10px;
  padding: 4.5%; }

@media screen and (max-width: 736px) {
  .first-bring {
    padding: 3rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-radius: 0; } }
.first-bring-container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.first-bring-container:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-right: 2px dotted #ffd800;
  position: absolute;
  top: 0;
  left: 50%; }

@media screen and (max-width: 736px) {
  .first-bring-container {
    display: block; }
  .first-bring-container:before {
    display: none; } }
.first-bring-item {
  width: 45%; }

@media screen and (max-width: 736px) {
  .first-bring-item {
    width: auto; }
  .first-bring-item:not(:last-child) {
    border-bottom: 2px dotted #ffd800;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
  .first-bring-item .heading-03 {
    text-align: center; } }
.first-note {
  margin-top: 3rem;
  background-color: #ffeeee;
  border-radius: 10px;
  padding: 3%; }

@media screen and (max-width: 736px) {
  .first-note {
    padding: 2rem;
    border-radius: 6px; } }
.first-note-ttl {
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1.4em;
  margin-bottom: .5em;
  color: #d00;
  position: relative; }
.first-note-ttl:before {
  content: "";
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em; }

.patient-contact {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #f29908;
  max-width: 50rem;
  margin: -4rem auto 4rem;
  overflow: hidden;
  text-align: center;
  position: relative; }
.patient-contact__header {
  background-color: #f29908;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1;
  padding: .75em; }
.patient-contact__body {
  padding: 5%; }

@media screen and (max-width: 736px) {
  .patient-contact {
    border-width: 2px;
    margin: -2rem auto 2rem; }
  .patient-contact__header {
    font-size: 1.6rem; } }
.patient-bring {
  background-color: #fff;
  border-radius: 10px;
  padding: 4.5%; }
.patient-bring__image {
  width: 45%; }
.patient-bring__image img {
  display: block; }
.patient-bring__content {
  width: 50%; }

@media screen and (max-width: 736px) {
  .patient-bring {
    padding: 3rem 1.5rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-radius: 0; }
  .patient-bring__image {
    width: auto;
    margin-top: 2rem; }
  .patient-bring__content {
    width: auto; } }
.patient-bring-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (max-width: 736px) {
  .patient-bring-container {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.access-summary {
  margin: 6rem auto 0;
  max-width: 960px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.access-summary .link-tel {
  font-size: 2rem;
  color: #f29908;
  margin: .5em 0; }

@media screen and (max-width: 736px) {
  .access-summary {
    margin-top: 2rem;
    display: block; }
  .access-summary .link-tel {
    font-size: 2rem;
    margin: 0; }
  .access-summary .tel-copy {
    display: block; } }
.access-summary-ttl {
  color: #f29908;
  font-size: 2rem;
  white-space: nowrap; }

@media screen and (max-width: 736px) {
  .access-summary-ttl {
    font-size: 1.6rem;
    text-align: center; } }
.access-summary-dl {
  padding-left: 5%;
  margin-left: 5%;
  border-left: 2px solid #f29908;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
.access-summary-dl > dt {
  width: 4em;
  font-weight: bold; }
.access-summary-dl > dd {
  width: calc(100% - 4em); }
.access-summary-dl > dd:before {
  content: "：";
  font-weight: bold;
  margin-right: .8em; }

@media screen and (max-width: 736px) {
  .access-summary-dl {
    padding-left: 0;
    margin-left: 0;
    border-left: none; }
  .access-summary-dl > dt {
    margin: .5rem 0;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 5.5em;
    text-align: right; }
  .access-summary-dl > dt:after {
    content: "："; }
  .access-summary-dl > dd {
    margin: .5rem 0;
    width: calc(100% - 5.5em); }
  .access-summary-dl > dd:before {
    display: none; } }
.access-detail {
  background-color: #fff;
  padding: 6% 4.5%;
  border-radius: 10px;
  margin-top: 5rem; }

@media screen and (max-width: 736px) {
  .access-detail {
    padding: 3rem 1.5rem 1.5rem;
    border-radius: 0;
    margin: 2rem -1.5rem 0; } }
.access-item:not(:last-child) {
  margin-bottom: 6rem; }

@media screen and (max-width: 736px) {
  .access-item {
    padding-bottom: 3rem;
    margin-bottom: 0; }
  .access-item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem; } }
.access-train {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }

@media screen and (max-width: 736px) {
  .access-train {
    display: block; }
  .access-train .heading-03 {
    text-align: center; } }
.access-train-item {
  padding: 0 3%; }

@media screen and (max-width: 736px) {
  .access-train-item {
    padding: 0; }
  .access-train-item:not(:last-child) {
    margin-bottom: 2rem; } }
.access-bus__image {
  max-width: 60rem;
  margin: auto; }
.access-bus__image img {
  display: block; }
.access-bus__content {
  margin-top: 2rem; }

.access-bus-tbl {
  border: 1px solid #f29908;
  width: 100%; }
.access-bus-tbl td {
  padding: .8em; }
.access-bus-tbl thead {
  background-color: #f29908;
  color: #fff;
  text-align: center;
  white-space: nowrap; }
.access-bus-tbl thead th {
  padding: .5em; }
.access-bus-tbl tbody th {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #ddd;
  text-align: center; }
.access-bus-tbl tbody td {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd; }
.access-bus-tbl tbody td a {
  white-space: nowrap; }
.access-bus-tbl tbody td .bus-number {
  color: #1863b7; }
.access-bus-tbl tbody td .bus-number:before {
  content: ""; }
.access-bus-tbl tbody tr:first-child td, .access-bus-tbl tbody tr:first-child th {
  border-top: none; }

@media screen and (max-width: 736px) {
  .access-bus-tbl {
    font-size: 1.4rem; }
  .access-bus-tbl td {
    padding: .5em; }
  .access-bus-tbl thead {
    font-size: 1.2rem; }
  .access-bus-tbl thead th {
    padding: .5em; }
  .access-bus-tbl tbody td a {
    white-space: normal; } }
body.column .page-header {
  background-image: url(/column/img/mv-bg.jpg);
  overflow: visible;
  height: 400px;
  margin-bottom: 10rem; }
body.column .page-header .column-mv-ttl {
  display: flex;
  width: 626px; }

body.column-page-article .page-header {
  height: 262px;
  margin-bottom: 4rem; }
body.column-page-article .page-header .column-mv-ttl {
  width: 440px; }

@media screen and (max-width: 736px) {
  body.column .page-header {
    height: 52vw;
    min-height: initial;
    margin-bottom: 5rem; }
  body.column .page-header .column-mv-ttl {
    max-width: 80vw;
    margin-top: 1rem; }

  body.column-page-article .page-header {
    height: 36vw;
    margin-bottom: 4rem; }
  body.column-page-article .page-header .column-mv-ttl {
    max-width: 53vw; } }
.column-index-list {
  max-width: 96rem;
  margin: 0 auto 6rem; }

.column-index-list__item {
  margin-bottom: 2.6rem; }

.column-index-card {
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 0 0 rgba(242, 153, 8, 0.5);
  min-height: 9rem;
  overflow: hidden;
  line-height: 1.4; }
.column-index-card.-disabled {
  pointer-events: none; }
.column-index-card.-disabled .column-index-card__txt, .column-index-card.-disabled .column-index-card__right:before {
  opacity: .5; }

@media screen and (min-width: 737px) {
  .column-index-card {
    transition: all .2s; }
  .column-index-card:hover {
    opacity: 1;
    margin-top: 2px;
    margin-left: 2px;
    box-shadow: 4px 4px 0 0 rgba(242, 153, 8, 0.8); } }
@media screen and (max-width: 736px) {
  .column-index-list__item {
    margin-bottom: 1.5rem; }

  .column-index-card {
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(242, 153, 8, 0.5);
    min-height: 7rem; } }
.column-index-card__left {
  width: 10rem;
  background: #f29908;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.column-index-card__right {
  flex: 1;
  align-self: center;
  padding: 1rem 4rem 1rem 2.5rem;
  position: relative; }
.column-index-card__right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -.5em;
  font-size: 2rem;
  color: #f29908; }

@media screen and (max-width: 736px) {
  .column-index-card__left {
    width: 5.6rem; }

  .column-index-card__right {
    padding: 1.5rem; }
  .column-index-card__right:before {
    display: none; } }
.column-index-card__number {
  color: #fff;
  font-size: 1.8rem; }
.column-index-card__number em {
  font-size: 2.4rem;
  font-style: normal; }

.column-index-card__preparation {
  color: #f29908;
  background: #fff;
  border-radius: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  padding: .3rem 1.2rem;
  margin-bottom: .4rem; }

.column-index-card__txt {
  font-size: 2.4rem;
  color: #5a3b28; }
.column-index-card__txt em {
  font-style: normal;
  color: #f29908; }

@media screen and (max-width: 736px) {
  .column-index-card__number {
    font-size: 1.2rem; }
  .column-index-card__number em {
    font-size: 1.6rem; }

  .column-index-card__preparation {
    font-size: 1rem;
    padding: .3rem .6rem; }

  .column-index-card__txt {
    font-size: 1.6rem; }
  .column-index-card__txt em {
    display: block; } }
.column-back {
  margin-bottom: 4rem; }
.column-back__link {
  display: inline-block;
  padding: 1.2rem 0 1rem 2.6rem;
  border-bottom: 2px solid #f29908;
  font-size: 1.8rem;
  line-height: 1;
  color: #f29908;
  position: relative; }
.column-back__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  color: #f29908; }

@media screen and (max-width: 736px) {
  .column-back {
    display: none; } }
.column-article {
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 0 0 rgba(242, 153, 8, 0.5);
  margin-bottom: 6rem; }

.column-article__header {
  display: flex;
  border-bottom: 3px solid #f29908; }

.column-article__header-left {
  background: #f29908;
  border-radius: 10px 0 0 0;
  width: 12.5rem;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.column-article__header-right {
  flex: 1;
  align-self: center;
  padding: 2.6rem 2rem 2rem 3.6rem; }

.column-article__header-number {
  color: #fff;
  font-size: 2.4rem; }
.column-article__header-number em {
  font-style: normal;
  font-size: 3.2rem; }

.column-article__header-ttl {
  font-size: 3.2rem;
  line-height: 1.4; }
.column-article__header-ttl em {
  font-style: normal;
  color: #f29908; }

@media screen and (max-width: 736px) {
  .column-article {
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(242, 153, 8, 0.5);
    margin-bottom: 3rem; }

  .column-article__header {
    border-bottom-width: 2px; }

  .column-article__header-left {
    border-radius: 5px 0 0 0;
    width: 5.6rem;
    min-height: initial; }

  .column-article__header-right {
    padding: 1.2rem 1.2rem 1rem; }

  .column-article__header-number {
    font-size: 1.2rem; }
  .column-article__header-number em {
    font-size: 1.6rem; }

  .column-article__header-ttl {
    font-size: 1.8rem; }
  .column-article__header-ttl em {
    display: block;
    font-size: 1.6rem; } }
.column-article__body {
  padding: 5% 7%; }
.column-article__body > p {
  margin-bottom: 2em; }

.column-article__img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.column-article__reference {
  font-size: 1.2rem;
  text-align: right; }

@media screen and (max-width: 736px) {
  .column-article__body {
    padding: 2rem 1.5rem; }
  .column-article__body > p {
    margin-bottom: 1.5em; }

  .column-article__reference {
    font-size: 1.1rem; } }
.column-next {
  margin-top: 6rem;
  text-align: center; }
.column-next__btn {
  display: inline-flex;
  align-items: center;
  background: #f29908;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 4rem;
  font-size: 1.8rem;
  color: #fff;
  position: relative; }
.column-next__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -.5em; }
.column-next__btn.-disabled {
  pointer-events: none;
  opacity: .5; }
.column-next__btn-icon {
  background: #fff;
  border-radius: 2rem;
  color: #f29908;
  line-height: 1;
  padding: .5rem 1.5rem;
  margin-right: 1.5rem; }

@media screen and (max-width: 736px) {
  .column-next {
    margin-top: 3rem; }
  .column-next__btn {
    display: block;
    padding: 1rem 3rem 1rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4; }
  .column-next__btn:before {
    right: 1.5rem; }
  .column-next__btn-icon {
    display: inline-block;
    font-size: 1.1rem;
    padding: .4rem 1rem;
    margin-right: 1rem;
    vertical-align: middle; } }
.column-index-box {
  margin-top: 12rem;
  position: relative; }
.column-index-box__heading {
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #f29908;
  padding: 0 4rem;
  position: absolute;
  bottom: 100%;
  left: 4rem;
  margin-bottom: -4px;
  z-index: 1; }
.column-index-box__heading span {
  display: block;
  padding: 2rem 0 1.2rem;
  color: #f29908;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1;
  border-bottom: 3px solid #f29908; }
.column-index-box__body {
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
  border: 4px solid #f29908;
  position: relative; }
.column-index-box__list > li {
  border-bottom: 2px dotted #ffd800; }
.column-index-box__btn {
  margin-top: 3rem;
  text-align: center; }
.column-index-box__btn a {
  display: inline-block;
  width: 30rem; }

@media screen and (max-width: 736px) {
  .column-index-box {
    margin-top: 8rem; }
  .column-index-box__heading {
    border-radius: 1rem 1rem 0 0;
    border-width: 2px 2px 0 2px;
    padding: 0 2.5rem;
    left: 2rem;
    margin-bottom: -2px; }
  .column-index-box__heading span {
    padding: 1.5rem 0 1rem;
    font-size: 1.2rem;
    border-bottom-width: 2px; }
  .column-index-box__body {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    border-width: 2px; }
  .column-index-box__btn {
    margin-top: 2rem; }
  .column-index-box__btn a {
    width: 100%; } }
.column-index-link {
  display: flex;
  align-items: center;
  padding: 1.6rem 0; }
.column-index-link__right {
  flex: 1;
  padding-left: 2.5rem;
  display: flex;
  align-items: center; }
.column-index-link__number {
  background: #f29908;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1;
  padding: .4rem 1rem;
  color: #fff; }
.column-index-link__number em {
  font-size: 2rem;
  font-style: normal; }
.column-index-link__txt {
  display: inline-block;
  color: #5a3b28;
  font-size: 2rem; }
.column-index-link__txt em {
  color: #f29908;
  font-style: normal; }
.column-index-link__preparation {
  margin-right: 1em;
  color: #f29908;
  background: #fff;
  border-radius: 2rem;
  border: 1px solid #f29908;
  font-size: 1.5rem;
  line-height: 1;
  padding: .5rem 1.2rem; }
.column-index-link.-disabled {
  pointer-events: none; }
.column-index-link.-disabled .column-index-link__txt {
  opacity: .5; }

@media screen and (max-width: 736px) {
  .column-index-link {
    padding: 1.2rem 0; }
  .column-index-link__right {
    display: block;
    padding-left: 1.2rem;
    line-height: 1.4; }
  .column-index-link__number {
    font-size: 1.2rem;
    padding: .6rem .8rem; }
  .column-index-link__number em {
    font-size: 1.5rem; }
  .column-index-link__txt {
    display: inline;
    font-size: 1.4rem; }
  .column-index-link__preparation {
    display: inline-block;
    margin-right: .5rem;
    font-size: 1rem;
    padding: .3rem .8rem .2rem; } }
.column-article-h2 {
  font-size: 2rem;
  line-height: 1.4;
  background: #fdf7d6;
  padding: 1rem 1.6rem;
  border-radius: 4px;
  margin-bottom: 1em; }

@media screen and (max-width: 736px) {
  .column-article-h2 {
    font-size: 1.6rem; } }
.column-article-tbl {
  width: 100%;
  table-layout: fixed;
  border-radius: 4px 4px 0 0;
  overflow: hidden; }
.column-article-tbl thead th {
  border-right: 1px solid #fff;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background: #5a3b28;
  padding: 10px; }
.column-article-tbl thead th:first-child {
  border-left: 1px solid #5a3b28; }
.column-article-tbl thead th:last-child {
  border-right: 1px solid #5a3b28; }
.column-article-tbl tbody th, .column-article-tbl tbody td {
  border: 1px solid #5a3b28;
  text-align: center;
  padding: 10px; }
.column-article-tbl tbody tr:nth-child(2n) {
  background: #f7f0ec; }
.column-article-tbl tbody .bg-d-beige {
  background: #ebdad1; }
.column-article-tbl tbody .bg-beige {
  background: #f7f0ec; }
.column-article-tbl tbody .bg-white {
  background: #fff; }

.column-article-tbl-caption {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5em; }

@media screen and (max-width: 736px) {
  .column-article-tbl {
    font-size: 1.2rem;
    width: auto; } }
.column-notice-point > dl {
  display: flex;
  align-items: center;
  margin-top: 2.4rem; }
.column-notice-point > dl > dt {
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #999;
  border-radius: 8px;
  width: 20rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  padding: 1.6rem; }
.column-notice-point > dl > dd {
  padding-left: 1.6rem; }
.column-notice-point > dl.point1 > dt {
  background: #81a640; }
.column-notice-point > dl.point1 .list-dot > li::after {
  background: #81a640; }
.column-notice-point > dl.point2 > dt {
  background: #f29908; }
.column-notice-point > dl.point2 .list-dot > li::after {
  background: #f29908; }
.column-notice-point > dl.point3 > dt {
  background: #3e86d7; }
.column-notice-point > dl.point3 .list-dot > li::after {
  background: #3e86d7; }

@media screen and (max-width: 736px) {
  .column-notice-point > dl {
    display: block;
    margin-top: 2.4rem; }
  .column-notice-point > dl > dt {
    min-height: initial;
    border-radius: 4px;
    width: auto;
    font-size: 1.8rem;
    padding: .6rem .8rem; }
  .column-notice-point > dl > dt br {
    display: none; }
  .column-notice-point > dl > dd {
    padding: 1.2rem 0 0; } }
.link-open:after {
  content: "";
  font-size: .8em;
  margin-left: .3em; }

.link-tel {
  pointer-events: none;
  line-height: 1.2;
  display: inline-block;
  padding-left: 1.2em;
  position: relative; }
.link-tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em; }

.tel-copy {
  font-size: 1.4rem; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .link-tel:before {
    margin-top: -.7em; } }
@media screen and (max-width: 736px) {
  .link-tel {
    pointer-events: auto;
    color: #f29908; }

  .tel-copy {
    display: block;
    font-size: 1.3rem; } }
.list-dot {
  margin-left: .5em; }
.list-dot > li {
  padding-left: 1em;
  position: relative; }
.list-dot > li:after {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #f29908;
  position: absolute;
  top: 1rem;
  left: 0; }

.list-number {
  counter-reset: number; }
.list-number > li {
  padding-left: 1.75em;
  list-style-type: none;
  position: relative; }
.list-number > li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0; }

@media screen and (max-width: 736px) {
  .list-number > li {
    padding-left: 1.25em; } }
.list-alpha {
  margin-left: 1.2em; }
.list-alpha > li {
  padding-left: .5em;
  list-style-type: lower-alpha; }

.list-roman {
  margin-left: 1.2em; }
.list-roman > li {
  padding-left: .5em;
  list-style-type: lower-roman; }

.box-gray {
  background: #f5f5f5;
  padding: 1.5em;
  border: 1px solid #ccc; }

.box-bd-gray {
  background: #fff;
  padding: 1.5em;
  border: 1px solid #ccc; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.mb0 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: .5em !important; }

.mb1 {
  margin-bottom: 1em !important; }

.mb2 {
  margin-bottom: 2em !important; }

.mb3 {
  margin-bottom: 3em !important; }

.mb4 {
  margin-bottom: 4em !important; }

.mt05 {
  margin-top: .5em !important; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mt3 {
  margin-top: 3em !important; }

.mt4 {
  margin-top: 4em !important; }

.lh2 {
  line-height: 2; }

@media screen and (min-width: 737px) {
  .pc {
    display: block !important; }

  .sp {
    display: none !important; } }
@media screen and (max-width: 736px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@media screen and (max-width: 736px) {
  .sp-scroll-tbl {
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem; }
  .sp-scroll-tbl ::-webkit-scrollbar {
    height: 5px;
    width: 5px; }
  .sp-scroll-tbl ::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.15); }
  .sp-scroll-tbl ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px; } }
.fc-orange {
  color: #f29908; }

.fc-red {
  color: #d00; }

.fc-gray {
  color: #999; }

.fc-blue {
  color: #1863b7; }

.fs-xs {
  font-size: 1.2rem; }

.fs-s {
  font-size: 1.4rem; }

.fs-m {
  font-size: 1.6rem; }

.fs-l {
  font-size: 1.8rem; }

.fs-xl {
  font-size: 2rem; }
