@charset "UTF-8";
.contact-content {
	width: 80%;
	max-width: 930px;
	margin: 80px auto 150px;
	min-height: 500px;
}

.contact-content :before,
.contact-content :after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.contact-content .p01 {
	padding-bottom: 60px;
}

.tab-only {
	display: none;
}
@media screen and (max-width: 1200px) {
	.tab-only {
		display: block;
	}
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}
.ir-top-content {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
.top-main-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.top-main-content > .block01 {
	width: 63%;
}
.top-main-content > .block02 {
	width: 33%;
	padding-top: 80px;
}
.line {
	position: relative;
}
.box-ttl {
	font-size: 18px;
	font-weight: 500;
	color: var(--main-color);
}
.line:before {
	width: 80px;
	height: 2px;
	background: #22304F;
	top: 0;
	left: 0;
}
.top-message {
	position: relative;
	margin-bottom: 40px;
	transition: all .3s;
}
.top-message:hover {
	opacity: .8;
}
.top-mail {
	position: relative;
	margin-bottom: 40px;
	transition: all .3s;
}
.top-mail:hover {
	opacity: .8;
}
.ir-top .bnr-txt {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	background: #FFF;
	width: 80%;
	max-width: 450px;
	box-sizing: border-box;
	padding: 12px 20px 12px;
	z-index: 2;
}
.ir-top .bnr-txt:after {
	width: 48px;
	height: 1px;
	background: var(--main-blue);
	right: 15px;
	bottom: 15px;
}
.bnr-txt p:nth-child(1) {
	font-size: 18px;
	font-weight: 500;
}
.bnr-txt p:nth-child(2) {
	color: var(--main-blue);;
}

.top-news {
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
	position: relative;
}
.top-news .btn-all {
	width: 180px;
	position: absolute;
	right: 15px;
	top: 20px;
	background: #22304F;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
.news-list * {
	box-sizing: border-box;
}
.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	color: #333;
	padding: 10px 0px;
}
.news-list .item .date {
	margin: 0;
	width: 90px;
	padding: 0 10px 0 0;
}
.news-list .item .date span {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFF;
	padding: 0 10px 0;
	background: #3A81F3;
}
.news-list .item .category {
	margin: 0;
	width: 80px;
	padding: 0 10px 0 0;
}
.news-list .item .category span {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFF;
	padding: 0 10px 0;
	border-radius: 3px;
}
.news-list .item .c01 span {
	color: #785DE6;
	background: #FAF8FF;
}
.news-list .item .c02 span {
	color: #17B7BE;
	background: #F5FBFC;
}
.news-list .item .c03 span {
	color: #4049B9;
	background: #F2F3FD;
}
.news-list .item .c04 span {
	color: #40B97D;
	background: #EFF8F4;
}
.news-list .item .c05 span {
	color: #3A81F3;
	background: #F4F8FF;
}
.news-list .item .title {
	margin: 4px 0 0;
	width: calc(100% - 180px);
	line-height: 1.6em;
}
.news-list .item a:hover .title {
	color: var(--main-blue);
}
.pdf {
	padding-left: 12px;
	margin-left: 10px;
	font-size: 11px;
	color: #7A8FAF;
	position: relative;
	white-space: nowrap;
}
.pdf:before {
	width: 10px;
	height: 12px;
	background-image: url("/assets/img/ir-img/icon_pdf.svg");
	left: 0px;
	top: calc(50% - 6px);
}
.top-news .pdf {
	display: block;
}
.top-pdf,
.top-calender {
	background: #F5F7F8;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
}
.top-pdf ul li {
	padding-left: 20px;
	position: relative;
}
.top-pdf ul li:before {
	width: 11px;
	height: 1px;
	background: var(--main-blue);
	left: 0;
	top: 1em;
}
.top-pdf ul li a {
	text-decoration: none;
	color: #2B2B2B;
}
.top-pdf ul li a:hover {
	color: var(--main-blue);
}
.calender-list * {
	box-sizing: border-box;
}
.calender-list .item a {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	color: #333;
	padding: 10px 0px;
}
.calender-list .item .date {
	margin: 0;
	width: 90px;
	padding: 0 10px 0 0;
}
.calender-list .item .date span {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFF;
	padding: 0 10px 0;
	background: #3A81F3;
}
.calender-list .item a:hover .title {
	color: var(--main-blue);
}
.top-support {
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
}
.top-support ul li {
	padding-left: 20px;
	margin-bottom: 2px;
	position: relative;
}
.top-support ul li:before {
	width: 11px;
	height: 1px;
	background: var(--main-blue);
	left: 0;
	top: 1em;
}
.top-support a {
	text-decoration: none;
	color: #2B2B2B;
}
.top-support a:hover {
	color: var(--main-blue);
}
.top-links {
	width: 100%;
	margin: 80px 0 0;
}
.top-links > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-links > ul > li {
	width: 31.33%;
	margin-bottom: 50px;
	display: flex;
  flex-direction: column;
}
.top-links > ul > li .txt-box {
	padding: 10px 20px;
	background: #F5F7F8;
	flex-grow: 1;  
}
.top-links > ul > li .txt-box ul {
	padding: 10px 0 20px;
}
.top-links > ul > li .txt-box ul li {
	padding-left: 20px;
	position: relative;
}
.top-links > ul > li .txt-box ul li:before {
	width: 11px;
	height: 1px;
	background: var(--main-blue);
	left: 0;
	top: 1em;
}
.top-links > ul > li .txt-box ul li a {
	text-decoration: none;
	color: #2B2B2B;
}
.top-links > ul > li .txt-box ul li a:hover {
	opacity: .8;
}

.top-lang-menu {
	position: absolute;
	display: block;
	width: 240px;
	margin-bottom: 30px;
	height: 30px;
	left: 100%;
	transform: translateX(-100%);
}
.top-lang-menu ul {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 30px 5px 120px;
	position: absolute;
	right: 0;
	border-radius: 20px;
	background: #F5F7F8;
}
.top-lang-menu ul:before {
	content: "Language"!important;
	position: absolute;
	left: 35px;;
	top: 5px;
	z-index: 2;
}
.top-lang-menu a {
	text-decoration: none;
}
.top-lang-menu li {
	padding: 0 10px;
	position: relative;
}
.top-lang-menu li a {
	color: #22304F;
	transition: all .3s;
}
.top-lang-menu li:nth-child(1):after {
	content: "/";
	position: absolute;
	right: -2px;
	top: 0;
}
.top-lang-menu li a:hover,
.top-lang-menu li:nth-child(1) a {
	color: #3A82F3;
}
.en .top-lang-menu li a:hover,
.en .top-lang-menu li:nth-child(2) a {
	color: #3A82F3;
}
.en .top-lang-menu li:nth-child(1) a {
	color: #22304F;
}

@media screen and (max-width: 767px) {
	.top-main-content > .block01 {
		width: 100%;
	}
	.top-main-content > .block02 {
		width: 100%;
	}
	.box-ttl {
		font-size: 15px;
	}
	.line:before {
		width: 50px;
		height: 2px;
	}
	.top-message {
		margin-bottom: 50px;
	}
	.top-message .bg img {
		object-fit: cover;
		min-height: 200px;
	}
	.top-mail {
		margin-bottom: 50px;
	}
	.ir-top .bnr-txt {
		position: absolute;
		display: inline-block;
		bottom: -30px;
		right: 0;
		background: #FFF;
		width: 90%;
		max-width: 450px;
		box-sizing: border-box;
		padding: 12px 15px 12px;
		z-index: 2;
	}
	.ir-top .bnr-txt:after {
		width: 38px;
		height: 1px;
		background: var(--main-blue);
		right: 15px;
		bottom: 15px;
	}
	.bnr-txt p:nth-child(1) {
		font-size: 15px;
		font-weight: 500;
	}
	.bnr-txt p:nth-child(2) {
		color: var(--main-blue);;
	}

	.top-news {
		box-sizing: border-box;
		padding: 15px 0 15px 15px;
		position: relative;
	}
	.top-news .btn-all {
		width: 120px;
		position: absolute;
		right: 15px;
		top: 20px;
		background: #22304F;
		text-decoration: none;
		color: #FFF;
		font-size: 11px;
		text-align: center;
		line-height: 24px;
	}
	.news-list * {
		box-sizing: border-box;
	}
	.news-list .item a {
		display: flex;
		flex-wrap: wrap;
		text-decoration: none;
		color: #333;
		padding: 10px 0px;
	}
	.news-list .item .date {
		margin: 0;
		width: 90px;
		padding: 0 10px 0 0;
	}
	.news-list .item .date span {
		width: 100%;
		text-align: center;
		display: inline-block;
		font-size: 12px;
		line-height: 1.8em;
		color: #FFF;
		padding: 0 10px 0;
		background: #3A81F3;
	}
	.news-list .item .category {
		margin: 0;
		width: 80px;
		padding: 0 10px 0 0;
	}
	.news-list .item .category span {
		width: 100%;
		text-align: center;
		display: inline-block;
		font-size: 12px;
		line-height: 1.8em;
		color: #FFF;
		padding: 0 10px 0;
		border-radius: 3px;
	}
	.news-list .item .c01 span {
		color: #785DE6;
		background: #FAF8FF;
	}
	.news-list .item .c02 span {
		color: #17B7BE;
		background: #F5FBFC;
	}
	.news-list .item .c03 span {
		color: #4049B9;
		background: #F2F3FD;
	}
	.news-list .item .c04 span {
		color: #40B97D;
		background: #EFF8F4;
	}
	.news-list .item .c05 span {
		color: #3A81F3;
		background: #F4F8FF;
	}
	.news-list .item .title {
		margin: 5px 0 0;
		width: calc(100%);
		line-height: 1.6em;
	}
	.news-list .item a:hover .title {
		color: var(--main-blue);
	}
	.pdf {
		padding-left: 12px;
		margin-left: 10px;
		font-size: 11px;
		color: #7A8FAF;
		position: relative;
		white-space: nowrap;
	}
	.pdf:before {
		width: 10px;
		height: 12px;
		background-image: url("/assets/img/ir-img/icon_pdf.svg");
		left: 0px;
		top: calc(50% - 6px);
	}
	.top-news .pdf {
		display: block;
	}
	.top-pdf,
	.top-calender {
		background: #F5F7F8;
		box-sizing: border-box;
		padding: 15px;
		margin-bottom: 40px;
	}
	.top-pdf ul li {
		padding-left: 20px;
		position: relative;
	}
	.top-pdf ul li:before {
		width: 11px;
		height: 1px;
		background: var(--main-blue);
		left: 0;
		top: 1em;
	}
	.top-pdf ul li a {
		text-decoration: none;
		color: #2B2B2B;
	}
	.top-pdf ul li a:hover {
		color: var(--main-blue);
	}
	.calender-list * {
		box-sizing: border-box;
	}
	.calender-list .item a {
		display: flex;
		flex-wrap: wrap;
		text-decoration: none;
		color: #333;
		padding: 10px 0px;
	}
	.calender-list .item .date {
		margin: 0;
		width: 90px;
		padding: 0 10px 0 0;
	}
	.calender-list .item .date span {
		width: 100%;
		text-align: center;
		display: inline-block;
		font-size: 12px;
		line-height: 1.8em;
		color: #FFF;
		padding: 0 10px 0;
		background: #3A81F3;
	}
	.calender-list .item a:hover .title {
		color: var(--main-blue);
	}
	.top-support {
		box-sizing: border-box;
		padding: 20px;
		margin-bottom: 40px;
	}
	.top-support ul li {
		padding-left: 20px;
		margin-bottom: 2px;
		position: relative;
	}
	.top-support ul li:before {
		width: 11px;
		height: 1px;
		background: var(--main-blue);
		left: 0;
		top: 1em;
	}
	.top-support a {
		text-decoration: none;
		color: #2B2B2B;
	}
	.top-support a:hover {
		color: var(--main-blue);
	}
	.top-links {
		width: 100%;
		margin: 80px 0 0;
	}
	.top-links > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-links > ul > li {
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
	}
	.top-links > ul > li .txt-box {
		padding: 10px 20px;
		background: #F5F7F8;
		flex-grow: 1;  
	}
	.top-links > ul > li .txt-box ul {
		padding: 10px 0 20px;
	}
	.top-links > ul > li .txt-box ul li {
		padding-left: 20px;
		position: relative;
	}
	.top-links > ul > li .txt-box ul li:before {
		width: 11px;
		height: 1px;
		background: var(--main-blue);
		left: 0;
		top: 1em;
	}
	.top-links > ul > li .txt-box ul li a {
		text-decoration: none;
		color: #2B2B2B;
	}
	.top-links > ul > li .txt-box ul li a:hover {
		opacity: .8;
	}

	.top-lang-menu {
		position: relative;
		width: 240px;
		margin: 0 auto 40px;
		height: 30px;
		left: auto;
		transform: translateX(0);
	}
	.top-lang-menu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 10px 5px 110px;
		position: absolute;
		right: 0;
		border-radius: 20px;
		background: #F5F7F8;
	}
	.top-lang-menu ul:before {
		content: "Language"!important;
		position: absolute;
		left: 35px;;
		top: 5px;
		z-index: 2;
	}
	.top-lang-menu a {
		text-decoration: none;
	}
	.top-lang-menu li {
		padding: 0 10px;
		position: relative;
	}
	.top-lang-menu li a {
		color: #22304F;
		transition: all .3s;
	}
	.top-lang-menu li:nth-child(1):after {
		content: "/";
		position: absolute;
		right: -2px;
		top: 0;
	}
	.top-lang-menu li a:hover,
	.top-lang-menu li:nth-child(1) a {
		color: #3A82F3;
	}
}
/* IR メニュー　*/

