@charset "Shift_JIS";

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

Name: ex_approach.css
Description: EXアプローチスタイルシート
Copyright 2022 Hitachi, Ltd. 

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

/* デザインガイドライン5.0対応(2022/4/) */
#Popup #HeaderArea1 .Container,
#Popup #Contents .Container,
#Popup #FooterArea .Container {
	max-width: 100%;
}
/* デザインガイドライン5.0対応(2022/4/) ここまで*/

#PopUpContainer {
	background-color: #f3f3f5;
}

#banner-close {
position: absolute;
    top: -4px;
    right: -14px;
    width: 28px;
    height: 28px;
    font-size: 30px;
    line-height: 0;
    font-family: serif;
    font-weight: normal;
    padding: 0;
    background: #fff;
    color: #fff;
    border: 1px solid #1ca9e9;
    cursor: pointer;
    border-radius: 50%;
}
#banner-close:before,
#banner-close:after {
	display: block;
	position: absolute;
    top: 48%;
    left: 25%;
    content: "";
    width: 50%;
	border-top: 2px solid #1ca9e9;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#banner-close:before {
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
}
#banner-close:after {
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}
.ExAbanner {
	position: relative;
}
.bannerTop {
	position: absolute;
    bottom: 45px;
    right: 45px;
}
#window-height {
	position: relative;
    padding-bottom: 6%;
}
.bg-color-white {
    background-color: #fff;
}
.bg-color-navy {
    background-color: #1c2742;
}
.banner-fixed {
	position: absolute;
    right: 28px;
    bottom: 28px;
	width: 375px;
	height: 80px;
	z-index: 9;
}
.bannerTop-fixed {
	position: absolute;
	right: 45px;
	bottom: 45px;
	width: 375px;
	height: 80px;
	z-index: 9;
}
.banner-fixed img,
.bannerTop-fixed img {
	width: 100%;
	height: auto;
}
.Fixed {
	position: fixed !important;
    bottom: 28px !important;
}
.bannerTop-fixed {
	display: none;
}
@media screen and (max-width: 994px) {
	.bannerTop {
		display: none;
	}
	.bannerTop-fixed {
		display: block;
	}
	#window-height {
    	padding-bottom: 12%;
	}
	.banner-fixed {
    	right: 28px;
	}
	.bannerTop-fixed {
		position: absolute;
		right: 28px;
		bottom: 28px;
	}
}
@media screen and (max-width: 414px) {
	#window-height {
    	padding-bottom: 22%;
	}
	.banner-fixed {
		left: 50%;
    	right: auto;
    bottom: 28px;
    width: 88%;
    margin-left: -44%;
    	height: auto;
	}
	.bannerTop-fixed {
		left: 50%;
    	right: auto;
    bottom: 28px;
    width: 88%;
    margin-left: -44%;
    	height: auto;
	}
	.Fixed {
		bottom: 28px !important;
	}
}
@media screen and (min-width: 995px) {
	#window-height.bg-color-white {
		padding-bottom: 0;
	}
}

/* TOP
=========================================================================================== */
.BrandingVideo video {
	max-width: 100%
}
.overflow-container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

/* ABOUT
=========================================================================================== */
#nav {
	list-style: none;
	position: fixed;
	top: 50%;
	right: 5%;
	z-index: 10;
	width: 17px;
	margin-top: -34px;
}
#nav li {
    width: 17px;
	height: 17px;
    margin-bottom: 10px;
}
#nav a {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	padding: 0;
}
#nav a span {
	display: block;
	position: relative;
	top: 3px;
	width: 9px;
	height: 9px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #fff;
	text-indent: -9999px;
}
#nav.under a span {
	background: #000;
}
#nav.under .current a span {
	border-color: #000;
}
#nav a:hover span{
	top: 0;
	width: 15px;
	height: 15px;
}

#nav .current a {
	background-image: url(/products/it/ex_approach/image/about/dottedB.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	background-color: transparent;
}
#nav .current a span {
	top: 0;
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: none;
}
#nav.under .current a {
	background-image: url(/products/it/ex_approach/image/about/dottedB_under.png);
}

#PopUpContents {
	padding: 0;
}
#PopUpContents .Section {
	padding-bottom: 0;
}

