@charset "utf-8";
/* CSS Document */


/* contents==========================

	1.for contents style

*/
/* 1.for contents style ==============================================*/

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */

.tp-menu a, .tp-menu a:hover {
	box-shadow: 0 -3px #b40200 inset !important;
}

/*
.index
----------------------------------- */
.wrap {
	line-height: 1.7;
	padding-bottom: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	counter-reset: cont 0;
}
.wrap img {
	image-rendering: -webkit-optimize-contrast;
}
.mainvis {
	height: 440px;
	background: url(/product/ia/transprint/img/bg_main_pc.jpg) center 0 / cover no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vis-in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.vis-txt {
	width: 65%;
}

.vis-in h1 {
	width: 22%;
}
.vis-in dl {
	margin-top: 15px;
}
.vis-in dt, .vis-txt p {
	font-weight: bold;
	display: inline;
	font-size: 3.6rem;
	border-bottom: 4px solid #fff;
	padding-bottom: 5px;
	line-height: 2;
}
.vis-in dd {
	font-size: 2.2rem;
	margin-top: 20px;
}
.vis-in .btn a {
	display: block;
	margin-top: 40px;
	max-width: 400px;
	width: 100%;
	background: #fff;
	text-align: center;
	font-size: 1.8rem;
	color: #1c87b5;
	padding: 15px;
	border-radius: 80px;
	font-weight: 500;
	transition: .3s;
	position: relative;
}
.vis-in .btn + .btn a {
	margin-top: 15px;
}
.vis-in .btn a:hover {
	opacity: 0.7;
}
.vis-in .btn a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #1c87b5;
}
.problem-company {
	background-color: #e5e5e5;
	padding: 80px 0;
	text-align: center;
}
.problem-company p {
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 40px;
}
.problem-company .logo-slider {
	max-width: 1000px;
	margin: 0 auto;
}
.problem-company .slick-slide {
	margin: 0 1px 0 0;
}
.problem-company .slick-slide img + img {
	margin-top: 1px;
}
.problem-company ul {
	max-width: 915px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.problem-company li {
	max-width: 227px;
	margin: 0 1px 1px 0;
}
.page-link ol {
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
	max-width: 1200px;
	counter-reset: number 0;
}
.page-link li {
	width: 100%;
	counter-increment: number 1;
}
.page-link li + li {
	border-left: 1px solid #e6e6e6;
}
.page-link li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 10px 0 18px;
	text-align: center;
	text-align: center;
	position: relative;
}
.page-link li a::before {
	content: counter(number, decimal-leading-zero);
	margin-right: 8px;
	color: #808080;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
}
.page-link li a::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #2a99a5 transparent transparent transparent;
	transition: .3s;
}
.page-link li a:hover::after {
	bottom: -5px;
}
.cont-area {
	counter-increment: cont 1;
}
.cont-area .btn a {
	display: inline-block;
	margin-top: 60px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to right, #27679d, #1f5390);
	padding: 30px 55px 30px 40px;
	border-radius: 80px;
	box-shadow: 0 0 30px 0 rgba(49, 60, 71, 0.4);
	line-height: 1;
	position: relative;
	transition: .3s;
}
.cont-area .btn a:hover {
	opacity: 0.7;
}

