p.link_ttl{
	text-align: center;
	color: #07186E;
	font-size: 30px;
	font-weight: bold;
	padding: 40px 0;
	background-image: url(../img/promo-page-title.png);
}
ul.link_box{
	display:flex;
	text-align: center;
	justify-content: center;
}
ul.link_box li a{
	color: #09186E;
	text-decoration: none;
	border: solid 2px #09186E;
	padding: 15px;
	font-size: 14px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-weight: bold;
}
.center{
	text-align:center;
}

/*-----------------
	丸菱運輸について
-----------------*/
/*ごあいさつ*/
.section_ttl_box{
	border: solid 1px #E4E4E4;
	font-size: 20px;
	line-height: 1.1;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-top: solid 3px #09186E;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03);
	background: #FFF;
	position: relative;
	margin-bottom: 20px;
}
.section_ttl_box::before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1.1;
    color: #DDD;
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translateY(-50%);
}
.greeting_area p.txt{
	text-align: center;
	font-size: 16px;
}
.greeting_area img{
	display: block;
	margin: 40px auto 0;
}

/*丸菱運輸の3つの満足*/
.satisfaction_area{
	background: #F2F3F8;
}
.satisfaction_area ul{
	display: flex;
	flex-wrap: wrap;
}
.satisfaction_area ul li{
	padding: 10px;
	width: 33.3%;
	text-align: center;
}
.satisfaction_area ul li img{
	width: 100%;
}
.satisfaction_area p.txt{
	text-align: center;
}
@media (max-width:767px) {
	.satisfaction_area ul li{
		width: 50%;
	}
}

/*安全に対する取り組みについて*/
.attempt_area ul{
	display: flex;
	flex-wrap: wrap;
}
.attempt_area ul li{
	width: 50%;
	padding: 10px;
}
.attempt_area ul li p.ttl{
	padding: 10px;
	font-size: 20px;
	color: #09186E;
	line-height: 1.2;
	border-left: solid 2px #09186E;
	margin: 40px 0 20px;
	background-color: #f5f5f5;
}
.attempt_area ul li img{
	width: 100%;
	margin: 0 0 15px;
}
.attempt_area ul.link_box{
	text-align: center;
}
.attempt_area ul.link_box li a{
	color: #09186E;
	text-decoration: none;
	border: solid 2px #09186E;
	padding: 15px;
	font-size: 14px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-weight: bold;
}
@media (max-width:767px) {
	.attempt_area ul li{
		width: 100%;
	}
}

/*企業としての取り組み*/
.corporate_area ul{
	display: flex;
/*	justify-content: center;*/
	align-items: center;
	flex-wrap: wrap;
}
.corporate_area ul li{
	display: block;
	width: 50%;
	padding: 10px;
}
.corporate_area ul li .img_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.corporate_area ul li p.ttl{
	padding: 10px;
	font-size: 20px;
	color: #09186E;
	line-height: 1.2;
	border-left: solid 2px #09186E;
	margin: 40px 0 20px;
	background-color: #f5f5f5;
}
.corporate_area ul li img{
	max-width:100%;
	margin: 0 0 15px;
	max-height: 300px;
	padding: 10px;
}
.corporate_area ul.link_box{
	text-align: center;
}
hr{
	border: solid 1px #f1f1f1;
	margin: 30px 0;
}
@media (max-width:767px) {
	.corporate_area ul li{
		width: 100%;
	}
	.corporate_area ul li .img_box img{
		width: 50%;
	}
}

