/* ===============================
   Header: logo, top menu area
   =============================== */
#paxis_pro #header {
	background: url(images/paxis-pro_header_bg.jpg) no-repeat center / cover;
	height: 485px;		/* was 450px */
	padding-top: 305px;	/* was 250px */
}
#paxis_pro #header_menu {
	z-index: 9999;
}
#paxis_pro #page_title {
}
ul#paxis_navi > li span.current span.text {
	color: #b2b2b2;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 75%;
}
#breadcrumbs p {
	line-height: 40px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #000;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

/* ===============================
   Contents (PAXiS Screening)
   ================== */
#breadcrumbs p, 
#digital_data p,
#kenshin_system p,
#report .caption {
	margin: 0;
	padding: 0;
}
h2 {
	color: #003b90;
	font-size: 40px;
	text-align: center;
	line-height: 1;
}

/* Difficulties */
#difficulties_wrapper {
	background-color: #E8EFFC;
	position: relative;
	padding: 20px 0;	/* was 80px 0 */
}
#difficulties_wrapper:after {
	background: url(../images/section_shadow.png) no-repeat center top;
	display: block;
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: -35px;
	content: '';
}
#difficulties h2 {
	background: url(images/triangle.png) no-repeat center bottom;
	margin-bottom: 10px;	/* was 25px */
	padding-bottom: 25px;	/* was 50px */
	font-size: 217%;	/* 35px; added */
}
#difficulties ul li {
	background: url(images/red_check.png) no-repeat 60px center;	/* was left center */
	background-size: 26px auto;	/* was 46px auto */
	font-size: 125%;	/* was 25px */
	font-weight: bold;
	border-bottom: 1px #b2b2b2 dashed;
	padding: 10px 0 10px 120px;	/* was 30px 0 30px 85px */
	list-style: none;
}
#difficulties ul li:first-child {
	border-top: 1px #b2b2b2 dashed;
}

@media all and (-ms-high-contrast: none){
  #difficulties ul li{
    padding: 13px 0 6px 120px;
  }
}


/* Section Solutions */
/*--------------------------------------------*/

#paxis_screening #content {
	padding: 40px 0 60px;	/* was 80px 0 */
}
/* Main / Shared */
#solutions h2 {
	/*background: url(../images/t_shape_blue.png) no-repeat center bottom;*/
	/*background-size: 200px auto;*/	/* added */
	/*margin-bottom: 10px;*/	/* was 30px */
	/*padding-bottom: 40px;*/	/* was 70px */
	line-height: 1.2;
	font-size: 200%;	/* 32px; was 35px */
}
#solutions h2 span[lang="en"] {
	font-size: 68px;
}
#digital_data h3,
#final_result h3,
#kenshin_system h3 {
	background-color: #f39939;
	font-size: 125%;	/* 20px; was 25px */
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 1;
	padding: 2px 0 2px;
}
#final_result h3{
	display: inline-block;
	padding-left: 17px;
	padding-right: 17px;
}
#kenshin_system h3{
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 50px;
}
.down_arrow_wrapper {
	position: absolute;
	width: 100%;
	bottom: -20px;
	z-index: 1;
	line-height: 0;
	text-align: center;
}
.down_arrow_wrapper img{
	width:6%;
}
.right_arrow_wrapper {
	position: absolute;
	width: 50%;
	bottom: -30px;
	z-index: 1;
	line-height: 0;
	text-align: center;
}

/* #digital_data */
#digital_data {
	position: relative;
	padding-bottom: 10px;
}
#digital_data p {
	font-size: 125%;	/* 20px; was 25px */
	text-align: left;
	font-weight: bold;
	/*margin-bottom: 35px;*/	/* was 50px */
	width:86%;
	margin:0 auto 5px auto;
}
#digital_data .images_wrapper,
#digital_data .image_title_wrapper {
	overflow: hidden;
	margin: 0 auto 0 auto;	/* added */
	width:70%;
}
#digital_data .image {
	float: left;
	width: 50%;
	text-align: center;
}
#digital_data .image img{
	width:22%;
}
#digital_data .right_img{
	padding-top:15px;
}

