@charset "utf-8";
/* CSS Document */
/*=========== Layout ====================---*/
/*トップページメインエリア---*/
#top_maincon {
	width:960px;
	margin:0 auto 50px;
}
/*２層目以下メインエリア---*/
#maincon,
#sale_content,
#facility {
	width:960px;
	margin:40px auto 50px;
}
#exsample_maincon {
	width:980px;
	margin:30px auto 50px;
}

/*=========== Header ============================---*/
#header {
	width:100%;
	height:84px;
	background:url(../im/bg_toph1area.png) repeat-x top
}
#header #h1area {
	width:980px;
	height:20px;
	margin:0 auto;
}
#header #h1area h1 {
	line-height:20px;
	font-size:12px;
	font-weight:300;
	letter-spacing:0.1em;
	color:#FFF;
}
#header #h_wrap01 {
	width:980px;
	margin:0 auto;
	padding-top:15px;
}
#header #h_wrap01 #logo {
	width:720px;
	float:left;
}
#header #h_wrap01 #logo h2 {
}
#header #h_wrap01 #h_contact {
	width:192px;
	float:right;
	text-align:right;
}

/*=========== Top Slideimages ============================---*/
#main_img {
	width: 100%;
	height: 340px;
	position: relative;
	overflow: hidden;
	background:url(../im/bg_topimage.png) repeat-x top;
}
#main_img .image_wrap {
	width: 100%;
	height: 340px;
	position: absolute;
	z-index: 0;
}
#main_img #slide_image {
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
}
#main_img #slide_image li {
	width: 100%;
	height: 340px;
	text-indent: -9999px;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center;
}
#main_img #slide_image li:first-child {
	display: block;
}
#main_img #slide_image li img {
	margin: 0 auto;
}
#main_img #slide_image li.active {
	display: block;
}

/*=========== Top Navi ***NEW*** ============================---*/
#top_menu {
	width:100%;
	height:49px;
	padding-top: 3px;
	padding-left: 2px;
	background:url(../im/bg_mainnavi.png) repeat-x top;
	margin-bottom: 50px;
}
#top_menu ul {
	padding-inline-start: 0;
}
.menu {
    position: relative;
    width: 960px;
    height: 49px;
    margin: 0 auto;
}
.menu li {
	list-style: none;
	font-size: 12px;
}
.menu > li {
    float: left;
    height: 32px;
    line-height: 32px;
	text-align: center;
}
.menu > li.menu_type_company {width: 150px;}
.menu > li.menu_type_policy {width: 165px;}
.menu > li.menu_type_kokin {width: 220px;}
.menu > li.menu_type_sales {width: 150px;}
.menu > li.menu_type_facility {width: 135px;}
.menu > li.menu_type_recruit {width: 140px;}
.menu > li a {
    display: block;
    color: #000;
}

.menu > li a:hover {
    color: #000;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    border: 1px solid #999;
	margin-top: -1px;
}
a.init-bottom,
a.init-bottom2 {
	/*font-weight: bold;*/
	height: 29px;
	padding-top: 3px;
	font-size: 16px;
	text-shadow: 1px 1px 2px #999;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    top: 36px;
    visibility: visible;
    opacity: 1;
}
li.menu__single:hover ul.menu__second-level li a:hover {
	background-color: #EFEFEF;
}

/*=========== Top Contents ============================---*/
.topbanner {
	margin: 0 0 24px;
}
.topbanner #kokinprint {
	width: 960px;
	height: 314px;
	margin: 0;
	padding: 0;
	background: url("../im/bg_kokinp.jpg") no-repeat left top;
}
.topbanner #kokinprint h3 {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}
.topbanner #kokinprint .kokinprint_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.topbanner #kokinprint .kokinprint_inner .kokinprint_im {
	width: 464px;
}
.topbanner #kokinprint .kokinprint_inner ul {
	width: 474px;
	padding-top: 46px;
}

.topbanner #kokinprint ul li {
	display: inline-block;
	padding: 8px 6px;
}

/* 関連団体バナーエリア ---*/
#top_linkbanner {
	border-top: #A2A2A2 dotted 1px;
	padding-top: 50px;
	margin-bottom: 60px;
}

#top_linkbanner ul {
	list-style:none;
	font-size: 0;
	text-align: center;
}

#top_linkbanner ul li {
	display: inline-block;
	text-align: center;
	padding:10px 16px;
}

/*=========== 2nd 共通 ============================---*/

/*--- 2nd Title h2 ---*/
#maincon h2,
#exsample_maincon h2 {
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	padding: 5px 10px 8px;
	margin-top: 24px;
	margin-bottom: 30px;
	background-color: #0054a6;
}
#maincon h2.environment {
	background-color: #22ac38!important;
}
#maincon h2 span,
#exsample_maincon h2 span {
	font-size: 18px;
	padding-right: 20px;
}

#maincon .maincon_inner {
	padding: 0 10px;
}
#maincon .maincon_box {
	padding: 0 35px;
}

/*--- 2nd Title h3 ---*/
#maincon h3 {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #0054a6;
	border-bottom: #0054a6 solid 1px;
	padding-bottom: 4px;
	margin-bottom: 30px;
}
#maincon h3 span {
	font-size: 14px;
}
#maincon h3:before {
	content: '';
    display: inline-block;
    width: 5px;
    height: 18px;
    margin: 0 10px 0 0;
    border-left: 10px solid #0054a6;
}

