@charset "utf-8";
/* CSS Document */
/* 20190308 作成　ver.1.0.0 */

/*-------------------
製品ページ　契約書セミナーページ用CSS
/asp/seminar/spacial/201706_beonereport.asp
-------------------*/

#asp {
    font-size: 16px;
}
.contents {
    /*  width: 90%;*/
    max-width: 64em;
    margin: auto;
}
.btn a:hover {
    opacity: 0.85;
    cursor: pointer;
}
#sec-catch a,#sec-content dl dd .text a{
	color: #333;
	text-decoration: underline;
}

/* タブレット縦サイズ 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) {}

/*-----------------
 *メインビジュアル
-----------------*/
#asp .main-v {
    padding-top: 8em;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url("/web/jp/asp/seminar/images/201901_izakayajapan_mainv-bg.jpg");
    background-size: 1200px;
    background-position: right -240px top 3em;
    background-color: #f7f6f5;
}

#asp .main-v p.lead,
#asp h1 {

    color: #333;
    text-align: center;
}


#asp .main-v h1 {
font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1.25em;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
}

#asp .main-v h1 img {
    height: 40px;
    width: auto;
    padding-right: 0.2em;
}

#asp .main-v h1 span {
    color: #e19140;
    padding-left: 0.2em;
}

#asp .main-v .point {
    margin-bottom: 2em;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
    text-align: center;
    font-size: 0.9em;
}
#asp .main-v .point p{
    margin-bottom: 0.7em;
}
#asp .main-v .point p.seminar-name,#asp .main-v .point p.free-distribution{
	color: #105579;
}
#asp .main-v .point p.seminar-name{
	font-weight: bold;
}
#asp .main-v .point p.free-distribution{
	margin: 1.5em 0 2.5em;
}
#asp .main-v .point span img {
    width: 25px;
    padding-left: 20px;
    padding-right: 10px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    #asp .main-v {
		background-position: center 3em;
	}
    #asp .main-v .point {
    font-size: 1.2em;
}
    #asp .main-v h1 {
        font-size: 2em;
    }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #asp .main-v {
        margin-top: 40px;
        background-size: 100%;
		background-position: center 0;
    }
	#asp .main-v h1{
		margin-top: -0.5em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {

}
/*-----------------
 *各section　上下の余白・背景
-----------------*/
#sec-content,
#sec-voice,
#sec-download{
    padding: 60px 0;
}
#sec-mktoForm{
	padding: 0 0 60px;
}
#sec-catch{
    padding: 30px 0 60px 0;
}
#sec-catch{
    background-color: #f5f9fb;
}

#sec-catch .contents,
#sec-voice .contents,
#sec-download .contents {
    width: 90%;
    max-width: 1024px;
    margin: auto;
}

#sec-catch p{
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.5;
}
#sec-catch p:last-child{
	margin-bottom: 0;
}
#sec-catch a{
	text-decoration: underline;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #sec-catch {
        background-position: bottom center;
    }
}
.sec-share{
    text-align:right;
    padding:1.5em 0 0 0;
    background-color: #f5f9fb;
}

.sec-share .fb_iframe_widget > span {
  vertical-align: baseline !important;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
.sec-share{
    text-align:right;
}

}
/*---;--------------
 *見出し　デザイン設定
-----------------*/
h2 {
    color: #333;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 1.3em;
    line-height: 1.75em;
    text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    h2 {
        font-size: 1.75em;
    }
}

/*-----------------
 *sec-content
-----------------*/
#sec-content dl{
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
}

