@charset "UTF-8";
/* CSS Document */
/*--PC用[ウインドウ幅750px以上のcss]開始----------------------------*/
@media screen and (min-width: 751px){

.tf_titleblock_smp{
	display: none;
}
/*共通*/
#contentswrap{
	margin:0px auto 50px auto;
	width: 1090px;
	padding-top:30px;
	display: block;
	overflow: hidden;
}
.tf_h2{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.tf_h2_circle{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	z-index: 0;
	background: #ffd600;
}
.tf_h2_osrBanner{
	width: 178px;
	height: 60px;
	position: absolute;
	top: -64px;
	left: 900px;
	z-index: 0;
	background: #ffd600;
}
.tf_h2_chatIcon1{
	width: 110px;
	height: 44px;
	line-height: 40px;
	border-radius: 50%;
	background: #ffd600;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
.tf_h2_chatIcon2{
	width: 180px;
	height: 44px;
	line-height: 40px;
	border-radius: 50%;
	background: #ffd600;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
.tf_h2_text{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-weight: 700;
	position: absolute;
	left: 15px;
	top: -40px;
	z-index: 10;
}

.clear{
	clear: both;
}
.topspace_10{
	margin-top: 10px;
}
.topspace_20{
	margin-top: 20px;
}
.topspace_50{
	margin-top: 50px;
}
.topspace_80{
	margin-top: 80px;
}
.topspace_100{
	margin-top: 100px;
}
.bottomspace_10{
	margin-bottom: 10px;
}
.bottomspace_20{
	margin-bottom: 20px;
}
.bottomspace_30{
	margin-bottom: 30px;
}
.bottomspace_50{
	margin-bottom: 50px;
}
.bottomspace_100{
	margin-bottom: 100px;
}
.orange{
	color: #DFA100;
}
.red{
	color: #E00003;
}
.medium{
	font-weight: 500;
}
.bold{
	font-weight: 600;
}
.sizeLarge{
	font-size: 110%;
}
.leadCatch{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75em;
}
.backgra1{
	background: #fcfcfc;
background: -moz-linear-gradient(-45deg,  #fcfcfc 26%, #fffbc1 100%);
background: -webkit-linear-gradient(-45deg,  #fcfcfc 26%,#fffbc1 100%);
background: linear-gradient(135deg,  #fcfcfc 26%,#fffbc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fffbc1',GradientType=1 );
}
.backgra2{
	background: #feffff;
background: -moz-linear-gradient(top,  #feffff 38%, #d2ebf4 100%);
background: -webkit-linear-gradient(top,  #feffff 38%,#d2ebf4 100%);
background: linear-gradient(to bottom,  #feffff 38%,#d2ebf4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf4',GradientType=0 );
}

/*ボタン*/
/*アンカー*/
.btn-ankerA{
	width: 190px;
	height: 80px;
	display: block;
	margin: 0 10px;
}

.btn-ankerB {
	width: 190px;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 50%;
	margin: 20px 10px;
	padding: 10px 20px;
	background-color: #fff;
	border: 2px solid #00659F;
	color: #00659F !important;
}


.btn-anker1 {
	float: left;
	display: block;
	width: 172px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	border-radius: 4px;
	transition: .4s;
	margin: 0 10px;
	background-color: #ff8c00;
	border: 1px solid #ff8c00;
	color: #fff !important;
}

.btn-anker1:hover {
  background-color: #fff;
  border-color: #ff8c00;
  color: #ff8c00 !important;
}

.btn-anker2 {
	float: left;
	display: block;
	width: 172px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	border-radius: 4px;
	transition: .4s;
	margin: 0 10px;
	background-color: #008000;
	border: 1px solid #008000;
	color: #fff !important;
}

.btn-anker2:hover {
  background-color: #fff;
  border-color: #008000;
  color: #008000 !important;
}

.btn-anker3 {
	float: left;
	display: block;
	width: 172px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	border-radius: 4px;
	transition: .4s;
	margin: 0 10px;
	background-color: #f08080;
	border: 1px solid #f08080;
	color: #fff !important;
}

.btn-anker3:hover {
  background-color: #fff;
  border-color: #f08080;
  color: #f08080 !important;
}

.btn-anker4 {
	float: left;
	display: block;
	width: 172px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	border-radius: 4px;
	margin: 0 10px;
	background-color: #fff;
	border: 1px solid #00659F;
	color: #00659F !important;
}

/*end アンカー*/

.btn-detail {
	vertical-align: bottom;
	display: block;
	width: 120px;
	text-align: center;
	max-width: 180px;
	color: #fff !important;
	text-decoration: none;
	padding: 4px;
	border-radius: 20px;
	transition: .2s;
	margin: 0 auto 10px auto;
	background: #1e5799;
	background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(135deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}

.btn-detail:hover {
	opacity: 0.7;
}

.special_btn{
	position: absolute;
	left: 570px;
	top: 90px;
}

.btn-form {
	display: block;
	width: 200px;
	text-align: center;
	max-width: 180px;
	color: #000 !important;
	text-decoration: none;
	padding: 10px;
	border: solid 1px #FF8900;
	border-radius: 20px;
	transition: .2s;
	margin: 0 auto 10px auto;
	font-size: 17px;
	font-weight: 600;
	background: #feccb1;
background: -moz-linear-gradient(-45deg,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
background: -webkit-linear-gradient(-45deg,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
background: linear-gradient(135deg,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
}
.btn-form_end {
	display: block;
	width: 200px;
	text-align: center;
	max-width: 180px;
	color: #000 !important;
	text-decoration: none;
	padding: 10px;
	border: solid 1px #aaa;
	border-radius: 20px;
	transition: .2s;
	margin: 0 auto 10px auto;
	font-size: 17px;
	font-weight: 600;
    background: #ffffff;
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: linear-gradient(135deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );

}


.btn-form:hover {
	opacity: 0.7;
}

.innerLinkArea{
	display: block;
	overflow: hidden;
	margin: 0 auto 40px auto;
	text-align: center;
}

.sponsor{
	margin:-10px auto 10px auto;
	display: block;
	overflow: hidden;
	text-align: center;
}
/*ページタイトルエリア*/
.tf_titleArea{
	margin-top: 0;
	padding: 0px 0px;
	background-color: #ccc;
	background-image: url("../images/topback.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.tf_titleblock{
	width: 880px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.tf_titleblock img{
	width: 100%;
}
.tf_title{
	font-size: 40px;
	color: #ffffff;
	padding: 10px 0;
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 3px #FDFF00;
	text-shadow: 3px 3px 2px #000;
}
.tf_title_date{
	font-size: 23px;
	font-weight: 600;
	margin-top: 30px;
	text-align: center;
	display: block;
}
.tf_titleArea_text{
	width: 75%;
	float: left;
	color: #ffffff;
}
.tf_titleArea_baloon{
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	padding-top: 10px;
	width: 200px;
	height: 70px;
	text-align: center;
	float: right;
	border-radius: 50%;
	background: #f1e767;
		background: -moz-linear-gradient(-45deg,  #f1e767 0%, #feb645 100%);
		background: -webkit-linear-gradient(-45deg,  #f1e767 0%,#feb645 100%);
		background: linear-gradient(135deg,  #f1e767 0%,#feb645 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=1 );
	text-shadow: 1px 1px 1px #fff;
}
	.tf_catchLine{
		padding-top: 20px;
		background: #bbdfed;
			background: -moz-linear-gradient(top,  #bbdfed 0%, #ddf1f9 57%, #feffff 100%);
			background: -webkit-linear-gradient(top,  #bbdfed 0%,#ddf1f9 57%,#feffff 100%);
			background: linear-gradient(to bottom,  #bbdfed 0%,#ddf1f9 57%,#feffff 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbdfed', endColorstr='#feffff',GradientType=0 );
		margin-bottom: -40px;
	}
	.tf_catchArea{
		width: 900px;
		margin: 0 auto;
		display: block;
		overflow: hidden;
	}
	.tf_catch{
		font-family: "UD新ゴ DB",Sans-Serif;
		font-weight: 700;
		font-size: 33px;
		letter-spacing: -0.025em;
		text-align: center;
		margin: 0 auto;
		text-shadow: 2px 2px 2px #fff;
	}
	.tf_catch2{
		font-family: "UD新ゴ DB",Sans-Serif;
		font-size: 20px;
		text-align: center;
		font-weight: 700;
		margin: 20px auto;
	}

.timetable{
	margin: 0 4px -18px 4px;
	display: inline-block;
	overflow: hidden;
}

	.tf_presentArea{
		text-align: center;
		width: 1200px;
		line-height: 23px;
		font-size: 18px;
		font-weight: 600;
		margin: 20px auto;
	}



/*特別セッションエリア*/
.specialSessionArea{
	padding: 0;
	display: block;
	overflow: hidden;
}
.tf_specialsessionContents{
	border: solid 1px #ff8c00;
	height: 100%;
	padding: 0px 0px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.tf_specialsessionLeft{
	min-height: 175px;
	margin: 0px 0px;
	padding: 24px 20px 0 20px;
	float: left;
	text-align: center;
	background: #ffa84c;
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%);
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
}

.tf_specialsessionRight{
	margin-left: 20px;
	vertical-align: top;
}

.tf_specialsessionRight_left{
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 10px;
	padding-right: 10px;
}

.tf_specialsessionRight_right{
	width: 150px;
	margin-top: 10px;
	border: solid 1px #aaa;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.4);
}

.tf_session{
	border: solid 1px #ccc;
	padding: 5px;
	display: block;
	overflow: hidden;
	min-height: 120px;
}
.tf_sessionNo{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 6px;
}
.tf_sessionDate{
	font-weight: 600;
	font-size: 38px;
	color: #000;
	line-height: 38px;
	border-bottom: solid 1px #fff;
}
.tf_sessionTime{
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.tf_sessionContent_left{
	width: 60%;
	float: left;
	display: block;
	overflow: hidden;
}

.tf_sessionTitle{
	min-height: 54px;
	font-weight: 600;
	font-size: 21px;
	line-height: 28px;
	padding: 4px 0;
	color: #004ea2;
}
.tf_sessionContent{
	display: block;
	overflow: hidden;
	margin: 20px auto;
}
.tf_sessionContent_divname{
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 1.2em;
}
.tf_sessionContent_Name{
	font-weight: 600;
	font-size: 20px;
}

.tf_sessionContent_right{
	width: 90px;
	height: 90px;
	border-radius: 50px;
	border: solid 1px #aaa;
	float: right;
	display: block;
	overflow: hidden;
}
.tf_sessionContent_right img{
	width: 100%;
}

/*テクニカルセッション*/
.tf_techsession_contentsArea{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

.tf_techsession_date{
	display: block;
	overflow: hidden;
	font-family: "UD新ゴ DB",Sans-Serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 6px;
	border-bottom: solid 2px #f08300;
}
.tf_techsessionTitle{
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	padding: 4px 0 4px 8px;
	margin-bottom: 6px;
	border-left: 8px solid #f08300;
}
.tf_techsessionText{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0;
}

/*ワンポイント講座*/
.tf_onepointContent{
	border: solid 1px #ccc;
	padding: 5px;
	display: block;
	overflow: hidden;
	min-height: 150px;
}
.tf_onepointCategory{
	padding: 2px;
	text-align: center;
	background-color: #5CB1D0;
	margin-bottom: 6px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	width: 40%;
	color: #fff;
}
.tf_onepointCategory2{
	padding: 2px;
	text-align: center;
	background-color: #5CB1D0;
	margin-bottom: 6px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	width: 50%;
	color: #fff;
}
.tf_onepointTitle{
	display: block;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	padding-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
	border-bottom: solid 1px #DFA100;
}
.tf_onepointText{
	display: block;
	overflow: hidden;
	margin: 10px auto 5px auto;
}
/*オンラインショールーム*/
.tf_osrBanner{
	border: solid 1px #ccc;
	padding: 12px 5px 5px 5px;
	display: block;
	overflow: hidden;
	height: 88px;
	background: #1e5799;
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
		position: relative;
}
.tf_osrBanner_box{
	position: relative;
}

.tf_osrBanner_pop1{
	font-weight: 600;
	color: #fff;
	padding-top: 6px;
	width: 90px;
	height: 25px;
	background-color: #F50004;
	border-radius: 50%;
	top: 44px;
	left: 170px;
	text-align: center;
	position: absolute;
}
.tf_osrBanner_pop2{
	font-weight: 600;
	color: #fff;
	padding-top: 6px;
	width: 90px;
	height: 25px;
	background-color: #F50004;
	border-radius: 50%;
	top: 44px;
	left: 455px;
	text-align: center;
	position: absolute;
}
.tf_osrBanner_pop3{
	font-weight: 600;
	color: #fff;
	padding-top: 6px;
	width: 90px;
	height: 25px;
	background-color: #F50004;
	border-radius: 50%;
	top: 44px;
	left: 740px;
	text-align: center;
	position: absolute;
}
.tf_osrBanner_pop4{
	font-weight: 600;
	color: #fff;
	padding-top: 6px;
	width: 90px;
	height: 25px;
	background-color: #F50004;
	border-radius: 50%;
	top: 135px;
	left: 170px;
	text-align: center;
	position: absolute;
}
.tf_osrBanner_pop5{
	font-weight: 600;
	color: #fff;
	padding-top: 6px;
	width: 90px;
	height: 25px;
	background-color: #F50004;
	border-radius: 50%;
	top: 135px;
	left: 455px;
	text-align: center;
	position: absolute;
}
.tf_osrTitle{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-bottom: solid 2px #F3FF00;
	padding-bottom: 4px;
}
.tf_osrArrow{
	font-size: 20px;
	text-align: center;
	color: #F3FF00;
}
/*オンライン相談*/
.chatLeft{
	width: 70%;
	margin-right: 4%;
	float: left;
}
.chatRight{
	width: 100px;
	float: left;
}
.chatRight img{
	width: 100%;
}
/*よくある質問*/
.tf_question{
	font-weight: 600;
	color: #FF3200;
	margin-right: 10px;
	line-height: 16px;
	font-size: 15px;
}
.tf_answer{
	font-weight: 600;
	color: #0043FF;
	margin-right: 10px;
	line-height: 16px;
	font-size: 15px;
}
.tf_table{
	width: 100%;
}
.tf_table tr{
	width: 100%;
	padding: 6px 0;
}
.tf_table td{
	width: 100%;
	padding: 6px 0 6px 10px;
	display: block;
	overflow: hidden;
}
.tf_table tr:nth-child(2n+1) td {
	border-top: solid 1px #aaa;
  background-color: #E2E2E2;
}

/**/
}
