@charset "utf-8";

/* h1 */
.page_title_set h1 {
	font-family: 'Roboto', sans-serif;
}
.yyo {
	display: block;
	font-size: 75%;
}

/* titleBox_oe */
.titleBox_oe {
	background: #fff ;
	padding: 5px;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.titleBox_oe .bg {
	width: 100%;
	height: 300px;
	background: #fff url(./online_expo_data/title_img_bg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 6px;
}

.titleBox_oe .txt_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.titleBox_oe .txt_box > div {
	padding: 40px;
	text-align: center;
	background: #fff ;
	background: rgba(255,255,255,0.8) ;
}
.titleBox_oe .txt_box > div p.von1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.titleBox_oe .txt_box > div p.von2 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-family: 'Roboto', sans-serif;
}
.titleBox_oe .txt_box > div p.von3 {
	font-size: 16px;
}
.titleBox_oe .txt_box br.off_br {
	display: none;
	/* 改行削除 */
}
@media screen and (max-width: 767px) {
	.titleBox_oe .txt_box > div {
		padding: 30px 2rem;
	}
	.titleBox_oe .txt_box > div p {
		line-height: 1.25;
	}
	.titleBox_oe .txt_box > div p.von1 {
		font-size: 1rem;
	}
	.titleBox_oe .txt_box > div p.von2 {
		font-size: 1.75rem;
		line-height: 1.2;
	}
	.titleBox_oe .txt_box > div p.von3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 599px) {
	.titleBox_oe .txt_box br.off_br {
		display: block;
	}
	.titleBox_oe .txt_box > div {
		padding: 20px 0;
		width: 100%;
	}
	.titleBox_oe .txt_box > div p.von3 {
		font-size: 14px;
	}
}
@media screen and (max-width: 359px) {
	.titleBox_oe .txt_box > div p.von2 {
		font-size: 1.5rem;
	}
	.titleBox_oe .txt_box > div p.von3 {
		font-size: 14px;
	}
}







/* こちらからボタン */
.bottun_out {
	margin: 60px 2em;
}

.linkbox_gradient {
	margin: 0.75em 0;
}
.linkbox_gradient a {
	display: block;
	text-align: center;
	padding: 1em;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 599px) {
	.bottun_out {
		margin: 40px 5px;
	}
	.linkbox_gradient a {
		padding: 1em;
		font-size: 1em;
	}
}
/* 来場登録はこちらから */
.linkbox_gradient.oe_form p a {
	background: #00a99d;
	background: -webkit-gradient(linear, left top, left bottom, from(#33d8cc), to(#00a99d));
	background: linear-gradient(to bottom, #33d8cc 0%, #00a99d 100%);
}





/* oe_box */
.oe_box {
}
.oe_box p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.oe_box p.min{
	font-size: 14px;
}
.oe_box h3 {
	font-size: 1.125rem;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 0.35em;
}
.oe_box h3:before {
	font-family: fontAwesome;
	content: "\f00c";
	margin-right: 0.25em;
	color: #00a99d;
}
.oe_box p + h3 {
	margin-top: 1.5em;
}
.oe_box p.limit {
	margin: 2em;
	border: 4px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1em ;
}
.oe_box p.limit span.red {
	font-size: 120%;
	color: #f00;
}

.oe_box ul.price {
	margin: 0 10px;
}
.oe_box ul.price li {
	font-size: 16px;
	font-weight: bold;
	padding: 0.25em 0;
}




/* ダウンロード */
.oe_dl {
	margin: 2em 0 80px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	padding: 15px;
}
.oe_dl ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.oe_dl ul li {
	width: calc((100% - 45px)/4);
	text-align: center;
}
.oe_dl ul li .capImag {
	border: 4px solid #eee;
	margin-bottom: 0.5em;
	height: 200px;
	overflow: hidden;
}
.oe_dl ul li .capImag  img {
	width: 90%;
}
.oe_dl ul li p {
	font-size: 14px;
	line-height: 1.3;
}
.oe_dl ul li a {
	display: block;
	text-decoration: none;
	outline: none;
}
.oe_dl ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.5;
}
.oe_dl p.der {
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 1em;
}
@media screen and (max-width: 599px) {
	.oe_dl ul {
		display: block;
	}
	.oe_dl ul li {
		width: 100%;
		text-align: left;
	}
	.oe_dl ul li .capImag {
		display: none;
	}
	.oe_dl ul li p br {
		display: none;
	}
	.oe_dl ul li p:before {
	font-family: fontAwesome;
	content: "\f0a9";
	margin-right: 0.25em;
	}
}



/* white_bg */
.white_bg {
	background: #fff;
	border: 4px solid #eee;
	padding: 2em;
	margin: 0 0 80px;
}
.white_bg h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5em;
	background: #eee;
	padding: 0.25em 0.5em;
	border-radius: 16px;
}
.white_bg p.guide {
	margin: 0 20px;
	font-size: 14px;
	line-height: 1.6;
}
.white_bg  hr {
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #555;
}

.sponcer_image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 60px 1em;
}
.sponcer_image .one {
	width: calc((100% - 60px)/2);
}
.sponcer_image .one  p {
	margin-bottom: 0.5em;
}
.sponcer_image .one  .pic {
	background: #eee;
	width: 100%;
}
.sponcer_image .one  .pic img {
	width: 100%;
}

.white_bg p + h3 {
	margin-top: 50px;
}
@media screen and (max-width: 599px) {
	.white_bg {
		padding: 1em;
	}
	.white_bg h3 {
		margin-bottom: 1em;
	}
	.white_bg p.guide {
		margin: 0 ;
	}
	.sponcer_image .one  p {
		font-size: 14px;
	margin-bottom: 0.15em;
	}
	.sponcer_image {
		margin: 0 0 1em;
	}
	.sponcer_image .one {
		width: calc((100% - 5px)/2);
	}
	.white_bg p + h3 {
		margin-top: 1.5em;
	}
}













