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

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.section {
	padding: 40px 0;
}
.section:nth-child(2n+1) {
	background: #f6f6f6;
}
strong {
	font-weight: bold;
	font-size: 1.1em;
}
.cmn_pageTtl01 {
	margin-bottom: 0;
}
.cmn_cont01 h2 {
	margin: 1em 0;
	text-align: center;
	border: none;
}
.cmn_cont01 .newinkjet_ttl {
	margin: .2em 0;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: .1em;
	/*
	text-shadow:1px 1px 0px #ffffff,-1px -1px 0px #ffffff,3px 3px 0px #f9f104;
	*/
}
.cmn_cont01 .cmn_photo01 {
    margin: 1em 0;
    text-align: center;
}
.cmn_cont01 .cmn_photo01 img{
    max-width: 450px;
}
@media (max-width: 767px), print {
	.cmn_cont01 .cmn_photo01 img {
	    max-width: 100%;
	}
}
small {
	font-size: 80%;
}
.red {
	color: red;
}
.newinkjet_lst {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: disc;
}
.newinkjet_lst ul {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: circle;
}
.newinkjet_lst ul ul {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: square;
}
.main_img {
	background: url(../img/feature/sample-free/main_bg.jpg?) no-repeat center / cover;
}
.main_img img {
	display: block;
	margin: auto;
	padding: 30px 0 40px 0px;
}
.flex_lst {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.plan_box {
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #f9f104;
}
.plan_lst li {
	width: 49%;
	margin-bottom: 20px;
}
.plan_lst li img {
	border: 10px solid #ececec;
}
.speed_ttl {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #f9f104;
}
.speed_mov {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.speed_mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flow_lst li {
	width: 260px;
}
.flow_lst li.arw {
	position: relative;
	width: 17px;
}
.flow_lst li.arw img {
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}
.compare_lst li {
	width: 49%;
	margin-bottom: 20px;
	border: 10px solid #ececec;
}
.caution_lst li {
	width: 49%;
}
.caution_lst li img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.caution_lst2 li {
	width: 33%;
	padding-right: 1%;
}
.recomend_rank {
	display: block;
}
.recomend_rank ul li {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
}
.works_lst li {
	width: 49%;
	margin-bottom: 20px;
}
ul.design_lst {
	padding: 0;
}
.design_lst li {
	width: 33%;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
}
.link_btn {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid #24bbb7;
}
.faq_hr {
	margin: 40px 0 80px;
	border-bottom: 1px solid #e6e6e6;
}
p.eco_melit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.eco_demelit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.pre_melit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.pre_demelit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
ul.melit_lst{
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: disc;
}
ul.demelit_lst{
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
	list-style: disc;
}
.demelit_lst img{
	max-width: 30%;
	margin:0 10px 0 10px;
}


@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left,
	.right {
		float: none;
	}
	.main_img img {
		padding: 20px 0 30px 0;
	}
	.cmn_cont01 .newinkjet_ttl {
		font-size: 9vw;
	}
	.cmn_cont01 .newinkjet_ttl span{
		font-size: 5vw;
	}
	.plan_lst li {
		width: 100%;
	}
	.flow_lst {
		flex-direction: column;
	}
	.flow_lst li {
		width: 100%;
		margin: auto;
	}
	.flow_lst li img {
		display: block;
		margin: auto;
	}
	.flow_lst li.arw {
		width: auto;
	}
	.flow_lst li.arw img {
		position: relative;
		top: 0;
		margin: auto;
		transform: translateY(0) rotate(90deg);
	}
	.design_lst li {
		width: 49%;
		margin-bottom: 20px;
	}
	.caution_lst li {
		width: 100%;
		padding-right: 0;
	}
	.caution_lst2 li {
		width: 100%;
		padding-right: 0;
	}
	.faq_hr {
		margin: 20px 0 40px;
		border-bottom: 1px solid #e6e6e6;
	}
	ul.melit_lst{
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0 10px 0 10px;
	list-style: disc;
}
ul.demelit_lst{
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0 10px 0 10px;
	list-style: disc;
}
.demelit_lst img{
	max-width: 100%;
	margin: 5px;
}
}


/*
追記
*/
a img:hover , a p.lazyloaded:hover {
   opacity: 0.85;
}
dt {
    color: #000;
}
ul li h5 {
    font-size: 1rem;
    text-align: center;
}
h5 , p strong {
	    color: #000;
}
.red {
    color: #f00;
}
.cp-text span {
	font-size: 2.0em;
	font-weight: bold;
}
div.pl {
	padding-left: 2%;
}
div.np {
	padding: 0;
}
p a {
	font-weight: 500;
}
.cmn_cont01 h3 {
	font-size: 2.0rem;
}

.cvbtn {
	width: 570px;
	margin: 0 auto;
	text-align: center;
}
.fullR {
	float:right;
	width: 250px;
}
.space {
	margin: 0 0 70px 0;
}
@media screen and (max-width: 767px) {
	.cvbtn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.fullR {
		float:none;
		width: 300px;
	}
	.space {
	margin: 0 0 30px 0;
	}
}

.pre-scrollable {
	max-height: 100%;
	overflow-y: scroll
}
.pre-scrollable::-webkit-scrollbar{width:0; height:10px;}/*バーの太さ*/
.pre-scrollable::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.pre-scrollable::-webkit-scrollbar-thumb{background:#24bbb7;}/*バーの色*/

.table {
	width: 100%;
	margin-bottom: 1rem;
	margin: 0 auto;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
	border-top: 2px solid #eceeef
}

.table .table {
	background-color: #fff
}

.table-sm td, .table-sm th {
	padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #eceeef
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover,
	.table-hover .table-active:hover>td, .table-hover .table-active:hover>th,
	.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075) !important;
}

.table-success, .table-success>td, .table-success>th {
	background-color: #dff0d8
}

.table-hover .table-success:hover, .table-hover .table-success:hover>td,
	.table-hover .table-success:hover>th {
	background-color: #d0e9c6
}

.table-info, .table-info>td, .table-info>th {
	background-color: #d9edf7
}

.table-hover .table-info:hover, .table-hover .table-info:hover>td,
	.table-hover .table-info:hover>th {
	background-color: #c4e3f3
}

.table-warning, .table-warning>td, .table-warning>th {
	background-color: #fcf8e3
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover>td,
	.table-hover .table-warning:hover>th {
	background-color: #faf2cc
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f2dede
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover>td,
	.table-hover .table-danger:hover>th {
	background-color: #ebcccc
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c
}

.thead-default th {
	color: #464a4c;
	background-color: #eceeef
}

.table-inverse {
	color: #fff;
	background-color: #292b2c
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
	border-color: #fff
}

.table-inverse.table-bordered {
	border: 0
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
	border: 0
}
.price_list th {
	background: #efefef
}

.price_list td, .price_list th {
	vertical-align: middle;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	padding: .5rem;
	min-width: 51px;
}

.price_list td span {
	font-size: 1.2em;
	color: #F80;
	font-weight: bold;
}

.price_list {
	margin: 4px auto;
}

table caption {
	font-weight: bold;
	color: #000;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.price_list td, .price_list th {
	    font-size: 10px;
	}
}