@charset "utf-8";
div.page {
	font-size: 1.15em;
	line-height: 155%;
	margin: 0 auto;
	width: 940px;
}
:root {
	--dark_blue: #174287;
	--blue: #4074C4;
	--dark_gray: #222222;
	--light_gray: #F4F4F7;
	--red: #D12222;
}
div.page * {
	box-sizing: border-box;
	color: var(--dark_gray);
	text-align: left;
}
div.page a {
	color: var(--dark_blue);
	text-decoration: underline;
}
div.page p {
	margin: 0;
	padding: 0;
}
div.page h2 {
	margin: 0 0 30px 0;
	text-align: center;
}
div.page hr {
	background-image: url(https://www.mediator.co.jp/parts/user_html/web_images/page/reason/plus.png);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 57px;
	margin: 40px 0;
}
div.page .movie {
	margin: 3.5em 0 0 0;
	padding: 3em 0;
	text-align: center;
}
div.page .movie p {
	font-size: 1.55em;
	font-weight: bold;
	margin-bottom: 0.85em;
	text-align: center;
}
div.page .header .text {
	margin: 0 auto;
	width: 90%;
}
div.page .header dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 22px;
	justify-content: space-between;
	margin: 40px auto;
	padding: 0;
}
div.page .header dt {
	align-items: center;
	border: solid 1px var(--dark_blue);
	display: flex;
	font-size: 1.35em;
	font-weight: bold;
	justify-content: center;
	height: 1.8em;
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
}
div.page .header dt strong {
	color: var(--dark_blue);
}
div.page .header dd {
	margin: 0;
	padding: 0;
}
div.page .block {
	background-color: var(--light_gray);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 30px 35px;
}
div.page .block h3 {
	margin: 0 0 15px 0;
}
div.page .block .intro {
	border-bottom: solid 1px var(--dark_gray);
	margin: 0 0 17px 0;
	padding: 0 0 15px 0;
	width: 100%;
}
div.page #block01 > div:nth-of-type(2),
div.page #block01 > div:nth-of-type(3) {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0;
	width: 48%;
}
div.page #block01 > div:nth-of-type(2) p,
div.page #block01 > div:nth-of-type(3) p {
	width: 100%;
}
div.page #block01 > div:nth-of-type(2) img,
div.page #block01 > div:nth-of-type(3) img {
	margin: 15px 0 0 0;
}
div.page #block01 > div:nth-of-type(2) {
	border-right: solid 1px var(--dark_gray);
}
div.page #block01 > div:nth-of-type(3) p:last-of-type {
	text-align: center;
}
div.page .copy_product {
	background-image: url("/parts/contents/reason/copy_product_btn.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: solid 4px var(--red);
	border-radius: 10px;
	display: block;
	margin: 50px auto 0 auto;
	text-decoration: none;
	width: 835px;
}
div.page .copy_product dd {
	margin: 0;
	padding: 15px 20px;
}
div.page #block02 > div {
	width: 100%;
}
div.page #block02 h4 {
	align-items: center;
	background-color: var(--dark_gray);
	color: #FFF;
	display: flex;
	font-size: 1.55em;
	height: 2.2em;
	justify-content: center;
	margin-top: 60px;
	width: 100%;
}
div.page #block02 .qualitycheck {
	counter-reset: checklist_ttl; /* チェックリストの見出しのカウンター */
	margin: 10px 0 0 0;
}
div.page #block02 .qualitycheck h4 {
	background-color: transparent;
	height: auto;
	text-align: center;
	margin-top: 0;
}
div.page #block02 .checklist {
	counter-reset: checklist_item; /* チェックリストのカウンター */
}
div.page #block02 .checklist > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.page #block02 .checklist > div > div {
	padding: 0;
	width: 49%;
}
div.page #block02 .checklist h5 {
	align-items: center;
	background-color: var(--blue);
	color: #FFF;
	display: flex;
	font-size: 1.45em;
	height: 1.85em;
	line-height: 1.85em;
	text-align: left;
	margin: 20px 0 10px 0;
	padding: 0 5px;
}
div.page #block02 .checklist h5 span {
	background-color: var(--dark_gray);
	color: #FFF;
	margin: 0 10px 0 0;
}
div.page #block02 .checklist h5 span:before {
	align-items: center;
	content: counter(checklist_ttl); /* チェックリストの見出しのカウンター */
	counter-increment: checklist_ttl; /* チェックリストの見出しのカウンター */
	display: flex;
	justify-content: center;
	height: 30px;
	text-align: center;
	width: 35px;
}
div.page #block02 .checklist ul {
	font-size: 0.85em;
}
div.page #block02 .checklist li:before {
	content: counter(checklist_item)"."; /* チェックリストのカウンター */
	counter-increment: checklist_item; /* チェックリストのカウンター */
	padding: 0 5px 0 0;
}
div.page #block02 .checklist .all,
div.page #block02 .checklist .close {
	align-items: center;
	background-color: #FFF;
	border: solid 1px var(--dark_gray);
	color: var(--dark_gray);
	cursor: pointer;
	display: flex;
	font-size: 1.55em;
	font-weight: bold;
	justify-content: center;
	height: 2.2em;
	margin: 20px 0 0 0;
}
div.page #block02 .checklist .all:after,
div.page #block02 .checklist .close:after {
	background-image: url("/parts/contents/reason/arrow01.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 30px;
	margin: 0 0 0 7px;
	width: 30px;
}
div.page #block02 .checklist .all:after {
	background-position: right 3px top;
	transform: rotateZ(90deg);
}
div.page #block02 .checklist .close:after {
	background-position: right top;
	transform: rotateZ(-90deg);
}
div.page #block02 .rank h4 {
	margin-bottom: 25px;
}
div.page #block02 .rank > div {
	margin: 30px auto 0 auto;
	width: 90%;
}
div.page #block02 .rank h5 {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.35em;
	margin-bottom: 0.5em;
}
div.page #block02 .rank h5 span {
	font-size: 0.65em;
	font-weight: normal;
	margin-left: 0.5em;
}
div.page #block02 .rank table {
	background-color: #FFF;
	border: solid 1px #434E5D;
}
div.page #block02 .rank table th {
	background-color: #C7DBFF;
	vertical-align: top;
	width: 20%;
}
div.page #block02 .rank table td {
}
div.page #block02 .rank table th,
div.page #block02 .rank table td {
	padding: 1em;
}
div.page #block02 .rank table th {
	border-bottom: solid 1px #434E5D;
	border-right: solid 1px #434E5D;
}
div.page #block02 .rank table td {
	border-bottom: solid 1px #434E5D;
}
div.page #block02 .rank table tr:last-of-type th,
div.page #block02 .rank table tr:last-of-type td {
	border-bottom: none;
}
div.page #block02 .rank table.detail .pict {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 1em;
}
div.page #block02 .rank table.detail .pict li {
	cursor: pointer;
	margin-right: 10px;
}
div.page #block02 .rank table.detail .detail_box {
	margin-top: 2em;
}
div.page #block02 .rank table.detail .detail_box .ttl {
	background-color: var(--blue);
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	padding: 0.25em 0;
	text-align: center;
}
div.page #block02 .rank table.detail .detail_box .ttl::after {
	content: "[+]";
	margin-left: 0.5em;
}
div.page #block02 .rank table.detail .detail_box .ttl.active::after {
	content: "[-]";
}
div.page #block02 .rank table.detail .detail_box .ttl + div {
	display: none;
}
div.page #block02 .rank table.detail dl {
	margin: 0.75em 0 0 0;
}
div.page #block02 .rank table.detail dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.page #block02 .rank table.detail dd {
	margin: 0;
	padding: 0;
}
div.page .modal-container {
	background: rgba(0,0,0,60%);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 40px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	transition: .3s;
	visibility: hidden;
	width: 100%;
}
div.page .modal-container::before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
div.page .modal-container > div {
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	left: 50%;
	max-width: 595px;
	opacity: 0;
	padding: 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	width: 90%;
}
div.page .modal-container.active {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
div.page .modal-container > div.active {
	opacity: 1;
	visibility: visible;
}
div.page .modal-container .img {
	margin-bottom: 1em;
}
div.page .modal-container .modal-close {
	font-weight: bold;
	width: 100%;
}
div.page #block02 .flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.page #block02 .flow > div {
	width: 285px;
	margin: 25px 0 0 0;
}
div.page #block02 .flow h5 {
	font-size: 1.1em;
}
div.page #block02 .flow img {
	padding: 0 0 10px 0;
}
div.page #block02 .cleaning h4 + p {
	margin: 20px 0;
}
div.page #block02 .cleaning .case {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.page #block02 .cleaning .case p {
	background-image: url("/parts/contents/reason/arrow02.png");
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
	width: 425px;
}
div.page #block02 .cleaning .case span:before {
	content: "クリーニング前";
	display: block;
	font-weight: bold;
}
div.page #block02 .cleaning .case span:last-of-type:before {
	color: var(--dark_blue);
	content: "クリーニング後";
}
div.page #block03 .support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.page #block03 .support > div {
	align-items: flex-start;
	background-color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	border: solid 1px var(--dark_blue);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px 0;
	padding: 20px;
	width: 49.4%;
}
div.page #block03 .support > div:nth-of-type(1) {
	background-image: url("/parts/contents/reason/support_01.png");
}
div.page #block03 .support > div:nth-of-type(2) {
	background-image: url("/parts/contents/reason/support_02.png");
}
div.page #block03 .support > div:nth-of-type(3) {
	background-image: url("/parts/contents/reason/support_03.png");
}
div.page #block03 .support > div:nth-of-type(4) {
	background-image: url("/parts/contents/reason/support_04.png");
}
div.page #block03 .support > div:nth-of-type(5) {
	background-image: url("/parts/contents/reason/support_05.png");
}
div.page #block03 .support > div:nth-of-type(6) {
	background-image: url("/parts/contents/reason/support_06.png");
}
div.page #block03 .support > div:nth-of-type(7) {
	background-image: url("/parts/contents/reason/support_07.png");
}
div.page #block03 .support > div:nth-of-type(8) {
	background-image: url("/parts/contents/reason/support_08.png");
}
div.page #block03 .support h4 {
	align-items: center;
	color: var(--dark_blue);
	display: flex;
	flex-wrap: wrap;
	font-size: 1.95em;
	height: 2.5em;
	justify-content: flex-start;
	padding: 0 0 0 50px;
	position: relative;
	width: 100%;
}
div.page #block03 .support h4 .note {
	font-size: 0.4em;
	position: absolute;
	top: 55px;
}
div.page #block03 .support .box p {
	width: 100%;
}
div.page #block03 .support p {
	width: 240px;
}
div.page #block03 .support .btn {
	background-color: #434E5D;
	border-radius: 5px;
	height: 2.5em;
	text-align: center;
	margin: 10px 0 0 0;
	width: 100%;
}
div.page #block03 .support .btn a {
	align-items: center;
	color: #FFF;
	display: flex;
	font-size: 0.85em;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}