@charset "utf-8";

.p-txt + .p-txt {
	margin-top: 1.8em;
}

.c-link-wrap {
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.c-link:link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100vw;
	background-color: #D5D5D5;
	min-height: 30px;
	padding: 5px 15px 5px;
	color: #0378A6;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.c-link:hover {
	background-color: #FFF;
	color: #DE5374;
	text-decoration: none;
}

/*-------------------------------------------------------------------
	#header
-------------------------------------------------------------------*/
#header .header .info {
	max-width: 610px;
	width: 100%;
}
#header .header .info .info-att {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px 10px;
	font-size: 1.12em;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
}
#header .header .info .info-att__item.-bold {
	margin-top: -1px;
	font-weight: 500;
}