@charset "utf-8";
html {
	min-height: 100%;
	position: relative;
}

body
{
	margin: 0;
/*	width: 100%;*/

	font-size:1rem;
	font-family: Roboto, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;

/*	width:1000px;*/
	width:900px;
	margin-left : auto;
	margin-right: auto;
}

.wrapper
{
	min-height: 100vh;
	position: relative;
	padding-bottom: 60px;/*footerの高さ*/
	box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	overflow:hidden;
	margin-right: 10px;
}


.br-sp
{
    display: none;
}

footer
{
	width: 100%;
	text-align: center;
	padding: 15px 0;

	position: absolute;/*←絶対位置*/
	bottom: 0; /*下に固定*/
}


main
{
	margin: 0;
	padding: 0;
	width: 100%;
}


header
{
	width:100%;
	margin: 0;
	padding: 0;
}

header h1 a
{
	color: #fff;
    text-decoration: none;
}


header a img
{
	padding: 0;
	margin: 10px 0 0 20px;
}

.page_title
{
	padding: 0;
	margin: 0;
}


header h1
{
	background-color: #DF2718;
	padding: 2px 15px;
	color: #fff;
	font-size:1.5rem;
}

#lead h2
{
	margin: 0 0 0 10px;
	font-size:1.3rem;
	font-weight:normal;
	word-break: keep-all;

	display:flex;
	flex-flow: row;
	align-items: center;
	height:4rem;
}

#lead h2 p:nth-child(1)
{
	flex-basis: 5%;
}

.contents_title h3
{
	font-size:1.1rem;
	margin: 0;
	padding: 10px 0 5px 0;
}


.box_container
{
	display:flex;
	flex-flow: row;
	justify-content: space-between;

}


.box
{
	padding:10px;
}

.box:nth-child(1)
{
	flex-basis: 90%;
/*
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
*/
}

.box:nth-child(2)
{
	flex-basis: 10%;
/*	border-right:solid 1px #ccc;*/
}


#main_lead
{
	margin:0 0 20px 10px;
	word-break: break-all;
}

.box_desc
{
	margin:0 5px;
	font-size:90%;
}

#inquiry_link
{
	margin:10px;
}


@media (max-width: 768px)
{
	img
	{
		max-width: 100%;
	}

	body
	{
		width:100%;
	}

	header
	{
		text-align:center;
	}

	header a img
	{
		margin:15px 0 0 0;
	}

	.br-sp
	{
		display:inline;
	}

	.page_title
	{
	}

	h1
	{
		margin-left:5px;
		margin-right:-15px;
	}

	#lead h2 p
	{
		align-items: flex-start;
		height:2rem;
	}

	#lead h2 p:nth-child(1)
	{
		flex-basis: 15%;
	}


	.box_container
	{
		flex-direction: column;
		align-content:space-around;
	}

	.box
	{
/*		width:100%;*/
		width:98%;
	}

	.box:nth-child(1)
	{
		flex-basis: auto;
		border:none;
	}

	.box:nth-child(2)
	{
		border:none;
	}

	.box_contents
	{
	}

	#inquiry_link
	{
		margin:10px auto;
		text-align:center;
	}

}


/**************** tab *********************/
.tab-group
{
	display: flex;
	justify-content: center;
	margin-left:0;
	padding-left:0;
    width:400px;
}

.tab-group li:last-child
{
	margin-right:10px;
}



.tab
{
	flex-grow: 1;
	padding:5px;
	list-style:none;
/*	border:solid 1px #CCC;*/
	border-bottom:solid 1px #CCC;
	text-align:center;
	cursor:pointer;
}

.panel-group
{
	padding-left:10px;
}

.panel
{
	display:none;
}

.tab.is-active
{
	background:#09f;
	color:#FFF;
/*	transition: all 0.1s ease-out;*/
	font-weight:bold;
}

.panel.is-show
{
	display:block;
}


@media (max-width: 768px)
{
	.tab-group
	{
	    width:95vw;
	}

	.panel-group
	{
		padding-left:0;
		padding-right:10px;
	}

	[CLASS^="view_toc_"]
	{
		margin-left:-10px !important;
	}

}

/**************** // tab *********************/

/**************** toc *********************/
[ID^="base_toc_"] > h1,
[ID^="base_toc_"] > h2,
[ID^="base_toc_"] > h3,
[ID^="base_toc_"] > h4,
[ID^="base_toc_"] > h5,
[ID^="base_toc_"] > h6
{
    color: #fff;
}


[ID^="toc_"] ol
{
	counter-reset : item ;
	list-style : none ;
	margin-left:0;
/*	padding-left:1.5rem;*/
	padding-left:1rem;
}

[ID^="toc_"] li
{
	display: block;
	padding:5px 0;
/*	padding:2px 0;*/
}

[ID^="toc_"] li:before
{
	counter-increment: item ;
	content: counters(item, ".") " ";
}

.toc_title
{
	font-weight:bold;
}

.panel-group a
{
	text-decoration: none;
}

.panel-group a:hover
{
	text-decoration: underline;
}


/**************** // toc *********************/



.link-menu
{
	margin-left: 20px;
	padding: 0 0 0 20px;
	color: #333;
	background-image: url(https://mimaki.com/themes/manual@mimaki/common/images/arrow_s.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.link-menu_down
{
	margin-left: 20px;
	padding: 0 0 0 20px;
	color: #333;
	background-image: url(https://mimaki.com/themes/manual@mimaki/common/images/arrow_s_down.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.link-menu a,
.link-menu_down a
{
	color: #333;
	margin-left: 0px;
	text-decoration: none;
	color:#0066cc;
}

.link-menu a:hover
{
	text-decoration: underline;
}

.link-menu_down a:hover
{
	text-decoration: underline;
}







