@charset 'utf-8';

.section-ownership-lead {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}
.section-ownership-lead p {
	line-height: 2;
}
.section-ownership-lead p a {
	color: #e80000;
	text-decoration: underline;
}
.section-ownership-lead ol {
	margin-top: 10px;
	list-style: inside decimal;
	font-weight: bold;
}
.section-ownership-lead ol li + li {
	margin-top: 12px;
}
.section-ownership-lead ol li a {
	color: #e80000;
	font-weight: normal;
	text-decoration: underline;
}
.section-ownership-lead strong {
	color: #e80000;
	text-decoration: underline;
}
.section-ownership {
	box-sizing: border-box;
	padding: 70px 0 0;
	margin: 0 auto;
}
.section-ownership h3 {
	font-size: 25px;
	line-height: 4;
	padding: 0;
	margin: 0 0 30px;
}
.section-ownership-lead .note {
	background: #fbeded;
	border: 1px solid #e80000;
	padding: 30px 20px 30px 30px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.section-ownership-lead .container,
.section-ownership .container {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
}
.section-ownership .container + .container {
	padding-top: 40px;
}
.section-ownership p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}
.section-ownership table {
	font-size: 16px;
	width: 100%;
}
.section-ownership th {
	background: #e4e4e4;
	font-size: 18px;
	line-height: 50px;
	width: 50%;
	text-align: center;
}
.section-ownership td {
	background: #f1f1f1;
	font-size: 16px;
	line-height: 1.6;
	padding: 30px 20px 30px 30px;
	padding-left: 55px;
}
.section-ownership th,
.section-ownership td {
	border: 2px solid #fff;
}
.section-ownership td .head-l1 {
	font-weight: bold;
	text-indent: -41px;
}
.section-ownership td .head-l1 > span {
	color: #e80000;
}
.section-ownership td p {
	margin-top: 10px;
}
.section-ownership td .notes {
	padding-left: 1em;
	text-indent: -1em;
}
.section-ownership td p.download a {
	text-decoration: underline;
}
.section-ownership td p.download a:hover {
	text-decoration: none;
}
.section-ownership td p.download a,
.section-ownership td p strong {
	color: #e80000;
	font-weight: normal;
}
.section-ownership td ol.inner-list {
	margin-top: 10px;
}
.section-ownership td .inner-list li {
	padding-left: 30px;
}
.section-ownership td .inner-list li + li {
	margin-top: 10px;
}
.section-ownership td .inner-list .head-l2 {
	text-indent: -41px;
}
.section-ownership td ul.inner-list li {
	padding-left: 1em;
}
.section-ownership td ul.inner-list li::before {
	content: "・";
}
.section-ownership td .inner-list li .notes {
	margin-top: 0;
}
.section-ownership .action .btn {
	width: 580px;
}
.section-ownership#others .container {
	padding-left: 40px;
}
.section-ownership#others .notes {
	text-indent: -20px;
}
.section-ownership#others ul {
	margin: 10px 0 0 20px;
	padding: 0;
	font-weight: bold;
	list-style: outside;
}
.section-ownership#others ul li {
	font-size: 16px;
}
.section-ownership#others ul + p {
	margin-top: 15px;
}
.section-ownership#others .action {
	margin-top: 40px;
}
.section-ownership#address dl {
	width: 80%;
	margin: 0 auto;
}
.section-ownership#address dl.address {
	font-size: 20px;
}
.section-ownership#address dl.address dt {
	margin-bottom: 10px;
}
.section-ownership#address dl.address dd {
	display: inline-block;
}
.section-ownership#address dl.address dd + dd {
	margin-left: 20px;
}
.section-ownership#address dl.contact {
	margin-top: 10px;
	font-size: 16px;
}
.section-ownership#address dl.contact dt,
.section-ownership#address dl.contact dd {
	display: inline-block;
	font-size: inherit;
}
.section-ownership#address dl.contact dt + dd {
	margin-left: 10px;
}
.section-ownership#address dl.contact dd + dt,
.section-ownership#address dl.contact dd + dd {
	margin-left: 15px;
}
.section-ownership#residual {
	padding-bottom: 60px;
}
.section-ownership#residual .action {
	margin-top: 40px;
}
.section-ownership#residual .action .btn {
	width: 580px;
}
.flow-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.flow-list li {
	position: relative;
	padding: 30px;
	margin-top: 50px;
	background: #f1f1f1;
}
/* 最後以外に矢印表示 */
.flow-list li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 25px solid #680021;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.flow-num {
	display: inline-flex;
	width: 28px;
	height: 28px;
	background: #680021;
	color: #fff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	margin-bottom: 10px;
}
.flow-text {
	font-weight: 700;
	font-size: 16px;
}
.flow-desc {
	font-size: 16px;
}

