@charset "utf-8";
/* =======================================

	IndexElements

======================================= */
body {
	opacity: 0;
	transition: all 0.6s linear;
}

body.indexLoad {
	opacity: 1;
}

/* ------------------------------------
	keyField
------------------------------------ */
.keyField {
	overflow: hidden;
	background: url('/img/main_visual.jpg') top center / cover no-repeat #000000;
	position: relative;
}
.keyField::after {
	content: '';
	display: block;
	clear: both;
}
.keyField br.tb {
	display: none;
}
.keyField .maincopy {
	position: absolute;
	top: calc(186 / 752 * 100%);
	left: calc(173 / 1920 * 100%);
	color: #fff;
	text-align: left;
}
.keyField .maincopy h2 {
	width: calc(924 / 1920 * 100vw);
	max-width: 924px;
}
.keyField .maincopy h2 img {
	width: 100%;
	height: auto;
}
.keyField .maincopy .copyTitle {
	margin-top: 65px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.keyField .mainLinks {
	float: right;
	width: 27%;
	display: flex;
	flex-wrap: wrap;
}
.keyField .mainLinks li {
	width: 50%;
	float: left;
	text-align: center;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	position: relative;
}
.keyField .mainLinks li:nth-last-child(-n+2) {
	border-bottom: none;
}
.keyField .mainLinks li a {
	width: 100%;
	height: 100%;
	padding: 15% 0 10%;
	font-size:  1.1rem;
	color: #fff;
	background: rgba(0,0,0,.4);
	cursor: pointer;
	display: flex;
	flex-direction: column;
}
.keyField .mainLinks li a:hover {
	text-decoration: none;
}
.keyField .mainLinks li span {

}
.keyField .mainLinks li span::before {
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 25px;
}
.keyField .mainLinks li.link_ipo span::before {
	background: url('/img/mv_ipo_support.png') center bottom / 40px 39px no-repeat transparent;
}
.keyField .mainLinks li.link_ir span::before {
	background: url('/img/mv_ir_support.png') center bottom / 47px 47px no-repeat transparent;
}
.keyField .mainLinks li.link_disclosure span::before {
	background: url('/img/mv_disclosure_support_icon.png') center bottom / 47px 37px no-repeat transparent;
}
.keyField .mainLinks li.link_translation span::before {
	background: url('/img/mv_translation.png') center bottom / 39px 39px no-repeat transparent;
}
.keyField .mainLinks li.link_consulting span::before {
	background: url('/img/mv_consulting.png') center bottom / 38px 43px no-repeat transparent;
}
.keyField .mainLinks li.link_web span::before {
	background: url('/img/mv_web.png') center bottom / 50px 42px no-repeat transparent;
}
.keyField .mainLinks li.link_shareholders span::before {
	background: url('/img/mv_shareholders_support.png') center bottom / 42px 35px no-repeat transparent;
}
.keyField .mainLinks li.link_investment span::before {
	background: url('/img/mv_investment_trust_icon.png') center bottom / 34px 38px no-repeat transparent;
}

.keyField .mainLinks li.link_consulting span {
	display: inline-block;
	font-size: 11px;
	line-height: 1.4;
}
.keyField .mainLinks li a .link_detail {
	width: 100%;
	height: 100%;
	font-size: 0.9rem;
	background: #ca0817;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-out;
}
.keyField .mainLinks li a .link_detail::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	right: 2px;
	bottom: 2px;
}
.keyField .mainLinks li a:hover .link_detail {
	opacity: 1;
	visibility: visible;
}
.keyField .mainLinks li a .link_detail p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1280px) {
	.keyField br.tb {
		display: block;
	}
}
@media only screen and (max-width: 1180px) {
	.keyField .mainLinks {
    width: 30%;
	}
	.keyField .mainLinks li a {
		font-size: 1rem;
	}
	.keyField .mainLinks li a .link_detail {
		font-size: 0.8rem;
		padding: 7% 5px;
	}
}

