@charset "utf-8";
/** GWP 全般:hタグの番号繰り上げ修正 **/

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	src: url("../font/NotoSansCJKjp-Regular.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: bold;
	src: url("../font/NotoSansCJKjp-Bold.woff") format('woff');
}
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSansCJKjp-Regular.otf') format("opentype"), 
		 url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}


.tgw-core-freehtml html {
	overflow-y: scroll;
    font-size: 93.8%;
}
.tgw-core-freehtml, .modaal-wrapper /** GWP delete --body, add modaal-wrapper **/ {
	position: relative;
	color: rgb(50, 50, 50);
    font-size: 100%;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif; 
/* 含まれていない漢字が登場しても、次の候補のフォント（ヒラギノ）などで表示されます */;
	font-weight: 500;
	font-style: normal;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	/** GWP add from css/2013/imp_base.css**/ line-height: 1;
}

.tgw-core-freehtml /** GWP delete --body **/ * {
	box-sizing: border-box;
}
.tgw-core-freehtml p {
	font-size: 15px;/** GWP rem-size 1rem -> 15px **/
}
.tgw-core-freehtml strong {
	font-weight: bold;
}
.tgw-core-freehtml a:link, .modaal-wrapper a:link { /** GWP add .modaal-wrapper css **/
	color: rgb(50, 50, 50);
	text-decoration: none;
	transition: 0.15s;
}
.tgw-core-freehtml a:visited, .modaal-wrapper a:visited { /** GWP add .modaal-wrapper css **/
	color: rgb(50, 50, 50);
}
.tgw-core-freehtml a:hover, .modaal-wrapper a:hover { /** GWP add .modaal-wrapper css **/
	color: rgb(50, 50, 50);
	text-decoration: underline;
}
.tgw-core-freehtml a.externalLink, .modaal-wrapper a.externalLink { /** GWP add .modaal-wrapper css **/
	color: rgb(204, 0, 0);
}
.tgw-core-freehtml #gHeader img {
	vertical-align: bottom;
}
.tgw-core-freehtml #gHeader a {
	color: rgb(50, 50, 50);
}
.tgw-core-freehtml #identifier {
	top: 24px;
	left: 210px;
	font-size: 0.5rem;
}
.tgw-core-freehtml #identifier img {
	width: inherit;
	height: inherit;
}
.tgw-core-freehtml ._rsp-header {
	border-bottom: none;
	height: 44px;
	background: #fff;
}
.tgw-core-freehtml ._rsp-hd-menu dt {
	display: none;
}

.tgw-core-freehtml #mainContents {
	line-height: 1.6;
	letter-spacing: 1.5px;/** GWP rem-size 0.1rem -> 1.5px **/
}

.tgw-core-freehtml .switchCheck {
	display: none;
}
.tgw-core-freehtml #drawerSwitch {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	cursor: pointer;
	z-index: 102;
}
.tgw-core-freehtml #drawerButton {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
	width: 44px;
	height: 44px;
	padding: 13px 10px 0 13px;
	border: none;
	background: none;
	color: rgb(255, 255, 255);
	background: rgba(6, 11, 23, 0.85);
	text-align: center;
	cursor: pointer;
	outline: none;
}
.tgw-core-freehtml #drawerButton span {
	display: block;
	width: 19px;
	height: 2px;
	margin: 0 0 6px 0;
	background: rgb(255, 255, 255);
	transition: all 0.2s;
	transform-origin: 0 0;
}
.tgw-core-freehtml .switchCheck:checked ~ #drawerButton span {
	width: 23px;
}
.tgw-core-freehtml .switchCheck:checked ~ #drawerButton .dBar01 {
	transform: rotate(45deg);
}
.tgw-core-freehtml .switchCheck:checked ~ #drawerButton .dBar02 {
	opacity: 0;
}
.tgw-core-freehtml .switchCheck:checked ~ #drawerButton .dBar03 {
	margin-left: -1px;
	transform: rotate(-45deg);
}

