@charset "utf-8";
/* CSS Document */
/* 20180313 作成　ver.1.0.0 */

/*-------------------
請求書セミナーページ用CSS
/seikyu/seminar/・・・
-------------------*/

/* header */
a.cv_btn_header {
    background-color: #2d67a3;
}


/* 共通 */
#seikyu {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.btn a:hover{
	opacity: .85;
	cursor : pointer;
}
section, #sec-information, #sec-information_form{
	padding: 60px 0;
}
#sec-catch, #sec-program, #sec-information {
	background-color: #f3f3f3;
}
h2 {
	margin-bottom: 40px;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	line-height: 1.75em;
	text-align: center;
}
h3 {
    margin: 0 auto 60px;
	font-size: 1.5em;
    font-weight: bold;
    color: #934b81;
	line-height: 1.5em;
    text-align: center;
}
p.sup {
	font-size: .9em;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}
p.mt10-tx {
	margin-top: 10px;
	font-size: .9em;
	line-height: 1.5;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	h2 {
		font-size: 1.75em;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
#seikyu .main-v { 
	padding-top: 48px;
	width: 100%;
	height: auto;
	background-color: #fffffe;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#seikyu .main-v:before { 
	background-color: rgba(255,255,255,0.65); 
	display: block;
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: 0;
}
#seikyu .seminar_201901_cm .main-v { 
	background-image: url(/web/jp/seikyu/seminar/images/seminar_main-v_201901_cm_bg.jpg);
}
#seikyu .seminar_201903_rg .main-v { 
	background-image: url(/web/jp/seikyu/seminar/images/seminar_main-v_201903_rg_bg.jpg);
}
#seikyu .seminar_201903_os .main-v { 
	background-image: url(/web/jp/seikyu/seminar/images/seminar_main-v_201903_os_bg.jpg);
}
#seikyu .seminar_201905_fjm .main-v { 
	background-image: url(/web/jp/seikyu/seminar/images/seminar_main-v_201905_fjm_bg.jpg);
}
#seikyu .seminar_201905_ess .main-v { 
	background-image: url(/web/jp/seikyu/seminar/images/seminar_main-v_201905_ess_bg.jpg);
}

#seikyu .main-v .contents, #seikyu .main-v .target-box {
	position: relative;
	z-index: 1;
}
#seikyu .main-v h1, #seikyu .main-v p.lead, #seikyu .main-v p.deadline {
	text-shadow: 4px 4px 8px #fff, -4px 4px 8px #fff, 4px -4px 8px #fff, -4px -4px 8px #fff;
}
#seikyu .main-v h1 {
	margin: 20px auto 10px;
    font-size: 1.75em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
#seikyu .main-v p.lead {
    margin-top: 100px;	
	font-size: 1.1em;
	line-height: 1.4;
	text-align: center;
}
#seikyu .main-v .logo {
    margin: 0 auto 40px;
	padding: 1.5em 1.1em;
    text-align: center;
    background-color: #fff;
	display: table;
}
#seikyu .main-v .logo li {
	list-style: none;
	display: inline-block;
