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

#k_top {
	background-image: url("../images/czb.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#company_01 {
	max-width: 1200px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
}

#company_01 h3 {
	color: #0738b5;
}

#company_01 .title {
	font-weight: bold;
	padding-top: 30px;
}

#company_01 .text {
	padding-top: 20px;
}

#company_01 .img {
	padding-top: 20px;
}

#company_01 .img img {
	width: 100%;
}
#company_02 .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 25px;
}
#company_02 .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#company_02 h3 {
	max-width: 1200px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	color: #0738b5;
}

#company_02 .box {
	display: block;
	max-width: 1200px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
}

#company_02 .box > div:first-of-type {
	width: 100%;
}

#company_02 .box > div:last-of-type {
	width: 100%;
}

#company_02 .box > div table {
	display: block;
	width: 100%;
	border-spacing:0;
	margin-top: 0;
}
#company_02 .box > div table th {
	display: block;
	padding: 20px 0 0;
	width: 100%;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	color: #0738b5;
}
#company_02 .box > div table tr:first-of-type th {
	padding: 0 0 0;
}
#company_02 .box > div table td {
	display: block;
	border-bottom: solid 1px #b2b2b2;
	padding: 15px 0 20px;
	vertical-align: top;
}
#company_02 .box > div table tbody {
	display: block;
}
#company_02 .box > div table tr {
	display: block;
}
#company_02 .box > div table tr:last-of-type th {
	border-bottom: none;
	padding-bottom: 0px;
}
#company_02 .box > div table tr:last-of-type td {
	border-bottom: none;
	padding-bottom: 0px;
}
#company_02 > div:last-of-type {
	border-bottom: none;
	padding-bottom: 0px;
}

#company_02 .box > div:last-of-type ul {
	margin: 20px 0 0 1.5em;
	padding: 0;
}





















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



#company_01 {
	display: flex;
	margin-top: 60px;
}

#company_01 .title {
	padding-top: 60px;
}

#company_01 .box {
	padding-right: 50px;
}

#company_01 .text {
	padding-top: 45px;
}

#company_01 .img {
	padding-top: 0;
}

#company_02 h3 {
	margin-top: 70px;
}

#company_02 .gmap {
	margin-top: 0;
}


#company_02 .box {
	display: flex;
	margin-top: 60px;
}

#company_02 .box > div:first-of-type {
	width: 48%;
	padding-right: 50px;
}

#company_02 .box > div:last-of-type {
	width: 52%;
}

#company_02 .box > div table {
	display: table;
	width: 100%;
	border-spacing:0;
	margin-top: 0;
}

#company_02 .box > div table th {
	display: table-cell;
	border-bottom: solid 1px #b2b2b2;
	padding: 20px 20px 20px 0;
	width: 28%;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

#company_02 .box > div table tr:first-of-type th {
	padding: 20px 0 0;
}

#company_02 .box > div table td {
	display: table-cell;
	border-bottom: solid 1px #b2b2b2;
	padding: 20px 0;
	vertical-align: top;
}
#company_02 .box > div table tbody {
	display: table-row-group;
}
#company_02 .box > div table tr {
	display: table-row;
}

#company_02 .box > div table tr:first-of-type th {
	padding: 0 20px 20px 0;
}

#company_02 .box > div table tr:first-of-type td {
	padding: 0 20px 20px 0;
}

#company_02 .box > div:last-of-type ul {
	margin: 25px 0 0 1.5em;
}



}


