@charset "utf-8";
#super_link{
	text-decoration: none;
}
#super_link:hover{
    color: #555;
}
.case-date{
	margin-top: 50px;
	font-size: 14px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
 }
 .card-title {
 	margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
}
.card-text{
	font-size: 15px;
	text-align: justify;
}
.mb-4 {
    margin-bottom: 30px!important;
}
@media screen and ( min-width: 800px ) {

	.vison-catch {
		font-size: 2rem;
		line-height: 2rem;
	}
	
	.vison-tex {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}

}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 3;
    color: #007bff;
    background-color: #fff;
    border: 0px solid #dee2e6;
    text-decoration: none;
}

@media screen and ( max-width: 800px ) {

	.vison-catch {
		font-size: calc(1.2rem + 2vw);
		line-height: calc(2rem + 2vw);
	}
	
	.vison-tex {
		font-size: 1.5rem;
		line-height: 3rem;
	}

	.vison-tex br {
		display: none;
	}

}


/*------------------------------------*/


.info {
	background-color: #d60000;
	z-index: 5;
	color: rgba(255, 255, 255, 1);
}

.info .contents-title {
	display: table;
	border-color: rgba(255, 255, 255, .5);
}

.info:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/bg_info.jpg);
	background-size: cover;
	opacity: .15;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.company-info-image figcaption {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 2rem;
	text-align: center;
}

.company-title,
.company-info-data {
	position: relative;
	z-index: 10;
}

.company-info-data {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.company-info-data th,
.company-info-data td {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.info-sub {
	background-color: rgba(0, 0, 0, .1);
}

#map {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#map iframe {
	height: calc(200px + 20vw);
	max-height: 400px;
}

.office-list {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.office-list-name,
.office-list-tex {
	display: block;
	text-align: center;
}

.office-list-name {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
}

.office-list-tex {
	font-size: 1.3rem;
	line-height: 2rem;
}

@media screen and ( min-width: 800px ) {

	.company-info {
		max-width: 900px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
	}

	.company-info-image {
		width: 50%;
		padding-right: calc(20px + 1vw);
		box-sizing: border-box;
	}

	.company-info-data {
		width: 50%;
	}

	.company-info-data th,
	.company-info-data td {
		padding: 10px 0;
		font-size: 1.5rem;
		line-height: 3rem;
	}

	.office-list-item {
		width: calc((100% - 62px) / 3);
		margin-right: 30px;
		margin-top: 30px;
	}

	.office-list-item:nth-child(3n) {
		margin-right: 0;
	}

.ie9 .company-info {
	width: 100%;
	overflow: hidden;
}

.ie9 .company-info-image,
.ie9 .company-info-data {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.ie9 .office-list-item {
	overflow: hidden;
}

.ie9 .office-list {
	overflow: hidden;
}

.ie9 .office-list-item {
	float: left;
}

}


@media screen and ( max-width: 800px ) {

	.company-info-image {
		max-width: 250px;
		margin: 0 auto;
	}

	.company-info-data {
		width: 100%;
		margin-top: 30px;
	}

	.company-info-data th,
	.company-info-data td {
		padding: 5px 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.office-list-item {
		margin-top: 20px;
	}

	#map {
		margin-top: -50px;
		padding-top: 50px;
	}

	.office-list {
		display: block;
	}

}


/*------------------------------------*/


.history-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.history-list th,
.history-list td {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.history-list th {
	width: 25%;
	font-weight: bold;
}


@media screen and ( min-width: 800px ) {

	.history-list th,
	.history-list td {
		padding: 10px 0;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

}


@media screen and ( max-width: 800px ) {

	.history-list th,
	.history-list td {
		width: 100%;
		display: block;
		float: left;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.history-list th {
		padding-top: 10px;
	}

	.history-list td {
		padding-bottom: 10px;
		border: 0;
	}

}


.color9a0000{
color:#9a0000;
font-size: 16px;
font-weight: 600;
}

