@charset "UTF-8";

:root {
  --main-color: #276ebe;
  --sub-color: #2faed3;
  --link-color: #8fb5e9;
}

/*
  header
========================================================================== */
header {
  position: absolute;
  width: 100%;
  line-height: 1;
}
header * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.header_lead {
  padding: max(1.286vw, 16.714px) 0 0 max(2.071vw, 26.929px);
  font-family: 'Noto Sans JP';
  font-size: max(0.834vw, 10.836px);
  color: #2e2e2e;
}
.header_logo {
  position: absolute;
  top: max(4.929vw, 64.071px);
  left: max(5.929vw, 77.071px);
}
.header_logo img {
  width: max(9.143vw, 118.857px);
}
.header_btn {
  position: absolute;
  top: 0;
  right: max(1.429vw, 18.571px);
  display: flex;
  column-gap: max(1.214vw, 15.786px);
}
.header_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(12.143vw, 157.857px);
  height: max(3.857vw, 50.143px);
  font-family: 'Noto Serif JP';
  font-size: max(1.357vw, 17.643px);
  color: #fff;
  cursor: pointer;
}
.header_btn a.web {
  letter-spacing: .04em;
  background-color: rgba(0,169,255,.8);
}
.header_btn a.tel {
  letter-spacing: .22em;
  background-color: rgba(35,91,194,.8);
}

/*
  gnav
========================================================================== */
.gnav {
  width: 100%;
  line-height: 1;
  padding: max(1.786vw, 23.214px) 0 max(1.286vw, 16.714px);
  font-feature-settings: normal;
}
.gnav.top {
  margin-top: max(2.143vw, 27.857px);
  padding: max(1.357vw, 17.643px) 0 max(1.286vw, 16.714px);
  background-color: #f1f7fc;
}
.gnav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.571vw, 7.429px) max(3vw, 39px) max(0.429vw, 5.571px);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: max(1.071vw, 13.929px);
  letter-spacing: .1em;
  color: #2e2e2e;
  border-right: #2e2e2e solid max(0.071vw, 0.929px);
}
.gnav ul li:first-of-type a {
  font-size: max(1.143vw, 14.857px);
  letter-spacing: .2em;
  border-left: #2e2e2e solid max(0.071vw, 0.929px);
}