/*	position: relative;
*/}
/*#seikyu .main-v .logo li:after {
    width: 45px;
    height: 40px;
	font-size: 2em;
	color: #666;
	content: "×";
    position: absolute;
    top: 15px;
	right: -22px;
}
#seikyu .main-v .logo li:last-of-type:after {
	content: "";
}
*/
#seikyu .main-v .logo li img {
/*	margin: 0 1.5em;
*/	
	margin: 0 .75em;
	height: 40px;
}
#seikyu .main-v .target-box {
	background-color: #40a83e;
}
#seikyu .free, #seikyu .target {
	padding: 16px 0;
}
#seikyu .free {
	width: 100px;
	margin-left: 5%;
	color: #40a83e;
	text-align: center;
	background-color: #ecf7eb;
}
#seikyu .target {
	margin: auto;
	width: 90%;
	color: #fff;
	line-height: 1.5em;
}
#seikyu .main-v p.deadline {
    margin: 40px 0;
	font-size: 24px;
	font-weight: bold;
	color: #cf2e2e;
    text-align: center;
	line-height: 1.3em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#seikyu .inner {
		width: 90%;
		max-width: 768px;
		margin: auto;
	}
	#seikyu .free, #seikyu .target {
		float: left;
	}
	#seikyu .free {
		line-height: 1.5em;
		margin-left: 0;
		padding: 16px;
	}
	#seikyu .target {
		width: auto;
		margin-left: 16px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#seikyu .main-v { 
		padding-top: 88px;
	}
	#seikyu .main-v h1 {
    	margin: 15px auto 10px;	    
		font-size: 2.5em;
		line-height: 1.3em;
	}
	#seikyu .main-v p.lead {
		font-size: 1.70em;
	}
	#seikyu .main-v p.deadline {
		font-size: 28px;
	}
	#seikyu .main-v .target-box {
		font-size: 1.3em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#seikyu .inner {
		width: 100%;
		max-width: 1024px;
	}
}


/*-----------------
 *ボタン
-----------------*/
#sec-btn .cnv-btn {
	margin: 0 auto;
	width: 90%;
	max-width: 32em;
	text-align: center;
}
#sec-btn .cnv-btn .btn_in {
	padding: 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
	border-radius: 6px;
	display: block;
	position: relative;
}
#sec-btn .cnv-btn a {
	background-color: #297f3a;
}
#sec-btn .cnv-btn p {
	background-color: #999;
}


/*-----------------
 *sec-catch　導入テキスト
-----------------*/
#sec-catch .contents p {
	margin: auto;
	width: 90%;
	font-size: .9em;	
	line-height: 1.7em;
}

/* タブレット横サイズ 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: 90%;
	margin: 0 auto 40px;
}
#sec-merit .merit img{
	display: block;
	width: 70px;
	height: 86px;
	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: 25%;
		margin: 0 4%;
		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 .part {
	margin-bottom: 10px;
	font-size: 1.75em;
	color: #40a83e;
}
#sec-program .part-seller {
	margin-bottom: 10px;
	font-size: 1.75em;
	color: #c59507;
}
#sec-program .part-buyer {
	margin-bottom: 10px;
	font-size: 1.75em;
	color: #db2065;
}
#sec-program .part-tx {
    margin-left: 4%;
	padding: 4px 0 4px 4%;
	width: 92%;
	font-size: .9em;
	line-height: 1.5em;
	border-left: 2px solid #40a83e;
}
#sec-program .tx span, #sec-program .part-tx span {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
#sec-program .tx span.speaker, #sec-program .part-tx span.speaker {
	margin-bottom: 0;
	font-size: .9em;
	font-weight: normal;
	display: inline-block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-program .part-tx {
		margin-left: 7%;
		padding-left: 3%;
		width: 90%;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-program .tx,#sec-program .part-tx {
		font-size: 1em;
	}
	#sec-program .tx span,#sec-program .part-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, #sec-schedule .address_webinar{
	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 .address_webinar{
	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, #sec-schedule .address_webinar{
		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, #sec-schedule .address_webinar{
		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;
	}
}

/*--受発注ライト　セミナーページ　20190327--*/
/*-----------------
 *受発注ライト　ヘッダー
-----------------*/
header img.light{
	width: 12.2em;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.pdb25{
		padding-bottom: 25px;
	}
	.pdb40{
		padding-bottom: 40px;
	}
}

/*レイアウト微調整
-----------------*/
.box-c{
    margin-left: auto;
    margin-right: auto;
}
.onecol{
	display: block;
    width: 100%;
	text-align: center;
}
.onecol img{
	display: inline-block;
	margin: 0 15px;
}
.onecol img:first-child,
.onecol img:nth-child(2){
	margin-bottom: 10px;
}
.wrap{
	white-space: normal;
	word-wrap:break-word;
	word-break: break-all;
}
#sec-schedule .btn.pa-off{
	padding: 20px 5%;
}
.logo img.onecol{
	margin: 0 !important;
}
p.caption{
	margin-bottom: 20px;
	padding: 0 20px;
    font-size: 1.3em;
    font-weight: normal;
    color: #333;
    line-height: 1.5em;
    text-align: center;
}
section#sec-foryou{
	padding-bottom: 0px !important;
	background-color: #f3f3f3;
	}
