@charset "utf-8";

/*//////////////////////  PC  ////////////////////// */

@media print, screen and (min-width: 641px) {

/* =======================================

 Top page

======================================= */


/* PC 
--------------------------------------- */
.slider-wrapper {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.theme-default #slider {
	margin: 0 auto;
	width: 1024px;
	height: 420px;
}

.scdl li {
	margin-bottom: 8px;
	border: solid 1px #ccc;
	font-size: 1.2em;
	line-height: 1.8;
	background-image: url(../images/arw_grn.png);
	background-repeat: no-repeat;
	background-position: 12px 14px;
	background-size: 12px 12px;
}

.scdl li a {
	display: block;
	position: relative;
	padding: 12px 10px 10px 25px;
}

.scdl li a:hover {
	background-color: #f8f8f8;
}
.scdl li a:hover {
	text-decoration: none;
}

.scdl li a .tit {
	font-size: 1.2em;
	line-height: 1.3;
	color: #0066cc;
	font-weight: bold;
}
.scdl li.fn a .tit {
	background-image: url(../images/mrk_fns_s.png);
	background-repeat: no-repeat;
	background-position: 1px 0.25em;
	background-size: 22px 12px;
	padding: 0 0 0 26px;
}
.scdl li.new a .tit {
	background-image: url(../images/mrk_new_s.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.25em;
	background-size: 22px 12px;
	padding: 0 0 0 26px;
}
.scdl li a.post:after {
	display: block;
	border: solid 3px #cc0000;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	content: "延期";
	color: #cc0000;
	position: absolute;
	right: 5px;
	top: 6px;
}
.scdl li a.post21:after {
	display: block;
	border: solid 3px #cc0000;
	padding: 2px 7px 0;
	font-size: 11px;
	font-weight: bold;
	content: "2021年に延期";
	color: #cc0000;
	position: absolute;
	right: 5px;
	top: 6px;
}
.scdl li a.post21-a:after {
	display: block;
	border: solid 3px #cc0000;
	padding: 2px 7px 0;
	font-size: 11px;
	font-weight: bold;
	content: "2021年に再出展";
	color: #cc0000;
	position: absolute;
	right: 5px;
	top: 6px;
}
.scdl li a.post-mi:after {
	display: block;
	border: solid 3px #cc0000;
	padding: 2px 3px 0;
	font-size: 11px;
	font-weight: bold;
	content: "延期:新日程未定";
	color: #cc0000;
	position: absolute;
	right: 5px;
	top: 6px;
}
.scdl li a.exbccl:after {
	display: block;
	border: solid 3px #cc0000;
	padding: 2px 7px 0;
	font-size: 11px;
	font-weight: bold;
	content: "中止";
	color: #cc0000;
	position: absolute;
	right: 5px;
	top: 6px;
}

.scdl li .exbdate {
	color: #cc0000;
	background-image: url(../images/mrk_date.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 29px 12px;
	padding: 0 0 0 32px;
}


/* */
.bnrmid {
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 28px;
}
.bnrmid:hover {
	background: #f8f8f8;
}

.bnrmid ul {
	display: table;
}

.bnrmid li {
	display: table-cell;
}

.bnrmid a,
.bnrmid a:hover {
	text-decoration: none !important;
}

.bnrmid li.hd {
	background: #47abd4;
	color: #fff;
	font-weight: bold;
	font-size: 1.9em;
	line-height: 1.3;
}
.bnrmid li.hd span {
	color: #fff;
	display: block;
	font-size: 1.2em;
}
.bnrmid-rl {
	position: relative;
}
.bnrmid-rl .gobtn {
	width: 110px;
	position: absolute;
	top: 260px;
	right: 100px;
}
.bnrmid-rl .gobtn img {
	width: 100%;
	height: auto;
}
.bnrmid-rl .gobtn a:hover {
 opacity: 0.8;
}
.animation {
 animation-timing-function: ease-in-out;
 animation-iteration-count: infinite;
 animation-direction: alternate;
 animation-duration: 1.0s;
}
.keyframe {
 animation-name: anim_sc;
 transform: scale(0.95,0.95);
}

@keyframes anim_sc {
    100% {
        transform: scale(1,1);
    }
}

#reqbnr {
	background-image: url(../images/home_req_bnr_img01.jpg);
	background-repeat: no-repeat;
	background-size: 323px 100px;
	background-position: 150px 5px;
}

#reqbnr li.hd {
	width: 130px;
	padding-left: 10px;
	vertical-align: middle;
	height: 100px;
}

#reqbnr li.tit {
	padding-left: 350px;
	font-size: 0.8em;
	vertical-align: middle;
}
#reqbnr li.tit img {
	width: 175px;
	height: auto;
	margin: 0 0 5px 0;
}

