@charset "UTF-8";
/*
Theme Name: cec_fair
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
img { vertical-align: top; font-size: 0; line-height: 0; }
sup { font-size: 8px; }
em { font-style: normal; }
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after { content: ""; display: block; }
div:after, ul:after, ol:after, dl:after { clear: both; }
div, ul, ol, dl { zoom: 1; }
input[type="submit"],input[type="button"]{ border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; }
input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration { display: none; }
input[type="submit"]::focus,input[type="button"]::focus { outline-offset: -2px; }

ul#wp-admin-bar-root-default:after { clear: none; }


/* ----------------------------- ページネーション */
.pagination { clear: both; padding: 20px 0; position: relative; font-size: 14px; line-height: 14px; text-align: left; }
.pagination span, .pagination a { display: inline-block; *display: inline; *zoom: 1; width: auto; padding: 10px 14px; margin: 0 8px 8px 0; background: #fff; border: 1px solid #ccc; color: #333; text-decoration: none !important; cursor: pointer; }
.pagination span.current, .pagination a.current { background: #000; border-color: #000; color: #fff !important; }
.pagination a:link, .pagination a:visited { color: #333; }
.pagination a:hover { background: #000; border-color: #000; color: #fff; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
.pagination a.next, .pagination a.prev { background: transparent; border-color: transparent; padding-right: 8px; padding-left: 8px; }
.pagination a.next:hover, .pagination a.prev:hover { color: #333; }


/* ----------------------------- 全体 */
body { font-size: 16px; line-height: 1.8em; color: #333; font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif; background: #fff; position: relative; }

a:link, a:visited { color: #333; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a, a img { -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; -ms-transition: 0.2s ease all; transition: 0.2s ease all; }
a:hover img { opacity: 0.65; -ms-filter: "alpha(opacity=65)"; filter: alpha(opacity=65); }

.pc{ display: block; }
.sp{ display: none; }

.inline_pc{ display: inline; }
.inline_sp{ display: none; }

img, .bx-wrapper img { max-width: 100%; height: auto; }

#container{ overflow: hidden; }


/* ----------------------------- 共通 */


.wrap{
	width: 1200px;
	margin: 0 auto;
}

.wrap1000{
	width: 1000px;
	margin: 0 auto;
}

.wrap980{
	width: 980px;
	margin: 0 auto;
}

.wrap900{
	width: 900px;
	margin: 0 auto;
}

.wrap800{
	width: 800px;
	margin: 0 auto;
}

.wrap700{
	width: 700px;
	margin: 0 auto;
}




/* ----------------------------- タイトル */

.webinar_tit{
	font-size: 30px;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	position: relative;
}

.webinar_tit:before{
	content: "";
	display: block;
	width: 13px;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
}

.webinar_tit.sales{
	background: linear-gradient(90deg, #001643, #043065, #0f6fb9);
}

.webinar_tit.sales:before{
	background: #0c6cb8;
}

.webinar_tit.warehouse{
	background: linear-gradient(90deg, #d44f24, #efa424);
}

.webinar_tit.warehouse:before{
	background: #efa424;
}


/* ----------------------------- ボタン */

.btn1{
	width: 100%;
	text-align: center;
}

.btn1 a{
	display: block;
	background: #00396F;
	padding: 15px 0;
	border: 2px solid #00396F;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.btn1 a:before{
	content: "";
	display: block;
	background-image: url(images/common/icon4.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 17px;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.btn1 a:hover{
	background: #fff;
	color: #00396F;
}

.btn1 a:hover:before{
	background-image: url(images/common/icon5.svg);
}






.btn2{
	width: 100%;
	text-align: center;
}

.btn2 a{
	display: block;
	background: #fff;
	padding: 15px 0;
	border: 2px solid #979797;
	border-radius: 10px;
	font-size: 18px;
	color: #979797;
	text-decoration: none;
	position: relative;
}

.btn2 a:before{
	content: "";
	display: block;
	background-image: url(images/common/icon13.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 19px;
	position: absolute;
	right: 8%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.btn2 a:hover{
	/*opacity: 0.65;*/
	color: #fff;
	background: #979797;
}

.btn2 a:hover:before{
	background-image: url(images/common/icon9.svg);
}






.btn3{
	width: 100%;
	text-align: center;
}

.btn3 a{
	display: block;
	background: #00396F;
	padding: 15px 0;
	border: 2px solid #00396F;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.btn3 a:before{
	content: "";
	display: block;
	background-image: url(images/common/icon6.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 34px;
	position: absolute;
	right: 8%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.btn3 a:hover{
	opacity: 0.65;
}





.btn4{
	width: 100%;
	text-align: center;
}

.btn4 a{
	display: block;
	background: #00396F;
	padding: 15px 0;
	border: 2px solid #00396F;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.btn4 a:before{
	content: "";
	display: block;
	background-image: url(images/common/icon7.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 23px;
	height: 20px;
	position: absolute;
	right: 8%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.btn4 a:hover{
	opacity: 0.65;
}







.btn5{
	width: 100%;
	text-align: center;
}

.btn5 a{
	display: block;
	background: #00396F;
	padding: 10px 0;
	border: 2px solid #00396F;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

.btn5 a:before{
	content: "";
	display: block;
	background-image: url(images/common/icon12.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.btn5 a:hover{
	opacity: 0.65;
}






.btn6{
	max-width: 400px;
}

.btn6 a{
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    background: #EF5A24;
    border: 8px solid #EF5A24;
    padding: 20px 0;
    border-radius: 20px;
    letter-spacing: 0.2em;
    cursor: pointer;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn6 a:hover{
	background: #fff;
	color: #EF5A24;
}






.btn7{
	width: 100%;
	text-align: center;
}

.btn7 a{
	display: block;
	background: #ef5a24;
	padding: 15px 0;
	border: 2px solid #ef5a24;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.btn7 a:before{
	content: "";
	display: block;
	background-image: url(images/common/icon4.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 17px;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.btn7 a:hover{
	background: #fff;
	color: #ef5a24;
}

.btn7 a:hover:before{
	background-image: url(images/common/icon15.svg);
}





.btn8{
	width: 100%;
	text-align: center;
}

.btn8 a{
	display: block;
	background: #ef5a24;
	padding: 10px 0;
	border: 2px solid #ef5a24;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

.btn8 a:before{
	content: "";
	display: block;
	background-image: url(images/common/icon12.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.btn8 a:hover{
	opacity: 0.65;
}


/* ----------------------------- ヘッダー */

.header{
	position: relative;
	z-index: 9;
}

.header .box{
	background: #00396f;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	padding: 20px 3%;
}

.header:after{
	content: "";
	display: block;
	background: url(images/common/header_bg3.png) top right no-repeat;
	background-size: contain;
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.header:before{
	content: "";
	display: block;
	/*background: url(images/common/header_bg2.png) no-repeat;*/
	background: url(images/common/header_bg4.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	/*width: 43%;
    height: 6.5vw;*/
    width: 42%;
    height: 11.2vw;
}

.header .logo{
	/*width: 250px;
	width: 14%;*/
	width: 18%;
    position: absolute;
	z-index: 9;
	/*float: left;*/
}

.header .logo a{
	display: block;
	/*background: url(images/common/logo.svg) no-repeat;*/
	background: url(images/common/logo3.png) no-repeat;
	background-size: contain;
	/*height: 3vw;*/
	height: 8.3vw;
}


/* ----------------------------- ナビ */

.nav{
	float: right;
	font-size: 14px;
}

.nav ul{
	float: left;
}

.nav li{
	float: left;
	margin-right: 1.8em;
	color: #fff;
	font-weight: bold;
}

.nav li a{
	display: block;
	/*color: #00396F;*/
	color: #fff;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}

.nav li a:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	margin: 0 auto;
	transition: 0.2s;
	/*background: #EF5A24;*/
	background: #fff;
}

.nav li a:hover:after{
	width: 100%;
}

.nav .btn{
	float: left;
}

.nav .btn a{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #00396F;
	display: block;
	background: #fff;
	padding: 0 1em;
	border-radius: 40px;
}

.nav .btn a:hover{
	opacity: 0.65;
}




/* ----------------------------- ヘッダー ログイン前 */

.header_login{
	background: url(images/common/header_bg3.png) top right no-repeat;
	background-size: contain;
	position: relative;
	z-index: 9;
	/*padding: 1.8vw 3%;*/
	padding: 1vw 3% 1.8vw;
}

.header_login:before{
	content: "";
	display: block;
	background: url(images/common/header_bg5.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 69%;
    height: 10.5vw;
}

.header_login .logo{
	/*width: 48%;*/
	width: 30%;
	position: relative;
	z-index: 9;
}

.header_login .logo a{
	display: block;
	/*background: url(images/common/logo.svg) no-repeat;*/
	background: url(images/common/logo3.png) no-repeat;
	background-size: contain;
	/*height: 5.6vw;*/
	height: 8vw;
}





/* ----------------------------- トップ */

.kv{
	background: url(images/common/kv_bg.png) center no-repeat;
	background-size: cover;
	position: relative;
	padding: 160px 0 20px;
	/*margin-top: -100px;*/
}

.kv:before{
	content: "";
	display: block;
	background: url(images/common/kv_parts.png) center bottom no-repeat;
	background-size: contain;
	width: 100%;
	height: 5vw;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
}

.kv .box{
	position: relative;
	text-align: center;
}

/*.kv .box .inner1{
	text-align: left;
}

.kv .box .inner2{
	text-align: right;
}

.kv .box .inner3{
	text-align: left;
}*/

.kv .box li{
	display: inline-block;
	width: 19%;
	margin-right: 0.5%;
}

.kv .box li:last-chid{
	margin-right: 0;
}

.kv .box li.icon1{
	animation: fuwafuwa1 3s infinite ease-in-out;
}

.kv .box li.icon2{
	animation: fuwafuwa3 2s infinite ease-in-out;
}

.kv .box li.icon3{
	animation: fuwafuwa2 4s infinite ease-in-out;
}

.kv .box li.icon4{
	animation: fuwafuwa4 5s infinite ease-in-out;
}

.kv .box li.icon5{
	animation: fuwafuwa2 4s infinite ease-in-out;
}

.kv .box li.icon6{
	animation: fuwafuwa4 5s infinite ease-in-out;
}

.kv .box li.icon7{
	animation: fuwafuwa3 2s infinite ease-in-out;
}

.kv .box li.icon8{
	animation: fuwafuwa2 4s infinite ease-in-out;
}

.kv .box li.icon9{
	animation: fuwafuwa1 3s infinite ease-in-out;
}

.kv .box li.icon10{
	animation: fuwafuwa1 3s infinite ease-in-out;
}

.kv .box li.icon11{
	animation: fuwafuwa3 2s infinite ease-in-out;
}

.kv .box li.icon12{
	animation: fuwafuwa2 4s infinite ease-in-out;
}

.kv .box li.icon13{
	animation: fuwafuwa4 5s infinite ease-in-out;
}


@keyframes fuwafuwa1 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -15px); }
	100% { transform: translate(0, 0); }
}

@keyframes fuwafuwa2 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -20px); }
	100% { transform: translate(0, 0); }
}

@keyframes fuwafuwa3 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -10px); }
	100% { transform: translate(0, 0); }
}

@keyframes fuwafuwa4 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -25px); }
	100% { transform: translate(0, 0); }
}


.kv .box li a{
}

.kv .box li a:hover img{
	opacity: 1;
	transform: scale(1.1);
}

.kv .box li img{
	transition: 0.2s;
}


.kv .box .amazon{
    width: 25%;
	position: absolute;
	right: -15%;
    bottom: 0;
}

.kv .box .amazon a:hover img{
	opacity: 1;
	transform: scale(1.1);
}




.top_block1{
	padding: 0 0 100px;
	text-align: center;
}

.top_block1 h3{
	width: 650px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1em;
	color: #00396F;
	border: 1px solid #00396F;
	border-radius: 40px;
	padding: 10px 0;
}

.top_block1 h3 img{
	width: 20px;
	margin: 0 10px;
	vertical-align: baseline;
}

.top_block1 h2{
	font-size: 28px;
	line-height: 1.4em;
	color: #00396F;
	margin-top: 20px;
}

.top_block1 h2 span{
	color: #EF5A24;
}

.top_block1 h2 span img{
	width: 20px;
	margin: 0 10px;
    vertical-align: baseline;
}

.top_block1 h2 span strong{
	font-size: 180%;
	line-height: 1em;
	vertical-align: middle;
}

.top_block1 h2 span .time{
	font-size: 120%;
}

.top_block1 h2 small{
    font-size: 90%;
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: right;
}

.top_block1 .box{
	max-width: 740px;
	border: 1px solid #00396f;
	padding: 15px 40px;
	margin: 40px auto 0;
	box-sizing: border-box;
}

.top_block1 .box h4{
	font-size: 22px;
	text-align: center;
	color: #ef5a24;
}

.top_block1 .box .inner{
	border-top: 1px solid #00396f;
	margin-top: 10px;
	padding-top: 15px;
}

.top_block1 .box .inner span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #00396f;
	line-height: 1.4em;
}

.top_block1 .box .inner img{
	width: 45px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5%;
}




.top_block2{
	padding: 100px 0;
	background: #F0F0F0;
}

.top_block2 .webinar_box .btn1,
.top_block2 .webinar_box .btn7{
	width: 300px;
	margin: 30px auto 0;
}

.top_block2 .webinar_box2{
	margin-top: 100px;
}




.top_block3{
	padding: 100px 0;
}

.top_block3 h2{
	font-size: 18px;
	text-align: center;
}

.top_block3 .read{
	margin-top: 30px;
}

.top_block3 .representative{
	margin-top: 40px;
	text-align: right;
}

.top_block3 .representative span{
	font-size: 160%;
	letter-spacing: 0.2em;
}

.top_block3 .movie{
	margin-top: 80px;
	text-align: center;
}

.top_block3 .movie iframe{
	width: 100%;
	height: 500px;
}



/* ----------------------------- トップ ログイン前 */

.top_login{
	padding: 100px 0;
	text-align: center;
	font-size: 18px;
}

.top_login h2{
	font-size: 38px;
	font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", sans-serif;
	line-height: 1.2em;
	color: #00396F;
}

.top_login h2 span{
	color: #D55F25;
}

.top_login h2 small{
	display: block;
	font-size: 70%;
}

.top_login .read{
	display: inline-block;
    text-align: left;
    margin-top: 60px;
}

.top_login .box{
	margin-top: 80px;
}

.top_login .box .help{
	position: relative;
	display: inline-block;
	margin-top: 60px;
	cursor: pointer;
}

.top_login .box .help p img{
	width: 20px;
	margin-left: 3px;
	vertical-align: middle;
}

.top_login .box .help .help_content{
	/*font-size: 16px;*/
	text-align: left;
	width: 450px;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 4px 4px 10px rgb(0,0,0,0.3);
	position: absolute;
	left: 100%;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}


.top_login .box .help:hover .help_content{
	opacity: 1;
	visibility: visible;
}

.top_login .box table{
	margin: 40px auto 0;
}

.top_login .box table th{
	font-weight: normal;
	padding: 15px;
}

.top_login .box table td{
	padding: 15px;
}

.top_login .box table td input{
	padding: 5px;
	font-size: 16px;
	border: 1px solid #000;
}

.top_login .box .swpm-login-submit,
.top_login .box .swpm-pw-reset-submit-button{
	max-width: 400px;
	margin: 40px auto 0;
}

.top_login .box .swpm-login-submit input,
.top_login .box .swpm-pw-reset-submit-button input{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	background: #EF5A24;
	border: 8px solid #EF5A24;
	padding: 15px 0;
	border-radius: 20px;
	letter-spacing: 0.2em;
	cursor: pointer;
	transition: 0.2s;
	box-sizing: border-box;
}

.top_login .box .swpm-login-submit input:hover,
.top_login .box .swpm-pw-reset-submit-button input:hover{
	color: #EF5A24;
	background: #fff;
}

.top_login .box .swpm-forgot-pass-link{
	margin-top: 20px;
}

.top_login .box .swpm-forgot-pass-link a{
	color: #00396F;
}

.top_login .box .swpm-join-us-link{
	max-width: 400px;
	margin: 60px auto 0;
}

.top_login .box .swpm-join-us-link a{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #EF5A24;
	display: block;
	background: #fff;
	border: 8px solid #EF5A24;
	padding: 20px 0;
	border-radius: 20px;
	letter-spacing: 0.2em;
}

.top_login .box .swpm-join-us-link a:hover{
	color: #fff;
	background: #EF5A24;
}

.top_login .box .txt{
	margin-top: 30px;
}

.top_login .box .inner{
	margin-top: 20px;
}

.top_login .box .inner h4{
	font-size: 20px;
	color: #00396F;
}

.top_login .box .inner .tel{
	font-size: 24px;
	margin-top: 10px;
}

/* -------------------------------------------------新規登録　管理者用　表示入れ替え
新規登録時はresurrections3以外コメントアウト
管理者用はresurrections3のみコメントアウト */

#resurrections{
	display: none;
}

#resurrections2{
	margin-top: 240px;
}

/* #resurrections3{
	display:none;
} */

/* -------------------------------------------------新規登録　管理者用　表示入れ替え */

/* ----------------------------- 講演 */

.lecture{
	padding: 200px 0 100px;
}

.lecture .inner .schedule{
	float: left;
	display: table;
	background: #EF5A24;
    border: 2px solid #EF5A24;
    border-radius: 10px;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
}

.lecture .inner .schedule h4{
	display: table-cell;
	vertical-align: middle;
	color: #EF5A24;
	letter-spacing: 0.4em;
	background: #fff;
	padding: 10px 1em;
}

.lecture .inner .schedule .time{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
    color: #fff;
    padding: 10px 1em;
}

.lecture .inner .btn5{
	width: 280px;
	float: right;
}

.lecture h2{
	font-size: 26px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	line-height: 1.2em;
	color: #fff;
	background: linear-gradient(90deg, #5687c9 ,#1c4f94 ,#004a91 ,#5687c9);
	padding: 2%;
	margin-top: 20px;
}

.lecture h2 small{
	font-size: 60%;
    margin-left: 1em;
}

.lecture .box{
	margin-top: 20px;
}

.lecture .box h3{
	font-size: 23px;
	color: #00396f;
	letter-spacing: 0.1em;
}

.lecture .box h3 span{
	display: inline-block;
	vertical-align: middle;
}

.lecture .box h3 span small{
	display: block;
	font-size: 50%;
    line-height: 1.2em;
}

.lecture .box h3 strong{
	font-size: 170%;
	line-height: 1em;
	margin-left: 1em;
	vertical-align: middle;
}

.lecture .box .spelling{
	background: #00396f;
	color: #fff;
	padding: 0 0.8em;
    margin-top: 10px;
}

.lecture .box p{
	margin-top: 20px;
}




.lecture_block{
	border-bottom: 1px solid #333;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.lecture_block:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}




.lecture_block1 h2{
	font-size: 32px;
}

.lecture_block1 .box .txt{
	float: left;
	width: 54%;
}

.lecture_block1 .box .txt h3{
	font-size: 28px;
}

.lecture_block1 .box .txt h3 strong{
	margin-left: 0.5em;
}

.lecture_block1 .box .txt h5{
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-top: 30px;
}

.lecture_block1 .box .txt p strong{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #00396f;
	margin-top: 10px;
}

.lecture_block1 .box .img{
	float: right;
	width: 40%;
}




/* ----------------------------- 特別講演 */

.speciallecture{
    padding: 200px 0 100px;
}

.speciallecture .date_time{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-block;
	background: #d55f25;
	padding: 5px 1em;
	border-radius: 10px;
}

.speciallecture .vimeo{
	margin-top: 20px;
}

.speciallecture .vimeo p{
	line-height: 1.6em;
	color:#e74c3c;
	margin-top: 10px;
}

.speciallecture .box{
	margin-top: 60px;
	padding: 0 5%;
}

.speciallecture .box h4{
	font-size: 24px;
	letter-spacing: 0.4em;
	color: 	#ef5a24;
}

.speciallecture .box h2{
	font-size: 32px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #00396f;
	margin-top: 20px;
}

.speciallecture .box h3{
	font-size: 24px;
	letter-spacing: 0.1em;
	/*line-height: 1.4em;*/
	color: #00396f;
	margin-top: 40px;
}

.speciallecture .box h3 span{
	font-size: 150%;
	line-height: 1em;
	margin-left: 0.5em;
}

.speciallecture .box p{
	margin-top: 30px;
}

.speciallecture .box .btn{
	max-width: 500px;
	margin: 100px auto 0;
}

.speciallecture .box .btn a{
	display: block;
	padding: 15px 0;
	background: #fff;
	border: 3px solid #00396f;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	color: #00396f;
}

.speciallecture .box .btn a:hover{
	background: #00396f;
	color: #fff;
}



/* ----------------------------- 講演A・B・C */

.lecture_webinar{
	padding: 200px 0 100px;
}

.lecture_webinar .box{
	border: 4px  solid #b2c3d4;
	border-radius: 20px;
	padding: 6%;
}



.lecture_webinar .box .schedule{
	display: table;
	background: #EF5A24;
    border: 2px solid #EF5A24;
    border-radius: 10px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
}

.lecture_webinar .box .schedule h4{
	display: table-cell;
	vertical-align: middle;
	color: #EF5A24;
	letter-spacing: 0.4em;
	background: #fff;
	padding: 6px 1em;
}

.lecture_webinar .box .schedule .time{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
    color: #fff;
    padding: 6px 1em;
}



.lecture_webinar .box h2{
	font-size: 23px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	line-height: 1.4em;
	color: #fff;
	background: linear-gradient(90deg, #5687c9 ,#1c4f94 ,#004a91 ,#5687c9);
	padding: 2% 5%;
	margin-top: 20px;
}

.lecture_webinar .box h2 small{
	font-size: 60%;
	line-height: 1.4em;
    display: block;
}


.lecture_webinar .box h3{
	font-size: 18px;
	color: #00396f;
	letter-spacing: 0.1em;
	margin-top: 30px;
}

.lecture_webinar .box h3 span{
	display: inline-block;
	vertical-align: middle;
}

.lecture_webinar .box h3 span small{
	display: block;
	font-size: 65%;
    line-height: 1.2em;
}

.lecture_webinar .box h3 strong{
	font-size: 170%;
	line-height: 1em;
	margin-left: 1em;
	vertical-align: middle;
}






.lecture_webinar .box .btn{
	max-width: 470px;
	margin: 50px auto 0;
}

.lecture_webinar .box .btn a{
	display: block;
	padding: 15px 0;
	background: #ef5a24;
	border-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.lecture_webinar .box .btn img{
	width: 23px;
	vertical-align: middle;
	margin-left: 20px;
	transition: 0.2s;
}

.lecture_webinar .box .btn a:hover img{
	opacity: 1;
}

.lecture_webinar .box .btn a:hover{
	opacity: 0.65;
}

.lecture_webinar .box p{
	margin-top: 20px;
    text-align: center;
}

.lecture_webinar .top_link{
	margin-top: 60px;
	text-align: center;
}

.lecture_webinar .top_link a{
	font-weight: bold;
	color: #00396F;
}


/* ----------------------------- 抽選会 */

.lottery{
    padding: 200px 0 100px;
}

.lottery_block1 h2{
    font-size: 40px;
    line-height: 1.2em;
    text-align: center;
    color: #00396f;
}

.lottery_block1 .bnr{
	text-align: center;
	margin-top: 40px;
}

.lottery_block1 .read{
    font-size: 18px;
    font-weight: bold;
    color: #00396f;
    margin-top: 40px;
}

.lottery_block1 .box{
    margin-top: 100px;
}

.lottery_block1 .box h3{
    font-size: 24px;
    text-align: center;
    color: #00396f;
}

.lottery_block1 .box p{
    font-size: 18px;
    font-weight: bold;
    color: #00396f;
    margin-top: 20px;
}

.lottery_block1 .box .inner{
    margin-top: 40px;
    background: rgba(191,232,242,0.3);
    border-radius: 20px;
    padding: 5% 8%;
}

.lottery_block1 .box .inner table{
    width: 100%;
}

.lottery_block1 .box .inner table th{
    width: 100px;
    padding: 15px 0;
    text-align: left;
    font-weight: normal;
}

.lottery_block1 .box .inner table td{
    padding: 15px 0;
}

.lottery_block1 .box .inner table .color1{
	font-weight: bold;
    color: #ef5a24;
}

.lottery_block1 .box .inner table .color1 th{
	font-weight: bold;
}

.lottery_block1 .box .inner table td .big{
	font-size: 180%;
}

.lottery_block1 .box .inner table td small{
	font-size: 75%;
    line-height: 1.4em;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.lottery_block1 .btn4{
	width: 380px;
	margin: 80px auto 0;
}






.lottery_block2{
	margin-top: 100px;
}

.lottery_block2 .box{
	border: 1px dotted #4d4d4d;
	padding: 5% 10%;
}

.lottery_block2 .box h3{
	font-size: 22px;
	text-align: center;
	line-height: 1.6em;
	color: #007aea;
}

.lottery_block2 .box h3 span{
	display: block;
	font-size: 140%;
}

.lottery_block2 .box .inner1{
	margin-top: 60px;
}

.lottery_block2 .box .inner1 .img{
	/*float: left;
	width: 48%;*/
}

.lottery_block2 .box .inner1 .txt{
	/*float: right;
	width: 48%;*/
	margin-top: 20px;
}



.lottery_block2 .box .inner{
	position: relative;
}

.lottery_block2 .box .inner .txt .number{
	width: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-align: center;
	padding: 9px 0;
	background: #00396f;
	border-radius: 50%;
	margin: 0 auto;
}

.lottery_block2 .box .inner .txt p{
	margin-top: 15px;
}




.lottery_block2 .box .inner2{
	margin-top: 60px;
}

.lottery_block2 .box .inner2 .txt,
.lottery_block2 .box .inner3 .txt{
	/*float: left;*/
	width: 48%;
	padding-bottom: 260px;
}

.lottery_block2 .box .inner2 .img,
.lottery_block2 .box .inner3 .img{
	position: absolute;
	top: 20px;
	right: 0;
	width: 70%;
}

.lottery_block2 .box .inner3 .img{
	right: 15%;
}



.lottery_block2 .box .inner4 li{
	float: left;
	width: 30%;
	margin-right: 5%;
}

.lottery_block2 .box .inner4 li:last-child{
	margin-right: 0;
}

.lottery_block2 .box .inner4 li .img{
	margin-top: 15px;
	position: relative;
}

.lottery_block2 .box .inner4 li .img:before{
	content: "";
	display: block;
	background: url(images/lottery/lottery_icon1.svg) no-repeat;
	background-size: contain;
	width: 29px;
	height: 17px;
	position: absolute;
	right: -16px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.lottery_block2 .box .inner4 li:last-child .img:before{
	display: none;
}



/* ----------------------------- 開催情報 */

.held{
	padding: 200px 0 100px;
}

.held h2{
	font-size: 20px;
	text-align: center;
	color: #00396f;
}

.held table{
	width: 100%;
	margin-top: 40px;
}

.held table th{
	font-weight: normal;
	width: 100px;
    text-align: left;
    padding: 10px 0;
}

.held table td{
	padding: 10px 0;
}



/* ----------------------------- 出展企業紹介 */

.exhibitors{
	padding: 100px 0;
}

.exhibitors_block1{
	padding: 140px 0 50px;
	background: url(images/exhibitors/exhibitors_bg1.png) center top 40px no-repeat;
	background-size: 75%;
	position: relative;
	z-index: 1;
}

.exhibitors_block1:before,
.exhibitors_block1:after{
	content: "";
	display: block;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 10%;
	z-index: -1;
}

.exhibitors_block1:before{
	width: 18%;
    height: 72%;
	left: 0;
}

.exhibitors_block1:after{
	width: 19%;
    height: 71%;
	right: 0;
}

.exhibitors_block1 .exhibitors_name{
	color: #fff;
	padding: 1.5% 4%;
    position: relative;
    z-index: 99;
}

.exhibitors_block1 .exhibitors_name:before,
.exhibitors_block1 .exhibitors_name:after{
	content: "";
	display: block;
	background-image: url(images/exhibitors/exhibitors_patrs1.png);
	background-size: contain;
	background-repeat: no-repeat;
	/*width: 40px;
    height: 22px;*/
    width: 15px;
    height: 8px;
    position: absolute;
    /*bottom: -22px;*/
    bottom: -8px;
    z-index: 1;
}

.exhibitors_block1 .exhibitors_name:before{
	left: 0;
}

.exhibitors_block1 .exhibitors_name:after{
	right: 0;
	transform: scale(-1, 1);
}

.exhibitors_block1 .exhibitors_name .logo{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	height: 100px;
	/*padding: 6%;*/
	background: #fff;
	box-sizing: border-box;
	position: relative;
}

.exhibitors_block1 .exhibitors_name .logo img{
	max-width: 90%;
    max-height: 80px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.exhibitors_block1 .exhibitors_name h2{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 76%;
    margin-left: 3%;
	font-size: 24px;
}

.exhibitors_block1 .box{
	position: relative;
}

.exhibitors_block1 .box:before,
.exhibitors_block1 .box:after{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -5%;
	z-index: 9;
}

.exhibitors_block1 .box .inner{
	width: 95%;
	margin: 0 auto;
	padding: 6% 1% 1%;
	text-align: center;
	background: linear-gradient(#666 94%, rgba(0,0,0,0) 94%);
	position: relative;
}

.exhibitors_block1 .box .inner:before{
	content: "";
	display: block;
	background: #595959;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.exhibitors_block1 .box .inner:after{
	content: "";
	display: block;
	background: url(images/exhibitors/exhibitors_ornament2.png) center no-repeat;
	background-size: contain;
	width: 170%;
    height: 29%;
    position: absolute;
    bottom: -13%;
    left: -35%;
	z-index: -1;
}

.exhibitors_block1 ul{
	position: relative;
	z-index: 9;
}

.exhibitors_block1 li{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2%;
	text-align: left;
	position: relative;
}

.exhibitors_block1 li:last-child{
	margin-right: 0;
}

.exhibitors_block1 li:before{
	content: "";
	display: block;
	background: url(images/exhibitors/exhibitors_ornament1.png) center no-repeat;
	background-size: contain;
	width: 100%;
	height: 54%;
	position: absolute;
	top: -25%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.exhibitors_block1 li a{
	text-decoration: none;
	background: #fff;
	display: block;
    position: relative;
    z-index: 9;
}

.exhibitors_block1 li a:hover img{
	opacity: 1;
}

.exhibitors_block1 li .img{
	padding: 10% 5%;
	/*padding: 3%;*/
	transition: 0.2s;
    box-sizing: border-box;
}

.exhibitors_block1 li .img span{
	display: block;
	/*height: 197px;*/
	height: 167px;
    position: relative;
    /*background: #fff;*/
}

.exhibitors_block1 li .img img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.exhibitors_block1 li .txt{
	/*padding-bottom: 12%;*/
	padding-bottom: 20px;
	position: relative;
}

.exhibitors_block1 li .txt .title{
	font-size: 14px;
	line-height: 1.6em;
	padding: 8%;
}

.exhibitors_block1 li .txt .genre{
	display: table;
	width: 100%;
}

.exhibitors_block1 li .txt .genre .icon{
	display: table-cell;
	width: 21px;
	text-align: center;
	vertical-align: middle;
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00396F;
}

.genre_ai .icon{
	background-image: url(images/common/genre_ai.svg);
}

.genre_bi .icon{
	background-image: url(images/common/genre_bi.svg);
}

.genre_business .icon{
	background-image: url(images/common/genre_business.svg);
}

.genre_hardware .icon{
	background-image: url(images/common/genre_hardware.svg);
}

.genre_municipality .icon{
	background-image: url(images/common/genre_municipality.svg);
}

.genre_cloud .icon{
	background-image: url(images/common/genre_cloud.svg);
}

.genre_security .icon{
	background-image: url(images/common/genre_security.svg);
}

.genre_iot .icon{
	background-image: url(images/common/genre_iot.svg);
}

.genre_other .icon{
	background-image: url(images/common/genre_other.svg);
}

.exhibitors_block1 li .txt .genre .genre_name{
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
}

.exhibitors_block1 li a:hover .genre_1,
.genre_1 .genre_name{
	background: #4473BA;
}

.exhibitors_block1 li a:hover .genre_2,
.genre_2 .genre_name{
	background: #68A8E2;
}

.exhibitors_block1 li a:hover .genre_3,
.genre_3 .genre_name{
	background: #66539C;
}

.exhibitors_block1 li a:hover .genre_4,
.genre_4 .genre_name{
	background: #7CBCB1;
}

.exhibitors_block1 li a:hover .genre_5,
.genre_5 .genre_name{
	background: #9FC232;
}

.exhibitors_block1 li a:hover .genre_6,
.genre_6 .genre_name{
	background: #EF5A24;
}

.exhibitors_block1 li a:hover .genre_7,
.genre_7 .genre_name{
	background: #D97376;
}

.exhibitors_block1 li a:hover .genre_8,
.genre_8 .genre_name{
	background: #ca252b;
}
.exhibitors_block1 li a:hover .genre_9,
.genre_9 .genre_name{
	background: #dbf01d;
}
.exhibitors_block1 li a:hover .genre_10,
.genre_10 .genre_name{
	background: #ca2585;
}
.exhibitors_block1 li a:hover .genre_11,
.genre_11 .genre_name{
	background: #fc88d5;
}
.exhibitors_block1 li a:hover .genre_12,
.genre_12 .genre_name{
	background: #9550f0;
}
.exhibitors_block1 li a:hover .genre_13,
.genre_13 .genre_name{
	background: #25ca98;
}
.exhibitors_block1 li a:hover .genre_14,
.genre_14 .genre_name{
	background: #3504e9;
}
.exhibitors_block1 li a:hover .genre_15,
.genre_15 .genre_name{
	background: #fdd909;
}
.exhibitors_block1 li a:hover .genre_16,
.genre_16 .genre_name{
	background: #2ec560;
}

.exhibitors_block1 li a:hover .genre_other,
.genre_other .genre_name{
	background: #978475;
}

.exhibitors_block1 li .btn1{
	margin-top: 30px;
}

.exhibitors_block1 li .btn1 a{
	padding: 8px 0;
}




.exhibitors_block2{
	/*padding: 100px 0 0;*/
	text-align: center;
}

.exhibitors_block2 h3{
	font-size: 12px;
	color: #00396F;
}

.exhibitors_block2 ul{
	display: inline-block;
	margin-top: 10px;
}

.exhibitors_block2 li{
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.exhibitors_block2 li:last-child{
	margin-bottom: 0;
}

.exhibitors_block2 li h4{
	display: table-cell;
	background: #979797;
	width: 100px;
	font-weight: normal;
	color: #fff;
}

.exhibitors_block2 li p{
	padding: 0 0 0 2em;
	display: table-cell;
	text-align: left;
}



/* ----------------------------- 出展企業紹介 パターン1 */

.pattern1 .exhibitors_block1:before{
	background-image: url(images/exhibitors/pattern1_bg1.png);
}

.pattern1 .exhibitors_block1:after{
	background-image: url(images/exhibitors/pattern1_bg2.png);
}

.pattern1 .exhibitors_block1 .exhibitors_name,
.pattern1 .exhibitors_block1 .exhibitors_name .logo_hide{
	background: #333;
}

.pattern1 .exhibitors_block1 .box:before{
	background-image: url(images/exhibitors/exhibitors_man1.png);
	width: 200px;
    height: 344px;
    left: -18%;
}

.pattern1 .exhibitors_block1 .box:after{
	background-image: url(images/exhibitors/exhibitors_woman1.png);
	width: 102px;
    height: 328px;
    right: -8%;
}


/* ----------------------------- 出展企業紹介 パターン2 */

.pattern2 .exhibitors_block1:before{
	background-image: url(images/exhibitors/pattern2_bg1.png);
}

.pattern2 .exhibitors_block1:after{
	background-image: url(images/exhibitors/pattern2_bg2.png);
}

.pattern2 .exhibitors_block1 .exhibitors_name,
.pattern2 .exhibitors_block1 .exhibitors_name .logo_hide{
	background: #536fb4;
}

.pattern2 .exhibitors_block1 .box:before{
	background-image: url(images/exhibitors/exhibitors_man2.png);
	width: 131px;
    height: 352px;
    left: -11%;
}

.pattern2 .exhibitors_block1 .box:after{
	background-image: url(images/exhibitors/exhibitors_woman2.png);
	width: 120px;
    height: 339px;
    right: -10%;
}


/* ----------------------------- 出展企業紹介 パターン3 */

.pattern3 .exhibitors_block1:before{
	background-image: url(images/exhibitors/pattern3_bg1.png);
}

.pattern3 .exhibitors_block1:after{
	background-image: url(images/exhibitors/pattern3_bg2.png);
}

.pattern3 .exhibitors_block1 .exhibitors_name,
.pattern3 .exhibitors_block1 .exhibitors_name .logo_hide{
	background: #bb1c24;
}

.pattern3 .exhibitors_block1 .box:before{
	background-image: url(images/exhibitors/exhibitors_man3.png);
	width: 142px;
    height: 356px;
    left: -13%;
}

.pattern3 .exhibitors_block1 .box:after{
	background-image: url(images/exhibitors/exhibitors_woman3.png);
	width: 135px;
    height: 341px;
    right: -12%;
}



/* ----------------------------- 出展企業紹介 パターン4 */

.pattern4 .exhibitors_block1:before{
	background-image: url(images/exhibitors/pattern4_bg1.png);
}

.pattern4 .exhibitors_block1:after{
	background-image: url(images/exhibitors/pattern4_bg2.png);
}

.pattern4 .exhibitors_block1 .exhibitors_name,
.pattern4 .exhibitors_block1 .exhibitors_name .logo_hide{
	background: #44aaad;
}

.pattern4 .exhibitors_block1 .box:before{
	background-image: url(images/exhibitors/exhibitors_man4.png);
	width: 160px;
    height: 369px;
    left: -14%;
}

.pattern4 .exhibitors_block1 .box:after{
	background-image: url(images/exhibitors/exhibitors_woman4.png);
	width: 91px;
    height: 335px;
    right: -8%;
}



/* ----------------------------- 出展企業紹介 パターン5 */

.pattern5 .exhibitors_block1:before{
	background-image: url(images/exhibitors/pattern5_bg1.png);
}

.pattern5 .exhibitors_block1:after{
	background-image: url(images/exhibitors/pattern5_bg2.png);
}

.pattern5 .exhibitors_block1 .exhibitors_name,
.pattern5 .exhibitors_block1 .exhibitors_name .logo_hide{
	background: #e29632;
}

.pattern5 .exhibitors_block1 .box:before{
	background-image: url(images/exhibitors/exhibitors_man5.png);
	width: 116px;
    height: 361px;
    left: -10%;
}

.pattern5 .exhibitors_block1 .box:after{
	background-image: url(images/exhibitors/exhibitors_woman5.png);
	width: 108px;
    height: 347px;
    right: -9%;
}


/* ----------------------------- 製品詳細 */

.product{
	padding: 200px 0 100px;
}

.product_block1{
	padding: 40px 0;
}

.product_block1 h2{
	font-size: 18px;
}


.product_block1 .genre{
	display: table;
	width: 100%;
	position: relative;
	margin-top: 5px;
}

.product_block1 .genre:before{
	content: "";
	display: block;
	background: url(images/common/genre_ornament.png) bottom left no-repeat;
	background-size: cover;
	width: 515px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.product_block1 .genre .icon{
	display: table-cell;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00396F;
}

.product_block1 .genre .genre_name{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
}


.product_block1 .box1{
	margin-top: 60px;
}

.product_block1 .box1 .txt{
	float: left;
	/*width: 50%;*/
	width: 55%;
}

.product_block1 .box1 .txt h3{
	font-size: 22px;
}

.product_block1 .box1 .txt p{
	margin-top: 20px;
	font-size: 13px;
}

.product_block1 .box1 .img{
	float: right;
	/*width: 45%;*/
	width: 43%;
	text-align: center;
}



.product_block1 .box2{
	margin-top: 100px;
}

.product_block1 .box2 .inner{
	margin-bottom: 100px;
}

.product_block1 .box2 .inner:last-child{
	margin-bottom: 0;
}

.product_block1 .box2 .inner .txt{
	float: left;
	/*width: 65%;*/
	width: 55%;
}

.product_block1 .box2 .inner h4{
	font-size: 20px;
	line-height: 1.4em;
	color: #867D5D;
	border-left: 2px solid;
	padding-left: 1em;
	margin-bottom: 20px;
}

.product_block1 .box2 .inner .txt p{
	font-size: 13px;
	line-height: 1.7em;
	/*margin-top: 20px;*/
	padding-left: 1.5em;
}

.product_block1 .box2 .inner .img{
	float: right;
	/*width: 30%;*/
	width: 40%;
    text-align: center;
    /*margin-top: 50px;*/
}

.product_block1 .box2 .inner .img .img1{
	margin-bottom: 20px;
}



.product_block1 .box3{
	margin-top: 100px;
	padding-bottom: 40px;
	border-top: 10px solid #00396F;
    border-bottom: 10px solid #00396F;
}

.product_block1 .box3 h3{
	font-size: 20px;
	color: #00396F;
	display: inline-block;
    background: #fff;
    position: relative;
    top: -20px;
    padding-right: 1em;
}

.product_block1 .box3 ul{
	text-align: center;
	margin-top: 20px;
}

.product_block1 .box3 li{
	display: inline-block;
	vertical-align: top;
	/*width: 49%;*/
	width: 47%;
	margin-left: 4%;
}

.product_block1 .box3 li:first-child{
	margin-left: 0;
}

.product_block1 .box3 li .thumb img{
	width: 100%;
}

.product_block1 .box3 li a{
	text-decoration: none;
	display: inline-block;
}

.product_block1 .box3 li h5{
	margin-top: 10px;
}



.pdf_parent{
	text-align: center;
	margin-top: 80px;
}

.pdf_parent .pdf_child{
	display: inline-block;
	vertical-align: top;
	width: 22%;
    margin-right: 3%;
}

.pdf_parent .pdf_child:last-child{
	margin-right: 0;
}

.pdf_parent .pdf_child a{
	text-decoration: none;
}

.pdf_parent .pdf_child .pdf_url{
	margin-top: 10px;
}


.product_block2{
	padding-top: 100px;
}

.product_block2 .btn_content li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	position: relative;
}

.product_block2 .btn_content li:nth-child(3n){
	margin-right: 0;
}

.product_block2 .btn_content li.btn_back{
	clear: both;
	float: none;
    margin: 0 auto;
    padding-top: 50px;
}

.product_block2 .btn_content li a{
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #00396F;
	border-radius: 10px;
	padding: 15px 0;
}


.product_block2 .btn_content li.prohibited a{
	background: #979797;
}

.product_block2 .btn_content li.prohibited:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.product_block2 .btn_content li img{
	margin-left: 10px;
	vertical-align: middle;
}

.product_block2 .btn_content li span{
	display: block;
	font-size: 50%;
	line-height: 1em;
	color: #FFFF00;
}

.product_block2 .btn_content li a:hover img{
	opacity: 1;
}

.product_block2 .btn_content li a:hover{
	opacity: 0.65;
}



.product_block2 .btn_content li.btn_contact a{
	padding: 11px 0;
}



.product_block2 .btn_content li.btn_pamphlet img{
	width: 20px;
}

.product_block2 .btn_content li.btn_product img{
	width: 23px;
}

.product_block2 .btn_content li.btn_document img{
	width: 20px;
}


.product_block2 .btn_content li.btn_back a{
	/*background: #979797;*/
	background-color: #fff;
	background-image: url(images/common/icon13.svg);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center right 15%;
	color: #979797;
	border: 2px solid #979797;
}

.product_block2 .btn_content li.btn_back a:hover{
	background-image: url(images/common/icon9.svg);
	background-color: #979797;
	color: #fff;
}

.product_block2 .btn_content li.btn_back img{
	width: 22px;
}


.product_block2 .box{
	margin-top: 80px;
	text-align: center;
}

.product_block2 .box h5{
	font-size: 22px;
}

.product_block2 .box .tel{
	font-size: 14px;
	margin-top: 10px;
}

.product_block2 .box .url{
	font-size: 14px;
}

.product_block2 .box .url a{
	color: #0000FF;
	text-decoration: none;
}



/* ----------------------------- 動画 */

.video{
	padding: 200px 0 100px;
}

.video .box iframe{
	width: 100%;
	height: 580px;
}

.video h2{
	font-size: 22px;
	margin-top: 10px;
}

.video .btn2{
	width: 300px;
	margin: 100px auto 0;
}



/* ----------------------------- パンフレット */

.pamphlet{
	padding: 200px 0 100px;
}

.pamphlet h2{
	font-size: 20px;
	text-align: center;
}

.pamphlet .img{
	width: 240px;
	margin: 60px auto;
}

.pamphlet .btn{
	width: 300px;
	margin: 20px auto 0;
}




/* ----------------------------- フォーム */

.form_format .txt{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
	color: #00396f;
}

.form_format table{
	width: 100%;
}

.form_format table th{
	font-weight: normal;
	padding: 20px 0;
	vertical-align: top;
	text-align: left;
	width: 200px;
}

.form_format table th .required{
	font-size: 12px;
	line-height: 1.4em;
	color: #fff;
	display: inline-block;
	background: #d55f25;
	padding: 0 1em;
	margin-left: 1em;
	border-radius: 20px;
}

.form_format table th .any{
	font-size: 12px;
	line-height: 1.4em;
	color: #fff;
	display: inline-block;
	background: #979797;
	padding: 0 1em;
	margin-left: 1em;
	border-radius: 20px;
}

.form_format table td{
	padding: 20px 0;
	position: relative;
}

.form_format table td input[type="text"],
.form_format table td input[type="email"],
.form_format table td input[type="tel"],
.form_format table td select,
.form_format table td textarea{
	width: 100%;
	padding: 8px;
	border: 1px solid #4d4d4d;
	font-size: 16px;
	line-height: 1.4em;
	box-sizing: border-box;
}

.form_format table td input[name="your_postal"]{
	width: 180px;
}

.form_format table td textarea{
	height: 270px;
}

.form_format table td .required_txt{
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1em;
}

.form_format .contact_btn{
	/*width: 260px;
	margin: 60px auto 0;*/
	margin-top: 60px;
	text-align: center;
}

.form_format .contact_btn input{
	width: 260px;
	background: #00396f;
	padding: 15px 0;
	border: 3px solid #00396f;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
}

.form_format .contact_btn input:hover{
	/*background: #fff;
	color: #00396f;*/
	opacity: 0.65;
}

.form_format .contact_btn #btn_product,
.form_format .contact_btn #btn_back{
	margin-right: 1em;
	background-color: #fff;
	background-image: url(images/common/icon13.svg);
	background-repeat: no-repeat;
	background-position: right 10% center;
	background-size: 22px;
    /*border-color: #979797;*/
    border: 2px solid #979797;
    color: #979797;
}

.form_format .contact_btn #btn_product:hover,
.form_format .contact_btn #btn_back:hover{
	background-color: #979797;
	background-image: url(images/common/icon9.svg);
	color: #fff;
}



/* ----------------------------- 資料請求 */

.request{
	padding: 200px 0 100px;
}

.request h2{
	font-size: 40px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	color: #00396f;
}

.request .box{
	margin-top: 40px;
}

.request .box .inner{
	margin-top: 40px;
}



/* ----------------------------- 当日対応希望 */

.respond{
	padding: 200px 0 100px;
}

.respond h2{
	font-size: 40px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	color: #00396f;
}

.respond .box{
	margin-top: 40px;
}

.respond .box .inner{
	margin-top: 40px;
}



/* ----------------------------- 出展企業へのお問い合わせ */

.inquiries{
	padding: 200px 0 100px;
}

.inquiries h2{
	font-size: 40px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	color: #00396f;
}

.inquiries .box{
	margin-top: 40px;
}

.inquiries .box .inner{
	margin-top: 40px;
}




/* ----------------------------- 送信完了メッセージ */

.completemsg{
	padding: 100px 0;
}

.completemsg p{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}



/* ----------------------------- 出展企業・製品検索タブ */

.search_tab{
	text-align: center;
}

.search_tab li{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	border-radius: 40px;
	overflow: hidden;
}

.search_tab li.current{
	color: #fff;
	padding: 10px 0;
	background: #00396F;
}

.search_tab li:last-child{
	margin-left: 2em;
}

.search_tab li a{
	display: block;
	color: #fff;
	text-decoration: none;
	background: #B1B1B1;
	padding: 10px 0;
}

.search_tab li a:hover{
	/*opacity: 0.65;*/
	background: #00396F;
}


/* ----------------------------- 五十音検索 */

.syllabary_block1{
	padding: 200px 0 100px;
}

.syllabary_block1 .box{
	margin-top: 100px;
}

.syllabary_block1 .box h2{
	font-size: 28px;
	color: #00396F;
	text-align: center;
}

.syllabary_block1 .box .consonant{
	margin-top: 60px;
	text-align: center;
}

.syllabary_block1 .box .consonant span{
	border-radius: 40px;
	overflow: hidden;
	margin-right: 1em;
	display: inline-block;
	line-height: 1.2em;
}

.syllabary_block1 .box .consonant span.current{
	background: #00396F;
	color: #fff;
	padding: 5px 1em;
}

.syllabary_block1 .box .consonant span:last-child{
	margin-right: 0;
}

.syllabary_block1 .box .consonant span a{
	display: block;
	background: #B1B1B1;
	color: #fff;
	text-decoration: none;
	padding: 5px 1em;
}

.syllabary_block1 .box .consonant span a:hover{
	background: #00396F;
}

.syllabary_block1 .box h3{
	background: #00396F;
	color: #fff;
	padding: 2px 10px;
    font-weight: normal;
    margin-top: 40px;
}

.syllabary_block1 .box .inner{
	margin-top: 40px;
}

.syllabary_block1 .box .inner .syllabary_content{
	margin-bottom: 60px;
	border: 2px solid #00396F;
	border-radius: 10px;
	overflow: hidden;
}

.syllabary_block1 .box .inner .syllabary_content h4{
	font-size: 28px;
	color: #00396F;
	background: linear-gradient(#fff ,#E4E4E4);
	padding: 3%;
}

.syllabary_block1 .box .inner .syllabary_content ul{
	padding: 4%;
}

.syllabary_block1 .box .inner .syllabary_content li{
	margin-bottom: 20px;
}

.syllabary_block1 .box .inner .syllabary_content li:last-child{
	margin-bottom: 0;
}

.syllabary_block1 .box .inner .syllabary_content li .genre{
	display: table;
	width: 300px;
}

.syllabary_block1 .box .inner .syllabary_content li .genre .icon{
	display: table-cell;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00396F;
}

.syllabary_block1 .box .inner .syllabary_content li .genre .genre_name{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
}

.syllabary_block1 .box .inner .syllabary_content li h5{
	font-size: 22px;
	margin-top: 10px;
}

.syllabary_block1 .box .inner .syllabary_content li p{
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 5px;
}


/* ----------------------------- 企業リスト */

.company_block1{
	padding: 200px 0 100px;
}

.company_block1 .box{
	margin-top: 100px;
}

.company_block1 .box h2{
	font-size: 28px;
	color: #00396F;
	text-align: center;
}

.company_block1 .box ul{
	margin-top: 60px;
}

.company_block1 .box li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}




/* ----------------------------- 製品検索 */

.results li{
	border-top: 1px dotted #979797;
	padding: 4%;
}

.results li:last-child{
	border-bottom: 1px dotted #979797;
}

.results li .inner .genre{
	display: table;
	width: 300px;
	float: left;
}

.results li .inner .genre .icon{
	display: table-cell;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00396F;
}

.results li .inner .genre .genre_name{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
}

.results li .inner .company_name{
	float: left;
	margin-left: 1em;
	font-size: 20px;
}

.results li h5{
	font-size: 22px;
	margin-top: 20px;
}

.results li p{
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6em;
}



/* ----------------------------- キーワード検索 */

.keyword_block1{
	padding: 200px 0 100px;
}

.keyword_block1 .box1{
	margin-top: 100px;
}

.keyword_block1 .box1 h2{
	font-size: 28px;
	color: #00396F;
	text-align: center;
}

.keyword_block1 .box1 .read{
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.keyword_block1 .box1 .search_box{
	border: 1px solid #979797;
	border-radius: 10px;
	padding: 4%;
	margin-top: 40px;
}

.keyword_block1 .box1 .search_box input[type="checkbox"]{
	margin: 0 0.5em 0 0;
}

.keyword_block1 .box1 .search_box .inner{
	margin-bottom: 30px;
}

.keyword_block1 .box1 .search_box .inner:last-child{
	margin-bottom: 0;
}

.keyword_block1 .box1 .search_box .inner h4 label{
	font-size: 18px;
	background: #F0F0F0;
	border-radius: 40px;
	padding: 5px 0 5px 3%;
	width: 200px;
	display: block;
    box-sizing: border-box;
}

.keyword_block1 .box1 .search_box .inner .checkbox{
	padding: 1% 0 0 2%;
}

.keyword_block1 .box1 .search_box .inner .checkbox label{
	float: left;
	/*width: 12.5%;*/
	width: 20%;
	font-size: 14px;
}

.keyword_block1 .box1 .search_box .inner .checkbox label:nth-child(8n){
	margin-right: 0;
}

.keyword_block1 .box1 .search_box .btn{
	width: 260px;
	margin: 60px auto 0;
	position: relative;
}

.keyword_block1 .box1 .search_box .btn:before{
	content: "";
	display: block;
	background-image: url(images/common/icon10.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 0;
    left: 6em;
    top: 0;
    bottom: 4px;
	margin: auto;
	z-index: 9;
	transition: 0.2s;
}

.keyword_block1 .box1 .search_box .btn input{
	width: 100%;
	background: #fff;
	border: 3px solid #00396F;
	border-radius: 50px;
	padding: 5px 0;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #00396F;;
	cursor: pointer;
	transition: 0.2s;
}

.keyword_block1 .box1 .search_box .btn:hover:before{
	background-image: url(images/common/icon11.svg);
}

.keyword_block1 .box1 .search_box .btn:hover input{
	background: #00396F;
	color: #fff;
}




.keyword_block1 .box2{
	margin-top: 100px;
}




/* ----------------------------- 製品ジャンル検索 */

.product_genre_block1{
	padding: 200px 0 100px;
}

.product_genre_block1 .box1{
	margin-top: 100px;
}

.product_genre_block1 .box1 h2{
	font-size: 28px;
	color: #00396F;
	text-align: center;
}

.product_genre_block1 .box1 .genre_selection{
	margin-top: 80px;
}

.product_genre_block1 .box1 .genre_selection li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.product_genre_block1 .box1 .genre_selection li:nth-child(4n){
	margin-right: 0;
}

.product_genre_block1 .box1 .genre_selection li a{
	display: block;
	background: #b1b1b1;
	border-radius: 15px;
	padding: 4%;
	text-decoration: none;
	color: #fff;
}

.product_genre_block1 .box1 .genre_selection li .icon{
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #808080;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4em;
}

.product_genre_block1 .box1 .genre_selection li .genre_name{
    font-size: 13px;
	font-weight: bold;
    line-height: 1.2em;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	background: none;
	width: 80%;
}



.product_genre_block1 .box1 .genre_selection li.current{
	border-radius: 15px;
	padding: 0.9%;
	color: #fff;
}

.product_genre_block1 .box1 .genre_selection li.genre_1.current,
.product_genre_block1 .box1 .genre_selection li.genre_1 a:hover{
	background: #4473BA;
}

.product_genre_block1 .box1 .genre_selection li.genre_2.current,
.product_genre_block1 .box1 .genre_selection li.genre_2 a:hover{
	background: #68A8E2;
}

.product_genre_block1 .box1 .genre_selection li.genre_3.current,
.product_genre_block1 .box1 .genre_selection li.genre_3 a:hover{
	background: #66539C;
}

.product_genre_block1 .box1 .genre_selection li.genre_4.current,
.product_genre_block1 .box1 .genre_selection li.genre_4 a:hover{
	background: #7CBCB1;
}

.product_genre_block1 .box1 .genre_selection li.genre_5.current,
.product_genre_block1 .box1 .genre_selection li.genre_5 a:hover{
	background: #9FC232;
}

.product_genre_block1 .box1 .genre_selection li.genre_6.current,
.product_genre_block1 .box1 .genre_selection li.genre_6 a:hover{
	background: #EF5A24;
}

.product_genre_block1 .box1 .genre_selection li.genre_7.current,
.product_genre_block1 .box1 .genre_selection li.genre_7 a:hover{
	background: #D97376;
}

.product_genre_block1 .box1 .genre_selection li.genre_8.current,
.product_genre_block1 .box1 .genre_selection li.genre_8 a:hover{
	background: #ca252b;
}
.product_genre_block1 .box1 .genre_selection li.genre_9.current,
.product_genre_block1 .box1 .genre_selection li.genre_9 a:hover{
	background: #dbf01d;
}
.product_genre_block1 .box1 .genre_selection li.genre_10.current,
.product_genre_block1 .box1 .genre_selection li.genre_10 a:hover{
	background: #ca2585;
}
.product_genre_block1 .box1 .genre_selection li.genre_11.current,
.product_genre_block1 .box1 .genre_selection li.genre_11 a:hover{
	background: #fc88d5;
}
.product_genre_block1 .box1 .genre_selection li.genre_12.current,
.product_genre_block1 .box1 .genre_selection li.genre_12 a:hover{
	background: #9550f0;
}
.product_genre_block1 .box1 .genre_selection li.genre_13.current,
.product_genre_block1 .box1 .genre_selection li.genre_13 a:hover{
	background: #25ca98;
}
.product_genre_block1 .box1 .genre_selection li.genre_14.current,
.product_genre_block1 .box1 .genre_selection li.genre_14 a:hover{
	background: #3504e9;
}
.product_genre_block1 .box1 .genre_selection li.genre_15.current,
.product_genre_block1 .box1 .genre_selection li.genre_15 a:hover{
	background: #fdd909;
}
.product_genre_block1 .box1 .genre_selection li.genre_16.current,
.product_genre_block1 .box1 .genre_selection li.genre_16 a:hover{
	background: #2ec560;
}

.product_genre_block1 .box1 .genre_selection li.genre_other.current,
.product_genre_block1 .box1 .genre_selection li.genre_other a:hover{
	background: #978475;
}



.product_genre_block1 .box1 .genre_selection li.current .icon,
.product_genre_block1 .box1 .genre_selection li a:hover .icon{
	background-color: #00396F;
}





.product_genre_block1 .box2{
	margin-top: 40px;
}


/* ----------------------------- お問い合わせ */

.contact{
	padding: 200px 0 100px;
}

.contact h2{
	font-size: 23px;
	text-align: center;
	line-height: 1.6em;
	color: #00396f;
}

.contact .box{
	margin-top: 60px;
}

.contact .box .contact_btn{
	width: auto;
	text-align: center;
}

.contact .box .contact_btn input{
	width: 260px;
}

.contact .box .contact_btn input[type="button"]{
	margin-right: 1em;
}




.completion{
	padding: 200px 0 100px;
	text-align: center;
}

.completion h2{
	font-size: 23px;
	color: #00396f;
}

.completion p{
	margin-top: 40px;
	font-size: 18px;
}






/* ----------------------------- エラーページ */

.error{
	padding: 100px 0;
}

.error p{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}




/* ----------------------------- パスワード登録画面 */

.passwordset{
	padding: 200px 0 100px;
}

.passwordset h2{
	font-size: 38px;
    font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", sans-serif;
    line-height: 1.2em;
    color: #00396F;
    text-align: center;
}

.passwordset .read{
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	margin-top: 60px;
}

.passwordset .read span{
	font-size: 115%;
	font-weight: bold;
	color: #EF5A24;
	display: block;
    margin-top: 20px;
}

.passwordset .note{
	font-size: 18px;
	font-weight: bold;
	color: #EF5A24;
	text-align: center;
	margin-top: 60px;
}

.passwordset .box{
	margin-top: 20px;
}

.passwordset .box table{
	margin: 0 auto;
}

.passwordset .box table th{
	font-weight: normal;
	padding: 15px;
}

.passwordset .box table td{
	padding: 15px;
}

.passwordset .box table td input{
	padding: 5px;
	font-size: 16px;
	border: 1px solid #000;
}

.passwordset .box .error_txt{
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #dc3232;
	text-align: center;
}

.passwordset .box .password_submit{
	max-width: 400px;
	margin: 60px auto 0;
}

.passwordset .box .password_submit input{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	background: #EF5A24;
	border: 8px solid #EF5A24;
	padding: 15px 0;
	border-radius: 20px;
	letter-spacing: 0.2em;
	cursor: pointer;
	transition: 0.2s;
	box-sizing: border-box;
}

.passwordset .box .password_submit input:hover{
	color: #EF5A24;
	background: #fff;
}



/* ----------------------------- パスワード登録完了画面 */

.passwordcompletion{
	padding: 220px 0 100px;
	margin-top: -40px;
    background: #f2fbfe;
}

.passwordcompletion h2{
	font-size: 38px;
    font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", sans-serif;
    line-height: 1.2em;
    color: #00396F;
    text-align: center;
}

.passwordcompletion h2 span{
	display: block;
	font-size: 60%;
	color: #EF5A24;
}

.passwordcompletion .read{
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	margin-top: 60px;
}

.passwordcompletion .inner{
	text-align: center;
	margin-top: 40px;
}

.passwordcompletion ul{
	display: inline-block;
	text-align: left;
}

.passwordcompletion li{
	font-size: 24px;
	font-weight: bold;
	color: #00396F;
	margin-bottom: 20px;
}

/*.passwordcompletion li:last-child{
	margin-bottom: 0;
}*/


.passwordcompletion .btn6{
    margin: 60px auto 0;
}

.passwordcompletion .noclick{
	max-width: 400px;
	background: #cccccc;
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px 0;
    border-radius: 20px;
    letter-spacing: 0.2em;
    margin: 60px auto 0;
}



/* ----------------------------- トップ プレ公開期間 */

.prerelease{
	padding: 100px 0;
	text-align: center;
	/*background: url(images/top/prerelease_bg1.png) top center no-repeat;
	background-size: cover;*/
}

.prerelease h2{
	font-size: 38px;
    font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", sans-serif;
    line-height: 1.2em;
    color: #00396F;
    text-align: center;
}

.prerelease p{
	font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    color: #EF5A24;
    text-align: center;
    margin-top: 40px;
}

.prerelease .btn6{
	margin: 100px auto 0;
}



/* ----------------------------- 初回ログイン詳細情報入力フォーム */

.questionnaire{
	padding: 200px 0 100px;
}

.questionnaire h3{
	font-size: 40px;
	line-height: 1.2em;
	color: #00396f;
}

.questionnaire .read{
	margin-top: 20px;
	font-size: 18px;
}

.questionnaire .box{
	margin-top: 40px;
}

.questionnaire .box table tr{
	border-top: 1px solid #4d4d4d;
}

.questionnaire .box table tr:last-child{
	border-bottom: 1px solid #4d4d4d;
}

.questionnaire .box table th{
	width: 280px;
	background: #e1e1e1;
	vertical-align: middle;
	padding: 40px 20px;
}

.questionnaire .box table td{
	padding: 40px 20px;
}

.questionnaire .box table td .required_txt{
	left: 20px;
	bottom: 15px;
}

.questionnaire .box .privacy{
	max-width: 800px;
	height: 270px;
	/*overflow: hidden;*/
	border: 1px solid #e0e0e0;
    background: #fcfcfc;
    padding: 30px;
    margin: 60px auto 0;
}

.questionnaire .box .privacy .inner{
	overflow-y: auto;
	height: 270px;
}

.questionnaire .box .privacy p{
	font-size: 13px;
    line-height: 1.6em;
    margin-top: 10px;
}

.questionnaire .box .contact_btn input{
	width: 360px;
}


.formcomplete{
	text-align: center;
}

.formcomplete .btn6{
	margin: 60px auto 0;
}




/* ----------------------------- ウェビナー */


/* -------------- ウェビナー共通 */

.webinar_box ul{
	margin-top: 20px;
}

.webinar_box li{
	padding: 20px 0;
	border-top: 1px dotted #979797;
}

.webinar_box li:last-child{
	border-bottom: 1px dotted #979797;
}

.webinar_box li h4{
	font-size: 24px;
}

.webinar_box li h4 .number{
	font-size: 90%;
	color: #fff;
	padding: 10px 9px;
	display: inline-block;
	vertical-align: middle;
}

.webinar_box li h4 .tit{
	display: inline-block;
	vertical-align: middle;
}

.webinar_box li .inner{
	padding-left: 60px;
	margin-top: 10px;
}

.webinar_box li .inner p{
	font-size: 14px;
	line-height: 1.6em;
}

.webinar_box li .inner .schedule{
	font-size: 19px;
	font-weight: bold;
	margin-top: 10px;
}

.webinar_box li .inner .schedule span{
	margin-right: 1em;
	display: inline-block;
}

.webinar_box li .inner .schedule span:last-child{
	margin-right: 0;
}

.webinar_box1 li h4 .tit{
	color: #00396f;
}

.webinar_box1 li h4 .number{
	background: #001643;
}




.webinar_box2 li h4 .tit{
	color: #b83f24;
}

.webinar_box2 li h4 .number{
	background: #8e2400;
}

/* -------------- ここまで */



.webinardates h3{
	font-size: 28px;
	color: #00396f;
	text-align: center;
}

.webinardates_block1{
	padding: 200px 0 100px;
}

.webinardates_block1 .box{
	margin-top: 60px;
}

.webinardates_block1 .box table{
	width: 100%;
	color: #001643;
	font-weight: bold;
}

.webinardates_block1 .box table thead th{
	text-align: center;
	padding: 10px 0;
}

.webinardates_block1 .box table tbody th{
	text-align: left;
}

.webinardates_block1 .box table th{
	font-size: 22px;
	padding: 5px 0;
	vertical-align: middle;
}

.webinardates_block1 .box table td{
	padding: 5px;
	text-align: center;
}

.webinardates_block1 .box table td a{
	display: block;
	padding: 20px 0;
	text-decoration: none;
	position: relative;
}

.webinardates_block1 .box table td a:hover{
	/*opacity: 0.65;*/
}

.webinardates_block1 .box table td a.w_a{
	background: rgba(0,57,111,0.2);
}

.webinardates_block1 .box table td a.w_a .w_tit{
	color: #00396f;
}

.webinardates_block1 .box table td a.w_b{
	background: rgba(239,90,36,0.2);
}

.webinardates_block1 .box table td a.w_b .w_tit{
	color: #b83f24;
}

.webinardates_block1 .box table td .w_tit{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 20px;
    top: 80%;
    background: #fff;
    padding: 10px;
    z-index: 999;
    width: 340px;
    text-align: left;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    line-height: 1.4em;
    transition: 0.2s;
}

.webinardates_block1 .box table td a:hover .w_tit{
	opacity: 1;
	visibility: visible;
}




.webinardates_block2{
	padding: 0 0 100px;
}

.webinardates_block2 h3{
	margin-bottom: 80px;
}

.webinardates_block2 .webinar_box{
	margin-bottom: 100px;
}

.webinardates_block2 .webinar_box2{
	margin-bottom: 0;
}

.webinardates_block2 .webinar_box li{
	padding: 20px;
}

.webinardates_block2 .webinar_box1 li:nth-child(odd){
	background: rgba(185,232,255,0.4);
}

.webinardates_block2 .webinar_box2 li:nth-child(odd){
	background: rgba(239,90,36,0.15);
}

.webinardates_block2 .webinar_box li .schedule span .btn5,
.webinardates_block2 .webinar_box li .schedule span .btn8{
	max-width: 280px;
	margin-top: 10px;
	position: relative;
}

.webinardates_block2 .webinar_box li .schedule span .btn5.prohibited a,
.webinardates_block2 .webinar_box li .schedule span .btn8.prohibited a{
	background: #979797;
	border: 2px solid #979797;
}

.webinardates_block2 .webinar_box li .schedule span .btn5.prohibited:before,
.webinardates_block2 .webinar_box li .schedule span .btn8.prohibited:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}





/* ----------------------------- 出展製品 */

.exhibitedproducts{
	padding: 200px 0 100px;
}

.exhibitedproducts h3{
	font-size: 28px;
	text-align: center;
	color: #00396f;
}

.exhibitedproducts ul{
	margin-top: 60px;
}

.exhibitedproducts li{
	padding: 20px 0;
	border-top: 1px dotted #979797;
	overflow: hidden;
}

.exhibitedproducts li:last-child{
	border-bottom: 1px dotted #979797;
}

.exhibitedproducts li .icon{
	float: right;
	width: 24%;
}

.exhibitedproducts li .txt{
	float: left;
	width: 72%;
	margin-top: 20px;
}

.exhibitedproducts li .txt h5{
	color: #fff;
	max-width: 400px;
	background: #001846;
	border-left: 9px solid #167dc1;
	padding: 5px 10px;
}

.exhibitedproducts li .txt h4{
	font-size: 22px;
	margin-top: 20px;
}

.exhibitedproducts li .txt p{
	font-size: 14px;
    line-height: 1.6em;
	margin-top: 15px;
}



/* ----------------------------- クイズラリー */

.quizrally{
	padding: 200px 0 100px;
}

.quizrally .box1{
	text-align: center;
}

.quizrally .box1 h3{
	font-size: 28px;
	color: #00396f;
}

.quizrally .box1 .img{
	margin: 10px 0 30px;
}

.quizrally .box1 .present_txt{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
    margin-top: 40px;
}

.quizrally .box1 .present_txt span{
	font-size: 150%;
	color: #eb1c24;
	margin: 0 3px;
}

.quizrally .box1 .read{
	margin-top: 20px;
}

.quizrally .box1 .note{
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
	display: inline-block;
	margin-top: 20px;
	/*padding-left: 1em;*/
	text-indent: -1em;
}



.quizrally .box2{
	margin-top: 100px;
	text-align: center;
}

.quizrally .box2 h3{
	font-size: 30px;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 10px;
}

.quizrally .box2 ul{
	margin-top: 10px;
	background: #e7e6e6;
	padding: 5% 5% 2%;
}

.quizrally .box2 li{
	display: inline-block;
	vertical-align: top;
	width: 22%;
    margin-right: 3%;
	margin-bottom: 4%;
}

.quizrally .box2 li:last-child{
	margin-right: 0;
}

.quizrally .box2 li a{
	position: relative;
	display: block;
	background: #fff;
	min-height: 143px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}

.quizrally .box2 li.lines1 a{
	padding-top: 3em;
}

.quizrally .box2 li.lines2 a{
	padding-top: 2.2em;
}

.quizrally .box2 li.lines3 a{
	padding-top: 1.5em;
}

.quizrally .box2 li.lines4 a{
	padding-top: 0.8em;
}

.quizrally .box2 li a span{
	display: block;
	width: 44px;
	padding: 5px 0;
	position: absolute;
	top: -10px;
	left: -10px;
	background: #d55f25;
	font-size: 30px;
	line-height: 1em;
	color: #fff;
}

.quizrally .btn1{
	max-width: 400px;
	margin: 60px auto 0;
}



/* ----------------------------- クイズ出題 */

.questions{
	padding: 200px 0 100px;
}

.questions h2{
	font-size: 28px;
	color: #00396f;
	text-align: center;
}

.questions .questions_block1{
	margin-top: 60px;
}

.questions .questions_block1 .box{
	margin-bottom: 100px;
}

.questions .questions_block1 .box h3{
	font-size: 33px;
	display: table;
    width: 100%;
}

.questions .questions_block1 .box h3 .order{
	font-size: 120%;
	color: #fff;
	background: #d55f25;
	width: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.questions .questions_block1 .box h3 .tit{
	/*line-height: 1.2em;*/
	background: #e7e6e6;
	padding: 25px;
	display: table-cell;
	vertical-align: middle;
}

.questions .questions_block1 .box .read{
	font-size: 22px;
	line-height: 1.6em;
	margin-top: 40px;
}

.questions .questions_block1 .box ul{
	margin-top: 40px;
}

.questions .questions_block1 .box li{
	padding: 30px 0;
	border-top: 1px solid #b1b1b1;
}

.questions .questions_block1 .box li:last-child{
	border-bottom: 1px solid #b1b1b1;
}

.questions .questions_block1 .box li .q{
	font-size: 22px;
	font-weight: bold;
}

.questions .questions_block1 .box li .q .number{
	font-size: 120%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}

.questions .questions_block1 .box li .q .txt{
	width: 90%;
	display: inline-block;
	vertical-align: top;
}

.questions .questions_block1 .box li .tips{
	margin-top: 10px;
	font-size: 18px;
	padding-left: 70px;
}

.questions .questions_block1 .box li .tips span{
	color: #eb1c24;
	margin-right: 1em;
}

.questions .questions_block1 .box li .answer{
	font-size: 22px;
	margin-top: 20px;
	padding-left: 70px;
}

.questions .questions_block1 .box li .answer span{
	margin-right: 2em;
}

.questions .questions_block1 .box li .answer span:last-child{
	margin-right: 0;
}

.questions .questions_block1 .box li .answer.vertical span{
	display: block;
	margin-bottom: 10px;
}

.questions .questions_block1 .box li .answer.vertical span:last-child{
	margin-bottom: 0;
}

.questions .questions_block1 .box .btn1{
	max-width: 400px;
	margin: 60px auto 0;
}

.questions .questions_block1 .box .btn1.none{
	background: #979797;
	color: #fff;
	padding: 15px 0;
	border-radius: 10px;
    font-weight: bold;
    position: relative;
}

.questions .questions_block1 .box .btn1.none:before{
	content: "";
	display: block;
	background-image: url(images/common/icon4.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 17px;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}


/* ----------------------------- フッター */

.footer{
	/*background: #e5f8fd;*/
	background: url(images/common/footer_bg.png) center no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 20px;
}

.footer .logo{
	width: 270px;
	margin: 0 auto;
}

.footer .footer_link{
	margin-top: 10px;
}

.footer .footer_link a{
	padding: 0 0.5em;
	font-size: 14px;
	text-decoration: none;
	/*color: #00396F;*/
	color: #fff;
}

.footer .footer_link a:hover{
	text-decoration: underline;
}

.footer .copy{
	background: #00396F;
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
}



.pagetop{
	width: 50px;
	right: 5%;
}