/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2023 | 07:08:26 */
dl dt {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 900;
}

dl dd {
	margin-top: 4px;
	font-size: 16px;
	color: #333;
}

dl dd ul {
	margin: 0;
	padding: 0;
}

dl dd ul li {
	font-size: 16px !important;
	list-style: none;
}

#atsushi img, #kana img {
	margin: 0 auto;
	border-radius: 50%;
}

#atsushi {
	background: url(https://wedding.atskikuchi.com/wp-content/uploads/2023/01/filipp-romanovski-p89ud3EfIi0-unsplash-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	padding: 15px;
	margin-bottom: 0;
}

#kana {
	background: url(https://wedding.atskikuchi.com/wp-content/uploads/2023/01/carolyn-christine-vrPFf0wjFx8-unsplash-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	padding: 15px;
	padding-top: 80px;
	margin-bottom: 0;
}

p.title {
	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
	margin-top: 40px;
	letter-spacing: 10px;
}

#atsushi dt, #atsushi .title {
	color: #1F62AA;
}

#kana dt, #kana .title {
	color: #E181AB;
}

.profile-bottom {
	margin-top: 40px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}