#topctn {
	margin-top: 10px !important;
} 

/* */
.bnrfull {
	padding: 6px;
}

.bnrfull ul {
	display: table;
}

.bnrfull li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.bnrfull a,
.bnrfull a:hover {
	text-decoration: none;
}

.bnrfull:hover {
	background: #f8f8f8;
}

#pickbnr {
	margin-bottom: 35px;
}

#pickbnr p.lead {
	font-size: 1.6em;
	color: #048dc5;
	margin-top: -10px;
	padding-bottom: 8px;
}
#pickbnr p {
	font-size: 1.3em;
	line-height: 1.6;
	padding-left: 12px;
}

#pickbnr .img {
	background: -moz-linear-gradient(left, #bee6f0, #fff);
	background: -webkit-gradient(linear, left center, right center, from(#bee6f0), to(#fff));
	padding: 5px 20px 5px 8px;
}

#pickbnr .img img {
	width: 239px;
	height: auto;
}

#pickbnr h3 {
	color: #0066cc;
	font-size: 2.3em;
	font-weight: normal;
}


/* */
.homebox {
 overflow: hidden;
}
.homebox li {
	position: relative;
	float: left;
	border: solid 1px #ccc;
	width: 222px;
	min-height: 172px;
	margin-bottom: 28px;
}
.homebox li:nth-child(2) {
	margin-left: 14px;
	margin-right: 14px;
}

.homebox li .img {
	display: block;
}
.homebox li .img img {
	position: absolute;
	left: 0;
	bottom: 6px;
}

.homebox li:nth-child(1) img {
	width: 211px;
	height: auto;
	margin-left: 8px;
}
/*.homebox li:nth-child(2) img {
	width: 200px;
	height: auto;
	margin-left: 10px;
} */
.homebox li:nth-child(2) img {
	width: 212px;
	height: auto;
	margin-left: 5px;
}
.homebox li:nth-child(3) img {
	width: 209px;
	height: auto;
	margin-left: 7px;
}

.homebox h2 {
	color: #094393;
	font-size: 1.78em;
	margin: 0;
	padding: 10px 0 0 8px;
}

.homebox li:nth-child(3) h2 {
	background: url(../images/home_img03b.png) no-repeat right 5px top 5px;
	min-height: 46px
}

.homebox .txt {
	position: absolute;
	top: 48px;
	left: 8px;
	z-index: 10;
	font-size: 1.35em;
	line-height: 1.6;
}

.homebox li a:hover {
	display: block;
	text-decoration: none;
	background: #f8f8f8;
	min-height: 172px;
}

.homebox h2.sp,
.homebox p.sp {
	display: none;
}


/* */
#homenews {
	position: relative;
}

#homenews .rtbtn {
	position: absolute;
	top: 5px;
	right: 0;
}

#homenews dl {
	border-bottom: dotted 1px #ccc;
}

#homenews dt,
#homenews dd {
	border-top: dotted 1px #ccc;
	font-size: 1.4em;
	padding: 5px 0;
}

#homenews dt {
	float: left;
	clear: left;
	width: 120px;
	font-weight: bold;
}

#homenews dd {
	margin-left: 120px;
	min-height: 60px;
}
#homenews dd.new:before {
	display: inline-block;
	font-weight: normal;
	padding-top: 1px;
	margin-right: 10px;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	width: 30px;
	color: #fff;
	content: "New";
	background: #cc0000;
}

#homenews dt:after {
	display: block;
	font-weight: normal;
	padding-top: 1px;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: center;
	width: 60px;
}
#homenews dt.job:after {
	content: "採 用";
	background: #cbefda;
}
#homenews dt.exb:after {
	content: "展示会";
	background: #dee3f5;
}
#homenews dt.pdt:after {
	content: "製 品";
	background: #c1f2f8;
}
#homenews dt.abt:after {
	content: "企 業";
	background: #fbe6be;
}

#homenews dd a.c {
	color: #0033ee;
}

