@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold
}

img {
	max-width: 100%;

}

#contents {
	margin-top: 91px;
}

.fontB {
	font-weight: bold;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb05 {
	margin-bottom: 0.5em !important;
}

.mt1 {
	margin-top: 1em !important;
}

.mb1 {
	margin-bottom: 1em !important;
}

.maincolor {
	color: var(--main);
}

.addpad1 {
	padding: 0.5em;
	box-sizing: border-box;
}

.pink {
	color: var(--pink);
}

.text-left,
.text-left li {
	text-align: left !important;
}

.letter1 {
	letter-spacing: var(--letter1) !important;
}

.tablew20 {
	width: 20%;
}

.textunderline {
	border-bottom: 2px solid var(--pink);
	display: -webkit-inline-box;
}

.page .content {
	font-size: clamp(14px, 1.6vw, 18px);
}

.page .content a:link,
.page .content a:visited {
	color: var(--main);
	text-decoration: underline;
}

.page .content a:hover {
	color: var(--main);
	text-decoration: none;
}

.page_wrapper .wrapper .content article h1,
.page_wrapper .wrapper .content article h2,
.page_wrapper .wrapper .content article h3,
.page_wrapper .wrapper .content article h4,
.page_wrapper .wrapper .content article h5,
.page_wrapper .wrapper .content article h6 {
	font-size: 120%;
}

/*circle namber list*/
@counter-style circled-decimal {
	system: fixed;
	symbols: '❶' '❷' '❸' '❹' '❺' '❻' '❼' '❽' '❾' '❿';
	suffix: ' ';
}

.circle-list {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: cnum;
}

.circle-list li {
	position: relative;
	padding-left: 1.5em;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	letter-spacing: var(--letter80);
	border-bottom: 0.25px solid #524741;
	text-align: justify;
}

.circle-list li:last-child {
	border-bottom: none;
}

.circle-list li::before {
	counter-increment: cnum;
	content: counter(cnum, circled-decimal);
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main);
}

/*dotlist*/
.dot-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dot-list li {
	position: relative;
	margin-bottom: 1.625em;
	text-align: justify;
}

.dot-list li::before {
	content: "◉";
	position: relative;
	line-height: 1;
	color: var(--main);
	padding-right: 0.3em;
}

.dot-list2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dot-list2 li {
	position: relative;
	margin-bottom: 1.7em;
	text-align: justify;
	padding-left: 1.4em;
}

.dot-list2 li::before {
	content: "◉";
	position: absolute;
	line-height: 1;
	color: var(--pink);
	padding-right: 0.3em;
	left: 0;
	top: 0.3em;
}

.dot-list3 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dot-list3 li {
	position: relative;
	margin-bottom: 0.2em;
	text-align: justify;
	padding-left: 1em;
}

.dot-list3 li::before {
	content: "・";
	position: absolute;
	line-height: 1;
	left: 0;
	top: 0.3em;
	padding-right: 0.3em;
}

.limb0 li {
	margin-bottom: 0;
}

/*table*/
caption {
	caption-side: bottom;
	padding: 10px;
}

/*table style 1*/
.tablestyle1 {
	border: 1px solid #767676;
	border-collapse: collapse;
}

.tablestyle1 th {
	background: var(--bg1);
	text-align: center;
	width: clamp(100px, 22vw, 295px);
	font-weight: bold;
}

.tablestyle1 th,
.tablestyle1 td {
	padding: 2.5% 5%;
	border: 1px solid #767676;
	border-right: 0;
	border-left: 0;
}

table caption {
	padding-left: 0;
}

.tablestyle2 {
	border: 1px solid #767676;
	border-collapse: collapse;
}

.tablestyle2 th {
	background: var(--bg1);
	text-align: left;
	line-height: 1.4;
	width: 55%;
	font-weight: bold;
}

.tablestyle2 th,
.tablestyle2 td {
	padding: 2%;
	border: 1px solid #767676;
	letter-spacing: 0;
}

.tablestyle2 td {
	text-align: center;
}

