@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 {
	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 {
	padding: 0 10%;

}
.main_img img {
	display: block;
	margin: auto;
	padding: 30px  0 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%;
}
.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;
}


@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left,
	.right {
		float: none;
	}
	.main_img img {
		padding: 10px 0;
	}
	.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 {

}
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: #e85a24;
     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;
}


.section:nth-child(2n+1) {
    background: transparent;
}
.section h2:not(:first-child) {
	/*
    margin-top: 35px !important;
    */

}
.comp_wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.comp_wrap .comp {
    width: 49%;
}
.cmn_pageTtl01 {
    margin-bottom: 0;
}

.main_img img {
    display: block;
    margin: auto;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
.clear {
    clear: both;
    margin-bottom: 20px;
}
p.caution {
    font-size: 0.6em;
    font-weight: bold;
    padding-top: 0.5em;
}
.tile {
    margin-top: 30px;
}
.tile_l_30 {
    float: left;
    width: 15%;
}
.tile_l_50 {
    float: left;
    width: 48%;
}
.tile_l_70 {
    float: left;
    width: 64%;
    text-align: center;
}
.tile_r_30 {
    float: right;
    width: 34%;
}
.tile_r_50 {
    float: right;
    width: 48%;
}
.tile_r_70 {
    float: right;
    width: 82%;
}
@media  screen and (max-width: 767px) {
    .tile {
        /*
        font-size: 0.7em;
        */
    }
    .tile_l_50 , .tile_r_50 {
        float: none;
        width: 100%;
    }
}
table.tbl_price {
    width: 100%;
    max-width: 580px;
    background-color: #fff;
    margin: 0 auto;
}
table.tbl_price caption{
    font-size: 1.2em;
    font-weight: bold;
    caption-side: top;
    padding: 0;
    padding-bottom: 1%;

}
table.tbl_price th {
    text-align: center;
    vertical-align: middle;
}
table.tbl_price tr.trhead th {
    background-color: #fc8400;
    color: #fff;
}
table.tbl_price td {
    text-align: center;
}
table.tbl_price td span {
    font-size: 0.7em;
    color: #696969;
}
table.tbl_price tr.trmain {

}
table.tbl_price tr.trmain th{
    font-size: 1.2em;
    background-color: #ffffe0;
}
table.tbl_price tr.trmain td{
    font-size: 1.5em;
    font-weight: bold;
    background-color: #ffffe0;
    color: #f00;
}
.br-sp {
  display:none;
}
.more {
    font-size: 1.5em;
}
@media    screen and (max-width: 480px) {
  .br-sp {
    display:block;
  }
}
.cmn_cont01 h3.orange_title {
    font-size: 2.0em;
    line-height: 1.3em;
    margin: 0;
    margin-top: 1em;
}
.head_menu {
    text-align: center;
}
.head_menu ul {
    margin: 0 auto;
    padding: 0;
}
.head_menu ul li {
    width: 15%;
    display: inline-block;
    padding: 1%;
}
@media    screen and (max-width: 767px) {
    .head_menu ul li {
        width: 28%;
        display: inline-block;
        padding: 2%;
    }
}
.bt {
    border-top: 2px solid #2e3192;
    padding-top: 30px;
}
.bb {
    margin-bottom: 20px;
    border-bottom: 2px solid #2e3192;
    padding-top: 30px;
}
.cmn_cont01 .newinkjet_ttl {
    font-size: 4.0rem;
    color: #2e3192;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cmn_cont01 h3.h3_block {
    text-align: center;
    font-size: 3.0em;
    margin: 0;
    margin-top: 1em;
    border-bottom: 0;
}
@media    screen and (max-width: 767px) {
    .cmn_cont01 .newinkjet_ttl {
        font-size: 3.0rem;
    }
    .cmn_cont01 h3.h3_block {
        font-size: 2.4rem;
    }
}
.cmn_cont01 img.img_max {
    max-width: 580px;
    width: 100%;
}



.order_list {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    outline: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
}
.order_list table {
    width: 100%;
    border-collapse:  collapse; /* セルの線を重ねる */
}
@media    screen and (max-width: 767px) {
	.order_list {
		max-height: 180px;
	}
    .order_list table {
        font-size: 0.8em;
    }
}
.order_list tr:nth-child(odd) {
    background-color:  #efefef;    /* 背景色指定 */
}
.order_list th {
    text-align: center;
}
.order_list th,
.order_list td {
    padding: 4px 8px;          /* 余白指定 */
    border: 0;
    vertical-align: middle;
}
.order_list .tright {
    text-align: right;
}




h2.title_green {
    color: #24bbb7;
    font-size: 3.0em;
    font-weight: 800;
    text-align: center;
    margin-top: 1.5em;
}
@media    screen and (max-width: 767px) {
    h2.title_green {
        font-size: 1.8em;
    }
}
h2.title_green img {
    width: auto;
    max-width: 38%;
}
.sub_title {
    color: #333;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
}
.orange {
    color: #e85a24;
}
@media    screen and (max-width: 767px) {
    .sub_title {
        font-size: 1em;
    }
}
.sean {
    justify-content: center;
    margin: 0;
    padding: 0;
}
.sean>li {
    width: 33.3%;
    margin: 0 !important;
    list-style: none;
    text-align: center;
    padding: 0.5%;
}
.p_sample {
    color: #e85b25;
    font-weight: bold;
}
.p_sample a {
    color: #e85b25;
}
@media    screen and (max-width: 767px) {
    .p_sample {
        font-size: 0.8em
    }
}

.dl_point {
    margin-bottom: 20px;
}
.dl_point dt {
    color: #e85a24;
    font-size: 2.7em;
    font-weight: 800;
    line-height: 2.0em;
    clear: both;
}
.dl_point dd {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 35px;
}
.dl_point dd.dright {
    float: right;
    width: 46%;
    text-align: left;
}
@media    screen and (max-width: 767px) {
    .dl_point dt {
        font-size: 1.4em;
    }
    .dl_point dd {
        float: none !important;
        width: 100% !important;
        margin: 10px auto;
    }
}



.items {
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.fbox.items>li {
    position: relative;
    width: 48%;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 0.5%;
    background-color: #fff9dd;
    margin-bottom: 1.5%;
    border-radius: 12px;
}
@media screen and (max-width: 767px) {
	.fbox.items>li {
		width: 100%;
		margin-bottom: 12px;
	}
}
.items li img {
	max-height: 250px;
}
.cmn_cont01 .items h3 {
    border-bottom: 0;
    margin: 10px auto;
    color: #e85a24;
    font-weight: bold;
}
.items h3 span {
    font-size: 0.8em;
    margin-left: 1%;
    font-weight: normal;
}
.items li a.boxref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.items table {
	width: 95%;
	margin: 10px auto;
}
.items table tr td {
	border: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	color: #333;
}
.items table tr td:nth-child(2) {
	color: #e85a24;
}
.items table tr td:nth-child(2) span {
	font-size: 1.5em;
	margin: 0 2px;
}

.price_caution {
    color: #333;
    font-weight: bold;
}

a img:hover , a p.lazyloaded:hover {
   opacity: 0.85;
}


    .br-sp {
       display: none;
    }
    .top-img {
       max-width: 900px;
       margin: 1% auto;
       display: block;
    }
    .subimg {
       width: 90%;
    }
    .ullist {
       list-style: none;
       margin-top: 4%;
    }
    .ullist p {
       text-align:center;
       margin-top: 5%;
       color: #24bbb7;
       font-size: 1.5em;
       font-weight: bolder;
    }
    .index-list {
        font-weight: bolder;
        color: #24bbb7;
        font-size: 1.5em;
        width: 38%;
        margin: 0 auto;
    }
    .h2ttl {
        padding: 1% 2%;
        background-color: #24bbb7;
        color: #fff !important;
        margin-top: 5% !important;
        margin-bottom: 2% !important;
        font-size: 2.5em !important;
    }
    .h2ttlp {
        font-size: 1.2em !important;
    }
    .subttl {
        font-size: 1.7em;
        text-align: center;
        font-weight: bolder;
        margin-bottom: 3%;
    }
    .conlist {
        display: flex;
        gap: 2%;
        margin-bottom: 5%;
        margin-top: 2%;
        width: 95%;
    }
    .conlist2 {
        display: flex;
        gap: 2%;
        margin-bottom: 1%;
        margin-top: 5%;
        width: 95%;
    }
    .conBox {
        width: 48%;
        height: 100%;
    }
    .conBox p {
        font-size: 1.1em;
    }
    .conttl {
        font-size: 2em;
        color: #000;
        font-weight: bolder;
        margin-bottom: 1%;
        text-decoration: underline; /* 下線 */
        text-decoration-thickness: 0.2em; /* 線の太さ */
        text-decoration-color: #ffff00; /* 線の色 */
        text-underline-offset: 0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
        text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
    }
    .expttl {
        display: flex;
        gap: 2%;
        justify-content: center
    }
    .expttlgrp {
        width: 30%;
    }
    .expttlimg {

    }
    .expttltxt {
        margin-bottom: 0;
        color: #666;
        font-weight: bolder;
        font-size: 1.4em;
    }
    .batsuBox {
        width: 70%;
        margin: 0 auto;
    }
    .batsuBox2 {
        width: 55%;
    }
    .batsuBox3 {
        display: block !important;
        width: 55%;
    }
    .batsuBox4 {
        display: none !important;
    }
    .batsu {
        font-size: 4.5em;
        font-weight: bold;
        color: #24bbb7;
        margin: auto 0;
        text-align: center;
    }
    .cmn_cont01 .items h3 {
        color: #000 !important; 
    }
    .sub_title {
        color: #000 !important;
    }
	.anchor {
		justify-content: space-around;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.fbox.anchor>li {
		position: relative;
		width: 48%;
		margin: 0;
		list-style: none;
		text-align: center;
		padding: 0.5%;
		margin-bottom: 1.5%;
	}
	.cmn_cont01 .h3 {
		font-size: 1.6em;
		line-height: 1.4;
		border-bottom: 3px solid #24bbb7;
		margin: 1em 0 0.7em;
		padding-bottom: 0.3em;
		font-weight: 500;
		color: #000;
	}
	.price-t {
	    font-size:1.4em;
	    color: #e85a24;
	    font-weight: bold;
	    margin-bottom:0;
	    position: relative;
        top: -18px;
        margin-top: 4%;
	}
	.price-t span {
	    font-size: 2em;
	}
	.price-tl {
	    font-size:1em;
	    color: #e85a24;
	    position: relative;
        top: -29px;
        text-align: left;
        padding-left: 6%;
	}
	@media screen and (max-width: 767px) {
	    .top-img {
           max-width: 350px;
           margin: 5% auto;
           display: block;
        }
        .subimg {
           width: 100%;
        }
		.cmn_cont01 .h3 {
			font-size: 1.4em;
			border-bottom: 2px solid #24bbb7;
		}
		.br-sp {
            display: inline-block;
        }
        .br-pc {
            display: none;
        }
        .title_green {
            font-size: 1.4em !important;
        }
        .h2ttl {
            font-size: 1.5em !important;
        }
        .conttl {
            font-size: 1.6em;
            text-align: center;
        }
        .conlist {
            flex-direction: column;
        }
        .conlist2 {
            flex-direction: column;
        }
        .conBox {
            width: 90%;
            margin: 0 auto;
        }
        .conBox p {
            margin-top: 4%;
            line-height: 25px;
        }
        .subttl {
            font-size: 1.3em;
            line-height: 29px;
        }
        .expttlgrp p {
            line-height: 20px;
            margin-top: 5%;
        }
        .index-list {
            font-size: 1.3em;
            width: 90%;
        }
        .batsuBox {
            width: 90%;
            height: 100%;
            margin: 0 auto;
        }
        .batsu {
            font-size: 2em;
        }
        .batsuBox2 {
            width: 100%;
            height: 100%;
        }
        .batsuBox3 {
            display: none !important;
            width: 40%;
            height: 100%;
            margin: 0 auto;
        }
        .batsuBox4 {
            display: block !important;
            width: 88%;
            height: 100%;
            margin: 0 auto;
        }
        .exptxt3 {
            line-height: 22px;
            margin-top: 3%;
            margin-bottom: 8%;
            margin: 3% 4% 8% 4%; 
        }
        .sean>li {
            width: 80% !important;
            margin-bottom: 5% !important;
        }
        .fbox.items>li {
            width: 100% !important;
        }
        .cmn_cont01 h3 {
            font-size: 1rem !important;
        }
        .items table tr td {
            font-size: 0.9em !important;
        }
        .price_caution {
            font-size: 0.9em !important;
        }
        .price-t {
            font-size: 1.4em;
            position: relative;
            top: -9px;
        }
        .price-t span {
            font-size: 1.5em;
        }
        .price-tl {
            font-size: 1em;
            top: -16px;
            padding-left: 1%;
        }
        .expttlgrp {
        width: 40%;
    }
	}