@charset "utf-8";

/*Google*/
.googleseach{
	width: 30%;
	position: static !important;
}
.googleseach input[type="text"] {
	width: 100%;
	height: 21px;
    margin: 0;
    vertical-align: top;
}
.googleseach .G-searchBtn {
    float: left;
    display: block !important;
    width: 100% !important;
	height: 21px !important;
    position: relative !important;
}
.googleseach .G-searchBtn:after{
	content: "";
    background: url(/top-common/images/icon/icon_search.svg) no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: 5px;
    opacity: 0.4;
}
.login-area {
	width: 55%;
    position: absolute;
    top: 0;
    right: 28%;
}
.gsc-control-cse{
	padding: 0 !important;
}


form>div>p{
	padding: 0;
}

.box_t_1{
	border-top: 1px solid #c5c5c5;
}
.top-mypage a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0080FF;
    font-size: 11px;
    padding: 5px 20px 4px;
    margin: 12px 1px;
    color: #0080FF !important;
    width: 10%;
    float: right;
}
.top-logout a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    font-size: 11px;
    color: black !important;
    margin: 12px 5px;
    padding: 5px 20px 4px;
    width: 10%;
    float: right;
}
ul.login-area li {
    float: left;
}
/* slider
-----------------------------*/
.sliderbox-area {
  position: relative;
  overflow: hidden;
}
.sliderbox-area-wide .col-full {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  height: 282px;
}
.sliderbox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height:100%;
}
.sliderbox .slide {max-height:100%;}
.sliderbox .slides {
  margin: 0;
  opacity: 1;
}
.sliderbox .slide {
  position: relative;
  display: none;
}

.sliderbox .slide a{
  position: relative;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}
.sliderbox .slide-wttl a{
  padding-top:60px;
}
.sliderbox .slide img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-height: 282px;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  overflow: hidden;
}

.controls-container,.controls-inner {
  position: relative;
}
.flex-direction-nav {
  position: absolute;
  width: 100%; 
  top: 50%;
  z-index: 30;
}
.flex-direction-nav .prev {
  position: absolute;
  display: block;
  width: 25px;
  height: 26px;
		background:url(../images/common/prev.png) no-repeat 0 0;
		
}
.flex-direction-nav .next{
  position: absolute;
  display: block;
  width: 25px;
  height: 26px;
		background:url(../images/common/next.png) no-repeat 0 0;
}
.sliderbox-area-s .flex-direction-nav .prev{
  border-right-color: #acaca8;
  opacity: 0;
}
.sliderbox-area-wide .flex-direction-nav .prev{
  left: -55px;
}
.sliderbox-area-wide .flex-direction-nav .next{
  right: -55px;
}
.sliderbox .slide a{
  height: auto;
  line-height: 1;
}
.sliderbox .slide img {
  max-height: 282px;
  opacity: 1;
}

.sliderbox-area-wide .sliderbox .slide a {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  /*padding: 0 10px;*/
}


.sliderbox-area-wide .sliderbox {
  background: none;
  max-width: 275px;
  overflow: visible !important;
  position: absolute;
  top: 0;
  left: 0%;
}

.opacity_left,.opacity_right{
  display:block;
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  z-index:20;
}
.opacity_left{ left:-100%;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 70%, rgb(0, 0, 0,0.75) 85%);}
.opacity_right{ right:-100%;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 15%, rgb(0, 0, 0,0.9) 30%);}
.tn_area{
	width:1100px;
	border:1px solid #ddd;
	background:#eee;
	padding:20px 20px 10px 20px;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
	margin:0 auto;
}
.tn_area2{
	width:1100px;
	border:1px solid #ddd;
	background:#FFFFBF;
	padding:20px 20px 10px 20px;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
	margin:0 auto 20px;
}

/**/
.loopSlide {
    position: relative;
    display: flex;
    overflow: hidden;
}

.loopSlide ul {
        padding: 0;
        flex-shrink: 0;
}
.loopSlide ul:first-child {
            animation: slide1 60s -30s linear infinite;
        }

.loopSlide ul:last-child {
            animation: slide2 60s linear infinite;
        }

