@charset "utf-8";

html *,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	margin: 0 auto;
	font-size: 15px;
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
}
p {
	margin: 15px 0;
	line-height: 1.8;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
li {
	margin: 8px 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a img {
	transition: .3s;
}
a img:hover {
	opacity: .5;
}



/*------------------- ヘッダー -------------------*/
#header {
    position: fixed;
	height: 125px;
    top: 0;
    left: 0;
    right: 0;
	background-color: #FEEEEE;
    z-index: 50;
}
.header-top {
	margin: 5px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-top img {
	width: 90%;
}
.header-top div {
	margin: 5px 0 0 2%;
	font-size: .9rem;
	text-align: center;
}
.header-top div a {
	padding: 6px 10px;
	background: #fff;
	border-radius: 10px;
}
.header-top div p {
	line-height: 1;
}
.openbtn {
	display: none;
}
#g-nav {
	margin: 0 auto 10px;
	max-width: 1200px;
}
#g-nav ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#g-nav li {
	letter-spacing: .1em;
	font-weight: 500;
}
#g-nav li a {
	position: relative;
	top: 0;
	display: inline-block;
	padding: 5px 20px;
	color: #333;
    text-decoration: none;
    outline: none;
    transition: all .2s;
}
#g-nav li a img {
	width: 40px;
	height: 40px;
}
#g-nav li.current a,
#g-nav li a:hover {
	color: #F28C8F;
}
#g-nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #F28C8F;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
#g-nav li.current a::after,
#g-nav li a:hover::after {
    transform: scale(1, 1);
}

/* スマホ・タブレット用ヘッダー */
@media (max-width: 1115px) {
	.header-top {
		margin: 15px auto;
	}
	.header-top div {
		font-size: .9rem;
	}
	#header h1 img {
		width: 90%;
	}
	#g-nav {
		position: fixed;
		z-index: 100;
		top: -120%;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #F9BABA;
		border-radius: 0;
		transition: all .5s;
	}
	#g-nav.panelactive {
		top: 0;
	}
	#g-nav ul {
		position: absolute;
		z-index: 150;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		flex-direction: column;
	}
	#g-nav li {
		list-style: none;
		text-align: center; 
	}
	#g-nav li a {
		color: #fff;
		text-decoration: none;
		padding: 10px;
		display: block;
		text-transform: uppercase;
		font-size: 1.35rem;
		font-weight: bold;
		letter-spacing: .15em;
	}
	.openbtn {
		display: block;
		position: fixed;
		z-index: 999;
		top: 3px;
		right: 3px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		background: #F58C8C;
		border-radius: 100vh;
	}
	.openbtn span {
		display: inline-block;
		position: absolute;
		left: 13px;
		width: 45%;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		transition: all .3s;
	}
	.openbtn span:nth-of-type(1) {
		top: 15px;	
	}
	.openbtn span:nth-of-type(2) {
		top: 23px;
	}
	.openbtn span:nth-of-type(3) {
		top: 31px;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 17px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 17px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
}
@media (max-width: 883px) {
	.header-top {
		margin: 5px auto;
		flex-direction: column;
	}
	.header-top div {
		font-size: .85rem;
	}
	#header h1 img {
		width: 80%;
	}
}

/*------------------- パンくずリスト -------------------*/
.pankuzu {
	width: 100%;
	margin: 125px auto 10px;
	padding: 10px 0;
	background: #F9BABA;
	color: #555;
	font-size: .9rem;
}
.pankuzu ul {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
}
.pankuzu li {
	display: inline-block;
}
.pankuzu li a {
	text-decoration: none;
	color: #fff;
}
.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}
.pankuzu li a:hover {
	color: #FFF;
}
.pankuzu li i {
	padding-right: 5px;
}



/*------------------- トップへ戻るボタン -------------------*/
.gotop {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 5px;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 1.3;
	background: #F9BABA;
	opacity: 0;
	transition: all .5s;
}
.gotop:hover {
	background: #fff;
	border: 3px solid #F9BABA;
	color: #F9BABA;
}
.gotop.Appear {
	opacity: 1;
	transition: all .5s;
}

/*------------------- フッター -------------------*/
footer {
	background-color: #FFA7A7;
	color: #fff;
	width: 100%;
	padding: 20px;
}
footer a:hover {
	opacity: .5;
}
.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.footer-logo {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.footer-logo img {
	width: 22%;
	margin-right: 8px;
}
#footer-nav ul {
	display: flex;
}
#footer-nav ul li {
	margin: 10px;
	white-space: nowrap;
}
.footer-copy {
	text-align: center;
	font-size: .7rem;
}
@media (max-width: 1000px) {
	footer {
		text-align: center;
	}
	.footer-inner,
	#footer-nav ul {
		flex-direction: column;
	}
	.footer-right {
		margin-bottom: 10px;
	}
	.footer-copy {
		font-size: .65rem;
	}
}



