@charset "utf-8";
/* CSS Document */
/* 20190329 更新　ver.1.0.1 */

/*-------------------
受発注セミナーページ用CSS
/asp/seminar/
-------------------*/

/* 共通 */
#asp {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.btn a:hover{
	opacity: .85;
	cursor : pointer;
}
section, #sec-information {
	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: #063980;
	line-height: 1.5em;
    text-align: center;
}
p.sup {
	font-size: .9em;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	h2 {
		font-size: 1.75em;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
#asp .main-v { 
	padding-top: 48px;
	width: 100%;
	height: auto;
	background-color: #fffffe;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#asp .main-v:before { 
	background-color: rgba(255,255,255,0.55); 
	display: block;
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: 0;
}
#asp .main-v .contents, #asp .main-v .target-box {
	position: relative;
	z-index: 1;
}
#asp .main-v .tx_area {
    margin: 80px 0;
}
#asp .main-v h1 {
    font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
#asp .main-v p.sub_lead {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
#asp .main-v p.lead {
    margin: 32px 0 0 0;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    text-shadow: 4px 4px 8px #fff, -4px 4px 8px #fff, 4px -4px 8px #fff, -4px -4px 8px #fff;
}
#asp .main-v .target-box {
	background-color: #2d67a3;
}
#asp .free, #asp .target {
	padding: 16px 0;
}
#asp .free {
	width: 100px;
	margin-left: 5%;
	color: #2d67a3;
	text-align: center;
	background-color: #f0f4f7;
}
#asp .target {
	margin: auto;
	width: 90%;
	color: #fff;
	line-height: 1.5em;
}
#asp .main-v p.deadline {
    margin: 40px 0;
	font-size: 24px;
	font-weight: bold;
	color: #cf2e2e;
    text-align: center;
	line-height: 1.3em;
}

/* 各セミナーのスタイル */
#asp .seminar_201903_globridge .main-v { 
	background-image: url(/web/jp/asp/seminar/images/seminar_main-v_201903_globridge_bg.jpg);
    background-position: center;
}
#asp .seminar_201903_globridge .main-v h1 span.tx-col {
    color: #ff0000;
}
#asp .seminar_201903_globridge .main-v h1 {
	margin: 12px auto;
    color: #063980;
}
#asp .seminar_201903_globridge .main-v h1 span.sub_ttl {
    margin: 6px 0 0 0;
    font-size: 18px;
    display: inline-block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#asp .inner {
		width: 90%;
		max-width: 768px;
		margin: auto;
	}
	#asp .free, #asp .target {
		float: left;
	}
	#asp .free {
		line-height: 1.5em;
		margin-left: 0;
		padding: 16px;
	}
	#asp .target {
		width: auto;
		margin-left: 16px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#asp .main-v { 
		padding-top: 88px;
	}
    #asp .main-v h1 {
        font-size: 40px;
    }
    #asp .main-v p.sub_lead {
	    font-size: 18px;
    }
	#asp .main-v p.deadline {
		font-size: 28px;
	}
	#asp .main-v .target-box {
		font-size: 1.3em;
	}
    
    /* 各セミナーのスタイル */
    #asp .seminar_201903_globridge .main-v h1 span.sub_ttl {        
        font-size: 26px;
    }

}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#asp .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: #2d67a3;
}
#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: .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-foods_program　プログラム
-----------------*/
#sec-foods_program {
    background: #f0f4f7;
}
#sec-foods_program .foods_program li {
    margin: 10px 0;
    padding: 10px 0;
    min-height: 256px;
}
#sec-foods_program .foods_program li dt {
    font-size: 1.5em;
    color: #2d67a3;
}
#sec-foods_program .foods_program li dt, #sec-foods_program .foods_program li dd {
    display: inline-block; 
    vertical-align: top;
}
#sec-foods_program .foods_program li dt p.speaker {
    margin: 8px;
    padding: 8px 0 8px 8px;
    border-left: solid 2px #2d67a3;
}
#sec-foods_program .foods_program li dt p.speaker span {
    font-size: .575em;
    color: #666;
    display: block;
}
#sec-foods_program .foods_program li dd img {
    width: 109px;
}
#sec-foods_program .foods_program li p.tx {
    margin: 10px 10px 0 10px;
    line-height: 1.6;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    #sec-foods_program .foods_program li {
        margin: 0 15px;
        width: 45%;
        display: inline-block;
    }
    #sec-foods_program .foods_program li p.tx {
        margin: 20px 10px 0 10px;
    }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-foods_program .foods_program li {
        margin: 0 34px;
        width: 42%;
        display: inline-block;
    }
    #sec-foods_program .foods_program li dd img {
        width: 130px;
    }
}