#ctss {
	position: absolute;
	right: 10px;
	bottom: -25px;
}

/*  */
.tpcclm {
	margin: 15px 0;
	font-size: 0.9em;
	line-height: 1.4;
	padding: 20px 40px;
}
.tpcclm h2 {
	text-align :center;
	font-size: 2.4em;
	padding: 8px 0 15px 0;
}
.tpcclm p:nth-of-type(2) {
	display: block;
	margin: 15px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
	font-size: 2.2em;
	text-align: center;
}
.tpcclm a {
	padding-right: 50px;
	color: #0000cc;
}

/*  */
#bnrpolicy {
	border: solid 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
 margin-top: 30px;
 background: url(../images/arw_bl_s.png) no-repeat right 20px center;
}
#bnrpolicy a {
 display: block;
 font-size: 1.5em;
	padding: 10px;
}
#bnrpolicy a:hover {
 text-decoration: none;
 background: url(../images/arw_bl_s.png) no-repeat right 20px center #f5f5f5;
}
#bnrpolicy a span {
 font-size: 0.8em;
 padding-left: 15px;
 color: #048dc5;
 font-weight: bold;
}

/*  */
#emr {
 border: solid 3px #bbb;
 padding: 20px 20px 10px 20px;
 margin: 20px 40px 30px 40px;
}
#emr h2 {
 font-size: 22px;
 font-weight: normal;
 margin-bottom: 15px;
 /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
 border-bottom: dotted 1px #bbb;
 text-align: center;
}

/*  */
.topside_cmp {
	border: solid 2px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
 margin-top: 30px;
}
.topside_cmp a:hover {
 text-decoration: none;
}
.topside_cmp .tit {
 color: #49a313;
 font-weight: bold;
 padding-left: 10px;
 padding-top: 12px;
 font-size: 1.8em;
 line-height: 1.4;
}
.topside_cmp .tit span.l {
 color: #49a313;
 font-size: 1.2em;
}
.topside_cmp .txt {
 padding: 10px 0 10px 10px;
 font-size: 1.4em;
 line-height: 1.5;
}
#marksensor {
 background: url(../images/cmp_bnr_bg.png) no-repeat top 20px right 1px;
}
#marksensor:hover {
 border: solid 2px #49a313;
}

#topmes {
 border: solid 2px #ccc;
 padding: 15px;
 margin-bottom: 30px;
 background: #f8f8f8;
}
#topmes .txt {
 padding-bottom: 20px;
}
#topmes p,
#topmes p span {
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 line-height: 1.7;
 font-weight: 500;
}


/* 200420 改訂 */
.lvl1 {
	font-size: 31px;
	font-weight: bold;
	color: #048dc6;
	padding-bottom: 0;
	text-align: center;
	letter-spacing: 2px;
	padding-left: 2px;
}
.lvl1.palt {
	font-feature-settings: "palt";
	letter-spacing: 0;
}
.pdtset {
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
}

.pdtset ul {
	margin-top: 15px;
}

.pdtset li {
	display: block;
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
	border: solid 3px #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #094393;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}
.pdtset li:nth-child(4n) {
	margin-right: 0;
}

.pdtset li a,
.pdtset li a:hover {
	color: #094393;
	text-decoration: none;
}
.pdtset li:hover {
	opacity: 0.5;
}
.pdtmenu {
	overflow: hidden;
	padding-bottom: 60px;
}
#top-pdtseries {
	position: relative;
	width: 1024px;
	margin-bottom: 50px;
}
#top-pdtseries .link-blue-box {
	position: absolute;
	right: 30px;
	bottom: 12px;
	width: 320px;
}

#top-mov {
	clear: both;
	width: 1134px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 80px;
}
#top-mov p.sp {
	display: none;
}
#top-mov .next {
	position: absolute;
	top: 200px;
	right: 0;
}
#top-mov .prev {
	transform: scale(-1, 1);
	position: absolute;
	top: 200px;
	left: 0;
}
#top-mov .flex-two {
	padding-right: 55px;
	padding-left: 55px;
}
#top-mov ul {
	margin: 25px 0 60px;
	width: 485px;
}
#top-mov .mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#top-mov .mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#top-mov .tit {
	color: #048dc6;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 10px;
	line-height: 1.5;
}
#top-mov .tit.new:before {
	display: inline-block;
	font-weight: normal;
	padding-top: 1px;
	margin-right: 10px;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	width: 30px;
	color: #fff;
	content: "New";
	background: #cc0000;
}
#top-mov .txt {
	font-size: 15px;
	line-height: 1.7;
}
.yt-link {
	padding: 10px 12px 5px;
	border: solid 1px #ccc;
	display: inline-block;
}
.yt-link a {
	font-size: 15px;
	font-weight: bold;
}
.yt-link a:before {
	content: '';
	display: inline-block;
	width: 92px;
	height: 20px;
	background: url(../images/youtube.png) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
#top-mov .yt-link {
	position: absolute;
	right: 55px;
	bottom: 60px;
	z-index: 100;
}