/*------------------- 共通設定 -------------------*/
#main {
	max-width: 1200px;
	margin: 0 auto;
}
#sub {
	max-width: 1200px;
	margin: 3% auto 0;
}
section {
	margin: 10% auto;
	padding: 0 20px;
	scroll-margin-top: 125px;
}
h2 {
	margin: 0 auto 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	background: #F9BABA;
	border-radius: 10px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
h2 img {
	display: inline-block;
	width: 6%;
	margin: 0 15px;
}
h3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 50px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #454545;
	font-size: 1.6rem;
	text-align: center;
}
h3:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #F58C8C;
	border-radius: 2px;
}
h3 img {
	display: block;
	width: 5%;
	margin: 0 15px;
}
h4 {
	margin: 0 auto 30px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #454545;
	font-size: 1.3rem;
	border-bottom: 1px solid  #F58C8C;
}
h2 span,
h3 span {
	display: inline-block;
}
.p-top {
	margin: 50px 0;
	text-align: center;
}
.button {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 300px;
	margin: 20px auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #F58C8C;
	background: #F58C8C;
	color: #fff;
	border-radius: 100vh;
	transition: .5s;
}
.button:hover {
	color: #F58C8C;
	background: #fff;
}
.link {
	margin: 10px auto;
	color: #F58C8C;
	transition: .3s;
}
.link:hover {
	opacity: .5;
}
.flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.list-marginleft li {
	list-style: inside;
	margin: 8px 20px 8px 5%;
}
.img-radius {
	border-radius: 20px;
}
.img-center {
	display: block;
	margin: 5px auto;
}
.text-margin {
	margin-right: 30px;
}
@media (max-width: 1000px) {
	.p-top {
		text-align: left;
	}
}
@media (max-width: 767px) {
	section {
		margin: 20% auto;
	}
	h2,h3 {
		font-size: 1.3rem;
	}
	h2 img,h3 img {
		width: 15%;
	}
	h4 {
		margin: 0 auto 20px;
		font-size: 1.2rem;
	}
	.flex {
		flex-direction: column;
	}
	.text-margin {
		margin-right: 0;
	}
}

.fadeup-anime {
	opacity: 0;
}
.fadeup-anime.blockIn {
	animation: fadeUpAnime 1s forwards;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}




