@charset "utf-8";
/*レイアウト*/

#main_containar {
	max-width: 1200px;
	margin: 0 auto;
}

.ctsArticle {
	padding: 80px 0
}

.ctsContainer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box
}

/* clearfix
--------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* universal
--------------------------------------*/
/*vertical-align*/
.vat {
	vertical-align: top !important
}

.vam {
	vertical-align: middle !important
}

.vab {
	vertical-align: bottom !important
}

/*display*/
.none {
	display: none !important
}

.dsb {
	display: block !important
}

.dsib {
	display: inline-block !important
}

.dsi {
	display: inline !important
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.fR {
	float: right;
}

.fL {
	float: left;
}

.clr {
	float: none;
	clear: both;
}

.pt0 {
	padding-top: 0px;
}

.pb0 {
	padding-bottom: 0px;
}

.pb05 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.ml40 {
	margin-left: 40px;
}

.ml60 {
	margin-left: 60px;
}

.mr10 {
	margin-right: 10px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb05 {
	margin-bottom: 05px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 50px;
}

.fwn {
	font-weight: normal !important;
	;
}

.fwb {
	font-weight: bold !important;
	;
}

/*background 背景*/
.bgGray {
	background: #ddd
}

.bgLightGray {
	background: #ececec
}

.bgDarkGray {
	background: #1e1e1e;
	color: #fff;
}

.bgDarkGray02 {
	background: #4e4e4e;
	color: #fff;
}

.bgGrade {
	background: #cc0000;
	background: -moz-linear-gradient(-45deg, #cc0000 0%, #ca723b 100%);
	background: -webkit-linear-gradient(-45deg, #cc0000 0%, #ca723b 100%);
	background: linear-gradient(135deg, #cc0000 0%, #ca723b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#ca723b', GradientType=1)
}

.cRed {
	color: #ff0000;
}

.cWhite {
	color: #fff
}

.cBlack {
	color: #000
}

.cBlue {
	color: #099ee3
}

.cOrange {
	color: #ff7400
}

/*メイン*/
.main_title_containar {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(images/mv_halmek3.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 42%;
	position: relative;
}

.main_title_containar .inner {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}

.main_title_containar .inner .subtitle {
	color: #000000;
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.main_title_containar .inner .subtitle em {
	font-size: 24px;
	background: rgba(26, 156, 251, 0.6784313725490196);
	border-radius: 50px;
	padding: 4px 10px 2px;
	margin-bottom: 10px;
	font-weight: normal;
}

.main_title_containar .inner .leadBox {
	/* font-size: 30px; */
	/* line-height: 1.8; */
	/* color: #fff; */
	/* margin-bottom: 20px; */
	text-shadow: 0 0 20px #000;
	/*display: inline-block;*/
	background: rgba(0, 0, 0, 0.6901960784313725);
}

.main_title_containar .inner .leadBox .attention {
	color: #fff;
	font-size: 30px;
	padding: 20px 0 10px;
	margin-bottom: 0;
}

.main_title_containar .inner .leadBox .attention span {
	color: #fbd51a;
}

.main_title_containar .inner .leadBox span {
	color: #efff11;
}

.main_title_containar .inner .leadBox em {
	font-weight: bold;
	/*font-size: 54px;*/
	font-size: 80px;
	color: #000000;
}

.main_title_containar .inner .lead {
	color: #ff0000;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 40px;
	display: inline-block;
	/*border-bottom: 6px dotted;*/
}

.cautionbox2 {
	background-color: #fcf9f9;
	border: 1px dotted #ff0000;
	max-width: 1200px;
	margin: 40px auto;
	box-sizing: border-box;
	padding: 20px;
}

.cautionbox2 p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0px;
	text-align: center;
}



/*txt*/
.secTtlType01 {
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
	font-size: 20px;
}

.secTtlType02 {
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
	font-size: 28px;
}

.setLeadTxtCts {
	width: 72%;
	margin: 0 auto;
}

.setLeadTxtCts p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.secLead {
	margin: 40px auto
}

.secLead p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.ctsTitle {
	background: #333;
	text-align: center;
	border-radius: 4px;
}

.ctsTitle p {
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding: 10px 0 8px;
}

.ctsTitle p span {
	font-size: 26px;
	font-weight: bold;
}

.matome span {
	font-weight: bold;
	font-size: 30px;
}

.concept ul li {
	font-size: 20px;
}

/*デプスインタビュー
***********************************************************************/
.depthlinterview_title {
	background-color: #000333;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	padding: 5px 20px 1px;
}

.depthlinterview-subtitle {
	background: #FBE5D6;
	margin-top: 30px;
}

.depthlinterviewbox {
	padding: 20px;
}

.depthlinterview_area .depthlinterviewbox p {
	font-size: 18px;
}

.depthlinterviewbox h3 {
	text-indent: -3em;
	padding-left: 3em;
}

.depthlinterviewbox .text01 {
	font-size: 18px;
	line-height: 1.8em;
	margin-left: 1em;
}

.depthlinterviewbox ul {
	/*margin-bottom: 30px;*/
}

.depthlinterviewbox ul li {
	font-size: 18px;
	line-height: 1.8em;
	position: relative;
	/*font-weight: bold;*/
	padding-left: 1em;
	/*display: inline-block;*/
}

.depthlinterviewbox ul li:before {
	display: inline-block;
	color: #333;
	content: '●';
}

.depthlinterviewbox ul li ul li {
	font-weight: normal;
	display: block;
}

.depthlinterviewbox ul li ul li:before {
	display: none;
}

.depthlinterviewbox img {
	width: 100%;
}


/*セミナーアジェンダ
***********************************************************************/
.agenda_title {
	background-color: #000333;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	padding: 5px 20px 1px;
	margin-bottom: 30px;
}

.lecture {
	counter-reset: num;
}

.lecture h3 {
	font-size: 20px;
	margin-bottom: 20px;
	text-indent: -1em;
	padding-left: 1em;
}

.lecture__list {
	position: relative;
	margin-bottom: 30px;
	list-style: none;
	padding-left: 1em;
}

.lecture__list::before {
	position: absolute;
	counter-increment: num;
	content: counter(num) "";
	top: 2px;
	left: -20px;
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
}

.lecture__list h4 {
	font-size: 20px;
	/* margin-bottom: 20px; */
}

.lecture__list .card li {
	font-size: 18px;
	line-height: 1.8;
}

/*開催概要
***********************************************************************/
.excerpt_title {
	background-color: #000333;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	padding: 5px 20px 1px;
}

.excerptbox {}

table.tbl01 {
	border-collapse: collapse;
	border-top: 1px dotted #1e1e1e;
	empty-cells: show;
	margin: 0 0 30px;
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
}

table.tbl01 th,
table.tbl01 td {
	border-bottom: 1px dotted #1e1e1e;
	padding: 1em 1.5em;
	font-size: 18px;
	line-height: 1.8em;
}

table.tbl01 td {
	border-right: 1px dotted #1e1e1e;
}

table.tbl01 th {
	border-bottom: 1px dotted #fff;
}

table.tbl01 th {
	background: none repeat scroll 0 0 #1e1e1e;
	border-right: 1px solid #1e1e1e;
	font-weight: normal;
	width: 12em;
	text-align: center;
	color: #fff;
}

.tbl01 ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 20px;
}

/*講演者
***********************************************************************/
.speaker_area {
	padding: 0 20px;
}

.speaker_title {
	background-color: #000333;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 700;
	color: #fff;
	padding: 5px 20px 1px;
}

.speaker_box {
	font-size: 18px;
	line-height: 1.8;
	padding: 20px;
}

.speaker_profile {
	display: flex;
	justify-content: space-between;
}

.speaker_info {
	width: 60%;
	font-size: 18px;
	/* padding-left: 50px; */
}


.speaker_photo {
	width: 35%;
	margin-bottom: 20px;
	text-align: center;
	/*display: inline-block;
	vertical-align: top;*/
	font-size: 18px;

}

.peakerImg {
	width: 100%;
	margin: 0 auto 15px;
}


/*資料提供元企業*/
.compbox {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 20px;
}

.compbox .p01 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 6px;
	text-align: center;
	margin-bottom: 20px;

}

.compbox .box .lbox {
	float: left;
	width: 30%;
	text-align: center;
}

.compbox .box .lbox img {
	background-color: #fff;
	width: 80%;
}

.compbox .box .txt {
	font-size: 18px;
	line-height: 1.5em;
}

.compbox .box .rbox {
	float: right;
	width: 67%;
}

.companyname {
	font-weight: bold;
	font-size: 18px;
}

/*クロージングボックス*/
.closingbox {
	background: #333 url(images/closingIMG.png) no-repeat left center;
	background-size: contain;
}

.ctsArticle.closingbox {
	padding: 40px 0;
}

.closingbox .title {
	color: #fbd51a;
	font-size: 28px;
}

.closingbox .title span {
	border-bottom: 2px solid #fbd51a;
}

.closingbox .title em {
	font-size: 40px;
}


.ico_arrow {
	display: inline-block;
}

.ico_arrow:before {
	/*    position: absolute;
		top: 18%;
		left: 8px;*/
	content: " ";
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 30px;
	background: url(images/aroow.png) no-repeat center center;
	padding-right: 14px
}



.linkimg a img {
	background: none !important;
}

.linkimg a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none !important;
}

.catchbox {
	width: 1000px;
	margin: 0 auto 0px;
}

.catch {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5em;
	/*color:#ff8400;*/
	color: #ff0000;
	/*text-align:center;*/
}

.tinner_01 {
	width: 1000px;
	margin: 0 auto 0px;
}

.tinner_02 {
	width: 1000px;
	margin: 0 auto 0px;
}

.tit {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	color: #fff;
	background-color: #002862;
	padding: 0.5em 1.0em;
}

.txt {
	font-size: 16px;
	line-height: 1.5em;
}

.lead {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
}

.lead span {
	font-weight: bold;
	/*line-height:1.6em;*/
	/*color:#022865;*/
	/*font-size: 1.2em;*/
}

.lead_img {
	text-align: center;
}

.txtbox01 .list {
	font-size: 20px;
	line-height: 1.5em;
	list-style: disc inside;
	margin-bottom: 30px;
	border-top: 1px dotted #bbb;
	padding-top: 10px;
}

.txtbox01 .list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}


.txtbox01 .box02 .lbox {
	float: left;
	width: 500px;
}

.txtbox01 .box02 .rbox {
	float: right;
	width: 300px;
	text-align: right;
}


.btnbox {
	border: 4px solid #ff0000;
	padding: 30px;
	width: 700px;
	margin: 0 auto 40px;
}

.btnbox .stxt {
	font-size: 18px;
	color: #ff0000;
	margin-bottom: 10px;
	text-align: center;
}

.btnbox .img {
	margin-bottom: 0px;
}




.readbox {
	background-color: #4dc5c6;
	margin-bottom: 40px;
	padding: 30px;
}

.readbox .stit {
	font-size: 38px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}

.readbox .slist {
	list-style: disc inside;
	margin-bottom: -10px;
}

.readbox .slist li {
	padding: 16px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #fff;
	color: #29b5b4;
}

.red_txt {
	color: #ff0000;
	font-size: 26px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}

.txt_teikyo {
	font-size: 14px;
	line-height: 1.5em;
	text-align: right;
	margin-top: 16px;
}

.tit_naiyo {
	background-color: #1d2088;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0;
	padding: 10px 20px;
	/*text-align: center;*/
}

.txt {
	font-size: 18px;
	line-height: 1.5em;
}



/*拡散ボタン*/
.snsbtns_area {
	margin: -35px 60px 0;
}

.snsbtns_area ul {
	text-align: left;
}

.snsbtns_area ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: top;
}

/*拡大でと切れないように2019/10/18*/
.baseTable01 {
	border-collapse: collapse !important;
}