@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin-bottom: 80px;
}

#contact .mail {
	margin-top: 2em;
}

#contact .mail .phone {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: right;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	color: #1c509d;
	position: relative;
}

#contact .mail .phone:before {
	content: '';
	width: 50px;
	height: 52px;
	background: url(/include/images/h_pc_06.svg) no-repeat left / 43px auto;
	position: absolute;
	top: 0;
	left: -60px;
}

#contact .mail .phone a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 52px;
	color: #1c509d;
}

#contact .mail .phone .time {
	display: block;
	font-size: 16px;
	letter-spacing: 0.34em;
}

#contact .mail .phone .fax {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 2px #1c509d;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.15em;
}

#contact .mail .email a {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	height: 80px;
	background: #1c509d;
	text-decoration: none;
	font-size: 18px;
	line-height: 80px;
	color: #fff;
}

#contact .mail .email a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 34px;
	height: 80px;
	background: url(/include/images/f_fixed_01.svg) no-repeat left / 26px auto;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy {
	margin-bottom: 130px;
}

#privacy .container {
	padding: 60px 140px;
	background: #fff;
	text-align: justify;
}

#privacy h3 {
	font-weight: 700;
	font-size: 15px;
	color: #1c509d;
}

#privacy h3:not(:first-of-type) {
	margin-top: 1.5em;
}

#privacy li {
	margin-left: 1.5em;
	list-style: decimal;
}
