@charset "UTF-8";


@media screen and (max-width: 690px) {


/* 共通 */
/*------------------------------------------------------------------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}
.kome {
	color: #f00;
}
.strong {
	font-weight: bold;
}





/* flowArea */
/*------------------------------------------------------------------------------*/
#flowArea {
	margin: 0 0 25px 0;
}
#flowArea h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #f60;
	border-bottom: solid 3px #c60;
	margin: 0 0 20px 0;
	padding: 0.3em 0;
}
#flowArea ol {
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 3%;
}
#flowArea ol li {
	display: block;
	width: 100%;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
}
#flowArea ol li span {
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #ddd;
	padding: 0.5em 0;
}
#flowArea ol li.current span {
	background-color: #10a6c7;
}
#flowArea ol li.arrRight {
	display: none;
	width: 100%;
	font-size: 2.4em!important;
	color: #2b9db6;
}
#flowArea ol li.arrDown {
	display: block;
	width: 100%;
	font-size: 2em!important;
	color: #2b9db6;
}
#flowArea > div.flowInfoArea {
	padding: 0 3%;
}
#flowArea > div.flowInfoArea > p {
	font-size: 1.1em;
}
#flowArea > div.flowInfoArea > p+p {
	margin: 1em 0 0 0;
}
#flowArea > div.flowInfoArea > p.kome {
	text-indent: -1em;
	padding: 0 0 0 1em;
}



/* timeTable */
/*------------------------------------------------------------------------------*/
#timeTable table {
	width: 100%;
	table-layout: fixed;
}
#timeTable table th,
#timeTable table td {
	display: block;
	border: 1px solid #ddd;
}
#timeTable table th {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.5em;
}

#timeTable table tr.tableHeader {
	display: none;
}

#timeTable table th.cel_Time {
	width: 14%;
	background-color: #545454;
}
#timeTable table th.cell_A {
	background-color: #a31212;
}
#timeTable table th.cell_B {
	background-color: #124fa3;
}
#timeTable table th.cell_C {
	background-color: #d4531a;
}

#timeTable table td {
	padding: 0.5em;
}

#timeTable table td.cell_A {
	background-color: #ffecec;
}
#timeTable table td.cell_B {
	background-color: #ecf4ff;
}
#timeTable table td.cell_C {
	background-color: #fff2ec;
}

#timeTable table td.cel_Time {
	vertical-align: middle;
	padding: 5px 0 5px 0;
	background-color: #444;
	position: relative;
}
#timeTable table td.cel_Time span.timeBox {
	display: inline-block;
	width: 100%;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#timeTable table td.cel_Time label {
	display: inline-block;
	width: 96%;
	font-size: 1.1em;
	text-align: center;
	background-color: #ccc;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	cursor: pointer;
	padding: 0.3em 0;
	position: absolute;
	bottom: 5px;
	left: 2%;
	transition: all 0.2s;
}
#timeTable table td.cel_Time label input {
	outline: none;
	margin: 0 0.3em 0 0;
}
#timeTable table td.cel_Time label:hover {
	color: #333;
	background-color: #ccc;
}
#timeTable table td.cel_Time label.selected {
	/*
	color: #fff;
	background-color: #fc1969;
	*/
}
#timeTable table td div.cell_Inner {
	font-size: 1.2em;
	position: relative;
	padding: 0 0 90px 0;
}
#timeTable table td div.cell_Inner div.seminarTime {
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0.2em 0;
}
#timeTable table td div.cell_Inner div.seminarId {
	margin: 0 0 0.5em 0;
}
#timeTable table td div.cell_Inner div.seminarId span {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #f00;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 0.3em 0.5em;
}
#timeTable table td div.cell_Inner div.seminarCate {
	font-weight: bold;
	color: #bc2a2a;
	margin: 0 0 0.2em 0;
}
#timeTable table td div.cell_Inner div.seminarName {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}

