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

	page-sell.css

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

#subheader {
	box-sizing: border-box;
	padding-top: 87px;
	height: 350px;
	background: url(../images/sell/bg.jpg) no-repeat center / cover, var(--acc1);
}
#subheader .hd {
	margin-bottom: 39px;
	color: var(--bgc1);
	font-size: 4rem;
	letter-spacing: 0.1em;
}
#subheader .pankuzu > ol {
	padding-left: 3px;
	font-size: 1.5rem;
}
#subheader .pankuzu > ol a {
	color: var(--bgc1);
	font-weight: 500;
}
#subheader .pankuzu > ol > li:first-child a {
	font-weight: 700;
}
#subheader .pankuzu > ol > li:not(:last-child) {
	padding-right: 50px;
}
#subheader .pankuzu > ol > li:not(:last-child)::after {
	width: 5px;
	height: 10px;
	top: 6px;
	right: 20px;
}

#satei {
	margin: -100px auto 70px;
	display: flex;
	justify-content: space-between;
}
#satei > section {
	box-sizing: border-box;
	width: 560px;
	position: relative;
}
#satei .section-sateiform {
	padding: 41px 0 40px  40px;
}
#satei .section-sateiform .title {
	margin-bottom: 29px;
}
#satei .section-sateiform .title .hd {
	padding-left: 63px;
}
#satei .section-sateiform .title .hd::before {
	width: 51px;
	height: 43px;
}
#satei .section-sateiform .title .txt {
	left: 183px;
}
#satei .section-sateiform form {
	padding-right: 40px;
}
#satei .section-sateiform .step {
	display: flex;
	position: relative;
	z-index: 1;
	align-items: end;
	justify-content: space-between;
}
#satei .section-sateiform .step::after {
	width: 12px;
	height: 16px;
	background: url(../images/common/arrow-double.png) no-repeat center / cover;
	position: absolute;
	right: 111px;
	bottom: -22px;
	transform: rotate(90deg);
	content: "";
}
#satei .section-sateiform .step + .step {
	margin-top: 18px;
}
#satei .section-sateiform .submit {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#satei .section-sateiform .submit button {
	width: 231px;
	height: 40px;
}
#satei > .syuhendb {
	padding: 42px 45px 0 40px;
	background-color: var(--bgc1);
	color: #fff;
}
#satei > .syuhendb > .hd {
	margin-bottom: 26px;
	padding-left: 60px;
	position: relative;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
#satei > .syuhendb > .hd::before {
	width: 51px;
	height: 44px;
	mask: url(../images/common/icon-souba.png) no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #fff;
}
#satei > .syuhendb > .hd i {
	margin-bottom: 5px;
	display: block;
	color: #01bbea;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
#satei .syuhendb-info {
	padding-left: 325px;
	position: relative;
}
#satei .syuhendb-info .txt {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.04em;
}
#satei .syuhendb-info .pic {
	box-sizing: border-box;
	padding: 3px;
	width: 306px;
	height: 152px;
	border: 1px solid #7f8d97;
	position: absolute;
	top: 5px;
	left: 0px;
}
#satei .syuhendb-info .pic a {
	display: block;
}
#satei .syuhendb-btn {
	width: 310px;
	background-color: #fff;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
#satei .syuhendb-btn a {
	background-color: var(--acc2);
	display: block;
	color: var(--acc1);
	font-size: 2rem;
	font-weight: 700;
	line-height: 4rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.section-selection {
	margin-bottom: 68px;
	background: url(../images/sell/story-bg.jpg) no-repeat left top/ contain, #dbd1b0;
	/* background-image: 
    linear-gradient(to right, rgba(30, 96, 163, 0.4), rgba(30, 96, 163, 1)),
    url(../images/sell/story-bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top; */
}
.section-selection > .title {
	padding: 83px 0 85px;
}
.section-selection > .title .hd {
	margin-bottom: auto;
}
.section-selection > .title .hd i {
	margin-bottom: 14px;
}
.section-selection > .title .txt {
	margin-bottom: 37px;
}
.section-selection > .slider {
	top: 83px;
}
.section-selection .arrows  {
	bottom: 74px;
}

#teian {
	margin-bottom: 70px;
}
#teian > div > .hd {
	margin-bottom: 42px;
	color: var(--bgc1);
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
#teian .teian-list {
	display: flex;
	flex-wrap: wrap;
}
#teian .teian-list .card {
	counter-increment: columcount;
}
#teian .teian-list .card:not(:first-child):not(:nth-child(3n) + .card) {
	padding-left: 29px;
}
#teian .teian-list .card:not(:nth-child(3n)) {
	padding-right: 30px;
	border-right: 1px solid #888;
}
#teian .teian-list .card:nth-child(n+4) {
	margin-top: 40px;
}
#teian .teian-list .card > a {
	box-sizing: border-box;
	padding-bottom: 69px;
	width: 360px;
	height: 100%;
	display: block;
	position: relative;
}
#teian .teian-list .card .img-fit {
	margin-bottom: 20px;
	height: 192px;
	background-color: #fff;
	border-radius: 0 0 28px 0;
	overflow: hidden
}
#teian .teian-list .card .img-fit::before {
	width: 100px;
	display: block;
	background-color: var(--bgc1);
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.03em;
	font-family: "Outfit", serif;
	content: "Column #" counter(columcount, decimal-leading-zero);
}
#teian .teian-list .card .shd {
	margin-bottom: 13px;
	color: var(--bgc1);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}
#teian .teian-list .card .txt {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
#teian .teian-list .card .more {
	position: absolute;
	right: 0;
	bottom: 32px;
}

.contents {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents > .list {
	width: 560px;
	display: flex;
	flex-direction: column;
}
.contents > .list > .title {
	margin-bottom: 30px;
}
.contents > .list > .title .hd {
	margin-bottom: 30px;
	color: var(--bgc1);
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
.contents > .list > .title .txt {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
.contents > .list > .ichiran {
	margin-top: auto;
	padding-top: 20px;
	text-align: right;
}
.contents > .list form[name^="get_checked_bukken_"],
.contents > .list div[id^="des255-contents-wrapper-"] {
	height: 100%;
}
.contents .list.oazukari{
	display: none;
}
.contents .list.oazukari:has(form){
	display: flex;
}
#bible > div {
	box-sizing: border-box;
	padding: 57px 57px 47px;
	background-color: #fff;
	border-radius: 18px;
	display: block;
	position: relative;
}
#bible .hd {
	margin-bottom: 19px;
	padding-left: 50px;
	position: relative;
	color: var(--bgc1);
	font-size: 2.4rem;
	line-height: 1;
}
#bible .hd .icon {
	width: 39px;
	position: absolute;
	top: -8px;
	left: 0;
}
#bible .hd .icon img{
	filter: saturate(105%) brightness(130%);
}
#bible .pic {
	position: absolute;
	top: -9px;
	right: 48px;
}
#bible .txt {
	margin-bottom: 13px;
	font-size: 1.8rem;
	line-height: 1.66;
	letter-spacing: 0.04em;
}
#bible .btn {
	width: 268px;
}
#bible .btn > a {
	background-color: var(--bgc1);
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.04em;
	text-align: center;
}