@charset "Shift_JIS";

/* **************************************************

Name: add_top.css
Description: Setting of Top Page
Create: 2019.6
Copyright 2019 Hitachi, Ltd. 

***************************************************** */

@import url('https://fonts.googleapis.com/css?family=Iceberg&display=swap');

/* [-] Top Page
=========================================================================================== */
.FloatingUnit {
	background-color: #E40A2D;
  display: none;
}
.LeftLinks li a:hover,
.LeftLinks li a:active,
.LeftLinks li.Current a {
	background-color: #333 !important;
}
.RightLinks li.myPage a {
  background-color: #333;
}

@media screen and (max-width: 910px) {
  .JS .LeftLinks li {width: 20%;}
  .JS .LeftLinks li:nth-of-type(4) {width: 20%;}
}
@media screen and (max-width: 767px) {
  .JS .LeftLinks li {width: 20%;}
  .JS .LeftLinks li:nth-of-type(4) {width: 20%;}
}
@media screen and (max-width: 579px) {
	.JS .LeftLinks li,
  .JS .LeftLinks li:nth-of-type(4) {
		width: 20%;
	}
	.JS .LeftLinks li a {
    padding: 12px 10px;
		border-bottom: none;
    font-size: 83%;
	}
  .JS .LeftLinks li:nth-of-type(3) a,
  .JS .LeftLinks li:nth-of-type(4) a {
    border-bottom: none;
  }
  .JS .RightLinks {
    border-top: none;
  }
}

.fixed {
  display: block;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}





.BrandingArea {
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	/*background-color: #f2f2f2;*/
	overflow: hidden;
}

.SliderWrap {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #fff;
}
.SliderWrap.bgBlack {
  background-color: #000;
} 
.SliderWrap.bgBlack p[class*="TextStyle"],
.SliderWrap.bgBlack p[class*="TextStyle"] *{
  color: #fff;
} 
.SliderWrap.main2 {
  background-size: cover;
}

