@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1239px) {
	.g-nav__item {
		padding-left: 1em;
	}
	.g-nav__item > a {
		font-size: 1.4rem;
	}
} /* END RESPONSIVE 1239px */




@media screen and (max-width: 1049px) {
	.g-header {
		height: 70px;
		padding: 0 2.5%;
	}
	
	.g-header__logo {
		width: 200px;
		padding-top: 18px;
	}
	
	.g-header__logo img {
		width: auto;
	}
	
	.g-header__inner {
		right: 2.5%;
	}
	
	.g-nav {
		top: 70px;
	}
	
	.g-nav__wrap-item-inner {
		top: -60px;
		right: 2.5%;
	}
	
	.g-nav__child .u-inner {
		padding: 40px 2.5% 60px;
	}
	
	.g-nav__items {
		width: calc(100% - 245px);
		padding-right: 2.5%;
	}
	
	.g-nav__item {
		padding-left: 1em;
	}
	
	.g-nav__item > a {
		font-size: 1.4rem;
	}
	
	.g-nav__child-title em {
		font-size: 3.2rem;
	}
	
	.g-main-visual {
		padding: 55px 0;
	}
} /* END RESPONSIVE 1049px */




@media screen and (max-width: 1039px) {
	.g-body {
		font-size: 1.4rem;
		min-width: 0;
	}
	
	.g-wrapper {
		padding: 70px 0 0;
	}
	
	.g-container {
		max-width: none;
		padding: 0 5% 80px;
	}
	
	.g-breadcrumb {
		min-width: 0;
		padding: 0 2.5%;
		display: flex;
		top: 85px;
	}
	
	.g-nav__base {
		top: calc(-100vh + 70px);
	}
	
	.is-column-1 .u-contents {
		margin-bottom: 7%
	}
	
	.u-title-page {
		font-size: 3.2rem;
		margin: 0;
		padding: 0 5%;
	}
	
	.is-index-page .g-wrapper:before {
		top: 70px;
	}
	
	.is-index-page .u-title-page {
		font-size: 4.6rem;
		margin: 0 5%;
		position: relative;
	}
	
	.c-index-page__pickup {
		width: 50%;
		padding: 9% 5%;
	}
	
	.u-table-corner th {
		white-space: nowrap;
		width: 30.5%;
		padding: .75em;
	}
	
	.u-table-corner td {
		padding: .75em;
	}
	
	.u-note {
		font-size: 1.2rem;
	}
	
	.g-side {}
	
	.g-side__title {
		font-size: 1.8rem;
	}
	
	.c-news-list li time {
		width: 25%;
	}
	
	.c-page-bottom-nav {
		margin-top: -7%;
		padding-top: 7%;
	}
	
	.c-page-bottom-nav ul {
		padding-right: 5%;
		padding-left: 5%;
	}
	
	.c-page-bottom-nav .u-button-basic em br {
		display: inline-block;
	}
	
	.c-page-bottom-nav .u-button-basic a {
		font-size: 1.3rem !important;
	}
	
	.c-index-nav .c-index-nav__button:after {
		width: 20%;
	}
	
	.c-index-nav em {
		padding: 5.5% 50px 0 0;
	}
	
	.g-footer__nav {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 50px 2.5% 80px;
	}
	
	.g-footer__nav-title {
		font-size: 1.2rem;
	}
	
	.g-footer__nav ul li {
		font-size: 1.2rem;
	}
	
	.g-footer__global {
		padding: 1em 2.5%;
	}
	
	.g-footer__global ul li {
		font-size: 1.2rem;
	}
	
	.g-copyright {
		font-size: 1rem !important;
	}
	
	.g-pagetop {
		right: calc(5.6% - 5px);
	}
	
	.u-foot-banner {
		padding: 6% 0 12%;
	}
	
	.u-foot-banner ul {
		width: calc(90% + (10px * 2));
	}
	
	.u-foot-banner ul li {
		max-width: calc(50% - (10px * 2));
	}
	
	/*202207*/
	.is-functionalmaterial .c-page-bottom-nav .c-footer-mini-banner-list {
		max-width: none;
		margin-top: -35px;
		padding-right: calc(5% - 8px);
		padding-bottom: 60px;
		padding-left: calc(5% - 8px);
	}
} /* END RESPONSIVE 1039px */




