body {
    background-color: #FFF;
}

div.hide {
    display: none;
}

span.icon {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
span.icon.life {
    background-image: url(/image/ml_portal/2020/icon/icon_life_light.png);
}
span.icon.industry {
    background-image: url(/image/ml_portal/2020/icon/icon_industry_light.png);
}
span.icon.it {
    background-image: url(/image/ml_portal/2020/icon/icon_it_light.png);
}
span.icon.mobility {
    background-image: url(/image/ml_portal/2020/icon/icon_mobility_light.png);
}
span.icon.energy {
    background-image: url(/image/ml_portal/2020/icon/icon_energy_light.png);
}

.Section.lastSection {
    margin: 0 auto;
    padding: 0 15px 20px;
    background-color: #FFF;
}
.lastSection ul {
    margin: 0;
}


.flexSet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 60px;
}
.flexSet.Gap {
    /*gap: 30px;*/
    margin-bottom: 30px;
}
.flexSet.Nowrap {
    flex-wrap: nowrap;
}
.flexSet > * {
    box-sizing: border-box;
    
}
.flexSet.Col2 > * { width: 50%;}
.flexSet.Col3 > * { width: 33.33%;}
.flexSet.Col4 > * { width: 25%;}
.flexSet.Col2.Gap > * { 
    width: calc((100% - 30px)/2);
    margin-left: 30px;
}
.flexSet.Col3.Gap > * { 
    width: calc((100% - 60px)/3);
    margin-left: 30px;
}
.flexSet.Col4.Gap > * { 
    width: calc((100% - 90px)/4);
    margin-left: 30px;
}
.flexSet.Col2.Gap > *:nth-child(2n+1),
.flexSet.Col3.Gap > *:nth-child(3n+1),
.flexSet.Col4.Gap > *:nth-child(4n+1) {
    margin-left: 0px;
}
.flexSet.Reverse {
    flex-direction: row-reverse;
}

.flexSet.Col2.Gap.Reverse > *:nth-child(2n+2),
.flexSet.Col3.Gap.Reverse > *:nth-child(3n+2),
.flexSet.Col4.Gap.Reverse > *:nth-child(4n+2) {
    margin-left: 0px;
}

.flexSet.Column,
.flexSet > .Column {
    display: flex;
    flex-direction: column;
}
.flexSet.MidAdjust,
.flexSet > .MidAdjust {
    display: flex;
    justify-content: center;
    align-items: center;
}


#SuperGlobalNaviCompany .subMenu {
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}



/****************video area***************/
#videoArea .flexSet {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 60px;
}
#videoArea .flexSet .Column {
    display: block;
    background-color: #eee;
    border-radius: 5px;
    transition: all 0.5s;
    margin-bottom: 30px;
}

#videoArea .flexSet .Column.hide {
    display:none;
    transition: all 0.5s;
}
#videoArea .flexSet .Column:hover {
    box-shadow: 0 0px 50px rgba(0,0,0, 0.38);
    background-color: #FFF;
}

#videoArea .flexSet .Column:hover img,
#videoArea .flexSet .Column:hover .ModalYouTubeLink::before {
    transform: scale(1.06);
}


#videoArea .flexSet .Column a {
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
#videoArea .flexSet .Column a span {
    display: block;
    min-height: 130px;
}
#videoArea .flexSet .Column .img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition: all 0.5s;
}
#videoArea .Column .Panel2Text {
    display: block;
    padding: 0 10px 15px;
    font-size: 90%;
}



.videoLink {
	position: relative;
	display: inline-block;
}

.videoLink:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	background-color: #e60027;
	opacity: .5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.videoLink:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	background-color: #e60027;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.PC .videoLink:hover:before,
.PC .videoLink:active:before,
.PC .videoLink:hover:after,
.PC .videoLink:active:after {background-color: #b1000e;}

.videoLink span {
	position: relative;
	display: block;
}
.videoLink span:after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -3px;
	border-left: solid 9px #fff;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
}



@media screen and (max-width: 767px) {
    .JS .flexSet {
        flex-direction: column;
    }
    .JS .flexSet > * {
        width: 100%;
        margin: 0;
    }
    .JS .flexSet.Gap > * {
        width: 100%;
        margin: 0 0 30px;
    }

}


.materialButton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    color: #FFF;
    background-color: rgb(33, 150, 243));
    overflow: hidden;
    outline: none;
}

.materialButton::-moz-focus-inner {
    border: none;
}

/* Overlay */
.materialButton::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.materialButton::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: #FFF;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
/* .materialButton:hover,
.materialButton:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
} */

.materialButton:hover::before {
}

.materialButton:hover:focus::before {
    opacity: 0;
}

/* Active */
/* .materialButton:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
} */

.materialButton:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.materialButton:disabled {
    color: rgba(255,255,255, 0.38);
    background-color: rgba(255,255,255, 0.12);
    cursor: initial;
}

.materialButton:disabled::before {
    opacity: 0;
}

.materialButton:disabled::after {
    opacity: 0;
}

/**************************************************/
/*******************  QR Code  ********************/
/**************************************************/
.FatBanner {
    background-color: #FFF;
    overflow: visible;
}
.FatBanner li {
    width: auto;
    margin: 0;
}

ul#qrCode {
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
}
ul#qrCode li div {
    margin: 20px 10px;
    padding: 10px;
    color: #FFF;
    text-align: left;
    font-size: 12px;
    width: 150px;
    padding-left: 50px;
    border-radius: 5px;
    background: url(/image/ml_portal/2020/icon/icon_qrcode_light.png) 10px center no-repeat;
    background-size: auto 60%;
    box-sizing: border-box;
    cursor: pointer;
}
ul#qrCode li.green div {
    background-color: #3f9227;
}

ul#qrCode li.yellow div {
    background-color: #f39d17;
}

ul#qrCode li.blue div {
    background-color: #05adec;
}

ul#qrCode li.deepblue div {
    background-color: #4a7fa7;
}
ul#qrCode li .tooltip strong {
    display: block;
    color: #FFF;
    font-size: 120%;
    text-decoration: none;
}


ul#qrCode .tooltip {
    position: relative;
    display: inline-block;
    line-height: 1.2;
}
  
ul#qrCode .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    min-height: 150px;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 0 10px #333;
}
ul#qrCode span.tooltiptext img {
    width: 100%;
}

ul#qrCode .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
ul#qrCode .tooltip:hover {
    opacity: .8;
}
ul#qrCode .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    text-align: center;
}
ul#qrCode .tooltip:hover .tooltiptext img {
    display: block;
    margin: 5px auto;
    width: 130px;
}

@media screen and (max-width: 1304px) {
    .OptionWideRWD .FatBanner li {
        width: auto;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .FatBanner strong {
        background-image: none;
    }
    ul#qrCode  {
        flex-wrap: wrap;
        background-color: #FFF;
    }
    ul#qrCode li {
        box-sizing: border-box;
    }
    ul#qrCode li div {
        margin: 10px 5px;
        width: 130px;
        font-size: 72%;
    }
}