.cont-area .btn a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}
.cont-area .btn a span {
	font-weight: bold;
	font-size: 1.5rem;
	padding-right: 10px;
}
.tit-area {
	background: #1161a8;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
}
#service .tit-area, #case .tit-area {
	background: #2a99a5;
}
#use .tit-area {
	background: #0a357a;
}
.tit-area h2 {
	max-width: 750px;
	margin: 0 auto;
	font-size: 3rem;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 40px;
}
.tit-area h2 span {
	font-weight: bold;
	display: flex;
	align-items: center;
}
.tit-area h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/product/ia/transprint/img/ico_open.svg) 0 0 / cover no-repeat;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
	transform: rotate(270deg);
}
.tit-area.open h2::after {
	background-image: url(/product/ia/transprint/img/ico_close.svg);
	transform: rotate(180deg);
}
.tit-area h2::before {
	content: counter(cont, decimal-leading-zero);
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 6.2rem;
	font-style: italic;
}
.tit-area h2 span::before {
	content: "";
	width: 3em;
	height: 1px;
	display: block;
	background: #fff;
	margin: 0 20px;
}
.cont-box .lead {
	text-align: center;
	padding: 40px 15px 60px;
	background: url(/product/ia/transprint/img/bg_lead.png) center center / cover no-repeat;
}
#about .lead dt {
	display: inline;
	font-weight: bold;
	font-size: 3.2rem;
	color: #1161a8;
	line-height: 1.9;
	border-bottom: 4px solid #1161a8;
}
#about .lead dd {
	color: #262626;
	max-width: 730px;
	margin: 20px auto 0;
}
.about-img {
	text-align: center;
	padding: 80px 0;
	border-bottom: 1px solid #e8e8e8;
	background: url(/product/ia/transprint/img/bg_about01.png) right 0 no-repeat, url(/product/ia/transprint/img/bg_about02.png) 15px 50% no-repeat;
	position: relative;
}
.about-img::before {
	content: "";
	position: absolute;
	display: block;
	width: 53px;
	height: 53px;
	background: url(/product/ia/transprint/img/bg_about03.png) 0 0 /cover no-repeat;
	bottom: -25px;
	right: 20%;
}
.about-img figure {
	margin-bottom: 40px;
}
.cont-box h3 {
	text-align: center;
	margin-bottom: 50px;
}
.cont-box h3 span {
	font-weight: bold;
	font-size: 3rem;
	color: #fff;
	background: #1161a8;
	line-height: 1;
	padding: 5px 15px 9px;
}
.cont-box > section,
.merit section {
	padding: 90px 0 80px;
	text-align: center;
	position: relative;
}
.cont-box > section + section,
.merit section + section {
	border-top: 1px solid #e8e8e8;
}
.merit .merit-box ul,
.merit02 .merit-box {
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.merit-box > * {
	position: relative;
	z-index: 1;
}
.merit-box dt {
	background: #e7eff6;
	border-radius: 10px;
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.merit-box dt span {
	font-weight: bold;
	display: inline;
	border-bottom: 2px solid #1161a8;
}
.merit-box dt p {
	margin-bottom: 25px;

}
.merit-box dd {
	margin-top: 15px;
	font-size: 1.5rem;
}
.merit .merit01 {
	position: relative;
}
.merit .merit01::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 196px;
	height: 455px;
	background: url(/product/ia/transprint/img/bg_about04.png) 0 0 /cover no-repeat;
	z-index: 1;
}
.merit .merit-box li {
	width: 30%;
}
.merit02 .merit-box li {
	width: 32%;
}
.merit .merit02 {
	padding-bottom: 120px;
	background: url(/product/ia/transprint/img/bg_about05.png) right bottom no-repeat;
}
.merit02 .merit-box dd li {
	width: 100%;
	margin-top: 12px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;
}
/* .merit02 dl {
	width: 46%;
} */

#service .lead dt {
	text-align: center;
	font-weight: bold;
	color: #2a99a5;
	font-size: 2.8rem;
	margin-bottom: 20px;
}
#service .lead ul {
	max-width: 780px;
	margin: 0 auto;
	border-radius: 10px;
	border: 5px solid #2a99a5;
	background: #d9ebed;
	padding: 20px;
	font-size: 2.4rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
#service .lead ul::before {
	content: "";
	position: absolute;
	display: block;
	width: 5%;
	padding-top: 5%;
	height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(/product/ia/transprint/img/ico_plus.png) 0 0 / contain no-repeat;
}
#service .lead li {
	width: 48%;
	position: relative;
}

#service .lead li em {
	font-weight: bold;
	color: #1161a8;
}
#service .inner {
	max-width: 950px;
	margin: 0 auto;
}

