<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(common.css);


/*
 index
==============================*/

/* main_img ----------*/
#main_img {
	background: url(../images/index/mainimg.jpg) no-repeat center top,url(../images/index/bg_mainimg.png) 0 0 repeat-x;  
	height:416px;
	min-width: 950px;
}
#main_img_inner {
	position:relative;
	width:950px;
	margin: 0 auto;}
#main_img .bt {
	position:absolute;
	right:20px;
	top:307px;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;}

/*----------*/
.ttlIcon{
	position: relative;
	background: url(../images/common/bg_title.png) no-repeat left bottom;
	padding: 0 0 5px 55px;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 34px;
}
.ttlIcon img{
	position: absolute;
	left: 0;
	bottom: 5px;
}


/* sec1 ----------*/
#sec1 {padding: 0 0 1px 0;}
#sec1 ul {
	margin-left: -12px;
	font-size: 0;
	text-align: left;
}
#sec1 ul li {
	display: inline-block;
	margin: 0 0 20px 12px;
	vertical-align: top;
}
#sec1 ul li a{
	position: relative;
	display: block;
	width: 355px;
	height: 306px;
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	padding: 10px 19px ;
	box-sizing: border-box;
	line-height: 1.2;
}
#sec1 ul li a span{
	display: block;
	text-shadow:
	1px 1px 4px #fff,
	1px -1px 4px #fff,
	-1px 1px 4px #fff,
	-1px -1px 4px #fff;	
}
#sec1 ul li a &gt; span &gt; span{
	font-size:24px;
}
#sec1 ul li a span.txtRed{
	font-size:18px;
	color: #c90000;
	padding-top: 5px;
}
#sec1 ul li.column3 a{
 background-color: #F0F0F0;
 width: 234px;
	height: 200px;
 font-size: 18px;
}
#sec1 ul li.column3 a &gt; span &gt; span{
	font-size:15px;
}
#sec1 ul li.column3 a span.small,
#sec1 ul li.column3 a span.txtRed{
	font-size:13px;
	padding-top: 3px;
}
#sec1 ul li .inline{
 display: inline-block;
}
#sec1 ul li:nth-child(1) a{
	background:url("../images/index/btn_original01.jpg") no-repeat left top;
}
#sec1 ul li:nth-child(2) a{
	background:url("../images/index/btn_no-printing01.jpg") no-repeat left top;
}
#sec1 ul li:nth-child(3) a{
	background:url("../images/index/btn_naire.jpg") no-repeat left top;
}
#sec1 ul li:nth-child(4) a{
	background:url("../images/index/btn_color.jpg") no-repeat left top;
}
#sec1 ul li:nth-child(5) a{
	background:url("../images/index/btn_case.jpg") no-repeat left top;
}

/* sec2 ----------*/
#sec2 {}
#sec2 ul { width:723px; margin-left:15px; font-size: 0;}
#sec2 ul li { display: inline-block; width:220px; margin-right:20px; margin-bottom:20px; vertical-align: top;}
#sec2 ul li p{
	padding: 8px 0 0 0 ;
	color: #018886;
	text-align: center;
}


/*-topCase----------*/
#topCase{
	background: url(../images/common/bg_case.png) repeat;
	padding: 15px;
	margin-bottom: 25px;
}
#topCase &gt; div{
	background: rgba(255,255,255,0.85);
	box-shadow: 0 0 5px 0 rgba(89,175,188,0.35);
	padding: 5px 15px 15px 25px;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#topCase div div{
	width: 425px;
}
#topCase h2{
	margin-bottom: 15px;
}
#topCase h3{
	margin: 0 0 10px 0;
	color: #016a9a;
	font-size: 16px;
	text-decoration: underline;
}
#topCase &gt; div &gt; p{
	width: 200px;
}
#topCase .bt{
	width: 100%;
	padding: 10px 0 0 0;
	text-align: right;
}
#topCase .bt a{
	margin: 0 0 0 12px;
}


