@charset "utf-8";

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

　   COMMON

--------------------------------------------------------------------------------------------- */
.imgC img {
	display: block;
	margin: 0 auto;
}
.ttl_num .num {
	background: #2F5597;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}


@media only screen and ( max-width : 991px ) {
	.ttl_num .num {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		line-height: 30px;
		font-size: 24px;
		vertical-align: baseline;
	}
	.ttl_num {
		font-size: 20px;
	}
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	.ttl_num .num {
		display: inline-block;
		width: 45px;
		height: 45px;
		margin-right: 10px;
		line-height: 45px;
		font-size: 28px;
	}
	.ttl_num {
		font-size: 26px;
	}
	#side_menu {
		width: 250px;
		padding: 40px 30px;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 108px;
		right: 0;
		z-index: 80;
	}
	#side_menu h3 {
		font-size: 24px;
		font-weight: 700;
	}
	.side_menu_wrap {
		margin-top: 50px;
		border-top: rgba(0,0,0,.3) solid 1px;
	}
	#side_menu li {
		padding: 7px 5px 15px;
		color: #000;
		border-bottom: rgba(0,0,0,.3) solid 1px;
		font-size: 14px;
	}
	#side_menu li ul {
		margin-left: 10px;
	}
	#side_menu li li {
		padding-top: 20px;
		border-bottom: rgba(0,0,0,.3) dashed 1px;
		font-size: 12px;
	}
	#side_menu li p {
		color: #000;
	}
	#side_menu li.ac_box_active p {
		padding-bottom: 5px;
	}
	#side_menu li a {
		display: block;
		color: #000;
	}
	#close_btn {
		background: none;
		border: none;
		cursor: pointer;
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.side_menu_active,.side_menu_active a {
		color: #2F5597 !important;
		font-weight: 600;
	}
	.ac_ttl {
		cursor: pointer;
	}
	.ac_inner {
		display: none;
	}


	#side_menu_btn {
    display: block;
		position: fixed;
		top: 140px;
		right: 50px;
    width: 2rem;
    height: 1.5rem;
    z-index: 99;
		cursor: pointer;
  }
	#side_menu_btn:after {
		content: "IR情報";
		position: absolute;
		left: -15px;
		bottom: -35px;
		text-align: center;
		display: block;
		width: 60px;
		margin: 0 auto;
		font-size: 18px;
		color: #707070;
	}
  #side_menu_btn i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #707070;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  #side_menu_btn i:nth-child(1) {
    top: 0;
  }
  #side_menu_btn i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #side_menu_btn i:nth-child(3) {
    bottom: 0;
  }
  #side_menu_btn.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #side_menu_btn.show i:nth-child(2) {
    opacity: 0;
  }
  #side_menu_btn.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }
	#side_menu_btn p {
		display: block;
		width: 100px;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
	}
  #side_menu {
    top: 108px;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: rgba(255,255,255,.9);
    z-index: 98;
		overflow-y: scroll; 
  }
  /* .side_menu_li {
    margin-bottom: 30px;
  } */
  .side_menu_li a {
    text-decoration: none;
  }
  /* クリックで表示されるメニュー：クリックされた後 */
  #side_menu.show {
    opacity: 1;
    visibility: visible;
  }
}

@media print, screen and ( min-width : 1000px ) {
	#side_menu {
		width: 250px;
	}
}
@media print, screen and ( min-width : 1200px ) {
	#side_menu {
		width: 280px;
		padding: 40px;
	}
	#side_menu li {
		padding: 13px 5px 20px;
		font-size: 16px;
	}
	#side_menu li li {
		font-size: 14px;
	}
}
@media print, screen and ( min-width : 1500px ) {
	#side_menu {
		width: 350px;
	}
}


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

　   個人投資家の皆さまへ

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

#page_link li a {
	display: block;
	color: #000;
	text-align: center;
	border-right: rgba(0,0,0,0.3) solid 1px;
}
#page_link li:first-child a {
	border-left: rgba(0,0,0,0.3) solid 1px;
}
.page_mv_txt .wp-block-cover,
.page_mv_txt .wp-block-cover-image{
    background-size: contain;
}
.page_mv_txt_wrap {
	background: #000000;
}
.page_mv_txt_wrap h2 {
	color: #fff;
}
.page_mv_txt h2 span {
	display: block;
	font-weight: 700;
}
#everyone li a {
	display: block;
	background: #2F5597;
	color: #fff;
	text-align: center;
	position: relative;
}
#everyone li a:after {
	content: "\e900";
	font-family: 'icomoon' !important;
	color: rgba(255, 255, 255, 0.27);
}
#tcg_contents a {
	display: block;
	position: relative;
	overflow: hidden;
}
#tcg_contents a:hover {
	opacity: 1;
}
#tcg_contents img {
	position: relative;
	z-index: 30;
	-webkit-transform: scale(1);
  transform: scale(1);
	-webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
