@charset "utf-8";
/** GWP 全般:hタグの番号繰り上げ修正 **/

/* CSS Document */
/*******************************************
	BODY
*******************************************/
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSansCJKjp-Regular.otf') format("opentype"), 
		url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}

.tgw-core-freehtml /** GWP modify from body->#home **/ #home {
	min-width: 320px;
/** GWP delete
	background: url(../images/bg_top_mainvisual_pc.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
**/
}
nav.cmp-breadcrumb {
  position: relative;
  z-index: 1;
}
@media print {
	.tgw-core-freehtml /** GWP modify from body->#home **/ #home {
		background: url(../images/bg_top_mainvisual_pc.jpg) no-repeat top center;
		background-size: cover;
		background-attachment: local;
	}
}
/** GWP delete
@media screen and (max-width:750px) {
	.tgw-core-freehtml body {
		background: none;
	}
**/
/** GWP use background(z-index=-1) image block technique for safari method not only for all device **/
	.tgw-core-freehtml/** GWP delete --body**/::before {
		background: url('/content/dam/toshiba/jp/design/corporate/bg_top_mainvisual_pc.jpg') no-repeat top #000;
		background-size: 100% auto;
		display: block;
		position: fixed;
		top: 209px;
		left: 0;
		width: 100%;
		height: 100%;
		/* GWP delete --padding-bottom: 108px; */
		content: "";
		z-index: -1;
	}
  @media screen and (max-width:768px) {
    .tgw-core-freehtml::before {
      background: url('/content/dam/toshiba/jp/design/corporate/bg_top_mainvisual_sp.jpg') no-repeat top;
      background-size: 100% auto;
		  width: 100%;
		  height: 100%;
      top: 88px;
    }
  }

/** GWP delete
}
**/

.tgw-core-freehtml #gHeaderWrap {
	width: 100%;
	background: #fff;
}
/*******************************************
	CONTENTS
*******************************************/
.tgw-core-freehtml #top-animation {
	max-height: 100vh;
	/** GWP add --start **/
	max-height: calc(var(--vh, 1vh) * 100);
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	margin-top: -150px;
	padding-top: 150px;
	/** GWP add --end **/
}

.tgw-core-freehtml .top-contents {
	/*margin-top: 64px;*/
	position: relative;
	width: 100%;
	/** GWP delete --height: calc(100vh - 64px); **/
	height: 100%; /** GWP add **/
	overflow: hidden;
}
.tgw-core-freehtml .on-js{
	display: none;
}
.tgw-core-freehtml .top-contents-pc {
	visibility: visible;
}
.tgw-core-freehtml .top-contents-sp {
	visibility: hidden;
}
.top-contents .top-contents-pc .kv-links-01 {
  width: 202px;
  margin: 15px auto 0;
  background-color: #2d9bf0;
  padding: 10px 15px 13px;
}
.top-contents .top-contents-pc .kv-links-01 a {
  color: #fff;
}
.top-contents .top-contents-pc .kv-ban-01 {
  position: absolute;
  top: calc(100% - 290px);
  left: calc(100% - 150px);
}

