@charset "shift_jis";

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

top-common

------------------------------------------ */
.contBg{
	padding: 80px 0 80px;
}
.cateTtl{
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 70px;
}
.btn_line_pink{
	display: block;
	background-color: #fff;
	width: 270px;
	margin: auto;
	color: #e60045;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #e60045;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn_line_pink:hover{
	background-color: #e60045;
	color: #fff;
}
.btn_bg_gray{
	display: block;
	background-color: #4d4d4d;
	width: 520px;
	margin: auto;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn_bg_gray:hover{
	background-color: #000;
}

@media screen and (min-width: 768px){
	.hovereffect a,.hoverA{
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hovereffect a:hover,.hoverA:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px){
	.contBg{
		padding: 50px 0 50px;
	}
	.cateTtl{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.btn_line_pink{
		width: 80%;
		line-height: 40px;
		font-size: 16px
	}
	.btn_bg_gray{
		width: 80%;
		line-height: 40px;
		font-size: 18px
	}
}
/* ------------------------------------------

mvArea

------------------------------------------ */
#mvArea{
	width:100%;
	min-width: 1000px;
}
#mvArea img{
	width:100%;
	height: auto;
	display: block;
}
#mvArea a{
	display: block;
} 
#mvArea .bx-controls{
	position: absolute;
	width: 100%;
	bottom: 45px;
}
#mvArea .spOnly{
	display: none!important;
}
@media screen and (max-width: 767px){
	#mvArea{
		min-width: 100%;
	}
	#mvArea .pcOnly{
		display: none!important;
	}
	#mvArea .spOnly{
		display: block!important;
	}
}

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

announce

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

#announce {
	width: 1030px;
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 10px;
	margin: 20px auto 0;
	box-sizing: border-box;
	font-size: 15px;
}
@media screen and (max-width: 767px){
	#announce {
		width: 90%;
		padding: 8px;
		font-size: 14px;
	}
}

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

news

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

#important dl,
#infoNews dl{
	overflow: hidden;
	margin-bottom: 14px;
	font-size: 15px;
}
#important dl a,
#infoNews dl a{
	font-size: 15px;
}
#important dl a:hover,
#infoNews dl a:hover{
	text-decoration: underline;
}
#important dl dt,
#infoNews dl dt{
	float: left;
	width: 205px;
}
#important dl dt span,
#infoNews dl dt span{
	vertical-align: middle;
	display: inline-block;
	width: 60px;
	text-align: center;
	color: #fff;
	background-color: #4d4d4d;
	font-size: 11px;
	line-height: 20px;
	margin:-1px 10px 0 0;
}
#important dl dd .new,
#infoNews dl dd .new{
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin:0 0 -3px 10px;
}
#important dl dd .new img,
#infoNews dl dd .new img{
	width: 100%;
	height: auto;
}
/* ------important------- */

#important{
	overflow: hidden;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}
#important > div{
	float: left;
	width: 900px;
}
#important dl{
	color: #e50043;
	display: none;
}
#important dl:first-child{
	display: block;
}
#important dl a{
	color: #e50043;
}
#important dl dt span{
	background-color: #e50043;
}
#important dl dd{
	float: left;
	width: 690px;
}
#important .moreBtn{
	float: right;
	width:90px;
	text-align: right;
}
#important .moreBtn a{
	color: #000;
	padding-right: 20px;
	background-image: url(/top_new/images/arrow_blk_d.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 12px;
	font-size: 13px;
}
#important .moreBtn a:hover{
	text-decoration: underline;
}
#important .moreBtn a.open{
	background-image: url(/top_new/images/arrow_blk_up.png);
}

/* ------infoNews------- */
#infoNews{
	background-color: #f0f0f0;
	padding: 20px 0 10px;
}
#infoNews .contIn{
	padding: 0 20px;
	box-sizing: border-box;
} 
#infoNews dl,
#infoNews dl a{
	color: #000;
}
#infoNews dl dd{
	float: left;
	width: 740px;
	font-weight: normal;
}

