.c5-repairParts a:hover,
.c5-repairParts a{
	text-decoration: none;
}

.c5-ancMenu{
	margin: 0 0 20px 0;
	padding: 30px 0 0 0;
	width: 100%;
	display: table;

}

.c5-border{
    max-width: 736px;
    margin-top: 20px;
    border: 1px solid #2f353d;
    padding: 20px;
}

@media (max-width:639px) {
	.c5-ancMenu{
		display: block;
	}
}

.c5-ancMenu li{
text-align: center;
display: table-cell;
width: 12.5%;
margin: 0;
list-style: none;
vertical-align: top;
font-size: 0.8rem;
padding: 0 5px;
border-right: 1px solid #e4e7ec;
}

	@media screen and (max-width: 767px){
		.c5-ancMenu li{
			font-size: 0.8rem;
		}
	}
	@media (max-width:639px) {
		.c5-ancMenu li{
			font-size: 0.8rem;
			display: block;
			width: 100%;
			text-align: left;
			clear: both;
			border-bottom: 1px solid #e4e7ec;
			overflow: hidden;
			border-right: none;
			padding: 10px 0;
		}
	}
	.c5-ancMenu li:last-child{
		border-right: none;
	}
	@media (max-width:639px) {
		.c5-ancMenu li:last-child{
			border-bottom: none;
		}
	}
	.c5-ancMenu li a{
		opacity: 1;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.c5-ancMenu li a:hover{
		opacity: 0.7;
	}
	.c5-ancMenu li a img{
		max-width: 100%;
	}
	@media (max-width:639px) {
		.c5-ancMenu li a img{
			float: left;
			width: 50px;
			margin-right: 20px;
		}
	}


/*

.s5-table2

*/
.s5-table2 .s5-table2__photo{
	text-align: center;
}
@media (max-width:639px) {
.s5-table2 .s5-table2__photo{
	text-align: left;
	/*background: #fbfbfd;*/
}
}
.s5-table2 .s5-table2__photo img{
	width: 100px;
}
	.s5-table2 .s5-supportRepairParts__storeButtonContainer{
		margin-bottom: 10px;
	}

ul.c5-repairParts__type{
	font-size: 0.8rem;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
	ul.c5-repairParts__type li{
		margin: 0 0 0 20px;
		padding: 0;
		/*float: left;*/
		width: 40%;

	}
	@media (max-width:1120px) {
		ul.c5-repairParts__type li{
			/*width: 100%;*/
		}
	}
	@media (max-width:1100px) {
		ul.c5-repairParts__type li{
			/*width: 130px;*/
		}
	}
	@media (max-width:400px) {
		ul.c5-repairParts__type li{
			width: 100%;
		}
	}

[data-s5-support-repair-api-button]+a{
	display: none;
}

.c5-repairParts__daiyoHanyo .s5-supportRepairParts__storeButton{
	display: none;	
}

#List td.order .s5-storeButton,
#List td.order .s5-secondaryButton{
	width: 100%;
	text-align: left;
  text-indent: -7px;
  padding-left: 31px;
}
#List td.order .s5-storeButton:before,
#List td.order .s5-secondaryButton:before{
	margin: 0 0.4em .05em 0;	
}


#List .c5-repairParts__priceXml {
	font-size: 1rem;
}

#List span.s5-supportRepairParts__storePrice {
	font-weight: normal;
}

#List span.s5-supportRepairParts__storeUnit {
	font-weight: normal;
	font-size: 1rem;
}

#List [data-s5-support-repair-api-price] {
	margin-right: -5px;
}

@media screen and (max-width: 639px) {
	#List .s5-table2 tr:nth-child(odd) td,
	#List .s5-table2 tr:nth-child(odd) th{
		background-color: #F1f4f8;
	}
}


#keyword_search {
	height: 40px;
}
	#keyword_search .s5-icon-down:before {
		font-size: 120%;
		margin-right: 4px;
		vertical-align: inherit;
		transform: rotate(90deg);
	}

/*2022/11/15追記*/
@media (max-width:640px) {
	.s5--alignRight{
		text-align: left!important;
	}
}

/*2022/11/30追記*/
.t-indent1 {
    text-indent: -1em;
    margin-left: 1em;
}
.t-indent1 a {
    text-indent: 0;
}

/* 2023/6/13追記 */
.c5-ancMenu {
	display: block;
}

.c5-ancMenu li {
	display: inline-block;
	margin-bottom: 1.5em;
}

/* .c5-ancMenu li a {
    position: relative;
} */

.newicon {
    background: #ee0000;
    color: #fff;
    font-weight: bold;
    padding: 1px 3px 0.5px;
    font-size: .7rem;
    /* margin-left: 8px;
	position: absolute;
    top: 0;
    left: 105px;*/
}

@media screen and (max-width: 640px){
	.newicon {
		/* position: unset; */
		margin-left: 0;
	}
	
	.c5-ancMenu li {
		margin-bottom: 0;
	}
}


/* 20240125 */
.linkFree {
    color: #007a6e;
}
.linkFree:hover {
    color: #5cc9bf !important;
    text-decoration: underline !important;
}

/* 20240219 */
.c5-circle::before {
	content: "";
	display: inline-block;
	width: 0.8em ;
	height: 0.8em;
	border-radius: 50%;
	background-color: black;
	margin-right: 0.2em;
}

img.s5-iconInline {
    padding-right: 0.2em;
}

.t-indent2 {
    text-indent: -1.2em;
    margin-left: 1.2em;
}

/* 20240625 */
.notice {
    border: solid 1px #ee0000;
    padding: 14px 10px;
    margin: 1em 0 2em;
}
