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

.for-pc {
	display: none;
}

.for-sp {
	display: block;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

sup {
	font-size: 70%;
	vertical-align: baseline;
}

em {
	font-style: normal;
	font-weight: bold;
}

.inner {
	max-width: 1100px;
	margin: auto;
	padding-bottom: 1px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.for-pc {
		display: block;
	}

	.for-sp {
		display: none;
	}
}

/*--------------
	header
--------------*/
#header {
	background: #fff;
}

#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2.6666666667vw 0.6666666667vw 1.8666666667vw;
  height: 17.0666666667vw;
}

#header .header_logoLink {
	padding: 8px 0 0 0;
	height: 50px;
}

#header .header_logo {
	width: 17.3333333333vw;
	height: auto;
}

#header .nav_wrap {
}

#header .nav_wrap .nav_bnr .bnr img {
	width: 38.2666666667vw;
	height: auto;
}

@media screen and (min-width: 768px) {
	#header {
		background: #fff;
		height: auto;
	}

	#header .header_logoLink {
		padding: 15px 0px;
		height: auto;
	}

	#header .header_logo {
		width: 65px;
		height: auto;
		vertical-align: bottom;
	}

  #header .nav_wrap .nav_bnr .bnr img {
    width: 143.5px;
  }

  #header .inner {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 64px;
  }
}

/*--------------
	introductionArea
--------------*/
#introductionArea {
	padding: 25px 10px 0;
	background-color: #e3e3e3;
}

#introductionArea .bnrSpace {
}

#introductionArea .bnrSpace li {
	margin-bottom: 20px;
	padding: 22px 25px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 3px 0px rgba(213, 209, 197, 0.4);
}

#introductionArea .bnrSpace li:last-child {
	margin-bottom: 0;
}

#introductionArea .bnrSpace li .name {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

#introductionArea .bnrSpace li .name .fs {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

#introductionArea .bnrSpace li .address {
	font-size: 12px;
	font-weight: bold;
}

#introductionArea .bnrSpace li .tel {
	margin-top: 1em;
	font-size: 12px;
	font-weight: bold;
}

#introductionArea .bnrSpace li .contact {
	display: flex;
	align-items: center;
}

#introductionArea .bnrSpace li .contact dt {
	padding: 8px;
	width: 75px;
	background-color: #c8151d;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.4;
}

#introductionArea .bnrSpace li .contact dd {
	flex: 1;
	margin-left: 15px;
	font-size: 13px;
	word-break: break-all;
	line-height: 1.4;
}

#introductionArea .bnrSpace li .contact dd a {
	color: #c8151d;
}

#introductionArea .attentionArea {
	margin: 35px 0 0;
}

#introductionArea .attentionArea h2 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#introductionArea .attentionArea table {
	border: 1px solid #acacac
}

#introductionArea .attentionArea table th,
#introductionArea .attentionArea table td {
	padding: 15px 12px;
	background-color: #fff;
	border: 1px solid #acacac;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

#introductionArea .attentionArea table th {
	width: 95px;
}

#introductionArea .attentionArea table .fs {
	font-weight: normal;
	font-size: 11px;
}

#introductionArea .attentionArea table ul li {
	margin-left: 18px;
	list-style-type: disc;
}

#introductionArea .attentionArea table .etcText {
	text-align: right;
}

#introductionArea .attentionArea .text01 {
	margin: 20px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	#introductionArea {
		padding: 50px 0 0;
		background-color: #e3e3e3;
	}

	#introductionArea .bnrSpace {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#introductionArea .bnrSpace li {
		margin-bottom: 0;
		padding: 60px 45px;
		width: 49%;
	}

	#introductionArea .bnrSpace li .name {
		margin-bottom: 15px;
		font-size: 26px;
		font-weight: bold;
	}

	#introductionArea .bnrSpace li .name .fs {
		margin-bottom: 10px;
		font-size: 19px;
	}

	#introductionArea .bnrSpace li .contact dt {
		padding: 8px 13px;
		width: 105px;
		font-size: 12px;
	}

	#introductionArea .bnrSpace li .contact dd {
		font-size: 16px;
		word-break: break-all;
	}

	#introductionArea .attentionArea {
		margin: 50px 0 0;
	}

	#introductionArea .attentionArea h2 {
	}

	#introductionArea .attentionArea table th,
	#introductionArea .attentionArea table td {
		padding: 25px 15px;
		font-size: 14px;
	}

	#introductionArea .attentionArea table th {
		width: 230px;
	}

	#introductionArea .attentionArea table .fs {
		font-size: 13px;
	}

	#introductionArea .attentionArea .text01 {
		line-height: 1.8;
	}
}

/*--------------
	insuranceNumber
--------------*/
.insuranceNumber {
	padding: 20px 10px 50px;
	background: #e3e3e3;
}

.insuranceNumber .textArea p {
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.insuranceNumber {
		padding: 35px 0;
	}
	.insuranceNumber .textArea p {
		color: #000;
		font-size: 12px;
		margin: 0;
	}
}

/*--------------
	footer
--------------*/

#footer .copyright {
	background: #CC0022;
}

#footer .copyright p {
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
}

#footer .copyright .inner {
	padding: 0 60px;
}

.btn_top {
	display: block;
	background: #4d7288;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -40px;
	right: 10px;
}

.btn_top:before {
	background: none;
	content: "";
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
}

@media screen and (min-width: 768px) {
	#footer .copyright .inner {
		padding: 0 0;
	}

	#footer .copyright p {
		font-size: 10px;
		padding: 30px 0;
	}

	.btn_top {
		display: block;
		background: #4d7288;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -40px;
		right: 11px;
	}

	.btn_top:before {
		background: none;
		content: "";
		width: 18px;
		height: 18px;
		border: 0px;
		border-top: solid 4px #fff;
		border-right: solid 4px #fff;
		transform: rotate(-45deg);
		position: absolute;
		top: calc(50% - 4px);
		left: 11px;
	}
}

@media screen and (min-width: 1100px) {
	#footer .area1 .inner .text_area {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.handling-txt {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .handling-txt {
    font-size: 16px;
  }
}
</pre></body></html>