@charset "utf-8";

/************************************
基本構造
*************************************/
#event img, .event img {
	max-width: 100%;
}
#event .spOnly, .event .spOnly { display: none !important; }
#event .pcOnly, .event .pcOnly { display:block !important; }

#event *, .event * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#event .forpc, .event .forpc {
    display: inline-block;
}
#event .enterprise-title .forpc, .event .enterprise-title .forpc {
    display: inline;
}

/*
 PC
*--------------------------------------------------------*/

/* event top */
#event .event-wrap, .event .event-wrap {
	margin: 60px 0;
}
#event .event-article, .event .event-article {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0px auto 0px;
}

#event .event-article a, .event .event-article a {
/*	position: relative;*/
	width: 49%;
	display: block;
	margin-right: 2%;
	margin-bottom: 20px;
	border:1px solid #e8ebec;
}

#event .event-article a:hover, .event .event-article a:hover {
	text-decoration: none;
	border:1px solid #bfbfbf;
}
#event .event-article a:nth-child(2n), .event .event-article a:nth-child(2n) {
	margin-right: 0;
}

#event .event-article a article, .event .event-article a article {
    width: 90%;
    margin: 20px auto;
    text-align: left;
}
#event .event-article a article .img-box figure, .event .event-article a article .img-box figure {
	overflow:hidden;
}

#event .event-article a article .img-box img, .event .event-article a article .img-box img {
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
#event .event-article a:hover article .img-box img, .event .event-article a:hover article .img-box img {
	transform: scale(1.1);
}
#event .event-article a article .txt-box, .event .event-article a article .txt-box {
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#event .event-article a:hover article .txt-box, .event .event-article a:hover article .txt-box {
	opacity: 0.6;
}
#event .event-article a article .name, .event .event-article a article .name {
    font-size: 120%;
    font-weight: bold;
    margin: 1em 0;
}
#event .event-article a article .ttl, .event .event-article a article .ttl {
    font-size: 120%;
    font-weight: bold;
}
#event .event-ttl, .event .event-ttl {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
#event .event-ttl span, .event .event-ttl span {
    background: linear-gradient(180deg, transparent 50%, #eceff1 50%);
    padding: 0.1em 0.2em;
}

/* event article */

#event .td-title {
    font-size: 170%;
    margin: 20px 0 40px;
    font-weight: bold;
}
#event .sns-list{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#event .sns-list>li{
	height: 20px;
	line-height: 20px;
}
#event .sns-list>li:nth-child(2){
	margin-top: 0px;
	margin-left: 10px;
}
#event .event-top{
	position: relative;
}
#event .event-name{
	font-size: 160%;
	text-align: center;
	margin: 20px 0 60px;
	font-weight: bold;
}
#event .event-visual {
    margin: 20px 0 30px;
}
#event p {
    text-align: left;
    line-height: 2;
    margin: 0 0 1.0rem;
}
#event .event-copy {
	margin: 50px 0;
}
#event .event-heading {
	font-weight: bold;
	font-size: 130%;
	margin: 80px 0 1em;
	line-height: 1.5em;
}
.event-heading span.heading-sub {
    display: block;
    font-size: 90%;
}
.event-heading span.coop03::before {
    content: '●';
    color: #FB0101;
}
.event-heading span.coop01::before {
    content: '●';
    color: #0D12EE;
}
.event-heading span.coop02::before {
    content: '●';
    color: #0E6E17;
}
.event-heading span.wf02__tip {
    display: block;
    color: #fff;
    font-size: 10px;
    padding: 0 0.5em;
    text-align: center;
    margin-bottom: 0.5em;
}
.event-heading span.wf02__tip-red {
    background-color: #FB0101;
    width: 4em;
}
.event-heading span.wf02__tip-blue {
    background-color: #0077C7;
    width: 10em;
}
.event-heading span.wf02__tip-green {
    background-color: #1ea942;
    width: 8em;
}
#event .event-img {
	width: 85%;
    margin: 30px auto;
}
.event-speaker {
    position: relative;
}
.nameTag {
    position: absolute;
    bottom: 50px;
    left: 7%;
    width: 35%;
}
.wf02_nameTag p {
    margin: 0!important;
}
.wf02_nameTag {
    position: absolute;
    right: -30px;
    bottom: 30px;
}
.wf02_nameTags-left {
    right: inherit;
    left: -30px;
    bottom: -30px;
}
.wf02_nameTags-right {
    right: -30px;
    bottom: -30px;
}
.wf02_nameTag p.prof {
    background-color: #3b3b3b;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5!important;
}
.wf02_nameTag p.prof-name {
    background-color: #1ea942;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.wf02_nameTag p.prof-name span.prof-mr {
    font-size: 70%;
    margin-left: 0.5em;
}
p.ws02_mt-30 {
    margin-top: 4em!important;
}
#event .imgArea {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 30px auto;
}
#event .imgArea img {
    width: 49%;
    height: 100%;
}
#event .event-info {
	margin-bottom: 30px;
}
#event .event-info p.info_link {
    margin: 0;
}
#event .event-info a {
    font-weight: bold;
}
/*conference*/