/*--- 2nd Title h4 ---*/
#maincon  h4 {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	border-bottom: #0054a6 solid 1px;
	padding-bottom: 2px;
	margin-bottom: 30px;
}

div.pointwrap {
	width:664px;
	background:url(../im/bg_point_wrap.png) no-repeat top left;
}

div.pointwrap div.pointbottom {
	width:664px;
	padding:44px 15px 15px 44px;
	background:url(../im/bg_point_bottom.png) no-repeat bottom left;
}
div.pointwrap div.pointbottom h4 {
	border-bottom: none!important;
	margin-bottom: 10px!important;
}
div.pointwrap div.pointbottom p {
	padding:0;
}

div.pointwrap2 {
	width:360px;
	float:right;
	margin-top:24px;
	background:url(../im/bg_point_wrap2.png) no-repeat top left;
}

div.pointwrap2 div.pointbottom2 {
	width:314px;
	padding:44px 10px 15px 36px;
	background:url(../im/bg_point_bottom2.png) no-repeat bottom left;
}

div.pointwrap2 div.pointbottom2 p {
	padding:0;
}

p.ceo_sign {
	text-align: right;
	font-size: 13px;
}
p.ceo_sign span {
	font-size: 16px;
}

/*=========== 会社案内 ====================================---*/

/*--あいさつ・SDGs・経営理念 ---*/
p.aisatsu {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.8;
}
.sdgs_wrap {
	margin-bottom: 75px;
}
.sdgs_wrap ul {
	list-style: none;
	font-size: 0;
	text-align: center;
}
.sdgs_wrap ul li {
	display: inline-block;
	width: 184px;
	margin: 0 20px 35px;
	vertical-align: top;
}
.sdgs_wrap ul li h5 {
	text-align: center;
	margin-bottom: 10px;
}
.sdgs_wrap ul li p {
	font-size: 9px;
	text-align: left;
}
.sdgs_wrap ul li p span {
	color: #0054a6;
}

/*--会社概要 ---*/
#outline {
	padding: 40px 0 80px 12px;
}
#outline table.ol_wraptable {
	width: 928px;
	font-size:16px;
}
#outline table.ol_wraptable .ol_topborder {
	border-top: #666 dotted 1px;
}

#outline table.ol_wraptable th {
	width:150px;
	padding:10px 34px 10px 0;
	text-align:right;
	vertical-align:top;
	font-weight:normal;
	border-bottom: #666 dotted 1px;
	line-height:160%;
}

#outline table.ol_wraptable td {
	padding:10px 0;
	text-align: left;
	vertical-align: top;
}
#outline table.ol_wraptable td.ol_contents {
	width:440px;
	border-bottom: #666 dotted 1px;
	line-height:160%;
}
#outline table.ol_wraptable td.ol_space {
	width: 38px;
}
#outline table.ol_wraptable td.ol_image {
	width: 320px;
}

#outline table.ol_innertable {
	width: 430px;
}
#outline table.ol_innertable th {
	width: 110px;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom: none;
	line-height: 1;
}
#outline table.ol_innertable td {
	padding: 5px 0;
	vertical-align: top;
	line-height: 1;
}

#outline a {color: #000;}
#outline a:hover {color: #999; text-decoration: underline;}

#access,#access_rokugo {
	padding: 0 0 40px 35px;
	font-size:16px;
}

#access #map {
	width:429px;
	float:left;
}

#access #g_map {
	width:420px;
	float:right;
}

#access #g_map .map_frame {
	width:422px;
	height:282px;
	border:#636363 solid 1px;
	margin-bottom:5px;
}
#access_rokugo table {
	width: 100%;
}
#access_rokugo table th {
	font-weight: normal;
	padding-right: 5px;
	text-align: left;
}
#access_rokugo .rokugo_map {
	margin-top: 30px;
}
#access_rokugo .map_frame {
	width:422px;
	height:282px;
	border:#636363 solid 1px;
	margin-bottom:5px;
}

/* HISTORY ---*/
#history {
	border-left: #eee solid 90px;
	padding-left: 44px;
	font-size: 0;
	margin-bottom: 50px;
}
#history .his_box {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
#history .his_box .his_year {
	width: 100px;
}
#history .his_box .his_year h3 {
	width: 100px;
    font-size: 0;
    line-height: 1;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#history .his_box .his_year h3:before {
    content: '';
    display: inline;
    width: 0;
    height: 0;
    margin: 0;
    border-left: none;
}
#history .his_box .his_contents ul li {
	list-style: none;
}

/* 主な会社見学会 ---*/
#companytour {
	margin-bottom: 50px;
	padding: 0 64px 0 110px;
}
#companytour p {
	margin-bottom: 18px;
}
#companytour p span.ct_year {
	font-size: 24px;
	font-weight: 700;
	color: #d1889d;
	padding-right: 8px;
}
#companytour p span.ct_bold {
	font-weight: 700;
}
#companytour .ct_im {
	width: 596px;
	margin: 0 auto 30px;
}

