@charset "shift_jis";
/* CSS Document */

#repair {
	width:750px;
	line-height:180%;
	padding-left:10px;
	font-size:110%;
    margin: 0 auto;
}
#repair p.blue {
	color:#0066FF;
	font-weight:700;
}
#repair h3 {
	padding-bottom:20px;
}
#repair h4 {
	color: #333;
	font-weight: 700;
	padding-top:25px;
	padding-bottom:18px;
}
#repair > ul {
	color:#F00;
	padding-left:20px;
}
#repair > ul > li {
	list-style-type: disc;
}
#repair table {
	margin-top:30px;
}

/* 20230228 追加 */
.title_txt {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	border-left: solid #000 5px;
	padding: 10px!important;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.title_txt > span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.flow_repair {
	position: relative;
	width: 100%;
}
.flow_repair > dl {
	position: relative;
	width: 100%;
	margin-top: 40px;
}
.flow_repair > dl:not(:last-child)::after {
	position: relative;
	left: calc(50% - 6px);
	bottom: -20px;
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	border-right: solid 3px #7e7c7f;
	border-bottom: solid 3px #7e7c7f;
	transform: rotate(45deg);
}

.flow_repair > dl > dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	border-bottom: solid 1px #7e7c7f;
	margin-bottom: 1em;
}
.flow_repair > dl > dt > span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1;
	background-color: #7e7c7f;
	padding: 10px 20px;
	margin: 0 0.5em 0 0;
}

/* アイリスオーヤマの商品について */
.box_irisohyama {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.box_irisohyama > dl {
	display: flex;
	flex-direction: column;
	width: calc((100% - 20px)/2);
	background-color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
}
.box_irisohyama > dl > dt {
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1em;
}
.box_irisohyama > dl > dt > a {
	font-size: 16px;
	font-weight: 700;
}
.box_irisohyama > dl > dd {
	font-size: 13px;
}
.box_irisohyama > dl > dd:nth-of-type(n+2) {
	margin-top: 1em;
}
.box_irisohyama > dl > dd > span {
	font-weight: bold;
}

/* 電話 */
.box_call {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.box_call > dt {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	padding-left: 48px;
	background: url(/IMAGE/common/icon/support.png) no-repeat left bottom;
	background-size: 48px auto;
	margin-bottom: 0.25em;
}
.box_call > dt > span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.box_call > dd > table {
	width: 100%;
	border-collapse: collapse;
	margin: 0!important;
	border: solid 1px #ddd;
}
.box_call > dd > table th,
.box_call > dd > table td {
	padding: 5px 10px;
	vertical-align: top;
}
.box_call > dd > table tr:nth-of-type(n+2) th,
.box_call > dd > table tr:nth-of-type(n+2) td {
	padding-top: 0;
}
.box_call > dd > table thead th {
	background-color:#ddd;
}
.box_call > dd > table tbody th {
	width: 35%;
}

/* お問い合わせボタン */
.flow_repair .btn {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.flow_repair .btn a {
	position: relative;
	display: block;
	line-height: 1;
	text-align: center;
	border: solid 1px #7e7c7f;
	padding: 1em 0;
	box-sizing: border-box;
	margin-top: 10px;
}
.flow_repair .btn a::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 5%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #7e7c7f;
	border-right: solid 2px #7e7c7f;
	transform: rotate(45deg);
}
.flow_repair .btn a:hover::after {
	right: 4%;
}