@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* events
-------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------
* EN * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-------------------------------------------------------------------------------------------------------------------------------*/
#en .events h2{
	text-align: center;
	font-size: 6vw;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
	padding-top: 5vw;
	letter-spacing: 0.2em;
}
#en .events a.link{
	color: #313131;
}
/*#en .events a.link:hover{
	text-decoration: none;
}*/

#hackaward2018, #howto{
	padding-top: 20.4vw;
	margin-top: -20.4vw;
}


/* event_wrapper
=========================================================== */
#en .events .event_wrapper{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	font-size: 15px;
	border-top: 1px solid #cccccc;
}

/* h5 */
#en .events .event_wrapper h5{
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	text-decoration: underline;
}

/* btn */
#en .events .btn{
	width: 90%;
	margin: 30px auto 0;
	text-align: center;
}
#en .events .btn li a{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: url(../../img/events/170901/link.png) no-repeat right 15px center #000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFF;
	text-decoration: none;	
}
#en .events .btn a:hover{
	opacity: 0.6;
}

/* btn02 */
#en .events .btn02{
	width: 90%;
	margin: 30px auto 0;
	text-align: center;
}
#en .events .btn02 li a{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #00a0e9;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
}
#en .events .btn02 a:hover{
	opacity: 0.6;
}

/* title
=========================================================== */
#en .events #title{
	padding: 0 15px 35px 15px;
}
#en .events #title img{
	width: 100%;
}

#en .events #title h3{
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
#en .events #title h3 span{
	color: #e00612
}

#en .events #title h4{
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.4;
}
#en .events #title h4 span{
	font-size: 75%;
}
#en .events #title > p{
	margin-top: 25px;
}
#en .events #title a.link_txt01{
	background: #bebebe;
	color: #313131;
	font-weight: bold;
	text-decoration: none;
}
#en .events #title a.link_txt01:hover{
	background: #CCC;
}


/* section01
=========================================================== */
#en .events #section01{
	width: 90%;
	margin: 0 auto 50px;
	padding: 15px;
	box-sizing: border-box;
	background: #f1f2f3;
}
#en .events #section01 h6{
	font-size: 18px;
	margin-bottom: 10px;
}

/* table01 */
#en .events .table01{
	width: 100%;
	margin-top: 20px;
}
#en .events .table01 th{
	display: block;
	background: #f9fafa;
	padding: 10px;
	border-bottom: 1px dotted #000;
	/* white-space: nowrap; */
}
#en .events .table01 td{
	display: block;
	background: #FFF;
	padding: 10px;
	border-bottom: 1px dotted #000;
	font-size: 90%;
}
#en .events .table01 .line_none{
	/* border: none;*/
}

/* section02
=========================================================== */
#en .events #section02{
	background: #e8f7fd;
	padding: 15px;
}
#en .events #section02 .sec02_txt01{
	font-size: 14px;
	font-style: italic;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/* sec02_box01 */
#en .events #section02 .sec02_box01{
	background: #FFF;
	padding: 15px;
	margin-top: 20px;
}
#en .events #section02 .sec02_box01 h6{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

/* table02 */
#en .events .table02{
	width: 100%;
	margin-top: 20px;
	border-top: 1px dotted #000;
}
#en .events .table02 th{
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #000;
	/* white-space: nowrap; */
	font-weight: bold;
}
#en .events .table02 th p {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#en .events .table02 th p span{
	color: #bebebe;
}
#en .events .table02 td{
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #000;
	font-size: 90%;
}
#en .events .table02 td ul li{
	padding-left: 1.2em;
	text-indent: -1.2em;
}

/* sec02_box02 */
#en .events #section02 .sec02_box02{
	width: 100%;
	margin: 30px 0 0 0;
	overflow: hidden;
}
#en .events #section02 .sec02_box02 li{
	float: none;
	margin-bottom: 10px;
}


/* section03
=========================================================== */
#en .events #section03{
	padding: 15px;
	background: #f7f7f8;
}

/* sec03_txt01 */
#en .events #section03 .sec03_txt01{
	text-align: center;
}
#en .events #section03 .sec03_txt01 strong{
	color: #e00612;
	font-size: 16px;
}
#en .events #section03 .sec03_txt01 span{
	font-weight: bold;
	text-decoration: underline;
}

/* sec03_box01 */
#en .events #section03 .sec03_box01{
	border-top: 1px dotted #000;
	margin-top: 30px;
}
#en .events #section03 .sec03_box01 li{
	padding: 15px;
	padding-left: calc(15px + 1.2em);
	border-bottom: 1px dotted #000;
	text-indent: -1.2em;
}
#en .events #section03 .sec03_box01 li span{
	color: #bebebe;
}


/* section04
=========================================================== */
#en .events #section04{
	background: #e8f7fd;
	padding: 15px;
}
#en .events #section04 h5{
	text-decoration: none;
	color: #00a0e9;
}

/* sec04_txt01 */
#en .events #section04 .sec04_txt01{
	text-align: center;
	font-weight: bold;
}

/* sec04_box01 */
#en .events #section04 .sec04_box01{
	margin-top: 30px;
	padding: 10px 15px;
	background: #FFF;	
}
#en .events #section04 .sec04_box01 dl dt{
	color: #00a0e9;
	font-weight: bold;
}
#en .events #section04 .sec04_box01 dl dd{
	padding-left: 1.5em;
}	

/* sec04_box02 */
#en .events #section04 .sec04_box02 {
	margin-top: 30px;
}
#en .events #section04 .sec04_box02 h6{
	color: #00a0e9;
	font-size: 16px;
	margin-bottom: 10px;
}
#en .events #section04 .sec04_box02 ul li{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#en .events #section04 .sec04_box02 ul li span{
	color: #a7e0fa;
}
#en .events #section04 .sec04_box02 > p{
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

/* sec04_txt02 */
#en .events #section04 .sec04_txt02{
	text-align: center;
	padding: 10px;
	border: 1px dotted #000;
	font-size: 15px;
	margin-top: 30px;
}


/* section05
=========================================================== */
#en .events #section05{
	padding: 15px;
	background: #f7f7f8;
}
#en .events #section05 h5{
	text-decoration: none;
	margin-top: 40px;
}

/* sec05_txt01 */
#en .events #section05 .sec05_txt01{
	text-align: center;
	font-weight: bold;
}
#en .events #section05 .sec05_txt01 strong{
	color: #e00612;
}

/* table03 */
#en .events .table03{
	width: 100%;
	margin-top: 20px;
	background: #FFF;
}
#en .events .table03 th{
	padding: 10px;
	border: 1px solid #bebebe;
	font-weight: bold;
	background: #d1d1d1;
	text-align: center;
}
#en .events .table03 td{
	padding: 10px;
	border: 1px solid #bebebe;
	font-size: 90%;
}
#en .events .table03 td.nowrap{
	/* white-space: nowrap; */
}
	
/* sec05_box01 */
#en .events #section05 .sec05_box01{
	margin-top: 30px;
}
#en .events #section05 .sec05_box01 h6{
	font-size: 18px;
}
#en .events #section05 .sec05_box01 > p{
	font-weight: bold;
}