/*
.SliderWrap.DM {
	background: url(/common/image/top/main_03a.png) left top no-repeat;
}
.SliderWrap.DM > div {
	background: url(/common/image/top/main_03b.png) right bottom no-repeat;
}
*/
.SliderInner {
	width: 100%;
	max-width: 965px;
  min-height: 576px;
	margin: 0 auto;
	padding: 58px 0 30px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.SliderInner > span {
	display: inline-block;
	padding: 0 100px;
	background-color: rgba(255,255,255,0.5);
}

.SliderInner .slantSet {
  text-decoration: none;
}
.SliderInner .slantStyle {
  display: inline-block;
  min-height: 30px;
  padding-right: 40px;
  margin-right: 20px;
  background: url("/common/image/top/main_slant.png") right bottom no-repeat;
  border-bottom: 1px solid #fff;
}
.SliderInner .slantSet span:not(.slantStyle){
  white-space: nowrap;
}
a.slantSet:link span:not(.slantStyle),
a.slantSet:visited span:not(.slantStyle) {
	text-decoration: underline;
}
a.slantSet:hover span:not(.slantStyle),
a.slantSet:active span:not(.slantStyle) {
	text-decoration: none;
}

.txtShadow {text-shadow: 0 0 3px #000;}


/* ‘æ1’e */
.theFirst .SliderInner {
  padding: 15px 42px 0 42px;
}
.theFirst .ImgOnlyStyle:first-child {
  margin-bottom: 0;
}

/* ‘æ2’e */
.SliderWrap.the2nd {
  background-size: cover;
}
.the2nd .SliderInner {
	padding: 30px 0;
}
.the2nd .ImgOnlyStyle {
  margin-bottom: 30px;
}

.main3 .SliderInner {
	padding: 45px 0;
	background-position: right bottom;
	background-repeat: no-repeat;
  text-align: left;
}

.SliderWrap.main3 .main3_Date {
  display: table;
}
.SliderWrap.main3 .main3_Date > div {
  display: table-cell;
  padding-left: 13px;
  vertical-align: middle;
}
.SliderWrap.main3 .main3_Date .cell_1 p {
  padding: 2px 12px;
  font-size: 90%;
  background-color: #d9d9d9;
}
.SliderWrap.main3 .main3_Date .cell_2 p {
  font-size: 67%;
  margin-bottom: 0;
}


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

.JS .BrandingArea img {
		max-width: 100%;
		height: auto;
	}
	.JS .SliderWrap {
		background-size: cover;
	}
	.JS .SliderInner .Column2 {
		width: 50%;
		margin: 0;
		padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

}

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

	.JS .SliderInner {
    padding-left: 15px !important;
    padding-right: 15px !important;
	}

}

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

  .JS .SliderInner .Column2 {
    float: none;
    width: auto;
  }

	.JS .BrandingArea .SliderInner {
    min-height: 686px;
    padding-top: 80px;
    padding-bottom: 20px;
	}
	.JS .theFirst .SliderInner {
    padding-top: 28px;
    padding-bottom: 20px;
	}
  .JS .theFirst .ImgOnlyStyle:first-child {
    margin-bottom: 10px;
  }
  .JS .the2nd .SliderInner {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .JS .the2nd .ImgOnlyStyle {
    margin-bottom: 10px;
  }
	.JS .main3 .SliderInner {
    padding-top: 45px;
	}

}

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

  .JS .SliderWrap.main3 .SliderInner{
    padding-top: 30px;
    background-size: 95%;
  }
  .JS .SliderWrap.main3 .main3_Date {
    display: block;
    margin-left: 15px;
  }
  .JS .SliderWrap.main3 .main3_Date > div {
    display: block;
    padding-left: 0;
  }
  .JS .SliderWrap.main3 .main3_Date .cell_1 p {
    display: inline-block;
    margin-bottom: 10px;
  }

  .JS .SliderInner > span {
    width: 100%;
    padding: 0;
  }

}

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

	.JS .BrandingArea .SliderInner {
    min-height: 686px;
	}

  .JS .SliderInner .slantStyle {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

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

	.JS .BrandingArea .SliderInner {
    min-height: 661px;
	}
  .JS .SliderWrap.main3 .SliderInner {
    background-position: right -10px bottom;
    background-size: 130%;
  }

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

	.JS .BrandingArea .SliderInner {
    min-height: 540px;
	}
  .JS .main .SliderInner,
  .JS .main2 .SliderInner {
    padding-top: 50px;
	}
  .JS .SliderInner .slantStyle {
    padding-right: 51px;
  }
  .JS .SliderWrap.main3 .SliderInner {
    background-position: right -10px bottom;
    background-size: 115%;
  }
  .JS .SliderWrap.main3 .main3_Date {
    margin-left: 11px;
  }
  .JS .SliderWrap.main3 .main3_Date .cell_1 p {
    font-size: 83%;
  }

}

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

	.JS .BrandingArea .SliderInner {
    min-height: 478px;
	}

}


/* News
=========================================================================================== */

.DateListStyle2 dd {
  margin-left: 7em;
}

#NewsTicker .DateListStyle {
  margin-bottom: 0;
}
#NewsTicker .DateListStyle li {
  margin-bottom: 0;
}
#NewsTicker .DateListStyle span.Date {
  display: inline-block;
	float: none;
	line-height: 100%;
  width: 9em;
}
#NewsTicker .DateListStyle a {
  display: inline;
  margin: 0;
}

.ticker {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}


/* Wide Back Ground
=========================================================================================== */
.bgMask_W {
  height: 100%;
  background: rgba(255,255,255,0.75);
}
.bgMask_B {
  height: 100%;
  background: rgba(0,0,0,0.2);
}

.SectionBg_Blk {
  position: relative;
  background-color: #000;
  margin-bottom: 0;
  padding: 60px 0 40px;
}

