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

#wrapper {max-width: 1080px;width: 100%;margin-left: auto;margin-right: auto;}

.top {
    flex-basis: 65%;
    max-width: 65%;
	margin-top: 1rem;
}
.top img {
    margin-top: .6rem;
}
.top h1 {
    font-size: .9rem;
}

.info {
    flex-basis: 21%;
    text-align: center;
    max-width: 21%;
	margin-top: 1rem;
}

.print_entry {
    max-width: 12%;
    text-align: center;
    flex-basis: 12%;
    margin-left: auto;
position: fixed;
top: 0;
right: 5em;
}
.print_entry a:hover {
    opacity: .7;
}
.top p {
    font-size: .8rem;
}

.info p {
    font-size: .7rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    text-align: center;
}

.header_menu {
    display: flex;
    flex-wrap: wrap;
}

.info ul {
    list-style-type: none;
}

.info li.tel_number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.info span {
    font-size: .7rem;
}


.print_entry a {
	display: inline-block;
font-weight: bold;
background-color: #0068b5;
padding: 1.8rem 1em;
color: #fff;
text-decoration: none;
width: 100%;
font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
line-height: 23px;
}
.info ul li {display: inline-block;vertical-align: middle;}


ul#wrapper {
    display: table;
}

nav#pnav ul li {
    display: table-cell;
    width: 200px;
}

nav#pnav {
    background-color: #b8b8b8;
    text-align: center;
}

ul#wrapper {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

nav#pnav ul li a {
    padding: .6rem 1rem;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

nav#pnav ul li a:hover {
    background-color: #474747;
    color: #fff;
}
.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    margin-top: .3rem;
}
li.home {
    padding-left: 25px;
    background: url("../images/home.gif") 5px 50% no-repeat;
}

li.sub {
    padding-left: 20px;
    background: url("../images/gt.gif") 5px 50% no-repeat;
}

.breadcrumb {
    background: #ffe4e1;
	height: 30px;
}


