@charset "utf-8";


/******************************************************/
/* common */
/******************************************************/

@media screen and (max-width: 640px){
	
.pc {
	display: none !important;
}	
.sp {
	display: block !important;
}
body {
	width: 640px;
	min-width: 640px;
}

}


/******************************************************/
/* layout */
/******************************************************/

@media screen and (max-width: 640px) {
	
.wrap {
	width: 100%;
}
#container {
	width: 640px;
	min-width: 640px;
	overflow: hidden;
}

}


/******************************************************/
/* header */
/******************************************************/

@media screen and (max-width: 640px) {
	
#header {
	width: 640px;
	height: 95px;
	border-bottom: 2px solid #b9bec0;
}
#top #header {
	border-bottom: none;
}
#header #headerMain {
	width: 640px;
	height: 95px;
}

/* title */

#header .title {
	margin: 12px 0 0 16px;
	width: 510px;
	float: left;
}
#header .title a {
	font-size: 22px;
	line-height: 46px;
	font-weight: bold;
	color: #808080;
	display: block;
	text-decoration: none;
	height: 70px;
}
#header .title span {
	width: 510px;
	height: 70px;
	text-indent: -9999px;
	background: url(/common/images/logo_sp.svg) left top no-repeat;
	background-size: contain;
	display: block;
	float: left;
	margin-right: 11px;
}
#header ul {
	display: block;
	float: right;
	margin: 11px 16px 0 0;
	width: 74px;
	height: 74px;
}
#header ul li {
	float: left;
	width: 74px;
	height: 74px;
	position: relative;
	margin: 0;
}
#header ul li a {
	width: 74px;
	height: 74px;
	display: block;
}
#header ul li a.btn_gnav {
	background: url(/common/images/btn_gnav_01_sp.svg) 11px 11px no-repeat;
	background-size: 52px 52px;
}
#header ul li a.btn_gnav.open {
	background: url(/common/images/btn_gnav_02_sp.svg) 11px 11px no-repeat;
	background-size: 52px 52px;
}
#header .siteSearch {
	display: none !important;
}

}


/******************************************************/
/* globalNavi */
/******************************************************/

@media screen and (min-width:641px) {
	
nav,
nav.open {
	display: block !important;
}

}

@media screen and (max-width:640px) {

nav {
	display: none;
}
#globalNavi {
	width: 640px;
	background: #374044;
}
#globalNavi {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#globalNavi ul {
	width: 640px;
	height: auto;
	border-left: none;
}
#globalNavi ul li {
	float: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-right: none;
	border-top: 2px solid #4b5357;
}
#globalNavi ul li:first-child {
	border-left: none;
	border-top: none;
}
#globalNavi ul li a {
	display: block;
	font-weight: normal;
	font-size: 29px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-top: none;
	padding: 24px 48px 24px 48px;
	-webkit-font-smoothing: subpixel-antialiased;
}
#globalNavi ul li a.link {
	background: url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
	padding-right: 94px;
}
#globalNavi ul li a.current {
	background: #374044;
	border-top: none;
}
#globalNavi ul li a.current.link {
	background: #374044 url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
	padding-right: 94px;
}
#globalNavi .globalSubNavi {
	width: 320px;
	float: left;
}

/* siteSearch */

#globalNavi .siteSearch {
	padding: 32px 35px 32px 35px;
}
#globalNavi .siteSearch form {
	width: 572px;
	height: 88px;
	position: relative;
}
#globalNavi .siteSearch input[type='text'] {
	width: 572px;
	height: 88px;
	position: relative;
	outline: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 26px;
	padding: 0 75px 0 25px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#globalNavi .siteSearch input[type='submit'] {
	width: 75px;
	height: 83px;
	display: block;
	background: url(/common/images/icn_search_02.svg) 18px center no-repeat;
	background-size: 34px 34px;
	outline: none;
	border: none;
	position: absolute;
	top: 2px;
	right: 2px;
}

/* globalSubNavi */

#globalNavi .globalSubNavi a {
	width: 320px;
	font-size: 22px;
	padding: 28px 48px 28px 48px;
}
#globalNavi .globalSubNavi a.linkExt {
	background: url(/common/images/icn_link_02.svg) 251px center no-repeat;
	background-size: 25px 22px;
	padding-right: 85px;
}
#globalNavi ul li:nth-child(7) a,
#globalNavi ul li:nth-child(9) a {
	border-right: 2px solid #4b5357;
}