#timeTable table td div.cell_Inner div.speakerBox {
	background-color: #fff;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 5px;
}
#timeTable table td div.cell_Inner div.speakerBox div.companyName {
	font-size: 1.2em;
}
#timeTable table td div.cell_Inner div.speakerBox div.postName li {
	font-size: 1.2em;
}
#timeTable table td div.cell_Inner div.speakerBox div.speakerName span {
	font-size: 1.2em;
}
#timeTable table td div.cell_Inner div.btnArea {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#timeTable table td div.cell_Inner div.btnArea div.openDetail {
	text-align: center;
	margin: 0 0 0.7em 0;
}
#timeTable table td div.cell_Inner div.btnArea div.openDetail a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	outline: none;
	background-color: #3a89d9;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 0.4em 0.8em;
	transition: all 0.2s;
}
#timeTable table td div.cell_Inner div.btnArea div.openDetail a:hover {
	background-color: #3a89d9;
}
#timeTable table td div.cell_Inner div.btnArea div.btnEntry label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #666;
	padding: 0.4em;
	transition: all 0.2s;
}
#timeTable table td div.cell_Inner div.btnArea div.btnEntry label:hover {
	/*background-color: #666;*/
}
#timeTable table td div.cell_Inner div.btnArea div.btnEntry label.selected {
	background-color: #fb991a;
}

#timeTable table td div.cell_Inner div.btnArea div.btnEntry .chk{
	background-color: #fb991a;
}

#timeTable table td div.cell_Inner div.btnArea div.btnEntry label input {
	outline: none;
	margin: 0 0.3em 0 0;
}





/* モーダル */
/*------------------------------------------------------------------------------*/
div.detailBoxArea {
	display: none;
}
div.detailBoxArea div.detailBoxMain {
	font-size: 1.1em;
	padding: 0;
}
div.detailBoxArea div.detailBoxMain div.titleArea {
	border-bottom: 1px solid #ccc;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
}
div.detailBoxArea div.detailBoxMain div.titleArea div.seminarCate {
	margin: 0 0 0.8em 0;
}
div.detailBoxArea div.detailBoxMain div.titleArea div.seminarCate span {
	display: inline;
	font-weight: bold;
	color: #fff;
	background-color: #3a89d9;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 0.4em 1em;
}
div.detailBoxArea div.detailBoxMain div.titleArea div.seminarName span {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
div.detailBoxArea div.detailBoxMain div.dateArea {
	display: table;
	width: 100%;
	padding: 0.5em 0 1.5em 0;
}
div.detailBoxArea div.detailBoxMain div.dateArea div {
	display: table-cell;
	vertical-align: middle;
}
div.detailBoxArea div.detailBoxMain div.dateArea div.seminarId {
	width: 25%;
	padding: 0 1em 0 0;
}
div.detailBoxArea div.detailBoxMain div.dateArea div.seminarId span {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #f00;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 0.3em 0.5em;
}
div.detailBoxArea div.detailBoxMain div.overviewArea {
	margin: 0 0 1.5em 0;
}
div.detailBoxArea div.detailBoxMain div.overviewArea div.overviewText {
	/*padding: 0 0 0 1.5em;*/
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea {
	margin: 0 0 1em 0;
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea:after {
	content: "";
	display: block;
	clear: both;
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea div.imgBox {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 0 0.5em 0;
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea div.imgBox img {
	width: 70%;
	height: auto;
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea div.textBox {
	width: 100%;
	float: none;
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea div.textBox div.companyName span {
	font-size: 1.1em;
	font-weight: bold;
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea div.textBox div.postName {
	padding: 0.3em 0;
}
div.detailBoxArea div.detailBoxMain div.profileInfoArea div.textBox div.speakerName span {
	font-size: 1.1em;
	font-weight: bold;
}
div.detailBoxArea div.detailBoxMain div.profileInfoText {
	background-color: #eee;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 1em;
}
div.detailBoxArea div.detailBoxMain div.profileInfoText div.profileInfoTitle {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}


div.detailBoxArea div.detailBoxMain div.modalTitle {
	border-bottom: 2px solid #3a89d9;
	margin: 0 0 0.8em 0;
}
div.detailBoxArea div.detailBoxMain div.modalTitle span {
	font-size: 1.2em;
	font-weight: bold;
}
div.detailBoxArea div.detailBoxMain div.modalTitle span:nth-of-type(1) {
	color: #3a89d9;
	padding: 0 0.3em 0 0;
}





/* btnLinkArea */
/*------------------------------------------------------------------------------*/
#btnLinkArea {
	text-align: center;
	padding: 30px 0;
}
#btnLinkArea > div.btnLinkMain {
	display: inline-block;
}
#btnLinkArea > div.btnLinkMain > div.btnLeft {
	float: none;
	margin-bottom:0.5em;
}
#btnLinkArea > div.btnLinkMain > div.btnRight {
	float: none;
	padding: 0 0 1em 0;
}

input.btnType01 {
	display: inline-block;
	-webkit-appearance: button;
	appearance: button;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #175C90;
	border: none;
	border-bottom: 2px solid #0c426b;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	cursor: pointer;
	outline: none;
	padding: 0.7em 1.5em;
	transition: all 0.2s;
	width:100%;
}
input.btnType01:hover {
	background-color: #175C90;
}

input.btnType02 {
	display: inline-block;
	-webkit-appearance: button;
	appearance: button;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #1c9fa7;
	border: none;
	border-bottom: 2px solid #0c8991;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	cursor: pointer;
	outline: none;
	padding: 0.7em 1.5em;
	transition: all 0.2s;

	width:100%;

}
input.btnType02:hover {
	background-color: #1c9fa7;
}

input.btnType03 {
	display: inline-block;
	-webkit-appearance: button;
	appearance: button;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #a1a1a1;
	border: none;
	border-bottom: 2px solid #898989;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	cursor: pointer;
	outline: none;
	padding: 0.7em 1.5em;
	transition: all 0.2s;

	width:100%;

}
input.btnType03:hover {
	background-color: #c2c2c2;
}






/* joinSeminer */
/*------------------------------------------------------------------------------*/
#joinSeminer {
	/*background-color: #ccc;*/
}
#joinSeminer .joinSeminerMain {
	background-color: #ffebeb;
	background-color: #f9f9f9;
	padding: 0.5em;
}

#joinSeminer .joinSeminerMain .dateArea {
	background-color: #fff;
	border-left: 3px solid #c00;
	border-bottom: 1px solid #c00;
	padding: 0.5em 0 0.5em 0.5em;
}
#joinSeminer .joinSeminerMain .dateArea .dateAreaMain {
	font-size: 1.2em;
	font-weight: bold;
	/*color: #fff;*/
	/*text-align: center;*/
}
#joinSeminer .joinSeminerMain .dateArea .dateAreaMain span {
	font-size: 1.2em;
}
#joinSeminer .joinSeminerMain .joinList {
	background-color: #fff;
	border-left: 3px solid #c00;
	padding: 0.5em;
}
#joinSeminer .joinSeminerMain .joinList li {
	display: table;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.6;
	padding: 0.5em 0;
}
#joinSeminer .joinSeminerMain .joinList li+li {
	border-top: 1px dashed #ccc;
}
#joinSeminer .joinSeminerMain .joinList li > span {
	display: block;
	text-align: left;
	vertical-align: middle;
}
#joinSeminer .joinSeminerMain .joinList li > span.timeBox {
	width: 100%;
}
#joinSeminer .joinSeminerMain .joinList li > span.placeBox {
	width: 100%;
}

