@charset "utf-8";

.attention-text {
	width: 700px;
	margin: 0 auto 30px;
	text-align: right;
}

.glance4Point {
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-justify-content: space-between;
    justify-content: space-between;*/
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.glance4Point div {
	/*width:25%;*/
    width: auto;
	margin-bottom:10px;
}

.glance4Point div img {
	/*width:100%;*/    
    width: auto;
}

.glance3Point {
    width:700px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-justify-content: space-between;
    justify-content: space-between;*/
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.glance3Point div {
    width: 32.33333%;
}
.glance3Point div:nth-child(1),
.glance3Point div:nth-child(3) {
	margin:0 0 10px;
}
.glance3Point div:nth-child(2) {
	margin:0 1.5% 10px;	
}

.glance3Point div img {
    width: 100%;
}
.glance2Point {
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
    align-items: center;
}

.glance2Point div {
    width: 33.3333%;
	margin:0 0 10px;
}

.glance2Point div img {
    width: 100%;
}

.glance4Point2 {
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-justify-content: space-between;
    justify-content: space-between;*/
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.glance4Point2 div {
	width:25%;
    /*width: auto;*/
	margin-bottom:10px;
}

.glance4Point2 div img {
	width:100%;
    /*width: auto;*/
}

.glance-group {
    width:700px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.glance-group div {
	width:48%;
	margin-bottom:10px;
	border: 1px solid #0068B6;
}

.glance-group div h3.glance-group-domain {
	background: #0068B6;
	padding: 6px 10px;
	margin: 0 0 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.glance-group div h3.glance-group-list {
	font-size: 16px;
	font-weight: 600;
	padding: 0 20px 10px;
	margin: 0;
}

.glance-group p {
	padding: 0 20px 10px;
	margin: 0;
}

.strategyPolicy  {
    width:100%;
    padding:10px 0 20px;
    border-top:1px solid #343434;
    position: relative;
}
.strategyPolicyLink  {
    width:100%;
    display: block;
    position: relative;
}
.strategyPolicyLink::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 50%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #4682b4 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}

.strategyPolicy h4 {
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size:1.2em;
    padding: 16px 0;
    margin: 0;
}

.strategyPolicy h4 span {
	font-size:3em;
	margin-right:20px;
	font-style: normal;
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text200 {
	font-size:1.8em;
    padding:20px 0 40px;
}

.strategyField {
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;	
}

.strategyField .inner {
	/*width:32%;*/
    width: auto;
    margin: 0 10px;
}

.strategyField .inner img {
	width:100%;
	margin-bottom:20px;
}

.strategyFuture {
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.strategyFuture div {
	width:30%;
	margin-bottom:10px;
	padding: 20px 10px;
	font-size: 1.8em;
	background:#fff;
	border:1px solid #4682b4;
	position: relative;
}
.strategyFuture div::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #4682b4 transparent transparent transparent;
	border-width: 14px 14px 0 14px;
}

.strategyFuture div span {
	font-size: 1.8em;
	line-height: 1em;
	display: block;
	margin-bottom:10px;
	width: 100%;
}

dl.strategyList {
	width: auto;
	font-size: 1.1em;
}
dl.strategyList dt {
	display: inline-block;
	line-height: 1.8em;
	width: 5em;
}
dl.strategyList dd {
	display: inline-block;
	line-height: 1.8em;
}

/* 2022.05 update */
h3.ir_afterline {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
  color: #2f71b6;
  font-weight: 600;
}
h3.ir_afterline::after {
  content: '';
  height: 10px;
  background-color: #2f71b6;
  flex-grow: 1;
}
h3.ir_afterline::after {
  margin-left: var(--text-divider-gap);
}

h3.ir_withcap {
	font-weight: 600;
}
.ir_strategy_phase {
	display: block;
	width: auto;
	background-color: #e5e5e5;
	border-radius: 10px;
	padding: 1rem;
}
.ir_strategy_phase dl {
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 1.5rem;
	background-color: #fff;
	padding: 1.5rem 1rem;
	border-radius: 10px;
}
.ir_strategy_phase dl:before {
	content: "";
	border: 1px solid #2f71b6;
	align-self: stretch;
}
.ir_strategy_phase dl.mbset { margin-bottom:1rem; }
.ir_strategy_phase dt {
	width: 30%;
	text-align: center;
	color: #2f71b6;
	font-size: 1.5rem;
	font-weight: 600;
	order: -1;
}
.ir_strategy_phase dd {
	width: 70%;
}
.ir_strategy_phase dd p {
	color: #2f71b6;
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0 0 0.25rem !important;
}
.ir_strategy_phase dd ul {
	margin: 0 0 0.25rem !important;
}
.ir_strategy_phase dd li {
	margin: 0 !important;
}
h3.ir_withcap span {
	display: block;
	font-size: 0.75em;
	color: #2f71b6;
}

/* value-driven-management */
.table01 th.color_b { background-color: #0068B6;color: #FFF;padding: 1rem; }
table.value-driven-management-matrix {
	border-collapse: separate;
	border-spacing: 4px;
}
table.value-driven-management-matrix thead th.title {
	background: #0068B6;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	padding: 1rem;
}
table.value-driven-management-matrix thead th.title.t01 {
	width: 30%;
}
table.value-driven-management-matrix thead th.title.t02 {
	width: 65%;
}
table.value-driven-management-matrix tbody td {
	padding: 1rem;
	font-size: 1em;
	line-height: 1.4;
}
table.value-driven-management-matrix td.middle {
	vertical-align: middle;
}
table.value-driven-management-matrix td.center {
	text-align: center;
}
table.value-driven-management-matrix tbody td.gray {
	background: #f4f4f4;
}
table.value-driven-management-matrix tbody td.blue {
	background: #96d5ff;
}
.align-c {
	align-items: center;
}
.valign-m {
	vertical-align: middle;
}
.triangle-wrapp {
	position: relative;
	height: 100%;
}
.triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.triangle2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #96d5ff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.triangle2 span {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 1rem;
	line-height: 1.6;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}

/* individual */
.ir-individual {
	font: 16px / 1 Meiryo, 'メイリオ', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', sans-serif !important;
}
.ir-individual h3 {
    font-size: 2em;
    line-height: 1.6em;
}
.ir-individual h4 {
    font-size: 1.6em;
    line-height: 1.6em;
	padding: 0;
    margin: 0 0 20px;
}
.ir_investing_title_wrapp {
	width: 100%;
	display: flex;
	align-items: center;
	height: 40vh;
	background: url(img/individual/back_individual.jpg) no-repeat center center;
	background-size: cover;
}
.ir_investing_title_wrapp.sub-page {
	height: 30vh;
}
.ir_investing_title_wrapp.sub-page .category {
	width: auto;
	display: inline-block;
	padding: 14px 40px 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}
.ir_investing_title_inner {
	width: auto;
	margin: 0 10%;
	color: #fff;
}
.ir_investing_title_wrapp h2 {
	width: auto;
	display: block;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.ir_investing_title_wrapp p {
	width: auto;
	display: block;
	font-size: 1.25rem;
}
#pankuzuBox.ir_investing {
    width: 1180px;
	padding: 20px 0;
}
.ir_individual_nextcontents_wrapp {
	width: 100%;
	padding: 60px 0;
	background: #F5F5F5;
	position: relative;
}
.ir_individual_nextcontents_wrapp::after {
	width: 60%;
	height: 100px;
	display: block;
	content: "";
	background: url(img/individual/box_footer_gl.svg) no-repeat top center;
	background-size: 100%;
	position: absolute;
	bottom: -94px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.ir_individual_inner {
	width: 1180px;
	margin: 0 auto;
}
.ir_individual_nextcontents_title {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
h3.h3_ir_individual {
	font-size: 1.75rem;
	margin: 0;
}
.ir_individual_inner p {
	line-height: 2;
}
.ir_individual_inner .linkbutton_black {
	width: auto;
}
.ir_individual_inner .linkbutton_black a {
	width: auto;
	padding: 10px 30px 10px 20px;
	position: relative;
	background-color: rgba(0,0,0,1);
	color: #fff;
	text-decoration: none;
	transition: 0.25s;
}
.ir_individual_inner .linkbutton_black a:hover {
	background-color: rgba(0,0,0,0.6);
}
.ir_individual_inner .linkbutton_black a::after {
	width: 14px;
	height: 12px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	background: url(img/icon/ico_arrow02-2.svg) no-repeat center center;
	background-size: cover;
	transform: translateY(-50%);
}
.ir_individual_future_wrapp {
	text-align: center;
	position: relative;
	z-index: 2;
}
.ir_individual_future_wrapp h3 {
	margin-bottom: 40px;
}
.ir_individual_future {
	width: 100%;
	position: relative;
	display: flex;
	gap: 40px;
	margin-bottom: 60px;
}
.ir_individual_future > dl {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    overflow: hidden;
}
.ir_individual_future dt {
	width: 100%;
	height: 200px;
}
.ir_individual_future dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}
.ir_individual_future dd.copy {
	width: auto;
	display: flex;
	justify-content: center;
}
.ir_individual_future dd.copy span {
	width: auto;
	display: inline-flex;
	padding: 20px 0;
	font-size: 1.25rem;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #A2A2A2;
}
.ir_individual_future dd.linkbutton {
	width: auto;
	display: flex;
	justify-content: center;
}
.ir_individual_future dd.linkbutton a {
	width: auto;
	display: inline-flex;
	padding: 20px 30px 20px 20px;
	position: relative;
	transition: 0.25s;
}
.ir_individual_future dd.linkbutton a::after {
	width: 14px;
	height: 12px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	background: url(img/icon/ico_arrow02.svg) no-repeat center center;
	background-size: cover;
	transform: translateY(-50%);
}
.ir_individual_know_wrapp {
	text-align: center;
	position: relative;
}
.ir_individual_know_wrapp h3 {
	margin-bottom: 40px;
}
.ir_individual_ducument {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.ir_individual_ducument .image {
	width: 60%;
}
.ir_individual_ducument .image img {
	width: 100%;
}
.ir_individual_ducument .detail_copy {
	width: calc( 40% - 40px );
	text-align: left;
}
.ir_individual_ducument .detail_copy p {
	margin-bottom: 40px;
}
.ir_individual_know_menu {
	width: 100%;
	position: relative;
	display: grid;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin-bottom: 60px;	
}
.ir_individual_know_menu dt {
	height: 220px;
}
.ir_individual_know_menu dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ir_individual_know_menu dd.linkbutton {
	width: auto;
	display: block;
}
.ir_individual_know_menu dd.linkbutton a {
	width: auto;
	display: block;
	text-align: left;
	padding: 26px 20px 26px 10px;
	font-size: 1.05rem;
	position: relative;
	transition: 0.25s;
	border-bottom: 1px solid #A2A2A2;
	text-decoration: none;
}
.ir_individual_know_menu dd.linkbutton a:hover {
	background: rgba(0,0,0,0.05);
}
.ir_individual_know_menu dd.linkbutton a::after {
	width: 14px;
	height: 12px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	background: url(img/icon/ico_arrow02.svg) no-repeat center center;
	background-size: cover;
	transform: translateY(-50%);
}
.ir_individual_know_info {
	width: 100%;
}
.ir_individual_know_info ul {
	width: 100%;
	position: relative;
	display: grid;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-bottom: 60px;
}
.ir_individual_know_info li {
}
.ir_individual_know_info li a {
	width: auto;
	display: block;
	text-align: left;
	padding: 26px 20px 26px 10px;
	font-size: 1.05rem;
	position: relative;
	transition: 0.25s;
	border-bottom: 1px solid #A2A2A2;
	text-decoration: none;
}
.ir_individual_know_info li a:hover {
	background: rgba(0,0,0,0.05);
}
.ir_individual_know_info li a::after {
	width: 14px;
	height: 12px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	background: url(img/icon/ico_arrow02.svg) no-repeat center center;
	background-size: cover;
	transform: translateY(-50%);
}
.ir_individual_category_title {
	padding: 60px 0 20px;
	text-align: center;
}
.faq_linkbutton a {
	width: auto;
	display: inline-block;
	text-align: left;
	padding: 20px 30px 20px 0;
	position: relative;
	transition: 0.25s;
}
.faq_linkbutton a::after {
	width: 14px;
	height: 12px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	background: url(img/icon/ico_arrow02.svg) no-repeat center center;
	background-size: cover;
	transform: translateY(-50%);
}
.ir_faq_wrapp dl {
	border: 1px solid #BBBBBB;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	margin: 10px 0;
	background-color: #fff;
	transition: box-shadow 0.3s ease;
	text-align: left;
	padding-right: 30px;
}
.ir_faq_wrapp dl p {
	font-size: 1.15em;
	margin-bottom: 0;
}
.ir_faq_wrapp dt {
	display: flex;
	align-items: center;
	padding: 2rem;
	position: relative;
}

.ir_faq_wrapp dl.open dt::before {
	width: 97%;
	height: 1px;
	display: block;
	content: "";
	background: #A2A2A2;
	position: absolute;
	bottom: 0;
}
.ir_faq_wrapp dt div {
	width: calc( 100% - 40px );
}
.ir_faq_wrapp dt span {
	width: 26px;
	font-size: 1.5rem;
	color: #0071C5;
	margin-right: 10px;
}
.ir_faq_wrapp dt::after {
	content: '＋';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	font-size: 1.2em;
	transition: transform 0.3s, content 0.3s;
}
.ir_faq_wrapp dl.open dt::after {
	content: '－';
}
.ir_faq_wrapp dd {
	display: flex;
	align-items: center;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 2rem 0 4rem;
}
.ir_faq_wrapp dd div {
	width: calc( 100% - 40px );
}
.ir_faq_wrapp dd span {
	width: 26px;
	font-size: 1.5rem;
	color: #0071C5;
	margin-right: 10px;
}
.ir_faq_wrapp dd div {
	width: calc( 100% - 60px );
}
.ir_faq_wrapp dl.open dd {
	max-height: none;
	padding: 2rem 2rem 2rem 4rem;
}

@media all and (max-width:1180px) {
	.ir_individual_inner {
		width: auto;
		margin: 0 20px;
	}
	.ir_investing_title_wrapp h2 {
		font-size: 2em;
	}
	.ir_investing_title_wrapp p {
		font-size: 1.15em;
	}
	.ir_individual_nextcontents_title {
		display: block;
	}	
	.ir_individual_future dd.copy span {
		font-size: 1.5em;
	}
	h3.h3_ir_individual {
		font-size: 1.8em;
		margin: 0 0 30px;
	}
	.ir_individual_nextcontents_wrapp::after {
		width: 100%;
	}
	.ir_individual_know_menu dd.linkbutton a {
		font-size: 1.15em;
	}
	.ir_individual_know_info li a {
		font-size: 1.15em;
	}
}

/* iPad Landscape and iPad Pro */
@media all and (min-width:769px) and (max-width:1024px) {
	.glance4Point2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}

	.glance4Point2 div {
		width:50%;
	}
	.glanceImgw60 {
		width:60%;
	}
	.glanceImgw80 {
		width:80%;
	}
}

/* Mobile */
@media all and (max-width:768px) {
	.attention-text {
		width: 100%;
		margin: 0 0 30px;
		text-align: left;
	}
	.glance4Point {
		-webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}
	.glance4Point div {
		width:50%;
		margin-bottom:5px;
	}
	/*.glance3Point {
		-webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}
	.glance3Point div {
		width:48%;
		margin:0 1% 10px;
	}*/
	.glance3Point {
	    width: 100%;
		display: block;
	    margin: 0;
	}

	.glance3Point div {
	    width: 100%;
	}
	.glance3Point div:nth-child(2) {
		margin:0 0 10px;	
	}
	.glance2Point {
		display: block;
	}
	.glance2Point div {
	    width: 100%;
		margin:0 0 10px;
	}
	.glance4Point2 {
		display:block;
	}
	.glance4Point2 div {
		width:100%;
		margin-bottom:10px;
	}
	.glance4Point2 div img {
		width: 100%;
	}
	.glanceImgw60 {
		width:60%;
	}
	.glanceImgw80 {
		width:80%;
	}
	.glance-group {
    	width:auto;
		display: block;
	}

	.glance-group div {
		width:100%;
	}
	.strategyField {
		display: block;	
	}

	.strategyField .inner {
		width:100%;
	}
	.text200 {
		font-size:1.6em;
	}
	.ir_strategy_phase dl {
		flex-direction: column;
	}
	.ir_strategy_phase dt {
		width: 100%;
	}
	.ir_strategy_phase dd {
		width: 100%;
	}
	.ir_investing_title_inner {
		margin: 0 0 0 20px;
	}
	#pankuzuBox.ir_investing {
		display: none;
	}
	.ir_individual_future {
		display: block;
	}
	.ir_individual_ducument {
		display: block;
	}
	.ir_individual_ducument .image {
		width: 100%;
		margin-bottom: 30px;
	}
	.ir_individual_ducument .detail_copy {
		width: 100%;
	}
	.ir_individual_know_wrapp h3 {
		margin-bottom: 10px;
	}
	.ir_individual_know_menu {
		gap: 20px 30px;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		margin-bottom: 60px;
	}
	.ir_faq_wrapp dl p {
		font-size: 1.05em;
	}
	.ir_faq_wrapp dt span,
	.ir_faq_wrapp dd span {
		font-size: 1.5em;
	}
}

@media all and (max-width:768px) and (orientation:landscape){
	/*.glance4Point div {
		width:25%;
	}*/
	.glance4Point2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	}

	.glance4Point2 div {
		width:50%;
	}

	.strategyField {
	    width:100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
	    justify-content: space-between;
	    margin-bottom: 50px;	
	}

	.strategyField .inner {
		width:32%;
	}

	.strategyField .inner img {
		width:100%;
		margin-bottom:20px;
	}
}