/* top */

#top #globalNavi {
	background: #374044;
}
#top #globalNavi.bottom {
	background: #dedede;
}
#top #globalNavi ul {
	height: auto;
	border-left: none;
}
#top #globalNavi ul li {
	height: auto;
	border-right: none;
}
#top #globalNavi ul li a {
	height: auto;
}

/* #globalNavi.bottom */

#globalNavi.bottom {
	display: block;
	background-color: #dedede;
}
#globalNavi.bottom ul li {
	border-top: 2px solid #f2f2f2;
}
#globalNavi.bottom ul li a {
	color: #333333;
}
#globalNavi.bottom ul li a.link {
	background: url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#globalNavi.bottom ul li a.current {
	background: #dedede;
	color: #333333;
}
#globalNavi.bottom ul li a.current.link {
	background: #dedede url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}

/* globalSubNavi */

#globalNavi.bottom .globalSubNavi a.linkExt {
	background: url(/common/images/icn_link_01.svg) 251px center no-repeat;
	background-size: 25px 22px;
}
#globalNavi.bottom ul li:nth-child(7) a,
#globalNavi.bottom ul li:nth-child(9) a {
	border-right: 2px solid #f2f2f2;
}
#globalNavi ul li a.current {
	background: #bc1415;
}
#globalNavi ul li a.link:hover,
#top #globalNavi ul li a.link:hover {
	background: #374044 url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#globalNavi ul li a.current.link:hover,
#top #globalNavi ul li a.current.link:hover {
	background: #374044 url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#globalNavi .globalSubNavi a.linkExt:hover,
#top #globalNavi .globalSubNavi a.linkExt:hover {
	background: #374044 url(/common/images/icn_link_02.svg) 251px center no-repeat;
	background-size: 25px 22px;
}
#globalNavi.bottom ul li a.link:hover,
#top #globalNavi.bottom ul li a.link:hover {
	background: #dedede url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#globalNavi.bottom ul li a.current.link:hover,
#top #globalNavi.bottom ul li a.current.link:hover {
	background: #dedede url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#globalNavi.bottom .globalSubNavi a.linkExt:hover,
#top #globalNavi.bottom .globalSubNavi a.linkExt:hover {
	background: #dedede url(/common/images/icn_link_01.svg) 251px center no-repeat;
	background-size: 25px 22px;
}
.media_type_pc #globalNavi ul li a,
.media_type_pc #globalNavi ul li a::before,
.media_type_pc #globalNavi ul li a::after {
	-webkit-transition: none;
	transition: none;
}

}


/******************************************************/
/* sideNav */
/******************************************************/

