@charset "utf-8";
/* CSS Document */
/* 20180809 作成　ver.1.0.0 */

/*-------------------
製品ページ　JF商談会ページ用CSS
/emp/seminar/・・・
-------------------*/
#emp {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
}

/*-----------------
 *メインビジュアル
-----------------*/
#emp .main-v { 
	padding-top: 48px;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-image: url("/web/jp/emp/jf/images/top_mainv-bg.jpg");
	background-size: 1000px;
	background-position: center -50px;
	background-color: #fffffe;
}
#emp .main-v p.lead, #emp h1{
	text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
	color: #333;
	text-align: center;
}
#emp .main-v p.lead{
	margin: 60px auto 16px;
	font-size: 1.1em;
	color: #c62024;
}
#emp h1 {
	margin: 0 auto 24px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}
#emp .main-v .target-box{
	background-color: #d5848b;
	font-size: 1em;
}
#emp .free, #emp .target{
	padding: 16px 0;
}
#emp .free{
	color: #c62024;
	background-color: #f7f2f2;
	width: 100px;
	margin-left: 5%;
	text-align: center;
}
#emp .target{
	color: #fff;
	width: 90%;
	margin: auto;
	line-height: 1.5em;
}
#emp .main-v p.date{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
}
#emp .main-v p.date a{
	display: inline-block;
	margin-left: 10px;
	color: #2684e2;
	text-decoration: underline;
}
#emp .main-v p.deadline{
	color: #cf2e2e;
	font-size: 24px;
	font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
	text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
	line-height: 1.3em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#emp .main-v{
		background-size: 1100px;
	}
	#emp h1 {
		margin-bottom: 20px;
	}
	#emp .main-v p.lead{
		margin: 80px auto 16px;
	}
	#emp .inner{
		width: 90%;
		max-width: 780px;
		margin: auto;
	}
	#emp .free, #emp .target{
		float: left;
	}
	#emp .free{
		line-height: 1.5em;
		margin-left: 0;
		padding: 16px;
	}
	#emp .target{
		width: auto;
		margin-left: 16px;
	}
	#emp .main-v p.deadline{
		margin-top: -20px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#emp .main-v {
		background-size: cover;
	}
	#emp .main-v p.lead{
		font-size: 1.7em;
		margin: 115px auto 24px; 
	}
	#emp h1 {
		margin: 0px auto 30px;
	    font-size: 2.5em;
		line-height: 1.3em;
	}
	#emp .main-v p.date{
		margin-bottom: 40px;
		font-size: 1.25em;
	}
	#emp .main-v p.date a:hover{
		opacity: 0.8;
	}
	#emp .main-v .target-box{
		font-size: 1.3em;
	}
	#emp .main-v p.deadline{
		font-size: 28px;
		margin-top: -20px;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
}

/*-----------------
 *各section　上下の余白・背景
-----------------*/
#sec-catch{
	padding: 40px 0;
}
#sec-about{
	padding: 60px 0 40px;
}
#sec-schedule, #sec-information, #sec-guidance, #sec-merit{
	padding: 60px 0;
}
#sec-program,#sec-able{
	padding: 60px 0 40px;
}
#sec-merit, #sec-catch, #sec-program, #sec-information{
	background-color: #f7f2f2;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-catch{
		background-position: bottom center;
	}
}

/*-----------------
 *見出し　デザイン設定
-----------------*/
h2{
	color: #333;
	font-weight: normal;
	margin-bottom: 40px;
	font-size: 1.3em;
	line-height: 1.75em;
	text-align: center;
}
#emp h3 {
	font-size: 1.25em;
	line-height: 1.5em;
    margin: 0 auto 20px;
    color: #c62024;
    font-weight: bold;
    text-align: center;
}
#emp .h3{
	font-size: 1.25em;
	line-height: 1.5em;
    margin: 0 auto;
    color: #c62024;
    font-weight: bold;
    text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	h2{
		font-size: 1.75em;
	}
}

/*-----------------
 *※テキスト
-----------------*/
p.sup{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left:1em;
	text-indent:-1em;
}

/*-----------------
 *sec-catch　導入テキスト
-----------------*/
#sec-catch .contents p{
	width: 90%;
	margin: 0 auto 20px;
	line-height: 1.7em;
	font-size: 0.9em;
}
#sec-catch .contents p span{
	font-weight: bold;
	color: #c62024;
}
#sec-catch .contents p.cnv-btn{
	margin-bottom: 0;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-catch .contents p{
		width: 100%;
		font-size: 1em;
	}
}

/*-----------------
 *sec-about　とは
-----------------*/
#sec-about p{
	line-height: 1.5;
    text-align: center;
}

