@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #FBE5D6;
	box-sizing: border-box;
	padding: 3%;
	color: #C00000;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.wrapper h1{
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 50px;
}

.lead{
	text-align: center;
	color: #C00000;
	font-size: 13px;
	line-height: 2;
	margin: 5% auto;
}

.icon{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
	padding: 5% 0;
}

.icon li img{
	border-radius: 50%;
}

.box{
	margin: 10% auto 20%;
}

.box h2 {
	width: 100%;
	margin: 5% auto;
	display: flex;
	align-items: center;
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
}

.box h2:before,
.box h2:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.box h2:before {
	margin-right: 1rem;
}

.box h2:after {
	margin-left: 1rem;
}

.main{
	width: 50%;
	margin: 3% auto 10%;
	border-radius: 50%;
}

.item{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
	width: 90%;
	margin: 3% auto;
}

.box p{
	text-align: center;
	font-size: 13px;
	margin: 5% auto;
}

.box a{
	display: block;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	background-color: #C00000;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
}

.w50{
	width:  50%;
}

.all{
	display: block;
	width: 90%;
	margin: 0 auto 10%;
	text-align: center;
	background-color: #C00000;
	color: #fff;
	text-decoration: none;
	line-height: 4;
}
