/*----------------display: block;-----------------*/
section,h1,h2,h3,h4{ display: block;}

/*----------------list-style-type: none;-----------------*/

ol,ul,dl{ margin: 0; list-style-type: none; margin-block-start: 0; margin-block-end: 0; padding-inline-start: 0;}


img{ vertical-align:bottom; height: auto;}

ul li, dl dt, dl dd{list-style-type: none;}

a.anchor{
	display: block;
	margin-top:-35px;
	padding-top:35px;
}

/*=============================
	  wrapに指定
=============================*/

#tokusyuu_wrap{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	vertical-align: baseline;
	list-style:none;
	box-sizing: border-box;
	color: #333333!important;
}

/*=============================
	 conrainerに指定
=============================*/

#tokusyuu_container{
	margin: 0 auto;
	padding-bottom: 40px;
	width: 850px;
	height: auto;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Times New Roman", Sans-Serif;
	color: #333333;
	font-size: 18px;
	line-height: 32px!important;
	letter-spacing: 0px;
}


/* main-visual */

h1.main_visual{
	margin-bottom: 75px;
	width: 850px;
	height: 898px;
	background-image: url(https://denzai-land.com/pic-labo/repair_parts_main_visual.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom: 10px solid #255296;
}

.red_strong{
	font-weight: bold;
	color: #ff3600;
}

p.intro_text{
	margin: 0 auto 50px auto;
	width: 800px;
	line-height: 32px;
}


.red_strong_underline{
	font-weight: bold;
	color: #ff3600;
	background:linear-gradient(transparent 55%, #fffc00 0%);
}


/* 選定基準 */

section.selection_criteria h2{
	margin-bottom: 24px;
	width: 100%;
	min-height: 82px;
	border-top: 5px solid #255296;
	border-bottom: 5px solid #255296;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #255296;
}

section.selection_criteria h2 span{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 78px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.selection_criteria_box{
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}

.selection_criteria_list_box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	width: 100%;
	height: 110px;
	background-color: #f1f6fe;
}

.selection_criteria_list_box h5{
	font-size: 20px;
	font-weight: bold;
	color: #255296;
}




.product_contents_box h4.products_title{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #ff9000;
	font-weight: bold;
	text-align: left;
}
.product_contents_box h4.products_title:before{
	position: relative;
	top: 6px;
	margin-left: 15px;
	margin-right: 12px;
	content: "";
	display: inline-block;
	width: 9px;
	height: 28px;
	background-color: #ff9000;
}


/* 製品 */

section.product_box{
	padding-top: 10px;
	margin-bottom: 70px;
}

.product_contents_box{
	margin: 0 auto 20px auto;
	border: 3px solid #ff9000;
	box-shadow: 3px 3px 5px 0px rgba(107, 107, 107, 0.4);
	width: 820px;
}

.product_contents_box img{
	display: block;
	margin: 0 auto 16px auto;
	text-align: center;
}

.product_contents_box .title_box{
	box-sizing: border-box;
}

.product_contents_box .title_box h3{
	padding: 20px 20px 0 20px;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	color: #ff9000;
}
.product_contents_box .title_box h3 a{
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	color: #ff9000;
	text-decoration: none;
}

.product_contents_box h4{
	margin-bottom: 40px;
	text-align: center;
	font-size: 26px;
	color: #ff9000;
}

.product_contents_box h4.products_title{
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #ff9000;
	font-weight: bold;
	text-align: left;
}
.product_contents_box h4.products_title:before{
	position: relative;
	top: 6px;
	margin-left: 15px;
	margin-right: 12px;
	content: "";
	display: inline-block;
	width: 9px;
	height: 28px;
	background-color: #ff9000;
}

ul.products_model_list{
	margin-left: 30px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

li.products_model_list_item{
	margin: 0 15px 10px 0;
	padding: 10px 15px;
	width: auto;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #287001;
	background-color: #c8ebb6;
	border-radius: 4px;
}

a.repair_parts_image{
	margin: 0 auto;
	display: block;
	width: 300px;
}

.contact p{
	margin-bottom: 35px;
	text-align: center;
	font-size: 20px;
}

a{
	transition : all 0.3s ease 0s;
}

a:hover{
	opacity: 0.7;
}