.tgw-core-freehtml #drawerGlobalMenu {
	z-index: 20;
	position: absolute;
	top: 44px;
	right: 0;
	overflow: hidden;
	letter-spacing: 0.1rem;
	pointer-events: none;
}
.tgw-core-freehtml .switchCheck:checked ~ #drawerGlobalMenu {
	z-index: 20;
}
.tgw-core-freehtml #drawerGlobalMenu div {	/* 全体を一気に表示させるための囲み */
	z-index: 20;
	transition: all 0.3s;
	transform: translate(100%, 0);
	pointer-events: all;
}
.tgw-core-freehtml .switchCheck:checked ~ #drawerGlobalMenu div {	/* チェックボックスオン */
	transform: translate(0);
}
.tgw-core-freehtml #drawerGlobalMenu ul {
}
.tgw-core-freehtml #drawerGlobalMenu ul li {
	font-size: 18px;/** GWP rem-size 1.2rem -> 18px **/
}
.tgw-core-freehtml #drawerGlobalMenu ul li ul li {
	font-size: 15px;/** GWP rem-size 1rem -> 15px **/
}
.tgw-core-freehtml #drawerGlobalMenu ul li ul li a,
.tgw-core-freehtml #drawerGlobalMenu ul li ul li span {
	text-decoration: none;
}
.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul li {
	font-size: 12px;/** GWP rem-size 0.8rem -> 12px **/
}
.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul li  a,
.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul li  span {
	padding-left: 2rem;
}

.tgw-core-freehtml #mainVisual {
	width: 100%;
	height:170px;
	margin: 0 auto 0 auto;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	letter-spacing: 0.1rem;
}
.tgw-core-freehtml #mainVisual #titleArea {
	color: rgb(255,255,255);
}
.tgw-core-freehtml #mainVisual #titleArea h1 {
	line-height: 1;
	font-weight: bold;
}
.tgw-core-freehtml #mainVisual #titleArea p {
	font-size: 0.94rem;
}
.tgw-core-freehtml #breadcrumbList {
	margin: 0.5rem 0 3rem 0.65rem;
	font-size: 0.74rem;
}
.tgw-core-freehtml .contentsFullGray {
	background: rgb(238, 239, 240);
}
.tgw-core-freehtml .contents1160,
.tgw-core-freehtml .contents1024,
.tgw-core-freehtml .contents960 {
	margin: 0 auto 0 auto;
}
.tgw-core-freehtml .contents1160:after,
.tgw-core-freehtml .contents1024:after,
.tgw-core-freehtml .contents960:after {
	content: "";
	clear: both;
	display: block;
}
.tgw-core-freehtml .stretchImage {
	width: 100%;
}
.tgw-core-freehtml .stretchImage img {
	width: 100%;
	height: auto;
}
.tgw-core-freehtml h2 {
	margin-bottom: 3rem;
	font-size: 1.55rem;
}
.tgw-core-freehtml h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

.tgw-core-freehtml #awardsLink {
	width: 100%;
	min-height: 41rem;
	padding-top: 5rem;
	background: rgb(187, 191, 199) url(/content/dam/toshiba/jp/design/corporate/ourdesign/bg_awards_01.jpg) no-repeat center bottom;
  background-size: cover;
}
.tgw-core-freehtml #awardsLink dl {
}
.tgw-core-freehtml #awardsLink dl dt {
	margin-bottom: 8.6rem;
	font-size: 36px;/** GWP rem-size 2.4rem -> 36px **/
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: bold;
}
.tgw-core-freehtml #awardsLink ul {
}
.tgw-core-freehtml #awardsLink ul li {
	line-height: 1;
	margin-bottom: 3rem;
  background-color: rgba(0, 0, 0, 0.4); 
  padding: 0 10px;
}
.tgw-core-freehtml #awardsLink ul li a {
	padding-bottom: 3rem;
	border-bottom: 1px dashed rgb(255,255,255);
}
.tgw-core-freehtml #awardsLink ul li:last-child,
.tgw-core-freehtml #awardsLink ul li:last-child a {
	padding-bottom: 0;
}
.tgw-core-freehtml #awardsLink ul li img {
	max-width: 100%;
	height: auto;
  filter: drop-shadow(5px 5px 5px #000);
}