/*.ir-menu {
	position: absolute;
	top: 325px;
	left: 30px;
	z-index: 2;
	width: 200px;
	background: #F5F7F8;
	border: solid 1px #3A82F3;
	transition: all .3s;
}*/
.ir-menu {
	position: fixed;
	top: 100px;
	left: 30px;
	z-index: 2;
	width: 200px;
	background: #F5F7F8;
	border: solid 1px #3A82F3;
	transition: all .3s;
}
.ir-menu.menu_fixed {
	position: fixed;
	top: 100px;
	left: 30px;
	transition: all .3s;
}
.ir-menu.menu_none {
	position: absolute;
	transition: all .3s;
}
.ir-menu .menu-content {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	height: 100%;
	max-height: calc(100vh - 150px);
}
.ir-menu.menu_fixed .menu-content {
	max-height: calc(100vh - 150px);
}
.ir-menu .menu-ttl p {
	color: #FFF;
	font-size: 12px;
}
.ir-menu .menu-ttl {
	position: absolute;
	top: -24px;
	left: 0;
	background: #3A82F3;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
}
.ir-menu .menu-ttl:after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	border-style: solid;
	border-color: transparent transparent #3A82F3 transparent;
	border-width: 0 20px 24px 0;
}
.ir-menu .toggle-menu {
	background: #FFF;
	box-sizing: border-box;
	padding: 5px 15px 15px;
}
.ir-menu .toggle-menu li .ttl {
	cursor: pointer;
	position: relative;
}
.ir-menu .toggle-menu li .ttl p {
	font-size: 13px;
	padding: 5px 0;
	position: relative;
	border-bottom: solid 1px #D5E5FF;
}
.ir-menu .toggle-menu li .ttl:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url("/assets/img/ir-img/menu-open.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	right: 0;
	top: calc(50% - 5px);
}
.ir-menu .toggle-menu li .ttl.on:before {
	background-image: url("/assets/img/ir-img/menu-close.svg");
}
.ir-menu .toggle-menu > li ul {
	display: none;
	padding: 5px 0;
}
.ir-menu .toggle-menu > li ul li {
	position: relative;
	padding: 2px 0 2px 20px;
	line-height: 1.6em;
}
.ir-menu .toggle-menu > li ul li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	background: #3A82F3;
	left: 4px;
	top: calc(.8em + 3px);
}
.ir-menu .toggle-menu > li ul li a {
	color: #2B2B2B;
	font-size: 12px;
	transition: all .3s;
	position: relative;
}
.ir-menu .toggle-menu > li ul li:hover a {
	color: #3A82F3;
}
.ir-menu .toggle-menu > li ul li.new-win a:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url("/assets/img/ir-img/blank-icon.svg");
	right: -20px;
	top: 5px;
	display: inline-block;
	z-index: 1;
}
.ir-menu .sub-menu {
	padding: 5px 0;
}
.ir-menu .sub-menu li {
	position: relative;
	padding: 2px 0 2px 20px;
	line-height: 1.6em;
}
.ir-menu .sub-menu li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	background: #3A82F3;
	left: 4px;
	top: calc(.8em + 3px);
}
.ir-menu .sub-menu li a {
	color: #2B2B2B;
	font-size: 12px;
	transition: all .3s;
}
.ir-menu .sub-menu li:hover a {
	color: #3A82F3;
}
.strategy .ir-menu .toggle-menu > .dir01 ul {
	display: block;
}
.investor .ir-menu .toggle-menu > .dir02 ul {
	display: block;
}
.highlight .ir-menu .toggle-menu > .dir03 ul {
	display: block;
}
.stock .ir-menu .toggle-menu > .dir04 ul {
	display: block;
}
.events .ir-menu .toggle-menu > .dir05 ul {
	display: block;
}
.library .ir-menu .toggle-menu > .dir06 ul {
	display: block;
}
.ir-menu .sub-menu {
	box-sizing: border-box;
	padding: 15px;
}
.ir-menu .lang-menu {
	padding: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ir-menu a {
	text-decoration: none;
}
.ir-menu .lang-menu li {
	padding: 0 10px;
	position: relative;
}
.ir-menu .lang-menu li a {
	color: #22304F;
	transition: all .3s;
}
.ir-menu .lang-menu li:nth-child(1):after {
	content: "/";
	position: absolute;
	right: -2px;
	top: 0;
}
.ir-menu .lang-menu li a:hover,
.ir-menu .lang-menu li:nth-child(1) a {
	color: #3A82F3;
}
@media screen and (max-width: 1200px) {
	.ir-menu {
		top: 80px;
		left: -202px;
		transition: all .3s;
	}
	.ir-menu.menu_fixed {
		position: fixed;
		top: 80px;
		left: -202px;
	}
	.ir-menu.menu_none {
		position: absolute;
	}
	.ir-menu.on {
		left: 10px;
	}
	.ir-menu .menu-content {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
		height: 100%;
		max-height: calc(100vh - 120px);
	}
	.ir-menu.menu_fixed .menu-content {
		max-height: calc(100vh - 120px);
	}
	.menu-button {
		cursor: pointer;
	}
	.menu-button p {
		color: #FFF;
		font-size: 12px;
		white-space: nowrap;
		position: relative;
		padding-right: 20px;
	}
	.menu-button.on p:after {
		content: "×";
		font-size: 18px;
		position: absolute;
		color: #FFF;
		left: 100%;
		bottom: 0;
	}
	.menu-button > div {
		position: absolute;
		display: inline-block;
		top: -1px;
		left: calc(100% + 24px);
		background: #3A82F3;
		padding: 0 15px;
		height: 24px;
		width: 80px;
		line-height: 24px;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		transform: rotate(90deg);
		transform-origin: left top;
	}
	.menu-button > div:after {
		content: "";
		position: absolute;
		top: 0;
		right: -20px;
		border-style: solid;
		border-color: transparent transparent #3A82F3 transparent;
		border-width: 0 20px 24px 0;
	}
}

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


/* IR ページ内　メニュー　*/

.ir-inner-btn {
	padding: 20px 2%;
	border-top: solid 1px var(--main-blue);
	border-bottom: solid 1px var(--main-blue);
	background: #FFF;
}
.ir-inner-btn ul {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.ir-inner-btn ul li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 15px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0;
	position: relative;
}
.ir-inner-btn ul li:before {
	width: 12px;
	height: 4px;
	background-image: url("/assets/img/ir-img/menu-arrow.svg");
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inner-menu-wrap.inner-menu-wrap_fixed .ir-inner-btn {
	padding: 8px 2%;
	width: 100%;
	margin: 0 auto;
}
.inner-menu-wrap.inner-menu-wrap_fixed + .section-box {
	margin-top: 130px;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 767px) {
	.ir-inner-btn ul li {
		font-size: 12px;
	}
}
@media screen and (max-width: 1200px) {
	.inner-menu-wrap.inner-menu-wrap_fixed + .section-box {
		margin-top: 0px;
	}
}

/* IR  共通 */

:root {
	--main-color: #22304F;
	--main-blue: #3A82F3;
	--main-gd: linear-gradient(90deg, #3a82f3 0%, #153988 100%);
}
.ir .main-contents {
	padding: 150px 0 150px;
	min-height: 900px;
	position: relative;
	width: 100%;
	background: #FFF;
	letter-spacing: .02em;
	z-index: 1;
}
.ir .main-contents :before,
.ir .main-contents :after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.ir .section-box {
	margin-bottom: 80px;
	position: relative;
}
.basic.ir h1 span {
	color: #3A82F3;
	font-size: 12px;
	font-weight: 500;
}
.ir-h201 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: var(--main-color);
	margin-bottom: 30px;
	line-height: 1.8em;
}
.ir-h202 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: var(--main-blue);
	margin-bottom: 50px;
	line-height: 1.8em;
}
.ir-h301 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1.8em;
	position: relative;
	padding: 20px 0 0;
}
.ir-h301:before {
	width: 80px;
	height: 2px;
	background: #3A82F3;
	top: 0;
	left: 0;
}
.ir .topic-path {
	width: 100%;
	background: #F5F7F8;
	position: relative;
	padding: 10px 0;
	margin: 50px 0 80px;
}
.ir .topic-path ul {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
.ir .topic-path ul li {
	display: inline-block;
	padding: 0 14px;
	position: relative;
}
.ir .topic-path ul li:after {
	content: "/";
	position: absolute;
	right: -3px;
}
/*.ir .topic-path ul li:last-child:after {
	display: none;
}*/
.ir .topic-path ul li a:hover {
	text-decoration: underline;
}
.ir .topic-path ul li,
.ir .topic-path ul li a {
	color: #7A8FAF;
	font-size: 12px;
	text-decoration: none;
}
.ir-content {
	width: calc(100% - 550px);
	max-width: 930px;
	margin: 0 auto;
}
.ir-button {
	width: 90%;
	margin: 0 auto;
	max-width: 730px;
	background: #F5F7F8;
	border-radius: 50px;
	position: relative;
	padding: 10px 30px;
	box-sizing: border-box;
	transition: all .3s;
}
.ir-button:hover {
	background: #EBEFF1;
}
.ir-button a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 5;
}
.ir-button p {
	font-size: 14px;
	line-height: 1.6em;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 15px;
	letter-spacing: 0.03em;
	white-space: nowrap;
}
.ir-button p:before {
	width: 11px;
	height: 1px;
	background: var(--main-blue);
	left: 0;
	top: .8em;
}
.ir-button-db {
	width: 100%;
	margin: 0 auto;
	max-width: 730px;
	background: #22304F;
	position: relative;
	padding: 10px 40px 10px 10px;
	box-sizing: border-box;
	transition: all .3s;
}
.ir-button-db:hover {
	background: #2C3D61;
}
.ir-button-db a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 5;
}
.ir-button-db p {
	font-size: 14px;
	color: #FFF;
	line-height: 1.4em;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.ir-button-db:before {
	width: 40px;
	height: 3px;
	background: url("../img/arrow-long.svg") no-repeat right center;
	right: 15px;
	top: 50%;
}

.ir .ttl-bar {
	padding: 5px 20px 10px;
	background: var(--main-gd);
	position: relative;
	margin-bottom: 50px;
}
.ir .ttl-bar:before {
	border: solid 1px #3A82F3;
	width: 100%;
	height: 100%;
	left: 3px;
	top: 3px;
	position: absolute;
	z-index: -1;
}
.ir .ttl-bar p {
	text-align: center;
	color: #FFF;
	line-height: 1.2em;
	font-size: 20px;
}
.ir .ttl-bar p span {
	display: block;
	font-size: 10px;
}

.ir-table {
	position: relative;
	margin-bottom: 80px;
}
.ir-table th,
.ir-table td {
	box-sizing: border-box;
	padding: 40px 20px 20px;
}
.ir-table th {
	width: 25%;
	position: relative;
	vertical-align: top;
	color: var(--main-blue);
}
.ir-table th:before {
	width: 100%;
	height: 85%;
	background: #F5F7F8;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px var(--main-blue);
	z-index: -1;
}
.ir-table td {
	width: 75%;
	position: relative;
}
.ir-table td:after {
	width: 100px;
	height: 1px;
	background: var(--main-blue);
	left: 0;
	bottom: 0;
}
.ir-table td .ttl {
	font-size: 18px;
	font-weight: 500;
}
.ir-table td .sub {
	color: var(--main-blue);
}
.ir-table td a {
	text-decoration: none;
	color: #2B2B2B;
}
.ir-table td a:hover {
	text-decoration: none;
	color: #3A82F3;
}
.link-style01 a {
	display: inline-block;
	padding-right: 20px;
	position: relative;
	
}
.link-style01 a:after {
	width: 12px;
	height: 12px;
	background-image: url("/assets/img/ir-img/blank-icon.svg");
	bottom: 8px;
	display: inline-block;
	margin-left: 10px;
}
.ir-table td .pdf {
	padding-left: 12px;
	margin-left: 10px;
	font-size: 11px;
	color: #7A8FAF;
	position: relative;
	white-space: nowrap;
}
.ir-table td .pdf:before {
	width: 10px;
	height: 12px;
	background-image: url("/assets/img/ir-img/icon_pdf.svg");
	left: 0px;
	top: calc(50% - 6px);
}
@media screen and (max-width: 1200px) {
	.basic.ir h1 {
		padding-bottom: 40px;
	}
	.ir .section-box {
		margin-bottom: 60px;
	}
	.ir .topic-path {
		display: none;
	}
	.ir-content {
		width: 90%;
		max-width: 930px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.ir-h201 {
		font-size: min(5vw,20px);
		margin-bottom: 20px;
		letter-spacing: 0.01em;
	}
	.ir-h202 {
		font-size: min(5vw,20px);
		margin-bottom: 40px;
	}
	.ir-button {
		width: 100%;
	}
	.ir-button p {
		font-size: 12px;
		white-space: normal;
	}
	.ir-button p .pdf {
		display: block;
		margin-left: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	.ir-content {
		width: calc(100% - 70px);
		margin: 0 auto;
	}
	.ir .ttl-bar p {
		text-align: center;
		color: #FFF;
		line-height: 1.2em;
		font-size: min(4vw,18px);
	}
}
@media screen and (max-width: 767px) {
	.ir .main-contents {
		min-height: auto;
	}
}
@media screen and (max-width: 480px) {
	.ir .main-contents {
		padding: 100px 0 80px;
		position: relative;
		width: 100%;
		background: #FFF;
	}
	.ir-button-db {
		width: 100%;
		padding: 8px 15px 8px 5px;
	}
	.ir-button-db p {
		font-size: min(2vw,13px);
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.ir-button-db:before {
		width: 10px;
		height: 3px;
		background: url("../img/arrow-long.svg") no-repeat right center;
		background-size: cover;
		right: 5px;
		top: 50%;
	}
	.ir-table th,
	.ir-table td {
		box-sizing: border-box;
		padding: 15px 15px 15px;
	}
	.ir-table th {
		width: 100%;
		display: block;
		position: relative;
		vertical-align: top;
		color: var(--main-blue);
	}
	.ir-table th:before {
		width: 100%;
		height: 100%;
		background: #F5F7F8;
		left: 0;
		bottom: 0;
		border-bottom: none;
		z-index: -1;
	}
	.ir-table td {
		width: 100%;
		display: block;
		position: relative;
	}
	.ir-table td:after {
		width: 100%;
		height: 1px;
		background: var(--main-blue);
		left: 0;
		bottom: 0;
	}
}




/* IR  strategy/message/ */

.strategy.message .main-visual {
	width: 100%;
	margin: 0 auto 60px;
	max-width: 1440px;
}
.strategy.message .ceo {
	padding: 40px 90px 40px 0;
	text-align: right;
	position: relative;
}
.strategy.message .ceo:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 40px;
	background: url("/assets/img/ir-img/strategy_img/ceo_sign.svg") no-repeat center center;
	right: 0;
	top: calc(50% - 20px);
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {}


/* IR  strategy/vision/ */

.strategy.vision .vision-content {
	padding: 150px 0;
	min-height: 640px;
	box-sizing: border-box;
	background: url("/assets/img/ir-img/strategy_img/vison-main.jpg") no-repeat 80% bottom;
	background-size: cover;
}

.vision-content ul li {
	text-align: center;
}
.vision-content ul li:nth-child(1) {
	margin-bottom: 80px;
}
.vision-content ul li p {
	color: var(--main-color);
}
.vision-content ul li .ttl {
	font-size: 16px;
	font-weight: 500;
}
.vision-content ul li .cc {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8em;
}
@media screen and (max-width: 480px) {
	.strategy.vision .vision-content {
		padding: 120px 0 200px;
		min-height: 500px;
		background: url("/assets/img/ir-img/strategy_img/vison-main.jpg") no-repeat 85% bottom;
		background-size: cover;
	}
	.vision-content ul li .ttl {
		font-size: 14px;
	}
	.vision-content ul li .cc {
		font-size: 18px;
	}
}


/* IR  strategy/risk/ */

.risk .intro-txt {
	padding-bottom: 80px;
}
.risk dl {
	margin-bottom: 80px;
}
.risk dl dt {
	padding-left: 60px;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	color: var(--main-blue);
}
.risk dl dt span {
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--main-blue);
}
.risk dl dd ol li {
	padding-bottom: 30px;
}
.risk dl dd ol li .ttl {
	font-size: 18px;
	font-weight: 500;
}
.risk dl dd ol li .ttl span {
	color: var(--main-blue);
	padding-right: 5px;
}
.risk dl dd ol li p:not([class]) {
	text-indent: 1em;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.risk dl dt {
		padding-left: 40px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.risk dl dt span {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.risk dl dd ol li .ttl {
		font-size: 15px;
		font-weight: 500;
	}
}



/* IR  strategy/governance/ */

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.governance .figure {
		min-width: 600px;
		margin-bottom: 30px;
	}
}


/* IR  investor/faq/ */


.faq-list-menu {
	box-sizing: border-box;
	padding: 40px 8%;
	background: #F5F7F8;
	margin-bottom: 50px;
}
.faq-link li {
	padding-bottom: 4px;
	position: relative;
	padding-left: 20px;
}
.faq-link li span {
	position: absolute;
	left: 0;
	top: 0;
}
.faq-link a {
	color: var(--main-blue);
}
.faq-link a:hover {
	text-decoration: none;
}
.faq-box {
	padding: 20px 0;
}
.faq-box dt {
	padding-bottom: 5px;
}
.faq-box dt p {
	font-size: 18px;
	font-weight: 500;
	padding-left: 24px;
	position: relative;
}
.faq-box dt p span {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-blue);
}
.faq-box dd p {
	padding-left: 24px;
	position: relative;
}
.faq-box dd p span {
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	left: 1px;
	top: 0;
	color: var(--main-blue);
}
.faq-box dd a {
	color: var(--main-blue);
}
.faq-box dd a:hover {
	text-decoration: none;
}
.faq-box dd > ul {
	margin-left: 24px;
}
@media screen and (max-width: 767px) {
	.faq-box dt p {
		font-size: 15px;
	}
	.faq-box dd p span {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {}






/* IR  investor/glossary/ */

.word-list-menu {
	box-sizing: border-box;
	padding: 40px 3%;
	background: #F5F7F8;
	margin-bottom: 50px;
}
.words-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.words-link li {
	width: 31.33%;
	margin: 0 .5%;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.words-link li:before {
	width: 10px;
	height: 10px;
	background: #22304F;
	border-radius: 3px;
	left: 0; 
	top: .8em;
}
.words-link a {
	color: var(--main-blue);
}
.words-link a:hover {
	text-decoration: none;
}

.word-box {
	padding: 20px 0;
}
.word-box dt {
	padding-bottom: 5px;
}
.word-box dt p {
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
}
.word-box dt p:before {
	width: 10px;
	height: 10px;
	background: var(--main-blue);
	border-radius: 3px;
	left: 0; 
	top: .8em;
}
.word-box dt p span {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-blue);
}
.word-box dd p {
	position: relative;
}
@media screen and (max-width: 767px) {
	.word-list-menu {
		padding: 20px 15px;
		background: #F5F7F8;
		margin-bottom: 30px;
	}
	.words-link li {
		font-size: 13px;
		width: 100%;
		margin: 0 0;
		position: relative;
		padding-left: 16px;
		box-sizing: border-box;
	}
	.words-link li:before {
		width: 8px;
		height: 8px;
		background: #22304F;
		border-radius: 3px;
		left: 0; 
		top: .7em;
	}
	.word-box dt p {
		font-size: 15px;
	}
	.word-box dt p:before {
		width: 10px;
		height: 10px;
		background: var(--main-blue);
		border-radius: 3px;
		left: 0; 
		top: .7em;
	}
}
@media screen and (max-width: 480px) {}






/* IR  investor/showcase/ */

.case-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
}
.case-list li {
	position: relative;
	width: 47%;
	margin-bottom: 50px;
}
.case-list li .txt-box {
	padding: 20px 0 0;
}
.case-list li .txt-box p:nth-child(1) {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	padding-bottom: 5px;
}
.case-list li .txt-box p:nth-child(2) {
	font-size: 12px;
	min-height: 50px;
	color: var(--main-blue);
	line-height: 1.6em;
}
.case-list li .txt-box p:nth-child(3) {
	font-size: 12px;
	line-height: 1.6em;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.case-list li .txt-box p:nth-child(1) {
		font-size: 14px;
	}
	.case-list li {
		width: 100%;
		margin-bottom: 50px;
	}
}



/* IR  investor/history/ */


.history-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.history-list dt {
	width: 150px;
	margin-bottom: 50px;
}
.history-list dd {
	width: calc(100% - 150px);
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 15px 0 0 20px;
}
.history-list dd .year {
	color: var(--main-blue);
	font-weight: 500;
	font-size: 20px;
}
.history-list dd p:not([class]) {
	padding-bottom: 1em;
	line-height: 1.6em;
}
.history-list dd .point {
	padding: 5px 20px;
	box-sizing: border-box;
	background: #F5F7F8;
	color: var(--main-blue);
}
.history-list dd .point span {
	font-size: 18px;
	font-weight: 500;
}
.history-logo01 {
	width: 90%;
	max-width: 415px;
	padding: 10px 0;
}
.history-logo02 {
	width: 60%;
	max-width: 256px;
	padding: 10px 0;
}
.history-logo03 {
	width: 100%;
	max-width: 640px;
	padding: 10px 0;
}
.history-logo04 {
	width: 40%;
	max-width: 177px;
	padding: 10px 0;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.history-list dt {
		width: 140px;
		margin: 0 auto 0px;
	}
	.history-list dd {
		width: calc(100%);
		margin-bottom: 50px;
		box-sizing: border-box;
		padding: 15px 0 0 0px;
	}
}


/* IR  investor/about/　*/

.ir-inner-btn2 {
	padding: 20px 2%;
	border-top: solid 1px var(--main-blue);
	border-bottom: solid 1px var(--main-blue);
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	transition: all .3s;
}
.inner-menu-wrap {
	position: relative;
	z-index: 5;
	margin-top: -80px;
	padding-top: 80px;
}
.inner-menu-wrap.inner-menu-wrap_fixed {
	position: fixed;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 550px);
	max-width: 930px;
}
.inner-menu-wrap + .section-box {
	padding-top: 80px;
}
.inner-menu-wrap.menu_none {
	display: none;
}
@media screen and (max-width: 1200px) {
.inner-menu-wrap {
	position: relative;
	z-index: 5;
	margin-top: -80px;
	padding-top: 80px;
}
.inner-menu-wrap.inner-menu-wrap_fixed {
	position: relative;
	top: auto;
	left: 0;
	transform: translateX(0);
	width: calc(100%);
	max-width: 930px;
}
.inner-menu-wrap.menu_none {
	display: block;
}
}
.ir-inner-btn2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.ir-inner-btn2 ul li {
	width: 24.5%;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0;
	position: relative;
}
.ir-inner-btn2 ul li p {
	color: var(--main-blue);
	line-height: 1.6em;
	padding-left: 90px;
}
.ir-inner-btn2 ul li p:before {
	width: 50px;
	height: 50px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.ir-inner-btn2 ul li:nth-child(1) p:before {
	background-image: url("/assets/img/ir-img/investor_img/btn-icon01.svg");
}
.ir-inner-btn2 ul li:nth-child(2) p:before {
	background-image: url("/assets/img/ir-img/investor_img/btn-icon02.svg");
}
.ir-inner-btn2 ul li:nth-child(3) p:before {
	background-image: url("/assets/img/ir-img/investor_img/btn-icon03.svg");
}
.ir-inner-btn2 ul li:nth-child(4) p:before {
	background-image: url("/assets/img/ir-img/investor_img/btn-icon04.svg");
}
.ir-inner-btn2 ul:before {
	width: 1px;
	height: 12px;
	background:	var(--main-blue);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ir-inner-btn2 ul li:before {
	width: 1px;
	height: 12px;
	background:	var(--main-blue);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inner-menu-wrap.inner-menu-wrap_fixed .ir-inner-btn2 {
	padding: 8px 2%;
	width: 100%;
	margin: 0 auto;
}
.inner-menu-wrap.inner-menu-wrap_fixed .ir-inner-btn2 ul li p {
	color: var(--main-blue);
	line-height: 1.5em;
	padding-left: 60px;
	font-size: 90%;
}
.inner-menu-wrap.inner-menu-wrap_fixed .ir-inner-btn2 ul li p:before {
	width: 30px;
	height: 30px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.ir.ir-about .main-contents {
	padding-bottom: 0;
}
.ir-block-wrap {
	background: #F5F7F8;
	padding: 120px 0;
}

.case-box {
	margin: 50px 0;
}
.case-box > .ttl {
	position: relative;
}
.case-box > .ttl span {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	color: var(--main-blue);
	font-size: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.case-box > .ttl span:before,
.case-box > .ttl span:after {
	width: 80px;
	height: 1px;
	background: var(--main-blue);
	top: 50%;
}
.case-box > .ttl span:before {
	left: -80px;
}
.case-box > .ttl span:after {
	right: -80px;
}
.case-box > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}
.case-box > ul > li {
	width: 31.33%;
}
.case-box ul li .image-box {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(58, 130, 243, 0.3);
}
.case-box ul li .txt-box {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0 0;
}
.case-box ul li .txt-box > p {
	color: var(--main-blue);
	font-weight: 500;
	margin-bottom: 10px;
}
.case-box ul li .txt-box ul li {
	padding-left: 15px;
	margin-bottom: 1em;
	line-height: 1.6em;
	position: relative;
}
.case-box ul li .txt-box ul li:before {
	width: 8px;
	height: 8px;
	background: #22304F;
	border-radius: 3px;
	left: 0; 
	top: .6em;
}
.ir-about .figure01 {
	width: 95%;
	margin: 20px auto 0;
}
.keypoint-ttl {
	text-align: center;
	position: relative;
	font-size: 20px;
	color: var(--main-blue);
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.keypoint-ttl span {
	font-size: 32px;
}
.keypoint-ttl:after {
	width: 20px;
	height: 1px;
	background: var(--main-blue);
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.point-box > .ttl {
	padding-left: 60px;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	color: var(--main-blue);
}
.point-box > .ttl span {
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--main-blue);
}

.keypoint-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.keypoint-list li {
	width: 31.33%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(58, 130, 243, 0.3);
	padding: 10px;
}
.keypoint-list li p:nth-child(1) {
	color: #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--main-blue);
	margin: 20px auto 0px;
}
.keypoint-list li p:nth-child(2) {
	text-align: center;
	color: var(--main-blue);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.keypoint-list li .icon {
	height: 60px;
	text-align: center;
}
.keypoint-list li .icon img {
	height: 100%;
	width: auto;
}

.point-box {
	padding-bottom: 0;
	margin-bottom: 80px;
	border-bottom: solid 1px var(--main-blue);
}
.ir-about .point-box:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.point-box .figure-box {
	margin: 50px 0 80px;
}
.point-box .ir-awards {
	margin: 50px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-box .ir-awards li {
	width: 48%;
}
.point-box .split-box {
	margin: 50px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-box .split-box > div {
	width: 48%;
}
.point-box .figure-ttl {
	font-size: 16px;
	font-weight: 500;
	padding-left: 15px;
	margin-bottom: 1em;
	line-height: 1.6em;
	position: relative;
}
.point-box .figure-ttl:before {
	width: 8px;
	height: 8px;
	background: var(--main-blue);;
	border-radius: 3px;
	left: 0; 
	top: .5em;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 767px) {
	.ir-inner-btn2 ul:before {
		display: none;
	}
	.ir-inner-btn2 ul li:before {
		display: none;
	}
	.ir-inner-btn2 ul li {
		width: 48%;
		margin-bottom: 20px;
	}
	.ir-inner-btn2 ul li:nth-child(3),
	.ir-inner-btn2 ul li:last-child {
		margin-bottom: 0;
	}
	.ir-inner-btn2 ul li p {
		color: var(--main-blue);
		font-size: 14px;
		line-height: 1.6em;
		padding-left: 50px;
	}
	.ir-inner-btn2 ul li p:before {
		width: 35px;
		height: 35px;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 480px) {
	.ir-about .scroll-box .figure {
		min-width: 600px;
		margin-bottom: 30px;
	}
	.ir-inner-btn2 ul:before {
		display: none;
	}
	.ir-inner-btn2 ul li:before {
		display: none;
	}
	.ir-inner-btn2 ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.ir-inner-btn2 ul li:nth-child(3)  {
		margin-bottom: 20px;
	}
	.case-box > .ttl span {
		display: inline-block;
		position: relative;
		padding: 0 20px;
		color: var(--main-blue);
		font-size: 16px;
		left: 50%;
		transform: translateX(-50%);
	}
	.case-box > .ttl span:before,
	.case-box > .ttl span:after {
		width: 50px;
		height: 1px;
		background: var(--main-blue);
		top: 50%;
	}
	.case-box > .ttl span:before {
		left: -50px;
	}
	.case-box > .ttl span:after {
		right: -50px;
	}
	.case-box > ul {
		max-width: 300px;
		margin: 40px auto 0;
	}
	.case-box > ul > li {
		width: 100%;
		margin-bottom: 30px;
	}
	.keypoint-ttl {
		font-size: 15px;
	}
	.keypoint-ttl span {
		font-size: 20px;
	}
	.point-box > .ttl {
		padding-left: 32px;
		font-size: 15px;
		font-weight: 500;
		position: relative;
		margin-bottom: 10px;
		color: var(--main-blue);
	}
	.point-box > .ttl span {
		color: #FFF;
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 24px;
		position: absolute;
		left: 0;
		top: 15px;
		background: var(--main-blue);
	}
	.keypoint-list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.point-box .ir-awards li {
		width: 100%;
	}
	.point-box .split-box > div {
		width: 100%;
	}
	.point-box .split-box > div:nth-of-type(1) {
		margin-bottom: 40px;
	}
}




/* IR  /events/calender/ */

.events .calender {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.events .calender li {
	width: 49.5%;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.events .calender li {
		width: 100%;
		margin-bottom: 3%;
	}
}



/* IR  /stock/meeting/ */

.news-list.no-category .item .title {
	margin: 4px 0 0;
	width: calc(100% - 100px);
	line-height: 1.6em;
}

.custum-pull {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	padding: 15px 20px;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	border-radius: 4px;
	background-color: #FFF;
	border: solid 1px #D5E5FF;
	background-image: linear-gradient(45deg, transparent 50%, rgba(58, 130, 243, .9) 50%), linear-gradient(135deg, rgba(58, 130, 243, .9) 50%, transparent 50%);
	background-size: 7px 7px, 7px 7px;
	background-position: calc(100% - 26px) 50%, calc(100% - 20px) 50%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin-bottom: 50px;
}
/* 　フォーカス時 */
.custum-pull:focus {
	outline: 0;
}
.custum-pull::-ms-expand {
	display: none;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {}



/* IR  /library/ */

.news-list.no-date-category .item .title {
	margin: 4px 0 0;
	width: 100%;
	line-height: 1.6em;
}

.library-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.library-menu li {
	width: 31.33%;
	position: relative;
	transition: all .3s;
}
.library-menu li:hover {
	opacity: .8;
}
.library-menu .line:before {
	background: var(--main-blue);
}
.library-menu .txt-box {
	position: relative;
	background: #F5F7F8;
	padding: 15px 20px 25px;
}
.library-menu .txt-box:after {
	width: 48px;
	height: 1px;
	background: var(--main-blue);
	right: 15px;
	bottom: 15px;
}
.library-menu .txt-box p:nth-child(1) {
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 767px) {
	.library-menu {
		max-width: 400px;
		margin: 0 auto;
	}
	.library-menu li {
		width: 100%;
		position: relative;
		transition: all .3s;
		margin-bottom: 20px;
	}
}


/* IR  /support/mail/ */
.mail .txt-box {
	margin-bottom: 80px;
}
.mail .txt-box p {
	margin-bottom: 1em;
}
.mail .txt-box a {
	color: var(--main-blue);
}
.mail-att-list {
  counter-reset: li_count;
	margin-left: 1.6em;
}
.mail-att-list li {
	list-style-type: decimal;
	margin-bottom: 1.5em;
}
.mail-att-list li:before {
  counter-increment: li_count;
  content: counter(li_count)".";
}

.formWrap {
	margin: 80px 0;
}
.formTable dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formTable dt {
	font-size: 14px;
	width: 20%;
	border-top: #FFF 15px solid;
	border-bottom: 1px solid var(--main-blue);
	padding: 20px 20px 30px!important;
	position: relative;
	box-sizing: border-box;
	color: var(--main-blue);
	background: #F5F7F8;
}
.formTable dt:before {
	display: none;
}
.formTable dd {
	font-size: 14px;
	width: 80%;
	padding: 35px 30px 30px!important;
	position: relative;
	box-sizing: border-box;
}
.formTable dd:after {
	width: 100px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.formWrap input[type='text'],.formWrap input[type='tel'], .formWrap input[type='date'], .formWrap select {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	padding: 10px 10px;
	background: #F5F7F8;
	border: solid 1px #D5E5FF;
	border-radius: 5px;
}
.formWrap textarea {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	padding: 10px 10px;
	background: #F5F7F8;
	border: solid 1px #D5E5FF;
	border-radius: 5px;
}
.formTable dd .att {
	display: block;
	color: var(--main-blue);
	text-align: left;
	line-height: 1em;
	padding: 10px 0 0;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 767px) {
	.formTable dt {
		width: 100%;
		border-bottom: none;
		padding: 10px 15px 0;
		position: relative;
		box-sizing: border-box;
		color: var(--main-blue);
	}
	.formTable dt:before {
		width: 100%;
		height: 85%;
		background: none;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.formTable dd {
		width: 100%;
		padding: 0px 15px 20px;
		position: relative;
		box-sizing: border-box;
	}
}



/* IR  /contact/ */
.contact .pb {
	padding-bottom: 80px;
}
.contact .list-box {
	box-sizing: border-box;
	padding: 40px;
	margin-bottom: 40px;
	background: #F5F7F8;
}
.contact .list-box > p {
	padding-bottom: 1em;
}
.contact .list-box > p a {
	color: var(--main-blue);
}
.blue-dot-list > li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 1em;
}
.blue-dot-list > li > p:nth-of-type(1) {
	font-weight: 500;
}
.blue-dot-list > li:before {
	width: 8px;
	height: 8px;
	background: var(--main-blue);
	border-radius: 3px;
	left: 0; 
	top: .8em;
}
.dot-list {
	margin-left: 1.5em;
}
.dot-list li {
	list-style: outside;
}
.num-list li {
	margin-bottom: 1em;
}
.num-list li .ttl {
	font-weight: 500;
}
.num-list li p:not([class]) {
	padding-left: 1em;
}
.list-box ~ .ir-button-db {
	margin-top: 90px;
}
.ir-button-db ~ .disagree {
	text-align: center;
	margin: 40px 0 0;
}
.ir-button-db ~ .disagree a {
	color: #7A8FAF;
	text-decoration: none;
	transition: all .3s;
}
.ir-button-db ~ .disagree a:hover {
	opacity: .8;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.contact .list-box {
		box-sizing: border-box;
		padding: 20px;
		margin-bottom: 40px;
		background: #F5F7F8;
	}
}


/* IR  /support/news/ */

.category-menu {
	margin: 0 auto 50px;
	text-align: center;
}
.category-menu ul {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 3px 6px;
}
.category-menu ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFF;
	padding: 3px 10px;
	border-radius: 3px;
}
.category-menu ul li.c-all a {
	color: #FFF;
	background: #22304F;
}
.category-menu ul li.c01 a {
	color: #785DE6;
	background: #FAF8FF;
}
.category-menu ul li.c02 a {
	color: #17B7BE;
	background: #F5FBFC;
}
.category-menu ul li.c03 a {
	color: #4049B9;
	background: #F2F3FD;
}
.category-menu ul li.c04 a {
	color: #40B97D;
	background: #EFF8F4;
}
.category-menu ul li.c05 a {
	color: #3A81F3;
	background: #F4F8FF;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.category-menu ul {
		justify-content: flex-start;
	}
	.category-menu ul li {
		width: calc(33.33% - 6px);
	}
}


/* IR  /xxx/xxxx/ */


.ir-table-01 {
	position: relative;
}
.ir-table-01 th,
.ir-table-01 td {
	box-sizing: border-box;
	padding: 20px 20px 20px;
}
.ir-table-01 th {
	width: 25%;
	position: relative;
	vertical-align: top;
	border-bottom: solid 1px #D5E5FF;
	border-right: solid 1px #D5E5FF;
}
.ir-table-01 th:before {
	width: 100%;
	height: calc(100% - 2px);
	background: #F5F7F8;
	left: 0;
	bottom: 1px;
	z-index: -1;
}
.ir-table-01 td {
	width: 75%;
	position: relative;
	border-bottom: solid 1px #D5E5FF;
}
.ir-table-02 {
	position: relative;
	width: 100%;
}
.ir-table-02 th,
.ir-table-02 td {
	box-sizing: border-box;
	padding: 10px 5px 10px;
}
.ir-table-02 th {
	position: relative;
	vertical-align: top;
	border-bottom: solid 1px #D5E5FF;
	border-right: solid 1px #D5E5FF;
	color:  var(--main-blue);
	text-align: center;
}
.ir-table-02 th:nth-of-type(1) {
	width: 60%;
}
.ir-table-02 th:nth-of-type(2),
.ir-table-02 th:nth-of-type(3) {
	width: 20%;
}

.ir-table-02 th:last-of-type {
	border-right: none;
}
.ir-table-02 th:before {
	width: 100%;
	height: calc(100% - 2px);
	background: #F5F7F8;
	left: 0;
	bottom: 1px;
	z-index: -1;
}
.ir-table-02 td {
	position: relative;
	padding: 10px 15px;
	border-bottom: solid 1px #D5E5FF;
	border-right: solid 1px #D5E5FF;
}
.ir-table-02 td:nth-of-type(2),
.ir-table-02 td:nth-of-type(3) {
	text-align: center;
}
.ir-table-02 td:last-of-type {
	border-right: none;
}
.article-date {
	position: absolute;
	right: 0;
	top: 0;
}
.article-note {
	text-align: right;
}
.stock.basic .data {
	width: 100%;
	max-width: 800px;
	margin: 50px auto 0;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 480px) {
	.ir-table-01 {
		min-width: 400px;
	}
	.article-date {
		position: relative;
		right: 0;
		top: -30px;
		font-size: 12px;
	}
	.article-note {
		text-align: left;
	}
	.stock.basic .data {
		min-width: 400px;
		margin: 30px auto 30px;
	}

}


/* IR  /highlight/ */
.hl-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 104%;
	position: relative;
	left: -2%;
}
.hl-list > li {
	width: 45%;
	margin: 0 2.5% 50px;
}
.graph > p {
	color: var(--main-blue);
	text-align: right;
}
.check-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 280px;
	margin: 10px auto;
}
.check-list li {
	width: 24%;
	font-size: 16px;
}
.q-check {
	accent-color: #7A8FAF;
}
.ir-table-03 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.ir-table-03 th,
.ir-table-03 td {
	box-sizing: border-box;
	padding: 5px 3px 5px;
}
.ir-table-03 th {
	position: relative;
	border-bottom: solid 1px #D5E5FF;
	border-right: solid 1px #D5E5FF;
	color:  var(--main-blue);
	text-align: center;
}
.ir-table-03 th:last-of-type {
	border-right: none;
}
.ir-table-03 th:before {
	width: 100%;
	height: calc(100% - 2px);
	background: #F5F7F8;
	left: 0;
	bottom: 1px;
	z-index: -1;
}
.ir-table-03 td {
	position: relative;
	text-align: center;
	border-bottom: solid 1px #D5E5FF;
	border-right: solid 1px #D5E5FF;
}
.ir-table-03 td:last-of-type {
	border-right: none;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 767px) {
	.hl-list > li {
		width: 100%;
		margin: 0 0% 50px;
	}
}

/* IR  /xxx/xxxx/ */
.en .ir-content {
	position: relative;
	padding: 100px 0 0;
}

.en .top-lang-menu {
	top: 0;
}
.en .bnr-txt p {
	font-size: 14px;
}
.en-content {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.en-top .en-content {
	padding: 100px 0 0;
}
.en-content .bnr-txt {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	background: #FFF;
	width: 80%;
	max-width: 450px;
	box-sizing: border-box;
	padding: 12px 20px 12px;
	z-index: 2;
}
.en-content .bnr-txt:after {
	width: 48px;
	height: 1px;
	background: var(--main-blue);
	right: 15px;
	bottom: 15px;
}
.large-bnr {
	position: relative;
	margin-bottom: 30px;
}
.split-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.split-bnr li {
	width: 48%;
	position: relative;
}
.en-calender {
	background: #F5F7F8;
	box-sizing: border-box;
	padding: 30px;
	margin: 50px 0 0
}
.en-calender ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 20px auto;
}
.en-calender ul li {
	width: 49%;
}


.en-message .main-visual {
	width: 100%;
	margin: 0 auto 0px;
	max-width: 1440px;
}
.en-message .ceo {
	padding: 40px 90px 140px 0;
	text-align: right;
	position: relative;
}
.en-message .ceo:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 40px;
	background: url("/assets/img/ir-img/strategy_img/ceo_sign.svg") no-repeat center center;
	right: 0;
	top: calc(50% - 20px);
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 767px) {
	.split-bnr li {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.en-calender ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.large-bnr .bg img {
		object-fit: cover;
		min-height: 220px;
	}
}