/*-----------------
 *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: #2d67a3;
}
#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 #2d67a3;
}
#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-btn.contents　ウェビナー
-----------------*/
#sec-btn .contents cf{
	padding: 40px 0;
}
#sec-btn .contents cf{
	max-width: 944px;
}
#sec-btn .sec-web-img{
	margin-bottom: 20px;
	text-align: center;
}
#se-btn .sec-web-text{
	max-width: 610px;
	margin: 0 auto;
}
#sec-btn .sec-web-text p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.6;
}
#sec-btn .sec-web-text ul li{
	font-size: 12px;
	line-height: 1.6;
	word-wrap: break-word;
}
#sec-btn{
		padding: 30px 0;
}
#sec-btn .sec-web-img{
		float: right;
		margin-left: 20px;
		margin-bottom: 0px;
}
#sec-btn .sec-web-text{
		float: left;
		max-width: 710px;
		width: 710px;
		margin: 0;
}
#sec-btn .sec-web-text p{
		font-size: 16px;
}
#sec-btn .sec-web-text ul li{
		font-size: 13px;
}

/*-----------------
 *sec-schedule　開催スケジュール
-----------------*/
#sec-schedule table{
	width: 100%;
	margin-bottom: 30px;
    border-collapse: collapse;
}
#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;
}


/*-----------------
 *フッター
-----------------*/
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#asp footer .im_top {
		margin: 1em 0 0.5em 0;
	}
}


/*-----------------
 *ライトセミナー　メインビジュアル　20190329追加
-----------------*/
#asp .seminar_201904_light .main-v { 
	padding: 7em 0 0;
	background: url("/web/jp/asp/other/keigenzeiritsu/images/top_main_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
#asp .seminar_201904_light .main-v:before { 
	background-color: rgba(255,255,255,0); 
}
#asp .seminar_201904_light .main-v .txt_read, #asp .seminar_201904_light .main-v h1 { 
	padding-bottom: 10px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0 0 10px #000,0 0 15px #000;
	font-weight: normal;
}
#asp .seminar_201904_light .main-v .line {
    margin-bottom: 1em;
	width: auto;
	font-size: 1.1em;
	border-bottom: 3px solid #7ec3e5;	
	display: inline-block;

}
#asp .seminar_201904_light .main-v .txt_read {
	margin: auto;
	width: 90%;
}
#asp .seminar_201904_light .main-v h1 { 
	padding-bottom: .65em;
	font-size: 1.8em;
	line-height: 1.4; 
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#asp .seminar_201904_light .main-v {
		text-align: right;	
	}  
	#asp .seminar_201904_light .main-v .txt_read { 
    	margin-right: 0;
		font-size: 1.25em;
		text-align: right;	
	}
	#asp .seminar_201904_light .main-v .line {
    	margin-bottom: 1.25em;
		font-size: 1.25em;
	}
	#asp .seminar_201904_light .main-v h1 { 
		font-size: 2em;
		text-align: right;	
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#asp .seminar_201904_light .main-v { 
		padding: 9.25em 0 0;
	}
	#asp .seminar_201904_light .main-v h1 { 
		font-size: 48px;
		padding-bottom: 50px;
	}
}