#digital_data .image_title_wrapper {
	clear: both;
}
#digital_data .image_title_wrapper .image:first-child img {
	width: 314px;
}
#digital_data .image_title_wrapper .image:nth-child(2) img {
	width: 270px;
}
#digital_data .image_title {
	width: 50%;
	float: left;
}
#digital_data h3 {
	width: 145px;
	margin: 0 auto;
	font-size:18px;
}

/* Nav Top */
#ft_nav_top {
	display: none;
	position: fixed;
	right: 50%;
	bottom: 10px;
	z-index: 999;
	margin-right: -500px;
}
#ft_nav_top a {
	background-color: #003b90;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	display: inline-block;
	float: right;
	width: 50px;
	height: 50px;
	padding: 7px 11px;
}
#ft_nav_top a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#ft_nav_top a:hover img {
	opacity: 1;
	filter: none;
}


#viewer{
	text-align:center;
}
#viewer .check_step {
	background-color: white;
	margin-top: 20px;
	padding: 10px 10px 10px;	/* was 60px 10px */
}
#viewer .check_step .nombr {
	line-height: 1;
	color: #003b90;
	font-size: 28px;
}
#viewer .check_step .nombr .option{
	font-size: 12px;
	border:1px solid #003893;
	display:inline-block;
	padding:3px 8px;
	margin:5px 0 0 8px;
	font-weight:bold;
	vertical-align:top;
}
#viewer .check_step .summary {
	margin-bottom: 0;	/* was 12px */
	line-height: 30px;
	color: #003b90;
	font-size: 28px;	/* was 35px */
	font-weight: bold;
}
#viewer .check_step .summary:before,
#viewer .check_step .summary:after {
	display: inline-block;
	vertical-align: middle;
}
#viewer .check_step .summary:before {
	margin-right: 20px;
	content: url(images/bracket_left_blue.png);
}
#viewer .check_step .summary:after {
	margin-left: 20px;
	content: url(images/bracket_right_blue.png);
}
#viewer .check_step .summary .inner {
	display: inline-block;
}
/* ============================================================================
   Responsive Structure
   ========================================================================= */

