@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

#sub01 a {
	text-decoration: underline;
}

#sub01 a:hover {
	text-decoration: none;
}

.btn-arrow {
	border: 2px solid #707070;
	text-align: center;
	margin-top: 2rem;
}

.btn-arrow a {
	display: block;
	padding: 1em;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}

.btn-arrow a:hover {
	text-decoration: none;
}

.btn-arrow a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: .7em;
	height: .7em;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	transform: rotate(45deg) translateY(-50%);
}

.caution-title {
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	height: 3rem;
	padding-left: 2.4em;
	display: flex;
	align-items: center;
	position: relative;
}

.caution-title::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1.2em;
	height: 1.2em;
	background-image: url('/restricted/support/manual/air_purifier/kcm511/common/images/icon-caution.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.caution-sub-title {
	font-weight: 700;
	padding-left: 2em;
	position: relative;
}

.caution-sub-title::before {
	content: '';
	display: inline-block;
	width: 1.7em;
	height: 1.7em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('/restricted/support/manual/air_purifier/kcm511/common/images/icon-plug.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#caution .text-container {
	border: 1px solid #000;
	margin-top: 0;
	padding: 1em;
}

#caution .text {
	margin-top: 1rem;
}

.sub-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 2rem;
	position: relative;
	padding-left: .7em;
}

.sub-title::before {
	content: '';
	display: block;
	width: 3px;
	height: 16px;
	background: #000;
	position: absolute;
	top: .2em;
	left: 0;
}

.bg-gray {
	margin-top: 2rem;
	background: #E5E5E5;
	padding: 1em .7em;
}

/* intro */
.main-section {
	padding-bottom: 0;
}

/* sub01 */
table.table-option {
	width: 100%;
	margin-top: 1.6rem;
	border-collapse: separate;
	border-spacing: 0;
}

table.table-option th {
	width: 25%;
	vertical-align: top;
}

table.table-option tr:last-child td {
	width: 100%;
}

table.table-option th,
table.table-option td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #B2B2B2;
}

.img-container {
	width: 80%;
	max-width: 420px;
	margin: 2rem auto 0;
}

/* sub02 */
.bg-gray ul.disc {
	margin-top: 1rem;
}

/* sub03 */
#sub03 .sub-title:nth-of-type(2) {
	margin-top: 4rem;
}

.other-section .title {
	font-size: 1.4rem;
	font-weight: 700;
	height: 40px;
	padding-left: .7em;
	display: flex;
	align-items: center;
	background: #E5E5E5;
}

.other-section .title:not(:first-of-type) {
	margin-top: 3rem;
}

.other-section ul.disc>li {
	margin-top: 1rem;
}

.title.icon-check {
	position: relative;
	padding-left: 4rem;
}

.title.icon-check::before {
	content: '';
	width: 35px;
	height: 35px;
	background-image: url('./images/icon-check.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
}

.other-section .font-bold {
	margin-top: 1rem;
}

.has-arrow {
	margin-top: 1em;
	padding-top: 3rem;
	position: relative;
}

.has-arrow::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #b2b2b2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}