@charset "UTF-8";

#main {
	padding-bottom:0;
}

#processing .contents.fbox > a {
	width:calc(50% - 25px);
	margin-bottom:50px;
	transition:.3s;
}
#processing .contents.fbox > a:hover {
    opacity:.8;
}
#processing .contents.fbox > a .img {
	margin-bottom:10px;
	overflow:hidden;
}
#processing .contents.fbox > a .img img {
	transition:.3s;
}
#processing .contents.fbox > a:hover .img img {
    transform:scale(1.05);
}
#processing .wrap h2 {
	border:none;
	padding:0;
	text-align:center;
	color:#204b8d;
	font-size:2.4rem;
	margin-bottom:.5em;
}
#main #processing .wrap p {
	text-align:center;
	line-height:1.3;
	margin-bottom:.5em;;
}
#processing .wrap span {
	display:block;
	text-align:right;
	color:#204b8d;
}
#processing .wrap span .svg-inline--fa {
    margin-left:.5em;
    font-size:.9em;
}

/****/
#processings .wrap:first-child {
    padding-top:30px;
}
#main .body {
	padding-bottom:60px;
}
#main .body p {
	text-align:center;
}
#processings .contents.fbox > a {
	width:calc(100%/3 - 33px);
	margin-bottom:30px;
	transition:.3s;
}
#processings .contents.fbox > a {
	width:calc(100%/3 - 33px);
	margin-right:49px;
	margin-bottom:30px;
	transition:.3s;
}
#processings .contents.fbox > a:nth-child(3n) {
	margin-right:0;
}
#processings .contents.fbox > a:hover {
    opacity:.8;
}
#processings .contents.fbox > a .img {
	margin-bottom:10px;
	overflow:hidden;
}
#processings .contents.fbox > a .img img {
	transition:.3s;
}
#processings .contents.fbox > a:hover .img img {
    transform:scale(1.05);
}
#processings .contents.fbox > a .cat {
    margin-bottom:10px;
}
#processings .contents.fbox > a .cat span {
	font-size:1.2rem;
	font-weight:500;
	margin:0 3px 3px 0;
	background:#dadada;
	color:#ffffff;
	line-height:1;
	padding:.3em .5em;
	border-radius:.7em
}
#processings .contents.fbox > a:hover .cat span {
	color:#ffffff;
}
#processings .contents.fbox > a .cat span.purpose {
	background:#ff9900;
}
#processings .contents.fbox > a .cat span.use {
	background:#006699;
}
#processings .contents.fbox > a .cat span.material {
	background: #06b776;
}
#processings .contents.fbox > a .detailbox {
	margin-bottom:10px;
}
#processings .wrap h2 {
	border:none;
	padding:0;
	text-align:center;
	font-size:2.0rem;
	line-height:1.3;
	margin-bottom:.5em;
}
#processings .wrap h2 span {
	display:block;
	text-align:center;
	font-size:1.8rem;
}
#processings .contents.fbox > a > span {
	display:block;
	text-align:center;
	font-size:1.6rem;
	line-height:2;
	color:#ff9900;
	width:12em;
	margin:0 auto;
	border-radius:1.15em;
	border:2px solid #FF9900;
}

/****/
#processinglink .wrap {
	padding-bottom:0;
}
#processinglink .contents {
	width:100%;
	max-width:2400px;
}
#processinglink .contents.fbox > a {
	width:25%;
	transition:.3s;
	position:relative;
	background:#000000;
}
#processinglink .contents.fbox > a:hover {
    opacity:.8;
}
#processinglink .contents.fbox > a .img {
	overflow:hidden;
	opacity:.6;
	position:relative;
	z-index:1;
}
#processinglink .contents.fbox > a .img img {
	transition:.3s;
	max-width:100%;
}
#processinglink .contents.fbox > a:hover .img img {
    transform:scale(1.05);
}
#processinglink .wrap a h2 {
	border:none;
	padding:0;
	text-align:center;
	color:#ffffff;
	font-size:2.4rem;
	margin-bottom:0;
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


/****/
#processingdetail .contents.slide {
	max-width:900px;
	overflow:hidden;
	position:relative;
	padding-bottom:50px;
	margin-bottom:60px;
}
#processingdetail .swiper-pagination-bullet {
	width:60px;
	border-radius:0;
	height:5px;
    margin: 0 5px;
    opacity:1;
    background:#cccccc;
}
#processingdetail .swiper-pagination-bullet-active {
    background: #204b8d;
}

#processingdetail .title {
	width:100%;
	border-bottom:5px solid #204b8d;
	padding-bottom:15px;
	margin-bottom:60px;
}
#processingdetail .title h2 {
	margin:0;
	padding:0;
	border:none;
    width:20%;
    text-align:center;
}
#processingdetail .title > div {
	width:80%;
	font-size:1.6rem;
	line-height:1.8;
}

