@charset "UTF-8";
/*----------------------------------------

	- common setting
	- mv
	- content
	- pageAnchor
	- sec01
	+ sec02
		- procedures
		- about
		- dividends
		- composition
		- major
		- memo

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

/*----------------------------------------
	common setting
-----------------------------------------*/
a.blank::after {
	width: 18px;
	height: 14px;
	margin: -2px 0 -1px 10px;
	box-sizing: border-box;
}

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 56px 0 96px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 36px 0 66px;
	}
}

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#content > #pageAnchor {
	margin-bottom: 96px;
}
#pageAnchor > ul {
	display: flex;
	flex-wrap: wrap;
}
#pageAnchor > ul > li {
	margin-right: 32px;
}
#pageAnchor > ul > li > a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor > ul > li > a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: -1px;
	width: 10px;
	height: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	transform-origin: top right;
	transform: rotate(45deg);
	pointer-events: none;
	transition: 0.1s ease-out;
}
#pageAnchor > ul > li > a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content > #pageAnchor {
		margin-bottom: 66px;
	}
	#pageAnchor > ul {
		width: 260px;
		flex-wrap: wrap;
	}
	#pageAnchor > ul > li {
		margin-right: 0;
	}
	#pageAnchor > ul > li:first-child {
		width: 100%;
	}
	#pageAnchor > ul > li:nth-child(n+2) {
		margin-top: 6px;
	}
	#pageAnchor > ul > li:nth-child(2n+3) {
		margin-left: 30px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 > table {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#sec01 > table > tbody > tr > th,
#sec01 > table > tbody > tr > td {
	padding: 16px 20px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	vertical-align: top;
}
#sec01 > table > tbody > tr > th {
	width: 280px;
	background: #fafafa;
}
#sec01 > table > tbody > tr > td {
	width: 840px;
	background: #fff;
}
#sec01 > p {
	margin-top: 16px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#sec01 > table > tbody > tr > th,
	#sec01 > table > tbody > tr > td {
		padding: 11px 14px;
	}
	#sec01 > table > tbody > tr > th {
		width: 168px;
	}
	#sec01 > table > tbody > tr > td {
		width: 168px;
	}
	#sec01 > p {
		margin-top: 10px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
.sec02 > .title {
	margin: 56px 0 36px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}
.sec02 .graph > div {
	width: 85%;
	height: 400px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec02 > .title {
		margin: 36px 0 26px;
	}
	.sec02 .graph > div {
		width: 100%;
	}
}
/*----------------------------------------
	procedures
-----------------------------------------*/
#procedures > div:first-of-type {
	margin-top: 51px;
}
#procedures > div:nth-of-type(2) {
	margin-top: 47px;
}
#procedures > div:nth-of-type(3) {
	margin-top: 48px;
}
#procedures > div > .title {
	margin-bottom: 8px;
	color: #000;
}
#procedures > div:first-of-type > .title {
	margin-bottom: 6px;
}
#procedures > div:first-of-type > p:nth-of-type(2) {
	margin: 2px 0 0 8px;
	color: #000;
}
#procedures > div:first-of-type > p.tel a {
	pointer-events: none;
}
#procedures > div:nth-of-type(2) > p:last-child {
	margin-top: 17px;
}
#procedures > div:nth-of-type(2) > p:last-child > a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#procedures > div > dl {
	max-width: 800px;
	margin-top: 34px;
	padding: 34px 40px;
	box-sizing: border-box;
	background: #e5f2ff;
}
#procedures > div > dl > dt:first-of-type {
	color: #000;
}
#procedures > div > dl > dd:first-of-type {
	margin-top: 13px;
}
#procedures > div > dl > dd:first-of-type > a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#procedures > div > dl > dt:nth-of-type(n+2) {
	margin-top: 29px;
}
@media screen and (max-width: 767px) {
	#procedures > div:first-of-type {
		margin-top: 32px;
	}
	#procedures > div:first-of-type > p.tel a {
		pointer-events: auto;
	}
	#procedures > div:nth-of-type(2) {
		margin-top: 32px;
	}
	#procedures > div:nth-of-type(2) > p:last-child {
		margin-top: 12px;
	}
	#procedures > div:nth-of-type(3) {
		margin-top: 32px;
	}
	#procedures > div > .title {
		margin-bottom: 4px;
	}
	#procedures > div > dl {
		margin-top: 26px;
		padding: 24px 14px;
	}
	#procedures > div > dl > dd:first-of-type {
		margin-top: 8px;
		line-height: 1.75;
	}
	#procedures > div > dl > dt:nth-of-type(n+2) {
		margin-top: 20px;
	}
}