#service h3 span {
	background: #2a99a5;
}
#service h3 + p {
	margin: -20px 0 50px;
}
#service .operation {
	background: url(/product/ia/transprint/img/bg_service01.png) 0 0 no-repeat;
}
#service .operation .note {
	font-size: 1.4rem;
	margin: -30px 0 50px;
}
#service .operation .inner {
	position: relative;
}
#service .operation .inner > * {
	position: relative;
	z-index: 2;
}
#service .operation .inner::before {
	content: "";
	position: absolute;
	display: block;
	width: 332px;
	height: 313px;
	background: url(/product/ia/transprint/img/bg_service02.png) 0 0 / cover no-repeat;
	right: -15%;
	top: 80%;
	z-index: 1;
}
#service .point {
	counter-reset: service 0;
}
#service .point .inner {
	position: relative;
}
#service .point section {
	counter-increment: service 1;
	padding: 40px 60px;
	background: url(/product/ia/transprint/img/img_service02.png) right 60px top 40px no-repeat, #eef7f8;
	position: relative;
	z-index: 2;
}
#service .point .point01::before,
#service .point .point02::before {
	content: "";
	position: absolute;
	display: block;
	width: 68px;
	height: 65px;
	top: -10%;
	left: -5%;
	background: url(/product/ia/transprint/img/bg_service03.png) 0 0 / cover no-repeat;
}
#service .point .point02 {
	background-image: url(/product/ia/transprint/img/img_service03.png);
}
#service .point .point02::before {
	width: 47px;
	height: 45px;
	top: 40%;
	left: auto;
	right: -10%;
}
#service .point .point03 {
	background-image: url(/product/ia/transprint/img/img_service04.png);
}
#service .point .point03 > * {
	position: relative;
	z-index: 2;
}
#service .point .inner::before {
	content: "";
	position: absolute;
	display: block;
	width: 341px;
	height: 304px;
	left: -20%;
	bottom: -15%;
	background: url(/product/ia/transprint/img/bg_service04.png) 0 0 / cover no-repeat;
	z-index: 1;

}
#service .point section + section {
	margin-top: 20px;
}
#service .point h4 {
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	padding-right: 180px;
}
#service .point h4::before {
	content: counter(service, decimal-leading-zero);
	font-family: 'Poppins', sans-serif;
	font-size: 4.3rem;
	flex-shrink: 0;
	align-self: flex-start;
	color: #2a99a5;
	border-bottom: 4px solid #2a99a5;
	margin-right: 20px;
}
#service .point ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 25px 20px;
	border-radius: 10px;
	background: #fff;
	font-size: 1.5rem;
}
#service .point li {
	width: 48%;
}
#service .point li + li {
	border-left: 1px solid #d9d9d9;
}
#service .point dt {
	font-weight: bold;
	color: #2a99a5;
	font-size: 1.8rem;
}
.function {
	background: url(/product/ia/transprint/img/bg_service05.png) right 0 bottom no-repeat;

}
.function table {
	border: 2px solid #eeeeee;
	text-align: left;
	width: 100%;
	font-size: 1.6rem;
}
.function table + table {
	margin-top: 50px;
}
.function caption {
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.function th {
	padding: 15px 20px;
	border-bottom: 1px solid #eeeeee;
	background: #e6e6e6;
	vertical-align: middle;
	width: 18em;
}
.function tr:nth-of-type(2n) th {
	background: #f5f5f5;
}
.function td {
	padding: 15px 20px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: middle;
}
.function td span {
	font-size: 1.4rem;
}
#use .lead p {
	font-size: 2.8rem;
	display: inline;
	font-weight: bold;
	line-height: 2;
	border-bottom: 4px solid #0a357a;
	color: #0a357a;
}
#use h3 span {
	background: #0a357a;
}
.flow {
	background: url(/product/ia/transprint/img/bg_use01.png) 0 0 no-repeat, url(/product/ia/transprint/img/bg_use02.png) right 50% no-repeat;
}
.flow h4 {
	color: #333333;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.flow section,
.howto section {
	max-width: 950px;
	margin: 0 auto;
}
.flow section + section {
	margin-top: 40px;
}
.flow ol {
	display: flex;
	counter-reset: flow 0;
	flex-wrap: wrap;
}
.flow li {
	counter-increment: flow 1;
	padding: 40px 22px 30px;
	font-size: 1.3rem;
	position: relative;
	background: #e7e7e7;
}
.flow li:nth-of-type(2n) {
	background: #f3f3f3;
}
.flow li::before {
	content: counter(flow, decimal-leading-zero);
	font-family: 'Poppins', sans-serif;
	font-size: 3rem;
	font-weight: bold;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	color: #808080;
}
.flow li::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #e7e7e7;
	z-index: 1;
}
.flow li:nth-of-type(2n)::after {
	border-color: transparent transparent transparent #f3f3f3;
}
.flow li:last-of-type::after {
	display: none;
}
.flow li p {
	display: table;
	background: #1161a8;
	font-size: 1.4rem;
	color: #fff;
	margin: 0 auto;
	padding: 5px 5px 8px;
	line-height: 1;
}
.flow li dt {
	font-size: 1.6rem;
	color: #1161a8;
	margin: 10px 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow .customer p {
	background: #2a99a5;
}
.flow .customer dt {
	color: #2a99a5;
}
.flow li dd {
	text-align: left;
}
.flow01 li {
	width: 20%;
}
.flow02 li {
	width: 25%;
}
.howto {
	position: relative;
	background: url(/product/ia/transprint/img/bg_use05.png) 0 bottom no-repeat;

}
.howto::before {
	content: "";
	position: absolute;
	display: block;
	top: -2%;
	left: 10%;
	width: 263px;
	height: 261px;
	background: url(/product/ia/transprint/img/bg_use03.png) 0 0 / cover no-repeat;
}
.howto h3 {
	line-height: 3.5;
}
.howto > section {
	background: #1161a8;
	padding: 20px 30px 30px;
	position: relative;
}
.howto > section + section {
	margin-top: 30px;
}
.howto01::before {
	content: "";
	position: absolute;
	display: block;
	width: 47px;
	height: 45px;
	right: -10%;
	bottom: 20%;
	background: url(/product/ia/transprint/img/bg_use04.png) 0 0 / cover no-repeat;
	z-index: -1;
}
.howto h4 {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.howto-box {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	text-align: left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.howto-box + .howto-box {
	margin-top: 15px;
}
.howto-box dl {
	width: 45%;
}
.howto-box dt {
	font-weight: bold;
	font-size: 2.6rem;
	margin-bottom: 10px;
}
.howto-box dt span {
	font-weight: bold;
	color: #2a99a5;
}
.howto-box dd {
	font-size: 1.5rem;
}
.howto-box dd span {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	color: #707070;
	font-size: 1.2rem;
}
.howto-box dd p + p {
	margin-top: 1em;
}
.howto-box figure {
	width: 43%;
}
#price .lead p {
	font-size: 2.8rem;
	font-weight: bold;
	color: #1161a8;
}
#price .lead p span {
	font-weight: bold;
	border-bottom: 4px solid #1161a8;
}
.price {
	padding: 80px 0;
	background: url(/product/ia/transprint/img/bg_price01.png) right 0 no-repeat, url(/product/ia/transprint/img/bg_price02.png) 0 bottom no-repeat;
	text-align: center;
}
.price > section {
	max-width: 950px;
	margin: 0 auto;
}
.price h3 {
	margin-bottom: 0;
}
.price .monthly {
	border-radius: 10px;
	border: 3px solid #1161a8;
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.monthly .price-box {
	width: 55%;
	display: flex;
	align-items: center;
}
.monthly h3 {
	line-height: 1.2;
	font-weight: bold;
	color: #1161a8;
	font-size: 3.3rem;
	margin-right: 10px;
}
.monthly p {
	font-size: 10rem;
	letter-spacing: -0.02em;
	text-align: left;
	line-height: 1;
}
.monthly p i {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: -5px;
}
.monthly span {
	font-size: 3.8rem;
	font-weight: bold;
}
.monthly span span {
	font-size: 2.4rem;
}
.monthly ul {
	width: 45%;
	text-align: left;
	font-size: 1.3rem;
	background: #f2f2f2;
	border-radius: 6px;
	padding: 15px;
	line-height: 1.2;
}
.monthly li {
	position: relative;
	display: flex;
}
.monthly li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #2a99a5;
	margin: 8px 10px 0 0;
}
.monthly li + li {
	margin-top: 8px;
}
.price .point {
	background: #ededed;
	padding: 30px;
}
.price .point h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.price .point h3::before,
.price .point h3::after {
	content: "";
	display: block;
	width: 1px;
	height: 2.2em;
	background: #8e8e8e;
	transform: rotate(20deg);
}
.price .point h3::before {
	transform: rotate(-20deg);
	margin-right: 20px;
}
.price .point h3::after {
	margin-left: 20px;
}
.price .point h3 span {
	font-size: 2.7rem;
	padding: 0;
	background: none;
	color: #000;
	font-weight: normal;
	position: relative;
}
.price .point h3 em {
	color: #1161a8;
	font-size: 3rem;
}
.price .point ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.price .point li {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	width: 48.5%;
}
.price .point dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.price .point dt {
	width: 62px;
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #fff;
	border-radius: 50%;
	background: #1161a8;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 10px;
}
.price .point dt span {
	font-size: 2.7rem;
}
.price .point dd {
	flex: 1;
	text-align: left;
	font-size: 2rem;
	color: #1161a8;
	font-weight: bold;
	line-height: 1.5;
}
.price .btn p {
	margin-top: 60px;
}
.price .btn a {
	margin-top: 20px;
}
#case .lead p {
	font-size: 2.8rem;
	color: #2a99a5;
	font-weight: bold;
}
.case-list {
	padding: 80px 0;
	background: url(/product/ia/transprint/img/bg_case01.png) right 0 no-repeat, url(/product/ia/transprint/img/bg_case02.png) left 10% bottom -1% no-repeat;
	border-top: 1px solid #223a8d;
}
.case-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 45px auto 0px;
}
.case-area::after {
	content: "";
	width: 31%;
	display: block;
}
.case-box {
	width: 31%;
	box-shadow: 0px 0px 26px 0px rgba(49, 60, 71, 0.2);
	margin-bottom: 20px;
}