/* PR 動画 ---*/
.pr_movies {
	margin-bottom: 50px;
}
.pr_movies ul {
	list-style: none;
	text-align: center;
	font-size: 0;
}
.pr_movies ul li {
	/*display: inline-block;
	width: 50%;*/
	vertical-align: top;
	margin-bottom: 50px;
}

/*Recrit ---*/
#recruit_im {
	padding: 0 10px;
	margin-bottom: 50px;
}
#recruit_im img {
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#recruit {
	padding-bottom:100px;
}

#recruit table {
	border-collapse:collapse;
	border:#0054a6 solid 1px;
	margin:0 10px 40px 24px;
}

#recruit table tr th {
	width:248px;
	padding:30px 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 600;
	text-align:center;
	vertical-align:top;
}

#recruit table tr td {
	width:675px;
	padding:30px 10px 30px 40px;
	font-size: 15px;
}

#recruit table tr.rec_on th {
	border: #0054a6 solid 1px;
	color: #0054a6;
	background-color: #eaf5fc;
}
#recruit table tr.rec_on td {
	border:#0054a6 solid 1px;
	color: #000;
}
#recruit table tr.rec_off th {
	border-right:#dde9f4 solid 1px;
	border-left: #0054a6 solid 1px;
	border-top: #0054a6 solid 1px;
	border-bottom: #0054a6 solid 1px;
	color: #bed3e8;
	background-color: #fbfdfe;
}
#recruit table tr.rec_off th span {
	color: #000;
}

#recruit table tr.rec_off td {
	border-right: #0054a6 solid 1px;
	border-left:#dde9f4 solid 1px;
	border-top: #0054a6 solid 1px;
	border-bottom: #0054a6 solid 1px;
	color: #d3d1d0;
}

#recruit table td a,a:link,a:visited,a:active {color:#036197; text-decoration:none;}
#recruit table td a:hover {color:#999; text-decoration:underline;}

#recruit h3 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:2px;
	margin-bottom:40px;
	border-bottom:#CCC dotted 1px;
}

#recruit div.rbox01 {
	background:#F1F8FE;
	margin:0 30px 30px 30px;
	padding:30px;
	border:#D0E0F2 dotted 1px;
}

div.r_illust {
	float:left;
	width:160px;
	padding:0 20px 20px 0;
}
div.r_illust img {padding-bottom:5px;}
div.r_illust p {font-weight:bold; text-align:center;}

/*=========== 認証と取組み ==================================---*/
/* 認証 ---*/
#certif {
	margin-bottom:50px;
	padding: 0 10px;
}
#certif .certif_inner {
	padding: 0 10px;
}
#certif .ce_wrap {
	margin-bottom:50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#certif .ce_wrap .logo {
	width:130px;
}
#certif .ce_wrap .ce_tx {
	width: 760px;
}
#certif .ce_wrap .ce_tx h5 {
	font-size: 0.8125rem;
	font-weight: bold;
}
#certif .ce_wrap .ce_tx h5 a {color: #333;}
#certif .ce_wrap .ce_tx h5 a:hover {color: #999;}
#certif .ce_wrap .ce_tx p {
	font-size: 0.8125rem;
}
#certif .ce_wrap .ce_tx ul li {
	list-style: none;
	font-size: 0.8125rem;
	text-indent: -1em;
    padding-left: 1em;
}
#certif .ce_wrap .ce_tx ul li:first-letter {
	color: #005032;
}



/* 個人情報保護方針 ---*/
#policy,
#atsukai {
	padding: 0 0 50px 22px;
	font-size: 0.8125rem;
}
/* */
#policy h5 {
	font-size:13px;
	line-height:100%;
	padding-bottom:5px;
}
/* */
#atsukai h4 {
	width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.1;
    border-bottom: none;
	margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
#atsukai .atsukai_inner {
	padding-left: 40px;
}
#atsukai .atsukai_inner h5 {
	font-size: 0.8125rem;
	margin-top: 10px;
	font-weight: 700;
}
#atsukai .atsukai_inner h6 {
	margin-left: 20px;
	margin-top: 5px;
	font-weight: 400;
}
#atsukai .atsukai_inner p.atsukai_h6_p {
	padding-left: 35px;
}
#atsukai .atsukai_footer {
	margin-top: 30px;
	text-align: right;
}
#atsukai .atsukai_footer p {
	margin-bottom: 20px;
}

/* 環境方針 ---*/
#enviro {
	padding: 0 10px 50px 10px;
}
#enviro p.enviro_read {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
#enviro ul {
	list-style:none;
	margin: 0 0 30px 20px;
}
#enviro ul li {
	font-size: 14px;
	padding-bottom:10px;
}

/* 環境への取り組み ---*/
#ei {
	padding: 0 10px;
	margin-bottom: 50px;
}

#ei .ei_wrap {
	margin-bottom: 50px;
}

#ei .ei_wrap .inner {
	padding-left: 22px;
}
#ei p.date {
	text-align:right;
	padding-bottom:5px;
}

/*環境対策 ---*/
#p_enviro {
	padding:0 10px;
	margin-bottom: 50px;
}
#p_enviro h3 {
	margin-bottom: 10px!important;
}
#p_enviro .p_enviro_inner {
	padding: 0 10px 0 15px;
	margin-bottom: 40px;
	font-size: 14px;
}
#p_enviro img.right {
	float:right;
}

