@charset "UTF-8";

/* お知らせ
------------------------------------- */
.section.systemdesign .hdg-b,.section.systemdesign .hdg-c {
	color: #0563C1;
}

.section.systemdesign .hdg-d {
	color: #000;
    font-size: 3.2rem;
}

.section.systemdesign .btn-a {
    color: #349ad4!important;
    border: 1px solid #349ad4!important;
}
.section.systemdesign .btn-a::before {
    border-top: 2px solid #349ad4!important;
    border-right: 2px solid #349ad4!important;
}
.section.systemdesign .btn-a:hover, .section.systemdesign .btn-a:active, .section.systemdesign .btn-a:focus {
    background: #e1f1fa!important;
}

.section.systemdesign p {
    font-size: 1.8rem;
}

/* お問い合わせ
------------------------------------- */
.section.contact .list-contact-a > li {
	flex-grow: 1;
}
.section.contact .list-contact-a a::before {
	display: none;
}
.section.contact .list-contact-a a {
	flex-direction: column;
	padding: 14px 24px 14px;
	width: 100%;
}
.list-contact-a a .contact-inner {
	margin-top: 20px !important;
	margin-left: 26px;
	position: relative;
	font-size: 3rem;
}
.list-contact-a a .contact-inner::before {
	display: block;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: -1em;
	top: 50%;
	background-image: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png);
	background-position: -50px -50px;
}
@media only screen and (max-width: 767px) {
	.list-contact-a a .contact-inner {
		position: relative;
		font-size: 2rem;
	}
	.list-contact-a a .contact-inner::before {
		left: -1.2em;
	}
}