/* font 指定 */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: Bold;
	font-weight: 600;
	src: url('../../../font/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: Medium;
	font-weight: 500;
	src: url('../../../font/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: Regular;
	font-weight: 400;
	src: url('../../../font/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: Light;
	font-weight: 300;
	src: url('../../../font/NotoSansJP-Light.woff') format('woff');
}

html {
	font-size: 62.5%;
	position: relative;
	min-height: 100%;
	background: #242424;
	min-width: 320px;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	height: 100%;
	background: #fff;
}

#toTop {
	background: url("../images/common/bg_totop.svg") no-repeat 50% 50%;
	width: 44px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.largeLink {
	cursor: pointer;
}

.contentWrap {
}

.InnerWrap {
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
}

hr.line {
	margin: 4em 0 3.5em;
}

.flexWrap {
	display: flex;
	justify-content: space-between;;
}
.flexWrap.justStart {
	justify-content: start;
}

.headImg {
	background: url("../images/common/head_img.jpg") no-repeat 50% 50%;
	height: 178px;
	background-size: cover;
	min-width: 1000px;
	overflow: hidden;
}
#map .headImg {
/*
	background: url("../images/common/head_img2.jpg") no-repeat 50% 50%;
	background-size: cover;
	*/
}

.headImg .flexWrap {
	justify-content: center;
}
.headImg .InnerWrap {
	position: relative;
}

.sectionTtl {
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 50px 0 12px;
	padding-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 400;
}
.sectionTtl .underLine {
	width: 73px;
	height: 3px;
	background: #1d5aa5;
	margin: 7px auto 0;
}


.sectionLabel {
	font-size: 2.5rem;
	background: rgba(255, 255, 255, .8);
	display: inline-block;
	padding: 17px 35px;
	font-weight: 700;
}
#seminar .sectionLabel {
	background: rgba( 21, 69, 143, .85);
	font-size: 1.9rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	padding: 8px 35px;
}

.boothID {
	font-size: 4.4rem;
	font-weight: 800;
	color: #fff;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 6px;
	position: absolute;
	right: 145px;
	bottom: 4px;
}

.ttlFlex {
	justify-content: center;
	text-align: center;
}
.wrap {
	flex-wrap: wrap;
}

.pageTtl {
	margin: 3em 0;
}
.pageTtl dt {
	font-size: 2.5rem;
	border-bottom: 2px solid #1d5aa5;
	padding-bottom: 8px;
	margin-bottom: 7px;
}
.pageTtl dd {
	color: #666;
}

.scWrap {
	display: flex;
	justify-content: center;
}
.scWrap > div {
	margin: 0 .5em;
}
.lecturerBox {
	width: 454px;
	height: 190px;
	background: url("../images/schedule/bg_lecturer.png");
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 23px;
}
.lecturerBox:hover {
	opacity: .7;
}
.scDateLabel {
	font-size: 2.0rem;
	color: #fff;
	background: #4d4d4d;
	text-align: center;
	margin-bottom: 1em;
	padding: .5em;
}
.lecturer_01 {
	background: url("../images/schedule/lecturer_01.png") no-repeat 100% 100%;
	background-size: contain;
}
.lecturer_02 {
	background: url("../images/schedule/lecturer_02.png") no-repeat 100% 100%;
	background-size: contain;
}
.lecturer_03 {
	background: url("../images/schedule/lecturer_03.png") no-repeat 100% 100%;
	background-size: contain;
}
.lecturer_04 {
	background: url("../images/schedule/lecturer_04.png") no-repeat 100% 100%;
	background-size: contain;
}
.lecturer_05 {
	background: url("../images/schedule/lecturer_05.png") no-repeat 100% 100%;
	background-size: contain;
}
.lecturer_06 {
	background: url("../images/schedule/lecturer_06.png") no-repeat 100% 100%;
	background-size: contain;
}
.lecturerImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 220px 176px;
}
.lecturerName {
	color: #1d5aa5;
	font-size: 2.35rem;
	font-weight: 400;
	position: absolute;
	top: 111px;
	left: 11px;
}
.lecturerName.small {
	font-size: 1.3rem;
	font-weight: 500;
	top: 116px;
}
.lecturerName span {
	font-size: 1.58rem;
}
.lecturerName.small span {
	font-size: 1.2rem;
}
.lectureTime {
	font-size: 1.8rem;
	position: absolute;
	top: 150px;
	left: 11px;
}
.lecturerBox .submit {
	position: absolute;
	bottom: 0;
	left: 137px;
}
.lecturerType {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 9px 0 15px 11px;
}
.lecturerTtl {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.4;
	margin-left: .5em;
	/*letter-spacing: 1px;*/
	position: absolute;
	top: 43px;
	left: 4px;
}
.lecturerTtl.alex {
	top: 34px;
}
.lecturerTtl span {
	font-size: 1.1rem;
	font-weight: 200;
}