@media screen and (max-width:640px) {
	
#sideNav dl {
	width: 640px;
}
#sideNav dl dt {
	width: 640px;
	border-top: 6px solid #de1718;
	border-bottom: 2px solid #d9d9d9;
	text-align: left;
}
#sideNav dl dd {
	width: 100%;
	border-bottom: 2px solid #d9d9d9;
	text-align: left;
}
#sideNav dl dd:last-child {
	border-bottom: none;
}
#sideNav dl dt a,
#sideNav dl dd a {
	text-decoration: none;
	display: block;
}
#sideNav dl dt a {
	padding: 30px 80px 30px 48px;
}
#sideNav dl dd a {
	padding: 24px 80px 24px 48px;
}
#sideNav dl dt a p,
#sideNav dl dt p {
	color: #333333;
	font-size: 29px;
	font-weight: bold;
}
#sideNav dl dd p {
	color: #333333;
	font-size: 26px;
}
#sideNav dl dd a p {
	color: #0479bc;
}
#sideNav dl dt a.link {
	background: url(/common/images/icn_ar_red_02.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#sideNav dl dd a.link {
	background: url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#sideNav dl dd a.link.linkExt {
	background: url(/common/images/icn_link_01.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl dd a.link.linkPdf {
	background: url(/common/images/icn_pdf.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl dd a.link.linkWord {
	background: url(/common/images/icn_doc.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl dd a.link.linkExcel {
	background: url(/common/images/icn_xls.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl dd a.link.linkPowerPoint {
	background: url(/common/images/icn_ppt.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl dd a.link.linkImg {
	background: url(/common/images/icn_img.svg) 568px center no-repeat;
	background-size: 29px 22px;
}
#sideNav dl dd a.link.linkZip {
	background: url(/common/images/icn_zip.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl dd a.link.linkExt p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl dd a.link.linkPdf p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl dd a.link.linkWord p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl dd a.link.linkExcel p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl dd a.link.linkPowerPoint p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl dd a.link.linkImg p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl dd a.link.linkZip p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}

/* sideNav sub */

#sideNav dl.sub dd {
	border-bottom: 2px solid #fff;
	background-color: #f2f2f2;
}
#sideNav dl.sub dd:last-child {
	border-bottom: none;
}
#sideNav dl.sub dd a {
	padding: 24px 80px 24px 80px;
}
#sideNav dl.sub dd:last-child a {
	padding: 24px 80px 24px 80px;
}
#sideNav dl.sub dd a p {
	color: #0479bc;
	font-size: 26px;
}
#sideNav dl.sub dd:last-child a p {
	color: #0479bc;
	font-size: 26px;
}
#sideNav dl.sub dd a.link {
	background: url(/common/images/icn_ar_red_01.svg) 565px center no-repeat;
	background-size: 36px 36px;
}
#sideNav dl.sub dd a.link.linkExt {
	background: url(/common/images/icn_link_01.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl.sub dd a.link.linkPdf {
	background: url(/common/images/icn_pdf.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl.sub dd a.link.linkWord {
	background: url(/common/images/icn_doc.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl.sub dd a.link.linkExcel {
	background: url(/common/images/icn_xls.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl.sub dd a.link.linkPowerPoint {
	background: url(/common/images/icn_ppt.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl.sub dd a.link.linkImg {
	background: url(/common/images/icn_img.svg) 568px center no-repeat;
	background-size: 29px 22px;
}
#sideNav dl.sub dd a.link.linkZip {
	background: url(/common/images/icn_zip.svg) 570px center no-repeat;
	background-size: 25px 22px;
}
#sideNav dl.sub dd a.link.linkExt p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkPdf p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkWord p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkExcel p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkPowerPoint p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkImg p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}
#sideNav dl.sub dd a.link.linkZip p {
	background: url(/common/images/spacer.png) left top no-repeat;
	padding-right: 0px;
	display: inline;
}

#sideNav dl dd a.current p {
	font-weight: bold;
	color: #de1718 !important;
}
#sideNav dl dd.parent {
	background-color: #f2f2f2;
}
#sideNav dl dd.parent > a.open {
	border-bottom: 2px solid #d9d9d9;
}
#sideNav dl dd.parent > a.open.nosub {
	border-bottom: none;
}

}


/******************************************************/
/* importantNotice */
/******************************************************/

@media screen and (max-width:640px) {
	
#importantNotice {
	width: 640px;
	min-width: 640px;
	background-color: #e6e6e6;
	padding: 34px 0;
}
#importantNotice .wrap {
	width: 572px;
	border: 4px solid #de1819;
	padding: 25px 0 20px 29px;
}
#importantNotice .title {
	font-size: 26px;
}
#importantNotice ul {
	margin-top: 18px;
}
#importantNotice ul li {
	width: 506px;
	margin-top: 10px;
	padding-left: 0px;
	border-top: 2px solid #d9d9d9;
	padding-bottom: 10px;
}
#importantNotice ul li:first-child {
	border-top: none;
}
#importantNotice ul li.nodate {
	padding-left: 0px;
	padding-top: 20px;
}
#importantNotice ul li a {
	width: 506px;
}
.agent_type_android42 #importantNotice ul li a {
	width: 532px;
	width: 516px;
}
#importantNotice a .date,
#importantNotice .date {
	font-size: 26px;
	width: 100%;
	position: relative;
	margin-bottom: 4px;
	margin-top: 20px;
}
#importantNotice a .txt,
#importantNotice .txt {
	font-size: 26px;
	width: 506px;
	background: url(/common/images/spacer.png) left top no-repeat;
}
.agent_type_android42 #importantNotice ul li a {
	width: 532px;
	width: 516px;
}
#importantNotice a .txt {
	color: #0479bc;
}
#importantNotice a.linkExt .txt {
	background: url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 25px 22px;
	padding-right: 34px;
}
#importantNotice a.linkPdf .txt {
	background: url(/common/images/icn_pdf.svg) right center no-repeat;
	background-size: 25px 22px;
	padding-right: 34px;
}

}