@media screen and (max-width:768px) { /** GWP modify 750->768 **/
/** GWP delete
	.tgw-core-freehtml .top-contents {
		height: calc(100vh - 44px);
	}
	.tgw-core-freehtml .top-contents.js {
		height: calc(100% - 44px);
	}
**/
	.tgw-core-freehtml .top-contents-pc {
		visibility: hidden;
	}
	.tgw-core-freehtml .top-contents-sp {
		visibility: visible;
	}
  .top-contents .top-contents-sp .kv-links-01 {
    margin-top: 15px;
    background-color: #2d9bf0;
    padding: 10px 15px 13px;
  }
  .top-contents .top-contents-sp .kv-links-01 a {
    color: #fff;
  }
  .top-contents .top-contents-sp .kv-ban-01 {
    position: absolute;
    top: calc(100% - 262px);
    left: calc(100% - 84px);
  }
  .top-contents .top-contents-sp .kv-ban-01 img{
    width: 75px;
  }
}
.tgw-core-freehtml .delta-red {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 33.7%;
}
.tgw-core-freehtml .box-red {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: rgb(230,30,30);
	line-height: 0;
	vertical-align: top;
}
.tgw-core-freehtml .delta-blue {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: 66.3%;
}
.tgw-core-freehtml .delta-gray {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: 33%;
}
.tgw-core-freehtml .box-gray {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background: rgb(160,160,165);
	line-height: 0;
	vertical-align: top;
}
@media screen and (max-width:768px) { /** GWP modify 750->768 **/
	.tgw-core-freehtml .delta-red-sp {
		position: absolute;
		top: 0;
		left: -40px;
		width: auto;
		height: 32.4%;
	}
	.tgw-core-freehtml .box-red-sp {
		position: absolute;
		top: 0;
		left: -40px;
		display: inline-block;
		background: rgb(230,30,30);
		line-height: 0;
		vertical-align: top;
	}
	.tgw-core-freehtml .delta-blue-sp {
		position: absolute;
		bottom: 0;
		left: -40px;
		width: auto;
		height: 67.6%;
	}
	.tgw-core-freehtml .delta-gray-sp {
		position: absolute;
		bottom: 0;
		left: -40px;
		width: auto;
		height: 33.9%;
	}
	.tgw-core-freehtml .box-gray-sp {
		position: absolute;
		bottom: 0;
		left: -40px;
		display: inline-block;
		background: rgb(160,160,165);
		line-height: 0;
		vertical-align: top;
	}
}
.tgw-core-freehtml .title {
	position: absolute;
	top: 40%;
	left: calc(50% - 239px);
	text-align: center;
	opacity: 0
}
.tgw-core-freehtml .title img {
	height: 47px;
	vertical-align: bottom;
  filter: drop-shadow(5px 5px 5px #000);
}
@media screen and (max-width:768px) {/** GWP modify 750->768 **/
	.tgw-core-freehtml .title-sp {
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%,0);
		text-align: center;
		opacity: 0
	}
	.tgw-core-freehtml .title-sp img {
		height: 37px;
		vertical-align: bottom;
	}
	.tgw-core-freehtml .title-sp img {
		width: 222px;
    filter: drop-shadow(5px 5px 5px #000);
	}
	.tgw-core-freehtml .title-sp div {
		display: block;
		margin-top: 8px;
	}
}
.tgw-core-freehtml .news {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	/* opacity: 0; */
}
.tgw-core-freehtml .news a {
	color: #fff;
}
.tgw-core-freehtml .news dl {
	display: table;
	margin: 0 auto;
}
.tgw-core-freehtml .news dt {
	position: relative;
	display: table-cell;
	vertical-align: top;
	line-height: 1.1;
	padding: 0 18px 0 0;
	font-size: 30px; /** GWP rem-size 2rem -> 30px **/
}
.tgw-core-freehtml .news dt::after {
	position: absolute;
	top: 0.15em;
	right: 0;
	content: "";
	display: block;
	width: 2px;
	height: 0.9em;
	background: #fff;
}
.tgw-core-freehtml .news dd {
	line-height: 1.6;
	display: table-cell;
	vertical-align: top;
	padding: 5px 0 0 30px;
	font-size: 15px; /** GWP rem-size 1rem -> 15px **/
}
.tgw-core-freehtml .news dd li {
	display: table;
}
.tgw-core-freehtml .news dd li:not(:last-child) {
	margin-bottom: 12px;
}
.tgw-core-freehtml .news dd li span {
	display: table-cell;
}
.tgw-core-freehtml .news dd li span:first-child {
	width: 9em;
	padding-right: 1em;
	white-space: nowrap;
}
@media screen and (max-width:768px) {/** GWP modify 750->768 **/
	.tgw-core-freehtml .news {
		padding: 18px 28px 20px;
	}
	.tgw-core-freehtml .news dl {
		display: block;
	}
	.tgw-core-freehtml .news dt {
		display: block;
		line-height: 1.2;
		margin-bottom: 20px;
		padding: 5px 0 5px 12px;
		border-left: solid 2px #fff;
		font-size: 24px; /** GWP rem-size 1.6rem -> 24px **/
	}
	.tgw-core-freehtml .news dt::after {
		content: none;
	}
	.tgw-core-freehtml .news dd {
		display: block;
		padding: 0;
		font-size: 14.1px; /** GWP rem-size 0.94rem -> 14.1px **/
	}
	.tgw-core-freehtml .news dd li {
		display: block;
	}
	.tgw-core-freehtml .news dd li:not(:first-child) {
		display: none;
	}
	.tgw-core-freehtml .news dd li span {
		display: block;
	}
	.tgw-core-freehtml .news dd li span:first-child {
		width: auto;
		padding-right: 0;
	}
}

/*******************************************
	CONTENTS-COMMON
*******************************************/
.tgw-core-freehtml #home h1 {
	padding-top: 92px;
	font-size: 53px; /** GWP rem-size 3.53rem -> 53px **/
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
.tgw-core-freehtml .second-contents ,
.tgw-core-freehtml .third-contents ,
.tgw-core-freehtml .fourth-contents ,
.tgw-core-freehtml .fifth-contents {
	letter-spacing: 0.1rem;
}
@media screen and (min-width:769px) {/** GWP modify 751->769 **/
	.tgw-core-freehtml .second-contents ,
	.tgw-core-freehtml .third-contents ,
	.tgw-core-freehtml .fourth-contents ,
	.tgw-core-freehtml .fifth-contents {
		min-height: 100vh;
	}
}
@media screen and (max-width:768px) {/** GWP modify 750->768 **/
	.tgw-core-freehtml #home h1 {
		padding-top: 50px;
		font-size: 36px; /** GWP rem-size 2.4rem -> 36px **/
	}
}
/*******************************************
	CONTENTS 人を想う
*******************************************/
.tgw-core-freehtml .second-contents {
	width: 100%;
	padding-bottom: 5rem;
	background-color: rgba(255,255,255,0.7);
}
.tgw-core-freehtml .second-contents h1 {
	margin-bottom: 2.25rem;
	color: rgb(2, 50, 102);
}

