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

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread figure {
	display: flex;
	align-items: flex-end;
}

#bread figure img {
	height: 15vw;
}

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

#contact {
	margin: 15vw 5vw 15vw;
}

#contact p {
	margin-bottom: 5vw;
	text-align: justify;
}

#contact .phone {
	margin-bottom: 5vw;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #1c509d;
}

#contact .mail .phone a {
	display: block;
	text-decoration: none;
	font-size: 7vw;
	letter-spacing: 0;
	line-height: 8vw;
	color: #1c509d;
}

#contact .mail .phone a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 9vw;
	height: 8vw;
	background: url(/include/images/h_pc_06.svg) no-repeat left / 7vw auto;
}

#contact .mail .phone .time {
	display: block;
	letter-spacing: 0.15em;
}

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


#contact .mail .email a {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	background: #1c509d;
	text-decoration: none;
	line-height: 13vw;
	color: #fff;
}

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

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

#privacy {
	margin: 0 5vw 20vw;
	text-align: justify;
}

#privacy h3 {
	font-weight: 700;
	font-size: 4vw;
	color: #1c509d;
}

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

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