@charset "utf-8";




.sub_top_img {
	background-image: url(../../common/img/pic_main_partner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}


.content h3 span{
		font-size: 22px;
		font-weight: bold;
		color: #0085b2;
		padding: 0 1em 0 0;
	}

.point{
	text-align: center;
	display: flex;
	justify-content: center;
}

.point .box{
  margin: 1em 20px;
  padding: 1em;
  background-color: #f6f6f6;
  border: dashed 1px #888;
  box-shadow: 0 0 0 10px #f6f6f6;
  border-radius: 10px;
  width: 30%;
}

.point .box p.point{
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #0085b2;
}

.point .box p{
  margin: 0;
  padding: 0;
}

.img_right {
  float: right;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

/*デリバリューWebサービスの画像リンクがそのままだとうまく動かないため処置*/
.content p.space{
	margin-bottom: 90px;
}

/* 電話番号一覧 */
#telBlock {
  border: 4px solid #1C2C5A;
  padding: 1%;
  margin: 0 5%;
  border-radius: 10px;
}

#telBlock .cf{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#telBlock .cf .east{
	color:rgb(17, 25, 135);
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}

  #telBlock .cf .east a{
	color:rgb(17, 25, 135);
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}

  #telBlock .cf .west{
	color:#000000;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}

  #telBlock .cf .west a{
	color:#000000;
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}

.telbox {
  width: 320px;
  margin: 4px;
  text-align: left;
}

.telbox>.curled-box {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  border:#1c2c5a solid 2px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.telbox>.curled-box.-hokkaido {
  background-color: #6CA2D6;
}
.telbox>.curled-box.-tokyo {
  background-color: #009EBD;
}
.telbox>.curled-box.-coolcargo {
  background-color: #0062A7;
}
.telbox>.curled-box.-kanagawa {
  background-color: #EC66A2;
}
.telbox>.curled-box.-nagoya {
  background-color: #4EC0EE;
}
.telbox>.curled-box.-kyoto {
  background-color: #A9524F;
}
.telbox>.curled-box.-osaka {
  background-color: #A87395;
}
.telbox>.curled-box.-kobe {
  background-color: #B9DA62;
}
.telbox>.curled-box.-hiroshima {
  background-color: #AA61A4;
}
.telbox>.curled-box.-fukuoka {
  background-color: #666464;
}

.telbox>.telArea {
  font-size: 12px;
  color: #1D2C5A;
  margin-bottom: 2px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.telbox>.telArea.-coolcargo {
  letter-spacing: 0px;
}

.telbox>.telNo {
  font-size: 20px;
  font-weight: bold;
  transform: scale(1, 1.05);
  letter-spacing: 1px;
}

.telbox>.telNo.-hokkaido a{
  color: #6CA2D6;
  text-decoration: none;
} 
.telbox>.telNo.-tokyo a{
  color: #009EBD;
  text-decoration: none;
}
.telbox>.telNo.-coolcargo a{
  color: #0062A7;
  text-decoration: none;
}
.telbox>.telNo.-kanagawa a{
  color: #EC66A2;
  text-decoration: none;
}
.telbox>.telNo.-nagoya a{
  color: #4EC0EE;
  text-decoration: none;
}
.telbox>.telNo.-kyoto a{
  color: #A9524F;
  text-decoration: none;
}
.telbox>.telNo.-osaka a{
  color: #A87395;
  text-decoration: none;
}
.telbox>.telNo.-kobe a{
  color: #B9DA62;
  text-decoration: none;
}
.telbox>.telNo.-hiroshima a{
  color: #AA61A4;
  text-decoration: none;
}
.telbox>.telNo.-fukuoka a{
  color: #666464;
  text-decoration: none;
}

/*募集要項テーブル*/

.content .bosyu{
  margin:0 auto;
  width: 80%;
}

.content table th,
.content table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
  border-left-color: #ccc;
  padding:6px;
}
.content table th {
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #F6F6F6;
	color: #006384;
}
.content table td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:1px;
}



@media screen and (max-width:961px){
  .content .bosyu{
    width:95%;
  }
}
/*(961～)*/

@media screen and (max-width:1127px){
	#telBlock .cf{
		display: flex;
		flex-wrap: wrap;
		/*justify-content: center;*/
	  }
	

}
/*(～1127)*/

@media screen and (max-width:760px){
	/*デリバリューWebサービスの画像リンクがそのままだとうまく動かないため処置*/
	.content p.space{
		margin-bottom: 30px;
		}

	
}
/*(～760)*/

@media screen and (min-width:755px)and(max-width:1127px){
  #telBlock .cf{
    justify-content: none;
  }
}
/*(755～1127)*/

@media screen and (max-width:754px){
  #telBlock .cf{
    justify-content: center;
  }
}
/*(～754)*/


@media screen and (max-width:500px){
	.point{
		flex-wrap: wrap;
	}

	.point .box{
		width: 100%;
	  }
}
/*(～500)*/

@media screen and (max-width:460px){
    
  .content table th,
  .content table td {
    display:block;  /*縦並び*/
  }

  .content table th{
    text-align:left;
    padding-left:3%;
  }
  
  .content table td {
    border-top-width:0px;
    border-bottom-width: 0px;
    padding-left:5%;
  }

  .content table tr:last-child td{
    border-bottom-width: 1px;
  }

}
/*(～460)*/

@media screen and (max-width:375px){
	
	.info{
		font-size:14px !important;
	}
	
}
/*(～375)*/

@media screen and (max-width:320px){
	.g_btn img{
		width:50px;
  }
  #sub_top .sub_top_img p {
    font-size:18px;
  }
}