@charset "utf-8";
/* CSS Document */

.manual_header {
	background:#fff;
	text-align: center;
	padding:13% 0 7% 0;
}
.manual_header_h1 {
	color:#000;
	font-size: 3.7em;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	padding-bottom:0.5em;
	padding-left:0.1em;
}
.manual_header_h1:after {
	content:'';
	width:100%;
	height: 3px;
	background:#000;
	position: absolute;
	left:0;
	bottom:0;
}
.manual_header_span {
	display: block;
	overflow: hidden;
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom:1em;
	letter-spacing: 0.1em;
	line-height: 1;
}
.manual_header_span span {
	display: block;
}

.manual_recipe {
	width:100%;
	position: relative;
	background:#fff;
	padding:7% 0 10% 0;
	background:#f4f3f5;
}
.manual_recipe:before {
	content:'';
	width:100%;
	height: 4px;
	background:#f4f3f5;
	position: absolute;
	top:-2px;
	left:0;
}
.manual_recipe:after {
	content:'';
	width:100%;
	height: 4px;
	background:#f4f3f5;
	position: absolute;
	bottom:-2px;
	left:0;
}
.manual_recipe_header {
	text-align: center;
	margin-bottom:5%;
}
.manual_recipe_header_h2 {
	color:#000;
	font-size: 3.7em;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	padding:0 0.3em 0.4em 0.3em;
}
.manual_recipe_header_h2:after {
	content:'';
	width:100%;
	height: 3px;
	background:#000;
	position: absolute;
	left:0;
	bottom:0;
}
.manual_recipe_header_h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin:0.9em 0 1em 0;
	overflow: hidden;
}
.manual_recipe_header_h3 span {
	display: block;
}
.manual_recipe_header_p {
	font-size: 1.3em;
	display: inline-block;
	border:1px solid;
	padding:0.1em 1em 0 1em;
	line-height: 1.8;
}
.manual_table {
	width:80%;
	max-width:1200px;
	margin: 0 auto;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-spacing: 0;
}
.manual_table:nth-of-type(1) {
	margin-bottom:5em;
}
.manual_table th {
	border-bottom:1px solid rgba(0,0,0,.5);
	border-right:1px solid rgba(0,0,0,.5);
	font-size: 1.7em;
	padding:1% 0;
	font-weight: normal;
	width:33.3333%;
}
.manual_table th b {
	font-weight: 600;
	font-size: 1.1em;
}
.manual_table th:nth-last-of-type(1),
.manual_table td:nth-last-of-type(1){
	border-right:0;
}
.manual_table td {
	border-right:1px solid rgba(0,0,0,.5);
	font-size: 1.7em;
	letter-spacing: 0.2em;
	text-align: center;
	padding:1% 0;
	font-weight: normal;
	width:33.3333%;
	position: relative;
}
.manual_table td.big {
	font-variant-position: 200%;
}
.manual_table td p {
	display: inline-block;
	position: absolute;
	left:0;top:25%;
	font-size: 0.8em;
}
.manual_table td p span.short {
	color:#c7c8c8;
}
.manual_table td p span.midiam {
	color:#868687;
}
.manual_table td:after {
	content:'';
	width:100%;
	height: 0.3em;
	position: absolute;
	left:0;bottom:0;
	background-image: url("../images/manual/border.svg");
	background-size: contain;
	background-repeat: repeat-x;
}
.manual_table tr:nth-last-of-type(1) td:after {
	background:none
}
.manual_table_sp_txt {
	display: none
}
.manual_process {
	width:100%;
	position: relative;
	background:#fff;
	padding:8% 0 30em 0;
	background:#fff;
}
.manual_process_header {
	text-align: center;
	margin-bottom:10em;
}
.manual_process_header_h2 {
	color:#000;
	font-size: 3.7em;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	padding-bottom:0.5em;
}
.manual_process_header_h2:after {
	content:'';
	width:100%;
	height: 3px;
	background:#000;
	position: absolute;
	left:0;
	bottom:0;
}
.manual_process_header_h3 {
	font-size: 1.5em;
	overflow: hidden;
	line-height: 1;
	font-weight: 500;
	margin:1.5em 0;
}
.manual_process_header_h3 span {
	display: block;
}
.process_table {
	width:100%;
	border-spacing: 0;
}
.process_table_icon {
	width:5em;
	position: relative;
}
.process_table_icon:before {
	content:'';
	width:1px;
	height: 100%;
	background:#000;
	position: absolute;
	left:10%;
	top:0.3em;
}
.process_table_icon:after {
	content:'';
	width:1em;
	height: 1em;
	background:#000;
	position: absolute;
	left:1.35%;top:0.3em;
	border-radius: 100%;
}
.process_table_icon_last:before{
	background:none;
}
.process_table_title {
	width:47%;
	box-sizing: border-box;
	padding-right:1%;
	vertical-align: top;
	font-size: 1.5em;
	text-align: left;
	font-weight: normal;
}
.process_table_title b {
	font-weight: 600;
	display: inline-block;
	margin-right:1.5em;
	font-size: 1.1em;
}
.process_table_title span {
	border:1px solid #000;
	display: inline-block;
	margin-left:1.5em;
	line-height: 1.7;
	padding:0 0.5em;
}
.process_table_content {
	width:50%;
}
.process_table_content p {
	font-size: 1.9em;
	line-height: 2;
	letter-spacing: 0.15em;
}
.process_table_content p strong {
	font-size: 1.2em;
	font-weight: normal;
}
.process_table_content_image {
	width:100%;
	margin:8em 0;
}
.process_table_content_image>img {
	display: block;
	width:30%;
	height: auto;
	margin:0 auto;
}
.process_table_content_box {
	width:100%;
	max-width:35em;
	border:0.15em solid #251e1c;
	margin:0.8em 0;
	font-size: 1.7em;
	line-height: 1.6;
}
.process_table_content_box span {
	display: inline-block;
	font-weight: 600;
	color:#fff;
	background:#251e1c;
	padding:0 0.5em;
	margin-right: 0.5em;
	font-size: 1em;
	line-height: 1.6;
}
.process_table_content_box span c {
	font-size: 1.2em;
	margin-left:0.15em;
}
.process_table_important {
	font-size: 1.5em;
	line-height: 2;
	text-align: center;
}