/*スタイル変更*/
#seikyu .seminar_201907_rg #sec-btn .cnv-btn a {
	background-color:#ff7800;
}
#seikyu .seminar_201907_rg .main-v{
	background-image: url(/web/jp/seikyu/seminar/images/seminar_main-v_201907_rg_bg.jpg);
}
#seikyu .seminar_201907_rg .main-v h1{	
	line-height: 1.5;
    margin-bottom: 40px;
}
#seikyu .seminar_201907_rg .main-v h1 span:first-child{
	display: block;
}
#seikyu .seminar_201907_rg .main-v h1 span:nth-child(2){
	font-size:1.2em;
	white-space: nowrap;
}
#seikyu .seminar_201907_rg .main-v .free,
#seikyu .seminar_201907_rg .main-v .target {
   	float: left;
}
#seikyu .seminar_201907_rg .main-v .target {
	width: 12em;
	padding-left: 20px;
	white-space: nowrap;
}
#seikyu .seminar_201907_rg .program .part span{
	margin-left: 30px;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: top;
}
#seikyu .seminar_201907_rg .program .part span.open{
	 margin-left: 57px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	img.onecol{
    width: 100%;
	}
	section#sec-foryou{
		padding-bottom: 0px !important;
	}
	#sec-schedule .btn.pa-off{
		margin: auto;
	}
	#sec-schedule .btn.pa-off a{
		width: 100%;
	}
	.onecol img:first-child,
	.onecol img:nth-child(2){
		margin-bottom: 0px !important;
	}
	#seikyu .seminar_201907_rg .main-v h1{	
		line-height: 1.5;
		margin-bottom: 40px;
	}
	#seikyu .seminar_201907_rg .main-v .target {
	    width: 12em;
    	padding-left: 20px;
    	white-space: nowrap;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu .seminar_201907_rg .main-v h1 span:nth-child(2){
		font-size:1.3em;
		white-space:normal;
	}	
	img.onecol{
		width:auto;
	}
	#sec-schedule .btn.pa-off{
		width: 16%;
		padding: 0 18px 0 0;
	}
	#sec-schedule .btn.pa-off a{
		width: 100%;
	}
	.onecol img:first-child,
	.onecol img:nth-child(2){
		margin-bottom: 0px !important;
	}	
	#seikyu .seminar_201907_rg .main-v p.lead {
   		margin-bottom: 40px;
	}
	#seikyu .seminar_201907_rg .main-v .free,
	#seikyu .seminar_201907_rg .main-v .target {
    	float: left;
	}
	#seikyu .seminar_201907_rg .main-v .target {
	    width: 12em;
    	padding-left: 20px;
    	white-space: nowrap;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em){
	#seikyu .seminar_201907_rg .main-v h1 span:nth-child(2){
		font-size:1.3em;
		white-space:normal;
	}
	img.onecol{
		width: auto;
	}
	#sec-schedule .btn.pa-off{
		margin: auto;
	    padding: 0 18px 0 0;
	}
	#sec-schedule .btn.pa-off a{
		width: 100%;
	}
	.onecol img:first-child,
	.onecol img:nth-child(2){
		margin-bottom: 0px !important;
	}
	#seikyu .main-v p.lead {
   		margin-bottom: 20px;
		margin-top: 80px;
	}	
	#seikyu .seminar_201907_rg .main-v .free,
	#seikyu .seminar_201907_rg .main-v .target {
    	float: left;
	}
	#seikyu .seminar_201907_rg .main-v .target {
	    width: 12em;
    	padding-left: 20px;
    	white-space: nowrap;
	}
}