.spWrap {
	display: flex;
	justify-content: center;
}
.spWrap > div {
	margin: 0 84px;
}
.speakersBox {
	width: 278px;
	text-align: center;
	margin-bottom: 3.2em;
}
.speakersImg {
	background-color: #F0F0F0;
	width: 258px;
	height: 204px;
	margin:0 auto 10px;
	background-size: 95%;
	background-position-x: 50%;
}
.speakersDegree {
	font-size: 1.36rem;
	line-height: 1.4;
}
.speakersName {
	font-size: 2.12rem;
	margin: 1em 0;
}
.speakersName span {
	font-size: 1.51rem;
}

.lecturerMain {
	position: relative;
	height: 444px;
}
.lecturerMain > .InnerWrap {
	position: relative;
	height: 444px;
	top: -444px;
	background: url("../images/lecturer/bg_katou.png") no-repeat;
	background-size: cover;
}
.alex .lecturerMain > .InnerWrap {
	background: url("../images/lecturer/bg_alex.png") no-repeat;
	background-size: cover;
}
.yuasa .lecturerMain > .InnerWrap {
	background: url("../images/lecturer/bg_yuasa.png") no-repeat;
	background-size: cover;
}
.yamazaki .lecturerMain > .InnerWrap {
	background: url("../images/lecturer/bg_yamazaki.png") no-repeat;
	background-size: cover;
}
.hayashi .lecturerMain > .InnerWrap {
	background: url("../images/lecturer/bg_hayashi.png") no-repeat;
	background-size: cover;
}
.takagaki .lecturerMain > .InnerWrap {
	background: url("../images/lecturer/bg_takagaki.png") no-repeat;
	background-size: cover;
}
#seminar .lecturerMain > .InnerWrap {
	background: url("../images/seminar/bg_nakamura.png") no-repeat;
	background-size: cover;
}
.lecturerMain > .InnerWrap  a {
	color: #fff;
	text-decoration: none;
	margin:22px 0 0  33px;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 200;
}
.lecMainBg {
	display: flex;
	width: 100%;
	height: 444px;
}
.lecMainBg > div:nth-child(1){
	background: url("../images/lecturer/bg_line.png") repeat-x;
	width: 40%;
}
.lecMainBg > div:nth-child(2){
	background: #efefef;
	width: 60%;
}
.luncheon .lecMainBg > div:nth-child(1){
	background: #f2f2f2;
	width: 60%;
}
.luncheon .lecMainBg > div:nth-child(2){
	background: url("../images/lecturer/bg_line2.png") repeat-x;
	width: 40%;
}
.lecPic {
	position: absolute;
	bottom: 0;
}
#seminar .lecPic {
	left: 100px;
}
.lecDate {
	position: absolute;
	top: 53px;
	left: 404px;
	background: url("../images/lecturer/date_bg.png") no-repeat;
	background-size: cover;
	width: 495px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6rem;
	color: #1d5aa5;
	font-weight: 600;
}
.lecDate span.nasp {
	letter-spacing: -8px;
}
.lecDate span.sa {
	font-size: 2.4rem;
}
.lecDate span.sb {
	font-size: 2.0rem;
}
.lecDate span.mdl {
	display: table-cell;
	vertical-align: middle;
}
#seminar .lecDate {
	left: 544px;
	color: #fff;
	background: url("../images/lecturer/date_bg2.png") no-repeat;
}
.timeTxt {
	letter-spacing: -1px;
}
.lec_degree {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.4;
	position: absolute;
	top: 149px;
	left: 404px;
}
.alex .lec_degree {
	top: 195px;
	left: 404px;
}
#seminar .lec_degree {
	top: 340px;	
	left: 645px;
}
.lec_name {
	color: #fff;
	font-size: 3.3rem;
	position: absolute;
	top: 207px;
	left: 404px;
}
.lec_name span {
	font-size: 2.3rem;
}
.alex .lec_name {
	top: 151px;
	left: 404px;
	font-size: 2.0rem;
}
.alex .lec_name span {
	font-size: 1.5rem;
}
#seminar .lec_name {
	font-size: 3.95rem;
	font-weight: 600;
	top: 380px;
	left: 645px;
}
#seminar .lec_name span {
	font-size: 2.76rem;
}

.profile {
	max-width: 1000px;
	min-width: 900px;
	margin: 0 auto;
	line-height: 1.5;
}
.profileTtl {
	font-size: 1.8rem;
	margin: 2em 0 1em;
}

.profile dl {
	margin-bottom: 2em;
}
.profile dt {
	float: left;
}
.profile dd {
	margin-left: 125px;
	margin-bottom: 1.5em;
}
.profile_sec {
	margin-left: 125px;
}

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

.IOS {
	font-size: 2.5rem;
	font-weight: 500;
	background: url("../images/seminar/bg_ttl.png") no-repeat 50% 50%;
	text-align: center;
	padding: 1em 0;
	margin-bottom: 2em;
}
.IOS_txt {
	font-size: 1.8rem;
	line-height: 1.66;
}
.IOS_caution {
	border: 1px solid #bababa;
	padding: 1.5em 2.5em;
	font-size: 1.4rem;
	line-height: 1.8;
	width: 825px;
	margin: 5em auto;

}

.mapLabel {
	font-size: 1.8rem;
}
.mapImg {
	margin-left: 32px;
}