@media screen and (min-width: 769px), print {
	#breadcrumbs,
	#difficulties,
	#iyogazo {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	#difficulties ul {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	/* Header */
	#paxis_pro #header {
		background: url(images/sp/paxis_pro_header_bg.jpg) no-repeat center / cover;
		height: 40vw;		/* 300px */
		padding-top: 18.53vw;	/* 139px */
	}
	#paxis_pro #page_title span[lang="en"] {
		font-size: 3.73vw;	/* 28px */
	}

	/* Breadcrumbs */
	#breadcrumbs {
		display: none;
	}

	/* Contents (PAXiS Screening) */
	h2 {
		font-size: 5.87vw;	/* 44px */
	}

	/* Difficulties */
	#difficulties_wrapper {
		padding: 8.67vw 0 8vw;	/* 65px 0 60px */
	}
	#difficulties_wrapper:after {
		background-size: 100vw auto;
		width: 100vw;
		height: 3.7vw;	/* 27.75px */
		bottom: -3.7vw;
	}
	#difficulties h2 {
		background-size: 3.47vw auto;	/* 26px */
		margin-bottom: 3.33vw;	/* 25px */
		padding-bottom: 5.33vw;	/* 40px */
		line-height: 10vw;	/* 75px */
		font-size: 5.87vw;	/* 44px */
	}
	#difficulties ul li {
		background-position: 2.4vw center;	/* 18px */
		background-size: 9.73vw auto;	/* 73px */
		width: 92vw;		/* 690px */
		margin: 0 4vw;		/* 0 30px */
		padding: 3.2vw 0 3.07vw 17.47vw;	/* 24px 0 23px 131px */
		line-height: 6.8vw;	/* 51px */
		font-size: 4.8vw;	/* 36px */
	}
	#ft_nav_top a {
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 50px;
		height: 50px;
		padding: 13px 17px;
	}
	#ft_nav_top a:hover {
		opacity: 1;
		filter: none;
	}
	#ft_nav_top a img {
		width: 100%;
	}
}
#paxis_pro .sp_center{
	text-align:center;
	margin:10px 0 0 0!important;
	padding:0 0 0 140px;
}
#paxis_pro .box01{
	background:#F3F4F9;
	width:1000px;
	margin:20px auto 80px;
	padding:35px 0 50px 0;
	height:452px;
	text-align:center;
	position:relative;
}
#paxis_pro .box01 .list{
	text-align:center;
	width:1000px;
	margin:0 auto;
}
#paxis_pro .box01 .list li{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	position:absolute;
}
#paxis_pro .box01 .list li.s01{
	background: url(images/img01_01a.png) 0 0 no-repeat;
	width:230px;
	height:158px;
	top:32px;
	left:60px;		
}
#paxis_pro .box01 .list li.s02{
	background: url(images/img01_01b.png) 0 0 no-repeat;
	width:248px;
	height:188px;
	top:229px;
	left:45px;	
}
#paxis_pro .box01 .list li.s03{
	background: url(images/img01_01c.png) 0 0 no-repeat;
	width:254px;
	height:193px;
	top:32px;
	right:35px;	
}
#paxis_pro .box01:after{
	content:"";
	background: url(images/down_arrow.png);
	position:absolute;
	left:470px;
	bottom:72px;
	width:400px;
	height:69px;
}
#paxis_pro .center{
	text-align:center!Important;
}
#paxis_pro .img01{
	margin-top:-163px;
	position:relative;
	z-index:9999;
}
#paxis_pro .txt01{
	margin:15px auto 0!important;
	color:#333!important;
}
#paxis_pro .ttl01{
	font-size:35px;
	color:#333;
	margin:0 0 40px 0;
}
#paxis_pro #main02{
	background:#E8EEFC;
	padding:40px 0 22px 0;
	position: relative;
}
#paxis_pro #main02:after {
	background: url(../images/section_shadow.png) no-repeat center top;
	display: block;
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: -35px;
	content: '';
}
#paxis_pro .check_step{
	width:1000px;
	padding:20px 0 12px 0;
	margin:0 auto 20px;
}
#viewer .check_step .nombr {
	line-height: 1;
	color: #003b90;
	font-size: 28px;
}
#viewer .check_step .summary {
	margin-bottom: 0;	/* was 12px */
	line-height: 30px;
	color: #003b90;
	font-size: 28px;	/* was 35px */
	font-weight: bold;
}
#viewer .check_step .summary:before,
#viewer .check_step .summary:after {
	display: inline-block;
	vertical-align: middle;
}
#viewer .check_step .summary:before {
	margin-right: 20px;
	content: url(images/bracket_left_blue.png);
}
#viewer .check_step .summary:after {
	margin-left: 20px;
	content: url(images/bracket_right_blue.png);
}
#viewer .check_step .summary .inner {
	display: inline-block;
}
#viewer .step01 .description {
	line-height: 1.75;
	font-size: 88%;		/* 14px; added */
	width:486px;
	text-align:left;
	margin:10px auto 0;
}
#paxis_pro .step01 .flow{
	text-align:center;
	width:900px;
	margin:0 auto;
	font-size:0;
}
#paxis_pro .step01 .flow p{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:228px;
	display:inline-block;
}
#paxis_pro .step01 .flow .s01{
	background: url(images/img02_01.png);
	width:223px;
}
#paxis_pro .step01 .flow .s02{
	background: url(images/img02_02.png);
	width:395px;
}
#paxis_pro .step01 .flow .s03{
	background: url(images/img02_03.png);
	width:273px;
}
#viewer .step02 .description {
	line-height: 1.75;
	font-size: 88%;		/* 14px; added */
	width:530px;
	text-align:left;
	margin:10px auto 0;
}
#paxis_pro .step02 .flow{
	text-align:center;
	width:901px;
	margin:0 auto;
	font-size:0;
}
#paxis_pro .step02 .flow p{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:288px;
	display:inline-block;
}
#paxis_pro .step02 .flow .s01{
	background: url(images/img03_01.png);
	width:341px;
}
#paxis_pro .step02 .flow .s02{
	background: url(images/img03_02.png) center 40px no-repeat;
	width:197px;
	text-indent:0;
	white-space:normal;
	overflow:auto;
	color:#003A8F;
	font-size:25px;
	font-weight:bold;
	padding:250px 0 0 0;
}
#paxis_pro .step02 .flow .s03{
	background: url(images/img03_03.png);
	width:353px;
}
#viewer .step03{
	padding-bottom:20px;
}
#viewer .step03 .description {
	line-height: 1.75;
	font-size: 88%;		/* 14px; added */
	width:570px;
	text-align:left;
	margin:10px auto 0;
}
#paxis_pro .step03 .list{
	margin:20px 0 15px 0;
}
#paxis_pro .step03 .list li{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:212px;
	display:inline-block;
}
#paxis_pro .step03 .list .s01{
	background: url(images/img04_01.png);
	width:410px;
}
#paxis_pro .step03 .list .s02{
	background: url(images/img04_02.png);
	width:410px;
}
#viewer .step04 .description {
	line-height: 1.75;
	font-size: 88%;		/* 14px; added */
	width:670px;
	text-align:left;
	margin:10px auto 0;
}
#paxis_pro .step04 .flow{
	text-align:center;
	margin:20px 0 0 0;
}
#paxis_pro .step04 .flow p{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#paxis_pro .step04 .flow .s01{
	background: url(images/img05_01.png);
	width:809px;
	height:302px;
	margin:0 auto;
}
#paxis_pro .step04 .flow .s02{
	background: url(images/img05_02.png);
	width:809px;
	height:253px;
	margin:0 auto;
}
#paxis_pro #button_wrapper {
	text-align: center;
}
#paxis_pro .download_button {
	background: url(images/download_button.png) no-repeat center;
	height: 124px;
	width: 612px;
	position: relative;
	display: inline-block;
	clear: both;
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin: 70px auto 0;
	padding: 44px;
}
#paxis_pro .download_button:before {
	background: url(images/icon_pdf.png) no-repeat;
	display: block;
	position: absolute;
	width: 94px;
	height: 91px;
	bottom: 20px;
	left: 26px;
	content: '';
}
#paxis_pro .download_button:after {
	background: url(images/icon_download.png) no-repeat;
	display: block;
	position: absolute;
	width: 53px;
	height: 56px;
	bottom: 39px;
	left: 507px;
	content: '';
}
#paxis_pro .download_button span {
	padding-left: 18px;
}
#paxis_pro .link_button {
	background: url(images/link_btn.png) no-repeat center;
	height: 124px;
	width: 612px;
	display:block;
	clear: both;
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin: 35px auto 45px;
	padding: 40px 44px 48px 44px;
}
#paxis_pro .link_button .txt{
	background: url(images/icon_link.png) no-repeat 0 0;	
	padding:0 0 0 65px;
	display:inline-block;
	font-size:30px;
	vertical-align:middle;		
}
#paxis_pro .link_button .en{
	font-size:18px;	
	padding:0 0 0 10px;	
	display:inline-block;
	vertical-align:middle;	
}

