@charset "utf-8";
/*テーブルの行間調整*/
table.copy {
	line-height: 24px;
}
/*******【募集情報1】******/
.com1 table {
	width: 100%;
}
.com1 tr,.com1 th,.com1 td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.com1 th {
	text-align: left ;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #bbb;
	background-color: #f4f4f4;
	padding: 15px 0px 12px 10px;
}
@media screen and (max-width: 640px) {
.com1 tr {
	margin-bottom: 30px;
}
.com1 tr.last {
	margin-bottom: 0px;
}
.com1 th {
	font-size: 15px;
	padding: 8px 0px 5px 5px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}
.com1 td {
	padding-left: 5px;
}
}
@media print,screen and (min-width: 641px) {
/*****テーブルの横幅調整*****/
.com1 table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.com1 tr {
	margin-bottom: 50px;
}
.com1 tr.last {
	margin-bottom: 0px;
}
.com1 th {
	font-size: 17px;
	padding: 15px 0px 11px 20px;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.com1 td {
	padding-left: 20px;
	font-size: 16px;
}
}
/*******【.com1】募集情報1・ここまで*****/

/*******【募集情報2】******/
.com2 table {
	width: 100%;
}
@media screen and (max-width: 640px) {
.com2 table {
	margin-bottom: 20px;
}
/*ブロック要素にする*/
.com2 tr,.com2 th,.com2 td {
	display: block; 
}
/*1ブロックごとに下マージン*/
.com2 tr {
	margin-bottom: 30px;
}
.com2 tr.last {
	margin-bottom: 0px;
}
.com2 th {
	text-align: left ;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	color: #1962A7;
	font-size: 14px;
	padding: 0px 0px 2px 5px;
	margin-bottom: 5px;
}
.com2 td {
	padding-left: 5px;
	margin-bottom: 5px;
}
}
@media screen and (min-width: 641px) {
.com2 table {
	border-top: 1px solid #ddd;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.com2 th {
	font-size: 15px;
	/*****項目名のビジュアル変更*****/
	text-align: center;
	vertical-align: middle;
	background-color: #f4f4f4;
	/*ここまで消す*/
	padding: 20px 0 20px 0px;
	border-bottom: 1px solid #ccc;
}
.com2 td {
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid #ccc;
}	
}
@media screen and (min-width: 641px) and (max-width: 800px) {
.com2 th {
	width: 25%;
}
.com2 td {
	width: 75%;
}	
}
@media screen and (min-width: 801px) {
.com2 th {
	width: 20%;
}
.com2 td {
	width: 80%;
}	
}
/*******【募集情報2】ここまで******/

/*******【募集情報3】******/
.com3 table {
	width: 100%;
}
.com3 th {
	color: #fff;
	background-color: #288BC0;
}
@media screen and (max-width: 640px) {
.com3 table {
	margin-bottom: 20px;
}
/*ブロック要素にする*/
.com3 tr,.com3 th,.com3 td {
	display: block; 
}
.com3 th {
	text-align: left ;
	font-weight: normal;
	font-size: 14px;
	padding: 4px 0px 2px 15px;
}
.com3 td {
	background-color: #fff;
	padding: 10px 10px 20px 10px;
}
}
@media screen and (min-width: 641px) {
.com3 table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
    border-spacing: 5px;
}
.com3 th {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	
	padding: 20px 0 20px 0px;
}
.com3 td {
	padding: 20px 0 20px 30px;
	background-color: #fff;
}	
}
@media screen and (min-width: 641px) and (max-width: 800px) {
.com3 th {
	width: 25%;
}
.com3 td {
	width: 75%;
}	
}
@media screen and (min-width: 801px) {
.com3 th {
	width: 20%;
}
.com3 td {
	width: 80%;
}	
}
/*******【募集情報3】ここまで******/

/*******【募集情報4】******/
.com4 table {
	width: 100%;
}
@media screen and (max-width: 640px) {
.com4 table {
	margin-bottom: 20px;
}
/*ブロック要素にする*/
.com4 tr,.com4 th,.com4 td {
	display: block; 
}
/*1ブロックごとに下マージン*/
.com4 tr {
	margin-bottom: 30px;
}
.com4 tr.last {
	margin-bottom: 0px;
}
.com4 th {
	text-align: left ;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	color: #1962A7;
	font-size: 14px;
	padding: 0px 0px 2px 5px;
	margin-bottom: 5px;
}
.com4 td {
	padding-left: 5px;
	margin-bottom: 5px;
}
}
@media screen and (min-width: 641px) {
.com4 table {
	border-top: 1px solid #ddd;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.com4 th {
	font-size: 15px;
	/*****項目名のビジュアル変更*****/
	text-align: center;
	vertical-align: middle;
	background-color: #888;
	color: #fff;
	/*ここまで消す*/
	padding: 20px 0 20px 0px;
	border-bottom: 1px solid #ccc;
}
.com4 td {
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid #ccc;
}	
}
@media screen and (min-width: 641px) and (max-width: 800px) {
.com4 th {
	width: 25%;
}
.com4 td {
	width: 75%;
}	
}
@media screen and (min-width: 801px) {
.com4 th {
	width: 20%;
}
.com4 td {
	width: 80%;
}	
}
/*******【募集情報4】ここまで******/

/*******【.com5】会社情報5*****/
@media screen and (max-width: 640px) {
.com5 table {
	width: 100%;
}
.com5 tr,.com5 th,.com5 td {
	width: 100%;
	display: block; 
}
.com5 tr {
	margin-bottom: 30px;
}
.com5 tr.last {
	margin-bottom: 0px;
}
.com5 th {
	text-align: left ;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	color: #64BED8;
	font-size: 16px;
	padding: 0px 0px 2px 5px;
	margin-bottom: 5px;
}
.com5 td {
	padding-left: 5px;
	margin-bottom: 5px;
}
}
@media print,screen and (min-width: 641px) {
.com5 table {
	width: 100%;
}
.com5 th {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	width: 25%;
}
.com5 th,.com5 td {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.com5 td {
	width: 75%;
}	
}
@media screen and (min-width: 801px) {
.com5 th {
	width: 20%;
	padding-left: 1%;
	box-sizing: border-box;
}
.com5 td {
	width: 80%;
}	
}
/*右サイドに画像を配置*/
@media screen and (min-width: 641px) and (max-width: 1000px) {
.tableWrap2 table {
	width: 100%;
}
.tableWrap2 table th {
	width: 25%;
}
.tableWrap2 table td {
	width: 75%;
}
}
@media screen and (max-width: 1000px) {
.tableWrap2 .img2,.tableWrap2 .img3{
	width: 50%;
	float: left;
}
.tableWrap2 .img1 {
	width: 50%;
	float: right;
}
.tableWrap2 img {
	margin: 0;
}
.tableWrap2 table {
	margin-bottom: 30px;
}
.tableWrap2 .img3 {
	margin-bottom: 20px;
}
}
@media screen and (min-width: 1001px) {
.tableWrap2 table {
	width: 60%;
	margin: 0px auto 0px;
}
.tableWrap2 table th {
	width: 25%;
}
.tableWrap2 table td {
	width: 75%;
}
.tableWrap2 .imgBox {
	width: 33%;
}
}
/*******【.com5】会社情報5・ここまで*****/