.case-box a {
	display: block;
	background: #fff;
	padding-bottom: 30px;
	transition: .3s;
}
.case-box a:hover {
	opacity: 0.7;
}
.cat {
	display: flex;
	flex-wrap: wrap;
}
.cat li {
	color: #fff;
	font-size: 1.2rem;
	background: #2dac99;
	line-height: 1;
	padding: 8px 10px;
}
.cat li + li {
	margin-left: 1px;
}
.case-txt {
	text-align: left;
	padding: 20px 20px 10px;
}
.case-txt dt {
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.case-txt dd {
	font-size: 1.4rem;
}
.case-txt + p {
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case-data {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #eff0f0;
	font-size: 1.3rem;
	padding: 3px;
	margin: 15px 0;
}
.case-data dd + dt {
	margin-left: 10px;
}
.link-txt {
	text-align: center;
}

.link-txt span {
	font-size: 1.5rem;
	color: #1161a8;
	display: inline-block;
	padding: 0 5px 5px;
	border-bottom: 2px solid #1161a8;

}
.link-txt span::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #1161a8;
	margin-left: 10px;
}

/*.case-box .case-slide {
	max-width: 950px;
	margin: 0 auto;

}

.case-box .slick-slide {
	box-shadow: 0 0 15px 0 rgba(49, 60, 71, 0.4);
	margin: 20px 15px;
	max-width: 294px;
}
.case-box .slick-prev, .case-box .slick-next {
	border-top: 2px solid #294a93;
	border-right: 2px solid #294a93;
	transform: rotate(45deg);
	width: 15px;
	height: 15px;
	z-index: 99;
}
.case-box .slick-prev {
	transform: rotate(-135deg);
}
.case-box .slick-prev::before, .case-box .slick-next::before {
	font-size: 0;
}
.case-box a {
	display: flex;
	height: 100%;
	flex-direction: column;
	transition: .3s;
	padding-bottom: 40px;
	background: #fff;
}
.case-box a:hover {
	opacity: 0.7;
}
.case-box dl {
	padding: 15px 20px 20px;
}
.case-box dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.case-box dd {
	font-size: 1.4rem;
}
.case-box p {
	text-align: center;
	font-size: 1.5rem;
	color: #0a357a;
	margin-top: auto;
}
.case-box p span {
	font-weight: bold;
	padding: 0 18px 10px 0;
	border-bottom: 2px solid #0a357a;
	position: relative;
}
.case-box p span::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 10px;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #0a357a;
} */
#case .btn {
	text-align: center;
}
#case .btn a {
	max-width: 400px;
	width: 100%;
	margin: 50px auto 0;
	padding: 30px 40px;
}

