@charset "utf-8";
/* CSS Document */
/* 20180809 作成　ver.1.0.0 */

/*-------------------
製品ページ　商談セミナーページ用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/seminar/images/seminar_main-v_01.jpg");
	background-size: 800px;
	background-position: right -20px top 0px;
	background-color: #fffffe;
}
#emp .main-v p.top-balloon{
	background-image: url("/web/jp/emp/seminar/images/seminar_balloon.png");
	background-size: 250px;
	font-size: 14px;
	font-weight: bold;
	color: #ff8a00;
	text-align: center;
	width: 230px;
    height: 62px;
	padding: 24px 36px 0 0;
	margin: auto;
    line-height: 1.25em;
	position: absolute;
    right: 0;
    left: -40px;
	top: 8em;
	transform: scale(-1, -1);
}
#emp .main-v p.top-balloon span{
	display: block;
	transform: scale(-1, -1);
}
#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: 170px auto 16px;
	font-size: 1.1em;
}
#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.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;
		background-position: right 0px top -140px;
	}
	#emp h1 {
		margin-bottom: 60px;
	}
	#emp .main-v p.lead{
		margin: 80px auto 16px;
	}
	#emp .main-v p.top-balloon{
		transform: none;
	    top: 110px;
		left: -430px;
		background-size: 220px;
    	font-size: 12px;
	    width: 210px;
    	height: 62px;
		padding: 20px 30px 0 0;
	}
	#emp .main-v p.top-balloon span{
		transform: none;
	}
	#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-position: right 0px top -80px;
	}
	#emp .main-v p.lead{
		font-size: 1.7em;
		margin: 115px auto 24px; 
	}
	#emp h1 {
		margin: 0px auto 60px;
	    font-size: 2.5em;
		line-height: 1.3em;
	}
	#emp .main-v p.top-balloon{
		transform: none;
	    top: 140px;
		left: -600px;
		background-size: 250px;
    	font-size: 14px;
	    width: 230px;
    	height: 62px;
		padding: 26px 47px 0 0;
	}
	#emp .main-v p.top-balloon span{
		transform: none;
	}

	#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) {
	#emp .main-v {
		background-position: right 0px top -100px;
		background-size: 1300px;
	}
}

/*-----------------
 *各section　上下の余白・背景
-----------------*/
#sec-catch, #sec-merit, #sec-program, #sec-schedule, #sec-information{
	padding: 60px 0;
}
#sec-catch, #sec-program, #sec-information{
	background-color: #f7f2f2;
}
#sec-catch .contents{
	width: 90%;
	max-width: 1024px;
	margin: auto;
}

/* タブレット横サイズ 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.5em;
	line-height: 1.5em;
    margin: 0 auto 60px;
    color: #934b81;
    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: auto;
	line-height: 1.7em;
	font-size: 0.9em;
}
#sec-catch .contents p span{
	font-weight: bold;
	color: #c62024;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-catch .contents p{
		width: 100%;
		font-size: 1em;
	}
}

/*-----------------
 *sec-merit　導入すると
-----------------*/
#sec-merit .merit-area{
	margin-bottom: 60px;
}
#sec-merit .merit{
	width: 44%;
	margin: 0 3% 40px;
	float: left;
}
#sec-merit .merit img{
	display: block;
	width: 130px;
	height: 100px;
	margin: 0 auto 30px;
}
#sec-merit .merit p{
	font-size: 0.9em;
	line-height: 1.5em;
}
#sec-merit .merit:last-child{
	margin-bottom: 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-merit .merit{
		width: 19%;
		margin: 0 3%;
		float: left;
	}
	#sec-merit .merit p{
		font-size: 1em;
	}
}

/*-----------------
 *sec-program　プログラム
-----------------*/
#sec-program .program{
	margin-bottom: 40px;
}
#sec-program .program:last-child{
	margin-bottom: 0;
}
#sec-program .number, #sec-program .tx{
	float: left;
}
#sec-program .number{
	color: #c62024;
	margin-right: 10px;
	font-size: 1.75em;
	width: 6%;
}
#sec-program .tx{
	width: 85%;
	padding: 4px 0 4px 4%;
	border-left: 2px solid #c62024;
	font-size: 0.9em;
	line-height: 1.5em;
}
#sec-program .tx span{
	font-weight: bold;
	display: block;
	font-size: 16px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-program .number{
		width: 3%;
	}
	#sec-program .tx{
		padding-left: 4%;
		width: 91%;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-program .tx{
		font-size: 1em;
	}
	#sec-program .tx span{
		font-size: 1.3em;
	}
}

/*-----------------
 *sec-schedule　開催スケジュール
-----------------*/
#sec-schedule table{
	width: 100%;
	margin-bottom: 30px;
}
#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{
	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 .address{
	background-image: url(/web/jp/images/pr/address.svg);
	margin-bottom: 0;
}
#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 .address{
		float: left;
		width: 45%;
	}
	#sec-schedule .people-time{
		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, #sec-schedule p.map{
		float: none;
		margin-bottom: 24px;
	}
	#sec-schedule p.date{
		margin-top: 24px;
	}
	#sec-schedule table td{
		width: 58%;
		padding: 20px 2%;
	}
	#sec-schedule .address{
		float: left;
		width: 65%;
	}
	#sec-schedule .people-time{
		float: left;
		width: 29%;
	}
	#sec-schedule .people{
		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-information ページ最後
-----------------*/
#sec-information p{
	text-align: center;
	line-height: 1.7em;
}

/*-----------------
 *アンカーリンクボタン
-----------------*/
.cnv-btn {
	width: 90%;
	max-width: 32em;
	margin: auto;
	text-align: center;
}
.cnv-btn a {
	padding: 20px;
	background-color: #d5848b;
	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;
	}
}