@charset "UTF-8";
/*-------------------------------------------

override

-------------------------------------------*/
/* /integrated_report/common/css/base.css */
body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
}
header .reportNav {
	margin-bottom: 0;
}
header .reportNav nav>ul>li a:hover {
	border-bottom: none;
}
footer[role="contentinfo"] .enFooterInfo .resonaGroupInfo dt img{
	max-width: 186px;
}
@media (max-width: 896px) {
	header {
		border-bottom: 1px solid #ddd;
	}
	header .headerTop {
		padding: 0;
	}
	header .headerTop .logo{
		width: 262.95px;
		margin-bottom: 0;
		padding: 17px 0 10px 13px;
	}
	header .headerTop .logo img {
		width: 262.95px;
		height: 49.48px;
		margin-bottom: 0;
		vertical-align: bottom;
	}
	header .headerTop h1 {
		padding: 10px;
		color: #000;
		font-size: 16px;
		line-height: 1;
		text-align: center;
	}
	header .btn_menu,
	header .btn_close {
		appearance: none;
		width: 36px;
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
	}
	header .btn_menu img,
	header .btn_close img {
		pointer-events: none;
	}
	header .reportNav {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		background: #f0fff7;
	}
	header .reportNav nav {
		margin: 80px 25px;
	}
	header .reportNav nav > ul > li {
		position: relative;
		padding-left: 20px;
	}
	header .reportNav nav > ul > li:before {
		position: absolute;
		top: 8px;
		left: 0;
	}
	header .reportNav .btn_close {
		right: 20px;
		width: 40px;
		height: 46px;
		text-indent: 0;
	}
	header .reportNav .btn_close::before,
	header .reportNav .btn_close::after {
		display: none;
	}
}
@media (min-width: 897px) and (max-width: 1260px) {
	header .headerTop .logo {
		padding-left: 20px;
	}
	header .headerTop h1 {
		padding-right: 20px;
	}
}
@media (min-width: 897px) {
	body {
		min-width: 1300px;
		font-size: 16px;
	}
	header .headerTop {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		min-height: 66px;
		max-width: 1200px;
		margin: 0 auto 7px auto;
		padding: 7px 0 0 0;
	}
	header .headerTop .logo {
			height: 44px;
			position: relative;
			top: -3px;
			left: 2px;
	}
	header .headerTop .logo img {
		width: auto;
		height: 49.49px;
	}
	header .headerTop h1 {
		color: #000;
		font-size: 18px;
		font-weight: bold;
		margin-left: auto;
	}
	header .reportNav {
		display: block !important;
		height: 56px !important;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background: #fff;
	}
	header .reportNav nav {
		width:100%;
		max-width: 1200px;
		padding-left: 0;
	}
	header .reportNav nav>ul {
		display: flex;
	}
	header .reportNav nav>ul>li {
		display: block;
		margin-right: 0;
	}
	header .reportNav nav>ul>li a {
		display: flex;
		align-items: center;
		width: auto;
		height: 36px;
		color: #000;
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
		padding: 10px 30px;
		text-align: center;
		background: #fff;
		transition: background .2s;
		border-right: 1px solid #ddd;
		position:relative;
	}
	header .reportNav nav>ul>li:first-child a {
		padding-left: 40px;
		padding-right: 40px;
		border-left: 1px solid #ddd;
	}
	header .reportNav nav>ul>li.current {
		border-bottom: none;
	}
	header .reportNav nav>ul>li.current a {
		background: #e2f3eb;
		color: #000;
		transition: background .2s;
	}
	header .reportNav nav>ul>li a:hover {
		background: #fff;
		color: #008756;
		text-decoration:underline;
	}
	header .reportNav nav>ul>li.current a:hover {
		background: #e2f3eb;
		color: #000;
	}
	footer .footerInfo {
		font-size: 18px;
	}
}

/* ページ内リンク */
.anchor {
	box-sizing: border-box;
	width: 100%;
}
.anchor li a {
	box-sizing: border-box;
	width: 100%;
	color: inherit;
}
.anchor li a span {
	font-size: 16px;
	line-height: 1.5;
}
@media (min-width: 897px) {
	.anchor {
		justify-content: flex-start;
	}
	.anchor li {
		box-sizing: border-box;
		flex-basis: calc(50% - 4px);
		max-width: calc(50% - 4px);
		width: auto;
		height: auto;
		margin-bottom: 8px;
		margin-left: 6px;
		padding: 0;
	}
	.anchor li:nth-of-type(odd) {
		margin-left: 0;
	}
	.anchor li a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 20px 30px;
	}
	.anchor li a span {
		width: 410px;
		font-size: 16px;
	}
}

