@charset "utf-8";

.headimg{
	width: 100%;
	min-width: 960px;
	height: 810px;
	text-align: center;
	background: url(../../img/accident/mainimg.jpg) center center;
background-size: cover;
}

.headimg .txt{
	padding:62px 20px 0;
	margin: 0 auto; 
	
}
.headimg img.imgsp{
	display: none;
}
@media screen and (max-width: 480px) {
.headimg{
	width: 100%;
	min-width: auto;
	height: auto;
	background:none;
}

.headimg .txt{
	display: none;
}
.headimg img.imgsp{
	display: block;
}
}

/* ----------------------------------------------------------------------
 sec01
---------------------------------------------------------------------- */

#sec01{
	width: 100%;
	min-width: 960px;
	height: 330px;
	background: #72ba37;
}
#sec01 .con{
	width: 920px;
	padding:0 20px;
	height: 330px;
	margin: 0 auto;
	background: url(../../img/accident/sec01bg.jpg) no-repeat top left;
}
#sec01 p{
	padding:110px 0 0 394px;
	margin: 0;
	font-size: 48px;
	font-weight: bold;
	color:#FFF;
	text-align: center;
}
#sec01 .imgsp{
	display: none;
}

@media screen and (max-width: 480px) {
#sec01{
	width:100%;
	height: auto;
	min-width: auto;
}
#sec01 .con{
	width: 95%;
	padding:0 0;
	height: auto;
	margin: 0 auto;
	background: url(../../img/accident/sec01bg.jpg) no-repeat bottom left;
	background-size: 50%;
}
#sec01 p{
	padding:50px 0 50px 50%;
	margin: 0;
	width:47%;
	font-size: 27px;
	font-weight: bold;
	color:#FFF;
	text-align: center;
}
#sec01 .imgsp{
	display: block;
	
}

}


#sec02{
	width: 100%;
	min-width: 960px;
	height: 683px;
	background: url(../../img/accident/sec02bg.jpg) no-repeat center center;
	background-size:cover;
}
#sec02 .con{
	width: 920px;
	padding:25px 20px 0;
	margin: 0 auto;
	color: #000;
	line-height: 1.5;
}
#sec02 .con h3{
font-size:22px;
font-weight: bold;
margin: 50px 0 0 380px;
width: 540px;
}
#sec02 .con p{
font-size:22px;
	padding-left:1em;
text-indent:-1em;
margin: 0 0 0 380px;
width: 520px;
}
.sec02under{
width: 100%;
min-width: 960px;
text-align: center;
}



@media screen and (max-width: 480px) {
	#sec02{
	min-width: auto;
	height: auto;
	background: url(../../img/accident/sec02bgsp.jpg) no-repeat bottom center;
	background-size:cover;
}
#sec02 .con{
	width: 95%;
	padding:15px 0 60px;
	margin: 0 auto;
	color: #000;
	line-height: 1.5;
}
#sec02 .con h3{
font-size:12px;
font-weight: bold;
margin: 16px 0 0 0;
width: 100%;
}
#sec02 .con p{
font-size:12px;
	padding-left:1em;
text-indent:-1em;
margin: 0 0 0 0;
width: auto;
}
.sec02under{
display: none;
}
}

p br.pc{
	display: block;
}
p br.sp{
	display: none;
}
@media screen and (max-width: 480px) {
p br.pc{
	display: none;
}
p br.sp{
	display: block;
}
}
/* ----------------------------------------------------------------------
sec03
---------------------------------------------------------------------- */
#sec03{
	width: 100%;
	min-width: 960px;
	height: 796px;
	background: url(../../img/accident/sec03bg.jpg) center center no-repeat #FFF;
	background-size: cover;
	text-align: center;
	position: relative;
	margin: 0 0;
}
#sec03 p.p1{
	font-size: 48px;
	padding: 0;
	position: absolute;
	top: 28px;
	left:0;
	color:#000;
	width: 100%;
}
#sec03 p.p2{
	font-size: 30px;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
	padding: 30px 0;
	position: absolute;
	bottom: 0;
	left:0;
	color:#000;
	width: 100%;
}
#sec03 p.p2 span{
	font-size: 48px;
	color:#72ba37;
	margin: 15px 0 0;
	display: block;
}
@media screen and (max-width: 480px) {
#sec03{
	width: 100%;
	min-width: auto;
	height: 433px;
	background: url(../../img/accident/sec03bgsp.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	margin: 0 ;
}
#sec03 p.p1{
	font-size: 27px;
	padding: 0;
	position: absolute;
	top: 20px;
	left:0;
}
#sec03 p.p2{
	font-size: 15px;
	background: rgba(255,255,255,0.8);
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left:0;
	color:#000;
	width: 100%;
}
#sec03 p.p2 span{
	font-size: 24px;
	color:#72ba37;
	
}
}
/* ----------------------------------------------------------------------
#sec04
---------------------------------------------------------------------- */
#sec04{
	width: 100%;
	min-width: 960px;
	background: url(../../img/accident/sec04bg.jpg) no-repeat bottom center #72ba37;
}
#sec04 .con{
	width: 920px;
	padding:64px 20px 60px;
	margin: 0 auto;
	color: #FFF;
	line-height: 1.5;
}
#sec04 .con p{
font-size:24px;
background: url(../../img/accident/sec04icon.png) top left no-repeat;
margin: 0 0 18px;
padding:0 0 0 50px;
}


@media screen and (max-width: 480px) {
#sec04{
	width: 100%;
	min-width: auto;
	background: url(../../img/accident/sec04bgsp.jpg) no-repeat bottom center #80c342;
	background-size: contain;
}
#sec04 .con{
	width: 90%;
	padding:30px 0 20px;
	margin: 0 auto;
	color: #FFF;
	line-height: 1.5;
}
#sec04 .con p{
font-size:12px;
background: url(../../img/accident/sec04icon.png) top left no-repeat;
background-size: 21px 18px;
margin: 0 0 10px;
padding:0 0 0 26px;
}

}