/*-----------------
	輸送サービス
-----------------*/
.delivery_area ul{
	display: flex;
	flex-wrap: wrap;
}
.delivery_area ul li{
	width: 50%;
	padding: 10px;
}
.delivery_area ul li p.ttl{
	padding: 10px;
	font-size: 20px;
	color: #09186E;
	line-height: 1.2;
	border-left: solid 2px #09186E;
	margin: 40px 0 20px;
	background-color: #f5f5f5;
}
.delivery_area ul li .item_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.delivery_area ul li img{
	width: 100%;
	margin: 0 0 15px;
}
.delivery_area ul li .item_box img{
	width: 40%;
	height: 100%;
	margin: 0;
	border: solid 4px #F6F6F6;
}
.delivery_area ul li .item_box p{
	width: 60%;
	padding-left: 10px;
}
.delivery_area ul li.fist{
	width: 100%;
}
.delivery_area ul.link_box li a {
    color: #09186E;
    text-decoration: none;
    border: solid 2px #09186E;
    padding: 15px;
    font-size: 14px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
@media (max-width:767px) {
	.delivery_area ul li,
	.delivery_area ul li .item_box img,
	.delivery_area ul li .item_box p{
		width: 100%;
	}
	.delivery_area ul li .item_box p{
		padding: 10px 0;
	}
}

/*-----------------
	倉庫保管サービス
-----------------*/
.warehouse_area .item_box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.warehouse_area .item_box img{
	width:40%;
}
.warehouse_area .item_box p{
	width:60%;
	padding-right: 50px;
}
img.warehouse{
	width: 100%;
	margin: 50px 0;
}
.warehouse_area ul.link_box{
	display: flex;
}
.warehouse_area ul li {
	width: 50%;
	padding: 10px;
}
.warehouse_area ul.link_box li a {
	color: #09186E;
	text-decoration: none;
	border: solid 2px #09186E;
	padding: 15px;
	font-size: 14px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.warehouse_area p.ttl {
	padding: 10px;
	font-size: 20px;
	color: #09186E;
	line-height: 1.2;
	border-left: solid 2px #09186E;
	margin: 40px 0 0;
	background-color: #f5f5f5;
}
.warehouse_area ul.example_list{
	border: solid 2px #EEEEEE;
	display: flex;
	flex-wrap: wrap;
}
.warehouse_area ul.example_list li {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	line-height: 1.2;
	font-weight: 600;
	color: #09186E;
	padding: 15px;
	position: relative;
	border-bottom: dotted 1px #EEE;
	width: 50%;
}
@media (max-width:767px) {
	.warehouse_area .item_box img,
	.warehouse_area .item_box p,
	.warehouse_area ul.example_list li,
	.warehouse_area ul li{
		width:100%;
	}
	.warehouse_area .item_box p{
		padding: 15px 0 0;
	}
	.warehouse_area ul.link_box{
		display: block;
	}
}
/*-----------------
	パートナー企業募集
-----------------*/
.partner_area .item_box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.partner_area .item_box img{
	width:40%;
}
.partner_area .item_box p{
	width:60%;
	padding-right: 50px;
}
.partner_area p.ttl {
	padding: 10px;
	font-size: 20px;
	color: #09186E;
	line-height: 1.2;
	border-left: solid 2px #09186E;
	margin: 40px 0 0;
	background-color: #f5f5f5;
}
.partner_area ul.example_list{
	border: solid 2px #EEEEEE;
	display: flex;
	flex-wrap: wrap;
}
.partner_area ul.example_list li {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	line-height: 1.2;
	font-weight: 600;
	color: #09186E;
	padding: 15px;
	position: relative;
	border-bottom: dotted 1px #EEEEEE;
	width: 50%;
}
.partner_area ul.link_box{
	display: flex;
	margin-top: 50px;
}
.partner_area ul li {
	width: 50%;
	padding: 10px;
}
.partner_area ul.link_box li a {
	color: #09186E;
	text-decoration: none;
	border: solid 2px #09186E;
	padding: 15px;
	font-size: 14px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
@media (max-width:767px) {
	.partner_area .item_box img,
	.partner_area .item_box p,
	.partner_area ul.example_list li,
	.partner_area ul li{
		width:100%;
	}
	.partner_area .item_box p{
		padding: 15px 0 0;
	}
	.partner_area ul.link_box{
		display: block;
	}
}

/*-----------------
	保有車両一覧
-----------------*/
.vehicle_area ul,
.vehicle_txtlist_area ul {
    display: flex;
    flex-wrap: wrap;
}
.vehicle_area ul li,
.vehicle_txtlist_area ul li{
    width: 50%;
    padding: 10px;
}
.vehicle_area ul li p.ttl {
	padding: 10px;
	font-size: 20px;
	color: #09186E;
	line-height: 1.2;
	border-left: solid 2px #09186E;
	margin: 40px 0 20px;
	background-color: #f5f5f5;
}
.vehicle_txtlist_area p.ttl {
	padding: 10px;
	font-size: 20px;
	color: #09186E;
	line-height: 1.2;
	border-left: solid 2px #09186E;
	margin: 40px 0 20px;
	background-color: #f5f5f5;
}
.vehicle_txtlist_area table {
	border-collapse: collapse;
	width: 100%;
}
.vehicle_txtlist_area table tr td{
	 border:1px solid #DDDDDD;
	 padding: 10px;
}
.vehicle_txtlist_area table th {
    color: #FFF;
    line-height: 1.1;
    padding: 1.0em;
    background: #09186E;
    border: solid 1px #E4E4E4;
    text-align: center;
}
.vehicle_txtlist_area table tr td.subttl{
	background: #E6E7F0;
	text-align: center;
}
.vehicle_txtlist_area ul.link_box{
	margin: 40px 0 0;
}
@media (max-width:767px) {
	.vehicle_area ul li,
	.vehicle_txtlist_area ul li,
	.vehicle_area ul li img{
		width:100%;
	}
}

/*------------------
	採用情報
------------------*/
.recruit_area ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction:row-reverse;
}
.recruit_area ul li{
	width: 50%;
	padding: 10px;
}
.recruit_area ul li img{
	width:100%;
}
.overview_area table{
	width:100%;
	border-collapse:collapse;
}
.overview_area table .tbody{

}
.overview_area table th{
	width:25%;
	background-color:#f6f6f6;
}
.overview_area table th,
.overview_area table td{
	border: solid 1px #E4E4E4;
	padding:10px;
}
@media (max-width:767px) {
	.recruit_area ul li,
	.overview_area table th{
		width: 100%;
	}
	.overview_area table th,
	.overview_area table td{
		display:block;
	}
}
/*------------------
会社概要/お問い合わせ
------------------*/
.compro_area ul{
	display: flex;
	flex-wrap: wrap;
}
.compro_area ul li{
	width: 50%;
	padding: 10px;
}
.compro_area table{
	width:100%;
	border-collapse:collapse;
}
.compro_area table th{
	width:25%;
	background-color:#f6f6f6;
}
.compro_area table th,
.compro_area table td{
	border: solid 1px #E4E4E4;
	padding:10px;
}
.history_area table{
	width:100%;
	border-collapse:collapse;
}
.history_area table tr{
	display: block;
	padding: 10px;
	letter-spacing: -0.4em;
}
.history_area table th,
.history_area table td{
	display: inline-block;
}
.history_area table th{
	width: 20%;
}
.history_area table td{
	border-left:1px solid #DDDDDD;
	width: 80%;
}
.history_area ul.timeline {
	list-style: none;
	padding: 0;
	margin: 0;
}
.history_area ul.timeline li {
	display: flex;
	flex-wrap: wrap; /* スマホで折り返し可能 */
	border-bottom: 1px solid #E4E4E4;
	padding: 1rem 0;
}
.history_area ul.timeline li:first-child {
	border-top: none;
}
.history_area .date {
	flex: 0 0 11rem; /* 左列の固定幅 */
	/*font-weight: bold;*/
	margin-right: 1rem;
	white-space: nowrap;
}
.history_area .event {
	flex: 1;
	padding-left: 20px;
	line-height: 1.8;
	border-left: 1px solid #E4E4E4;
}

@media (max-width:767px) {
	.compro_area ul li{
		width:100%;
	}
	.compro_area table th,
	.compro_area table td{
		display:block;
		width: 100%;
	}
	.history_area ul.timeline li span{
		display:block;
		flex: 1 1 100%;
	}
	.history_area ul.timeline li span.event{
		border-style: none;
		padding:0;
	}
}
/*------------------
		お知らせ
------------------*/
.topic_area p.op_date{
	font-size:14px;
	border-bottom:1px solid #E4E4E4;
	padding-bottom: 10px;
}
.topic_area p.txt{
	margin-top:10px;
}

/*------------------
	倉庫紹介
------------------*/
/* --- 倉庫紹介セクション用CSS --- */

.wh-section {
    background-color: #fff;
    padding: 60px 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.wh-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* イントロダクション */
.wh-intro {
    text-align: center;
    margin-bottom: 50px;
    /* 背景画像がある場合はここに設定 */
    /* background: url('bg-image.jpg') center/cover; */
}

.wh-main-title {
    font-size: 32px;
    color: #004d80; /* 資料の紺色イメージ */
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #ff8c00;
    display: inline-block;
    padding-bottom: 10px;
}

.wh-lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: bold;
}

.wh-sub-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.wh-area-title {
    color: #004d80;
    font-size: 22px;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 5px solid #004d80;
}

/* グリッドレイアウト */
.wh-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* カードデザイン */
.wh-card {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s;
    border: 1px solid #eee;
}

.wh-card:hover {
    transform: translateY(-5px);
}

.wh-img-area {
    width: 100%;
    height: 220px;
    background-color: #eee; /* 画像がない時の背景色 */
}

.wh-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wh-content {
    padding: 20px;
}

.wh-name {
    color: #004d80;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.wh-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    height: 4.8em; /* 3行分程度の高さを確保してレイアウト崩れ防止 */
    overflow: hidden;
}

/* データテーブル（資料のオレンジラベル再現） */
.wh-data-table {
    border-top: 1px solid #e0e0e0;
}

.wh-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.wh-label {
    background-color: #ff8c00; /* 資料のオレンジ色 */
    color: #fff;
    width: 80px; /* ラベル幅固定 */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.wh-value {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    line-height: 1.4;
    background-color: #fff;
    flex-grow: 1;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .wh-main-title {
        font-size: 24px;
    }
    .wh-desc {
        height: auto; /* スマホでは高さを制限しない */
    }
}

/* Google Map埋め込みエリア */
.wh-map-area {
    margin-top: 20px;
    border: 1px solid #ddd;
    /* iframeの下に変な隙間ができないように */
    line-height: 0; 
}