.tgw-core-freehtml .second-contents ul {
	display: flex;
	max-width: 960px;
	margin: 0 auto 0 auto;
}
.tgw-core-freehtml .second-contents ul li {
	width: 50%;
	text-align: center;
}
/*.second-contents ul li:nth-child(2) {
	padding: 0 5rem 0 0;
}
.second-contents ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17rem;
	height: 17rem;
	line-height: 2.58rem;
	margin: 0 auto 25px;
	border-radius: 200px;
	color: #eef0f3;
	background: rgba(22,77,132,0.7);
	transition: all 0.3s;
	font-size: 1.7rem;
	font-family: NotoSansJP, sans-serif;
	font-weight:bold;
}*/
.tgw-core-freehtml .second-contents ul li a {
	display: inline-block;
	max-width: 240px;
}
.tgw-core-freehtml .second-contents ul li a img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all, 0.3s;
}
.tgw-core-freehtml .second-contents ul li a:hover img {
	opacity: 0.7;
	transition: all, 0.3s;
}

@media screen and (min-width:769px) {/** GWP modify 751->769 **/

	.tgw-core-freehtml .second-contents ul li:nth-child(odd) {
		padding-left: 6rem;
	}
	.tgw-core-freehtml .second-contents ul li:nth-child(even) {
		padding-right: 6rem;
	}

}
.tgw-core-freehtml .second-contents p {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif; 
/* 含まれていない漢字が登場しても、次の候補のフォント（ヒラギノ）などで表示されます */;
	margin-bottom: 5rem;
	color: rgb(2, 50, 102);
	text-align: center;
	font-size: 21.9px; /** GWP rem-size 1.46rem -> 21.9px **/
	font-weight: bold;
}
@media screen and (max-width:768px) {/** GWP modify 750->768 **/
	.tgw-core-freehtml .second-contents ul {
	}
	.tgw-core-freehtml .second-contents ul li {
		padding: 0 1.5rem 0 1.5rem;
	}
	.tgw-core-freehtml .second-contents ul li a {
		max-width: 336px;
	}

}