/*-----------------
 *登壇者プロフィール sec-speakers　20190711追加
-----------------*/
section#sec-speakers{
	padding-bottom: 0;
}
#sec-speakers .program_speakers li{
	margin-bottom: 40px;
}
#sec-speakers .program_speakers li:last-child{
	margin-bottom: 0;
}
#sec-speakers .program_speakers li dt span{
	font-size: 0.75em;
    color: #666;
    line-height: 1.75;
    display: inline-block;
    margin: 8px 8px 8px 0;
    padding: 8px 0 8px 8px;
    border-left: solid 2px #40a83e;
    width: 65%;
	max-width: 250px;
}
#sec-speakers .program_speakers li dt div img{
	display: inline-block;
    width: 27%;
	max-width: 100px;
}
#sec-speakers .program_speakers li dd span{
	font-size: 0.75em;
    line-height: 1.5;
    color: #666;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-speakers .program_speakers li{
		display: inline-block;
		width: 48%;
		margin-right: 3%;
		vertical-align: top;
	}
	#sec-speakers .program_speakers li:last-child{
		margin-right: 0;
	}
	#sec-speakers .program_speakers li dt span{
		height: 106px;
	}
	#sec-speakers .program_speakers li dt{
		margin-bottom: 20px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-speakers .program_speakers li{
		width: 45%;
		margin-right: 8%;
	}
	#sec-speakers .program_speakers li dt div img{
		width: 30%;
		max-width: 130px;
		vertical-align: top;
    	margin-top: 10px;
	}
	#sec-speakers .program_speakers li dt span{
		height: 120px;
		width: 62%;
	    max-width: 300px;	
	}
	#sec-speakers .program_speakers li dd span{
    	line-height: 1.75;
	}
}


/*-----------------
 *sec-information, #sec-information_form ページ最後
-----------------*/
#sec-information, #sec-information_form p{
	text-align: center;
	line-height: 1.7em;
}


/*-----------------
 *フッター
-----------------*/
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu footer .im_top {
		margin: 1em 0 0.5em 0;
	}
}

/*-----------------
 *【請求書】製品サイトTOP、セミナーページ動画埋め込み#119961 20190605
-----------------*/
    .sec-catch_movieTitle{
        font-size:1em;
        font-weight:bold;
        margin:1em;
        text-align: center;
    }
    .catch_movie{
        background: url("/web/jp/seikyu/images/catch_movie.png") center;
        background-size: cover;
        width: 90%;
        padding-top: 50%;
        display:block;
        margin:0 auto;
    }
	
/*-----------------
 *Marketoフォーム
-----------------*/

.form {
    padding: 3em 0;
	background: #fff7f9;
	overflow: hidden;
}
.form #mktoForm_3142, #mktoForm_3070{
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.form .mktoButtonRow { 
	margin: 2.25em auto 0;
	display: block;
	text-align: center;
}   
.form .mktoButtonWrap {
	margin: 0 !important;
}
.form .mktoButton {
	width: 300px !important;
    padding: .75em !important;
    font-size: 18px !important;
    background: #ff7800 !important;
	border: 1px solid #ff7800 !important;    
	border-radius: 6px !important;
	position: relative;
}
.form .mktoButton::after {
	content: '>';
	font-weight: normal;
	display: inline-block;	
	position: absolute;
	top: 1em;
	right: .625em;
	-webkit-transform: scale(0.8, 1.4);
		-moz-transform: scale(0.8, 1.4);
		-ms-transform: scale(0.8, 1.4);
		transform: scale(0.8, 1.4);
}
.form .mktoButton:hover {
	opacity: 0.8 !important;
}

/*-----------------
 *フォームクローズ
-----------------*/

.formclose_tx{
	color: #cf2e2e;
	font-size: 24px;
	font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
	line-height: 1.3em;
}
	
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
    .catch_movie{
        width:426px;
        height:240px;
        padding-top:0;
    }
    .sec-catch_movieTitle{
        font-size:18px;
        margin:20px 0 10px;
    }
}