/*style_20200326.css
-----------------------------------*/

.sell-headding{
	padding: 14px;
	background-color: #e6e6e6;
	text-align: center;
}
.sell-headding-txt{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
.sell-title{
	padding: 0 0 14px;
	text-align: center;
}
.sell-title-txt{
	font-size:1.6em;
	font-weight: bold;
}

#netIndex .pc-col-02 {
	display: flex;
	align-items: center;
	padding-bottom: 14px;
	padding-top: 30px;
}
#netIndex .pc-col-02 > .col:first-child{
	width: 50%;
	margin-left: 0;
}
#netIndex .pc-col-02 > .col{
	float: none;
	width: 50%;
	padding-top: 0;
	margin-left: 0;
}
#netIndex .pc-col-02 > .col:first-child img {
	width: 100%;
	max-width: 340px;
}

.sell-description{
	margin-top: 40px;
}
.sell-description ul{
	padding: 0 8%;
}
.sell-description li{
	margin-top: 10px;
	text-align: left;
}
.line-yellow{
	padding: 3px 0 4px;
	background: linear-gradient(transparent 60%, #FEF000 60%);
}
.sell-subtitle{
	margin-bottom: 10px;
	color: #003894;
	font-weight: bold;
	text-align: center;
}
.sell-list-img{
	text-align: center;
}

.campaign-box{
	margin-top: 0;
	display: block;
}
#netIndex .campaign-box .campaign-title{
	margin-left: 50px;
}
#netIndex .campaign-box .campaign-detail{
	margin-left: 50px;
}

@media screen and (max-width: 568px){
	.sell-headding{
		padding: 16px 0;
	}
	.sell-headding-txt{
		font-size: 16px;
	}

	#netIndex .box-wrapper {
		width: auto;
		padding: 0 0 30px;
	}
	#netIndex .pc-col-02 {
		padding-bottom: 0;
		display: block;
	}
	#netIndex .pc-col-02 > .col:first-child{
		margin-top: 20px;
		width: initial;
	}
	#netIndex .pc-col-02 > .col{
		width: initial;
	}

	.sell-description{
		margin-top: 0;
		text-align: center;
	}
	.sell-description ul{
		padding: 0 8%;
	}
	.sell-title{
		margin-top: 30px;
	}
	.sell-title-txt{
		font-size: 16px;
	}
	.sell-list-img img{
		width: 100%;
		height: auto;
	}

	#netIndex .campaign-box .campaign-title{
		margin-left: 0;
	}
	#netIndex .campaign-box .campaign-detail{
		margin-left: 0;
	}

}