.SectionBg_Divide {
  position: relative;
  background-color: #f00;
  margin-bottom: 70px;
}
.SectionBg_Divide:before {
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  content: '';
  position: absolute;
  background: #000 url("/common/image/top/sib_bg.jpg") no-repeat right center;
  background-size: cover;
}
.SectionBg_Divide .Grid4 {
  position: relative;
}
.SectionBg_Divide .TextSet {
  float: right;
  width: 60%;
  padding: 6% 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.SectionBg_Divide .TextSet .ImgOnlyStyle {
  margin-bottom: 20px;
}
.SectionBg_Divide a {
  outline: none;
  text-decoration: none;
}
.SectionBg_Divide .TextStyle0 {
  color: #fff;
  margin-bottom: 20px;
}
.SectionBg_Divide .ButtonStyle1 span {
  display: inline-block;
	min-width: 130px;
	min-height: 18px;
	margin: 0;
	text-align: center;
	font-size: 83%;
	line-height: 130%;
	background-image: url(../../image/jp/r1/icon/icon_link_right_l_hd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	word-break: break-all;
}
.SectionBg_Divide a:link .ButtonStyle1 span,
.SectionBg_Divide a:visited .ButtonStyle1 span {
	padding: 9px 22px 9px 15px;
	background-color: #fff;
	color: #e60027;
	text-decoration: none;
	border-right: solid 3px transparent;
}
.SectionBg_Divide a:hover .ButtonStyle1 span,
.SectionBg_Divide a:active .ButtonStyle1 span {
	padding: 9px 24px 9px 15px;
	background-color: #fff;
	color: #b1000e;
	text-decoration: none;
	border-right: solid 1px transparent;
}

.SectionBg_Report {
	margin: 0;
  padding: 0;
  background:
    url("/common/image/top/report_l_bg01.jpg") center top no-repeat,
    url("/common/image/top/report_l_bg02.jpg") center bottom no-repeat;
	background-color: #000;
  background-size: contain;
}
.SectionBg_Report .bgMask_B {
	padding: 90px 0 55px;
}
.SectionBg_Report .Section {
	padding: 0 0 35px;
}

.SectionBg_Exhibit {
	margin: 0 0 50px;
	padding: 0;
  background: url("/common/image/top/exhibit_bg.jpg") center top no-repeat;
	background-color: #000;
  background-size: cover;
}
.SectionBg_Report .bgMask_B {
  background: rgba(0,0,0,0.7);
}

.SectionBg_01 {
	margin: 0;
	padding: 15px 0;
	background-color: #F2F2F2;
}
.SectionBg_01 .DateListStyle2,
.SectionBg_01 .DateListStyle2 .ListStyle1 {
  margin-bottom: 0;
}
.SectionBg_02 {
	margin: 0 0 30px;
	padding: 35px 0 15px;
	background-color: #F2F2F2;
}

.SectionBg_Resist {
  position: relative;
  background: #fff url("/common/image/top/main_03_bg.png") right bottom no-repeat;
  margin-bottom: 0;
}
.SectionBg_Resist .bgMask_W {
  padding: 90px 0;
}
.SectionBg_Navi {
  background: #f2f2f2 url("/common/image/top/navi_bg.png") right bottom no-repeat;
  padding: 90px 0;
  margin-bottom: 100px;
}

.SectionBg_Report2 {
	margin: 0 0 50px;
	padding: 60px 0 30px;
  background: url("/common/image/top/report_bg03.jpg") center top no-repeat;
	background-color: #000;
  background-size: cover;
}

/* Regist Area
=========================================================================================== */

.topLeftColumn {
	float: left;
	width: 530px;
}
.topRightColumn {
	float: left;
	width: 410px;
	margin: 0 0 0 25px;
}

.TopPanel {
  margin: 0;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.15);
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
.TopPanel .Inner {
	padding: 30px 15px 15px;
	background-color: #fff;
	text-align: center;
}
.TopPanel .TitleStyle {
  display: inline-block;
  min-height: 84px;
	margin-bottom: 20px;
	padding-left: 88px;
  text-align: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 84px 84px;
	-moz-background-size: 84px 84px;
	-webkit-background-size: 84px 84px;
	-o-background-size: 84px 84px;
	-ms-background-size: 84px 84px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.TopPanel .TitleStyle.catRegist {
  padding-top: 21px;
	background-image: url(/common/image/icon/icon_mk_check.png);
}
.TopPanel .TitleStyle.catMypage {
  padding-top: 9px;
	background-image: url(/common/image/icon/icon_mk_entry.png);
}
.TopPanel .Title {
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
}
.TopPanel .Title span {
	font-size: 68%;
}
.TopPanel .subTitle {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  font-size: 90%;
  font-weight: bold;
  line-height: 110%;
  color: #e30a2e;
}
.TopPanel .TextStyle1 {
  min-height: 5em;
}


/* Heading
=========================================================================================== */

h2.CondensedStyle {
  margin: 0 0 40px;
  padding: 0;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  font-size: 230%;
  font-weight: bold;
  line-height: 110%;
  color: #e30a2e;
}
h2.CondensedStyle + .SubTitle {
  margin: -25px 0 40px;
  font-size: 100%;
  font-weight: bold;
  color: #e30a2e;
}
.SectionBg_01 h2.CondensedStyle {
  font-style: italic;
  margin: 0 0 10px;
  font-size: 200%;
  color: #000;
}

.SectionBg_Report h2.CondensedStyle + .SubTitle {
  color: #fff;
}


/* Case Study Area
=========================================================================================== */

.CaseStudyArea {
  margin: 0 0 40px;
}
.CaseStudyArea:after {
  content: "";
  display: block;
  clear: both;
}
.CaseLeft {
  float: left;
  width: 36%;
}
.CaseRight {
  float: right;
  width: 64%;
}
.CaseRight .Img {
  position: relative;
  margin: 0 0 10px;
}
.CaseRight img {
  width: 100%;
  height: 253px;
  object-fit: cover;
}
.CaseRight .Img .Title {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 30px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6));
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  color: #fff;
  font-size: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CaseRight .Theme{
  font-size: 90%;
  font-weight: bold;
  line-height: 100%;
  color: #e30a2e;
}


/* Reports
=========================================================================================== */

/* Heading */
.ReportStyle {
  padding: 5px 0 5px 15px;
	margin: 0 0 15px;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	line-height: 130%;
  vertical-align: middle;
  border-left: 9px #e60027 solid;
}
.SectionBg_Navi .ReportStyle {
	color: #333;
}
.ReportStyle .Sub {
  display: inline-block;
  padding-left: 10px;
  font-size: 62%;
  font-weight: normal;
  color: #e30a2e;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
}

.ReportStyle .note {
  display: inline-block;
  padding-left: 10px;
  font-size: 62%;
  font-weight: normal;
}

/* YouTube */
.ImgOnlyStyle .ModalYouTubeLink {
  background-color: #fff;
}
.ImgOnlyStyle .ModalYouTubeLink img {
  margin: 0;
}
.ImgOnlyStyle .ModalYouTubeLink:before {
	width: 54px;
	height: 54px;
	margin: -27px 0 0 -27px;
  border: 1px #fff solid;
	background-color: transparent;
	opacity: 1;
}
.ImgOnlyStyle .ModalYouTubeLink:after {
	width: 44px;
	height: 44px;
	margin: -21px 0 0 -21px;
	background-color: #fff;
}
.ImgOnlyStyle .ModalYouTubeLink span:after {
	margin: -4px 0 0 -2px;
	border-left: solid 9px #e30a2e;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}

.PC .ImgOnlyStyle .ModalYouTubeLink:hover:before,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:before {
  background-color: transparent;
  border-color: #e30a2e;
}
.PC .ImgOnlyStyle .ModalYouTubeLink:hover:after,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:after { background-color: #e30a2e; }
.PC .ImgOnlyStyle .ModalYouTubeLink:hover span:after,
.PC .ImgOnlyStyle .ModalYouTubeLink:active span:after { border-left-color: #fff; }


.ImgOnlyStyle .ReportLink,
.ImgOnlyStyle .CategoryLink{
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.ImgOnlyStyle .ReportLink img,
.ImgOnlyStyle .CategoryLink img {
  margin: 0;
}
.ImgOnlyStyle .ReportLink:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 33px;
	height: 33px;
	bottom: 0;
	right: 0;
	background-color: #e30a2e;
}
.ImgOnlyStyle .ReportLink:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 33px;
	height: 33px;
	bottom: 0px;
	right: 0px;
	background-image: url(../../image/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 33px 33px;
	-moz-background-size: 33px 33px;
	-webkit-background-size: 33px 33px;
	-o-background-size: 33px 33px;
	-ms-background-size: 33px 33px;
}
.PC .ImgOnlyStyle .ReportLink:hover:before,
.PC .ImgOnlyStyle .ReportLink:active:before {background-color: #b1000e;}

.ImgOnlyStyle .ReportLink > span,
.ImgOnlyStyle .CategoryLink > span {
  display: block;
}

.PC .ImgOnlyStyle .ModalYouTubeLink:hover img,
.PC .ImgOnlyStyle .ModalYouTubeLink:active img,
.PC .ImgOnlyStyle .ReportLink:hover img,
.PC .ImgOnlyStyle .ReportLink:active img,
.PC .ImgOnlyStyle .CategoryLink:hover img,
.PC .ImgOnlyStyle .CategoryLink:active img{
  opacity: .8;
  transition: .2s;
}

.ImgOnlyStyle .ModalYouTubeLink .Title:after {
	content: none;
}
.ImgOnlyStyle .ModalYouTubeLink .Title,
.ImgOnlyStyle .ReportLink .Title {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  padding: 2%;
  font-size: 180%;
  line-height: 110%;
  font-weight: bold;
  text-align: left;
  text-shadow: 0 0 5px #000;
}
.ImgOnlyStyle .ReportLink .Title {
  padding-right: 33px;
}
.ImgOnlyStyle .ReportLink .Title > span {
  display: inline-block;
  margin-top: 5px;
  font-size: 80%;
  font-weight: normal;
}
.ReportTitle {
  margin: -5px 0 20px;
  color: #fff;
  font-size: 90%;
  line-height: 110%;
  font-weight: bold;
}
.ImgOnlyStyle .ReportLink .Title > span,
.ReportTitle > span {
  display: inline-block;
  margin-top: 10px;
  font-size: 90%;
  line-height: 130%;
  font-weight: normal;
}
.SectionBg_Navi .ReportTitle {
	color: #333;
}

.ImgOnlyStyle .CategoryLink {
  overflow: hidden;
}
.ImgOnlyStyle .CategoryLink .innerContents {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 90%;
}

.ImgOnlyStyle .CategoryLink.catExh .innerContents {
  left: 90px;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
  text-align: left;
}
.CategoryLink .innerContents > span {
  display: block;
}
.CategoryLink .Title {
  color: #fff;
  font-size: 180%;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 60px;
  background: top center no-repeat;
}
.CategoryLink.catProgram .Title {
  background-image: url("/common/image/top/navi_03_icon.png");
}
.CategoryLink.catTimetable .Title {
  background-image: url("/common/image/top/navi_04_icon.png");
}
.CategoryLink.catExh .Title {
  padding-top: 38px;
  background-position: left top;
  background-image: url("/common/image/top/navi_05_icon.png");
}
.CategoryLink .sub {
  font-size: 100%;
  font-weight: normal;
  color: #e30a2e;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  margin-bottom: 30px;
}
.CategoryLink .text {
  color: #fff;
  font-size: 110%;
  margin-bottom: 30px;
}
.CategoryLink .innerContents > span.link {
  display: inline-block;
  font-size: 100%;
	min-width: 200px;
	min-height: 18px;
	margin: 0 0 15px;
	text-align: center;
	line-height: 130%;
	background-image: url(../../../image/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}
.CategoryLink:link .link,
.CategoryLink:visited .link {
	padding: 9px 22px 9px 15px;
	background-color: #e60027;
	color: #fff;
	text-decoration: none;
	border-right: solid 3px transparent;
}
.CategoryLink:hover .link,
.CategoryLink:active .link {
	padding: 9px 24px 9px 15px;
	background-color: #b1000e;
	color: #fff;
	text-decoration: none;
	border-right: solid 1px transparent;
}

.pad {
  padding-top: 90px;
}


/* Information
=========================================================================================== */
[class*="InfoBox"] {
  margin: 0 0 15px;
  background-image: url("/common/image/top/info_bg.png");
  background-repeat: no-repeat;
}
.InfoBox4 {
  background: url("/common/image/top/info4_bg.jpg") left top no-repeat;
  background-size: cover;
}
.InfoBox4 .bgMask_B {
  background: rgba(0,0,0,0.7);
}

[class*="InfoBox"] .Inner {
/*  padding: 50px 50px 30px;*/
  padding: 20px 40px 5px;
}
.InfoBox1 .logo {
  padding: 30px 34px 0;
}
.InfoBox1 .logo img {
  width: 100%;
  height: auto;
}
.InfoBox1 .logo + .Inner {
  padding-top: 12px;
  padding-bottom: 0;
}
.InfoBox4 .Inner {
  padding: 0 15px 1px;
}

[class*="InfoBox"] .Title {
  font-size: 180%;
  line-height: 100%;
  color: #e30a2e;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
[class*="InfoBox"] .Title img {
  vertical-align: middle;
}
[class*="InfoBox"] .subTitle {
  font-size: 100%;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
[class*="InfoBox"] .roundImg {
  margin-bottom: 20px;
  min-height: 150px;
}
[class*="InfoBox"] .roundImg img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}
.InfoBox4 .Title {
  font-size: 190%;
  color: #fff;
  text-align: left;
}
.InfoBox4 .Title span {
  white-space: nowrap;
  padding-left: 15px;
}
.InfoBox4 .TextStyle1 {
  color: #fff;
}

.InfoBox1 {
  background-position: center top;
}
.InfoBox2 {
  background-position: right top;
}
.InfoBox3 {
  background-position: left top;
}

.bgPG {
  background-color: #f00;
  /*margin-bottom: 20px;*/
}
.bgPG .columnL,
.bgPG .columnR {width: 50%;}

.bgPG [class*="TextStyle"] {
  color: #fff;
}
.bgPG .Inner {
  padding: 20px 15px 0;
}


/* Exhibits
=========================================================================================== */

.BoxExhibit {
  position: relative;
  display: inline-block;
  padding: 10% 54px 10% 0;
  background-color: #e30a2e;
}
.BoxExhibit:before {
  content: "";
  background-color: #e30a2e;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 79px;
}
.BoxExhibit h2.CondensedStyle {
  margin: 0 0 20px;
  color: #fff;
}
.BoxExhibit h2.CondensedStyle + .SubTitle {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #fff;
}
.BoxExhibit p[class*="TextStyle"] {
  margin-bottom: 40px;
  color: #fff;
}
.BoxExhibit .ButtonStyle1 a {
  margin-bottom: 0;
	background-image: url(../../image/jp/r1/icon/icon_link_right_l_hd.gif);
}
.BoxExhibit .ButtonStyle1 a:link,
.BoxExhibit .ButtonStyle1 a:visited {
	background-color: #fff;
	color: #e60027;
}
.BoxExhibit .ButtonStyle1 a:hover,
.BoxExhibit .ButtonStyle1 a:active {
	background-color: #fff;
	color: #b1000e;
}


.fb-page {
	width:100%;
  max-width: 500px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
.fb-page > span,
.fb-page iframe {
	width: 100% !important;
}

.twitter-timeline {
	margin-bottom: 15px;
}

/* Common
=========================================================================================== */

.ButtonStyle1W a {
	display: inline-block;
	min-width: 130px;
	min-height: 18px;
	margin: 0 0 15px;
	text-align: center;
	font-size: 83%;
	line-height: 130%;
	background-image: url("../../../image/jp/r1/icon/icon_link_right_hd.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	word-break: break-all;
}
.ButtonStyle1W a:link,
.ButtonStyle1W a:visited {
	padding: 9px 22px 9px 15px;
	background-color: #fff;
	color: #e60027;
	text-decoration: none;
	border-right: solid 3px transparent;
}
.ButtonStyle1W a:hover,
.ButtonStyle1W a:active {
	padding: 9px 24px 9px 15px;
	background-color: #fff;
	color: #e60027;
	text-decoration: none;
	border-right: solid 1px transparent;
}

.ButtonStyle1W a strong {
	font-weight: normal;
	color: #e60027;
}

.txtW,
.txtW strong {
  color: #fff !important;
}


/* for - 994px
=========================================================================================== */

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

	.JS [class *= 'SectionBg_'] {
		margin-left: -15px;
		margin-right: -15px;
	}
	.JS [class *= 'SectionBg_'] .GridSet {
		padding-left: 15px;
		padding-right: 15px;
	}

	.JS .topLeftColumn,
	.JS .topRightColumn {
		margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	.JS .topLeftColumn {
		width: 55%;
		padding: 0 0 0 15px;
	}
	.JS .topRightColumn {
		width: 45%;
		padding: 0 0 0 15px;
	}



  /* for IE Bug */
  .JS #Contents .ImgOnlyStyle .ModalYouTubeLink img,
  .JS #Contents .ImgOnlyStyle .ReportLink img{
    width: 100%;
    height: auto;
  }


}

/* for - 965px
=========================================================================================== */


/* for - 767px
=========================================================================================== */

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

	.JS .topLeftColumn,
	.JS .topRightColumn {
		width: 50%;
	}

  .JS .BoxExhibit {
    width: 55%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .JS .CaseLeft,
  .JS .CaseRight{
    float: none;
    width: 100%;
  }

  .JS .CaseLeft h2.CondensedStyle {
    margin-bottom: 15px;
  }
  .JS .CaseLeft h2.CondensedStyle + .SubTitle {
    margin-top: -10px;
    margin-bottom: 15px;
  }

.JS .ImgOnlyStyle .CategoryLink.catExh .innerContents {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.JS .CategoryLink.catExh .Title {
  background-position: center top;
}
.JS .bgPG .columnL,
.JS .bgPG .columnR {
  float: none;
  width: auto;
}
.JS [class*="InfoBox"] .roundImg {
  min-height: 1px;
}

}

/* for - 687px
=========================================================================================== */



/* for - 579px
=========================================================================================== */

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

  .JS .SectionBg_Resist .bgMask_W {
    padding: 45px 0 30px;
  }
  .JS .topLeftColumn,
	.JS .topRightColumn {
    float: none;
		width: 100%;
	}
  .JS .TopPanel {
    margin-bottom: 15px;
  }
  .JS .TopPanel .TextStyle1 {
    min-height: 1px;
  }
  .JS .CategoryLink .sub {
    margin-bottom: 15px;
  }
  .JS .CategoryLink .text {
    margin-bottom: 15px;
  }

}

/* for - 399px
=========================================================================================== */

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

  .JS .SectionBg_Divide {
    margin-bottom: 40px;
  }
  .JS .SectionBg_Divide:before {
    content: none;
  }
  .JS .SectionBg_Divide .TextSet {
    width: 100%;
    padding: 20px 0;
  }
  .JS .SectionBg_Divide .TextStyle0 {
    font-size: 90%;
  }
	.JS .SectionBg_Divide .ButtonStyle1 span {
		display: block;
		min-width: 0;
	}
  .JS .SectionBg_Report .bgMask_B {
    padding-top: 40px;
    padding-bottom: 1px;
  }

  .JS .SectionBg_Exhibit {
    background-image: none;
    background-color: #e30a2e;
  }
  .JS .SectionBg_Exhibit .bgMask_B {
    background-color: transparent;
  }
  .JS .BoxExhibit {
    width: 100%;
    padding-right: 0;
  }

  .JS .CaseRight .Img .Title {
    padding: 10px 5px 5px;
    font-size: 80%;
  }
  .JS div[class*="InfoBox"] .Inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .JS .InfoBox1 .logo {
    padding-left: 4px;
    padding-right: 4px;
  }
  .JS .SectionBg_Report2 {
    padding: 30px 0 15px;
  }
  .JS .SectionBg_Report2 h2.CondensedStyle {
    font-size: 150%;
  }

}


/* [-] Slider
=========================================================================================== */

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 12px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  color: #e30a2e;
}
.slick-dots li button:before {
  opacity: 1;
  color: #666;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e30a2e;
}
.slick-prev,
.slick-next {
  z-index: 10;
  width: 35px;
  height: 35px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  margin-top: -17.5px;
}
.slick-prev { text-align: left; }
.slick-next { text-align: right; }
.slick-prev:before,
.slick-next:before {
  text-shadow: 0 0 4px #000;
  font-size: 30px;
  line-height: 35px;
}

.BrandingArea .slick-slide img {
  display: inline-block;
}
.BrandingArea .slick-prev {
  left: -webkit-calc((100vw - 965px)/2 - 10px);
  left: calc((100vw - 965px)/2 - 10px);
}
.BrandingArea .slick-next {
  right: -webkit-calc((100vw - 965px)/2 - 10px);
  right: calc((100vw - 965px)/2 - 10px);
}
.BrandingArea .slick-dots {
  right: 0;
  width: -webkit-calc(50% + 30px);
  width: calc(50% + 30px);
  /*margin-left: 30px;*/
  text-align: left;
  bottom: 5px;
  z-index: 9999;
}

.BrandingArea #tglBtn {
  position: absolute;
  bottom: 5px;
  left: 46%;
  left: calc(50% - 20px - 40px);
  width: 20px;
  height: 18px;
  padding-top: 5px;
  /*padding: 5px;*/
  /*margin-left: -23px;*/
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  z-index: 9999;
  cursor: pointer;
}
.BrandingArea #tglBtn > span {
  display: inline-block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  cursor: pointer;
}
.BrandingArea #tglBtn #startBtn {
  background: url("/common/slick/controls.png") -86px -11px no-repeat;
}
.BrandingArea #tglBtn #startBtn:hover,
.BrandingArea #tglBtn #startBtn:active {
  background-position: -86px 0;
}
.BrandingArea #tglBtn #stopBtn {
  background: url("/common/slick/controls.png") -86px -44px no-repeat;
}
.BrandingArea #tglBtn #stopBtn:hover,
.BrandingArea #tglBtn #stopBtn:active {
  background-position: -86px -33px;
}

.CaseStudyArea .slick-prev {
  left: 2px;
}
.CaseStudyArea .slick-next {
  right: 2px;
}
.CaseStudyArea .slick-dots {
  bottom: 0;
  text-align: right;
}


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

  .JS .BrandingArea .slick-prev {
    left: 0;
  }
  .JS .BrandingArea .slick-next {
    right: 0;
  }

}

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

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

  .JS .CaseStudyArea .slick-dots {
    bottom: -25px;
    text-align: center;
    z-index: 0;
  }

  .JS .BrandingArea .SliderInner .TextStyleLL {
    font-size: 120%;
	}
	.JS .BrandingArea .SliderInner .TextStyleL {
    font-size: 110%;
	}

}

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

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

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

}


/* [-] Count Down

=========================================================================================== */

.timerHSIF {
  margin: 0;
  text-align: center;
  color: #fff;
}
.yycountdown-box {}

.countdownDay {
  display: block;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
.yyc-day {
  font-size: 400%;
}
.countdownTime {
  font-family: 'Iceberg', cursive;
  font-size: 300%;
  font-weight: bold;
}