.tablestyle2 th small {
	display: block;
	margin-top: 5px;
}

.w60 {
	width: 60% !important;
}

/**パンクズ**/
.breadcrumb li {
	color: #666;
}

.breadcrumb ul {
	display: flex;
	padding: 1rem 3rem 3rem;
}

.breadcrumb li:first-child img {
	position: relative;
	top: -4px;
}

.breadcrumb ul li a {
	color: #666;
	text-decoration: none;
	font-size: 15px;
}

.breadcrumb ul li a::after {
	content: '';
	background: url("../img/blog/SVG/breadclumb_arrow.svg")no-repeat;
	display: inline-block;
	width: 5px;
	height: 11px;
	padding: 0 0.3rem;
	margin-left: 1rem;
}

.kasouinner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	height: 100%;
	background: var(--main);
	color: var(--wt);
	min-height: 195px;
}

.kasouinner h1 {
	font-size: clamp(23px, 2.5vw, 30px);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	letter-spacing: var(--letter80);
	line-height: 1.2;
}

.kasouinner h1 span {
	font-size: clamp(11px, 1.6vw, 18px);
	display: block;
	padding-top: 0.5em;
}

.kasouinner .pageeyecatch img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page_wrapper {
	padding-bottom: 80px;
}

.page_wrapper .wrapper .content h2 {
	background: var(--main);
	color: var(--wt);
	padding: 18px 30px;
	font-size: clamp(18px, 2vw, 27px);
	line-height: 1;
	margin-bottom: 0.3em;
}

.page_wrapper .wrapper .content article {
	padding: 20px 30px;
	font-size: clamp(14px, 1.6vw, 18px);
	line-height: 1.625;
	letter-spacing: var(--letter80);
	margin-bottom: 1em;
}

.page_wrapper .wrapper .content article p {
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.8;
}

h1.has-icon {
	display: flex;
	flex-direction: row;
}

/*infect*/
.infect .kasou-wrapper h1 .iconhead {
	width: 65px;
	height: 65px;
	margin-right: 0.5em;
}

.infect .kasou-wrapper h1 {
	flex-direction: row;
}

.infect .page_wrapper .wrapper .content h2 {
	background: var(--pink);
}

.infect .dot-list2 {
	margin-bottom: 2em;
}

/*arterial-infusion*/
.arterial-infusion .flowimg dl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
	margin-bottom: 2em;
}

.arterial-infusion .page_wrapper .wrapper .content h2 {
	background: var(--main);
}

.arterial-infusion .flowimg dl dd {
	position: relative;
	text-align: justify;
}

.arterial-infusion .flowimg dl dd h4 {
	color: var(--main);
	border-bottom: 1px solid #000;
	margin-bottom: 0.4em;
	font-size: clamp(18px, 2.3vw, 25px);
	padding: 0 0;
	line-height: 1.4;
}

.arterial-infusion .flowimg dl dd::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	background: url("../img/page/SVG/arterial-flowicon.svg") no-repeat;
	height: 76px;
	width: 65px;
	display: block;
}

.arterial-infusion .flowimg dl:last-child dd::after {
	display: none;
}

/*medical-check*/
.page_wrapper .wrapper .content h2 {
	background: var(--pink);
}

.page_wrapper .wrapper .content strong {
	color: var(--pink);
	font-weight: bold;
	display: block;
}

.page_wrapper .wrapper .content .mclead {
	font-size: clamp(14px, 1.8vw, 20px);
	font-weight: bold;
	line-height: 1.68;
}

.medical-check .page_wrapper .wrapper .content .ar2 {
	margin-bottom: 2em;
}

.medical-check .page_wrapper .wrapper .content .ar2 p {
	margin-bottom: 2em;
}

.medical-check .page_wrapper .wrapper .content .ar2 table th {
	letter-spacing: 0;
	width: 15em;
	text-align: left;
	padding: 2.5% 3%;
}