/*
  access
========================================================================== */
.access {
  line-height: 1;
  margin-top: max(4.643vw, 60.357px);
  font-feature-settings: "palt";
}
.access * {
  box-sizing: border-box;
}
.access h2 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: max(2.766vw, 35.954px);
  letter-spacing: .04em;
  color: #2e2e2e;
}
.access h2::after {
  position: relative;
  content: "";
  display: block;
  width: max(0.071vw, 0.929px);
  height: max(5vw, 65px);
  margin: max(0.571vw, 7.429px) auto max(-2.143vw, -27.857px);
  background: #2e2e2e;
}
.access .contents {
  display: flex;
  justify-content: space-between;
  padding: max(2.714vw, 35.286px) max(3.143vw, 40.857px);
  font-family: 'Noto Sans JP';
  background-color: #f6f7f8;
}
.access .box {
  width: max(44.143vw, 573.857px);
  height: max(73.571vw, 956.429px);
  padding: max(1.071vw, 13.929px) max(2.143vw, 27.857px) 0 max(2vw, 26px);
  background: #fff url(../images/common/access_triangle.png) right max(0.643vw, 8.357px) bottom max(0.714vw, 9.286px) no-repeat;
  background-size: max(2.857vw, 37.143px) auto;
  box-shadow: max(0.286vw, 3.714px) max(0.286vw, 3.714px) max(0.429vw, 5.571px) rgba(0,0,0,.35);
}
.access .box h3 {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: max(1.429vw, 18.571px);
  line-height: 1.1;
  font-family: 'Noto Serif JP';
  font-size: max(2.143vw, 27.857px);
  font-weight: 500;
  letter-spacing: .06em;
}
.access .box h3::before {
  content: "";
  width: max(5vw, 65px);
  height: max(5.143vw, 66.857px);
  background: url(../images/common/logomark.png) left center no-repeat;
  background-size: cover;
}
.access .box h3 > span > span {
  display: block;
  font-size: max(2.143vw, 27.857px);
  font-weight: 500;
}
.access .box:nth-of-type(1) h3 > span > span {
  letter-spacing: 0;
}
.access .box .distance {
  margin-top: max(1.071vw, 13.929px);
  padding: max(0.429vw, 5.571px) 0 max(0.5vw, 6.5px);
  text-align: center;
  font-family: 'Noto Serif JP';
  font-size: max(1.857vw, 24.143px);
  letter-spacing: .04em;
  color: #fff;
}
.access .box:nth-of-type(1) .distance {
  background-color: #325dac;
}
.access .box:nth-of-type(2) .distance {
  background-color: #00a9ff;
}
.access .box img {
  margin-top: max(0.714vw, 9.286px);
}
.access .box .address {
  display: flex;
  justify-content: center;
  align-items: center;
  height: max(8.357vw, 108.643px);
  line-height: 1.5;
  font-size: max(1.429vw, 18.571px);
  letter-spacing: .02em;
  color: #2e2e2e;
}
.access .box table {
  width: 100%;
  table-layout: fixed;
  border-top: #2e2e2e solid max(0.071vw, 0.929px);
  border-bottom: #2e2e2e solid max(0.071vw, 0.929px);
}
.access .box table th,
.access .box table td {
  text-align: center;
  vertical-align: middle;
}
.access .box table thead th {
  width: max(12.571vw, 163.429px);
  padding: max(1.071vw, 13.929px) 0;
  font-size: max(1.429vw, 18.571px);
  letter-spacing: .12em;
  border-bottom: #2e2e2e solid max(0.071vw, 0.929px);
}
.access .box table thead td {
  padding: max(1.071vw, 13.929px) max(1.143vw, 14.857px);
  font-size: max(1.429vw, 18.571px);
  border-bottom: #2e2e2e solid max(0.071vw, 0.929px);
}
.access .box table tbody th {
  padding: max(1.071vw, 13.929px) 0;
  font-size: max(1.429vw, 18.571px);
  letter-spacing: .1em;
  white-space: nowrap;
}
.access .box table tbody td {
  font-size: max(1.286vw, 16.714px);
}
.access .box table + ul {
  margin-top: max(0.857vw, 11.143px);
  text-align: right;
  font-size: max(1.286vw, 16.714px);
  letter-spacing: .02em;
}
.access .box .btn {
  margin-top: max(2.714vw, 35.286px);
}
.access .box .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(28.571vw, 371.429px);
  height: max(5vw, 65px);
  margin: auto;
  color: #fff;
}
.access .box .btn a + a {
  margin-top: max(1.786vw, 23.214px);
}
.access .box .btn a.tel {
  font-family: 'Roboto';
  font-size: max(2.5vw, 32.5px);
  letter-spacing: .07em;
  background-color: #00a9ff;
}
.access .box .btn a.tel::before {
  content: "";
  width: max(1.643vw, 21.357px);
  height: max(1.857vw, 24.143px);
  margin-right: max(1.071vw, 13.929px);
  background: url(../images/common/access_icon_tel.png) left center no-repeat;
  background-size: cover;
}
.access .box .btn a.web {
  font-size: max(2.143vw, 27.857px);
  letter-spacing: .24em;
  background-color: #325dac;
}
.access .box .btn a.web::before {
  content: "";
  width: max(2.429vw, 31.571px);
  height: max(1.857vw, 24.143px);
  margin-right: max(3.214vw, 41.786px);
  background: url(../images/common/access_icon_web.png) left center no-repeat;
  background-size: cover;
}
.access .box .btn a.web span {
  font-size: max(2.357vw, 30.643px);
}
.access > p {
  line-height: 1.7;
  margin: max(1.429vw, 18.571px) max(6.071vw, 78.929px) 0 max(5.714vw, 74.286px);
  font-family: 'Noto Sans JP';
  font-size: max(1vw, 13px);
  letter-spacing: .1em;
  color: #2e2e2e;
  font-feature-settings: "palt";
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  /* height: max(38.071vw, 494.929px); */
  line-height: 1;
  margin-top: max(3.929vw, 51.071px);
  padding-top: max(4.143vw, 53.857px);
	padding-bottom: max(9.143vw,118.857px);
  font-family: 'Noto Sans JP';
  font-feature-settings: "palt";
  background: url(../images/common/footer_bg.jpg) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
footer * {
  box-sizing: border-box;
}
footer > div:first-of-type {
  display: flex;
  column-gap: max(3.214vw, 41.786px);
}
.footer_bnr {
  width: max(28.571vw, 371.429px);
  margin-left: max(3.071vw, 39.929px);
  text-align: center;
}
.footer_bnr .footer_bnr03 img {
  width: max(18.286vw, 237.714px);
}
.footer_bnr a {
  display: block;
}
.footer_bnr a + a {
  margin-top: max(1.5vw, 19.5px);
}
.footer_nav {
  width: max(58.571vw, 761.429px);
}
.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: max(0.714vw, 9.286px);
}

