@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: linear-gradient(-45deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)), url(../img/printing_img/pagetitle_bg.jpg) center center;
	background-size: 8px 8px, cover;
}
#pagetitle h2 {
	letter-spacing: -0.4rem;
}
#pagetitle span {
	letter-spacing: 0;
}
@media print, screen and (min-width:768px) {
#pagetitle h2 {
	letter-spacing: -0.2rem;
}
}
/*------------------------------------------------------------contents*/
/*--------------------------------------------Sec01*/
#sec01 .fig01 {
	margin-bottom: 30px;
	text-align: center;
}
#sec01 .fig01 img {
	width: 100%;
	max-width: 780px;
	height: auto;
}

#sec01 nav ul {
	margin-bottom: 30px;
}
#sec01 nav ul {
	font-size:0;
	text-align: center;
}
#sec01 nav ul li {
	display: inline-block;
	margin-bottom:5px;
	width:24.25%;
	margin-right: 1%;
	text-align: center;
	vertical-align: top;
}
#sec01 nav ul li:nth-child(4n) {
	margin-right: 0;
}
#sec01 nav ul li a {
	position: relative;
	display: block;
	width:100%;
	min-height: 86px;
	padding:8px 0 20px;
	line-height: 1.2;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	color:#000;
	background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,160,233,0.2) 25%, rgba(0,160,233,0.2) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,160,233,0.2) 75%, rgba(0,160,233,0.2));
	background-size: 8px 8px;
}
#sec01 nav ul li a::after {
	position: absolute;
	display: block;
	bottom:8px;
	left:50%;
	width:10px;
	height: 10px;
	margin-left:-5px;
	content: "";
	border-bottom:solid 2px #00a0e9;
	border-right:solid 2px #00a0e9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sec01 nav ul li a figure {
	margin-bottom:2px;
}
#sec01 nav ul li a figure img {
	width:24px;
	height: auto;
}
@media print, screen and (min-width:480px) {
#sec01 nav ul li {
	display: inline-block;
	margin-bottom:0;
	width:12.0625%;
	margin-right: 0.5%;
}
#sec01 nav ul li:nth-child(4n) {
	margin-right: 0.5%;
}
#sec01 nav ul li:nth-child(8n) {
	margin-right: 0;
}
#sec01 nav ul li a {
	letter-spacing: -0.2rem;
}
}
@media print, screen and (min-width:337px) {
#sec01 nav ul li a {
	letter-spacing: 0;
}
}
@media print, screen and (min-width:768px) {
#sec01 nav ul li a {
	width:100%;
	min-height: 128px;
	padding:10px 0 25px;
	font-size:16px;
	transition: 0.5s all;
}
#sec01 nav ul li a:hover {
	background: rgba(0,160,233,0.2);
}
#sec01 nav ul li a::after {
	bottom:10px;
	left:50%;
	width:12px;
	height: 12px;
	margin-left:-6px;
}
#sec01 nav ul li a figure {
	margin-bottom:5px;
}
#sec01 nav ul li a figure img {
	width:50px;
	height: auto;
}
}

#sec01 .list_printing > li {
	padding:15px;
}
#sec01 .list_printing > li:first-child {
	margin-bottom:20px;
	background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(228,0,127,0.1) 25%, rgba(228,0,127,0.1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(228,0,127,0.1) 75%, rgba(228,0,127,0.1));
	background-size: 8px 8px;
}
#sec01 .list_printing > li:nth-child(2) {
	margin-bottom:20px;
	background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(255,241,0,0.3) 25%, rgba(255,241,0,0.3) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(255,241,0,0.3) 75%, rgba(255,241,0,0.3));
	background-size: 8px 8px;
}
#sec01 .list_printing > li h4 {
	margin-bottom:15px;
	padding:10px 0;
	text-align: center;
	line-height: 1.4;
	font-size:18px;
	font-weight: bold;
}
#sec01 .list_printing > li:first-child h4 {
	background: rgba(228,0,127,0.07);
}
#sec01 .list_printing > li:nth-child(2) h4 {
	background: rgba(255,241,0,0.2);
}
#sec01 .list_printing > li h4 span {
	display: block;
	font-family: 'Teko', sans-serif;
	font-size:16px;
	font-weight: normal;
}
#sec01 .list_printing > li figure {
	margin-bottom: 15px;
	text-align: center;
}
#sec01 .list_printing > li figure img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#sec01 .list_printing > li p {
	margin-bottom: 10px;
}
#sec01 .list_printing > li p br {
	display: none;
}
#sec01 .list_printing > li h5 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size:17px;
	font-weight: bold;
	text-align: center;
	color:#00a0e9;
}
@media print, screen and (min-width:480px) {
#sec01 .list_printing {
	display: flex;
}
#sec01 .list_printing > li {
	width: 49%;
}
#sec01 .list_printing > li:first-child {
	margin-right: 2%;
}
#sec01 .list_printing > li figure img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
}
@media print, screen and (min-width:768px) {
#sec01 .list_printing > li h4 {
	margin-bottom:20px;
	font-size:23px;
}
#sec01 .list_printing > li h4 span {
	font-size:18px;
}
#sec01 .list_printing > li h5 {
	font-size:19px;
}
}
@media print, screen and (min-width:992px) {
#sec01 .list_printing > li p br {
	display: inline;
}
}

/*--------------------------------------------Sec02*/
.icon {
	text-align: center;
}
.icon figure {
	display: inline-block;
	width: 80px;
	height: 80px;
	padding:15px;
	text-align: center;
	border-radius: 100%;
	background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,160,233,0.2) 25%, rgba(0,160,233,0.2) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,160,233,0.2) 75%, rgba(0,160,233,0.2));
	background-size: 8px 8px;
}
.icon figure img {
	width:100%;
	height: auto;
}

.category {
	margin:10px 0;
	text-align: center;
	font-size:0;
}
.category li {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	margin:0 5px;
	font-size:13px;
}
.category li.ondemand {
	background: linear-gradient(-45deg, rgba(228,0,127,0.1) 25%, rgba(228,0,127,0.2) 25%, rgba(228,0,127,0.2) 50%, rgba(228,0,127,0.1) 50%, rgba(228,0,127,0.1) 75%, rgba(228,0,127,0.2) 75%, rgba(228,0,127,0.2));
	background-size: 8px 8px;
}
.category li.offset {
	background: linear-gradient(-45deg, rgba(255,241,0,0.3) 25%, rgba(255,241,0,0.6) 25%, rgba(255,241,0,0.6) 50%, rgba(255,241,0,0.3) 50%, rgba(255,241,0,0.3) 75%, rgba(255,241,0,0.6) 75%, rgba(255,241,0,0.6));
	background-size: 8px 8px;
}
@media print, screen and (min-width:768px) {
.icon figure {
	display: inline-block;
	width: 100px;
	height: 100px;
	padding:20px;
	text-align: center;
	border-radius: 100%;
	background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,160,233,0.2) 25%, rgba(0,160,233,0.2) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,160,233,0.2) 75%, rgba(0,160,233,0.2));
	background-size: 8px 8px;
}
.category {
	margin:20px 0;
}
}