.discussion .discussion-heading-visual {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.guestIntroduction {
    width: 40%;
    border-bottom: 1px solid #000;
}
h4,h5 {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
h5 {
    text-align: left;
}
h5 span,
h4 span{
    display: inline-block;
    padding-right: 0.5em;
    position: relative;
}
h4 span {
    padding: 0 0.5em;
}
h4 span:before,
h4 span:after,
h5 span:before,
h5 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
h4 span:before,
h5 span:before {
    right: 100%;
}
h4 span:after,
h5 span:after {
    left: 100%;
}
h4.regi_ttl_deco {
    margin-top: 50px;
/*    text-align: left;*/
}
.discussion .confe-speaker {
    margin: 0 0 1em 10px;
}
.post {
    font-size: 12px;
}
dd.speakerName {
    font-size: 15px;
    font-weight: bold;
}
figure.discussion_visual {
    width: 59%;
}
figure.discussion_img{
    width: 90%;
    margin: 20px auto;
}
.discussion figcaption {
    margin: 0.3em 0 0 0.5em;
    font-size: 85%;
}
section.sliderArea {
    width: 85%;
    margin: 30px auto;
}
p.slideCaption {
    margin:0.5em 0 40px!important;
    font-size: 90%;
    line-height: 1.6!important;
}
.swiper-slide {
    position: relative;
}
.swiper-slide span {
    position: absolute;
    bottom: 0.5em;
    left: 1em;
    font-size: 150%;
    color: #fff;
}
section.registration {
    margin: 60px 0;
}
ul.regi_flow {
    width: 70%;
    margin: 50px auto;
    text-align: center;
}
.arrow {
    width: 28px;
    margin: 20px auto;
}
.arrow_check {
    width: 100px;
    margin: 20px auto;
}
ul.regi_flow li.notice {
    font-size: 85%;
    margin: 0.5em auto;
}
li.regi_flow_item {
    background-color: #F0F0F0;
    border-radius: 114px;
    font-weight: bold;
    padding: 20px 0;
    font-size: 20px;
}
li.item01 {
    background:#F0F0F0 url(/assets/images/enterprise/event/flag01.png) no-repeat 5%;
    background-size: 10%;
}
li.item02 {
    background:#F0F0F0 url(/assets/images/enterprise/event/flag02.png) no-repeat 5%;
    background-size: 10%;
}
li.item03 {
    background:#F0F0F0 url(/assets/images/enterprise/event/flag03.png) no-repeat 5%;
    background-size: 10%;
}
li.item04 {
    background:#F0F0F0 url(/assets/images/enterprise/event/flag04.png) no-repeat 5%;
    background-size: 10%;
}
li.item05 {
    background-color: #484848;
    color: #fff;
}

#event .iframe-wrap{
	position: relative;
	padding-top: 56.25%;
	margin: 0px 0 10px;
}
#event .iframe-wrap iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}

#event .link{
	color:#ff003c;
}

