@charset "utf-8";


#page_title {
	background-image:url(../img/page_title_bg.png);
}

/*===============================================================

head_link

=================================================================*/
#head_link {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:3rem;
}

#head_link p {
	line-height:1.8;
}

#head_link .nav_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#head_link .nav_wrap > * {
	width:48%;
	margin-top:3rem;
}

#head_link .nav_wrap > * a {
	width:100%;
}

@media screen and (max-width:480px){
	#head_link .nav_wrap > *,
	#head_link {
		margin-top:1.5rem;
	}
	#head_link p {
		font-size:1.4rem;
	}
}

/*===============================================================

flow

=================================================================*/

.flow {
	margin-top:4rem;
}

.flow dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

.flow dl + dl {
	margin-top:5rem;
}

.flow dl dt {
	width:30%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
	text-align:center;
	border-radius:10px;
	font-weight:bold;
	color:#fff;
	position:relative;
}

.flow dl + dl dt:after {
	display:block;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #BAD137 transparent transparent transparent;
	position:absolute;
	bottom:calc( 100% + 1.6rem );
	left:calc( 50% - 7px );
}

.flow dl.flow1 dt { background:#84CCFF; }
.flow dl.flow2 dt { background:#61B2ED; }
.flow dl.flow3 dt { background:#5FA2D3; }
.flow dl.flow4 dt { background:#3D82B4; }
.flow dl.flow5 dt { background:#005EC4; }
.flow dl.flow6 dt { background:#ECC15B; }
.flow dl.flow7 dt { background:#7E98B7; }

.flow dl dd {
	width:65%;
	padding:2rem 0;
	border-bottom:1px solid #1A1311;
}

.flow dl dd a:not(.tel) {
	color:#004DA0;
	text-decoration:underline;
}

.flow dl dd a:not(.tel):hover{
	opacity:0.8;
}

.flow dl dd .btn_style1 a {
	color: inherit;
	text-decoration: none;
}
.flow dl dd .btn_style1 a:hover {
	opacity: 1;
}

.flow dl dd > * + * {
	margin-top:2rem;
}

.flow dl dd h4 {
	font-weight:bold;
	color:#4E4E4E;
	font-size:2rem;
	display:table;
	border-bottom:6px solid #FFF972;
}

.flow dl dd .text > * + * {
	margin-top:1rem;
}

.flow dl dd .tel .icon{
	display:inline-block;
	width:24px;
}

.flow dl dd .tel .num {
	font-size:2rem;
	font-weight:bold;
	color:#004DA0;
}

.flow dl dd .tel .caption {
	font-size:1.2rem;
}

.flow dl dd .caption {
	font-size:1.4rem;
}

@media screen and (max-width:500px){
	.flow dl dt {
		width:100%;
		padding:2rem 0;
	}
	.flow dl dd {
		width:100%;
		padding:2rem;
	}
	.flow dl dd h4 {
		font-size:1.6rem;
	}
}

@media screen and (max-width:480px){
	.flow dl dd {
		padding:1rem;
	}
	
	.flow dl dd p {
		font-size:1.4rem;
	}
	.flow dl dd p.caption {
		font-size:1.2rem;
	}
	.flow dl dd a.tel {
		display:block;
	}
	
	.flow dl dd .tel,
	.flow dl dd a.tel {
		text-align:center;
	}
	
	.flow dl dd .tel .caption {
		display:block;
	}
}

.flow .flow1 .tel a {
	text-decoration: none;
	display: flex;
	align-items: center;
	line-height: 1;
}
.flow .flow1 .tel a .icon {
	display: inline-block;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
}
.flow .flow1 .tel a .num {
	display: block;
	font-size: 2.6rem;
	font-weight: bold;
    color: #004DA0;
}
.flow .flow1 .tel a .caption {
	font-size: 1.2rem;
}

.flow .flow3 .btn_style1 {
	text-align: left;
}
/*===============================================================

exhibition

=================================================================*/
#exhibition .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:3rem;
}

#exhibition .download {
	text-align:right;
}

/*===============================================================

conference

=================================================================*/
#conference .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:3rem;
}

#conference .download {
	text-align:right;
}

#conference .flow {
	margin-bottom:5rem;
}

@media screen and (max-width:500px){
	#conference .flow {
		margin-bottom:3rem;
	}
}