@charset "utf-8";
/* CSS Document */
#contents {
	padding: 30px 8px;
}
@media (min-width: 600px) {
#contents {
	padding: 50px 0px;
}
}
.repairnavi .list .item {
	display: flex;
	flex-direction: column;
}
.repairnavi .list .item a {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	color: #000;
	text-decoration: none;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.repairnavi .list .item a h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
}
.repairnavi .list .item a .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #F2F2F3;
	margin-bottom: 0.5em;
}
.repairnavi .list .item a .txt {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	padding: 8px;
}
.repairnavi .list .item a .txt .link {
	margin-top: auto;
	align-self: flex-end;
  color: rgba(0,167,60,1);
  border: 1px solid  rgba(0,167,60,1);
  background-color: rgba(0,167,60,0.05);
	padding: 0.2em 2em;
	font-size: 70%;
	font-weight: bold;
}
.repairnavi .link_repairnavi {
	text-align: right;
	font-size: 80%;
}
@media (min-width: 600px) {
.repairnavi .list .item .img {
	height: 200px;
}
.repairnavi .list .item a:hover {
  background-color: rgba(0,167,60,0.05);
	opacity: 0.7;
}
}
.repairnavi .detail h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
	background-color: #0075C2;
	color: #FFF;
	padding: 0.2em;
	border-radius: 4px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
}
.repairnavi .detail dl {
	margin-bottom: 30px;
}
.repairnavi .detail dl dt {
	font-weight: bold;
	background-color: #F2F2F3;
	text-align: left;
	padding: 8px;
}
.repairnavi .detail dl dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px;
	text-align: left;
}
.repairnavi .detail .photo {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 30px;
}
.repairnavi .detail .photo .item {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-color: #EEE;
	padding: 15px;
	border-radius: 4px;
}
.repairnavi .detail .photo .item .img {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 8px;
}
.repairnavi .detail .photo .item .text {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;

}
@media (min-width: 600px) {
.repairnavi .detail h4 {
	max-width: 850px;
	margin: 0 auto 30px;
	font-size: 30px;
}
.repairnavi .detail dl {
	max-width: 850px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
}
.repairnavi .detail dl dt {
	padding: 15px;
	flex-basis: 200px;
	border-bottom: 1px dotted #999;
}
.repairnavi .detail dl dd {
	padding: 15px;
	flex-basis: 650px;
	border-bottom: 1px dotted #999;
}
.repairnavi .detail .photo {
	max-width: 850px;
	margin: 0 auto 30px;
}
.repairnavi .detail .photo > div {
	flex-basis: calc(33.3% - 5.33px);
}
}