/* topReason ----------*/
#topReason{
	background: url("../images/common/bg_top_reason.gif");
	border: 2px solid #ffae3d;
	padding: 3px 3px 12px;
}
#topReason h2{
	color: #fff;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	padding: 14px 9px;
	background: linear-gradient(to top, #f18e00, #ffb03f);
	margin-bottom: 12px;
	-moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	-ms-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#topReason h2 span{
	border-bottom: 2px dotted #fff;
	font-size: 38px;
	display: inline-block;
}
#topReason ul{
	margin: 0 44px;
}
#topReason ul li{
	font-size: 20px;
	position: relative;
	padding: 0 0 0 30px;
	line-height: 1.8;
}
#topReason ul li span{
	font-size: 24px;
	font-weight: bold;
	color: #009e9c;
}
#topReason ul li::before{
	content: "";
	background: url("../images/common/ic_check_top.png") no-repeat;
	position: absolute;
	width: 22px;
	height: 20px;
	left: 0;
	top: 8px;
}




/*------------------------------------------------------------------------
              smartphone
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*sp main_img ----------*/
#main_img {
	background: url(../images/index/mainimg_sp.png) no-repeat center top,url(../images/index/bg_mainimg_sp.png) 0 0 repeat-x;
	background-size: 100% auto, 2px 100%;
	height:auto;
	min-width:inherit;
}
#main_img_inner {
	position:relative;
	width:auto;
	padding-top:77.6%;
	padding-bottom: 2%;
}
	#main_img_inner p img{
		width: 100%;
		max-width: none;
}
#main_img .bt {
	position:relative;
	right:inherit;
	top:inherit;
	margin: 0 2%;
}

/*----------*/
.ttlIcon{
	position: relative;
	background: #00bebc;
	padding: 1.5% 3%;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.ttlIcon::before{
		content: "";
		position: absolute;
		left: 1.5%;
		top: 12%;
		display: block;
		background: #ffe400;
		width: 4px;
		height: calc(100% - 24%);
}
.ttlIcon img{
	display: none;
}


/* sp sec1 ----------*/
#sec1 {
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
}
#sec1 ul {
	margin-left: 0;
}
#sec1 ul li {
	display: block;
	margin: 0 0 0 0px;
	vertical-align: top;
	text-align: left;
}
#sec1 ul li a{
	width: 100%;
    height: 38.9vw;
	font-size: 6.4vw;
}
 #sec1 ul li.column3 a {
    width: 100%;
    height: 25.99vw;
    font-size: 4.8vw;
}
#sec1 ul li a &gt; span &gt; span{
	font-size: 20px;
}
#sec1 ul li a span.txtRed{
	font-size: 16px;
}
#sec1 ul li.column3 a span.small,
#sec1 ul li.column3 a span.txtRed{
 display: inline-block;
	padding-top: 3px;
 padding-right: 5px;
}
#sec1 ul li:nth-child(1) a{
	background: url("../images/index/btn_original01_sp.png") no-repeat left top;
	background-size: 100%;
}
#sec1 ul li:nth-child(2) a{
	background: url("../images/index/btn_no-printing01_sp.png") no-repeat left top;
	background-size: 100%;
}
#sec1 ul li:nth-child(3) a{
	background: url("../images/index/btn_naire_sp.png") no-repeat left top;
	background-size: 100%;
}
#sec1 ul li:nth-child(4) a{
	background: url("../images/index/btn_color_sp.png") no-repeat left top;
	background-size: 100%;
}
#sec1 ul li:nth-child(5) a{
	background: url("../images/index/btn_case_sp.png") no-repeat left top;
	background-size: 100%;
}


/*-sp topCase----------*/
#topCase{
	padding: 3%;
	margin-bottom: 5%;
}
#topCase &gt; div{
	padding: 3%;
	display:block;
}
#topCase div div{
	width: auto;
}
#topCase h2{
	margin-bottom: 10px;
}
#topCase h3{
	margin: 0 0 10px 0;
	color: #016a9a;
	font-size: 16px;
	text-decoration: underline;
}
	#topCase &gt; div &gt;p{
		width: auto;
		padding: 10px 10%;
		text-align: center;
	}
#topCase .bt{
	width: auto;
	padding: 0;
	text-align:center;
}
#topCase .bt a{
	margin: 5px 0 0 0;
}

/*-sp sec2----------*/
 #sec2 ul{
  width: auto;
  text-align: center;
 }
/* topReason ----------*/
#topReason h2 span{
	font-size: 32px;
}
#topReason ul{
	margin: 0 3%;
}
#topReason ul li{
	line-height: 1.4;
	padding-bottom: 10px;
	font-size: 16px;
}
#topReason ul li:last-child{
	padding-bottom: 0;
}
#topReason ul li span{
	font-size: 18px;
}
#topReason ul li::before{
	top: 1px;
}

}/*-sp end-*/

</pre></body></html>