@media screen and (max-width: 767px){
	#important dl{
		margin-bottom: 10px;
	}
	#important dl,
	#infoNews dl,
	#important dl a,
	#infoNews dl a{
		font-size: 14px;
	}
	#important dl dt,
	#infoNews dl dt{
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	#important dl dt span,
	#infoNews dl dt span{
		width: 70px;
	}
	#important dl dd .new,
	#infoNews dl dd .new{
		width: 40px;
		vertical-align: middle;
		margin:0 0 -4px 10px;
	}
	/* ------important------- */
	#important{
		padding: 20px 0 10px;
	}
	#important > div,
	#important dl dd{
		float: none;
		width: 100%;
	}
	#important .moreBtn{
		float: none;
		width:100%;
		text-align: center;
	}
	#important .moreBtn a{
		font-size: 12px;
		line-height: 1.2;
		text-decoration: none!important;
	}
	/* ------infoNews------- */
	#infoNews{
		padding: 20px 0 10px;
	}
	#infoNews dl,
	#infoNews dl a{
		font-weight: normal;
	}
	#infoNews .contIn{
		padding: 0;
	} 
	#infoNews dl dd{
		float: none;
		width: 100%;
	}	
}


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

categoryNav

------------------------------------------ */
#categoryNav{
	background-color: #4d4d4d;
	padding: 30px 0;
}
#categoryNav ul{
	width: 1030px;
	text-align: center;
	margin: auto;
	overflow: hidden;
}
#categoryNav ul li{
	display: inline-block;
	text-align: center;
	margin-right: 55px;
}
#categoryNav ul li:nth-child(3),
#categoryNav ul li:nth-child(4),
#categoryNav ul li:nth-child(5),
#categoryNav ul li:nth-child(6){
	margin-right: 30px;
}
#categoryNav ul li:last-child{
	margin-right: 0;
}
#categoryNav ul li a{
	color: #fff;
	display: block;
	position: relative;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center bottom 45px;
}
#categoryNav ul li a span{
	display: inline-block;
	padding-top: 80px;
}
#categoryNav ul li a img{
	display: block;
	position: absolute;
	bottom: 45px;
	left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#categoryNav ul li a img.pnk{
	opacity: 0;
}
#categoryNav ul li a:hover img.wh{
	opacity: 0;
}
#categoryNav ul li a:hover img.pnk{
	opacity: 1;
}
#categoryNav ul li:first-child a img{
	width: 58px;
	height: 55px;
}
#categoryNav ul li:nth-child(2) a img{
	width: 44px;
	height: 55px;
}
#categoryNav ul li:nth-child(3) a img{
	width: 58px;
	height: 56px;
}
#categoryNav ul li:nth-child(4) a img{
	width: 56px;
	height: 54px;
}
#categoryNav ul li:nth-child(5) a img{
	width: 52px;
	height: 48px;
}
#categoryNav ul li:nth-child(6) a img{
	width: 48px;
	height: 46px;
}
#categoryNav ul li:last-child a img{
	width: 52px;
	height: 50px;
}
@media screen and (min-width: 768px){
	#categoryNav ul li a,
	#categoryNav ul li a img{
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#categoryNav ul li a:hover{
		color: #e50043;
	}
}
@media screen and (max-width: 767px){
	#categoryNav{
		padding: 30px 0 0;
	}
	#categoryNav ul{
		width: 94%;
	}
	#categoryNav ul li{
		display: block;
		float: left;
		text-align: center;
		margin-right: 0!important;
		margin-bottom: 30px;
		width: 25%;
	}
	#categoryNav ul li:nth-child(1),
	#categoryNav ul li:nth-child(2),
	#categoryNav ul li:nth-child(3){
		width: 33%;
	}
	#categoryNav ul li a{
		font-size: 13px;
		line-height: 1.3;
		padding-top: 60px;
		background-position: center top 0;
		height: auto;
	}
	#categoryNav ul li a span{
		display: inline-block;
		padding-top: 0px;
	}
	#categoryNav ul li a img{
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	#categoryNav ul li a img.pnk{
		display: none;
	}
	#categoryNav ul li a:hover img.wh{
		opacity: 1;
	}
	#categoryNav ul li:first-child a img{
		width: 48px;
		height: 45px;
		top:5px;
	}
	#categoryNav ul li:nth-child(2) a img{
		width: 43px;
		height: 45px;
		top:5px;
	}
	#categoryNav ul li:nth-child(3) a img{
		width: 50px;
		height: 50px;
		top:1px;
	}
	#categoryNav ul li:nth-child(4) a img{
		width: 46px;
		height: 45px;
		top:6px;
	}
	#categoryNav ul li:nth-child(5) a img{
		width: 42px;
		height: 42px;
		top:8px;
	}
	#categoryNav ul li:nth-child(6) a img{
		width: 40px;
		height: 40px;
		top:9px;
	}
	#categoryNav ul li:last-child a img{
		width: 42px;
		height: 49px;
		top:3px;
	}
	#categoryNav ul li:nth-child(5) a,
	#categoryNav ul li:nth-child(7) a{
		padding-top: 64px;
	}
}
@media screen and (max-width: 374px){
	#categoryNav ul li a{
		font-size: 11px;
	}	
	
}


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