.tgw-core-freehtml footer {
	/** GWP delete --padding-bottom: 2rem; **/
	background: #fff;
}
.tgw-core-freehtml footer a {
	color: rgb(28, 37, 52)!important;
}
.tgw-core-freehtml footer #primaryFooter {
	/** GWP Change Color background: rgb(34, 46, 64); **/
	background: rgb(255, 255, 255);
}
.tgw-core-freehtml footer #primaryFooter div {
	/** GWP edit padding: 0.9rem 0 1rem 0; **/
	padding: 0.9rem 0 0 0;
	/** GWP Change Color color: rgb(255, 255, 255); **/
	color: rgb(0, 0, 0);
	
}
.tgw-core-freehtml footer #primaryFooter div:after {
	content: "";
	clear: both;
	display: block;
}
.tgw-core-freehtml footer #primaryFooter div > strong {
	font-size: 1rem;
}
.tgw-core-freehtml footer #primaryFooter div dl {
}
.tgw-core-freehtml footer #primaryFooter div dl dt {
	margin-bottom: 1rem;
	font-size: 18px;/** GWP rem-size 1.2rem -> 18px **/
}
.tgw-core-freehtml footer #primaryFooter div dl dd {
	line-height: 1.3;
}
.tgw-core-freehtml footer #secondaryFooter {
}
.tgw-core-freehtml footer #secondaryFooter:after {
	content: "";
	clear: both;
	display: block;
}
.tgw-core-freehtml footer #secondaryFooter ul {
}
.tgw-core-freehtml footer #secondaryFooter ul li {
	float: left;
}
.tgw-core-freehtml footer #secondaryFooter ul li a,
.tgw-core-freehtml footer #secondaryFooter ul li span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1rem;
}
.tgw-core-freehtml footer #secondaryFooter ul li a::before,
.tgw-core-freehtml footer #secondaryFooter ul li span::before {
	position: absolute;
	top: 0.2rem;
	left: 0;
	content: "";
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid rgb(28, 37, 52);
	border-right: 1px solid rgb(28, 37, 52);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tgw-core-freehtml footer #secondaryFooter ul li a::after ,
.tgw-core-freehtml footer #secondaryFooter ul li span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: auto;
	vertical-align: middle;
}
.tgw-core-freehtml footer #secondaryFooter p {
	font-size: 0.8rem;
}

.tgw-core-freehtml #toTop {
	position: fixed;
	bottom: 0;
	right: 2rem;
	display: block;
	width: 4rem;
	height: 4rem;
	z-index: 300;
	background: rgb(46, 54, 66);
	text-indent: -10000px;
}
.tgw-core-freehtml #toTop:before {
	position: absolute;
	top: calc(50% - 0.25rem);
	left: calc(50% - 0.5rem);
	content: '';
	width: 1rem;
	height: 1rem;
	border-top: solid 2px rgb(255, 255, 255);
	border-right: solid 2px rgb(255, 255, 255);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tgw-core-freehtml .textLeft {
	text-align: left;
}
.tgw-core-freehtml .textCenter {
	text-align: center;
}
.tgw-core-freehtml .textRight {
	text-align: right;
}
.tgw-core-freehtml .textRed {
	color: rgb(230, 30, 30);
}
.tgw-core-freehtml .captionText {
	font-size: 0.8rem;
}
.tgw-core-freehtml .marginRight05rem {
	margin-right: 0.5rem;
}
.tgw-core-freehtml .marginRight1rem {
	margin-right: 1rem;
}
.tgw-core-freehtml .marginRight2rem {
	margin-right: 2rem;
}
.tgw-core-freehtml .marginRight3rem {
	margin-right: 3rem;
}
.tgw-core-freehtml .marginRight4rem {
	margin-right: 4rem;
}
.tgw-core-freehtml .marginRight5rem {
	margin-right: 5rem;
}
.tgw-core-freehtml .marginBottom1rem {
	margin-bottom: 0.5rem;
}
.tgw-core-freehtml .marginBottom2rem {
	margin-bottom: 1rem;
}
.tgw-core-freehtml .marginBottom3rem {
	margin-bottom: 2rem;
}
.tgw-core-freehtml .marginBottom4rem {
	margin-bottom: 3rem;
}
.tgw-core-freehtml .marginBottom5rem {
	margin-bottom: 4rem;
}
.tgw-core-freehtml .marginBottom6rem {
	margin-bottom: 5em;
}
.tgw-core-freehtml .marginBottom7rem {
	margin-bottom: 6rem;
}
.tgw-core-freehtml .marginLeft1rem {
	margin-left: 1rem;
}
.tgw-core-freehtml .marginLeft2rem {
	margin-left: 2rem;
}
.tgw-core-freehtml .marginLeft3rem {
	margin-left: 3rem;
}
.tgw-core-freehtml .marginLeft4rem {
	margin-left: 4rem;
}
.tgw-core-freehtml .marginLeft5rem {
	margin-left: 5rem;
}

.tgw-core-freehtml .floatLeft {
	float: left;
}