/*-------------------------------------------

common

-------------------------------------------*/
.pageTop {
		display: none;
}
.wrap {
	width: calc(100% - 40px);
	margin: 0 auto;
}
.pageTitle {
	margin: 30px 0 20px;
}
.pageTitleText {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
.mv {
	/* overflow: hidden; */
  position: relative;
	width: 100%;
}
.mv img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.article img {
	max-width: 100%;
	height: auto;
}

/* 本文エリア */
.article {
	padding-bottom: 80px;
	line-height: 1.6666;
}
.sectionLv1 {
	margin-top: 60px;
}
.sectionLv2 {
	margin-top: 40px;
}
.headingLv1 {
	margin: 1em 0 20px 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
}
.headingLv2 {
	margin: 1em 0 20px 0;
	font-size: 21px;
	font-weight: bold;
}
.headingLv1 + .sectionLv1,
.headingLv1 + .sectionLv2,
.headingLv1 + .imageBlock {
	margin-top: 0;
}
.headingLv1 + .imageBlock {
	padding-top: 0.25em;
}
.textBlock p {
	margin-bottom: 0.625em;
}
.textBlock .textBlockFloatImage img {
	width: 100%;
}
.imageBlock {
	margin: 30px 0;
}
.figure {
	margin-bottom: 20px;
}
.figure .figureTitle {
	font-weight: bold;
}
.figure .figureTitle:first-child {
	margin-bottom: 15px;
}
.figure .figureTitle:last-child {
	margin-top: 15px;
}
.noteList {
	list-style: none;
	font-size: 14px;
	line-height: 1.5;
}
.noteList li {
	margin-bottom: 5px;
	padding-left: 2em;
	text-indent: -2em;
}
.noteList li.noteList1em {
	padding-left: 0.75em;
	text-indent: -0.75em;
}
.columns .col {
  margin-bottom: 30px;
}
@media (min-width: 897px) {
  .columns {
    display: flex;
    justify-content: space-between;
    margin-right: -20px;
    margin-left: -20px;
  }
  .columns .col {
    flex: 1;
    margin-bottom: 0;
    padding: 0 20px;
  }
}

/* ページ下部ナビゲーション */
.localNav {
	padding: 50px 0;
	background: #eaebeb;
}
.localNav .localNavItem {
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
.localNav .localNavItem img {
	width: 100%;
	height: auto;
}
.localNav .localNavItemBody {
	padding: 20px 30px 30px;
	background: #fff;
}
.localNav .localNavItemBody .btn1 {
	display: flex;
	margin-top: 10px;
	margin-left: auto;
}
.localNav .localNavItemTitle {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.link-pdf::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 20px;
	margin-right: 5px;
  background: url('/integrated_report/common/images/ico_pdf.svg') no-repeat center center;
  background-size: 18px;
}

/* ボタン */
.btn1 {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	width: 300px;
	height: 60px;
	padding: 0 30px;
	box-shadow: 0 8px 2px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: #008756;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
}
.btn1::after {
	display: block;
	position: relative;
	right: 0;
	width: 29px;
	height: 5px;
	margin-left: auto;
	margin-right: -10px;
	background: url('/integrated_report/jp/2024/images/common/ico_arrow01_w.svg') no-repeat center center;
	transition: right 0.3s;
	content: '';
}
.btn1:hover {
	background-color: #006240;
}
.btn1:hover::after {
	right: -5px;
}
.btn1.btnSmall {
	width: 200px;
	height: 40px;
	border-radius: 4px;
	padding: 0 20px;
	font-size: 16px;
}
.btn1.btnSmall::after {
	margin-right: -5px;
}
.btn2 {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-width: 300px;
	height: 60px;
	padding: 0 20px;
	box-shadow: 0 8px 2px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border: 1px solid #d3d3d3;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.btn2::before {
	display: block;
	width: 8px;
	height: 12px;
	margin-right: 12px;
	background: url('/integrated_report/jp/2024/images/common/ico_arrow02.svg') no-repeat center center;
	content: '';
}
.btn2.ico_pdf::after {
	margin-left: auto;
	background-repeat: no-repeat;
	background-size: contain;
}
.btn2.ico_pdf > span {
	padding-right: 10px;
}
@media (max-width: 640px) {
	.textBlock .textBlockFloatImage {
		margin: 20px 0;
	}
}
@media (min-width: 641px) {
	.textBlock .textBlockFloatImage {
		float: right;
		width: 300px;
		margin-bottom: 20px;
		margin-left: 30px;
	}
}
@media (max-width: 898px) {
	.localNav .localNavItem {
		max-width: 440px;
		margin: 0 auto 20px;
	}
	.pcOnly {
		display: none;
	}
}
@media (min-width: 897px) {
	.article {
		font-size: 18px;
	}
	.wrap {
		max-width: 1200px;
	}
	.wrapInner {
		max-width: 1000px;
		margin: 0 auto;
	}
	.pageTitle {
		margin: 40px 0 20px;
	}
	.pageTitleText {
		font-size: 36px;
	}
	.sectionLv1 {
		margin-top: 70px;
	}
	.sectionLv2 {
		margin-top: 50px;
	}
	.headingLv1 {
		font-size: 32px;
	}
	.headingLv2 {
		font-size: 28px;
	}
	.textBlock .textBlockFloatImage {
		width: 440px;
		margin-left: 40px;
	}
	.imageBlock {
		margin: 50px 0;
	}
	.localNav {
		padding: 80px 0;
	}
	.localNav .wrap {
		display: flex;
		justify-content: space-between;
	}
	.localNav .localNavItem {
		width: 48%;
	}
	.btn1 {
		font-size: 18px;
	}
	.noteList {
		font-size: 16px;
	}
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: block;
	}
}

/* Utilities */
.font-smaller {
	font-size: 75%;
}
.text-center {
	text-align: center;
}
.clear {
	clear: both;
}