serviceNav

------------------------------------------ */
#serviceNav{
	margin: 40px auto 80px;
}
#serviceNav ul{
	overflow: hidden;
}
#serviceNav .cateBox{
	width:320px;
	float: left;
	margin-right: 20px;
}
#serviceNav .cateBox:nth-child(1){
	width:490px;
	margin:0 20px 20px 0;
}
#serviceNav .cateBox:nth-child(2){
	width:490px;
	margin:0 0 20px;
}
#serviceNav .cateBox:last-child{
	margin-right: 0;
}
#serviceNav .cateBox .imgArea,
#serviceNav .cateBox .imgArea img{
	display: block;
}
#serviceNav .cateBox .imgArea.spOnly,
#serviceNav .cateBox .imgArea.spOnly img{
	display: none;
}
#serviceNav .cateBox .imgArea img{
	width: 100%;
	height: auto;
}
#serviceNav .cateBox dt{
	margin: 15px 0 5px;
	font-weight: bold;
	font-size: 18px;
}
#serviceNav .cateBox dd{
	font-size: 13px;
	margin-bottom: 20px;
}
#serviceNav .cateBox dd li{
	display: inline-block;
	margin-right: 20px;
	line-height: 1.8;
}
#serviceNav .cateBox dd li a{
	color: #000;
}
#serviceNav .cateBox dd li a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	#serviceNav{
		margin: 0 auto;
		width: 100%;
	}
	#serviceNav .cateBox{
		width:100%!important;
		float: none;
	}
	#serviceNav .cateBox .imgArea.pcOnly,
	#serviceNav .cateBox .imgArea.pcOnly img{
		display: none;
	}
	#serviceNav .cateBox .imgArea.spOnly,
	#serviceNav .cateBox .imgArea.spOnly img{
		display: block;
	}
	#serviceNav .cateBox dl{
		width: 90%;
		margin: auto;
	}
	#serviceNav .cateBox dt{
		margin: 10px 0 5px;
		font-size: 20px;
	}
	#serviceNav .cateBox dd{
		font-size: 14px;
		margin-bottom: 25px;
		height: auto;
	}
	#serviceNav .cateBox dd li{
		margin-right: 15px;
	}
}

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

serviceLogo

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

#serviceLogo{
	overflow: hidden;
	padding-bottom: 40px;
	height: 167px;
}
#serviceLogo .tabArea{
	background-color: #dbdbdb;
	text-align: center;
	margin-bottom: 40px;
}
#serviceLogo .tabArea a{
	display: inline-block;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	padding: 13px 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-bottom: 3px solid #dbdbdb;
}
#serviceLogo .tabArea a:hover{
	opacity: 0.6;
}
#serviceLogo .tabArea a.active{
	color: #e60046;
	border-bottom: 3px solid #e60046;
	opacity: 1.0!important;
}
#serviceLogo .slideArea{
	width: 1000px;
	height: 108px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#serviceLogo .tabConts{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: -1;
}
#serviceLogo .tabConts.tabProduct {
	-webkit-transform: translateX(-900px);
	-moz-transform: translateX(-900px);
	-o-transform: translateX(-900px);
	-ms-transform: translateX(-900px);
	transform: translateX(-900px);
}
#serviceLogo .tabConts.tabFood {
	-webkit-transform: translateX(900px);
	-moz-transform: translateX(900px);
	-o-transform: translateX(900px);
	-ms-transform: translateX(900px);
	transform: translateX(900px);
}
#serviceLogo .tabConts.active{
	z-index:1;
  -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