/******************************************************/
/* containerTop */
/******************************************************/

@media screen and (max-width:640px) {
	
#containerTop {
	width: 640px;
}
#top #containerTop {
	height: 424px;
	border-top: none;
	border-bottom: none;
}
#containerTop .wrap {
	width: 640px;
	top: 0;
	left: 0;
	margin-left: 0;
}
#top #containerTop .wrap {
	height: 390px;
}
#containerTop .bx-wrapper {
	width: 640px !important;
	max-width: 640px !important;
	height: 390px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
}
#containerTop .bx-viewport,
#containerTop .mvSlider {
	width: 640px;
	height: 390px;
}
#containerTop .mvSlider {
	width: 640px;
	height: 390px;
	display: block;
	margin-bottom: 54px;
}
#containerTop .mvSlider li,
#containerTop .mvSlider a,
#containerTop .mvSlider img {
	width: 640px;
	height: 390px;
	display: block;
}
#containerTop.noPager {
	height: 420px;
}
#containerTop.noPager .mvSlider {
	margin-bottom: 0;
}
#containerTop.noPager .bx-wrapper {
	border-bottom: 34px solid #374044;
}

/* next,back */

#containerTop .btnNext {
	display: none;
}
#containerTop .btnPrev {
	display: none;
}

/* pager */

#containerTop .bx-wrapper .bx-pager,
#containerTop .bx-wrapper .bx-controls-auto {
	bottom: 20px;
	z-index: 10;
	position: relative;
	right: 0;
	margin: 0;
	width: 640px;
	height: 54px;
	padding: 18px 11px 12px 6px;
	background-color: #374044;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	float: none;
}
#containerTop .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 37px;
	height: 8px;
	margin: 0 7px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#containerTop .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #de1819;
}
#containerTop .bx-wrapper .bx-pager.bx-default-pager a:hover,
#containerTop .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	background: #de1819;
}

/* mv_contents */

#containerTop.mv_contents {
	width: 640px;
	min-width: 640px;
	height: auto;
	position: relative;
	overflow: hidden;
}
#containerTop.mv_contents .wrap {
	width: 640px;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
}
#containerTop.mv_contents .img {
	width: 640px;
/* 	height: 226px; */
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
#containerTop.mv_contents .img + p {
	width: 572px;
	font-size: 26px;
	padding: 0 0 10px;
	margin: 40px auto 10px;
	background: url(/common/images/spacer.png) left top no-repeat;
}

}


/******************************************************/
/* intro */
/******************************************************/

@media screen and (max-width:640px) {
	
#intro {
	width: 640px;
	height: auto;
	padding: 0 0 34px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
	background-color: #191919;
}
#intro h3 {
	width: 640px;
	min-width: 640px;
	font-size: 29px;
	border-top: 2px solid #fb0014;
	padding: 28px 30px 17px 33px;
	-webkit-font-smoothing: subpixel-antialiased;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: url(/common/images/spacer.png) left top no-repeat;
}
#intro h3 a.linkBox {
	width: 100%;
	display: block;
	background: none;
}
#intro h3 a.linkBox span {
	color: #fff;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	background: url(/common/images/box_ar_white_01.svg) right center no-repeat;
	background-size: 37px 37px;
	width: 100%;
	display: inline;
	padding-right: 52px;
}

/* keyword search */

#intro form {
	width: 572px;
	height: 86px;
	position: relative;
	margin-left: 34px;
}
#intro input[type='text'] {
	width: 572px;
	height: 86px;
	padding: 0 75px 0 25px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 26px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#intro input[type='submit'] {
	width: 75px;
	height: 83px;
	display: block;
	background: url(/common/images/icn_search_03.svg) 18px center no-repeat;
	background-size: 34px 34px;
	outline: none;
	border: none;
	position: absolute;
	top: 2px;
	right: 2px;
}

/* keyword */

#intro h4 {
	color: #999999;
	font-size: 24px;
	margin: 21px 0 4px 35px;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