@media screen and (max-width: 899px) {
	.g-wrapper {
		padding: 60px 0 0;
		overflow-x: hidden;
	}
	.g-header {
		height: 60px;
		padding: 0 20px;
		z-index: 3000;
	}
	
	.g-header__logo {
		max-width: 170px;
		padding-top: 10px;
	}
	
	.g-header__inner {
		display: none;
	}
	
	.g-header__nav_button {
		width: 60px;
		height: 60px;
		background: #d32500;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.g-header__nav_button:after {
		content: 'MENU';
		color: white;
		font-size: 1rem;
		font-weight: 900;
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 7px;
		left: 0;
		transition: .4s;
	}
	
	.g-header__nav_button .line {
		width: 26px;
		height: 3px;
		background: white;
		position: absolute;
		top: calc(50% - 5px);
		left: 50%;
		transform: translate(-50%,-50%);
		transition: .2s;
	}
	
	.g-header__nav_button .line:first-of-type {
		margin-top: -9px;
	}
	
	.g-header__nav_button .line:last-of-type {
		margin-top: 9px;
	}
	
	.is-hhmenu-open .g-header__nav_button .line:first-of-type {
		top: calc(50% + 4px);
		transform: translate(-50%,-50%) rotate(135deg);
	}
	
	.is-hhmenu-open .g-header__nav_button .line:last-of-type {
		top: calc(50% - 14px);
		transform: translate(-50%,-50%) rotate(-135deg);
	}
	
	.is-hhmenu-open .g-header__nav_button .line:nth-of-type(2) {
		opacity: 0;
	}
	
	.is-hhmenu-open .g-header__nav_button:after {
		content: 'CLOSE';
	}

	.g-nav__base {
		display: none;
	}
	
	.g-nav {
		width: 84.5%;
		height: calc(100% - 60px);
		background: #333;
		top: 60px;
		left: auto;
		right: 0;
		transform: translateX(100%);
		transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
		z-index: 200;
		overflow: hidden;
	}
	
	.no-device .g-nav {
		transition: 0s;
	}
	
	.g-nav__items {
		width: 100%;
		padding: 0;
		background: white;
		display: block;
		float: none;
		transform: none;
	}
	
	.g-nav__item {
		padding: 0 8.85%;
		display: block;
	}
	
	.g-nav__item > a {
		font-size: 1.6rem;
		padding: 15px 0;
		border-bottom: 1px dashed #999;
		position: relative;
	}
	
	.g-nav__item > a:after {
		content: '';
		width: 14px;
		height: 10px;
		display: block;
		background: url("/_assets/img/common/arrow-orange-02.svg") no-repeat center / cover;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	
	.g-nav__item:last-of-type > a {
		border: 0;
	}
	
	.g-nav__wrap-item {
		transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	
	.g-nav__wrap-item-inner {
		padding: 30px 8.85%;
		position: relative;
		top: auto;
		right: auto;
		display: block;
	}
	
	.g-nav__child,
	.g-nav__hierarchy3 {
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		overflow-scrolling: touch;
		transform: translateX(100%);
		opacity: 1;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	
	.g-nav__child::-webkit-scrollbar,
	.g-nav__hierarchy3::-webkit-scrollbar {
		width: 0;
	}
	
	.g-nav__child .u-inner {
		padding: 0;
	}
	
	.g-nav__child .g-nav__menu-lists {
		transform: none;
		transition: none;
		opacity: 1;
	}
	
	.g-nav__menu-lists + .g-nav__wrap-item-inner {
		display: block;
	}
	
	.g-nav__child .g-nav__menu-lists,
	.g-nav__hierarchy3 .g-nav__menu-lists {
		width: 100%;
		margin: 0 !important;
		background: #ebebeb;
	}
	
	.g-nav__hierarchy3 .g-nav__menu-lists {
		background: #D1D1D1;
	}
	
	.g-nav__child .g-nav__menu-lists li,
	.g-nav__hierarchy3 .g-nav__menu-lists li {
		width: 100% !important;
		padding: 0 8.85%;
		opacity: 1 !important;
		transform: none !important;
	}
	
	.g-nav__child .g-nav__menu-lists li a,
	.g-nav__hierarchy3 .g-nav__menu-lists li a {
		color: #333;
		font-size: 1.6rem;
		font-weight: 700;
		padding: 15px 0;
		border-bottom: 1px dotted #999;
		display: block;
		position: relative;
	}
	
	.g-nav__hierarchy3 .g-nav__menu-lists li.is-return1 a,
	.g-nav__hierarchy3 .g-nav__menu-lists li.is-return2 a {
		border-bottom: 0;
	}
	
	
	.g-nav__child .g-nav__menu-lists li:last-of-type a,
	.g-nav__hierarchy3 .g-nav__menu-lists li:last-child a {
		border: 0;
	}
	
	.g-nav__child .g-nav__menu-lists li.js-navHierarchy3 a:after {
		content: '';
		width: 14px;
		height: 10px;
		display: block;
		background: url(/_assets/img/common/arrow-orange-02.svg) no-repeat center / cover;
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
	}
	
	.g-nav__child-title {
		margin-bottom: 0 !important;
	}
	
	.g-nav__child-title em,
	.g-nav__hierarchy3 .is-return1,
	.g-nav__hierarchy3 .is-return2 {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.35;
		padding: 15px 8.85%;
		display: block;
		background: white;
		border-bottom: 1px solid #999;
		position: relative;
	}
	
	.g-nav__hierarchy3 .is-return2 {
		background: #EBEBEB;
	}
	
	.g-nav__child-title em:after,
	.g-nav__hierarchy3 .is-return1:after,
	.g-nav__hierarchy3 .is-return2:after {
		content: '';
		width: 14px;
		height: 10px;
		display: block;
		background: url(/_assets/img/common/arrow-orange-02.svg) no-repeat center / cover;
		position: absolute;
		top: 50%;
		left: 5px;
		transform: translateY(-50%) scaleX(-1);
	}
	
	.g-nav__hierarchy3 .is-return1 a,
	.g-nav__hierarchy3 .is-return2 a {
		border: 0;
		padding: 0;
	}
	
	.g-nav__hierarchy3 .is-return1 a:after,
	.g-nav__hierarchy3 .is-return2 a:after {
		display: none;
	}
	
	.g-nav__child-title span {
		font-size: 1.6rem;
		font-weight: 700;
		padding: 0 8.85%;
		display: block;
		background: #ebebeb;
	}
	
	.g-nav__child-title span a {
		line-height: 1.35;
		padding: 15px 0;
		display: block;
		border-bottom: 1px dotted #999;
		position: relative;
	}
	
	.g-nav__child-title span a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
	}
	
	.g-nav__search {
		margin: 0 0 15px;
		/*display: flex;*/
		display: block;
	}
	
	.g-nav__search-inner {
		width: 100%;
	}
	
	.g-nav__search-inner #cse-search-box {
		display: flex;
	}
	
	.g-nav__search input[type='text'] {
		font-size: 1.6rem;
		width: calc(100% - 44px);
		height: 44px;
		display: block;
		border-radius: 2px 0 0 2px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
	}
	
	.g-nav__search input[type='submit'] {
		text-indent: -9999px;
		width: 44px;
		height: 44px;
		border-radius: 0 2px 2px 0;
		background-color: #999;
		background-image: url("/_assets/img/common/icon-search-02.svg");
		background-size: 50% auto;
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
	}
	
	.g-nav__contact {
		margin: 0 0 15px;
		padding: 0;
		display: block;
	}
	
	.g-nav__contact.u-hide-mobile {
		display: none;
	}
	
	.g-nav__contact a {
		color: white;
		text-align: center;
		height: 44px;
		display: block;
		border-radius: 2px;
		background: #999;
		position: relative;
	}
	
	.g-nav__contact a em {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.g-nav__language-items {
		padding: 0;
		display: flex !important;
		justify-content: center;
	}
	
	.g-nav__language-item {
		padding: 0 10px;
	}
	
	.g-nav__language-item:after {
		display: none;
	}
	
	.g-nav__language-item a {
		color: white;
		padding-right: 1em;
		position: relative;
	}
	
	.g-nav__child-third {
		border-bottom: 1px dotted #999;
		display: block;
	}
	
	.g-nav__child-third li {
		padding-right: 0 !important;
	}
	
	
	:lang(ja) .g-nav__language-item.isJa,
	:lang(en) .g-nav__language-item.isEn,
	:lang(zh) .g-nav__language-item.isZh {
		display: none;
	}
	
	.g-nav__language-item a:after {
		content: '';
		width: 8px;
		height: 12px;
		display: inline-block;
		background: url("/_assets/img/common/arrow-orange-01.svg") no-repeat center / cover;
		position: absolute;
		top: 50%;
		right: 0 !important;
		transform: translateY(-50%);
	}
	
	.is-hhmenu-open {
		overflow: hidden;
		touch-action: none;
	}
	
	.is-hhmenu-open .g-body {
		overflow: hidden;
		touch-action: none;
	}
	
	.is-hhmenu-open .g-nav {
		transform: translateX(0);
	}
	
	.is-hhmenu-open .u-cover {
		visibility: visible;
		opacity: 1;
	}
	
	.is-hhmenu-open .g-pagetop {
		opacity: 0;
	}
	
	.isNavHierarchy2 .g-nav__wrap-item {
		transform: translateX(-100%);
	}
	
	.isNavHierarchy2 .g-nav__child.is-open {
		transform: translateX(0);
	}
	
	.isNavHierarchy2.isNavHierarchy3 .g-nav__child.is-open {
		transform: translateX(-100%);
	}
	
	.isNavHierarchy3 .g-nav__hierarchy3.is-open {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(0%);
		visibility: visible;
	}
	
	.g-nav .u-show-mobile {
		/*display: inline-block;*/
		display: block;
	}

	.g-nav .u-hide-mobile {
		display: none;
	}
} /* END RESPONSIVE 899px */




@media screen and (max-width: 767px) {
	html {
		overflow: auto;
	}
	
	.g-body {
		min-width: 0;
		-webkit-text-size-adjust: 100%;
	}
	
	.g-container {
		padding-bottom: 30px;
	}
	
	.g-content {
		width: 100%;
		padding-bottom: 60px;
	}
	
	.g-side {
		width: 100%;
	}
	
	.u-show-mobile {
		display: inline-block;
	}

	.u-hide-mobile {
		display: none;
	}

	.u-sp-zoom {
		color: rgba(0,0,0,.5);
		font-size: 1rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		width: 100%;
		margin: 15px 0 0;
		padding: 7px 10px;
		display: block;
		background: rgba(100,100,100,.2);
		border-radius: 50px;
	}
	
	.js-zoom-link:hover {
		opacity:1;
	}
	
	.js-link-tel .e-link {
		text-decoration: underline;
	}
	
	.u-into-scroll {
		margin-bottom: 30px;
		padding-top: 2em;
		position: relative;
	}
	
	.u-into-scroll:before {
		content: '右にスクロールできます｡';
		display: block;
		min-height: 2em;
		margin: 0 0 10px;
		position: absolute;
		top: 0;
	}

	.u-into-scroll.isCaptionNone {
		margin-top: -2em;
	}

	.u-into-scroll.isCaptionNone:before {
		display: none;
	}
	
	.u-into-scroll_shadow {
		width: 15px;
		height: calc(100% - 2em);
		border-radius: 0 2px 2px 0;
		background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		position: absolute;
		top: 2em; 
		right: 0;
		opacity: .25;
		transition: opacity 1s;
	}
	
	.is-shadow-none .u-into-scroll_shadow {
		opacity: 0;
	}
	
	.u-into-scroll__inner {
		overflow-x: scroll;
		overflow-y: visible;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	
	.u-into-scroll__inner > * {
		width: 700px !important;
		margin-bottom: 10px;
	}
	
	.u-into-scroll__inner.isWidth600 > * {
		width: 600px !important;
		padding-top: 0;
	}
	
	.u-into-scroll__inner.isWidth550 > * {
		width: 550px !important;
		padding-top: 0;
	}
	
	.u-into-scroll__inner.isWidth500 > * {
		width: 500px !important;
		padding-top: 0;
	}
	
	.u-into-scroll__inner.isWidth450 > * {
		width: 450px !important;
		padding-top: 0;
	}
	
	.u-into-scroll__inner.isWidth400 > * {
		width: 400px !important;
		padding-top: 0;
	}
	
	.u-title-hi {
		margin-bottom: 7.50%;
		padding: 5px 15px;
	}
	
	.u-title-mid {
		font-size: 2rem;
	}
	
	.u-float-right,
	.u-float-left {
		float: none !important;
	}
	
	.u-table-corner th {
		width: 150px;
	}
	
	.u-table-corner td {
		width: auto;
	}
	
	.is-new-line table {
		display: block;
	}
	
	.is-new-line th,
	.is-new-line td {
		width: 100% !important;
		padding: .75em;
		display: inline-block;
	}
	
	.u-flex {
		display: block;
	}
	
	.u-flex.is-flexMobile {
		display: flex;
	}
	
	.u-flex.isFlex3 > *,
	.u-flex.isFlex2 > * {
		width: 100%;
	}
	
	.u-flex.isFlexMobile2 > * {
		width: 50%;
		margin-bottom: 8.14%;
	}
	
	.u-flex.isFlexMobile4 > * {
		width: calc(100% / 4);
		margin-bottom: 8.14%;
	}
	
	.u-text {
		margin-bottom: 8.14%;
	}
	
	.ui-tabs .ui-tabs-panel {
		padding: 10.71% 8.5% 8.28%;
	}
	
	.u-accordion__inner-child {
		padding: 10.71% 8.5% 8.28%;
	}
	
/* Template Spacer */
	.u-mgb5 { margin-bottom: 6.71%; }
	.u-mgb10 { margin-bottom: 7.42%; }
	.u-mgb15 { margin-bottom: 8.14%; }
	.u-mgb20 { margin-bottom: 8.85%; }
	.u-mgb25 { margin-bottom: 9.57%; }
	.u-mgb30 { margin-bottom: 10.28%; }
	.u-mgb35 { margin-bottom: 11.00%; }
	.u-mgb40 { margin-bottom: 11.71%; }
	.u-mgb45 { margin-bottom: 11.71%; }
	.u-mgb50 { margin-bottom: 13.14%; }
	.u-mgb60 { margin-bottom: 14.57%; }
	.u-mgb70 { margin-bottom: 16.00%; }
	.u-mgb80 { margin-bottom: 17.42%; }
	.u-mgb90 { margin-bottom: 18.85%; }
	.u-mgb100 { margin-bottom: 20.28%; }
	
	.u-link-anchor:after {
		vertical-align: .15em;
	}
	
	.u-button-basic a em small {
		font-size: 1.1rem;
	}
	
	.c-news-list li time {
		white-space: nowrap;
		width: auto;
		padding: 0 1em 0 0;
	}
	
	.c-news-list li em {
		width: 96px;
	}
	
	.c-news-list li strong {
		width: 100%;
		margin: 0 auto;
		padding: .5em 0 0;
	}
	
	.c-graph-list .u-flex__inner {
		margin-bottom: 14.57%;
	}
	
	.c-page-bottom-nav {
		margin-bottom: 20% !important;
		padding-top: 10%;
	}
	
	.c-page-bottom-nav ul {
		display: flex;
	}
	
	.c-page-bottom-nav li {
		width: calc(100% / 2) !important;
	}
	
	.c-page-bottom-nav .u-button-basic a {
		font-size: 1.5rem !important;
	}
	
	.g-footer__nav.u-hide-mobile {
		display: none !important;
	}
	
	.g-footer__nav .u-show-mobile {
		display: block !important;
	}
	
	.g-footer__nav {
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.g-footer__nav li {
		width: 50%;
		padding: 0 20px;
	}
	
/*
	.g-footer__nav li:first-child {
		width: 100%;
	}
*/
	
	.g-footer__nav a {
		color: white;
		font-size: 1.4rem;
		padding: 15px 0;
		display: block;
		border-top: 1px solid #666;
		position: relative;
	}
		
	.g-footer__nav a.u-link-arrow:after {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	
	.g-footer__global ul {
		justify-content: center;
	}
	
	.g-footer__global ul li {
		font-size: 1.2rem;
		letter-spacing: 0;
		padding: 0 .5em;
	}
	
	.g-copyright {
		font-size: 1rem;
		text-align: center;
		letter-spacing: 0;
		padding: 1em 0 0;
		display: block;
	}
	
	.g-pagetop {
		right: calc(5.6% - 5px);
	}
	
	.g-main-visual {
		padding: 35px 0;
	}
	
	.g-breadcrumb {
		display: none;
	}
	
	.u-title-page {
		font-size: 3rem;
	}
	
	.is-index-page .g-wrapper:before {
		width: 490px;
		height: 192px;
		top: 60px;
		left: 60px;
	}
	
	.is-index-page .u-title-page {
		font-size: 3.6rem;
	}
	
	.is-index-page .u-title-page:before {
		font-size: 1rem;
		left: 20px;
	}
	
	.is-index-page .u-title-page:after {
		width: 14px;
		height: 14px;
		border-width: 3px;
		top: -.025em;
	}
	
	.c-index-page__pickup {
		width: 100%;
		padding: 0 5% 7%;
	}
	
	.c-index-page__pickup .u-text {
		font-size: 1.6rem;
	}
	
	.c-index-page__pickup .u-button-basic a {
		font-size: 1.5rem !important;
		width: 37.5%;
		min-height: 40px;
	}
	
	.c-index-page__pickup .u-button-basic a em {
		padding-left: 15px;
	}
	
	.c-index-nav ul {
		display: flex;
	}
	
	.c-index-nav ul li {
		width: calc(100% / 2) !important;
		padding: 0 2% 12%;
	}
	
	.c-index-nav figure {
		border-radius: 5px;
	}
	
	.c-index-nav .c-index-nav__button {
		width: 24.75%;
		margin: 60% 0 0;
		right: 4%;
	}
	
	.c-index-nav .c-index-nav__button:after {
		width: 15%;
		padding: 26% 0 0;
	}
	
	.c-index-nav em {
		font-size: 1.5rem;
	}
	
	.u-foot-banner {
/*		padding: 0;*/
	}
	
	.u-foot-banner ul {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 15% 5%;
	}
	
	.u-foot-banner ul li {
		max-width: 100%;
		margin: 5px 0;
	}
	
	.is-modalZoom .u-cover:after {
		text-align: center;
		width: 50%;
		padding: 15px 0;
	}
	
	.is-videoPlay .u-cover:after {
		text-align: center;
		width: 50%;
		padding: 15px 0;
		
	}
	
	
	
	/*202207*/
	.is-functionalmaterial .c-page-bottom-nav .c-footer-mini-banner-list {
		margin-top: -20px;
	}
	
	.is-functionalmaterial .c-page-bottom-nav .c-footer-mini-banner-list li {
		width: 100% !important;
	}
} /* END RESPONSIVE 767px */




@media screen and (max-width: 374px) {
	.c-page-bottom-nav .u-button-basic a {
		font-size: 1.4rem !important;
	}
	
	.u-button-basic a em {
		padding-left: 10px;
	}
	
	.u-button-basic a em small {
		font-size: 1rem;
		letter-spacing: -.025em;
	}
} /* END RESPONSIVE 374px */




@media screen and (orientation: landscape) {
	.c-index-nav .c-index-nav__button em {
		text-align: center;
	}
} /* END RESPONSIVE landscape */




@media print {
	html {
		margin: 0;
		padding: 0;
	}
	
	.g-body {
		min-width: 0;
		transform-origin: top center;
		transform: scale(.9);
	}
} /* END PRINT */