.tgw-core-freehtml .floatRight {
	float: right;
}
.tgw-core-freehtml .floatLeft_text {
	float: left;
}

.tgw-core-freehtml .floatRight_text {
	float: right;
}
.tgw-core-freehtml .clear {
	clear: both;
}

.tgw-core-freehtml .bgC01 {
	background: rgb(255, 255, 255);
}
.tgw-core-freehtml .bgC02 {
	background: rgb(237, 237, 237);
}
.tgw-core-freehtml .bgC03 {
	background: rgb(247, 247, 247);
}
.tgw-core-freehtml .bgC04 {
	background: rgb(0, 0, 0);
}

.tgw-core-freehtml .pdf-icon, .modaal-wrapper .pdf-icon { /** GWP add modaal-wrapper **/
	vertical-align: middle;
}
.tgw-core-freehtml .letter-space-none {
	letter-spacing: none;
}

@media screen and (max-width: 768px) {
	
    .tgw-core-freehtml .pcOnly {
		display: none;
	}

	.tgw-core-freehtml /** GWP delete --body **/ #mainContents {
		line-height: 1.7;
		margin-top: 0;
		text-align: left;
	}
	.tgw-core-freehtml /** GWP delete --body **/ #mainContents p {
    line-height: 1.9;
	font-size: 13.4px;/** GWP rem-size 0.89rem -> 13.4px **/
	}
	
	.tgw-core-freehtml #drawerGlobalMenu {
		width: 100%;
	}
	.tgw-core-freehtml #drawerGlobalMenu a {
		display: block;
		padding: 0.6rem 1rem 0.6rem 1rem;
		color: rgba(255, 255, 255, 0.8);
		font-weight: bold;
		background: rgba(6, 11, 23, 0.85);
	}
	.tgw-core-freehtml #drawerGlobalMenu span {
		display: block;
		padding: 0.6rem 1rem 0.6rem 1rem;
		color: rgb(255, 255, 255);
		font-weight: bold;
		background: rgba(6, 11, 23, 0.85);
	}
	.tgw-core-freehtml #drawerGlobalMenu a:hover {
		text-decoration: none;
	}
	.tgw-core-freehtml #drawerGlobalMenu a:active{
		text-decoration: underline;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li {
		position: relative;
		text-decoration: none;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li::before,
	.tgw-core-freehtml #drawerGlobalMenu ul li::after{
		position: absolute;
		top: 1.2rem;
		right: 0;
		margin: auto;
		content: "";
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li::before{
		right: 20px;
		width: 8px;
		height: 8px;
		border-top: 1px solid rgb(189, 196, 212);
		border-right: 1px solid rgb(189, 196, 212);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li a,
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li span {
		font-weight: 500;
		background: rgba(19, 32, 48, 0.85);
	}

	.tgw-core-freehtml #mainVisual {
		padding: 4rem 0 5.5rem 0;
		background-image: url(../images/bg_titleback.png);
	}
	.tgw-core-freehtml #mainVisual #titleArea {
		color: rgb(255,255,255);
	}
	.tgw-core-freehtml #mainVisual #titleArea h1 {
		margin-bottom: 0.5rem;
		font-size: 36px; /** GWP rem-size 2.4rem -> 36px **/
	}
	.tgw-core-freehtml #mainVisual #titleArea p {
		font-size: 14.1px;/** GWP rem-size 0.94rem -> 14.1px **/
	}

	.tgw-core-freehtml .contentsFull {
		width: 100%;
	}
	.tgw-core-freehtml .contentsFullGray {
		font-size:1.46rem;
		width: 100%;
		padding: 0 0 2rem 0;
	}
	
	.tgw-core-freehtml .contentsFullsecond {
		font-size:1.46rem;
		width: 100%;
		padding: 0 0 2rem 0;
	}
	.tgw-core-freehtml .contents1160,
	.tgw-core-freehtml .contents1024,
	.tgw-core-freehtml .contents960 {
		padding: 0 0.65rem 0 0.65rem;
	}

	.tgw-core-freehtml #externalCaption /** GWP add **/,.tgw-core-freehtml .externalCaption {
		margin: 0 4rem 0.65rem 0.65rem;
		font-size: 0.7rem;
	}
	.tgw-core-freehtml #externalCaption img /** GWP add **/,.tgw-core-freehtml .externalCaption img {
		width: 16px;
		margin-right: 0.25rem;
	}
