@charset "utf-8";


.sub_top_img {
	background-image: url(../../common/img/pic_cargo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}




.h2_right{
	text-align: right;
	font-size: 100% !important;
}

.content h2 .h2_right span {
	/*font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;*/
	font-size: 50%;
	font-weight: normal;
}



.content .nomal_text {
	margin-bottom: 0px;
}

.content .small_text {
	font-size: 80%;
	margin-top: 0px;
}

.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;
}

/*
料金欄にジャンプするときの間隔調整
-------------------------------------------*/
a.scroll_point {
	margin-top: -140px;
	padding-top: 140px;
	display: block;
}



/*
拠点切り替えタブ
-------------------------------------------*/
/*
.container {
	max-width: 90%;
	margin: 0 auto;
	border-radius: 10px;
}

.swiper-navigation {
	cursor: pointer;
	
}

.swiper-navigation .swiper-slide {
	padding: 20px;
	width: 140px;
	position: relative;
	border-radius: 10px 10px 0 0;
	background: #ddd;
	border-right: solid 1px #FFFFFF;
	box-sizing: border-box;
	text-align: center;
}

.swiper-slide h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 10px;
    font-weight: bold;
    clear: both;
    margin-top: 15px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 30px;
}

.swiper-slide p {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px 10px 10px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
}

.swiper-slide .btn a{
	font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 5px solid #0085B2;
    text-decoration: none;
    display: block;
    width: 50%;
    background-color: #0085B2;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
	max-width: 500px;
	float: left;
	margin: 10px 0 0 10%;
}

.swiper-slide .btn a:hover{
	color: #0085B2;
    background-color: #FFF;
    border-top-color: #0085B2;
    border-right-color: #0085B2;
    border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.swiper-navigation .swiper-slide.selected {
	font-weight: bold;
	color: #FFFFFF;
}

.swiper-navigation .swiper-slide.selected.hokkaido_bg{
    background: #6aa2d7;
}

.swiper-navigation .swiper-slide.selected.tokyo_bg{
    background: #009dbc;
}

.swiper-navigation .swiper-slide.selected.kanagawa_bg{
    background: #ea6da4;
}

.swiper-navigation .swiper-slide.selected.tokai_bg{
    background: #4ac0f0;
}

.swiper-navigation .swiper-slide.selected.kyoto_bg{
    background: #9f3b42;
}

.swiper-navigation .swiper-slide.selected.osaka_bg{
    background: #a67696;
}

.swiper-navigation .swiper-slide.selected.hyogo_bg{
    background: #bdd657;
}

.swiper-navigation .swiper-slide.selected.hiroshima_bg{
    background: #aa61a4;
}

.swiper-navigation .swiper-slide.selected.fukuoka_bg{
    background: #646464;
}

.swiper-navigation .swiper-slide.selected::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #FFFFFF transparent transparent transparent;
}

.swiper-contents{
	border: 1px solid #ccc;
	border-radius: 0 0 10px 10px;
}

.swiper-contents .swiper-slide {
	padding: 2%;
	box-sizing: border-box;
}
*/
.inquiry_box {
    padding: 15px 5px 15px 5px;
    margin: 20px;
	border: double 5px #333;
	display: inline-block;
	width: 80%;
}

.outside{
	text-align: center;
}

.inquiry_box p{
	font-weight: bold;
	margin: auto;
	padding: 0px;
	float: left;
	width: 48%;
}

.inquiry_box a{
	text-decoration: none;
	font-weight: bold;
	margin: auto;
	float: left;
	width: 25%;
	color:#333;
}


/*
.hokkaido{
    color: #6aa2d7 !important;
}

.tokyo{
    color: #009dbc !important;
}

.kanagawa{
    color: #ea6da4 !important;
}

.tokai{
    color: #4ac0f0 !important;
}

.kyoto{
    color: #9f3b42 !important;
}

.osaka{
    color: #a67696 !important;
}

.hyogo{
    color: #bdd657 !important;
}

.hiroshima{
    color: #aa61a4 !important;
}

.fukuoka{
    color: #646464 !important;
}
*/

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:20px 5px;
}

.tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}
.tab-label:not(:last-of-type) {
    margin-right: 1px;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    /*border:1px solid #cccccc;*/
    border-radius:0 0 10px 10px;
}
.tab-switch:checked+.tab-hokkaido {
    background:#6aa2d7;
} 
.tab-switch:checked+.tab-tokyo {
    background:#009dbc;
}
.tab-switch:checked+.tab-kanagawa {
    background:#ea6da4;
}
.tab-switch:checked+.tab-tokai {
    background:#4ac0f0;
}
.tab-switch:checked+.tab-kyoto {
    background:#9f3b42;
}
.tab-switch:checked+.tab-osaka {
    background:#a67696;
}
.tab-switch:checked+.tab-hyogo {
    background:#bdd657;
}
.tab-switch:checked+.tab-hiroshima {
    background:#aa61a4;
}
.tab-switch:checked+.tab-fukuoka {
    background:#646464;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.tab-content h4{
    margin-left:15px !important;
}

.tab-content .btn a {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 5px solid #0085B2;
    text-decoration: none;
    display: block;
    width: 50%;
    background-color:#0085B2;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
    float: left;
    margin: 10px 0 0 10%;
}

.tab-content .btn a:hover{
	color: #0085B2;
    background-color: #FFF;
    border-top-color: #0085B2;
    border-right-color: #0085B2;
    border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}






/*
各種テーブル
-------------------------------------------*/

.content table.distancePrice {
	width: 15%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 10%;
	/*max-width: 820px;*/
	float: left;
	text-align: center;
}
.content table th,
.content table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	/*padding: 20px;*/
	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;
}
.content table th {
	/*font-size: 18px;*/
	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;
}

.content table .tr_gr th {
	background-color: #EEE;
}
.content table .tr_gr td {
	background-color: #F9F9F9;
}

.content table td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #006384;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

.content table.otherPrice {
	width: 60%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 5%;
	float: left;
}

.content div.size {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content table.size {
	width: 27%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}


.content table.size th {
	text-align: left;
	padding-left: 5px;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	/*padding: 20px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
.content table.table_02 th {
	/*font-size: 18px;*/
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #F6F6F6;
	color: #006384;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_02 .tr_gr th {
	background-color: #EEE;
}
.content table.table_02 .tr_gr td {
	background-color: #F9F9F9;
}

.content table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #006384;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


.select_box{
    /*width:80%;*/
    display:flex;
    margin-left:20px;
    vertical-align: middle;
}

.select_box .s_title {
    margin: 0;
    padding: 5px 10px;
    color: #000;
}

.list_area {
    font-size: 16px;
    color: #333;
    padding: 0.5em;
}

.list_all {
    width: 100%;
    margin: 0 auto;
}

.li_cont {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 98%;
    margin: 20px auto;
}

.li_cont .box_tbl{
    width:100%;
    height:auto;
    margin:0 auto;
    display:flex;
}

.li_cont table.distancePrice2 {
    width: 48%;
    margin:30px auto;
}

.li_cont table.distancePrice2 th, .acd-content table.distancePrice2 td{
    font-size:15px;
}

.li_cont table.otherPrice2 {
    width: 48%;
    margin:30px auto;
}

.li_cont table.otherPrice2 th, .acd-content table.otherPrice2 td{
    font-size:15px;
}

.li_cont .box_btn{
	clear:left;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
	width:100%;
	margin:0 auto;
}

.li_cont .btn a {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 5px solid #0085b2;
    text-decoration: none;
    display: block;
    width: 300px;
    background-color: #0085b2;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
	margin-bottom:30px;
}

.li_cont .btn2 a {
    font-size: 20px;
    font-weight: bold;
    color: rgb(255 255 255);
    text-align: center;
    border: 5px solid rgb(0 133 178);
    text-decoration: none;
    display: block;
    width: 50%;
    background-color: rgb(0 133 178);
    margin-right: auto;
	/*margin-left: auto;*/
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
	margin: 10px 0 0 5%;
	margin-bottom:30px;
}


.content table.distancePrice td{
	white-space: nowrap;
}

.small {
	font-size: 80%;
	color: #666;
}
.chui {
	color: #F03600;
}


.table_01 th span {
	font-size: 12px;
	color: #CCC;
}



/*
配送方法一覧
-------------------------------------------*/
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;
	}
}