#intro .keyword {
	width: 100%;
	height: 60px;
	padding: 0 34px 0 34px;
	margin-bottom: 45px;
}
#intro .keyword li {
	margin-right: 6px;
	margin-bottom: 12px;
	display: inline;
}
#intro .keyword a {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 24px;
	padding: 11px 16px 11px 44px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: inline;
	background: #303030 url(/common/images/icn_search_01.svg) 17px center no-repeat;
	background-size: 24px 24px;
	line-height: 2.7;
}

/* catchup */

#intro .catchup {
	width: 100%;
	padding: 0 34px 0px 34px;
	box-sizing: border-box;
	margin-top: 5px;
}
#intro .catchup li {
	width: 572px;
	height: 90px;
	display: block;
	margin-bottom: 4px;
}
#intro .catchup li a {
	width: 572px;
	height: 90px;
	display: block;
	padding: 6px;
	background: #232323 url(/common/images/icn_ar_white_01.svg) 519px center no-repeat;
	background-size: 37px 37px;
	text-decoration: none;
}
#intro .catchup li a .img {
	width: 114px;
	height: 76px;
	display: block;
	float: left;
	margin-right: 30px;
}
#intro .catchup li a .img img {
	width: 114px;
	height: 76px;
	vertical-align: bottom;
}
#intro .catchup li a p {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	height: 78px;
	display: table-cell;
	vertical-align: middle;
}

}


/******************************************************/
/* showcase */
/******************************************************/

@media screen and (max-width:640px) {
	
#showcase {
	width: 640px;
	min-width: 640px;
	height: auto !important;
	min-height: auto !important;
	padding: 34px 0;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: #d5dee3;
}
#showcase .wrap {
	width: 1296px;
	position: relative;
	left: 50%;
	margin-left: -847px;
	padding-bottom: 0;
}

#showcase .bx-wrapper {
	margin-bottom: 48px;
	width: 1296px !important;
	height: auto !important;
}
#showcase .bx-viewport {
	overflow: visible !important;
	height: auto !important;
}
#showcase .showcaseSlider {
	position: relative;
	width: 1296px;
	top: 0;
	left: 50%;
	margin-left: -648px;
}

.agent_type_android42 #showcase .bx-wrapper {
	margin-bottom: 48px;
	width: 1296px !important;
	height: auto !important;
	top: 0;
	left: 648px;
	margin-left: 0;
}
.agent_type_android42 #showcase .bx-viewport {
	overflow: visible !important;
	height: auto !important;
	position: relative;
	width: 1296px;
	top: 0;
	left: 0;
	margin-left: 0;
}
.agent_type_android42 #showcase .showcaseSlider {
	position: relative;
	width: 1296px;
	top: 0;
	left: 0;
	margin-left: 0;
}

#showcase .showcaseSlider:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#showcase.noslide .showcaseSlider {
	margin-left: 1081px;
}
.agent_type_android42 #showcase.noslide .showcaseSlider {
	margin-left: 1296px;
}
#showcase .showcaseSlider li {
	width: 432px !important;
	padding-right: 34px;
	border: none;
	background-color: #d5dee3;
}
#showcase .showcaseSlider li a {
	width: 398px;
	display: block;
	overflow: visible !important;
	background-color: #fff;
}
#showcase .showcaseSlider li .img,
#showcase .showcaseSlider li img {
	width: 398px;
	height: 199px;
}
#showcase .showcaseSlider li .img span {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	top: -21px;
}
#showcase .showcaseSlider li a .txt {
	width: 398px;
	min-height: 100px;
	height: 100px;
	padding: 10px 20px;
	font-size: 26px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.agent_type_android42 #showcase .showcaseSlider li a .txt {
	padding: 10px 20px;
	min-height: 80px;
	height: 80px;
}
#showcase .showcaseSlider li a .linkExt {
	background: #fff url(/common/images/icn_link_01.svg) right center no-repeat;
	background-size: 25px 22px;
	padding-right: 33px;
	display: inline;
}
#showcase .showcaseSlider li.deactive img {
	opacity: 1;
}
#showcase .showcaseSlider li.deactive .txt span {
	opacity: 1;
}

/* next,back */