.tgw-core-freehtml .external_w_Caption {
    margin-top: 0;
    margin-right: 4rem;
    margin-left: 0;
    margin-bottom: 0.65rem;
    font-size: 0.7rem;
	}
	.tgw-core-freehtml .external_w_Caption img {
		width: 16px;
		margin-right: 0.25rem;
	}
	.tgw-core-freehtml #awardsLink {
		padding-bottom: 12rem;
		padding-bottom: 8rem;
		/*background-size: 200%;
		background-position: 50% 25%;*/
		background: url(/content/dam/toshiba/jp/design/corporate/ourdesign/bg_awards_01.jpg) no-repeat left bottom;
		background-size: cover;
	}
	.tgw-core-freehtml #awardsLink dl dt {
		margin-bottom: 60px;
	}
	.tgw-core-freehtml #awardsLink ul {
		width: 70%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tgw-core-freehtml #awardsLink ul li {
	}
	.tgw-core-freehtml #awardsLink ul li a {
	}
	.tgw-core-freehtml #awardsLink ul li a:last-child {
		padding-bottom: 0;
	}

	.tgw-core-freehtml footer {
	}
	.tgw-core-freehtml footer #primaryFooter {
		display: none;
	}
	.tgw-core-freehtml footer #secondaryFooter {
		border-top: 1px solid rgb(34, 46, 64);
		margin: 0 auto 0 auto;
		padding-top: 0.75rem
	}
	.tgw-core-freehtml footer #secondaryFooter ul {
		margin-bottom: 0.75rem;
	}
	.tgw-core-freehtml footer #secondaryFooter ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.tgw-core-freehtml footer #secondaryFooter ul li {
		width: 50%;
		margin-bottom: 0.75rem;
		padding-left: 0.5rem;
		font-size: 0.87rem;
	}
	.tgw-core-freehtml footer #secondaryFooter ul li a {
	}
	.tgw-core-freehtml footer #secondaryFooter ul li a::before,
	.tgw-core-freehtml footer #secondaryFooter ul li span::before {
		top: 0.45rem;
		left: 0;
		content: "";
		margin: auto;
		width: 6px;
		height: 6px;
		border-top: 1px solid rgb(34, 46, 64);
		border-right: 1px solid rgb(34, 46, 64);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.tgw-core-freehtml footer #secondaryFooter p {
		text-align: center;
	}

	.tgw-core-freehtml #toTop {
		bottom: 0;
		right: 0;
		width: 3rem;
		height: 3rem;
	}
	.tgw-core-freehtml #toTop:before {
		top: calc(50% - 0.2rem);
		left: calc(50% - 0.4rem);
		width: 0.7rem;
		height: 0.7rem;
		border-top: solid 1px rgb(255, 255, 255);
		border-right: solid 1px rgb(255, 255, 255);
		transform: rotate(-45deg);
	}

	.tgw-core-freehtml .pdf-icon, .modaal-wrapper .pdf-icon { /** GWP add modaal-wrapper **/
		width: 14px;
		height: auto;
	}
	.tgw-core-freehtml .letter-space-none {
		letter-spacing: none;
	}
	.tgw-core-freehtml #externalCaption /** GWP add **/,.tgw-core-freehtml .externalCaption {
		font-size:0.86rem;
		margin: 0 auto 0.5rem auto;
	}
	.tgw-core-freehtml .external_w_Caption {
		font-size:0.86rem;
		margin: 0 auto 0.5rem auto;
	}
}