/*
.content .list_box{
    font-size: 18px;
    text-align: center;
	padding: 10px 0 10px 0;
    color: #044760;
    background-color: #F9F9F9;
    border-bottom-color: #BBB;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border-bottom-style: dotted;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	display: block;
	position: relative;
	border: 1px solid #FFFFFF;
	clear: both;
}
*/

/*
こんな企業様にオススメ
-------------------------------------------*/

.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;
}

.content .kome_indent{
	padding-left:1em;
	text-indent:-1em;
}


@media screen and (min-width:960px){
}
/*(/960～)*/


@media screen and (min-width:1200px){
}
/*(/1200～)*/

 
@media screen and (max-width:960px){
	
	.tab-label {
        font-size:13px;
    }
	.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;
	}


	.inquiry_box p{
		width: 100%;
	}

	.inquiry_box a{
		width: 50%;
	}

}
/*(/～960)*/


/*iPad対応*/

@media screen and (max-width:780px){

.content table.otherPrice {
	width: 65%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 3%;
	float: left;
}


.content table.distancePrice {
    width: 22%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 6%;
}

.btn-flat-border {
  width: 40%;
  margin: 5px 2% 5px 3%;
}
/*
料金欄にジャンプするときの間隔調整
-------------------------------------------*/
a.scroll_point {
	margin-top: -50px;
	padding-top: 50px;
	display: block;
}




}
/*(/～780)*/

/*セレクトボックス非表示*/
@media screen and (min-width:761px){
    
    .select_box{
        display:none;
    }
    #li_hokkaido, #li_tokyo, #li_kanagawa, #li_tokai, #li_kyoto, #li_osaka, #li_hyogo, #li_hiroshima, #li_fukuoka{
        display:none;
    }
    .cargo-sp{
        display:none;
    }
    
}

@media screen and (max-width:760px){
	.cargo-pc{
		display: none;
	}
	.cargo-sp{
        display:block;
    }
	/*リストの初期表示は東京の料金*/
    section #list_tokyo{
        display: block;
    }
    #li_hokkaido, #li_kanagawa, #li_tokai, #li_kyoto, #li_osaka, #li_hyogo, #li_hiroshima, #li_fukuoka{
        display: none;
    }
    
    .li_cont .box_tbl{
        display:block;
    }

    .li_cont table.distancePrice2 {
        width: 97%;
    }

    .li_cont table.otherPrice2 {
        width: 97%;
    }
}
/*(/～760)*/

@media screen and (max-width:736px){

.content .ul_news li {
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    font-size: 14px !important;
    padding-right: 10px;
    padding-left: 10px;
}

}

/*(～736)*/


@media screen and (min-width:641px){

.br-sp{
	display:none;
}

}

/*(641～)*/


@media screen and (max-width:640px){

/*スマホの改行対応*/


.br-sp{
		display:block;
}

.content table.distancePrice {
    width: 90%;
	margin: 20px auto 30px auto;
	float: none;
}

.content table.otherPrice {
    width: 90%;
	margin: 20px auto 30px auto;
    float: none;
}

.swiper-slide .btn a {
    width: 80%;
	margin: 10px auto auto auto;
	float: none;
}

.content table.size {
	width: 90%;
}

ul.works_list li {
    width: 80%;
    margin: 0 auto;
}

.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;
}

}

/*(/～640)*/

@media screen and (min-width:461px){
    .br-inq{
        display:none;
    }
    .br-yakan{
        display:none;
    }
    
}
/*(/461~)*/

@media screen and (max-width:460px){

.btn-flat-border {
  width: 93%;
  
}

.inquiry_box a{
	width: 100%;
	padding: 5px 0;
}


#sub_top .sub_top_img p{
	padding-left: 20px;
}
.br-inq{
	display:block;
}
.br-yakan{
	display:block;
}

}
/*(/～460)*/

@media screen and (min-width:321px){
    .br-320{
        display:none;
    }
}
/*(/321~)*/

@media screen and (max-width:320px){
    
    .li_cont table.distancePrice2 th{
        font-size: 11px;
    }

    .li_cont table.distancePrice2 th.midashi{
        font-size: 15px;
    }
    
    .li_cont table.distancePrice2 td {
        font-size: 12px;
    }

    .li_cont .btn a {
        width: 280px;
    }
    table.otherPrice2 td.yakan{
        font-size:14px;
    }
    .br-320{
        display:block;
    }
}
/*(/～320)*/