#processingdetail #tabs {
	padding:0;
	border:none;
	margin-bottom:60px;
}
#processingdetail #tabs > .fbox {
	padding:0;
	background:none;
	border:none;
	border-radius:0;
    background:#FFFFFF;
    position:relative;
    z-index:1;
    margin-bottom:-1px;
}
#processingdetail #tabs > .fbox li {
	margin:0;
	padding:0;
	background:none;
	border:none;
	border-radius:0;
    border:1px solid #cccccc;
    border-top:5px solid #CCCCCC;
}
#processingdetail #tabs > .fbox li:not(:last-child) {
	margin-right:0;
}
#processingdetail #tabs ul + div {
	border:1px solid #cccccc;
}
#processingdetail #tabs ul + div > div {
	padding: 15px;
}
#processingdetail #tabs > .fbox li.ui-tabs-active {
    border-top:5px solid #204b8d;
}

#processingdetail .enablefactory {
	margin-bottom:30px;
}
#processingdetail .enablefactory .title {
	margin-bottom:30px;
}
#processingdetail .enablefactory .title h2 {
    width:100%;
    text-align:left;
}
#processingdetail .enablefactory li {
	margin-right:1em;
	font-size:1.8rem;
	margin-bottom:.5em;
}
#processingdetail .enablefactory li a .svg-inline--fa {
	color:#cc0000;
	margin-left:.3em;
}

#processingdetail .contents.freespace {
	box-sizing:border-box;
	padding:15px;
	background:#EFEFEF;
}

#processingdetail .contents.back {
	padding:60px 0 0;
}
#processingdetail .contents.back a {
	display:block;
	text-align:center;
	font-size:1.6rem;
	line-height:2;
	color:#ff9900;
	width:12em;
	margin:0 auto;
	border-radius:1.15em;
	border:2px solid #FF9900;
	transition:.3s;
}
#processingdetail .contents.back a:hover {
	background:#ff9900;
	color:#FFFFFF;
}

/**search***/
#search .wrap {padding: 0;}
#search .searchwrap {
	width:100%;
	background:#f8f8f8;
	padding:30px 0;
}
#search .wrap h2 {
	text-align:left;
	transform:translateY(-.5em);
	margin-bottom:0;
}
#search .contents .fbox {
    width:100%;
}
#search .contents .fbox div {
	width:calc(100%/4 - 15px);
	box-sizing:border-box;
	border:1px solid #cdcdcd;
	text-align:center;
	overflow: hidden;
	position:relative;
}
#search .contents .fbox div select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#search .contents .fbox div select::-ms-expand {
    display: none;
}
#search .contents .fbox div::before {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 1.2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 14px solid #181818;
	pointer-events: none;
}
#search .contents .fbox div select {
	box-sizing:border-box;
	font-size:1.8rem;
	font-weight:100;
	padding: 1.5em 2.5em 1.5em 1.5em;
}
#search .contents .fbox button {
	width:calc(100%/4 - 15px);
	background:#2e2e2e;
	color:#ffffff;
	text-align:center;
	font-size:2.4rem;
	line-height:3;
	transition:.3s;
	box-sizing:border-box;
	padding-right:1em
}
#search .contents .fbox button:hover {
    background:#000000;
}
#search .contents .fbox button::before {
	content:'';
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url(../img/common/searchw.png) no-repeat center center;
	background-size:contain;
	margin-right:.5em;
	position:relative;
	top:.3em;
}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:640px){


#main {
	padding-bottom:0;
}

#processing .contents.fbox > a {
	width:calc(50% - 5px);
	margin-bottom:30px;
}
#processing .contents.fbox > a:hover .img img {
    transform:scale(1.0);
}
#processing .wrap h2 {
	font-size:2.0rem;
}
#main #processing .wrap p {
	margin-bottom:.5em;;
}
#processing .wrap span {
	text-align:center;
	font-size:1.4rem;
}

/****/
#processings .wrap:first-child {
    padding-top:15px;
}
#main .body {
	padding-bottom:30px;
}
#main .body p {
	text-align:left;
}
#processings .contents.fbox > a {
	width:calc(100%/2 - 5px);
	margin-bottom:15px;
	transition:.3s;
	margin-right:9px;
}
#processings .contents.fbox > a:nth-child(3n) {
	margin-right:9px;
}
#processings .contents.fbox > a:nth-child(even) {
	margin-right:0;
}
#processings .contents.fbox > a:hover .img img {
    transform:scale(1.0);
}
#processings .contents.fbox > a .cat span {
	font-size:1.1rem;
}
#processings .contents.fbox > a .cat span.purpose {
	background:#ff9900;
}
#processings .contents.fbox > a .cat span.use {
	background:#006699;
}
#processings .contents.fbox > a .cat span.material {
	background: #06b776;
}
#processings .contents.fbox > a .detailbox {
	margin-bottom:10px;
}
#processings .wrap h2 {
	font-size:1.6rem;
}
#processings .wrap h2 span {
	font-size:1.5rem;
}
#processings .contents.fbox > a > span {
	font-size:1.2rem;
}

