/*! Peace death */
.peace-death * {
	color: #343434;
}

.peace-death ul {
	padding-left: 20px;
	list-style-type: decimal;
}

.peace-death ul li + li {
	margin-top: 15px;
}


/*! Others */
.ttl {
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
	margin-bottom: 30px;
}

.one p,
.org-name {
    font-size: 22px;
    font-weight: 600;
}

.about-event {
	margin-bottom: 40px;
}

.two,
.three,
.forth {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.five,
.six,
.seven,
.eight,
.ten {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.wrapper {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
	border-radius: 30px;
}

.form-wrapper {
    margin-top: 430px;
}

.sticky-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.messagepromo {
    margin-top: 10px;
    font-weight: bold;
}

.messagepromo.success {
    color: green;
}

.messagepromo.error {
    color: red;
}

.wrap {
    margin-top: 20px;
}

.btn-primary {
    background-color: #414CCA;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
	height: 60px;
	padding: 8px 20px;
}

.event-about-btn .btn {
	background-color: transparent;
	padding: 0px;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

.img-contact img {
	width: 151px;
	height: 251px;
}

.footer {
	margin-top: 80px;
	padding: 50px;
	color: #343434;
	border-radius: 30px;
}

.footer .ttl {
	margin-top: auto;
}

.footer .soc-btn + .soc-btn {
	margin-left: 10px;
}

.footer .soc-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	padding-bottom: 0 !important;
	border-radius: 50%;
}

.footer .soc-btn i {
	color: #fff;
}

.footer .map {
	border-radius: 30px;
	overflow: hidden;
}

.footer .map iframe {
	height: 300px;
}

/* Ul list */


@media screen and (max-width: 768px) {
	.col {
		width: 100%;
		margin-top: 20px;
	}
	/* .row {
		display: block;
	} */
	iframe {
		width: 100%;
	}
	.ttl {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.event-about-btn {
		white-space: nowrap;
	}
	#btn-submit {
		margin-bottom: 15px;
	}
	.event-about-txt {
		font-size: 28px;
	}
	.event-price {
		font-size: 16px;
	}

	header {
		position: relative !important;
		height: 540px;
	}
	.wrap {
    	margin-top: 30px;
	}
	.event-price {
		margin-top: 10px;
	}
	.event-name {
		margin-top: 20%;
	}
	.form-control, .form-select, .btn-primary {
		height: 48px;
	}
	.btn-primary {
		padding-top: 13px;
	}
	.one,
	.org-name {
		font-size: 18px;
		font-weight: 500;
	}

	.two,
	.three,
	.forth {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 20px;
	}

	.five,
	.six,
	.seven,
	.eight,
	.ten {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.footer {
		margin-top: 50px;
		padding: 20px 0;
		border-radius: 20px;
	}

	.footer .img-contact img {
		width: 120px;
		height: 220px;
	}
}