.tinyscrollbar {
    position: relative;
	width: 250px;
	padding: 0 25px 0 0;
}
.tinyscrollbar .viewport {
	overflow: hidden;
	position: relative;
	height: 225px;
}
.tinyscrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
.tinyscrollbar .scrollbar{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
}
.tinyscrollbar .track {
	position: relative;
	background: #cdb6a2;
	width: 6px;
	height: 100%;
}
.tinyscrollbar .thumb {
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 64px;
	width: 6px;
	background: #000;
	cursor: pointer;
}
.tinyscrollbar .disable { display: none; }

.CenterAdjust .img-responsive {
	margin: auto;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.arrowBounce {
	margin-top: 70px;
}

.Contents-onePage {
    min-width: 965px;
}
.Contents-onePage h1 {
	margin-bottom: 50px;
	font-size: 342%;
    line-height: 1.2;
}
.Contents-onePage h1 span {
	display: block;
	position: relative;
	top: 0;
	font-size: 22px;
}
.Contents-onePage h2 {
	margin:0;
	padding: 70px 0 60px;
	background: none;
	color: #0c658d;
	font-size: 214%;
}
.Contents-onePage h3 {
    margin: 0;
    padding: 85px 0 45px;
    color: #000;
	font-size: 188%;
}
.fancybox-title,
.Contents-onePage .CatchCopy {
	font-size: 150%;
}
.Contents-onePage p {
	margin-bottom: 30px;
	line-height: 1.8;
}
.Under995 .Contents-onePage p {
	line-height: 1.6;
}

#about {
	position:relative;
	padding: 50px 0 0;
	max-height:625px;
	background-color: #66808c;
	background-image: url(/products/it/ex_approach/image/about/img_header-dt.png),
									  url(/products/it/ex_approach/image/about/img_header-bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left top,center top;
	background-size:auto auto,cover;
	box-sizing:border-box;
}
#about h1{
	display:none;
}
#about .ImgOnlyStyle {
	margin-bottom: 50px;
}
#about b {
	position:absolute;
	left:50%;
	bottom:113px;
	display:block;
	line-height:1.2;
  color: #fff;
	transform:translate(-40px,0);
	font-size:42px;
	font-weight:bold;
	text-shadow:3px 3px 3px rgba(0,0,0,0.7);
	white-space:nowrap;
}
#about b strong{
	display:block;
  color: #fff;
	font-size:84px;
	font-weight:bold;
	white-space:nowrap;
}
#about .arrowBounce {
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
}
.about_bg{
	background-color:#f3f3f5;
	padding-bottom:0 !important;
}
.scroll-block {
	margin: 50px auto 20px;
}
.about_fig2 {
	margin-bottom: 0 !important;
}

#applicationRange {
	background-color: #d7dce5;
}
#positioning {
	background-color: #ffffff;
}
#promotionSystem .arrowBounce{
	background-color: #f3f3f5;
	margin-bottom: 0;
    padding-bottom: 30px;
}
#applicationRange .arrowBounce {
  padding-bottom: 30px;
}
#positioning .arrowBounce {
  padding-bottom: 30px;
}
#experienceValue{
	background-color: #f3f3f5;
}
#experienceValue .arrowBounce {
	margin-top: 0;
}
.blue-section {
    overflow: hidden;
    clear: both;
    height: 100%;
    background-color: #054869;
    color: #fff;
}
.blue-section h2,
.blue-section .CatchCopy,
.blue-section .GridSet p {
    margin: 0;
	color: #fff;
}
.blue-section h2 {
    padding: 25px 0 0;
}
.blue-section .CatchCopy,
.blue-section .GridSet p  {
    padding: 20px 0 0;
}
.blue-section .CatchCopy {
	line-height: 1.6;
}
.band-left {
    float: left;
    width: 50%;
}
.band-right {
    height: 100%;
    float: right;
	margin-right: -28%;
}
.band-left.bottom {
	padding-bottom: 25px;
}

#promotionSystem {
	background-color: #f3f3f5;
}
.propulsion .Column2.FirstItem {
	float: right;
	margin-bottom: 25px;
}
.propulsion {
	padding-bottom: 50px;
}
.propulsion img {
	margin: auto;
}

#tool {
	padding: 174px 0 0;
	background-image: url(/products/it/ex_approach/image/about/tool_bg_top.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #dad9de;
}
.tool-inner {
	padding: 0 0 250px;
	background-image: url(/products/it/ex_approach/image/about/tool_bg_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.tool-inner h1 {
	color: #054869;
}
.tool-inner .TextStyle1 {
	margin: 30px 0 10px;
}
.col-modal img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.col-modal p {
	margin-bottom: 0;
}

#case {
	background-color: #4f5b7b;
	background-image: url(/products/it/ex_approach/image/about/case_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
}
#case h1 {
	margin: 0;
	padding-top: 100px;
}
#case .CatchCopy {
	padding: 30px 0;
}