/*----------------------------------------
	about
-----------------------------------------*/
#about > .title {
	margin: 60px 0 34px;
	letter-spacing: 0.04em;
}
#about > div > .title {
	margin-bottom: 8px;
	color: #000;
}
@media screen and (max-width: 767px) {
	#about > .title {
		margin: 40px 0 22px;
	}
}

/*----------------------------------------
	dividends
-----------------------------------------*/
#dividends > .title {
	margin: 53px 0 40px;
}
#dividends .tableWrapper table {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#dividends .tableWrapper table tr > th,
#dividends .tableWrapper table tr > td {
	padding: 14px 20px;
	box-sizing: border-box;
}
#dividends .tableWrapper table > thead > tr > th {
	background: #62b1d9;
	text-align: center;
}
#dividends .tableWrapper table > thead > tr > th:first-child {
	width: 209px;
}
#dividends .tableWrapper table > thead > tr > th:nth-child(n+2) {
	width: 150px;
	border-left: 1px solid #ddd;
}
#dividends .tableWrapper table > thead > tr > th:nth-child(4) {
	width: 159px;
}
#dividends .tableWrapper table > tbody > tr > th,
#dividends .tableWrapper table > tbody > tr > td {
	vertical-align: top;
}
#dividends .tableWrapper table > tbody > tr > th {
	padding: 13px 19px 15px;
	background: #fafafa;
}
#dividends .tableWrapper table > tbody > tr > td {
	padding: 16px 20px;
	background: #fff;
	text-align: center;
}
#dividends .tableWrapper table > tbody > tr > td:nth-child(n+2) {
	border-left: 1px solid #ddd;
}
#dividends > p {
	margin-top: 13px;
}
@media screen and (max-width: 767px) {
	#dividends > .title {
		margin: 36px 0 30px;
	}
	#dividends .tableWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
	}
	#dividends .tableWrapper > div {
		display: inline-block;
		padding: 0 20px;
	}
	#dividends .tableWrapper table {
		width: 706px;
	}
	#dividends .tableWrapper table tr > th,
	#dividends .tableWrapper table tr > td {
		padding: 8px 14px;
	}
	#dividends .tableWrapper table > thead > tr > th:first-child {
		width: 130px;
	}
	#dividends .tableWrapper table > thead > tr > th:nth-child(n+2) {
		width: 91px;
	}
	#dividends .tableWrapper table > thead > tr > th:nth-child(2) {
		width: 121px;
	}
	#dividends .tableWrapper table > thead > tr > th:nth-child(4) {
		width: 91px;
	}
	#dividends .tableWrapper table > tbody > tr > th {
		padding: 8px 14px;
	}
	#dividends .tableWrapper table > tbody > tr > td {
		padding: 8px 14px;
		text-align: right;
	}
	#dividends .touchCover {
		background-position: center;
	}
	#dividends > p {
		line-height: 1.5;
	}
}

/*----------------------------------------
	composition
-----------------------------------------*/
#composition > .title {
	margin: 55px 0 40px;
}
#composition .tableWrapper table {
	width: 100%;
}
#composition .tableWrapper table tr > th,
#composition .tableWrapper table tr > td {
	padding: 16px 20px;
	box-sizing: border-box;
}
#composition .tableWrapper table > thead > tr > th {
	background: #62b1d9;
	text-align: center;
}
#composition .tableWrapper table > thead > tr > th:first-child {
	width: 319px;
}
#composition .tableWrapper table > thead > tr > th:nth-child(n+2) {
	width: 160px;
	border-left: 1px solid #ddd;
}
#composition .tableWrapper table > tbody > tr > th,
#composition .tableWrapper table > tbody > tr > td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
#composition .tableWrapper table > tbody > tr > th {
	background: #fafafa;
}
#composition .tableWrapper table > tbody > tr > td {
	background: #fff;
	text-align: right;
}
#composition .tableWrapper table > tbody > tr > td:nth-child(n+2) {
	border-left: 1px solid #ddd;
}
#composition > p {
	margin: 16px -0.5em 0 0;
	text-align: right;
}
#composition > div > .title {
	margin: 51px 85px 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	#composition > .title {
		margin: 36px 0 30px;
	}
	#composition .tableWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
	}
	#composition .tableWrapper > div {
		display: inline-block;
		padding: 0 20px;
	}
	#composition .tableWrapper table {
		width: 585px;
	}
	#composition .tableWrapper table tr > th,
	#composition .tableWrapper table tr > td {
		padding: 12px 14px 11px;
	}
	#composition .tableWrapper table > thead > tr > th:first-child {
		width: 130px;
	}
	#composition .tableWrapper table > thead > tr > th:nth-child(n+2) {
		width: 91px;
	}
	#composition > p {
		margin-top: 10px;
	}
	#composition > div > .title {
		margin: 22px 0 11px;
	}
}