#p_enviro div.r_box {
	float:right;
	padding-left:26px;
}

#p_enviro div.r_box img {
	padding-bottom:2px;
	display:block;
}

#p_enviro div.r_box p {
	font-size:12px;
}

/*========== 抗菌関連商品 ============================---*/
#flowercalendar,
#ecocalendar,
#bigcalendar,
#scallow,
#businesscard,
#nis,
#kokin_mc {
	margin-bottom: 80px;
}
#flowercalendar section,
#bigcalendar section,
#scallow section,
#businesscard section,
#nis section,
#kokin_mc section {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#flowercalendar h2,
#ecocalendar h2,
#bigcalendar h2,
#scallow h2,
#businesscard h2,
#nis h2,
#kokin_mc h2,
#flowercalendar h2 img,
#ecocalendar h2 img,
#bigcalendar h2 img,
#scallow h2 img,
#businesscard h2 img,
#nis h2 img,
#kokin_mc h2 img,
#flowercalendar section img,
#ecocalendar section img,
#bigcalendar section img,
#scallow section img,
#businesscard section img,
#nis section img,
#kokin_mc section img,
#nis section h3,
#kokin_mc section h3,
#businesscard section h3,
#nis section h3 img,
#kokin_mc section h3 img,
#businesscard section h3 img {
	margin: 0 0 -1px;
	padding: 0;
	line-height: 1!important;
	text-shadow: none;
}

/*---- Kokin Mask Case ----*/
#kokin_mc .mc_area2 {
	background-color: #fffbd0;
	border-right: #00a8b1 solid 5px;
	border-bottom: #00a8b1 solid 5px;
	border-left: #00a8b1 solid 5px;
	margin-bottom: 28px;
}
#kokin_mc .mc_area2 .mc_area2_inner {
	position: relative;
	width: 950px;
	height: 277px;
}
#kokin_mc .mc_area2 .mc_area2_inner img.area2_tx {
	position: absolute;
	top: 0;
	left: 0;
}
#kokin_mc .mc_area2 .mc_area2_inner img.area2_contact {
	position: absolute;
	top: 0;
	left: 697px;
}

#kokin_mc .mc_area3_h3wrap {
	position: relative;
	width: 960px;
	height: 89px;
	background: url("../im/sales/kokin_mc/title_h3_03_bg.png") no-repeat left top;
}
#kokin_mc .mc_area3_h3wrap h3 {
	position: absolute;
	top: 0;
	left: 0;
}
#kokin_mc .mc_area3_h3wrap img.area3_pricelist {
	position: absolute;
	top: 45px;
	left: 720px;
}
#kokin_mc .mc_area3_h3wrap img.area3_request {
	position: absolute;
	top: 45px;
	left: 833px;
}

#kokin_mc .mc_area3_wrap {
	position: relative;
	width: 960px;
	height: 589px;
	background: url("../im/sales/kokin_mc/image10_bg.png") no-repeat top left;
	margin-bottom: 32px;
}
#kokin_mc .mc_area3_wrap img {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#kokin_mc .mc_area3_wrap img.position1 {top: 91px; left: 32px;}
#kokin_mc .mc_area3_wrap img.position2 {top: 282px; left: 32px;}
#kokin_mc .mc_area3_wrap img.position3 {top: 91px; left: 313px;}
#kokin_mc .mc_area3_wrap img.position4 {top: 91px; left: 467px;}
#kokin_mc .mc_area3_wrap img.position5 {top: 124px; left: 680px;}
#kokin_mc .mc_area3_wrap img.position6 {top: 304px; left: 680px;}
#kokin_mc .mc_area3_wrap img.position7_contact {top: 518px; left: 342px;}

/*---- contact wrap ----*/
.sale_contact_wrap {
	padding: 30px 20px 48px;
}
.sale_contact_wrap ul {
	list-style: none;
	font-size: 0;
	text-align: center;
}
.sale_contact_wrap ul li {
	width: 50%;
	display: inline-block;
}
/*---- Coming Soon ----*/
.junbichu {
	margin-bottom: 300px;
	text-align: center;
}

/*----- bottom contact area ----------*/
.to_contact01 {
}
.to_contact01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.to_contact01 ul li {
	padding: 34px 12px 26px;
	margin: 0;
}

section.to_contact02 {
	padding: 34px 0 45px!important;
}
section.to_contact02 p {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
}
section.to_contact02 ul {
	list-style: none;
	margin: 14px 0 0 355px;
	padding: 0;
	font-size: 0;
	text-align: left;
}
section.to_contact02 ul li {
	display: inline-block;
	padding: 0 24px 0 0;
	margin: 0;
}

/*---- ECO Calendar ----*/
#ecocalendar .ec_specification_wrap {
	background-color: #fffeea;
	padding: 26px 0 40px;
	text-align: center;
}
#ecocalendar .ec_specification_wrap h3 {
	width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1;
    color: #0054a6;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
#ecocalendar .ec_specification_wrap h3:before {
    content: '';
    display: inline;
    width: 0;
    height: 0;
    margin: 0;
    border-left: 0 solid #0054a6;
}
#ecocalendar .ec_specification_wrap .ec_specification_inner {
	margin-bottom: 20px;
}