#showcase .btnNext {
	display: none;
}
#showcase .btnPrev {
	display: none;
}

/* pager */

#showcase .bx-controls.bx-has-pager.bx-has-controls-direction {
	width: 640px;
	bottom: 0;
	left: 50%;
	margin-left: -121px;
	padding: 0;
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.agent_type_android42 #showcase .bx-controls.bx-has-pager.bx-has-controls-direction {
	margin-left: -338px;
	margin-left: -770px;
}
#showcase .bx-wrapper .bx-pager,
#showcase .bx-wrapper .bx-controls-auto {
	bottom: -82px;
	z-index: 10;
	position: absolute;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	height: 48px;
	padding: 18px 11px 12px 6px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#showcase .bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	float: none;
}
#showcase .bx-wrapper .bx-pager.bx-default-pager a {
	background: #dedede;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#showcase .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fb0014;
}
.media_type_pc #showcase .showcaseSlider li .img,
.media_type_pc #showcase .showcaseSlider li img,
.media_type_pc #showcase .showcaseSlider li.deactive .txt span {
	-webkit-transition: none;
	transition: none;
}

}


/******************************************************/
/* recommend */
/******************************************************/

@media screen and (max-width: 640px) {
	
#recommend {
	width: 640px;
	min-width: 640px;
	padding: 0;
	min-height: 300px;
	background-color: #edf2f5;
	overflow: hidden;
	position: relative;
}
#recommend .wrap {
	width: 2160px;
	position: relative;
	left: 50%;
	margin-left: -415px;
	overflow: hidden;
}
#recommend.noslide .wrap {
	margin-left: -643px;
}

#recommend .bx-wrapper {
	margin-bottom: 99px;
	/* width: 2160px !important; */
}
#recommend .bx-viewport {
	/* width: 2160px !important; */
	height: auto !important;
	/* overflow: visible !important; */
}
#recommend .recommendSlider {
	position: relative;
	/* width: 2160px !important; */
	top: 0;
	left: 50%;
	margin-left: -1080px;
}


.agent_type_android42 #recommend .bx-wrapper {
	margin-bottom: 99px;
	width: 2160px !important;
/* 	height: auto !important; */
	top: 0;
	left: 216px;
	margin-left: 0;
	display: block;
}
.agent_type_android42 #recommend .bx-viewport {
	overflow: visible !important;
 	height: auto !important;
	position: relative;
	width: 2160px;
/*
	top: 0;
	left: 0;
	margin-left: 0;
*/
}
.agent_type_android42 #recommend .bx-viewport:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.agent_type_android42 #recommend .recommendSlider {
	position: relative;
	width: 2160px;
	top: 0;
	left: 0;
	margin-left: 0;
}


#recommend.noslide .recommendSlider {
	margin-left: 660px;
}
#recommend h3 {
	color: #333333;
	font-size: 37px;
	font-weight: 500;
	top: 0;
	left: 50%;
	margin-left: -951px;
	width: 572px;
	height: 135px;
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 36px 0 0 1px;
	background: url(/common/images/bg_tit_01.svg) left top no-repeat;
	background-size: 1705px 2px;
}
#recommend.noslide h3 {
	margin-left: -735px;
}
#recommend .recommendSlider li {
	width: 432px !important;
	background-color: #edf2f5;
}
#recommend .recommendSlider li a {
	width: 398px;
}
#recommend .recommendSlider li .img,
#recommend .recommendSlider li img {
	width: 398px;
}
#recommend .recommendSlider li .img span {
	width: 40px;
	height: 40px;
	margin-left: -20px;
}
#recommend .recommendSlider li a .txt {
	width: 398px;
	min-height: 62px;
	height: 62px;
	padding: 12px 20px 13px;
	font-size: 26px;
	border-top: 2px solid #de1819;
}

.agent_type_android42 #recommend .recommendSlider li a .txt {
	min-height: 37px;
	height: 37px;
	padding: 6px 20px 6px;
}
#recommend .recommendSlider li a .linkExt {
	background: url(/common/images/icn_link_02.svg) right center no-repeat;
	background-size: 25px 22px;
	padding-right: 33px;
	display: inline;
}
#recommend .recommendSlider li.deactive img {
	opacity: 1;
}
#recommend .recommendSlider li.deactive .txt span {
	opacity: 1;
}