/*******************************************
	CONTENTS WORKS
*******************************************/
.tgw-core-freehtml .third-contents {
	width: 100%;
	background-color: #fff;
}
.tgw-core-freehtml .third-contents h1 {
	color: #555555;
}
.tgw-core-freehtml .third-contents img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.tgw-core-freehtml .third-contents ul {
	line-height: 1.6;
	letter-spacing: 1.5px; /** GWP rem-size 0.1rem -> 1.5px **/
/** GWP add --start **/
	display: flex;
	flex-wrap: wrap;
/** GWP add --end **/
}
.tgw-core-freehtml .third-contents ul:after {
	content: "";
	clear: both;
	display: block;
}
.tgw-core-freehtml .third-contents ul li {
	float: left;
	margin-bottom: 2rem;
	font-size: 1rem;
	text-align: center;
}
.tgw-core-freehtml .third-contents ul li a {
}
@media screen and (max-width: 768px) { /** GWP modify 750->768 **/
	.tgw-core-freehtml .third-contents ul {
		margin: 35px auto 0;
	}
	.tgw-core-freehtml .third-contents ul li {
		width: 50%;
		line-height: 1.5;
		font-size: 12px; /** GWP rem-size 0.8rem -> 12px **/
		padding: 0 0.7rem 0 0.35rem;
	}
	.tgw-core-freehtml .third-contents ul li:nth-child(odd) {
		padding: 0 0.35rem 0 0.7rem;
		content: "";
		clear: both;
		display: block;
	}
	.tgw-core-freehtml .third-contents ul li img {
		width: 100%;
	}
}
@media print, screen and (min-width: 769px) {/** GWP modify 751->769 **/
	.tgw-core-freehtml .third-contents ul {
		max-width: 1160px;
		margin: 70px auto 0 auto;
	}
	.tgw-core-freehtml .third-contents ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.tgw-core-freehtml .third-contents ul li {
		float: left;
		width: 32%;
		margin: 0 10px 75px 0;/** GWP rem-size 5rem -> 75px **/
		font-size: 14.4px; /** GWP rem-size 0.96rem -> 14.4px **/
		font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif; 
/* 含まれていない漢字が登場しても、次の候補のフォント（ヒラギノ）などで表示されます */;
	}
	.tgw-core-freehtml .third-contents ul li:nth-child(3n) {
		margin-right: 0;
	}
	.tgw-core-freehtml .third-contents ul li a {
	}
	.tgw-core-freehtml .third-contents ul li img {
		width: 100%;
		height: auto;
		transition: all 0.3s;
		margin-bottom: 5px;
	}
	.tgw-core-freehtml .third-contents ul li a:hover img {
		transition: all 0.3s;
		opacity: 0.7;
	}
}