#top-exb {
	clear: both;
	padding: 50px 0 20px;
	background: #048dc6;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 60px;
}
#top-exb .scdl {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}
#top-exb .scdl li * {
	box-sizing: border-box;
}
#top-exb .scdl li {
	width: 323px;
	background: #fff;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#top-exb .scdl li a {
	font-size: 14px;
	padding-left: 20px;
	background-image: url(../images/arw_bl.png);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 13px auto;
}
#top-exb .scdl li .tit {
	font-size: 18px;
}

#top-news {
	position: relative;
}
#top-news .bnrmid-rl {
	text-align: center;
	padding: 20px 0 50px;
}
#top-news dl {
	font-size: 16px;
	line-height: 1.7;
	border-bottom: solid 1px #999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top-news dl * {
	box-sizing: border-box;
}
#top-news dt,
#top-news dd {
	border-top: solid 1px #999;
	padding: 17px 8px 17px 0;
	display: block;
}
#top-news dt {
	width: 350px;
	padding-left: 15px;
	font-weight: bold;
	position: relative;
}
#top-news dd a {
	color: #2079d3;
}
#top-news dd {
	width: 674px;
}
#top-news dd.new:before {
	display: inline-block;
	position: relative;
	top: -2px;
	font-weight: normal;
	padding-top: 1px;
	margin-right: 10px;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	width: 30px;
	color: #fff;
	content: "New";
	background: #cc0000;
}
#top-news dt:after {
	position: absolute;
	right: 35px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	padding-top: 1px;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: center;
	width: 150px;
}
#top-news dt.job:after {
	content: "採 用";
	background: #048dc6;
}
#top-news dt.exb:after {
	content: "展示会";
	background: #048dc6;
}
#top-news dt.pdt:after {
	content: "製 品";
	background: #048dc6;
}
#top-news dt.abt:after {
	content: "企 業";
	background: #048dc6;
}

#top-news dd a.c {
	color: #0033ee;
}

#top-bnr {
	margin: 60px 0;
}
#top-bnr li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
}
.boxthree {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.boxthree * {
	box-sizing: border-box;	
}
.boxthree li {
	width: 328px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gry-line li {
	border: solid 3px #ccc;
}
.gry-line li:hover {
	background-color: #f8f8f8;
}
.gry-line a:hover {
	text-decoration: none;
}
.redinfo {
	text-align: center;	
}
.redinfo .tit {
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
}
.redinfo .txt {
	font-weight: bold;
	font-size: 21px;
	line-height: 1.7;
	color: #cc0000;
	display: inline;
	border-bottom: solid 1px #000;
	padding-bottom: 0;
}
.b-kakomi {
	display: block;
	border: solid 1px #ccc;
	padding: 6px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
}
.redinfo {
	background: #fdf0f0;
}
.nmlinfo {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.5;
}
.nmlinfo span.bl {
	display: block;
	margin-top: 50px;
	font-size: 15px;
	color: #049dd2;
	font-weight: bold;
	padding-left: 80px;
}
.nmlinfo span.tit {
	display: block;
	padding-left: 80px;
}
#top-policy {
	background-image: url(../images/pct-sec.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#top-mark {
	background-image: url(../images/top-bnr-mark.png);
	background-repeat: no-repeat;
	background-position: right -3px center;
	background-size: 150px auto;
}
.top-bnr-cmp .tit {
 color: #49a313;
 font-weight: bold;
 padding-top: 5px;
 font-size: 18px;
 line-height: 1.5;
}
.top-bnr-cmp .tit span.l {
 color: #49a313;
 font-size: 22px;
}
.top-bnr-cmp .txt {
 padding: 10px 0 10px;
 font-size: 1.4em;
 line-height: 1.7;
}
}