@media only screen and (max-width: 720px) {
	.keyField {
		background-size: auto 130%;
		background-position: right 40% bottom;
	}
	.keyField .maincopy {
    position: static;
    top: auto;
    left: auto;
		width: 88%;
		margin: 0 auto;
		padding: 15% 0;
	}
	.keyField .maincopy h2 {
		width: 100%;
	}
	.keyField .maincopy .copyTitle {
		margin-top: 3em;
		font-size: 1.1rem;
	}
	.keyField .maincopy p {
		text-align: center;
	}
	.keyField .mainLinks {
    width: 100%;
    float: none;
	}
	.keyField .mainLinks li:nth-of-type(odd) {
		border-left: 2px solid rgba(0,0,0,.4);
	}
	.keyField .mainLinks li span::before {
    width: 25px;
    height: 25px;
		margin: 0 auto 10px;
	}
	.keyField .mainLinks li.link_ipo span::before {
    background-size: 20px 18px;
	}
	.keyField .mainLinks li.link_ir span::before {
		background-size: 24px 24px;
	}
	.keyField .mainLinks li.link_disclosure span::before {
		background-size: 24px 18px;
	}
	.keyField .mainLinks li.link_translation span::before {
		background-size: 20px 20px;
	}
	.keyField .mainLinks li.link_consulting span::before {
		background-size: 19px 21px;
	}
	.keyField .mainLinks li.link_web span::before {
		background-size: 25px 21px;
	}
	.keyField .mainLinks li.link_shareholders span::before {
		background-size: 21px 18px;
	}
	.keyField .mainLinks li.link_investment span::before {
		background-size: 17px 19px;
	}
	.keyField .mainLinks li a {
    padding: 6% 0;
	}
	.keyField .mainLinks li a:hover .link_detail {
		display: none;
	}
}

/* ------------------------------------
	hover ZOOM Elements
------------------------------------ */
.keyField article figure img {
	-webkit-transition: all 3s ease-out;
	transition: all 3s ease-out;
}

@media only screen and (min-width: 720px) {
	body:not(.setTb) .keyField article a:hover:after {
		color: #FFF;
	}
	body:not(.setTb) .keyField article a:hover figure img {
		opacity: 0.9;
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/* ------------------------------------
	invitation_news
------------------------------------ */
#xjMainlist {
	padding: 0px 0 0;
}

#xjMainlist .inner {
	margin-bottom: 40px;
	padding: 30px;
	border: 1px solid #ca0917;
	background: #ffffff;
	position: relative;
	color: #000;
  text-decoration: none;
}

#xjMainlist .ttl {
 font-size: 15px;
}

#xjMainlist a {
	color: #000;
  text-decoration: none;
}

#xjMainlist a:after {
	display: block;
  font-family: 'takaraCP';
  content: "\e902";
  color: #ca0817;
  font-size: 0.5em;
	overflow: hidden;
  position: absolute;
  right: 15px;
  top: 43%;
}

/*	:hover	*/
#xjMainlist a:hover {
	opacity: 0.7;
}


	@media only screen and (max-width: 768px) {
		#xjMainlist {
			padding: 0;
			margin: 0 0 30px 0px;
		}
		#xjMainlist .inner{
			width: 90%;
			margin: 0 auto;
		}
		#xjMainlist .ttl {
			width: 90%;
		 margin: 0 auto;
		}
		#xjMainlist a .ttl:after {
		 right: 10px;
		}
	}

