@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';

/* ==================================================
Base
================================================== */

/* --------------------------------------------------
reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


/*-----------------------------------------------------
reset+
-----------------------------------------------------*/
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

/* 
a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
*/

img {
	vertical-align:bottom
	}


/*-----------------------------------------------------
__ float （サイズwidthは各所で設定）
-----------------------------------------------------*/
.f_right {
	float: right;
	display: inline;
	}
.f_left {
	float: left;
	display: inline;
	}

/*-----------------------------------------------------
［cf］micro clearfix
-----------------------------------------------------*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
	}
.cf:after {
	clear: both;
	}
.cf {
	*zoom: 1;
	}

/*-----------------------------------------------------
回り込みさせない（p class=など） 
-----------------------------------------------------*/
.no-wrap {
	overflow:hidden;
	_zoom:1;
	}

/*-----------------------------------------------------
box-sizing
-----------------------------------------------------*/
.bx {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	}




/* ==================================================
page_Layout
================================================== */

/* -----------------------------------------------------
書体設定
-----------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings : "palt" 1;
	letter-spacing: 0.07em;
}

/*-----------------------------------------------------
基本設定
-----------------------------------------------------*/
body {
	color: #333;
	background: #f3f3f3;
}

a {
	color: #62739c;
	text-decoration: none;
	outline: none;
}

.section_set a {
	text-decoration: underline;
}

