@charset "UTF-8";
/* CSS Document */

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cmn_cont01 {
	max-width: 1200px !important;
}

.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: 1%;
	text-align: center;
	border: none;
	font-size: 2.5em;
}
.cmn_cont01 h2 img {
	margin-top: 2.0em;
}
.cmn_cont01 .newinkjet_ttl {
	margin: .2em 0;
	font-size: 2.8rem;
	font-weight: 600;
	/*
	letter-spacing: .05em;
	*/
}
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/name_number/main_bg.jpg?) no-repeat center / cover;
	height: 45vh;
}
.main_img img {
	display: block;
	margin: auto;
	padding: 20px  0 40px;
	width: 40%;
}
.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 {
	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;
}
.bk-cl {
	background-color: #effaff;
	padding-bottom: 4%;
}
.bk-wh {
	background-color: #fff;
	padding: 2%;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left,
	.right {
		float: none;
	}
	.main_img img {
		padding: 14px 8px 1vw;
		width: 69%;
	}
	.cmn_cont01 .newinkjet_ttl {
		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 th{
    font-size: 1.2em;
    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%;
	border: 10px 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{
    	border: 5px solid #ececec;
    }
    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;
}
.cmn_cont01 .cmn_photo01 {
    margin: 1.5em 0;
    text-align: center;
}
ul.print_colorlist01 li {
	width: 8em;
}
ul.print_colorlist01 li img {
	max-width: 90%;
}
ul.print_colorlist01 li  {
	font-size: 0.8em;;
}

.print_name_number1 {
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	color: white;
	border-color:#90C31F;
	border-width:medium;
	font-size: 100%;
	line-height: 1.8;
	}
table tr {
    vertical-align:middle;
}
.print_name_number1 table{
	margin: 40px;
	padding: 25px;
	text-align: center;
	font-size: 8rem;
	display: inline-block;
	line-height: 1rem;
	align-items: center;
}
.print_name_number1 th,table td{
  vertical-align:middle;
}
.print_name_number1 td{
	background-color: white;
	color: black;
	border-color:　#4682b4;}
.td p {
  white-space: nowrap;
}
.vertical {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  letter-spacing: .2em;
}
.text-center{
  text-align: center;
  font-size:small;
}
.table th {
  background: #90C31F;
}
.print_name_number2 {
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	border-color:#18B7CD;
	border-width:medium;
	font-size: 100%;
	align-items: center;
	line-height: 1.8;
	}
.print_name_number2 th{
    border-color:#18B7CD;
    color:white;
    background-color:#18B7CD;
    }
.print_name_number2 table{
    margin: 40px;
    padding: 25px;
    text-align: center;
    font-size: 8rem;
    display: inline-block;
    line-height: 1rem;
    align-items: center;
    border-color:#18B7CD;
    border-collapse: collapse;
    }
.print_name_number2 th,table td{
    border: solid 1px #18B7CD;
    }
.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 24em;
    background:#F5AB18;
    color:#ffffff;
    font-weight: bold;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:78%;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    border: 15px solid transparent;
    border-top: 15px solid #F5AB18;
    width: 0;
    height: 0;
    margin-left:auto;
	margin-right:auto;
	white: 78%;
}
.box24 p {
    margin: 0;
    padding: 0;
}
.top-menu {
	display: block;
    margin: 0 auto 2% 33%;
    font-size: 1.3em;
    font-weight: bolder;
    color: #24bbb7;
    text-align: left;
}
.top-menu li {
	
}
.sample-slider{
    width:100%;
}
.sample-slider img{
    width: 97%;
}
.bk-con {
	padding: 1%;
	border: 6px solid #0054a7;
	background-color: #fff;
    margin: 5% 0;
}
.single {
	display: block;
    width: 90%;
    margin: 4%;
    padding-left: 4%;
}

@media screen and (max-width: 767px) {
	
.top-menu {
	margin: 0 auto 2% 8%;
	font-size: 1.1em;
}
.cmn_cont01 h2 {
	font-size: 1.8em;
}

.main_img {
    height: 19vh;	
}
}