/*******************************************
	CONTENTS sns
*******************************************/
.tgw-core-freehtml .sns-contents {
	width: 100%;
	background-color: #e0edf4;
}
.tgw-core-freehtml .sns-contents .h1_sub {
  padding-top: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.tgw-core-freehtml .sns-contents ul {
	display: flex;
	justify-content: space-between;
	max-width: 1160px;
	margin: 180px auto 0;
	padding-bottom: 75px;
}
.tgw-core-freehtml .sns-contents ul li {
	display: flex;
	width: 32%;
	justify-content: center;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}
.tgw-core-freehtml .sns-contents ul li a:hover img {
  transition: all 0.3s;
  opacity: 0.7;
}
.tgw-core-freehtml .sns-contents ul li span {
  padding-top: 15px;
    display: block;
}

/*******************************************
	CONTENTS CAREER
*******************************************/
/* .tgw-core-freehtml .fourth-contents {
	width: 100%;
	background-color: rgba(19,32,48,0.3);
} */
.tgw-core-freehtml .fourth-contents {
	width: 100%;
	background: rgb(187,191,199) url(/content/dam/toshiba/jp/design/corporate/bg_top_career.png) no-repeat center top;
  background-size: cover;
	background-attachment: fixed;
}
.tgw-core-freehtml .fourth-contents ul {
	display: flex;
	justify-content: space-between;
	max-width: 1160px;
	margin: 150px auto 0;
	padding-bottom: 75px;
}
.tgw-core-freehtml .fourth-contents ul li {
	display: flex;
	width: 32%;
	justify-content: center;
	text-align:center;
	font-size: 39.9px; /** GWP rem-size 2.66rem -> 39.9px **/
	font-weight: bold;
}
.tgw-core-freehtml .fourth-contents ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 75px 0;
	background: rgba(255,255,255,0.9);
	color: #2e3f5f;
	transition: all 0.3s;
}
.tgw-core-freehtml .fourth-contents ul li a::after {
	position: absolute;
	bottom: 55px;
	left: calc(50% - 4px);
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-bottom: solid 2px #2e3f5f;
	border-right: solid 2px #2e3f5f;
	transform: rotate(45deg);
}
.tgw-core-freehtml .fourth-contents ul li a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.63);
}
.tgw-core-freehtml .fourth-contents ul li span {
   font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif; 
/* 含まれていない漢字が登場しても、次の候補のフォント（ヒラギノ）などで表示されます */;
	position: relative;
	display: block;
	margin-top: 12px;
	padding: 0 0 17px;
	font-size: 15px; /** GWP rem-size 1rem -> 15px **/
	font-weight: bold;
}
.tgw-core-freehtml .fourth-contents ul li span::after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 97px);
	content: "";
	display: block;
	width: 195px;
	height: 2px;
	background: #2e3f5f;
}
@media screen and (max-width:959px) {
	.tgw-core-freehtml .fourth-contents ul li {
		font-size: 2.3rem;
	}
	.tgw-core-freehtml .fourth-contents ul li a {
		padding: 50px 0;
	}
	.tgw-core-freehtml .fourth-contents ul li a::after {
		bottom: 30px;
	}
	.tgw-core-freehtml .fourth-contents ul li span {
		margin-top: 10px;
		padding: 0 0 15px;
		font-size: 0.87rem;
	}
}
@media screen and (max-width:768px) {/** GWP modify 750->768 **/
	.tgw-core-freehtml .fourth-contents {
    width: initial;
    background: none;
    position: relative;
    overflow: hidden;
	}
	.tgw-core-freehtml .fourth-contents .bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    z-index: -1;
	}
	.tgw-core-freehtml .fourth-contents .bg-image::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(187,191,199) url(/content/dam/toshiba/jp/design/corporate/bg_top_career.png) no-repeat center top;
    background-size: cover;
	}
	.tgw-core-freehtml .fourth-contents ul {
		flex-wrap: wrap;
		justify-content: center;
		margin: 10px auto 0;
		text-align: center;
		letter-spacing: 0;
	}
	.tgw-core-freehtml .fourth-contents ul li {
		width: 50%;
		margin: 50px 1% 0;
		font-size: 19.1px; /** GWP rem-size 1.27rem -> 19.1px **/
	}
	.tgw-core-freehtml .fourth-contents ul li a {
		padding: 25px 0;
	}
	.tgw-core-freehtml .fourth-contents ul li a::after {
		position: absolute;
		bottom: 10px;
	}
	.tgw-core-freehtml .fourth-contents ul li span {
		font-size: 12px; /** GWP rem-size 0.8rem -> 12px **/
		margin: 4px 0 0;
		padding: 5px 0 0;
	}
	.tgw-core-freehtml .fourth-contents ul li span::after {
		position: absolute;
		bottom: auto;
		top: 0;
		left: calc(50% - 60px);
		content: "";
		display: block;
		width: 120px;
		height: 2px;
		background: #2e3f5f;
	}
}

