@charset "utf-8";
/* CSS Document */
/* 20190712 作成　ver.1.0.0 */


/*header仮修正*/

/*-------------------
製品ページ　ラベルバンクセミナー
/kikaku/seminar/202007_labelbank.asp
-------------------*/
#kikaku {
    font-size: 16px;
}
a.cv_btn_header {
	background-color: #991783;
}

.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) {}



/*-----------------
 *メインビジュアル
-----------------*/
#kikaku .main-v {
    padding-top: 8em;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url("/web/jp/asp/seminar/images/infomart-jyuku-b_program-bg.jpg");
    background-size: 900px;
    background-position: left -100px bottom -45px;
    background-color: #f7f6f5;
}

#kikaku .main-v p.lead,
#kikaku h1 {
    color: #333;
    text-align: center;
}
#kikaku .main-v .contents span.organizer{
	display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}#kikaku .main-v .contents span.organizer img{
	width: 100%;
	max-width: 393px;
}
#kikaku .main-v .contents span.seminar-target{
	display: block;
    text-align: center;
	font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
#kikaku .main-v .contents span.seminar-target:last-child{
	margin-bottom: 20px;
}

#kikaku .main-v h1 {
    font-size: 28px;
	line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
}

#kikaku .main-v h1 img {
    height: 40px;
    width:auto;
    padding-right: 0.2em;
}

#kikaku .main-v h1 span {
    color: #e19140;
    padding-left: 0.2em;
}

#kikaku .main-v .point {
    margin-left: 20px;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: bold;

    margin-bottom: 2em;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
}

#kikaku .main-v .point span img {
    width: 25px;
    padding-left: 20px;
    padding-right: 10px;
}

#kikaku .main-v .target-box {
    background-color: #e0903f;
    font-size: 1em;
}

#kikaku .free,
#kikaku .target {
    padding: 16px 0;
}

#kikaku .free {
    color:  #e0903f;
    background-color: #fcf7ed;
    text-align: center;
    float: left;
    font-size: 1em;
    padding: 0.5em;
    line-height: 2em;
    margin-left: 2.5em;
}

#kikaku .target {
    color: #fff;
    margin: auto;
    line-height: 1em;
    float: left;
    padding-left: 1em;
}



/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #kikaku .main-v {
        background-size: 1200px;
        background-position: left -100px bottom -100px;
        padding: 8em 0 0 0;
    }
    #kikaku .main-v h1 {
        font-size: 38px;
    }
    #kikaku .main-v h1 img {
        height: 75px;
        width: 125px;
        padding-right: 0.2em;
    }
    #kikaku .inner {
        max-width: 768px;
        margin: auto;
        margin-left: 33%;
    }
    #kikaku .free,
    #kikaku .target {
        float: left;
    }
    #kikaku .free {
        line-height: 1.5em;
        margin-left: 0;
        padding: 16px;
    }
    #kikaku .target {
        width: auto;
        line-height: 1.5;
    }
	#kikaku .main-v .contents span.seminar-target{
		font-size: 20px;
	}

    .main-v .point {
        text-align: center;
        margin: 0;
        font-size: 1.5em;
    }
	#kikaku .main-v .contents span.organizer{
		margin-bottom: 40px;
	}

    .title .inner {
        margin-right: auto;
        margin-left: auto;
        width: 70%;
        font-size: 20px;
    }
}



/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #kikaku .main-v {
        background-position: left -20px bottom -140px;
        background-size: 1400px;
              padding: 10em 0 0 0;
    }
    #kikaku .main-v h1 {
        font-size: 46px;
    }
    #kikaku .main-v .target-box {
        font-size: 1.3em;
    }

    #kikaku .main-v .target-box{
     /*   position: relative;
        height: 55px;
        */
    }
    #kikaku .main-v .target-box .inner {

  /*  position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto auto;
    width: 550px;
    */
    }

        .main-v .point {
        font-size: 2.5em;
    }
}




/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */

@media screen and (min-width:75em) {
    #kikaku .main-v {
        background-size: 100%;
        background-position: left 0px bottom -170px;
    }
        #kikaku .inner {
        margin-left: 38%;
    }
}

/*-----------------
 *各section　上下の余白・背景
-----------------*/