#pdf {
	padding-top: 30px;
	padding-bottom: 72px;
	background-color: #1c2742;
}
@media screen and (min-width: 1158px) {
	#pdf .GridSet {
 		width: 1158px;
 	}
 }
.pdf-banner {
	position: relative;
	margin-bottom: 5px;
}
.pdf-banner-obi {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,.8);
}
.obi-inner {
	height: 42px;
	margin: 14px;
    padding-right: 14px;
	background-image: url(/products/it/ex_approach/image/about/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.pdf-banner .ImgOnlyStyle img {
	width: 100%;
	height: auto;
    margin-bottom: 0;
}
.pdf-banner p {
	margin-bottom: 0;
}
.pdf-banner + p {
	margin: 8px 0 20px;
}
.pdf-banner-text {
    display: table-cell;
    height: 42px;
	padding-left: 32px;
	background-image: url(/products/it/ex_approach/image/about/case_icon_blank.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #fff;
    vertical-align: middle;
    line-height: 1.2 !important;
}

#pdf .PlugInBanner {
    padding-left: 8%;
    background-color: transparent;
    color: #fff;
}

/* Media Query */



@media screen and (min-width: 995px) {
	.blue-section .arrowBounce {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -23px;
	}
}
@media screen and (min-width: 768px) {
	#about .ColumnSet .Column2 {
		width: 42%;
	}
	#about .ColumnSet .Column2.LastItem {
		width: 56%;
	}
	
	.blue-section .Contents-onePage {
		position: relative;
	}
}
@media screen and (max-width: 994px) {
	.JS .Contents-onePage {
    	min-width: 290px;
    	padding-right: 15px;
    	padding-left: 15px;
	}
	.Contents-onePage h1 {
		font-size: 296%;
	}
	
	.about_fig2 img {
		width: 100%;
		height: auto;
	}
	
	.band-left {
		width: 100%;
    	float: none;
	}
	.blue-section .band-left .CatchCopy {
		padding-bottom: 25px;
	}
	.band-right {
    	height: 100%;
    	float: none;
	    margin: 0 -15px;
	}
	.band-right img {
		width: 100%;
	    height: auto;
	}
	.blue-section h2, .blue-section .CatchCopy {
		text-align: center
	}
	.blue-section h2 {
		padding: 70px 0 25px;
	}
	.blue-section .CatchCopy {
		padding: 25px 0;
	}
	
	.Contents-onePage .arrowBounce {
		margin: 0 !important;
		padding: 15px 0;
	}
	.Contents-onePage .arrowBounce img {
		width: 23px;
		height: 11px;
	}
	
	#pdf .PlugInBanner {
    	padding-left: 0;
	}
	.ImgOnlyStyle img{
		width:100%;
		height:auto;
	}
	#about b {
		font-size:26px;
	}
	#about b strong{
		font-size:54px;
	}
}
@media screen and (max-width: 767px) {
	.Contents-onePage h1 {
		margin-bottom: 15px;
		font-size: 160%;
	}
	.Contents-onePage h2 {
		padding: 35px 0;
		font-size: 134%;
	}
	.Contents-onePage h3 {
    	padding: 50px 0 20px;
	    font-size: 117%;
	}
	.fancybox-title,
	.Contents-onePage .CatchCopy {
	    font-size: 117%;
	}
	
	.scroll-block {
		overflow: scroll;
    	margin-bottom: 8px !important;
		-webkit-overflow-scrolling: touch
	}
	.about_fig2 {
		min-width: 965px;
	}
	.about_fig2 img {
		width: auto;
	}
	
	#about {
		height:auto !important;
    padding: 300px 0 0;
		background-size:60% auto,cover;
	}
	#about b{
    left:auto;
		right:15px;
		bottom:30px;
		transform:none;
	}
	#about .ImgOnlyStyle {
		margin-bottom: 25px;
	}
	#about .ColumnSet {
    	width: 90%;
    	margin: 0;
	}
	#about b{
		bottom:40px;
		font-size:26px;
	}
	#about b strong{
		font-size:54px;
	}
	#about-bottom .Column2.FirstItem {
		float: none;
	}
	#about .arrowBounce {
		bottom:0px;
	}
	.blue-section h2 {
		padding: 35px 0 0;
	}
	.propulsion {
		padding-bottom: 0;
	}
	.propulsion .Column2.FirstItem,
	.propulsion .Column2.FirstItem {
		float: none;
	}
	
	#tool {
		padding: 70px 0 0;
	}
	.tool-inner {
		padding: 0 0 70px;
	}

	#case h1 {
		padding-top: 50px;
	}
	#case .CatchCopy {
		padding: 15px 0;
	}

	#pdf {
		padding-top: 35px;
	}
	.obi-inner {
		background-size: 6px 11px;
	}
	.pdf-banner-text {
		background-size: 16px 13px;
		font-size: 83%;
	}
	.pdf-banner-text img {
		width: 30px;
		height: 13px;
	}
}
@media screen and (max-width: 399px) {
	#about b{
		font-size: 6.5vw;
	}
	#about b strong{
		font-size: 13.5vw;
	}
}

