/*===============================================
●pc-style.css  画面の横幅が641px以上
===============================================*/

/*======================================

	0. WPネイティブ設定
	
=======================================*/

/* editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*======================================

	1. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	2. サイト構造
	
=======================================*/

#container2 {
position: relative;
margin: 0;
padding: 0;
}

#bgVideo {
	width: 100%;
	height: 100vh;
}

body {
	margin: 0;
	padding: 0;
	color: #444;
	line-height: 1.5;
	background-color: #FFF;
	font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #009de1;
	text-decoration: none;
}

a:hover {
	color: #009de1;
	text-decoration: underline;
}

section {
}

.main-color {
	color: #f64747;
}


/*======================================

	3. ヘッダ設定
	
=======================================*/

header {
border-top:  4px solid #359839;
height: 116px;
}

#header-inner {
margin: 0 auto;
width: 1000px;
}

header h1 {
margin: 26px 0 0 0;
padding: 0;
height: 85px;
width: 326px;
float: left;
}

#header-right {
margin: 38px 0 0 0;
padding: 0;
width: 293px;
height: 71px;
float: right;
text-align: right;
}

#header-right a:hover {
filter: alpha(Opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
}

#header-right-sp {
display: none;
}

nav {
padding: 7px 0;
background-color: #359839;
}

nav #header-menu {
margin: 0 auto;
width: 1000px;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}

nav #header-menu ul {
margin: 0;
padding: 0;
overflow: hidden;
}

nav #header-menu li {
margin: 0;
float: left;
width : 141px ; /* 未対応ブラウザ用フォールバック */
width : -webkit-calc((100% / 7) - 1) ;
width : calc((100% / 7) - 1)  ;
text-align: center;
border-right: 1px solid #FFF;
position: relative;
}

nav #header-menu li:last-child {
border-right: none;
}

nav #header-menu li a {
display: block;
padding: 10px 0;
color: #FFF;
text-decoration: none;
}

nav #header-menu dl {
position: absolute;
top: 24px;
margin: 0;
height: 8px;
box-sizing: border-box;
color: #fff;
width : 141px ; /* 未対応ブラウザ用フォールバック */
width : -webkit-calc((100% / 7) - 1) ;
width : calc((100% / 7) - 1)  ;
}

nav #header-menu dl a {
padding: 0;
}

.type1 {
overflow: hidden;
}
.type1 dl {
transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.type1:not(:hover) dl {
opacity: 0;
transform: translateY(100%);
}



/*======================================

	4. TOP設定
	
=======================================*/

/* Reset jquery.bxslider.css */
.bx-viewport {
left: 0;
box-shadow: none;
border: none;
}

#main-slider {
margin: 15px auto 0 auto;
width: 1000px;
overflow: hidden;
}

#main-slider li {
list-style: none;
}

#top-service {
margin: 30px auto;
width: 1000px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#top-service a img:hover {
filter: alpha(Opacity=70);
-moz-opacity:0.7;
opacity: 0.7;
}

.top-service-text {
margin: 5px 0;
padding: 8px;
border: 1px solid #999;
font-size: 14px;
}

#top-service-innner01 {
margin: 0 29px 0 0;
width: 314px;
float: left;
}

#top-service-innner02 {
margin: 0 29px 0 0;
width: 314px;
float: left;
}

#top-service-innner03 {
margin: 0;
width: 314px;
float: left;
}

#top-access {
margin: 0 auto 30px auto;
width: 1000px;
}

.wrecker {
margin: 0 auto 30px auto;
width: 1000px;
border-top: 3px solid #359839;
border-bottom: 3px solid #359839;
}

.top-button {
margin: 15px 0 80px auto;
width: 200px;
text-align: center;
}

.top-button a {
padding: 10px 0;
display: block;
color: #FFF;
background-color: #359839;
font-weight: bold;
font-size: 16px;
border-radius: 50px;
}

.top-button a:hover {
background-color: #60C764;
border-radius: 50px;
text-decoration: none;
}


/*======================================

	5. FOOTER設定
	
=======================================*/


footer {
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 2px solid #666666;
font-size: 14px;
width: 1000px;
overflow: hidden;
line-height: 90%;
}

.footer-add {
overflow: hidden;
}

footer .footer-left {
    float: left;
    width: 550px;
}

footer .footer-left-logo {
margin: 0 15px 0 0;
float: left;
width: 200px;
}

footer .footer-left-logo img {
margin: 0 0 5px 0;
width: 200px;
height: auto;
}

footer .footer-right {
float: right;
width: 450px;
text-align: right;
}

footer .footer-right img {
width: auto;
height: 52px;
}

#footer-cc {
margin: 30px 0 0 0;
text-align: center;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}
#page-top a {
    background: #444;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    font-size: 12px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*======================================

	6. 次ページ設定
	
=======================================*/

#main-contents {
margin: 30px auto;
padding: 0 0 50px 0;
width: 1000px;
overflow: hidden;
border-bottom: 2px solid #666666;
}

#main-contents section {
margin: 0 0 80px 0;
}

h2.h2-security {
margin: 0 0 30px 0;
padding: 100px 0 0 30px;
background-image: url("security/img/h2.jpg");
height: 150px;
font-size: 30px;
}

h2.h2-leading {
margin: 0 0 30px 0;
padding: 100px 0 0 30px;
background-image: url("leading/img/h2.jpg");
height: 150px;
font-size: 30px;
}

h2.h2-transport {
margin: 0 0 30px 0;
padding: 100px 0 0 30px;
background-image: url("transport/img/h2.jpg");
height: 150px;
font-size: 30px;
}