#sec-content dl dt.title h3 {
    font-size: 1.5em;
    line-height: 1.5;
    color: #105579;
    margin: 0 0 20px;
	text-align: center;
}
#sec-content dl dd .text{
	margin-bottom: 40px;
}
#sec-content dl dd .text p,#sec-content dl dd .text ul{
    font-size: 0.9em;
    margin-bottom: 20px;
}
#sec-content dl dd .text ul{
	text-align: left;
}
#sec-content dl dd .text p,#sec-content dl dd .text ul li{
    line-height: 1.6;
}
#sec-content dl dd .text p:last-child {
    margin-bottom: 0;
}
#sec-content dl dd .image span{
	display: block;
	margin-bottom: 1em;
	text-align: center;
	float: none !important;
}
#sec-content dl dd .image img{
	width: 100%;
	height: auto;
	max-width: 462px;
}
#sec-content h2,#sec-voice h2,#sec-download h2 { font-size: 25px; color: #105579; text-align: center; font-weight: bold; }
#sec-content h2 span.toptext,#sec-voice h2 span.toptext,#sec-download h2 span.toptext { font-size: 30px; color: #fff; background-color: #105579; padding: 6px 14px; margin-right: 5px; }



/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */

@media screen and (min-width:1024px) {
	#sec-content dl {
		width: 100%;
	}
	#sec-content dl dt.title h3 {
		font-size: 1.75em;
	}
	#sec-content dl dd .text ul{
		text-align: center;
	}
	#sec-content dl dd .image{
		width: 948px;
		margin: 0 auto;
	}
	#sec-content dl dd .image span{
		display: inline-block;
	}
	#sec-content dl dd .image span.left{
		float: left !important;
	}
	#sec-content dl dd .image span.right{
		float: right !important;
	}
	#sec-content dl dd .image img{
		width: 462px;
	}
}

/*-----------------
 *sec-voice ページ最後
-----------------*/

#sec-voice {
    text-align: center;
    background-color: #F5F9FB;
}
#sec-voice .voices .voice{
	width: 100%;
	margin-bottom: 1em;
	padding: 12px;
	border-left: 8px solid #105579;
	border-radius: 4px;
	text-align: left;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-sizing: border-box;
	line-height: 1.5;
}
#sec-voice .voices .voice strong{
	color: #105579;
}
#sec-voice .voices .etc{
	text-align: left;
}


/* タブレット横サイズ 1024px(16×64em)~ */

@media screen and (min-width:1024px) {
	#sec-voice .contents{
		width: auto;
	}
	#sec-voice .voices{
		width: 948px;
		margin: 0 auto;
	}
	#sec-voice .voices .voice,#sec-voice .voices .etc{
		width: 464px;
		height: 96px;
	}
	#sec-voice .voices .voice.odd{
		float: left;
	}
	#sec-voice .voices .voice.even{
		float: right;
	}
	#sec-voice .voices .etc{
		float: right;
		padding-top: 42px;
	}
}

/*/----------
マルケトフォーム
------------/*/
.mktoForm{
	margin: 0 auto;
}
.mktoForm .mktoFormRow{
	margin-bottom: 5px;
}
.mktoForm select#food_industry{
	margin-bottom: 5px;
}
.mktoForm .mktoHtmlText{
	margin: 20px 0 40px;
}
.mktoForm .mktoRequiredField .mktoAsterix{
	font-weight: normal;
	font-size: 10px;
}
.mktoForm .mktoButtonRow{
	position: static !important;
	display: block !important;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.mktoForm .mktoButtonRow .mktoButtonWrap{
	margin: 0 auto !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 56px;
	padding: 0.75em;
	background-color: #00a5e7;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:after{
	content: '>';
	position: absolute;
	right: 0.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);
	display: inline-block;
	font-weight: normal;
}
@media only screen and (min-width: 481px){
	.mktoFieldDescriptor.mktoFormCol{
		margin-bottom: 15px !important;
	}
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px){
	.mktoForm .mktoLabel strong{
		padding: 0 !important;
	}
}


/*/----------
コンバージョンエリア　ボタンなど
------------/*/

#sec-download {
	text-align: center;
}
#sec-download p.text{
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.5;
}
#sec-download .cnv_btn,.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{
	margin: 0 auto;
}
@media screen and (max-width:374px){
		.cnv_btn a{
			font-size: 1em;
		}
}
@media screen and (min-width:375px) and (max-width:414px){
	.cnv_btn a{
		font-size: 1.2em;
	}
}
@media screen and (min-width:415px) and (max-width:567px){
	.cnv_btn a{
		font-size: 1.3em;
	}
}
@media screen and (min-width:568px){
	.cnv_btn an{
		font-size: 1.5em;
	}
}