.loopSlide ul li {
             margin-right: 30px;
    float: left;
    width: 180px;
    display: table;
            margin-right: 0px;
            list-style: none;
            text-align: center;}

            .loopSlide ul li img {
                display: block;
                width: 100%;
                height: auto;
            }
.loopSlide ul li img:hover  ul {
            animation-play-state: paused;
        }


@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
/**/

@media only screen and (max-width: 768px) {
/*slider*/
.sliderbox-area-wide .sliderbox{overflow: hidden!important;margin-top: 0px;}
  
.sliderbox-area .col-full {
    height: auto;
  }
  .sliderbox-area .col-full {
    max-width: 640px;
    /*height: auto;*/
  }
 
  .sliderbox-area-wide{height:414px;}
  .sliderbox-area-wide .sliderbox{ width: 100%; max-width: 640px;position: relative;}
  
  .sliderbox-area .flex-direction-nav {
    top:auto;
    bottom: 0;
    margin-top:0;
  }
  .sliderbox-area .flex-direction-nav .prev{
  left: 10px;
  top: -160px;
		position: absolute;
  display: block;
  width: 25px;
  height: 26px;
		background:url(../images/common/prev.png) no-repeat 0 0;
  }
 .sliderbox-area .flex-direction-nav .next{
  right: 10px;
  top: -160px;
  position: absolute;
  display: block;
  width: 25px;
  height: 26px;
		background:url(../images/common/next.png) no-repeat 0 0;
  }

  .flex-direction-nav .prev:before,.flex-direction-nav .next:before {
    left: 11px;
    top: 11px;
    font-size: 14px;
    font-size: 1.4rem;
  }
    .sliderbox-area .flex-direction-nav .prev:before,.sliderbox-area .flex-direction-nav .next:before{
    color: #fff;
  }
  .sliderbox-area .flex-direction-nav .prev:hover:before,.sliderbox-area .flex-direction-nav .next:hover:before{
    color: #000;
  }

  .sliderbox .slide a{
    height: 300px;
    line-height: 1;
    width: 100%;
    *width:auto;
    *zoom:1;
	padding: 0 !important;
  }
  
  .sliderbox-area-wide .sliderbox .slide{overflow: hidden;}
  .sliderbox-area-wide .sliderbox .slide a {
    font-size: 0;
    height: 100%;
    overflow: hidden;
  }
  .sliderbox-area-wide .sliderbox .slide img{
	  max-width: 100%;
	  max-height: 100%;
	  height:auto;
	  width:100% !important;
	  padding: 0;}
  .sliderbox-concept .slide img {
    max-height: 100% !important;
  }
  .flex-control-nav li a { 
    position: relative;
    display:block;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: #999;
    opacity:0.9;
    text-indent: -999em;
    overflow:hidden;  
  } 
 .flex-control-nav li{
  margin: 0 13px 0 12px;
  padding: 0;
 }
 .flex-control-nav li.active a{
   background:#000;
}
}/*/
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 180px;
    overflow: hidden;
    position: absolute;
}
 
.loopSliderWrap:after {
    content: "";
    display: block;
    clear: both;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
    visibility: hidden;
}
 
.loopSlider ul {
    height: 180px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 180px;
    height: 180px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li img {
    width: 100%;
    height: 100%;
}
 
@media only screen and (max-width: 768px) {
    .loopSliderWrap,
    .loopSlider,
    .loopSlider ul {
        height: 180px;
    }
 
    .loopSlider ul li {
        width: 180px;
        height: 180px;
    }
}/**/
#liveconference h2 span, #conference h2 span {	
line-height: 1 !important;	
}
.under_slide  img{
width: 180px;

}
/*お知らせ*/
/*.infobace{
	display: table;
	padding: 40px 0 30px;
}
.info-title{
	width: 30%;
}
.info-section{
	padding-right: 50px;
}
.info-title h2{
	text-align: right;
	padding-right: 50px;
	margin-top: 10px;
}
.info-title,.info-section{
	display: table-cell;
	vertical-align: top;
}*/
.info-section ul li{
    margin: 10px 0;
    border-bottom: 1px solid #777;
    padding: 0 10px 10px 10px;
	overflow: hidden;
}

/*テキスト*/
.txt_red{
	color: red;
}
.txt_blue{
	color: #1a4ea5;
}
/*ボタン*/