/*#tcg_contents a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}*/
#tcg_contents p {
/*	color: #fff;*/
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 31;
    width: calc(100% - 40px);
}

@media only screen and ( max-width : 991px ) {
	.line_topbt {
		border-top: rgba(0,0,0,0.3) solid 1px;
		border-bottom: rgba(0,0,0,0.3) solid 1px;
	}
	.page_mv_txt {
		padding: 20px 0 20px;
	}
	.page_mv_txt h2 {
		text-align: center;
		font-size: 13px;
	}
	.page_mv_txt h2 span {
		font-size: 20px;
	}
	.page_mv_txt a {
		margin-top: 10px;
	}
	#page_link li {
		width: 33.3333333%;
	}
	#page_link li:nth-child(4),#page_link li:nth-child(5),#page_link li:nth-child(6) {
		border-top: rgba(0,0,0,0.3) solid 1px;
	}
	#page_link li a {
		padding: 10px 0;
		font-size: 14px;
	}
	#page_link li:nth-child(4) a {
		border-left: rgba(0,0,0,0.3) solid 1px;
	}
	.page_mv_txt {
		width: 100%;
	}
	.page_mv_img {
		width: 100%;
	}
	#everyone li {
		width: 48%;
		margin-bottom: 10px;
	}
	#everyone li a {
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#everyone li a:after {
		width: 50px;
		font-size: 50px;
		transform: rotate(45deg);
		position: absolute;
		right: -15px;
		bottom: 0;
	}
	#tcg_contents li {
		width: 48%;
		margin-bottom: 30px;
	}
	#tcg_contents li img {
		width: 100%;
	}
}

@media only screen and ( max-width : 575px ) {
	#page_link li a {
		font-size: 12px;
	}
	#everyone li a {
		font-size: 13px;
	}
}
@media only screen and ( max-width : 380px ) {
	#page_link li a {
		font-size: 10px;
	}
	#everyone li {
		width: 100%;
	}
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	#page_link li {
		width: 16.66666%;
	}
	#page_link li a {
		padding: 10px 0;
	}
	.page_mv_txt_wrap {
		width: 33%;
		background: #000000;
	}
	.page_mv_img {
		width: 67%;
	}
	.page_mv_txt_wrap h2 {
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	.page_mv_txt {
		margin-top: auto;
		margin-bottom: auto;
	}
	.page_mv_txt h2 span {
		font-size: 30px;
	}
	.page_mv_txt a {
		width: 100%;
		margin: 30px auto 0px;
	}
	#everyone li {
		width: 29%;
		margin-bottom: 30px;
	}
	#everyone li a {
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#everyone li a:after {
		width: 50px;
		font-size: 50px;
		transform: rotate(45deg);
		position: absolute;
		right: -15px;
		bottom: 0;
	}
	#tcg_contents li {
		width: 18%;
	}
}


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

　   はじめてのＴＣＧタナベコンサルティンググループ

--------------------------------------------------------------------------------------------- */
.mv_img img {
	width: 100%;
}
#mv_wrap {
	position: relative;
}
.mv_txt {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 41;
}
.mv_txt h2 {
	color: #fff;
}
.mv_txt p {
	color: #fff;
}
.mv_img {
	position: relative;
	z-index: 40;
}
.graph_list_box h3 {
	padding-bottom: 10px;
	border-bottom: #2F5597 solid 2px;
}
.graph_list_box li {
	line-height: 1.8;
}
.graph_list_box h3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.graph_list_box h3 img {
	display: inline-block;
	margin-right: 15px;
}



@media only screen and ( max-width : 991px ) {
	.mv_txt {
		top: 8%;
	}
	.mv_txt h2 {
		font-size: 43px;
	}
	.mv_txt p {
		margin-top: 1rem;
		color: #fff;
		font-size: 18px;
		line-height: 1.8;
	}
	#graph_list {
		margin-top: 40px;
	}
	.graph_list_box {
		margin-bottom: 30px;
	}
	.graph_list_box h3 {
		margin-bottom: 15px;
		padding-bottom: 5px;
		font-size: 18px;
	}
	.graph_list_box p {
		margin-top: 0.5rem;
	}
	.graph_list_box img {
		height: 45px;
	}
}

@media only screen and ( max-width : 767px ) {
	.mv_txt h2 {
		font-size: 30px;
	}
	.mv_txt p {
		font-size: 14px;
	}
}