h2.h2-transport2 {
margin: 0 0 30px 0;
padding: 100px 0 0 30px;
background-image: url("transport/img/h2-2.jpg");
height: 150px;
font-size: 30px;
}

h2.h2-company {
margin: 0 0 30px 0;
padding: 100px 0 0 30px;
background-image: url("company/img/h2.jpg");
height: 150px;
font-size: 30px;
}

h2.h2-recruit {
margin: 0 0 30px 0;
padding: 100px 0 0 30px;
background-image: url("recruit/img/h2.jpg");
height: 150px;
font-size: 30px;
}

h2.h2-contact {
margin: 0 0 30px 0;
padding: 100px 0 0 30px;
background-image: url("contact/img/h2.jpg");
height: 250px;
font-size: 30px;
}

h2 span {
display: block;
font-size: 16px;
color: #359839;
}

h2 span.black {
display: block;
font-size: 16px;
color: #000;
}

h3 {
margin: 0 0 15px 0;
border-bottom: 2px solid #000;
font-size: 24px;
}

h4 {
margin: 0;
color: #359839;
font-size: 20px;
}

.button01 {
margin: 30px auto;
width: 400px;
background-color: #359839;
color: #fff;
text-align: center;
font-size: 20px;
border-radius: 50px;        /* CSS3草案 */
-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
-moz-border-radius: 50px;   /* Firefox用 */
}

.button01 a {
padding: 15px 0;
display: block;
color: #fff;
}

.button01 a:hover {
text-decoration: none;
background-color: #87D58A;
border-radius: 50px;        /* CSS3草案 */
-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
-moz-border-radius: 50px;   /* Firefox用 */
}

.se24h {
overflow: hidden;
}

.se24h img {
margin: 0 20px 0 0;
float: left;
width: 200px;
height: auto;
}

.leading-pic {
width: 300px;
float: right;
margin: 0 0 0 15px;
}

.leading-pic img {
width: 300px;
height: auto;
}

.truck {

}

.truck ul {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.truck ul li {
margin: 0;
padding: 0;
list-style: none;
width: 32%;
}

.truck ul li img {
width: 100%;
height: auto;
}

/*======================================

13. その他細かいの設定

=======================================*/

/*----- イメージ設定 -----*/
.img-right {
padding: 5px;
float: right;
}

.img-left {
padding: 5px;
float: left;
}

.img-middle {
vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
text-align:right;
}

.text-center {
text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
list-style-position: inside;
list-style-type: decimal;
}

.basic-list {
list-style-type: square;
}

.text-red {
color: #CC0000;
}

.text-green {
color: #2D781D;
font-size: 114%;
}

.text-pickup {
color: #7A0000;
font-size: 114%;
font-weight: bold;
}



/*======================================

14. スペース設定

=======================================*/

.bottom-space5{
padding-bottom: 5px;
}

.bottom-space10{
padding-bottom: 10px;
}

.bottom-space15{
padding-bottom: 15px;
}

.bottom-space20{
padding-bottom: 20px;
}

.bottom-space30{
padding-bottom: 30px;
}

.top-space5{
padding-top: 5px;
}

.top-space10{
padding-top: 10px;
}

.top-space15{
padding-top: 15px;
}

.top-space20{
padding-top: 20px;
}

.top-space30{
padding-top: 30px;
}

.top-space50{
padding-top: 50px;
}


/*======================================

	5. お問い合わせフォーム設定
	
=======================================*/

.contact-table {
}

.contact-table table {
	margin: 0;
	border-collapse: collapse;
}

.contact-table th {
	padding: 10px 5px 10px 15px;
	width: 200px;
	background-color: #f5f5f5;
	text-align: left;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

.contact-table td {	padding: 10px 5px 10px 15px;
	border: 1px solid #CCCCCC;
}

.contact-table input[type="text"],
.contact-table input[type="email"]  {
	padding: 5px 10px;
	border: 1px solid #cdcdcd;
	width: 600px;
}

.contact-table textarea  {
	padding: 5px 10px;
	border: 1px solid #cdcdcd;
	height: 150px;
	width: 600px;
}

.contact-table input[type="radio"]  {
	margin: 10px;
}

.contact-table select {
	border: 1px solid #cdcdcd;
	padding: 10px;
}

#contactus-button {
	margin-top: 20px;
	text-align: center;
}

#contactus-button input[type="submit"] ,
#contactus-button input[type="reset"]  {
	margin: 0 10px;
	width: 150px;
	height: 30px;
}

#contactus select {
	padding: 10px;
}

.contactus-text3 {
	width: 80px;
}

.required {
	color: #C00;
}

.contactus-thanks {
	margin: 150px 0 0 0;
	text-align: center;
	font-weight: bold;
}



/*======================================

	5. 個人のお客様向け陸送業務
	
=======================================*/

.user-box {
display: flex;
flex-wrap: nowrap;
justify-content:space-between;
}

.user-box .point {
width: 300px;
text-align: center;
}

.user-box .point h3 {
margin: 0 auto 15px auto;
padding: 25px 0 0 0;
border-radius: 100px;
border: none;
background-color: #D9080C;
text-align: center;
color: #FFF;
line-height: 0;
display: block;
font-size: 16px;
width: 100px;
height: 75px;
}

.user-box .point h3 span {
font-size: 50px;
}

.user-box .point h4 {
color: #D9080C;
text-align: center;
}

.user2 {
margin: 0 auto 30px auto;
width: 1000px;
border-top: 3px solid #359839;
}

.user2 ul {
margin: 0 0 0 100px;
}

.user2 ul li {
margin: 0 0 15px 0;
font-size: 20px;
}

.user2 ul li span {
color: #359839;
font-weight: bold;
}