.seminarHole {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	position: absolute;
	top: 244px;
	left: 645px;
}
.seminarHoleB {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	position: absolute;
	top: 283px;
	left: 732px;
}
.seminarCaution {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	position: absolute;
	top: 153px;
	left: 652px;
	line-height: 1.5;
}

.movLink {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0 0 0 2em;
}
.movCaution {
	font-size: .9em;
	font-weight: 400;
}

/*************************/
/* header */
header a {
	color: #fff;
	text-decoration: none;
}
.headUper {
	background: #fff;
}
.headUper .InnerWrap {
	display: flex;
	justify-content: space-between;
}
.headUper .InnerWrap p {
	margin :1em;
}
.headBtm {
	background: #333;
	color: #fff;
}
.hdNav {
	display: flex;
	padding: 7px;
	justify-content: center;
}
.hdNav li {
	margin: 0 2em;
	font-size: 1.4rem;
	position: relative;
	overflow: hidden;
	transition: .3s;
	padding: .5em 0;
}
.hdNav li:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #005f95;
	border-radius: 5px;
}
.hdNav li:hover {
	cursor: pointer;
}
.hdNav li:hover:after {
	width: 100%;
	left: 0;
}
.hdNav li.active {
	border-bottom: 2px solid #005f96;
	border-bottom: 2px solid #2ca5ec;
}


/*************************/
/* footer */
footer {
	background: #242424;
	color: #fff;
	margin-top: 70px;
}
#home footer {
	margin-top: 0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	opacity: .7;
}
footer .InnerWrap {
	overflow: hidden;
	position: relative;
	height: 138px;
}
.ftNav {
	display: flex;
	font-size: 1.3rem;
	font-weight: 300;
	margin-top: 2em;
}
.ftNav li {
	margin: 0 1.5em;
}
.copy {
	font-size: 1.2rem;
	font-weight: 200;
	position: absolute;
	bottom: 22px;
	left: 18px;
}
.ftNoritake {
	position: absolute;
	right: 33px;
	bottom: 22px;
}

/*************************/
/* TOP */
.slideBase {
	background: #2ca5ec;
}

.slideWrap {
	position: relative;
	width: 1200px;
}

.sldCover {
	background: url("../images/top/bg_dot.png");
	width: 1200px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
}
.sldCover .showTitle {
	margin-top: 58px;
	font-size: 4.0rem;
	font-weight: 500;
}
.sldCover .showDate {
	margin: 18px 0 67px; 
	font-size: 2.0rem;
}
.sldCover .showTitle ,
.sldCover .showDate {
	text-shadow: rgba( 0, 0, 0, .67) 2px 2px 3px;	
}

.sldBtm {
	background: url("../images/top/sld_btm_bg.jpg") no-repeat;
	background-size: cover;
	width: 1200px;
	height: 242px;
	overflow: hidden;
}

.sldBtm p {
	color: #fff;
	font-size: 2.1rem;
	font-weight: 300;
	margin-top: 46px;
	margin-left: 86px;
	line-height: 1.8;
}

.bnrWrap {
	background: #fff;
}
.bnrWrap > div {
	display: flex;
	justify-content: center;
}
.bnrWrap > div > p {
	margin: 56px 59px;
}

.contactWrap {
	background: #e5e5e5;
	overflow: hidden;
}
.contactList  {
	width: 635px;
	margin: 2em auto;
}
.contactList dt {
	background: #666;
	text-align: center;
	color: #fff;
	padding: .5em;
}
.contactList dd {
	background: #fff;
	padding: 1em 2em;
}

.infoLabel {
	color: #1d5aa5;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: .5em;
}
.telNo {
	font-size: 3.3rem;
	padding-left: 58px;
	background: url("../images/top/icon_dial.png") no-repeat;
	background-size: 40px;
	background-position: left 50%;
	letter-spacing: 4px; 
}

.daytimeBox {
	align-self: flex-end;
}
.timeLabel ,
.daytime {
	font-size: 1.65rem;
}
.daytime {
	font-weight: 600;
	margin-top: .7em;
}

/*************************/
/* Map */


.mapImg {
	text-align: center;
}

/*************************/
/* Report */
.headBtm .InnerWrap {
	position: relative;
}

.headCover {
	position: absolute;
	right: 203px;
	width: 590px;
	height: 30px;
	background: rgba(0, 0, 0, 0.71);
	top: 6px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
}

.hdNav li  span {
	color: #f8bd17;
	margin-right: .5em;
}

.report {
	background: #fff;
}

.reportTxt {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 3.5em;
}

.report .InnerWrap {
	width: 1025px;
}

.reportImg > p {
	margin-bottom: 2em;
}

.report dl.pageTtl {
	position: relative;
}

.report .pageTtl dt:before {
	content:"　";
	position: absolute;
	left: -50px;
	background: url("../images/top/icon_report.svg") no-repeat;
	width: 29px;
	height: 32px;
}

.sldCover {
	background: none;
	text-align: left;
}

.sldCover .showTitle {
	line-height: 1.6;
	margin: 48px 0 10px 30px;
	font-size: 3.7rem;
}

.reportJump {
	position: absolute;
	top: 222px;
	left: 116px;
}