.accordion {
	position: relative;
	width:80%;
	max-width:1400px;
	margin: 0 auto;
}
/* ボタン */
.accordion-btn {
	background-color: #fff;
	border: 0.2em solid #000;
	color: #000;
	background:#fff;
	border-radius: 1em;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	padding: 1em 0;
	position: absolute;
	bottom: -12em;left: 0;right: 0;margin: auto;
	transition: all .5s;
	width:13em;
	z-index: 1;
	overflow: hidden;
}
.accordion-btn::after {
	content: "VIEW MORE";
}
.accordion-btn::before {
	content:'';
	width:100%;
	height: 100%;
	background:#000;
	transform: translateX(-100%);
	position: absolute;
	left:0;top:0;
	z-index: -1;
	transition: .5s;
}
.accordion-btn:hover {
	color: #fff;
	background:#000;
}
.accordion-btn:hover:before {
	transform: translateX(0);
}
.accordion-text {
	overflow: hidden;
	position: relative;
}
.accordion-text.is-hide {
	height: 45vh;
}
.accordion-text::before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	bottom: 0;
	content: "";
	height: 60px; /* グラデーションで隠す高さ */
	position: absolute;
	width: 100%;
}
.accordion-btn.is-show {
	bottom: -10em;
}
.accordion-btn.is-show::after {
	content: "CLOSE";
}
.accordion-btn.is-show + .accordion-text::before {
	display: none;
}