@media screen and (max-width: 1280px) {
	.section-ownership-lead {
		padding: 30px;
	}
	.section-ownership .container {
		width: 100%;
		padding: 20px 20px 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.section-ownership-lead {
		padding: 0;
		font-size: 25px;
	}
	.section-ownership-lead ol {
		margin: 30px 0 0 30px;
		list-style: outside decimal;
	}
	.section-ownership-lead ol li + li {
		margin-top: 20px;
	}
	.section-ownership-lead .container {
		padding: 30px;
		width: 100%;
	}
	.section-ownership-lead p {
		line-height: 1.6;
	}
	.section-ownership-lead .note {
		padding: 20px 15px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.section-ownership {
		width: 100%;
	}
	.section-ownership .container {
		padding: 30px;
	}
	.section-ownership .container + .container {
		padding-top: 30px;
	}
	.section-ownership h2 {
		font-size: 25px;
		font-weight: bold;
	}
	.section-ownership h3 {
		font-size: 42px;
		line-height: 135px;
	}
	.section-ownership table {
		font-size: 18px;
		max-height: 100%;
	}
	.section-ownership th {
		font-size: 20px;
	}
	.section-ownership td {
		padding: 15px 15px 15px 45px;
	}
	.section-ownership .action .btn {
		margin: 0 auto;
		width: 630px;
		padding: 20px 120px;
		font-size: 25px;
		line-height: 1.6;
	}
	.section-ownership .action .btn-arrow-right:after {
		top: 36px;
		font-size: 30px;
	}
	.section-ownership#others .container {
		padding: 30px 60px;
	}
	.section-ownership#others p,
	.section-ownership#others ul li {
		font-size: 25px;
	}
	.section-ownership#others .notes {
		text-indent: -25px;
	}
	.section-ownership#address dl {
		width: 100%;
		font-size: auto;
	}
	.section-ownership#address dl.address dt,
	.section-ownership#address dl.address dd {
		font-size: 25px;
	}
	.section-ownership#address dl.address dt + dd {
		display: block;
	}
	.section-ownership#address dl.address dd + dd {
		margin-left: 0;
	}
	.section-ownership#address dl.address dd:last-child,
	.section-ownership#address dl.address dd:nth-last-child(2) {
		margin-left: 20px;
	}
	.section-ownership#address dl.contact {
		margin-top: 30px;
		font-size: 22px;
	}
	.section-ownership#address dl.contact .hours {
		margin-left: 0;
	}
	.section-ownership#address p {
		font-size: 25px;
	}
	.section-ownership#residual .action .btn {
		margin: 0 auto;
		width: 630px;
		padding: 20px 120px;
		font-size: 25px;
		line-height: 1.6;
	}
	.section-ownership#residual .action .btn-arrow-right:after {
		font-size: 30px;
	}
	.section-ownership#residual p {
		font-size: 25px;
	}
	.flow-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.flow-list li {
		position: relative;
		padding: 30px;
		margin-top: 50px;
	}
	.flow-num {
		width: 35px;
		height: 35px;
		margin-right: 25px;
		margin-bottom: 15px;
		font-size: 22px;
	}
	.flow-text {
		font-size: 25px;
	}
	.flow-desc {
		font-size: 25px;
	}
}