@charset "utf-8";
/* CSS Document */

.box {
	margin: 30px auto 0;
}

.content01 {
	width: 95%;
	margin: auto;
}

.content01 table {
	width: 100%;
}


.content01 table tr {
	display: block;
	background: #E8E8E8;
}

.content01 table th {
	display: block;
}

.content01 table tr:nth-child(even) {
	background: #FFF;
}

.content01 table th{
	padding: 15px 15px 5px;
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 160%;
}

.content01 table td {
	padding: 0 15px 15px;
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 160%;
}

.content01 table td br {
/*	display: none;*/
}

.content02 {
	width: 95%;
	margin: auto;
	padding: 30px 0 0;
	text-align: center;
}

.content02 .box {
	width: 100%;
	margin: 30px auto 0;
}

.content02 img {
	width: 90%;
	max-width: 320px;
}

.content02 .box p {
	text-align: left;
	width: 80%;
	margin: auto;
}

.content02 .box .bn {
	margin: 30px auto;
	text-align: center;
	width: 100%;
}

.content02 .box .bn img {
	max-width: 640px !important;
}

.content02 ul {
	display: flex;
	justify-content: center;
}
.content02 ul li {
	text-align: center;
	margin: 5px;
}


.box {
	margin: 30px auto 0;
}

.content03 {
	padding: 0 5vw;
	margin: 30px 0 0;
	text-align: left;
}

.content03 .back {
	background: url(../images/company/history/photo1.png) no-repeat center top;
	background-size: contain;
	padding: 15vw 0 0;
}

.content03 .back .box {
	padding: 40px 15px;
	background: #FFF;
	width: 90%;
	margin: auto;
}

.content03 table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}

.content03 table tr {
	display: block;
}
.content03 table th,.content03 table td {
	padding: 12px 10px;
	font-size: 14px;
}

.content03 table th {
	background: #F1F1F1;
	white-space: nowrap;
	display: block;
	margin-top: 20px;
}

.content03 table th:first-of-type {
	margin-top: 0;
}

.content03 table tr {
	border-bottom: solid 1px #CFCFCF;
}


.content03 .comment {
	margin: 10px 0 0;
	text-align: right;
	font-size: 12px;
}

.content03 h2 {
	border-left: #82BC3F solid 4px;
	padding-left: 1vw;
	line-height: 100%;
	font-size: 22px;
	margin-top: 100px !important;
}

.content03 h2:first-of-type {
	margin-top: 0;
}

table.yakuin {
	width: 100%;
	border-collapse:separate;
	border-spacing:1px;
	
}

table.yakuin tr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: none;
}

table.yakuin td {
	margin: 1px;
	width: calc(50% - 4px);
	text-align: center;
	padding: 5px 0;
	display: block;
	background: #FFF;
	border: solid 1px #CFCFCF;
}

table.yakuin td.none {
	display: none;
}

.content03 h3 {
	margin-top: 40px;
}

.content03 h3 span {
	font-size: 100%;
	color: #82BC3F;
}