@charset "utf-8";
/* CSS Document */
.company td a:not(.words) {
	color: #11116e;
	text-decoration: underline;
}
.company td a:hover{
	text-decoration: none;
}

.company .switch{
	width: 100%;
}
.company h1 + p{
	margin: 20px 0;
	text-align: center;
}
.company .switch + p{
	padding: 20px 0;
}
.company nav{ width: 100%;}
.company nav li{
	float: left;
	background-color: #11116e;
	border: 1px solid #11116e;
	box-sizing: border-box;
}
.company nav li a{
	color: #ffffff !important;
	padding: 15px 0;
	text-align: center;
	display: block;
}
.company nav li a.link-none{
	background-color: #ffffff;
	color: #11116e !important;
	opacity: inherit;
}
.company nav li a:hover:not(.link-none){
	background-color: #ffffff;
	color: #11116e !important;
	opacity: inherit;
	box-sizing: border-box;
}

.sec-box{
	margin-bottom: 20px;
}
.sec-box h3 span{
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}
.sec-box-s{
	padding: 10px;
	background-color: #eeeeee;
	margin-bottom: 20px;
}
.sec-box-s h4{
	font-size: 1.2em;
	text-align: center;
	border-bottom: 1px solid #11116e;
}
.sec-box-s li{
	list-style: decimal;
    list-style-position: outside;
}
.picture-3pl{ position: relative;}
.picture-3pl .transport{
	position: absolute;
	top:48px;
	left:286px;
}
.picture-3pl .packing{
	position: absolute;
	top:208px;
	left:32px;
}
.picture-3pl .storage{
	position: absolute;
	top:208px;
	left:512px;
}
.picture-3pl .incidental{
	position: absolute;
	top:342px;
	left:100px;
}
.picture-3pl .management{
	position: absolute;
	top:342px;
	left:478px;
}

#outline table th{	width: 400px;}
#outline table span{
    width: 200px;
    display: inline-block;
}

#message p{
	font-size: 1.1em;
	line-height: 2.0;
	text-indent: 16px;
}
#message .sign{ 
	text-align: right;
	display: block;
}
#history table {
    border-collapse: inherit;
    border-spacing: 5px;
}

#history th{
	padding: 10px;
	width:30%;
	border: 1px solid #11116e;
	position: relative;
	color:  #11116e;
	vertical-align: middle;
	text-align: left;
}
#history th:after{
	position: absolute;
	content: "▼";
	transform: rotate( -90deg);
	color: #11116e;
	right: -8px;
	font-size: 10px
}
#history td{
	background-color: #EEEEEE;
	padding: 10px;
	width:60%;
	padding-left: 10px;
	position: relative;
}
#history td:before{
	position: absolute;
	content:"1";
	background-color: #eeeeee;
	width: 5px;
	height: 100%;
	left: -5px;
	top:0;
	color: #eeeeee;
	z-index: -1;
}
.certification section{

}
.certification .flame{
	padding: 15px;
	border: 1px solid #eeeeee;
}
.certification .mark{
	float: left;
	margin-right: 20px;
}
	
.certification ul{ 
	clear: both;
}
.certification li{ 
	font-size: 1.5em;
	position: relative;
	margin-right: 15px;
}
.certification li::before{
	position: absolute;
	content: "▼";
	transform: rotate(-90deg);
	font-size: 0.5em;
	top: 10px;
} 
.certification li a{ padding-left: 15px;}
.certification li a:hover{ color: #0068b7;}
a.popup{ 
	float: right;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
}
a.popup:after{
	position: absolute;
	content: "▼";
	transform: rotate(-90deg);
	font-size: 0.5em;
	padding-left: 10px;
	top: 8px;
}
.group table{ width: 100%;}
.group table table{ }
.group table table th{ 
	text-align: left;
	border-bottom: 1px solid #11116e;
}
.group table table td{ 
	border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 769px) {
section{
	margin: 40px 0 80px;
}
.company nav li{
	width:18%;
	margin: 10px 1%;
}
.sec-box h3{
	width: 38%;
	float: right;
	box-sizing: border-box;
}

.photo{
	width: 60%;
	margin-right: 2%;
	float: left;
}
.sec-box-s .photo{ width: 40%;}

.photo img{
	width: 100%;
	display: block;
}
.caption{
	width: 38%;
	float: right;
}
.sec-box-s .caption{ width: 58%;}
#outline .map-pic{
	position: relative;
}
#outline .map-pic figure{
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
}
#outline .map-pic figure img{ max-width: 300px;}
#outline table th{ width: 400px;}

#message .president{
	float: right;
	width: 20%;
}
#message img{
	margin: 0 0 15px 5%;
	width: 95%;
}
#message br.pc::after{ padding:10px;} 
#message .comment{
	float: left;
	width: 78%;
	margin-bottom: 80px;
}

.certification ul{ margin-left: 170px; }
}

@media screen and (max-width: 768px) {
section{
	margin: 20px 2% 30px;
}
.company nav{
	position: relative;
	padding-bottom: 80px;
}
.company nav ul li{	width:48%; margin: 10px 1%;}
.company nav ul li:first-child { 
	width:98%;
	position: absolute;
	bottom: 0;
}
#message img{
	margin: 10px 0;
	width: 100%;
}
}