/*******************************************
	CONTENTS museum
*******************************************/
.tgw-core-freehtml .museum-contents {
	width: 100%;
	background-color: #fff;
}
.tgw-core-freehtml .museum-contents .museum-banner {
  display: flex;
  justify-content: space-evenly;
  max-width: 1160px;
  margin: 150px auto 0 auto;
 }
 .tgw-core-freehtml .museum-contents .museum-banner .banner_link{
  width: 371px;
  text-align:center;
}
.tgw-core-freehtml .museum-contents .museum-banner .banner_link:hover{
  opacity:0.7;
	transition: all 0.3s;
}
.tgw-core-freehtml .museum-contents .museum-banner .banner_img {
  width: 100%;
  border:1px solid #ccc;
}

@media screen and (max-width:768px) {
  .tgw-core-freehtml .museum-contents .museum-banner {
    display: block;
    margin: 60px auto 0 auto;
   }
   .tgw-core-freehtml .museum-contents .museum-banner .banner_link{
    width: 75%;
    margin: 30px auto 0 auto;
  }
  .tgw-core-freehtml .museum-contents .museum-banner .banner_link {
    padding: 0;
  }
}

/*******************************************
	CONTENTS AWARDS
*******************************************/
.tgw-core-freehtml .fifth-contents {
	width: 100%;
	background: rgb(187,191,199) url(/content/dam/toshiba/jp/design/corporate/bg_top_award.jpg) no-repeat left top;
  background-size: cover;
	background-attachment: fixed;
}
.tgw-core-freehtml .fifth-contents h1 {
	color: #f7f7f7;
}
.tgw-core-freehtml .fifth-contents img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.tgw-core-freehtml .home-awards {
	max-width: 1160px;
	margin: 140px auto 0;
	padding-bottom: 75px;
}
.tgw-core-freehtml .home-awards::after {
	content: "";
	display: table;
	clear: both;
}
.tgw-core-freehtml .home-awards ul {
	float: right;
	padding-right: 20px;
}
.tgw-core-freehtml .home-awards ul li {
	margin-bottom: 45px;
  background-color: rgba(0, 0, 0, 0.4); 
  padding: 0 10px;
}
.tgw-core-freehtml .home-awards ul li a {
	padding-bottom: 5px;
	border-bottom: 1px dashed rgb(255,255,255);
}
.tgw-core-freehtml .home-awards ul li a img {
	transition: all 0.3s;
  filter: drop-shadow(5px 5px 5px #000);
}
.tgw-core-freehtml .home-awards ul li a:hover img {
	opacity: 0.7;
}
@media screen and (max-width:768px) {/** GWP modify 750->768 **/
	.tgw-core-freehtml .fifth-contents {
		background-size: cover;
		background-attachment: inherit;
	}
	.tgw-core-freehtml .home-awards {
		margin: 60px auto 0;
	}
	.tgw-core-freehtml .home-awards ul {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding: 0;
	}
	.tgw-core-freehtml .home-awards ul li {
		margin-bottom: 30px;
		text-align: center;
	}
}

/** GWP **/

@media screen and (max-width:768px) {
	.tgw-core-freehtml .gwp-internal-anchor-design-fix-for-design {
		padding-top: 44px;
	}
}

/**  for hide background-image on global footer **/
.globalfooter {
	background-color: white;
}

.tgw-core-freehtml .gwp-top-padding {
	height: 100%;
	position: relative;
}

@media screen and (max-width:768px) {
	.tgw-core-freehtml #top-animation {
		margin-top: -44px;
		padding-top: 44px;
	}
}

/** for front local header **/
.tgw-core-localheader {
    z-index: 200;
}@charset "utf-8";
/* CSS Document */