.btn-more{
	display: block;
	text-align: right;
	/*position: relative;
    display: block;
    width: 130px;
    padding: 10px 30px 10px 20px;
    background: #fff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    margin: 0 auto 50px;
    text-align: center;*/
}
/*.btn-more:after{
	position: absolute;
	right: 5px;
	content: "▶︎";
	color: #4d4d4d;
}
.btn-more:hover{
	background: #4d4d4d;
	color: #fff;
}
.btn-more:hover:after{
	position: absolute;
	right: 5px;
	content: "▶︎";
	color: #fff;
}*/

/*ログイン*/
/*.login_btn */.live-head-btn a,
/*.login_btn */.con-head-btn a{
	position: relative;
    display: flex;
	justify-content: center;	
	align-items: center;
    float: right;
    color: #fff;
    padding: 26px 0;
    height: 72px;
    transition: .2s;
    width: 130px;
    text-align: center;
}
.login-area {
    float: right;
}
.login-area li {
    float: left;
    margin: 0 0 0 15px;
}
.login-area .top-username {
    width: 100%;
    margin: 8px 0;
	padding: 0 3px;
}
.login-area ul {
    width: 56%;
    float: right;
}
.login-area li.person-login a,
.login-area li.company-login a {
    display: block;
    color: #525252;
    border: 1px solid #525252;
    padding: 2px;
    width: 135px;
    text-align: center;
    font-size: 14px;
}
.login-area li.person-login a:hover,
.login-area li.company-login a:hover{
	background: #525252;
	color: #fff;
}
.login_btn{
    width: 980px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
}
/*.login_btn */.live-head-btn a{
	background: #cc343b;
}
/*.login_btn */.con-head-btn a{
	background: #1a4ea5;
}