section.main_visual {
    text-align: center;
}
.nav_btn ul {
    list-style-type: none;
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.nav_btn li {
    display: inline-block;
}

section.nav_btn {
    text-align: center;
    background-color: #eee;
}

.nav_btn a {
    display: block;
    padding: .2rem 3.5rem;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.nav_btn a:hover {
    color: #fff;
    background: #888888;
}
h2 {
    margin: 1rem 0 2rem;
    font-size: 2rem;
    position: relative;
    padding: 0.5rem;
    text-align: center;
}

section.whas_printh {
    margin-top: 4rem;
}
h2:after {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #a10101;
}

.point_box {
    display: flex;
    flex-wrap: wrap;
}

.printh_point {
    flex-basis: 30%;
    margin: 2em 1rem;
    background: #f9f8f8;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

.printh_tit {
    font-size: 1.2em;
    background: #6c6c6c;
    padding: 4px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
	background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 100%, #D8DCDB 40%, white 68%, #ccc 100%);
    background-image: linear-gradient(-45deg, #ccc 0%, #868888 100%, #d8dcdc 40%, white 53%, #ccc 100%);
}

p.min_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1rem !important;
}
section.price_list {
    margin-top: 4rem;
}

.printh_point p {
    margin: 1rem;
    font-size: .8rem;
}
.price_list table {
    border: 1px solid #eee;
    width: 100%;
}
.price_list table .items {
    width: 14.5% !important;
}
.price_list table .ths {
    width: 11%;
}
.price_list th {
    border: 3px solid #fff;
    text-align: center;
    vertical-align: middle;
}

.price_list td {
    border: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
	padding: .5rem;
	    background-color: #fdfdfd;
}
td.maker {
    font-size: .66rem;
}

.price_list img {
    width: 85%;
}
th.left_th {
    font-size: .9rem;
    background-color: #f8f7f3;
}

th.retu {
    font-size: 1rem;
    width: 14%;
    height: 50px;
}

.retu span {
    display: block;
    font-weight: bold;
    font-size: 1rem;
}
th.free {
    background-color: #eaf5ff;
}

th.value {
    background-color: #faffc6;
}

th.remited {
    background-color: #ffe3e1;
}

td.price_zero {
    font-size: 2rem;
    font-weight: bold;
	    color: #a10101;
}

td.price {
    font-weight: bold;
    padding: 1rem;
    font-size: 1.2rem;
	    color: #a10101;
}
span.tax_mai {
    color: #a10101 !important;
}                                             

.price span {
    font-weight: 100;
    font-size: .7rem;
	color: #000;
}
.price_list ol {
    font-size: .9rem;
    margin: .5rem 0 0 0rem;
    list-style-type: none;
}
td.maisu {
    font-size: .8rem;
}
td.maisu span {
    font-weight: 100;
    font-size: .7rem;
    color: #000;
    }
td.pho_si {
    font-size: .89rem;
}
td.point {
    font-size: 0.66rem;
    text-align: left;
    vertical-align: top;
}
section.shiharai {
    background-color: #eaf6ff;
    padding: .5rem 0 2rem;
    margin-top: 4rem;
}
.osiharai dt {
    font-weight: bold;
    margin-bottom: .5rem;
}

.osiharai dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #000000;
    margin-right: .2rem;
}

dl.osiharai {
    margin-bottom: 2rem;
}
.osiharai dd {
    font-size: .8rem;
}
section.printer_dn_ex {
    margin-top: 4rem;
}
.ex_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sample_chi {
    flex-basis: 23%;
    max-width: 23%;
    background-color: #f8f7f3;
    margin: .5rem;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
    border-top: 4px solid #9E9E9E;
}

.sample_chi span {
    text-align: center;
    display: block;
    margin: .8rem 0 .3rem;
    font-weight: bold;
    font-size: .9rem;
}
.sample_chi p {
    text-align: center;
    font-size: .8rem;
}
.sample_chi ul {
    font-size: .8rem;
    margin: 1rem;
    list-style-type: none;
    text-align: center;
}
.sample_chi p:before {
	content: '－';
}

.sample_chi p:after {
    content: '－';
}

h3.csy-h3 {
margin-bottom: 1em;
text-align: center;
}

.sample_faq {
    flex-basis: 31.5%;
    max-width: 31.5%;
    background-color: #f8f7f3;
    margin: .5rem;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
    border-top: 4px solid #9E9E9E;
}

.sample_faq span {
    text-align: center;
    display: block;
    margin: .8rem 0 .3rem;
    font-weight: bold;
    font-size: .9rem;
}
.sample_faq p {
    text-align: center;
    font-size: .8rem;
}
.sample_faq dl {
    font-size: .8rem;
    margin: 1rem;
    list-style-type: none;
}
.sample_faq dd:before {
	content: 'Q.';
}
.sample_faq dt {
padding-left: 1.5em;
padding-bottom: 5px;
}
.sample_faq p:before {
	content: '－';
}
.sample_faq p:after {
    content: '－';
}

section.ink_merit_demerit {
margin-top: 4rem;
    background-color: #eee;
    padding: 1rem;
}
.merit,.demerit {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 2rem;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

h3.meritdemerit {
    padding: 0.7rem;
    background-color: #607D8B;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.ink_merit_demerit ul {
    padding: 0rem 3rem 1rem;
}

.ink_merit_demerit li {
    font-weight: bold;
    list-style-type: none;
    margin-bottom: .5rem;
	    text-indent: -2rem;
    padding-left: 2rem;
}

.ink_merit_demerit p {
    margin-bottom: 2rem;
	margin-left: 2rem;
    font-size: .8rem;
}
section.flow_printer {
    margin: 4rem 0;
}
.merit li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    margin-right: .7rem;
    color: #F44336;
    font-size: 1.4rem;
}

.demerit li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    margin-right: .7rem;
    color: #0e68af;
    font-size: 1.4rem;
}
.step_num {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.step_chi1 {
    flex-basis: 27%;
    max-width: 27%;
    text-align: center;
    background-color: #abe2e9;
    margin-right: 1rem;
    position: relative;
    width:100px;
    margin-bottom: 4rem;
}

.step_chi2 {
    flex-basis: 70%;
    max-width: 70%;
    position: relative;
    width: 100px;
}

.step_chi1 span {
    color: #525252;
    font-weight: bold;
    font-size: 1.2rem;
}

.step_chi1 h3 {
    padding: 1rem .2rem;
    background-color: #fff;
    margin: .6rem 4rem;
}


.step_chi1 span {
    margin-top: 1rem;
    display: block;
}

.step_chi1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -45px;
    left: 0;
    border-style: solid;
    border-color: #abe2e9 transparent transparent transparent;
    border-width: 45px 146px 0 146px;
    z-index: 1;
}
div.f_top {
    display: flex;
    flex-wrap: wrap;
    color: #5a5a5a;
    padding: 1rem 0;
}

.overview {
    flex-basis: 60%;
}

p.company_name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.overview span:before {content: '〒';}

.contact {
    flex-basis: 40%;
}

.contact ul {
    list-style-type: none;
    padding-left: 1rem;
}

.contact img {
    padding-right: .5rem;
}

.f_bottom {
    text-align: center;
    background-color: #555555;
    padding: .8rem 0;
}

ul.f_menu {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: .5rem;
}


ul.f_menu li {
    display: inline-block;
}

ul.f_menu a {
    text-align: center;
    padding: 0 1rem;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: bold;
}

ul.f_menu a, small {
    color: #FFFFFF;
}

footer {
    background-color: #f8f7f3;
}
ul.f_menu a:hover {
    color: #a2bed2;
}
.step_kaishi {
    flex-basis: 27%;
    max-width: 27%;
    text-align: center;
    background-color: #abe2e9;
    margin-right: 1rem;
    padding-bottom: 1rem;
}


.step_kaishi span {
    color: #525252;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 1rem;
    display: block;
}

.step_kaishi h3 {
    padding: 1rem .2rem;
    background-color: #607D8B;
    margin: .6rem 4rem;
    color: #fff;
}
.step_chi2 p {
    font-weight: bold;
	margin-top: 2rem;
}

p.kome {
    font-weight: 100;
    font-size: .8rem;
    margin-top: 0rem;
}

.introbox a:hover {
    opacity: .7;
}
.introbox p {
    font-weight: bold;
text-align: left;
    margin-left: 5rem;
}

.introbox a {
    display: inline-block;
    background-color: #dd0202;
    color: #fff;
    font-weight: bold;
    padding: .4rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    border-bottom: 3px solid #a10101;
    float: right;
    margin: 0.3rem 4rem 0 -13rem;
}

.introbox {
    text-align: center;
background-color: #dcf4ff;
    border-top: 4px solid #607D8B;
    padding: 1rem 2rem 1rem 0;
}
.introbox span {
    font-size: 1.9rem;
    background: linear-gradient(transparent 58%, #FFC107 0%);
    font-weight: bold;
}
                                .introbox0 {
    background-color: #dcf4ff;
    border-top: 4px solid #607d8b;
    margin-bottom: 2rem;
    padding: 2rem  5rem;
}


.introbox0 a {
    display: inline-block;
    background-color: #dd0202;
    color: #fff;
    font-weight: bold;
    padding: .4rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    border-bottom: 3px solid #a10101;
    float: right;
}

.introbox0 p {
    font-size: 1.4rem;
    font-weight: bold;
}
                                .medama {
    display: flex;
    width: 100%;
    background-color: #f1fbff;
    margin: 1rem 1rem 0 1rem;
}

.me1 {
    flex-basis: 70%;
    max-width: 70%;
    font-weight: bold;
    font-size: 1.2rem;
}

.me_img {
    flex-basis: 20%;
    max-width: 20%;
    margin-top: 1rem;
}

span.kikaku {
    display: block;
    background: none;
    margin: 1rem;
    color: #dd0202;
}
.me_img a {background-color: #f1fbff;margin: 0;border-bottom: none;padding: 0;}

.introbox_sp {
    display: none;
}
.pnav_sp {
    display: none;
}
 img.sp_topbn {
    display: none;
}
span.font_small {
    font-size: .6rem;
}

 @media screen and (max-device-width: 767px)                               
{
.top p {
    display: none;
}

.print_entry {
    display: none;
}

.info {
    flex-basis: 100%;
    max-width: 100%;
}

.top {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
}

.info p {
    display: none;
}

.nav_btn li {
    display: block;
    font-size: 15px;
border-top: 1px solid #607D8B;
}
.pnav_sp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

nav#pnav {
    display: none;
}

.sp_chi {
    flex-basis: 19%;
    border: 1px solid #607D8B;
    margin: auto;
    border-radius: 5px;
    text-align: center;
}

.pnav_sp img {
    width: 80%;
}

.sp_chi:hover {
    background-color: #eee;
}

.sp_chi span {
    font-size: 10px;
    display: block;
    margin-top: -14px;
}
.sp_chi a {
    text-decoration: none;
    color: #000;
}

section.nav_btn {
    margin-top: .5rem;
}
img.pc_topbn {
    display: none;
}

img.sp_topbn {
    width: 100%;
    display: block;
}

.breadcrumb {
    height: 60px;
}
a.mousikomi {
    display: none;
}

.introbox_sp {
    display: block;
}
.introbox_sp a {
    margin: 0;
    float: none;
    padding: .4rem 6rem;
    display: block;
}

.introbox {
    padding: 0;
    margin: .5rem;
}

.introbox p {
    margin: .3rem 1rem;
}

.introbox span {
    font-size: 1.1rem !important;
    margin-top: 1rem !important;
}

.medama {
    margin: 0;
}

.me_img {
    flex-basis: 30%;
    max-width: 30%;
}

.me1 {
    font-size: .8rem;
    padding-bottom: 1rem;
}
.medama_sp {
    margin: 1rem;
}
.price_list table {
    display: block;
    overflow-x: scroll;
    white-space: inherit;
    -webkit-overflow-scrolling: touch;
    width: 970px;
}
.price_list table .items {
    width: 12.5% !important;
}
.price_list table .ths {
    width: 65%;
}
.price_list tbody {
}

.price_list img {
    width: 70px;
}

.price_list td {
    width: 38% !important;
}

h2 {
    font-size: 1rem;
}

.printh_box {
    margin-left: .6rem;
    margin-right: .6rem;
}


.point_box {
    display: block;
}

.price_list ol {
    font-size: .68rem;
    margin-left: .5rem;
}


dl.osiharai {
    margin-right: .5rem;
    margin-left: .5rem;
}

.sample_chi {
    flex-basis: 45%;
    max-width: 45%;
}

.ink_merit_demerit ul {
    padding: 0 1rem 1rem;
}

.step_chi1 span {
    font-size: .8rem;
    margin-top: .6rem;
}

.step_chi1 h3 {
    font-size: .6rem;
    margin: .3rem;
    padding: .5rem;
}

.step_chi1:after {
    border-width: 23px 56px 0 56px;
    bottom: -23px;
}

.step_chi2 {
    flex-basis: 63%;
    max-width: 63%;
}

.step_chi2 p {
    font-size: .8rem;
    font-weight: normal;
    margin-top: 0;
}

.step_kaishi span {
    font-size: .8rem;
    margin-top: .6rem;
}

.step_kaishi h3 {
    font-size: .6rem;
    margin: .3rem;
    padding: 0.5rem;
}

.step_kaishi {
    flex-basis: 30%;
    max-width: 30%;
    margin-top: 1rem;
}

.step_chi1 {
    flex-basis: 30%;
    max-width: 30%;
    margin-bottom: 3rem;
}
p.company_name {
    font-size: .8rem;
}

div.f_top {
    display: block;
}

.contact ul {padding-left: .4rem;}

.overview {
    padding-left: .4rem;
}

.contact {
    padding-left: .4rem;
}


ul.f_menu a {
    font-size: 0.8rem;
    padding: 0 .5rem;
}

ul.f_menu a, small {
    font-size: .7rem;
}
span.h2sp {
    display: block;
}
.att_entry {padding: 1rem;}
.sample_faq {
flex-basis: 98%;
max-width: 98%;
}

}