#serviceLogo .tabConts li{
	display: table;
	margin:0 0 0 0;
	text-align: center;
	vertical-align: middle;
	height: 68px;
} 
#serviceLogo .tabConts li a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#serviceLogo .logoSlide{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
#serviceLogo .bx-wrapper{
	width: 1000px!important;
	max-width: 1000px!important;
	margin: auto;
	overflow: hidden;
}
#serviceLogo .bx-viewport{
	width: 900px!important;
	margin: auto;
	overflow: hidden;
}
.bx-wrapper img {
	margin: auto;
}
@media screen and (max-width: 767px){

	#serviceLogo{
		padding-bottom: 30px;
		height: 410px;
	}
	#serviceLogo .tabArea{
		padding: 0 5%;
		margin-bottom: 20px;
		overflow: hidden;
	}
	#serviceLogo .tabArea a{
		display: block;
		width: 46%;
		float: left;
		text-align: center;
		font-size: 16px;
		padding: 13px 2%;
	}
	#serviceLogo .slideArea{
		width: 100%;
		height: 365px;
	}
	#serviceLogo .tabConts li{
		display: block;
		float: left;
		width: 46%;
		height: 40px;
		margin:0 2% 15px!important;
		position: relative;
	} 
	#serviceLogo .tabConts li a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
	}
	#serviceLogo .tabConts li img{
		position: absolute;
		width: 80%;
		height: 80%;
		max-width: 200%!important;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#serviceLogo .tabProduct li:first-child{
		height: 26px;
		margin:10px 2% 15px!important;
	}
	#serviceLogo .tabProduct li:nth-child(8) img{
		width: 60%;
		height: auto;
	}
	#serviceLogo .tabProduct li:nth-child(9),
	#serviceLogo .tabProduct li:nth-child(10),
	#serviceLogo .tabProduct li:nth-child(11){
		height: 50px;
		margin:5px 2% 15px!important;
	}
	#serviceLogo .tabProduct li:nth-child(9) a img{
		height: 90%;
	}
	#serviceLogo .tabProduct li:nth-child(10) a img,
	#serviceLogo .tabProduct li:nth-child(11) a img{
		height: 100%;
	}
	#serviceLogo .tabFood li{
		height: 60px;
    margin: 0 2% 10px!important;
	}
	#serviceLogo .tabFood li:nth-child(5) a img{
		height: 55%;
	}
	#serviceLogo .tabFood li:nth-child(6) a img{
		height: 35%;
	}
	#serviceLogo .tabFood li:nth-child(7) a img{
		height: 90%;
		width: auto;
	}
}

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

tvcm

------------------------------------------ */
#tvcm{
	background-color: #f0f0f0;
}
#tvcm .videoArea{
	width: 575px;
	padding-bottom: 32.4%;
	margin: 0 auto 40px;
	position: relative;
}
#tvcm .videoArea iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px){
	#tvcm .videoArea{
		width: 90%;
    padding-bottom: 50.7%;
		margin: 0 auto 30px;
	}
}
/* ------------------------------------------

campaign

------------------------------------------ */
#campaign{
	background-color: #e6e6e6;
	text-align: center;
}
#campaign .campArea{
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
}
#campaign .campArea li{
	float: left;
	width: 242px;
	margin:0 10px 0 0;
	box-sizing: border-box;
	background-color: #fff;
}
#campaign .campArea li:nth-child(4n){
	margin-right: 0;
}
#campaign .campArea li:nth-child(n + 5){
	display: none;
}
#campaign .campArea li a{
	display: block;
	padding: 8px 8px 15px;
	color: #000;
	font-size: 14px;
	text-align: left;
}
#campaign .campArea li a img{
	width: 100%;
	height: auto;
	display: block;
	border: 2px solid #e6e6e6;
}
#campaign .campArea li .cpTtl{
	margin: 10px 0 5px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: bold;
}
#campaign .campArea li .cpDate{
	font-size: 12px;
}
#campaign .campArea li .cpDtl{
	margin-top: 10px;
	border-top:2px solid #e6e6e6;
	padding-top: 10px;
	color: #666666;
}
#campaign .btn_line_pink{
	margin-top: 40px;
}
#campaign .spOnly{
	display: none;
}
@media screen and (max-width: 767px){
	#campaign .campArea li{
		float: none;
		width: 100%;
		margin:0 0 15px;
	}
	#campaign .campArea li:nth-child(4n){
		margin-bottom: 0;
	}
	#campaign .campArea li a{
		display: block;
		padding: 5%;
		color: #000;
		font-size: 14px;
	}
	#campaign .campArea li .cpTtl{
		margin: 10px 0 0;
		font-size: 18px;
		line-height: 1.3;
		font-weight: bold;
	}
	#campaign .campArea li .cpDate{
		font-size: 14px;
	}
	#campaign .campArea li .cpDtl{
		margin-top: 0px;
		padding-top: 10px;
		border: 0;
	}
	#campaign .btn_line_pink{
		margin-top: 30px;
	}
	#campaign .spOnly{
		display: block;
	}
}

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