/*=========== 各種印刷 ===============================---*/
#sales {
	width:100%;
}
#sales h2 {
	padding: 0;
	margin: 0;
	height: 148px;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	background-color: #fff;
}

#sales img {
	line-height: 0;
	margin: 0;
	padding: 0;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#bus_tis,#art_tis,#uv_tis,#enve_tis,#deg_tis,#sp_tis {
	height: 148px;
}
#bus_tis {background-color: #ecf4fb;}
#art_tis {background-color: #f8f5e3;}
#uv_tis {background-color: #f1f8f4;}
#enve_tis {background-color: #eef7f5;}
#deg_tis {background-color: #f7f6fb;}
#sp_tis {background-color: #fef8f0;}

.sa_tis_leftbox {
	width:476px;
	float:left;
	border-left: none!important;
	padding: 0;
	margin: 0;
}

.sa_tis_rightbox {
	width:460px;
	float:left;
	font-size: 15px;
	line-height:1.4;
}
.tibusiness {padding-top: 30px;}
.tiart {padding-top: 50px;}
.tiuv {padding-top: 30px;}
.tienvelope {padding-top: 10px;}
.tidegital {padding-top: 20px;}
.tisp {padding-top: 40px;}

/* 共通レイアウト項目 ---*/
#sales ul {
	list-style: none;
}
#sales ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#sales #sales_contact_wrap {
	margin-bottom: 50px;
	text-align: center;
}

#sales ul li .sales_innner_full_1,
#sales ul li .sales_innner_full_2,
#sales ul li .sales_innner_full_3,
#sales ul li .sales_innner_half_1,
#sales ul li .sales_innner_half_2,
#sales ul li .sales_innner_half_3 {
	position:  relative;
	margin: 10px 14px 10px 4px;
	background-color: #fff;
	border-radius: 62px 0 0 0;
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
}
#sales ul li .sales_innner_full_1,
#sales ul li .sales_innner_full_2,
#sales ul li .sales_innner_full_3 {width: 894px;}

#sales ul li .sales_innner_full_1 {height: 130px;}
#sales ul li .sales_innner_full_2 {height: 170px;}
#sales ul li .sales_innner_full_3 {height: 145px;}

#sales ul li .sales_innner_half_1,
#sales ul li .sales_innner_half_2,
#sales ul li .sales_innner_half_3 {width: 438px;}

#sales ul li .sales_innner_half_1 {height: 286px;}
#sales ul li .sales_innner_half_2 {height: 128px;}
#sales ul li .sales_innner_half_3 {height: 266px;}

#sales ul li .sales_icon {
	position: absolute;
	top: 12px;
	left: 12px;
}
#sales ul li p {
	position: absolute;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.09em;
	padding-right: 20px;
}

#sales ul li p.sales_tx_3line,
#sales ul li p.sales_tx_4line,
#sales ul li p.sales_tx_5line,
#sales ul li p.sales_tx_6line {left: 126px;}

#sales ul li p.sales_tx_3line {top: 34px;}
#sales ul li p.sales_tx_4line {top: 23px;}
#sales ul li p.sales_tx_5line {top: 14px;}
#sales ul li p.sales_tx_6line {top: 4px;}

.sa_footer {
	padding: 40px 0 0;
	clear: both;
}
.sa_footer p {
	font-size: 1.125rem;
	text-align: center;
	line-height: 1.6;
}

/* 商業印刷 ---*/
#sales ul li .sales_innner_half_1 .sales_point_bus {
	position: absolute;
	z-index: 5;
	top: 130px;
	left: 30px
}
#sales ul li .sales_innner_half_1 .sales_point_wrap_bus {
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 18px;
	border: #e10000 solid 2px;
	padding: 15px 12px 12px;
	width: 400px;
	height: 124px;
}

/* 美術印刷 ---*/
#sales ul li .sales_inner_art {
	position: relative;
	width: 894px;
	height: 110px;
	margin: 5px 0 0 4px;
}
#sales ul li .sales_inner_art .art_point {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 18px;
}
#sales ul li .sales_inner_art .art_point_warap {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 0;
	width: 894px;
	height: 95px;
	padding: 15px 18px;
	border: #e10000 solid 2px;
	border-radius: 20px;
	background-color: #fffded;
}

/* UV印刷 ---*/
#sales ul li .sales_innner_half_3 p.sales_tx_uv {
	top: 20px;
	left: 126px;
}
#sales ul li .sales_innner_half_3 .sales_point_uv {
	position: absolute;
	z-index: 5;
	top: 136px;
	left: 30px
}
#sales ul li .sales_innner_half_3 .sales_point_wrap_uv {
	position: absolute;
	z-index: 1;
	top: 146px;
	left: 18px;
	border: #e10000 solid 2px;
	padding: 15px 12px 12px;
	width: 400px;
	height: 104px;
}
#sales ul li .sales_uv_wrap {
	position: relative;
	top: 10px;
	left: 4px;
	width: 894px;
	height: 160px;
	padding: 15px 18px;
	border: #e10000 solid 2px;
	border-radius: 20px;
	background-color: #f1f8f5;
}
#sales ul li .sales_uv_wrap p.sales_uv_p1 {
	position: absolute;
	top: 15px;
	left: 20px;
}
#sales ul li .sales_uv_wrap p.sales_uv_p2 {
	position: absolute;
	top: 62px;
	left: 20px;
}
#sales ul li .sales_uv_wrap p.sales_uv_p2 span {
	font-weight: 700;
}