/*-----------------
 *sec-merit　出展するメリット
-----------------*/
#sec-merit .merit{
	margin-bottom: 40px;
}
#sec-merit .merit:last-child{
	margin-bottom: 0;
}
#sec-merit .number, #sec-merit .tx{
	float: left;
}
#sec-,merit .number{
	color: #c62024;
	margin-right: 10px;
	font-size: 1.75em;
	width: 6%;
}
#sec-merit .tx{
	width: 85%;
	padding: 4px 0 4px 4%;
	border-left: 2px solid #c62024;
	font-size: 0.9em;
	line-height: 1.5em;
}
#sec-merit .tx span{
	display: block;
	font-size: 16px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-merit .number{
		width: 3%;
	}
	#sec-merit .tx{
		padding-left: 4%;
		width: 91%;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-merit .tx{
		font-size: 1em;
	}
	#sec-merit .tx span{
		font-size: 1.3em;
	}
}

/*-----------------
 *sec-program　展示内容
-----------------*/
#sec-program ul.example{
	margin-bottom: 20px;
}
#sec-program ul.example li.title{
	font-weight: bold;
	margin-bottom: 20px;
}
#sec-program ul.example li.ex{
	font-size: 0.9em;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
#sec-program ul.example li.ex span{
	border-bottom: 2px solid #c62024;
}
#sec-program dl{
	text-align: center;
}
#sec-program dl dt{
	width: 100%;
	max-width: 270px;
	margin: 0 auto 5px;
}
#sec-program dl dt img{
	width: 100%;
}
#sec-program dl dd{
	font-size: 0.9em;
	margin-bottom: 10px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-program ul.example{
		float: left;
	}
	#sec-program dl{
		float: right;
    	width: 270px;
	}
	#sec-program dl dt{
	}
	#sec-program dl dt:nth-child(2){
		margin-right: 0;
	}
	#sec-program dl dd{
		clear: both;
		text-align: right;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-program dl{
		width: 510px;
	}
	#sec-program dl dt{
		float: left;
		margin-right: 10px;
		width: 250px;
	}
}

/*-----------------
 *協同出展の条件
-----------------*/
#sec-able { 
    background: url("/web/jp/emp/buy/images/top_able_bg.jpg");
}
#sec-able .able_box {
    background-color: #fff;
	border: 1px solid;
	border-color: #d5848b #ccc #ccc #ccc;
    margin-bottom: 2em;
	position: relative;
    box-sizing: border-box;
	padding: 1.5em 1em;
}
#sec-able .able_box:last-of-type {
	margin: 0;
}
#sec-able .left {
	padding: 2em 1.5em;
}
#sec-able .right {
	padding: 2em 1.5em;
}
#sec-able .able_box span {
	color: #d5848b;
	position: absolute;
	top: -15px;
	left: 0;
}
#sec-able .able_title {
	color: #c62024;
	line-height: 1.3;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#sec-able .able_tx {
	text-align: left;
	font-size: 1em;
	margin-top: 1.25em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-able .able_box {
		padding: 2em 1.5em;
		margin: 1em 0;
	}
	#sec-able .able_box:last-of-type {
		margin: 1em 0;
	}
	#sec-able .left {
		float: left;
		width: 48.5%;
	}
	#sec-able .right {
		float: right;
		width: 48.5%;
	}
}