@media print, screen and (min-width: 769px) {
	
	.tgw-core-freehtml .spOnly {
		display: none;
	}
	.tgw-core-freehtml #gHeader{
		width: 100%;
		max-width: 960px;
	}
	.tgw-core-freehtml #gHeaderRightBlock{
		width: 500px;
	}
	.tgw-core-freehtml ul.list-utility {
		margin-top: 20px;
		font-size: 0.94rem;
	}
	.tgw-core-freehtml ul.list-utility li.en,
	.tgw-core-freehtml ul.list-utility li.en-active,
	.tgw-core-freehtml ul.list-utility li.sitemap,
	.tgw-core-freehtml ul.list-utility li.sitemap-active,
	.tgw-core-freehtml ul.list-utility li.contact,
	.tgw-core-freehtml ul.list-utility li.contact-active {
		background-position: 0 50%;
	}
	.tgw-core-freehtml #drawerSwitch {
		top: 64px;
		right: 100px;
		width: 60px;
		height: 60px;
	}
	.tgw-core-freehtml #drawerButton {
		top: 64px;
		right: 100px;
		width: 60px;
		height: 60px;
		padding: 18px 10px 0 18px;
		border: none;
		color: rgb(255, 255, 255);
		background: rgba(6, 11, 23, 0.85);
		text-align: center;
		cursor: pointer;
		outline: none;
	}
	.tgw-core-freehtml #drawerButton span {
		width: 26px;
		height: 2px;
		margin: 0 0 8px 0;
	}
	.tgw-core-freehtml .switchCheck:checked ~ #drawerButton span {
		width: 28px;
	}
	.tgw-core-freehtml .switchCheck:checked ~ #drawerButton .dBar01 {
		margin-left: 3px;
	}
	.tgw-core-freehtml .switchCheck:checked ~ #drawerButton .dBar02 {
		opacity: 0;
	}
	.tgw-core-freehtml .switchCheck:checked ~ #drawerButton .dBar03 {
		margin-left: 2px;
	}

	.tgw-core-freehtml #drawerGlobalMenu {
		top: 64px;
		right: 0;
		text-align: right;
	}
	.tgw-core-freehtml #drawerGlobalMenu div > ul {
		min-height: calc(100vh - 64px);
		padding: 105.1px 105.1px 45px 60px;/** GWP mod from --7rem 7rem 3rem 4rem **/
		background: rgba(19, 32, 48, 0.85);
	}
	.tgw-core-freehtml #drawerGlobalMenu a {
		color: rgba(255, 255, 255, 0.8);
	}
	.tgw-core-freehtml #drawerGlobalMenu ul {
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li {
		margin-bottom: 41.3px;/** GWP rem-size 2.75rem -> 41.3px **/
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li a {
		display: inline-block;
		position: relative;
		text-decoration: none;
		font-weight: bold;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li a::after {
		position: absolute;
		bottom: -5px;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: rgba(255, 255, 255, 0.9);
		transform: scale(0, 1);
		transform-origin: center top;
		transition: all 0.3s;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li span {
		display: inline-block;
		position: relative;
		color: rgb(255, 255, 255);
		font-weight: bold;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li span::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: rgba(255, 255, 255, 0.9);
	}

	.tgw-core-freehtml #drawerGlobalMenu ul li.currentCategory a {
		color: rgb(255, 255, 255);
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li.currentCategory a::after {
		background: rgb(255, 255, 255);
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li.currentCategory span {
		color: rgb(255, 255, 255);
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li.currentCategory span::after {
		background: rgb(255, 255, 255);
	}


	.tgw-core-freehtml #drawerGlobalMenu ul a:hover::after,
	.tgw-core-freehtml #drawerGlobalMenu ul li.currentPage a::after {
		transform: scale(1, 1);
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li a:hover {
		transition: all 0.3s;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul {
		margin-bottom: 2.75rem;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li {
		position: relative;
		margin: 12px 0.25rem 12px 0;/** GWP rem-size 0.8rem -> 12px **/
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li {
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li a {
		font-weight: 500;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul {
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul li {
		padding-right: 2.25rem;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul li::after {
		position: absolute;
		top: 0.4rem;
		right: 1.5rem;
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px rgb(173, 179, 198);
		border-right: solid 1px rgb(173, 179, 198);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: -4px;
	}
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul li  a,
	.tgw-core-freehtml #drawerGlobalMenu ul li ul li ul li  span {
		padding-left: 0;
	}


	.tgw-core-freehtml /** GWP delete --body **/ #mainContents {
		margin-top: 0;
		text-align: left;
	}
	.tgw-core-freehtml #mainContents p {
		line-height: 30px;/** GWP rem-size 2rem -> 30px **/
	}
	.tgw-core-freehtml #mainVisual {
		position: relative;
		width: 100%;
		min-height: 290px;
		margin: 0 auto 0 auto;
		z-index: 1;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		text-align: center;
	}
	.tgw-core-freehtml #mainVisual #titleArea {
		position: absolute;
		top: 10rem;
		right: 0;
		left: 0;
		color: rgb(255,255,255);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.tgw-core-freehtml #mainVisual #titleArea h1 {
		margin-bottom: 1.6rem;
		font-size: 60px; /** GWP rem-size 4rem -> 60px **/
	}
	.tgw-core-freehtml #mainVisual #titleArea p {
		font-size: 21px; /** GWP rem-size 1.4rem -> 21px **/
	}
	.tgw-core-freehtml #breadcrumbList {
		max-width: 1160px;
		margin: 0.3rem auto 4rem auto;
		font-size: 0.8rem;
	}
	.tgw-core-freehtml .contentsFull {
		width: 100%;
	}
	.tgw-core-freehtml .contentsFullGray {
		font-family: NotoSansJP, sans-serif;
		width: 100%;
		padding: 0 0 2rem 0;
	}
	.tgw-core-freehtml .contentsFullsecond {
		width: 100%;
		padding: 0 0 2rem 0;
	}
	.tgw-core-freehtml .contents1160 {
		max-width: 1160px;
	}
	.tgw-core-freehtml .contents1024 {
		max-width: 1024px;
	}
	.tgw-core-freehtml .contents960 {
		max-width: 960px;
	}
	.tgw-core-freehtml .contents940 {
		max-width: 940px;
	}
	
	.tgw-core-freehtml h2 {
		margin-bottom: 4rem;
		font-size: 29.4px; /** GWP rem-size 1.96rem -> 29.4px **/
	}
	.tgw-core-freehtml h3 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.tgw-core-freehtml #externalCaption /** GWP add **/,.tgw-core-freehtml .externalCaption {
		max-width: 1024px;
		font-size: 12.9px;/** GWP rem-size 0.86rem -> 12.9px **/
		margin: 0 auto 0.5rem auto;
	}
	.tgw-core-freehtml #externalCaption img /** GWP add **/,.tgw-core-freehtml .externalCaption img {
		width: 18px;
		margin-right: 0.25rem;
	}
	.tgw-core-freehtml .external_w_Caption {
		max-width: 1160px;
		font-size: 0.86rem;
		margin: 0 auto 0.5rem auto;
		clear: both;
	}
	.tgw-core-freehtml .external_w_Caption img {
		width: 18px;
	}

	.tgw-core-freehtml #awardsLink {
		min-height: 51rem;
		padding-top: 6rem;
	}
	.tgw-core-freehtml #awardsLink dl {
		max-width: 1160px;
		margin: 0 auto 0 auto;
	}
	.tgw-core-freehtml #awardsLink dl:after {
		content: "";
		clear: both;
		display: block;
	}
	.tgw-core-freehtml #awardsLink dl dt {
		margin-bottom: 105.1px;/** GWP rem-size 7rem -> 105.1px **/
		font-size: 48px;/** GWP rem-size 3.2rem -> 48px **/
	}
	.tgw-core-freehtml #awardsLink ul {
		float: right;
		padding-right: 20px;
	}
	.tgw-core-freehtml #awardsLink ul li {
		margin-bottom: 30px;/** GWP rem-size 2rem -> 30px **/
	}
	.tgw-core-freehtml #awardsLink ul li a {
		padding-bottom: 0.6rem;
	}
	.tgw-core-freehtml #awardsLink ul li a:last-child {
		padding-bottom: 0;
	}
	.tgw-core-freehtml #awardsLink ul li a img {
		transition: all 0.3s;
	}
	.tgw-core-freehtml #awardsLink ul li a:hover img {
		transition: all 0.3s;
		opacity: 0.7;
	}

	.tgw-core-freehtml footer {
		display: block;
	}
	.tgw-core-freehtml footer #primaryFooter {
		/** GWP add **/ letter-spacing: 0;
	}
	.tgw-core-freehtml footer #primaryFooter div {
		/** GWP edit max-width: 1160px; **/
		max-width: 1220px;
		margin: 0 auto 0 auto;
		/** GWP add **/
		padding-right: 10px;
	}
	.tgw-core-freehtml footer #primaryFooter div:after {
		content: "";
		clear: both;
		display: block;
	}
	.tgw-core-freehtml footer #primaryFooter div > strong {
		display: none;
	}
	/*	非表示を外した際のスタイル
	footer #primaryFooter div > strong {
		display: inline-block;
		padding-top: 0.75rem;
		font-size: 1.6rem;
		font-weight: 500;
	}*/
	.tgw-core-freehtml footer #primaryFooter div dl {
		float: right;
		/** GWP edit padding: 0.85rem 5rem 0.75rem 1.2rem; **/
		padding: 0.85rem 0 0 1.2rem;
		/** GWP comment out border-left: 1px solid rgb(74, 85, 103); **/
		/** GWP add start **/
		margin-right: 30px;
		text-align: right;
		/** GWP add end **/
	}
	.tgw-core-freehtml footer #primaryFooter div dl dt {
		font-weight: 500;
	}
	.tgw-core-freehtml footer #primaryFooter div dl dd {
		font-size: 14.1px;/** GWP rem-size 0.94rem -> 14.1px **/
	}
	.tgw-core-freehtml footer #secondaryFooter {
		max-width: 960px;
		margin: 1.8rem auto 0 auto;
	}
	.tgw-core-freehtml footer #secondaryFooter ul {
		margin-left: 0.66rem;
		float: left;
		font-size: 0.8rem;
	}
	.tgw-core-freehtml footer #secondaryFooter ul li {
		margin-right: 1rem;
	}
	.tgw-core-freehtml footer #secondaryFooter ul li:last-child {
		margin-right: 0;
	}
	.tgw-core-freehtml footer #secondaryFooter p {
		line-height: 1;
		float: right;
		text-align: right;
	}

	.tgw-core-freehtml #toTop:hover {
		opacity: 0.7;
		cursor: pointer;
		transition: all 0.3s;
	}

	.tgw-core-freehtml .marginBottom1rem {
		margin-bottom: 1rem;
	}
	.tgw-core-freehtml .marginBottom2rem {
		margin-bottom: 2rem;
	}
	.tgw-core-freehtml .marginBottom3rem {
		margin-bottom: 3rem;
	}
	.tgw-core-freehtml .marginBottom4rem {
		margin-bottom: 4rem;
	}
	.tgw-core-freehtml .marginBottom5rem {
		margin-bottom: 5rem;
	}
	.tgw-core-freehtml .marginBottom6rem {
		margin-bottom: 6em;
	}
	.tgw-core-freehtml .marginBottom7rem {
		margin-bottom: 7rem;
	}

}