/* ----------------------------------------------------------------------------------------

columnSet

------------------------------------------------------------------------------------------- */
.columnSet-ex {
	overflow: hidden;
    clear: both;
    height: 100%;
    margin-left: -15px;
}
.columnSet-ex .col-ex {
	float: left;
    margin-left: 15px;
	color: #fff;
}
.col-ex.col-pdf {
	width: 376px;
}
.col-ex .ImgOnlyStyle.videoWrap {
	margin-bottom: 5px;
	background-color: #000;
	line-height: 100%;
}
.col-ex .ImgOnlyStyle.videoWrap + p { margin: 8px 0 20px; }
.col-ex video { line-height: 100%;}
.col-ex.col-modal {
    position: relative;
	width: 230px;
	margin-bottom: 15px;
	color: #fff;
}

@media screen and (min-width: 580px) {
	.col-ex .ImgOnlyStyle.videoWrap { position: relative; }
	.col-ex .ImgOnlyStyle.videoWrap + p { margin: 8px 0 20px; }
	.col-ex video {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

@media screen and (max-width: 1157px) {
 	.tool-inner .columnSet-ex {
    	margin-left: -2%;
	}
	.columnSet-ex .col-ex {
		margin-left: 2%;
    	margin-bottom: 2%;
	}
	.col-ex.col-pdf {
		width: 31%;
	}
	.col-ex.col-modal {
		width: 23%;
	}
}
@media screen and (max-width: 994px) {
	.col-ex.col-pdf {
 		width: 48%;
 	}
	.col-ex.col-modal {
		width: 31%;
	}
 }
 @media screen and (max-width: 767px) {
 	.ColumnSet-two .Column1 {
 		float: left !important;
 		width: 50% !important;
 		margin-bottom: 10px !important;
 	}
 }
@media screen and (max-width: 579px) {
	.columnSet-ex {
    	margin-left: 0;
	}
	.columnSet-ex .col-ex {
		float: none;
    	margin-left: 0;
	}
	.col-ex.col-pdf {
 		width: 100%;
 	}
 	
	.col-ex.col-modal {
    	float: left;
		width: 48%;
		margin-left: 2%;
	}
 }

/* ----------------------------------------------------------------------------------------

JS/CSS

------------------------------------------------------------------------------------------- */
.js-background-size-cover {
/*	background-size: cover;*/
}
.js-bounce {
	position: relative;
	margin: 20px 0;
}
.css-animation,
.staggered-animation {
  opacity: 0;
  -webkit-transform: none;
  transform: none;
}
.css-animation.animated,
.staggered-animation.animated {
    opacity: 1;
}

iframe {
	width: 100%;
    background: #000;
}
.mfp-iframe-holder .mfp-close {
    top: 15px !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 15px !important;
    width: 24px !important;
    height: 24px !important;
    background: url(/products/it/ex_approach/image/about/close.png) no-repeat center;
    border: none;
    color: #000;
    font-size: 0;
}
.modal {
    position: relative;
    width: 900px;
    background: #000;
    margin: 0 auto;
}
.modal-set {
	padding: 45px;
}
.modal-set-img {
    clear: both;
    overflow: hidden;
}
.modal-set-img img {
    float: left;
    width: 400px;
    margin-right: 15px;
}
.modal-text {
    overflow: hidden;
    padding-top: 16%;
    color: #fff;
}
.br-title {
	margin-top: -3%;
}
.mfp-arrow {
	width: 26px;
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: none;
}
button.mfp-arrow-left {
	left: 10px;
    background-image: url(/products/it/ex_approach/image/about/magnific-left.png) ;
    background-repeat: no-repeat;
    background-position: left center;
}
button.mfp-arrow-right {
	right: 10px;
    background-image: url(/products/it/ex_approach/image/about/magnific-right.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.modal-title {
	margin-bottom: 8px;
    padding-right: 15px;
	font-size: 134%;
}
@media screen and (max-width: 900px) {
	.modal {
    	width: 95%;
	}
	.modal-set-img img {
    	width: 50%;
	}
	button.mfp-arrow-left {
    	background-image: url(/products/it/ex_approach/image/about/magnific-left_hd.png) ;
	    background-size: 13px 24px;
	}
	button.mfp-arrow-right {
    	background-image: url(/products/it/ex_approach/image/about/magnific-right_hd.png);
    	background-size: 13px 24px;
	}
}
@media screen and (max-width: 767px) {
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    	background-image: url(/products/it/ex_approach/image/about/close_hd.png);
    	background-size: 24px auto;
	}
	button.mfp-arrow-left,
	button.mfp-arrow-right {
    	background-size: 13px auto;
	}
}
@media screen and (max-width: 580px) {
	.modal-set-img img {
    	float: none;
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 15px;
	}
	.modal-text {
    	padding: 0;
	}
	.br-title {
		margin-top: 0;
	}
}
@media screen and (max-width: 479px) {
	.modal-title {
		font-size: 117%;
	}
}

/* ----------------------------------------------------------------------------------------

ie8 style

------------------------------------------------------------------------------------------- */
.lte-ie8 #nav .current a {
	background-image: url(/products/it/ex_approach/image/about/dotted.png);
}

.lte-ie8 #nav.under .current a {
	background-image: url(/products/it/ex_approach/image/about/dotted_under.png);
}

.lte-ie8 #about .arrowBounce {
	padding-bottom: 30px;
}

