
.pic_list li img {
    max-height: 160px;
    width: 100%;
    object-fit: cover;
}
.pic_list li {
    width: 33.1%;
    margin-bottom: 4px;
}

.picup_creator_image{
    padding: 0 30px;
}
.picuptext{
    min-height: 360px;
    background: url(../images/picup_creator/bg01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 11;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spt01{
	padding:0px 60px 0;
}
.picuptext h1{
	color: #fff;
	text-align: center;
	font-size: 3.4rem;
	margin-bottom: 20px;
}

.picuptext p{
    color: #fff;
	font-size: 1.8rem;
	text-align: center;
    line-height: 1.7;
    white-space: nowrap;
}
#picup_creator{
    padding: 80px 190px;
    margin-bottom: 50px;
}
#picup_creator h2{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid skyblue;
}
.photoBox{
    margin-bottom: 50px;
}
#picup_creator ul{
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px!important;
}
#picup_creator ul li{
    list-style: none;
    width: 24%;
    margin: 0.4vmin 0.4vmin 1.5vmin!important;
}

@media (max-width: 998px) {

.picuptext p{
    white-space: normal;
}
	}