#sec-catch,
#sec-merit,
#sec-able,
#sec-program,
#sec-schedule,
#sec-speakers,
#sec-information {
    padding: 60px 0;
}

#sec-information {
    background-color: #f6f6f6;
}

#sec-catch,
#sec-program,
#sec-web {
    background-color: #fcf7ed;
}

.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;
}

#kikaku h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 auto 60px;
    color: #e0903f;
    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-schedule p.sup{
	font-size: 0.75em;
	margin-bottom: 4px;
}

/*-----------------
 *sec-catch　導入テキスト
-----------------*/
#sec-catch{
	background-position: right 10% bottom -8px;
	background-repeat: no-repeat;
    background-size: 70%;
	border-bottom: 8px solid #f8f3e5;
}
#sec-catch .contents p {
    width: 90%;
    margin: auto;
    line-height: 1.7em;
    font-size: 0.9em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-catch .contents p {
		text-align: center;
		width: 70%;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-catch{
		background-size: 800px;
		background-position: right 10% bottom -12px;
	}
    #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: 120px;
    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 img {
        display: block;
    width: 150px;
    height: 113px;
    margin: 0 auto 20px;
}
    #sec-merit .merit {
        width: 25%;
        margin: 0 4%;
        float: left;
    }
    #sec-merit .merit p {
        font-size: 1em;
    }
}

/*-----------------
 *参加者の声
-----------------*/
#sec-able { 
    background: url("/web/jp/kikaku/seminar/images/top_able_area_bg.jpg");
}

#sec-able .able_box {
    background-color: #fff;
	border: 1px solid;
	border-color: #e0903f #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 .center {
	padding: 2em 1.5em;
}
#sec-able .able_box span {
	color: #e0903f;
	position: absolute;
	top: -15px;
	left: 0;
}
#sec-able .able_title {
	color: #e0903f;
	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-able .center {
		clear: both;
		width: 48.5%;
		margin: 0 auto !important;
	}
}

/*-----------------
 *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: #e0903f;
    margin-right: 10px;
    font-size: 1.75em;
    width: 6%;
}

#sec-program .tx {
    width: 85%;
    padding: 4px 0 4px 4%;
    border-left: 2px solid #e0903f;
    font-size: 0.9em;
    line-height: 1.5em;
}

#sec-program .tx span {
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    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.1em;
    }
}


/*-----------------
 *登壇者プロフィール sec-speakers　20190711追加
-----------------*/
#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 #9f7b0e;
    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-schedule　開催スケジュール
-----------------*/

#sec-schedule table {
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
}

#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: #cf2e2e;
    border-radius: 6px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding: 12px 0px;
}


/* タブレット縦サイズ 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;
    }
}

/*-----------------
 *Marketoフォーム
-----------------*/
    .form {
    padding: 3em 0;
	background: #fcf7ed;
	overflow: hidden;
    }
    .form #mktoForm_3764 {
	margin: 0 auto;
    }
    .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: #e78b00 !important;
	border: 1px solid #e78b00 !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;
    }

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    .form .mktoFormRow { 
		padding: .5em 0;
	}
}

/*-----------------
 フォームクローズ
-----------------*/
    .formclose_tx {
    color: #e0903f;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.3em;
    }

	
/*-----------------
 *sec-information ページ最後
-----------------*/

#sec-information p {
    text-align: center;
    line-height: 1.7em;
}

#sec-information p.tel {
    font-size: 1.8em;
}



/*-----------------
 *アンカーリンクボタン
-----------------*/

.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;
    }
    .step-box p.title {
        padding-bottom: 30px;
    }
}

}

/*-----------------
 *資料請求 for mobile 20201102
-----------------*/
.mobile-btn{
		display: none;
		position: fixed;
		padding: 0;
		bottom: 0;
		width: 100%;
		z-index: 2;
		background-color: #333;
}
.mobile-btn .cnv_btn {
    margin: 1.5em auto;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.mobile-btn{
		display: none;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.mobile-btn{
		display: none;
	}	
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.mobile-btn{
		display: none;
	}	
}

/*-----------------
 *規格書フッター
-----------------*/


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #kikaku footer .im_top {
        margin: 1em 0 0.5em 0;
    }
}