@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* Musubiha */
html {
	margin: 0;
	padding: 0;
	background-color: #9FBF64;
}
body {
	margin: 0 0 0 0.9%;
	width: 99.1%;
	padding: 0;
	background-color: #fff;
	font-family: 'noto-sans-cjk-jp', 'Noto Sans JP', sans-serif;
}

/* header */
header {
	position: fixed;
	background-color: #fff;
	z-index: 100;
}
.header-all {
	position: fixed;
	display: flex;
	width: 100%;
	height: 88px;
	background-color: #fff;
	z-index: 100;
}
.header-logo {
	width: 216.47px;
	height: 47.23px;
	margin: 20px 0 20px 40px;
}
.header-logo a {
	text-decoration: none;
	color: inherit;
}
.header-logo a img {
	width: 100%;
	height: 100%;
}
.header-contents {
	width: 75%;
	height: 68px;
	max-width: 1026px;
	background-color: #9FBF64;
	border-bottom-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	margin: 0 10px 20px auto;
	display: flex;
}
.header-link {
	width: 873px;
	height: 68px;
	margin: 0;
}
.header-link ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 0 0 10px;
}
.header-link ul li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	line-height: 24.5px;
	letter-spacing: 1.4px;
	font-weight: 700;
	margin: 0 6px;
}
.header-link ul li a {
	text-decoration: none;
	color: inherit;
}
.menu-btn {
	display: none;
}
.sp-menu {
	display: none;
}
.header-tel {
	width: 153px;
	height: 68px;
	background-color: #7A6A56;
}
.header-tel a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.header-tel a img {
	width: 18.36px;
	height: 20.13px;
	margin: 0 auto;
}
.header-tel a p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1.5px;
	margin: 0;
}
@media(min-width: 768px){
	a[href^="tel:"]{
	  pointer-events: none;
	}
  }


/* footer */
footer a {
	text-decoration: none;
	color: inherit;
}
footer li {
	list-style: none;
}
.footer-all {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #9FBF64;
	display: flex;
	font-size: 14px;
	letter-spacing: 1.4px;
	font-weight: 700;
}
.footer-left {
	width: 40%;
	height: auto;
	margin: 30px 5%;
	display: flex;
	justify-content: space-around;
}
.footer-left-clinic {
	width: fit-content;
	height: auto;
}
.footer-left-clinic ul {
	padding: 0;
	margin: 0;
}
.footer-left-clinic ul li {
	width: fit-content;
	margin: 8px 0;
}
.footer-left-clinic ul li a img {
	padding-right: 8px;
}
.footer-left-clinic ul .footer-link-title,.footer-left-menu ul .footer-link-title {
	font-size: 18px;
	margin: 0;
}
.footer-left-menu {
	width: fit-content;
	height: auto;
}
.footer-left-menu ul {
	padding: 0;
	margin: 0;
}
.footer-left-menu ul li {
	width: fit-content;
	margin: 8px 0;
}
.footer-left-menu ul li a img {
	padding-right: 8px;
}
.footer-line {
	position: absolute;
	width: 1px;
	height: 70%;
	background-color: #fff;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.footer-right {
	width: 30%;
	height: auto;
	margin: 30px 10%;
}
.footer-right-title {
	font-size: 18px;
}
.footer-right-name {
	font-size: 20px;
	margin: 8px 0;
}
.footer-right-tel a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}
.footer-right-tel a img {
	width: 18.36px;
	height: 20.13px;
}
.footer-last {
	width: 100%;
	height: 73px;
	color: #fff;
	background-color: #7A6A56;
	display: flex;
	align-items: center;
	font-size: 14px;
	letter-spacing: 1.4px;
	font-weight: 700;
}
.footer-last-flex {
	display: flex;
	width: auto;
	height: fit-content;
	margin-left: 10%;
	white-space: nowrap;
}
.footer-last-flex p {
	width: fit-content;
	height: auto;
	margin-right: 10%;
}
.footer-last-flex p a img {
	padding-right: 4px;
}
.last-c {
	text-align: right;
	margin: 0 15% 0 auto;
}


/* index.php */

