@charset "UTF-8";
.l-under {
	padding-top: 8.9rem;
}
@media screen and (max-width: 767px) {
	.l-under {
		padding-top: 9.0666666667vw;
	}
}

.p-stock .c-page-list + .p-stock__ttl {
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	.p-stock .c-page-list + .p-stock__ttl {
		margin-top: 16vw;
	}
}
.p-stock__ttl {
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.4666666667;
	margin-top: 8rem;
	padding-bottom: 1.9rem;
	border-bottom: 0.1rem solid #E7E0D4;
}
@media screen and (max-width: 767px) {
	.p-stock__ttl {
		font-size: 6.4vw;
		line-height: 1.5;
		margin-top: 16vw;
		padding-bottom: 3.7333333333vw;
		border-bottom-width: 0.2666666667vw;
	}
}
.p-stock__table {
	margin-top: 4rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-stock__table {
		margin-top: 10.6666666667vw;
	}
}
.p-stock__table.-type01 .p-stock__table__th {
	font-weight: 700;
	width: 25rem;
	background: #FBF9F6;
}
@media screen and (max-width: 767px) {
	.p-stock__table.-type01 .p-stock__table__th {
		width: 22.6666666667vw;
	}
}
.p-stock__table.-type02 thead .p-stock__table__th {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-stock__table.-type02 thead .p-stock__table__th:nth-of-type(n+2) {
		text-align: center;
	}
}
.p-stock__table.-type02 tbody .p-stock__table__th {
	font-weight: 400;
}
.p-stock__table.-type02 tfoot .p-stock__table__th {
	text-align: center;
}
.p-stock__table.-type02 > :not(tbody) .p-stock__table__th {
	font-weight: 700;
	background: #FBF9F6;
}
.p-stock__table.-type02 .p-stock__table__th:first-of-type {
	width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
	.p-stock__table.-type02 .p-stock__table__th:first-of-type {
		width: 36vw;
	}
}
.p-stock__table.-type03 thead .p-stock__table__th {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-stock__table.-type03 thead .p-stock__table__th:nth-of-type(n+2) {
		text-align: center;
	}
}
.p-stock__table.-type03 tbody .p-stock__table__th {
	font-weight: 400;
}
.p-stock__table.-type03 > :not(tbody) .p-stock__table__th {
	font-weight: 700;
	background: #FBF9F6;
}
.p-stock__table.-type03 .p-stock__table__th:first-of-type {
	width: 21rem;
}
@media screen and (max-width: 767px) {
	.p-stock__table.-type03 .p-stock__table__th:first-of-type {
		width: 36vw;
	}
}
.p-stock__table__th, .p-stock__table__td {
	font-size: 1.6rem;
	line-height: 1.625;
	text-align: left;
	padding: 2.4rem 3rem;
	border: 0.1rem solid #F4EDE4;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.p-stock__table__th, .p-stock__table__td {
		font-size: 3.7333333333vw;
		line-height: 1.7142857143;
		padding: 3.2vw 2.4vw;
	}
}
.p-stock__table__td {
	text-align: right;
}
.p-stock__img {
	margin: 5rem auto 0;
	width: 78.3rem;
}
@media screen and (max-width: 767px) {
	.p-stock__img {
		margin-top: 8vw;
		width: 100%;
	}
}
.p-stock__num-list {
	counter-reset: number 0;
	margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-stock__num-list {
		margin-top: 3.2vw;
	}
}
.p-stock__num-list > li {
	font-size: 1.2rem;
	line-height: 1.6666666667;
	position: relative;
	margin-top: 0.6rem;
	padding-left: 5.7rem;
}
@media screen and (max-width: 767px) {
	.p-stock__num-list > li {
		font-size: 3.2vw;
		margin-top: 1.6vw;
		padding-left: 14.6666666667vw;
	}
}
.p-stock__num-list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
	position: absolute;
	top: 0;
	left: 3.6rem;
}
@media screen and (max-width: 767px) {
	.p-stock__num-list > li::before {
		left: 9.6vw;
	}
}
.p-stock__num-list > li:first-child {
	margin-top: 0;
}
.p-stock__num-list > li:first-child::before {
	content: "（注）(" counter(number) ")";
	left: 0;
}
.p-stock__num-list > li.-single {
	padding-left: 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-stock__num-list > li.-single {
		padding-left: 9.3333333333vw;
	}
}
.p-stock__num-list > li.-single::before {
	content: "（注）";
}
@media print, screen and (min-width: 768px) {
	.p-stock__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.p-stock__box__img {
	margin-top: 4rem;
	width: 41.6rem;
}
@media screen and (max-width: 767px) {
	.p-stock__box__img {
		margin-top: 10.6666666667vw;
		width: 100%;
	}
}
.p-stock__box__table-wrap {
	width: 56.9rem;
}
@media screen and (max-width: 767px) {
	.p-stock__box__table-wrap {
		width: 100%;
	}
}
.p-stock .c-btn {
	margin-top: 8rem;
	width: 30rem;
	height: 6.2rem;
}
@media screen and (max-width: 767px) {
	.p-stock .c-btn {
		margin-top: 16vw;
		width: 84vw;
		height: 13.6vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-stock .c-btn__inn::before {
		margin-right: 1rem;
	}
}
/*# sourceMappingURL=stock.css.map */