.manual_faq {
	width:100%;
	position: relative;
	background:#fff;
	padding:8% 0 38em 0;
	background:#fff;
}
.manual_faq_header {
	text-align: center;
	margin-bottom:6%;
}
.manual_faq_header_h2 {
	color:#000;
	font-size: 3.7em;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	padding-bottom:0.5em;
}
.manual_faq_header_h2:after {
	content:'';
	width:100%;
	height: 3px;
	background:#000;
	position: absolute;
	left:0;
	bottom:0;
}
.manual_faq_table {
	width:100%;
	max-width:1300px;
	margin: 0 auto;
	border-spacing: 0;
}
.manual_faq_table th {
	width:50%;
	padding-right:5%;
	vertical-align: top;
	font-weight: normal;
	font-size: 2.2em;
	text-align: left;
	line-height: 2;
	box-sizing: border-box;
	position: relative;
	position: relative;
}
.faq_number {
	position: absolute;
	top:0.6em;left:0;
	display: inline-block;
	width:2em;
	height: 1.8em;
	line-height: 1.7em;
	transform: translateY(-0.2em);
	font-size: 0.7em;
	background-color:#000;
	color:#fff;
	text-align: center;
	font-weight: 600;
}
.faq_number_title {
	display: inline-block;
	width:100%;
	padding-left:2.8em;
}
.manual_faq_table td {
	width:50%;
	font-size: 2.2em;
	line-height: 2;
	padding-bottom:5em;
}
.faq_table_important {
	position: absolute;
	left:0;bottom:8em;
	width:100%;
	text-align: center;
	font-size: 1.3em;
	line-height: 2;
}