/* ------------------------------------
	news
------------------------------------ */
.newsWrap {
	padding: 40px 0 40px;
	background: #f6f7f5;
}
.tempMessage {
	font-size: 1.071em;
	padding: 30px 15px 30px;
	margin: 0 auto 40px;
	border: 1px solid #999;
}
.news {
	width: 100%;
	padding: 20px 40px;
	text-align: left;
	position: relative;
	background: #FFF;
}
.news h2 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 1.6em;
	font-weight: 500;
	position: relative;
}
.news h2 > span {
	margin: 0 0 0 1em;
	font-size: 0.6em;
	font-weight: normal;
}
.news h2 > span > span {
	display: inline-block;
}
.news h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, right top, left bottom, from(#cdcccc), color-stop(0.2, #cdcccc), color-stop(0.2, #FFF), color-stop(0.6, #FFF), color-stop(0.6, #cdcccc), color-stop(0.7, #cdcccc), color-stop(0.75, #FFF), to(#FFF));
	background: linear-gradient(45deg, #cdcccc, #cdcccc 20%, #FFF 20%, #FFF 60%, #cdcccc 60%, #cdcccc 70%, #FFF 75%, #FFF);
	background-size: 4px 4px;
}
.newsMore {
	position: absolute;
	top: -65px;
	right: 0;
}
.newsMore a {
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	background: #ca0817;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	padding: 5px 20px;
	border-radius: 25px;
}
/* IE hack */
@media all and (-ms-high-contrast:none){
	.newsMore a {
		padding: 5px 20px 2px;
	}
}
.newsMore a:hover {
	color: #fff !important;
	opacity: .6;
}
.tabArea {
	margin: 0 0 10px;
	display: table;
	overflow: hidden;
	border-left: 1px solid #cdcccc;
}
.tabArea li {
	width: 200px;
	padding: 5px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #808080;
	font-size: 0.85em;
	border-right: 1px solid #cdcccc;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.tabArea li.active {
	cursor:pointer;
	color: #000;
	background: #f6f7f5;
}
.contArea article a {
	padding: 10px 30px 10px 0;
	display: block;
	color: #000;
	font-size: 0.875em;
	text-decoration: none;
	position: relative;
	border-top: 2px solid #f6f7f5;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contArea article a:after {
	font-family: 'takaraCP';
	content: "\e902";
	line-height: 1;
	font-size: 0.6em;
	color: #000;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contArea article:first-child a {
	border-top: none;
}
.contArea article a > div {
	margin: -0.5em 0 0 0;
	position: absolute;
	top: 45%;
	right: 40px;
	z-index: 2;
}
.contArea article .typeHtml {display: none;}
.contArea article .typePdf {
	display: block;
	padding: 0 0 0 1.8em;
	color: #808080;
	font-size: 1rem;
	background: url(../img/common/iconPdf.png) no-repeat left center;
}
.date {
	width: 135px;
	display: inline-block;
	color: #808080;
	font-size: 1.1rem;
}
.tag {
	width: 80px;
	text-align: center;
	display: inline-block;
	padding: 0.4em 5px 0.3em;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1;
	background: #ca0817;
	border-radius: 10px;
}
.tag.tagNews {background: #738a9f;}
.tag.tagDisclosure {background: #ca0817;}
.tag.tagSettle {background: #b365a5;}
.tag.tagIr {background: #89a059;}

.contArea article h3 {
	width: 830px;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1rem;
}

/* -- PC hover -- */
@media only screen and (min-width: 720px) {
	body:not(.setTb) .news .newsMore a:hover,
	body:not(.setTb) .news .newsMore a:hover span:before,
	body:not(.setTb) .subsidiary .groupMore a:hover,
	body:not(.setTb) .subsidiary .groupMore a:hover span:before {
		color: #68aabc;
	}
	body:not(.setTb) .tabArea li:hover {
		cursor:pointer;
		color: #68aabc;
		background: #FFF;
	}
	body:not(.setTb) .tabArea li.active:hover {
		cursor:pointer;
		color: #000;
		background: #f6f7f5;
	}
	body:not(.setTb) .contArea article a:hover,
	body:not(.setTb) .contArea article a:hover:after {
		color: #68aabc;
	}
}

@media only screen and (max-width: 1180px) {
	.news {
		height: auto!important;
		padding: 20px 20px 0 20px;
	}

	.contArea article h3 {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 720px) {
	.newsWrap {
		padding: 40px 0;
	}
	.newsWrap .contBaseWrap {
		width: 100%;
		margin: 0;
	}
	.news {
		width: 88%;
		padding: 20px;
		margin: 0 auto 20px;
		float: none;
	}
	.news h2 {
		margin: 0 0 10px;
	}
	.news h2 > span {
		color: #808080;
	}
	.news h2 > span > span {
		display: none;
	}
	.newsMore {
		position: static;
		text-align: center;
		color: #000;
		font-size: 0.85em;
		text-decoration: none;
		margin: 20px 0 10px;
	}
	.newsMore a {
		display: block;
		padding: 10px 0;
		color: #ffffff;
		font-size: 1.3em;
		text-decoration: none;
		background: #ca0817;
	}
	.newsMore a:hover {
		opacity: 1;
	}
	.newsMore a:before {
		top: 5px;
		left: 0;
		color: #808080;
	}
	.newsMore a span:before {
		font-size: 0.5em;
		color: #808080;
		top: 7px;;
	}
	.tabArea {
		width: 100%;
		margin: 0 0 10px;
	}
	.tabArea li {
		padding: 0;
		font-size: 0.6em;
	}
	.contArea article a {
		padding: 8px 0 8px 0;
		font-size: 0.75em;
		line-height: 1.4;
	}
	.contArea article a > div {
		margin: 0;
		position: static;
		top: 0;
		right: 0;
		display: inline-block;
	}
	.contArea article .typePdf {
    font-size: 0.85rem;
		padding: 20px 0 0 0;
		background: url(../img/common/iconPdf.png) no-repeat center top;
		margin-top: -2px;
	}
	.date {
		width: 100%;
		margin: 0 0.5em 0.5em 0;
		font-size: 0.85rem;
	}
	.tag {
		width: auto;
		padding: 0.4em 1em 0.3em;
	}
	.contArea article h3 {
		width: 75%;
		margin: 0 10px 0 0;
		font-size: 0.85rem;
	}
	.contArea article a::after {
    content: none;
	}
}

/* ------------------------------------
	banner
------------------------------------ */
.banner {
	width: 100%;
	margin-bottom: 50px;
}
.banner ul {
	/*overflow: hidden;*/
}
.banner ul .imgBanner {
	margin: 0 0 20px;
	position: relative;
	background: #FFF;
}
.banner ul .imgBanner a {
	display: block;
}
.banner ul .imgBanner img {
	width: 100%;
	display: block;
}
.banner ul .recruit {
	width: 100%;
	margin: 0 0 20px;
}
.banner ul .recruit a {
	color: #FFF;
	display: block;
	position: relative;
	text-decoration: none;
}
.banner ul .recruit a:after {
	font-family: 'takaraCP';
	content: "\e902";
	line-height: 1;
	font-size: 0.8em;
	color: #FFF;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.banner ul .recruit img {
	width: 100%;
	height: auto;
}
.banner ul .recruit .banInner {
	position: absolute;
	top: 30px;
	left: 40px;
	text-align: left;
}
.banner ul .recruit .banInner dl dt {
	font-size: 1.6em;
	line-height: 1.3;
	font-weight: 500;
}
.banner ul .recruit .banInner dl dd {
	margin: 13px 0;
	font-size: 1.7em;
	font-style: italic;
	line-height: 1.3;
}
.banner ul .recruit .banInner span {
	font-size: 0.85em;
}
.banner ul .pickUp {
	width: 23.7%;
	/* width: 23.7%; 4つ並びの場合*/
	margin: 0 1.7% 20px 0;
	float: left;
	background: #FFF;
}
.banner ul .pickUp {
	position: relative;
}
.banner ul .pickUp:last-of-type {
	margin-right: 0;
}
.banner ul .pickUp a {
	text-decoration: none;
	display: block;
}
.banner ul .pickUp a figure {
	border-bottom: 1px solid #f6f7f5;
}
.banner ul .pickUp a figure img {
	width: 100%;
	height: auto;
}
.banner ul .label {
	width: 45px;
	height: 45px;
	color: #ffffff;
	line-height: 45px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	animation: flash 1.5s infinite;
}
@keyframes flash{ 50%{opacity: 0;} }
.banner ul .label.new {background: #ca0817;}
.banner ul .label.update {background: #de7618;}
.banner ul .pickUp .banInner {
	margin: -10px 0 0 0;
	padding: 0 20px 20px 20px;
}
.banner ul .pickUp .banInner span {
	padding: 2px 20px;
	display: inline-block;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 500;
	background: #68aabc;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.banner ul .pickUp dl dt {
	margin: 10px 0 0;
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
}
.banner ul .pickUp dl dd {
	color: #808080;
	font-size: 0.85em;
}
/* -- PC hover -- */
@media only screen and (min-width: 720px) {
	body:not(.setTb) .banner ul .pickUp a:hover span {
		background: #d74f59;
	}
}

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

	.banner ul .recruit .banInner {
		position: absolute;
		top: 50%;
		left: 7%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.banner ul .recruit .banInner dl dt {
		font-size: 1.4em;
	}
	.banner ul .recruit .banInner dl dd {
		margin: 7px 0;
		font-size: 1.4em;
	}
	.banner ul .pickUp {
		float: left;
		background: #FFF;
	}
	.banner ul .pickUp .banInner {
		padding: 0 8% 8%;
	}
	.banner ul .pickUp dl dt {
		font-size: 1em;
	}
}

@media only screen and (max-width: 720px) {
	.banner {
		width: 88%;
		margin: 0 6%;
		float: none;
	}
	.banner ul {
		padding: 0 0 10px;
	}
	.banner ul .recruit,
	.banner ul .pickUp,
	.banner ul .pickUp.odd {
		margin-bottom: 10px;
	}
	.banner ul .pickUp {
		width: 100%;
		margin: 0 0 20px;
		float: none;
		background: #FFF;
	}
	.banner ul .label {
		top: 0;
		left: 0;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	.banner ul .pickUp .banInner {
		padding: 0 8% 8%;
	}
}

/* ------------------------------------
	product
------------------------------------ */
.product {
	padding: 80px 0;
	clear: both;
}
h2.contTtl {
	margin: 0 0 30px;
	text-align: left;
	font-size: 2.15em;
	font-weight: 500;
}
h2.contTtl > span {
	margin: 0 0 0 1em;
	font-size: 0.56em;
}
h2.contTtl > span > span {
	display: inline-block;
}
.product li .inner {
	padding: 20px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.product li .inner h3 {
	margin: 0 0 10px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
.product li .inner h3.fszM {font-size: 0.93em;}
.product li .inner h3.fszS {font-size: 0.85em;}

.product li .inner p {
	font-size: 0.85em;
	color: #808080;
}

@media only screen and (max-width: 1180px) {
	.product li .inner {
		padding: 5%;
	}
}

@media only screen and (max-width: 720px) {
	.product {
		padding: 30px 0;
	}
	h2.contTtl {
		margin: 0 0 20px;
		text-align: center;
		font-size: 1.6em;
	}
	h2.contTtl > span {
		display: block;
		font-size: 0.5em;
		line-height: 1;
		color: #808080;
	}
	h2.contTtl > span > span {
		display: none;
	}
	.product li {
		font-size: 0.8em;
		line-height: 1.4;
	}
	.product li .inner h3 {
		margin: 0 0 5px;
	}
}

/* ------------------------------------
	group
------------------------------------ */
.subsidiary ,
.group {
	padding: 80px 0 60px;
	position: relative;
}
.bnGuide {
	text-align: center;
	background: url(../img/group_bg.jpg) no-repeat;
	background-size: 100% auto;
}
.groupMore {
	position: absolute;
	top: 105px;
	right: 0;
}
.groupMore a {
	font-size: 1em;
	text-decoration: none;
}
.groupMore a span {
	position: relative;
}
.groupMore a span:before {
	font-family: 'takaraCP';
	content: "\e902";
	line-height: 1;
	font-size: 0.6em;
	color: #000;
	position: absolute;
	top: 5px;
	left: -16px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.subsidiary ul,
.group ul {
	margin: 30px 0 0 0;
	overflow: hidden;
}
.subsidiary ul li,
.group ul li {
	width: 280px;
	margin: 0 20px 20px 0;
	float: left;
}
.subsidiary ul li:nth-of-type(4n),
.group ul li:nth-of-type(4n) {
	margin: 0 0 20px 0;
}
.subsidiary ul li:last-of-type,
.group ul li:last-of-type {
	margin: 0 0 20px 0;
}
.subsidiary ul li a,
.group ul li a {
	display: block;
}
.subsidiary ul li a img,
.group ul li a img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1180px) {
	.groupMore {
		position: static;
	}
	.groupMore a {
		font-size: 1.3em;
	}
	.subsidiary ul,
	.group ul {
		margin: 30px 0;
		text-align: center;
	}
	.subsidiary ul li,
	.group ul li {
		width: 24%;
		margin: 0 1.3% 1% 0;
	}
}

@media only screen and (max-width: 720px) {
	.subsidiary,
	.group {
		padding: 30px 0;
		position: relative;
	}
	.bnGuide {
		height: auto;
		background-size: cover;
		background-position: right 0 !important;
	}
	.subsidiary ul,
	.group ul {
		margin: 0;
	}
	.subsidiary ul li,
	.subsidiary ul li:nth-of-type(3n),
	.group ul li,
	.group ul li:nth-of-type(3n) {
		width: 49%;
		margin: 0 2% 2% 0;
		float: left;
		display: block;
	}
	.subsidiary ul li.odd,
	.group ul li.odd {
		margin: 0 0 2% 0;
	}
	.groupMore a {
		font-size: 1em;
	}
}

/* ------------------------------------
	support
------------------------------------ */
.support {
	padding: 60px 0 40px;
	background: url(../img/common/support_bg.png);
	background-size: cover;
}
.support ul {
	overflow: hidden;
}
.support ul li {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
	text-align: left;
}
.support ul li:last-child {
	margin: 0;
}
.support ul li h2 {
	margin: 0 0 20px;
	padding: 0 0 15px;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.support ul li dl {
	margin: 0 0 20px;
}
.support ul li dl dt {
	margin: 10px 0 0 0;
	color: #084fb0;
	font-size: 1.2em;
	font-weight: bold;
}
.support ul li dl dd br {
	display: none;
}
.support ul li dl dd span.tel {
	padding: 0 0 0 1em;
	color: #084fb0;
	font-size: 2.4em;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	position: relative;
}
.support ul li dl dd span.tel:before {
	font-family: 'takaraCP';
	content: "\e906";
	line-height: 1;
	font-size: 0.7em;
	color: #084fb0;
	position: absolute;
	top: 0.4em;
	left: 0;
}
.support ul li dl dd span.tel a {
	color: #084fb0;
}
.support a.iconMail {
	padding: 0 0 0 1.4em;
	position: relative;
	color: #084fb0;
	cursor: pointer;
	text-decoration: underline;
}
.support a.iconMail:before {
	font-family: 'takaraCP';
	content: "\e903";
	line-height: 1;
	content: "\e903";
	color: #084fb0;
	position: absolute;
	top: 0.3em;
	left: 0;
	display: inline-block;
	text-decoration: underline;
}
.support a.iconMail:before,
.support a.iconMail:hover {
	text-decoration: none;
}

@media only screen and (max-width: 720px) {
	.support {
		padding: 30px 0 20px;
		background: url(../img/common/support_bg.png);
		background-size: cover;
	}
	.support ul li {
		width: 100%;
		margin: 0 0 30px;
		float: none;
	}
	.support ul li:last-child {
		margin: 0;
	}
	.support ul li dl dt {
		font-size: 1em;
	}
	.support ul li dl dd br {
		display: block;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
.banner ul .imgBanner a,
.banner ul .recruit a,
.subsidiary ul li a {
	transition: all 0.3s ease-out;
}

.subsidiary ul li a.index_ss {
	transition: none;
}

@media only screen and (min-width: 720px) {
	body:not(.setTb) .banner ul .imgBanner a:hover,
	body:not(.setTb) .banner ul .recruit a:hover,
	body:not(.setTb) .subsidiary ul li a:hover {
		opacity: 0.7;
	}
	body:not(.setTb) .subsidiary ul li a.index_ss:hover {
		opacity: 1.0;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
/* ------------------------------------
	modal
------------------------------------ */
* {
  box-sizing: border-box;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: 100000;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 47%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  max-width: 630px;
  height: 86%;
  padding: 0px 0px;
  background-color: #fff;
	overflow-y:scroll;
	overflow-x:scroll;
}

.closeModal {
  position: absolute;
  top: -0.3rem;
  right: 1rem;
  cursor: pointer;
	font-size: 40px;
}

.modalContents img{
	width: 100%;
	height:100%;
}

@media only screen and (max-width: 720px) {
	.closeModal {
	  top: -1.2rem;
}
.modalWrapper {
  height: 58%;
}
	.modalContents img{
			width: 100%;
		}
}

.pickUp {
cursor : pointer;
}
#openModal{
	cursor : pointer;
}
.openModal{
	cursor : pointer;
}

/* ------------------------------------
	PrintElements
------------------------------------ */

@media print {
	.contBaseWrap {
		width: 1040px;
		padding: 0 30px;
	}
	.subsidiary ul, .group ul {
    width: 1040px;
}
.subsidiary ul li a img, .group ul li a img {
    width: 230px;
    height: auto;
}
.subsidiary ul li, .group ul li {
    width: 230px;
    margin: 0 5px 5px 0;
}
}