company

------------------------------------------ */
#company{
	background-color: #f2f2f2;
}
#company .companyNav{
	width: 800px;
	margin: 0 auto 40px;
	overflow: hidden;
}
#company .companyNav li{
	background-color: #fff;
	width: 263px;
	float: left;
	text-align: center;
	border-right: 4px solid #f2f2f2;
	border-bottom: 4px solid #f2f2f2;
}
#company .companyNav li:nth-child(3n){
	border-right: 0;
}
#company .companyNav li a{
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: center top 50px;
	padding: 150px 25px 25px;
	position: relative;
}
#company .companyNav li a img{
	margin: 0 auto 15px;
	display: block;
	position: absolute;
	width: 96px;
	height: 90px;
	left: 50%;
	top: 40px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#company .companyNav li:first-child a{
	text-align: center;
}
#company .companyNav li:nth-child(2) a img{
	width: 90px;
	height: 90px;
}
#company .companyNav li:nth-child(3) a img{
	width: 107px;
	height: 100px;
}
#company .companyNav li:nth-child(4) a img{
	width: 140px;
	height: 90px;
}
#company .companyNav li:nth-child(5) a img{
	width: 118px;
	height: 110px;
	top: 30px;
}
#company .companyNav li:last-child a img{
	top: 35px;
}
@media screen and (max-width: 767px){
	#company .companyNav{
		width: 100%;
		margin: 0 auto 20px;
	}
	#company .companyNav li{
		background-color: #fff;
		width: 48.5%;
		float: left;
		border:0;
		margin-bottom: 3%;
	}
	#company .companyNav li:nth-child(2n){
		float: right;
	}
	#company .companyNav li a{
		font-size: 14px;
		padding: 90px 2% 15px;
		background-position: center top 20px;
	}
	#company .companyNav li a img{
		display: none;
	}
	#company .companyNav li:first-child a{
	background-image: url(/top_new/images/icon_comp_about.svg);
		background-size: 60px 60px;
	}
	#company .companyNav li:nth-child(2) a{
	background-image: url(/top_new/images/icon_comp_press.svg);
		background-size: 60px 60px;
	}
	#company .companyNav li:nth-child(3) a{
	background-image: url(/top_new/images/icon_comp_csr.svg);
		background-size: 65px 45px;
		background-position: center top 30px;
	}
	#company .companyNav li:nth-child(4) a{
	background-image: url(/top_new/images/icon_comp_ir.svg);
		background-size: 55px 55px;
	}
	#company .companyNav li:nth-child(5) a{
	background-image: url(/top_new/images/icon_comp_recruit.svg);
		background-size: 55px 55px;
	}
	#company .companyNav li:last-child a{
	background-image: url(/top_new/images/icon_comp_partner.svg);
		background-size: 55px 58px;
		background-position: center top 18px;
	}	
}

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

newsRelease

