@charset "utf-8";

.content h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.content p{
	margin-top:0;
}

.content .indent_small{
	font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
	margin-left: 2em;
	padding-bottom: 0px;
}

.sub_top_img {
	background-image: url(../../common/img/pic_main_quick.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}

.quick_img{
	text-align:center;
}

.riyou_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/*.riyou{
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	padding: 1em;
	border: solid 3px #0085B2;
	box-shadow: 0 0 0 10px #f6f6f6;
	border-radius: 10px;
	text-align:center;
	width:30%;
}*/

.riyou{
	position: relative;
	padding-left: 3.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	margin-bottom: 10px;
}

.riyou::before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 27px;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #5ab9ff; /*アイコン色*/
	font-weight: 900;
}

.content .pay_text {
	margin-left: 40px;
	margin-right: 25px;
	display: inline-block;	/*QRコード決済画像横並び用*/
}

.content .payment {
    margin: 0px;
    padding: 0px;
}

.content .payment_indent {
    margin: 0px;
    padding: 0px;
    padding-left: 1em;
    text-indent: -1em;
}

.img_right {
    display: inline-block;
    width: 200px;
    margin-bottom: 50px;
}

ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/*max-width: 1400px;*/
	max-width: 1160px;
	/*padding: 30px;0730*/
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	/*width: 20%;0730*/
	width: 23%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.works_list li a {
	display: block;
	/*padding: 20px;0730*/
	padding: 10px;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}
ul.works_list li a img {
	width: auto;
	width: 100%;
	/*height: 150px;*/
	height:120px;
	object-fit: cover;
}
ul.works_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	/*-webkit-filter:brightness(1.5);
    -moz-filter:brightness(1.5);
    -ms-filter:brightness(1.5);
	filter:brightness(1.5);*/
	-webkit-filter:brightness(0.8);
    -moz-filter:brightness(0.8);
    -ms-filter:brightness(0.8);
	filter:brightness(0.8);
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {
	color: #000;
	background-color: #F6F6F6;
}



/*IE11では上記filterでの明暗調整が効かないのでこちらで画像を暗くしている*/
@media all and (-ms-high-contrast:none){
	ul.works_list li a .bg_img{
		background: #000;
		display: block;
	}
	ul.works_list li a .bg_img img {
		opacity:1;
		transition:0.3s;
	}
	ul.works_list li a:hover .bg_img img {
		opacity:0.8;
	}
}

#user ul {
    padding: 10px 0 10px 0;
	height: 43px;
	margin-left:40px;
}

#user ul li {
    float: left;
    text-align: center;
    line-height: 43px;
    width: 179px;
    height: 43px;
    background: url(../../common/img/bg_frame_w179.gif) no-repeat left top;
    font-weight: bold;
    /*margin: 0 11px 10px 0;*/
    color: rgb(29 44 90);
	letter-spacing: 2px;
	font-size:14px;
}

/*
こんな企業様にオススメ
-------------------------------------------*/

.user {
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-right: 30px;
	margin-left: 30px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}


.btn-flat-border {
  padding: 5px;
  margin: 5px 1% 5px 1%;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0085B2;
  border: solid 5px #0085B2;
  border-radius: 10px;
  transition: .4s;
  width: 28%;
  font-weight: bold;
  text-align: center;
}

.btn-flat-border:hover {
  background: #FFFFFF;
  color: #0085B2;
}

/*
料金例
-------------------------------------------*/
.row-head {
	border-collapse: collapse;
	vertical-align: middle;
	width: 90%;
	margin: auto;
  }
  
  .row-head th,
  .row-head td {
	border: 1px solid #ccc;  
	padding: 8px;
	width: 15%;
  }
  
  .row-head th {
	background: #f6f6f6;
	text-align: left;
  }
  
  .row-head label {
	line-height: 34px;
	margin: 0;
  }



@media screen and (min-width:961px){

	
}
/*(961～)*/

