/* CSS Document */
#Contents .inner #mainContents h2.headTitle {
	border: none;
	margin-bottom: 3em;
}
#Contents .inner #mainContents h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}

#Contents .inner #mainContents h3::before {
	content: none;
}
#Contents .inner #mainContents .whats_takaratomy {
	justify-content: space-between;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 {
	border-radius: 20px;
	text-align: center;
	width: 30%;
	background-color: #f3b73b;
	color: #ffffff;
	padding: 0px;
	margin: 0px 0px 2em 0px;
	text-decoration: none;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3:hover {
	opacity: 0.7;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 .en {
	font-size: 29px;
	font-weight: bold;
	font-style: italic;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.30);
	margin: 0px;
	position: relative;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 .en::before {
	content: "";
	display: block;
	padding-top: 56%;
}
#Contents .inner #mainContents .whats_takaratomy .introduction .en {
	background-image: url(../images/index_pict003.jpg);
}
#Contents .inner #mainContents .whats_takaratomy .brand .en {
	background-image: url(../images/index_pict002.jpg);
}
#Contents .inner #mainContents .whats_takaratomy .management .en {
	background-image: url(../images/index_pict001.jpg);
}
#Contents .inner #mainContents .whats_takaratomy .strategy .en {
	background-image: url(../images/index_pict004.jpg);
}
#Contents .inner #mainContents .whats_takaratomy .csr .en {
	background-image: url(../images/index_pict005.jpg);
}
#Contents .inner #mainContents .whats_takaratomy .stock .en {
	background-image: url(../images/index_pict006.jpg);
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 .jp {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	font-size: 18px;
	width: 100%;
	position: relative;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 .jp::after {
	content: "";
	display: block;
	padding-top: 39%;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 .jp::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-right: 0.25em;
	font-size: 0.8em;
}
#Contents .inner #mainContents .merit {
	justify-content: space-between;
}
#Contents .inner #mainContents .merit .col_1_4 {
	width: 20%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
}
#Contents .inner #mainContents .merit .col_1_4:hover {
	opacity: 0.7;
}
#Contents .inner #mainContents .merit .icon {
	width: 100%;
	border: 2px solid #0052a4;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 1em;
}
#Contents .inner #mainContents .merit .icon::before {
	content: "";
	display: block;
	padding-top: 100%;
}

#Contents .inner #mainContents .faq_title {
	font-size: 18px;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #cccccc;
}
#Contents .inner #mainContents .investorInfo {
	justify-content: space-between;
}
#Contents .inner #mainContents .investorInfo .col_2_4 {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 1px solid #e0e0e0;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	position: relative;
}
#Contents .inner #mainContents .investorInfo .col_2_4::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	top: 50%;
right: 10px;
-webkit-transform: translate(0px, -50%);
transform: translate(0px, -50%);
position: absolute;
	color: #0052a4;
}



#Contents .inner #mainContents .investorInfo .col_2_4:nth-child(9),
#Contents .inner #mainContents .investorInfo .col_2_4:nth-child(10) {
	border-bottom: 1px solid #e0e0e0;
}



@media screen and (max-width: 639px) {
#Contents .inner #mainContents .whats_takaratomy {
	display: flex;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 {
	width: 48%;
	margin-bottom: 5vw;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 .en {
	font-size: 5vw;
}
#Contents .inner #mainContents .whats_takaratomy .col_1_3 .jp {
	font-size: 3vw;
}
#Contents .inner #mainContents .merit {
	display: flex;
	justify-content: space-around;
}
	
#Contents .inner #mainContents .merit .col_1_4 {
	width: 45%;
	margin-bottom: 4vw;
}

#Contents .inner #mainContents .investorInfo {
	display: flex;
}
#Contents .inner #mainContents .investorInfo .col_2_4 {
	width: 48%;
}
	
	
}