.footer_nav .list_02 li{
	width: 100%;
}

.footer_nav ul li a {
  position: relative;
  line-height: 2.5;
  padding-left: 1em;
  font-size: max(0.951vw, 12.359px);
  letter-spacing: .04em;
  color: #fff;
  white-space: nowrap;
}
.footer_nav ul li a::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  font-size: max(0.594vw, 7.726px);
}
.footer_nav .list_01 {
  column-gap: max(2.286vw, 29.714px);
  padding-bottom: max(1.429vw, 18.571px);
  border-bottom: #fff solid max(0.071vw, 0.929px);
}
.footer_nav .list_02 {
  display: flex;
  column-gap: max(3.214vw, 41.786px);
  padding-top: max(1.429vw, 18.571px);
  padding-bottom: max(1.786vw, 23.214px);
  border-bottom: #fff solid max(0.071vw, 0.929px);
}
.footer_nav .list_03 {
  column-gap: max(3.571vw, 46.429px);
  padding-top: max(1.786vw, 23.214px);
}

/* copyright */
.copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: max(2.857vw, 37.143px);
  line-height: 1;
  text-align: center;
  background-color: #325dac;
}
.copyright address {
  padding-top: max(0.714vw, 9.286px);
  font-family: 'Noto Sans JP';
  font-size: max(1.143vw, 14.857px);
  letter-spacing: .1em;
  color: #fff;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(3.571vw, 46.429px);
  right: 0;
  z-index: 1000;
  cursor: pointer;
}
.pagetop img {
  width: max(3.143vw, 40.857px);
}

/* humanity logo */
.humanity_logo {
  position: absolute;
  right: max(1.929vw, 25.071px);
  bottom: max(4.071vw, 52.929px);
  width: max(5vw, 65px);
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  layout
========================================================================== */
/* ここから下はpx変換しない  */
.pc-contents {
  margin: 70px auto 100px;
  width: 1200px;
}
.left-contents {
  width: 300px;
  float: left;
}
.right-contents {
  width: 800px;
  float: right;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  position: relative;
  width: 290px;
  line-height: 1;
  background: #FFF;
  padding: 22px 20px 20px
}
.sidemenu::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #b1cbe8;
}
.sidemenu h2 {
  margin-left: 4px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 37.5px;
  letter-spacing: .12em;
  color: #2e2e2e;
}
.sidemenu h2::first-letter {
  font-size: 50px;
  color: #276ebe;
}
.sidemenu ul {
  margin-top: 18px;
  border-top: #b1b1b1 solid 1px;
}
.sidemenu li {
  border-bottom: #b1b1b1 solid 1px;
}
.sidemenu ul li a {
	display: block;
  line-height: 1.4;
  padding: 16px 16px 16px 8px;
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'Noto Serif JP', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #2e2e2e;
  background: url(../images/common/menu_after.png) right 8px center no-repeat;
  background-size: 8px auto;
}
.sidemenu ul li a span {
  display: block;
  margin-left: 7em;
}
.sidemenu ul li:last-of-type a {
  letter-spacing: -0.06em;
}

/* sidebanner */
.sidebanner {
  margin-top: 38px;
}
.sidebanner ul li + li {
  margin-top: 21px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  height: 460px;
  line-height: 1;
  padding: 18px 0 0 16px;
  background: url(../images/common/lowinfo_bg.jpg) left top no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.lowinfo * {
  box-sizing: border-box;
}
.lowinfo .inner {
  width: 357px;
  padding: 30px 23px 0;
}
.lowinfo h3 {
  padding-bottom: 21px;
  text-align: center;
  border-bottom: #6c6c6c solid 1px;
}
.lowinfo h3 img {
  width: 147px;
}
.lowinfo .btn {
  margin-top: 29px;
}
.lowinfo .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: auto;
  font-family: 'Noto Sans JP';
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.lowinfo .btn a + a {
  margin-top: 27px;
}
.lowinfo .btn a.tel {
  letter-spacing: .34em;
  background-color: #00a9ff;
}
.lowinfo .btn a.tel::before {
  content: "";
  width: 23px;
  height: 26px;
  margin-right: 36px;
  background: url(../images/common/lowinfo_icon_tel.png) left center no-repeat;
  background-size: cover;
}
.lowinfo .btn a.web {
  letter-spacing: .24em;
  background-color: #325dac;
}
.lowinfo .btn a.web::before {
  content: "";
  width: 34px;
  height: 26px;
  margin-right: 32px;
  background: url(../images/common/lowinfo_icon_web.png) left center no-repeat;
  background-size: cover;
}
.lowinfo .btn a.web span {
  font-size: 33px;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #276ebe;
  position: relative;
}
.page-catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #276ebe;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}
.page-catch h2 {
  font-size: 24px;
}
.page-catch p {
  margin-top: 1.5em;
}

/* 見出し */
.ttl-low {
  position: relative;
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  font-feature-settings: "palt";
}
.ttl-low::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 6px;
  height: 84%;
  background-color: #FFF;
}
.ttl-low1-1 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px,var(--main-color);
}
.ttl-low1-2 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px,var(--sub-color);
}
.ttl-low1-3 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px,var(--link-color);
}