@media screen and (max-width:960px){

	.content .pay_text {
		margin-right: 20px;
		margin-left: 20px;
	}

	.content .payment_indent {
		margin-bottom:20px;
	}

	.img_right {
		display: inline-block;
		padding: 13px;
		width: 200px;
		margin-left: 30px;
	}

	ul.works_list li {
		width: 33.3%;
	}
	/*項目が１行に３つ。最終行で２つになった際、左寄せにする処理*/
	ul.works_list::after{
		content: "";
		display: block;
		width: 33.3%;
		height: 0;
	}
	#user ul {
		margin-left:20px;
	}

	
}
/*(～960)*/

/*(800～)*/
@media only screen and (max-width: 800px) {
/*
料金例
-------------------------------------------*/
.row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #ccc;
    /*border-radius: 5px;*/
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }

  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: left;
    text-align: left;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    text-align: left;
    padding-right: 30px;
    white-space: nowrap;
	width: 30%;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: left;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}


/*(～800)*/

/*iPad対応*/

@media screen and (max-width:780px){


.btn-flat-border {
  width: 40%;
  margin: 5px 2% 5px 3%;
}

}

@media screen and (max-width:760px){
	
	

}
/*(～760)*/

@media screen and (max-width:640px){
	
	

	ul.works_list li {
		width: 80%;
		margin:0 auto;
	}
	#user{
		height:200px;
	}
	#user ul {
		margin:0;
	}
	#user ul li {
		float: none;
		margin:0 auto;
	}

	.img_left,
	.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	.riyou{
		width:80%;
	}
}
/*(～640)*/

@media screen and (max-width:460px){

.btn-flat-border {
  width: 93%;
}
}

@media screen and (max-width:375px){
	
	
}
/*(～375)*/

@media screen and (max-width:320px){
}


/*
航空機による輸送ができない危険物
-------------------------------------------*/
  .container {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	justify-content: space-around;
	align-content: space-around;
	align-items: stretch;
	border: solid 1px #ffff;
	width: 100%;
  }
  
  .inner {
	display: flex;
	flex-basis: 100%;
  
	background: #ffff;
	border: solid 2px #dbe1e8;
  
	margin: 5px;
	align-items: center;
	width: 100%;
  }

  .inner_txt {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  
	margin: auto 0;
	flex-basis: 64%;
	border:solid 1px #ffff;
	align-items: center;
	width:100%;
	padding-left: 15px;
  }

  .inner_txt h4 {
	text-align:center
  }


  .inner_img {
	display: flex;
	flex-basis: 24%;
	margin: 8px;
	justify-content: space-between;
	flex-direction: column;
  }




  .inner2 {
	display: flex;
	flex-basis: 49%;
  
	background: #ffff;
	border: solid 2px #dbe1e8;
  
	margin: 5px;
	margin-right: auto;/*「その他」のみ左寄せにする処理 */
	align-items: center;
	justify-content: flex-start;
	width: 100%;
  }

  .inner2_txt{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
  
	margin: auto 0;
	flex-basis: 64%;
	border:solid 1px #ffff;
	align-items: center;
	width:100%;
	padding-left: 15px;
  }
  .inner2_img{
	display: flex;
	flex-basis: 24%;
	margin: 8px;
	justify-content: space-between;
	flex-direction: column;
  }
  
  /*スマホ*/
  @media screen and (max-width: 640px), print {
	.container{
	  display: block;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: stretch;
	  margin: 10px;
	  margin-top: -6px;
	  margin-bottom: 0.1px;
	  width: 90%;
	}

	.h4 {
		justify-content: center;
	  }
	
	.inner{
	  margin: 5px;
	}

	.inner2 {
	  width: 100%;
	}
  }

  /*タブレット*/
  @media screen and (min-width: 668px) and (max-width: 1180px){
	.container{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
	  }
  
	  .h4 {
		  justify-content: center;
		}
	  
	  .inner{
		margin: 5px;
	  }
  
	  .inner2 {
		display: flex;
		flex-basis: 48.5%;
	  }
	}