.technical_manual {
	width:100%;
	position: relative;
	background:#fff;
	padding:10% 0;
	background:#f4f3f5;
}
.technical_manual:before {
	content:'';
	width:100%;
	height: 4px;
	background:#f4f3f5;
	position: absolute;
	top:-2px;
	left:0;
}
.technical_manual:after {
	content:'';
	width:100%;
	height: 4px;
	background:#f4f3f5;
	position: absolute;
	bottom:-2px;
	left:0;
}
.technical_manual_header {
	text-align: center;
}
.technical_manual_header_h2 {
	color:#000;
	font-size: 3.7em;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	padding-bottom:0.5em;
	padding-left:0.1em;
}
.technical_manual_header_h2:after {
	content:'';
	width:100%;
	height: 3px;
	background:#000;
	position: absolute;
	left:0;
	bottom:0;
}
.technical_manual_p {
	font-size: 1.8em;
	letter-spacing: 0.1em;
	line-height:2;
	text-align: center;
	display: block;
	margin:4em 0;
}
.technical_manual_link {
	display: block;
	width:80%;
	margin: 0 auto;
}
.technical_manual_link_image {
	display: block;
	width:100%;
	max-width:750px;
	margin: 0 auto;
}
/* ボタン */
.technical_manual_link_btn {
	border: 0.2em solid #000;
	color: #000;
	background:#f4f3f5;
	border-radius: 1em;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	padding: 1em 0;
	transition: all .5s;
	width:13em;
	z-index: 1;
	overflow: hidden;
	margin:4em auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.technical_manual_link_btn svg {
	display: inline-block;
	width:1.3em;
	margin-left:0.7em;
	transition: .5s;
	height: auto;
}
.technical_manual_link_btn:before {
	content:'';
	width:100%;
	height: 100%;
	background:#000;
	transform: translateX(-100%);
	position: absolute;
	left:0;top:0;
	z-index: -1;
	transition: .5s;
}
.technical_manual_link_btn:hover {
	color: #fff;
	background:#000;
}
.technical_manual_link_btn:hover svg {
	fill:#fff;
}
.technical_manual_link_btn:hover:before {
	transform: translateX(0);
}

.manual_fix_menu {
	position: fixed;
	right:0;top:0;bottom:0;margin:auto;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	width:17em;
	height: 15em;
}
.manual_fix_menu_lists {
	width:100%;
	margin:0;
}
.manual_fix_menu_lists a {
	display: block;
}
.manual_fix_menu_lists_border {
	display: inline-block;
	width:2.8em;
	height: 2px;
	margin-right:1em;
	position: relative;
	transform: translateY(-0.3em)
}
@media screen and (max-width:1200px) {
	.manual_fix_menu {
		width:11.5%
	}
	.manual_fix_menu_lists_border {
		height: 1px;
	}
}
.manual_fix_menu_lists_border:before {
	content:'';
	width:50%;
	height: 100%;
	background:#000;
	position: absolute;right:0;top:0;
	transition: .3s;
}
.manual_fix_menu_lists_name {
	display: inline-block;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1;
}
.manual_fix_menu_lists a:hover .manual_fix_menu_lists_border:before {
	width:100%;
}
.manual_fix_menu_lists_border_recipe.select:before,
.manual_fix_menu_lists_border_process.select:before,
.manual_fix_menu_lists_border_colorchart.select:before,
.manual_fix_menu_lists_border_faq.select:before,
.manual_fix_menu_lists_border_technicalmanual.select:before{
	width:100%
}

.manual_last_contents {
	height: 15em;
	margin-bottom:10em;
	background:#f4f3f5;
}

@media screen and (max-width:1000px) {
	.manual_header {
		padding:12em 0;
	}
	.manual_fix_menu {
		display: none
	}
	.process_table_title b {
		margin-bottom:0.2em;
		display: block;
	}
	.process_table_title span {
		display: block;
		margin-left:0;
		width:7.5em;
		text-align: center;
		margin-top:0.5em;
	}
	.process_table_title {
		width:100%;
		display: block;
		padding-bottom:3em;
	}
	.process_table_content {
		width:100%;
		display: block;
		padding-bottom:5em;
	}
	.manual_faq_table th {
		width:100%;
		padding-right:0;
		margin-bottom:0.5em;
		display: block;
	}
	.manual_faq_table td {
		width:100%;
		display: block;
		padding-bottom:10%;
	}/*
	.accordion-text.is-hide {
		height: 30em;
	}*/
	.manual_table_wrapper {
		width:80%;
		margin: 0 auto;
		overflow-x: auto;
		white-space: nowrap;
	}
	.manual_table {
		width:100%;
		min-width:500px;
	}
	.manual_recipe {
		padding:12em 0 14em 0;
	}
	.manual_recipe_header {
		margin-bottom:8em;
	}
	.manual_process {
		padding:12em 0 30em 0;
	}
	.manual_process_header {
		margin-bottom:12em;
	}
	.manual_faq {
		padding:12em 0 38em 0;
	}
	.manual_faq_header {
		margin-bottom:15%;
	}
	.technical_manual {
		padding:12em 0;
	}
	.process_table_content_image>img {
		width:40%;
	}
	.faq_table_important {
		right:0;margin:auto;
		width:80%;
		text-align: left;
	}
}

@media screen and (max-width:500px) {
	.process_table_title span {
		display: inline-block;
		margin-left:1em;
		width:auto;
	}
	.process_table_content_box {
		border:none;
	}
	.process_table_content_box span {
		width:7em;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 10em;
		margin:2em 0 1em 0;
		font-size: 0.8em;
	}
	.process_table_content p {
		line-height: 1.7;
	}
	.process_table_content p br {
		display: none
	}
	.process_table_important {
		text-align: left;
	}
	.manual_faq {
		padding:16% 0 50em 0;
	}
	.faq_table_important {
		bottom:10em;
	}
	.process_table_content_image>img {
		width:60%;
	}
	.manual_faq_table td {
		font-size: 1.8em;
		text-align: justify;
		line-height: 1.8;
		color:#555555;
		padding:0.5em 0 5em 0;
	}
	.manual_faq_table tr:nth-last-of-type(1) td {
		padding:0.5em 0 0 0;
	}
	.technical_manual {
		padding:20% 0;
	}
	.manual_table_sp_txt {
		width:80%;
		margin:0 auto;
		display: block;
		color:#666666;
		padding:2em 0 0 0;
		font-size: 1.2em;
		text-align: right;
		
	}
}