@charset "UTF-8";






/*****************************************************************************
topBox
*****************************************************************************/

.contentsWrapper2 .topBox .text {
	max-width: 780px;
}






/*****************************************************************************
g2tamSection
*****************************************************************************/

.g2tamSection {
	position: relative;
	min-height: 230px; 
}
.g2tamSection .text {
	margin-right: 600px;	
}
.g2tamSection .img {
	position: absolute;
	top: -40px;
	right: -50px;
	width: 580px;
}
.g2tamSection .img img {
	width: 100%;
}
@media screen and (max-width: 1300px) {
	.g2tamSection {
		min-height: initial; 
	}
	.g2tamSection .text {
		margin-right: 0;
		text-align: center;
	}
	.g2tamSection .text .con {
		margin-top: 0; 
	}
	.g2tamSection .img {
		position: relative; 
		right: auto;
		top:  auto;
		width: auto;
		text-align: center;
		margin: 35px 0 0;
	}
	.g2tamSection .img img {
		width: 96%;
		max-width: 600px;
	}
}






/*****************************************************************************
overviewTbl
*****************************************************************************/
.overviewTbl {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
}
.overviewTbl th,
.overviewTbl td {
	padding: 12px 20px;
	line-height: 1.4;
}
.overviewTbl th {
	width: 25%;
	color: #1b1c80;
	font-weight: 700;
	text-align: right;
	background-color: #F5F7F8;
	line-height: 1.2;
	white-space: nowrap;
}
.overviewTbl td {
	border-bottom: 2px solid #F5F7F8;
	text-align: left;
	position: relative;
}

.overviewTbl th {
	background-color: #f5f7f8;
	color: #1b1c80;
	text-align: center;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.overviewTbl tr:nth-child(1) th {
	border-top: 2px solid #ffffff;
}
.overviewTbl tr:nth-child(1) td {
	border-top: 2px solid #F5F7F8;
}
.overviewTbl .executives dl {
	display: flex;
}
.overviewTbl .executives dt {
	width: 10em;
	font-weight: 400;
}
@media screen and (max-width: 600px) {
	.overviewTbl th,
	.overviewTbl td {
		padding: 8px 10px;
	}
	.overviewTbl:not(.overviewTbl2) th {
		width: 20%;
	}
	.overviewTbl.overviewTbl2 th {
		width: 35%;
	}
	.overviewTbl .executives dl {
		display: block;
	}
	.overviewTbl .executives dd {
		padding-left: 0.7em;
	}
}






/*****************************************************************************
anchorLinkLineup
*****************************************************************************/
.anchorLinkLineup {
	position: relative;
	padding: 60px 0;
	z-index: 2;
	background:url(../images/anchorBgImg.jpg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.anchorLinkLineup > .hd {
	font-size: 1.7rem;
	color: #1b1c80;
	text-align: center;
	margin-bottom: 30px;
}
.anchorLinkLineup ul {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.anchorLinkLineup li {
	margin: 10px 0 0 10px;
	background: #17104b;
	transition: background .3s;
	width: calc((100% - 21px)/3);
	position: relative;
}
.anchorLinkLineup li:nth-child(3n + 1) {
	margin-left: 0;
}
.anchorLinkLineup li a {
	display: block;
	padding: 5% 20px 10%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
.anchorLinkLineup li a::before {
	content: "\f107";
    font-family: FontAwesome;
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.5;
}
.anchorLinkLineup li:hover {
	background: #1B1C80;
}
.anchorLinkLineup li a span {
	display: block;
}
.anchorLinkLineup li a .hd {
	font-size: 1.25rem;
	font-weight: 700;
}
.anchorLinkLineup li a .excerpt {
	padding-top: 10px;
	line-height: 1.4;
	opacity: 0.8;
	font-size: 0.875rem;
}

@media screen and (max-width: 800px) {
	.anchorLinkLineup li,
	.anchorLinkLineup li:nth-child(3n + 1) {
		margin: 10px 0 0 10px;
		width: calc((100% - 10px)/2);
	}
	.anchorLinkLineup li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.anchorLinkLineup li a {
		display: block;
		padding: 20px 10px 40px;
	}
}
@media screen and (max-width: 600px) {
	.anchorLinkLineup {
		padding: 50px 0 20px;
	}
	.anchorLinkLineup ul {
		display: block;
	}
	.anchorLinkLineup li{
		margin: 10px 0 0 !important;
		width: auto !important;
	}
}

