@charset "UTF-8";
.red {
	color: #f00;
}
.font-b {
	font-weight: 700;
}

#cycle-header {
	background: #c5ecfb;
}
@media (max-width: 768px){
	#cycle-header {
		margin-top: 50px;
	}
}

.main-heading:after {
	background: url(../images/repair_icon_low.png) no-repeat;
	width: 36px;
	height: 38px;
	top: 14px;
}
.repair-cont {
	margin: 0;
	padding: 50px 0 10px 0;
}

.repair-cont.list.general {
	background-color: #f0f0f0;
}
.repair-cont.list.sports {
	background-color: #dfdfdf;
	margin-bottom: 70px;
}


h4.type {
	position: relative;
	color: #fff;
	background-color: #32a4ec;
	border-radius: 5px;
	font-size: 18pt;
	padding-top: 9px;
	padding-left: 60px;
	height: 45px;
}
h4.type:before {
	position: absolute;
	width: 25px;
	height: 26px;
	left: 16px;
	top: 12px;
}
h4.type > span {
	font-size: 12pt;
	margin-left: 20px;
}

.general h4.type {
	background-color: #32a4ec;
}
.general h4.type:before {
	content: url(../images/repair_icon_low_blue.png);
}
.sports h4.type {
	background-color: #31a7ab;
}
.sports h4.type:before {
	content: url(../images/repair_icon_low_green.png);
}


h4.kind {
	position: relative;

	color: #32a4ec;
	font-size: 18px;
	margin: -40px 0 5px 0;
	padding-top: 60px;
}

h4.kind img {
	width: 95px;
	height: 68px;
}
h4.kind span {
	position: absolute;
	top: 80px;
	left: 100px;
	margin-left: 10px;

	font-weight: bold;
}

.general h4.kind img {
	border: #32a4ec 2px solid;
}
.sports h4.kind img {
	border: #31a7ab 2px solid;
}

.general h4.kind {
	color: #32a4ec;
	font-weight: bold;
}
.sports h4.kind {
	color: #31a7ab;
	font-weight: bold;
}

h4.kind > span.remark {
	color: #444;
	font-size: 14px;
	left: 276px;
	top : 85px;
}


.repair-linkbox {
	padding: 20px 0px;
	margin-bottom: 30px;
}
.repair-linkbox ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.repair-linkbox li {
	max-width: calc(23.25%);
	margin-bottom: 20px;
}

.repair-linkbox li a {
	width: 100%;
}
.repair-linkbox li a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.repair-linkbox li span {
	/*display: inline-block;
	vertical-align: middle;*/
	line-height: 27px;
	font-size: 14px;
	/* padding-left: 14px; */
}
.repair-linkbox li span:before {
	content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #32a4ec;
    border-radius:  50%;
		margin-right: 7px;
}
.general .repair-linkbox li span:before {
    background-color: #32a4ec;
}
.sports .repair-linkbox li span:before {
    background-color: #31a7ab;
}


.repair-linkbox li img {
	border: #32a4ec 2px solid;
	width: 100%;
	height: auto;
}
.general .repair-linkbox li img {
	border-color: #32a4ec;
}
.sports .repair-linkbox li img {
	border-color: #31a7ab;
}


.repair-box {
	margin-bottom: 30px;
	width: 100%;
}
/* SP版での表の横スクロール設定 */
@media (max-width: 768px) {
	.repair-box .scroll {
		float: none;
		overflow: auto;
	}
	.repair-box .scroll table {
		width: 700px;
		float: none;
	}
}

.repair-table {
	margin-bottom: 15px;
	background-color: #fff;
	border: #32a4ec 2px solid;
	width: 100%;
	min-width: 950px;
}
.repair-table th {
	text-align: center;
}
.repair-table th.works {
	width: auto;
}
.repair-table th.price {
	width: 65px;
}
.repair-table th.remark {
	width: 310px!important;
	width: 290px!important;
}

.repair-table td.works {
	font-weight: bold;
}
.repair-table td.works.sub {
	text-align: center;
}

.repair-table td.basic-price {
	font-weight: bold;
	color: #bc1b8f;
	font-size: 14px;
	text-align: end;
}
/*
.repair-table td.basic-price + td {
	font-weight: normal;
	color: #000;
	font-size: 13px;
	text-align: end;
}
*/

.repair-table td.price {
	font-weight: normal;
	color: #000;
	font-size: 13px;
	text-align: end;
}

.repair-table th,
.repair-table td {
	padding: 10px;
}
.repair-table th,
.repair-table td {
	border: #32a4ec 1px solid;
}
.repair-table thead {
	background-color: #daf1f9;
}

.general .repair-table thead {
	background-color: #daf1f9;
}
.general .repair-table,
.general .repair-table th,
.general .repair-table td {
	border-color: #32a4ec;
}
.sports .repair-table thead {
	background-color: #e1f1f2;
}
.sports .repair-table,
.sports .repair-table th,
.sports .repair-table td  {
	border-color: #31a7ab;
}


@media (max-width: 1000px) {
	.cycle-inner {
		margin: 0 1.5rem;
	}

}

@media (max-width: 768px){
	.cycle-inner {
		margin: 0 10px;
	}
	.repair-linkbox li {
		max-width: calc(31%);
	}
	.repair-linkbox li span {
    display: block;
		line-height: 14px;
    font-size: 12px;
    padding-top: 8px;
		padding-left:1em;
		text-indent:-1em;
	}
	.repair-box {
		margin-bottom: 20px;
	}
	.repair-box li {
		float: none;
		width: 100%;
	}
	.repair-box li + li {
		margin-top: 10px;
	}
	.repair-box li a {
		width: auto;
		height: 70px;
		line-height: 70px;
		padding-bottom: 10px;
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	.return-btn {
		padding: 0 20px;
	}


	h4.type {
		position: relative;
		color: #fff;
		background-color: #32a4ec;
		border-radius: 5px;
		font-size: 14pt;
		padding-top: 13px;
		padding-left: 45px;
		height: 35px;
	}
	h4.type:before {
		position: absolute;
		width: 25px;
		height: 26px;
		left: 10px;
		top: 11px;
	}
	h4.type > span {
		font-size: 10pt;
		margin-left: 8px;
	}
	h4.kind > span.remark_p {
		top : 70px;
	}
	h4.kind > span.remark {
		color: #444;
		font-size: 12px;
		left: 100px;
		top : 100px;
	}
	

}


@media (max-width: 600px){
	.cycle-inner {
		margin: 0 10px;
	}

	.repair-linkbox ul {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
	}
	.repair-linkbox li {
		max-width: calc(31%);
	}
}

@media (max-width: 400px){
	.repair-linkbox li {
		max-width: calc(47%);
	}
}