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

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print,
screen and (min-width: 769px) {

	h2.page_title {
		background: url("../images/products/products_non_textile/page_title_pc.jpg") no-repeat;
		background-size: cover;
		color: #FFF;
		text-shadow: black 1px 1px 8px, black -1px 1px 8px, white 1px -1px 8px, black -1px -1px 8px;
	}

	section {
		width: 980px;
		margin: 0 auto 50px;
	}

	section h3 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		font-weight: 700;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
	}

	section h3::before {
		width: 9em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}

	section h3.em2::before {
		width: 2em;
	}

	section h3.em3::before {
		width: 3em;
	}

	section h3.em8::before {
		width: 8em;
	}

	section ul.block {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 60px;
	}

	section ul.block li {
		width: 214px;
	}

	section ul.block li:first-child {
		width: 742px;
	}

	section ul.block.top li:first-child {
		width: 100%;
	}

	section ul.block.top li ul.icon {
		width: 740px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 25px auto 60px;
	}

	section ul.block.top li ul.icon li {
		width: 148px;
	}

	section ul.block li:first-child h4 {
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 1.5;
		font-weight: 700;
		color: #0068B7;
		margin-bottom: 20px;
	}

	section ul.block li:first-child p {
		margin-bottom: 10px;
	}

	section ul.block li a {
		font-size: 16px;
		font-size: 1.6rem;
		color: #0068B7;
		display: inline-block;
		line-height: 1.2;
	}

	section ul.block li a i {
		display: inline-block;
		margin-left: 0.2em;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px) {
	h2.page_title {
		background: url("../images/products/products_non_textile/page_title_sp.jpg") no-repeat;
		background-size: cover;
		color: #FFF;
		text-shadow: black 1px 1px 8px, black -1px 1px 8px, white 1px -1px 8px, black -1px -1px 8px;
	}

	section {
		width: 94%;
		margin: 0 auto 54px;
	}

	section h3 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2;
		font-weight: 700;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
	}

	section h3::before {
		width: 8em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}

	section h3.textile::before {
		width: 13em;
	}

	section h3.em2::before {
		width: 2em;
	}

	section h3.em3::before {
		width: 3em;
	}

	section h3.em8::before {
		width: 8em;
	}

	section ul.block {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 60px;
	}

	section ul.block li:first-child {
		width: 100%;
	}

	section ul.block li:nth-child(2) div {
		width: 68%;
		min-width: 214px;
		margin: 30px auto 0;
		line-height: 0;
	}

	section ul.block.top li ul.icon {
		width: 84%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 25px auto 40px;
	}

	section ul.block.top li ul.icon li {
		width: 45%;
		max-width: 131px;
		margin-bottom: 20px;
	}

	section ul.block li:first-child h4 {
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 1.5;
		font-weight: 700;
		color: #0068B7;
		margin-bottom: 20px;
	}

	section ul.block li:first-child p {
		margin-bottom: 10px;
	}

	section ul.block li a {
		font-size: 16px;
		font-size: 1.6rem;
		color: #0068B7;
		display: inline-block;
		line-height: 1.2;
	}

	section ul.block li a i {
		display: inline-block;
		margin-left: 0.2em;
	}

	.non_img {
		height: 0px;
	}
}