@charset "UTF-8";

.logo {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 25px;
	color: #000000;
}

.minilogo {
	font-family: "Yu Mincho", sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}

div.image {
	width: 30%;
	padding-bottom: 0px;
}

.center {
	text-align: center;
	margin: 0 auto;
}


.linebreak-2 {
	margin-bottom: 2em;
}

.parallel {
    display: flex;
    dashed #bec2c7;
    padding: 10px 10px;
}

.parallellogo {
    display: flex;
    dashed #bec2c7;
    padding: 10px 10px;
}

.office-table table {
	border-collapse: separate;
	border-spacing: 0;
}
.office-table table th:first-child {
	border-radius: 5px 0 0 0;
}
.office-table table th:last-child {
	border-radius: 0 5px 0 0;
}
.office-table th {
	color: white;
	text-align: center;
	background: linear-gradient(#829ebc, #225588);
}
.office-table td:first-child {
	text-align: center;
}
.office-table th, .office-table td {
	border: 1px solid #3c6690;
	padding-left: 5px;
	padding-right: 5px;
}
.office-table p {
	width: 350px;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* スマートフォン向けCSS */
@media (max-width: 767px) {
	/* 横並び解除 */
	.parallel {
		display: block;
	}
	div.image {
		width: 100%;
	}
	div.text {
		padding-left: 5px;
	}
}