/*-----------------
 *sec-program　出展一覧
-----------------*/
p.h3_lead{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
p.h3_lead span{
	font-size: 0.9em;
	color: #666;
}
p.h3_lead span a{
	color: #2684e2;
    text-decoration: underline;
}
ul.item{
	margin-bottom: 20px;
}
ul.item li{
	width: 48%;
	background-color: #fff;
	border-top: 1px solid #c62024;
	margin-bottom: 10px;
	padding-bottom: 8px;
	float: left;
}
ul.item li:nth-child(odd){
	margin-right: 4%;
}
ul.item li p.item-title{
	width: 90%;
	border-bottom: 1px dashed #ccc;
	margin: 10px auto;
    padding-bottom: 8px;
}
ul.item li p.item-title span.area{
	font-size: 0.8em;
	background-color: #c62024;
	color: #fff;
	display: inline-block;
	padding: 1px 4px;
	margin-right: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
}
ul.item li p.item-title a{
	font-size: 1em;
	color: #2684e2;
	font-weight: bold;
	display: block;
    vertical-align: middle;
}
ul.item li p.item-title span.nolink{
	font-size: 1em;
	font-weight: bold;
	display: block;
    vertical-align: middle;
}
ul.item li p.item-title span.genre{
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
	display: block;
}
ul.item li div img{
	width: 70%;
	max-width: 120px;
	margin: 0 auto;
	display: block;
	border: 1px solid #f0f0f0;
}
ul.item li div p.item-name{
	width: 90%;
    border-bottom: 1px dashed #ccc;
    margin: 10px auto;
    padding-bottom: 8px;
	font-size: 0.9em;
    line-height: 1.5;
}
ul.item li div p.item-name a{
	color: #2684e2;
}
ul.item li div p.item-detail{
	width: 90%;
	margin: 10px auto;
	font-size: 0.9em;
    line-height: 1.5;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	ul.item li div img{
		float: left;
		width: 100px;
	    margin-left: 5%;
		margin-right: 10px;
	}
	ul.item li div p.item-name{
		width: calc(100% - 10% - 110px);
		margin-left: calc(5% + 110px);
		margin-top: 0;
	}
	ul.item li div p.item-detail{
		width: calc(100% - 10% - 110px);
		margin-left: calc(5% + 110px);
	}
	ul.item li p.item-title a{
		margin-right: 20px;
		display: inline-block;
	}
	ul.item li p.item-title span.nolink{
		margin-right: 20px;
		display: inline-block;
	}
	ul.item li p.item-title span.area{
		display: inline;
	}
	ul.item li p.item-title span.genre{
		display: inline;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	p.h3_lead span a:hover{
		opacity: 0.8;
	}
	ul.item li{
		width: 49%;
		background-color: #fff;
		margin-bottom: 20px;
	}
	ul.item li:nth-child(odd){
		margin-right: 2%;
	}
	ul.item li p.item-title a:hover{
		opacity: 0.8;
		text-decoration: underline;
	}
	ul.item li div p.item-name a:hover{
		opacity: 0.8;
		text-decoration: underline;
	}
}

/*-----------------
 *sec-schedule　開催スケジュール
-----------------*/
#sec-schedule .contents{
	margin-bottom: 0;
}
#sec-schedule table{
	width: 100%;
}
#sec-schedule table tr{
    border: 1px solid #ccc;
	margin-bottom: 40px;
}
#sec-schedule table tr:last-child{
	margin-bottom: 0;
}
#sec-schedule p.date{
	float: left;
}
#sec-schedule p.map{
	float: right;
}
#sec-schedule p.map a{
	background-color: #fff;margin-left: 10px;
	padding: 0 10px;
	border: 1px solid #999;
	color: #333;
}
#sec-schedule table th, #sec-schedule table td{
	width: 90%;
	display: inline-block;
	padding: 20px 5%;
}
#sec-schedule table th{
	background-color: #f0f0f0;
	text-align: center;
}
#sec-schedule table td{
	font-size: 0.9em;
	line-height: 1.5em;
}
#sec-schedule div{
	margin-bottom: 24px;
}
#sec-schedule .people, #sec-schedule .time, #sec-schedule .address, #sec-schedule .sponsor{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 23px 21px;
}
#sec-schedule .people{
	background-image: url(/web/jp/images/pr/people.svg);
}
#sec-schedule .time{
	background-image: url(/web/jp/images/pr/time.svg);
}
#sec-schedule .right{
	margin-bottom: 0;
}
#sec-schedule .address{
	background-image: url(/web/jp/images/pr/address.svg);
}
#sec-schedule .sponsor{
	background-image: url(/web/jp/images/pr/sponsor.svg);
	margin-bottom: 0;
}
#sec-schedule .address a{
	color: #2684e2;
	text-decoration: underline;
}
#sec-schedule .btn{
	padding: 0 20px 40px 20px;
}
#sec-schedule .btn a{
	display: block;
	width: 100%;
	background-color: #ff7800;
	border-radius: 6px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
    padding: 12px 0px;
}
#sec-schedule .btn p{
	display: block;
	width: 100%;
	background-color: #b0b0b0;
	border-radius: 6px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
    padding: 12px 0px;
}
#sec-schedule .btn p.red_tx{
	display: block;
	background-color: #fff;
	font-size: 0.9em;
	color: #ff0000;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-schedule .right{
		float: left;
		width: 45%;
	}
	#sec-schedule .left{
		float: left;
		width: 45%;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-schedule table th{
		width: 14%;
		padding: 20px 2%;
	}
	#sec-schedule p.date{
		float: none;
		margin-top: 12px;
		margin-bottom: 24px;
	}
	#sec-schedule p.map{
		float: none;
		margin-bottom: 0;
	}
	#sec-schedule table td{
		width: 58%;
		padding: 20px 2%;
	}
	#sec-schedule .right{
		float: left;
		width: 60%;
	}
	#sec-schedule .left{
		float: left;
		width: 40%;
	}
	#sec-schedule .people,#sec-schedule .address{
		margin-bottom: 24px;
	}
	#sec-schedule div{
		margin-bottom: 0;
	}
	#sec-schedule .btn{
		width: 16%;
		padding: 0 18px 0 0;
		vertical-align: middle;
	}
	#sec-schedule table th, #sec-schedule table td{
		display: table-cell;
	}
	#sec-schedule .address a:hover{
		opacity: 0.8;
	}
}

/*-----------------
 *sec-guidance ご案内・料金
-----------------*/
#sec-guidance p{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#sec-guidance p span{
	color: #c62024;
}
#sec-guidance p.sub{
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0;
}

#sec-guidance .price {
	color: #777777;
}
#sec-guidance .price span {
	font-size: 1.5em;
	font-weight: bold;
	color: #c62024;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-guidance .price span {
		font-size: 1.75em;
	}
}

/*-----------------
 *アンカーリンクボタン
-----------------*/
.cnv-btn {
	width: 90%;
	max-width: 32em;
	margin: auto;
	text-align: center;
}
.cnv-btn a {
	padding: 20px;
	background-color: #ff7800;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnv-btn a:hover{
		opacity: 0.8;
	}
}