@charset "utf-8";

.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%;
}

.glance3Point {
    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;
}

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

.glance3Point 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;
}

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

.glance4Point2 div img {
	width:100%;
}

.strategyPolicy  {
    width:100%;
    padding:10px 0 20px;
    border-top:1px solid #343434;
}

.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;
}

/* 2023.06 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;
}

/* 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:767px) {
	.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;
	}

	.glance4Point2 {
		display:block;
	}

	.glance4Point2 div {
		width:100%;
		margin-bottom:10px;
	}
	.glanceImgw60 {
		width:60%;
	}
	.glanceImgw80 {
		width:80%;
	}
	.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%;
	}
}

@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;
	}
}