/* セールスプロモーション ---*/
#sales ul li .sales_innner_full_1 h5,
#sales ul li .sales_innner_full_2 h5 {
	position: absolute;
	width: 726px;
	top: 14px;
	left: 126px;
	padding-bottom: 2px;
	border-bottom: #4d6db0 solid 2px;
	font-size: 16px;
	font-weight: 500;
}
#sales ul li p.sp_box1,
#sales ul li p.sp_box2,
#sales ul li p.sp_box3 {
	position: absolute;
	top: 56px;
}
#sales ul li p.sp_box1 {left: 160px;}
#sales ul li p.sp_box2 {left: 380px;}
#sales ul li p.sp_box3 {left: 580px;}
#sales ul li .sales_sp_wrap {
	position: relative;
	top: 10px;
	left: 4px;
	width: 894px;
	height: 90px;
	padding: 15px 18px;
	border: #e10000 solid 2px;
	background-color: #fffdf1;
}

/* デジタル印刷 ---*/
#sales ul li .sales_innner_full_3 p.sales_dp_line4,
#sales ul li .sales_innner_full_3 p.sales_dp_line5 {
	position: absolute;
	left: 130px;
	width: 414px;
}
#sales ul li .sales_innner_full_3 p.sales_dp_line4 {top: 28px;}
#sales ul li .sales_innner_full_3 p.sales_dp_line5 {top: 20px;}
#sales ul li .sales_innner_full_3 p.sales_dp_im {
	position: absolute;
	top: 6px;
	left: 563px;
	width: 322px;
}

/* 各種印刷　各bacground-color ---*/
#business,#art,#uv,#envelope,#degital {
	margin-bottom: 140px;
}
#sp {
	margin-bottom: 40px;
}
#business_inner,#art_inner,#envelope_inner,#uv_inner,#degital_inner,#sp_inner {
	padding: 33px 0 44px 28px;
	margin-bottom: 30px;
}
#business_inner {background-color: #d2e5f6;}
#art_inner {background-color: #efe6b4;}
#uv_inner {background-color: #d0e8da;}
#envelope_inner {background-color: #b4dddb;}
#degital_inner {background-color: #e4e1f0;}
#sp_inner {background-color: #fdebd1;}


/* 事例集 ---*/
.bg_ex {
	background-color: #000;
	margin-bottom: 30px;
	padding: 1px 10px 0;
}
#exsample {
	padding-bottom:50px;
}
#exsample .ex_tis {
	padding: 0 10px;
}
#exsample .ex_tis h3 {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	border-bottom: none;
	color: #fff;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#exsample .ex_tis h3:before {
	content: '';
    display: inline-block;
    width: 5px;
    height: 18px;
    margin: 0 10px 0 0;
    border-left: 10px solid #fff;
}
#exsample .exsample_inner {
	padding-left: 10px;
	margin-bottom: 30px;
}
#exsample .exsample_inner ul {
	list-style: none;
}
#exsample .exsample_inner ul li {
	width:227px;
	margin:0 10px 30px 0;
	/*
	border:#dcdcdc solid 1px;
	*/
	float:left;
}
#exsample .exsample_inner ul li img {
	line-height: 0;
	margin: 0;
	padding: 0;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


/*=========== 工程・設備 ===================================---*/

/* 企画・打ち合わせ・お見積り ---*/
#flow {
	margin-bottom: 50px;
	padding: 0 10px 0 24px;
}
#flow p.flow_read {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 32px;
}
#flow .flow_inner {
	padding: 0 36px 40px 20px;
}

#flow .flow_inner .flow_box {
	background-color: #def1fb;
	border: #aecfed solid 3px;
	border-radius: 10px;
	padding: 10px 36px;
	margin: 0;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#flow .flow_inner .flow_box .flow_im {
	width: 220px;
	float: left;
}
#flow .flow_inner .flow_box .flow_tx {
	width: 540px;
	float: right;
}
#flow .flow_inner .flow_box .flow_tx h5 {
	font-size: 20px;
	font-weight: 700;
	color: #003294;
	margin-bottom: 2px;
}
#flow .flow_inner .flow_box .flow_tx h5 span {
	font-size: 13px;
	font-weight: 500;
}
#flow .flow_inner .flow_box .flow_tx p {
	font-size: 14px;
}
#flow .flow_inner .flow_arrow {
	text-align: center;
	margin-bottom: 16px;
}

/* デザイン・制作・プリプレス　/　印刷　/　製本・加工　共通 ---*/
#facility h2 {
	padding: 0!important;
	margin: 0 0 20px!important;
	line-height: 1!important;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	background-color: #fff!important;
}
#design,#print {
	margin-bottom: 140px;
}