.medical-check .page_wrapper .wrapper .content .ar3 .tablestyle1 th {
	padding: 2.5% 2%;
	border: 1px solid #767676;
	border-right: 0;
	border-left: 0;
	letter-spacing: 0.03em;
}

.medical-check .page_wrapper .wrapper .content .ar3 .tablestyle1 thead tr:first-child>th {
	color: var(--wt);
	background: var(--pink);
}

.medical-check .page_wrapper .wrapper .content .ar3 .tablestyle1 thead tr:first-child>td {
	background: var(--bg1);
}

.medical-check .page_wrapper .wrapper .content .ar3 .dot-list li,
.medical-check .page_wrapper .wrapper .content .ar3 .dot-list2 li {
	margin-bottom: 0;
}

.medical-check .page_wrapper .wrapper .content .ar3 .dot-list li::before,
.medical-check .page_wrapper .wrapper .content .ar3 .dot-list2 li::before {
	color: #000;
}

.option {
	margin: 2em 0;
	display: flex;
	padding: 0 1em;
	gap: 1.5em;
}

.medical-check .page_wrapper .wrapper .content .option .dot-list2 li {
	margin-bottom: 0.5em;
}

.vaccination .page_wrapper .wrapper .content article table th {
	width: auto;
	text-align: left;
	padding: 2.5% 3%;
}

.vaccination .page_wrapper .wrapper .content article table td {
	white-space: nowrap;
	text-align: right;
	width: 11em;
	padding-right: 3%;
	padding-left: 3%;
	font-weight: bold;
	letter-spacing: 0;
}

.vaccination .page_wrapper .wrapper .content article.ar2 table dl {
	display: flex;
	align-items: center;
	column-gap: 1em;

}

/* recruit*/
.recruitlink {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	gap: 20px;
	margin: 1em 0 4em;
}

.recruitlink li {
	width: 100%;
}

.recruitlink li a {
	display: block;
	width: auto;
	padding: 15px 10px;
	border-radius: 5px;
	border: 2px solid var(--main);
	font-weight: bold;
	transition: ease .6s;
}

.page .content .recruitlink li.current a:link,
.page .content .recruitlink li.current a:visited {
	background: var(--main);
	color: var(--wt);
	text-decoration: none;

}

.page .content .recruitlink a:link,
.page .content .recruitlink a:visited {
	text-decoration: none;
	color: var(--pink);
	background: var(--wt);
}

.page .content .recruitlink a:hover {
	background: var(--main);
	color: var(--wt)
}

/* tooltip-disabled 吹き出しアニメーション */
.tooltip-disabled {
	position: relative;
	cursor: not-allowed;

}

.page .content .recruitlink a.tooltip-disabled:hover {
	color: var(--pink);
	background: var(--wt);
}

.tooltip-disabled::before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	background-color: #333;
	color: #fff;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 13px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
	pointer-events: none;
	font-weight: normal;
	line-height: 1.4;
}