#joinSeminer .joinSeminerMain .joinList li > span.seminerName > span.idBox {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #f00;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	margin: 0 0.5em 0 0;
	padding: 0.3em 0.5em;
}

#joinSeminer .joinSeminerMain .joinList li > span.titleBox {
	width:100%;
}


#inputArea01 {
	margin: 0 0 40px 0;
}
#inputArea01 .inputArea01Main {
	background-color: #ffebeb;
	background-color: #f9f9f9;
	padding: 1em;
}
#inputArea01 .inputArea01Main table {
	width: 100%;
}
#inputArea01 .inputArea01Main th,
#inputArea01 .inputArea01Main td {
	display: block;
	width: 100%!important;
	font-size: 1em;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.5em;
}
#inputArea01 .inputArea01Main th {
	width: 25%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #dcdcdc;
}
#inputArea01 .inputArea01Main th > span {
	display: inline-block;
	font-size: 0.8em;
	color: #fff;
	background-color: #f00;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	margin: 0 0 0 0.5em;
	padding: 0.3em 0.5em;
}

#inputArea01 .inputArea01Main td .layoutBox {
	display: block;
}
#inputArea01 .inputArea01Main td .layoutBox+.layoutBox {
	margin: 1em 0 0 0;
}
#inputArea01 .inputArea01Main td .layoutBox > div {
	display: block;
}
#inputArea01 .inputArea01Main td .example {
	display: table;
}
#inputArea01 .inputArea01Main td .example+.example {
	margin: 1em 0 0 0;
}
#inputArea01 .inputArea01Main td .example > div {
	display: table-cell;
}