/* ----------------------------------------------------------------------
 sec05
---------------------------------------------------------------------- */

#sec05{
	width: 100%;
	min-width: 960px;
	background: #f6f6f6;
	padding: 80px 0 20px;
	text-align:center;
}
#sec05 h3{
	display:inline-block;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	padding:0 0 8px;
	border-bottom:5px solid #72ba37;
	margin: 0 0 40px;
}
#sec05 .con{
	width: 838px;
	margin: 0 auto 20px;
	padding: 40px;
	border: 1px solid #dee2e6;
	text-align:left;
	background: #FFF;
}
#sec05 .con img{
	float: left;
}
#sec05 .con .LArea{
	float: right;
	width: 600px;
}
#sec05 .con .LArea h4{
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	padding:6px 15px;
	background: #72ba37;
	margin: 0 0 20px;
}
#sec05 .con .LArea p{
	font-size: 18px;
}
#sec05 .con .LArea h4 br.sp{
	display: none;
}
@media screen and (max-width: 480px) {
#sec05{
	width: 100%;
	min-width: auto;
	padding: 40px 0 20px;
}
#sec05 h3{
	display:inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	padding:0 0 5px;
	border-bottom:3px solid #72ba37;
}

#sec05 .con{
	width: 90%;
	margin: 0 auto 15px;
	padding: 0;
	border: 1px solid #dee2e6;
	text-align:left;
}
#sec05 .flow01{
background: url(../../img/accident/sec05spimg01.gif) top right no-repeat #FFF;
background-size: 91px 71px;
}
#sec05 .flow02{
background: url(../../img/accident/sec05spimg02.gif) top right no-repeat #FFF;
background-size: 91px 84px;
}
#sec05 .flow03{
background: url(../../img/accident/sec05spimg03.gif) top right no-repeat #FFF;
background-size: 91px 84px;
}
#sec05 .flow05{
background: url(../../img/accident/sec05spimg05.gif) top right no-repeat #FFF;
background-size: 91px 90px;
}
#sec05 .flow06{
background: url(../../img/accident/sec05spimg06.gif) top right no-repeat #FFF;
background-size: 91px 88px;
}
#sec05 .flow07{
background: url(../../img/accident/sec05spimg07.gif) top right no-repeat #FFF;
background-size: 91px 80px;
}
#sec05 .flow08{
background: url(../../img/accident/sec05spimg08.gif) top right no-repeat #FFF;
background-size: 91px 79px;
}

#sec05 .con img{
	float: none;
	display: none;
}
#sec05 .con .LArea{
	float: none;
	width: auto;
	padding: 15px;
}
#sec05 .con .LArea h4{
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	padding:4px 8px;
	background: #72ba37;
	margin: 0 0 10px;
}
#sec05 .con .LArea p{
	font-size: 12px;
}
#sec05 .con .LArea h4 br.sp{
	display: block;
}
}

/* ----------------------------------------------------------------------
movs
---------------------------------------------------------------------- */
#movs{
	width: 100%;
	min-width: 960px;
	background: #fff;
	text-align: left;
}
#movs h3{
	font-size: 48px;
	text-align: center;
	line-height: 1;
	padding: 30px 0 30px;
}
#movs p.lead{
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
	padding: 0 0 30px;
}
#movs .con{
	width: 920px;
padding:30 20px 72px;
	margin: 0 auto;
}
#movs .con .yt{
	width: 440px;
	margin: 0 0 20px;
	float: left;
}
#movs .con .yt:nth-child(2n){
	float: right;
}
#movs .con .yt h4{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 5px;
	padding: 0;
}
#movs .con .yt p{
	font-size: 16px;
	margin: 0 0;
}

@media screen and (max-width: 480px) {
	#movs{
	width: 100%;
	min-width: auto;
}
#movs h3{
	font-size: 27px;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0 10px;
}
#movs p.lead{
	font-size: 15px;
	text-align: center;
	line-height: 1.8;
	padding: 0 0 15px;
}
#movs .con{
	width: 95%;
padding:0;
	margin: 0 auto;
}
#movs .con .yt{
	width: 100%;
	margin: 0 0 20px;
	float: none;
}
#movs .con .yt:nth-child(2n){
	float: none;
}
	#movs .con .yt img{
	width: 100%;
	
}
#movs .con .yt h4{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 6px auto 4px;
	width: 95%;
	padding: 0;
}
#movs .con .yt p{
	width: 95%;
	font-size: 12px;
	margin: 0 auto;
}
}
/* ----------------------------------------------------------------------
underbar
---------------------------------------------------------------------- */
#underbar{
	width: 100%;
	min-width: 960px;
	height: 400px;
	background: url(../../img/shittsuu/underbg02.gif) repeat-x;
	text-align: left;
	margin: 0 0 60px;
}
#underbar .con{
	width: 920px;
	height: 400px;
	margin: 0 auto;
	background: url(../../img/shittsuu/underbg01.jpg) no-repeat top left;
}
#underbar .con p{
	width:645px;
	padding:200px 0 0 275px;
	font-size: 30px;
	color: #FFF;
}
#underbar .con p span{
	font-weight: bold;
}
#underbar .imgsp{
	display: none;
}
@media screen and (max-width: 480px) {
	#underbar{
	width: 100%;
	min-width: auto;
	height: auto;
	background: none;
	text-align: left;
	margin: 0 0 30px;
}
#underbar .con{
	display: none;
}
	#underbar .imgsp{
	display: block;
}
}