@charset "UTF-8";
/* CSS Document */
.heading02{
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/head_about.jpg);
	background-position:50% 90%;
}

.line{
	height:5px;
	width:70px;
	background:#358d52;
	border-radius:3px;
	margin-top:40px;
	margin-bottom:40px;
	margin-right:auto;
	margin-left:auto;
}

.lower section .lead p{
	margin-bottom:0;
}

.lower section .lead p:first-child{
	margin-bottom:10px;
}

#section01 .dispatching_undertakings {
	opacity: 0.7;
    font-size: 14.5px;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

#section01 .dispatching_undertakings p.main_greeting {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.4;
	margin: 50px 0px 20px 0px;
}

#section01 .dispatching_undertakings p.greeting {
	font-size: 16px;
    line-height: 1.8;
}

#section01 .dispatching_undertakings p.greeting_1 {
	font-size: 15px;
    line-height: 1.8;
    margin-bottom: 55px;
    text-align: right;
}

#section01 .dispatching_undertakings li {
	 line-height: 1.8;
}

#section01 .dispatching_undertakings li:last-of-type {
	 margin-bottom: 24px;
}

#section01 .dispatching_undertakings small {
	font-size: 14.5px;
	line-height: 1.6;
	margin-top: 16px;
}

@media(max-width:768px){
  #section01 .dispatching_undertakings {
  	width: 100%;
  }

  #section01 .dispatching_undertakings p.indent7 {
  	padding-left: 7em;
  	text-indent: -7em;
  }

  #section01 .dispatching_undertakings p.indent5 {
  	padding-left: 5em;
  	text-indent: -5em;
  }
}
