@charset "UTF-8";
/* CSS Document */

.closecontents {
	padding-top: 30px;
}

.closecontents h1 {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt";
	font-size: 24px;
	font-weight: 600;
	color: #DC3751;
	text-align: center;
}

.closecontents h2.copy {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.785;
	text-align: center;
}

.closecontents p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.785;
	text-align: center;
}

.txtbnr {
	margin: 15px 0 50px 0;
}

.txtbnr p {
	display: inline-block;
	padding: 10px 1em;
	background-color: #F08889;
	border-radius: 5px;
	color: #FFF;
	font-weight: 500;
	font-size: 1.15em;
}

.contactbox {
	width: 100%;
	max-width: 432px;
	background-color: #FFF;
	border-radius: 10px;
	margin: 30px auto 10px auto;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}

.contactbox h2 {
	font-size: 21px;
	font-weight: 600;
	color: #E57378;
	margin: 0 0 0.5em 0;
}

.contactbox h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.785;
	text-align: center;
	margin: 0;
}

.contactbox p {
	font-size: 14px;
	margin-top: 0.5em;
}

.contactbox .telnum {
	width: 90%;
	padding: 0px;
	margin: 0 auto 5px auto;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 10px;
	background-color: #F08889;
}

.contactbox .telnum i {
	font-size: 26px;
	margin-right: 0.25em;
}