<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.area {
	border-bottom: 1px solid #00bcf5;
	margin-bottom: 20px;
	font-weight: bold;
}

.area:before {
	content: "\f0ac";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 2em;
	vertical-align: middle;
	color: #00bcf5;
}

.region {
	margin-bottom: 3em;
}

.district {
	padding: .2em .5em;
	font-weight: bold;
}


#table {
	width: 100%;
}

#table td,
#table th {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

#table th {
	font-weight: bold;
}

#table thead th {
	background: #e6e6e6;
	font-weight: 100;
}

#table th:nth-of-type(1) {
	width: 64%;
}

#table th:nth-of-type(2) {
	width: 18%;
}

#table th:nth-of-type(3) {
	width: 18%;
}

#table img {
	vertical-align: middle;
	padding: 5px 0;
	transition: .3s;
}

#table img:hover {
	opacity: 0.3;
}

.hard_box {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	flex-wrap: wrap;
	text-align: center;
}

.hard_box div {
	width: calc(97%/3);
}

.solution_box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-gap: 30px 10px;
	align-items: baseline;
	text-align: center;
}

.medical_box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	grid-gap: 30px 10px;
	align-items: baseline;
	text-align: center;
}

.hard_box img,
.partner_box img,
.medical_box img {
	width: 100%;
	height: 30px;
	object-fit: contain;
}

.toriatukai_box {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	text-align: center;
}

.text_jtb {
	font-size: 2.4rem;
	margin: 0 0 0px;
	white-space: nowrap;
}

.logo_small {
	max-width: 70px;
}

.logo_xsmall {
	max-width: 80px;
}

.logo_xxsmall {
	max-width: 100px;
}

.logo_medium {
	max-width: 120px;
}

.logo_xmedium {
	max-width: 130px;
}

.logo_xxmedium {
	max-width: 140px;
}

.logo_large {
	max-width: 150px;
}

.logo_xlarge {
	max-width: 150px;
}

.logo_xxlarge {
	max-width: 180px;
}

.partner_inner {
	padding: 0 30px;
}

.indexContent {
	margin: 0px auto 0em;
}

.Ttlcontent h1.h1_partner {
	margin: 5% 0;
}

.flex_partner_menu,
.flex_partner {
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.flex_partner_menu div {
	width: 31%;
	/*border-left:8px solid #060;*/
	/*border-bottom:5px solid #91C173;*/
	font-size: 1.4rem;
	font-weight: bold;
	margin: 2rem 0;
	line-height: 1.4;
	/*background-color: #c6e6b2;*/
}

.flex_partner_menu div a {
	color: #ffffff;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 40px;
	margin: auto;
	padding: .5rem 1rem;
	font-weight: bold;
	background: rgb(106, 168, 79);
	background: linear-gradient(to top, rgb(106, 168, 79), #A2C98D);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	transition: .3s;
	border: 1px solid #fff;
}

.flex_partner_menu div a span {
	padding-left: 1rem;
}

.flex_partner_menu div a:hover {
	/*	color: rgb(255, 255, 255);
	opacity: 0.7;*/
	color: rgb(106, 168, 79);
	border: 1px solid rgb(106, 168, 79);
	background: rgb(255, 255, 255);
}

.partner_h6 {
	font-size: 1.4rem;
	background-color: #060;
	padding: 2% 1%;
	color: #ffffff;
	width: 90%;
	margin: 0 auto;
}

.MT_30 {
	margin-top: 20px;
}


/*表*/
ul li {
	list-style: none;
}

ul.partner_table {
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.partner_table li:nth-of-type(1) {
	display: none;
}

.partner_table li:nth-of-type(2) {
	border-left: 1px solid #333;
	width: 40%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.partner_table li:nth-of-type(2) img {
	width: 100%;
	max-width: 150px;
	height: 100%;
	max-height: 22px;
	object-fit: contain;
}

.partner_table li:nth-of-type(2) a {
	transition: .3s;
}

.partner_table li:nth-of-type(2) a:hover {
	opacity: 0.3;
}

.partner_table li:nth-of-type(3) {
	border-right: 1px solid #333;
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.partner_table li:nth-of-type(4) {
	/*width: 10%;*/
	display: none;
}

.partner_table li {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	padding: 1%;
}

.partner_table li:first-child {
	border-left: 1px solid #333;
}

.partner_table .last_line {
	border-bottom: 1px solid #333;
}

.come_jun {
	width: 95%;
	text-align: right;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	.pagetop {
		bottom: 0;
	}

	#table {
		display: block;
	}

	#table thead {
		display: none;
	}

	#table tbody {
		display: block;
	}

	#table tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}

	#table tbody th,
	#table tbody td {
		display: block;
		border: none;
	}

	#table tbody th {
		margin-bottom: 5px;
		list-style-type: none;
		color: #000;
		text-align: left;
	}

	#table th:nth-of-type(1),
	#table th:nth-of-type(2),
	#table th:nth-of-type(3) {
		width: 100%;
	}

	#table tbody td {
		margin-left: 0px;
		padding: 0;
		text-align: left;
	}

	#table tbody tr td:last-of-type {
		border-bottom: 1px solid;
		padding: 0 0 10px;
	}


	#table td,
	#table th {
		padding: 0px;
		box-sizing: border-box;
		padding-left: 1em;
	}

	#table tbody td:nth-of-type(1):before {
		content: "　[所在地]";
		margin-right: 1em;
	}

	#table tbody td:nth-of-type(2):before {
		content: "[電話番号]";
		margin-right: 1em;
	}

	#table.area_all tbody td:nth-of-type(1):before {
		content: "　[電話番号]";
		margin-right: 1em;
	}

	.district {
		background: #e0fcff;
	}

	.col2Content .side {
		height: auto;
	}

	.hard_box div,
	.toriatukai_box div {
		width: 100%;
		margin: 0 0 30px;
	}

	.hard_box div:last-of-type,
	.toriatukai_box div:last-of-type {
		margin: 0;
	}

	.solution_box {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}

	.toriatukai_box div {
		width: 100%;
		margin: 0 0 30px;
	}

	.mb-20-sp {
		margin-bottom: 2rem !important;
	}

	.Ttlcontent h1.h1_partner {
		margin: 3rem 0;
	}

	.partner_h6 {
		width: 100%;
	}

	.flex_partner_menu,
	.flex_partner {
		flex-direction: column;
	}

	.flex_partner_menu div {
		/*border-left:5px solid #060;*/
		width: 100%;
		padding: 0;
		margin: 0 0 1.5rem 0;
	}

	.pconly {
		display: none;
	}

	.flex_partner_menu div a {
		padding: 1rem 1rem;
	}

	ul.partner_table {
		width: 100%;
	}

	.partner_table li:nth-of-type(1) {
		display: none;
	}

	.partner_table li:nth-of-type(2) {
		width: 40%;
		border-left: 1px solid #333;
		/*align-items:flex-start;*/
	}

	.partner_table li:nth-of-type(2) p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.partner_table li:nth-of-type(3) {
		width: 60%;
		border-right: 1px solid #333;
	}

	.partner_table li:nth-of-type(3) p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.partner_table li:nth-of-type(4) {
		display: none;
	}

	.partner_table li:nth-of-type(2) img {
		width: 100%;
		max-width: 100px;
		height: 100%;
		max-height: 20px;
	}

	.come_jun {
		width: 100%;
	}
}
</pre></body></html>