#facility .facility_wrap {
	padding: 30px 32px 0;
	margin-bottom: 50px;
}
#facility .facility_wrap table {
	width:896px;
	margin-bottom: 60px;
	border-collapse: collapse;
  	border-spacing: 0;
}
#facility .facility_wrap table td.me {
	width:180px;
	line-height:1;
	padding:8px 0 6px 20px;
	border-bottom: #999 solid 1px;
}
#facility .facility_wrap table td.me_noe {
	width:180px;
	line-height:1;
	padding:8px 0 6px 20px;
}
#facility .facility_wrap table td.mo {
	width:360px;
	line-height:1;
	padding:8px 0 6px 20px;
	border-bottom: #999 solid 1px;
}
#facility .facility_wrap table td.mo span {
	font-size: 12px;
}
#facility .facility_wrap table td.ki {
	width:280px;
	line-height:1;
	padding:8px 0 6px 0;
	border-bottom: #999 solid 1px;
}
#facility .facility_wrap table td.qu {
	width:76px;
	line-height:1;
	text-align: right;
	padding:8px 5px 6px 0;
	border-bottom: #999 solid 1px;
}

#facility .facility_wrap .facility_read {
	margin-bottom: 30px;
}
#facility .facility_wrap .facility_read p.facility_read_ti {
	font-size: 18px;
	font-weight: 700;
	color: #0054a6;
	margin-bottom: 10px;
}
#facility .facility_wrap .facility_read p.facility_read_im {
	margin-bottom: 10px;
}
#facility .facility_wrap .facility_read p.facility_read_tx {
	font-size: 13px;
}
#facility .facility_wrap .facility_read p.facility_read_sub {
	background-color: #dff0eb;
	font-size: 12px;
	margin: 30px 62px 0;
	border-radius: 2px;
	padding: 10px 20px;
}

#facility .facility_wrap h3 {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
	border-bottom: #000 solid 1px;
	padding-bottom: 6px;
	margin-bottom: 14px;
}
#facility .facility_wrap h3:before {
	content: '';
    display: inline-block;
    width: 6px;
    height: 16px;
    margin: 0 10px 0 0;
}
#facility .facility_wrap .facility_prepress h3:before {
	border-left: 10px solid #f4b0a1;
}
#facility .facility_wrap .facility_print h3:before {
	border-left: 10px solid #55b779;
}
#facility .facility_wrap .facility_bookbinding h3:before {
	border-left: 10px solid #998dc2;
}
#facility .facility_print .facility_print_tx1 {
	font-size: 0.8125rem;
}
#facility .facility_wrap .facility_inner {
	margin-bottom: 24px;
}
#facility .facility_wrap .facility_print_box {
	margin-bottom: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#facility .facility_wrap .facility_print_box .facility_print_box_tx {
	width: 270px;
}
#facility .facility_wrap .facility_print_box .facility_print_box_im {
	width: 620px;
}
#facility .facility_wrap .facility_inner .facility_inner_tx1,
#facility .facility_wrap .facility_inner .facility_inner_tx2,
#facility .facility_wrap .facility_inner .facility_inner_tx3 {
	font-size: 13px;
	float: left;
}
#facility .facility_wrap .facility_inner .facility_inner_im1,
#facility .facility_wrap .facility_inner .facility_inner_im2,
#facility .facility_wrap .facility_inner .facility_inner_im3 {
	float: right;
	text-align: center;
}
#facility .facility_wrap .facility_inner .facility_inner_tx1 {
	width: 460px;
	padding-left: 30px;
}
#facility .facility_wrap .facility_inner .facility_inner_tx2 {
	width: 546px;
}
#facility .facility_wrap .facility_inner .facility_inner_tx3 {
	width: 312px;
}
#facility .facility_wrap .facility_inner .facility_inner_im1 {
	width: 410px;
}
#facility .facility_wrap .facility_inner .facility_inner_im2 {
	width: 316px;
}
#facility .facility_wrap .facility_inner .facility_inner_im3 {
	width: 560px;
}

#facility .facility_bookbinding p.facility_bookbinding_tx1 {
	font-size: 0.8125rem;
}

/*=========== お問い合わせフォーム  ========================---*/
#contact {
	/*width: 800px;
	margin: 0 auto;*/
}
.contact_intro {
	margin-bottom: 50px;
}
.contact_intro p.contact_aisatsu {
	margin-bottom: 30px;
	font-size: 1.25rem;
}
.contact_intro p.contact_tel {
	font-size: 1.125rem;
	margin-bottom: 20px;
}
.contact_intro p.contact_tel span.contact_tel_number {
	font-size: 1.5rem;
	font-weight: 700;
	/*
	padding: 0 20px 0 10px;
	*/
	padding: 0 5px 0 0;
}
.contact_intro p.contact_tel span.contact_open {
	font-size: 0.875rem;
}
.contact_intro .contact_mail {
	font-size: 1.125rem;
	margin-bottom: 20px;
}
.contact_intro .contact_mail span {
	font-size: 1.375rem;
	font-weight: 500;
	padding-left: 10px;
}
.contact_intro .contact_toform {
	margin-bottom: 40px;
}


.contact_intro ul li {
	margin-left: 20px;
	font-size: 0.875rem;
	padding-bottom: 8px;
}
.contact_intro ul li span {
	color: #FF0004;
}
.contact_intro ul li a {
	text-decoration: underline;
}
.contact_intro ul li a:hover {
	color: #999;
}

.contact_form {
	width: 800px;
	margin: 0 auto;
}

/*---------------仮--------------*/
.contact_form .karibox {
	margin-bottom: 80px;
	text-align: center;
}
.contact_form .karibox p {
	font-size: 1.375rem;
	margin-bottom: 20px;
}
/*---------------/仮--------------*/

