@charset "utf-8";

/******************************************************************** index
*/
.index .mv-contents {
	background: url("../img/index/bg_catch.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0 35px;
	line-height: 0;
}

.index .mv-contents:before {
	display: none;
}

.index .mv-contents figure {
	width: 176px;
	margin: -16px auto 0;
}

.index .mv-contents figure img {
	width: 100%;
}

.about {
	background: url("../img/index/about-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0 80px;
}

.about-flex {
	max-width: 940px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.about-flex p {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 95, 145, 1), 0px 0px 10px rgba(0, 95, 145, 1), 0px 0px 10px rgba(0, 95, 145, 1);
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	width: 600px;
}

.about-flex p span {
	font-size: 2em;
	display: block;
}

.service-contents {
	background: #0068B7;
	color: #FFF;
}

.service-contents .ttl-area h2 {
	color: #FFF;
}

.service-contents .service-list,
.service-images {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.service-contents .service-list li,
.service-images li {
	background: #333;
	width: 31.2%;
	margin-right: 3.2%;
	margin-top: 2.4%;
}

.service-contents .service-list li:nth-child(3n) {
	margin-right: 0;
}

.service-contents .service-list li:nth-child(-n+3) {
	margin-top: 0;
}

.service-contents .service-list li a:link,
.service-contents .service-list li a:visited,
.service-images li a:link,
.service-images li a:visited {
	color: #FFF;
	text-decoration: none;
}

.service-contents .service-list li a:hover,
.service-images li a:hover {
	opacity: 1;
}

.service-contents .service-list li figure,
.service-images li figure {
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.service-contents .service-list li a:hover figure:before,
.service-images li a:hover figure:before {
	display: block;
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	border: #FFF 1px solid;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	z-index: 3;
	box-sizing: border-box;
}

.service-contents .service-list li figure figcaption,
.service-images li figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
}

.service-contents .service-list li a:hover figure figcaption,
.service-images li a:hover figure figcaption {
	opacity: 1;
}

.service-contents .service-list li figure figcaption p,
.service-images li figure figcaption p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	display: inline-block;
}

.service-contents .service-list li figure img,
.service-images li figure img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-contents .service-list li a:hover figure img,
.service-images li a:hover figure img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.service-contents .service-list li .inner,
.service-images li .inner {
	padding: 6.4%;
}

.service-contents .service-list li .inner h3,
.service-images li .inner h3 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
}

.service-contents .service-list li .inner .en {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 4%;
}

.service-contents .service-list li .inner .txt {
	font-size: 1.4rem;
	line-height: 1.6;
}

.main>section.company-contents {
	padding: 0;
}

.company-contents a:link,
.company-contents a:visited {
	color: #000;
}

.company-contents a:hover {
	opacity: 1;
}

.company-contents .ttl-area {
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 3;
	padding: 0.8em 1.5em;
}

.company-contents .bg {
	position: relative;
	display: flex;
	align-content: stretch;
	z-index: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.company-contents a:hover .bg {
	opacity: 0.5;
}

.company-contents .bg:before {
	display: block;
	content: "";
	background: rgba(35, 24, 21, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width:1240px) {
	.company #container table .business_company br {
		display: none;
	}
}

.company-contents .bg .map {
	width: 45%;
}

.company-contents .bg .map iframe {
	height: 100%;
}

.company-contents .bg .photo {
	width: 27.5%;
}

.company-contents .bg .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.news-contents .wrapper {
	text-align: center;
}

.news-contents h3 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #0068B7;
	margin-bottom: 48px;
}

.news-contents h3:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: #0068B7;
	margin: 24px auto;
}

.main>section.news-contents .txt {
	line-height: 2.2;
}


/******************************************************************** service
*/
/********************************* common
*/
.head-module {
	display: flex;
	margin-bottom: 48px;
}

.head-module .ttl-area {
	margin-bottom: 0;
	text-align: left;
	width: 32%;
	margin-right: 4%;
}

.head-module .ttl-area {
	width: 64%;
}

.service-images {
	width: 92%;
	max-width: 1200px;
	position: relative;
	z-index: 10;
}

.service-images li {
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	padding: 2px;
}

.service-images li:nth-child(4n) {
	margin-right: 0;
}

.service-images li:nth-child(-n+4) {
	margin-top: 0;
}

.service-images li.attention {
	background: transparent;
	box-shadow: none;
	display: flex;
	align-items: flex-end;
	text-align: right;
	justify-content: flex-end;
	margin-right: 0;
	margin-left: auto;
	font-size: 1.8rem;
}

.service-images li .inner h3 {
	font-size: 1.6rem;
}