/* next,back */

#recommend .btnNext {
	display: none;
}
#recommend .btnPrev {
	display: none;
}

/* pager */

#recommend .bx-controls.bx-has-pager.bx-has-controls-direction {
	width: 640px;
	bottom: 0;
	left: 50%;
	margin-left: -985px;
	padding: 0;
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.agent_type_android42 #recommend .bx-controls.bx-has-pager.bx-has-controls-direction {
/*
	width: 640px;
	bottom: -150px;
	left: 50%;
	position: relative;
*/
	position: relative;
	margin-left: -1202px;
}
#recommend.noslide .bx-controls.bx-has-pager.bx-has-controls-direction {
	margin-left: -757px;
}
#recommend .bx-wrapper .bx-pager,
#recommend .bx-wrapper .bx-controls-auto {
	bottom: -98px;
	z-index: 10;
	position: absolute;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	height: 98px;
	padding: 33px 11px 12px 6px;
	background-color: #edf2f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#recommend .bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	float: none;
}
#recommend .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#recommend .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fb0014;
}
.media_type_pc #recommend .recommendSlider li .img,
.media_type_pc #recommend .recommendSlider li img,
.media_type_pc #recommend .recommendSlider li.deactive .txt span {
	-webkit-transition: none;
	transition: none;
}

}


/******************************************************/
/* breadcrumb */
/******************************************************/

@media screen and (max-width:640px) {

#breadcrumb {
	display: none;
}

}


/******************************************************/
/* unitArea */
/******************************************************/

@media screen and (max-width:640px) {

#unitArea .searchBox {
	float: none;
	width: auto;
	margin: 0 0 5px;
	padding: 10px;
	text-align: center;
}
#unitArea .searchBox p {
	float: none;
	padding: 0 0 6px;
	width: 100%;
}
#unitArea .searchBox .searchForm {
	float: none;
	width: 100%;
}
#unitArea .searchBox .searchFormText {
	width: 90%;
}
#unitArea .searchBox .searchFormButton {
	padding: 8px 0 0 10px;
}
#unitArea .btn_faq {
	clear: both;
	width: 35%;
}
#unitArea .btn_dl {
	width: 65%;
}
#unitArea .btn_faq a {
	margin: 0 5px 0 10px;
}
#unitArea .btn_dl a {
	margin: 0 10px 0 5px;
}
#unitArea .btn_faq a,
 #unitArea .btn_dl a {
	border-radius: 5px;
	width: auto;
}

}


/******************************************************/
/* pager, totop */
/******************************************************/

@media screen and (max-width:640px) {

#pageTop,
#pageTop a {
	width: 72px;
	height: 57px;
	display: block;
	left: 515px;
	z-index: 10;
}
#pageTopBottom,
#pageTopBottom a {
	width: 72px;
	height: 57px;
	display: block;
	left: 515px;
	z-index: 10;
}
#pageTopBottom {
	position: absolute;
	bottom: 320px;
}
	
}


/******************************************************/
/* footer */
/******************************************************/

@media screen and (max-width:640px) {

footer {
	width: 640px;
	min-width: 640px;
	height: auto;
	background-color: #666666;
}
#footer {
	width: 640px;
	min-width: 640px;
	display: table-cell;
}
#footerNavi {
	width: 540px;
	text-align: left;
	margin: 35px 0 0 50px;
	display: block;
	float: left;
}
#footerNavi .wrap {
	margin: 0;
	padding: 0;
	display: block;
}
#footerNavi ul {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
#footerNavi ul li {
	float: left;
	width: 540px;
	margin: 0;
	display: block;
}
#footerNavi ul li a {
	width: 540px;
	display: block;
	font-size: 22px;
	-webkit-font-smoothing: subpixel-antialiased;
	padding: 15px 0;
	box-sizing: border-box;
}
#footerNavi ul li a.linkExt {
	background: url(/common/images/icn_link_03.svg) right center no-repeat;
	background-size: 25px 22px;
	padding-right: 33px;
	display: table-cell;
	width: 100%;
}
#footerMain {
	width: 540px;
	float: left;
	margin: 70px 0 0 50px;
}
#footerMain:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#footerMain ul {
}
#footerMain .copyright {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-bottom: 45px;
}

}