<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 */

/*****サービス*****/

ul.servicetype-list {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	
	display: flex;
	justify-content: space-between;
}

ul.servicetype-list li.servicetype-item {
	width: 24.5%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 120%;
}

ul.servicetype-list li.servicetype-item a {
	width: 90%;
	height: 100%;
	display: block;
	margin: 0 auto;
	padding: 30px 5%;
	color: #000000;
	text-decoration: none;
}

ul.servicetype-list li.servicetype-item h3.st-title {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 135%;
	font-weight: bold;
	line-height: 120%;
	color: #0f2d69;
}

ul.servicetype-list li.servicetype-item .st-icon {
	width: 40%;
	margin: 0 auto 15px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.servicetype-list li.servicetype-item .st-desc {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 80%;
	line-height: 180%;
}

ul.servicetype-list li.servicetype-item .st-morebn {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 180%;
	background-color: #0f2d69;
	color: #FFFFFF;
	border-radius: 30px;
}

.service-pricelist-btn {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	background-color: #0f2d69;
	border-radius: 10px;
}

.service-pricelist-btn a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 30px 0;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}


/*****修理を依頼される前に*****/

.kyocho {
	font-size: 120%;
	font-weight: bold;
	display: contents;
}


/*****修理対象商品*****/

.repair-taisho-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.repair-intro-txt {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	line-height:210%;
	text-align: center;
}

.repair-taisho-area ul.repair-taisho-list {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	
	display: flex;
	justify-content: space-between;
} 

.repair-taisho-area ul.repair-taisho-list li.repair-taisho-item {
	width: 16%;
	background-color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
}

ul.repair-taisho-list li.repair-taisho-item .rti-img {
	width: 50%;
	margin: 0 auto 10px;
}

ul.repair-taisho-list li.repair-taisho-item .rti-name {
	width: 90%;
	margin: 0 auto;
	font-size: 70%;
	line-height: 120%;
	font-weight:bold;
}

.repair-taisho-info {
	width: 95%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 210%;
}

.repair-taisho-info a {
	text-decoration: underline;
}

.repair-shop-title {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
}

.repair-shop-info {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: normal;
}

.smol {
	font-size: 80%;
	font-weight: normal;
}


/*****修理の時にお持ちいただくもの*****/

ul.bring-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.bring-list li.bring-item {
	width: 31%;
	background-color: #f0f0f0;
	margin: 0 .5% 15px;
	padding: 10px 0 50px;
}

ul.bring-list li.bring-item .bring-img {
	width: 50%;
	margin: 0 auto;
	padding: 0;
}

ul.bring-list li.bring-item .bring-desc {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	font-size: 90%;
	line-height: 180%;
}

/*****メーカー修理について*****/

.maker-wrap {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	font-size: 80%;
	line-height: 120%;
}

.maker-wrap .mw-l {
	width: 14%;
}

.maker-wrap .mw-r {
	width: 85%;
	font-size: 90%;
}

.maker-wrap .mw-r a {
	text-decoration: underline;
}

/*****修理の納期*****/

ul.repair-nouki-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.repair-nouki-list li.r-nouki-item {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.repair-nouki-list li.r-nouki-item h3.repair-nouki-hdr {
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #dcdcdc;
	font-size: 120%;
	font-weight: bold;
	color: #2c4b79;
}

ul.repair-nouki-list li.r-nouki-item .rn-mds {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
} 

ul.repair-nouki-list li.r-nouki-item .rn-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: normal;
} 

/*****修理の流れ*****/

ul.repair-flow-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: none;
}

ul.repair-flow-list li.r-flow-item {
	width: 95%;
	margin: 0 auto 50px;
	padding: 30px 2.5%;
	position: relative;
	overflow: visible;
	background-color: #FFFFFF;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.repair-flow-list li.r-flow-item:after {
	content: url("../img/repair/flow-triangle.png");
	position: absolute;
	bottom: -48px;
	left: 43%;
	z-index: 10;
}

ul.repair-flow-list li.r-flow-item:last-child:after {
	content: none;
}

ul.repair-flow-list li.r-flow-item .rf-stepnum {
	width: 10%;
}

ul.repair-flow-list li.r-flow-item .rf-txt {
	width: 70%;
}

.rf-txt dl.flow-step {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	font-weight: bold;
	color: #2c4b79;
}

.rf-txt dd.flow-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.repair-flow-list li.r-flow-item .rf-img {
	width: 15%;
}

/*****よくある質問*****/

ul.repair-quest-list {
	width: 100%;
	margin: 0; 
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.repair-quest-list li.r-quest-item {
	width: 90%;
	margin: 0 auto 20px;
	padding: 20px 5%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

ul.repair-quest-list li.r-quest-item:last-child {
	margin: 0 auto;
}

ul.repair-quest-list li.r-quest-item:nth-child(odd){
	background-color: #f1f6ff;
}

li.r-quest-item dl.r-question {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	line-height: 260%;
	border-bottom: solid 1px #dcdcdc;
	align-items: center;
}

li.r-quest-item dl.r-question:before {
	content: url("../img/qanda-icon.png");
	float: left;
	margin: 0 10px 0 0;
}

li.r-quest-item dd.r-answer {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
}</pre></body></html>