#top {
  	width: 100%;
  	height: 512px;
	padding-top: 88px;
}
.top-swiper-container {
	position: relative;
	width: 100%;
	height: auto;
}
.top-swiper-wrapper {
	width: 100%;
	height: auto;
}
.top-swiper-slide {
	width: 100%;
	height: auto;
	max-height: 512px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
}
.top-allup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	background-color: rgba(245, 243, 237, 0.4);
	z-index: 10;
}
.top-logo {
	width: 259px;
	height: 120px;
	margin: 0 auto;
	background-image: url(images/top-logo.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-headtext {
	width: fit-content;
	height: fit-content;
	margin: 40px auto;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
.top-headtext span {
	font-size: 32px;
}
.top-subtext {
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
	font-weight: 700;
}

#guide-info {
  	width: 100%;
  	height: auto;
	display: flex;
}
#guide {
	width: 50%;
	height: auto;
	background-color: #F5F3ED;
	padding-top: 40px;
}
.logo-leaf1 {
	width: 28px;
	height: 42px;
	margin: 0 auto;
	background-image: url(images/leaf1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.index-contents-title {
	width: fit-content;
	height: auto;
	margin: 0 auto;
	color: #75A320;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 3.96px;
}
.guide-contents {
	width: 100%;
	height: auto;
}
.open-date {
	width: fit-content;
	height: auto;
	margin: 20px auto 0;
	text-align: center;
	border-collapse: collapse;
	letter-spacing: 2.16px;
}
.open-date tr,.open-date th,.open-date td {
	border: none;
	padding: 8px;
}
.clinic-name {
	text-align: right;
	white-space: nowrap;
}
.change-backcolor {
	border: #fff;
	background-color: #fff;
}
.change-backcolor-2 {
	background-color: rgba(159, 191, 100, 0.15);
}
.guide-contents-text {
	width: fit-content;
	height: auto;
	margin: 20px auto 0;
	color: #9FBF64;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2.16px;
	padding: 0 4px;
	background: linear-gradient(transparent 50%, #fff 50%);
}
.guide-contents-explain {
	max-width: 90%;
	width: fit-content;
	height: auto;
	margin: 20px auto 20px;
	font-size: 15px;
	font-weight: 400;
}
.guide-contents-explain ul {
	padding: 0;
}
.guide-contents-explain ul li {
	list-style: none;
}
.guide-flexbtn {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}
.tel-btn {
	width: 212px;
	height: 60px;
	border-radius: 5px;
	margin: 0 10px;
	background: #9FBF64 0% 0% no-repeat padding-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
}
.tel-btn img {
	width: 18.36px;
	height: 20.13px;
}
.tel-btn a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
}
.table-btn {
	position: relative;
	width: 212px;
	height: 60px;
	margin: 0 10px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #9FBF64;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9FBF64;
	font-weight: 700;
}
.table-btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(images/green-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.table-btn a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
}

#info {
	width: 50%;
	height: auto;
	padding-top: 40px;
}
.logo-leaf2 {
	width: 28px;
	height: 42px;
	margin: 0 auto;
	background-image: url(images/leaf2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.info-contents {
	width: 80%;
	height: auto;
	margin: 10px auto;
}
.info-box {
	width: 100%;
	height: auto;
	margin: 10px 0;
	border-bottom: 1px solid #9FBF64;
}
.info-box a {
	display: block;
	position: relative;	
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.info-date {
	width: fit-content;
	height: fit-content;
	letter-spacing: 1.8px;
	font-size: 15px;
	font-weight: 500;
}
.info-title {
	width: fit-content;
	max-width: 90%;
	overflow: hidden;
	height: auto;
	letter-spacing: 2.16px;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
}
.right-arrow {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 7px;
	height: 12px;
	background-image: url(images/green-right.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

#clinic {
	width: 100%;
	height: auto;
	padding-top: 40px;
}
.clinic-flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.clinic-flex a {
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.clinic-contents-1 {
	width: 25%;
	height: 24vw;
	min-height: 300px;
	background-image: url(images/clinic1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.clinic-contents-2 {
	width: 25%;
	height: 24vw;
	min-height: 300px;
	background-image: url(images/clinic2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.clinic-contents-3 {
	width: 25%;
	height: 24vw;
	min-height: 300px;
	background-image: url(images/clinic3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.clinic-contents-4 {
	width: 25%;
	height: 24vw;
	min-height: 300px;
	background-image: url(images/clinic4.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.clinic-contents-5 {
	width: 50%;
	height: 24vw;
	min-height: 270px;
	background-image: url(images/clinic5.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.clinic-contents-6 {
	width: 50%;
	height: 24vw;
	min-height: 270px;
	background-image: url(images/clinic6.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.clinic-contents-title {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3.96px;
	margin-bottom: 20px;
}
.clinic-contents-title span {
	font-size: 25px;
}
.clinic-contents-text1 {
	width: fit-content;
	max-width: 95%;
	height: auto;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.76px;
	text-align: center;
	line-height: 32px;
}
.clinic-contents-text2 {
	width: fit-content;
	max-width: 70%;
	height: auto;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.76px;
	text-align: center;
	line-height: 32px;
}

#concept {
	width: 100%;
	height: auto;
}
.concept-top {
	position: relative;
	width: 100%;
	height: auto;
	margin: 40px 0;
	padding: 40px 0;
	background-color: #F5F3ED;
}
.leaves1 {
	position: absolute;
	width: 135.64px;
	height: 62.6px;
	top: -31.3px;
	left: 7.3%;
	background-image: url(images/leaves.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.concept-top-maintext {
	width: fit-content;
	margin: 0 auto;
	font-size: 33px;
	letter-spacing: 3.96px;
	font-weight: 700;
}
.concept-top-text {
	width: fit-content;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2.16px;
	line-height: 32px;
	text-align: center;
}
.concept-main {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-color: #F5F3ED;
}
.concept-main-block {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.concept-block-1 {
	width: 284px;
	height: 284px;
	background-image: url(images/concept-block1.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.concept-block-2 {
	width: 284px;
	height: 284px;
	background-image: url(images/concept-block2.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.concept-block-3 {
	width: 284px;
	height: 284px;
	background-image: url(images/concept-block3.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.concept-main-back {
	width: 100%;
	height: auto;
	margin-top: -142px;
	display: flex;
}
.concept-back-1 {
	width: 33.3%;
	height: 16.5vw;
	background-image: url(images/concept-back1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.concept-back-2 {
	width: 33.4%;
	height: 16.5vw;
	background-image: url(images/concept-back2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.concept-back-3 {
	width: 33.3%;
	height: 16.5vw;
	background-image: url(images/concept-back3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.concept-main-text {
	width: fit-content;
	height: auto;
	margin: -30px auto 0;
}
.concept-main-text h4 {
	margin: 0;
	text-align: center;
	letter-spacing: 3px;
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
}
.concept-main-text p {
	text-align: center;
	letter-spacing: 2.16px;
	font-size: 18px;
	line-height: 33px;
}

#greeting {
	display: none;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 40px;
}
.leaves2 {
	position: absolute;
	width: 135.64px;
	height: 62.6px;
	top: -31.3px;
	right: 7.3%;
	background-image: url(images/leaves.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.greeting-flex {
	width: 100%;
	height: auto;
	display: flex;
	align-content: center;
	justify-content: center;
}
.greeting-img {
	width: 21.1vw;
	height: 19vw;
	position: relative;
	background-image: url(images/greeting-img.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.name-box {
	position: absolute;
	left: -26px;
	bottom: -26px;
	border: 1px solid #75A320;
	border-radius: 5px;
	color: #75A320;
	background-color: #fff;
	letter-spacing: 2.16px;
	font-size: 18px;
	line-height: 23.5px;
	text-align: center;
	font-weight: 500;
	width: 160px;
	height: 52px;
}
.greeting-textbox {
	width: 53.4vw;
	height: auto;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	margin-left: 20px;
}
.greeting-text-title {
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 33px;
	margin: 10px auto 10px 0;
}
.greeting-text {
	width: 100%;
	height: auto;
	letter-spacing: 1.92px;
	font-size: 16px;
	font-weight: 500;
	line-height: 33px;
}

#another {
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.another-clinic-flex {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	margin: 30px 0 20px;
}
.another-clinic-link {
	width: 34%;
	height: 78px;
	margin: 0 20px;
	background-color: #9FBF64;
	font-size: 25px;
	letter-spacing: 3px;
	line-height: 33px;
	border-radius: 5px;
}
.another-clinic-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
.another-clinic-link:hover {
	background-color: #7A6A56;
}
.another-innerlink {
	position: relative;
	width: 70%;
	height: auto;
	margin: 20px auto;
	padding-right: 25px;
	color: #9FBF64;
	font-size: 15px;
	letter-spacing: 1.8px;
	text-align: right;
}
.another-innerlink a{
	text-decoration: none;
	color: inherit;
}
.another-innerlink:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(images/green-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

/* 共通 */
.page-title {
	width: 100%;
	height: 240px;
	padding-top: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d6e9ca;
}
.page-title p {
	width: fit-content;
	height: fit-content;
	color: #75A320;
	font-size: 38px;
	letter-spacing: 4.56px;
	font-family: 'fot-tsukubrdgothic-std',sans-serif;
	font-weight: 700;
	font-style: normal;
}
.contents-title {
	position: relative;
	max-width: 90%;
	width: fit-content;
	height: fit-content;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.36px;
	padding: 60px 0 0;
	margin: 0px auto 60px;
}
.contents-title:after {
	position: absolute;
	content: '';
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 28px;
	height: 2px;
	background-color: #9FBF64;
}
.sp-br {
	display: none;
}
a[target=_blank] {
	padding-right: 20px;
	background: url(images/outlink.svg) right center/11px auto no-repeat;
}
/* target="_blank" */

/* clinic.php */
#clinic-introduce {
	width: 100%;
	height: auto;	
}
#director-from {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background-color: #F5F3ED;
}
.director-img {
	position: relative;
	width: 58.5%;
	height: 29.8vw;
	margin: 0 15% 0 26.5%;
	background-image: url(images/director-img.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.director-img-textbox {
	width: 375px;
	height: 176px;
	position: absolute;
	left: -161px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 25px;
	letter-spacing: 3.75px;
	line-height: 43px;
	font-weight: 700;
}
.director-img-textbox2 {
	width: fit-content;
	max-width: 90vw;
	height: auto;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 25px;
	letter-spacing: 3.75px;
	line-height: 43px;
	font-weight: 700;
}
.leaves-clinic-1 {
	position: absolute;
	width: 135.64px;
	height: 62.6px;
	bottom: -31.3px;
	right: 10px;
	background-image: url(images/leaves.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.director-comment {
	max-width: 90%;
	width: fit-content;
	height: auto;
	text-align: center;
	margin: 70px auto;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-weight: 500;
}

#hospital-concept {
	width: 100%;
	height: auto;
}
.hospital-concept-contents {
	width: 71%;
	height: auto;
	padding: 190px 0 76px;
	margin: -150px auto 0;
	background-color: rgba(159, 191, 100, 0.15);
}
.hospital-concept-contents h3 {
	width: fit-content;
	height: auto;
	font-size: 25px;
	letter-spacing: 3px;
	line-height: 33px;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
}
.hospital-concept-contents h3 span {
	display: inline-block;
}
.hospital-concept-contents p {
	max-width: 90%;
	width: fit-content;
	height: auto;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	margin: 20px auto;
	text-align: center;
	font-weight: 500;
}
.hospital-concept-flex {
	display: flex;
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.primary-care-img {
	width: 387px;
	height: 387px;
	margin-left: 15%;
	background-image: url(images/primary-care.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.hospital-concept-text {
	width: 35.5vw;
	height: auto;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	margin-left: 1%;
	font-weight: 500;
}
.hospital-concept-text p a{
	text-decoration: none;
	color: #9FBF64;
}

.img-separation {
	width: 100%;
	height: auto;
	margin: 60px 0;
	display: flex;
}
.img-separation-1 {
	width: 33.3%;
	height: 16.4vw;
	background-image: url(images/separation-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.img-separation-2 {
	width: 33.4%;
	height: 16.4vw;
	background-image: url(images/separation-2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.img-separation-3 {
	width: 33.3%;
	height: 16.4vw;
	background-image: url(images/separation-3.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#hospital-name-origin {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.name-origin-flex {
	width: 100%;
	height: auto;
	display: flex;
}
.name-origin-left {
	width: 27.5%;
	height: auto;
	margin-left: 15%;
}
.name-origin-left img {
	width: 100%;
	height: 12.44vw;
}
.name-origin-right {
	width: 40%;
	height: auto;
	margin-left: 2.5%;
	font-size: 16px;
	letter-spacing: 1.92px;
	line-height: 33px;
	font-weight: 500;
}

#time-access {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
}
.time-flex {
	width: fit-content;
	height: auto;
	margin: 0 auto;
	display: flex;
}
.time-flex-left {
	width: fit-content;
	height: auto;
	margin: 0;
}
.time-flex-right {
	width: fit-content;
	height: auto;
	margin-left: 5%;
}
.time-right-text {
	width: fit-content;
	height: auto;
	margin: 20px auto;
	color: #9FBF64;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2.16px;
	padding: 0 4px;
	white-space: nowrap;
	background: linear-gradient(transparent 50%, #fff 50%);
}
.time-right-explain {
	width: auto;
	height: auto;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.8px;
	line-height: 25px;
}
.time-right-explain ul {
	padding: 0;
}
.time-right-explain ul li {
	list-style: none;
}

.access-flex {
	width: fit-content;
	height: auto;
	margin: 60px auto;
	display: flex;
}
.access-flex-left {
	width: fit-content;
	height: auto;
	margin-top: 20px;
}
.access-left-img {
	width: 40.4vw;
	height: 32.9vw;
	background-image: url(images/access-left.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.access-left-text {
	width: fit-content;
	height: auto;
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 25px;
}
.access-flex-right {
	width: fit-content;
	height: auto;
	margin-left: 3%;
	padding-bottom: 40px;
}
.access-right-contents {
	width: fit-content;
	height: auto;
	margin: 20px 0 0;
}
.access-right-title {
	width: fit-content;
	height: auto;
	font-size: 15px;
	color: #9FBF64;
	letter-spacing: 1.8px;
	line-height: 25px;
	padding: 2px 8px;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid #9FBF64;
	border-radius: 5px;
}
.access-right-text {
	width: fit-content;
	height: auto;
	font-size: 15px;
	letter-spacing: 1.8px;
	line-height: 26px;
	font-weight: 500;	
}
.access-right-text h3 {
	color: #9FBF64;
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 700;
}
.access-right-text h4 {
	color: #9FBF64;
	margin: 0;
	font-size: 15px;
}
.access-right-text p {
	margin: 0;
	font-size: 15px;
}

#cooperation {
	width: 100%;
	height: auto;
	padding-top: 88px;
	margin-top: -88px;
	padding-bottom: 100px;
}
.cooperation-text {
	width: fit-content;
	height: auto;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 2.16px;
	text-align: center;
	line-height: 33px;
	font-weight: 500;
}
.cooperation-contents {
	width: 70%;
	height: auto;
	margin: 70px auto 0;
}
.cooperation-contents-title {
	color: #9FBF64;
	font-size: 20px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 2.4px;
}
.cooperation-contents-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 2.16px;
}
.cooperation-contents-text a {
	color: inherit;
}
.cooperation-contents-text a:hover {
	color: #9FBF64;
}
.border-100 {
	width: 100%;
	height: 1px;
	border-top: 1px solid #B3B3B3;
	margin: 30px 0;
}


/* staff.php */
#staff-introduce {
	width: 100%;
	height: auto;
}
.schedule {
	width: 100%;
	height: auto;
	padding: 70px 0;
}
.schedule-box {
	width: 100%;
	height: auto;
	margin: 30px auto;
	display: flex;
}
.schedule-box iframe {
	display: block;
	max-width: 50%;
	margin: 0 auto;
}
.schedule-table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	text-align: center;
	table-layout: fixed;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
.schedule-table tr {
	height: 81px;
}
.schedule-border-right {
	border-right: 1px solid #B3B3B3;
}
.schedule-border-bottom {
	border-bottom: 1px solid #B3B3B3;
}
.color-pink {
	color: #D4145A;
}
.color-blue {
	color: #2E3192;
}
.staff-form {
	width: 100%;
	height: auto;
	padding: 80px 0;
	background-color: #F5F3ED;
}
.staff-form-text {
	max-width: 90%;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 33px;
}
.staff-form-btn {
	width: fit-content;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 80px auto 0;
}
.staff-form-btn a {
	text-decoration: none;
	color: inherit;
}
.staff-title-back {
	width: 100%;
	height: 200px;
	background-image: url(images/staff-title-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.doctor-contents-title {
	width: 46%;
	height: 140px;
	margin: -70px auto 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	letter-spacing: 3.36px;
	font-weight: 700;
	border-radius: 5px;
}
.doctor-contents-title p {
	max-width: 90vw;
	position: relative;
	width: fit-content;
	height: fit-content;
	margin: 0;
}
.doctor-contents-title p:after {
	position: absolute;
	content: '';
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 28px;
	height: 2px;
	background-color: #9FBF64;
}
.doctor-profile-a {
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.doctor-profile-b {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-color: #F5F3ED;
}
.doctor-profile-flex {
	width: 71%;
	height: auto;
	margin: 40px auto;
	display: flex;
}
.doctor-flex-left {
	width: 33.8vw;
	height: auto;
}
.doctor-img {
	width: 100%;
	height: 23.3vw;
	background-color: #F5F3ED;
}
.doctor-img-sizeset {
	height: 19.6vw;
}
.doctor-img img {
	width: 100%;
	height: 100%;
}
.doctor-award {
	width: 100%;
	height: auto;
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 1.68px;
	line-height: 25px;
	font-weight: 500;
}
.doctor-award span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.92px;
	color: #9FBF64;
}
.doctor-flex-right {
	width: 33.8vw;
	height: auto;
	margin-left: 2vw;
}
.doctor-name {
	width: fit-content;
	height: auto;
	font-size: 28px;
	letter-spacing: 3.36px;
	color: #9FBF64;
	font-weight: 700;
}
.doctor-name span {
	padding-left: 8px;
	font-size: 16px;
	letter-spacing: 1.92px;
}
.doctor-position {
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-weight: 500;
}
.doctor-career {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 1.68px;
	line-height: 25px;
	font-weight: 500;
}
.doctor-career span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.92px;
	color: #9FBF64;
}
.doctor-qualification {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 1.68px;
	line-height: 25px;
	font-weight: 500;
}
.doctor-qualification span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.92px;
	color: #9FBF64;
}
.doctor-comment-a {
	position: relative;
	width: 68%;
	height: auto;
	margin: 0 auto;
	padding: 40px;
	font-size: 16px;
	letter-spacing: 1.92px;
	line-height: 33px;
	background-color: #F5F3ED;
}
.doctor-comment-b {
	position: relative;
	width: 68%;
	height: auto;
	margin: 0 auto;
	padding: 40px;
	font-size: 16px;
	letter-spacing: 1.92px;
	line-height: 33px;
	background-color: #fff;
}
.doctor-comment-a:after {
	content: "";
  	position: absolute;
  	top: -40px;
  	left: 15%;
  	width: 0px;
 	height: 0px;
  	margin: auto;
  	border: 20px solid transparent;
	border-bottom: 20px solid #F5F3ED;
}
.doctor-comment-b:after {
	content: "";
  	position: absolute;
  	top: -40px;
  	left: 15%;
  	width: 0px;
 	height: 0px;
  	margin: auto;
  	border: 20px solid transparent;
	border-bottom: 20px solid #fff;
}
.doctor-related-link {
	width: 71%;
	height: auto;
	margin: 15px auto;
	text-align: right;
	color: #75A320;
	font-size: 16px;
	letter-spacing: 1.92px;
	line-height: 33px;
}
.doctor-related-link a {
	text-decoration: none;
	color: #9FBF64;
}
.doctor-flex-right .nurse-comment {
	width: 90%;
	margin: 30px auto 0 0;
}
#rihabiri {
	margin-top: 40px;
	background-color: #F5F3ED;
}
.rihabiri-img {
	width: 100%;
	height: auto;
}
.rihabiri-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.rihabiri-flex {
	display: flex;
	align-items: center;
}


/* outpatient.php */
.outpatient-form {
	width: 100%;
	height: auto;
	padding: 34px 0 70px;
}
.outpatient-form-title {
	min-width: 750px;
	width: 70%;
	height: auto;
	margin: 36px auto 15px;
	font-size: 20px;
	letter-spacing: 2.4px;
	font-weight: 700;
}
.outpatient-form-btn {
	min-width: 750px;
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	letter-spacing: 0.99px;
}
.outpatient-form-btn a {
	width: 21.9%;
	height: auto;
	display: block;
	text-decoration: none;
	color: #fff;
}
.form-btn-a {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #9FBF64;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-align: center;
}
.form-btn-b {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #7A6A56;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-align: center;
}
.form-btn-a:after,.form-btn-b:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 9px;
	height: 5.2px;
	background-image: url(images/white-under.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
#general-internal-medicine {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
}
.outpatient-title-back {
	width: 100%;
	height: 200px;
	background-color: #F5F3ED;
	background-image: url(images/outpatient-title-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.outpatient-title-box {
	width: 71%;
	height: auto;
	padding: 50px 0;
	margin: -70px auto 0;
	background-color: #fff;
}
.outpatient-title {
	position: relative;
	width: fit-content;
	height: auto;
	margin: 0 auto;
	font-size: 28px;
	letter-spacing: 3.36px;
}
.outpatient-title:after {
	position: absolute;
	content: '';
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 28px;
	height: 2px;
	background-color: #9FBF64;
}
.outpatient-title-explain {
	max-width: 80%;
	width: fit-content;
	height: auto;
	margin: 70px auto 0;
	text-align: center;
	letter-spacing: 2.16px;
	font-size: 18px;
}
.outpatient-contents-box {
	width: 100%;
	height: auto;
	padding: 70px 0;
}
.outpatient-contents-title {
	width: fit-content;
	height: auto;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.36px;
	color: #9FBF64;
}
.outpatient-contents-flex {
	width: 71%;
	height: auto;
	margin: 50px auto 0;
	display: flex;
}
.outpatient-contents-img {
	width: 33.8vw;
	height: 23.3vw;
	background-color: #F5F3ED;
	border-radius: 0;
}
.outpatient-contents-img img {
	width: 100%;
	height: 100%;	
}
.outpatient-contents-text {
	width: 33.8vw;
	height: auto;
	margin-left: 2vw;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-size: 18px;
	font-weight: 500;
}
.outpatient-contents-text span {
	color: #9FBF64;
}
.outpatient-contents-text a {
	text-decoration: none;
	color: #9FBF64;
}
.contents-border {
	width: 100%;
	height: 2px;
	background-color: #fff;
}


/* home visit medical care */
.visit-medical-care {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
}
.vc-title-back {
	width: 100%;
	height: 200px;
	background-image: url(images/vc-title-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.vc-title-box {
	width: 71%;
	height: auto;
	padding: 50px 0;
	margin: -70px auto 0;
	background-color: #fff;
}
.vc-title {
	position: relative;
	width: fit-content;
	height: auto;
	margin: 0 auto;
	font-size: 28px;
	letter-spacing: 3.36px;
}
.vc-title:after {
	position: absolute;
	content: '';
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 28px;
	height: 2px;
	background-color: #9FBF64;
}
.vc-title-explain {
	width: fit-content;
	height: auto;
	margin: 70px auto 0;
	text-align: center;
	letter-spacing: 2.16px;
	font-size: 18px;
}
.vc-contents-box {
	width: 100%;
	height: auto;
	padding: 70px 0;
}
.vc-contents-title {
	width: fit-content;
	height: auto;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.36px;
	color: #9FBF64;
}
.vc-contents-flex {
	width: 71%;
	height: auto;
	margin: 50px auto 0;
	display: flex;
}
.vc-contents-img {
	width: 33.8vw;
	height: auto;
}
.vc-contents-img img {
	width: 100%;
	height: 23.3vw;	
}
.vc-contents-img-low img {
	width: 100%;
	height: 19.6vw;	
}
.vc-contents-text {
	width: 33.8vw;
	height: auto;
	margin-left: 2vw;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-size: 18px;
	font-weight: 500;
}
.vc-contents-text span {
	color: #9FBF64;
}
.vc-contents-text a {
	text-decoration: none;
	color: inherit;
}
.vc-green-contents-a {
	width: 71%;
	height: auto;
	margin: 40px auto 0;
	padding: 20px;
	border: 2px solid #9FBF64;
	border-radius: 5px;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-size: 18px;
	font-weight: 500;
}
.vc-green-contents-b {
	width: 90%;
	height: auto;
	margin: 40px auto 0 0;
	padding: 20px;
	border: 2px solid #9FBF64;
	border-radius: 5px;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-size: 18px;
	font-weight: 500;
}


/* daycare */
.what-daycare {
	width: 100%;
	height: auto;
	padding: 60px 0;
	background-color: #F5F3ED;
}
.what-daycare-text {
	max-width: 90%;
	width: fit-content;
	height: auto;
	margin: 10px auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 2.16px;
}
.daycare-difference {
	width: 100%;
	height: auto;
	padding: 80px 0;
}
.daycare-contents-title {
	width: fit-content;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	color: #9FBF64;
	font-size: 28px;
	letter-spacing: 3.36px;
	font-weight: 700;
}
.daycare-difference-block {
	display: flex;
	width: fit-content;
	height: auto;
	margin: 30px auto 0;
}
.daycare-difference-block img {
	display: block;
	width: 448px;
	height: 204px;
}
.daycare-difference-box {
	width: 71%;
	height: auto;
	padding: 160px 0 50px;
	margin: -102px auto 0;
	background-color: #F5F3ED;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	text-align: center;
}
.daycare-target {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
	padding: 70px 0;
}
.daycare-target-text {
	max-width: 90%;
	width: fit-content;
	height: auto;
	margin: 20px auto;
	font-size: 20px;
	letter-spacing: 2.4px;
	line-height: 33px;
	font-weight: 700;
	text-align: center;
}
.daycare-target-text img {
	width: 17.34px;
	height: 17.34px;
	padding-right: 20px;
}
.daycare-target-text span {
	font-size: 16px;
	letter-spacing: 1.92px;
	font-weight: 500;
}
.daycare-border {
	width: 70%;
	height: 1px;
	background-color: #B3B3B3;
	margin: 40px auto;
}
.daycare-target-flex {
	width: 71%;
	height: auto;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}
.daycare-target-block {
	width: 50%;
	height: auto;
	margin: 40px 0;
}
.daycare-target-block-title {
	width: fit-content;
	height: auto;
	padding: 0 20px;
	background-color: #fff;
	border: 2px solid #9FBF64;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	text-align: center;
	font-weight: 700;
}
.daycare-target-block-text {
	margin-top: 20px;
	max-width: 90%;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-weight: 500;
}
.daycare-titlebox {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
}
.daycare-titlebox-inner {
	position: relative;
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	background-color: #fff;
	z-index: 10;
}
.daycare-titlebox-explain {
	max-width: 70%;
	height: auto;
	margin: 40px auto 0;
	text-align: center;
	letter-spacing: 2.16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 33px;
}
.daycare-title-back {
	position: relative;
	width: 100%;
	height: 490px;
	padding: 0;
	margin: -360px 0 0;
	background-image: url(images/daycare-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.daycare-price {
	width: 100%;
	height: auto;
	padding: 75px 0;
}
.daycare-price-flex {
	width: 70%;
	height: auto;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-around;
}
.daycare-price-left {
	width: fit-content;
}
.daycare-price-right {
	width: fit-content;
}
.daycare-price-title {
	color: #9FBF64;
}
.daycare-price-table {
	width: 80%;
}
.price-table-1 {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	table-layout: fixed;
}
.price-table-2 {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	table-layout: fixed;
}
.price-table-1 tr,.price-table-2 tr {
	height: 50px;
}
.back-color-white {
	background-color: #fff;
}


/* inspection */
#all-inspection {
	width: 100%;
	height: auto;
}
.inspection-form {
	width: 100%;
	height: auto;
	padding: 80px 0;
}
.inspection-form-btn {
	width: fit-content;
	height: auto;
	display: flex;
	margin: 0 auto;
}
.inspection-form-btn a {
	text-decoration: none;
	color: inherit;
}
.form-btn {
	position: relative;
	width: 212px;
	height: 60px;
	margin: 0 20px;
	color: #fff;
	background-color: #9FBF64;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 9px;
	height: 5.2px;
	background-image: url(images/white-under.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.medical-checkup-title {
	position: relative;
	width: fit-content;
	height: auto;
	margin: 70px auto 40px;
	font-size: 28px;
	letter-spacing: 3.36px;
}
.medical-checkup-title:after {
	position: absolute;
	content: '';
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 28px;
	height: 2px;
	background-color: #9FBF64;
}
#medical-checkup {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
	padding-bottom: 40px;
}
.inspection-title-back {
	width: 100%;
	height: 200px;
	background-color: #F5F3ED;
	background-image: url(images/inspection-title-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.medical-checkup-flex {
	width: 71%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	flex-wrap: wrap;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 27px;
	font-weight: 500;
}
.medical-checkup-margin {
	margin-top: 70px;
}

.medical-checkup-left {
	width: 34vw;
	height: auto;
	margin: 10px 0;
}
.medical-checkup-right {
	width: 34vw;
	height: auto;
	margin: 10px 0;
}
.medical-checkup-btn1 {
	width: 34vw;
	height: auto;
	margin: 10px 0;
}
.medical-checkup-btn1 label {
	position: relative;
	width: 95%;
	height: 60px;
	background-color: #9FBF64;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding-left: 5%;
	color: #fff;
	cursor: pointer;
}
.medical-checkup-btn1 label:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 9px;
	height: 5.2px;
	background-image: url(images/white-under.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.medical-checkup-btn1 input[type="checkbox"].on-off,
.medical-checkup-btn1 input[type="checkbox"].on-off + .btn-inner{
	display: none;
}
.medical-checkup-btn1 input[type="checkbox"].on-off:checked + .btn-inner{
	display: block;
}
.medical-checkup-btn2 {
	width: 34vw;
	height: auto;
	margin: 10px 0;
}
.medical-checkup-btn2 label {
	position: relative;
	width: 95%;
	height: 60px;
	background-color: #7A6A56;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding-left: 5%;
	color: #fff;
	cursor: pointer;
}
.medical-checkup-btn2 label:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 9px;
	height: 5.2px;
	background-image: url(images/white-under.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.medical-checkup-btn2 input[type="checkbox"].on-off,
.medical-checkup-btn2 input[type="checkbox"].on-off + .btn-inner{
	display: none;
}
.medical-checkup-btn2 input[type="checkbox"].on-off:checked + .btn-inner{
	display: block;
}
.btn-inner {
	width: 90%;
	padding: 5px 5%;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all 1s;
    transition: all 1s;
}

#inspection {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
	padding: 0 0 70px 0;
}
.inspection-contents-box {
	width: 100%;
	height: auto;
	margin: 50px 0;
}
.inspection-contents-flex {
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.inspection-contents-img {
	width: 21.6vw;
	height: 14.8vw;
	margin: 20px 0;
}
.inspection-contents-img img {
	width: 100%;
	height: 100%;
}
.inspection-contents-text {
	max-width: 45vw;
	width: fit-content;
	height: auto;
	margin-left: 3%;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 33px;
}
.inspection-contents-text span {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.36px;
	color: #9FBF64;
}

#vaccine {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
	padding: 70px 0;
}
.vaccine-title {
	width: 70%;
	height: auto;
	margin: 50px auto 10px;
	color: #9FBF64;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.36px;
}

/* archive */
.news-archive-box {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
}
.news-box {
	position: relative;
	width: 70%;
	height: 50px;
	margin: 0px auto;
	padding: 40px 0;
	border-bottom: 1px solid #9FBF64;
	display: flex;
	align-items: center;
}
.news-box:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(images/green-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.news-date {
	width: fit-content;
	height: fit-content;
	margin-right: 40px;
	font-size: 15px;
	letter-spacing: 1.8px;
	line-height: 25px;
	font-weight: 500;
}
.news-title {
	width: fit-content;
	height: fit-content;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 33px;
	font-weight: 700;
}
.news-archive-box a {
	text-decoration: none;
	color: inherit;
}
.list-number {
	width: fit-content;
	margin: 50px auto 0;
	padding-bottom: 50px;
}
.wp-pagenavi {
    display: flex;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    color: #000;
	font-size: 28px;
	font-weight: 500;
}
.wp-pagenavi span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 20px 0;
    padding: 0;
	border: none;
	color: #000;
	background-color: #F5F3ED;
	border-radius: 22px;
}
.wp-pagenavi .current {
    background-color: #9FBF64;
    color: #fff;
}
.wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
	border: none;
    width: 44px;
    height: 44px;
    margin: 0 20px 0;
    padding: 0;
	color: #000;
}

/* single.php */
.single-all {
	width: 100%;
	height: auto;
	background-color: #F5F3ED;
	padding: 40px 0;
}
.single-titlebox {
	width: fit-content;
	height: auto;
	margin: 20px auto;
	text-align: center;
}
.single-date {
	width: fit-content;
	height: auto;
	margin: 6px auto;
	font-size: 15px;
	letter-spacing: 1.8px;
	font-weight: 500;
}
.single-title {
	width: fit-content;
	height: auto;
	margin: 6px auto;
	font-size: 28px;
	letter-spacing: 3.36px;
	font-weight: 700;
	line-height: 33px;
}
.green-border {
	width: 70%;
	height: 1px;
	background-color: #9FBF64;
	margin: 0 auto;
}
.single-contents {
	max-width: 90%;
	width: 632px;
	height: auto;
	margin: 40px auto;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.92px;
	line-height: 33px;
}
.single-contents img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
}
.wp-block-image {
	margin: 0;
}
.news-back-btn {
	position: relative;
	width: 212px;
	height: 60px;
	margin: 20px auto 0;
	color: #fff;
	background-color: #9FBF64;
	font-size: 15px;
	letter-spacing: 0.99px;
	text-align: center;
	border-radius: 5px;
}
.news-back-btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 9px;
	height: 5.2px;
	background-image: url(images/white-under.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.news-back-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.time-right-br {
	display: none;
}


@media screen and (max-width:1250px) {
	.header-contents {
		width: 214px;
	}
	.header-link {
		width: 61px;
	}
	.header-link ul {
		display: none;
	}
	.menu-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.menu-btn img {
		width: 22px;
		height: 22px;
	}
	.sp-menu {
		position: relative;
		width: 100%;
		min-width: 325px;
		height: auto;
		background-color: #fff;
		z-index: 99;
		margin-top: 81px;
	}
	.sp-menu ul {
		width: 90%;
		margin: 0 auto;
		padding: 0 5%;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sp-menu ul li {
		list-style: none;
		width: 45%;
		height: auto;
		margin: 20px 0;
		padding: 10px 0;
		border-bottom: 1px solid #75A320;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1.56px;
		line-height: 20px;

	}
	.sp-menu ul li a {
		text-decoration: none;
		color: inherit;
	}
	.page-title {
		padding-top: 81px;
	}
	#top {
		padding-top: 81px;
	}
	
}
@media screen and (max-width:850px) {
	.time-right-br {
		display: inline-block;
	}
}

@media screen and (max-width:767px) {
	.time-right-br {
		display: none;
	}
	body {
		margin: 0 0 0 1.8%;
		width: 98.2%;
	}
	.sp-br {
		display: inline;
	}
	.header-logo {
		width: 194.83px;
		height: 42.51px;
		margin: 12px 0 20px 12px;
	}
	.header-contents {
		width: 122px;
		height: 61px;
	}
	.header-link {
		width: 61px;
		height: 61px;
	}
	.header-link ul {
		display: none;
	}
	.header-tel {
		width: 61px;
		height: 61px;
	}
	.header-tel a p {
		display: none;
	}
	.footer-all {
		height: auto;
		flex-wrap: wrap;
		font-size: 13px;
		letter-spacing: 1.3px;
	}
	.footer-left {
		width: 90%;
		margin: 20px auto;
		justify-content: space-around;
	}
	.footer-left-clinic ul .footer-link-title,.footer-left-menu ul .footer-link-title {
		font-size: 16px;
		letter-spacing: 1.6px;
		line-height: 28px;
	}
	.footer-right {
		max-width: 90%;
		width: fit-content;
		margin: 20px auto;
	}
	.footer-right-title {
		font-size: 16px;
		letter-spacing: 1.6px;
		line-height: 28px;
	}
	.footer-line {
		position: relative;
		width: 90%;
		height: 1px;
	}
	.footer-last {
		height: 88px;
		display: flex;
		font-size: 13px;
		letter-spacing: 1.3px;
	}
	.footer-last-flex {
		margin-left: 5%;
	}
	.last-c {
		text-align: left;
		margin: 0 auto 0 5%;
	}
	#top {
		height: auto;
	}
	.top-swiper-container {
		height: 487px;
	}
	.top-swiper-wrapper {
		height: 487px;
	}
	.top-swiper-slide {
		height: 487px;
		display: flex;
		justify-content: center;
	}
	.top-swiper-slide img {
		width: auto;
		height: 487px;
	}
	.top-logo {
		width: 232.73px;
		height: 107.23px;
	}
	.top-headtext {
		max-width: 90%;
		font-size: 30px;
		margin: 20px auto;
	}
	.top-headtext span {
		font-size: 25px;
	}
	.top-subtext {
		max-width: 90%;
		font-size: 18px;
		letter-spacing: 1.3px;
		line-height: 25px;
	}
	
	#guide-info {
		display: block;
	}
	#guide {
		width: 100%;
		padding-bottom: 20px;
	}
	.open-date {
		font-size: 13px;
		letter-spacing: 1.61px;
		line-height: 25px;
	}
	.guide-contents-text {
		max-width: 90%;
		background: none;
		text-align: center;
	}
	#info {
		width: 100%;
		padding-bottom: 20px;
	}
	.info-contents {
		width: 90%;
	}
	.info-date {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 25px;
	}
	.info-title {
		font-size: 15px;
		letter-spacing: 1.8px;
		line-height: 33px;
	}
	.clinic-contents-1 {
		width: 50%;
		height: 61.6vw;
		max-height: 300px;
		min-height: 231px;
	}
	.clinic-contents-2 {
		width: 50%;
		height: 61.6vw;
		max-height: 300px;
		min-height: 231px;
	}
	.clinic-contents-3 {
		width: 50%;
		height: 61.6vw;
		max-height: 300px;
		min-height: 231px;
	}
	.clinic-contents-4 {
		width: 50%;
		height: 61.6vw;
		max-height: 300px;
		min-height: 231px;
	}
	.clinic-contents-5 {
		width: 100%;
		height: 48vw;
		max-height: 280px;
		min-height: 190px;
	}
	.clinic-contents-6 {
		width: 100%;
		height: 48vw;
		max-height: 280px;
		min-height: 190px;
	}
	.clinic-contents-title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.clinic-contents-title span {
		font-size: 20px;
	}
	.clinic-contents-text1 {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 1.56px;
	}
	.clinic-contents-text2 {
		max-width: 90%;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 1.56px;
	}
	.leaves1 {
		width: 74.6px;
		height: 34.43px;
		top: -17.21px;
		left: 20px;
	}
	.index-contents-title {
		max-width: 90%;
		font-size: 25px;
		letter-spacing: 3px;
	}
	.concept-top {
		margin-bottom: 20px;
	}
	.concept-top-maintext {
		font-size: 25px;
		max-width: 90%;
		text-align: center;
		margin: 20px auto;
	}
	.concept-top-text {
		font-size: 13px;
		max-width: 90%;
	}
	.concept-main-block {
		max-width: 90%;
		margin: 20px auto 0;
	}
	.concept-block-1 {
		width: 300px;
		height: 122px;
		background-image: url(images/concept-sp.png);
		background-size: 100% 100%;
	}
	.concept-block-2,.concept-block-3 {
		display: none;
	}
	.concept-main-back {
		margin-top: -28px;
	}
	.concept-back-1,.concept-back-2 {
		width: 50%;
		height: 24.6vw;
	}
	.concept-back-3 {
		display: none;
	}
	.concept-main-text {
		margin-top: 10px;
		max-width: 90%;
	}
	.concept-main-text h4 {
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 33px;
	}
	.concept-main-text p {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.leaves2 {
		width: 74.6px;
		height: 34.43px;
		top: -17.21px;
		right: 20px;
	}
	.greeting-flex {
		display: block;
	}
	.greeting-img {
		width: 80vw;
		height: 72vw;
		margin: 10px 0 0 10%;
	}
	.greeting-textbox {
		width: 90%;
		margin: 25px auto;	
	}
	.greeting-text-title {
		font-size: 16px;
		letter-spacing: 1.92px;
		line-height: 25px;
	}
	.greeting-text {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 22px;
	}

	.page-title {
		height: 160px;
	}
	.page-title p {
		font-size: 25px;
		letter-spacing: 3px;
	}
	.contents-title {
		font-size: 22px;
		letter-spacing: 2.64px;
		padding: 30px 0 0;
		margin-bottom: 30px;
	}
	.contents-title:after {
		bottom: -7.2px;
	}
	.director-img {
		width: 100%;
		height: 50.8vw;
		margin: 0 0 100px 0;
	}
	.director-img-textbox {
		top: auto;
		left: 0;
		bottom: -70px;
		transform: none;
		-webkit-transform: none;
    	-ms-transform: none;
		width: 274px;
		height: 101px;
		font-size: 16px;
		letter-spacing: 3.52px;
		line-height: 24px;
	}
	.leaves-clinic-1 {
		display: none;
	}
	.director-comment {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.hospital-concept-contents {
		width: 90%;
		margin: -60px auto 0;
		padding: 83px 0 30px;
	}
	.hospital-concept-contents h3 {
		font-size: 20px;
	}
	.hospital-concept-contents p {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}	
	.hospital-concept-flex {
		display: block;
		margin-top: 30px;
	}
	.primary-care-img {
		width: 70vw;
		height: 70vw;
		margin: 0 auto;
	}
	.hospital-concept-text {
		width: 90%;
		margin: 0 auto;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.img-separation {
		margin: 15px auto;
	}
	.img-separation-1 {
		width: 50%;
		height: 24vw;
	}
	.img-separation-2 {
		width: 50%;
		height: 24vw;
	}
	.img-separation-3 {
		display: none;
	}
	.name-origin-flex {
		display: block;
	}
	.name-origin-left {
		width: 90%;
		margin: 0 auto;
	}
	.name-origin-left img {
		width: 100%;
		height: 40vw;
	}
	.name-origin-right {
		width: 90%;
		margin: 20px auto 50px;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.time-flex {
		display: block;
		width: 100%;
	}
	.time-flex-left {
		width: 100%;
		margin: 0 auto;
	}
	.time-flex-right {
		width: 90%;
		margin: 0 auto;
	}
	.time-right-text {
		width: 90%;
		height: auto;
		margin: 30px auto;
		font-size: 15px;
		letter-spacing: 1.8px;
		white-space: unset;
		background: none;
    	text-align: center;
	}
	.time-right-explain {
		width: fit-content;
		margin: 10px auto;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.access-flex {
		display: block;
		width: 100%;
		margin: 40px auto;
	}
	.access-flex-left {
		width: 100%;
		margin: 0;
	}
	.access-left-img {
		width: 90%;
		height: 73vw;
		margin: 0 auto;
	}
	.access-left-text {
		width: 90%;
		margin: 20px auto;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.access-flex-right {
		width: 100%;
		margin: 0;
	}
	.access-right-contents {
		width: 90%;
		margin: 20px auto;
	}
	.access-right-title {
		padding: 2px 10px;
	}
	.access-right-text p {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	#cooperation {
		padding-top: 81px;
		margin-top: -81px;
		padding-bottom: 30px;
	}
	.cooperation-text {
		max-width: 90%;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.cooperation-contents {
		width: 90%;
		margin-top: 30px;
	}
	.cooperation-contents-title {
		font-size: 15px;
		letter-spacing: 1.8px;
		line-height: 25px;
		margin: 10px 0;
	}
	.cooperation-contents-text {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.schedule-box {
		width: 95%;
		margin: 20px 0 20px 5%;
		overflow: auto;
		white-space: nowrap;
		display: block;
	}
	.schedule-box iframe {
		max-width: 800px;
	}
	.schedule-table {
		width: 700px;
		margin-right: 20px;
		font-size: 13px;
		line-height: 23.76px;
	}
	.schedule-table tr {
		height: 59px;
	}
	.schedule-box::-webkit-scrollbar {
		display: block;
		height: 5px;
		margin-top: 10px;
	}
	.schedule-box::-webkit-scrollbar-track{
		background: #E6E6E6;
	}
	.schedule-box::-webkit-scrollbar-thumb {
		background: #9FBF64;
	}
	.staff-form {
		padding: 30px 0;
	}
	.staff-form-text {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.staff-form-btn {
		width: 90%;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px auto 0;
	}
	.staff-form-btn a {
		display: block;
		width: 47.5%;
		height: 60px;
		margin: 8px 0;
	}
	.form-btn {
		width: 100%;
		height: 60px;
		margin: 0;
		font-size: 15px;
		letter-spacing: 0.99px;
		line-height: 18px;
		font-weight: 700;
	}
	.staff-title-back {
		height: 105px;
	}
	.doctor-contents-title {
		width: 90%;
		height: auto;
		padding: 20px 0;
	}
	.doctor-contents-title p {
		text-align: center;
		font-size: 24px;
		letter-spacing: 2.4px;
		line-height: 35px;
	}
	.doctor-profile-flex {
		width: 100%;
		display: block;
		margin: 0;
	}
	.doctor-flex-left {
		width: 90%;
		margin: 0 auto;
	}
	.doctor-img {
		height: 60vw;
	}
	.doctor-img-sizeset {
		height: 50vw;
	}
	.doctor-award {
		display: none;
	}
	.doctor-flex-right {
		width: 90%;
		margin: 20px auto 0;
	}
	.doctor-name {
		font-size: 22px;
		letter-spacing: 2.64px;
	}
	.doctor-name span {
		font-size: 13px;
		letter-spacing: 1.56px;
	}
	.doctor-position {
		margin-top: 4px;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.doctor-career {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.doctor-career span {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 25px;
	}
	.doctor-qualification {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.doctor-qualification span {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 25px;
	}
	.doctor-comment-a {
		width: 80%;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
		padding: 5%;
		margin-top: 30px;
	}
	.doctor-comment-b {
		width: 80%;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
		padding: 5%;
		margin-top: 30px;
	}
	.doctor-comment-a:after,.doctor-comment-b:after {
		top: -35px;
	}
	.doctor-related-link {
		width: 90%;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.outpatient-form-title {
		width: 90%;
		min-width: 200px;
		margin: 18px auto 6px;
	}
	.outpatient-form-btn {
		min-width: 200px;
		width: 90%;
		flex-wrap: wrap;
	}
	.outpatient-form-btn a {
		width: 47.5%;
		margin: 8px 0;
	}
	.form-btn-a,.form-btn-b {
		width: 70%;
		padding: 0 15%;
	}
	.outpatient-title-back {
		height: 105px;
	}
	.outpatient-title-box {
		width: 90%;
		padding: 24px 0;
	}
	.outpatient-title {
		font-size: 22px;
		letter-spacing: 2.64px;
	}
	.outpatient-title:after {
		bottom: -7.2px;
	}
	.outpatient-title-explain {
		max-width: 90%;
		margin: 24px auto 0;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.outpatient-contents-box {
		padding: 30px 0;
	}
	.outpatient-contents-title {
		font-size: 22px;
		letter-spacing: 2.64px;
	}
	.outpatient-contents-flex {
		width: 90%;
		margin: 20px auto 0;
		display: block;
	}
	.outpatient-contents-img {
		width: 100%;
		height: 60vw;
	}
	.outpatient-contents-text {
		width: 100%;
		margin: 20px 0;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.vc-title-back {
		height: 105px;
	}
	.vc-title-box {
		width: 90%;
		padding: 24px 0;
	}
	.vc-title {
		font-size: 22px;
		letter-spacing: 2.64px;
	}
	.vc-title:after {
		bottom: -7.2px;
	}
	.vc-title-explain {
		max-width: 90%;
		margin: 24px auto 0;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.vc-contents-flex {
		width: 90%;
		margin: 20px auto 0;
		display: block;
	}
	.vc-contents-box {
		padding: 30px 0;
	}
	.vc-contents-img {
		width: 100%;
		height: auto;
	}
	.vc-contents-img img {
		height: 60vw;
	}
	.vc-contents-img-low img {
		height: 50vw;
	}
	.vc-contents-text {
		width: 100%;
		margin: 20px 0;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.vc-green-contents-a {
		width: 80%;
		padding: 5%;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.vc-green-contents-b {
		width: 90%;
		padding: 5%;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.what-daycare {
		padding: 30px 0;
	}
	.what-daycare-text {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.daycare-difference {
		padding: 30px 0;
	}
	.daycare-contents-title {
		font-size: 22px;
		letter-spacing: 2.64px;
		line-height: 33px;
	}
	.daycare-difference-block img {
		width: 306px;
		height: 135px;
	}
	.daycare-difference-box {
		width: 80%;
		margin: -76.5px auto 0;
		padding: 100px 5% 30px;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.daycare-target {
		padding: 30px 0;
	}
	.daycare-target-text {
		font-size: 16px;
		letter-spacing: 1.92px;
	}
	.daycare-target-text img {
		width: 20px;
		height: 20px;
		padding: 14px 10px 0 0;
	}
	.daycare-target-text span {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.daycare-border {
		width: 90%;
		margin: 30px auto;
	}
	.daycare-target-flex {
		width: 90%;
	}
	.daycare-target-block {
		width: 100%;
		margin: 20px 0;
	}
	.daycare-target-block-title {
		padding:  4px 40px;
	}
	.daycare-target-block-text {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.daycare-titlebox {
		padding-top: 70px;
	}
	.daycare-titlebox-inner {
		width: 80%;
		padding: 20px 5%;
	}
	.daycare-titlebox-explain {
		max-width: 100%;
		width: 100%;
		margin: 25px 0 0;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.daycare-title-back {
		height: 461px;
		margin: -431px 0 0;
	}
	.daycare-price {
		padding: 40px 0;
	}
	.daycare-price-flex {
		width: 90%;
		display: block;
		margin: 20px auto;
	}
	.daycare-price-left {
		width: 100%;
	}
	.daycare-price-right {
		width: 100%;
		margin-top: 20px;
	}
	.daycare-price-title {
		font-size: 13px;
		letter-spacing: 1.56px;
		font-weight: 500;
	}
	.daycare-price-table {
		width: 100%;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 23.5px;
		font-weight: 500;
	}
	.price-table-1 tr,.price-table-2 tr {
		height: 38.5px;
	}

	.inspection-title-back {
		height: 105px;
	}
	.inspection-form {
		padding: 40px 0;
	}
	.inspection-form-btn {
		width: 90%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.inspection-form-btn a {
		width: 47.5%;
		margin: 8px 0;
	}
	.medical-checkup-flex {
		width: 100%;
		font-size: 15px;
		letter-spacing: 1.8px;
	}
	.medical-checkup-margin {
		margin-top: 40px;
	}
	.medical-checkup-btn1,.medical-checkup-btn2 {
		width: 90%;
		margin: 10px auto;
	}
	#inspection {
		padding: 0 0 20px 0;
	}
	.inspection-contents-box {
		margin-bottom: 0;
	}
	.inspection-contents-flex {
		width: 100%;
		margin: 20px auto;
		display: block;
	}
	.inspection-contents-img {
		width: 90%;
		height: 60vw;
		margin: 20px auto;
	}
	.inspection-contents-text {
		max-width: 100%;
		width: 90%;
		margin: 0 auto;
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.inspection-contents-text span {
		display: block;
		margin-bottom: 10px;
		font-size: 22px;
		letter-spacing: 2.64px;
	}
	#vaccine {
		padding: 0 0 20px 0;
	}
	.vaccine-title {
		width: 90%;
		font-size: 22px;
		letter-spacing: 2.64px;
	}
	.news-box {
		width: 90%;
		display: block;
		padding: 10px 0;
	}
	.news-date {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 25px;
	}
	.news-title {
		font-size: 15px;
		letter-spacing: 1.8px;
		line-height: 33px;
	}
	.single-all {
		padding-top: 20px;
	}
	.single-date {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.single-title {
		font-size: 22px;
		letter-spacing: 2.64px;
		line-height: 33px;
	}
	.single-contents {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
	.green-border {
		width: 90%;
	}
	.another-clinic-flex {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.another-clinic-link {
		width: 90%;
		height: 55px;
		margin: 10px auto;
		font-size: 18px;
		letter-spacing: 2.13px;
	}
	.another-innerlink {
		margin-right: 5%;
	}
}

@media screen and (max-width:423px) {
	.footer-left {
		justify-content: space-between;
	}
	.footer-right {
		width: 90%;
	}
}

.m-a {
	margin-left: auto;
	margin-right: auto;
}
.tac {
	text-align: center;
}
.contents-title .elementor-widget-container {
	font-weight: 700;
}
.doctor-comment-a.nurse-comment {
	width: 90%;
	margin-left: 0;
}
.footer-whiteline {
	display: flex;
	align-items: center;
}
.footer-whiteline::before {
	content: '';
	width: 12px;
	height: 2px;
	margin-right: 4px;
	background-color: #fff;
}
a .form-btn,a .form-btn-a,a .form-btn-b {
	color: #fff;
}
@media screen and (max-width:780px) {
	.scroll-side::-webkit-scrollbar {
		display: block;
		height: 16px;
		border-radius: 8px;
		margin-top: 4px;
	}
	.scroll-side::-webkit-scrollbar-track{
		background: #999999;
		border-radius: 8px;
	}
	.scroll-side::-webkit-scrollbar-thumb {
		background: #E6E6E6;
		border-radius: 8px;
	}
	.scroll-side {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}
table#ysnix,table#ysnix table{
	border-collapse: collapse;
}
table#ysnix td{
	border:none;
}
table.MsoNormalTable{
	font-size:13.9px;
}
p.MsoNormal{
	margin:0;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:13.9px;
}
table#ysnix .gsx-x0{
	width:180.5px;
	border:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x1{
	width:74.1px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x2{
	width:143.6px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid black;
	    padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x3{
	width:180.5px;
	border:1px solid #000;
	border-top:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x4{
	width:74.1px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x5{
	width:138.5px;
	border:none;
	border-bottom:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x6{
	width:5.1px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x7{
	width:71.2px;
	border:none;
	border-bottom:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x8{
	width:72.3px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x9{
	width:74.3px;
	border:none;
	border-bottom:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x10{
	width:69.2px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x11{
	width:180.5px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x12{
	width:74.1px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x13{
	width:138.5px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x14{
	width:5.1px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x15{
	width:71.2px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x16{
	width:72.3px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x17{
	width:74.3px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x18{
	width:69.2px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x19{
	width:180.5px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:none;
	border-right:none;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x20{
	width:74.1px;
	border:none;
	border-top:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x21{
	width:138.5px;
	border:none;
	border-top:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x22{
	width:5.1px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x23{
	width:71.2px;
	border:none;
	border-top:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x24{
	width:72.3px;
	border:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x25{
	width:74.3px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x26{
	width:69.2px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x27{
	width:180.5px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x28{
	width:74.1px;
	border:none;
	border-bottom:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x29{
	width:72.3px;
	border:1px solid #000;
	border-top:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x30{
	width:74.3px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x31{
	width:254.6px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	  border-right:none;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x32{
	width:71.2px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x33{
	width:180.5px;
	border:none;
	border-left:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x34{
	width:5.1px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x35{
	width:72.3px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x36{
	width:254.6px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:none;
	border-right:none;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x37{
	width:71.2px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x38{
	width:72.3px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x39{
	width:74.3px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x40{
	width:69.2px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ysnix .gsx-x41{
	width:393.2px;
	border:1px solid #000;
	border-right:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x42{
	width:5.1px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x43{
	width:71.2px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x44{
	width:72.3px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x45{
	width:393.2px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	  border-right:none;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x46{
	width:398.3px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	  border-right:1px solid black;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ysnix .gsx-x47{
	text-align:center;
}
table#ysnix .gsx-x48{
	text-align:left;
}
table#ysnix .gsx-x49{
	font-size:15.9px;
}
table#ysnix .gsx-x50{
	font-size:13.3px;
	color:black;
}
table#ysnix .gsx-x51{
	font-size:10.6px;
	color:black;
}
table#ysnix .gsx-x52{
	font-size:13.3px;
	  color:black;
}
table#ytona,table#ytona table{
	border-collapse: collapse;
	max-width: 100%;
}
table#ytona td{
	border:none;
}
table.MsoNormalTable{
	font-size:13.9px;
}
p.MsoNormal{
	margin:0;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:13.9px;
}
table#ytona .gsx-x0{
	width:180.5px;
	border:1px solid #000;
	border-bottom:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x1{
	width:217.7px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:none;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x2{
	width:71.2px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:none;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x3{
	width:72.3px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:none;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x4{
	width:74.3px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:none;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x5{
	width:69.2px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x6{
	width:180.5px;
	border:1px solid #000;
	border-top:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x7{
	width:74.1px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x8{
	width:143.6px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid black;
	    padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#ytona .gsx-x9{
	width:143.6px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid black;
	      padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x10{
	width:143.6px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid black;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x11{
	width:180.5px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x12{
	width:74.1px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x13{
	width:138.5px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x14{
	width:5.1px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x15{
	width:71.2px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x16{
	width:72.3px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x17{
	width:74.3px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x18{
	width:69.2px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#ytona .gsx-x19{
	text-align:center;
}
table#ytona .gsx-x20{
	text-align:left;
}
table#ytona .gsx-x21{
	font-size:13.3px;
	color:black;
}

table#qdcmr,table#qdcmr table{
	border-collapse: collapse;
	max-width: 100%;
}
table#qdcmr td{
	border:none;
}
table.MsoNormalTable{
	font-size:13.9px;
}
p.MsoNormal{
	margin:0;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:13.9px;
}
table#qdcmr .gsx-x0{
	width:398.3px;
	border-top:#000;
	border-left:#000;
	border-bottom:black;
	border-right:black;
	  border-style:solid;
	border-width:1px;
	  padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x1{
	width:71.2px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:1px solid black;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x2{
	width:72.3px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x3{
	width:74.3px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x4{
	width:69.2px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x5{
	width:72.3px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x6{
	width:74.3px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x7{
	width:69.2px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x8{
	width:398.3px;
	border:none;
	border-left:1px solid #000;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x9{
	width:71.2px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:none;
	border-right:1px solid #000;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x10{
	width:72.3px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x11{
	width:74.3px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x12{
	width:69.2px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:none;
	border-right:1px solid #000;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x13{
	width:393.2px;
	border:none;
	border-left:1px solid #000;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x14{
	width:5.1px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x15{
	width:254.6px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	  border-right:none;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x16{
	width:143.6px;
	border:none;
	border-bottom:1px solid #000;
	  padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x17{
	width:71.2px;
	border:1px solid #000;
	border-top:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x18{
	width:74.3px;
	border:none;
	border-bottom:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x19{
	width:69.2px;
	border:1px solid #000;
	border-top:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x20{
	width:398.3px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:none;
	border-right:1px solid black;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x21{
	width:71.2px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x22{
	width:74.3px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x23{
	width:69.2px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x24{
	width:5.1px;
	border:none;
	border-right:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x25{
	width:143.6px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid black;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x26{
	width:71.2px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x27{
	width:398.3px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	  border-right:1px solid black;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x28{
	width:398.3px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:none;
	border-right:1px solid black;
	      padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x29{
	width:72.3px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x30{
	width:74.3px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x31{
	width:69.2px;
	border-top:1px solid #000;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x32{
	width:180.5px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x33{
	width:74.1px;
	border:none;
	border-bottom:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x34{
	width:398.3px;
	border:1px solid #000;
	border-right:1px solid black;
	  padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x35{
	width:71.2px;
	border:1px solid #000;
	border-left:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x36{
	width:71.2px;
	border:none;
	border-bottom:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x37{
	width:72.3px;
	border:1px solid #000;
	border-top:none;
	padding:  0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x38{
	width:393.2px;
	border-top:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	  border-right:none;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x39{
	width:5.1px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	    padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x40{
	width:180.5px;
	border:none;
	border-left:1px solid #000;
	padding:0 6.5px 0 6.5px;
	  height:24.9px;
}
table#qdcmr .gsx-x41{
	width:74.1px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x42{
	width:138.5px;
	padding:0 6.5px 0 6.5px;
	height:24.9px;
}
table#qdcmr .gsx-x43{
	text-align:center;
}
table#qdcmr .gsx-x44{
	text-align:left;
}
table#qdcmr .gsx-x45{
	font-size:13.3px;
	color:black;
}
table#qdcmr .gsx-x46{
	font-size:10.6px;
	color:black;
}
table#qdcmr .gsx-x47{
	font-size:13.3px;
	  color:black;
}

.elementor-element#medical-checkup,.elementor-element#inspection,.elementor-element#vaccine {
	padding-bottom: 0;
}

.contents-title.pm-0 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.elementor-widget-container .medical-checkup-btn1,.elementor-widget-container .medical-checkup-btn2 {
	max-width: 100%;
	width: 100%;
}
.elementor-widget-container .medical-checkup-btn1 .btn-inner,.elementor-widget-container .medical-checkup-btn2 .btn-inner {
	width: 100%;
}
.elementor-widget-container .medical-checkup-btn1 label,.elementor-widget-container .medical-checkup-btn2 label {
	width: 100%;
}
.elementor-widget-container .form-btn-a,.elementor-widget-container .form-btn-b,.elementor-widget-container .form-btn {
	width: 100%;
}
.elementor-widget-wrap .fs-28-22 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.36px;
	line-height: 36px;
	color: #9FBF64;
}
.elementor-widget-wrap .fs-28-22 .elementor-widget-container p {
	margin-top: 0;
	margin-bottom: 0;
	color: #9FBF64;
}
.elementor-widget-wrap .fs-18-13 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 24px;
}
.elementor-widget-wrap .fs-18-13 .elementor-widget-container p {
	margin-top: 0;
	margin-bottom: 0;
}
.elementor-element.vc-green-contents-a,.elementor-element.vc-green-contents-b {
	margin-top: 0;
}
@media screen and (max-width:767px) {
	.elementor-widget-wrap .fs-28-22 {
		font-size: 22px;
		letter-spacing: 2.64px;
		line-height: 28px;
	}
	.elementor-widget-wrap .fs-18-13 {
		font-size: 13px;
		letter-spacing: 1.56px;
		line-height: 20px;
	}
}