------------------------------------------ */
#newsRelease .contIn{
	box-sizing: border-box;
}
#newsRelease dl{
	overflow: hidden;
	color:#4c4c4c;
	margin-bottom: 30px;
	font-size: 15px;
}
#newsRelease dl:nth-last-child(2){
	margin-bottom: 40px;
}
#newsRelease dl a{
	color:#4c4c4c;
}
#newsRelease dl a:hover{
	text-decoration: underline;
}
#newsRelease dt{
	float: left;
	width: 140px;
	font-weight: bold;
}
#newsRelease dd{
	float: left;
	width: 860px;
}
#newsRelease dd br{
	display: none;
}
#newsRelease dd.sp{
	display: none;
}
@media screen and (max-width: 767px){
	#newsRelease .contIn{
		padding: 0;
	}
	#newsRelease dl{
		margin-bottom: 20px;
	}
	#newsRelease dl:nth-last-child(2){
		margin-bottom: 30px;
	}
	#newsRelease dt,
	#newsRelease dd{
		float: none;
		width: 100%;
		font-size: 14px;
	}
	#newsRelease dd img{
		width: 50px;
		height: auto;
		vertical-align: middle;
	}
	#newsRelease dd.pc{
		display: none;
	}
	#newsRelease dd.sp{
		display:block;
	}
}
/* ------------------------------------------

footBnr

------------------------------------------ */
#footBnr{
	background-color: #e6e6e6;
}
#footBnr .bx-wrapper{
	max-width: 900px!important;
	margin: auto;
	background-color: #e6e6e6;
}
#footBnr .bx-wrapper .bx-next,
#footBnr .bx-wrapper .bx-next:focus{
	right: -60px;
}
#footBnr .bx-wrapper .bx-prev,
#footBnr .bx-wrapper .bx-prev:focus{
	left: -60px;
}
#footBnr ul{
	overflow: hidden;
}
#footBnr ul li{
	width: 240px;
	margin-right: 20px;
}
#footBnr ul li a{
	display: block;
}
#footBnr ul li img{
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 767px){
	#footBnr .bx-wrapper{
		width: 220px!important;
		margin: auto;
	}
	#footBnr ul li{
		width: 220px!important;
		margin-right: 0px;
	}
	#footBnr .bx-wrapper .bx-controls-direction a {
		margin-top: -22px;
		width: 44px;
		height:44px;
	}
}
@media screen and (max-width: 374px){
	#footBnr .bx-wrapper .bx-controls-direction a {
		margin-top: -20px;
		width: 40px;
		height:40px;
	}
	#footBnr .bx-wrapper .bx-next,
	#footBnr .bx-wrapper .bx-next:focus{
		right: -45px;
	}
	#footBnr .bx-wrapper .bx-prev,
	#footBnr .bx-wrapper .bx-prev:focus{
		left: -45px;
	}
}
/* ------------------------------------------

contact

------------------------------------------ */
#contact{
	padding-bottom: 0;
}
#contact .cvArea{
	overflow: hidden;
	width: 800px;
	margin: auto;
}
#contact .cvArea a{ 
	display: block;
	width: 380px;
	float: left;
	border: 4px solid #ff0d85;
	box-sizing: border-box;
	border-radius: 6px;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #ff0d85;
	padding-left: 120px;
	position: relative;
	margin-right: 40px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contact .cvArea a:hover{
	border: 4px solid #e60045;
	color: #e60045;
} 
#contact .cvArea a:last-child{
	margin-right: 0;
} 
#contact .cvArea a:before{
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background-color: #ff0d85;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
} 
#contact .cvArea a:hover:before{
	background-color: #e60045;
}
#contact .cvArea a:first-child:before{
	background-image: url(/top_new/images/icon_faq.svg);
	background-size: 73px 73px;
}
#contact .cvArea a:last-child:before{
	background-image: url(/top_new/images/icon_form.svg);
	background-size: 55px 38px;
}
#contact .tel{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
}
#contact .tel .num{
	width: 332px;
	margin: 0 auto 10px;
}
#contact .tel .num img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
	#contact .cvArea{
		width: 100%;
	}
	#contact .cvArea a{ 
		display: block;
		width: 100%;
		float: none;
		border: 2px solid #ff0d85;
		line-height: 75px;
		font-size: 18px;
		padding-left: 95px;
		margin: 0 0 10px;
	}
	#contact .cvArea a:hover{
		border: 2px solid #e60045;
	} 
	#contact .cvArea a:before{
		content:"";
		width: 80px;
		height: 75px;
		background-size: 70%;
	} 
	#contact .cvArea a:first-child:before{
		background-size: 70% 70%;
	}
	#contact .cvArea a:last-child:before{
		background-size: 65% 45%;
	}
	#contact .tel{
		margin-top: 20px;
		text-align: center;
		font-size: 14px;
	}
	#contact .tel .num{
		width: 100%;
		margin: 0 auto 10px;
	}
}