.contact_form table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	border-top: #CFCFCF solid 1px;
	border-bottom: #CFCFCF solid 1px;
}
.contact_form table th {
	font-weight: normal;
	text-align: left;
	width: 200px;
	vertical-align: top;
	color: #666;
	padding-left: 10px;
}
.contact_form table th,
.contact_form table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact_form table th.flabel,
.contact_form table td.flabel {
	padding-top: 5px;
	padding-bottom: 8px;
}
.contact_form table th.flabel2,
.contact_form table td.flabel2 {
	padding-top: 5px;
	padding-bottom: 30px;
}
.contact_form table th span {
	color: #FF0004;
}
.contact_form table td {
	padding-right: 10px;
}
.contact_form table td p {
	font-size: 0.87rem;
	color: #666;
}
.contact_form label {
	line-height: 1.4;
}
.contact_form input[type="checkbox"]{
	width: 16px;
	height: 16px;
}
.contact_form input[type="text"],
.contact_form input[type="number"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form input[type="fax"],
.contact_form select,
.contact_form textarea {
    padding: 8px 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px #fff, 0 2px 4px #eee inset;
    -moz-box-shadow: 0 1px 1px #fff, 0 2px 4px #eee inset;
    box-shadow: 0 1px 1px #fff, 0 2px 4px #eee inset;
    color: #555;
}

.contact_form input[type="number"],
.contact_form input[type="tel"],
.contact_form input[type="fax"],
.contact_form select {width: 200px;}
.contact_form input[type="email"],
.contact_form input[type="text"],
.contact_form textarea {width: 540px;}

.contact_button {
	text-align: center;
}
.contact_button input.button1[type="submit"],
.contact_button input.button2[type="submit"] {
    padding: 8px 30px;
	margin: 0 20px;
	border-radius: 5px;
	color: #fff;
    cursor:pointer;
	border-style: none;
}
.contact_button input.button1[type="submit"]{background-color: #004ea2;}
.contact_button input.button2[type="submit"]{background-color: #868686;}
.contact_button input.button1:hover[type="submit"] {background-color: #0262c8;}
.contact_button input.button2:hover[type="submit"] {background-color: #a0a0a0;}

/*=========== 2nd 問合せバナー ============================---*/
p.tex_toi01 {
	text-align:center;
	padding-bottom:5px;
	font-size:120%;
	font-weight:bold;
}

p.banner_toi01 {
	text-align:center;
	padding-bottom:30px;
}

/*=========== To PageTop ===================---*/
div.topagetop {
	text-align:right;
}

/*=========== Footer =======================---*/
#footer_area {
	width:100%;
	color:#000;
	font-size:12px;
	background:url(../im/bg_footer.png) repeat-x top center #FFF;
}

#fooer_inner {
	width:980px;
	margin:0 auto;
	padding-top:18px;
	padding-bottom: 20px;
}

/*Footer Top Page ---*/
#fooer_inner #f_bannerarea {
	width:700px;
	float:right;
}

#fooer_inner #f_bannerarea ul {
	list-style:none;
}

#fooer_inner #f_bannerarea ul li {
	float:left;
	padding:0 20px 10px 20px;
}
#fooer_inner #f_contact {
	width:166px;
	float:left;
	margin-right: 10px;
}
#fooer_inner #f_contact p {
	font-size:12px;
	line-height:110%;
}

/*Footer Company contact area ---*/
#fooer_inner #f_contact2 {
	width: 100%;
	margin-bottom: 50px;
}
#fooer_inner #f_contact2 .f_logo {
	float: left;
	width: 340px;
}
#fooer_inner #f_contact2 .f_address {
	float: left;
	width: 220px;
	font-size: 14px;
}
#fooer_inner #f_contact2 .f_tel {
	float: left;
	width: 200px;
	padding-top: 15px;
}
#fooer_inner #f_contact2 .f_mail {
	float: left;
	width: 200px;
	padding-top: 18px;
}

/*Footer Navi ---*/
#fooer_inner .f_navi_inner {
	padding-left:8px;
	float:left;
	background:url(../im/f_line01.png) no-repeat left top;
}
#fooer_inner .f_navi_company {width:220px;}
#fooer_inner .f_navi_policy {width:160px;}
#fooer_inner .f_navi_kokin {width:200px;}
#fooer_inner .f_navi_sales {width:190px;}
#fooer_inner .f_navi_facility {width:180px;}
/* total 950px */

#fooer_inner .f_navi_inner h4 {
	padding-bottom:5px;
}

#fooer_inner .f_navi_inner ul {
	list-style:none;
	margin-bottom: 20px;
}

#fooer_inner .f_navi_inner ul li {
	font-size:12px;
	line-height:24px;
	color:#242424;
	background-image:url(../im/list_icon.png);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding-left:10px;
}

#fooer_inner .f_navi_inner ul li a,a:link,a:visited,a:active {color:#242424; text-decoration:none;}
#fooer_inner .f_navi_inner ul li a:hover {color:#999; text-decoration:underline;}

/*Footer Copyright ---*/	
#footer_area p.copyright {
	font-size:11px;
	font-weight: 300;
	line-height:14px;
	height:24px;
	color:#999;
	letter-spacing:0.1em;
	text-align:center;
}