/*------------------- トップページ -------------------*/
.hero {
	height: 100vh;
}
@media (max-width: 1440px) {
	.hero {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.hero {
		height: 30vh;
		margin-top: 110px;
	}
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 10px;
	grid-column-gap: 15px;
}
.news-box {
    position: relative;
    margin: 1em;
    padding: 25px 15px 15px;
    border: 2px solid #ddd;
	box-shadow: 2px 2px 5px #ddd;
}
.news-box .news-date {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: .8rem;
    background: #F9BABA;
    color: #fff;
}
.news-box .news-title {
	margin: 8px 0;
	color: #F48080;
	font-size: 1.1rem;
	font-weight: bold;
}
.news-box p {
    margin: 0; 
    padding: 0;
	font-size: .95rem;
}
.news-box p span {
	color: #F58C8C;
}
.news-box a:hover {
	opacity: .5;
}
@media (max-width: 767px) {
	.news-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.news-box {
		width: 90%;
		margin: 1em auto;
	}
}

.chart {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #ddd;
	border-collapse: collapse;
	table-layout: fixed;
	overflow: hidden;
	text-align: center;
}
.chart tr {
	background-color: #fafafa;
	border-bottom: 1px solid #F9BABA;
}
.chart tr:nth-child(even) {
	background-color: #fff;
}
.chart th, .chart td {
	padding: 1em;
}
.chart thead th {
	background-color: #F9BABA;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.chart tbody th {
	color: #F58C8C;
	text-align: center;
}
.yoyaku {
	width: 70%;
	margin: 50px auto;
	border: 6px solid #F58C8C;
}
.yoyaku-title {
	display: block;
	margin: 0;
	padding: 5px 10px;
	background: #F58C8C;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.yoyaku div {
	padding: 10px 20px;
}
@media (max-width: 767px) {
	.chart {
		border-radius: 0;
		text-align: left;
	}
	.chart thead {
		display: none;
	}
	.chart tr {
		background-color: unset;
	}
	.chart th, .chart td {
		display: block;
		border: 0;
		border-bottom: 1px solid #F9BABA;
	}
	.chart tbody th {
		background: #F9BABA;
		color: #fff;
	}
	.chart td::before {
		content: attr(date-label);
		background-color: #F9BABA;
		color: #fff;
		font-weight: bold;
		display: inline-block;
		width: 20%;
		min-width: 4em;
		text-align: center;
		margin-right: 1em;
		padding: 4px;
		border-radius: 100vh;
	}
	.yoyaku {
		width: 95%;
	}
}

.syourei-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.syourei-box p {
	margin: 8px 0;
	color: #F48080;
	font-size: 1.1rem;
	font-weight: bold;
}
.syourei-box p span {
	color: #333;
	font-size: 1rem;
}
.syourei-box ul {
	margin: 10px auto;
	list-style: inside;
}
.syourei-flex {
	margin: 30px auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	align-items: center;
}
@media (max-width: 1000px) {
	.syourei-flex img {
		display: block;
		width: 50%;
	}
}
@media (max-width: 767px) {
	.syourei-box {
		margin: 15px auto;
	}
	.syourei-flex {
		flex-direction: column;
	}
	.syourei-flex img {
		width: 100%;
	}
}

.shisetsu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 30px;
}
.shisetsu img {
	border-radius: 20px 20px 0 0;
}
.shisetsu p {
	margin: 0 auto;
	padding: 8px 5px;
	background: #F58B8B;
	border-radius: 0 0 20px 20px;
	color: #fff;
	text-align: center;
}
.shisetsu a {
	transition: .5s;
}
.shisetsu a:hover {
	opacity: .5;
}
@media (max-width: 767px) {
	.shisetsu {
		grid-template-columns: 1fr 1fr;
	}
}



/*------------------- 院長紹介ページ -------------------*/
.staff-flex {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.staff-name {
	font-size: 1.8rem;
	text-align: center;
}
.staff-name span {
	margin-left: 10px;
	color: #888;
	font-size: .9rem;
	font-weight: bold;
}
.table_03 caption {
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f4f4f4;
	color: #666;
	font-weight: bold;
}
.table_03 {
	table-layout: fixed;
	width: 90%;
	margin: 10px auto;
	background: #fff;
	border-collapse: collapse;
}
.table_03, .table_03 td, .table_03 th {
	word-break: break-all;
	border: 1px solid #ccc;
	padding: 10px;
}
.table_03 th {
	width: 150px;
}
.table_03 label {
	display: inline-block;
}
.book-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FDE8E8;
}
.book-flex div {
	margin-left: 20px;
}
@media (max-width: 1000px) {
	.staff-flex {
		flex-direction: column;
	}
	.staff-flex {
		width: 50%;
	}
	.table_03 {
		width: 100%;
	}
	.book-flex img {
		width: 40%;
	}
}
@media (max-width: 767px)  {
	.book-flex {
		flex-direction: column-reverse;
	}
	.book-flex div {
		margin-left: 0;
		padding: 20px;
	}
	.book-flex img {
		width: 100%;
	}
}