.blog {
	max-width: 750px;
	margin: 80px auto 120px;
}
.blog a {
	display: block;
	transition: .3s;
}
.blog a:hover {
	opacity: .7;
}
/*All END*/



@media only screen and (min-width: 769px) {

	.sp-only {
		display: none;
	}
	.cont-area {
		padding-top: 154px;
		margin-top: -154px;
	}

	.pl-fixed.is-show {
		display: block;
	}
	.page-link.pl-fixed ol {
		margin: 15px auto;
	}
	/*(tablet and PC) 769px～  END*/
}
@media only screen and (min-width: 1001px) {

	.pl-fixed {
		position: fixed;
		width: 100%;
		top: 70px;
		z-index: 9999;
		background: #fff;
		display: none;
	}
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.localnavi img {
		height: 20px;
	}
	.wrap {
		font-size: 1.4rem;
	}
	.mainvis {
		height: auto;
		margin-bottom: 0;
		padding: 15px 15px 30px;
		background: url(/product/ia/transprint/img/bg_main_sp.jpg) right bottom / cover no-repeat;
	}
	.vis-in {
		flex-direction: column;
	}
	.vis-txt {
		width: 100%;
	}
	.vis-in dt {
		font-size: 8vw;
		border-width: 2px;

	}
	.vis-in dd {
		font-size: 4vw;
	}
	/* .vis-in p {
		width: 30%;
		margin: 15px 0 80px;
	} */
	.vis-in p {
		font-size: 2.6rem;
		border-width: 2px;
		padding-bottom: 5px;
	}
	.vis-in h1 {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.vis-in h1 img {
		width: 50%;
		margin: 0 auto;
	}
	.vis-in .btn {
		width: 100%;
	}
	.vis-in .btn a {
		max-width: 500px;
		margin: 30px auto 0;
		font-size: 1.6rem;
	}
	.problem-company {
		padding: 50px 15px;
	}
	.problem-company p {
		font-size: 1.8rem;
		margin-bottom: 22px;
	}
	.problem-company li {
		width: 33%;
	}
	.page-link ol {
		margin: 0;
	}
	.page-link li {
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
	.page-link li + li {
		border-left: none;
	}
	.page-link li:nth-of-type(2)::before,
	.page-link li:nth-of-type(4)::before {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 70%;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background: #e6e6e6;
	}
	.page-link li:last-of-type {
		width: 100%;
		border-bottom: none;
	}
	.page-link li a {
		height: 100%;
		padding: 10px 10px 20px;
		line-height: 1.3;
		font-size: 1.2rem;
	}
	.page-link li a::before {
		width: 100%;
		margin: 0;
		display: block;
	}
	.cont-area .btn a {
		padding: 15px 20px 16px;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.cont-area .btn a::before {
		right: 15px;
	}
	.cont-area .btn a span {
		font-size: 1.2rem;
		display: block;
		margin-bottom: 10px;
	}
	.tit-area h2 {
		font-size: 1.8rem;
		padding: 0 10px;
	}
	.tit-area h2::after {
		width: 25px;
		height: 25px;
		right: 10px;
	}
	.tit-area h2::before {
		font-size: 3rem;
	}
	.tit-area h2 span::before {
		width: 1em;
		margin: 0 10px;
	}
	.cont-box .lead {
		padding: 20px 15px 30px;
		background-size: 200% auto;
	}
	#about .lead dt {
		font-size: 2rem;
		border-width: 2px;
	}
	#about .lead dd {
		text-align: left;
	}
	.about-img {
		padding: 60px 15px 50px;
		background: url(/product/ia/transprint/img/bg_about01.png) right 0 / 30% auto no-repeat, url(/product/ia/transprint/img/bg_about02.png) -11% 90% /30% auto no-repeat;
		position: relative;
	}
	.about-img::before {
		width: 30px;
		height: 30px;
		right: 10%;
		bottom: -3%;
	}
	.about-img figure {
		margin-bottom: 20px;
	}
	.cont-box h3 {
		margin-bottom: 30px;
	}
	.cont-box h3 span {
		font-size: 2rem;
		padding: 5px 15px;
	}
	.cont-box > section,
	.merit section {
		padding: 60px 15px 50px;
	}
	.merit-box dl + dl {
		margin-top: 20px;
	}
	.merit-box dt {
		font-size: 1.6rem;
	}
	.merit-box dd {
		font-size: 1.3rem;
		text-align: left;
		margin-top: 10px;
	}
	.merit .merit01::before {
		width: 20%;
		height: 30%;
		top: 85%;
		left: 0;
		background-size: contain;
	}
	.merit .merit-box > ul > li {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.merit .merit-box > ul > li + li {
		margin-top: 15px;
	}
	.merit01 .merit-box > ul > li::before {
		content: "";
		display: block;
		width: 45%;
		height: 0;
		padding-top: 45%;
		top: 0;
		left: 0;
		background: url(/product/ia/transprint/img/img_merit01.png) center center / 60% auto no-repeat, #e7eff6;
		border-radius: 10px;
	}
	.merit01 .merit-box > ul > li:nth-of-type(2)::before {
		background: url(/product/ia/transprint/img/img_merit02.png) center center / 60% auto no-repeat, #e7eff6;
	}
	.merit01 .merit-box > ul > li:nth-of-type(3)::before {
		background: url(/product/ia/transprint/img/img_merit03.png) center center / 70% auto no-repeat, #e7eff6;
	}
	.merit01 .merit-box dl {
		width: 50%;
	}
	.merit01 .merit-box dt {
		background: none;
		padding: 0;
		text-align: left;
		align-items: flex-start;
	}
	.merit01 .merit-box dt img {
		display: none;
	}
	.merit01 .merit-box dd {
		text-align: left;
		margin-top: -5px;
	}
	.merit02 dt p {
		margin-bottom: 10px;
	}
	.merit02 li + li {
		margin-top: 30px !important;
	}
	.merit02 .merit-box li:nth-of-type(3) dd {
		text-align: center;
	}
	.merit02 .merit-box dd li {
		font-size: 1.1rem;
	}
	.merit .merit02 {
		background-size: 30% auto;
		padding-bottom: 60px;
	}
	/* .merit02 dl {
		width: 100%;
	} */
	#service .lead dt {
		font-size: 2rem;
	}
	#service .lead ul {
		border-width: 3px;
		font-size: 1.5rem;
		padding: 20px 10px;
		justify-content: space-between;
	}
	#service .lead ul::before {
		width: 8%;
		padding-top: 8%;
	}
	#service .lead li {
		width: 40%;
	}
	#service h3 + p {
		text-align: left;
		margin: -10px 0 20px 0;
	}
	#service .operation {
		background-size: 30% auto;
	}
	#service .operation .note {
		font-size: 1.2rem;
		margin: 0px 0 30px;
		text-align: left;
	}
	#service .operation .note li {
		text-indent: -1em;
		padding-left: 1em;
	}
	#service .operation .inner::before {
		background-size: contain;
		width: 30%;
		height: 30%;
		top: 90%;
		right: 0;
	}

	#service .point .point01::before {
		display: none;
	}
	#service .point .point02::before {
		display: none;
	}
	#service .point section {
		padding: 20px;
		background-image: none !important;
	}
	#service .point .inner::before {
		background-size: contain;
		width: 40%;
		height: 0;
		padding-top: 50%;
		left: -20%;
		bottom: -12%;
	}
	#service .point h4 {
		padding-right: 0;
		font-size: 1.8rem;
	}
	#service .point h4::befor {
		font-size: 3rem;
		margin-right: 10px;
	}
	#service .point ul {
		margin-top: 20px;
		padding: 0 15px;
	}
	#service .point li {
		width: 100%;
		padding: 20px;
		font-size: 1.3rem;
	}
	#service .point li + li {
		border: none;
		border-top: 1px solid #d9d9d9;
	}
	#service .point dt {
		font-size: 1.6rem;
	}
	#service .point dd {
		text-align: left;
	}
	.function {
		background-size: 30% auto;
	}
	.function table + table {
		margin-top: 20px;
	}
	.function caption {
		font-size: 1.8rem;

	}
	.function th {
		padding: 10px;
		font-size: 1.3rem;
		width: 38%;
	}
	.function td {
		font-size: 1.2rem;
		padding: 10px 15px;
		background: #FFF;
	}
	.function td span {
		font-size: 1rem;
		display: block;
	}
	#use .lead p {
		font-size: 2rem;
		border-width: 3px;
	}
	.flow {
		background: url(/product/ia/transprint/img/bg_use01.png) 0 0 / 30% auto no-repeat, url(/product/ia/transprint/img/bg_use02.png) right 50% / 30% auto no-repeat;
	}
	.flow h4 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.flow li {
		width: 100% !important;
		padding: 15px;
		display: flex;
	}
	.flow li::before {
		top: 0px;
		left: auto;
		right: 10px;
		font-size: 2.2rem;
	}
	.flow li::after {
		bottom: auto;
		left: 0;
		right: 0;
		top: 100%;
		border-width: 15px 15px 0 15px;
		border-color: #e7e7e7 transparent transparent transparent;
	}
	.flow li:nth-of-type(2n)::after {
		border-color: #f3f3f3 transparent transparent transparent;

	}
	.flow li p {
		flex-shrink: 0;
		width: 3em;
		margin: 0 15px 0 0;
		align-self: center;
		line-height: 1.2;
		font-weight: bold;
	}
	.flow li dt {
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 5px;
	}
	.howto {
		background-size: 20% auto;
	}
	.howto::before {
		background-size: contain;
		width: 30%;
		height: 0;
		padding-top: 30%;
		left: -5%;
		top: -1%;
	}
	.howto > section {
		padding: 15px;
	}
	.howto01::before {
		display: none;
	}
	.howto h4 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.howto-box {
		padding: 20px;
	}
	.howto-box dl {
		width: 100%;
		margin-bottom: 15px;
	}
	.howto-box dt {
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.howto-box dd {
		font-size: 1.3rem;
	}
	.howto-box figure {
		width: 100%;
		text-align: center;
	}
	#price .lead p {
		font-size: 1.8rem;
		text-align: left;
	}
	#price .lead p br {
		display: none;
	}
	#price .lead p span {
		border-width: 3px;
	}
	.price {
		padding: 60px 15px;
		background: url(/product/ia/transprint/img/bg_price01.png) right 0 /30% auto no-repeat, url(/product/ia/transprint/img/bg_price02.png) 0 bottom / 30% auto no-repeat;
	}
	.price .monthly {
		padding: 15px;
	}
	.monthly .price-box {
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}
	.monthly h3 {
		font-size: 5vw;
		margin: 0 10px 0;
	}
	.monthly p {
		font-size: 15vw;
	}
	.monthly p i {
		font-size: 3.5vw;
	}
	.monthly span {
		font-size: 6vw;
	}
	.monthly span span {
		font-size: 4vw;
	}
	.monthly ul {
		width: 100%;
	}
	.price .point h3 {
		margin-bottom: 15px;
	}
	.price .point h3::before,
	.price .point h3::after {
		height: 4em;
	}
	.price .point h3 span {
		font-size: 1.8rem;
	}
	.price .point h3 em {
		display: block;
		font-size: 2.2rem;
		margin-top: 5px;
	}
	.price .point li {
		width: 100%;
		padding: 20px;
	}
	.price .point li + li {
		margin-top: 15px;
	}
	.price .point dl {
		margin-bottom: 15px;
		align-items: center;
	}
	.price .point dt span {
		font-size: 2.4rem;
		display: inline-block;
		margin-top: 3px;
	}
	.price .point dd {
		font-size: 1.6rem;
	}
	.price .point figure {
		text-align: center;
	}
	.price .point li:nth-of-type(2) figure {
		width: 60%;
		margin: 0 auto;
	}
	.price .btn p {
		margin-top: 30px;
	}
	.price .btn a {
		margin-top: 15px;
	}
	#case .lead p {
		font-size: 2rem;
		text-align: left;
	}
	.case-list {
		padding: 60px 15px;
		background: url(/product/ia/transprint/img/bg_case01.png) right 0 / 20% auto no-repeat, url(/product/ia/transprint/img/bg_case02.png) left 5% bottom -1% / 30% auto no-repeat;
	}

	.case-area {
		margin: 10px 0 0;
	}
	.case-box {
		width: 100%;
	}
	.case-box + .case-box {
		margin-top: 20px;
	}
	.case-txt dt {
		font-size: 1.6rem;
	}
	.case-box figure img {
		max-width: none;
		width: 100%;
	}
	/* .case-box .slick-slide {
		margin: 20px 15px;
		box-shadow: 0 0 15px 0 rgba(49, 60, 71, 0.4);
		max-width: none;
	}
	.case-box .slick-prev {
		left: 0;
	}
	.case-box .slick-next {
		right: 0;
	}
	.case-box figure img {
		max-width: none;
		width: 100%;
	}
	.case-box dt {
		font-size: 1.6rem;
	}
	.case-box p {
		font-size: 1.3rem;
	} */
	#case .btn a {
		padding: 25px 15px;
		margin-top: 25px;
	}

	.blog {
		margin: 40px auto 60px;
	}
	/*smartPhone END*/
}