@charset "UTF-8";
*,
body,
html,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
　scroll-behavior: auto !important;
}

body {
  margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  background: #fff;
  margin: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

figure,
picture {
  line-height: 0;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

a,
a:active,
a:hover {
  text-decoration: none;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

a:hover {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 5.9375vw;
    margin-bottom: 6vw;
  }
}

h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
}

h4 {
  font-size: 22px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 3.9375vw;
  }
}

@media (max-width: 767px) {
  .visible-pc {
    display: none;
  }
}

@media (min-width: 767px) {
  .visible-sp {
    display: none;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.contact-wrap {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 0;
  z-index: 5;
}

#banner-area {
  background-image: url(../images/bg-main.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px;
  position: relative;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1030px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}

.container-large {
  width: 100%;
  max-width: 1430px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.heading-title-wrap {
  background-color: #019c83;
  padding: 30px 0 20px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .heading-title-wrap {
    padding: 6vw 0 5vw;
  }
}

.privacy {
    text-decoration: underline;
    margin-bottom: 0 !important;
    cursor: pointer;
}

/* main 
---------------------------------------------------------- */
section {
  position: relative;
  padding:0px 0 30px;
}

@media (max-width: 767px) {
  section {
    padding: 6vw 0;
  }
}

.sec02 {
  background-image: url(../images/bg01.png);
  background-size: contain;
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 3em;
}

@media (max-width: 767px) {
  .sec02 {
    background-size: cover;
  }
}


.sec03 {
  padding-top: 0;
}

@media (max-width: 767px) {
  .sec03 .heading-title {
    font-size: 5.33333vw;
  }
}

.sec04 {
  background-color: #c5e6dd;
  padding-top: 3em;
}

@media (max-width: 767px) {
  .sec04 .heading-title .first-l {
    font-size: 4vw;
  }
  .sec04 .text-stroke img {
    width: 10vw;
    vertical-align: middle;
  }
}

.sec05 {
  background: url(../images/bg02.png) no-repeat center;
  padding-top: 3em;
}

.sec06 {
  background-color: #e6e6e6;
  padding-top: 3em;
  padding-bottom: 0;
}

.sec07 {
  background: url(../images/bg03.png) no-repeat center top;
  background-size: cover;
    padding-top: 3em;
}
.sec08,.sec09 {
    padding-top: 3em;
}


@media (max-width: 767px) {
  .sec08 .heading-title {
    font-size: 5.33333vw;
  }
  .sec08 .accordion .heading {
    margin-bottom: 4.5vw;
  }
}

/*.article-wrap {
	position: $relative;
	.article-inner {
		position: $relative;
		&:not(:first-of-type) {
			.article-items {
				margin-top: -60px;
				@media (max-width: 767px) {
					margin-top: 0;
				}
			}
		}
		figure {
			img {
				width: 100%;
			}
		}
		.article-content {
			position: absolute;
			@media (min-width: 768px) {
				width: 655px;
				padding: 90px 70px 70px 50px;
				z-index: 1;
				right: 0;
				top: 50px;
			}
			@media (max-width: 767px) {
				left: 2vw;
				right: 2vw;
				.article-desc {
					padding: 4vw;
				}
			}
		}
		&:first-of-type {
			.article-content {
				top: 0;
			}
		}
		&:last-of-type {
			.article-content {
				top: 35px;
			}
		}
		@media (max-width: 767px) {
			/*background: url(../images/treatment-flow-bg01.png) no-repeat center bottom;
			background-size: auto;*
			margin-bottom: 4vw;
		}
	}
}

.article-history-child {
	figure {
		width: 45%;
		img {
			width: 100%;
		}
		@media (max-width: 767px) {
			width: 100%;
		}
	}
	.article-text {
		width: 55%;
		position: $relative;
		.article-title {
			padding-bottom: 60px;
			padding-left: 40px;
			padding-right: 30px;
			margin-bottom: 0;
			&:before {
				border-bottom: 1px solid #4d4d4d;
				position: $absolute;
				content: '';
				width: 100%;
				left: -25px;
				top: 55px;
				z-index: -1;
				@media (max-width: 767px) {
					left: 0;
				}
			}
		}
		.article-desc {
			padding: 0 50px 0 40px;
		}
		@media (max-width: 767px) {
			width: 100%;
		}
	}
	&:not(:last-of-type) {
		margin-bottom: 80px;
	}
	&:last-of-type {
		.article-text {
			.article-title {
				&:before {
					right: -25px;
					left: auto;
				}
			}
		}
	}
}

.article-reasons {
	background-color: $white-color;
	box-shadow: 0 3px 9px #e0e0e0;
	ul {
		li {
			border-bottom: 1px dashed $base-color;
			figure {
				text-align: $center;
			}
			@media (min-width: 768px) {
				@include width33;
				padding: 30px 20px;
				border-right: 1px dashed $base-color;
				&:nth-child(3n+0) {
					border-right: 0 none;
				}
				&:nth-last-child(-n+3) {
					border-bottom: 0 none;
				}
				.article-text {
					margin-top: 20px;
				}
			}
			@media (max-width: 768px) {
				width: 100%;
				padding: 4vw;
				.article-text {
					margin-top: 2vw;
				}
			}
		}
	}
}

.article-box-consult {
	&:not(:last-of-type) {
		margin-bottom: 60px;
	}
	.consult-heading,
	.heading {
		background-color: $green-color;
		padding: 12px 30px;
		color: $white-color;
	}
	.article-consult-inner {
		ul {
			margin: 30px;
			li {
				@media (min-width: 768px) {
					@include width33;
				}
				@media (max-width: 767px) {
					@include width;
					.consult-group {
						display: flex;
					}
				}
				.consult-title {
					background-color: $green-color01;
					padding: 20px;
					span {
						font-weight: $font-weight-bold;
					}
					margin-bottom: 5px;
				}
				.consult-price {
					background-color: #f0f0f0;
					padding: 20px;
					span {
						font-size: 30px;
						font-weight: $font-weight-bold;
					}
				}
				&:not(:last-of-type) {
					.consult-title {
						margin-right: 5px;
					}
					.consult-price {
						margin-right: 5px;
					}
				}
			}
		}
		.accordion-menu {
			li {
				max-width: 100% !important;
			}
		}
	}
}*/
/* hospital-list
---------------------------------------------------------- */
.hospital-accordion .accordion-menu {
  margin: 0;
}

.hospital-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hospital-group .hospital-list {
  margin-bottom: 20px;
  display: inline-block;
}

.hospital-group .hospital-list .hospital-title {
  background-color: #c7f0e6;
  padding: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.hospital-group .hospital-list ul.h-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .hospital-group .hospital-list ul.h-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hospital-group .hospital-list ul.h-list li {
  position: relative;
  border-right: 1px dashed #878787;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media (max-width: 767px) {
  .hospital-group .hospital-list ul.h-list li {
    width: 14.28%;
    margin-bottom: 2vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28%;
            flex: 0 0 14.28%;
  }
  .hospital-group .hospital-list ul.h-list li:first-of-type {
    border-left: 1px dashed #878787;
  }
}

.hospital-group .hospital-list ul.h-list li .link-hospital {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

@media (max-width: 767px) {
  .hospital-group .hospital-list ul.h-list li .link-hospital {
    font-size: 3.2vw;
    height: 15vw;
    padding: 2vw 1.5vw;
  }
}

.hospital-group .hospital-list ul.h-list li .link-hospital:after {
  border-bottom: 3px solid #019c83;
  border-right: 3px solid #019c83;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}

@media (max-width: 767px) {
  .hospital-group .hospital-list ul.h-list li .link-hospital:after {
    width: 2vw;
    height: 2vw;
  }
}

.hospital-group .hospital-list ul.h-list li .link-hospital:hover {
  color: #019c83;
}

.hospital-group .hospital-list:nth-child(1) ul li:first-of-type, .hospital-group .hospital-list:nth-child(3) ul li:first-of-type {
  border-left: 1px dashed #878787;
}

.hospital-group .hospital-list:nth-child(1) {
  width: 75%;
}

.hospital-group .hospital-list:nth-child(2) {
  width: 24.8%;
}

.hospital-group .hospital-list:nth-child(3) {
  width: 37.8%;
}

.hospital-group .hospital-list:nth-child(4) {
  width: 21.8%;
}

.hospital-group .hospital-list:nth-child(5) {
  width: 39.8%;
}

@media (max-width: 767px) {
  .hospital-group .hospital-list:nth-child(1), .hospital-group .hospital-list:nth-child(2), .hospital-group .hospital-list:nth-child(3), .hospital-group .hospital-list:nth-child(4), .hospital-group .hospital-list:nth-child(5) {
    width: 100%;
  }
  .hospital-group .hospital-list:nth-child(1) ul.h-list li:nth-child(8),
  .hospital-group .hospital-list:nth-child(3) ul.h-list li:nth-child(8) {
    border-left: 1px dashed #878787;
  }
}

/* treatment-flow-block
---------------------------------------------------------- */
.treatment-flow .check-block {
  background-color: #ffffff;
  border: 1px solid #019c83;
  padding: 25px 0;
  margin-bottom: 30px;
}

.treatment-flow .check-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-around;
  font-weight: 700;
}

@media (max-width: 767px) {
  .treatment-flow .check-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.treatment-flow .check-block ul li {
  position: relative;
  line-height: 1.4;
  margin-left: 70px;
}

.treatment-flow .check-block ul li + li {
  position: relative;
  line-height: 1.4;
  margin-left: 0;
  margin-right: 65px;
}

@media (max-width: 767px) {
  .treatment-flow .check-block ul li {
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    text-align: left;
    font-size: 20px;
    margin-bottom: 4vw;
    margin-left: 19%;
    margin-right: 0;
  }
  .treatment-flow .check-block ul li + li {
    margin-bottom: 0;
    margin-left: 19%;
    margin-right: 0;
  }
}

.treatment-flow .check-block ul li figure {
  width: 32px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .treatment-flow .check-block ul li figure {
    width: 7vw;
    height: 7vw;
    margin-right: 2vw;
    vertical-align: bottom;
  }
}

.treatment-flow .treatment-block {
  position: relative;
}

@media (min-width: 768px) {
  .treatment-flow .treatment-block {
    margin-bottom: 2em;
  }
}

.treatment-flow .treatment-block:not(:first-of-type) {
  margin-top: -90px;
}

@media (max-width: 767px) {
  .treatment-flow .treatment-block:not(:first-of-type) {
    margin-top: 0;
  }
}

.treatment-flow .treatment-block .treatment-wrap {
  position: relative;
}

.treatment-flow .treatment-block .treatment-wrap figure img {
  width: 100%;
}

.treatment-flow .treatment-block .treatment-content {
  position: absolute;
}

@media (min-width: 768px) {
  .treatment-flow .treatment-block .treatment-content {
    width: 580px;
    /*padding: 90px 70px 70px 50px;*/
    z-index: 1;
    right: 50px;
    top: 120px;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .treatment-flow .treatment-block .treatment-content {
    left: 2vw;
    right: 2vw;
    top: 0;
  }
  .treatment-flow .treatment-block .treatment-content .treatment-desc {
    padding: 4vw;
  }
}

.treatment-flow .treatment-block:first-of-type .article-content {
  top: 0;
}

.treatment-flow .treatment-block:last-of-type .article-content {
  top: 35px;
}

@media (max-width: 767px) {
  .treatment-flow .treatment-block:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}

/* history
---------------------------------------------------------- */
@media (min-width: 768px) {
  .history .history-block .history-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.history .history-block .history-wrap figure {
  width: 490px;
}

.history .history-block .history-wrap figure img {
  width: 100%;
}

@media (max-width: 767px) {
  .history .history-block .history-wrap figure {
    width: 100%;
    margin-bottom: 2vw;
  }
}

.history .history-block .history-text {
  width: 535px;
  position: relative;
}

.history .history-block .history-text .history-title {
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .history .history-block .history-text .history-title {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 4vw;
    padding-bottom: 3vw;
  }
}

.history .history-block .history-text .history-title:before {
  border-bottom: 1px solid #4d4d4d;
  position: absolute;
  content: '';
  width: 105%;
  left: -28px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .history .history-block .history-text .history-title:before {
    left: 0;
    width: 100%;
  }
}

.history .history-block .history-text .history-desc {
  padding: 0 30px 0 25px;
}

@media (max-width: 767px) {
  .history .history-block .history-text .history-desc {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .history .history-block .history-text {
    width: 100%;
  }
}

.history .history-block:not(:last-of-type) {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .history .history-block:not(:last-of-type) {
    margin-bottom: 7vw;
  }
}

.history .history-block:last-of-type .history-text .history-title:before {
  right: -28px;
  left: auto;
}

@media (max-width: 767px) {
  .history .history-block:last-of-type .history-text .history-title:before {
    right: 0;
  }
}

/* reason to chooes
---------------------------------------------------------- */
.reason-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px #e0e0e0;
          box-shadow: 0 3px 9px #e0e0e0;
}

.reason-wrap ul.reason-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reason-wrap ul.reason-block li {
  border-bottom: 1px dashed #000000;
}

.reason-wrap ul.reason-block li figure {
  text-align: center;
}

@media (min-width: 768px) {
  .reason-wrap ul.reason-block li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 30px 20px;
    border-right: 1px dashed #000000;
  }
  .reason-wrap ul.reason-block li:nth-child(3n+0) {
    border-right: 0 none;
  }
  .reason-wrap ul.reason-block li:nth-last-child(-n+3) {
    border-bottom: 0 none;
  }
  .reason-wrap ul.reason-block li .reason-text {
    margin-top: 20px;
  }
  .reason-wrap ul.reason-block li .f-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .reason-wrap ul.reason-block li {
    width: 100%;
    padding: 6vw 0;
  }
  .reason-wrap ul.reason-block li .reason-text {
    margin-top: 4vw;
  }
  .reason-wrap ul.reason-block li:last-of-type {
    border-bottom: 0 none;
    padding-bottom: 0;
  }
}

.reason-wrap ul.reason-block li:nth-child(5) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .reason-wrap ul.reason-block li:nth-child(5) {
    display: none;
  }
}

@media (max-width: 768px) {
  .reason-wrap ul.reason-block {
    padding: 4vw;
  }
}

/* expense
---------------------------------------------------------- */
.expense .consult-block {
  width: 510px;
  margin: 0 auto 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px #e0e0e0;
          box-shadow: 0 3px 9px #e0e0e0;
  padding: 15px 0;
  position: relative;
}

@media (max-width: 767px) {
  .expense .consult-block {
    width: auto;
    margin: 0 10vw 6vw;
  }
}

.expense .consult-block p {
  font-weight: 700;
  line-height: 1.3;
}

.expense .consult-block:before, .expense .consult-block:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
}

.expense .consult-block:before {
  left: -5px;
  top: -5px;
  border-top: 30px solid #019c83;
  border-left: 30px solid #019c83;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
}

@media (max-width: 767px) {
  .expense .consult-block:before {
    border-top: 5vw solid #019c83;
    border-left: 5vw solid #019c83;
    border-bottom: 5vw solid transparent;
    border-right: 5vw solid transparent;
  }
}

.expense .consult-block:after {
  right: -5px;
  bottom: -5px;
  border-bottom: 30px solid #019c83;
  border-right: 30px solid #019c83;
  border-left: 30px solid transparent;
  border-top: 30px solid transparent;
}

@media (max-width: 767px) {
  .expense .consult-block:after {
    border-bottom: 5vw solid #019c83;
    border-right: 5vw solid #019c83;
    border-left: 5vw solid transparent;
    border-top: 5vw solid transparent;
  }
}

.expense .expense-block:not(:last-of-type) {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .expense .expense-block:not(:last-of-type) {
    margin-bottom: 7vw;
  }
}

.expense .expense-block:last-of-type .submenuItems {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .expense .expense-block:last-of-type .submenuItems {
    padding: 3vw 3vw 0 3vw;
  }
}

.expense .expense-block:last-of-type .submenuItems .text p {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .expense .expense-block:last-of-type .submenuItems .text p {
    padding-left: 4.3vw;
  }
}

.expense .expense-block .expense-heading,
.expense .expense-block .heading {
  background-color: #019c83;
  padding: 12px 30px;
  color: #ffffff;
}

.expense .expense-block .expense-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px;
}

@media (max-width: 767px) {
  .expense .expense-block .expense-inner {
    display: block;
    margin: 3vw;
  }
}

@media (min-width: 768px) {
  .expense .expense-block .expense-inner dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .expense .expense-block .expense-inner dl:not(:last-of-type) {
    margin-right: 0.3em;
  }
}

@media (max-width: 767px) {
  .expense .expense-block .expense-inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1%;
  }
}

.expense .expense-block .expense-inner dl dt,
.expense .expense-block .expense-inner dl dd {
  padding: 20px;
}

@media (max-width: 767px) {
  .expense .expense-block .expense-inner dl dt,
  .expense .expense-block .expense-inner dl dd {
    width: 49.5%;
    padding: 4vw;
  }
}

.expense .expense-block .expense-inner dl dt {
  background-color: #c7f0e6;
  font-weight: normal;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .expense .expense-block .expense-inner dl dt {
    margin-right: 1%;
    margin-bottom: 0;
  }
}

.expense .expense-block .expense-inner dl dt span {
  font-weight: 700;
}

.expense .expense-block .expense-inner dl dd {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expense .expense-block .expense-inner dl dd span {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .expense .expense-block .expense-inner dl dd span {
    font-size: 4.75vw;
  }
}

.expense .expense-block .expense-inner .accordion-menu {
  margin: 30px;
}

/* accordion
---------------------------------------------------------- */
.accordion .heading {
  background-color: #019c83;
  padding: 15px 75px 15px 30px;
  color: #ffffff;
}

.accordion-menu {
  background-color: #ffffff;
  margin: 15px 30px 0 30px;
}

@media (max-width: 767px) {
  .accordion-menu {
    margin: 3vw 3vw 0 3vw;
  }
}

.accordion-menu li:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .accordion-menu li:not(:last-of-type) {
    margin-bottom: 3vw;
  }
}

.accordion-menu li.open .dropdownlink:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.accordion-menu li .dropdownlink {
  position: relative;
  display: block;
  cursor: pointer;
}

.accordion-menu li .dropdownlink p {
  font-weight: 700;
  border: 1px solid #019c83;
  padding: 15px 75px 15px 30px;
}

@media (max-width: 767px) {
  .accordion-menu li .dropdownlink p {
    padding: 2vw 4vw;
  }
}

.accordion-menu li .dropdownlink:after {
  position: absolute;
  top: 40%;
  content: '';
  border-width: 15px 15px 0px 15px;
  border-style: solid;
  border-color: #000000 transparent;
  right: 30px;
}

@media (max-width: 767px) {
  .accordion-menu li .dropdownlink:after {
    border-width: 3vw 3vw 0px 3vw;
    right: 5vw;
  }
}

.submenuItems {
  display: none;
  padding: 30px 250px 30px 30px;
}

@media (max-width: 767px) {
  .submenuItems {
    padding: 5vw 3vw 5vw 3vw;
  }
}

.submenuItems .text p {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.2;
}

.submenuItems .text p:before {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff7d0a;
  z-index: 3;
}

@media (max-width: 767px) {
  .submenuItems .text p:before {
    top: 0;
    width: 2.3vw;
    height: 2.3vw;
  }
}

.submenuItems .text p .expense-title {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
  padding-left: 20px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .submenuItems .text p .expense-title {
    padding-left: 4vw;
    padding-right: 2vw;
  }
}

.submenuItems .text .expense-price {
  display: inline-block;
  font-size: .95em;
  padding-bottom: 1em;
  padding-left: 3em;
  z-index: 2;
}
@media (max-width: 767px) {
  .submenuItems .text .expense-price {
    display: block;
    padding-top: 1em;
    text-align: right;
  }
}

.submenuItems-bottom {
  display: block;
  padding: 30px 200px 0 30px;
}

.submenuItems-bottom figure {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .submenuItems-bottom figure {
    margin: 4vw 0;
  }
}

/* faq
---------------------------------------------------------- */
.faq .faq-content {
  background-color: #ffffff;
  padding: 50px;
}

.faq .faq-content .faq-block {
  border-bottom: 1px dashed #000000;
  padding-bottom: 50px;
}
.faq .faq-content .faq-block:last-of-type {
  border-bottom: 0;
}

.faq .faq-content .faq-block:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .faq .faq-content .faq-block {
    padding-bottom: 5vw;
  }
  .faq .faq-content .faq-block:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}

.faq .faq-content .faq-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq .faq-content .faq-block dl.question {
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .faq .faq-content .faq-block dl.question {
    margin-bottom: 2vw;
  }
}

.faq .faq-content .faq-block .dt {
  margin-bottom: 20px;
}

.faq .faq-content .faq-block .faq-no {
  font-size: 25px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .faq .faq-content .faq-block .faq-no {
    font-size: 4.5vw;
    margin-right: 3vw;
  }
}

@media (max-width: 767px) {
  .faq .faq-content {
    padding: 5vw;
  }
}

/* sec-child
---------------------------------------------------------- */
.sec-child01 {
  position: relative;
}

.sec-child01:after {
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  border-top: 85px solid #e6e6e6;
  border-left: 300px solid transparent;
  border-right: 300px solid transparent;
  width: 300px;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec-child01:after {
    bottom: -9vw;
    border-top: 10vw solid #e6e6e6;
    border-left: 35vw solid transparent;
    border-right: 35vw solid transparent;
    width: 70vw;
  }
}

.sec-child02 {
  background-image: url(../images/meet-doctor.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .sec-child02 {
    background-image: transparent;
  }
}

.sec-child02 .child-content {
  padding: 150px 40px 100px 80px;
}

@media (max-width: 767px) {
  .sec-child02 .child-content {
    padding: 20vw 4vw 10vw;
  }
}

.sec-child02 .child-title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec-child02 .child-title {
    margin-bottom: 5vw;
  }
}

/* hospital-accordion
---------------------------------------------------------- */
.hospital-accordion .accordion-menu li .dropdownlink:after {
  border-color: #ffffff transparent;
}

@media (max-width: 767px) {
  .hospital-accordion .accordion-menu li:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

.hospital-accordion .hospital-list-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hospital-accordion .hospital-list-wrap li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .hospital-accordion .hospital-list-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hospital-accordion .hospital-list-wrap li {
    position: relative;
    width: 100%;
    flex-direction: column;
  }
}

.hospital-accordion .hospital-list-wrap li .hospital-inner {
  -webkit-box-shadow: 0 2px 7px #999999;
          box-shadow: 0 2px 7px #999999;
  flex-grow: 1;
}

.hospital-accordion .hospital-list-wrap li .hospital-inner figure {
  margin: 15px 0;
}

@media (max-width: 767px) {
  .hospital-accordion .hospital-list-wrap li .hospital-inner figure {
    margin: 0 2vw 0 0;
    width: 40vw;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hospital-accordion .hospital-list-wrap li .hospital-inner figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 70.83333%;
  }
  .hospital-accordion .hospital-list-wrap li .hospital-inner figure iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.hospital_name_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  background-color: #c7f0e6;
}
.hospital_tel {
  width: 35%;
  margin-right: 2%;
}
.hospital_tel_icon {
  /* width: 100%; */
}
.hospital-accordion .hospital-list-wrap li .hospital-list-title {
  /* background-color: #c7f0e6;
  padding: 10px 30px; */
}

.hospital-accordion .hospital-list-wrap li .hospital-desc {
  padding: 0 25px 30px;
}

@media (max-width: 767px) {
  .hospital-accordion .hospital-list-wrap li .hospital-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3vw 2vw 4vw;
  }
}

.hospital-accordion .submenuItems {
  padding: 0;
}

/* 追加　カウンセリング予約ボタン */
.reserve_btn_wrap {
  font-family : ヒラギノ角ゴシック;
  width: 100%;
  border-radius : 10px;
  text-align: center;
  position: relative;
  padding: 2.2em 0 1em;
  margin-top: 40px;
  background : #00B9D8;
  box-shadow : 0px 9px 0px rgba(0, 139, 146, 1);
}
/* .reserve_btn_wrap:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.2s;
} */
.rb_p {
  font-size: 23px;
  line-height: 1.2;
  position: relative;
  color: #fff;
}
.rb_p::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 8%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.rb_p span {
  font-size: 34px;
}
.bubble_wrap {
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 10px;
  border: 2px solid #00B9D8;
  background: #fff;
}
.bubble {
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,90%);
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.bubble p {
  font-size: 19px;
  color: #000;
}
.bubble p span {
  font-size: 22px;
  color : #00B9D8;
}

.copyright {
  font-size: 12px;
  padding: 10px 0 140px;
  text-align: center;
  background-color: #e0e0e0;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 2.5vw;
  }
  
  /* 追加　カウンセリング予約ボタン */
  .reserve_btn_wrap {
    margin-top: 40px;
    padding: 35px 0 10px;
  }
  .rb_p {
    font-size: 45px;
  }
  .rb_p::after {
    width: 12px;
    height: 12px;
    right: 4%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .rb_p span {
    font-size: 45px;
  }
  .bubble_wrap {
    width: 70%;
  }
  .bubble p {
    font-size: 28px;
    line-height: 1.3;
  }
  .bubble p span {
    font-size: 30px;
  }
}
@media (max-width: 569px) {
  .reserve_btn_wrap {
    padding: 30px 0 10px;
  }
  .rb_p {
    font-size: 28px;
  }
  .rb_p span {
    font-size: 28px;
  }
  .bubble {
    padding: 3px 0;
  }
  .bubble p {
    font-size: 20px;
  }
  .bubble p span {
    font-size: 23px;
  }
}
@media (max-width: 405px) {
  .reserve_btn_wrap {
    margin-top: 35px;
  }
  .rb_p {
    font-size: 25px;
  }
  .rb_p span {
    font-size: 25px;
  }
  .bubble p {
    font-size: 18px;
  }
  .bubble p span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .btn.btn-call, .btn.btn-consult {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .btn.btn-contact {
    position: relative;
    width: 100%;
  }
}

.btn {
    padding: 2.5px;
}

.btn:hover {
  opacity: 0.75;
}

@media (min-width: 767px) {
  .btn img {
    height: 90px; 
  }
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

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

.g-color {
  color: #019c83;
}

.orange-color {
  color: #ff7d0a;
}

.white-color {
  color: #ffffff;
}

.text-stroke {
  -webkit-text-stroke: 3px white;
  -webkit-text-fill-color: #019c83;
  font-size: 65px;
  text-shadow: 0 2px 6px #ccc;
  font-weight: 700;
}

@media (max-width: 767px) {
  .text-stroke {
    font-size: 12vw;
  }
}

.Size17 {
  font-size: 17px;
}

.Size18 {
  font-size: 18px;
}

.Size20 {
  font-size: 20px;
}

.Size22 {
  font-size: 22px;
}

.Size25 {
  font-size: 25px;
}

.Size40 {
  font-size: 40px;
}

.bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
  }
}

@media (max-width: 767px) {
  body,
  p {
    font-size: 3.125vw;
  }
  .hospital-items :nth-child(1) ul li:last-of-child {
    border-right: 0 none;
  }
  .hidden-sp {
    display: none;
  }
  .btn-contact {
    width: 100% !important;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Size17 {
    font-size: 4.3vw;
  }
  .Size18 {
    font-size: 4.5vw;
  }
  .Size20 {
    font-size: 4.5vw;
  }
  .Size25 {
    font-size: 5vw;
  }
  .Size30 {
    font-size: 4.75vw;
  }
  .Size40 {
    font-size: 5.9375vw;
  }
}
/*# sourceMappingURL=main.css.map */



/*================================================
    Fix
================================================*/
@media (min-width: 768px) {
    .treatment-flow .treatment-block .tc1 {
        top: 20%;
    }
    .treatment-flow .treatment-block .tc2 {
        top: 30%;
    }
    .treatment-flow .treatment-block .tc3 {
        top: 30%;
    }
    .treatment-flow .treatment-block .tc4 {
        top: 29%;
    }
}

.sp {
    display: none;
}
.pc {
    display: inline;
}
@media screen and (max-width: 768px) {
    .sp {
        display: inline;
    }
    .pc {
        display: none;
    }
}

.letterS{
    letter-spacing: -1px;
}


@media screen and (max-width: 768px) {
    .treatment-desc > h3 {
        font-size: 18px;
        letter-spacing: -1px;
        margin-top: 8px;
        margin-bottom: 13px;
    }
}

.detail {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .detail > p {
        font-size: 4.3vw;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 768px) {
    .expense-title {
        font-size: 3.4vw;
    }
}


@media screen and (max-width: 768px) {
    .spSize18 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .faq-text > p {
        font-size: 15px;
    }
}

.hospital-desc > p {
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .hospital-desc > p {
        font-size: 15px;
    }
}

.hospital-list-title {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .spReSize {
        font-size: 18px;
    }
    .expense .expense-block .expense-inner dl dd > p > .spReSize2 {
        font-size: 14px;
    }
}


/***
  フォーム
***/
.sec09 {
  background: #C5E6DD;
}
.f_container {
}
.form_anno_content {
  text-align: center;
  padding: 30px 15%;
  background: #fff;
}
.form_anno_content h3,
.form_anno_content h4,
.f_anno_top a {
  color: #019C83;
}
.form_anno_content ul {
  margin-top: 15px;
}
.form_anno_content li {
  list-style: none;
  text-decoration: none;
  border: none;
}
.form_anno_content .f_st_p {
  margin-top: 10px;
}
.f_anno_top {
  display: inline-block;
  text-align: left;
}
.f_anno_c1 {
  margin-top: 30px;
}
.f_anno_c2,
.f_anno_c3 {
  text-align: left;
  padding: 0 40px;
  margin-top: 30px;
}
.f_anno_c2 p:not(.f_st_p) {
  margin-top: 15px;
}

.online_form_c {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
}
#online_form fieldset {
  display: flex;
  padding: 0;
}
.f_label {
  width: 40%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 10px 10px 5px;
  margin: 0 -1px -1px 0;
  color: #fff;
  border: 1px solid #003824;
  background: #019C83;
}
.require::after {
  content: '必須';
  display: inline-block;
  font-size: 13px;
  padding: 1px 7px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-radius: 5px;
  color: #019C83;
  background: #fff;
}
.f_field {
  width: 60%;
  padding: 10px 10px 10px 5px;
  margin-bottom: -1px;
  border: 1px solid #003824;
  background: #fff;
}
.f_field.df {
display: flex;
  align-items: center;
  gap: 10px;
}
.f_field.df span.mwform-radio-field.vertical-item {
  margin-top:0;
}


.f_input {
  width: 100%;
  padding: 5px 0 5px 10px;
  outline: none;
}
.f_input_age {
  width: 20%;
  margin-right: 5px;
}
.f_input_consul {
  width: 30%;
}
.f_input_date1 {
  width: 30%;
}
.f_input_time1 {
  width: 25%;
}
.f_input_date1::placeholder,
.f_input_time1::placeholder {
  font-size: 10px;
}
.f_select1 {
  width: 30%;
  padding: 5px 0 5px;
}
.f_select2 {
  width: 20%;
  padding: 5px 0 5px;
}
#f_radio_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.r_wrap {
  width: calc(100% / 5);
}
.f_select_wt {
  width: 10%;
  padding: 5px 0 5px;
}
.sec09 .f_anno1 {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 10px !important;
  color: #019C83;
}
.f_anno2 {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 10px;
  color: #FF7D0B;
}
.f_anno2 a {
  color: #FF7D0B;
  border-bottom: 1px solid;
}
.f_time_wrap {
  display: inline;
  position: relative;
}
.f_time_ul {
  width: 120px;
  padding: 10px 0 10px;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #f0f0f0;
}
.f_time_ul li {
  padding-left: 20px;
  cursor: pointer;
}
.f_time_ul li:hover {
  color: #fff;
  background: dodgerblue;
}
.is-show {
  opacity: 1;
  visibility: visible;
}

.form_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.next_btn {
  font-size: 18px;
  font-weight: bold;
  width: 35%;
  position: relative;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #FF7D0B;
  color: #fff;
  background : #FF7D0B;
  box-shadow : 0px 4px 0px rgba(206, 95, 13, 1);
}
.next_btn.gray {
  font-size: 18px;
  font-weight: bold;
  width: 35%;
  position: relative;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #dddddd;
  color: #000;
  background : #e1e1e1;
  box-shadow : 0px 4px 0px rgba(145, 145, 145, 1);
}
.err_msg {
  color: #dc3545;
}
.sec09 p:not(:last-of-type) {
  margin-bottom: unset;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
} 




@media screen and (max-width: 767px) {
  .form_anno_content {
    padding: 30px 0;
  }
  .f_anno_c1 img {
    width: 90%;
  }
  .f_anno_c2, .f_anno_c3 {
    padding: 0 5px;
  }

  .online_form_c {
    padding: 30px 1em;
  }
  #online_form fieldset {
    flex-direction: column;
  }
  .f_label {
    font-size: 5vw;
    width: 100%;
    line-height: 1.5;
  }
  .require::after {
    font-size: 15px;
    padding: 1px 7px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .f_field {
    width: 100%;
    padding: 10px 10px 10px 15px;
  }
  .f_input {
    font-size: 15px;
    height: 35px;
    width: 70%;
    padding: 0 0 0 10px;
    color: #000;
    background: #fff;
    border: 1px solid rgb(118, 118, 118);
  }
  .f_input_age {
    width: 15%;
  }
  .f_input_date1 {
    width: 40%;
    border-radius: 3px;
  }
  .f_input_time1 {
    width: 40%;
    margin-top: 2px;
  }
  .f_time_wrap {

  }
  .r_wrap {
    width: calc(100% / 4);
  }
  .f_input_consul {
    width: 30%;
  }

  .next_btn {
    width: 48%;
    padding: 20px 0;
  }
  .next_btn.gray {
    width: 48%;
    padding: 20px 0;
  }
}

/* 確認画面 */
.confirm_sec input {
  width: 100%;
  border: none;
}

.conf_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_back_btn_wrap {
  width: 50%;
}
.back_btn {
  font-size: 18px;
  font-weight: bold;
  width: 60%;
  position: relative;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #eee;
  color: #000;
  background: #eee;
  box-shadow: 0px 4px 0px #ccc;
}

.conf_btn {
  width: 50%;
}
.conf_next_btn {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .back_btn {
    width: 80%;
    padding: 20px 0;
  }
  .conf_next_btn {
    width: 80%;
  }

}
/* サンクスページ */
.thanks_txt {
  text-align: center;
}
.thanks_txt p {
  font-size: 18px;
}
.thanks_txt a {
  display: block;
  margin-top: 30px;
  color: #007bff;
}

@media screen and (max-width: 767px) {
  .thanks_txt a {
    font-size: 15px;
  }
}

/* プライバシーポリシー モーダル */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 1030px;
  padding: 50px 50px;
  background-color: #fff;
  z-index: 2;
}
.popup_close_btn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(10%,10%);
  cursor: pointer;
}
.popup_close_btn {
  width: 5%;
}
.black_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background : rgba(45, 45, 45, .6);
  z-index: 1;
  cursor: pointer;
}
.pp_content {

}
.pp_content h3 {
  font-size: 30px;
  text-align: center;
  padding: .5em;
  color: #fff;
  background : #019C83;
}
.pp_dl {
  height: 50vh;
  margin-top: 30px;
  overflow-y: scroll;
}
.pp_dl dt {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1em;
  color: #019C83;
}
.pp_dl dt:nth-child(n + 2) {
  margin: 1em 0;
}
.pp_dl dd {

}

.no_scr {
  height: 100vh;
  overflow-y: hidden;
}

.hospital-desc .gmap {
  width: 100%;
  margin: 15px 0;
  height: 177px;
}

@media screen and (max-width: 767px) {
  .popup_inner {
    padding: 50px 20px 30px;
  }
  .pp_content h3 {
    font-size: 23px;
  }
  .pp_dl {
    margin-top: 20px;
  }
  .pp_dl dt {
    font-size: 17px;
    margin: 0 0 0.5em;
  }
  .pp_dl dt:nth-child(n + 2) {
    margin: .5em 0;
  }
  .popup_close_btn {
    width: 10%;
    transform: translate(10%,25%);
  }
  .hospital-desc .gmap {
    width: 150px;
    margin: 0 2vw 0 0;
  }
}


/* form 調整　*/
.horizontal-item {
	margin-left: 10px;
	display: block;
}