@media screen and (max-width: 768px) {	
#paxis_pro .sp_center{
	margin:10px 0 0 0!important;
	padding:0 0 0 20px!important;
	text-align:center!important;
}
#paxis_pro .box01{
	background:#F3F4F9;
	width:100%;
	height:auto;
	margin:30px auto 20px;
	padding:35px 15px 50px 15px;
	box-sizing:border-box;
}
#paxis_pro .box01 .list{
	width:100%;
	font-size:0;
}
#paxis_pro .box01 .list li{
	height:0;
	display:inline-block;
	padding-bottom:56%;
	position:static;
}
#paxis_pro .box01 .list li.s01{
	background: url(images/sp/img01_01a.png) 0 0 no-repeat; 
	background-size:100% auto;
	width:30%;
	height:auto;
	margin:0 3% 0 0;
}
#paxis_pro .box01 .list li.s02{
	background: url(images/sp/img01_01b.png) 0 0 no-repeat;
	background-size:100% auto;	
	width:32%;
	height:auto;	
	margin:0 3% 0 0;
}
#paxis_pro .box01 .list li.s03{
	background: url(images/sp/img01_01c.png) 0 0 no-repeat;
	background-size:100% auto;	
	width:32%;
	height:auto;	
}
#paxis_pro .box01 img{
	width:72%;
	height:auto;
}
#paxis_pro .box01:after{
	content:"";
	background: url(images/sp/down_arrow.png);
	position:absolute;
	bottom:-60px;
	left:0;
	right:0;
	width:94px;
	height:94px;
	margin:0 auto;
}
#paxis_pro .center{
	text-align:center!Important;
}
#paxis_pro .sp_center{
	text-align:center;
}
#paxis_pro .img01{
	margin:65px 0 0 0;
	width:52%;
	height:auto;
}
#paxis_pro .txt01{
	margin:5px auto 15px!important;
}
#paxis_pro .sp_pb0{
	padding-bottom:0!important;
}
#paxis_pro .ttl01{
	font-size: 6vw;
	margin:0 0 20px 0;
}
#paxis_pro #main02{
	padding:30px 20px 5px 20px;
	overflow-x:hidden;	
}
#paxis_pro .check_step{
	width:100%;
	padding:30px 15px 40px 15px;
	margin:0 auto 25px;
	box-sizing:border-box;
}
#viewer .check_step .nombr {
		margin-bottom: 1.73vw;	/* 13px */
		font-size: inherit;
}
#viewer .check_step .nombr .option{
	padding:0.4vh 6px;
	margin:0 0 0 5px;
	vertical-align:middle;
	font-size:2vw;
}
#viewer .check_step .summary {
	position: relative;
	margin-bottom: 2vw;	/* 15px */
	padding: 0 8.67vw;	/* 0 65px */
	line-height: 6.8vw;	/* 51px */
	font-size: 5.33vw;	/* 40px */ 
}
#viewer .check_step .summary:before {
	background: url(images/sp/bracket_left_blue.png) no-repeat;
	left: 5.73vw;		/* 43px */
}
#viewer .check_step .summary:after {
	background: url(images/sp/bracket_right_blue.png) no-repeat;
	right: 5.73vw;		/* 43px */
}
#viewer .check_step .summary:before,
#viewer .check_step .summary:after {
	background-position: center;
	background-size: contain;
	position: absolute;
	width: 2.8vw;		/* 21px */
	height: 13.6vw;		/* 102px */
	top: 0;
	content: '';
}
#viewer #viewer_check_step3 .summary:before,
#viewer #viewer_check_step3 .summary:after {
	height: 20.4vw;		/* 153px */
}
#viewer .step01{
	padding-left:35px!important;
	padding-right:35px!important;	
}
#viewer .step01 .description {
	width:100%;
	text-align:center;
}
#paxis_pro .step01 .flow{
	text-align:center;
	width:100%;
	max-width:392px;
	margin:15px auto 0;
	font-size:0;
}
#paxis_pro .step01 .flow p{
	height:0;
	display:inline-block;
	padding:0 0 54% 0;
}
#paxis_pro .step01 .flow .s01{
	background: url(images/sp/img02_01.png) center 0 no-repeat;
	background-size:100% auto;
	width:100%;
}
#paxis_pro .step01 .flow .s02{
	background: url(images/sp/img02_02.png) center 0 no-repeat;
	width:100%;
	background-size:100% auto;	
}
#paxis_pro .step01 .flow .s03{
	background: url(images/sp/img02_03.png) center 0 no-repeat;
	width:100%;
	background-size:100% auto;	
}
#paxis_pro #viewer .step02{
	padding-left:15px;
	padding-right:15px;	
	padding-bottom:20px;
}
#viewer .step02 .description {
	width:100%;
	text-align:center;
}
#paxis_pro .step02 .flow{
	text-align:center;
	width:100%;
	max-width:498px;
	margin:30px auto 0;
	font-size:0;
}
#paxis_pro .step02 .flow p{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:0;
	padding-bottom:44.8%;
	display:inline-block;
}
#paxis_pro .step02 .flow .s01{
	background: url(images/sp/img03_01.png) center 0 no-repeat;
	background-size:100% auto;	
	width:100%;
}
#paxis_pro .step02 .flow .s02{
	background: url(images/sp/img03_02.png) center 0 no-repeat;
	background-size:100% auto;
	width:100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;	
	padding:0 0 44.8% 0;
}
#paxis_pro .step02 .flow .s03{
	background: url(images/sp/img03_03.png) 0 no-repeat;
	background-size:100% auto;	
	width:100%;
	padding-bottom:67.1%;	
}
#viewer .step03{
	padding-bottom:20px;
}
#viewer .step03 .description {
	width:100%;
	text-align:center;
}
#paxis_pro .step03 .list{
	margin:20px auto 15px;
	width:100%;
	max-width:504px;
}
#paxis_pro .step03 .list li{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:0;
	display:inline-block;
}
#paxis_pro .step03 .list .s01{
	background: url(images/sp/img04_01.png) center 0 no-repeat;
	background-size:100% auto;	
	width:100%;
	padding-bottom:58.9%;
}
#paxis_pro .step03 .list .s02{
	background: url(images/sp/img04_02.png) center 0 no-repeat;
	background-size:100% auto;	
	width:100%;
	padding-bottom:51.78%;	
}
#viewer .step04 .description {
	width:100%;
	text-align:center;
}
#paxis_pro .step04{
	padding-bottom:20px;
}
#paxis_pro .step04 .flow{
	margin:20px 0 0 0;
}
#paxis_pro .step04 .flow .s01{
	background: url(images/sp/img05_01.png) center 0 no-repeat;
	background-size:100% auto;		
	width:100%;
	height:0;
	padding:0 0 103% 0;
	margin:0 auto;
}
#paxis_pro .step04 .flow .s02{
	background: url(images/sp/img05_02.png) center 0 no-repeat;
	background-size:100% auto;		
	width:100%;
	height:0;
	padding:0 0 71.5% 0;	
	margin:0 auto;
}
#paxis_pro  .download_button {
	background-size: 100% 100%;
	width: 80vw;		/* 600px */
	height: 16.53vw;	/* 124px */
	line-height: 4.93vw;	/* 37px */
	font-size: inherit;
	margin: 10vw auto 0;
	padding: 2.4vw 0;	/* 18px 0 */
}
#paxis_pro  .download_button:before {
	background-size: 100% 100%;
	width: 12.53vw;		/* 94px */
	height: 12.4vw;		/* 93px */
	bottom: 2.53vw;		/* 19px */
	left: 3.73vw;		/* 28px */
}
#paxis_pro  .download_button:after {
	background-size: 100% 100%;
	width: 7.07vw;		/* 53px */
	height: 7.47vw;		/* 56px */
	bottom: 5.2vw;		/* 39px */
	left: 68.27vw;		/* 512px */
}
#paxis_pro  .download_button span {
	padding-left: 2.4vw;	/* 18px */
}
#paxis_pro .link_button {
	background: url(images/link_btn.png) no-repeat center;
	background-size: 100% 100%;	
	width: 80vw;		/* 600px */
	height: 16.53vw;	/* 124px */
	line-height: 10vw;	/* 37px */
	font-size: inherit;
	margin: 5vw auto 7.87vw;	/* 59px auto 0 */
	padding: 2.4vw 0;	/* 18px 0 */
}
#paxis_pro .link_button .txt{
	background: url(images/icon_link.png) no-repeat 0 center;
	background-size:auto 90%;
	padding:0 0 0 12vw;
	display:inline-block;
	font-size: inherit;
	vertical-align:middle;		
}
#paxis_pro .link_button .en{
	font-size: inherit;
	padding:0 0 0 10px;	
	display:inline-block;
	vertical-align:middle;	
}
}