/********************************* index
*/
.service .mv-contents {
	background: url("../img/service/index/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

/********************************* special-label
*/
.special-label .mv-contents {
	background: url("../img/service/special-label/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.special-label-contents:before {
	background: #0068B7;
	display: block;
	content: "";
	width: 40vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.special-label-contents .wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}

.special-label-contents .wrapper figure {
	width: 40%;
	position: relative;
	margin-right: 4%;
}

.special-label-contents .wrapper figure img {
	width: 100%;
}

.special-label-contents .head-module {
	display: block;
	width: 56%;
	margin-bottom: 0;
}

.special-label-contents .head-module .ttl-area {
	margin-bottom: 48px;
	width: 100%;
	margin-right: 0;
}

.special-barcode-label-contents {
	background: #E6F0F8;
}

.special-barcode-label-contents .ttl-area h2 br {
	display: none;
}

.special-barcode-label-contents .photo {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.special-barcode-label-contents .photo img {
	width: 100%;
}



/********************************* special-marking
*/
.special-marking .mv-contents {
	background: url("../img/service/special-marking/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.special-marking-contents img,
.liquid-stamp-contents img {
	max-width: 100%;
}

.special-marking-contents h3,
.liquid-stamp-contents h3,
.tat-contents h3 {
	font-size: 2rem;
	font-weight: bold;
	background: #0068B7;
	color: #FFF;
	padding: 16px;
}

.special-marking-contents h4,
.liquid-stamp-contents h4,
.tat-contents h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 16px;
	border-bottom: #CCC 1px solid;
	padding: 8px;
}

.special-marking-contents .inner,
.special-marking-contents .CB {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.special-marking-contents .inner .column {
	width: 48%;
}

.special-marking-contents .inner img {
	max-width: 100%;
}

.special-marking-contents .inner.cont02>div {
	width: 54%;
	box-sizing: border-box;
}

.special-marking-contents .inner.cont02>div.marking_01_03 {
	width: 42%;
}

.color_kiiro {
	color: #fcee21;
	font-size: 1.4rem;
}

.color_aka {
	color: #ff0000;
	font-size: 1.4rem;
}

.color_ao {
	color: #0071bc;
	font-size: 1.4rem;
}

.color_midori {
	color: #39b54a;
	font-size: 1.4rem;
}

.marking_01_01 {
	margin-bottom: 20px;
	background: #e6e6e6;
}

.special-marking-contents h4.marking_01_01_ttl {
	width: 100%;
	background: #754c24;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

.liquid-stamp-contents {
	background: #F2F2F2;
}

.liquid-stamp-contents .wrapper .txt {
	margin-bottom: 24px;
}

.products-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 80px;
}

.products-list li {
	background: #fff;
	border: 1px solid #b3b3b3;
	width: 48%;
	margin: 4% 4% 0 0;
	box-sizing: border-box;
}

.products-list li.none {
	border: none;
}

.products-list li .add {
	background: #ddf0fa;
	padding: 1em;
	margin-top: 24px;
}

.products-list li .add .notice {
	font-size: 0.8em;
}

.liquid-stamp-contents .products-list {
	margin-bottom: 48px;
}

.liquid-stamp-contents .products-list li {
	width: 100%;
	margin: 0;
}

.products-list li:nth-child(2n) {
	margin-right: 0;
}

.products-list li:nth-child(-n+2) {
	margin-top: 0;
}

.products-list li>div {
	padding: 20px 24px;
}

.products-list li table {
	font-size: 1.4rem;
}

.products-list li table tr th {
	vertical-align: top;
	font-weight: bold;
	width: 10em;
	border-bottom: #CCC 1px dotted;
	padding: 0.4em 0;
}

.products-list li table tr td {
	border-bottom: #CCC 1px dotted;
	padding: 0.4em 0;
}

.liquid-stamp-contents .inner,
.tat-contents .inner {
	display: flex;
	justify-content: space-between;
}

.liquid-stamp-contents .inner .column,
.tat-contents .inner .column {
	width: 48%;
}

.tat-contents .wrapper>.txt {
	margin-bottom: 24px;
}

.tat-contents .wrapper>.bold {
	font-size: 1.1em;
}

.tat-contents .wrapper>.notice {
	background: #F2F2F2;
	padding: 1em;
	font-size: 0.8em;
	margin-bottom: 48px;
}

.tat-contents .wrapper>.notice .ttl {
	font-weight: bold;
}

.tat-contents .wrapper>.notice ul li {
	margin: 0.4em 0 0 1.5em;
	list-style: disc;
}

.tat-contents h3 span {
	margin-left: 1em;
	font-size: 0.9em;
	font-weight: normal;
}

.products-list.tat02 {
	flex-direction: column;
}

.products-list.tat02 li {
	width: 100%;
	margin-right: 0;
}

.products-list.tat02 li:nth-child(2) {
	margin-top: 4%;
}

.marking_01_01_wrap {
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.marking_01_01_wrap img {
	max-width: 214px;
	width: 48%;
}

.marking_01_01_arrow {
	text-align: center;
	margin-bottom: 10px;
}

.marking_01_02 {
	background: #ddf0fa;
}

.marking_01_02_ttl {
	width: 100%;
	background: #006699;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.marking_01_02_wrap {
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.marking_01_02_wrap img {
	margin-top: 4%;
	max-width: 214px;
	width: 48%;
}

.marking_01_02_wrap img:nth-of-type(-n+2) {
	margin-top: 0;
}

.marking_01_03 {
	padding: 20px 30px;
	background: #e6e6e6;
}

.marking_01_03_ttl {
	color: #754c24;
	font-weight: bold;
}

.marking_01_04 {
	width: 48%;
	margin: 0 30px 0 0;
	background: #fff;
	border: 1px solid #b3b3b3;
	text-align: center;
}

.marking_01_04_ttl {
	width: 100%;
	background: #c1272d;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.marking_01_04 img {
	padding: 15px;
}

.marking_01_05 {
	width: 48%;
	background: #fff;
	border: 1px solid #b3b3b3;
	text-align: center;
}

.marking_01_05_ttl {
	width: 100%;
	background: #006699;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.marking_01_05 img {
	padding: 15px;
}

.marking_01_07_table {
	border-left: 1px solid #b3b3b3;
	margin-bottom: 30px;
}

.marking_01_07_table td {
	width: 33%;
	background: #fff;
	vertical-align: top;
	text-align: center;
	padding: 10px 15px;
	border-top: #b3b3b3 1px solid;
	border-bottom: #b3b3b3 1px solid;
	border-right: #b3b3b3 1px solid;
}

.marking_01_07_table td h5.ttl_ao {
	text-align: left;
	color: #0068B7;
	font-size: 1.6rem;
	font-weight: bold;
}

.marking_01_07_table td p {
	text-align: left;
	padding-bottom: 10px;
}

h5.point_ttl {
	color: #0068B7;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 2px;
}

span.point {
	width: 80px;
	color: #eac896;
	background: #0068B7;
	border-radius: 3px;
	padding: 2px 7px;
	margin-right: 8px;
	font-size: 11px;
}

ul.feature_span {
	margin-bottom: 5px;
}

ul.feature_span li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #0068B7;
	font-weight: bold;
	border: 2px solid #0068B7;
	border-radius: 20px;
	background: #fff;
	padding: 1px 10px;
}

.marking_item_img {
	float: right;
	margin: 0 0 20px 0;
}

table.marking_01_08 {
	width: 100%;
}

table.marking_01_08 tr th {
	background: #0068B7;
	color: #fff;
	border: #b3b3b3 1px solid;
	padding: 0.4em;
}

table.marking_01_08 tr td {
	background: #fff;
	padding: 0.4em;
	border: #b3b3b3 1px solid;
}

.section {
	margin-top: 80px;
}

.pagenav {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.pagenav li {
	width: 25%;
	border-left: #555 1px solid;
}

.pagenav li:first-child {
	border-left: none;
}

.pagenav li a {
	display: block;
	background: #333;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
	padding: 6.4%;
}

.consumables {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.consumables li {
	width: 50%;
	box-sizing: border-box;
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.consumables li img {
	max-width: 100%;
}

.consumables li>img {
	width: 30%;
	max-width: 170px;
}

.consumables li .detail {
	width: 66%;
}

.consumables li .example {
	width: 100%;
	box-sizing: border-box;
	background: #ddf0fa;
	padding: 1em;
	margin-top: 1.5em;
}

.consumables li .example h6 {
	font-weight: bold;
	margin-bottom: 0.4em;
}

.consumables li .example p {
	font-size: 0.9em;
}


/********************************* printer-system
*/
.printer-system .mv-contents {
	background: url("../img/service/printer-system/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.printer-system-contents .wrapper:before {
	content: "";
	display: inline-block;
	width: calc(100% + 96px);
	height: 72%;
	position: absolute;
	left: -48px;
	bottom: 0;
	background: #F2F2F2;
}

.printer-system-contents .wrapper>figure {
	width: 92%;
	height: 400px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.printer-system-contents .wrapper>figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.printer-system-contents .wrapper .head-module {
	display: block;
	position: relative;
	z-index: 1;
	padding: 48px;
	margin: 0;
}

.printer-system-contents .wrapper .head-module h3 {
	text-align: center;
	margin-bottom: 24px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.printer-system-contents .wrapper .head-module ul {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.printer-system-contents .wrapper .head-module ul li {
	text-align: center;
	border: #0068B7 2px solid;
	width: 9em;
	padding: 2.9em 0;
	border-radius: 4.5em;
	color: #0068B7;
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 2.4%;
}

.printer-system-contents .wrapper .head-module ul li:last-child {
	margin-right: 0;
}

.printer-system-contents .wrapper .head-module .txt {
	margin: 0 auto;
	max-width: 800px;
}

.system-solution-contents {
	background: #E6F0F8;
}

.system-solution-contents .head-txt {
	max-width: 800px;
	margin: 0 auto 48px;
	text-align: center;
}

.system-solution-contents .ttl-area h2 br {
	display: none;
}

.system-solution-contents .photo {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.system-solution-contents .photo img {
	width: 100%;
}

.system-solution-contents .wrapper h3 {
	margin-bottom: 24px;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: #121212 1px solid;
	text-align: center;
	padding-bottom: 16px;
}

.system-solution-contents .wrapper ul {
	margin: 0 5%;
}

.system-solution-contents .wrapper ul li {
	margin-bottom: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.system-solution-contents .wrapper ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.system-solution-contents .wrapper ul li:last-child {
	margin-bottom: 0;
}

.system-solution-contents .wrapper ul li figure {
	width: 40.742%;
	line-height: 0;
	text-align: center;
	position: relative;
	padding-bottom: 24px;
}

.system-solution-contents .wrapper ul li figure:after {
	content: "";
	background: #0068B7;
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.system-solution-contents .wrapper ul li figure img {
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.system-solution-contents .wrapper ul li .module {
	width: 53.258%;
}

.system-solution-contents .wrapper ul li .module h4 {
	color: #0068B7;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 16px;
}

.system-solution-contents .wrapper ul li .module h5 {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 8px;
}

.system-solution-contents .wrapper ul li .module .btn {
	text-align: left;
	margin-top: 24px;
}

.system-solution-contents .wrapper .ribon {
	position: relative;
	margin-top: 80px;
}

.system-solution-contents .wrapper .ribon:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #FFF;
	width: 100%;
	height: calc(100% - 1.4em);
	z-index: 0;
}

.system-solution-contents .wrapper .ribon h3 {
	margin-bottom: 0;
	border-bottom: none;
	position: relative;
	z-index: 2;
}

.system-solution-contents .wrapper .ribon ul {
	position: relative;
	z-index: 2;
	padding-bottom: 24px;
}

.system-solution-contents .wrapper .ribon ul li {
	margin-bottom: 24px;
}

.system-solution-contents .wrapper .ribon ul li:last-child {
	margin-bottom: 0;
}

.system-solution-contents .wrapper .ribon ul li figure {
	padding-bottom: 0;
}

.system-solution-contents .wrapper .ribon ul li figure:after {
	display: none;
}


/********************************* multipurpose-label
*/
.multipurpose-label .mv-contents {
	background: url("../img/service/multipurpose-label/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.rfid-contents:before {
	background: #0068B7;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.rfid-contents .wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}

.rfid-contents .wrapper figure {
	width: 40%;
	position: relative;
	margin-right: 4%;
}

.rfid-contents .wrapper figure img {
	width: 100%;
}

.rfid-contents .head-module {
	display: block;
	width: 56%;
	margin-bottom: 0;
}

.rfid-contents .head-module .ttl-area {
	margin-bottom: 48px;
	width: 100%;
	margin-right: 0;
}

.rfid-contents .merit-demerit.wrapper {
	align-items: stretch;
	justify-content: space-between;
}

.rfid-contents .merit-demerit.wrapper>div {
	width: 48%;
	box-sizing: border-box;
	padding: 40px;
}

.rfid-contents .merit-demerit .merit {
	background: url("../img/service/multipurpose-label/ico_merit.svg") no-repeat center center / auto 50% #eff4fd;
}

.rfid-contents .merit-demerit .demerit {
	background: url("../img/service/multipurpose-label/ico_demerit.svg") no-repeat center center / auto 50% #fcf0f3;
}

.rfid-contents .merit-demerit h3 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}

.rfid-contents .merit-demerit .merit h3 {
	color: #0068B7;
}

.rfid-contents .merit-demerit .demerit h3 {
	color: #d6295a;
}

.rfid-contents .merit-demerit ul li {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 0.4em;
}

.rfid-contents .merit-demerit ul li:last-child {
	margin-bottom: 0;
}

.rfid-contents .box-module .txt {
	max-width: 800px;
	margin: 0 auto 48px;
}

.rfid-contents .box-module figure {
	margin: 0 auto;
	text-align: center;
}

.feature-contents:before {
	background: #E6F0F8;
	display: block;
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.feature-contents .wrapper>.txt {
	max-width: 800px;
	margin: 0 auto 48px;
}

.feature-contents .service-images li {
	color: #FFF;
	position: relative;
	counter-increment: section;
}

.feature-contents .service-images li:before {
	content: counter(section);
	background: #0068B7;
	width: 2em;
	line-height: 2;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -1em;
	margin-left: -1em;
	z-index: 4;
	font-size: 2.8rem;
	font-weight: bold;
}

.feature-contents .service-images li figure {
	background: #eff4fd;
	padding: 24px 0;
}

.feature-contents .service-images li .inner h3 {
	font-size: 2.2rem;
	margin-bottom: 8px;
}

.feature-contents .possible {
	margin-top: 80px;
	border: #0068B7 2px solid;
	padding: 40px;
	box-sizing: border-box;
	margin: 60px auto 30px;
}

.feature-contents .possible h3 {
	text-align: center;
	margin: -0.8em 0 24px;
	margin-top: calc(-40px - 0.8em);
	font-size: 2.4rem;
	font-weight: bold;
	color: #0068B7;
	letter-spacing: 0.05em;
}

.feature-contents .possible h3 span {
	background: #E6F0F8;
	padding: 0 0.4em;
}

.feature-contents .possible figure {
	text-align: center;
	margin-bottom: 48px;
}

.feature-contents .possible ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature-contents .possible ul li {
	width: 19%;
	box-sizing: border-box;
	padding: 2.4% 1.6%;
	background: #FFF;
	text-align: center;
	margin-top: 1.4%;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.6);
	border-top: #0068B7 4px solid;
}

.feature-contents .possible ul li:nth-child(-n + 5) {
	margin-top: 0;
}

.feature-contents .possible ul .ttl {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 8px;
	color: #0068B7;
}

.feature-contents .possible ul .txt {
	font-size: 0.9em;
	line-height: 1.6;
}


.handy-terminal-contents:before {
	background: #E6F0F8;
	display: block;
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.handy-terminal-contents .wrapper {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 48px;
}

.handy-terminal-contents .wrapper figure {
	width: 40%;
	position: relative;
	margin-right: 4%;
}

.handy-terminal-contents .wrapper figure img {
	width: 100%;
}

.handy-terminal-contents .head-module {
	display: block;
	width: 56%;
	margin-bottom: 0;
}

.handy-terminal-contents .head-module .ttl-area {
	margin-bottom: 48px;
	width: 100%;
	margin-right: 0;
}

.indastrial-label-contents .wrapper>.txt {
	margin-bottom: 48px;
	text-align: center;
}

/********************************* promotional-items
*/
.promotional-items .mv-contents {
	background: url("../img/service/promotional-items/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.promotional-items-contents .wrapper {
	margin-bottom: 48px;
}


/********************************* packing-material
*/
.packing-material .mv-contents {
	background: url("../img/service/packing-material/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.packing-material-contents .wrapper {
	margin-bottom: 48px;
}

.packing-material-contents:before {
	background: #0068B7;
	display: block;
	content: "";
	width: 32vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.packing-material-contents .wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}

.packing-material-contents .wrapper figure {
	width: 32%;
	position: relative;
	margin-right: 4%;
}

.packing-material-contents .wrapper figure img {
	width: 100%;
}

.packing-material-contents .head-module {
	display: block;
	width: 64%;
	margin-bottom: 0;
}

.packing-material-contents .head-module .ttl-area {
	margin-bottom: 48px;
	width: 100%;
	margin-right: 0;
}

/******************************************************************** company
*/
.company .mv-contents {
	background: url("../img/company/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.overview-contents .inner {
	display: flex;
	justify-content: space-between;
}

.overview-contents .inner figure {
	width: 40%;
}

.overview-contents .inner figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.overview-contents .inner .detail {
	width: 56%;
}

.overview-contents table {
	font-size: 1.6rem;
	width: 100%;
}

.overview-contents table tr th {
	border-bottom: #0068B7 2px solid;
	padding: 1em;
	vertical-align: middle;
	font-weight: bold;
	width: 8em;
}

.overview-contents table tr td {
	border-bottom: #DDD 2px solid;
	padding: 1em;
}

/******************************************************************** recruit
*/
.recruit .mv-contents {
	background: url("../img/recruit/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.recruit-contents .wrapper {
	max-width: 800px;
}

.recruit-contents .txt {
	text-align: center;
	margin-bottom: 2em;
}

.recruit-contents table {
	font-size: 1.6rem;
	width: 100%;
}

.recruit-contents table tr th {
	border-bottom: #0068B7 2px solid;
	padding: 1em;
	vertical-align: middle;
	font-weight: bold;
	width: 8em;
}

.recruit-contents table tr td {
	border-bottom: #0068B7 2px solid;
	padding: 1em;
}


/******************************************************************** contact
*/
.contact .mv-contents,
.thanks .mv-contents {
	background: url("../img/contact/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.form-contents .wrapper {
	max-width: 800px;
}

.form-contents .ttl-area {
	text-align: center;
}

.form-contents .txt {
	text-align: center;
	margin-bottom: 2em;
}

.form-contents table {
	font-size: 1.8rem;
}

.form-contents table tr {
	border-top: #DDD 1px solid;
}

.form-contents table tr:last-child {
	border-bottom: #DDD 1px solid;
}

.form-contents table tr th {
	padding: 1.5em 0.5em;
	vertical-align: middle;
	width: 15em;
	font-weight: bold;
}

.form-contents table tr td {
	padding: 1.5em 0.5em;
}

.form-contents table tr td ol li {
	margin-bottom: 1em;
}

.form-contents table tr td ol li:last-child {
	margin-bottom: 0;
}

.form-contents table tr th.required p:before {
	display: inline-block;
	content: "必須";
	background: #C00;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.1em 0.5em;
	/*border-radius:4px;*/
	margin-right: 0.5em;
	vertical-align: 0.1em;
}

.form-contents table tr th.option p:before {
	display: inline-block;
	content: "任意";
	background: #CCC;
	font-size: 0.8em;
	padding: 0.1em 0.5em;
	/*border-radius:4px;*/
	margin-right: 0.5em;
	vertical-align: 0.1em;
}

.form-contents .btn {
	width: 60%;
	margin: 0 auto;
}


/******************************************************************** privacy
*/
.privacy .mv-contents {
	background: url("../img/privacy/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.privacy-contents .wrapper {
	max-width: 800px;
}

.privacy-contents .wrapper .ttl-area {
	text-align: center;
}

.privacy-contents .txt {
	margin-bottom: 2em;
}

.privacy-contents dt {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.privacy-contents dd {
	padding-left: 1em;
	margin-bottom: 2em;
}

.privacy-contents dd ul {
	margin-top: 0.5em;
}

.privacy-contents dd ul li {
	margin-left: 1em;
	list-style: disc;
}

.privacy-contents dd h3 {
	font-weight: bold;
	border-bottom: #333 1px dotted;
	margin: 1em 0 0.5em;
}

.privacy-contents .admin {
	background: #F0F0F4;
	padding: 2em;
}

.privacy-contents .admin .sub {
	font-weight: bold;
	font-size: 1.8rem;
}


/******************************************************************** sitemap
*/
.sitemap .mv-contents {
	background: url("../img/sitemap/bg_catch.jpg") no-repeat center center;
	background-size: cover;
}

.sitemap-contents .wrapper {
	max-width: 800px;
}

.sitemap-contents .wrapper>ul>li {
	border-bottom: #EEE 1px solid;
}

.sitemap-contents .wrapper>ul>li a {
	display: block;
	position: relative;
	padding: 1em;
	font-size: 2rem;
}

.sitemap-contents .wrapper>ul>li a:before {
	display: inline-block;
	content: "";
	background: url("../img/common/ico_arrow_next_blue.svg") no-repeat center center;
	background-size: 100% auto;
	width: 8px;
	height: 12px;
	margin-right: 10px;
}

.sitemap-contents .wrapper>ul>li ul {
	display: flex;
	flex-wrap: wrap;
}

.sitemap-contents .wrapper>ul>li ul li {
	width: 50%;
	box-sizing: border-box;
	padding-left: 1.6em;
}

.sitemap-contents .wrapper>ul>li ul li a {
	padding: 0.8em 1em;
	font-size: 1.6rem;
}

/*************************************************************************************************************************

■ タブレット(960px以下)向けスタイル

*************************************************************************************************************************/

@media screen and (max-width:960px) {
	/******************************************************************** index
*/

	.index .mv-contents {
		background: url("../img/index/bg_catch_sp.jpg") no-repeat center center;
		background-size: cover;
		padding: 12vmin 0;
	}

	.about-flex {
		display: block;
	}

	.about-flex p,
	.about-flex .item-ring {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}

	.about-flex p {
		margin-bottom: 45px;
	}



	.service-contents .service-list li {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}

	.service-contents .service-list li:nth-child(3n) {
		margin-right: 4%;
	}

	.service-contents .service-list li:nth-child(-n+3) {
		margin-top: 4%;
	}

	.service-contents .service-list li:nth-child(2n) {
		margin-right: 0;
	}

	.service-contents .service-list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.news-contents h3 {
		margin-bottom: 4.8vmin;
	}

	.news-contents h3:after {
		margin: 2.4vmin auto;
	}


	/******************************************************************** service
*/

	/********************************* special-label
*/
	.special-label-contents .wrapper {
		margin-bottom: 4.8vmin;
	}

	.special-label-contents .head-module .ttl-area {
		margin-bottom: 0;
		padding: 0 0 4.8vmin;
	}

	/********************************* special-marking
*/
	.special-marking-contents h3,
	.liquid-stamp-contents h3,
	.tat-contents h3 {
		padding: 1.6vmin;
	}

	.special-marking-contents h4,
	.liquid-stamp-contents h4,
	.tat-contents h4 {
		margin-bottom: 1.6vmin;
	}

	.special-marking-contents .inner {
		margin-bottom: 4vmin;
	}

	.special-marking-contents .CB {
		margin-bottom: 0;
	}

	.special-marking-contents .inner.cont02 {
		display: block;
	}

	.special-marking-contents .inner.cont02>div {
		width: 100%;
	}

	.special-marking-contents .inner.cont02>div.marking_01_03 {
		width: 100%;
		margin-bottom: 4vmin;
	}

	.special-marking-contents .inner.cont02>div:nth-child(2) {
		text-align: center;
	}

	.liquid-stamp-contents .inner,
	.tat-contents .inner {
		display: block;
	}

	.liquid-stamp-contents .inner .column,
	.tat-contents .inner .column {
		width: 100%;
	}

	.liquid-stamp-contents .wrapper .txt,
	.tat-contents .wrapper>.txt {
		margin-bottom: 4.8vmin;
	}

	.products-list {
		display: block;
		margin-bottom: 8vmin;
	}

	.products-list li {
		width: 100%;
		margin: 4% 0 0 0;
		box-sizing: border-box;
	}

	.products-list li:nth-child(2) {
		margin-top: 4%;
	}

	.products-list li>div {
		padding: 2.4vmin;
	}

	.products-list img {
		max-width: 100%;
	}

	.marking_01_01_wrap,
	.marking_01_02_wrap,
	.marking_01_03 {
		padding: 2.4vmin;
	}

	.section {
		margin-top: 8vmin;
	}

	.pagenav {
		margin-bottom: 2.4vmin;
	}

	.consumables li {
		flex-direction: column;
	}

	.consumables li>img {
		width: 100%;
		display: block;
		margin: 0 auto 2.4vmin;
	}

	.consumables li .detail {
		width: 100%;
	}

	.consumables li .detail h5 {
		text-align: center;
	}


	/********************************* printer-system
*/
	.printer-system-contents .wrapper:before {
		height: 80%;
		bottom: -8vmin;
	}

	.printer-system-contents .wrapper>figure {
		width: 100%;
		height: 40vmin;
	}

	.printer-system-contents .wrapper .head-module {
		padding: 4.8vmin 4.8vmin 0;
	}

	.printer-system-contents .wrapper .head-module h3 {
		margin-bottom: 2.4vmin;
	}

	.printer-system-contents .wrapper .head-module ul {
		margin-bottom: 2.4vmin;
	}

	.system-solution-contents .head-txt {
		margin: 0 auto 4.8vmin;
	}

	.system-solution-contents .wrapper h3 {
		margin-bottom: 2.4vmin;
		padding-bottom: 1.6vmin;
	}

	.system-solution-contents .wrapper ul li {
		margin-bottom: 4.8vmin;
	}

	.system-solution-contents .wrapper ul li figure {
		padding-bottom: 2.4vmin;
	}

	.system-solution-contents .wrapper ul li .module h4 {
		margin-bottom: 1.6vmin;
	}

	.system-solution-contents .wrapper ul li .module h5 {
		margin-bottom: 0.8vmin;
	}

	.system-solution-contents .wrapper ul li .module .btn {
		margin-top: 2.4vmin;
	}

	.system-solution-contents .wrapper .ribon {
		margin-top: 8vmin;
	}

	.system-solution-contents .wrapper .ribon ul {
		padding-bottom: 2.4vmin;
	}

	.system-solution-contents .wrapper .ribon ul li {
		margin-bottom: 2.4vmin;
	}


	/********************************* multipurpose-label
*/
	.rfid-contents .wrapper {
		margin-bottom: 4.8vmin;
	}

	.rfid-contents .head-module .ttl-area {
		margin-bottom: 0;
		padding: 0 0 4.8vmin;
	}

	.rfid-contents .box-module .txt {
		margin: 0 auto 4.8vmin;
	}

	.rfid-contents .box-module figure img {
		max-width: 100%;
	}

	.feature-contents .wrapper>.txt {
		margin: 0 auto 4.8vmin;
	}

	.feature-contents .service-images li {
		width: 48%;
	}

	.feature-contents .service-images li:nth-child(-n+4) {
		margin-top: 2%;
	}

	.feature-contents .service-images li:nth-child(-n+2) {
		margin-top: 0;
	}

	.feature-contents .service-images li:nth-child(2n) {
		margin-right: 0;
	}

	.feature-contents .service-images li:before {
		left: 2px;
		top: 2px;
		margin-left: 0;
	}

	.feature-contents .service-images li .inner h3 {
		margin-bottom: 0.8vmin;
	}

	.feature-contents .possible {
		margin-top: 8vmin;
		padding: 4vmin;
	}

	.feature-contents .possible h3 {
		margin: 0 0 2.4vmin;
	}

	.feature-contents .possible h3 span {
		background: transparent;
	}

	.feature-contents .possible figure {
		margin-bottom: 4.8vmin;
	}

	.feature-contents .possible figure img {
		max-width: 100%;
	}

	.feature-contents .possible ul {
		justify-content: space-between;
	}

	.feature-contents .possible ul li {
		width: 49%;
		margin-top: 2%;
		margin-right: 2%;
		border-top: #0068B7 6px solid;
	}

	.feature-contents .possible ul li:nth-child(-n + 5) {
		margin-top: 2%;
	}

	.feature-contents .possible ul li:nth-child(-n + 2) {
		margin-top: 0;
	}

	.feature-contents .possible ul li:nth-child(2n) {
		margin-right: 0;
	}

	.feature-contents .possible ul .ttl {
		margin-bottom: 0.8vmin;
	}

	.handy-terminal-contents .wrapper {
		margin-bottom: 4.8vmin;
	}

	.handy-terminal-contents .head-module .ttl-area {
		margin-bottom: 0;
		padding: 0 0 4.8vmin;
	}

	.indastrial-label-contents .wrapper>.txt {
		margin-bottom: 4.8vmin;
	}

	/********************************* packing-material
*/
	.packing-material-contents .wrapper {
		margin-bottom: 4.8vmin;
	}

	.packing-material-contents .head-module .ttl-area {
		margin-bottom: 0;
		padding: 0 0 4.8vmin;
	}

	/******************************************************************** company
*/
	.overview-contents .inner {
		display: block;
	}

	.overview-contents .inner figure {
		width: 60%;
		margin: 0 auto 4vmin;
	}

	.overview-contents .inner .detail {
		width: 100%;
	}

	/******************************************************************** contact
*/
	.contact-us .main section {
		padding: 8% 0;
	}

	.contact .sub-content {
		padding: 4%;
	}

	.tel-contents .tel {
		font-size: 8vw;
	}

	.tel-contents .tel:before {
		width: 1em;
		height: 0.8em;
	}

	.tel-contents .tel span {
		font-size: 3vw;
		width: 70%;
	}

}


/*************************************************************************************************************************

■ スマホ(600px以下)向けスタイル

*************************************************************************************************************************/

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

	/******************************************************************** index
*/
	.index .mv-contents {
		background: url("../img/index/bg_catch_sp.jpg") no-repeat center center;
		background-size: cover;
		padding: 16vmin 0;
	}

	.about-flex p,
	.about-flex .item-ring {
		text-align: start;
	}

	.about-flex .item-ring img {
		width: 100%;
	}

	.index .mv-contents h2 img {
		width: 100%;
	}

	.index .mv-contents figure {
		width: 30vmin;
		margin: 0 auto;
	}

	.index .mv-contents figure img {
		-webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 1));
		filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 1));
	}

	.service-contents .service-list {
		width: 96%;
	}

	.service-contents .service-list li {
		width: 100%;
		margin-right: 0;
		margin-top: 6%;
	}

	.service-contents .service-list li:first-child {
		margin-top: 0;
	}

	.service-contents .service-list li:nth-child(3n) {
		margin-right: 0;
	}

	.service-contents .service-list li:nth-child(-n+3) {
		margin-top: 6%;
	}

	.service-contents .service-list li:nth-child(2n) {
		margin-right: 0;
	}

	.service-contents .service-list li:nth-child(-n+2) {
		margin-top: 6%;
	}

	.service-contents .service-list li figure {
		height: 44vmin;
	}

	.service-contents .service-list li figure img {
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.service-contents .service-list li .inner h3 {
		font-size: 5.6vmin;
	}

	.service-contents .service-list li .inner .en {
		font-size: 3.2vmin;
	}

	.company-contents .bg {
		height: 56vmin;
	}

	.news-contents h3 {
		font-size: 6.4vmin;
	}

	.main>section.news-contents .txt {
		text-align: left;
	}


	/******************************************************************** service
*/
	/********************************* common
*/
	.service-images li {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}

	.service-images li:nth-child(4n) {
		margin-right: 4%;
	}

	.service-images li:nth-child(-n+4) {
		margin-top: 4%;
	}

	.service-images li:nth-child(2n) {
		margin-right: 0;
	}

	.service-images li .inner h3 {
		font-size: 3.6vmin;
	}

	.service-images li.attention {
		font-size: 4.4vmin;
	}

	/********************************* special-label
*/
	.special-label-contents:before {
		width: 100%;
		height: 64%;
		top: auto;
		bottom: 0;
	}

	.special-label-contents .wrapper {
		display: block;
	}

	.special-label-contents .wrapper figure {
		width: 64%;
		margin: 0 auto 2.4vmin;
	}

	.special-label-contents .head-module {
		width: 100%;
	}

	.special-label-contents .head-module .ttl-area {
		text-align: center;
	}

	.special-label-contents .service-images li.attention {
		color: #FFF;
	}

	.special-barcode-label-contents .ttl-area h2 br {
		display: block;
	}


	/********************************* special-marking
*/
	.special-marking-contents .inner {
		display: block;
	}

	.special-marking-contents .inner .column {
		width: 100%;
		margin-bottom: 4vmin;
	}

	.special-marking-contents .inner .column:last-of-type {
		margin-bottom: 0;
	}

	.special-marking-contents .CB {
		justify-content: space-between;
	}

	.marking_01_04 {
		margin: 0;
	}

	.marking_01_04 img,
	.marking_01_05 img {
		box-sizing: border-box;
	}

	.special-marking-contents h3,
	.liquid-stamp-contents h3,
	.tat-contents h3 {
		padding: 2.4vmin;
		font-size: 4.8vmin;
	}

	.special-marking-contents h4,
	.liquid-stamp-contents h4,
	.tat-contents h4 {
		font-size: 4.4vmin;
	}

	.products-list li table {
		font-size: 3.2vmin;
	}

	table.marking_01_08 {
		font-size: 3.2vmin;
	}

	.marking_item_img {
		float: none;
	}

	.special-marking-contents img,
	.liquid-stamp-contents img,
	.marking_item_img {
		display: block;
		margin: 0 auto 2.4vmin;
	}

	.marking_01_07_table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}

	.marking_01_07_table td:last-child {
		border-bottom: #b3b3b3 1px solid;
	}


	.pagenav {
		flex-wrap: wrap;
	}

	.pagenav li {
		width: 50%;
		box-sizing: border-box;
		border-top: #555 1px solid;
	}

	.pagenav li:nth-child(-n+2) {
		border-top: none;
	}

	.pagenav li:nth-child(odd) {
		border-left: none;
	}

	.consumables {
		flex-direction: column;
	}

	.consumables li {
		width: 100%;
	}

	/********************************* printer-system
*/
	.printer-system-contents .wrapper:before {
		height: 88%;
	}

	.printer-system-contents .wrapper .head-module h3 {
		font-size: 6.4vmin;
	}

	.printer-system-contents .wrapper .head-module ul {
		display: block;
	}

	.printer-system-contents .wrapper .head-module ul li {
		width: 100%;
		padding: 0.4em;
		font-size: 4.4vmin;
		box-sizing: border-box;
		margin-bottom: 2.4vmin;
	}

	.printer-system-contents .wrapper .head-module ul li:last-child {
		margin-bottom: 0;
	}

	.printer-system-contents .wrapper .head-module ul li br {
		display: none;
	}

	.system-solution-contents .head-txt {
		margin: 0 auto 4.8vmin;
	}

	.system-solution-contents .wrapper h3 {
		font-size: 6.4vmin;
	}

	.system-solution-contents .wrapper h4 {
		font-size: 4.8vmin;
	}

	.system-solution-contents .wrapper ul {
		margin: 0;
	}

	.system-solution-contents .wrapper ul li {
		display: block;
	}

	.system-solution-contents .wrapper ul li figure {
		width: 64%;
		margin: 0 auto 2.4vmin;
	}

	.system-solution-contents .wrapper ul li .module {
		width: 100%;
	}

	.system-solution-contents .wrapper ul li .module h4 {
		font-size: 6.4vmin;
		text-align: center;
	}

	.system-solution-contents .wrapper ul li .module h5 {
		font-size: 4.8vmin;
	}

	.system-solution-contents .wrapper ul li .module h5 br {
		display: none;
	}

	.system-solution-contents .wrapper ul li .module .btn {
		margin-top: 2.4vmin;
	}

	.system-solution-contents .wrapper .ribon {
		margin-top: 9.6vmin;
		padding: 0 4vmin 4vmin;
	}


	/********************************* multipurpose-label
*/
	.rfid-contents:before {
		width: 100%;
		height: 36%;
		top: auto;
		bottom: 0;
	}

	.rfid-contents .wrapper,
	.handy-terminal-contents .wrapper {
		display: block;
	}

	.rfid-contents .wrapper figure,
	.handy-terminal-contents .wrapper figure {
		width: 64%;
		margin: 0 auto 2.4vmin;
	}

	.rfid-contents .head-module,
	.handy-terminal-contents .head-module {
		width: 100%;
	}

	.rfid-contents .head-module .ttl-area,
	.handy-terminal-contents .head-module .ttl-area {
		text-align: center;
	}

	.rfid-contents .service-images li.attention {
		color: #FFF;
	}

	.rfid-contents .merit-demerit.wrapper {
		margin-bottom: 8vmin;
	}

	.rfid-contents .merit-demerit.wrapper>div {
		width: 100%;
		padding: 6.4vmin;
	}

	.rfid-contents .merit-demerit.wrapper .demerit {
		margin-top: 4.8vmin;
	}

	.rfid-contents .merit-demerit h3 {
		font-size: 4.8vmin;
	}

	.rfid-contents .box-module .txt {
		font-size: 3.6vmin;
	}

	.feature-contents .service-images {
		width: 84%;
	}

	.feature-contents .service-images li {
		width: 100%;
		margin-top: 4%;
		margin-right: 0;
	}

	.feature-contents .service-images li:before {
		font-size: 5.6vmin;
	}

	.feature-contents .service-images li:nth-child(-n+2) {
		margin-top: 4%;
	}

	.feature-contents .service-images li:nth-child(-n+4) {
		margin-top: 4%;
	}

	.feature-contents .service-images li:first-child {
		margin-top: 0;
	}

	.feature-contents .service-images li .inner h3 {
		font-size: 4.8vmin;
	}

	.feature-contents .possible h3 {
		font-size: 4.8vmin;
	}

	.feature-contents .possible ul li {
		/*width: 100%;*/
		margin-top: 2%;
		margin-right: 0;
		border-top: none;
	}

	/*.feature-contents .possible ul li:nth-child(-n + 2){margin-top: 2%;}
.feature-contents .possible ul li:first-child{margin-top: 0;}*/
	.feature-contents .possible ul .ttl {
		font-size: 4.4vmin;
	}

	.feature-contents .possible ul .txt {
		font-size: 3.6vmin;
	}

	.indastrial-label-contents .wrapper>.txt {
		margin-bottom: 4.8vmin;
	}

	/********************************* packing-material
*/
	.packing-material-contents:before {
		width: 100%;
		height: 58%;
		top: auto;
		bottom: 0;
	}

	.packing-material-contents .wrapper {
		display: block;
	}

	.packing-material-contents .wrapper figure {
		width: 64%;
		margin: 0 auto 2.4vmin;
	}

	.packing-material-contents .head-module {
		width: 100%;
	}

	.packing-material-contents .head-module .ttl-area {
		text-align: center;
	}

	.packing-material-contents .service-images li.attention {
		color: #FFF;
	}


	/******************************************************************** company
*/
	.overview-contents table {
		font-size: 4vmin;
	}

	.overview-contents table tr th {
		width: 6em;
	}

	.overview-contents .google-map iframe {
		height: 80vmin;
	}

	/******************************************************************** recruit
*/
	.recruit-contents .txt {
		margin-bottom: 4.8vmin;
	}

	.recruit-contents table {
		font-size: 4vmin;
	}

	.recruit-contents table tr th {
		width: 6em;
	}

	/******************************************************************** contact
*/
	.form-contents table tr th {
		padding: 1em 0.5em 0.5em;
		width: 100%;
		display: block;
	}

	.form-contents table tr td {
		padding: 0.5em 0.5em 1em;
		display: block;
	}

	.form-contents table tr th.required p:before {
		display: inline-block;
		content: "必須";
		background: #C00;
		color: #FFF;
		font-size: 0.8em;
		padding: 0.1em 0.5em;
		border-radius: 4px;
		margin-right: 0.5em;
	}

	.form-contents table tr th.option p:before {
		display: inline-block;
		content: "任意";
		background: #CCC;
		font-size: 0.8em;
		padding: 0.1em 0.5em;
		border-radius: 4px;
		margin-right: 0.5em;
	}

	.form-contents .txt:nth-of-type(2) br {
		display: none;
	}

	.form-contents .btn {
		width: 90%;
	}


	/******************************************************************** privacy
*/
	.privacy-contents dt {
		font-size: 5.6vmin;
	}

	/******************************************************************** sitemap
*/
	.sitemap-contents .wrapper>ul>li a {
		padding: 0.8em;
		font-size: 4.8vmin;
	}

	.sitemap-contents .wrapper>ul>li ul li {
		width: 100%;
	}

	.sitemap-contents .wrapper>ul>li ul li a {
		padding: 0.6em;
		font-size: 4vmin;
	}

}