.tooltip-disabled::after {
	content: '';
	position: absolute;
	bottom: calc(100% + 0px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	border: 6px solid transparent;
	border-top-color: #333;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
	pointer-events: none;
}

.tooltip-disabled:hover::before,
.tooltip-disabled:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

/* スマホ用：タップで表示 */
.tooltip-disabled.tooltip-active::before,
.tooltip-disabled.tooltip-active::after {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.imglist {
	display: flex;
	gap: 3px;
	margin: 1em 0;
}

.taigu {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-bottom: 2em;
}

.taigu dl {
	background: var(--main);
	color: var(--wt);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	height: 200px;
	gap: 20px;
}

.taigu dl dt {
	height: 60px;
}

.taigu dl dd {
	height: 1em;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0;

}

.taigu dl dd small {
	display: block;
	font-weight: normal;
}

.hscale {
	position: relative;
	top: -10px;
}

.youkou dl {
	display: grid;
	grid-template-columns: 5em 1fr;
	border-top: 1px solid #7a7a7a;
	padding: 20px 10px;
	gap: clamp(30px, 5vw, 64px);
}

.youkou dl dt {
	color: var(--pink);
	font-weight: bold;
}

.maplink:link,
.maplink:visited {
	border: 1px solid #969797;
	padding: 3px 5px;
	text-align: center;
	display: inline-block;
	color: #969797 !important;
	text-decoration: none !important;
	line-height: 1.2;
	font-size: clamp(10px, 1.1vw, 12px);
	position: relative;
	top: -2px;
	font-weight: bold;
}

.page_wrapper .wrapper .content .entry {
	margin: 5em auto;
}

.page_wrapper .wrapper .content .entry h2 {
	background: none;
	text-align: center;
	color: var(--pink);
	font-family: var(--yugo);
	font-size: clamp(30px, 3.5vw, 37px);
}

.page_wrapper .wrapper .content .entry h2 span {
	display: block;
	color: var(--bk);
	font-size: clamp(14px, 1.6vw, 22px);
	margin-top: 0.7em;
}

/*feature*/
.feature .headicon {
	width: clamp(50px, 6vw, 70px);
	margin-right: 10px;
}

.feature .kikibox {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
	margin: 2em 0;
}

.kikibox dl {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.kikibox dl dt {
	width: 200px;
	min-height: 200px;
	background-color: #c6e2d0;
	border-radius: 10px 0 0 10px;
	object-fit: cover;
	align-items: center;
	display: flex;
	overflow: hidden;
	height: 100%;
}

.kikibox dl dt img {
	border-radius: 10px 0 0 10px;
	object-fit: cover;

}

.kikibox dl dd {
	flex: 1;
	background-color: #fdefe7;
	padding: 20px clamp(20px, 5vw, 70px);
	border-radius: 0 10px 10px 0;
	margin: auto 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	box-sizing: border-box;
}

.kikibox dl dd p {
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: justify;
}

.kikibox dl dt img.radiusnone {
	border-radius: 0;
}

.kikibox dl dd h3 {
	color: var(--main);
	font-size: clamp(16px, 2.3vw, 25px);
	padding: 0 0;
	line-height: 1.4;
	margin-bottom: 0.4em;
	position: relative;
	padding: 0 0;
	margin-bottom: 15px;
}

.textboxpstyle {
	font-weight: normal;
}

.page_wrapper .wrapper .content article h3.h3style {
	position: relative;
	color: var(--main);
	font-size: clamp(18px, 2.3vw, 25px);
	line-height: 1.4;
	padding: 15px 0 3px;
	margin-bottom: 15px;
}

.h3style::before {
	content: '';
	background: url(../img/page/SVG/line-border.svg) repeat-x;
	background-position: left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -7px;
}

.kikibox dl dd h3::before {
	content: '';
	background: url(../img/page/SVG/line-border.svg) repeat-x;
	background-position: left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -7px;
}




/* index form ---------------------------------------*/
.indexform {
	padding: 110px 50px 180px;
}

.indexform-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.indexform-head {
	margin-bottom: 30px;
	text-align: center;
}

.indexform-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.indexform-title img {
	display: block;
	margin-bottom: 10px;
	width: 244px;
	margin-right: 30px;
	margin: 0 auto;
}

.indexform-table {}

.indexform-table th,
.indexform-table td {
	border-top: 1px solid rgb(170 170 170 / 36%);
	padding: 20px 0;
}

.indexform-table tr:first-child th,
.indexform-table tr:first-child td {
	border-top: 1px solid rgb(170 170 170 / 36%);
}

.indexform-table tr:last-child th,
.indexform-table tr:last-child td {
	border-top: none;
}

.indexform-table th {
	width: clamp(10px, 17.5vw, 220px);
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: top;
}

.indexform-table th small {
	display: block;
	font-size: 12px;
	color: #808080;
}

.indexform-table td {
	padding-right: 220px;
}

.must {
	color: #f29772;
	margin-left: 5px;
}


.submit::after {
	right: 10px;
	width: 6px;
	height: 6px;
}

/* form area ---------------------------------------*/
.form-area .submit {
	text-align: center;
}

.namebox1 {
	display: flex;
	gap: 10px;
}

.form-nameflex {
	display: flex;

}

.form-nameflex-title {
	width: 17.5%;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}

.form-nameflex-title.is-right {
	padding: 0px 17px;
}

.form-nameflex-content {
	width: 80%;
}

.form-select {
	padding: 2.5px 5px;
	width: 87%;
}

select::-ms-expand {
	display: none;
}

.form-text {
	padding: 10px 15px;
	border: 1px solid #aaa;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

.form-text.w95 {}

.form-textarea {
	padding: 10px 15px;
	border: 1px solid #aaa;
	width: 100%;
	box-sizing: border-box;
	height: 180px;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

::placeholder {
	color: #eee;
}

.form-content-notice {
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	font-weight: 500;
	padding-top: 4px;
}

.indexform-table tr.indexform-table-submit td {
	padding-top: 40px;
}

.submit-lead {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.submit {
	display: inline-block;
	min-width: 212.5px;
	padding: 12px 24px;
	border: 1px solid #f29772;
	background-color: #f29772;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	transition: all .25s ease;
}

.submit-wrap .submit:hover,
.submit:hover {
	background: #fff;
	color: #f29772;
}

.btn-back:hover {
	background: #000;
	color: #fff;
}

.submit::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
}

.submit-wrap {
	position: relative;
	display: inline-block;
}

.mw_wp_form_preview .btn {
	display: flex;
	gap: 10px;
}

.btn-back,
.submit-wrap input.submit {
	display: inline-block;
	min-width: 212.5px;
	padding: 12px 24px;
	border: 1px solid #f29772;
	background-color: #f29772;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	transition: all .25s ease;
	padding-right: 32px;
	/* 矢印分の余白 */
}

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

.btn-back {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

/* 矢印はこちらに移動 */
.submit-wrap::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
}

.indexform-table-submit td {
	padding-top: 15px;
}

.form-text[type="text"],
.form-text[type="email"] {
	padding: 13px 5px;


}

.mw_wp_form_preview .namebox1 {
	display: flex;
	gap: 20px;
}

.mw_wp_form_preview .form-nameflex {
	display: flex;
	gap: 30px;
}



/* error ---------------------------------------*/

select.error,
input.error {
	border: 1px solid #c80000;
}

p.error,
.error {
	color: #c80000;
	padding-top: 8px;
	line-height: 1.1;
	display: block;
}

label.error {

	font-size: clamp(11px, 1.4vw, 14px);
}

@media(max-width:768px) {
	#contents {
		margin-top: 66px;
	}

	.tablew20 {
		width: 100%;
	}

	.dot-list2 li {
		margin-bottom: 1em;
		padding-left: 1.4em;
		line-height: 1.2;
	}

	.textunderline {
		padding-bottom: 4px;
	}

	.dot-list2 li::before {
		top: 0;
	}

	.tablestyle1 tr,
	.tablestyle2 tr {
		display: flex;
		flex-direction: column;
	}

	.medical-check .page_wrapper .wrapper .content .ar2 table th,
	.tablestyle1 th,
	.tablestyle2 th,
	.tablestyle1 td,
	.tablestyle2 td {
		width: 100%;
		padding: 3%;
	}

	.tablestyle2 th,
	.tablestyle2 td {
		border-bottom: 1px solid #000;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}

	.tablestyle1 th,
	.tablestyle2 th {
		border-bottom: 0;
	}

	.tablestyle1 th,
	.tablestyle1 td {
		text-align: center;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}

	.tablestyle1 tr:last-child td,
	.tablestyle2 tr:last-child td {
		border-bottom: 0;
	}

	.tablestyle2 th,
	.tablestyle2 td {
		padding: 10px 20px;
	}

	.circle-list li {
		line-height: 1.4;
	}

	.dot-list li {
		line-height: 1.7;
	}

	.dot-list3 {
		line-height: 1.5;
	}

	.dot-list3 li {
		text-align: justify;
	}

	.wrapper .inner {
		padding: 0 20px;
	}

	.breadcrumb ul {
		display: none;
	}

	.kasouinner {
		grid-template-columns: 1fr;
		padding: 3em 0;
		margin-bottom: 1.5em;
	}

	.pageeyecatch {
		display: none;
	}

	.page_wrapper .wrapper .content h2 {
		line-height: 1.33;
		padding: 10px 20px;
		margin-bottom: 0;
	}

	.page_wrapper .wrapper .content article {
		padding: 10px 15px;
		line-height: 1.8;
		letter-spacing: var(--letter20);
		margin-bottom: 1em;
	}

	.page_wrapper .wrapper .content article h3 {
		line-height: 1.375;
	}

	.kasouinner {
		min-height: 144px;
	}

	/*infect*/
	.infect .kasou-wrapper h1 .iconhead {
		width: 32px;
		height: 32px;
		margin-right: 0.5em;
	}

	/*arterial-infusion*/
	.arterial-infusion .dot-list3 {
		margin-top: 5px;
	}

	.arterial-infusion .dot-list3 li {
		line-height: 1.6;
	}

	.arterial-infusion .flowimg dl {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 2em;
	}

	.arterial-infusion .flowimg dl dd::after {
		position: relative;
		bottom: -20px;
		margin: auto;
		width: 47px;
		height: 55px;
	}

	.arterial-infusion .flowimg dl dd h4 {
		padding: 0 0 5px;
	}

	.flowimg {
		margin-bottom: 3em;
	}

	/*medial check*/
	.option {
		flex-direction: column;
		gap: 10px;
	}

	.medical-check .page_wrapper .wrapper .content .option .dot-list2 li {
		line-height: 1.78;
	}

	.medical-check .page_wrapper .wrapper .content .option .dot-list2 li::before {
		top: 5px;
	}

	.medical-check .page_wrapper .wrapper .content .ar3 .dot-list li,
	.medical-check .page_wrapper .wrapper .content .ar3 .dot-list2 li {
		letter-spacing: 0;
	}

	.medical-check .page_wrapper .wrapper .content .ar3 table thead {
		display: none;
	}

	.medical-check .page_wrapper .wrapper .content .ar3 .tablestyle1 th {
		border: 1px solid #767676;
		border-right: 0;
		border-left: 0;
		letter-spacing: 0.03em;
		border-top: 0;
		border-bottom: 0;
	}

	.medical-check .page_wrapper .wrapper .content .ar3 .tablestyle1 td {}

	/*vaccination*/
	.vaccination .page_wrapper .wrapper .content article.ar2 {
		padding-left: 0;
		padding-right: 0;
	}

	.vaccination .page_wrapper .wrapper .content article.ar2 table th {
		text-align: center;
	}

	.vaccination .page_wrapper .wrapper .content article.ar2 table td {
		width: 100%;
		padding-right: 3%;
		padding-left: 3%;
		text-align: center;
	}

	.vaccination .page_wrapper .wrapper .content article.ar2 table th dl {
		justify-content: center;
	}

	.vaccination .page_wrapper .wrapper .content article.ar2 table th dl dt {
		text-align: center;
	}

	.vaccination .page_wrapper .wrapper .content article.ar2 table th dl dd {
		display: none;
	}

	.table2col {
		display: flex;
		flex-direction: column;
		width: fit-content;
		padding: 3% 4%;
	}

	.table2col>div {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1%;
	}

	.table2col>div span:first-child {
		text-align: left;
	}

	.table2col>div span:last-child {
		text-align: right;
	}

	/* recruit*/
	.recruitlink {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		text-align: center;
		gap: 20px;
		margin: 50px 0;
	}

	.taigu {
		grid-template-columns: repeat(2, 1fr);
	}

	.taigu dl {
		height: 150px;
		gap: 10px;
	}

	.taigu dl dt img {
		height: 100%;
	}

	.hscale {
		top: 0;
	}

	.youkou dl {
		grid-template-columns: 1fr;
		border: none;
		gap: 10px;
		padding-bottom: 0;
	}

	.youkou dl dt {
		border-bottom: 1px solid #7a7a7a;
		padding-bottom: 10px;
	}

	.maplink:link,
	.maplink:visited {
		padding: 2px 3px;
		top: -1px;
	}

	/*feature*/
	.kikibox dl dt {
		width: 32%;
	}

	.kikibox dl dt img {
		border-radius: 0;
	}

	.kikibox {
		margin-top: 1em;
	}

	.kikibox dl dd h3 {
		padding-top: 0;
	}

	.kikibox dl dd p {
		letter-spacing: 0.1em;
		line-height: 1.6;
		font-size: 11px;
	}

	.imglist {
		margin: 0.5em 0;
	}


	/* index form ---------------------------------------*/
	.indexform {
		padding: 25px 27.5px 27.5px;
	}

	.indexform-head {
		margin-bottom: 10px;
	}

	.indexform-title {
		font-size: 16px;
	}

	.indexform-title img {
		width: 140px;
		margin: 0 auto;
	}

	.indexform-table,
	.indexform-table tbody,
	.indexform-table tr,
	.indexform-table th,
	.indexform-table td {
		display: block;
	}

	.indexform-table th,
	.indexform-table td {
		border-top: none;
		padding: 5px 10px;
		font-size: 16px;
	}

	.indexform-table tr:first-child th,
	.indexform-table tr:first-child td {
		border-top: 1px solid #aaa;
	}

	.indexform-table tr:last-child th,
	.indexform-table tr:last-child td {
		border-top: none;
		padding-top: 20px;
	}

	.indexform-table th {
		width: auto;
		padding: 15px 20px;
		font-size: 16px;
		background: #fff8dc;
		border-top: 1px solid #aaa;
		border-right: 1px solid #aaa;
		border-left: 1px solid #aaa;
	}

	.indexform-table td {
		padding: 15px 20px;
		border-top: 1px solid #aaa;
		border-right: 0;
		border-left: 0
	}

	.indexform-table .indexform-table-submit {
		border-top: 0;
		text-align: center;
	}

	.indexform-table .indexform-table-submit th {
		display: none
	}

	.indexform-table .indexform-table-submit td {
		border: none;
	}

	.namebox1 {

		gap: 6px;
	}

	/* form area ---------------------------------------*/
	.form-select {
		width: 100%;
	}

	.form-text {
		padding: 5px 15px;
		font-size: 16px;

		background-color: #F2F2F3;
	}

	.form-text.w95 {
		width: 100%;

	}

	.form-text[type="text"],
	.form-text[type="email"] {
		border: 1px solid #aaa;
	}

	.form-textarea {
		padding: 5px 15px;
		height: 80px;
	}

	.form-content-notice {
		font-size: 14px;
		padding-top: 5px;
	}

	.form-nameflex small {
		display: none;
	}

	.form-nameflex-content {
		width: 100%;
	}

	.form-nameflex-title.is-right {
		padding: 0;
	}

	.submit-lead {
		font-size: 15px;
		text-align: center;
		margin-bottom: 15px;
		letter-spacing: 0.03em;
	}


	.submit {
		min-width: 200px;
		padding: 14px 20px;

	}

	.submit::after {
		right: 10px;
		width: 6px;
		height: 6px;
	}

	.page_wrapper .wrapper .content .entry h2 span {
		margin-top: 5px;
		margin-bottom: 2em;
	}

	/* error ---------------------------------------*/
	select.error,
	input.error {
		border: 1px solid #c80000;
	}

	p.error {
		color: #c80000;
		padding-top: 8px;
		line-height: 1.1;
	}

	.mw_wp_form_preview .btn {
		display: flex;
		gap: 10px;
		flex-direction: column-reverse;
	}

	.btn-back,
	.submit-wrap input.submit {
		max-width: 100%;
		width: 100%;
	}


	/*feature*/
	.feature .kikibox {
		gap: 1.5em;
	}
}