@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;
	background: #ffffe0;
}
.cmn_pageTtl01 {
	margin-bottom: 0;
}
.cmn_cont01 h2 {
	margin: 1em 0;
	text-align: center;
	border: none;
}
.cmn_cont01 .newinkjet_ttl ,
.cmn_cont01.plist h2 {
	margin: .2em 0;
	font-size: 2.8rem;
	font-weight: 600;
	/*
	letter-spacing: .05em;
	*/
}
h2.fst_copy {
	margin: 1em auto .45em;
	font-size: 2.8rem;
	font-weight: 600;
	color: #e00;
	text-align: center;
}
@media screen and (max-width: 767px) {
	h2.fst_copy {
		font-size: 1.4rem;
	}
}
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/print/direct_color/main_bg.jpg?2022) no-repeat center / cover;
}
@media screen and (max-width: 1196px) {
	.main_img {
		background: url(../img/print/direct_color/sp/main_bg.jpg?2022) no-repeat center / cover;
	}
}
.main_img img {
	display: block;
	margin: auto;
	padding: 30px  0 40px;
}
.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%;
}
.recomend_rank {
	display: block;
}
.recomend_rank ul li {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
}
.works_lst li {
	width: 49%;
	margin-bottom: 20px;
}
.works_lst li span{
	font-weight: bold;
}
.design_lst li {
	width: 24%;
	margin-bottom: 20px;
}
.link_btn ,
.cmn_cont01.plist .cmn_btn01 {
	display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #24bbb7;
    font-size: 1.7em;
    color: #fff;
    background-color: #24bbb7;
}
.link_btn:hover {
	text-decoration: none;
	opacity:0.8;
}
@media screen and (max-width: 767px) {
	.link_btn ,
	.cmn_cont01.plist .cmn_btn01 {
	    font-size: 1.3em;
	}
}
.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: 30px 8px 10vw;
		width: 65%;
	}
	.cmn_cont01 .newinkjet_ttl ,
	.cmn_cont01.plist h2{
		font-size: 4.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: 32%;
		margin-bottom: 20px;
	}
	.caution_lst li {
		width: 100%;
	}
	.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;
	}
}


/*
追加分
*/
table.tbl_price {
    width: 100%;
    max-width: 580px;
    background-color: #fff;
    font-size: 1.2em;
    margin: 1.5em auto;
}
table.tbl_price th {
    text-align: center;
    vertical-align: middle;
}
table.tbl_price tr.trhead th {
    background-color: #333;
    color: #fff;
}
table.tbl_price td {
    text-align: center;
    padding: 8px;
}
table.tbl_price tr.trmain {

}
table.tbl_price tr.trmain th{
    font-size: 1.0em;
    background-color: #ffffe0;
}
table.tbl_price tr.trmain td{
    font-size: 1.2em;
    background-color: #ffffe0;
    color: #f00;
}
table.tbl_price .br-sp {
  display:none;
}
@media screen and (max-width: 480px) {
  table.tbl_price .br-sp {
    display:block;
  }
}
table.tbl_price caption {
    padding: 10px;
    caption-side: bottom;
    font-size: 0.9em;
}


div.top_plan {
    margin: 30px 0 40px;

}
div.top_plan p {
    margin-bottom: 0.5em;
}
div.top_plan ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
div.top_plan ul li{
	width: 33%;
}
div.top_plan ul li img{
	border: 5px solid #ececec;
	box-sizing: border-box;
}
div.top_plan h5 {
	text-align: center;
	color: #f80;
	font-weight: bold;
    font-size: 1.6em;
    margin: 0 auto;

}
div.top_plan .price {
	text-align: center;
	color: #f00;
	font-weight: bold;
    font-size: 1.3em;
}
div.top_plan .remarks {
    font-size: 0.9em;
    padding: 0 2px;
}
div.top_plan .bold {
	font-weight: bold;
}
br.br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    div.top_plan ul li{

    }
    div.top_plan {
        font-size: 0.9em;
    }
    div.top_plan h5 {
        font-size: 0.9em;
    }
    div.top_plan .remarks {
        font-size: 0.8em;
    }
    br.br-sp {
        display: block;
    }
}

.section h4.center {
          font-size: 2.8em;
          margin: 1em auto;
}
.section h4 span {
      font-size: 1.3em;
      color: #24bbb7;
}
.section h5 {
          color: #000;
          margin: 25px 0 20px;
}
@media screen and (max-width: 767px) {
	.section h4.center {
	          font-size: 1.6em;
	}
}

ul.comp  {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
ul.comp li{
	width: 48%;
	padding: 0 2%;
	margin-bottom: 20px;
}
ul.comp li img{
	display: block;
	margin: 0 auto;
}
ul.comp li:not(.arw) img{
	border: 10px solid #ececec;
}
ul.comp li.arw {
    position: relative;
    border: 0;
    background-color: transparent;
    width: 17px;
    padding: 0;
}
ul.comp li.arw img {
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    ul.comp li {
    	width: 100%;
    	margin-bottom: 10px;
    }

	ul.comp li.arw img {
		position: relative;
		top: 0;
		margin: auto;
		transform: translateY(0) rotate(90deg);
	}
}
.section h6 {
    font-size: 1.2em;
    color: #000;
    text-align: center;
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
	.section h6 {
	    font-size: 0.8em;
	}
}
.newinkjet_ttl span {
     color: #d00;
}

dl.big_faq {
	font-size: 2.0em;
	font-weight: 700;
	color: #000;
	margin-bottom: auto;
}
dl.big_faq  span {
     color: #d00;
     font-size: 1.5em;
     padding-right: 4pt;
}
@media screen and (max-width: 767px) {
	dl.big_faq {
	    font-size: 1.5em;
	}
}
.cmn_cont01 h3.orange_title {
    border: 0;
    color: #f80;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1rem;
}


ul.voice_wrap {
       display: -webkit-flex;
       display: flex;
       justify-content: space-between;
       flex-wrap: wrap;
}
ul.voice_wrap li {
       width: 48%;
       margin-top: 15px;
}
ul.voice_wrap .smile {
   font-size: 1.3em;
   font-weight: bold;
}
@media screen and (max-width:600px) {
	ul.voice_wrap .smile {
	   font-size: 1.0em;
	}
	ul.voice_wrap .comment , ul.voice_wrap .item{
	   font-size: 0.8em;
	}
}
ul.voice_wrap img {
   display: block;
   margin: 10px auto;
   max-height: 240px;
   border-radius: 8px;
}
ul.voice_wrap p.exampleText {
   padding: 4px;
}
ul.voice_wrap .item {
   text-align : center;
}

/*
追加 2022.12.23
*/
.fbox .itemBox .item {
	border-color: #efefef;
	background-color: #fff;

}
.swiper li {
	width: 12.3%;
	/*
	margin: 0 5px;
	*/
}
@media screen and (max-width: 767px) {
	.swiper li {
		width: 27.5%;
	}
}
@media screen and (max-width: 767px) {
	.flex-row>.itemBox {
	    margin-top: 1em;
	}
}