/***********************************************************************************************************************
* SPサイズ750px以下
***********************************************************************************************************************/
@media screen and (max-width: 750px){

#event .spOnly{display:block !important;}
#event .pcOnly{display: none !important;}
#event .forpc {
    display: none !important;
}
#event {
    padding: 0px 20px;
}
#event img, .event img {
	height: auto;
}
/* event top */
#event .event-wrap{
	margin: 40px auto;
	max-width: 450px;
}
#event .event-article{
	display: block;
}
#event .event-article a {
	width: 100%;
	margin-right: 0%;
}
#event .event-article a:hover{
	border:1px solid #eee;
}

#event .event-article a article{
	display: block;
}
#event .event-article a article .img-box img{
	transition: none;
}
#event .event-article a:hover article .img-box img{
	transform: none;
}
#event .event-article a article .txt-box{
	width: 100%;
	transition: none;
}
#event .event-article a:hover article .txt-box{
	opacity: 1;
}
#event .event-article a article .name {
    font-size: 100%;
    margin: 1em 0 0.5em;
}
#event .event-article a article .ttl {
    font-size: 100%;
}

/* event article */

#event .sns-list{
	position: static;
	right:0;
	top:-20px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#event .sns-list>li:nth-child(2){
	margin-left: 4px;
	margin-right: 4px;
}
#event .event-name {
    font-size: 16px;
    margin: 20px 0 28px;
}
#event .td-title {
    font-size: 18px;
    margin: 15px 0 25px;
}
#event .event-copy{
	margin: 25px 0;
}
#event .event-visual {
	margin: 15px 0 20px;
}
#event .event-img {
	width: 100%;
    margin: 30px auto;
}
#event .imgArea {
    display: block;
    width: 100%;
    margin: 30px auto;
}
#event .imgArea img {
    width: inherit;
    margin: 5px 0;
}
.nameTag {
    bottom: 30px;
    left: 5%;
    width: 40%;
}
.wf02_nameTag {
    position: absolute;
    right: -2vw;
    bottom: -20px;
}

.wf02_nameTags-left {
    right: inherit;
    left: -2vw;
    bottom: -50px;
}
.wf02_nameTags-right {
    right: -2vw;
    bottom: -50px;
}
.wf02_nameTag p.prof {
    font-size: 10px;
    padding: 0.5em;
}
.wf02_nameTag p.prof-name {
    font-size: 15px;
    padding: 0 0.5em;
}
#event .event-ttl span {
    display: inline;
}
#event .event-ttl {
    font-size: 22px;
    margin-bottom: 30px;
}
#event .event-info{
	margin: 40px 0 15px;
}
.discussion .discussion-heading-visual {
    display: block;
    margin-bottom: 30px;
}
.guestIntroduction {
    width: 100%;
    margin-bottom: 20px;
}
figure.discussion_visual {
    width: 100%;
}
.discussion .confe-speaker {
    margin: 0 0 0.5em 0;
}
figure.discussion_img {
    width: 100%;
}
ul.regi_flow {
    width: 100%;
    margin: 30px auto 50px;
}
.arrow {
    width: 20px;
    margin: 10px auto;
}
.arrow_check {
    width: 70px;
    margin: 10px auto;
}
ul.regi_flow li {
    font-size: 86%;
}
li.regi_flow_item {
    padding-left: 35px;
}
li.item01,
li.item02,
li.item03,
li.item04 {
    background-size: 14%;
}
li.item05 {
    padding-left: 0;
}
.swiper-button-next,
.swiper-button-prev {
    background-size: 20px 30px!important;
}
}/*750px*/