#inputArea01 .inputArea01Main td .layoutBox02 {
	margin: 0.5em 0 0 0;
}
#inputArea01 .inputArea01Main td .layoutBox02 span {
	color: #f00;
}

#inputArea01 .inputArea01Main td .inputMain > div+div {
	padding: 1em 0 0 0;
}
#inputArea01 .inputArea01Main td .inputMain > div > input {
	font-size: 1em;
	border: none;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	outline: none;
	padding: 0.5em;
}
#inputArea01 .inputArea01Main td .inputMain > div > select {
	height: 30px;
	font-size: 1em;
	border: none;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	outline: none;
	padding: 0.3em;
}

#inputArea01 .inputArea01Main td .example > div+div {
	padding: 0 0 0 1em;
}
#inputArea01 .inputArea01Main td .example > div > span {
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.5em;
}


#inputArea02 {
	margin: 0 0 40px 0;
}
#inputArea02 .inputArea02Main {
	background-color: #ffebeb;
	background-color: #eee;
	padding: 1em;
}
#inputArea02 .inputArea02Main table {
	width: 100%;
}
#inputArea02 .inputArea02Main th,
#inputArea02 .inputArea02Main td {
	display: block;
	width: 100%!important;
	font-size: 1em;
	line-height: 1.6!important;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.5em;
}
#inputArea02 .inputArea02Main th {
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #dcdcdc;
}
#inputArea02 .inputArea02Main tr:nth-of-type(n+2) th {
	border-top: none!important;
}
#inputArea02 .inputArea02Main th > span {
	display: inline-block;
	font-size: 0.8em;
	color: #fff;
	background-color: #f00;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	margin: 0 0 0 0.5em;
	padding: 0.3em 0.5em;
}

#inputArea02 .inputArea02Main td {
	border-top: none!important;
}
#inputArea02 .inputArea02Main td .layoutBox {
	display: table;
	margin: 0 auto;
	margin: 0;
	width: 100%;
}
#inputArea02 .inputArea02Main td .layoutBox:nth-of-type(n+2) {
	margin: 1em 0 0 0;
}
#inputArea02 .inputArea02Main td .layoutBox > div {
	display: table-cell;
}

#inputArea02 .inputArea02Main td .layoutBox02 {
	text-align: center;
	margin: 0.5em 0 0 0;
}
#inputArea02 .inputArea02Main td .layoutBox02 span {
	color: #f00;
}

#inputArea02 .inputArea02Main td .inputMain > div+div {
	padding: 0 0 0 1em;
}
#inputArea02 .inputArea02Main td .inputMain > div > input {
	display: inline-block;
	font-size: 1.1em;
	border: none;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	outline: none;
	margin: 0 auto;
	padding: 0.5em;
}
#inputArea02 .inputArea02Main td .inputMain > div > select {
	height: 30px;
	font-size: 1.1em;
	border: none;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	outline: none;
	padding: 0.3em;
}





#privacyArea {
	background-color: #444;
	padding: 3px;
}
#privacyArea > div {
	font-size: 1.1em;
	line-height: 1.6;
	background-color: #fff;
	padding: 1em;
}
#privacyArea > div > div.titleBox {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 1em 0;
}
#privacyArea > div > div.privacyText {
	margin: 1em 0 0 0;
}





.formTitle01 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #444;
	padding: 0.5em 0;
}
.formTitle01 span {
	padding: 0 0.5em 0 0;
}


/* successArea */
/*------------------------------------------------------------------------------*/
#successArea {
	padding: 0.5em 3%;
}
#successArea > p {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.6;
}
#successArea > p:nth-of-type(2) {
	font-weight: bold;
	color: #fff;
	background-color: #e72b65;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 1em 0.5em;
}
#successArea > p+p {
	margin: 1.5em 0 0 0;
}



/* yamazaki add */
.ulenq2Col {
	width:98%;
	margin:5px auto 10px;
}
.ulenq2Col li {
	width:98%;
	float:none;
	text-align:left;
}


input.sht {
	width:30%;
}
input.lng {
	width:100%;
}

.ulenq4Col {
	width:98%;
	margin:5px auto 10px;
}
.ulenq4Col li {
	width:98%;
	float:none;
	text-align:left;
}


}