.lte-ie8 .img-responsive {
	width: inherit;
	max-width:100%;
    height:auto;
}
.lte-ie8 #PopUpContainer {
	    min-width: 965px;
}
.lte-ie8 #about {
	height: auto !important;
}
.lte-ie8 .pdf-banner-obi {
	background-color: #000;
}
.lte-ie8 #pdf .GridSet {
 	width: 1158px;
 }
.lte-ie8 .columnSet-ex,
.lte-ie8 .col-ex {
	margin-left: 0;
}
.lte-ie8 .col-ex {
	margin-right: 15px;
}
.lte-ie8 .col-ex.col-last {
	margin-right: 0;
}

.lte-ie8 #pdf .GridSet {
	width: 965px;
}
.lte-ie8 .col-ex.col-pdf {
	width: 310px;
}

.lte-ie8 .blue-section .Contents-onePage {
		position: relative;
	}
.lte-ie8 .blue-section .arrowBounce {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -23px;
	}

/* ----------------------------------------------------------------------------------------

is style

------------------------------------------------------------------------------------------- */
.MinWidth > .Section {
	padding: 0;
}
.rt-matk {
	font-size: 24px;
}

.zoom-area {
	position: relative;
}
.text-zoom {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -14px;
    color: #fff;
    text-align: center;
}

.is-none { display: none; }
.is-hidden { visibility: hidden; }
.for-sp {
  display: none;
}
@media screen and (min-width: 768px) {
	.zoom-area {
		overflow: hidden;
	}
	.zoom-area img {
		margin-bottom: 0;
	}
	.zoom-area a {
		display: block;
	}
	.zoom-area p {
	    overflow: hidden;
	    margin-bottom: 0;
	}
	.img-zoom {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-transform:translate3d(0,0,0);
	}
	.img-zoom:hover {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    }
}
_::content, _:future, .col-modal .zoom-area a:not(*:root),
_::content, _:future, .col-modal .zoom-area a img:not(*:root) { 
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-transform:translate3d(0,0,0);
}
_::content, _:future, .col-modal .zoom-area a:hover:not(*:root) {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

@media screen and (max-width: 1059px) {
  .for-tab {
    display: none;
  }
}
@media (max-width: 994px) and (min-width: 768px) {
  .for-pc-sp {
    display: none;
  }	
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .for-sp-textC {
  	text-align: center;
  }
	.rt-matk {
		font-size: 12px;
	}
}
