@charset "utf-8";




.sub_top_img {
	background-image: url(../../common/img/pic_main_webservice.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;
}

.content .indent1{
  padding-left:1em;
  text-indent: -1em;
  padding:0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left: 50px;
}

.content .indent2{
  padding-left:1em;
  text-indent: -1em;
  padding:0px;
  margin-top:0px;
  margin-bottom:40px;
  margin-left: 50px;
}

/*デリバリューWebサービスの画像リンクがそのままだとうまく動かないため処置*/
.content p.space{
	margin-bottom: 90px;
}

.imagesBlock{
  margin-top:100px;
  margin-left:auto;
  margin-right:auto;
  width:750px;
  height:auto;
}



/* 電話番号一覧 */
#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;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { 
  display: block; 
}
.sp { 
  display: none; 
}


@media screen and (max-width:961px){
	
}
/*(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;
		}

    .imagesBlock{
      width:90%;
      margin-top:30px;
    }

	
}
/*(～760)*/

@media screen and (max-width:640px){
  
  .content .img_right{
    float:none; /*画像の回り込み解除*/
  }
  .content .indent1 {
    margin-left: 30px;
  }
  .content .indent2{
    margin-left: 30px;
  }  

  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc { 
    display: none; 
  }
  .sp { 
    display: block; 
  }
}
/*(～640)*/

@media screen and (max-width:500px){
	.point{
		flex-wrap: wrap;
	}

	.point .box{
		width: 100%;
	  }
}
/*(～760)*/



@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;
  }
  .content h2 {
    font-size: 22px;
  }
}