@charset "utf-8";

/* 共通
------------------------------------------------------------------ */
.cell {
	margin-bottom: 30px;
}
.text-aline_c {
  text-align: center;
}
.text-aline_r {
  text-align: right;
}
.m_b20 {
  margin-bottom: 20px;
}
.red {
  color: #FF0004;
}
.lead {
	overflow: hidden;
}
.lead img {
	float: right;
	margin: 0 0 15px 20px;
}

@media screen and (max-width: 768px) {
	.lead {
		text-align: center;
	}
	.lead img {
		float: none;
		margin: 0;
	}
	.hot_page .lead p {
		text-align: left
	}
}
.cell_text_footer {
  clear: both;
  width: 960px;
  line-height: 1;
  margin: auto;
  text-align: right;
}
.cell_text_footer a {
	display: inline-block;
  background: url(../images/share/icon_arrow02.png) left center no-repeat;
  padding: 3px 0 3px 15px;
  margin-bottom: 10px;
  color: #68767E;
}
@media screen and (max-width: 768px) {
	.cell_text_footer {
	  clear: both;
	  width: 100%;
	  line-height: 1;
	  margin: auto;
	  text-align: right;
	}
}
@media screen and (max-width: 480px) {
	.cell_text_footer img {
		width: 15%;
	}
}
/* マップリンクボタン */
.btn_map {
  background-color: #2189B7;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 6px;
  display: inline-block;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.float_box {
  overflow: hidden;
}
.float_box .left_cell {
  float: left;
  width: 48%;
}
.float_box .right_cell {
  float: right;
  width: 48%;
}
@media screen and (max-width: 480px) {
  .float_box .left_cell,
  .float_box .right_cell {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* テーブルレイアウト */
.table_style_01 {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 10px
}
.table_style_01 tr td {
  width: 20%;
  vertical-align: top;
	border-bottom: solid 1px #BCB3BC;
	padding: 10px 10px;
}
.table_style_01 tr td + td {
  width: 80%;
}

@media screen and (max-width: 480px) {
	.table_style_01 tr td,
	.table_style_01 tr td + td {
		width: auto;
		display: block;
    width: 94%;
    padding: 3% 10px;
    border: none;
    background-color: #ddd;
	}
  .table_style_01 tr td + td {
    border-bottom: solid 1px #BCB3BC;
    background-color: #fff;
  }
	.table_style_01 tr th br {
		display:  none;
	}
}



/* トップページ
------------------------------------------------------------------ */
.cell.main_image {
	height: 500px;
	background: url(../images/top/bg_main_image.jpg) center top no-repeat;
}
.cell.main_image div {
	max-width: 1000px;
	height:500px;
	margin:auto;
	position: relative;
}
@media screen and (max-width: 425px) {
	.cell.main_image {
		height: 300px;
		background-size: auto 100%;
	}
	.cell.main_image div {
		height: 300px;
	}
}
@media screen and (max-width: 320px) {
	.cell.main_image {
		height:250px;
	}
  .cell.main_image div {
		height: 250px
	}
}
.cell.main_image div p {
	position: absolute;
  top: 0;
	bottom: 0;
	left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  height: 120px;
	font-size: 200%;
	color: #fff;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .cell.main_image div p {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .cell.main_image div p {
    font-size: 150%;
    width: 260px;
    height: 90px;
  }
}
.cell.main_image div p span {
  font-size: 120%;
}

.cell.top_menu {
	max-width:960px;
	margin: 0 auto 30px;
}
.cell.top_menu .top_link01,
.cell.top_menu .top_link02 {
	overflow: hidden;
}
.cell.top_menu .top_link01 li {
	float: left;
  width: 49%;
	list-style: none;
	margin-bottom: 20px;
}
.cell.top_menu .top_link01 li:last-child {
	float: right;
}

@media screen and (max-width: 480px) {
  .cell.top_menu .top_link01 li,
  .cell.top_menu .top_link01 li:last-child {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.cell.top_menu .top_link02 > div {
  float: left;
  width: 49%;
}
.cell.top_menu .top_link02 > div.top_news {
  float: right;
  min-height: 230px;
  border: 1px solid #4D87B6;
  position: relative;
}
@media screen and (max-width: 480px) {
  .cell.top_menu .top_link02 > div {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cell.top_menu .top_link02 .top_news .title  {
  font-size: 2.0rem;
  border-bottom: solid 1px #4D87B6;
  margin: 5px 10px;
  text-align: center;
  color: #68767E;
}
.cell.top_menu .top_link02 .top_news ul {
  margin: 10px 20px;
}
.cell.top_menu .top_link02 .top_news ul li {
  list-style: none;
  margin: 5px 0;
}
.cell.top_menu .top_link02 .top_news ul li a {
  color: #68767E;
  display: block;
  background: url(../images/share/icon_arrow01.png) no-repeat left center;
  padding-left: 20px;
}
.cell.top_menu .top_link02 .top_news ul + p {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cell.top_menu .top_link02 .top_news ul + p a {
  color: #68767E;
  display: block;
  background: url(../images/share/icon_arrow01.png) no-repeat left center;
  padding-left: 20px;
}


/* 理念
------------------------------------------------------------------ */
.syaze {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}
.rinen_msg {
  padding: 20px 150px 20px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .rinen_msg {
    padding: 20px 20px 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* 会社案内
------------------------------------------------------------------ */
.aisatu_photo {
  float: right;
  padding: 0 0 0 5px;
}
.about_company dl {
  overflow: hidden;
}
.about_company dl dt {
  width: 27%;
  float: left;
  clear: both;
}
.about_company dl dd {
  width: 70%;
  float: right;
  margin-bottom: 15px;
}

@media screen and (min-width: 321px) {
  .about_company dl dt .btn_map {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .about_company dl dt,
  .about_company dl dd {
    float: none;
    width: 100%;
  }
  .about_company dl dt {
    border-left: 5px solid #BCB3BC;
    padding-left: 5px;
  }
  .about_company dl dt br {
    display: none;
  }
  .about_company dl dt .btn_map {
    margin-left: 8px;
  }
}
.history_box {
  overflow: hidden;
}
.history_table {
  width: 74%;
  float: left;
}
.history_table tr td {
  width: 16%;
  padding-bottom: 10px;
}
.history_table tr td + td {
  width: 80%;
}
.history_photo {
  width: 22%;
  float: right;
}
.history_photo li {
  list-style: none;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.history_photo li img {
  width:  100%;
  max-width: 210px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .history_table,
  .history_photo {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .history_table tr td {
    width: 25%;
  }
  .history_table tr td + td {
    width: 70%;
  }
  .history_photo {
    overflow: hidden;
  }
  .history_photo li {
    float: left;
    width: 48%;
  }
  .history_photo li:nth-child(2n) {
    float: right;
  }
}


/* 業務案内
------------------------------------------------------------------ */
.business_box_01 {
  margin: 20px 0;
}
.business_box_01 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.business_box_01 .left_cell > div,
.business_box_01 .right_cell > div {
  border: 1px solid #BEBEC7;
}
.business_box_01 h3 {
  background: #E5E7F0;
  border-left: 17px solid #F54432;
  border-bottom: none;
  padding: 5px 5px 5px 15px;
}
.business_box_01 h3 span {
  font-size: 1.4rem;
}
.business_box_01 p {
  max-width: 94%;
  margin: 0 auto 10px;
}
.business_box_01 a {
  display: inline-block;
  padding: 3px 5px 3px 18px;
  color: #000;
  background: url(../images/share/icon_arrow03.png) 5px center no-repeat #E5E7F0;
}

/* 業務案内-運送業務
-------------------------------- */
.business_box_02 img {
  width: 100%;
  height: auto;
}
.business_box_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business_box_03 > li {
  width: 31%;
  list-style: none;
  margin-bottom: 20px;
}
.business_box_03 > li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .business_box_03 > li {
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .business_box_03 > li {
    width: 100%;
  }
}

/* 業務案内-倉庫業務
-------------------------------- */
.business_box_04 > div {
  margin-bottom: 20px;
}
.business_box_04 .left_cell {
  clear: both;
}
.business_box_04 table {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
table.td3-align-r tr td:nth-child(3) {
	text-align: right;
}
p.another_link a {
  width: 300px;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
}
p.another_link a {
  display: inline-block;
  padding: 13px 0px 11px 0px;
  color: #000;
  background: url(../images/share/icon_arrow03.png) 5px center no-repeat #E5E7F0;
}



/* お知らせ
------------------------------------------------------------------ */
.news_main {
  float: left;
  width: 70%;
}
.news_side {
  float: right;
  width: 25%;
}
@media screen and (max-width: 480px) {
  .news_main,
  .news_side {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.news_main ul li {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.news_main ul li a {
  display: inline-block;
  background: url(../images/share/icon02.png) left center repeat-y;
  padding-left: 20px;
  color: #000;
}
.news_main span {
  display: block;
  font-size: 1.2rem;
}
.news_side > div {
  background-color: #EDF3DA;
  padding: 15px;
}
.news_side ul li {
  list-style: none;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.news_side ul li a {
  color: #000;
}
.news_side ul li span {
  font-size: 1.0rem;
  display: block;
}
.news_side .title {
  text-align: center;
  font-size: 1.6rem;
}
.news_side .more {
  text-align: right;
  margin-bottom: 0;
}
.news_side .more a {
  background: url(../images/share/icon_arrow05.png) left center no-repeat;
  display: inline-block;
  padding-left: 20px;
  color: #000;
}
@media screen and (min-width: 479px) {
  .news_text {
    min-height: 450px;
  }
}
.news_text + p {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #B9DF78;
}
.news_text h3 + p {
  margin-bottom: 20px;
}
.news_text + p a {
  color: #000;
}



/* お問い合わせ
------------------------------------------------------------------ */
.tell_number {
  font-size: 2.2rem;
}
.contact_form {
  margin: 20px 0;
}
@media screen and (min-width: 479px) {
  .contact_form tr td {
    padding-left: 15%;
    width: 30%;
	line-height: 2;
  }
  .contact_form tr td +td {
    padding-left: 0;
  }
  .contact_form tr td input {
    padding: 4px 5px;
  }
}




.right_photo {
  float: right;
}
@media screen and (max-width: 768px) {
  .right_photo {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}






/* お問合せ
------------------------------------------------------------------ */
/* .contact_page .cell {
	margin-top: 100px;
	background: url(../images/top/line_red.png) no-repeat center top;
	padding-top: 80px;
	background-color: #F6F3F0;
}
.contact_page .cell_in {
	width:960px;
	margin: auto;
	background-color:#fff;
	padding: 60px 0;
}
.contact_page .cell_in h2 {
	border-bottom: solid 2px #DF0011;
	padding-bottom: 5px;
	margin-bottom: 30px;
	text-align:center;
	
}
.contact_page .cell_in .cell_inner_box {
	width:680px;
	margin: auto;
	text-align: left;
} */
.contact_page span {
	color: #EF8575;
}
.contact_page table {
	margin: 30px auto;
	width: 620px;
	border-collapse: separate;
	border-spacing: 0 15px;
	vertical-align: top;
}
@media screen and (max-width: 619px) {
	.contact_page table {
		width: 100%;
	}
	.contact_page table tr th,
	.contact_page table tr td {
		display: block;
		width: 100%;
	}
	
}
.contact_page table tr {
	
}
.contact_page table tr td {
	
}
.contact_page table tr th {
	vertical-align:  top;
} 
.contact_page input,
.contact_page textarea {
	background-color:#FCEBE2;
	border: none;
	line-height: 2.0;
	width: 100%;
}
.contact_page p {
	margin-bottom: 30px;
}
.contact_page p a {
	color: #EF8575;
}
.contact_page p.button {
	width:260px;
	margin: 20px auto;
}
.contact_page input[type="submit"] {
	display: block;
	width: 260px;
	height: auto;
	padding: 5px 0;
	border: 1px solid #EF8575;
	cursor: pointer;
	outline: none;
	color: #EF8575;
}
@media screen and (max-width: 480px) {
	.contact_page table {
		margin-bottom: 0;
	}
	.contact_page p.button {
		margin-top: 10px;
	}
	.contact_page form {
		margin-bottom: 50px;
	}
}


/* 個人情報保護方針
-------------------------------- */
.privacypolicy dl {
	margin: 30px 0 0px;
}
.privacypolicy dt {
	font-weight: bold;
	margin: 0 0 8px;
	font-size: 1.5rem;
}
.privacypolicy dt:before {
	content: "■";
	padding: 0 8px 0 0;
}
.privacypolicy dd {
	margin: 0 0 40px;
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {

}







/* 各ページ共通箇所 */





/* 均等配置
------------------------------------------------------------------ */
div.flex {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