/****/
#processinglink .contents.fbox > a {
	width:50%;
}
#processinglink .contents.fbox > a:hover .img img {
    transform:scale(1.0);
}
#processinglink .wrap a h2 {
	font-size:1.8rem;
}


/****/
#processingdetail .contents.slide {
	padding-bottom:40px;
	margin-bottom:30px;
}
#processingdetail .title {
	margin-bottom:30px;
}
#processingdetail .title h2 {
	 width:100%;
    text-align:left;
    margin-bottom:.5em;
}
#processingdetail .title > div {
	width:100%;
	font-size:1.4rem;
	line-height:1.6;
}

#processingdetail #tabs {
	margin-bottom:30px;
}

#processingdetail #tabs ul + div > div {
	padding: 10px;
}
#processingdetail #tabs ul li a {
	font-size:1.4rem;
}

#processingdetail .enablefactory {
	margin-bottom:0px;
}
#processingdetail .enablefactory .title {
	margin-bottom:20px;
}
#processingdetail .enablefactory li {
	font-size:1.6rem;
}

#processingdetail .contents.freespace {
	padding:0px;
}

#processingdetail .contents.back {
	padding:30px 0 0;
}
#processingdetail .contents.back a {
	font-size:1.4rem;
}

/**search***/
#search .wrap {padding: 0;}
#search .searchwrap {
	width:100%;
	background:#f8f8f8;
	padding:30px 0;
}
#search .wrap h2 {
	text-align:left;
	transform:translateY(-.5em);
	margin-bottom:0;
}
#search .contents .fbox {
    width:100%;
}
#search .contents .fbox div {
	width:calc(100%/4 - 15px);
	box-sizing:border-box;
	border:1px solid #cdcdcd;
	text-align:center;
	overflow: hidden;
	position:relative;
}
#search .contents .fbox div select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#search .contents .fbox div select::-ms-expand {
    display: none;
}
#search .contents .fbox div::before {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 1.2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 14px solid #181818;
	pointer-events: none;
}
#search .contents .fbox div select {
	box-sizing:border-box;
	font-size:1.8rem;
	font-weight:100;
	padding: 1.5em 2.5em 1.5em 1.5em;
}
#search .contents .fbox button {
	width:calc(100%/4 - 15px);
	background:#2e2e2e;
	color:#ffffff;
	text-align:center;
	font-size:2.4rem;
	line-height:3;
	transition:.3s;
	box-sizing:border-box;
	padding-right:1em
}
#search .contents .fbox button:hover {
    background:#000000;
}
#search .contents .fbox button::before {
	content:'';
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url(../img/common/searchw.png) no-repeat center center;
	background-size:contain;
	margin-right:.5em;
	position:relative;
	top:.3em;
}

/**search***/
#search .wrap {
	padding-top:20vw;
	padding-bottom:0;
}
#search .searchwrap {
	padding-bottom:15vw;
}
#search .wrap h2 {
	text-align:center;
	margin-bottom:.5em;
}
#search .contents .fbox div {
	width:100%;
	margin-bottom:5vw;
}
#search .contents .fbox div select {
	box-sizing:border-box;
	font-size:4vw;
	font-weight:100;
	padding: 1.0em 2.5em 1.0em 1.0em;
}
#search .contents .fbox button {
	line-height:3;
    font-size:4.5vw;
	width:50%;
	margin:0 auto;
	transition:0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 4;
	order: 4;
}
#search .contents .fbox button:hover {
	background:#2e2e2e;
}

}

@media screen and (max-width:480px){

}

table.table01 {
	width:100%;
	border-right:#204b8d solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#204b8d;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	text-align: center;
}
table.table01 thead th:last-child {
	border-right:#204b8d solid 1px;
}
table.table01 tbody th {
	background:#204b8d;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#204b8d solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#204b8d solid 1px;
	border-bottom:#204b8d solid 1px;
	vertical-align:top;
}

table.table01 tbody td p {
	line-height: 1em!important;
	margin: 0!important;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

table.table02 {
	width:100%;
	border-right:#204b8d solid 1px;
	border-collapse: collapse;
}
table.table02 thead th {
	background:#204b8d;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	text-align: center;
}
table.table02 thead th:last-child {
	border-right:#204b8d solid 1px;
}
table.table02 tbody th {
	background:#fff;
	color:#000;
	padding:10px 15px;
	border-left:#204b8d solid 1px;
	border-bottom:#204b8d solid 1px;
	vertical-align:top;
}
table.table02 tbody tr:last-child th {
	border-bottom:#204b8d solid 1px;
}
table.table02 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#204b8d solid 1px;
	border-bottom:#204b8d solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table02 thead {
	display:none;
}
table.table02 tbody th {
	display:block;
}
table.table02 tbody td {
	display:block;
}
table.table02 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table02 tbody td p {
	padding-left:6em;
}
}