@charset "UTF-8";

/******** タブレット *********/

@media screen and (min-width: 641px) and (max-width: 1200px) {


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

.wrap{
	width: 90%;
}

.wrap1000{
	width: 90%;
}

.wrap980{
	width: 90%;
}

.wrap900{
	width: 90%;
}

.wrap800{
	width: 90%;
}

.wrap700{
	width: 90%;
}



}




@media screen and (min-width: 641px) and (max-width: 800px) {

}




/******** スマホ *********/

@media screen and (max-width: 640px) {

/* ----------------------------- 全体 */
body { font-size: 14px; -webkit-text-size-adjust: 100%; }

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

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

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



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

.wrap{
	width: 95%;
}

.wrap1000{
	width: 95%;
}

.wrap980{
	width: 95%;
}

.wrap900{
	width: 95%;
}

.wrap800{
	width: 95%;
}

.wrap700{
	width: 95%;
}




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

.webinar_tit{
    font-size: 20px;
}



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

.btn1 a{
	padding: 10px 0;
}

.btn1 a:before{
	width: 7px;
    height: 12px;
}




.btn2 a{
	padding: 10px 0;
	font-size: 14px;
}

.btn2 a:before{
	width: 17px;
    height: 15px;
}




.btn3 a{
	padding: 10px 0;
	font-size: 14px;
}

.btn3 a:before{
	width: 17px;
    height: 29px;
}




.btn4 a{
    padding: 10px 0;
    font-size: 14px;
}

.btn4 a:before{
    width: 18px;
    height: 16px;
}






.btn5 a{
    padding: 8px 0;
    font-size: 16px;
}

.btn5 a:before{
    width: 16px;
    height: 16px;
}




.btn6{
    width: 100%;
}

.btn6 a{
    font-size: 18px;
    border: 4px solid #EF5A24;
    padding: 15px 0;
    border-radius: 10px;
}





.btn7 a{
    padding: 10px 0;
}

.btn7 a:before{
    width: 7px;
    height: 12px;
}






.btn8 a{
    padding: 8px 0;
    font-size: 16px;
}

.btn8 a:before{
    width: 16px;
    height: 16px;
}


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

.header:before{
	/*left: -30%;*/
    left: -20%;
    width: 100%;
    /*height: 15.4vw;*/
    height: 20vw;
}

.header .box{
	padding: 10px 2%;
}

.header .logo{
	/*width: 37%;*/
    width: 33%;
}

.header .logo a{
	/*height: 9vw;*/
    height: 16vw;
}



.header:after{
	background-size: 100%;
    width: 100%;
    height: 9vw;
    left: auto;
    top: 8vw;
    right: 0;
}



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

.nav_btn{
	width: 30px;
    height: 23px;
    position: relative;
    z-index: 99999;
    cursor: pointer;
    float: right;
}

.nav_btn span{
	width: 100%;
	height: 2px;
	/*background: #00396F;*/
    background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s;
}

.nav_btn span.line1{
	top: 0;
}

.nav_btn span.line2{
	top: 10px;
}

.nav_btn span.line3{
	top: 20px;
}

.nav_btn.close_btn span.line1 {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_btn.close_btn span.line2{
	opacity: 0;
}

.nav_btn.close_btn span.line3 {
    top: 10px;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




.nav {
    float: none;
    /*font-size: 12px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    /*background: rgba(255,255,255,0.9);*/
    background: rgba(0,57,111,0.9);
    width: 100%;
    height: 100vh;
    padding: 15% 10%;
    box-sizing: border-box;
}

.menu{
	display: none;
}


.nav ul {
    float: none;
}

.nav li {
    float: none;
    margin-right: 0;
    margin-bottom: 1em;
    text-align: center;
}

.nav .btn{
	float: none;
    width: 100px;
    margin: 0 auto;
}


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

.header_login{
	background-position: top right 60%;
	background-size: 140%;
}

.header_login:before{
    background: url(images/common/header_bg4.png) no-repeat;
    background-size: contain;
	/*left: -20%;*/
    left: -15%;
	width: 100%;
	/*height: 15.1vw;*/
    height: 20vw;
}

.header_login .logo{
    width: 40%;
}

.header_login .logo a{
	/*height: 9.6vw;*/
    height: 16.6vw;
}








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

.kv{
	padding: 50px 0 0;
}

.kv:before{
	width: 105%;
    height: 6vw;
    bottom: -1px;
}

.kv .box li{
    width: 18.9%;
    margin-right: 0;
}

.kv .box .inner3 li:last-child{
	/*margin-right: 15%;*/
}


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

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

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

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


.kv .box .amazon{
	/*right: 0;*/
    right: -2%;
    bottom: -22%;
}





.top_block1{
	padding: 0 0 40px;
}

.top_block1 h3{
	width: 100%;
	font-size: 18px;
	line-height: 1.1em;
	padding: 8px 0;
}

.top_block1 h3 img{
	width: 12px;
}

.top_block1 h2{
	font-size: 16px;
}

.top_block1 h2 span{
	/*display: block;
	margin-bottom: 5px;*/
}

.top_block1 h2 span img{
    width: 13px;
    display: block;
    margin: 5px auto;
    transform: rotate(90deg);
}

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

.top_block1 .box{
    padding: 5%;
    margin-top: 20px;
}

.top_block1 .box h4{
    font-size: 16px;
}

.top_block1 .box .inner{
    margin-top: 5px;
    padding-top: 10px;
}

.top_block1 .box .inner span {
    display: block;
    font-size: 14px;
}

.top_block1 .box .inner img{
    width: 20px;
    display: block;
    margin: 10px auto;
    transform: rotate(90deg);
}



.top_block2 {
    padding: 40px 0;
}

.top_block2 .webinar_box .btn1,
.top_block2 .webinar_box .btn7{
    width: 200px;
    margin-top: 15px;
}

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




.top_block3 {
    padding: 40px 0;
}

.top_block3 h2 {
    font-size: 16px;
}

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

.top_block3 .representative {
    margin-top: 20px;
}

.top_block3 .representative span{
	margin-top: 5px;
    display: inline-block;
}

.top_block3 .movie {
    margin-top: 40px;
}

.top_block3 .movie iframe{
    height: 60vw;
}


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

.top_login{
	padding: 40px 0;
	font-size: 14px;
}

.top_login h2{
	font-size: 22px;
	line-height: 1.4em;
}

.top_login .read{
	display: block;
    margin-top: 30px;
}

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

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

.top_login .box .help p img {
    width: 16px;
}

.top_login .box .help .help_content{
	width: 140%;
    padding: 15px;
	left: -15%;
    top: -100px;
    line-height: 1.4em;
}

.top_login .box .help:hover .help_content{
    opacity: 0;
    visibility: hidden;
}

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

.top_login .box table{
	margin-top: 10px;
}

.top_login .box table th{
	display: block;
	padding: 10px 10px 0;
	text-align: left;
}

.top_login .box table td{
	display: block;
	padding: 5px 10px 10px;
}

.top_login .box .swpm-login-submit{
	width: 75%;
	margin-top: 20px;
}

.top_login .box .swpm-login-submit input{
	font-size: 18px;
	border: 4px solid #EF5A24;
    padding: 10px 0;
    border-radius: 10px;
}

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


.top_login .box .swpm-join-us-link{
	width: 75%;
	margin-top: 30px;
}

.top_login .box .swpm-join-us-link a{
	font-size: 18px;
	border: 4px solid #EF5A24;
    padding: 10px 0;
    border-radius: 10px;
    letter-spacing: 0.1em;
}

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

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

.top_login .box .inner h4{
	font-size: 16px;
}

.top_login .box .inner .tel {
    font-size: 20px;
    margin-top: 5px;
}



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

.lecture {
    padding: 60px 0 40px;
}

.lecture .inner .schedule{
    float: none;
    border-radius: 5px;
    font-size: 15px;
}

.lecture .inner .schedule h4{
    padding: 5px 0.5em;
    letter-spacing: 0.1em;
}

.lecture .inner .schedule .time{
    padding: 5px 0.5em;
}

.lecture .inner .btn5{
    width: 240px;
    float: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

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

.lecture h2 small {
    margin-left: 0;
    display: block;
}

.lecture .box h3 {
    font-size: 16px;
}

.lecture .box h3 span{
    display: block;
}

.lecture .box h3 strong{
    line-height: 1.8em;
    margin-left: 0;
}

.lecture .box .spelling{
    margin-top: 0;
}

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




.lecture_block{
    padding-bottom: 100px;
    margin-bottom: 40px;
    position: relative;
}

.lecture_block:last-child{
    padding-bottom: 100px;
}





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

.lecture_block1 .box .txt {
    float: none;
    width: auto;
    margin-top: 10px;
}

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

.lecture_block1 .box .txt h5 {
    font-size: 16px;
    margin-top: 20px;
}

.lecture_block1 .box .txt p strong{
    font-size: 16px;
}

.lecture_block1 .box .img {
    float: none;
    width: 60%;
    margin: 0 auto;
}


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

.speciallecture {
    padding: 60px 0 40px;
}

.speciallecture .date_time {
    font-size: 15px;
    padding: 3px 0.5em;
    border-radius: 5px;
}

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

.speciallecture .box h4 {
    font-size: 18px;
    letter-spacing: 0.2em;
}

.speciallecture .box h2 {
    font-size: 22px;
    letter-spacing: 0;
    margin-top: 10px;
}

.speciallecture .box h3 {
    font-size: 18px;
    margin-top: 20px;
}

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

.speciallecture .box .btn{
    margin-top: 40px;
}

.speciallecture .box .btn a{
    padding: 10px 0;
    font-size: 16px;
}




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

.lecture_webinar {
    padding: 60px 0 40px;
}

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

.lecture_webinar .box .schedule{
    float: none;
    border-radius: 5px;
    font-size: 15px;
}

.lecture_webinar .box .schedule h4{
    padding: 5px 0.5em;
    letter-spacing: 0.1em;
}

.lecture_webinar .box .schedule .time{
    padding: 5px 0.5em;
}

.lecture_webinar .box h2{
    font-size: 17px;
    padding: 1% 3%;
}

.lecture_webinar .box h2 small {
    margin-left: 0;
    display: block;
}

.lecture_webinar .box h3 {
    font-size: 15px;
    margin-top: 10px;
}

.lecture_webinar .box h3 span{
    display: block;
}

.lecture_webinar .box h3 strong{
    line-height: 1.8em;
    margin-left: 0;
}


.lecture_webinar .box .btn{
    margin-top: 20px;
}

.lecture_webinar .box .btn a{
    font-size: 16px;
}

.lecture_webinar .box .btn img {
    width: 18px;
}


.lecture_webinar .box p {
    margin-top: 10px;
}


.lecture_webinar .top_link{
    margin-top: 30px;
}


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

.lottery {
    padding: 60px 0 40px;
}

.lottery_block1 h2{
    font-size: 24px;
}

.lottery_block1 .bnr{
    margin-top: 10px;
}

.lottery_block1 .read {
    font-size: 14px;
    margin-top: 10px;
}

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

.lottery_block1 .box h3 {
    font-size: 18px;
}

.lottery_block1 .box p {
    font-size: 14px;
    margin-top: 10px;
}

.lottery_block1 .box .inner {
    margin-top: 20px;
    border-radius: 10px;
    padding: 5%;
}

.lottery_block1 .box .inner table{
    font-size: 13px;
}

.lottery_block1 .box .inner table th{
    display: block;
    width: auto;
    padding: 10px 0 0;
}

.lottery_block1 .box .inner table th.pc{
    display: none;
}

.lottery_block1 .box .inner table td{
    display: block;
    padding: 0 0 10px;
}

.lottery_block1 .btn4 {
    width: 280px;
    margin-top: 40px;
}




.lottery_block2 {
    margin-top: 60px;
}

.lottery_block2 .box{
    padding: 5%;
}

.lottery_block2 .box h3{
    font-size: 18px;
}

.lottery_block2 .box p{
    font-size: 13px;
    line-height: 1.6em;
}

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

.lottery_block2 .box .inner1 .img {
    float: none;
    width: auto;
}

.lottery_block2 .box .inner1 .txt {
    float: none;
    width: auto;
    margin-top: 10px;
}



.lottery_block2 .box .inner .txt .number{
    width: 36px;
    font-size: 18px;
}

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

.lottery_block2 .box .inner3 {
    margin-top: 50px;
}


.lottery_block2 .box .inner2 .txt,
.lottery_block2 .box .inner3 .txt {
    width: auto;
    padding-bottom: 0;
}

.lottery_block2 .box .inner2 .img,
.lottery_block2 .box .inner3 .img {
    position: static;
    width: auto;
    margin-top: 20px;
}

.lottery_block2 .box .inner3 .img{
    position: relative;
    right: 0;
}

.lottery_block2 .box .inner3 .img:before{
    content: "";
    display: block;
    background: url(images/lottery/lottery_icon1.svg) no-repeat;
    background-size: contain;
    width: 29px;
    height: 17px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: auto;
    transform: rotate(90deg);
}

.lottery_block2 .box .inner3 .img img{
    margin: 0 auto;
}



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

.lottery_block2 .box .inner4 li{
    /*width: 28%;
    margin-right: 8%;*/
    float: none;
    width: auto;
    margin-right: 0;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.lottery_block2 .box .inner4 li .img:before{
    /*width: 20px;
    height: 12px;
    right: -21px;*/
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    transform: rotate(90deg);
}



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

.held {
    padding: 60px 0 40px;
}

.held h2 {
    font-size: 16px;
}

.held table {
    margin-top: 20px;
}

.held table th{
    display: block;
    padding: 10px 0 0;
    width: auto;
}

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



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

.exhibitors {
    padding: 20px 0;
}

.exhibitors_block1 {
    padding: 40px 0;
}

.exhibitors_block1:before,
.exhibitors_block1:after{
    display: none;
}

.exhibitors_block1 .exhibitors_name{
    padding: 3%;
}

.exhibitors_block1 .exhibitors_name:before,
.exhibitors_block1 .exhibitors_name:after{
    display: none
}

.exhibitors_block1 .exhibitors_name .logo{
	display: block;
    width: auto;
    padding: 5% 18%;
}

.exhibitors_block1 .exhibitors_name h2{
	display: block;
    width: auto;
    margin-left: 0;
    font-size: 18px;
    padding: 5% 3% 2%;
}

.exhibitors_block1 .box:before,
.exhibitors_block1 .box:after{
    display: none;
}

.exhibitors_block1 .box .inner{
    width: 80%;
    padding: 5%;
    background: #666;
}

.exhibitors_block1 .box .inner:before,
.exhibitors_block1 .box .inner:after{
    display: none;
}

.exhibitors_block1 ul {
}

.exhibitors_block1 li {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
}

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

.exhibitors_block1 li:before{
    display: none;
}

.exhibitors_block1 li .img {
    padding: 6% 3%;
}

.exhibitors_block1 li .txt{
	padding-bottom: 0;
    /*margin-top: 10px;*/
}

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

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




.exhibitors_block2 {
}

.exhibitors_block2 ul{
}

.exhibitors_block2 li{
	margin-bottom: 15px;
}

.exhibitors_block2 li h4{
	display: block;
	width: auto;
}

.exhibitors_block2 li p{
	display: block;
	padding: 5px 0 0;
}


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


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


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


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


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




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

.product {
    padding: 60px 0 40px;
}

.product_block1{
	padding: 0;
}

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

.product_block1 .genre:before{
	background-size: cover;
    width: 35%;
    height: 4vw;
    right: -1px;
    bottom: -1px;
}

.product_block1 .genre .icon{
	width: 25px;
}

.product_block1 .genre .genre_name{
	font-size: 12px;
}

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

.product_block1 .box1 .txt {
    float: none;
    width: auto;
}

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

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

.product_block1 .box1 .img {
    float: none;
    width: auto;
    margin-top: 20px;
}

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

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

.product_block1 .box2 .inner .txt {
    float: none;
    width: auto;
}

.product_block1 .box2 .inner h4{
	font-size: 15px;
    margin-bottom: 10px;
}

.product_block1 .box2 .inner .txt p {
    font-size: 13px;
    /*margin-top: 10px;*/
    padding-left: 1.3em;
}

.product_block1 .box2 .inner .img {
    float: none;
    width: auto;
    margin-top: 20px;
}

.product_block1 .box2 .inner .img .img1{
	float: left;
	width: 48%;
	margin-bottom: 0;
}

.product_block1 .box2 .inner .img .img2{
	float: right;
	width: 48%;
}




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

.product_block1 .box3 h3{
    font-size: 18px;
    top: -15px;
}

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

.product_block1 .box3 li{
	display: block;
    /*width: 75%;*/
    width: auto;
    margin: 0 auto 20px;
}



.pdf_parent{
    margin-top: 60px;
}

.pdf_parent .pdf_child{
    display: block;
    width: 48%;
    float: left;
    margin-right: 0;
    margin-bottom: 4%;
}

.pdf_parent .pdf_child:nth-child(2n){
    float: right;
}

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




.product_block2 {
    padding-top: 40px;
}

.product_block2 .btn_content li {
    float: none;
    width: 85%;
    /*margin-right: 0;*/
    margin: 0 auto 2%;
}

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

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

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

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

.product_block2 .btn_content li.btn_back{
    padding-top: 0;
}

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


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

.product_block2 .box .tel {
    font-size: 13px;
    margin-top: 5px;
}

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




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

.video {
    padding: 60px 0 40px;
}

.video .box iframe {
    height: 220px;
}

.video h2 {
    font-size: 16px;
    margin-top: 0;
}

.video .btn2 {
    width: 200px;
    margin-top: 40px;
}


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

.pamphlet {
    padding: 60px 0 40px;
}

.pamphlet h2 {
    font-size: 16px;
    text-align: left;
}

.pamphlet .img {
    width: 160px;
    margin: 20px auto;
}

.pamphlet .btn {
    width: 200px;
    margin-bottom: 10px;
}


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

.form_format .txt {
    font-size: 16px;
}

.form_format table th{
    display: block;
    padding: 10px 0 0;
    width: auto;
}

.form_format table td{
    display: block;
    padding: 5px 0 10px;
}

.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 {
    padding: 5px;
    font-size: 14px;
}

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

.form_format .contact_btn {
    width: 200px;
    /*margin-top: 20px;*/
    margin: 20px auto 0;
}

.form_format .contact_btn input{
    font-size: 13px;
    width: 200px;
    padding: 10px 0;
}

.form_format .contact_btn #btn_product,
.form_format .contact_btn #btn_back{
    margin-right: 0;
    margin-bottom: 10px;
    background-size: 18px;
    background-position: right 6% center;
}



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

.request {
    padding: 60px 0 40px;
}

.request h2 {
    font-size: 26px;
    letter-spacing: 0.05em;
}

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

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



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

.respond {
    padding: 60px 0 40px;
}

.respond h2 {
    font-size: 26px;
    letter-spacing: 0.05em;
}

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

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



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

.inquiries {
    padding: 60px 0 40px;
}

.inquiries h2 {
    font-size: 26px;
    letter-spacing: 0.05em;
}

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

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



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

.completemsg {
    padding: 100px 0;
}

.completemsg p{
    font-size: 16px;
}




/* ----------------------------- 出展企業検索 */

.search_tab li{
	display: block;
	margin: 0 auto 10px;
}

.search_tab li:last-child {
    margin-left: auto;
    margin-bottom: 0;
}


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

.syllabary_block1 {
    padding: 60px 0 40px;
}

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

.syllabary_block1 .box h2 {
    font-size: 20px;
}

.syllabary_block1 .box .consonant {
    margin-top: 20px;
    text-align: left;
}

.syllabary_block1 .box .consonant span{
	margin-right: 0.4em;
}

.syllabary_block1 .box .consonant span.current{
	padding: 4px 0.7em;
}

.syllabary_block1 .box .consonant span a{
	padding: 4px 0.7em;
}

.syllabary_block1 .box h3{
	margin-top: 20px;
}

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

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

.syllabary_block1 .box .inner .syllabary_content h4{
	font-size: 18px;
}

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

.syllabary_block1 .box .inner .syllabary_content li .genre{
	width: 100%;
}

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

.syllabary_block1 .box .inner .syllabary_content li p {
    font-size: 13px;
    margin-top: 0;
}



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

.company_block1 {
    padding: 60px 0 40px;
}

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

.company_block1 .box h2 {
    font-size: 20px;
}

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

.company_block1 .box li {
    float: none;
    width: auto;
}



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

.results li .inner .genre {
    width: 100%;
    float: none;
}

.results li .inner .company_name {
    float: none;
    margin-left: 0;
    font-size: 14px;
    margin-top: 5px;
}

.results li h5 {
    font-size: 17px;
    margin-top: 5px;
}

.results li p {
    font-size: 13px;
    margin-top: 5px;
}



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

.keyword_block1 {
    padding: 60px 0 40px;
}

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

.keyword_block1 .box1 h2 {
    font-size: 20px;
}

.keyword_block1 .box1 .read {
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
}

.keyword_block1 .box1 .search_box{
	margin-top: 20px;
}

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

.keyword_block1 .box1 .search_box .inner h4 label{
	font-size: 14px;
	padding: 2px 0 2px 5%;
}

.keyword_block1 .box1 .search_box .inner .checkbox label {
    float: left;
    width: 50%;
    font-size: 13px;
    display: block;
}

.keyword_block1 .box1 .search_box .btn {
    width: 180px;
    margin-top: 30px;
}

.keyword_block1 .box1 .search_box .btn input{
	border: 2px solid #00396F;
    font-size: 18px;
}

.keyword_block1 .box1 .search_box .btn:before{
	width: 17px;
    height: 17px;
}

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


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

.product_genre_block1 {
    padding: 60px 0 40px;
}

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

.product_genre_block1 .box1 h2 {
    font-size: 20px;
}

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

.product_genre_block1 .box1 .genre_selection li {
    float: none;
    width: auto;
    margin-right: 0;
}

.product_genre_block1 .box1 .genre_selection li a{
	border-radius: 10px;
    padding: 2%;
}

.product_genre_block1 .box1 .genre_selection li.current{
	border-radius: 10px;
    padding: 2%;
}



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




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

.contact {
    padding: 60px 0 40px;
}

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

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

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

.contact .box .contact_btn input[type="button"]{
    margin-bottom: 10px;
}



.completion {
    padding: 60px 0 40px;
    text-align: left;
}

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

.completion p {
    margin-top: 20px;
    font-size: 14px;
}


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

.error {
    padding: 100px 0;
}

.error p{
    font-size: 17px;
}




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

.passwordset {
    padding: 60px 0 40px;
}

.passwordset h2{
    font-size: 22px;
}

.passwordset .read {
    font-size: 14px;
    margin-top: 20px;
}

.passwordset .note{
    font-size: 15px;
    margin-top: 40px;
}


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

.passwordset .box table{
}

.passwordset .box table th{
    display: block;
    padding: 10px 10px 0;
    text-align: left;
}

.passwordset .box table td{
    display: block;
    padding: 5px 10px 10px;
}

.passwordset .box .error_txt {
    margin-top: 10px;
    font-size: 14px;
}

.passwordset .box .password_submit{
    width: 75%;
    margin-top: 20px;
}

.passwordset .box .password_submit input{
    font-size: 18px;
    border: 4px solid #EF5A24;
    padding: 10px 0;
    border-radius: 10px;
}


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

.passwordcompletion {
    padding: 80px 0 40px;
}

.passwordcompletion h2{
    font-size: 22px;
}

.passwordcompletion .read {
    font-size: 14px;
    margin-top: 20px;
}

.passwordcompletion .inner {
    margin-top: 20px;
}

.passwordcompletion li {
    font-size: 17px;
    margin-bottom: 10px;
}

.passwordcompletion .btn6{
    width: 75%;
    margin-top: 20px;
}

.passwordcompletion .noclick{
    width: 260px;
    margin-top: 40px;
    font-size: 18px;
    padding: 15px 0;
    border-radius: 10px;
}



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

.prerelease {
    padding: 40px 0;
}

.prerelease h2 {
    font-size: 22px;
}

.prerelease p {
    font-size: 17px;
    margin-top: 20px;
}


.prerelease .btn6{
    width: 260px;
    margin-top: 40px;
}



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

.questionnaire {
    padding: 60px 0 40px;
}

.questionnaire h3{
    font-size: 20px;
}

.questionnaire .read {
    margin-top: 10px;
    font-size: 13px;
}

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

.questionnaire .box table th{
    width: auto;
    padding: 10px;
}

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

.questionnaire .box table td .required_txt {
    left: 10px;
    bottom: 0;
}

.questionnaire .box .privacy{
    height: 200px;
    padding: 15px;
    margin-top: 30px;
}

.questionnaire .box .privacy .inner{
    height: 200px;
}

.questionnaire .box .privacy p {
    font-size: 12px;
    margin-top: 0;
}

.questionnaire .box .contact_btn{
    width: auto;
}

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



.formcomplete .btn6{
    width: 280px;
    margin-top: 30px;
}



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


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

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

.webinar_box li{
    padding: 10px 0;
}

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

.webinar_box li h4 .number{
    vertical-align: top;
}

.webinar_box li h4 .tit{
    width: 85%;
    line-height: 1.2em;
}

.webinar_box li .inner {
    padding-left: 0;
}

.webinar_box li .inner p{
    font-size: 13px;
}

.webinar_box li .inner .schedule{
    font-size: 15px;
    line-height: 1.4em;
}

.webinar_box li .inner .schedule span {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

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

.webinardates h3{
    font-size: 20px;
}

.webinardates_block1 {
    padding: 60px 0 40px;
}

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

.webinardates_block1 .box table th{
    font-size: 11px;
}

.webinardates_block1 .box table thead th{
    padding: 5px 0;
}

.webinardates_block1 .box table tbody th{
    width: 50px;
    padding: 0;
}

.webinardates_block1 .box table td{
    padding: 2px;
}

.webinardates_block1 .box table td a{
    padding: 10px 0;
}

.webinardates_block1 .box table td .w_tit{
    display: none;
}




.webinardates_block2 {
    padding: 40px 0;
}

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

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

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

.webinardates_block2 .webinar_box li .schedule span .btn5,
.webinardates_block2 .webinar_box li .schedule span .btn8{
    margin: 5px auto;
}



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

.exhibitedproducts {
    padding: 60px 0 40px;
}

.exhibitedproducts h3{
    font-size: 22px;
}

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

.exhibitedproducts li{
}

.exhibitedproducts li .icon {
    float: none;
    width: 45%;
    margin: 20px auto 0;
}

.exhibitedproducts li .txt {
    float: none;
    width: auto;
    margin-top: 0;
}

.exhibitedproducts li .txt h4 {
    font-size: 18px;
    margin-top: 10px;
}

.exhibitedproducts li .txt p {
    font-size: 13px;
    margin-top: 5px;
}



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

.quizrally {
    padding: 60px 0 40px;
}

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

.quizrally .box1 .present_txt{
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

.quizrally .box1 .read {
    margin-top: 10px;
    text-align: left;
}

.quizrally .box1 .note{
    margin-top: 10px;
}



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

.quizrally .box2 h3{
    font-size: 17px;
    padding-bottom: 5px;
}

.quizrally .box2 li{
    display: block;
    float: left;
    width: 48%;
    margin-right: 0;
}

.quizrally .box2 li:nth-child(2n){
    float: right;
}

.quizrally .box2 li a{
    font-size: 15px;
    min-height: 110px;
    line-height: 1.4em;
}

.quizrally .box2 li a span{
    width: 30px;
    padding: 5px 0;
    top: -5px;
    left: -5px;
    font-size: 20px;
}



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

.questions {
    padding: 60px 0 40px;
}

.questions h2{
    font-size: 22px;
}

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

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

.questions .questions_block1 .box h3{
    font-size: 18px;
}

.questions .questions_block1 .box h3 .order{
    width: 70px;
}

.questions .questions_block1 .box h3 .tit{
    padding: 10px;
}

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

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

.questions .questions_block1 .box li{
    padding: 20px 0;
}

.questions .questions_block1 .box li .q{
    font-size: 15px;
}

.questions .questions_block1 .box li .q .number{
    margin-right: 0.5em;
}

.questions .questions_block1 .box li .q .txt{
    width: 85%;
    line-height: 1.4em;
}

.questions .questions_block1 .box li .tips {
    margin-top: 5px;
    font-size: 13px;
    padding-left: 40px;
}

.questions .questions_block1 .box li .tips span {
    margin-right: 0.5em;
}

.questions .questions_block1 .box li .answer {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 40px;
}

.questions .questions_block1 .box li .answer span {
    display: block;
    margin-right: 0;
    padding-left: 1.7em;
    text-indent: -1.7em;
}

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

.questions .questions_block1 .box .btn1{
    width: 240px;
    margin-top: 30px;
}

.questions .questions_block1 .box .btn1.none:before{
    width: 7px;
    height: 12px;
}




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

.footer{
	padding-top: 15px;
}

.footer .logo{
	width: 170px;
}

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

.footer .footer_link a {
    /*padding: 0 0.5em;*/
    font-size: 13px;
}

.footer .copy{
	/*margin-top: 15px;*/
}

.pagetop {
    width: 35px;
    right: 3%;
}



}