/*.login_btn */.live-head-btn a:before,
/*.login_btn */.con-head-btn a:before{
    position: absolute;
    content: "";
	top: 13px;
    left: 10px;
}
/*.login_btn .person-login a:before{
	background: url("../images/icon/icon_login_person_white.svg") no-repeat center / contain;
    width: 35px;
    height: 40px;
}
.login_btn .company-login a:before{
	background: url("../images/icon/icon_login_company_white.svg") no-repeat center / contain;
	top: 17px;
    width: 35px;
    height: 35px;
}*/
/*.login_btn */.live-head-btn a:hover,
/*.login_btn */.con-head-btn a:hover{
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}
/*フォーム*/
.form-select form{
	width: 100%;
	max-width: 980px;
	background: #fff;
	margin: 20px auto 0px;
	padding: 0 20px 20px;
	box-sizing: border-box;
}
.input-txt-area > div{
	margin: 20px 20px 20px 0;
}
.form-block{
	background: #fff;
}
.form-nav{
	width: 100%;
	max-width: 980px;
	margin: auto;
}
.form-nav li{
	position: relative;
	float: left;
	width: calc(100% / 5);
	text-align: center;
	font-size: 1.7rem;
}
.form-nav li small{
	font-size: 70%;
    line-height: 1.4;
    display: inline-block;
}
.form-nav li:nth-child(even){
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
.form-nav li a{
	color: #333;
	padding: 15px 0 5px;
    display: block;
	height: 200px;
	background: #fff;
}
.form-nav li a img {
    width: 100%;
    max-height: 70px;
	margin: 20px auto 30px;

}
a:hover img, input:hover{
	opacity: 1;
}
.form-nav li a:hover{
	background: #f2f2f2;
	text-decoration: none;
}
.form-nav li a span::after{
    background-color: #999999/*#1a4ea5*/;
    bottom: 15%;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 20%;
    z-index: 0;
}
.form-nav li a span.ber_financial::after{background-color: #cc343b;}
.form-nav li a span.ber_ir::after{background-color: #2db200;}
.form-nav li a span.ber_meeting::after{background-color: #ff7f00;}
.form-nav li a span.ber_session::after{background-color: #dc73ff;}

/*アイコン*/
.icon-arrow-down:after,
.form-nav li:hover:after{
	content: "▼";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/*ライブ配信*/

.live-block{
	position: relative;
}
/*.live-block:before{
	content:" ";
	background: url("../images/icon/icon_arrow_l.svg") no-repeat;
	padding: 15px;
	opacity: 0.5;
	position: absolute;
	top:50%;
	z-index: 1;
	left: 10px;
}
.live-block:after{
	content:" ";
	background: url("../images/icon/icon_arrow_r.svg") no-repeat;
	padding: 15px;
	opacity: 0.5;
	position: absolute;
	top:50%;
	z-index: 1;
	right: 10px;
}*/

/*タブ切り替え*/
.tab.tab-A:before,
.tab.tab-B:before,
.tab.tab-C:before{
    content: "";
    margin-right: 10px;
    position: absolute;
    left: 5px;
    padding: 10px;
}
.tab.tab-A:before{
    background: url(../images/icon/icon_grid.svg) no-repeat;
}
.tab.tab-A.is-active:before{
	background: url(../images/icon/icon_grid_w.svg) no-repeat;
}
.tab.tab-B:before{
    background: url(../images/icon/icon_list.svg) no-repeat;
}
.tab.tab-B.is-active:before{
    background: url(../images/icon/icon_list_w.svg) no-repeat;
}
.tab.tab-C:before{
    background: url("../images/icon/icon_calendar.svg") no-repeat;
}
.tab.tab-C.is-active:before{
    background: url("../images/icon/icon_calendar_w.svg") no-repeat;
}
.tab-panel{
	position: relative;
}
.tab-group{
	width: 100%;
	max-width: 960px;
    display: table;
    justify-content: center;
	/*position: absolute;
	right: 0;
	left: 0;
	margin: 0;*/
    padding: 0;
	z-index: 1;
}
.tab-group > li{
	position: relative;
}
.tab-group > li ul li{
	position: relative;
	float: left;
}
.tab-group li > ul li:first-child{
	margin-right: 10px;
	padding: 7px 0 0;
}
.tab{
	list-style: none;
    cursor: pointer;
    width: 135px;
    padding: 5px 5px 5px 30px;
    background: #fcfcfc;
    margin:0 10px;
    border: 1px solid;
    box-sizing: border-box;
}
.tab img{
    width: 25px;
    margin: 0px 10px 0 0;
}
.tab:nth-child(5){
	border-right: solid 1px rgba(119,119,119,1);
	border-left: solid 1px rgba(119,119,119,1);
}
.panel-block{
    display:none;
}
.tab.is-active{
    transition: all 0.2s ease-out;
	background: #525252;
	border: 1px solid #525252;
}
.tab.is-active,
.tab.tab-A.is-active:before,
.tab.tab-B.is-active:before,
.tab.tab-C.is-active:before{
	opacity: 1;
	color: #fff;
	/*background: #545454;
	border: 1px solid #545454;*/
}

.panel-block.is-show{
    display:block;
}
#conference{
	position: relative;
}
/*アコーディオン*/
#accordion {
	width: 100%;
    margin: 0 auto;
}
.accordion-click {
    list-style: none;
    cursor: pointer;
    width: 135px;
    padding: 5px 5px 5px 30px;
    background: #fcfcfc;
    margin: 0 10px;
    border: 1px solid;
    box-sizing: border-box;
}
.panel-group{
	padding-top: 20px;
}
.accordion-click.clicked {
	background: #525252;
	border: 1px solid #525252;
	color: #fff
}
.accordion-click::before{
	/* content: "オフ"; */
	content: "";
    background: url(../images/icon/icon_filter.svg) no-repeat;
    padding: 3px 0px 3px 30px;
}
.accordion-click.clicked:before{
	/* content: "オン"; */
	content: "";
    background: url(../images/icon/icon_filter_w.svg) no-repeat;
    padding: 3px 0px 3px 30px;
	opacity: 1;
}
.tab-group li > ul li.accordion-click:nth-child(2){
	width: 75px;
    padding: 6px 5px 4px 5px;
    margin-right: 0;
}
/*.panel-block.tab-B img,
.panel-block.tab-B a,
.panel-block.tab-C img,
.panel-block.tab-C a{
	margin: auto;
    width: 960px;
    display: block;
}
.panel-block.tab-B a,
.panel-block.tab-C a{
	margin: 10px;
}*/

@media only screen and (max-width: 767px) {
.form-nav li{
    position: relative;
    float: left;
    width: calc(100% / 2);
    text-align: center;
    font-size: 1.4rem;
}
.form-nav li:first-child {
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}
.form-nav li:nth-child(2),
.form-nav li:nth-child(3){
    border-bottom: 1px solid #c5c5c5;
}
.form-nav li:first-child a {
    color: #333;
    padding: 15px 0 5px 0;
    display: block;
    height: 150px;
    background:#ffffff !important;
}
.form-nav li:first-child  a img {
    width: 100%;
    max-height: 40px;
    margin: 0px auto 20px;
}
.tab-group{
    display: table;
    justify-content: center;
    position: relative;
    right: auto;
    margin: 20px 0 0;
    z-index: 1;
}
.tab {
    list-style: none;
    text-align: center;
    cursor: pointer;
    padding: 0;
}
.tab:nth-child(2) {
    border-right: solid 1px rgba(119,119,119,1);
    border-left: solid 1px rgba(119,119,119,1);
}
.tab-group .spleft20{
padding-left: 20px;
}
.tab-group li {
    display: inline-block;
}
.tab-group li:nth-child(2){
	width: 125px;
}
.tab-group li:nth-child(3){
	width: 110px;
	padding-left: 0.5em;
}
.tab-group li:nth-child(1){
	width: 90%;
	padding-left: 0px;
	margin: 0px auto;
	display: block;
}
.tab-group li:nth-child(2){
	width: 90%;
    border: 0;
    margin: auto;
    display: block;
}
.tab-group li:nth-child(2) ul{
    float: right;
    width: 75px;
}
.accordion-content .ahover-white {
    width: 100%;
    margin: auto;
}
.tab-group li:nth-child(4),
.tab-group li:nth-child(5),
.tab-group li:nth-child(6){
	width: 32.3%;
	text-align: left;
	padding-left: 10px;
	margin: 0;
}
.tab-group li > ul li:nth-child(2),
.tab-group li > ul li:nth-child(3),
.tab-group li > ul li:nth-child(4){
	width: 32.3%;
	padding: 50px 0 5px;
	text-align: center;
	border: 1px solid #525252;
	font-size: 13px;
	bottom: 0;
}
.tab-group li:nth-child(3){
	width: 100%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 5px;
}
.panel-group {
    padding-top: 0px;
}
.tab.tab-A::before, .tab.tab-B::before, .tab.tab-C::before {
    content: "";
    padding: 15px;
    margin-right: 2px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
}
.accordion-click {
    padding: 0 10px 0 10px;
}
.form-select form {
    width: 100%;
    max-width: 980px;
    background: #fff;
    margin: 20px auto 0px;
    padding: 20px;
    box-sizing: border-box;
}

/*ログイン*/
.login_btn .live-head-btn a,
.login_btn .con-head-btn a{
	position: relative;
    display: block;
    float: right;
    color: #fff;
    padding: 30px 0;
    height: 72px;
    transition: .2s;
    width: 130px;
    text-align: center;
}
.login_btn{
    width: 100%;
    margin: auto;
	background: #fff;
	padding: 10px 0;
	top: 0;
}
.login_btn .live-head-btn{
	
}
.login_btn .con-head-btn{

}

.login_btn .live-head-btn a{
	background: #cc343b;
	width: 80%;
	margin-left:10%;
	margin-top:10px;
}
.login_btn .company-login a{
	background: #1a4ea5;
	width: 80%;
	margin-left:10%;
	margin-top:10px;
}

.login_btn .live-head-btn a:before,
.login_btn .con-head-btn a:before{
    position: absolute;
    content: "";
	top: 13px;
    left: 10px;
}
.login_btn .person-login a:before{
	background: url("../images/icon/icon_login_person.svg") no-repeat center / contain;
    width: 55px;
    height: 40px;
}
.login_btn .company-login a:before{
	background: url("../images/icon/icon_login_company.svg") no-repeat center / contain;
	top: 17px;
    width: 55px;
    height: 35px;
}
.login_btn .person-login a:hover,
.login_btn .company-login a:hover{
	opacity: 0.7;
}

/*Google*/
.googleseach {
    width: 100%;
    float: none;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}
.gsc-control-cse{
	padding: 0 !important;
}
.form-nav li:nth-child(even){
	border-left: none;
}
}/**/