.set_width {
	margin: 0 auto;
	width: 1100px;
}
@media screen and (max-width: 1099px) {
	.set_width {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 599px) {
	.set_width {
		width: calc(100% - 30px);
	}
}


/*-----------------------------------------------------
footer
-----------------------------------------------------*/
footer {
	margin-top: 200px;
	background: #000;
	color: #fff;
	padding: 60px 0;
}
footer p {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}


/* ----------------------------------------------------
#fixedTop ページの最上部ボタン
--------------------------------------------------- */
#fixedTop {
	display: none;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #000;
	position: fixed;
	z-index: 999;
	-webkit-transform: translateZ(0);
	border-radius: 50％;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

/* RSP：fixedTop */
@media screen and (max-width: 599px) {
	#fixedTop {
		right: 5px;
		bottom: 5px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

/* ==================================================
page_contents
================================================== */
/* header */
header {
	background: #fff;
	text-align: center;
	padding: 0.75em 0;
}
header a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
header .logo img {
	height: 45px;
	margin: 0 10px;
}
@media screen and (max-width: 599px) {
	header .logo img {
		height: auto;
		margin: 0 2%;
		width: 40%;
	}
}

/* title_area2 */
.title_area2 {
	text-align: center;
	height: 400px;
	background: #62739C;
	background: -webkit-gradient(linear, left top, left bottom, from(#a2bace), to(#62739c));
	background: linear-gradient(to bottom, #a2bace 0%, #62739c 100%);
}
.title_area2 h1 {
	height: 400px;
	background-image: url(../images/header.png) ;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.title_area2 h1 img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.title_area2 .smart_phone_image {
	display: none;
}

@media screen and (max-width: 1099px) {
	.title_area2 h1 img {
		width: 90%;
	}
}
@media screen and (max-width: 599px) {
	.title_area2 h1  {
		display: none;
	}
	.title_area2 .smart_phone_image {
		display: block;
		height: 400px;
		background-image: url(../images/header.png) ;
		background-repeat: no-repeat;
		background-position: top center;
		height: 400px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.title_area2 .smart_phone_image img {
		width: 90%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}








/* title_area */
.title_area {
	padding: 100px 0;
	text-align: center;
	background: #00cc33;
	background: -webkit-gradient(linear, left top, left bottom, from(#00cc33), to(#00bb22) );
	background: linear-gradient(to bottom, #00cc33 0%, #00bb22 100%);
	color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.title_area h1 {
	font-size: 54px;
	font-family: 'Roboto', sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
}
.title_area h2 {
	font-family: 'Roboto', sans-serif;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
	border-radius: 28px;
	font-size: 24px;
	padding: 0.5em 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	margin: 24px auto 0;
	width: 22em;
}
.title_area h2 em {
	font-size: 135%;
}

@media screen and (max-width: 999px) {
	.title_area {
		padding: 80px 0;
	}
	.title_area h1 {
		width: 95%;
		margin: 0 auto;
		font-size: 36px;
		line-height: 1.3;
	}
	.title_area h2 {
		font-size: 18px;
		border-radius: 6px;
		width: 70%;
		margin-top : 1em;;
	}
}
@media screen and (max-width: 599px) {
	.title_area {
		padding: 60px 0;
	}
	.title_area h1 {
		font-size: 32px;
	}
	.title_area h2 {
		font-size: 16px;
		width: 90%;
	}
}


/* navi */
.navi_area {
	background: #333;
	margin-bottom: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.navi_area ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.navi_area ul li {
	font-size: 18px;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	border-left: 1px solid #666;
}
.navi_area ul li:last-child {
	border-right: 1px solid #666;
}
.navi_area ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}
.navi_area ul li a:hover {
	background: #888;
}
@media screen and (max-width: 599px) {
	.navi_area .set_width {
		width: 100%;
	}
	.navi_area ul li {
		font-size: 15px;
	}
}




.intro,
.summary,
.timeTable {
	padding-top: 30px;
	margin-bottom: 100px;
}
.summary  h2,
.timeTable  h2 
{
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 0.5em 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
	margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
	.summary  h2,
	.timeTable  h2 {
		margin-bottom: 0.5em;
	}
}

/* intro */
.intro {
	margin-bottom: 60px;
}
.intro h2 {
	font-size: 28px;
	margin-bottom: 0.5em;
}
.intro p {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 0.75em;
}
@media screen and (max-width: 599px) {
	.intro {
		padding-top: 10px;
		margin-bottom: 40px;
	}
	.intro p {
		font-size: 16px;
		margin: 0 0.5em 0.75em;
	}
}

/* 開催概要 */
.summary table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	margin: 0 auto 30px;
	max-width: 1080px;
}
.summary table th, 
.summary table td {
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	padding: 1em 1.5em;
}
.summary table th {
	font-weight: bold;
	background: #e3e3e3;
	min-width: 8em;
}
.summary table td {
}
.summary table td a.place:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.summary table td a.place {
	font-size: 24px;
	font-weight: bold;
	padding-right: 0.25em;
}
.summary table td .emp {
	font-size: 150%;
}
.summary table td .min {
	font-size: 14px;
}
.summary table td p.min {
	font-size: 14px;
	margin-top: 0.3em;
}

@media screen and (max-width: 799px) {
	.summary table td br.plus {
		display: none;
	}
}

@media screen and (max-width: 599px) {
	.summary table th, 
	.summary table td {
		display: block;
		padding: 0.25em 1em;
		font-size: 16px;
	}
	.summary table td {
		padding-top: 0.5em;
		padding-bottom: 1em;
	}
	.summary table td a.place {
		display: block;
	}
	.summary table td .min {
		display: block;
		margin-top: 0.25em;
	}
}








/* タイムテーブル */
.timeTable table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	margin: 0 auto 30px;
	max-width: 1080px;
}
.timeTable table th, 
.timeTable table td {
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.timeTable table th {
}
.timeTable table td {
	width: 42%;
	border-right: 1px solid #ccc;
}
.timeTable table td.color_A {
	background: #83b14f;
}
.timeTable table td.color_B {
	background: #d7ba2e;
}

.timeTable table td .room_set {
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding: 0.75em 0.25em;
}
.timeTable table td .room_set p.room {
	font-size: 24px;
	font-weight: bold;
}
.timeTable table td .room_set span.time {
	font-size: 16px;
	padding-left: 0.5em;
}


.timeTable table td:nth-of-type(1) {
	font-size: 16px;
	color: #999;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	background: #e3e3e3;
	text-align: center;
	width: 16%;
	padding: 5px  0;
	border-left: 1px solid #ccc;
	vertical-align: top;
}


.timeTable table td.inc_td {
	background: #fcfcfc;
}
.timeTable table td.inc_td.a_td:hover {
	background: #e3f6e1;
}
.timeTable table td.inc_td.b_td:hover {
	background: #fdf9e4;
}

.timeTable table td .seminor {
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
}

.timeTable table td .keynote {
	font-weight: normal;
	text-align: center;
	background: #000;
	color:#fff;
	border-radius: 4px;
	margin-bottom: 0.5em;
}
.timeTable table td .seminor .time {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.timeTable table td .seminor .time:before {
	content: "\f017";
	font-family: fontAwesome;
	margin-right: 3px;
}
.timeTable table td .seminor .title {
	font-size: 20px;
	line-height: 1.2;
}
.timeTable table td .seminor .sub {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0.25em;
}
.timeTable table td.a_td .seminor .title,
.timeTable table td.a_td .seminor .sub {
	color: #619426;
}
.timeTable table td.b_td .seminor .title,
.timeTable table td.b_td .seminor .sub {
	color: #b99b15;
}


.timeTable table td .seminor .name {
	margin-top: 0.5em;
	font-size: 16px;
	line-height: 1.3;
}
.timeTable table td .seminor .co {
	font-size: 14px;
	font-weight: normal;
	padding-left: 0.5em;
}


.timeTable table td .data {
	display: none;
	margin: 10px;
}
.timeTable table td .data .lecturer_img {
	width: 20%;
	float: left;
	margin-right: 15px;
}
.timeTable table td .data .lecturer_img  img {
	width: 100%;
	border: 1px solid #ccc;
}
.timeTable table td .data .detail {
}
.timeTable table td .data .detail p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0.5em;
	word-break: break-all;
}
.timeTable table td .data .detail p span.md {
	font-size: 13px;
	display: block;
	float: left;
	background: #999;
	color: #fff;
	border-radius: 4px;
	padding: 1px 0.75em;
	margin-right: 0.5em;
}

@media screen and (max-width: 599px) {
	.timeTable table td {
		width: 45%;
	}
	.timeTable table td:nth-of-type(1) {
		width: 10%;
	}
	.timeTable table td .room_set p.room {
		font-size: 20px;
	}
	.timeTable table td .room_set span.time {
		padding-left: 0;
		display: block;
	}
	.timeTable table td .seminor .title {
		font-size: 18px;
	}
	.timeTable table td .data .lecturer_img {
		margin: 0 auto 10px;
		width: 60%;
		float: none;
	}
	.timeTable table td .data .detail p {
		font-size: 14px;
	}
	.timeTable table td .data .detail p span.md {
		font-size: 12px;
	}
}




/* 参加申込はこちら */
.entry_button_01 {
	font-size: 32px;
	padding: 3px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border-radius: 8px;
	width: 12em;
}
.entry_button_01 a {
	/* background: #62739C;
	background: -webkit-gradient(linear, left top, left bottom, from(#a2bace), to(#62739c));
	background: linear-gradient(to bottom, #a2bace 0%, #62739c 100%); */
	background: #f60;
	background: -webkit-gradient(linear, left top, left bottom, from(#f93), to(#f60));
	background: linear-gradient(to bottom, #f93 0%, #f60 100%);
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
	padding: 0.75em 0;
}
.entry_button_01 a:before {
	color: #;
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 3px;
}

.entry_button_01 a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.entry_button_01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

@media screen and (max-width: 599px) {
	.entry_button_01 {
		width: 95%;
		font-size: 24px;
	}
}






/* -----------------------------------------------------
for template
-----------------------------------------------------*/


.for_temp h1 {
	font-size: 32px;
	margin-bottom: 1em;
}
.for_temp h2 {
	font-size: 24px;
	margin-bottom: 1em;
}
.for_temp p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1em;
}

.for_temp a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.for_temp a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.for_temp p.button_01 a {
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#999999));
	background: linear-gradient(to bottom, #bbbbbb 0%, #999999 100%);

	display: block;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	padding: 0.75em 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
}
.for_temp p.button_01 a:before {
	color: #;
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 3px;
}

p.eff {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 1.75em;
}

@media screen and (max-width: 599px) {
	p.eff {
		font-size: 16px;
		line-height: 1.6;
	}
}