/*----------------------------------------
	major
-----------------------------------------*/
#major > .title {
	margin: 60px 0 40px;
}
#major .tableWrapper table {
	width: 100%;
}
#major .tableWrapper table tr > th,
#major .tableWrapper table tr > td {
	padding: 16px 20px;
	box-sizing: border-box;
}
#major .tableWrapper table > thead > tr > th {
	background: #62b1d9;
	text-align: center;
}
#major .tableWrapper table > thead > tr > th:first-child {
	width: 480px;
}
#major .tableWrapper table > thead > tr > th:nth-child(n+2) {
	width: 320px;
	border-left: 1px solid #ddd;
}
#major .tableWrapper table > tbody > tr > th,
#major .tableWrapper table > tbody > tr > td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
#major .tableWrapper table > tbody > tr > th {
	background: #fafafa;
}
#major .tableWrapper table > tbody > tr:nth-child(4) > th,
#major .tableWrapper table > tbody > tr:nth-child(5) > th,
#major .tableWrapper table > tbody > tr:nth-child(10) > th {
	padding: 14px 20px;
}
#major .tableWrapper table > tbody > tr > td {
	background: #fff;
	text-align: right;
}
#major .tableWrapper table > tbody > tr > td:nth-child(n+2) {
	border-left: 1px solid #ddd;
}
#major > p {
	margin: 16px -0.5em 0 0;
	text-align: right;
}
#major > ul {
	position: relative;
	margin-top: 10px;
}
#major > ul::before {
	content: "\FF08 \6ce8 \FF09";
	position: absolute;
	top: 0;
	left: 0;
}
#major > ul > li {
	margin-left: 3em;
}
@media screen and (max-width: 767px) {
	#major > .title {
		margin: 40px 0 30px;
	}
	#major .tableWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
	}
	#major .tableWrapper > div {
		display: inline-block;
		padding: 0 20px;
	}
	#major .tableWrapper table {
		width: 402px;
	}
	#major .tableWrapper table tr > th,
	#major .tableWrapper table tr > td {
		padding: 12px 16px 11px;
		line-height: 1.5;
	}
	#major .tableWrapper table > thead > tr > th:first-child {
		width: 180px;
	}
	#major .tableWrapper table > thead > tr > th:nth-child(n+2) {
		width: 111px;
	}
	#major .tableWrapper table > tbody > tr:nth-child(4) > th,
	#major .tableWrapper table > tbody > tr:nth-child(5) > th,
	#major .tableWrapper table > tbody > tr:nth-child(10) > th {
		padding: 12px 16px 11px;
	}
	#major > p {
		margin-top: 12px;
	}
}

/*----------------------------------------
	memo
-----------------------------------------*/
#memo > .title {
	margin: 53px 0 40px;
}
#memo > table {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#memo > table > tbody > tr > th,
#memo > table > tbody > tr > td {
	padding: 16px 20px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	vertical-align: top;
}
#memo > table > tbody > tr > th {
	width: 360px;
	background: #fafafa;
}
#memo > table > tbody > tr:nth-child(7) > th {
	padding: 12px 20px;
}
#memo > table > tbody > tr > td {
	width: 760px;
	padding: 14px 22px;
	background: #fff;
}
#memo > table > tbody > tr:nth-child(2) > td,
#memo > table > tbody > tr:nth-child(9) > td {
	padding: 14px 22px;
}
#memo > table > tbody > tr:nth-child(7) > td {
	padding: 12px 18px 14px 22px;
}
#memo > table > tbody > tr:nth-child(7) > td > p:nth-child(2) {
	margin: 8px 0 6px;
}
#memo > table > tbody > tr > td a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#memo > dl {
	margin-top: 16px;
}
@media screen and (max-width: 767px) {
	#memo > .title {
		margin: 36px 0 30px;
	}
	#memo > table > tbody > tr > th,
	#memo > table > tbody > tr > td {
		padding: 11px 15px;
	}
	#memo > table > tbody > tr > th {
		min-width: 168px;
		width: 50%;
	}
	#memo > table > tbody > tr > td {
		min-width: 168px;
		width: 50%;
		padding: 11px 15px;
		line-height: 1.5;
		word-break: break-all;
	}
	#memo > table > tbody > tr:nth-child(2) > td,
	#memo > table > tbody > tr:nth-child(9) > td {
		padding: 11px 15px;
	}
	#memo > table > tbody > tr:nth-child(7) > td {
		padding: 11px 15px;
	}
	#memo > dl {
		margin-top: 12px;
	}
}