/*------------------- 施設紹介ページ -------------------*/
.page-menu ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
}
.page-menu li a {
	display: block;
	padding: 10px;
	background: #F58C8C;
	border: 2px solid #F58C8C;
	border-radius: 100vw;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	transition: .5s;
}
.page-menu li a:hover {
	background: #fff;
	color: #F58C8C;
}
.facilities-flex {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.facilities-flex2 {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.facilities-box {
	margin: 10px;
}
.facilities-box h4 {
	margin: 20px auto 10px; 
}
.facilities-box img {
	border-radius: 10px;
}
@media (max-width: 767px)  {
	.page-menu ul {
		grid-template-columns: 1fr 1fr;
	}
	.facilities-flex,
	.facilities-flex2 {
		flex-direction: column;
	}
}



/*------------------- 診療案内ページ -------------------*/
/*静脈瘤*/
.flow4 {
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flow4 > li {
	display: block;
	width: 22%;
	height: 180px;
	padding: 20px;
	border: 2px solid #F58C8C;
	border-radius: 10px;
}
.flow4 > li:not(:last-child) {
	position: relative;
}
.flow4 > li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -80px;
	top: 40%;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-color: transparent transparent transparent #F58C8C;
}
.flow4 > li dl dt {
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #555;
}
.flow4 > li .icon4 {
	display: block;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto 10px;
	background: #f58c8c;
	border-radius: 100vh;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
.flow4 > li dl dd span {
	font-size: .85rem;
}
.varicose-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
}
.varicose-box {
	margin: 20px auto;
	padding: 0 10px;
}
.varicose-box h4 {
	margin: 0 auto 20px;
}
.varicose-list {
	margin: 30px 0 30px 20px;
}
.varicose-flex {
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.varicose-flex li {
	white-space: nowrap;
}
.varicose-surgery-grid {
	margin: 80px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}
.varicose-surgery-box h5 {
	margin-bottom: 10px;
	color: #F58C8C;
	font-size: 1.2rem;
}
.varicose-surgery-box2 {
	width: 45%;
	margin: 20px auto;
}
.accordion-area {
	max-width: 90%;
	margin: 20px auto;
	box-sizing: border-box;
}
.accordion-box {
	margin: 5px 0;
	background: #fff;
	border-bottom: 1px dashed #aaa;
}
.accordion-title {
	display: flex;
	align-items: center;
	position: relative;
	padding: 5px;
	transition: all .2s ease;
	cursor: pointer;
}
.accordion-title span {
	display: block;
	margin-right: 10px;
	padding: 0 .5em .3em;
	background: #F48080;
	border-radius: 100vh;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.accordion-title::after {
	position: absolute;
	transform: translateY(-25%) rotate(45deg);
	right: 3%;
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 3px solid #F48080;
	border-right: 3px solid #F48080;
	content: '';
	transition: transform .3s;
}
.accordion-title.close::after {
	transform: rotate(225deg);
}
.accordion-text {
	display: none;
	padding: 10px 10px 25px;
	border-top: 1px dashed #aaa;
}
.accordion-text p {
	display: flex;
	align-items: center;
}
.accordion-text p span {
	display: block;
	margin-right: 10px;
	padding: 0 .5em .3em;
	background: #FFA7A7;
	border-radius: 100vh;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
@media (max-width: 885px) {
	.flow4 > li {
		padding: 10px;
	}
	.flow4 > li:not(:last-child)::after {
		right: -70px;
	}
	.varicose-grid {
		grid-template-columns: 1fr 1fr;
	}
	.varicose-flex {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.flow4 {
		flex-direction: column;
	}
	.flow4 > li {
		width: 90%;
		height: 130px;
		padding: 10px 20px;
	}
	.flow4 > li:not(:last-child) {
		margin-bottom: 40px;
	}
	.flow4 > li:not(:last-child)::after {
		top: 140px;
		right: 38%;
		border-color: #F58C8C transparent transparent transparent;
	}
	.flow4 > li dl dt {
		margin-bottom: 10px;
	}
	.varicose-grid {
		grid-template-columns: 1fr;
	}
	.varicose-box {
		width: 90%;
	}
	.varicose-flex li {
		white-space: normal;
	}
	.varicose-surgery-box2 {
		width: 95%;
	}
	.varicose-surgery-grid {
		grid-template-columns: 1fr;
	}
	.accordion-area {
		max-width: 100%;
	}
	.accordion-title::after {
		right: 2%;
		width: 7px;
		height: 7px;
	}
}

/*狭心症*/
.angina-flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.angina-flex p {
	margin-left: 20px;
}
.angina-flex2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.angina-box {
	width: 30%;
	margin: 0 auto;
}
.angina-box h4 {
	margin: 0 auto;
}
@media (max-width: 885px) {
	.angina-flex img {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.angina-flex,
	.angina-flex2 {
		flex-direction: column;
	}
	.angina-flex img {
		width: 100%;
	}
	.angina-flex p {
		margin-left: 0;
	}
	.angina-box {
		width: 95%;
	}
}

/*睡眠時無呼吸症候群*/
.flow_design10 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow10 {
	padding-left: 0;
}
.flow10 > li {
	padding: 20px;
	border: 2px solid #F58C8C;
	border-radius: 10px;
}
.flow10 > li:not(:last-child) {
	position: relative;
	margin-bottom: 40px;
}
.flow10 > li:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: -53px;
	left: 50%;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top-color: #F58C8C;
}
.flow10 > li dl dt {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2pt dashed #ccc;
	font-size: 1.3em;
	font-weight: bold;
	color: #555;
}
.flow10 > li .icon10 {
	margin-right: 0.5em;
	color: #F58C8C;
}
.flow10 > li dl dd {
	margin: 0;
}




/*------------------- 健診ページ -------------------*/


		  .list5 {
			  width: 70%;
			  margin: 30px auto;
  			  padding: 10px;
			  
		  }  
		  
		  
			  .list5 ul,.list5 ol {
		  margin: 3em 0 1em 0;
		  border: solid 2px #ee8992;
		  padding: 0.3em 0.5em;
		  position: relative;
		  //color: #ee8992;
		  list-style-type: none;
		}

		.list5 ol {
		  counter-reset: number;
		}
		.list5 ul li,.list5 ol li {
		  line-height: 1.5;
		  padding: 0.5em 0 0.5em 2.5em; /*1.5から変更*/
		  border-bottom: dashed 1px #ee8992;
		}
		.list5 ul li:before {
		  position: absolute;
		  font-family: FontAwesome;
		  content: "\f14a";
		  left : 0.9em; /*0.5から変更*/
		  color: #ee8992;
		}
		.list5 ol li:before {
		  display: inline-block;
		  position: absolute;
		  font-family: "Quicksand", sans-serif;
		  content: counter(number);
		  counter-increment: number;
		  left: 0.5em;
		  width: 22px;
		  height: 22px;
		  border-radius: 20%;
		  background: #ee8992;
		  color: white;
		  font-size: 12px;
		  font-weight: bold;
		  text-align: center;
		  vertical-align: middle;
		  line-height: 22px;
		}
		.list5 ul li:after,.list5 ol li:after{
		  background: #ee8992;
		  color: #fff;
		  font-weight: bold;
		  position: absolute;
		  left: -2px;
		  bottom: 100%;
		  padding: 8px 20px 8px 20px;;
		  content: "検査項目";
		  letter-spacing: 0.1em;
		}
		.list5 ul li:last-of-type,.list5 ol li:last-of-type{
		  border-bottom: none;
		}

		  
		  /*フローここから*/
		  
				 .stepbar {
		  width: 80%;
		  margin: 0 auto;
		  text-align: center;
		  border-top: 1px solid #dedede;
		}

		.stepbar .stepbarwrap .triangle {
		  content: "";
		  display: block;
		  width: 0;
		  border: solid 1em transparent;
		  border-top-color: #dedede;
		  margin: 0 auto;
		}

		.stepbar .stepbarwrap .steptitle span {
		  display: block;
		  font-weight: bold;
		  margin: 1em auto;
		}

		.stepbar .stepbarwrap .title {
		  font-size: 1.2em;
		  font-weight: bold;
		}

		.stepbar .stepbarwrap .txt {
		  width: 90%;
		  display: block;
		  margin: 2em auto;
		  font-size: 0.9em;
		}

		.stepbar:first-of-type .triangle:first-of-type {
		  display: none;
		}

		.stepbar:last-of-type .stepbarwrap:last-of-type {
		  border-bottom: 1px solid #dedede;
		}

		@media screen and (max-width: 960px) {
		  .stepbar {
			width: 90%;
		  }
		}
		  
		  /*フローここまで*/		  
		  
		  
		  
		  
		div#one {
			padding-top: 130px;
		}		  
		div#two {
			padding-top: 130px;
		}
		div#three {
			padding-top: 130px;
		}		  
		div#four {
			padding-top: 130px;
		}		  
		  
		  
				 @media (max-width: 767px) {
			.list5 {
				width: 95%;
			}
		}

		  
/*------------------- 予防接種ページ -------------------*/
.page-menu2 ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* PCで横並び3列 */
	column-gap: 20px;
	row-gap: 20px;
}

@media screen and (max-width: 768px) {
	.page-menu2 ul {
		grid-template-columns: 1fr; /* 縦並びに変更 */
	}
}

.page-menu2 li a {
	display: block;
	padding: 10px;
	background: #F58C8C;
	border: 2px solid #F58C8C;
	border-radius: 100vw;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	transition: .5s;
}
.page-menu2 li a:hover {
	background: #fff;
	color: #F58C8C;
}		 



/* PC・タブレット用（そのまま表） */
.table_vaccine {
  width: 80%;
  margin: 20px auto;
  border-collapse: collapse;
}
.table_vaccine th,
.table_vaccine td {
  border: 1px solid #aaa;
  padding: 10px;
}
.table_vaccine th {
  background: #FDE8E8;
  white-space: nowrap;
  width: 20%;
  text-align: center;
  font-weight: 400;
}
.table_vaccine td {
  line-height: 30px;
}

/* スマホ用（カード型に変形） */
@media screen and (max-width: 768px) {
  .table_vaccine,
  .table_vaccine tbody,
  .table_vaccine tr,
  .table_vaccine th,
  .table_vaccine td {
    display: block;
    width: 100%;
  }

  .table_vaccine tr {
    margin-bottom: 15px;
    border: 1px solid #aaa;
    border-radius: 8px;
    overflow: hidden;
  }

  .table_vaccine th {
    background: #FDE8E8;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .table_vaccine td {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    background: #fff;
  }
}




/*------------------- 採用ページ -------------------*/
.recruit-list {
	margin-top: 30px;
	white-space: nowrap;
}
.table_01 {
	width: 80%;
	margin: 20px auto;
	margin-right: auto;
	border-collapse: collapse;
}
.table_01 th,
.table_01 td {
	border: 1px solid #aaa;
	padding: 10px;
}
.table_01 th {
	background: #FDE8E8;
	white-space: nowrap;
	width: 20%;
	text-align: center;
	font-weight: 400;
}
.table_01 td {
	line-height: 30px;
}
.recruit-box {
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #bbb;
}
.recruit-box h4 {
	display: flex;
	align-items: center;
	margin: 0 auto 20px;
}
.recruit-box h4 img {
	width: 4%;
	margin-right: 10px;
}
@media (max-width: 885px) {
	.recruit-list {
		white-space: normal;
	}
}
@media screen and (max-width:460px) {
	.table_01 {
		width: 100%;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	.table_01 th,
	.table_01 td {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #888;
		padding: 10px;
	}
	.table_01 th {
		font-size: 10px;
		white-space: nowrap;
		font-weight: normal;
		letter-spacing: 1px;
		width: 10%;
	}
	.table_01 td {
		font-size: 14px;
		line-height: 30px;
		background-color: #FFF;
	}
	.recruit-box h4 img {
		width: 10%;
	}
}


/*------------------- エントリーするボタン -------------------*/

/* ボタンスタイル */
.more-info {
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #FFA7A7;
  color: #FFA7A7;
  text-decoration: none;
  //border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
  /* ボタンを中央に配置するためのスタイル */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ホバー時の色変更 */
.more-info:hover {
  background-color: #FFA7A7;
  color: #FFFFFF;
}





/*------------------- エントリーフォーム -------------------*/


#formWrap {
	width: 70%;
	margin: 0 auto;
	line-height: 120%;
}
table.formTable {
	width: 100%;
	margin: 30px auto 0;
	border-collapse: collapse;
}
table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 20px;
}
table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #FEEEEE;;
	text-align: left;
}
.required {
	display: inline;
	margin-right: 0;
	margin-left: 10px;
	padding: 1px 5px 2px;
	background: #CC2326;
	border-radius: 5px;
	color: #fff;
	font-size: .7rem;
	font-weight: 400;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	margin: 3px auto;
	padding: 7px 10px;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
}
select {
	margin: 10px;
	padding: 7px;
}
table.formTable td span {
	display: block;
	margin-top: 5px;
	color: #777;
	font-size: .9rem;
}
input[type="submit"],
input[type="button"] {
	display: inline-block;
	margin: 30px auto;
	padding: 20px 40px;
	border: 1px solid #F28C8F;
	color: #F28C8F;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	letter-spacing: .7em;
	transition: 0.3s ease;
	cursor: pointer;
}
input[type="submit"]:hover {
	color: #fff;
	background: #F28C8F;
}

@media screen and (max-width:572px) {
	#formWrap {
		width: 100%;
		margin: 0 auto;
	}
	table.formTable {
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	table.formTable th,
	table.formTable td {
		width: 100%;
		display: block;
		padding: 10px;
	}
	table.formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}
	input[type="text"],
	textarea {
		width: 80%;
		padding: 5px;
		font-size: 110%;
		display: block;
	}
	input[type="submit"],
	input[type="button"] {
		display: block;
		margin: 30px auto 0;
		padding: 0;
		width: 80%;
		height: 40px;
	}
}	
	

	

/*------------------- アクセスページ -------------------*/
.bus-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bus-flex a {
	flex-basis: 49%;
}
@media (max-width: 767px) {
	.bus-flex {
		flex-direction: column;
	}
	.bus-img {
		width: 100%;
		margin-bottom: 20px;
	}
}


/*------------------- お知らせ一覧ページ -------------------*/
.news-list {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.news-list .news-box {
	width: 95%;
}
@media (max-width: 767px) {
	.news-list {
		grid-template-columns: 1fr;
	}
}