@media only screen and ( max-width : 480px ) {
	.mv_txt h2 {
		font-size: 28px;
	}
	.mv_txt p {
		font-size: 13px;
	}
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	.mv_txt {
		top: 8%;
	}
	.mv_txt h2 {
		font-size: 38px;
	}
	.mv_txt p {
		margin-top: 1rem;
		color: #fff;
		font-size: 14px;
		line-height: 1.8;
	}
	.graph_list_box {
		width: 48%;
	}
	.graph_list_box:nth-child(1),.graph_list_box:nth-child(2) {
		margin-bottom: 40px;
	}
	.graph_list_box h3 {
		margin-bottom: 25px;
		font-size: 22px;
	}
	.graph_list_box p {
		margin-top: 1rem;
	}
}
@media print, screen and ( min-width : 1200px ) {
	.mv_txt h2 {
		font-size: 48px;
	}
	.mv_txt p {
		font-size: 20px;
	}
}

@media print, screen and ( min-width : 1500px ) {
	.mv_txt h2 {
		font-size: 58px;
	}
	.mv_txt p {
		font-size: 24px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   IRニュース一覧

--------------------------------------------------------------------------------------------- */
.ir_news_category_menu li a {
	color: #fff;
}
#ir_news_list_wrapper .news_list_box {
	border-bottom: none;
}
#ir_news_list_wrapper .news_list_box a {
	padding: 15px 0;
}
.ir_news_category_menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.ir_news_category_menu li a span {
	text-align: center;
	line-height: 1.2;
}
.ir_news_year_menu li {
	border-right: 1px solid #000;
}
.ir_news_year_menu li a {
	display: block;
	position: relative;
	font-weight: bold;
	padding-right: 1.5em;
}
.ir_news_year_menu li a:after {
	font-family: 'icomoon' !important;
	content: "\e900";
	position: absolute;
	right: .2em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 120%;
}
#ir_news_list_wrapper h2 {
	font-weight: bold;
}
@media only screen and ( max-width : 991px ) {
	.ir_news_category_menu li {
		width: 49%;
		margin-right: 2%;
		margin-top: 10px;
	}
	.ir_news_category_menu li:nth-child(1),
	.ir_news_category_menu li:nth-child(2) {
		margin-top: 0;
	}
	.ir_news_category_menu li:nth-child(2n) {
		margin-right: 0;
	}
	.ir_news_category_menu li a {
		height: 50px;
		font-size: 15px;
	}
	.ir_news_year_menu li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.ir_news_year_menu li:nth-child(4n) {
		margin-right: 0;
	}
	.ir_news_year_menu li a {
		font-size: 17px;
	}
	#ir_news_list_wrapper .news_list_box {
		padding: 0;
	}
	#ir_news_list_wrapper h2 {
		font-size: 22px;
	}
}

@media only screen and ( max-width : 767px ) {
	.ir_news_category_menu li {
		margin-top: 2vw;
	}
}
@media only screen and ( max-width : 320px ) {
	.ir_news_year_menu li a {
		font-size: 15px;
	}
	.ir_news_category_menu li a {
		font-size: 13px;
	}
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	.ir_news_category_menu li {
		width: 23.5%;
		margin-right: 2%;
		font-size: 17px;
	}
	.ir_news_category_menu li:nth-child(4n) {
		margin-right: 0;
	}
	.ir_news_category_menu li a {
		height: 45px;
	}
	.ir_news_year_menu {
		width: 84%;
	}
	.ir_news_year_menu li {
		width: 12.571428571428571%;
		margin-right: 2%;
		margin-bottom: 25px;
	}
	.ir_news_year_menu li:nth-child(7n) {
		margin-right: 0;
	}
	.ir_news_year_menu li a {
		font-size: 23px;
	}
	#ir_news_list_wrapper h2 {
		font-size: 28px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   中期経営計画

--------------------------------------------------------------------------------------------- */
#future_vision h3 {
	font-weight: bold;
	color: #000;
	position: relative;
	padding-bottom: 20px;
}
#future_vision h3:after {
	content: "";
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #D8D8D8;
	z-index: 1;
}
#future_vision h3:before {
	content: "";
	height: 8px;
	width: 170px;
	background: #863535;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.future_vision_box .decimal_list li {
	list-style: decimal;
	margin-left: 1.2em;
	font-weight: bold;
}
.future_vision_box p {
	font-weight: bold;
}
@media only screen and ( max-width : 991px ) {
	#future_vision .small_container {
		padding: 0;
	}
	#future_vision h2 {
		margin-bottom: 50px;
	}
	#future_vision h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.future_vision_box {
		margin-bottom: 50px;
	}
}

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

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	#future_vision .small_container {
		max-width: 780px;
	}
	#future_vision h2 {
		margin-bottom: 100px;
	}
	#future_vision h3 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.future_vision_box {
		margin-bottom: 100px;
	}
	.future_vision_box .decimal_list li,
	.future_vision_box p {
		font-size: 18px;
	}
}

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

　   XXX

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

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

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

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
}