.ttl-low2 {
  position: relative;
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 10px 40px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  font-feature-settings: "palt";
}
.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 2px;
  height: 100%;
}
.ttl-low2-1 {
  color: var(--main-color);
  border-color: var(--main-color);
}
.ttl-low2-1::before {
  background-color: var(--main-color);
}
.ttl-low2-2 {
  color: var(--sub-color);
  border-color: var(--sub-color);
}
.ttl-low2-2::before {
  background-color: var(--sub-color);
}
.ttl-low2-3 {
  color: var(--link-color);
  border-color: var(--link-color);
}
.ttl-low2-3::before {
  background-color: var(--link-color);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.ttl-low3-1 {
  color: var(--main-color);
}
.ttl-low3-2 {
  color: var(--sub-color);
}
.ttl-low3-3 {
  color: var(--link-color);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}
.ttl-low4 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}
.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
}
.ttl-low4-1 > span:nth-of-type(1) {
  background-color: var(--sub-color);
}
.ttl-low4-2 > span:nth-of-type(1) {
  background-color: var(--main-color);
}
.ttl-low4-3 > span:nth-of-type(1) {
  background-color: var(--link-color);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 11px 2.4em 14px;
  color: #fff;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100px;
}
.ttl-low5-1 {
  background-color: var(--main-color);
}
.ttl-low5-2 {
  background-color: var(--sub-color);
}
.ttl-low5-3 {
  background-color: var(--link-color);
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background-color: #f9f2f0;
  border: 1px solid #ebc4b9;
}
.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #2e2e2e;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #f2cec3;
  position: relative;
}
.colunm .ttl-btn .colum {
  padding: 3px 20px 2px;
  color: #e79780;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e79780;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}
.colunm .ttl-btn .colum::before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 19px;
  width: 8px;
  height: 10px;
  background-color: #FFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}
.colunm .ttl-btn .colum::after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 19px;
  width: 8px;
  height: 10px;
  background-color: #e79780;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.colunm + .colunm {
  background-color: #f9f6f0;
  border: 1px solid #d7c7a7;
}
.colunm + .colunm .ttl-btn {
  background-color: #ebe3d3;
}
.colunm + .colunm .ttl-btn .colum {
  color: #d7c7a7;
  border: 1px solid #d8c8a8;
}
.colunm .ttl-btn .colum::after {
  background-color: #d8c8a8;
}

/*
  popup
========================================================================== */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:100%;
  background: rgba(50,93,172,.6);
}
.popup * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.popup-content {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.popup-clinic {
  width: 350px;
  height: 310px;
  padding: 23px 20px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.popup-clinic .logo {
  width: 45px;
}
.popup-clinic h3 {
  line-height: 1.3636;
  margin-top: 15px;
  font-family: 'Noto Serif JP';
  font-size: 20px;
  font-weight: 500;
  color:#2e2e2e;
}
.popup-clinic h3 span {
  font-size: 20px;
  font-weight: 500;
  color:#325dac;
}
.popup-clinic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  margin-top: 17px;
  color: #fff;
}
.popup-clinic a.tel {
  font-family: "Roboto";
  font-size: 29.18px;
  letter-spacing: .07em;
  background: #00a9ff;
}
.popup-clinic a.tel::before {
  content: "";
  width: 19px;
  height: 22px;
  margin-right: 13px;
  background: url(../images/common/popup_tel.png) left center no-repeat;
  background-size: cover;
}
.popup-clinic a.web {
  font-family: 'Noto Sans JP';
  font-size: 26px;
  letter-spacing: .24em;
  background: #325dac;
}
.popup-clinic a.web span {
  font-size: 29px;
}
.popup-clinic a.web::before {
  content: "";
  width: 28px;
  height: 21px;
  margin-right: 37px;
  background: url(../images/common/popup_web.png) left center no-repeat;
  background-size: cover;
}
.popup-close {
  position: absolute;
  top: 272px;
  right: 265px;
  width: 41px;
  background: none;
  border: none;
  cursor: pointer;
}
body.popup-open {
  overflow: hidden;
}