@media print, screen and (max-width: 1180px) {
	.tgw-core-freehtml footer #primaryFooter div > strong {
		padding-left: 10px;
	}
}

@media print {
	.tgw-core-freehtml body {
		width: 100%;
	}
}

/** GWP **/
.tgw-core-freehtml #drawerGlobalMenu{
	top:0;
	line-height: 1.5;
}

@media print, screen and (min-width: 769px){
	.tgw-core-freehtml #drawerGlobalMenu {
		line-height: 1;
	}
	.tgw-core-freehtml #drawerButton {
		top: 0;
		width: auto;
		height: auto;
		padding: 18px;
	}
	.tgw-core-freehtml #drawerSwitch {
		top: 0;
		width: 62px;
		height: 66px;
	}
	.tgw-core-freehtml #mainVisual,
	.tgw-core-freehtml #mainVisualPC {
		margin-bottom:4rem !important;
	   }
}

@media screen and (max-width: 768px) {
	.tgw-core-freehtml #mainVisual,
	.tgw-core-freehtml #mainVisualSP {
		margin: 0 0 3rem !important;
		padding:0;
	}
}

@media only screen and (min-width: 769px) {
	.modaal-wrapper .whiteBack dl dd {
		font-size: 14.1px; /** GWP override modaal.css rem-size 0.94rem -> 14.1px **/
	}
	.modaal-wrapper .whiteBack dl dt {
		font-size: 20.1px; /** GWP override modaal.css rem-size 1.34rem -> 20.1px **/
	}
}

@media only screen and (max-width: 768px) {
	.modaal-wrapper .whiteBack dl dd {
		font-size: 12px; /** GWP override modaal.css rem-size 0.8rem -> 12px **/
	}
}

.modaal-wrapper .modaal-content-container p {
    font-size: 14.1px; /** GWP override modaal.css rem-size 0.94rem -> 14.1px **/
}

.modaal-wrapper, .modaal-wrapper p {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

.modaal-noscroll {
	overflow: auto !important; /** GWP override modaal.css overflow: none by owner point No.2 **/
}

/** GWP globalmenu fix --start-- **/
@media screen and (max-width: 768px) {
	/** front to gwp global header of z-index=700 **/
	.tgw-core-freehtml .switchCheck:checked ~ #drawerGlobalMenu {
		z-index: 1020;
	}

	.tgw-core-freehtml .switchCheck:checked ~ #drawerButton {
		z-index: 1101;
	}

	.tgw-core-freehtml .switchCheck:checked ~ #drawerSwitch {
		z-index: 1102;
	}

	.tgw-core-freehtml #mainContents {
		z-index: auto;
	}
}
/** GWP globalmenu fix --end-- **/